]> code.delx.au - gnu-emacs/blob - doc/lispref/ChangeLog
Merge changes made in Gnus trunk.
[gnu-emacs] / doc / lispref / ChangeLog
1 2010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * modes.texi (Derived Modes): Mention prog-mode.
4
5 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
6 of the key-binding-data cache since we don't use it any more.
7
8 2010-12-13 Eli Zaretskii <eliz@gnu.org>
9
10 * processes.texi (Shell Arguments):
11 * strings.texi (Creating Strings): Don't mention "shell commands";
12 make it explicit that `split-string-and-unquote' and
13 `combine-and-quote-strings' are mainly for working with arguments
14 to call-process and start-process.
15
16 * processes.texi (Shell Arguments): Fix documentation of
17 `split-string-and-unquote'. Add indexing. (Bug#7563)
18
19 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
20
21 * modes.texi (Auto-Indentation): New section to document SMIE.
22 (Major Mode Conventions):
23 * text.texi (Mode-Specific Indent): Refer to it.
24
25 2010-12-13 Eli Zaretskii <eliz@gnu.org>
26
27 * display.texi (Other Display Specs): Document left-fringe and
28 right-fringe display specs.
29
30 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
31
32 * backups.texi (Making Backups):
33 * modes.texi (Example Major Modes): Use recommended coding style.
34 (Major Mode Basics, Derived Modes): Encourge more strongly use of
35 define-derived-mode. Mention completion-at-point-functions.
36
37 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
38
39 * nonascii.texi (Converting Representations):
40 Document byte-to-string.
41
42 2010-12-08 Glenn Morris <rgm@gnu.org>
43
44 * buffers.texi (Modification Time):
45 verify-visited-file-modtime now defaults to the current buffer.
46
47 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
48
49 * nonascii.texi (Converting Representations): Document byte-to-string.
50
51 * strings.texi (Creating Strings): Don't mention semi-obsolete
52 function char-to-string.
53 (String Conversion): Shorten discussion of semi-obsolete function
54 string-to-char. Link to Converting Representations.
55
56 * objects.texi (Symbol Type):
57 * text.texi (Near Point):
58 * help.texi (Help Functions):
59 * functions.texi (Mapping Functions): Use string instead of
60 char-to-string in examples.
61
62 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
63
64 * text.texi (Kill Functions, Kill Functions)
65 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
66 YANK-HANDLER args.
67
68 * symbols.texi (Creating Symbols): Using unintern without an
69 obarray arg is now obsolete.
70
71 * numbers.texi (Float Basics): Document float-e and float-pi.
72
73 * variables.texi (Defining Variables): Change "pi" example to
74 "float-pi".
75
76 2010-11-26 Eli Zaretskii <eliz@gnu.org>
77
78 * commands.texi (Click Events): Document the values of X, Y and
79 COL, ROW in the event's position, when the click is on the header
80 or mode line, on the fringes, or in the margins.
81
82 2010-11-17 Eli Zaretskii <eliz@gnu.org>
83
84 * customize.texi (Composite Types): Lower-case index entry.
85
86 * loading.texi (How Programs Do Loading):
87 Document load-file-name. (Bug#7346)
88
89 2010-11-17 Glenn Morris <rgm@gnu.org>
90
91 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
92
93 2010-11-13 Eli Zaretskii <eliz@gnu.org>
94
95 * display.texi (Usual Display): Characters with no fonts are not
96 necessarily displayed as empty boxes.
97
98 2010-10-31 Glenn Morris <rgm@gnu.org>
99
100 * maps.texi (Standard Keymaps): Update File menu description.
101
102 2010-10-28 Glenn Morris <rgm@gnu.org>
103
104 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
105
106 2010-10-24 Eli Zaretskii <eliz@gnu.org>
107
108 * display.texi (Window Systems): Deprecate use of window-system as
109 a predicate.
110
111 2010-10-23 Glenn Morris <rgm@gnu.org>
112
113 * help.texi (Documentation Basics): Remove mentions of digest-doc and
114 sorted-doc.
115
116 2010-10-15 Eli Zaretskii <eliz@gnu.org>
117
118 * os.texi (Dynamic Libraries): New node, with slightly modified
119 text deleted from "Image Formats".
120 (System Interface): Add @menu entry for "Dynamic Libraries".
121
122 * display.texi (Image Formats): Remove description of
123 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
124
125 2010-10-12 Glenn Morris <rgm@gnu.org>
126
127 * book-spine.texinfo: Rename to book-spine.texi.
128
129 2010-10-11 Glenn Morris <rgm@gnu.org>
130
131 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
132
133 * Makefile.in (DVIPS): New variable.
134 (.PHONY): Add html, ps.
135 (html, elisp.html, ps, elisp.ps): New targets.
136 (clean): Delete html, ps files.
137 ($(infodir)/elisp): Remove unnecessary includes.
138
139 2010-10-09 Eli Zaretskii <eliz@gnu.org>
140
141 * makefile.w32-in (emacsdir): New variable.
142 (srcs): Add emacsver.texi.
143 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
144
145 2010-10-09 Glenn Morris <rgm@gnu.org>
146
147 * Makefile.in (VPATH): Remove.
148 (infodir): Make it absolute.
149 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
150
151 * Makefile.in (dist): Anchor regexps.
152
153 * Makefile.in (srcs): Put elisp.texi first.
154 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
155
156 * Makefile.in (infoclean): Remove harmless, long-standing error.
157
158 * Makefile.in ($(infodir)): Delete rule.
159 (mkinfodir): New.
160 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
161
162 * Makefile.in (dist): Remove reference to emacsver.texi.in.
163 Also copy emacsver.texi, and edit $emacsdir.
164
165 2010-10-09 Glenn Morris <rgm@gnu.org>
166
167 * Makefile.in (emacsdir): New variable.
168 (MAKEINFO): Add -I $emacsdir.
169 (dist): Copy emacsver.texi.
170 (srcs): Add emacsver.texi.
171
172 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
173 Set EMACSVER by including emacsver.texi.
174
175 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
176
177 2010-10-07 Glenn Morris <rgm@gnu.org>
178
179 * Makefile.in (version): New, set by configure.
180 (clean): Delete dist tar file.
181 (dist): Use version in tar name.
182
183 2010-10-06 Glenn Morris <rgm@gnu.org>
184
185 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
186 (INSTALL_INFO): Remove unused variable.
187 (mostlyclean, infoclean, dist): New rules.
188 (clean): Delete dvi and pdf files.
189 (maintainer-clean): Remove elisp.oaux, use infoclean.
190 ($(infodir)): Add parallel build workaround.
191
192 2010-10-04 Glenn Morris <rgm@gnu.org>
193
194 * Makefile.in (dvi, pdf, $(infodir)): New targets.
195 ($(infodir)/elisp): Ensure target directory exists. Use $@.
196 Fix -I typo.
197 (clean): No 'make.out' or 'core' files.
198 (.PHONY): Declare clean rules.
199 (maintainer-clean): Delete pdf file. Guard against cd failures.
200
201 2010-10-03 Glenn Morris <rgm@gnu.org>
202
203 * files.texi (File Name Components): Remove ignored section about
204 deleted variable directory-sep-char.
205
206 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
207
208 * files.texi (Magic File Names): New defopt
209 remote-file-name-inhibit-cache.
210
211 2010-10-02 Glenn Morris <rgm@gnu.org>
212
213 * os.texi (Killing Emacs): Hook now runs in batch mode.
214
215 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
216
217 * text.texi (Special Properties): Clarify when modification-hooks run.
218
219 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
220
221 * syntax.texi (Syntax Flags): Document new `c' flag.
222
223 2010-09-09 Glenn Morris <rgm@gnu.org>
224
225 * display.texi (ImageMagick Images): General cleanup.
226
227 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
228
229 * files.texi (Directory Names): Use \` rather than ^.
230
231 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
232
233 * text.texi (Low-Level Kill Ring):
234 * frames.texi (Window System Selections): Remove cut buffer
235 documentation.
236
237 2010-08-28 Eli Zaretskii <eliz@gnu.org>
238
239 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
240 Parameters", where the default fringe width is described.
241
242 * frames.texi (Window Frame Parameters, Basic Parameters)
243 (Position Parameters, Layout Parameters, Management Parameters)
244 (Cursor Parameters, Font and Color Parameters): Add indexing for
245 frame parameters. (Bug#6929)
246
247 2010-08-25 Tom Tromey <tromey@redhat.com>
248
249 * vol2.texi (Top): Update.
250 * vol1.texi (Top): Update.
251 * tips.texi (Library Headers): Mention Package-Version and
252 Package-Requires.
253 * package.texi: New file.
254 * os.texi (System Interface): Update pointers.
255 * elisp.texi (Top): Link to new nodes. Include package.texi.
256 * anti.texi (Antinews): Update pointers.
257
258 2010-08-25 Eli Zaretskii <eliz@gnu.org>
259
260 * processes.texi (Filter Functions): Fix last change.
261
262 2010-08-24 Markus Triska <triska@gmx.at>
263
264 * processes.texi (Filter Functions): Use `buffer-live-p' instead
265 of `buffer-name' in the main text as well as in the example
266 (Bug#3098).
267
268 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
269
270 * nonascii.texi (Text Representations):
271 * loading.texi (Loading Non-ASCII):
272 * compile.texi (Byte Compilation): Don't mention obsolete
273 --unibyte command-line argument.
274
275 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
276
277 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
278
279 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
280
281 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
282
283 2010-08-20 Eli Zaretskii <eliz@gnu.org>
284
285 * commands.texi (Misc Events): Add cross-references to where
286 POSITION of a mouse event is described in detail.
287
288 2010-08-08 Christoph <cschol2112@googlemail.com>
289
290 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
291
292 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
293
294 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
295 Suggested by Štěpán Němec <stepnem@gmail.com>.
296
297 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
298
299 * minibuf.texi (High-Level Completion): Document args of
300 `read-buffer-function' (bug#5625).
301
302 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
303
304 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
305
306 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
307
308 * processes.texi (Process Information): Explain process property
309 `remote-tty'.
310
311 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
312
313 * modes.texi (Defining Minor Modes): Use C-delete in examples,
314 instead of "\C-\^?" (bug#6334).
315
316 * text.texi (Special Properties): Fix typo.
317
318 2010-07-09 Eli Zaretskii <eliz@gnu.org>
319
320 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
321 calling sequences, which are now the standard.
322
323 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
324
325 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
326
327 * commands.texi (Command Overview): Mention undo-boundary call.
328
329 2010-06-23 Glenn Morris <rgm@gnu.org>
330
331 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
332 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
333 * frames.texi, functions.texi, internals.texi, keymaps.texi:
334 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
335 * searching.texi, sequences.texi, strings.texi, syntax.texi:
336 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
337 Untabify Texinfo files.
338
339 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
340
341 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
342
343 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
344
345 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
346
347 2010-06-02 Chong Yidong <cyd@stupidchicken.com>
348
349 * searching.texi (Regexp Special): Remove obsolete information
350 about matching non-ASCII characters, and suggest using char
351 classes (Bug#6283).
352
353 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
354
355 * minibuf.texi (Basic Completion): Add missing "@end defun".
356
357 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
358
359 * minibuf.texi (Basic Completion): Document completion-boundaries.
360 (Programmed Completion): Document the new fourth method for boundaries.
361
362 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
363
364 * display.texi (Image Cache): Update documentation about image caching.
365
366 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
367
368 * windows.texi (Textual Scrolling):
369 * tips.texi (Coding Conventions):
370 * minibuf.texi (Minibuffer History):
371 * maps.texi (Standard Keymaps):
372 * loading.texi (Where Defined):
373 * edebug.texi (Instrumenting): Fix typos.
374
375 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
376
377 * keymaps.texi (Menu Bar): Document :advertised-binding property.
378
379 * functions.texi (Obsolete Functions):
380 Document set-advertised-calling-convention.
381
382 * minibuf.texi (Basic Completion): Document completion-in-region.
383 (Programmed Completion): Document completion-annotate-function.
384
385 * commands.texi (Reading One Event): Document read-key.
386 (Distinguish Interactive): Document KIND arg to
387 called-interactively-p. Delete obsolete interactive-p.
388
389 * elisp.texi (Top): Update node description.
390
391 2010-05-08 Eli Zaretskii <eliz@gnu.org>
392
393 * nonascii.texi (Character Properties):
394 Document unicode-category-table. Add an index entry for Unicode
395 general category.
396
397 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
398
399 * Version 23.2 released.
400
401 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
402
403 * locals.texi (Standard Buffer-Local Variables):
404 Remove @ignore'd reference to `direction-reversed'.
405
406 2010-04-14 Juri Linkov <juri@jurta.org>
407
408 Fix @deffn without category.
409
410 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
411 for `abbrev-insert'.
412
413 * buffers.texi (Indirect Buffers): Add category `Command'
414 to @deffn of `clone-indirect-buffer'.
415
416 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
417 for `next-window' and `previous-window'. Add category `Command'
418 to @deffn of `pop-to-buffer'.
419
420 2010-04-01 Chong Yidong <cyd@stupidchicken.com>
421
422 * nonascii.texi (Text Representations): Don't mark
423 enable-multibyte-characters as a user option.
424
425 2010-03-31 Eli Zaretskii <eliz@gnu.org>
426
427 * control.texi (Handling Errors): How to re-throw a signal caught
428 by condition-case.
429
430 2010-03-26 Chong Yidong <cyd@stupidchicken.com>
431
432 * loading.texi (Hooks for Loading): Document after-load-functions.
433 Copyedits.
434
435 2010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
436
437 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
438
439 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
440
441 * processes.texi (Network Processes): Document seqpacket type.
442
443 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
444
445 * os.texi (System Environment): Do not mention lynxos.
446
447 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
448
449 * Branch for 23.2.
450
451 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
452
453 * objects.texi (Integer Type): Take note of the read syntax
454 exception for numbers that cannot fit in the integer type.
455
456 2010-03-03 Glenn Morris <rgm@gnu.org>
457
458 * numbers.texi (Integer Basics, Bitwise Operations):
459 * objects.texi (Integer Type): Update for integers now being 30-bit.
460
461 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
462
463 * display.texi (Low-Level Font): Document :otf font-spec property.
464
465 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
466
467 * display.texi (Line Height): Avoid obsolete special default variables
468 like default-major-mode.
469
470 2010-01-28 Alan Mackenzie <acm@muc.de>
471
472 * display.texi (Auto Faces): Say fontification-functions is called
473 whether or not Font Lock is enabled. Tidy up the wording a bit.
474
475 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
476
477 * elisp.texi: Remove duplicate edition information (Bug#5407).
478
479 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
480
481 * two.el (volume-header-toc-markup): Fix typos in docstring.
482
483 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
484
485 Avoid dubious uses of save-excursions.
486 * positions.texi (Excursions): Recommend the use of
487 save-current-buffer if applicable.
488 * text.texi (Clickable Text): Fix the example code which used
489 save-excursion in a naive way which sometimes preserves point and
490 sometimes not.
491 * variables.texi (Creating Buffer-Local):
492 * os.texi (Session Management):
493 * display.texi (GIF Images):
494 * control.texi (Cleanups): Use (save|with)-current-buffer.
495
496 2010-01-02 Eli Zaretskii <eliz@gnu.org>
497
498 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
499
500 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
501
502 * nonascii.texi (Text Representations, Character Codes)
503 (Converting Representations, Explicit Encoding)
504 (Translation of Characters): Use hex notation consistently.
505 (Character Sets): Fix map-charset-chars doc (Bug#5197).
506
507 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
508
509 * loading.texi (Where Defined): Make it clearer that these are
510 loaded files (Bug#5068).
511
512 2009-12-29 Chong Yidong <cyd@stupidchicken.com>
513
514 * minibuf.texi (Completion Styles): Document `initials' style.
515
516 2009-12-25 Chong Yidong <cyd@stupidchicken.com>
517
518 * frames.texi (Resources): Describe inhibit-x-resources.
519 (Size Parameters): Copyedit.
520
521 * hash.texi (Creating Hash):
522 * objects.texi (Hash Table Type): Document the new hash table
523 printed representation.
524
525 * minibuf.texi (Basic Completion): 4th arg to all-completions is
526 obsolete.
527
528 * processes.texi (Process Buffers):
529 Document process-kill-buffer-query-function.
530
531 2009-12-05 Glenn Morris <rgm@gnu.org>
532
533 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
534 diary-display-function, and no longer recommended to be a hook.
535 Update for changes in the names of calendar and diary hooks.
536 diary-print-entries-hook has changed section.
537
538 2009-11-28 Eli Zaretskii <eliz@gnu.org>
539
540 * text.texi (Special Properties): More accurate description of
541 what the `cursor' property does.
542
543 2009-11-26 Kevin Ryde <user42@zip.com.au>
544
545 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
546 mouse-wheel-down-event, the closest thing to a definition for them.
547 * os.texi (Startup Summary): vindex inhibit-startup-message and
548 inhibit-splash-screen.
549 (Command-Line Arguments): vindex argv.
550 (Suspending Emacs): vindex suspend-tty-functions and
551 resume-tty-functions. Don't want to index every hook, but having
552 the programming ones is helpful.
553
554 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
555
556 * commands.texi (Motion Events): Fix typo (Bug#4907).
557
558 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
559
560 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
561 are affected by case-fold-search (Bug#4483).
562
563 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
564
565 * minibuf.texi (Reading File Names): Note that read-file-name may
566 use a graphical file dialog.
567
568 2009-10-31 Glenn Morris <rgm@gnu.org>
569
570 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
571
572 2009-10-16 Kevin Ryde <user42@zip.com.au>
573
574 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
575 in particular so `info-lookup-symbol' can find its docs.
576
577 2009-10-16 Chong Yidong <cyd@stupidchicken.com>
578
579 * variables.texi (Constant Variables): Distinguish from defconst
580 variables.
581 (Defining Variables): Add cindex.
582
583 2009-10-15 Chong Yidong <cyd@stupidchicken.com>
584
585 * os.texi (Time of Day): Clarify that the microsecond part is
586 ignored (Bug#4637).
587
588 2009-10-11 Glenn Morris <rgm@gnu.org>
589
590 * frames.texi (Size and Position): Clarify what is included in the frame
591 height. (Bug#4535)
592
593 2009-10-10 Glenn Morris <rgm@gnu.org>
594
595 * windows.texi (Size of Window): The relationship between window and
596 frame heights is not so simple. (Bug#4535)
597 Mention window-full-height-p.
598
599 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
600
601 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
602 used from Lisp.
603
604 2009-10-07 Eli Zaretskii <eliz@gnu.org>
605
606 * files.texi (Directory Names) <abbreviate-file-name>:
607 Document that root home directories are not replaced with "~".
608
609 2009-10-06 Eli Zaretskii <eliz@gnu.org>
610
611 * text.texi (Special Properties): Document the meaning of the
612 `cursor' text property whose value is an integer.
613
614 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
615
616 * files.texi (Magic File Names): Add `copy-directory'.
617
618 2009-10-05 Eli Zaretskii <eliz@gnu.org>
619
620 * files.texi (File Attributes): Fix description of file
621 attributes. (Bug#4638) Update attributes of files.texi example to
622 be more representative.
623
624 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
625
626 * files.texi (Create/Delete Dirs): New command copy-directory.
627
628 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
629
630 * anti.texi (Antinews):
631 * macros.texi (Indenting Macros):
632 * strings.texi (Creating Strings, Case Conversion):
633 Remove duplicate words.
634
635 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
636
637 * files.texi (Create/Delete Dirs): delete-directory has an
638 optional parameter RECURSIVE.
639
640 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
641
642 * buffers.texi (Swapping Text): Minor clarification.
643
644 2009-10-01 Glenn Morris <rgm@gnu.org>
645
646 * functions.texi (Declaring Functions): Mention that we also search for
647 ".m" files in the src/ directory.
648
649 2009-09-25 David Engster <deng@randomsample.de>
650
651 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
652
653 2009-09-22 Glenn Morris <rgm@gnu.org>
654
655 * internals.texi (Building Emacs): Mention preloaded-file-list.
656
657 2009-09-14 Alan Mackenzie <acm@muc.de>
658
659 * os.texi (Terminal Output): Put "@code{}" around "stdout".
660
661 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
662
663 * functions.texi (Anonymous Functions): Rearrange discussion,
664 giving usage of unquoted lambda forms first. Mention that
665 `function' and `#'' are no longer required (Bug#4290).
666
667 2009-09-11 Alan Mackenzie <acm@muc.de>
668
669 * os.texi (Terminal Output): Document `send-string-to-terminal' in
670 batch mode.
671
672 2009-09-01 Glenn Morris <rgm@gnu.org>
673
674 * display.texi (Face Functions): Mention define-obsolete-face-alias.
675
676 2009-08-26 Ulrich Mueller <ulm@gentoo.org>
677
678 * nonascii.texi (Character Codes): Fix typos.
679
680 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
681
682 * processes.texi (Synchronous Processes): New defvar
683 process-file-side-effects.
684
685 2009-08-25 Glenn Morris <rgm@gnu.org>
686
687 * display.texi (Fontsets): Fix typo.
688
689 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
690
691 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
692
693 * processes.texi (Asynchronous Processes): Adjust arglist of
694 start-process-shell-command and start-file-process-shell-command.
695
696 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
697
698 * advice.texi (Argument Access in Advice): Note that argument
699 positions are zero-based (Bug#3932).
700
701 * commands.texi (Distinguish Interactive): Minor copyedit.
702
703 * display.texi (Face Attributes): Add xref to Displaying Faces for
704 explanation of "underlying face".
705
706 * customize.texi (Common Keywords): Add xref to Loading.
707
708 * loading.texi (How Programs Do Loading): Add xref to Lisp
709 Libraries node in the Emacs manual.
710
711 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
712
713 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
714
715 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
716
717 * processes.texi (Shell Arguments): Copyedits.
718
719 2009-07-18 Glenn Morris <rgm@gnu.org>
720
721 * loading.texi (Repeated Loading): Fix typo.
722
723 2009-07-16 Richard Stallman <rms@gnu.org>
724
725 * buffers.texi (Swapping Text): Recommend setting
726 write-region-annotate-functions and buffer-saved-size.
727
728 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
729
730 2009-07-15 Glenn Morris <rgm@gnu.org>
731
732 * edebug.texi: Minor re-phrasings throughout.
733 (Edebug Execution Modes): Sit-for affects continue mode too.
734 (Jumping): Use `forward-sexp' rather than its keybinding.
735 (Edebug Misc): Fix Q binding.
736 (Edebug Eval): Remove cl version.
737 (Printing in Edebug): Clarify print-length etc.
738 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
739 (Specification List): Remove edebug-unwrap findex entry.
740 (Specification Examples): defmacro is actually not the same as defun.
741 Escape "`" in example.
742
743 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
744
745 * markers.texi (The Mark): Document optional arg to
746 deactivate-mark.
747
748 2009-07-11 Kevin Ryde <user42@zip.com.au>
749
750 * hooks.texi (Standard Hooks): Fix cross-references.
751
752 * loading.texi (Named Features): Refer to eval-after-load.
753
754 2009-07-11 Glenn Morris <rgm@gnu.org>
755
756 * Makefile.in (TEXI2PDF): New.
757 (elisp.pdf): New target.
758
759 * searching.texi (Regexp Backslash): Fix typo.
760
761 * elisp.texi (Top): Display copyright notice at start of non-TeX.
762
763 2009-07-10 Glenn Morris <rgm@gnu.org>
764
765 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
766
767 * customize.texi (Customization Types):
768 * display.texi (Abstract Display):
769 * objects.texi (Character Type, String Type):
770 Merge in some menu descriptions from elisp.texi.
771
772 * hash.texi (Hash Tables):
773 * modes.texi (Multiline Font Lock):
774 End menu description with period.
775
776 2009-07-09 Glenn Morris <rgm@gnu.org>
777
778 * back.texi: Don't hard-code texinfo location.
779
780 * two-volume.make (texinfodir): New, with location of texinfo.tex.
781 (tex): Add texinfodir to TEXINPUTS.
782 (elisp1med-init, elisp2med-init): Use texinfodir.
783
784 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
785 (clean): Add two-volume.make intermediate files.
786
787 * elisp.texi, vol1.texi, vol2.texi:
788 Use a DATE variable with the publication date, and update it.
789 Fix antinews menu description.
790
791 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
792 Update the detailed node listing to match elisp.texi.
793
794 * README: Update edition to match elisp.texi.
795
796 * objects.texi (General Escape Syntax):
797 * nonascii.texi (Character Sets):
798 Use consistent case for "Unicode Standard".
799
800 * anti.texi (Antinews):
801 * customize.texi (Variable Definitions):
802 * functions.texi (Declaring Functions):
803 * nonascii.texi (Character Properties):
804 * processes.texi (Serial Ports):
805 * text.texi (Special Properties):
806 * tips.texi (Coding Conventions):
807 Minor rearrangements to improve TeX line-filling.
808
809 * commands.texi (Using Interactive): Fix cross-reference.
810
811 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
812
813 * frames.texi (Management Parameters): Mention sticky.
814
815 2009-07-01 Andreas Schwab <aschwab@redhat.com>
816
817 * help.texi (Help Functions): Fix description of help-buffer and
818 help-setup-xref to use @defun instead of @deffn.
819
820 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
821
822 * frames.texi (Size Parameters): Mention maximized for fullscreen.
823
824 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
825
826 * display.texi (Window Systems): Add ns to the list.
827
828 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
829
830 * Branch for 23.1.
831
832 2009-06-17 Martin Rudalics <rudalics@gmx.at>
833
834 * windows.texi (Dedicated Windows): Fix typo.
835 (Resizing Windows): Replace @defun by @deffn.
836
837 2009-06-17 Glenn Morris <rgm@gnu.org>
838
839 * variables.texi (Directory Local Variables):
840 Update for 2009-04-11 name-change of dir-locals-directory-alist.
841
842 2009-06-09 Kenichi Handa <handa@m17n.org>
843
844 * nonascii.texi (Character Sets): State clearly that FROM and TO
845 are codepoints of CHARSET.
846
847 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
848
849 * minibuf.texi (Reading File Names): Fix introductory text.
850 Suggested by stan@derbycityprints.com.
851 (High-Level Completion): Fix typo.
852
853 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
854
855 * frames.texi (Text Terminal Colors): Multi-tty is already
856 implemented, but tty-local colors are not.
857
858 2009-05-27 Chong Yidong <cyd@stupidchicken.com>
859
860 * hooks.texi (Standard Hooks): Remove mention of obsolete
861 redisplay-end-trigger-functions.
862
863 * internals.texi (Window Internals): Remove mention of obsolete
864 redisplay-end-trigger-functions.
865
866 2009-05-21 Martin Rudalics <rudalics@gmx.at>
867
868 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
869
870 * backups.texi (Making Backups): backup-directory-alist and
871 make-backup-file-name-function are options.
872 (Auto-Saving): auto-save-list-file-prefix is an option.
873
874 * buffers.texi (Killing Buffers): buffer-offer-save is an
875 option.
876
877 * display.texi (Refresh Screen): no-redraw-on-reenter is an
878 option.
879 (Echo Area Customization): echo-keystrokes is an option.
880 (Selective Display): selective-display-ellipses is an option.
881 (Temporary Displays): temp-buffer-show-function is an option.
882 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
883 are options.
884 (Font Selection): face-font-family-alternatives,
885 face-font-selection-order, face-font-registry-alternatives, and
886 scalable-fonts-allowed are options.
887 (Fringe Indicators): indicate-buffer-boundaries is an option.
888 (Fringe Cursors): overflow-newline-into-fringe is an option.
889 (Scroll Bars): scroll-bar-mode is an option.
890
891 * eval.texi (Eval): max-lisp-eval-depth is an option.
892
893 * files.texi (Visiting Functions): find-file-hook is an option.
894 (Directory Names): directory-abbrev-alist is an option.
895 (Unique File Names): temporary-file-directory and
896 small-temporary-file-directory are options.
897
898 * frames.texi (Initial Parameters): initial-frame-alist,
899 minibuffer-frame-alist and default-frame-alist are options.
900 (Cursor Parameters): blink-cursor-alist and
901 cursor-in-non-selected-windows ar options.
902 (Window System Selections): selection-coding-system is an
903 option.
904 (Display Feature Testing): display-mm-dimensions-alist is an
905 option.
906
907 * help.texi (Help Functions): help-char and help-event-list are
908 options.
909
910 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
911 an option.
912
913 * minibuf.texi (Minibuffer History): history-length and
914 history-delete-duplicates are options.
915 (High-Level Completion): read-buffer-function and
916 read-buffer-completion-ignore-case are options.
917 (Reading File Names): read-file-name-completion-ignore-case is
918 an option.
919
920 * modes.texi (Mode Line Top): mode-line-format is an option.
921 (Mode Line Variables): mode-line-position and mode-line-modes
922 are options.
923
924 * nonascii.texi (Text Representations):
925 enable-multibyte-characters is an option.
926 (Default Coding Systems): auto-coding-regexp-alist,
927 file-coding-system-alist, auto-coding-alist and
928 auto-coding-functions are options.
929 (Specifying Coding Systems): inhibit-eol-conversion is an
930 option.
931
932 * os.texi (Init File): site-run-file is an option.
933 (System Environment): mail-host-address is an option.
934 (User Identification): user-mail-address is an option.
935 (Terminal Output): baud-rate is an option.
936
937 * positions.texi (Word Motion): words-include-escapes is an
938 option.
939
940 * searching.texi (Standard Regexps): page-delimiter,
941 paragraph-separate, paragraph-separate and sentence-end are
942 options.
943
944 * text.texi (Margins): left-margin and fill-nobreak-predicate
945 are options.
946
947 * variables.texi (Local Variables): max-specpdl-size is an
948 option.
949
950 * windows.texi (Choosing Window):
951 split-window-preferred-function, special-display-function and
952 display-buffer-function are options.
953
954 2009-05-20 Chong Yidong <cyd@stupidchicken.com>
955
956 Fix errors spotted by Martin Rudalics.
957
958 * syntax.texi (Position Parse): Document rationale for ignored
959 arguments to syntax-ppss-flush-cache.
960
961 * processes.texi (Input to Processes): Mark PROCESS arg to
962 process-running-child-p as optional.
963 (Network Options): Document NO-ERROR arg to
964 set-network-process-option.
965
966 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
967 command.
968
969 * searching.texi (POSIX Regexps): Mark posix-search-forward and
970 posix-search-backward as commands.
971
972 * os.texi (Killing Emacs): Mark kill-emacs as a command.
973 (Suspending Emacs): Mark suspend-emacs as a command.
974 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
975 commands.
976 (Terminal Output): Remove obsolete function baud-rate.
977 Document TERMINAL arg for send-string-to-terminal.
978
979 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
980 terminal-coding-system and set-terminal-coding-system.
981 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
982 as optional.
983 (Character Sets): Document RESTRICTION arg of char-charset.
984 (Character Codes): Mark POS argument to get-byte as optional.
985
986 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
987 minibuffer-message.
988
989 * files.texi (Create/Delete Dirs): Mark make-directory and
990 delete-directory as commands.
991
992 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
993
994 * text.texi (Base 64): Mark base64-decode-string and
995 base64-encode-string as commands.
996 (Columns): Mark move-to-column as a command.
997 (Mode-Specific Indent): Document RIGID arg to
998 indent-for-tab-command.
999 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
1000 Mark indent-code-rigidly as a command.
1001 (Substitution): Mark translate-region as a command.
1002
1003 * frames.texi (Size and Position): Remove obsolete functions
1004 screen-height and screen-width.
1005
1006 2009-05-19 Chong Yidong <cyd@stupidchicken.com>
1007
1008 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
1009 (Displaying Buffers, Resizing Windows): Correct mistakes;
1010 next-window, previous-window, and pop-to-buffer are not commands,
1011 and fit-window-to-buffer" is a command. (Pointed out by Martin
1012 Rudalics.)
1013
1014 2009-05-17 Richard M Stallman <rms@gnu.org>
1015
1016 * modes.texi (Precalculated Fontification): Clarify text.
1017
1018 2009-05-17 Martin Rudalics <rudalics@gmx.at>
1019
1020 * windows.texi (Selecting Windows): Clarify descriptions of
1021 with-selected-window and get-lru-window.
1022 (Cyclic Window Ordering): Refer to particular frame when talking
1023 about how splitting affects the ordering.
1024 (Displaying Buffers): Fix descriptions of switch-to-buffer and
1025 switch-to-buffer-other-window. Explain how setting of
1026 display-buffer-reuse-frames affects pop-to-buffer.
1027 (Choosing Window): Clarify some details in descriptions of
1028 display-buffer-reuse-frames, pop-up-frames, and
1029 pop-up-frame-function.
1030 (Dedicated Windows): Clarify some details.
1031 (Textual Scrolling): Replace term vscroll by term vertical
1032 scroll position.
1033 (Vertical Scrolling): Fix typo.
1034 (Window Hooks): Relate text on jit-lock-register to window
1035 scrolling and size changes.
1036
1037 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
1038
1039 * frames.texi (Initial Parameters): Clarify what the initial
1040 minibuffer frame is.
1041 (Buffer Parameters): Note that the minibuffer parameter can not be
1042 altered.
1043
1044 * anti.texi (Antinews): Copyedits. Rearrange some entries.
1045 Document display-buffer changes.
1046
1047 2009-05-13 Chong Yidong <cyd@stupidchicken.com>
1048
1049 * anti.texi (Antinews): Rewrite for Emacs 22.
1050
1051 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
1052 obarrays are first mentioned. Define "system abbrev" more
1053 prominently, and add it to the index.
1054 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
1055 Copyedits.
1056 (Abbrev Expansion): Document abbrev-insert.
1057
1058 2009-05-12 Chong Yidong <cyd@stupidchicken.com>
1059
1060 * frames.texi (Font and Color Parameters): Rename from Color
1061 Parameters. Document font-backend parameter.
1062
1063 * vol2.texi (Top): Update node listing.
1064 * vol1.texi (Top): Update node listing.
1065 * elisp.texi (Top): Update node listing.
1066
1067 2009-05-11 Martin Rudalics <rudalics@gmx.at>
1068
1069 * windows.texi (Choosing Window): Don't explicitly refer to
1070 split-window-sensibly's window argument in descriptions of
1071 split-height-threshold and split-width-threshold.
1072
1073 2009-05-10 Martin Rudalics <rudalics@gmx.at>
1074
1075 * windows.texi (Choosing Window): Fix rewrite of window
1076 splitting section.
1077
1078 2009-05-09 Eli Zaretskii <eliz@gnu.org>
1079
1080 * nonascii.texi (Default Coding Systems): Document
1081 find-auto-coding, set-auto-coding, and auto-coding-alist.
1082 Add indexing.
1083 (Lisp and Coding Systems): Add index entries.
1084
1085 2009-05-09 Martin Rudalics <rudalics@gmx.at>
1086
1087 * windows.texi (Choosing Window): Describe split-window-sensibly
1088 and rewrite section on window splitting accordingly.
1089 (Textual Scrolling): Replace `...' by @code{...}.
1090
1091 2009-05-04 Chong Yidong <cyd@stupidchicken.com>
1092
1093 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
1094 Remove obsoleted pre-abbrev-expand-hook.
1095
1096 * locals.texi (Standard Buffer-Local Variables): Consolidate table
1097 entries.
1098
1099 * internals.texi (Object Internals): Don't assume 32-bit machines
1100 are the norm.
1101 (Buffer Internals): Consolidate table entries for readability.
1102 (Window Internals): Synch field names to window.h.
1103 (Process Internals): Synch field names to process.h.
1104
1105 2009-04-29 Chong Yidong <cyd@stupidchicken.com>
1106
1107 * variables.texi (File Local Variables): Note that read-circle is
1108 bound to nil when reading file-local variables.
1109
1110 * streams.texi (Input Functions): Document read-circle.
1111 (Output Variables): Add xref to Circular Objects.
1112
1113 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
1114
1115 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
1116 Features and Coding System Basics. Node that "p" stands for
1117 "predicate". Recommend utf-8-emacs instead of emacs-mule.
1118 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
1119 mouse-appearance-menu.
1120 (Programming Tips): Add xref to Progress.
1121
1122 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
1123
1124 * os.texi (Command-Line Arguments):
1125 Document command-line-args-left.
1126 (Suspending Emacs): Adapt text to multi-tty case. Document use of
1127 terminal objects for tty arguments.
1128 (Startup Summary): Add xref to Session Management.
1129 (Session Management): Mention emacs-session-restore. Copyedits.
1130
1131 2009-04-20 Chong Yidong <cyd@stupidchicken.com>
1132
1133 * os.texi (Startup Summary): Copyedits. The init file is not
1134 necessarily named .emacs now. Document initial-buffer-choice and
1135 initial-scratch-message. Note where Emacs exits in batch mode.
1136 Document inhibit-splash-screen as an alias.
1137 (Init File): Be neutral about which init file name to use.
1138
1139 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
1140
1141 * os.texi (System Interface): Fix Texinfo usage.
1142
1143 2009-04-15 Chong Yidong <cyd@stupidchicken.com>
1144
1145 * searching.texi (Regexp Backslash): Also refer to shy groups as
1146 non-capturing or unnumbered groups.
1147 (Regexp Functions): Add cross-reference to Regexp Backslash.
1148
1149 * display.texi (Truncation): Overlays can use line-prefix and
1150 wrap-prefix too.
1151 (Overlay Properties): Document wrap-prefix and line-prefix.
1152 (Face Attributes): Document underline-minimum-offset.
1153 (Face Remapping): Copyedits.
1154 (Low-Level Font): Copyedits.
1155 (Image Cache): Note that the image cache is shared between frames.
1156 (Line Height): Emphasize that line-spacing only takes effect on
1157 graphical terminals.
1158
1159 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
1160
1161 * display.texi (Refresh Screen): Note that a passage about screen
1162 refreshing is text terminal only.
1163 (Forcing Redisplay): Delete misleading comment---sit-for calls
1164 redisplay, not the other way around.
1165 (Truncation): Note new values of truncate-partial-width-windows.
1166 Copyedits.
1167 (Invisible Text): Document invisible-p.
1168
1169 2009-04-11 Eli Zaretskii <eliz@gnu.org>
1170
1171 * display.texi (Overlays): Overlays don't scale well. See
1172 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
1173
1174 2009-04-10 Chong Yidong <cyd@stupidchicken.com>
1175
1176 * syntax.texi (Syntax Table Functions): Document cons cell
1177 argument for modify-syntax-entry.
1178 (Categories): Document cons cell argument for
1179 modify-category-entry.
1180
1181 * searching.texi (String Search): Document word-search-forward-lax
1182 and word-search-backward-lax.
1183 (Searching and Case): Describe isearch behavior more precisely.
1184
1185 * keymaps.texi (Tool Bar): Mention that some platforms do not
1186 support multi-line toolbars. Suggested by Stephen Eglen.
1187
1188 * frames.texi (Layout Parameters): Mention that Nextstep also
1189 allows only one tool-bar line. Suggested by Stephen Eglen.
1190
1191 * nonascii.texi (Text Representations): Copyedits.
1192 (Coding System Basics): Also mention utf-8-emacs.
1193 (Converting Representations, Selecting a Representation)
1194 (Scanning Charsets, Translation of Characters, Encoding and I/O):
1195 Copyedits.
1196 (Character Codes): Mention role of codepoints 1114112 to 4194175.
1197
1198 2009-04-09 Chong Yidong <cyd@stupidchicken.com>
1199
1200 * text.texi (Yank Commands): Note that yank uses push-mark.
1201 (Filling): Clarify REGION argument of fill-paragraph.
1202 Document fill-forward-paragraph-function.
1203 (Special Properties): Remove "new in Emacs 22" declaration.
1204 (Clickable Text): Merge with Links and Mouse-1 node.
1205
1206 * display.texi (Button Properties, Button Buffer Commands):
1207 Change xref to Clickable Text.
1208
1209 * tips.texi (Key Binding Conventions): Change xref to Clickable
1210 Text.
1211
1212 * elisp.texi (Top): Update node listing.
1213
1214 2009-04-05 Chong Yidong <cyd@stupidchicken.com>
1215
1216 * markers.texi (The Mark): Copyedits. Improve description of
1217 handle-shift-selection.
1218 (The Region): Move use-region-p here from The Mark.
1219
1220 * positions.texi (Screen Lines): Document (cols . lines) argument
1221 for vertical-motion.
1222
1223 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
1224
1225 * frames.texi (Frames): Clean up introduction. Document `ns'
1226 return value for framep.
1227 (Creating Frames): Note how the terminal is chosen.
1228 (Multiple Terminals, Multiple Displays): Merge into a single node.
1229 (Color Parameters): Fix typo.
1230
1231 * variables.texi (Local Variables, Buffer-Local Variables)
1232 (Creating Buffer-Local): Change link to Multiple Terminals.
1233
1234 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
1235
1236 * keymaps.texi (Controlling Active Maps): Change link to Multiple
1237 Terminals.
1238
1239 * commands.texi (Command Loop Info, Keyboard Macros): Change link
1240 to Multiple Terminals.
1241
1242 * elisp.texi (Top): Update node listing.
1243 * vol2.texi (Top): Update node listing.
1244 * vol1.texi (Top): Update node listing.
1245
1246 * buffers.texi (Current Buffer): Note that the append-to-buffer
1247 example is no longer in synch with the latest code. Tie the two
1248 examples together.
1249
1250 * files.texi (File Attributes): Move note about MS-DOS from
1251 Changing Files to File Attributes.
1252 (Create/Delete Dirs): Note that mkdir is an alias for this.
1253
1254 2009-04-01 Markus Triska <triska@gmx.at>
1255
1256 * processes.texi (Filter Functions): Suggest how to handle output
1257 batches.
1258
1259 2009-03-30 Chong Yidong <cyd@stupidchicken.com>
1260
1261 * help.texi (Accessing Documentation): Update example to use
1262 help-setup-xref and with-help-window.
1263 (Help Functions): Remove print-help-return-message, which is
1264 semi-obsolete due to with-help-window. Document help-buffer and
1265 help-setup-xref.
1266
1267 2009-03-29 Chong Yidong <cyd@stupidchicken.com>
1268
1269 * help.texi (Accessing Documentation, Help Functions):
1270 Remove information about long-obsolete Emacs versions.
1271
1272 * modes.texi (Mode Line Variables): The default values of the mode
1273 line variables are now more complicated.
1274
1275 2009-03-28 Chong Yidong <cyd@stupidchicken.com>
1276
1277 * modes.texi (Major Mode Conventions): Note that specialness is
1278 inherited.
1279 (Derived Modes): Note that define-derive-mode sets the mode-class
1280 property.
1281
1282 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
1283 goto-map. Add search-map to the list.
1284
1285 2009-03-27 Eli Zaretskii <eliz@gnu.org>
1286
1287 * os.texi (System Environment): Update the list of system-type
1288 values.
1289
1290 * markers.texi (The Mark) <handle-shift-selection>: Update for
1291 removal of the optional argument DEACTIVATE.
1292
1293 2009-03-25 Chong Yidong <cyd@stupidchicken.com>
1294
1295 * commands.texi (Focus Events): Most X window managers don't use
1296 focus-follows-mouse nowadays.
1297
1298 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
1299
1300 * commands.texi (Defining Commands): Clarify introduction.
1301 (Using Interactive): Not that interactive can be put in a symbol
1302 property.
1303 (Interactive Call): Note that a symbol with a non-nil
1304 interactive-form property satisfies commandp.
1305
1306 2009-03-23 Juanma Barranquero <lekktu@gmail.com>
1307
1308 * minibuf.texi (Intro to Minibuffers): Fix typos.
1309
1310 2009-03-23 Chong Yidong <cyd@stupidchicken.com>
1311
1312 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
1313 about minibuffers in old Emacs versions. Copyedits.
1314 Emphasize that enable-recursive-minibuffers defaults to nil.
1315 (Text from Minibuffer): Simplify introduction.
1316
1317 2009-03-22 Alan Mackenzie <acm@muc.de>
1318
1319 * commands.texi (Using Interactive): Clarify string argument to
1320 `interactive' - even promptless elements need \n separators.
1321
1322 2009-03-18 Chong Yidong <cyd@stupidchicken.com>
1323
1324 * minibuf.texi (Completion Styles): New node.
1325
1326 * elisp.texi (Top): Update node listing.
1327
1328 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
1329
1330 * minibuf.texi (Basic Completion): Note that
1331 read-file-name-completion-ignore-case and
1332 read-buffer-completion-ignore-case can override
1333 completion-ignore-case.
1334 (Minibuffer Completion): Document completing-read changes.
1335 (Completion Commands): Avoid mentioning partial completion mode.
1336 Document minibuffer-completion-confirm changes, and
1337 minibuffer-confirm-exit-commands.
1338 (High-Level Completion): Document new require-match behavior for
1339 read-buffer. Document read-buffer-completion-ignore-case.
1340 (Reading File Names): Document new require-match behavior for
1341 read-file-name.
1342
1343 2009-03-14 Chong Yidong <cyd@stupidchicken.com>
1344
1345 * debugging.texi (Error Debugging): Don't mislead the reader into
1346 thinking that debug-on-error enters debugger for C-f at EOB.
1347 (Error Debugging): Setting debug-on-init within the init file
1348 works, and has for some time.
1349
1350 2009-03-13 Kenichi Handa <handa@m17n.org>
1351
1352 * display.texi (Fontsets): Update the description.
1353
1354 2009-03-13 Chong Yidong <cyd@stupidchicken.com>
1355
1356 * advice.texi (Advising Primitives): Link to What Is a Function.
1357
1358 2009-03-12 Chong Yidong <cyd@stupidchicken.com>
1359
1360 * compile.texi (Speed of Byte-Code): Update example.
1361 (Disassembly): Update examples.
1362
1363 * loading.texi (Repeated Loading): Simplify examples.
1364
1365 * customize.texi (Common Keywords): It's not necessary to use :tag
1366 to remove hyphens, as custom-unlispify-tag-name does it
1367 automatically.
1368 (Variable Definitions): Link to File Local Variables.
1369 Document customized-value symbol property.
1370 (Customization Types): Move menu to end of node.
1371
1372 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
1373
1374 * macros.texi (Compiling Macros): Omit misleading sentence, which
1375 implied that macros can only be used in the same file they are
1376 defined.
1377 (Backquote): Remove obsolete information about Emacs 19.
1378
1379 2009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
1380
1381 * display.texi (Display Margins): Fix paren typo.
1382
1383 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
1384
1385 * elisp.texi (Top): Update node listing.
1386
1387 * variables.texi (Variables): Clarify introduction.
1388 (Global Variables): Mention that setq is a special form.
1389 (Local Variables): Use active voice.
1390 (Tips for Defining): Mention marking variables as safe.
1391 (Buffer-Local Variables): Mention terminal-local and frame-local
1392 variables together.
1393 (File Local Variables): Copyedits.
1394 (Frame-Local Variables): Note that they are not really useful.
1395 (Future Local Variables): Node deleted.
1396
1397 * objects.texi (General Escape Syntax): Update explanation of
1398 unicode escape syntax.
1399
1400 2009-02-23 Chong Yidong <cyd@stupidchicken.com>
1401
1402 * control.texi (Control Structures): Add cindex entry for "textual
1403 order".
1404
1405 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
1406 instead of "expression" throughout.
1407 (Function Indirection): Copyedits. Use active voice.
1408 (Eval): The default value of max-lisp-eval-depth is now 400.
1409
1410 2009-02-23 Miles Bader <miles@gnu.org>
1411
1412 * processes.texi (System Processes): Rename `system-process-attributes'
1413 to `process-attributes'.
1414
1415 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
1416
1417 * symbols.texi (Property Lists): Emphasize that property lists are
1418 not restricted to symbol cells.
1419 (Other Plists): Copyedit.
1420
1421 * sequences.texi (Sequences Arrays Vectors): Make introduction
1422 more concise.
1423 (Arrays): Mention char-tables and bool-vectors too.
1424 (Vectors): Don't repeat information given in Arrays node. Link to
1425 nodes that explain the vector usage examples.
1426 (Char-Tables): Note that char-table elements can have arbitrary
1427 type. Explain effect of omitted char-table-extra-slots property.
1428 Link to Property Lists node.
1429
1430 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
1431
1432 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
1433 `append'.
1434 (List Elements): Copyedits.
1435
1436 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
1437 of `vconcat'.
1438
1439 * strings.texi (Creating Strings): Copyedits. Remove obsolete
1440 Emacs 20 usage of `concat'.
1441 (Case Conversion): Copyedits.
1442
1443 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
1444
1445 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
1446 Minor edits.
1447 (Frame Configuration Type): Emphasize that it is not primitive.
1448 (Font Type): New node.
1449 (Type Predicates): Add fontp; type-of now recognizes font object
1450 types.
1451
1452 * intro.texi (Version Info): Update version numbers in examples.
1453 (Acknowledgements): List more contributors.
1454
1455 * elisp.texi: Bump version number to 3.0.
1456 (Top): Link to Font Type node.
1457
1458 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
1459
1460 * modes.texi (Major Mode Conventions): Remove duplicate words.
1461 (Customizing Keywords): Fix typo.
1462
1463 2009-02-14 Eli Zaretskii <eliz@gnu.org>
1464
1465 * nonascii.texi (User-Chosen Coding Systems): Document that
1466 select-safe-coding-system suggests raw-text if there are raw bytes
1467 in the region.
1468 (Explicit Encoding): Warn not to use `undecided' when encoding.
1469
1470 2009-02-11 Glenn Morris <rgm@gnu.org>
1471
1472 * frames.texi (Visibility of Frames): Mention the effect multiple
1473 workspaces/desktops can have on visibility.
1474
1475 2009-02-07 Eli Zaretskii <eliz@gnu.org>
1476
1477 * text.texi (Commands for Insertion):
1478 * commands.texi (Event Mod):
1479 * keymaps.texi (Searching Keymaps):
1480 * nonascii.texi (Translation of Characters):
1481 Reinstate documentation of translation-table-for-input.
1482 (Explicit Encoding): Document the `charset' text property produced
1483 by decode-coding-region and decode-coding-string.
1484
1485 2009-01-27 Alan Mackenzie <acm@muc.de>
1486
1487 * modes.texi (Search-based Fontification): Correct a typo.
1488
1489 2009-01-25 Juanma Barranquero <lekktu@gmail.com>
1490
1491 * abbrevs.texi (Abbrev Table Properties): Fix typo.
1492 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
1493
1494 2009-01-24 Eli Zaretskii <eliz@gnu.org>
1495
1496 * display.texi (Window Systems): Document the value of
1497 `initial-window-system' under --daemon.
1498
1499 * os.texi (System Environment): Remove description of the
1500 `environment' function which has been deleted.
1501
1502 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
1503
1504 * frames.texi (Multiple Displays): Remove documentation for
1505 removed function make-frame-on-tty.
1506
1507 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
1508
1509 * files.texi (Format Conversion Piecemeal): Clarify behavior of
1510 write-region-annotate-functions.
1511 Document write-region-post-annotation-function.
1512
1513 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
1514
1515 * display.texi (Font Lookup): Document WIDTH argument of
1516 x-list-fonts.
1517
1518 2009-01-17 Eli Zaretskii <eliz@gnu.org>
1519
1520 * maps.texi (Standard Keymaps): Rename function-key-map to
1521 local-function-key-map.
1522
1523 * keymaps.texi (Translation Keymaps): Rename function-key-map to
1524 local-function-key-map.
1525
1526 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
1527 and `set-keyboard-coding-system' now accept an optional terminal
1528 argument.
1529
1530 * commands.texi (Event Mod): `keyboard-translate-table' is now
1531 terminal-local.
1532 (Function Keys): Rename function-key-map to
1533 local-function-key-map.
1534
1535 * elisp.texi (Top): Make @detailmenu be consistent with changes in
1536 frames.texi.
1537
1538 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
1539 `delete-terminal-functions', `suspend-tty-functions' and
1540 `resume-tty-functions'.
1541
1542 * frames.texi (Frames): Document `frame-terminal' and
1543 `terminal-live-p'.
1544 (Multiple Displays): Document `make-frame-on-tty'.
1545 (Multiple Terminals): Document `terminal-list', `delete-terminal',
1546 `terminal-name', and `get-device-terminal'.
1547 (Terminal Parameters): Document `terminal-parameters',
1548 `terminal-parameter', and `set-terminal-parameter'.
1549
1550 * os.texi (System Environment): Document `environment' and
1551 `initial-environment'.
1552 (Suspending Emacs): Update for multi-tty; document
1553 `suspend-tty', `resume-tty', and `controlling-tty-p'.
1554
1555 * nonascii.texi (Coding System Basics): More accurate description
1556 of `raw-text'.
1557
1558 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
1559
1560 * display.texi (Low-Level Font): Fix typo.
1561
1562 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
1563
1564 * elisp.texi (Top): Update node listing.
1565
1566 * display.texi (PostScript Images): Node deleted.
1567
1568 2009-01-10 Eli Zaretskii <eliz@gnu.org>
1569
1570 * processes.texi (Decoding Output): Document that null bytes force
1571 no-conversion for reading process output.
1572
1573 * files.texi (Reading from Files): Document that null bytes force
1574 no-conversion when visiting files.
1575
1576 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
1577
1578 * nonascii.texi (Lisp and Coding Systems):
1579 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
1580 (Character Properties): Improve wording.
1581
1582 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
1583
1584 * display.texi (Font Lookup): Remove obsolete function
1585 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
1586 (Low-Level Font): Rename from Fonts, move to end of Faces section.
1587 (Font Selection): Reorder order of variable descriptions.
1588 Minor clarifications.
1589
1590 * elisp.texi (Top): Update node listing.
1591
1592 2009-01-09 Glenn Morris <rgm@gnu.org>
1593
1594 * commands.texi (Command Loop Info): Say that last-command-char and
1595 last-input-char are obsolete aliases.
1596
1597 * edebug.texi (Edebug Recursive Edit): Remove separate references to
1598 last-input-char and last-command-char, since they are just aliases for
1599 last-input-event and last-command-event.
1600
1601 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
1602 last-command-char.
1603
1604 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
1605
1606 * elisp.texi: Update node listing.
1607
1608 * display.texi (Faces): Put Font Selection node after Auto Faces.
1609 (Face Attributes): Don't link to Font Lookup.
1610 Document font-family-list.
1611 (Fonts): New node.
1612
1613 2009-01-08 Jason Rumney <jasonr@gnu.org>
1614
1615 * frames.texi (Pointer Shape): Clarify that only X supports
1616 changing the standard pointer shapes. (Bug#1485)
1617
1618 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
1619
1620 * display.texi (Attribute Functions): Note that a function value
1621 :height is relative, and that compatibility functions work by
1622 calling set-face-attribute.
1623 (Displaying Faces): Reorder list in order of increasing priority.
1624 (Face Remapping): New node. Content moved here from Displaying
1625 Faces.
1626 (Glyphs): Link to Face Functions.
1627
1628 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
1629
1630 * display.texi (Faces): Don't discuss face id here. facep does
1631 not return t.
1632 (Defining Faces): Minor clarification.
1633 (Face Attributes): Rearrange items to match docstring of
1634 set-face-attribute. Add :foundry attribute. Document new role of
1635 :font attribute. Texinfo usage fix.
1636 (Attribute Functions): Copyedits.
1637 (Face Functions): Note that face number is seldom used.
1638
1639 2009-01-05 Richard M Stallman <rms@gnu.org>
1640
1641 * strings.texi (Predicates for Strings): Minor clarification.
1642
1643 * functions.texi (Function Safety): Texinfo usage fix.
1644
1645 2009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
1646
1647 * objects.texi (General Escape Syntax): Fix typo.
1648
1649 2009-01-03 Martin Rudalics <rudalics@gmx.at>
1650
1651 * windows.texi (Choosing Window): Say that pop-up-frame-alist
1652 works via the default value of pop-up-frame-function.
1653
1654 2009-01-02 Eli Zaretskii <eliz@gnu.org>
1655
1656 * processes.texi (System Processes): Document the `time' and
1657 `ctime' attributes of `system-process-attributes'.
1658
1659 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
1660
1661 * display.texi (Face Attributes): Clarify :height attribute.
1662
1663 2008-12-31 Martin Rudalics <rudalics@gmx.at>
1664
1665 * buffers.texi (The Buffer List): Clarify what moves a buffer to
1666 the front of the buffer list. Add entries for `last-buffer' and
1667 `unbury-buffer'.
1668
1669 2008-12-27 Eli Zaretskii <eliz@gnu.org>
1670
1671 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
1672 and its subsections.
1673
1674 * frames.texi (Multiple Terminals, Low-level Terminal)
1675 (Terminal Parameters, Frames on Other TTY devices): New sections.
1676 (Frames): Add an xref to "Multiple Terminals".
1677
1678 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
1679
1680 * objects.texi (Terminal Type): New node.
1681 (Editing Types): Add it to the menu.
1682
1683 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
1684 Variables".
1685
1686 * variables.texi (Directory Local Variables): New node.
1687 (Variables): Add a menu item for it.
1688
1689 * loading.texi (Autoload): Document `generate-autoload-cookie' and
1690 `generated-autoload-file'.
1691
1692 2008-12-20 Eli Zaretskii <eliz@gnu.org>
1693
1694 * os.texi (Startup Summary): Add xref to documentation of
1695 `initial-window-system'.
1696
1697 * display.texi (Window Systems): Document `window-system' the
1698 function. The variable `window-system' is now frame-local.
1699 Document `initial-window-system'.
1700
1701 2008-12-19 Martin Rudalics <rudalics@gmx.at>
1702
1703 * windows.texi (Windows): Rewrite description of
1704 fit-window-to-buffer.
1705
1706 2008-12-13 Glenn Morris <rgm@gnu.org>
1707
1708 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
1709 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
1710
1711 2008-12-12 Glenn Morris <rgm@gnu.org>
1712
1713 * debugging.texi (Error Debugging): Refer forwards to
1714 eval-expression-debug-on-error.
1715
1716 2008-12-05 Eli Zaretskii <eliz@gnu.org>
1717
1718 * strings.texi (String Basics): Only unibyte strings that
1719 represent key sequences hold 8-bit raw bytes.
1720
1721 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
1722 paragraph to speak about `undecided'.
1723 (Character Properties): Don't explain the meaning of each
1724 property; instead, identify their Unicode Standard names.
1725 (Character Sets): Document `map-charset-chars'.
1726
1727 2008-12-02 Glenn Morris <rgm@gnu.org>
1728
1729 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
1730 section yet again.
1731
1732 2008-11-29 Eli Zaretskii <eliz@gnu.org>
1733
1734 * nonascii.texi (Character Properties): New Section.
1735 (Specifying Coding Systems): Document
1736 `coding-system-priority-list', `set-coding-system-priority', and
1737 `with-coding-priority'.
1738 (Lisp and Coding Systems): Document `check-coding-systems-region'
1739 and `coding-system-charset-list'.
1740 (Coding System Basics): Document `coding-system-aliases'.
1741
1742 * elisp.texi (Top): Add a @detailmenu entry for "Character
1743 Properties".
1744
1745 * objects.texi (Character Type): Correct the range of Emacs
1746 characters. Add an @xref to "Character Codes".
1747
1748 * strings.texi (String Basics): Add an @xref to "Character Codes".
1749
1750 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
1751
1752 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
1753 (Character Codes): Document `max-char'.
1754
1755 2008-11-28 Eli Zaretskii <eliz@gnu.org>
1756
1757 * nonascii.texi (Text Representations, Converting Representations)
1758 (Character Sets, Scanning Charsets, Translation of Characters):
1759 Make text more accurate.
1760
1761 2008-11-28 Glenn Morris <rgm@gnu.org>
1762
1763 * files.texi (Format Conversion Round-Trip): Improve previous change.
1764
1765 2008-11-26 Chong Yidong <cyd@stupidchicken.com>
1766
1767 * modes.texi (Auto Major Mode): Fix example.
1768
1769 2008-11-25 Glenn Morris <rgm@gnu.org>
1770
1771 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
1772
1773 * files.texi (Format Conversion Round-Trip):
1774 Use active voice for previous change.
1775
1776 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
1777
1778 * os.texi (Processor Run Time):
1779 * processes.texi (Transaction Queues):
1780 * markers.texi (The Mark):
1781 * windows.texi (Choosing Window, Selecting Windows):
1782 * files.texi (Changing Files, Magic File Names):
1783 * commands.texi (Key Sequence Input):
1784 * functions.texi (Declaring Functions):
1785 * strings.texi (Predicates for Strings):
1786 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
1787
1788 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
1789
1790 * help.texi (Accessing Documentation): Update example.
1791
1792 * variables.texi (Defining Variables): Note that `*' is not
1793 necessary if defcustom is used.
1794
1795 2008-11-22 Eli Zaretskii <eliz@gnu.org>
1796
1797 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
1798 Characters" from @detailmenu.
1799
1800 * nonascii.texi (Character Codes, Character Sets)
1801 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
1802 (Chars and Bytes, Splitting Characters): Sections removed.
1803
1804 2008-11-22 Lute Kamstra <lute@gnu.org>
1805
1806 * positions.texi (Text Lines): Update goto-line documentation.
1807
1808 2008-11-21 Martin Rudalics <rudalics@gmx.at>
1809
1810 * frames.texi (Frames): Fix typo, add cross references, reword.
1811 (Initial Parameters): Reword special-display-frame-alist text.
1812 (Frames and Windows): Reword. Describe argument norecord for
1813 set-frame-selected-window.
1814 (Input Focus): Describe argument norecord for select-frame.
1815 Remove comment on MS-Windows behavior for focus-follows-mouse.
1816 (Raising and Lowering): Mention windows-frames dichotomy in
1817 metaphor.
1818
1819 * windows.texi (Displaying Buffers, Vertical Scrolling)
1820 (Horizontal Scrolling): Fix indenting and rewording issues
1821 introduced with 2008-11-07 change.
1822
1823 2008-11-20 Glenn Morris <rgm@gnu.org>
1824
1825 * files.texi (Format Conversion Round-Trip): Mention `preserve'
1826 element of `format-alist'.
1827
1828 2008-11-19 Glenn Morris <rgm@gnu.org>
1829
1830 * doclicense.texi: Update to FDL 1.3.
1831 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
1832
1833 2008-11-18 Chong Yidong <cyd@stupidchicken.com>
1834
1835 * windows.texi (Window Hooks): Remove *-end-trigger-functions
1836 vars, which are obsolete. Mention jit-lock-register.
1837
1838 * modes.texi (Other Font Lock Variables):
1839 Document jit-lock-register and jit-lock-unregister.
1840
1841 * frames.texi (Color Parameters): Document alpha parameter.
1842
1843 2008-11-16 Martin Rudalics <rudalics@gmx.at>
1844
1845 * windows.texi (Splitting Windows, Deleting Windows)
1846 (Selecting Windows, Cyclic Window Ordering)
1847 (Buffers and Windows, Displaying Buffers, Choosing Window)
1848 (Dedicated Windows, Window Point, Window Start and End)
1849 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
1850 (Size of Window, Resizing Windows, Window Configurations)
1851 (Window Parameters): Avoid @var at beginning of sentences and
1852 reword accordingly.
1853
1854 2008-11-11 Lute Kamstra <lute@gnu.org>
1855
1856 * files.texi (File Name Components): Fix file-name-extension
1857 documentation.
1858
1859 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
1860
1861 * frames.texi (Basic Parameters): Remove display-environment-variable
1862 and term-environment-variable.
1863
1864 2008-11-08 Eli Zaretskii <eliz@gnu.org>
1865
1866 * windows.texi (Basic Windows, Splitting Windows)
1867 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
1868 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
1869 (Resizing Windows, Window Configurations, Window Parameters):
1870 Fix wording and markup.
1871
1872 2008-11-07 Martin Rudalics <rudalics@gmx.at>
1873
1874 * windows.texi (Windows): Update entries.
1875 (Basic Windows): Remove listing of attributes. Reword.
1876 (Splitting Windows, Deleting Windows): Reword.
1877 (Selecting Windows, Cyclic Window Ordering): Reword with special
1878 emphasis on order of recently selected windows and buffer list.
1879 (Buffers and Windows, Choosing Window): Reword with special
1880 emphasis on dedicated windows.
1881 (Displaying Buffers): Reword. For switch-to-buffer mention that
1882 it may fall back on pop-to-buffer. For other-window try to
1883 explain how it treats the cyclic ordering of windows.
1884 (Dedicated Windows): New node and section discussing dedicated
1885 windows and associated functions.
1886 (Window Point): Add entry for window-point-insertion-type. Reword.
1887 (Window Start and End): Rename node and section title. Reword.
1888 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
1889 Minor rewording.
1890 (Size of Window): Reword, in particular text on window-width.
1891 (Resizing Windows): Reword. Add text on balancing windows.
1892 (Window Configurations): Reword. Mention window parameters.
1893 (Window Parameters): New node and section on window parameters.
1894 (Window Hooks): Reword. Mention that
1895 window-configuration-change-hook is run "buffer-locally".
1896 * elisp.texi (Top): Update Windows entries in @detailmenu
1897 section.
1898
1899 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
1900
1901 * searching.texi (Regexp Search): Fix typo.
1902
1903 2008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
1904
1905 * searching.texi (Regexp Search): Document GREEDY arg.
1906 (Simple Match Data): Fix return value.
1907
1908 2008-11-01 Eli Zaretskii <eliz@gnu.org>
1909
1910 * nonascii.texi (Text Representations): Rewrite to make consistent
1911 with Emacs 23 internal representation of characters.
1912 Document `unibyte-string'.
1913
1914 2008-10-28 Chong Yidong <cyd@stupidchicken.com>
1915
1916 * processes.texi (Process Information): Note that process-status
1917 does not accept buffer names.
1918
1919 2008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
1920
1921 * positions.texi (Skipping Characters): Correct return value of
1922 skip-chars-forward.
1923
1924 2008-10-25 Martin Rudalics <rudalics@gmx.at>
1925
1926 * windows.texi (Deleting Windows): Update documentation of
1927 delete-windows-on.
1928 (Buffers and Windows): Update documentations of
1929 get-buffer-window and get-buffer-window-list.
1930 (Displaying Buffers): Update documentation of
1931 replace-buffer-in-windows.
1932
1933 * buffers.texi (Current Buffer): Reword set-buffer and
1934 with-current-buffer documentations.
1935 (Creating Buffers): Reword documentation of get-buffer-create.
1936
1937 2008-10-23 Martin Rudalics <rudalics@gmx.at>
1938
1939 * buffers.texi (Current Buffer): Reword documentation of
1940 set-buffer.
1941 (Buffer Names): Reword documentation of buffer-name.
1942 (The Buffer List): For bury-buffer explain what happens with the
1943 buffer's window.
1944 (Creating Buffers): Say that get-buffer-create's arg is called
1945 buffer-or-name.
1946
1947 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
1948
1949 * advice.texi (Computed Advice): Explain what DEFINITION is.
1950
1951 * nonascii.texi (Character Codes): Remove obsolete function
1952 char-valid-p, and document characterp instead.
1953
1954 2008-10-22 Martin Rudalics <rudalics@gmx.at>
1955
1956 * windows.texi (Displaying Buffers): Reword documentation of
1957 pop-to-buffer.
1958 (Choosing Window): Rewrite documentation of display-buffer and
1959 its options.
1960
1961 * buffers.texi (Killing Buffers): Update documentation of
1962 kill-buffer.
1963
1964 2008-10-21 Eli Zaretskii <eliz@gnu.org>
1965
1966 * processes.texi (Serial Ports): Fix wording and improve markup.
1967
1968 * searching.texi (Regexp Search): Document `string-match-p' and
1969 `looking-at-p'.
1970 (POSIX Regexps): Add an xref for "non-greedy".
1971 (Regexp Special): Add @cindex entry for "non-greedy".
1972
1973 * display.texi (Attribute Functions): Document `face-all-attributes'.
1974 (Image Cache) <image-refresh>: Minor wording fixes.
1975
1976 * frames.texi (Color Names): Add an xref to `read-color'.
1977
1978 * minibuf.texi (High-Level Completion): Document `read-color'.
1979
1980 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
1981
1982 * positions.texi (Narrowing): Add an xref to "Swapping Text".
1983
1984 * buffers.texi (Swapping Text): New section, documents
1985 `buffer-swap-text'.
1986
1987 2008-10-21 Martin Rudalics <rudalics@gmx.at>
1988
1989 * windows.texi (Resizing Windows): Minor wording fix.
1990
1991 2008-10-20 Eli Zaretskii <eliz@gnu.org>
1992
1993 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
1994 and `combine-and-quote-strings'.
1995
1996 * strings.texi (Creating Strings): Add xrefs for them.
1997
1998 2008-10-19 Eli Zaretskii <eliz@gnu.org>
1999
2000 * elisp.texi (Top): Make descriptive text for "Reading File Names"
2001 match the corresponding menu in minibuf.texi.
2002
2003 * minibuf.texi (Reading File Names): Document `read-shell-command'
2004 and `minibuffer-local-shell-command-map'.
2005
2006 2008-10-19 Martin Rudalics <rudalics@gmx.at>
2007
2008 * windows.texi (Resizing Windows): Remove var{} around "window" in
2009 documentation of enlarge-window.
2010 Rewrite documentation of window-min-height and window-min-width.
2011
2012 2008-10-19 Eli Zaretskii <eliz@gnu.org>
2013
2014 * functions.texi (Calling Functions): Document `apply-partially'.
2015
2016 * hooks.texi (Standard Hooks): Mention
2017 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
2018
2019 * variables.texi (File Local Variables): Document
2020 `file-local-variables-alist', `before-hack-local-variables-hook'
2021 and `hack-local-variables-hook'.
2022
2023 * processes.texi (Synchronous Processes): Document `process-lines'.
2024
2025 * customize.texi (Variable Definitions):
2026 Document `custom-reevaluate-setting'.
2027
2028 2008-10-18 Martin Rudalics <rudalics@gmx.at>
2029
2030 * windows.texi (Choosing Window, Deleting Windows)
2031 (Displaying Buffers): Expand documentation of dedicated windows.
2032
2033 2008-10-18 Eli Zaretskii <eliz@gnu.org>
2034
2035 * files.texi (Changing Files): Document symbolic input of file
2036 modes to `set-file-modes'. Document `read-file-modes' and
2037 `file-modes-symbolic-to-number'.
2038
2039 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
2040 and `search-map'.
2041
2042 * searching.texi (Search and Replace):
2043 Document `replace-search-function' and `replace-re-search-function'.
2044 Document `multi-query-replace-map'.
2045
2046 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
2047 (Completion Commands, Reading File Names):
2048 Rename `minibuffer-local-must-match-filename-map' to
2049 `minibuffer-local-filename-must-match-map'.
2050 (Minibuffer Completion): The `require-match' argument to
2051 `completing-read' can now have the value `confirm-only'.
2052
2053 * windows.texi (Displaying Buffers): Minor wording fix.
2054 (Choosing Window): `split-height-threshold' can now be nil.
2055 Document `split-width-threshold'. `pop-up-frames' can have the
2056 value `graphic-only'.
2057
2058 2008-10-17 Eli Zaretskii <eliz@gnu.org>
2059
2060 * os.texi (Startup Summary): Document `before-init-time' and
2061 `after-init-time'. Document `initial-window-system' and
2062 `window-system-initialization-alist'. Document reading the
2063 abbrevs file. Document the call to `server-start' under --daemon.
2064 Rearrange a bit to be consistent with the code flow.
2065 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
2066 (Time Parsing): Document `format-seconds'.
2067
2068 2008-10-17 Martin Rudalics <rudalics@gmx.at>
2069
2070 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
2071 and reword.
2072
2073 2008-10-16 Eli Zaretskii <eliz@gnu.org>
2074
2075 * markers.texi (The Mark): Document use-region-p.
2076
2077 2008-10-15 Eli Zaretskii <eliz@gnu.org>
2078
2079 * internals.texi (Writing Emacs Primitives): The interactive spec
2080 of a primitive can be a Lisp form.
2081
2082 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
2083 values of transient-mark-mode. Document handle-shift-selection.
2084
2085 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
2086 (Interactive Examples): Show an example of `^'.
2087 (Key Sequence Input): Document this-command-keys-shift-translated.
2088 (Defining Commands, Using Interactive): The interactive-form of a
2089 function can be added via its symbol's property.
2090
2091 * positions.texi (List Motion): beginning-of-defun-function can
2092 now accept an argument.
2093
2094 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
2095 now return a list of strings.
2096
2097 * control.texi (Handling Errors): Document ignore-errors.
2098
2099 * frames.texi (Creating Frames): Document frame-inherited-parameters.
2100 (Parameter Access): Document set-frame-parameter.
2101
2102 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
2103 Hooks" for the effect of kill-all-local-variables on local hook
2104 functions.
2105
2106 * modes.texi (Major Mode Conventions, Mode Line Variables):
2107 `mode-name' need not be a string. xref to "Mode Line Data" for
2108 details, and to "Emulating Mode Line" for computing a string
2109 value.
2110
2111 2008-10-14 Eli Zaretskii <eliz@gnu.org>
2112
2113 * processes.texi (System Processes): New section.
2114 (Processes, Signals to Processes): Add xrefs to it.
2115
2116 * objects.texi (Editing Types): A `process' is a subprocess of
2117 Emacs, not just any process running on the OS.
2118
2119 * elisp.texi (Top): Adjust the @detailmenu for the above two
2120 changes.
2121
2122 * sequences.texi (Char-Tables): Remove documentation of
2123 set-char-table-default, which has no effect since Emacs 23.
2124 <char-table-range, set-char-table-range>: Don't mention generic
2125 characters and charsets. Add a cons cell as a possible argument.
2126
2127 * nonascii.texi (Splitting Characters)
2128 (Translation of Characters): Don't mention generic characters.
2129
2130 * display.texi (Fontsets): Don't mention generic characters.
2131
2132 * sequences.texi (Char-Tables): `map-char-table' can now call its
2133 argument FUNCTION with a cons cell as KEY.
2134
2135 2008-10-13 Eli Zaretskii <eliz@gnu.org>
2136
2137 * objects.texi (Primitive Function Type): Move "@cindex special
2138 forms" from here...
2139
2140 * eval.texi (Special Forms): ...to here.
2141
2142 * functions.texi (What Is a Function): `functionp' returns nil for
2143 special forms. Add an xref.
2144
2145 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
2146 Variables".
2147
2148 * variables.texi (Frame-Local Variables): New section.
2149 (Buffer-Local Variables): Add an xref to it.
2150 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
2151 have both frame-local and buffer-local binding.
2152
2153 * frames.texi (Frames): Mention multiple tty frames.
2154 (Frame Parameters, Parameter Access): Mention frame-local variable
2155 bindings.
2156
2157 2008-09-20 Glenn Morris <rgm@gnu.org>
2158
2159 * display.texi (Defining Faces): Recommend against face variables.
2160
2161 2008-09-16 Juanma Barranquero <lekktu@gmail.com>
2162
2163 * display.texi (Echo Area Customization): Fix typo.
2164
2165 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
2166
2167 * loading.texi (Where Defined): Add `defface' item.
2168
2169 2008-09-06 Martin Rudalics <rudalics@gmx.at>
2170
2171 * loading.texi (Where Defined): Fix description of symbol-file.
2172
2173 2008-08-26 Jason Rumney <jasonr@gnu.org>
2174
2175 * display.texi (TIFF Images): New section describing :index property.
2176
2177 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
2178
2179 * display.texi (Temporary Displays): Remove unnecessary comment
2180 about usage of temp-buffer-show-hook.
2181
2182 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
2183
2184 * symbols.texi (Other Plists): Fix incorrect example.
2185 Suggested by Florian Beck.
2186
2187 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
2188
2189 * os.texi: Fix previous change.
2190
2191 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2192
2193 * os.texi:
2194 * intro.texi:
2195 * files.texi: Remove VMS support.
2196
2197 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2198
2199 * os.texi:
2200 * frames.texi:
2201 * display.texi: Remove mentions of Mac Carbon.
2202
2203 2008-07-01 Miles Bader <miles@gnu.org>
2204
2205 * text.texi (Special Properties):
2206 * display.texi (Truncation): Add wrap-prefix and line-prefix.
2207
2208 2008-06-28 Johan Bockgård <bojohan@gnu.org>
2209
2210 * display.texi (Other Image Types): Fix copy/paste error; say
2211 "PBM", not "XBM".
2212
2213 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2214
2215 * os.texi: Remove references to obsolete systems.
2216
2217 2008-06-20 Eli Zaretskii <eliz@gnu.org>
2218
2219 * makefile.w32-in (distclean): Remove makefile.
2220
2221 2008-06-17 Glenn Morris <rgm@gnu.org>
2222
2223 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
2224 (elisp, dist): Remove rules and variables that are obsolete now
2225 the lisp manual is no longer distributed separately.
2226
2227 2008-06-16 Glenn Morris <rgm@gnu.org>
2228
2229 * configure, configure.in, mkinstalldirs: Remove unused files.
2230
2231 * book-spine.texinfo: Set version to 23.0.60.
2232 * vol1.texi (EMACSVER):
2233 * vol2.texi (EMACSVER): Set to 23.0.60.
2234
2235 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
2236 as per maintain.info.
2237
2238 2008-06-15 Glenn Morris <rgm@gnu.org>
2239
2240 * makefile.w32-in (manual): Use "23" rather than "21".
2241
2242 * Makefile.in (emacsver): New, set by configure.
2243 (manual): Use emacsver.
2244
2245 * intro.texi: Report bugs using M-x report-emacs-bug.
2246
2247 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
2248
2249 2008-06-13 Daniel Engeler <engeler@gmail.com>
2250
2251 * elisp.texi, internals.texi, processes.texi: Add documentation
2252 about serial port access.
2253
2254 2008-06-05 Miles Bader <miles@gnu.org>
2255
2256 * display.texi (Displaying Faces): Update to reflect function
2257 renamings in face-remap.el.
2258
2259 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
2260
2261 * display.texi (Fontsets): Fix typos.
2262
2263 2008-06-03 Miles Bader <miles@gnu.org>
2264
2265 * display.texi (Displaying Faces): Add add-relative-face-remapping,
2266 remove-relative-face-remapping, set-base-face-remapping,
2267 and set-default-base-face-remapping.
2268
2269 2008-06-01 Miles Bader <miles@gnu.org>
2270
2271 * display.texi (Displaying Faces): Add face-remapping-alist.
2272
2273 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2274
2275 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
2276 variable names.
2277
2278 2008-05-03 Eric S. Raymond <esr@golux>
2279
2280 * keymaps.texi: Clarify that (current-local-map) and
2281 (current-global-map) return references, not copies.
2282
2283 2008-05-02 Juri Linkov <juri@jurta.org>
2284
2285 * minibuf.texi (Text from Minibuffer): Document a list of
2286 default values for `read-from-minibuffer'.
2287
2288 2008-04-24 Juanma Barranquero <lekktu@gmail.com>
2289
2290 * nonascii.texi (Translation of Characters): Fix previous change.
2291
2292 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
2293
2294 * display.texi (Overlay Properties): Clarify role of underlying
2295 textprop and overlay keymaps for display strings.
2296
2297 * keymaps.texi (Active Keymaps): Ditto.
2298
2299 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2300
2301 * minibuf.texi (Programmed Completion):
2302 Replace dynamic-completion-table with the new completion-table-dynamic.
2303
2304 2008-04-07 Chong Yidong <cyd@stupidchicken.com>
2305
2306 * intro.texi (Some Terms): Change "fonts in this manual" index
2307 entry to "typographic conventions".
2308
2309 2008-04-05 Eli Zaretskii <eliz@gnu.org>
2310
2311 * objects.texi (Text Props and Strings): Add indexing for read
2312 syntax of text properties.
2313
2314 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2315
2316 * processes.texi (Decoding Output): Remove process-filter-multibyte
2317 functions.
2318
2319 2008-03-15 Martin Rudalics <rudalics@gmx.at>
2320
2321 * display.texi (Finding Overlays): Say that empty overlays at
2322 the end of the buffer are reported too.
2323
2324 2008-03-13 Glenn Morris <rgm@gnu.org>
2325
2326 * elisp.texi (EMACSVER): Set to 23.0.60.
2327
2328 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
2329
2330 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
2331
2332 2008-02-22 Glenn Morris <rgm@gnu.org>
2333
2334 * frames.texi (Position Parameters): Clarify the description of
2335 `left' and `top', using information from "Geometry".
2336 (Geometry): Give a pointer to "Position Parameters", rather than
2337 repeating information.
2338
2339 2008-02-11 Glenn Morris <rgm@gnu.org>
2340
2341 * objects.texi (Equality Predicates): No longer talk about "two"
2342 functions.
2343
2344 2008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
2345
2346 * objects.texi (Equality Predicates): Add defun for
2347 equal-including-properties.
2348
2349 2008-02-10 Glenn Morris <rgm@gnu.org>
2350
2351 * objects.texi (Equality Predicates):
2352 Mention equal-including-properties.
2353
2354 2008-02-07 Richard Stallman <rms@gnu.org>
2355
2356 * windows.texi (Window Start): Mention the feature of moving
2357 window-start to start of line.
2358
2359 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
2360
2361 * keymaps.texi (Tool Bar): Document rtl property.
2362
2363 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
2364
2365 * display.texi (Button Types):
2366 For define-button-type, clarify type of NAME.
2367
2368 2008-01-19 Martin Rudalics <rudalics@gmx.at>
2369
2370 * buffers.texi (Buffer Modification): Fix typo.
2371
2372 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2373
2374 * os.texi (System Environment): Remove references to OSes that are
2375 not supported anymore.
2376
2377 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2378
2379 * os.texi (System Environment): Remove mention for Masscomp.
2380
2381 2008-01-04 Richard Stallman <rms@gnu.org>
2382
2383 * display.texi (Faces): Don't talk about internal face vector as arg
2384 to facep.
2385
2386 * customize.texi (Type Keywords): Fix previous change.
2387
2388 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
2389 * elisp.texi (Top): Fix menu for commands.texi change.
2390
2391 2007-12-30 Richard Stallman <rms@gnu.org>
2392
2393 * commands.texi (Accessing Mouse): Rename from Accessing Events.
2394 (Accessing Scroll): New node broken out of Accessing Mouse.
2395
2396 2007-12-28 Richard Stallman <rms@gnu.org>
2397
2398 * frames.texi (Size Parameters): Fix typo.
2399 (Basic Parameters): For `title', refer to title bar.
2400 (Size and Position): Explain meaning of frame pixel width and height.
2401
2402 2007-12-23 Richard Stallman <rms@gnu.org>
2403
2404 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
2405 Improve some of the commented-out keywords' text too.
2406
2407 2007-12-14 Martin Rudalics <rudalics@gmx.at>
2408
2409 * nonascii.texi (Encoding and I/O): Reword to avoid saying
2410 "visit the current buffer".
2411
2412 * os.texi (System Interface): Fix typo.
2413
2414 2007-12-04 Richard Stallman <rms@gnu.org>
2415
2416 * objects.texi (Symbol Type): Fix typo.
2417
2418 2007-12-03 Richard Stallman <rms@gnu.org>
2419
2420 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
2421
2422 2007-12-01 Glenn Morris <rgm@gnu.org>
2423
2424 * functions.texi (Declaring Functions): Improve previous change.
2425
2426 2007-11-30 Glenn Morris <rgm@gnu.org>
2427
2428 * functions.texi (Declaring Functions): Add optional fourth
2429 argument of declare-function, and setting third argument to `t'.
2430
2431 2007-11-29 Richard Stallman <rms@gnu.org>
2432
2433 * customize.texi (Composite Types): Document `group' type.
2434
2435 2007-11-29 Glenn Morris <rgm@gnu.org>
2436
2437 * functions.texi (Declaring Functions): Add findex.
2438 Mention `external' files.
2439
2440 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
2441
2442 * functions.texi (Declaring Functions): Fix directive.
2443
2444 2007-11-25 Richard Stallman <rms@gnu.org>
2445
2446 * help.texi (Help Functions): Clean up last change.
2447
2448 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
2449
2450 * loading.texi (Named Features): Minor cleanup.
2451
2452 * macros.texi (Eval During Expansion): Minor cleanup.
2453
2454 * variables.texi (Variable Aliases): Minor cleanup.
2455
2456 2007-11-24 Richard Stallman <rms@gnu.org>
2457
2458 * functions.texi (Declaring Functions): Clarify previous change.
2459
2460 * compile.texi (Compiler Errors): Clarify previous change.
2461
2462 2007-11-24 Richard Stallman <rms@gnu.org>
2463
2464 * display.texi (Refresh Screen, Forcing Redisplay):
2465 Clarify the text and move items around.
2466
2467 2007-11-24 Glenn Morris <rgm@gnu.org>
2468
2469 * functions.texi (Declaring Functions): New section.
2470 * compile.texi (Compiler Errors): Mention declaring functions,
2471 defvar with no initvalue, and byte-compile-warnings.
2472
2473 2007-11-15 Martin Rudalics <rudalics@gmx.at>
2474
2475 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
2476 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
2477
2478 2007-11-13 Martin Rudalics <rudalics@gmx.at>
2479
2480 * help.texi (Help Functions): Document new macro `with-help-window'.
2481
2482 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
2483
2484 * searching.texi (Replacing Match): Describe new
2485 `match-substitute-replacement'.
2486
2487 2007-10-31 Richard Stallman <rms@gnu.org>
2488
2489 * strings.texi (Creating Strings): Null strings from concat not unique.
2490
2491 2007-10-26 Richard Stallman <rms@gnu.org>
2492
2493 * objects.texi (Equality Predicates): Null strings are uniquified.
2494
2495 * minibuf.texi: Minor clarifications in previous change.
2496
2497 2007-10-25 Glenn Morris <rgm@gnu.org>
2498
2499 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
2500
2501 2007-10-24 Richard Stallman <rms@gnu.org>
2502
2503 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
2504
2505 * variables.texi (Frame-Local Variables): Node deleted.
2506 (Variables): Delete Frame-Local Variables from menu.
2507 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
2508 (Default Value): Don't mention frame-local vars.
2509
2510 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
2511
2512 * loading.texi (Unloading): Document FEATURE-unload-function
2513 instead of FEATURE-unload-hook.
2514
2515 * frames.texi (Multiple Displays): Don't mention frame-local vars.
2516
2517 2007-10-22 Juri Linkov <juri@jurta.org>
2518
2519 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
2520 (High-Level Completion): Document a list of default value strings
2521 in the DEFAULT argument, for which minibuffer functions return the
2522 first element.
2523
2524 2007-10-17 Juri Linkov <juri@jurta.org>
2525
2526 * text.texi (Filling): Update arguments of fill-paragraph.
2527 fill-paragraph operates on the active region in Transient Mark mode.
2528 Remove fill-paragraph-or-region.
2529
2530 2007-10-13 Karl Berry <karl@gnu.org>
2531
2532 * elisp.texi (@dircategory): Move to after @copying,
2533 since we want @copying as close as possible to the beginning of
2534 the output.
2535
2536 2007-10-12 Richard Stallman <rms@gnu.org>
2537
2538 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
2539
2540 * commands.texi (Distinguish Interactive): New node,
2541 broken out from Interactive Call and rewritten.
2542 (Command Loop): Put Distinguish Interactive in menu.
2543
2544 2007-10-09 Richard Stallman <rms@gnu.org>
2545
2546 * text.texi (Examining Properties): Mention overlay priority.
2547
2548 * display.texi (Display Margins): Correct the description
2549 of margin display specifications.
2550 (Replacing Specs): New subnode broken out of Display Property.
2551
2552 2007-10-06 Juri Linkov <juri@jurta.org>
2553
2554 * text.texi (Filling): Document fill-paragraph-or-region.
2555
2556 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
2557
2558 * display.texi (Auto Faces): Fix typo.
2559
2560 2007-10-02 Richard Stallman <rms@gnu.org>
2561
2562 * display.texi (Display Property): Explain some display specs
2563 don't let you move point in.
2564
2565 * frames.texi (Cursor Parameters):
2566 Describe cursor-in-non-selected-windows here. Explain more values.
2567
2568 * windows.texi (Basic Windows): Don't describe
2569 cursor-in-non-selected-windows here.
2570
2571 2007-10-01 Eli Zaretskii <eliz@gnu.org>
2572
2573 * processes.texi (Misc Network): Note that these functions are
2574 supported only on some systems.
2575
2576 2007-10-01 Richard Stallman <rms@gnu.org>
2577
2578 * display.texi (Overlay Properties): Explain nil as priority.
2579 Explain that conflicts are unpredictable if not resolved by
2580 priorities.
2581
2582 2007-09-23 Richard Stallman <rms@gnu.org>
2583
2584 * macros.texi (Backquote): Minor clarification.
2585
2586 2007-09-19 Richard Stallman <rms@gnu.org>
2587
2588 * display.texi (Display Property): Explain multiple display specs.
2589 Clarify when they work in parallel and when one overrides.
2590 Fix error in example.
2591
2592 2007-09-06 Glenn Morris <rgm@gnu.org>
2593
2594 Move from lispref/ to doc/lispref/. Change all setfilename
2595 commands to use ../../info.
2596 * Makefile.in (infodir): Go up one more level.
2597 (usermanualdir): Change from ../man to ../emacs.
2598 (miscmanualdir): New.
2599 (dist): Use new variable miscmanualdir.
2600 * makefile.w32-in (infodir, texinputdir): Go up one more level.
2601 (usermanualdir): Change from ../man to ../emacs.
2602
2603 2007-08-30 Martin Rudalics <rudalics@gmx.at>
2604
2605 * commands.texi (Command Loop Info): Advise against changing
2606 most variables described here. Explain new variable
2607 last-repeatable-command.
2608
2609 2007-08-29 Glenn Morris <rgm@gnu.org>
2610
2611 * elisp.texi (EMACSVER): Increase to 23.0.50.
2612
2613 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
2614
2615 * frames.texi (Basic Parameters): Add display-environment-variable
2616 and term-environment-variable.
2617
2618 2007-08-28 Juri Linkov <juri@jurta.org>
2619
2620 * display.texi (Image Formats, Other Image Types): Add SVG.
2621
2622 2007-08-28 Juri Linkov <juri@jurta.org>
2623
2624 * display.texi (Images): Move formats-related text to new node
2625 "Image Formats".
2626 (Image Formats): New node.
2627
2628 2007-08-27 Richard Stallman <rms@gnu.org>
2629
2630 * windows.texi (Window Configurations): Clarify what
2631 a window configuration saves.
2632
2633 2007-08-25 Richard Stallman <rms@gnu.org>
2634
2635 * display.texi (Images): Delete redundant @findex.
2636
2637 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
2638
2639 * text.texi (Change Hooks): (after|before)-change-functions are no
2640 longer bound to nil while running; rather inhibit-modification-hooks
2641 is t.
2642
2643 2007-08-16 Richard Stallman <rms@gnu.org>
2644
2645 * processes.texi (Asynchronous Processes):
2646 Clarify doc of start-file-process.
2647
2648 2007-08-08 Martin Rudalics <rudalics@gmx.at>
2649
2650 * modes.texi (Example Major Modes): Fix typo.
2651
2652 2007-08-08 Glenn Morris <rgm@gnu.org>
2653
2654 * intro.texi (nil and t): Do not use `iff' in documentation.
2655
2656 * tips.texi (Documentation Tips): Recommend against `iff'.
2657
2658 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
2659
2660 * display.texi (Image Cache): Document image-refresh.
2661
2662 2007-08-06 Martin Rudalics <rudalics@gmx.at>
2663
2664 * windows.texi (Size of Window): Document window-full-width-p.
2665
2666 2007-07-25 Glenn Morris <rgm@gnu.org>
2667
2668 * gpl.texi (GPL): Replace license with GPLv3.
2669
2670 * Relicense all FSF files to GPLv3 or later.
2671
2672 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
2673
2674 * processes.texi (Synchronous Processes):
2675 Add `process-file-shell-command'.
2676 (Asynchronous Processes): Mention restricted use of
2677 `process-filter' and `process-sentinel' in
2678 `start-file-process'. Add `start-file-process-shell-command'.
2679
2680 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
2681
2682 * files.texi (Magic File Names): Introduce optional parameter
2683 IDENTIFICATION for `file-remote-p'.
2684
2685 2007-07-16 Richard Stallman <rms@gnu.org>
2686
2687 * display.texi (Defining Faces): Fix previous change.
2688
2689 2007-07-14 Richard Stallman <rms@gnu.org>
2690
2691 * control.texi (Handling Errors): Document `debug' in handler list.
2692
2693 2007-07-10 Richard Stallman <rms@gnu.org>
2694
2695 * display.texi (Defining Faces): Explain C-M-x feature for defface.
2696
2697 2007-07-09 Richard Stallman <rms@gnu.org>
2698
2699 * files.texi (Magic File Names): Rewrite previous change.
2700
2701 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
2702
2703 * files.texi (Magic File Names): Introduce optional parameter
2704 CONNECTED for `file-remote-p'.
2705
2706 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
2707
2708 * processes.texi (Asynchronous Processes):
2709 * files.texi (Magic File Names): Add `start-file-process'.
2710
2711 2007-06-27 Richard Stallman <rms@gnu.org>
2712
2713 * files.texi (Format Conversion Piecemeal):
2714 Clarify `after-insert-file-functions' calling convention.
2715
2716 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
2717
2718 * files.texi (Magic File Names): Remove `dired-call-process'.
2719 Add `process-file'.
2720
2721 2007-06-27 Kenichi Handa <handa@m17n.org>
2722
2723 * text.texi (Special Properties): Fix description about
2724 `composition' property.
2725
2726 2007-06-26 Kenichi Handa <handa@m17n.org>
2727
2728 * nonascii.texi (Default Coding Systems): Document about the
2729 return value `undecided'.
2730
2731 2007-06-25 David Kastrup <dak@gnu.org>
2732
2733 * keymaps.texi (Active Keymaps): Document new POSITION argument of
2734 `current-active-maps'.
2735
2736 2007-06-24 Karl Berry <karl@gnu.org>
2737
2738 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
2739
2740 2007-06-15 Juanma Barranquero <lekktu@gmail.com>
2741
2742 * display.texi (Overlay Arrow): Doc fix.
2743
2744 2007-06-14 Karl Berry <karl@tug.org>
2745
2746 * anti.texi (Antinews): Typo.
2747
2748 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
2749
2750 * display.texi (Image Cache): Document image-refresh.
2751
2752 2007-06-12 Karl Berry <karl@gnu.org>
2753
2754 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
2755 * two-volume.make: New file.
2756 * .cvsignore: Ignore two-volume files.
2757
2758 2007-06-12 Tom Tromey <tromey@redhat.com>
2759
2760 * os.texi (Init File): Document user-emacs-directory.
2761
2762 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
2763
2764 * commands.texi (Click Events): Describe width and height when
2765 object is nil.
2766
2767 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
2768
2769 * commands.texi (Click Events): Layout more logically.
2770 Describe width and height.
2771 (Drag Events, Motion Events): Update to new format for position.
2772
2773 2007-06-02 Richard Stallman <rms@gnu.org>
2774
2775 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
2776
2777 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
2778
2779 * Version 22.1 released.
2780
2781 2007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2782
2783 * text.texi (Special Properties): Correct meaning of fontified face.
2784
2785 2007-05-30 Richard Stallman <rms@gnu.org>
2786
2787 * text.texi (Special Properties): Add link to Adjusting Point.
2788
2789 2007-05-12 Richard Stallman <rms@gnu.org>
2790
2791 * text.texi (Margins): indent-to-left-margin is not the default.
2792 (Mode-Specific Indent): For indent-line-function, the default
2793 is indent-relative.
2794
2795 * modes.texi (Example Major Modes): Explain last line of text-mode
2796 is redundant.
2797
2798 2007-05-10 Richard Stallman <rms@gnu.org>
2799
2800 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
2801
2802 * help.texi (Keys in Documentation): Add reference to
2803 Documentation Tips.
2804
2805 * files.texi (Format Conversion): TO-FN gets three arguments.
2806
2807 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
2808
2809 2007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
2810
2811 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
2812 * files.texi (Format Conversion): Expand intro; add menu.
2813 (Format Conversion Overview, Format Conversion Round-Trip)
2814 (Format Conversion Piecemeal): New nodes/subsections.
2815 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
2816 * text.texi (Text Properties): Remove "Saving Properties" from menu.
2817 (Saving Properties): Delete node/subsection.
2818
2819 2007-05-07 Karl Berry <karl@gnu.org>
2820
2821 * elisp.texi (EMACSVER): Back to 22.
2822
2823 2007-05-06 Richard Stallman <rms@gnu.org>
2824
2825 * processes.texi (Accepting Output): Revert most of previous change.
2826
2827 2007-05-05 Richard Stallman <rms@gnu.org>
2828
2829 * processes.texi (Accepting Output): accept-process-output
2830 uses microseconds, not milliseconds. But that arg is obsolete.
2831
2832 2007-05-04 Karl Berry <karl@tug.org>
2833
2834 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
2835
2836 2007-05-04 Eli Zaretskii <eliz@gnu.org>
2837
2838 * tips.texi (Documentation Tips): Rearrange items to place the
2839 more important ones first. Add an index entry for hyperlinks.
2840
2841 2007-05-03 Karl Berry <karl@gnu.org>
2842
2843 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
2844 (EMACSVER) [smallbook]: 22 for printed version.
2845
2846 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
2847 so restore anchor to normal position after defun. Found by Kevin Ryde.
2848
2849 2007-04-26 Glenn Morris <rgm@gnu.org>
2850
2851 * elisp.texi (EMACSVER): Increase to 22.1.50.
2852
2853 2007-04-28 Karl Berry <karl@gnu.org>
2854
2855 * elisp.texi: Improve line breaks on copyright page,
2856 similar layout to emacs manual, 8.5x11 by default.
2857
2858 2007-04-24 Richard Stallman <rms@gnu.org>
2859
2860 * text.texi (Special Properties): Add xref to Overlay Properties.
2861
2862 * display.texi (Overlay Properties): Add xref to Special Properties.
2863
2864 2007-04-22 Richard Stallman <rms@gnu.org>
2865
2866 * keymaps.texi (Extended Menu Items): Move the info about
2867 format with cached keyboard binding.
2868
2869 2007-04-21 Richard Stallman <rms@gnu.org>
2870
2871 * text.texi (Special Properties): Clarify previous change.
2872
2873 * files.texi (File Name Expansion): Clarify previous change.
2874
2875 * display.texi (Attribute Functions): Fix example for
2876 face-attribute-relative-p.
2877
2878 2007-04-19 Kenichi Handa <handa@m17n.org>
2879
2880 * text.texi (Special Properties): Document composition property.
2881
2882 2007-04-19 Glenn Morris <rgm@gnu.org>
2883
2884 * files.texi (File Name Expansion): Mention "superroot".
2885
2886 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
2887
2888 * frames.texi (Multiple Displays): Add note about "multi-monitor"
2889 setups.
2890 (Display Feature Testing): Note that display refers to all
2891 physical monitors for multi-monitor setups.
2892
2893 2007-04-14 Richard Stallman <rms@gnu.org>
2894
2895 * lists.texi (Sets And Lists): Clarify `delete' examples.
2896 Remove spurious xref to same node.
2897 Clarify xref for add-to-list.
2898
2899 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
2900
2901 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
2902 value of lisp-mode-map.
2903
2904 2007-04-11 Karl Berry <karl@gnu.org>
2905
2906 * anti.texi (Antinews):
2907 * display.texi (Overlay Properties, Defining Images):
2908 * processes.texi (Synchronous Processes, Sentinels):
2909 * syntax.texi (Syntax Table Internals):
2910 * searching.texi (Regexp Special):
2911 * nonascii.texi (Default Coding Systems):
2912 * text.texi (Special Properties):
2913 * minibuf.texi (Basic Completion): Wording to improve breaks in
2914 8.5x11 format.
2915 * elisp.texi (smallbook): New @set to more easily switch between
2916 smallbook and 8.5x11.
2917
2918 2007-04-11 Richard Stallman <rms@gnu.org>
2919
2920 * text.texi (Lazy Properties): Minor fix.
2921
2922 2007-04-08 Karl Berry <karl@gnu.org>
2923
2924 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
2925 * macros.texi (Backquote): Downcase Backquote in index entries for
2926 consistency.
2927
2928 2007-04-08 Richard Stallman <rms@gnu.org>
2929
2930 * text.texi (Adaptive Fill): Just describe default,
2931 don't show it (since it contains non-ASCII chars).
2932
2933 2007-04-07 Karl Berry <karl@gnu.org>
2934
2935 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
2936 adaptive-fill-regexp's value, since they are not in the standard
2937 TeX fonts.
2938
2939 2007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
2940
2941 * display.texi (Defining Faces): Fix example.
2942
2943 2007-04-07 Karl Berry <karl@gnu.org>
2944
2945 * display.texi (Button Buffer Commands): Improve page break.
2946
2947 2007-04-07 Richard Stallman <rms@gnu.org>
2948
2949 * advice.texi (Activation of Advice): Remove redundant index entry.
2950
2951 * backups.texi: Improve index entries. Remove redundant ones.
2952
2953 * compile.texi (Byte Compilation): Improve index entry.
2954
2955 * hash.texi (Creating Hash): Improve index entry.
2956
2957 * symbols.texi (Definitions): Improve index entry.
2958
2959 * edebug.texi: Improve index entries. Remove redundant/useless ones.
2960
2961 * maps.texi (Standard Keymaps): Remove useless index entry.
2962
2963 * help.texi (Documentation Basics): Remove redundant index entries.
2964
2965 * customize.texi: Improve index entries.
2966 Remove redundant/useless ones.
2967
2968 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
2969
2970 * streams.texi (Output Variables): Improve index entry.
2971
2972 * abbrevs.texi (Abbrevs): Remove useless index entry.
2973
2974 * macros.texi (Expansion): Remove useless index entry.
2975
2976 * text.texi: Improve index entries. Remove redundant/useless ones.
2977 (Text Properties, Examining Properties)
2978 (Special Properties): Use "property category" instead of "category"
2979 to refer to the `category' property.
2980
2981 * positions.texi: Improve index entries. Remove useless one.
2982
2983 * lists.texi: Improve index entries. Remove redundant/useless ones.
2984
2985 * os.texi: Improve index entries.
2986 (Timers): Fix previous change.
2987
2988 * buffers.texi: Improve index entries.
2989 (Modification Time): Get rid of term "obsolete buffer".
2990
2991 * debugging.texi: Improve index entries.
2992 (Test Coverage): Add xref to other test coverage ftr.
2993
2994 * eval.texi: Improve index entry. Remove redundant ones.
2995
2996 * numbers.texi: Improve index entries. Remove redundant/useless ones.
2997
2998 * files.texi: Improve index entries. Remove redundant/useless ones.
2999
3000 * objects.texi: Improve index entries.
3001
3002 * processes.texi: Improve index entries.
3003
3004 * modes.texi: Improve index entry. Remove redundant one.
3005
3006 * nonascii.texi: Improve index entries.
3007
3008 * internals.texi: Improve index entries.
3009
3010 * syntax.texi: Improve index entries.
3011
3012 * keymaps.texi (Active Keymaps): Improve index entries.
3013
3014 * commands.texi: Improve index entries. Remove redundant/useless ones.
3015
3016 * frames.texi: Improve index entries. Remove redundant/useless ones.
3017
3018 * markers.texi: Improve index entries. Remove redundant ones.
3019
3020 * tips.texi: Improve index entries.
3021
3022 * loading.texi (Unloading): Improve index entry.
3023
3024 * variables.texi: Improve index entries. Remove redundant one.
3025
3026 * sequences.texi: Improve index entry.
3027
3028 * display.texi: Improve index entries. Remove redundant ones.
3029
3030 * windows.texi: Improve index entries.
3031
3032 * searching.texi: Improve index entries. Remove redundant one.
3033
3034 * strings.texi (Case Tables): Improve last change.
3035
3036 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
3037
3038 * strings.texi (Case Tables): Document with-case-table and
3039 ascii-case-table.
3040
3041 2007-04-03 Karl Berry <karl@gnu.org>
3042
3043 * processes.texi (Network): Reword to improve page break.
3044
3045 2007-04-03 Eli Zaretskii <eliz@gnu.org>
3046
3047 * functions.texi (Inline Functions): Describe more disadvantages
3048 of defsubst, and make advice against it stronger.
3049
3050 2007-04-02 Karl Berry <karl@gnu.org>
3051
3052 * backups.texi (Backup Names): Avoid widow words.
3053 * modes.texi (Example Major Modes): Align last comment.
3054
3055 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
3056
3057 * keymaps.texi (Remapping Commands): Document new arg to
3058 command-remapping.
3059
3060 2007-04-01 Karl Berry <karl@gnu.org>
3061
3062 * processes.texi (Low-Level Network): Typo.
3063 * loading.texi (Hooks for Loading): Avoid double "the".
3064 * keymaps.texi (Key Sequences): No double "and".
3065 (Changing Key Bindings): Shorten to improve line break.
3066
3067 2007-03-31 Glenn Morris <rgm@gnu.org>
3068
3069 * os.texi (Timers): Fix description of run-at-time TIME formats.
3070
3071 2007-03-31 Richard Stallman <rms@gnu.org>
3072
3073 * display.texi (Invisible Text): Correct buffer-invisibility-spec
3074 regarding ellipsis.
3075
3076 2007-03-31 Eli Zaretskii <eliz@gnu.org>
3077
3078 * intro.texi (nil and t):
3079 * symbols.texi (Plists and Alists):
3080 * variables.texi (Variable Aliases, Constant Variables):
3081 * functions.texi (Defining Functions):
3082 * advice.texi (Advising Primitives):
3083 * debugging.texi (Syntax Errors, Compilation Errors):
3084 * minibuf.texi (Minibuffer Windows):
3085 * commands.texi (Adjusting Point):
3086 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
3087 (Auto Major Mode, Major Mode Conventions):
3088 * help.texi (Describing Characters):
3089 * files.texi (Create/Delete Dirs, Information about Files)
3090 (File Locks, Writing to Files, Reading from Files)
3091 (Saving Buffers):
3092 * windows.texi (Resizing Windows, Cyclic Window Ordering):
3093 * frames.texi (Finding All Frames):
3094 * positions.texi (Buffer End, Motion):
3095 * markers.texi (The Region):
3096 * text.texi (Deletion, Near Point):
3097 * display.texi (Displaying Messages, Truncation):
3098 * os.texi (Processor Run Time):
3099 * tips.texi (Key Binding Conventions, Programming Tips)
3100 (Warning Tips, Documentation Tips, Comment Tips):
3101 * internals.texi (Memory Usage): Improve indexing.
3102
3103 * variables.texi (Frame-Local Variables):
3104 * functions.texi (Argument List):
3105 * loading.texi (Library Search):
3106 * streams.texi (Output Variables):
3107 * keymaps.texi (Translation Keymaps, Searching Keymaps):
3108 * searching.texi (Replacing Match, Search and Replace):
3109 * processes.texi (Byte Packing, Decoding Output)
3110 (Accepting Output, Network Servers, Shell Arguments):
3111 * display.texi (Abstract Display, Image Cache, Scroll Bars):
3112 * windows.texi (Window Point, Window Start):
3113 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
3114 * commands.texi (Reading Input, Keyboard Events):
3115 * minibuf.texi (Reading File Names, Minibuffer Completion)
3116 (Recursive Mini):
3117 * positions.texi (List Motion):
3118 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
3119 * numbers.texi (Arithmetic Operations, Math Functions)
3120 (Predicates on Numbers, Comparison of Numbers):
3121 (Numeric Conversions):
3122 * locals.texi (Standard Buffer-Local Variables):
3123 * maps.texi (Standard Keymaps):
3124 * os.texi (User Identification, System Environment, Recording Input)
3125 (X11 Keysyms):
3126 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
3127 * backups.texi (Backups and Auto-Saving):
3128 * customize.texi (Customization, Group Definitions)
3129 (Variable Definitions):
3130 * compile.texi (Byte Compilation): Improve index entries.
3131
3132 2007-03-31 Karl Berry <karl@gnu.org>
3133
3134 * macros.texi (Defining Macros): Avoid widow syllable.
3135
3136 2007-03-31 Eli Zaretskii <eliz@gnu.org>
3137
3138 * elisp.texi (Top): Postscript -> PostScript.
3139
3140 * display.texi (Images, Postscript Images): Postscript -> PostScript.
3141
3142 2007-03-31 Markus Triska <markus.triska@gmx.at>
3143
3144 * internals.texi (Writing Emacs Primitives): Untabify `For'.
3145
3146 2007-03-30 Karl Berry <karl@gnu.org>
3147
3148 * lists.texi (List-related Predicates): Remove spurious @need.
3149 (Setcdr): Use @smallexample to improve page break.
3150 (Association Lists) <assoc>: Reword to improve page break.
3151
3152 * strings.texi (String Conversion): Insert blank line to improve
3153 page break.
3154
3155 * numbers.texi (Random Numbers): Use @minus{}.
3156 (Math Functions): Use @minus{}.
3157
3158 * intro.texi (Acknowledgements): Avoid line breaks before middle
3159 initials.
3160
3161 2007-03-24 Eli Zaretskii <eliz@gnu.org>
3162
3163 * errors.texi (Standard Errors): Add an index entry.
3164
3165 2007-03-19 Richard Stallman <rms@gnu.org>
3166
3167 * os.texi (Recording Input): recent-keys now gives 300 keys.
3168
3169 2007-03-12 Glenn Morris <rgm@gnu.org>
3170
3171 * os.texi: Replace "daylight savings" with "daylight saving"
3172 throughout.
3173
3174 2007-03-05 Richard Stallman <rms@gnu.org>
3175
3176 * variables.texi (File Local Variables):
3177 Update enable-local-variables values.
3178
3179 2007-03-04 Richard Stallman <rms@gnu.org>
3180
3181 * syntax.texi (Control Parsing): Minor clarification.
3182
3183 * strings.texi (Formatting Strings): Clarify width, precision, flags.
3184
3185 * sequences.texi (Sequence Functions): Move string-bytes away,
3186 add xref.
3187
3188 * nonascii.texi (Text Representations): Move string-bytes here.
3189
3190 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
3191
3192 * minibuf.texi (Basic Completion): Minor clarification.
3193
3194 * markers.texi (The Mark): Clarify existence vs activation of mark.
3195 Other cleanup.
3196
3197 * display.texi (Finding Overlays): Write better example.
3198
3199 * compile.texi (Eval During Compile): Clarify putting macros
3200 in eval-when-compile.
3201
3202 2007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
3203
3204 * loading.texi (How Programs Do Loading): Fix anchor position at
3205 load-read-function definition doc.
3206
3207 2007-02-21 Kim F. Storm <storm@cua.dk>
3208
3209 * strings.texi (Text Comparison): Mention that assoc-string
3210 converts symbols to strings before testing.
3211
3212 2007-02-17 Kim F. Storm <storm@cua.dk>
3213
3214 * processes.texi (Bindat Spec): Vector types can have optional
3215 element type.
3216 (Bindat Examples): Fix example. Add vector with element type.
3217
3218 2007-02-16 Andreas Schwab <schwab@suse.de>
3219
3220 * strings.texi (Formatting Strings): Document '+' flag.
3221
3222 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
3223
3224 * strings.texi (Modifying Strings): Clarify that `clear-string'
3225 always converts the string to unibyte.
3226
3227 2007-02-14 Kim F. Storm <storm@cua.dk>
3228
3229 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
3230 Rewrite glyph code description to refer to these functions.
3231 Remove details of encoding face number and char into integer code.
3232
3233 2007-02-03 Alan Mackenzie <acm@muc.de>
3234
3235 * loading.texi (Hooks for Loading): Make the description of
3236 `eval-after-load' more detailed, and amend the description of
3237 after-load-alist, in accordance with changes from 2006-05.
3238
3239 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
3240
3241 * modes.texi (Defining Minor Modes): Document that a :require
3242 keyword or similar may be required to make saved customization
3243 variables work.
3244
3245 2007-02-03 Eli Zaretskii <eliz@gnu.org>
3246
3247 * elisp.texi (Top): Make the detailed menu headers compliant with
3248 Texinfo guidelines and with what texnfo-upd.el expects.
3249 Add comments to prevent people from inadvertently modifying the key
3250 parts needed by `texinfo-multiple-files-update'.
3251
3252 2007-02-02 Eli Zaretskii <eliz@gnu.org>
3253
3254 * elisp.texi (Top): Update the top-level menus.
3255
3256 * syntax.texi (Categories): Add index entries.
3257
3258 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
3259
3260 * display.texi (Attribute Functions): Fix name and description of
3261 the UNDERLINE arg of `set-face-underline-p'.
3262
3263 2007-01-29 Eli Zaretskii <eliz@gnu.org>
3264
3265 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
3266 Variables", and "Standard Keymaps" to the detailed menu.
3267
3268 * variables.texi (Future Local Variables): Add index entry.
3269
3270 2007-01-28 Richard Stallman <rms@gnu.org>
3271
3272 * tips.texi (Coding Conventions): Clarify the tip about macros
3273 that define a function or a variable.
3274
3275 * files.texi (File Attributes): UID and GID can be floats.
3276 (Magic File Names): Explain why deferring all operations to
3277 the standard handler does not work.
3278
3279 2007-01-23 Martin Rudalics <rudalics@gmx.at>
3280
3281 * backups.texi (Reverting): Use "buffer" instead of "file"
3282 when talking about major and minor modes.
3283
3284 2007-01-21 Richard Stallman <rms@gnu.org>
3285
3286 * help.texi (Documentation): Add xref to Documentation Tips.
3287
3288 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
3289
3290 * tips.texi (Coding Conventions): Fix typos.
3291
3292 2007-01-05 Richard Stallman <rms@gnu.org>
3293
3294 * modes.texi (Defining Minor Modes): Fix previous change.
3295
3296 2007-01-03 Richard Stallman <rms@gnu.org>
3297
3298 * customize.texi (Variable Definitions, Customization Types):
3299 Don't use * in doc string for defcustom.
3300
3301 2007-01-02 Richard Stallman <rms@gnu.org>
3302
3303 * variables.texi (Variable Aliases): Clarify that aliases vars
3304 always have the same value.
3305
3306 * processes.texi (Bindat Spec): Fix Texinfo usage.
3307
3308 * modes.texi (Defining Minor Modes): Explain effect of command
3309 defined with define-global-minor-mode on new buffers.
3310
3311 2006-12-30 Kim F. Storm <storm@cua.dk>
3312
3313 * keymaps.texi (Tool Bar): Describe `grow-only' value of
3314 `auto-resize-tool-bars'.
3315
3316 2006-12-30 Richard Stallman <rms@gnu.org>
3317
3318 * keymaps.texi (Active Keymaps): Fix previous change.
3319
3320 2006-12-30 Nick Roberts <nickrob@snap.net.nz>
3321
3322 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
3323
3324 2006-12-30 Kim F. Storm <storm@cua.dk>
3325
3326 * processes.texi (Bindat Spec): Clarify using field names in
3327 length specifications.
3328
3329 2006-12-29 Kim F. Storm <storm@cua.dk>
3330
3331 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
3332 Add count and index variables for eval forms in repeat blocks.
3333
3334 2006-12-24 Richard Stallman <rms@gnu.org>
3335
3336 * customize.texi (Variable Definitions):
3337 Document new name custom-add-frequent-value.
3338
3339 2006-12-19 Kim F. Storm <storm@cua.dk>
3340
3341 * commands.texi (Misc Events): User signals now result in sigusr1
3342 and sigusr2 events which are handled through special-event-map.
3343 (Special Events): User signals and drag-n-drop are special.
3344
3345 2006-12-17 Richard Stallman <rms@gnu.org>
3346
3347 * loading.texi (Named Features): Explain subfeatures better.
3348
3349 * customize.texi: Use "option" only for user options.
3350 For the keyword values inside defcustom etc, say "keywords".
3351 For :options value's elements, say "elements".
3352 :group should not be omitted.
3353
3354 * syntax.texi (Parsing Expressions): Split up node.
3355 (Motion via Parsing, Position Parse, Parser State)
3356 (Low-Level Parsing, Control Parsing): New subnodes.
3357 (Parser State): Document syntax-ppss-toplevel-pos.
3358
3359 * positions.texi (List Motion): Punctuation fix.
3360
3361 * files.texi (File Name Completion): Document PREDICATE arg
3362 to file-name-completion.
3363
3364 2006-12-16 Eli Zaretskii <eliz@gnu.org>
3365
3366 * internals.texi (Building Emacs, Writing Emacs Primitives):
3367 Add index entries.
3368
3369 2006-12-11 Richard Stallman <rms@gnu.org>
3370
3371 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
3372 affects face menu. Explain how to make it non-nil without enabling
3373 any fontification.
3374
3375 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
3376
3377 * modes.texi (Font Lock Basics): Document nil value of
3378 font-lock-defaults.
3379
3380 2006-12-10 Glenn Morris <rgm@gnu.org>
3381
3382 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
3383 value for system-flag argument. Abbrev tables may not be empty
3384 when major modes are loaded.
3385
3386 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
3387
3388 * makefile.w32-in (maintainer-clean): Partially revert last
3389 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
3390 to protect elisp-covers.texi.
3391
3392 2006-12-07 Juanma Barranquero <lekktu@gmail.com>
3393
3394 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
3395 Don't remove elisp* info files; they are already deleted by the
3396 `clean' and `distclean' targets, and they are in the $(infodir)
3397 directory, not the current one.
3398
3399 2006-12-04 Kim F. Storm <storm@cua.dk>
3400
3401 * commands.texi (Misc Events): Update signal events.
3402 (Event Examples): Add signal example.
3403
3404 2006-11-29 Richard Stallman <rms@gnu.org>
3405
3406 * frames.texi (Visibility of Frames): Explain visible windows
3407 can be covered by others. Add xref for raise-frame.
3408
3409 2006-11-28 Richard Stallman <rms@gnu.org>
3410
3411 * searching.texi (Regexp Special): Update when ^ is special.
3412
3413 2006-11-27 Eli Zaretskii <eliz@gnu.org>
3414
3415 * customize.texi (Customization, Common Keywords)
3416 (Group Definitions, Variable Definitions, Composite Types)
3417 (Type Keywords, Customization Types): Add index entries for
3418 various customization keywords.
3419
3420 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3421
3422 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
3423
3424 2006-11-10 Jan Djärv <jan.h.d@swipnet.se>
3425
3426 * frames.texi (Window System Selections): Remove clipboard from
3427 description of selection-coding-system.
3428
3429 2006-11-06 Richard Stallman <rms@gnu.org>
3430
3431 * lists.texi (List Variables): Document COMPARE-FN.
3432
3433 * keymaps.texi: Avoid use of "binding" to mean a relation;
3434 use it only to refer to the meaning associated with a key.
3435 (Keymaps): Change menu node description.
3436
3437 * elisp.texi (Top): Change menu node description.
3438
3439 * display.texi (Managing Overlays): Document overlay-recenter.
3440
3441 2006-10-29 Chong Yidong <cyd@stupidchicken.com>
3442
3443 * Makefile.in: Use relative paths to avoid advertising filesystem
3444 contents during compilation.
3445
3446 2006-10-23 Kim F. Storm <storm@cua.dk>
3447
3448 * commands.texi (Event Input Misc): Update unread-command-events.
3449
3450 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
3451
3452 * lists.texi (Sets And Lists): Fix typos.
3453
3454 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
3455
3456 * control.texi (Processing of Errors): Use @var for an argument,
3457 not @code.
3458
3459 2006-10-16 Richard Stallman <rms@gnu.org>
3460
3461 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
3462
3463 * keymaps.texi (Format of Keymaps): Show all the keymap element
3464 patterns that result from menu items.
3465 (Key Lookup): Minor cleanups.
3466
3467 * modes.texi (Precalculated Fontification): Don't say that
3468 not setting font-lock-defaults avoids loading font-lock.
3469
3470 * help.texi (Documentation): Move xref to Emacs Manual here.
3471 (Documentation Basics): From here.
3472 Also doc emacs-lisp-docstring-fill-column.
3473
3474 * elisp.texi: Update version and ISBN.
3475
3476 * commands.texi (Interactive Call): Clarify KEYS arg to
3477 call-interactively is a vector.
3478 (Command Loop Info): Delete anchor in this-command-keys.
3479 Add anchor in this-command-keys-vector.
3480 (Recursive Editing): Document how recursive-edit
3481 handles the current buffer.
3482
3483 2006-10-13 Chong Yidong <cyd@stupidchicken.com>
3484
3485 * frames.texi (Frame Titles): %c and %l are ignored in
3486 frame-title-format.
3487
3488 2006-10-11 Richard Stallman <rms@gnu.org>
3489
3490 * keymaps.texi (Key Sequences): Clarify use of kbd.
3491
3492 2006-10-10 Kim F. Storm <storm@cua.dk>
3493
3494 * lists.texi (Sets And Lists): Add memql.
3495
3496 2006-10-03 Richard Stallman <rms@gnu.org>
3497
3498 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
3499 Clarify :ascii: and :nonascii:.
3500
3501 2006-09-29 Juri Linkov <juri@jurta.org>
3502
3503 * modes.texi (%-Constructs): Reorder coding systems in the
3504 documentation of %z to the real order displayed in the modeline.
3505
3506 2006-09-25 Richard Stallman <rms@gnu.org>
3507
3508 * os.texi (Timers): Describe timer-max-repeats.
3509
3510 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
3511
3512 * os.texi (Timers): Mention with-local-quit.
3513
3514 2006-09-24 Richard Stallman <rms@gnu.org>
3515
3516 * searching.texi (Searching and Matching): Mention property search.
3517
3518 * commands.texi (Command Loop Info): Explain how read-event affects
3519 this-command-keys.
3520
3521 2006-09-20 Richard Stallman <rms@gnu.org>
3522
3523 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
3524
3525 * windows.texi (Window Start): Minor cleanups.
3526
3527 2006-09-20 Kim F. Storm <storm@cua.dk>
3528
3529 * windows.texi (Window Start): pos-visible-in-window-p allows
3530 specifying t for position to mean "end of window".
3531 Add window-line-height.
3532
3533 * anti.texi (Antinews): Mention window-line-height.
3534
3535 2006-09-19 David Kastrup <dak@gnu.org>
3536
3537 * keymaps.texi (Searching Keymaps): Small clarification.
3538
3539 2006-09-18 Richard Stallman <rms@gnu.org>
3540
3541 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
3542 cause keyboard menus.
3543 (Menu Keymaps): Likewise.
3544 (Defining Menus, Keyboard Menus): Clarify.
3545
3546 * text.texi (Fields): Clarify explanation of constrain-to-field.
3547
3548 2006-09-16 Eli Zaretskii <eliz@gnu.org>
3549
3550 * variables.texi (Tips for Defining): Fix a typo.
3551
3552 2006-09-15 Richard Stallman <rms@gnu.org>
3553
3554 * keymaps.texi (Remapping Commands, Searching Keymaps)
3555 (Active Keymaps): Clean up previous change.
3556
3557 2006-09-15 Jay Belanger <belanger@truman.edu>
3558
3559 * gpl.texi: Replace "Library Public License" by "Lesser Public
3560 License" throughout.
3561
3562 2006-09-15 David Kastrup <dak@gnu.org>
3563
3564 * keymaps.texi (Active Keymaps): Adapt description to use
3565 `get-char-property' instead `get-text-property'. Explain how
3566 mouse events change this. Explain the new optional argument of
3567 `key-binding' and its mouse-dependent lookup.
3568 (Searching Keymaps): Adapt description similarly.
3569 (Remapping Commands): Explain the new optional argument of
3570 `command-remapping'.
3571
3572 2006-09-14 Richard Stallman <rms@gnu.org>
3573
3574 * keymaps.texi (Searching Keymaps): Clarification.
3575 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
3576
3577 2006-09-13 Richard Stallman <rms@gnu.org>
3578
3579 * objects.texi (Character Type): Node split.
3580 Add xref to Describing Characters.
3581 (Basic Char Syntax, General Escape Syntax)
3582 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
3583
3584 2006-09-11 Richard Stallman <rms@gnu.org>
3585
3586 * display.texi (Display Table Format): Wording clarification.
3587 (Glyphs): Clarifications.
3588
3589 2006-09-10 Chong Yidong <cyd@stupidchicken.com>
3590
3591 * keymaps.texi (Active Keymaps): Mention that key-binding checks
3592 local maps.
3593
3594 2006-09-10 Kim F. Storm <storm@cua.dk>
3595
3596 * display.texi (Forcing Redisplay): Document return value of
3597 function redisplay.
3598
3599 2006-09-09 Richard Stallman <rms@gnu.org>
3600
3601 * windows.texi (Window Hooks): Explain limits of
3602 window-scroll-functions.
3603
3604 * display.texi (Fringe Indicators): Update for last change in
3605 indicate-buffer-boundaries.
3606
3607 2006-09-08 Richard Stallman <rms@gnu.org>
3608
3609 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
3610
3611 2006-09-06 Kim F. Storm <storm@cua.dk>
3612
3613 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
3614
3615 * windows.texi (Window Start): Update pos-visible-in-window-p.
3616
3617 2006-09-04 Richard Stallman <rms@gnu.org>
3618
3619 * processes.texi (Accepting Output): Explain SECONDS=0 for
3620 accept-process-output.
3621
3622 * os.texi (Idle Timers): Explain why timer functions should not
3623 loop until (input-pending-p).
3624
3625 2006-09-02 Eli Zaretskii <eliz@gnu.org>
3626
3627 * makefile.w32-in (usermanualdir): New variable.
3628 (elisp.dvi): Use it.
3629
3630 2006-09-01 Eli Zaretskii <eliz@gnu.org>
3631
3632 * buffers.texi (Buffer Modification): Fix last change.
3633
3634 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
3635
3636 * buffers.texi (Buffer Modification):
3637 Document buffer-chars-modified-tick.
3638
3639 2006-08-31 Richard Stallman <rms@gnu.org>
3640
3641 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
3642
3643 2006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
3644
3645 * modes.texi (Syntactic Font Lock):
3646 Mention font-lock-syntactic-face-function
3647 instead of specific faces.
3648
3649 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
3650
3651 * display.texi (Images): Add xrref to display-images-p.
3652
3653 2006-08-28 Kenichi Handa <handa@m17n.org>
3654
3655 * nonascii.texi (Lisp and Coding Systems): Fix description of
3656 detect-coding-region.
3657
3658 2006-08-27 Michael Olson <mwolson@gnu.org>
3659
3660 * processes.texi (Transaction Queues): Remove stray quote
3661 character.
3662
3663 2006-08-25 Richard Stallman <rms@gnu.org>
3664
3665 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
3666 Add xref.
3667
3668 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
3669
3670 * os.texi (Timers): Avoid waiting inside timers.
3671
3672 2006-08-21 Lute Kamstra <lute@gnu.org>
3673
3674 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
3675
3676 2006-08-20 Richard Stallman <rms@gnu.org>
3677
3678 * os.texi (Idle Timers): New node, split out from Timers.
3679 Document current-idle-time.
3680 * commands.texi (Reading One Event): Update xref.
3681 * elisp.texi (Top): Update subnode menu.
3682
3683 2006-08-16 Richard Stallman <rms@gnu.org>
3684
3685 * keymaps.texi (Extended Menu Items): Show format of cached
3686 bindings in extended menu items.
3687
3688 * customize.texi (Variable Definitions): Explain when the
3689 standard value expression is evaluated.
3690
3691 2006-08-15 Chong Yidong <cyd@stupidchicken.com>
3692
3693 * commands.texi (Reading One Event): Explain idleness in
3694 `read-event'.
3695
3696 2006-08-12 Chong Yidong <cyd@stupidchicken.com>
3697
3698 * text.texi (Near Point): Say "cursor" not "terminal cursor".
3699 (Commands for Insertion): Remove split-line since it's not
3700 relevant for Lisp programming.
3701 (Yank Commands): Rewrite introduction.
3702 (Undo): Clarify.
3703 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
3704 (Filling): Remove redundant comment. Clarify return value of
3705 current-justification.
3706 (Margins): Minor clarifications.
3707 (Adaptive Fill): Update default value of adaptive-fill-regexp.
3708 (Sorting): Update definition of sort-lines.
3709 (Columns): Clarify behavior of sort-columns.
3710 (Indent Tabs): Link to Tab Stops in Emacs manual.
3711 (Special Properties): Clarify.
3712 (Clickable Text): Mention Buttons package.
3713
3714 2006-08-12 Kevin Ryde <user42@zip.com.au>
3715
3716 * os.texi (Time Parsing): Add %z to description of
3717 format-time-string, as per docstring. Add cross reference to
3718 glibc manual for strftime.
3719
3720 2006-08-08 Richard Stallman <rms@gnu.org>
3721
3722 * modes.texi: Clean up wording in previous change.
3723
3724 2006-08-07 Chong Yidong <cyd@stupidchicken.com>
3725
3726 * modes.texi (Hooks): Clarify.
3727 (Major Mode Basics): Mention define-derived-mode explicitly.
3728 (Major Mode Conventions): Rebinding RET is OK for some modes.
3729 Mention change-major-mode-hook and after-change-major-mode-hook.
3730 (Example Major Modes): Move to end of Modes section.
3731 (Mode Line Basics): Clarify.
3732 (Mode Line Data): Mention help-echo and local-map in strings.
3733 Explain reason for treatment of non-risky variables.
3734 (Properties in Mode): Clarify.
3735 (Faces for Font Lock): Add font-lock-negation-char-face.
3736
3737 2006-08-04 Eli Zaretskii <eliz@gnu.org>
3738
3739 * strings.texi (Formatting Strings): Warn against arbitrary
3740 strings as first arg to `format'.
3741
3742 2006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
3743
3744 * text.texi (Clickable Text): Mention `help-echo' text property.
3745 Update intro, examples and associated explanations.
3746
3747 2006-07-31 Richard Stallman <rms@gnu.org>
3748
3749 * commands.texi: Update xrefs.
3750 (Event Mod): New node, cut out from old Translating Input.
3751
3752 * maps.texi: Update xrefs.
3753
3754 * keymaps.texi (Translation Keymaps): New node.
3755 Update xrefs from Translating Input to Translation Keymaps.
3756
3757 * elisp.texi (Top): Update subnode menu.
3758
3759 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
3760
3761 * os.texi (System Interface): Fix menu descriptions of some nodes.
3762 (Translating Input): Node deleted.
3763
3764 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
3765
3766 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
3767
3768 * lists.texi (Sets And Lists): Likewise.
3769
3770 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
3771
3772 * text.texi (Fields): Mention POS
3773 requirement when narrowing is in effect.
3774
3775 2006-07-28 Richard Stallman <rms@gnu.org>
3776
3777 * display.texi (Face Attributes): Simplify wording.
3778 (Attribute Functions): Clarify meaning of new-frame default
3779 attribute settings.
3780
3781 * customize.texi (Common Keywords): Document how to use
3782 :package-version in a package not in Emacs.
3783
3784 2006-07-28 Kim F. Storm <storm@cua.dk>
3785
3786 * commands.texi (Reading One Event): Fix last change.
3787
3788 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
3789
3790 * commands.texi (Reading One Event): Document SECONDS argument for
3791 read-event, read-char, and read-char-exclusive.
3792
3793 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
3794
3795 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
3796 to ensure correct identification.
3797
3798 2006-07-24 Richard Stallman <rms@gnu.org>
3799
3800 * text.texi (Clickable Text): Clarify.
3801
3802 * sequences.texi (Vector Functions): Delete duplicate xref.
3803
3804 * objects.texi (Function Type): Clarify.
3805
3806 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
3807 modes.
3808
3809 * lists.texi (List Variables): New node.
3810 Material moved from other nodes.
3811
3812 * variables.texi (Setting Variables): add-to-list and
3813 add-to-ordered-list moved to List Variables node.
3814
3815 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
3816
3817 * text.texi (Links and Mouse-1):
3818 For mouse-on-link-p, expand on arg POS.
3819
3820 2006-07-21 Kim F. Storm <storm@cua.dk>
3821
3822 * display.texi (Forcing Redisplay): Don't mention systems which
3823 don't support sub-second timers for redisplay-preemption-period.
3824
3825 * os.texi (Terminal Output): Clarify text vs graphical terminal.
3826
3827 2006-07-21 Eli Zaretskii <eliz@gnu.org>
3828
3829 * frames.texi (Input Focus): Document that focus-follows-mouse has
3830 no effect on MS-Windows.
3831
3832 2006-07-18 Richard Stallman <rms@gnu.org>
3833
3834 * display.texi (Forcing Redisplay): Cleanups in previous change.
3835
3836 * processes.texi (Low-Level Network): Make menu more convenient.
3837
3838 2006-07-18 Kim F. Storm <storm@cua.dk>
3839
3840 * display.texi (Forcing Redisplay): redisplay-preemption-period
3841 only used on window systems. Add xref to Terminal Output.
3842
3843 * os.texi (Terminal Output): baud-rate only controls preemption on
3844 non-window systems. Add xref to Forcing Redisplay.
3845
3846 * processes.texi (Low-Level Network): Rename node "Make Network"
3847 to "Network Processes".
3848
3849 2006-07-18 Karl Berry <karl@gnu.org>
3850
3851 * variables.texi, functions.texi, customize.texi, loading.texi:
3852 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
3853
3854 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
3855
3856 * commands.texi (Waiting): Document batch-mode sit-for behavior.
3857
3858 2006-07-17 Richard Stallman <rms@gnu.org>
3859
3860 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
3861 Put period and comma inside quotes.
3862
3863 * loading.texi, markers.texi: Use real doublequote inside menus.
3864
3865 * windows.texi: Put point and comma inside quotes.
3866 (Textual Scrolling): Use @samp for error message.
3867
3868 * variables.texi, tips.texi, syntax.texi, symbols.texi:
3869 * strings.texi, streams.texi, processes.texi, os.texi:
3870 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
3871 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
3872 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
3873 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
3874 Put point and comma inside quotes.
3875
3876 * control.texi (Processing of Errors): Add command-error-function.
3877
3878 * variables.texi (File Local Variables): Clarify that
3879 file local variables make buffer-local bindings.
3880
3881 * modes.texi (Syntactic Font Lock): Give default for
3882 font-lock-syntax-table.
3883
3884 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
3885
3886 * text.texi (Special Properties): Clean up previous change.
3887
3888 2006-07-16 Karl Berry <karl@gnu.org>
3889
3890 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
3891 * control.texi: Fix bad page breaks through chapter 10 (control).
3892
3893 * anti.texi (Antinews): Reorder face-attribute fns to avoid
3894 underfull hbox.
3895
3896 2006-07-15 Nick Roberts <nickrob@snap.net.nz>
3897
3898 * text.texi (Special Properties): Describe fontified text property
3899 in relation to a character (not text).
3900
3901 2006-07-15 Kim F. Storm <storm@cua.dk>
3902
3903 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
3904 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
3905 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
3906
3907 * anti.texi (Antinews): Mention redisplay function.
3908 The kbd macro existed, but was not documented, before 22.x.
3909 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
3910
3911 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
3912
3913 * display.texi (Displaying Messages): Add anchor.
3914
3915 * frames.texi (Dialog Boxes): Use it.
3916
3917 2006-07-12 Richard Stallman <rms@gnu.org>
3918
3919 * objects.texi (Frame Type): Explain nature of frames better.
3920
3921 * frames.texi (Frames): Explain nature of frames better.
3922
3923 2006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
3924
3925 * tips.texi (Coding Conventions): Explain why use cl at compile time.
3926
3927 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3928
3929 * frames.texi (Window System Selections): Mention scrap support for Mac.
3930 Default value of x-select-enable-clipboard is t on Mac.
3931
3932 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
3933
3934 2006-07-11 Kim F. Storm <storm@cua.dk>
3935
3936 * display.texi (Forcing Redisplay): Add `redisplay' function.
3937 Don't mention (sit-for -1) -- use (redisplay t) instead.
3938
3939 * commands.texi (Waiting): (sit-for -1) is no longer special.
3940 (sit-for 0) is equivalent to (redisplay).
3941 Iconifying/deiconifying no longer makes sit-for return.
3942
3943 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
3944
3945 * display.texi (Buttons): Fix typo.
3946
3947 * index.texi, elisp.texi (New Symbols): Comment node out.
3948
3949 2006-07-09 Richard Stallman <rms@gnu.org>
3950
3951 * display.texi (Truncation): Clean up previous change.
3952
3953 2006-07-08 Richard Stallman <rms@gnu.org>
3954
3955 * commands.texi (Interactive Call): Use 3 as prefix in example
3956 for execute-extended-command.
3957
3958 * display.texi (Attribute Functions): Move paragraph about
3959 compatibility with Emacs < 21.
3960
3961 2006-07-09 Kim F. Storm <storm@cua.dk>
3962
3963 * display.texi (Refresh Screen): Clarify force-window-update.
3964 (Truncation): "Normally" indicated by fringe arrows.
3965
3966 2006-07-08 Eli Zaretskii <eliz@gnu.org>
3967
3968 * windows.texi (Textual Scrolling, Resizing Windows):
3969 * variables.texi (Constant Variables):
3970 * text.texi (Buffer Contents, Deletion, Changing Properties)
3971 (Property Search, Special Properties, Sticky Properties)
3972 (Links and Mouse-1, Fields, Change Hooks):
3973 * syntax.texi (Syntax Table Functions, Parsing Expressions)
3974 (Categories):
3975 * symbols.texi (Other Plists):
3976 * streams.texi (Output Variables):
3977 * processes.texi (Input to Processes, Query Before Exit):
3978 * positions.texi (Word Motion, Text Lines, List Motion):
3979 * os.texi (Init File, System Environment, Sound Output)
3980 (Session Management):
3981 * nonascii.texi (Text Representations, Character Sets)
3982 (Chars and Bytes, Locales):
3983 * modes.texi (Defining Minor Modes, Header Lines):
3984 * minibuf.texi (Minibuffer Contents):
3985 * markers.texi (Information from Markers):
3986 * lists.texi (List Elements, Building Lists, Association Lists):
3987 * keymaps.texi (Tool Bar):
3988 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
3989 * functions.texi (What Is a Function, Mapping Functions):
3990 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
3991 (Color Names, Text Terminal Colors, Display Feature Testing):
3992 * files.texi (Visiting Functions, File Name Components)
3993 (Unique File Names, Contents of Directories):
3994 * display.texi (Forcing Redisplay, Displaying Messages)
3995 (Temporary Displays, Font Selection, Auto Faces)
3996 (Font Lookup, Fringe Indicators, Display Margins)
3997 (Image Descriptors, Showing Images, Image Cache, Button Types)
3998 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
3999 (Display Table Format, Glyphs):
4000 * control.texi (Iteration):
4001 * commands.texi (Command Loop Info, Adjusting Point):
4002 * backups.texi (Making Backups, Auto-Saving):
4003 Remove @tindex entries.
4004
4005 2006-07-07 Kim F. Storm <storm@cua.dk>
4006
4007 * display.texi (Fringe Cursors): Fix typo.
4008 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
4009 (Overlay Arrow): Default is overlay-arrow fringe indicator.
4010
4011 2006-07-05 Richard Stallman <rms@gnu.org>
4012
4013 * text.texi (Buffer Contents): Add example of text props
4014 in result of buffer-substring.
4015 (Text Properties): Explain better about use of specific property names.
4016 (Property Search): Some cleanups; reorder some functions.
4017
4018 * keymaps.texi (Changing Key Bindings): Cleanup.
4019 Add xref to Key Binding Conventions.
4020
4021 * display.texi (Attribute Functions): Add examples for
4022 face-attribute-relative-p.
4023
4024 * tips.texi (Coding Conventions): Cleanup last change.
4025
4026 2006-07-05 Karl Berry <karl@gnu.org>
4027
4028 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
4029 Remove @setchapternewpage odd.
4030 Result is 1013 pages, down from 1100.
4031
4032 * anti.texi, customize.texi, display.texi, internals.texi:
4033 * minibuf.texi, modes.texi, tips.texi:
4034 Fix overfull/underfull boxes.
4035
4036 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
4037
4038 * edebug.texi (Instrumenting):
4039 Add Edebug-specific findex for eval-buffer.
4040 * loading.texi (Loading):
4041 Replace eval-current-buffer with eval-buffer.
4042
4043 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
4044
4045 * locals.texi (Standard Buffer-Local Variables): Update the list
4046 of variables.
4047
4048 2006-06-26 Nick Roberts <nickrob@snap.net.nz>
4049
4050 * files.texi (File Name Completion): Point user to the node
4051 "Reading File Names".
4052
4053 2006-06-24 Eli Zaretskii <eliz@gnu.org>
4054
4055 * files.texi (Contents of Directories): Document case-insensitive
4056 behavior on respective filesystems.
4057
4058 * objects.texi (Character Type): Document that Emacs signals an
4059 error for unsupported Unicode characters specified as \uNNNN.
4060
4061 2006-06-19 Richard Stallman <rms@gnu.org>
4062
4063 * processes.texi (Bindat Spec): Clarify previous change.
4064
4065 2006-06-16 Richard Stallman <rms@gnu.org>
4066
4067 * tips.texi (Coding Conventions): Better explain conventions
4068 for definition constructs.
4069
4070 * text.texi (Special Properties): String value of `read-only'
4071 serves as the error message.
4072
4073 * objects.texi (Character Type): Clarify prev. change.
4074 (Non-ASCII in Strings): Mention \u and \U.
4075
4076 * commands.texi (Using Interactive): Explain problem of
4077 markers, etc., in command-history.
4078
4079 2006-06-14 Kim F. Storm <storm@cua.dk>
4080
4081 * commands.texi (Waiting): Negative arg to sit-for forces
4082 redisplay even if input is pending.
4083
4084 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
4085 redisplay. Remove incorrect example of binding redisplay-dont-pause
4086 around (sit-for 0).
4087
4088 2006-06-13 Richard Stallman <rms@gnu.org>
4089
4090 * display.texi (Forcing Redisplay): Clarify previous change.
4091
4092 2006-06-13 Romain Francoise <romain@orebokech.com>
4093
4094 * display.texi (Forcing Redisplay): Fix typo.
4095
4096 2006-06-13 Kim F. Storm <storm@cua.dk>
4097
4098 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
4099
4100 2006-06-10 Luc Teirlinck <teirllm@auburn.edu>
4101
4102 * tips.texi (Coding Conventions): Add `@end itemize'.
4103
4104 2006-06-10 Richard Stallman <rms@gnu.org>
4105
4106 * tips.texi (Coding Conventions): Explain use of coding systems
4107 to ensure one decoding for strings.
4108
4109 2006-06-09 Aidan Kehoe <kehoea@parhasard.net>
4110
4111 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
4112 syntax.
4113
4114 2006-06-07 Eli Zaretskii <eliz@gnu.org>
4115
4116 * display.texi (Font Selection): Remove description of
4117 clear-face-cache.
4118
4119 * compile.texi (Eval During Compile): Fix a typo. Add index
4120 entries for possible uses of eval-when-compile.
4121
4122 2006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
4123
4124 * display.texi (Abstract Display): Fix typo.
4125
4126 2006-06-03 Eli Zaretskii <eliz@gnu.org>
4127
4128 * minibuf.texi (Minibuffer History) <history-add-new-input>:
4129 Reword variable's description.
4130
4131 2006-06-01 Richard Stallman <rms@gnu.org>
4132
4133 * windows.texi (Splitting Windows): Clarify splitting nonselected
4134 window.
4135
4136 2006-05-31 Juri Linkov <juri@jurta.org>
4137
4138 * minibuf.texi (Minibuffer History): Add history-add-new-input.
4139
4140 2006-05-30 Richard Stallman <rms@gnu.org>
4141
4142 * display.texi (Line Height): Fix errors in description of
4143 default line height and line-height property.
4144
4145 * nonascii.texi (Default Coding Systems): Further clarification.
4146
4147 2006-05-29 Luc Teirlinck <teirllm@auburn.edu>
4148
4149 * internals.texi (Pure Storage): Mention that an overflow in pure
4150 space causes a memory leak.
4151 (Garbage Collection): If there was an overflow in pure space,
4152 `garbage-collect' returns nil.
4153
4154 2006-05-30 Eli Zaretskii <eliz@gnu.org>
4155
4156 * nonascii.texi (Default Coding Systems): Fix it some more.
4157
4158 2006-05-29 Eli Zaretskii <eliz@gnu.org>
4159
4160 * nonascii.texi (Default Coding Systems): Fix last change.
4161
4162 2006-05-29 Kenichi Handa <handa@m17n.org>
4163
4164 * nonascii.texi (find-operation-coding-system): Describe the new
4165 argument format (FILENAME . BUFFER).
4166
4167 2006-05-28 Richard Stallman <rms@gnu.org>
4168
4169 * tips.texi (Coding Conventions): Better explain reasons not to
4170 advise other packages or use `eval-after-load'.
4171
4172 2006-05-29 Kim F. Storm <storm@cua.dk>
4173
4174 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
4175 `bindat-idx' and `bindat-raw' for clarity.
4176
4177 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4178
4179 * processes.texi (Bindat Spec): Expand on `repeat' handler.
4180
4181 * display.texi (Display): Add "Abstract Display" to menu.
4182 (Abstract Display, Abstract Display Functions)
4183 (Abstract Display Example): New nodes.
4184 * elisp.texi (Top): Add "Abstract Display" to menu.
4185
4186 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
4187
4188 * keymaps.texi (Key Sequences): Link to input events definition.
4189 (Format of Keymaps): Delete material duplicated in Keymap Basics.
4190
4191 * files.texi (Changing Files): Document updated argument list for
4192 copy-file.
4193
4194 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4195
4196 * processes.texi (Bindat Functions): Explain term "total length".
4197 Use it in bindat-length and bindat-pack descriptions.
4198
4199 2006-05-26 Eli Zaretskii <eliz@gnu.org>
4200
4201 * tips.texi (Coding Conventions): Advise against using
4202 eval-after-load in packages. Add an index entry.
4203
4204 2006-05-25 Juri Linkov <juri@jurta.org>
4205
4206 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
4207
4208 * modes.texi (%-Constructs): Add %e, %z, %Z.
4209
4210 2006-05-25 Richard Stallman <rms@gnu.org>
4211
4212 * elisp.texi (Top): Update subnode menu.
4213
4214 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
4215 (Keymaps): Update menu.
4216
4217 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
4218
4219 * keymaps.texi (Key Sequences): Some clarifications.
4220
4221 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
4222
4223 * processes.texi (Bindat Functions): Say "unibyte string"
4224 explicitly for bindat-unpack and bindat-pack descriptions.
4225 (Bindat Examples): Don't call `string-make-unibyte' in example.
4226
4227 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
4228
4229 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
4230 Explain string and vector representations of key sequences.
4231
4232 * keymaps.texi (Changing Key Bindings):
4233 * commands.texi (Interactive Codes):
4234 * help.texi (Describing Characters): Refer to it.
4235
4236 2006-05-23 Luc Teirlinck <teirllm@auburn.edu>
4237
4238 * frames.texi (Pointer Shape): @end table -> @end defvar.
4239
4240 2006-05-22 Richard Stallman <rms@gnu.org>
4241
4242 * elisp.texi (Top): Update subnode menus.
4243
4244 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
4245 Contents rewritten; material from old Pointer Shape node moved here.
4246
4247 * display.texi (Pointer Shape): Node deleted.
4248 (Image Descriptors): Minor cleanup.
4249
4250 2006-05-21 Richard Stallman <rms@gnu.org>
4251
4252 * syntax.texi (Parsing Expressions): Update info on which STATE
4253 elements are ignored.
4254
4255 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
4256
4257 * hooks.texi (Standard Hooks): Correct typo.
4258
4259 * gpl.texi (GPL): ifinfo -> ifnottex.
4260
4261 2006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
4262
4263 * searching.texi (Simple Match Data): Warn about match data being
4264 set anew by every search.
4265
4266 2006-05-17 Richard Stallman <rms@gnu.org>
4267
4268 * minibuf.texi (Minibuffer History): Clarify.
4269
4270 * searching.texi (Regexp Special): Clarify nested regexp warning.
4271
4272 2006-05-16 Kim F. Storm <storm@cua.dk>
4273
4274 * minibuf.texi (Minibuffer History): Update add-to-history.
4275
4276 2006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
4277
4278 * nonascii.texi (Explicit Encoding):
4279 Fix typo (encoding<->decoding).
4280
4281 2006-05-14 Richard Stallman <rms@gnu.org>
4282
4283 * buffers.texi (Creating Buffers): Cleanup.
4284
4285 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
4286
4287 2006-05-13 Eli Zaretskii <eliz@gnu.org>
4288
4289 * buffers.texi (Current Buffer): Document that with-temp-buffer
4290 disables undo.
4291
4292 * os.texi (Terminal-Specific): More accurate description of how
4293 Emacs searches for the terminal-specific libraries.
4294
4295 2006-05-12 Eli Zaretskii <eliz@gnu.org>
4296
4297 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
4298 emacs-xtra to @inforef's.
4299
4300 * text.texi (Undo): Document that undo is turned off in buffers
4301 whose names begin with a space.
4302
4303 * buffers.texi (Buffer Names): Add index entries for buffers whose
4304 names begin with a space.
4305 (Creating Buffers): Document that undo is turned off in buffers
4306 whose names begin with a space.
4307
4308 * files.texi (Visiting Functions, Reading from Files)
4309 (Saving Buffers): Mention code and EOL conversions by file I/O
4310 primitives and subroutines.
4311
4312 * nonascii.texi (Lisp and Coding Systems): Document
4313 coding-system-eol-type. Add index entries for eol conversion.
4314
4315 * display.texi (Defining Faces): Mention `mac', and add an xref to
4316 where window-system is described.
4317
4318 2006-05-10 Richard Stallman <rms@gnu.org>
4319
4320 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
4321
4322 2006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
4323
4324 * variables.texi (File Local Variables): Recommend to quote lambda
4325 expressions in safe-local-variable property.
4326
4327 2006-05-09 Richard Stallman <rms@gnu.org>
4328
4329 * variables.texi (File Local Variables):
4330 Document safe-local-eval-forms and safe-local-eval-function.
4331
4332 2006-05-07 Kim F. Storm <storm@cua.dk>
4333
4334 * minibuf.texi (Minibuffer History): Remove keep-dups arg
4335 from add-to-history.
4336
4337 2006-05-07 Romain Francoise <romain@orebokech.com>
4338
4339 * commands.texi (Event Input Misc):
4340 * compile.texi (Eval During Compile):
4341 * internals.texi (Buffer Internals):
4342 * minibuf.texi (Initial Input):
4343 * nonascii.texi (Scanning Charsets):
4344 * numbers.texi (Comparison of Numbers):
4345 * windows.texi (Textual Scrolling, Vertical Scrolling):
4346 Fix various typos.
4347
4348 2006-05-06 Eli Zaretskii <eliz@gnu.org>
4349
4350 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
4351 conditional xref's to either emacs or emacs-xtra, depending on
4352 @iftex/@ifnottex.
4353
4354 * minibuf.texi (Minibuffer History): Document add-to-history.
4355
4356 2006-05-05 Eli Zaretskii <eliz@gnu.org>
4357
4358 * internals.texi (Pure Storage): Mention the pure overflow message
4359 at startup.
4360
4361 2006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
4362
4363 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
4364 (Searching Keymaps): Fix pseudo-Lisp description of keymap
4365 search.
4366
4367 2006-05-01 Richard Stallman <rms@gnu.org>
4368
4369 * intro.texi (nil and t): Clarify.
4370
4371 * variables.texi (File Local Variables): Suggest using booleanp.
4372
4373 2006-05-01 Juanma Barranquero <lekktu@gmail.com>
4374
4375 * objects.texi (Type Predicates): Fix typos.
4376
4377 2006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4378
4379 * intro.texi (nil and t): Add booleanp.
4380
4381 * objects.texi (Type Predicates): Add links for booleanp and
4382 string-or-null-p.
4383
4384 2006-04-29 Richard Stallman <rms@gnu.org>
4385
4386 * modes.texi (Multiline Font Lock): Rename from
4387 Multi line Font Lock Elements. Much clarification.
4388 (Font Lock Multiline, Region to Fontify): Much clarification.
4389
4390 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4391
4392 * variables.texi (File Local Variables): Remove the special case t for
4393 safe-local-variable.
4394
4395 2006-04-26 Richard Stallman <rms@gnu.org>
4396
4397 * syntax.texi (Parsing Expressions): Minor cleanup.
4398
4399 2006-04-18 Richard Stallman <rms@gnu.org>
4400
4401 * tips.texi (Coding Conventions): Explain when the package's
4402 prefix should appear later on (not at the start of the name).
4403
4404 * searching.texi (String Search): Clarify effect of NOERROR.
4405
4406 * modes.texi (Imenu): Clarify what special items do.
4407
4408 * hooks.texi (Standard Hooks): Delete text about old hook names.
4409
4410 2006-04-17 Romain Francoise <romain@orebokech.com>
4411
4412 * variables.texi (Local Variables): Update the default value of
4413 `max-specpdl-size'.
4414
4415 2006-04-15 Michael Olson <mwolson@gnu.org>
4416
4417 * processes.texi (Transaction Queues): Mention the new optional
4418 `delay-question' argument for `tq-enqueue'.
4419
4420 2006-04-13 Bill Wohler <wohler@newt.com>
4421
4422 * customize.texi (Common Keywords): Use dotted notation for
4423 :package-version value. Specify its values. Improve documentation
4424 for customize-package-emacs-version-alist.
4425
4426 2006-04-12 Bill Wohler <wohler@newt.com>
4427
4428 * customize.texi (Common Keywords): Move description of
4429 customize-package-emacs-version-alist to @defvar.
4430
4431 2006-04-10 Bill Wohler <wohler@newt.com>
4432
4433 * customize.texi (Common Keywords): Add :package-version.
4434
4435 2006-04-10 Kim F. Storm <storm@cua.dk>
4436
4437 * text.texi (Buffer Contents): Add NOPROPS arg to
4438 filter-buffer-substring.
4439
4440 2006-04-08 Kevin Ryde <user42@zip.com.au>
4441
4442 * os.texi (Command-Line Arguments): Update xref to emacs manual
4443 "Command Arguments" -> "Emacs Invocation", per change there.
4444
4445 2006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
4446
4447 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
4448 be on one line to help makeinfo not render two spaces after the dot.
4449
4450 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
4451
4452 * strings.texi (Predicates for Strings): Add string-or-null-p.
4453
4454 2006-03-28 Kim F. Storm <storm@cua.dk>
4455
4456 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
4457 remarks about systems that don't support fractional seconds.
4458
4459 2006-03-25 Karl Berry <karl@gnu.org>
4460
4461 * elisp.texi: Use @copyright{} instead of (C), and do not indent
4462 the year list.
4463
4464 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
4465
4466 * display.texi (Fringe Indicators): Fix typos.
4467
4468 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4469
4470 * tips.texi (Documentation Tips): One can now also write `program'
4471 in front of a quoted symbol in a docstring to prevent making a
4472 hyperlink.
4473
4474 2006-03-19 Alan Mackenzie <acm@muc.de>
4475
4476 * text.texi (Special Properties): Clarify `fontified' property.
4477
4478 2006-03-16 Richard Stallman <rms@gnu.org>
4479
4480 * display.texi (Defining Images): Minor cleanup.
4481
4482 2006-03-16 Bill Wohler <wohler@newt.com>
4483
4484 * display.texi (Defining Images): In image-load-path-for-library,
4485 prefer user's images.
4486
4487 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4488
4489 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
4490
4491 2006-03-15 Bill Wohler <wohler@newt.com>
4492
4493 * display.texi (Defining Images): Fix example in
4494 image-load-path-for-library by not recommending that one binds
4495 image-load-path. Just defvar it to placate compiler and only use
4496 it if previously defined.
4497
4498 2006-03-14 Bill Wohler <wohler@newt.com>
4499
4500 * display.texi (Defining Images): In image-load-path-for-library,
4501 always return list of directories. Update example.
4502
4503 2006-03-14 Alan Mackenzie <acm@muc.de>
4504
4505 * modes.texi: New node, "Region to Fontify" (for Font Lock).
4506 This describes font-lock-extend-region-function.
4507 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
4508 the new node "Region to Fontify".
4509
4510 2006-03-13 Richard Stallman <rms@gnu.org>
4511
4512 * display.texi (Invisible Text): The impossible position is
4513 now before the invisible text, not after.
4514 (Defining Images): Clean up last change.
4515
4516 2006-03-11 Bill Wohler <wohler@newt.com>
4517
4518 * display.texi (Defining Images): Add image-load-path-for-library.
4519
4520 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4521
4522 * text.texi (Adaptive Fill): Fix Texinfo usage.
4523
4524 * strings.texi (Creating Strings): Fix Texinfo usage.
4525
4526 * searching.texi (Regexp Special): Use @samp for regular
4527 expressions that are not in Lisp syntax.
4528
4529 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
4530
4531 * searching.texi (Regexp Special): Put remark between parentheses
4532 to avoid misreading.
4533
4534 2006-03-07 Luc Teirlinck <teirllm@auburn.edu>
4535
4536 * searching.texi (Syntax of Regexps): More accurately describe
4537 which characters are special in which situations.
4538 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
4539 are not special. Describe in detail when `[' and `]' are special.
4540 (Regexp Backslash): Plenty of regexps with unbalanced square
4541 brackets are valid, so reword that statement.
4542
4543 2006-03-02 Kim F. Storm <storm@cua.dk>
4544
4545 * keymaps.texi (Tool Bar): Add tool-bar-border.
4546
4547 2006-02-28 Luc Teirlinck <teirllm@auburn.edu>
4548
4549 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
4550
4551 2006-02-27 Luc Teirlinck <teirllm@auburn.edu>
4552
4553 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
4554
4555 * files.texi (Locating Files): Suggest additional values for the
4556 SUFFIXES arg of `locate-file'. Update pxref.
4557
4558 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
4559 (How Programs Do Loading): Discuss the effects of Auto Compression
4560 mode on `load'.
4561 (Load Suffixes): New node.
4562 (Library Search): Delete description of `load-suffixes'; it was
4563 moved to "Load Suffixes".
4564 (Autoload, Named Features): Mention `load-suffixes'.
4565
4566 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4567
4568 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
4569
4570 * windows.texi (Window Tree): Fix typo.
4571
4572 2006-02-20 Kim F. Storm <storm@cua.dk>
4573
4574 * display.texi (Fringe Indicators): New section.
4575 Move indicate-empty-lines, indicate-buffer-boundaries, and
4576 default-indicate-buffer-boundaries here.
4577 Add fringe-indicator-alist and default-fringes-indicator-alist.
4578 Add list of logical fringe indicator symbols.
4579 Update list of standard bitmap names.
4580 (Fringe Cursors): New section.
4581 Move overflow-newline-into-fringe here.
4582 Add fringe-cursor-alist and default-fringes-cursor-alist.
4583 Add list of fringe cursor symbols.
4584
4585 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
4586
4587 * commands.texi (Using Interactive): Fix reference to node
4588 "Minibuffers".
4589
4590 2006-02-19 Richard M. Stallman <rms@gnu.org>
4591
4592 * minibuf.texi (High-Level Completion):
4593 Add xref to read-input-method-name.
4594
4595 * files.texi (Relative File Names): Move file-relative-name here.
4596 (File Name Expansion): From here. Minor clarifications.
4597
4598 * commands.texi (Using Interactive): Add xrefs about reading input.
4599 Clarify remarks about that moving point and mark.
4600 Put string case before list case.
4601
4602 2006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
4603
4604 * display.texi (Other Display Specs, Image Descriptors):
4605 Revert erroneous changes. The previous description of
4606 image-descriptors as `(image . PROPS)' was correct.
4607
4608 2006-02-14 Richard M. Stallman <rms@gnu.org>
4609
4610 * variables.texi (File Local Variables): Clarifications.
4611
4612 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
4613
4614 * variables.texi (File Local Variables): Use @code for a cons
4615 cell, not @var.
4616
4617 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
4618
4619 * variables.texi (File Local Variables): Document new file local
4620 variable behavior.
4621
4622 2006-02-10 Kim F. Storm <storm@cua.dk>
4623
4624 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
4625
4626 2006-02-08 Juanma Barranquero <lekktu@gmail.com>
4627
4628 * modes.texi (%-Constructs): Remove obsolete info about
4629 `global-mode-string'.
4630
4631 2006-02-07 Richard M. Stallman <rms@gnu.org>
4632
4633 * commands.texi (Prefix Command Arguments): Minor cleanup.
4634
4635 * display.texi: "Graphical display", not window system.
4636
4637 * functions.texi (What Is a Function): Fix xref.
4638
4639 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
4640 (Changing Key Bindings): Clarify when remapping is better than
4641 substitute-key-definition.
4642
4643 2006-02-02 Richard M. Stallman <rms@gnu.org>
4644
4645 * minibuf.texi (Basic Completion): Completion alists are risky.
4646
4647 * keymaps.texi (Active Keymaps): Clarifications.
4648 (Searching Keymaps): New node.
4649 (Keymaps): Update menu.
4650
4651 * frames.texi (Layout Parameters): Minor clarification.
4652 (Drag and Drop): New node.
4653 (Frames): Update menu.
4654
4655 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
4656
4657 * display.texi (Other Display Specs, Image Descriptors):
4658 Image description is a list, not a cons cell.
4659
4660 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
4661
4662 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
4663 list is not necessarily a list).
4664
4665 2006-01-27 Eli Zaretskii <eliz@gnu.org>
4666
4667 * frames.texi (Layout Parameters): border-width and
4668 internal-border-width belong to the frame, not the window.
4669
4670 2006-01-19 Richard M. Stallman <rms@gnu.org>
4671
4672 * nonascii.texi (Translation of Characters): Search cmds use
4673 translation-table-for-input. Automatically made local.
4674
4675 * markers.texi (Overview of Markers): Count insertion type
4676 as one of a marker's attributes.
4677
4678 * keymaps.texi (Controlling Active Maps): New node, split out of
4679 Active Keymaps.
4680 (Keymaps): Menu updated.
4681 (Active Keymaps): Give pseudocode to explain how the active
4682 maps are searched. current-active-maps and key-binding moved here.
4683 (Functions for Key Lookup): current-active-maps and key-binding moved.
4684 Clarifications.
4685 (Searching the Keymaps): New subnode.
4686
4687 * elisp.texi (Top): Menu clarification.
4688
4689 * display.texi (Other Display Specs): Delete duplicate entry for
4690 just a string as display spec. Move text about recursive display
4691 specs on such a string.
4692
4693 * commands.texi (Key Sequence Input): Clarify.
4694 Move num-nonmacro-input-events out.
4695 (Reading One Event): num-nonmacro-input-events moved here.
4696
4697 2006-01-14 Nick Roberts <nickrob@snap.net.nz>
4698
4699 * advice.texi (Simple Advice): Update example to fit argument
4700 change in previous-line.
4701
4702 2006-01-05 Richard M. Stallman <rms@gnu.org>
4703
4704 * markers.texi (The Mark): Fix in `mark'.
4705
4706 2006-01-04 Richard M. Stallman <rms@gnu.org>
4707
4708 * processes.texi (Misc Network, Make Network): Minor cleanups.
4709
4710 2006-01-04 Kim F. Storm <storm@cua.dk>
4711
4712 * processes.texi (Make Network): Add IPv6 addresses and handling.
4713 (Network Feature Testing): Mention (:family ipv6).
4714 (Misc Network): Add IPv6 formats to format-network-address.
4715
4716 2005-12-30 Richard M. Stallman <rms@gnu.org>
4717
4718 * text.texi (Changing Properties):
4719 Don't use return value of set-text-properties.
4720
4721 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
4722
4723 * modes.texi (Mode Line Format): Correct typo in menu.
4724
4725 2005-12-29 Richard M. Stallman <rms@gnu.org>
4726
4727 * modes.texi (Mode Line Top): New node.
4728 (Mode Line Data): Some text moved to new node.
4729 Explain the data structure more concretely.
4730 (Mode Line Basics): Clarifications.
4731 (Mode Line Variables): Clarify intro paragraph.
4732 (%-Constructs): Clarify intro paragraph.
4733 (Mode Line Format): Update menu.
4734
4735 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
4736
4737 * minibuf.texi (Basic Completion): Update lazy-completion-table
4738 examples for removal of ARGS argument.
4739
4740 2005-12-23 Richard M. Stallman <rms@gnu.org>
4741
4742 * text.texi (Undo): Restore some explanation from the version
4743 that was deleted.
4744
4745 2005-12-23 Eli Zaretskii <eliz@gnu.org>
4746
4747 * text.texi (Undo): Remove duplicate descriptions of `apply
4748 funname' and `apply delta' elements of the undo list.
4749
4750 2005-12-20 Richard M. Stallman <rms@gnu.org>
4751
4752 * help.texi (Help Functions): Update documentation of `apropos'.
4753
4754 2005-12-20 Luc Teirlinck <teirllm@auburn.edu>
4755
4756 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
4757 because it is confusing. If the :help-echo keyword is a function,
4758 it is not directly used as the :help-echo overlay property, as the
4759 xref seems to suggest (it does not take the appropriate args).
4760
4761 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4762
4763 * customize.texi (Common Keywords): Fix Texinfo usage.
4764 (Group Definitions, Variable Definitions): Update for new
4765 conventions for using `*' in docstrings.
4766
4767 * tips.texi (Documentation Tips): Update for new conventions for
4768 using `*' in docstrings.
4769
4770 2005-12-16 Richard M. Stallman <rms@gnu.org>
4771
4772 * minibuf.texi (Minibuffer Contents): Minor cleanup.
4773
4774 2005-12-16 Juri Linkov <juri@jurta.org>
4775
4776 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
4777
4778 2005-12-14 Romain Francoise <romain@orebokech.com>
4779
4780 * modes.texi (Customizing Keywords): Rename `append' to `how'.
4781 Fix typo.
4782
4783 2005-12-11 Juri Linkov <juri@jurta.org>
4784
4785 * minibuf.texi (Completion Commands): Add mention of read-file-name
4786 for filename completion keymaps.
4787 (Reading File Names): Add mention of filename completion keymaps
4788 for read-file-name and xref to `Completion Commands'.
4789
4790 2005-12-10 Richard M. Stallman <rms@gnu.org>
4791
4792 * customize.texi (Common Keywords): State caveats for use of :tag.
4793
4794 2005-12-08 Richard M. Stallman <rms@gnu.org>
4795
4796 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
4797 with xrefs and better explanation.
4798 (Completion Commands): Add the filename completion maps.
4799
4800 * objects.texi (Character Type): Clarify that \s is not space
4801 if a dash follows.
4802
4803 2005-12-05 Richard M. Stallman <rms@gnu.org>
4804
4805 * windows.texi (Resizing Windows): Delete preserve-before args.
4806
4807 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4808
4809 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
4810 in full keymaps, since the quirk has been fixed.
4811
4812 2005-12-03 Eli Zaretskii <eliz@gnu.org>
4813
4814 * hooks.texi (Standard Hooks): Add index entries.
4815 Mention `compilation-finish-functions'.
4816
4817 2005-11-27 Richard M. Stallman <rms@gnu.org>
4818
4819 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
4820
4821 2005-11-21 Juri Linkov <juri@jurta.org>
4822
4823 * customize.texi (Common Keywords): Update links types
4824 custom-manual and url-link. Add link types emacs-library-link,
4825 file-link, function-link, variable-link, custom-group-link.
4826
4827 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
4828
4829 * display.texi: Revert 2005-11-20 change.
4830
4831 2005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
4832
4833 * processes.texi (Bindat Functions):
4834 Say "third" to refer to zero-based index "2".
4835
4836 2005-11-18 Luc Teirlinck <teirllm@auburn.edu>
4837
4838 * loading.texi (Library Search): Update the default value of
4839 `load-suffixes'.
4840
4841 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
4842
4843 * display.texi (Attribute Functions): Mention :ignore-defface.
4844
4845 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4846
4847 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
4848 (Minor Mode Conventions): Mention the use of a hook.
4849
4850 2005-11-06 Richard M. Stallman <rms@gnu.org>
4851
4852 * files.texi (Magic File Names): find-file-name-handler checks the
4853 `operations' property of the handler.
4854
4855 2005-11-03 Richard M. Stallman <rms@gnu.org>
4856
4857 * variables.texi (Frame-Local Variables): Small clarification.
4858
4859 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
4860
4861 * os.texi (Init File): Document ~/.emacs.d/init.el.
4862
4863 2005-10-29 Richard M. Stallman <rms@gnu.org>
4864
4865 * internals.texi (Garbage Collection): Document memory-full.
4866
4867 2005-10-28 Bill Wohler <wohler@newt.com>
4868
4869 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
4870 for URLs.
4871
4872 2005-10-28 Richard M. Stallman <rms@gnu.org>
4873
4874 * minibuf.texi (Completion Commands): Clean up prev change.
4875
4876 2005-10-26 Kevin Ryde <user42@zip.com.au>
4877
4878 * compile.texi (Eval During Compile): Explain recommended uses
4879 of eval-when-compile and eval-and-compile.
4880
4881 2005-10-27 Masatake YAMATO <jet@gyve.org>
4882
4883 * minibuf.texi (Completion Commands):
4884 Write about new optional argument for `display-completion-list'.
4885
4886 2005-10-23 Richard M. Stallman <rms@gnu.org>
4887
4888 * display.texi (Overlay Arrow): Clarify about local bindings of
4889 overlay-arrow-position.
4890
4891 2005-10-22 Eli Zaretskii <eliz@gnu.org>
4892
4893 * internals.texi (Building Emacs): Fix last change.
4894
4895 2005-10-22 Richard M. Stallman <rms@gnu.org>
4896
4897 * internals.texi (Building Emacs): Document eval-at-startup.
4898
4899 2005-10-21 Richard M. Stallman <rms@gnu.org>
4900
4901 * loading.texi (Where Defined): load-history contains abs file names.
4902 symbol-file returns abs file names.
4903
4904 2005-10-19 Kim F. Storm <storm@cua.dk>
4905
4906 * display.texi (Showing Images): Add max-image-size integer value.
4907
4908 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
4909
4910 * display.texi (Showing Images): Document max-image-size.
4911
4912 2005-10-17 Richard M. Stallman <rms@gnu.org>
4913
4914 * commands.texi (Quitting): Minor clarification.
4915
4916 * processes.texi (Sentinels): Clarify about output and quitting.
4917 (Filter Functions): Mention with-local-quit.
4918
4919 2005-10-17 Juri Linkov <juri@jurta.org>
4920
4921 * buffers.texi (Current Buffer):
4922 * commands.texi (Event Input Misc):
4923 * compile.texi (Eval During Compile, Compiler Errors):
4924 * customize.texi (Group Definitions):
4925 * display.texi (Progress, Defining Faces):
4926 * files.texi (Writing to Files):
4927 * modes.texi (Mode Hooks, Defining Minor Modes):
4928 * streams.texi (Output Functions):
4929 * syntax.texi (Syntax Table Functions):
4930 * text.texi (Change Hooks):
4931 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
4932
4933 * commands.texi (Quitting): Replace arg `forms' with `body' in
4934 `with-local-quit'.
4935
4936 * positions.texi (Excursions): Replace arg `forms' with `body' in
4937 `save-excursion'.
4938
4939 2005-10-08 Kim F. Storm <storm@cua.dk>
4940
4941 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
4942 Rename manual section accordingly.
4943
4944 2005-10-04 Kim F. Storm <storm@cua.dk>
4945
4946 * windows.texi (Window Split Tree): New section describing
4947 new function window-split-tree function.
4948
4949 2005-10-03 Nick Roberts <nickrob@snap.net.nz>
4950
4951 * display.texi (Fringe Size/Pos): Simplify and add detail.
4952
4953 2005-09-30 Romain Francoise <romain@orebokech.com>
4954
4955 * minibuf.texi (High-Level Completion): Explain that the prompt
4956 given to `read-buffer' should end with a colon and a space.
4957 Update usage examples.
4958
4959 2005-09-29 Juri Linkov <juri@jurta.org>
4960
4961 * display.texi (Displaying Messages): Rename argument name
4962 `string' to `format-string' in functions `message', `message-box',
4963 `message-or-box'.
4964
4965 2005-09-26 Chong Yidong <cyd@stupidchicken.com>
4966
4967 * errors.texi (Standard Errors): Correct xrefs.
4968
4969 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
4970
4971 * display.texi (Defining Images): Update documentation for
4972 `image-load-path'.
4973
4974 2005-09-17 Richard M. Stallman <rms@gnu.org>
4975
4976 * display.texi (Defining Images): Clean up previous change.
4977
4978 2005-09-16 Romain Francoise <romain@orebokech.com>
4979
4980 * elisp.texi: Specify GFDL version 1.2.
4981
4982 * doclicense.texi (GNU Free Documentation License): Update to
4983 version 1.2.
4984
4985 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
4986
4987 * display.texi (Defining Images): Document `image-load-path'.
4988
4989 2005-09-15 Richard M. Stallman <rms@gnu.org>
4990
4991 * objects.texi (Printed Representation): Minor cleanup.
4992 (Box Diagrams): Minor fix.
4993 (Cons Cell Type): Move (...) index item here.
4994 (Box Diagrams): From here.
4995 (Array Type): Minor fix.
4996 (Type Predicates): Delete index "predicates".
4997 (Hash Table Type): Clarify xref.
4998 (Dotted Pair Notation): Minor fix.
4999
5000 2005-09-10 Chong Yidong <cyd@stupidchicken.com>
5001
5002 * files.texi (Saving Buffers): Fix typo.
5003
5004 2005-09-08 Richard M. Stallman <rms@gnu.org>
5005
5006 * tips.texi (Programming Tips): Correct the "default" prompt spec.
5007
5008 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
5009
5010 * locals.texi (Standard Buffer-Local Variables): Don't include
5011 mode variables for minor modes.
5012 Fix xrefs for buffer-display-count, buffer-display-table,
5013 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
5014 enable-multibyte-characters, fill-column, header-line-format,
5015 left-fringe-width, left-margin, and right-fringe-width.
5016
5017 * hooks.texi (Standard Hooks): All hooks should conform to the
5018 standard naming convention now.
5019 Fix xref for `echo-area-clear-hook'.
5020
5021 * display.texi (Usual Display): Note that indicate-empty-lines and
5022 tab-width are buffer-local.
5023
5024 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
5025
5026 * modes.texi (Mode Help): Note that major-mode is buffer-local.
5027
5028 * nonascii.texi (Encoding and I/O): Note that
5029 buffer-file-coding-system is buffer-local.
5030
5031 * positions.texi (List Motion): Note that defun-prompt-regexp is
5032 buffer-local.
5033
5034 * text.texi (Auto Filling): Note that auto-fill-function is
5035 buffer-local.
5036 (Undo): Note that buffer-undo-list is buffer-local.
5037
5038 * windows.texi (Buffers and Windows):
5039 Document buffer-display-count.
5040
5041 2005-09-06 Richard M. Stallman <rms@gnu.org>
5042
5043 * tips.texi (Coding Conventions): Sometimes it is ok to put the
5044 package prefix elsewhere than at the start of the name.
5045
5046 2005-09-03 Richard M. Stallman <rms@gnu.org>
5047
5048 * tips.texi (Programming Tips): Add conventions for minibuffer
5049 questions and prompts.
5050
5051 2005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
5052
5053 * intro.texi (nil and t): Minor cleanup.
5054 Delete spurious mention of keyword symbols.
5055 (Evaluation Notation): Add index entry.
5056 (A Sample Function Description): Minor cleanup.
5057 (A Sample Variable Description): Not all vars can be set.
5058
5059 2005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
5060
5061 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
5062
5063 (Insertion): Document precise type of `insert-char' arg COUNT.
5064
5065 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5066
5067 * modes.texi (Other Font Lock Variables): Sync the default of
5068 font-lock-lines-before.
5069
5070 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
5071
5072 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
5073
5074 2005-08-29 Richard M. Stallman <rms@gnu.org>
5075
5076 * elisp.texi (Top): Update subnode menu.
5077
5078 * searching.texi (Searching and Matching): Move node.
5079 Rearrange contents and add overall explanation.
5080 (Searching and Case): Move node.
5081 (Searching and Matching): Update menu.
5082
5083 2005-08-27 Eli Zaretskii <eliz@gnu.org>
5084
5085 * os.texi (Startup Summary): Fix the description of the initial
5086 startup message display.
5087
5088 2005-08-25 Richard M. Stallman <rms@gnu.org>
5089
5090 * searching.texi (Search and Replace): Add replace-regexp-in-string.
5091
5092 2005-08-25 Emilio C. Lopes <eclig@gmx.net>
5093
5094 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
5095 `next-overlay-change' example.
5096
5097 2005-08-22 Juri Linkov <juri@jurta.org>
5098
5099 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
5100 Fix invert-face. Fix args of face-background.
5101
5102 * display.texi (Standard Faces): Delete node.
5103 (Faces): Add xref to `(emacs)Standard Faces'.
5104 (Displaying Faces): Fix xref to `Standard Faces'.
5105
5106 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
5107
5108 2005-08-20 Alan Mackenzie <acm@muc.de>
5109
5110 * buffers.texi (The Buffer List): Clarify the manipulation of the
5111 buffer list.
5112
5113 2005-08-14 Richard M. Stallman <rms@gnu.org>
5114
5115 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
5116 a regexp.
5117
5118 2005-08-11 Richard M. Stallman <rms@gnu.org>
5119
5120 * elisp.texi (Top): Update subnode lists.
5121
5122 * display.texi (Inverse Video): Node deleted.
5123
5124 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
5125 New nodes split out of Coding Conventions.
5126
5127 * searching.texi (Regular Expressions): Document re-builder.
5128
5129 * os.texi (Time Parsing): New node split out of Time Conversion.
5130
5131 * processes.texi (Misc Network, Network Feature Testing)
5132 (Network Options, Make Network): New nodes split out of
5133 Low-Level Network.
5134
5135 2005-08-09 Richard M. Stallman <rms@gnu.org>
5136
5137 * frames.texi (Geometry): New node, split from Size and Position.
5138 (Frame Parameters): Refer to Geometry.
5139
5140 * buffers.texi (The Buffer List): Fix xrefs.
5141
5142 * windows.texi (Splitting Windows): Fix xref.
5143
5144 * frames.texi (Layout Parameters): Add xref.
5145
5146 * display.texi (Line Height, Scroll Bars): Fix xrefs.
5147
5148 * keymaps.texi (Menu Bar): Fix xref.
5149
5150 * locals.texi (Standard Buffer-Local Variables): Fix xref.
5151
5152 * modes.texi (%-Constructs): Fix xref.
5153
5154 * frames.texi (Window Frame Parameters): Node split up.
5155 (Basic Parameters, Position Parameters, Size Parameters)
5156 (Layout Parameters, Buffer Parameters, Management Parameters)
5157 (Cursor Parameters, Color Parameters): New subnodes.
5158
5159 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
5160
5161 * positions.texi (Screen Lines): Update xref for previous change
5162 in minibuf.texi.
5163
5164 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
5165 change in minibuf.texi.
5166
5167 2005-08-09 Richard M. Stallman <rms@gnu.org>
5168
5169 * tips.texi (Coding Conventions): Minor cleanup.
5170
5171 * modes.texi (Defining Minor Modes): Explain when init-value
5172 can be non-nil.
5173
5174 * elisp.texi (Top): Update submenu for Minibuffer.
5175
5176 * minibuf.texi (Minibuffer Misc): Node split up.
5177 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
5178 (Recursive Mini): New nodes split out from Minibuffer Misc.
5179 (Minibuffer Misc): Document max-mini-window-height.
5180
5181 * hash.texi (Defining Hash): Delete stray paren in example.
5182
5183 * display.texi (Echo Area Customization): Don't define
5184 max-mini-window-height here; xref instead.
5185
5186 * commands.texi (Event Input Misc): Update while-no-input.
5187
5188 * advice.texi (Advising Functions): Explain when to use advice
5189 and when to use a hook.
5190
5191 2005-07-30 Eli Zaretskii <eliz@gnu.org>
5192
5193 * makefile.w32-in (info): Don't run install-info.
5194 ($(infodir)/dir): New target, produced by running install-info.
5195
5196 2005-07-27 Luc Teirlinck <teirllm@auburn.edu>
5197
5198 * modes.texi (Defining Minor Modes): The keyword for the initial
5199 value is :init-value, not :initial-value.
5200
5201 2005-07-23 Eli Zaretskii <eliz@gnu.org>
5202
5203 * loading.texi (Autoload): Make the `doctor' example be consistent
5204 with what's in current loaddefs.el. Describe the "fn" magic in
5205 the usage portion of the doc string.
5206
5207 2005-07-22 Richard M. Stallman <rms@gnu.org>
5208
5209 * internals.texi (Garbage Collection): Clarify previous change.
5210
5211 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
5212
5213 * internals.texi (Garbage Collection): Add gc-cons-percentage.
5214
5215 2005-07-18 Juri Linkov <juri@jurta.org>
5216
5217 * commands.texi (Accessing Events):
5218 * frames.texi (Text Terminal Colors, Resources):
5219 * markers.texi (The Mark):
5220 * modes.texi (Defining Minor Modes):
5221 Delete duplicate duplicate words.
5222
5223 2005-07-16 Richard M. Stallman <rms@gnu.org>
5224
5225 * display.texi (Managing Overlays): Clarify make-overlay
5226 args for insertion types.
5227
5228 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
5229
5230 * customize.texi (Variable Definitions):
5231 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
5232 `standard-value' is a list too.
5233 (Defining New Types): Use @key{RET} instead of @key{ret}.
5234
5235 2005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
5236
5237 * os.texi (Translating Input): Fix typo.
5238
5239 2005-07-08 Richard M. Stallman <rms@gnu.org>
5240
5241 * README: Update edition number and size estimate.
5242
5243 * elisp.texi (VERSION): Set to 2.9.
5244
5245 2005-07-07 Richard M. Stallman <rms@gnu.org>
5246
5247 * book-spine.texinfo: Update Emacs version.
5248
5249 * display.texi (Inverse Video): Delete mode-line-inverse-video.
5250
5251 2005-07-06 Richard M. Stallman <rms@gnu.org>
5252
5253 * searching.texi (Regexp Search): Clarify what re-search-forward
5254 does when the search fails.
5255
5256 2005-07-05 Lute Kamstra <lute@gnu.org>
5257
5258 * Update FSF's address in GPL notices.
5259
5260 * doclicense.texi (GNU Free Documentation License):
5261 * gpl.texi (GPL):
5262 * tips.texi (Coding Conventions, Library Headers):
5263 * vol1.texi:
5264 * vol2.texi: Update FSF's address.
5265
5266 2005-07-04 Richard M. Stallman <rms@gnu.org>
5267
5268 * hooks.texi (Standard Hooks): Add occur-hook.
5269
5270 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
5271
5272 * display.texi (The Echo Area): Correct menu.
5273
5274 2005-07-03 Richard M. Stallman <rms@gnu.org>
5275
5276 * elisp.texi (Top): Update subnode menu for Display.
5277
5278 * display.texi (Displaying Messages): New node, with most
5279 of what was in The Echo Area.
5280 (Progress): Move under The Echo Area.
5281 (Logging Messages): New node with new text.
5282 (Echo Area Customization): New node, the rest of what was
5283 in The Echo Area. Document message-truncate-lines with @defvar.
5284 (Display): Update menu.
5285
5286 * windows.texi (Textual Scrolling): Doc 3 values for
5287 scroll-preserve-screen-position.
5288
5289 * text.texi (Special Properties): Change hook functions
5290 should bind inhibit-modification-hooks around altering buffer text.
5291
5292 * keymaps.texi (Key Binding Commands): Call binding BINDING
5293 rather than DEFINITION.
5294
5295 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
5296
5297 * variables.texi (Defining Variables): `user-variable-p' returns t
5298 for aliases of user options, nil for alias loops.
5299
5300 2005-06-28 Richard M. Stallman <rms@gnu.org>
5301
5302 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
5303 make-keymap.
5304
5305 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5306
5307 * variables.texi (Setting Variables): Correct and clarify
5308 description of `add-to-ordered-list'.
5309
5310 2005-06-26 Richard M. Stallman <rms@gnu.org>
5311
5312 * display.texi (Faces): Minor cleanup.
5313
5314 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5315
5316 * display.texi (Faces): `facep' returns t for strings that are
5317 face names.
5318
5319 2005-06-25 Richard M. Stallman <rms@gnu.org>
5320
5321 * objects.texi (Equality Predicates): Clarify meaning of equal.
5322
5323 * windows.texi (Selecting Windows): save-selected-window
5324 and with-selected-window save and restore the current buffer.
5325
5326 2005-06-24 Richard M. Stallman <rms@gnu.org>
5327
5328 * numbers.texi (Float Basics): Explain how to test for NaN,
5329 and printing the sign of NaNs.
5330
5331 2005-06-24 Eli Zaretskii <eliz@gnu.org>
5332
5333 * makefile.w32-in (MAKEINFO): Use --force.
5334
5335 2005-06-23 Richard M. Stallman <rms@gnu.org>
5336
5337 * display.texi (Face Functions): Correct Texinfo usage.
5338
5339 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5340
5341 * lists.texi (Rings): `ring-elements' now returns the elements of
5342 RING in order.
5343
5344 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
5345
5346 * markers.texi (The Mark): Texinfo usage fix.
5347
5348 2005-06-23 Kim F. Storm <storm@cua.dk>
5349
5350 * searching.texi (Entire Match Data): Remove evaporate option for
5351 match-data. Do not mention evaporate option for set-match-data.
5352
5353 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5354
5355 * display.texi (Face Functions): Mention face aliases.
5356
5357 2005-06-21 Richard M. Stallman <rms@gnu.org>
5358
5359 * anti.texi (Antinews): Texinfo usage fix.
5360
5361 2005-06-21 Karl Berry <karl@gnu.org>
5362
5363 * elisp.texi: Use @copying.
5364
5365 * elisp.texi: Put @summarycontents and @contents before the Top
5366 node, instead of the end of the file, so that the contents appear
5367 in the right place in the dvi/pdf output.
5368
5369 2005-06-21 Juri Linkov <juri@jurta.org>
5370
5371 * display.texi (Defining Faces): Add `customized-face'.
5372
5373 2005-06-20 Kim F. Storm <storm@cua.dk>
5374
5375 * variables.texi (Setting Variables): Any type of element can be
5376 given order in add-to-ordered-list. Compare elements with eq.
5377
5378 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
5379
5380 2005-06-20 Karl Berry <karl@gnu.org>
5381
5382 * syntax.texi (Syntax Flags): Make last column very slightly wider
5383 to avoid "generic comment" breaking on two lines and causing an
5384 underfull box.
5385
5386 2005-06-19 Luc Teirlinck <teirllm@auburn.edu>
5387
5388 * lists.texi (Rings): Various minor clarifications and corrections.
5389
5390 2005-06-18 Richard M. Stallman <rms@gnu.org>
5391
5392 * functions.texi (Obsolete Functions): Simplify.
5393
5394 * variables.texi (Variable Aliases): Simplify.
5395
5396 * anti.texi, backups.texi, compile.texi, customization.texi:
5397 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
5398 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
5399 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
5400 * variables.texi: Fix formatting ugliness.
5401
5402 * elisp.texi: Add links to Rings and Byte Packing.
5403 Update version and copyright years.
5404
5405 * minibuf.texi: Fix formatting ugliness.
5406 (Completion Commands): Move keymap vars to the end
5407 and vars completing-read binds to the top.
5408
5409 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5410
5411 * processes.texi: Fix typos.
5412 (Bindat Spec): Correct Texinfo error.
5413 (Byte Packing): Fix ungrammatical sentence.
5414
5415 2005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
5416
5417 * lists.texi (Rings): New node.
5418 (Lists): Add it to menu.
5419
5420 * processes.texi (Byte Packing): New node.
5421 (Processes): Add it to menu.
5422
5423 2005-06-17 Richard M. Stallman <rms@gnu.org>
5424
5425 * syntax.texi (Parsing Expressions): Fix texinfo usage.
5426
5427 * help.texi (Documentation Basics): Explain the xref to
5428 Documentation Tips.
5429
5430 * debugging.texi (Debugger Commands): Minor fix.
5431
5432 2005-06-16 Luc Teirlinck <teirllm@auburn.edu>
5433
5434 * edebug.texi (Instrumenting): Eliminate duplicate link.
5435 (Specification List): Replace references to "below", referring to
5436 a later node, with one @ref to that node.
5437
5438 * os.texi (Timers): Timers should save and restore the match data
5439 if they change it.
5440
5441 * debugging.texi (Debugger Commands): Mention that the Lisp
5442 debugger can not step through primitive functions.
5443
5444 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
5445
5446 * functions.texi (Obsolete Functions): Update argument names of
5447 `make-obsolete' and `define-obsolete-function-alias'.
5448
5449 * variables.texi (Variable Aliases): Update argument names of
5450 `defvaralias', `make-obsolete-variable' and
5451 `define-obsolete-variable-alias'.
5452
5453 2005-06-15 Kim F. Storm <storm@cua.dk>
5454
5455 * searching.texi (Entire Match Data): Rephrase warnings about
5456 evaporate arg to match-data and set-match-data.
5457
5458 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5459
5460 * elisp.texi (Top): Update detailed menu.
5461
5462 * edebug.texi (Edebug): Update menu.
5463 (Instrumenting): Update xrefs.
5464 (Edebug Execution Modes): Correct xref.
5465 (Jumping): Clarify description of `h' command.
5466 Eliminate redundant @ref.
5467 (Breaks): New node.
5468 (Breakpoints): Is now a subsubsection.
5469 (Global Break Condition): Mention `C-x X X'.
5470 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
5471 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
5472 (Edebug Display Update): Correct pxref.
5473 (Edebug and Macros): New node.
5474 (Instrumenting Macro Calls): Is now a subsubsection.
5475 Neither arg of `def-edebug-spec' is evaluated.
5476 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
5477 (Specification Examples): Fix typo.
5478
5479 2005-06-14 Lute Kamstra <lute@gnu.org>
5480
5481 * debugging.texi (Function Debugging): Primitives can break on
5482 entry too.
5483
5484 2005-06-14 Kim F. Storm <storm@cua.dk>
5485
5486 * variables.texi (Setting Variables): Add add-to-ordered-list.
5487
5488 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5489
5490 * syntax.texi (Parsing Expressions): Document aux functions and vars of
5491 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
5492
5493 2005-06-13 Lute Kamstra <lute@gnu.org>
5494
5495 * text.texi (Special Properties): Fix cross reference.
5496
5497 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
5498
5499 * debugging.texi (Function Debugging): Delete mention of empty
5500 string argument to `cancel-debug-on-entry'. Delete inaccurate
5501 description of the return value of that command.
5502
5503 2005-06-11 Alan Mackenzie <acm@muc.de>
5504
5505 * text.texi (Adaptive Fill): Amplify the description of
5506 fill-context-prefix.
5507
5508 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
5509
5510 * syntax.texi (Parsing Expressions): Fix Texinfo error.
5511
5512 2005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
5513
5514 * syntax.texi (Parsing Expressions): Document syntax-ppss.
5515
5516 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
5517
5518 * debugging.texi (Error Debugging): Minor rewording.
5519 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
5520 is optional.
5521
5522 2005-06-10 Lute Kamstra <lute@gnu.org>
5523
5524 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
5525 (Top): Give it a title. Correct version number. Give the
5526 detailed node listing a more prominent header.
5527 * intro.texi: Don't set VERSION here a second time.
5528 Mention Emacs's version too.
5529 * anti.texi (Antinews): Use EMACSVER to refer to the current
5530 version of Emacs.
5531
5532 2005-06-09 Kim F. Storm <storm@cua.dk>
5533
5534 * searching.texi (Entire Match Data): Explain new `reseat' argument to
5535 match-data and set-match-data.
5536
5537 2005-06-08 Richard M. Stallman <rms@gnu.org>
5538
5539 * searching.texi (Entire Match Data): Clarify when match-data
5540 returns markers and when integers.
5541
5542 * display.texi (Defining Faces): Explain that face name should not
5543 end in `-face'.
5544
5545 * modes.texi (Mode Line Data): Minor cleanup.
5546 (Customizing Keywords): Node split out of Search-based Fontification.
5547 Add example of using font-lock-add-keywords from a hook.
5548 Clarify when MODE should be non-nil, and when nil.
5549
5550 2005-06-06 Richard M. Stallman <rms@gnu.org>
5551
5552 * modes.texi (Mode Line Data): Explain what happens when the car
5553 of a list is a void symbol.
5554 (Search-based Fontification): Explain MODE arg to
5555 font-lock-add-keywords and warn about calls from major modes.
5556
5557 2005-06-08 Juri Linkov <juri@jurta.org>
5558
5559 * display.texi (Standard Faces): Add `shadow' face.
5560
5561 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
5562
5563 * modes.texi (Major Mode Conventions): A derived mode only needs
5564 to put the call to the parent mode inside `delay-mode-hooks'.
5565
5566 2005-05-29 Richard M. Stallman <rms@gnu.org>
5567
5568 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
5569 new, and what that implies. Clarify.
5570
5571 * files.texi (Locating Files): Clean up the text.
5572
5573 * frames.texi (Window Frame Parameters): Document user-size.
5574 Shorten entry for top by referring to left.
5575
5576 2005-05-26 Richard M. Stallman <rms@gnu.org>
5577
5578 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
5579 is new, and what the implications are. Other clarifications.
5580
5581 2005-05-24 Richard M. Stallman <rms@gnu.org>
5582
5583 * frames.texi (Dialog Boxes): Minor fixes.
5584
5585 2005-05-25 Masatake YAMATO <jet@gyve.org>
5586
5587 * display.texi (Standard Faces): Write about `mode-line-highlight'.
5588
5589 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
5590
5591 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
5592 is optional.
5593
5594 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
5595
5596 * frames.texi (Dialog Boxes): Describe new optional argument.
5597
5598 2005-05-23 Lute Kamstra <lute@gnu.org>
5599
5600 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
5601 syntax-begin-function over font-lock-beginning-of-syntax-function.
5602
5603 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
5604
5605 * minibuf.texi (Reading File Names): Update description of
5606 `read-directory-name'.
5607
5608 * modes.texi (Derived Modes): Clarify :group keyword.
5609
5610 2005-05-21 Eli Zaretskii <eliz@gnu.org>
5611
5612 * files.texi (Locating Files): New subsection.
5613 Describe locate-file and executable-find.
5614
5615 2005-05-21 Kevin Ryde <user42@zip.com.au>
5616
5617 * frames.texi (Initial Parameters): Update cross reference to
5618 "Emacs Invocation".
5619
5620 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
5621
5622 * keymaps.texi (Active Keymaps): Add anchor.
5623
5624 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
5625 (Major Mode Conventions): Refer to `Auto Major Mode' in more
5626 appropriate place.
5627 (Derived Modes): Small clarifications.
5628 (Minor Mode Conventions, Keymaps and Minor Modes):
5629 Replace references to nodes with references to anchors.
5630 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
5631 Clarify description of lists whose first element is an integer.
5632 (Mode Line Variables): Add anchor.
5633 (%-Constructs): Clarify description of integer after %.
5634 (Emulating Mode Line): Describe nil value for FACE.
5635
5636 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
5637
5638 * modes.texi (Derived Modes): Correct references to non-existing
5639 variable standard-syntax-table.
5640
5641 2005-05-17 Lute Kamstra <lute@gnu.org>
5642
5643 * modes.texi (Defining Minor Modes): Mention the mode hook.
5644
5645 2005-05-15 Kim F. Storm <storm@cua.dk>
5646
5647 * processes.texi (Network): Remove open-network-stream-nowait.
5648 (Network Servers): Remove open-network-stream-server.
5649
5650 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
5651
5652 * elisp.texi (Top): Update detailed menu.
5653
5654 * variables.texi: Reorder nodes.
5655 (Variables): Update menu.
5656 (File Local Variables): Do not refer to the `-*-' line as
5657 a "local variables list". Add pxref.
5658
5659 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
5660
5661 * elisp.texi (Top): Update detailed menu for node changes.
5662
5663 * modes.texi (Modes): Update Menu.
5664 (Hooks): Move to beginning of chapter.
5665 Most minor modes run mode hooks too.
5666 `add-hook' can handle void hooks or hooks whose value is a single
5667 function.
5668 (Major Modes): Update Menu.
5669 (Major Mode Basics): New node, split off from `Major Modes'.
5670 (Major Mode Conventions): Correct xref. Explain how to handle
5671 auto-mode-alist if the major mode command has an autoload cookie.
5672 (Auto Major Mode): Major update. Add magic-mode-alist.
5673 (Derived Modes): Major update.
5674 (Mode Line Format): Update Menu.
5675 (Mode Line Basics): New node, split off from `Mode Line Format'.
5676
5677 * loading.texi (Autoload): Mention `autoload cookie' as synonym
5678 for `magic autoload comment'. Add index entries and anchor.
5679
5680 2005-05-14 Richard M. Stallman <rms@gnu.org>
5681
5682 * tips.texi (Coding Conventions): Explain how important it is
5683 that just loading certain files not change Emacs behavior.
5684
5685 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
5686
5687 2005-05-12 Lute Kamstra <lute@gnu.org>
5688
5689 * modes.texi (Generic Modes): Update.
5690 (Major Modes): Refer to node "Generic Modes".
5691
5692 * elisp.texi (Top): Update to the current structure of the manual.
5693 * processes.texi (Processes): Add menu description.
5694 * customize.texi (Customization): Add menu descriptions.
5695
5696 2005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
5697
5698 * processes.texi (Signals to Processes)
5699 (Low-Level Network): Fix typos.
5700
5701 2005-05-11 Lute Kamstra <lute@gnu.org>
5702
5703 * elisp.texi (Top): Add some nodes from the chapter "Major and
5704 Minor Modes" to the detailed node listing.
5705
5706 2005-05-10 Richard M. Stallman <rms@gnu.org>
5707
5708 * keymaps.texi (Extended Menu Items): Menu item filter functions
5709 can be called at any time.
5710
5711 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
5712
5713 * variables.texi (File Local Variables): `(hack-local-variables t)'
5714 now also checks whether a mode is specified in the local variables
5715 list.
5716
5717 2005-05-05 Kevin Ryde <user42@zip.com.au>
5718
5719 * display.texi (The Echo Area): Correct format function cross
5720 reference.
5721
5722 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
5723
5724 * variables.texi (Variable Aliases): Change description of
5725 `define-obsolete-variable-alias'.
5726
5727 * functions.texi (Functions): Add "Obsolete Functions" to menu.
5728 (Defining Functions): Add xref.
5729 (Obsolete Functions): New node.
5730 (Function Safety): Standardize capitalization of section title.
5731
5732 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
5733 (Dialog Boxes): Complete description of `x-popup-dialog'.
5734
5735 2005-05-04 Richard M. Stallman <rms@gnu.org>
5736
5737 * commands.texi (Interactive Codes): Fix Texinfo usage.
5738 Document U more clearly.
5739
5740 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5741
5742 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
5743 function and not a macro.
5744
5745 * frames.texi (Pop-Up Menus): Correct and clarify description of
5746 `x-popup-menu'.
5747 (Dialog Boxes): Clarify description of `x-popup-dialog'.
5748
5749 2005-05-01 Richard M. Stallman <rms@gnu.org>
5750
5751 * edebug.texi (Checking Whether to Stop): Fix previous change.
5752
5753 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5754
5755 * display.texi: Fix typos and Texinfo usage.
5756
5757 * edebug.texi (Checking Whether to Stop): executing-macro ->
5758 executing-kbd-macro.
5759
5760 2005-05-01 Richard M. Stallman <rms@gnu.org>
5761
5762 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
5763
5764 2005-04-30 Richard M. Stallman <rms@gnu.org>
5765
5766 * files.texi (Magic File Names): Document `operations' property.
5767
5768 2005-04-29 Lute Kamstra <lute@gnu.org>
5769
5770 * modes.texi (Generic Modes): New node.
5771 (Major Modes): Add it to the menu.
5772 (Derived Modes): Add "derived mode" to concept index.
5773
5774 2005-04-28 Lute Kamstra <lute@gnu.org>
5775
5776 * modes.texi (Defining Minor Modes): Fix previous change.
5777 (Font Lock Mode): Simplify.
5778 (Font Lock Basics): Say that font-lock-defaults is buffer-local
5779 when set and that some parts are optional. Add cross references.
5780 (Search-based Fontification): Say how to specify font-lock-keywords.
5781 Add cross references. Add font-lock-multiline to index.
5782 Move font-lock-keywords-case-fold-search here from node "Other Font
5783 Lock Variables". Document font-lock-add-keywords and
5784 font-lock-remove-keywords.
5785 (Other Font Lock Variables): Move font-lock-keywords-only,
5786 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
5787 and font-lock-syntactic-face-function to node "Syntactic Font
5788 Lock". Move font-lock-keywords-case-fold-search to node
5789 "Search-based Fontification". Document font-lock-inhibit-thing-lock
5790 and font-lock-{,un}fontify-{buffer,region}-function.
5791 (Precalculated Fontification): Remove reference to deleted variable
5792 font-lock-core-only.
5793 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
5794 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
5795 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
5796 and font-lock-syntactic-face-function here from node "Other Font
5797 Lock Variables". Move font-lock-syntactic-keywords to "Setting
5798 Syntax Properties". Add cross references.
5799 (Setting Syntax Properties): New node.
5800 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
5801 * syntax.texi (Syntax Properties): Add cross reference.
5802 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
5803
5804 2005-04-26 Richard M. Stallman <rms@gnu.org>
5805
5806 * display.texi (Defining Faces):
5807 Document `default' elements of defface spec.
5808
5809 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
5810
5811 * variables.texi (Variable Aliases): Clarify text.
5812
5813 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
5814
5815 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
5816
5817 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
5818
5819 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
5820
5821 2005-04-24 Eli Zaretskii <eliz@gnu.org>
5822
5823 * syntax.texi (Syntax Table Internals): Elaborate documentation of
5824 syntax-after and syntax-class.
5825
5826 * files.texi (Changing Files): Fix last change's cross-reference.
5827 (Unique File Names): Don't mention "numbers" in the documentation
5828 of make-temp-file and make-temp-name.
5829
5830 2005-04-23 Richard M. Stallman <rms@gnu.org>
5831
5832 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
5833
5834 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
5835
5836 * windows.texi (Cyclic Window Ordering): Clarify window-list.
5837
5838 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
5839
5840 * variables.texi (Variable Aliases): Describe make-obsolete-variable
5841 and define-obsolete-variable-alias.
5842
5843 2005-04-22 Kim F. Storm <storm@cua.dk>
5844
5845 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
5846 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
5847
5848 2005-04-21 Lute Kamstra <lute@gnu.org>
5849
5850 * lists.texi (Association Lists): Document rassq-delete-all.
5851
5852 2005-04-19 Richard M. Stallman <rms@gnu.org>
5853
5854 * modes.texi (Search-based Fontification): Explain that
5855 facespec is an expression to be evaluated.
5856
5857 2005-04-19 Kevin Ryde <user42@zip.com.au>
5858
5859 * streams.texi (Output Functions): Fix xref.
5860 * strings.texi (String Conversion): Fix xref.
5861
5862 2005-04-19 Kim F. Storm <storm@cua.dk>
5863
5864 * symbols.texi (Symbol Plists): Add safe-get.
5865 Mention that `get' may signal an error.
5866
5867 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
5868
5869 * customize.texi (Variable Definitions): Replace tooltip-mode
5870 example with save-place.
5871
5872 2005-04-17 Richard M. Stallman <rms@gnu.org>
5873
5874 * buffers.texi (Indirect Buffers): Clarify.
5875
5876 * positions.texi (Positions): Clarify converting marker to integer.
5877
5878 * strings.texi (String Basics): Mention string-match; clarify.
5879
5880 2005-04-08 Lute Kamstra <lute@gnu.org>
5881
5882 * modes.texi (Search-based Fontification): Fix cross references.
5883 Use consistent terminology. Document anchored highlighting.
5884
5885 2005-04-05 Lute Kamstra <lute@gnu.org>
5886
5887 * modes.texi (Defining Minor Modes): Document :group keyword
5888 argument and its default value.
5889
5890 2005-04-03 Lute Kamstra <lute@gnu.org>
5891
5892 * hooks.texi (Standard Hooks): Add some hooks. Add cross
5893 references and/or descriptions. Delete major mode hooks; mention
5894 them as a category instead. Rename or delete obsolete hooks.
5895
5896 2005-04-02 Richard M. Stallman <rms@gnu.org>
5897
5898 * nonascii.texi (Coding System Basics): Another wording cleanup.
5899
5900 2005-04-01 Richard M. Stallman <rms@gnu.org>
5901
5902 * nonascii.texi (Coding System Basics): Clarify previous change.
5903
5904 2005-04-01 Kenichi Handa <handa@m17n.org>
5905
5906 * nonascii.texi (Coding System Basics): Describe about roundtrip
5907 identity of coding systems.
5908
5909 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
5910
5911 * text.texi (Buffer Contents): Add filter-buffer-substring and
5912 buffer-substring-filters.
5913
5914 2005-03-26 Chong Yidong <cyd@stupidchicken.com>
5915
5916 * anti.texi (Antinews): Mention `G' interactive code.
5917
5918 * tips.texi (Compilation Tips): Mention benchmark.el.
5919
5920 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
5921
5922 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
5923 is now bound to M-o M-o.
5924
5925 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
5926
5927 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
5928
5929 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
5930 in the Emacs Manual).
5931 * Makefile.in (srcs): Remove calendar.texi.
5932 * makefile.w32-in (srcs): Remove calendar.texi.
5933 * display.texi (Display): Change name of next node.
5934 * os.texi (System In): Change name of previous node.
5935 * elisp.texi (Top): Remove Calendar references.
5936 * vol1.texi (Top): Remove Calendar references.
5937 * vol2.texi (Top): Remove Calendar references.
5938
5939 2005-03-25 Richard M. Stallman <rms@gnu.org>
5940
5941 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
5942 Cleanup previous change.
5943
5944 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
5945
5946 * display.texi (Face Attributes): Faces earlier in an :inherit
5947 list take precedence.
5948 (Scroll Bars): Fix description of vertical-scroll-bars.
5949 Document frame-current-scroll-bars and window-current-scroll-bars.
5950
5951 * markers.texi (The Mark): Document temporary Transient Mark mode.
5952
5953 * minibuf.texi (Reading File Names):
5954 Document read-file-name-completion-ignore-case.
5955
5956 * positions.texi (Screen Lines): Document nil for width argument
5957 to compute-motion.
5958
5959 2005-03-23 Kim F. Storm <storm@cua.dk>
5960
5961 * display.texi (Standard Faces): Other faces used in the fringe
5962 implicitly inherits from the fringe face.
5963 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
5964 properties implicitly inherits from fringe face.
5965 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
5966
5967 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
5968
5969 * display.texi (Invisible Text): State default value of
5970 line-move-ignore-invisible.
5971 (Managing Overlays): Document remove-overlays.
5972 (Standard Faces): Document escape-glyph face.
5973
5974 * minibuf.texi (Reading File Names): Document read-file-name-function.
5975
5976 * modes.texi (Other Font Lock Variables):
5977 Document font-lock-lines-before.
5978
5979 * positions.texi (Skipping Characters): skip-chars-forward allows
5980 character classes.
5981
5982 2005-03-18 Lute Kamstra <lute@gnu.org>
5983
5984 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
5985
5986 2005-03-17 Richard M. Stallman <rms@gnu.org>
5987
5988 * text.texi (Undo): Document extensible undo entries.
5989
5990 * searching.texi (String Search, Regexp Search): Cleanups.
5991
5992 * nonascii.texi (Character Codes): Minor fix.
5993
5994 * display.texi (Display Property): Explain the significance
5995 of having text properties that are eq.
5996 (Other Display Specs): Explain string as display spec.
5997
5998 * commands.texi (Interactive Codes): Document G option.
5999
6000 2005-03-17 Chong Yidong <cyd@stupidchicken.com>
6001
6002 * text.texi (Filling): Add sentence-end-without-period and
6003 sentence-end-without-space.
6004 (Changing Properties): Minor fix.
6005
6006 * anti.texi: Total rewrite.
6007
6008 2005-03-15 Lute Kamstra <lute@gnu.org>
6009
6010 * edebug.texi (Instrumenting Macro Calls): Fix typos.
6011
6012 2005-03-08 Kim F. Storm <storm@cua.dk>
6013
6014 * display.texi (Specified Space): Property :width is support on
6015 non-graphic terminals, :height is not.
6016
6017 2005-03-07 Richard M. Stallman <rms@gnu.org>
6018
6019 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
6020 Now subnodes of Fringes.
6021 (Overlay Arrow): Document overlay-arrow-variable-list.
6022 (Fringe Size/Pos): New node, broken out of Fringes.
6023 (Display): Explain clearing vs redisplay better.
6024 (Truncation): Clarify use of bitmaps.
6025 (The Echo Area): Clarify the uses of the echo area.
6026 Add max-mini-window-height.
6027 (Progress): Clarify.
6028 (Invisible Text): Explain that main loop moves point out.
6029 (Selective Display): Say "hidden", not "invisible".
6030 (Managing Overlays): Move up. Describe relation to Undo here.
6031 (Overlay Properties): Clarify intro.
6032 (Finding Overlays): Explain return values when nothing found.
6033 (Width): truncate-string-to-width has added arg.
6034 (Displaying Faces): Clarify and update mode line face handling.
6035 (Face Functions): Minor cleanup.
6036 (Conditional Display): Merge into Other Display Specs.
6037 (Pixel Specification, Other Display Specs): Minor cleanups.
6038 (Images, Image Descriptors): Minor cleanups.
6039 (GIF Images): Patents have expired.
6040 (Showing Images): Explain default text for insert-image.
6041 (Manipulating Button Types): Merge into Manipulating Buttons.
6042 (Making Buttons): Explain return values.
6043 (Button Buffer Commands): Add xref.
6044 (Inverse Video): Update mode-line-inverse-video.
6045 (Display Table Format): Clarify.
6046 (Active Display Table): Give defaults for window-display-table.
6047
6048 * calendar.texi (Calendar Customizing): calendar-holiday-marker
6049 and calendar-today-marker are strings, not chars.
6050 (Holiday Customizing): Minor fix.
6051
6052 * internals.texi (Writing Emacs Primitives): Update `or' example.
6053 Update limit on # args of subr.
6054
6055 * edebug.texi (Using Edebug): Arrow is in fringe.
6056 (Instrumenting): Arg to eval-defun works without loading edebug.
6057 (Edebug Execution Modes): Add xref.
6058
6059 * customize.texi (Common Keywords): Clarify :require.
6060 Mention :version here.
6061 (Variable Definitions, Group Definitions): Not here.
6062 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
6063
6064 2005-03-07 Chong Yidong <cyd@stupidchicken.com>
6065 * nonascii.texi (Text Representations): Clarify position-bytes.
6066 (Character Sets): Add list-charset-chars.
6067 (Scanning Charsets): Add charset-after.
6068 (Encoding and I/O): Minor fix.
6069
6070 2005-03-06 Richard M. Stallman <rms@gnu.org>
6071
6072 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
6073 (Resizing Windows): Likewise.
6074
6075 * text.texi (Change Hooks): Get rid of "Emacs 21".
6076
6077 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
6078
6079 * streams.texi (Output Variables): Get rid of "Emacs 21".
6080
6081 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
6082
6083 * os.texi (Translating Input): Replace flow-control example
6084 with a less obsolete example that uses `keyboard-translate'.
6085
6086 * objects.texi (Hash Table Type, Circular Objects):
6087 Get rid of "Emacs 21".
6088
6089 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
6090 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
6091
6092 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
6093
6094 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
6095
6096 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
6097 (Menu Bar): Fix when menu-bar-update-hook is called.
6098
6099 * hash.texi (Hash Tables): Get rid of "Emacs 21".
6100
6101 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
6102 and make it read better.
6103
6104 * files.texi (Writing to Files): Get rid of "Emacs 21".
6105 (Unique File Names): Likewise.
6106
6107 * elisp.texi: Update Emacs version to 22.
6108
6109 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
6110 (Overlay Properties, Face Attributes): Likewise.
6111 (Managing Overlays): Fix punctuation.
6112 (Attribute Functions): Clarify set-face-font; get rid of
6113 info about old Emacs versions.
6114 (Auto Faces, Font Lookup, Display Property, Images):
6115 Get rid of "Emacs 21".
6116
6117 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
6118
6119 2005-03-05 Richard M. Stallman <rms@gnu.org>
6120
6121 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
6122
6123 2005-03-04 Lute Kamstra <lute@gnu.org>
6124
6125 * debugging.texi (Error Debugging): Document stack-trace-on-error.
6126
6127 2005-03-03 Lute Kamstra <lute@gnu.org>
6128
6129 * edebug.texi (Instrumenting Macro Calls): Fix typo.
6130
6131 2005-03-01 Lute Kamstra <lute@gnu.org>
6132
6133 * debugging.texi (Debugger Commands): Update `j'.
6134
6135 2005-02-28 Lute Kamstra <lute@gnu.org>
6136
6137 * debugging.texi (Debugging): Fix typo.
6138 (Error Debugging): Document eval-expression-debug-on-error.
6139 (Function Debugging): Update example.
6140 (Using Debugger): Mention starred stack frames.
6141 (Debugger Commands): Document `j' and `l'.
6142 (Invoking the Debugger): `d' and `j' exit recursive edit too.
6143 Update the messages that the debugger displays.
6144 (Internals of Debugger): Add cross reference. Update example.
6145 (Excess Open): Minor improvement.
6146 (Excess Close): Minor improvement.
6147
6148 2005-02-26 Richard M. Stallman <rms@gnu.org>
6149
6150 * tips.texi (Coding Conventions): Clarify.
6151 Put all the major mode key reservations together.
6152 Mention the Mouse-1 => Mouse-2 conventions.
6153
6154 * syntax.texi (Syntax Class Table): Clarify.
6155 (Syntax Table Functions): syntax-after moved from here.
6156 (Syntax Table Internals): syntax-after moved to here.
6157 (Parsing Expressions): Update info on number of values
6158 and what's meaningful in the STATE argument.
6159 (Categories): Fix typo.
6160
6161 * sequences.texi (Arrays): Cleanup.
6162 (Char-Tables): Clarify.
6163
6164 * processes.texi (Deleting Processes): Cleanups, add xref.
6165 (Subprocess Creation): Explain nil in exec-path. Cleanup.
6166 (Process Information): set-process-coding-system, some args optional.
6167 (Input to Processes): Explain various types for PROCESS args.
6168 Rename them from PROCESS-NAME to PROCESS.
6169 (Signals to Processes): Likewise.
6170 (Decoding Output): Cleanup.
6171 (Query Before Exit): Clarify.
6172
6173 * os.texi (Startup Summary): Correct the options; add missing ones.
6174 (Terminal Output, Batch Mode): Clarify.
6175 (Flow Control): Node deleted.
6176
6177 * markers.texi (The Mark): Clarify.
6178
6179 * macros.texi (Expansion): Cleanup.
6180 (Indenting Macros): indent-spec allows ints, not floats.
6181
6182 * keymaps.texi (Keymaps): Clarify.
6183 (Format of Keymaps): Update lisp-mode-map example.
6184 (Active Keymaps, Key Lookup): Clarify.
6185 (Changing Key Bindings): Add xref to `kbd'.
6186 (Key Binding Commands, Simple Menu Items): Clarify.
6187 (Mouse Menus, Menu Bar): Clarify.
6188 (Menu Example): Replace print example with menu-bar-replace-menu.
6189
6190 * help.texi (Documentation Basics): Add function-documentation prop.
6191
6192 * elisp.texi (Top): Don't refer to Flow Control node.
6193
6194 * commands.texi (Command Overview): Improve xrefs.
6195 (Adjusting Point): Adjusting point applies to intangible and invis.
6196 (Key Sequence Input): Doc extra read-key-sequence args.
6197 Likewise for read-key-sequence-vector.
6198
6199 * backups.texi (Rename or Copy): Minor fix.
6200 (Numbered Backups): For version-control, say the default.
6201 (Auto-Saving): make-auto-save-file-name example is simplified.
6202
6203 * advice.texi (Advising Functions): Don't imply one part of Emacs
6204 should advise another part. Markup changes.
6205 (Defining Advice): Move transitional para.
6206 (Activation of Advice): Cleanup.
6207 Explain if COMPILE is nil or negative.
6208
6209 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
6210
6211 2005-02-24 Lute Kamstra <lute@gnu.org>
6212
6213 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
6214 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
6215
6216 2005-02-23 Lute Kamstra <lute@gnu.org>
6217
6218 * modes.texi (Defining Minor Modes): define-minor-mode can be used
6219 to define global minor modes as well.
6220
6221 * display.texi (Managing Overlays): overlay-buffer returns nil for
6222 deleted overlays.
6223
6224 2005-02-22 Kim F. Storm <storm@cua.dk>
6225
6226 * minibuf.texi (Basic Completion): Allow symbols in addition to
6227 strings in try-completion and all-completions.
6228
6229 2005-02-14 Lute Kamstra <lute@gnu.org>
6230
6231 * elisp.texi (Top): Remove reference to deleted node.
6232
6233 * lists.texi (Lists): Remove reference to deleted node.
6234 (Cons Cells): Fix typo.
6235
6236 * loading.texi (Where Defined): Fix typo.
6237
6238 2005-02-14 Richard M. Stallman <rms@gnu.org>
6239
6240 * variables.texi (Creating Buffer-Local): change-major-mode-hook
6241 is useful for discarding some minor modes.
6242
6243 * symbols.texi (Symbol Components): Reorder examples.
6244
6245 * streams.texi (Input Functions): State standard-input default.
6246 (Output Variables): State standard-output default.
6247
6248 * objects.texi (Printed Representation): Clarify read syntax vs print.
6249 (Floating Point Type): Explain meaning better.
6250 (Symbol Type): Explain uniqueness better.
6251 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
6252 List examples sooner.
6253 (Box Diagrams): New subnode broken out.
6254 Some examples moved from old Lists as Boxes node.
6255 (Dotted Pair Notation): Clarify intro.
6256 (Array Type): Clarify.
6257 (Type Predicates): Add hash-table-p.
6258
6259 * numbers.texi (Integer Basics): Clarify radix explanation.
6260 (Predicates on Numbers): Minor clarification.
6261 (Comparison of Numbers): Minor clarification. Clarify eql.
6262 Typos in min, max.
6263 (Math Functions): Clarify overflow in expt.
6264
6265 * minibuf.texi (Text from Minibuffer): Minor clarification.
6266 Mention arrow keys.
6267
6268 * loading.texi (Autoload): defun's doc string overrides autoload's
6269 doc string.
6270 (Repeated Loading): Modernize "add to list" examples.
6271 (Where Defined): Finish updating table of load-history elts.
6272
6273 * lists.texi (List-related Predicates): Minor wording improvement.
6274 (Lists as Boxes): Node deleted.
6275 (Building Lists): Explain trivial cases of number-sequence.
6276
6277 * hash.texi (Hash Tables): Add desc to menu items.
6278 (Creating Hash): Explain "full" means "make larger".
6279 (Hash Access): Any object can be a key.
6280 State value of maphash.
6281
6282 * functions.texi (What Is a Function): Wording cleanup.
6283 (Function Documentation): Minor cleanup.
6284 Explain purpose of calling convention at end of doc string.
6285 (Function Names): Wording cleanup.
6286 (Calling Functions): Wording cleanup.
6287 Explain better how funcall calls the function.
6288 (Function Cells): Delete example of saving and redefining function.
6289
6290 * control.texi (Combining Conditions): Wording cleanup.
6291 (Iteration): dolist and dotimes bind VAR locally.
6292 (Cleanups): Xref to Atomic Changes.
6293
6294 * compile.texi (Byte Compilation): Delete 19.29 info.
6295 (Compilation Functions): Macros' difficulties don't affect defsubst.
6296 (Docs and Compilation): Delete 19.29 info.
6297
6298 2005-02-10 Richard M. Stallman <rms@gnu.org>
6299
6300 * objects.texi (Symbol Type): Minor correction.
6301
6302 2005-02-06 Lute Kamstra <lute@gnu.org>
6303
6304 * modes.texi (Example Major Modes): Fix typos.
6305
6306 2005-02-06 Richard M. Stallman <rms@gnu.org>
6307
6308 * text.texi (Margins): fill-nobreak-predicate can be one function.
6309
6310 * strings.texi (Modifying Strings): clear-string can make unibyte.
6311 (Formatting Strings): format gives error if values missing.
6312
6313 * positions.texi (Character Motion): Mention default arg
6314 for forward-char. backward-char refers to forward-char.
6315 (Word Motion): Mention default arg for forward-word.
6316 (Buffer End Motion): Mention default arg for beginning-of-buffer.
6317 Simplify end-of-buffer.
6318 (Text Lines): Mention default arg for forward-line.
6319 (List Motion): Mention default arg for beginning/end-of-defun.
6320 (Skipping Characters): Minor fixes in explaining character-set.
6321
6322 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
6323 Mode inheritance applies only when default-major-mode is nil.
6324 Clarifications.
6325 (Example Major Modes): Update Text mode and Lisp mode examples.
6326 (Minor Mode Conventions): Mention define-minor-mode at top.
6327 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
6328 (Mode Line Format): Update mode line face display info.
6329 (Properties in Mode): Mention effect of risky vars.
6330 (Imenu): Define imenu-add-to-menubar.
6331 (Font Lock Mode): Add descriptions to menu lines.
6332 (Faces for Font Lock): Add font-lock-doc-face.
6333
6334 2005-02-05 Lute Kamstra <lute@gnu.org>
6335
6336 * text.texi (Maintaining Undo): Remove obsolete function.
6337
6338 2005-02-05 Eli Zaretskii <eliz@gnu.org>
6339
6340 * frames.texi (Color Names): Add pointer to the X docs about RGB
6341 color specifications. Improve indexing.
6342 (Text Terminal Colors): Replace the description of RGB values by
6343 an xref to "Color Names".
6344
6345 2005-02-03 Richard M. Stallman <rms@gnu.org>
6346
6347 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
6348 Clarify.
6349 (Selecting Windows): Clarify save-selected-window.
6350 (Cyclic Window Ordering): Clarify walk-windows.
6351 (Window Point): Clarify.
6352 (Window Start): Add comment to example.
6353 (Resizing Windows): Add `interactive' specs in examples.
6354 Document fit-window-to-buffer.
6355
6356 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
6357 (Undo, Maintaining Undo): Clarify last change.
6358 (Sorting): In sort-numeric-fields, explain about octal and hex.
6359 Mention sort-numeric-base.
6360 (Format Properties): Add xref for hard newlines.
6361
6362 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
6363 (Pop-Up Menus): Fix typo.
6364 (Color Names): Explain all types of color names.
6365 Explain color-values on B&W terminal.
6366 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
6367
6368 * files.texi (File Locks): Not supported on MS systems.
6369 (Testing Accessibility): Clarify.
6370
6371 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
6372 (Coverage Testing): Fix typo.
6373
6374 * commands.texi (Misc Events): Remove stray space.
6375
6376 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
6377 (Modification Time): Clarify when visited-file-modtime returns 0.
6378 (The Buffer List): Clarify bury-buffer.
6379 (Killing Buffers): Clarify.
6380 (Indirect Buffers): Add clone-indirect-buffer.
6381
6382 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
6383
6384 * edebug.texi (Printing in Edebug): Fix default value of
6385 edebug-print-circle.
6386 (Coverage Testing): Fix displayed frequency count data.
6387
6388 2005-02-02 Luc Teirlinck <teirllm@auburn.edu>
6389
6390 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
6391
6392 2005-02-02 Kim F. Storm <storm@cua.dk>
6393
6394 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
6395
6396 2005-01-29 Eli Zaretskii <eliz@gnu.org>
6397
6398 * commands.texi (Misc Events): Describe the help-echo event.
6399
6400 * text.texi (Special Properties) <help-echo>: Use `pos'
6401 consistently in description of the help-echo property.
6402 Use @code{nil} instead of @var{nil}.
6403
6404 * display.texi (Overlay Properties): Fix the index entry for
6405 help-echo overlay property.
6406
6407 * customize.texi (Type Keywords): Uncomment the xref to the
6408 help-echo property documentation.
6409
6410 2005-01-23 Kim F. Storm <storm@cua.dk>
6411
6412 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
6413 return value. Third element FULLY replaced by PARTIAL which
6414 specifies number of invisible pixels if row is only partially visible.
6415 (Textual Scrolling): Mention auto-window-vscroll.
6416 (Vertical Scrolling): New defvar auto-window-vscroll.
6417
6418 2005-01-16 Luc Teirlinck <teirllm@auburn.edu>
6419
6420 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
6421 command remapping.
6422
6423 2005-01-15 Richard M. Stallman <rms@gnu.org>
6424
6425 * display.texi (Defining Images): Mention DATA-P arg of create-image.
6426
6427 2005-01-14 Kim F. Storm <storm@cua.dk>
6428
6429 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
6430
6431 * text.texi (Links and Mouse-1): Fix string and vector item.
6432
6433 2005-01-13 Richard M. Stallman <rms@gnu.org>
6434
6435 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
6436 descriptions of overriding-local-map and overriding-terminal-local-map.
6437
6438 * text.texi (Links and Mouse-1): Clarify text.
6439
6440 2005-01-13 Kim F. Storm <storm@cua.dk>
6441
6442 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
6443
6444 2005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
6445
6446 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
6447
6448 2005-01-12 Kim F. Storm <storm@cua.dk>
6449
6450 * text.texi (Links and Mouse-1): Rename section from Enabling
6451 Mouse-1 to Following Links. Change xrefs.
6452 Add examples for define-button-type and define-widget.
6453
6454 * display.texi (Button Properties, Button Buffer Commands):
6455 Clarify mouse-1 and follow-link functionality.
6456
6457 2005-01-12 Richard M. Stallman <rms@gnu.org>
6458
6459 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
6460
6461 * display.texi (Beeping): Fix Texinfo usage.
6462
6463 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
6464
6465 2005-01-11 Kim F. Storm <storm@cua.dk>
6466
6467 * display.texi (Button Properties, Button Buffer Commands):
6468 Mention mouse-1 binding. Add follow-link keyword.
6469
6470 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
6471 (Enabling Mouse-1 to Follow Links): New subsection.
6472
6473 2005-01-06 Richard M. Stallman <rms@gnu.org>
6474
6475 * text.texi (Special Properties): Minor change.
6476
6477 * os.texi (Timers): Clarify previous change.
6478
6479 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
6480
6481 2005-01-01 Luc Teirlinck <teirllm@auburn.edu>
6482
6483 * display.texi (Face Attributes): Correct xref to renamed node.
6484
6485 2005-01-01 Richard M. Stallman <rms@gnu.org>
6486
6487 * display.texi (Face Attributes): Describe hex color specs.
6488
6489 2004-12-31 Richard M. Stallman <rms@gnu.org>
6490
6491 * os.texi (Timers): Update previous change.
6492
6493 2004-12-30 Kim F. Storm <storm@cua.dk>
6494
6495 * display.texi (Line Height): Total line-height is now specified
6496 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
6497 in cons cells. (nil . RATIO) is relative to actual line height.
6498 Use line-height `t' instead of `0' to get minimum height.
6499
6500 2004-12-29 Richard M. Stallman <rms@gnu.org>
6501
6502 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
6503
6504 2004-12-28 Richard M. Stallman <rms@gnu.org>
6505
6506 * commands.texi (Quitting): Clarify value of with-local-quit.
6507
6508 * elisp.texi (Top): Fix previous change.
6509
6510 * loading.texi (Loading): Fix previous change.
6511
6512 2004-12-27 Richard M. Stallman <rms@gnu.org>
6513
6514 * Makefile.in (MAKEINFO): Specify --force.
6515
6516 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
6517
6518 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
6519
6520 * display.texi (Line Height): Further clarify.
6521
6522 * elisp.texi (Top): Update Loading submenu.
6523
6524 * loading.texi (Where Defined): New node.
6525 (Unloading): load-history moved to Where Defined.
6526
6527 2004-12-21 Richard M. Stallman <rms@gnu.org>
6528
6529 * commands.texi (Event Input Misc): Add while-no-input.
6530
6531 2004-12-11 Richard M. Stallman <rms@gnu.org>
6532
6533 * display.texi (Line Height): Rewrite text for clarity.
6534
6535 2004-12-11 Kim F. Storm <storm@cua.dk>
6536
6537 * display.texi (Display): Add node "Line Height" to menu.
6538 (Line Height): New node. Move full description of line-spacing
6539 and line-height text properties here from text.texi.
6540 (Scroll Bars): Add vertical-scroll-bar variable.
6541
6542 * frames.texi (Window Frame Parameters): Remove line-height defvar.
6543
6544 * locals.texi (Standard Buffer-Local Variables): Fix xref for
6545 line-spacing and vertical-scroll-bar.
6546
6547 * text.texi (Special Properties): Just mention line-spacing and
6548 line-height here, add xref to new "Line Height" node.
6549
6550 2004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
6551
6552 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
6553
6554 * locals.texi (Standard Buffer-Local Variables):
6555 Add @xref for `line-spacing'.
6556
6557 2004-12-05 Richard M. Stallman <rms@gnu.org>
6558
6559 * Makefile.in (maintainer-clean): Remove the info files
6560 in $(infodir) where they are created.
6561
6562 2004-12-03 Richard M. Stallman <rms@gnu.org>
6563
6564 * windows.texi (Selecting Windows): get-lru-window and
6565 get-largest-window don't consider dedicated windows.
6566
6567 * text.texi (Undo): Document undo-in-progress.
6568
6569 2004-11-26 Richard M. Stallman <rms@gnu.org>
6570
6571 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
6572 Remove a few vars that are not always buffer-local.
6573
6574 2004-11-24 Luc Teirlinck <teirllm@auburn.edu>
6575
6576 * locals.texi (Standard Buffer-Local Variables): Comment out
6577 xref's to non-existent node `Yet to be written'.
6578
6579 2004-11-24 Richard M. Stallman <rms@gnu.org>
6580
6581 * processes.texi (Synchronous Processes): Grammar fix.
6582
6583 * numbers.texi (Comparison of Numbers): Add eql.
6584
6585 * locals.texi (Standard Buffer-Local Variables): Add many vars.
6586
6587 * intro.texi (Printing Notation): Fix previous change.
6588
6589 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
6590 and default-indicate-buffer-boundaries from here.
6591 (Usual Display): To here.
6592 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
6593 (Usual Display): Move tab-width up.
6594
6595 * customize.texi (Variable Definitions):
6596 Replace show-paren-mode example with tooltip-mode.
6597 (Simple Types, Composite Types, Defining New Types):
6598 Minor cleanups.
6599
6600 2004-11-21 Jesper Harder <harder@ifa.au.dk>
6601
6602 * processes.texi (Synchronous Processes, Output from Processes):
6603 Markup fix.
6604
6605 2004-11-20 Richard M. Stallman <rms@gnu.org>
6606
6607 * positions.texi (Skipping Characters): skip-chars-forward
6608 now handles char classes.
6609
6610 * intro.texi (Printing Notation): Avoid confusion of `print'
6611 when explaining @print.
6612
6613 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
6614
6615 * display.texi (Display Table Format): Minor fix.
6616
6617 * streams.texi (Output Functions): Fix print example.
6618
6619 * Makefile.in (elisp): New target.
6620 (dist): Depend on $(infodir)/elisp, not elisp.
6621 Copy the info files from $(infodir).
6622
6623 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
6624 read-from-minibuffer.
6625
6626 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
6627
6628 2004-11-19 Richard M. Stallman <rms@gnu.org>
6629
6630 * searching.texi (Regexp Search): Add search-whitespace-regexp.
6631
6632 2004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
6633
6634 * tips.texi (Coding Conventions): Fix typo.
6635
6636 2004-11-16 Richard M. Stallman <rms@gnu.org>
6637
6638 * tips.texi (Coding Conventions): Separate defvar and require
6639 methods to avoid warnings. Use require only when there are many
6640 functions and variables from that package.
6641
6642 * minibuf.texi (Minibuffer Completion): When ignoring case,
6643 predicate must not be case-sensitive.
6644
6645 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
6646 (Test Coverage): Don't talk about "splotches". Clarified.
6647
6648 2004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
6649
6650 * frames.texi (Window Frame Parameters): Fix typo.
6651
6652 2004-11-15 Kim F. Storm <storm@cua.dk>
6653
6654 * symbols.texi (Other Plists): Note that plist-get may signal error.
6655 Add safe-plist-get.
6656
6657 2004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
6658
6659 * modes.texi (Font Lock Basics): Fix typo.
6660
6661 2004-11-08 Richard M. Stallman <rms@gnu.org>
6662
6663 * syntax.texi (Syntax Table Functions): Add syntax-after.
6664
6665 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
6666
6667 * os.texi (Processor Run Time): New section documenting
6668 get-internal-run-time.
6669
6670 2004-11-06 Eli Zaretskii <eliz@gnu.org>
6671
6672 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
6673 it nukes elisp-cover.texi.
6674 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
6675 elisp-0 etc.
6676
6677 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
6678
6679 * commands.texi (Keyboard Macros): Document `append' return value
6680 of `defining-kbd-macro'.
6681
6682 2004-11-01 Richard M. Stallman <rms@gnu.org>
6683
6684 * commands.texi (Interactive Call): Add called-interactively-p.
6685
6686 2004-10-29 Simon Josefsson <jas@extundo.com>
6687
6688 * minibuf.texi (Reading a Password): Revert.
6689
6690 2004-10-28 Richard M. Stallman <rms@gnu.org>
6691
6692 * frames.texi (Display Feature Testing): Explain about "vendor".
6693
6694 2004-10-27 Richard M. Stallman <rms@gnu.org>
6695
6696 * commands.texi (Interactive Codes): `N' uses numeric prefix,
6697 not raw. Clarify `n'.
6698 (Interactive Call): Rewrite interactive-p, focusing on when
6699 and how to use it.
6700 (Misc Events): Clarify previous change.
6701
6702 * advice.texi (Simple Advice): Clarify what job the example does.
6703 (Around-Advice): Clarify ad-do-it.
6704 (Activation of Advice): An option of ad-default-compilation-action
6705 is `never', not `nil'.
6706
6707 2004-10-26 Kim F. Storm <storm@cua.dk>
6708
6709 * commands.texi (Interactive Codes): Add U code letter.
6710
6711 2004-10-25 Simon Josefsson <jas@extundo.com>
6712
6713 * minibuf.texi (Reading a Password): Add.
6714
6715 2004-10-24 Jason Rumney <jasonr@gnu.org>
6716
6717 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
6718 and wheel-down.
6719
6720 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
6721
6722 * processes.texi (Synchronous Processes): Document process-file.
6723
6724 2004-10-22 Kenichi Handa <handa@m17n.org>
6725
6726 * text.texi (translate-region): Document that it accepts also a
6727 char-table.
6728
6729 2004-10-22 David Ponce <david@dponce.com>
6730
6731 * windows.texi (Resizing Windows): Document the `preserve-before'
6732 argument of the functions `enlarge-window' and `shrink-window'.
6733
6734 2004-10-19 Jason Rumney <jasonr@gnu.org>
6735
6736 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
6737
6738 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
6739
6740 * text.texi (Filling): Add anchor for definition of
6741 `sentence-end-double-space'.
6742
6743 * searching.texi (Regexp Example): Update description of how
6744 Emacs currently recognizes the end of a sentence.
6745 (Standard Regexps): Update definition of the variable
6746 `sentence-end'. Add definition of the function `sentence-end'.
6747
6748 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
6749
6750 * display.texi (Progress): New node.
6751
6752 2004-10-05 Kim F. Storm <storm@cua.dk>
6753
6754 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
6755
6756 2004-09-29 Kim F. Storm <storm@cua.dk>
6757
6758 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
6759 to identify bitmaps. Remove -fringe-bitmap suffix for standard
6760 fringe bitmap symbols, as they now have their own namespace.
6761 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
6762 vs. pixels. Signal error if no free bitmap slots.
6763 (Pixel Specification): Change IMAGE to @var{image}.
6764
6765 2004-09-28 Richard M. Stallman <rms@gnu.org>
6766
6767 * text.texi (Special Properties): Clarify line-spacing and line-height.
6768
6769 * searching.texi (Regexp Search): Add looking-back.
6770
6771 2004-09-25 Luc Teirlinck <teirllm@auburn.edu>
6772
6773 * display.texi: Correct typos.
6774 (Image Descriptors): Correct xref's.
6775
6776 2004-09-25 Richard M. Stallman <rms@gnu.org>
6777
6778 * text.texi (Special Properties): Cleanups in `cursor'.
6779 Rewrites in `line-height' and `line-spacing'; exchange them.
6780
6781 * display.texi (Fringes): Rewrite previous change.
6782 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
6783 (Display Fringe Bitmaps): Node deleted, text moved.
6784 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
6785 (Scroll Bars): Clarify set-window-scroll-bars.
6786 (Pointer Shape): Rewrite.
6787 (Specified Space): Clarify :align-to, etc.
6788 (Pixel Specification): Use @var. Clarify new text.
6789 (Other Display Specs): Clarify `slice'.
6790 (Image Descriptors): Cleanups.
6791 (Showing Images): Cleanups.
6792
6793 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
6794
6795 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
6796
6797 * modes.texi: Various minor changes in addition to:
6798 (Major Mode Conventions): Final call to `run-mode-hooks' should
6799 not be inside the `delay-mode-hooks' form.
6800 (Mode Hooks): New node.
6801 (Hooks): Delete obsolete example.
6802 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
6803 node "Mode Hooks".
6804
6805 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
6806
6807 * display.texi: Correct various typos.
6808 (Display): Rename node "Pointer Shapes" to "Pointer
6809 Shape". (There is already a node called "Pointer Shapes" in
6810 frames.texi.)
6811 (Images): Remove non-existent node "Image Slices" from menu.
6812
6813 2004-09-23 Kim F. Storm <storm@cua.dk>
6814
6815 * text.texi (Special Properties): Add `cursor', `pointer',
6816 `line-height', and `line-spacing' properties.
6817
6818 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
6819 Shapes' to menu.
6820 (Standard Faces): Doc fix for fringe face.
6821 (Fringes): Add `overflow-newline-into-fringe' and
6822 'indicate-buffer-boundaries'.
6823 (Fringe Bitmaps, Pointer Shapes): New nodes.
6824 (Display Property): Add 'Pixel Specification' and 'Display Fringe
6825 Bitmaps' to menu.
6826 (Specified Space): Describe pixel width and height.
6827 (Pixel Specification): New node.
6828 (Other Display Specs): Add `slice' property.
6829 (Display Fringe Bitmaps): New node.
6830 (Images): Add 'Image Slices' to menu.
6831 (Image Descriptors): Add `:pointer' and `:map' properties.
6832 (Showing Images): Add slice arg to `insert-image'.
6833 Add 'insert-sliced-image'.
6834
6835 2004-09-20 Richard M. Stallman <rms@gnu.org>
6836
6837 * commands.texi (Key Sequence Input):
6838 Clarify downcasing in read-key-sequence.
6839
6840 2004-09-08 Juri Linkov <juri@jurta.org>
6841
6842 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
6843
6844 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
6845
6846 * locals.texi (Standard Buffer-Local Variables):
6847 Add `buffer-auto-save-file-format'.
6848 * internals.texi (Buffer Internals): Describe new
6849 auto_save_file_format field of the buffer structure.
6850 * files.texi (Format Conversion): `auto-save-file-format' has been
6851 renamed `buffer-auto-save-file-format'.
6852
6853 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
6854
6855 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
6856 an integer or a marker.
6857 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
6858
6859 2004-08-22 Richard M. Stallman <rms@gnu.org>
6860
6861 * modes.texi (Major Mode Conventions): Discuss rebinding of
6862 standard key bindings.
6863
6864 2004-08-18 Kim F. Storm <storm@cua.dk>
6865
6866 * processes.texi (Accepting Output): Add `just-this-one' arg to
6867 `accept-process-output'.
6868 (Output from Processes): New var `process-adaptive-read-buffering'.
6869
6870 2004-08-10 Luc Teirlinck <teirllm@auburn.edu>
6871
6872 * keymaps.texi: Various changes in addition to:
6873 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
6874 Give more varied examples for `kbd'.
6875 (Creating Keymaps): Char tables have slots for all characters
6876 without modifiers.
6877 (Active Keymaps): `overriding-local-map' and
6878 `overriding-terminal-local-map' also override text property and
6879 overlay keymaps.
6880 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
6881 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
6882 to denote a prefix of no events.
6883 `map-keymap' includes parent's bindings _recursively_.
6884 Clarify and correct description of `where-is-internal'.
6885 Mention BUFFER-OR-NAME arg to `describe-bindings'.
6886 (Menu Example): For menus intended for use with the keyboard, the
6887 menu items should be bound to characters or real function keys.
6888
6889 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
6890
6891 * objects.texi (Character Type): Reposition `@anchor' to prevent
6892 double space inside sentence in Info.
6893
6894 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
6895 renamed to `disabled-command-function'.
6896 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
6897 (Command Loop Info): Replace reference to it.
6898 (Disabling Commands): `disabled-command-hook' has been renamed to
6899 `disabled-command-function'.
6900
6901 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
6902
6903 * os.texi (Translating Input): Only non-prefix bindings in
6904 `key-translation-map' override actual key bindings. Warn about
6905 possible indirect effect of actual key bindings on non-prefix
6906 bindings in `key-translation-map'.
6907
6908 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
6909
6910 * minibuf.texi (High-Level Completion): Add anchor for definition
6911 of `read-variable'.
6912
6913 * commands.texi: Various changes in addition to:
6914 (Using Interactive): Clarify description of `interactive-form'.
6915 (Interactive Call): Mention default for KEYS argument to
6916 `call-interactively'.
6917 (Command Loop Info): Clarify description of `this-command-keys'.
6918 Mention KEEP-RECORD argument to `clear-this-command-keys'.
6919 Value of `last-event-frame' can be `macro'.
6920 (Repeat Events): `double-click-fuzz' is also used to distinguish
6921 clicks and drags.
6922 (Classifying Events): Clarify descriptions of `event-modifiers'
6923 `event-basic-type' and `event-convert-list'.
6924 (Accessing Events): `posn-timestamp' takes POSITION argument.
6925 (Quoted Character Input): Clarify description of
6926 `read-quoted-char' and fix example.
6927 (Quitting): Add `with-local-quit'.
6928 (Disabling Commands): Correct and clarify descriptions of
6929 `enable-command' and `disable-command'.
6930 Mention what happens if `disabled-command-hook' is nil.
6931 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
6932 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
6933
6934 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
6935
6936 * frames.texi: Various changes in addition to:
6937 (Creating Frames): Expand and clarify description of `make-frame'.
6938 (Window Frame Parameters): Either none or both of the `icon-left'
6939 and `icon-top' parameters must be specified. Put descriptions of
6940 `menu-bar-lines' and `toolbar-lines' closer together and change
6941 them accordingly.
6942 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
6943 except while processing `frame-title-format' or `icon-title-format'.
6944 (Deleting Frames): Correct description of `delete-frame'.
6945 Non-nil return values of `frame-live-p' are like those of `framep'.
6946 (Frames and Windows): Mention return value of
6947 `set-frame-selected-window'.
6948 (Visibility of Frames): Mention `force' argument to
6949 `make-frame-invisible'. `frame-visible-p' returns t for all
6950 frames on text-only terminals.
6951 (Frame Configurations): Restoring a frame configuration does not
6952 restore deleted frames.
6953 (Window System Selections): `x-set-selection' returns DATA.
6954 (Resources): Add example.
6955 (Display Feature Testing): Clarify descriptions of
6956 `display-pixel-height', `display-pixel-width', `x-server-version'
6957 and `x-server-vendor'.
6958
6959 * windows.texi (Choosing Window): Add anchor.
6960 * minibuf.texi (Minibuffer Misc): Add anchor.
6961
6962 2004-07-23 John Paul Wallington <jpw@gnu.org>
6963
6964 * macros.texi (Defining Macros): Declaration keyword for setting
6965 Edebug spec is `debug' not `edebug'.
6966
6967 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
6968
6969 * windows.texi: Various small changes in addition to:
6970 (Window Point): Mention return value of `set-window-point'.
6971 (Window Start): `pos-visible-in-window-p' disregards horizontal
6972 scrolling. Explain return value if PARTIALLY is non-nil.
6973 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
6974 and `set-window-vscroll'.
6975 (Size of Window): The argument WINDOW to `window-inside-edges',
6976 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
6977 (Resizing Windows): Explain return value of
6978 `shrink-window-if-larger-than-buffer'.
6979 `window-size-fixed' automatically becomes buffer local when set.
6980 (Window Configurations): Explain return value of
6981 `set-window-configuration'.
6982
6983 * minibuf.texi (Minibuffer Misc): Add anchor for
6984 `minibuffer-scroll-window'.
6985
6986 * positions.texi (Text Lines): Add anchor for `count-lines'.
6987
6988 2004-07-17 Richard M. Stallman <rms@gnu.org>
6989
6990 * display.texi (Overlay Properties): Adding `evaporate' prop
6991 deletes empty overlay immediately.
6992
6993 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
6994 fix example.
6995
6996 2004-07-16 Jim Blandy <jimb@redhat.com>
6997
6998 * searching.texi (Regexp Backslash): Document new \_< and \_>
6999 operators.
7000
7001 2004-07-16 Juanma Barranquero <lektu@terra.es>
7002
7003 * display.texi (Images): Fix Texinfo usage.
7004
7005 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
7006
7007 * buffers.texi (Modification Time): `visited-file-modtime' now
7008 returns a list of two integers, instead of a cons.
7009
7010 2004-07-13 Luc Teirlinck <teirllm@auburn.edu>
7011
7012 * windows.texi: Various changes in addition to:
7013 (Splitting Windows): Add `split-window-keep-point'.
7014
7015 2004-07-09 Richard M. Stallman <rms@gnu.org>
7016
7017 * frames.texi (Input Focus): Minor fix.
7018
7019 2004-07-07 Luc Teirlinck <teirllm@auburn.edu>
7020
7021 * frames.texi (Input Focus): Clarify descriptions of
7022 `select-frame-set-input-focus' and `select-frame'.
7023
7024 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
7025
7026 * os.texi: Various small changes in addition to:
7027 (Killing Emacs): Expand and clarify description of
7028 `kill-emacs-query-functions' and `kill-emacs-hook'.
7029 (System Environment): Expand and clarify description of `getenv'
7030 and `setenv'.
7031 (Timers): Clarify description of `run-at-time'.
7032 (Translating Input): Correct description of
7033 `extra-keyboard-modifiers'.
7034 (Flow Control): Correct description of `enable-flow-control'.
7035
7036 2004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
7037
7038 * os.texi: Update copyright.
7039 (Session Management): Grammar fix.
7040 Clarify which Emacs does the restarting.
7041 Use @samp for *scratch* buffer.
7042
7043 2004-07-04 Alan Mackenzie <acm@muc.de>
7044
7045 * frames.texi (Input Focus): Add documentation for
7046 `select-frame-set-input-focus'. Replace refs to non-existent
7047 `switch-frame' with `select-frame'. Minor corrections and tidying
7048 up of text-only terminal stuff.
7049
7050 2004-07-02 Richard M. Stallman <rms@gnu.org>
7051
7052 * files.texi (Saving Buffers): Cleanup write-contents-function.
7053 (Magic File Names): Cleanup file-remote-p.
7054
7055 2004-07-02 Kai Großjohann <kai@emptydomain.de>
7056
7057 * files.texi (Magic File Names): `file-remote-p' returns an
7058 identifier of the remote system, not just t.
7059
7060 2004-07-02 David Kastrup <dak@gnu.org>
7061
7062 * searching.texi (Entire Match Data): Add explanation about new
7063 match-data behavior when @var{integers} is non-nil.
7064
7065 2004-06-24 Richard M. Stallman <rms@gnu.org>
7066
7067 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
7068
7069 * customize.texi (Variable Definitions): Note about doc strings
7070 and :set.
7071
7072 * keymaps.texi (Keymap Terminology): Document `kbd'.
7073 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
7074
7075 * display.texi (Invisible Text): Setting buffer-invisibility-spec
7076 makes it buffer-local.
7077
7078 * files.texi (Saving Buffers): Correct previous change.
7079
7080 * commands.texi (Accessing Events):
7081 Clarify posn-col-row and posn-actual-col-row.
7082
7083 2004-06-24 David Ponce <david.ponce@wanadoo.fr>
7084
7085 * commands.texi (Accessing Events): New functions
7086 posn-at-point and posn-at-x-y. Add example to posn-x-y.
7087
7088 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
7089
7090 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
7091 * frames.texi, buffers.texi, backups.texi, variables.texi:
7092 * loading.texi, eval.texi, functions.texi, control.texi:
7093 * symbols.texi, minibuf.texi: Reposition @anchor's.
7094
7095 * help.texi: Various small changes in addition to the following.
7096 (Describing Characters): Describe PREFIX argument to
7097 `key-description'. Correct and clarify definition of
7098 `text-char-description'. Describe NEED-VECTOR argument to
7099 `read-kbd-macro'.
7100 (Help Functions): Clarify definition of `apropos'.
7101
7102 2004-06-23 Lars Hansen <larsh@math.ku.dk>
7103
7104 * files.texi (Saving Buffers): Correct description of
7105 `write-contents-functions'.
7106
7107 2004-06-21 Juanma Barranquero <lektu@terra.es>
7108
7109 * display.texi (Images): Remove redundant @vindex directives.
7110 Rewrite `image-library-alist' doc in active voice.
7111
7112 2004-06-14 Juanma Barranquero <lektu@terra.es>
7113
7114 * display.texi (Images): Document new delayed library loading,
7115 variable `image-library-alist' and (existing but undocumented)
7116 function `image-type-available-p'.
7117
7118 2004-06-05 Richard M. Stallman <rms@gnu.org>
7119
7120 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
7121 refer the user to the Initial Input node.
7122 (Text from Minibuffer): Likewise.
7123 (Initial Input): New node. Document this feature
7124 and say it is mostly deprecated.
7125
7126 2004-05-30 Richard M. Stallman <rms@gnu.org>
7127
7128 * loading.texi (Named Features): Clarify return value
7129 and meaning of NOERROR.
7130
7131 * variables.texi (File Local Variables): Minor cleanup.
7132
7133 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
7134
7135 * files.texi (Magic File Names): Add `file-remote-p' as operation
7136 of file name handlers.
7137
7138 2004-05-29 Richard M. Stallman <rms@gnu.org>
7139
7140 * modes.texi (Minor Mode Conventions): (-) has no special meaning
7141 as arg to a minor mode command.
7142
7143 2004-05-22 Richard M. Stallman <rms@gnu.org>
7144
7145 * syntax.texi (Syntax Class Table): Word syntax not just for English.
7146
7147 * streams.texi (Output Variables): Doc float-output-format.
7148
7149 * searching.texi (Regexp Special): Nested repetition can be infloop.
7150
7151 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
7152 real stack overflow.
7153
7154 * compile.texi: Minor cleanups.
7155
7156 2004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
7157
7158 * lists.texi (Cons Cells): Explain dotted lists, true lists,
7159 circular lists.
7160 (List Elements): Explain handling of circular and dotted lists.
7161
7162 2004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
7163
7164 * modes.texi (Search-based Fontification): Fix typo.
7165
7166 2004-05-10 Juanma Barranquero <lektu@terra.es>
7167
7168 * modes.texi (Mode Line Variables): Fix description of
7169 global-mode-string, which is now after which-func-mode, not the
7170 buffer name.
7171
7172 2004-05-07 Lars Hansen <larsh@math.ku.dk>
7173
7174 * modes.texi (Desktop Save Mode): Add.
7175 (Modes): Add menu entry Desktop Save Mode.
7176
7177 * hooks.texi: Add desktop-after-read-hook,
7178 desktop-no-desktop-file-hook and desktop-save-hook.
7179
7180 * locals.texi: Add desktop-save-buffer.
7181
7182 2004-04-30 Jesper Harder <harder@ifa.au.dk>
7183
7184 * display.texi: emacs -> Emacs.
7185
7186 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
7187
7188 * files.texi (Changing Files): Document set-file-times.
7189
7190 2004-04-23 Juanma Barranquero <lektu@terra.es>
7191
7192 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7193
7194 2004-04-18 Jesper Harder <harder@ifa.au.dk>
7195
7196 * tips.texi (Coding Conventions): defopt -> defcustom.
7197
7198 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
7199
7200 * sequences.texi: Various clarifications.
7201
7202 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
7203
7204 * buffers.texi (Read Only Buffers): Mention optional ARG to
7205 `toggle-read-only'.
7206
7207 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
7208
7209 * windows.texi (Selecting Windows): Note that get-lru-window
7210 returns a full-width window if possible.
7211
7212 2004-04-13 Luc Teirlinck <teirllm@auburn.edu>
7213
7214 * buffers.texi: Various changes in addition to:
7215 (Buffer File Name): Add `find-buffer-visiting'.
7216 (Buffer Modification): Mention optional ARG to `not-modified'.
7217 (Indirect Buffers): Mention optional CLONE argument to
7218 `make-indirect-buffer'.
7219
7220 * files.texi: Various changes in addition to:
7221 (Visiting Functions): `find-file-hook' is now a normal hook.
7222 (File Name Expansion): Explain difference between the way that
7223 `expand-file-name' and `file-truename' treat `..'.
7224 (Contents of Directories): Mention optional ID-FORMAT argument to
7225 `directory-files-and-attributes'.
7226 (Format Conversion): Mention new optional CONFIRM argument to
7227 `format-write-file'.
7228
7229 2004-04-12 Miles Bader <miles@gnu.org>
7230
7231 * macros.texi (Expansion): Add description of `macroexpand-all'.
7232
7233 2004-04-05 Jesper Harder <harder@ifa.au.dk>
7234
7235 * variables.texi (Variable Aliases):
7236 Mention cyclic-variable-indirection.
7237
7238 * errors.texi (Standard Errors): Ditto.
7239
7240 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
7241
7242 * backups.texi: Various small changes in addition to:
7243 (Making Backups): Mention return value of `backup-buffer'.
7244 (Auto-Saving): Mention optional FORCE argument to
7245 `delete-auto-save-file-if-necessary'.
7246 (Reverting): Mention optional PRESERVE-MODES argument to
7247 `revert-buffer'. Correct description of `revert-buffer-function'.
7248
7249 2004-03-22 Juri Linkov <juri@jurta.org>
7250
7251 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
7252 with `Vector Functions'.
7253
7254 * text.texi (Sorting): Add missing quote.
7255
7256 2004-03-14 Luc Teirlinck <teirllm@auburn.edu>
7257
7258 * intro.texi (Lisp History): Replace xref to `cl' manual with
7259 inforef.
7260
7261 2004-03-12 Richard M. Stallman <rms@gnu.org>
7262
7263 * intro.texi (Version Info): Add arg to emacs-version.
7264 (Lisp History): Change xref to CL manual.
7265
7266 2004-03-09 Luc Teirlinck <teirllm@auburn.edu>
7267
7268 * minibuf.texi (Completion Commands): Add xref to Emacs manual
7269 for Partial Completion mode.
7270
7271 2004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
7272
7273 * customize.texi: Fix typo. Remove eol whitespace.
7274
7275 2004-03-04 Richard M. Stallman <rms@gnu.org>
7276
7277 * processes.texi: Fix typos.
7278
7279 * lists.texi (Building Lists): Minor clarification.
7280
7281 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
7282 in make-hash-table.
7283
7284 2004-02-29 Juanma Barranquero <lektu@terra.es>
7285
7286 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
7287 rm, and ignore exit code.
7288
7289 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
7290
7291 * display.texi (Defining Faces): Add description for min-colors.
7292 Update example.
7293
7294 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
7295
7296 * abbrevs.texi: Various corrections and clarifications in addition
7297 to the following:
7298 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
7299
7300 2004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7301
7302 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
7303
7304 2004-02-21 Luc Teirlinck <teirllm@auburn.edu>
7305
7306 * text.texi: Various small changes in addition to the following:
7307 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
7308 to delete-horizontal-space.
7309 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
7310 description of yank-handler text property at various places.
7311
7312 * frames.texi (Window System Selections): Add anchor.
7313
7314 * syntax.texi (Syntax Table Functions): Clarify and correct
7315 descriptions of make-syntax-table and copy-syntax-table.
7316 (Motion and Syntax): Clarify SYNTAXES argument to
7317 skip-syntax-forward.
7318 (Parsing Expressions): Mention that the return value of
7319 parse-partial-sexp is currently a list of ten rather than nine
7320 elements.
7321 (Categories): Various corrections and clarifications.
7322
7323 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
7324
7325 * markers.texi (Marker Insertion Types): Minor change.
7326
7327 * locals.texi (Standard Buffer-Local Variables):
7328 * commands.texi (Interactive Codes, Using Interactive):
7329 * functions.texi (Related Topics): Fix xrefs.
7330
7331 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
7332
7333 * lists.texi (Sets And Lists): Update description of delete-dups.
7334
7335 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7336
7337 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
7338
7339 2004-02-16 Jan Djärv <jan.h.d@swipnet.se>
7340
7341 * frames.texi (Parameter Access): frame-parameters arg is optional.
7342 modify-frame-parameters handles nil for FRAME.
7343 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
7344 are all-or-nothing for certain toolkits.
7345 Mention parameter wait-for-wm.
7346 (Frames and Windows): In frame-first-window and frame-selected-window
7347 the arg is optional.
7348 (Input Focus): In redirect-frame-focus the second arg is optional.
7349 (Window System Selections): Mention selection type CLIPBOARD.
7350 Mention data-type UTF8_STRING.
7351 Mention numbering of cut buffers.
7352 (Resources): Describe x-resource-name.
7353
7354 2004-02-16 Richard M. Stallman <rms@gnu.org>
7355
7356 * windows.texi (Buffers and Windows): Delete false table
7357 about all-frames.
7358
7359 * syntax.texi (Parsing Expressions): Delete old caveat
7360 about parse-sexp-ignore-comments.
7361
7362 * streams.texi (Output Variables): Add print-quoted.
7363
7364 * lists.texi (Building Lists): Minor cleanup.
7365
7366 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
7367
7368 * display.texi (Overlays): Explain overlays use markers.
7369 (Managing Overlays): Explain front-advance and rear-advance
7370 in more detail.
7371
7372 * loading.texi (Unloading): Document unload-feature-special-hooks.
7373 Get rid of fns-NNN.el file.
7374
7375 2004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7376
7377 * help.texi (Describing Characters): Fix text-char-description
7378 example output.
7379
7380 * edebug.texi (Using Edebug): Fix example.
7381
7382 * debugging.texi (Internals of Debugger): Fix return value.
7383
7384 * files.texi (Changing Files): Fix argname.
7385
7386 * calendar.texi: Fix parens, and default values.
7387
7388 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
7389 * nonascii.texi, objects.texi, os.texi: Minor fixes.
7390 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
7391
7392 * positions.texi (Text Lines): Don't add -1 in current-line.
7393
7394 2004-02-16 Richard M. Stallman <rms@gnu.org>
7395
7396 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
7397
7398 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7399
7400 * processes.texi (Low-Level Network): Fix a typo.
7401
7402 2004-02-12 Kim F. Storm <storm@cua.dk>
7403
7404 * display.texi (Fringes): Use consistent wording.
7405 Note that window-fringe's window arg is optional.
7406 (Scroll Bars): Use consistent wording.
7407
7408 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
7409
7410 * tips.texi (Comment Tips): Document the new conventions for
7411 commenting out code.
7412
7413 2004-02-07 Jan Djärv <jan.h.d@swipnet.se>
7414
7415 * positions.texi (Text Lines): Add missing end defun.
7416
7417 2004-02-07 Kim F. Storm <storm@cua.dk>
7418
7419 * positions.texi (Text Lines): Add line-number-at-pos.
7420
7421 2004-02-06 John Paul Wallington <jpw@gnu.org>
7422
7423 * display.texi (Button Properties, Button Buffer Commands):
7424 mouse-2 invokes button, not down-mouse-1.
7425
7426 2004-02-04 Jason Rumney <jasonr@gnu.org>
7427
7428 * makefile.w32-in: Sync with Makefile.in changes.
7429
7430 2004-02-03 Luc Teirlinck <teirllm@auburn.edu>
7431
7432 * minibuf.texi (Text from Minibuffer): Various corrections and
7433 clarifications.
7434 (Object from Minibuffer): Correct Lisp description of
7435 read-minibuffer.
7436 (Minibuffer History): Clarify description of cons values for
7437 HISTORY arguments.
7438 (Basic Completion): Various corrections and clarifications.
7439 Add completion-regexp-list.
7440 (Minibuffer Completion): Correct and clarify description of
7441 completing-read.
7442 (Completion Commands): Mention Partial Completion mode.
7443 Various other minor changes.
7444 (High-Level Completion): Various corrections and clarifications.
7445 (Reading File Names): Ditto.
7446 (Minibuffer Misc): Ditto.
7447
7448 2004-01-26 Luc Teirlinck <teirllm@auburn.edu>
7449
7450 * strings.texi (Text Comparison): assoc-string also matches
7451 elements of alists that are strings instead of conses.
7452 (Formatting Strings): Standardize Texinfo usage. Update index
7453 entries.
7454
7455 2004-01-20 Luc Teirlinck <teirllm@auburn.edu>
7456
7457 * lists.texi (Sets And Lists): Add delete-dups.
7458
7459 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
7460
7461 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
7462 special form.
7463 * macros.texi (Defining Macros): Update description of `declare',
7464 which now is a macro.
7465 (Wrong Time): Fix typos.
7466
7467 2004-01-14 Luc Teirlinck <teirllm@auburn.edu>
7468
7469 * compile.texi (Compilation Functions): Expand descriptions of
7470 `compile-defun', `byte-compile-file', `byte-recompile-directory'
7471 and `batch-byte-compile'. In particular, mention and describe
7472 all optional arguments.
7473 (Disassembly): Correct and clarify the description of `disassemble'.
7474
7475 2004-01-11 Luc Teirlinck <teirllm@auburn.edu>
7476
7477 * searching.texi: Various small changes in addition to the
7478 following.
7479 (Regexp Example): Adapt to new value of `sentence-end'.
7480 (Regexp Functions): The PAREN argument to `regexp-opt' can be
7481 `words'.
7482 (Search and Replace): Add usage note for `perform-replace'.
7483 (Entire Match Data): Mention INTEGERS and REUSE arguments to
7484 `match-data'.
7485 (Standard Regexps): Update for new values of `paragraph-start'
7486 and `sentence-end'.
7487
7488 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
7489
7490 * files.texi (Saving Buffers): Clarify descriptions of
7491 `write-contents-functions' and `before-save-hook'.
7492 Make the defvar's for `before-save-hook' and `after-save-hook'
7493 into defopt's.
7494
7495 2004-01-07 Kim F. Storm <storm@cua.dk>
7496
7497 * commands.texi (Click Events): Describe new image and
7498 width/height elements of click events.
7499 (Accessing Events): Add posn-string, posn-image, and
7500 posn-object-width-height. Change posn-object to return either
7501 image or string object.
7502
7503 2004-01-01 Simon Josefsson <jas@extundo.com>
7504
7505 * hooks.texi (Standard Hooks): Add before-save-hook.
7506 * files.texi (Saving Buffers): Likewise.
7507
7508 2004-01-03 Richard M. Stallman <rms@gnu.org>
7509
7510 * frames.texi (Frames and Windows): Delete frame-root-window.
7511
7512 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
7513
7514 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
7515
7516 * functions.texi: Various small changes in addition to the
7517 following.
7518 (What Is a Function): `functionp' returns nil for macros.
7519 Clarify behavior of this and following functions for symbol arguments.
7520 (Function Documentation): Add `\' in front of (fn @var{arglist})
7521 and explain why.
7522 (Defining Functions): Mention DOCSTRING argument to `defalias'.
7523 Add anchor.
7524 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
7525
7526 2004-01-01 Miles Bader <miles@gnu.org>
7527
7528 * display.texi (Buttons): New section.
7529
7530 2003-12-31 Andreas Schwab <schwab@suse.de>
7531
7532 * numbers.texi (Math Functions): sqrt reports a domain-error
7533 error.
7534 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
7535
7536 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
7537
7538 * tips.texi (Documentation Tips): Update item on hyperlinks in
7539 documentation strings.
7540
7541 * errors.texi (Standard Errors): Various small corrections and
7542 additions.
7543
7544 * control.texi: Various small changes in addition to the
7545 following.
7546 (Signaling Errors): Provide some more details on how `signal'
7547 constructs the error message. Add anchor to the definition of
7548 `signal'.
7549 (Error Symbols): Describe special treatment of `quit'.
7550 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
7551 to emphasize that it has to be a single form.
7552
7553 * buffers.texi: Add anchor.
7554
7555 2003-12-29 Richard M. Stallman <rms@gnu.org>
7556
7557 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
7558 (Window Configurations): Add window-configuration-frame.
7559
7560 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
7561
7562 * text.texi (Examining Properties): Add get-char-property-and-overlay.
7563 Change arg name in get-char-property.
7564 (Special Properties): Update handling of keymap property.
7565
7566 * strings.texi (Modifying Strings): Add clear-string.
7567 (Text Comparison): Add assoc-string and remove
7568 assoc-ignore-case, assoc-ignore-representation.
7569
7570 * os.texi (Time of Day): Add set-time-zone-rule.
7571
7572 * numbers.texi (Math Functions): asin, acos, log, log10
7573 report domain-error errors.
7574
7575 * nonascii.texi (Converting Representations):
7576 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
7577 (Encoding and I/O): Add file-name-coding-system.
7578
7579 * modes.texi (Search-based Fontification): Explain that
7580 face specs are symbols with face names as values.
7581
7582 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
7583
7584 * lists.texi (Building Lists): remq moved elsewhere.
7585 (Sets And Lists): remq moved here.
7586 (Association Lists): Refer to assoc-string.
7587
7588 * internals.texi (Garbage Collection): Add memory-use-counts.
7589
7590 * frames.texi (Frames and Windows): Add set-frame-selected-window
7591 and frame-root-window.
7592
7593 * files.texi (Contents of Directories):
7594 Add directory-files-and-attributes.
7595
7596 * display.texi (Refresh Screen): Add force-window-update.
7597 (Invisible Text): Explain about moving point out of invis text.
7598 (Overlay Properties): Add overlay-properties.
7599 (Managing Overlays): Add overlayp.
7600 (GIF Images): Invalid image number displays a hollow box.
7601
7602 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
7603 (Killing Buffers): Add buffer-live-p.
7604
7605 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
7606
7607 * display.texi (Fringes): Fix typo "set-buffer-window".
7608
7609 2003-12-24 Luc Teirlinck <teirllm@auburn.edu>
7610
7611 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
7612 * nonascii.texi, processes.texi, tips.texi, variables.texi:
7613 Add or change various xrefs and anchors.
7614
7615 * commands.texi: Replace all occurrences of @acronym{CAR} with
7616 @sc{car}, for consistency with the rest of the Elisp manual.
7617 `car' and `cdr' are historically acronyms, but are no longer
7618 widely thought of as such.
7619
7620 * internals.texi (Pure Storage): Mention that `purecopy' does not
7621 copy text properties.
7622 (Object Internals): Now 29 bits are used (in most implementations)
7623 to address Lisp objects.
7624
7625 * variables.texi (Variables with Restricted Values): New node.
7626
7627 * objects.texi (Lisp Data Types): Mention that certain variables
7628 can only take on a restricted set of values and add an xref to
7629 the new node "Variables with Restricted Values".
7630
7631 * eval.texi (Function Indirection): Describe the errors that
7632 `indirect-function' can signal.
7633 (Eval): Clarify the descriptions of `eval-region' and `values'.
7634 Describe `eval-buffer' instead of `eval-current-buffer' and
7635 mention `eval-current-buffer' as an alias for `current-buffer'.
7636 Correct the description and mention all optional arguments.
7637
7638 * nonascii.texi: Various small changes in addition to the
7639 following.
7640 (Converting Representations): Clarify behavior of
7641 `string-make-multibyte' and `string-to-multibyte' for unibyte all
7642 ASCII arguments.
7643 (Character Sets): Document the variable `charset-list' and adapt
7644 the definition of the function `charset-list' accordingly.
7645 (Translation of Characters): Clarify use of generic characters in
7646 `make-translation-table'. Clarify and correct the description of
7647 the use of translation tables in encoding and decoding.
7648 (User-Chosen Coding Systems): Correct and clarify the description
7649 of `select-safe-coding-system'.
7650 (Default Coding Systems): Clarify description of
7651 `file-coding-system-alist'.
7652
7653 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
7654
7655 * strings.texi (Text Comparison): Correctly describe when two
7656 strings are `equal'. Combine and clarify descriptions of
7657 `assoc-ignore-case' and `assoc-ignore-representation'.
7658
7659 * objects.texi (Non-ASCII in Strings): Clarify description of
7660 when a string is unibyte or multibyte.
7661 (Bool-Vector Type): Update examples.
7662 (Equality Predicates): Correctly describe when two strings are
7663 `equal'.
7664
7665 2003-11-29 Luc Teirlinck <teirllm@auburn.edu>
7666
7667 * lists.texi (Building Lists): `append' no longer accepts integer
7668 arguments. Update the description of `number-sequence' to reflect
7669 recent changes.
7670 (Sets And Lists): Describe `member-ignore-case' after `member'.
7671
7672 2003-11-27 Kim F. Storm <storm@cua.dk>
7673
7674 * commands.texi (Click Events): Click object may be an images.
7675 Describe (dx . dy) element of click positions.
7676 (Accessing Events): Remove duplicate posn-timestamp.
7677 New functions posn-object and posn-object-x-y.
7678
7679 2003-11-23 Kim F. Storm <storm@cua.dk>
7680
7681 * commands.texi (Click Events): Describe enhancements to event
7682 position lists, including new text-pos and (col . row) items.
7683 Mention left-fringe and right-fringe area events.
7684 (Accessing Events): New functions posn-area and
7685 posn-actual-col-row. Mention posn-timestamp. Mention that
7686 posn-point in non-text area still returns buffer position.
7687 Clarify posn-col-row.
7688
7689 2003-11-21 Lars Hansen <larsh@math.ku.dk>
7690
7691 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
7692 * anti.texi (File Attributes): Describe removed parameter
7693 ID-FORMAT.
7694
7695 2003-11-20 Luc Teirlinck <teirllm@auburn.edu>
7696
7697 * positions.texi (Positions): Mention that, if a marker is used as
7698 a position, its buffer is ignored.
7699
7700 * markers.texi (Overview of Markers): Mention it here too.
7701
7702 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
7703
7704 * numbers.texi (Numeric Conversions): Not just `floor', but also
7705 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
7706
7707 2003-11-10 Luc Teirlinck <teirllm@auburn.edu>
7708
7709 * markers.texi (Creating Markers): Specify insertion type of
7710 created markers. Add xref to `Marker Insertion Types'.
7711 Second argument to `copy-marker' is optional.
7712 (Marker Insertion Types): Mention that most markers are created
7713 with insertion type nil.
7714 (The Mark): Correctly describe when `mark' signals an error.
7715 (The Region): Correctly describe when `region-beginning' and
7716 `region-end' signal an error.
7717
7718 2003-11-08 Luc Teirlinck <teirllm@auburn.edu>
7719
7720 * hash.texi (Creating Hash): Clarify description of `eql'.
7721 `makehash' is obsolete.
7722 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
7723
7724 * positions.texi (Point): Change description of `buffer-end', so
7725 that it is also correct for floating point arguments.
7726 (List Motion): Correct argument lists of `beginning-of-defun' and
7727 `end-of-defun'.
7728 (Excursions): Add xref to `Marker Insertion Types'.
7729 (Narrowing): Argument to `narrow-to-page' is optional.
7730
7731 2003-11-06 Luc Teirlinck <teirllm@auburn.edu>
7732
7733 * streams.texi (Output Streams): Clarify behavior of point for
7734 marker output streams.
7735
7736 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
7737
7738 * variables.texi (Defining Variables): Second argument to
7739 `defconst' is not optional.
7740 (Setting Variables): Mention optional argument APPEND to
7741 `add-to-list'.
7742 (Creating Buffer-Local): Expand description of
7743 `make-variable-buffer-local'.
7744 (Frame-Local Variables): Expand description of
7745 `make-variable-frame-local'.
7746 (Variable Aliases): Correct description of optional argument
7747 DOCSTRING to `defvaralias'. Mention return value of
7748 `defvaralias'.
7749 (File Local Variables): Add xref to `File variables' in Emacs
7750 Manual. Correct description of `hack-local-variables'. Mention
7751 `safe-local-variable' property. Mention optional second argument
7752 to `risky-local-variable-p'.
7753
7754 2003-11-03 Luc Teirlinck <teirllm@auburn.edu>
7755
7756 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
7757
7758 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
7759
7760 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
7761 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
7762 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
7763 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
7764 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
7765 lispref/processes.texi, lispref/searching.texi,
7766 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
7767 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
7768 @acronym{FOO}.
7769
7770 2003-10-27 Luc Teirlinck <teirllm@auburn.edu>
7771
7772 * strings.texi (Creating Strings): Argument START to `substring'
7773 can not be `nil'. Expand description of
7774 `substring-no-properties'. Correct description of `split-string',
7775 especially with respect to empty matches. Prevent very bad line
7776 break in definition of `split-string-default-separators'.
7777 (Text Comparison): `string=' and `string<' also accept symbols as
7778 arguments.
7779 (String Conversion): More completely describe argument BASE in
7780 `string-to-number'.
7781 (Formatting Strings): `%s' and `%S' in `format' do require
7782 corresponding object. Clarify behavior of numeric prefix after
7783 `%' in `format'.
7784 (Case Conversion): The argument to `upcase-initials' can be a
7785 character.
7786
7787 2003-10-27 Kenichi Handa <handa@m17n.org>
7788
7789 * display.texi (Fontsets): Fix texinfo usage.
7790
7791 2003-10-25 Kenichi Handa <handa@m17n.org>
7792
7793 * display.texi (Fontsets): Add description of the function
7794 set-fontset-font.
7795
7796 2003-10-23 Luc Teirlinck <teirllm@auburn.edu>
7797
7798 * display.texi (Temporary Displays): Add xref to `Documentation
7799 Tips'.
7800
7801 * functions.texi (Function Safety): Use inforef instead of pxref
7802 for SES.
7803
7804 2003-10-23 Andreas Schwab <schwab@suse.de>
7805
7806 * Makefile.in (TEX, texinputdir): Don't define.
7807 (TEXI2DVI): Define.
7808 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
7809 add $(srcdir)/index.texi.
7810 ($(infodir)/elisp): Remove index.texi dependency.
7811 (elisp.dvi): Likewise. Use $(TEXI2DVI).
7812 (index.texi): Remove target.
7813 (dist): Don't link $(srcdir)/permute-index.
7814 (clean): Don't remove index.texi.
7815
7816 * permute-index, index.perm: Remove.
7817 * index.texi: Rename from index.unperm.
7818
7819 2003-10-22 Luc Teirlinck <teirllm@auburn.edu>
7820
7821 * tips.texi (Documentation Tips): Document new behavior for face
7822 and variable hyperlinks in Help mode.
7823
7824 2003-10-21 Luc Teirlinck <teirllm@auburn.edu>
7825
7826 * objects.texi (Integer Type): Update for extra bit of integer range.
7827 (Character Type): Ditto.
7828
7829 2003-10-16 Eli Zaretskii <eliz@gnu.org>
7830
7831 * numbers.texi (Integer Basics): Add index entries for reading
7832 numbers in hex, octal, and binary.
7833
7834 2003-10-16 Lute Kamstra <lute@gnu.org>
7835
7836 * modes.texi (Mode Line Format): Mention force-mode-line-update's
7837 argument.
7838
7839 2003-10-13 Luc Teirlinck <teirllm@auburn.edu>
7840
7841 * windows.texi (Choosing Window): Fix typo.
7842 * edebug.texi (Edebug Execution Modes): Fix typo.
7843
7844 2003-10-13 Richard M. Stallman <rms@gnu.org>
7845
7846 * windows.texi (Basic Windows): A window has fringe settings,
7847 display margins and scroll-bar settings.
7848 (Splitting Windows): Doc split-window return value.
7849 Clean up one-window-p.
7850 (Selecting Windows): Fix typo.
7851 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
7852 (Buffers and Windows): In set-window-buffer, explain effect
7853 on fringe settings and scroll bar settings.
7854 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
7855 (Choosing Window): Use defopt for pop-up-frame-function.
7856 For special-display-buffer-names, explain same-window and same-frame.
7857 Clarify window-dedicated-p return value.
7858 (Textual Scrolling): scroll-up and scroll-down can get an error.
7859 (Horizontal Scrolling): Clarify auto-hscroll-mode.
7860 Clarify set-window-hscroll.
7861 (Size of Window): Don't mention tool bar in window-height.
7862 (Coordinates and Windows): Explain what coordinates-in-window-p
7863 returns for fringes and display margins.
7864 (Window Configurations): Explain saving fringes, etc.
7865
7866 * tips.texi (Library Headers): Clean up Documentation.
7867
7868 * syntax.texi (Parsing Expressions): Clean up forward-comment
7869 and parse-sexp-lookup-properties.
7870
7871 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
7872
7873 * os.texi (System Environment): Clean up text for load-average errors.
7874
7875 * modes.texi (Hooks): Don't explain local hook details at front.
7876 Clarify run-hooks and run-hook-with-args a little.
7877 Clean up add-hook and remove-hook.
7878
7879 * edebug.texi (Edebug Execution Modes): Clarify t.
7880 Document edebug-sit-for-seconds.
7881 (Coverage Testing): Document C-x X = and =.
7882 (Instrumenting Macro Calls): Fix typo.
7883 (Specification List): Don't index the specification keywords.
7884
7885 2003-10-10 Kim F. Storm <storm@cua.dk>
7886
7887 * processes.texi (Network): Introduce make-network-process.
7888
7889 2003-10-09 Luc Teirlinck <teirllm@auburn.edu>
7890
7891 * tips.texi (Library Headers): Fix typo.
7892
7893 2003-10-07 Juri Linkov <juri@jurta.org>
7894
7895 * modes.texi (Imenu): Mention imenu-create-index-function's
7896 default value. Explain submenus better.
7897
7898 2003-10-07 Lute Kamstra <lute@gnu.org>
7899
7900 * modes.texi (Faces for Font Lock): Fix typo.
7901 (Hooks): Explain how buffer-local hook variables can refer to
7902 global hook variables.
7903 Various minor clarifications.
7904
7905 2003-10-06 Lute Kamstra <lute@gnu.org>
7906
7907 * tips.texi (Coding Conventions): Mention naming conventions for
7908 hooks.
7909
7910 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
7911
7912 * loading.texi (Library Search): Correct default value of
7913 load-suffixes.
7914 (Named Features): Fix typo.
7915
7916 2003-10-05 Richard M. Stallman <rms@gnu.org>
7917
7918 * loading.texi (Named Features): In `provide',
7919 say how to test for subfeatures.
7920 (Unloading): In unload-feature, use new var name
7921 unload-feature-special-hooks.
7922
7923 2003-10-03 Lute Kamstra <lute@gnu.org>
7924
7925 * modes.texi (Major Mode Conventions): Mention third way to set up
7926 Imenu.
7927 (Imenu): A number of small fixes.
7928 Delete documentation of internal variable imenu--index-alist.
7929 Document the return value format of imenu-create-index-function
7930 functions.
7931
7932 2003-09-30 Richard M. Stallman <rms@gnu.org>
7933
7934 * processes.texi (Network): Say what stopped datagram connections do.
7935
7936 * lists.texi (Association Lists): Clarify `assq-delete-all'.
7937
7938 * display.texi (Overlay Properties): Clarify `evaporate' property.
7939
7940 2003-09-29 Lute Kamstra <lute@gnu.org>
7941
7942 * modes.texi (Mode Line Data): Explain when symbols in mode-line
7943 constructs should be marked as risky.
7944 Change cons cell into proper list.
7945 (Mode Line Variables): Change cons cell into proper list.
7946
7947 2003-09-26 Lute Kamstra <lute@gnu.org>
7948
7949 * modes.texi (Mode Line Data): Document the :propertize construct.
7950 (Mode Line Variables): Reorder the descriptions of the variables
7951 to match their order in the default mode-line-format.
7952 Describe the new variables mode-line-position and mode-line-modes.
7953 Update the default values of mode-line-frame-identification,
7954 minor-mode-alist, and default-mode-line-format.
7955 (Properties in Mode): Mention the :propertize construct.
7956
7957 2003-09-26 Richard M. Stallman <rms@gnu.org>
7958
7959 * buffers.texi, commands.texi, debugging.texi, eval.texi:
7960 * loading.texi, minibuf.texi, text.texi, variables.texi:
7961 Avoid @strong{Note:}.
7962
7963 2003-09-26 Richard M. Stallman <rms@gnu.org>
7964
7965 * keymaps.texi (Remapping Commands): Fix typo.
7966
7967 2003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
7968
7969 * processes.texi (Low-Level Network): Fix typo.
7970
7971 2003-09-23 Kim F. Storm <storm@cua.dk>
7972
7973 * processes.texi (Network, Network Servers): Fix typos.
7974 (Low-Level Network): Add timeout value for :server keyword.
7975 Add new option keywords to make-network-process.
7976 Add set-network-process-options.
7977 Explain how to test availability of network options.
7978
7979 2003-09-19 Richard M. Stallman <rms@gnu.org>
7980
7981 * text.texi (Motion by Indent): Arg to
7982 backward-to-indentation and forward-to-indentation is optional.
7983
7984 * strings.texi (Creating Strings): Add substring-no-properties.
7985
7986 * processes.texi
7987 (Process Information): Add list-processes arg QUERY-ONLY.
7988 Delete process-contact from here.
7989 Add new status values for process-status.
7990 Add process-get, process-put, process-plist, set-process-plist.
7991 (Synchronous Processes): Add call-process-shell-command.
7992 (Signals to Processes): signal-process allows process objects.
7993 (Network): Complete rewrite.
7994 (Network Servers, Datagrams, Low-Level Network): New nodes.
7995
7996 * positions.texi (Word Motion): forward-word, backward-word
7997 arg is optional. Reword.
7998
7999 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
8000
8001 * variables.texi (Creating Buffer-Local):
8002 Delete duplicate definition of buffer-local-value.
8003 (File Local Variables): Explain about discarding text props.
8004
8005 2003-09-11 Richard M. Stallman <rms@gnu.org>
8006
8007 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
8008 changes variables that record input events.
8009 (Minibuffer Misc): Add minibuffer-selected-window.
8010
8011 * lists.texi (Building Lists): Add copy-tree.
8012
8013 * display.texi (Fontsets): Add char-displayable-p.
8014 (Scroll Bars): New node.
8015
8016 2003-09-08 Lute Kamstra <lute@gnu.org>
8017
8018 * modes.texi (%-Constructs): Document new `%i' and `%I'
8019 constructs.
8020
8021 2003-09-03 Peter Runestig <peter@runestig.com>
8022
8023 * makefile.w32-in: New file.
8024
8025 2003-08-29 Richard M. Stallman <rms@gnu.org>
8026
8027 * display.texi (Overlay Properties): Clarify how priorities
8028 affect use of the properties.
8029
8030 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
8031
8032 * customize.texi (Type Keywords): Correct the description of
8033 `:help-echo' in the case where `motion-doc' is a function.
8034
8035 2003-08-14 John Paul Wallington <jpw@gnu.org>
8036
8037 * modes.texi (Emulating Mode Line): Subsection, not section.
8038
8039 2003-08-13 Richard M. Stallman <rms@gnu.org>
8040
8041 * elisp.texi (Top): Update subnode lists in menu.
8042
8043 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
8044 (Kill Functions): kill-region has new arg yank-handler.
8045 (Yanking): New node.
8046 (Yank Commands): Add yank-undo-function.
8047 (Low-Level Kill Ring):
8048 kill-new and kill-append have new arg yank-handler.
8049 (Changing Properties): Add remove-list-of-text-properties.
8050 (Atomic Changes): New node.
8051
8052 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
8053
8054 * streams.texi (Output Variables): Add eval-expression-print-length
8055 and eval-expression-print-level.
8056
8057 * os.texi (Time Conversion): For encode-time, explain limits on year.
8058
8059 * objects.texi (Character Type): Define anchor "modifier bits".
8060
8061 * modes.texi (Emulating Mode Line): New node.
8062 (Search-based Fontification): Font Lock uses font-lock-face property.
8063 (Other Font Lock Variables): Likewise.
8064
8065 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
8066 not vectors.
8067 (Active Keymaps): Add emulation-mode-map-alists.
8068 (Functions for Key Lookup): key-binding has new arg no-remap.
8069 (Remapping Commands): New node.
8070 (Scanning Keymaps): where-is-internal has new arg no-remap.
8071 (Tool Bar): Add tool-bar-local-item-from-menu.
8072 Clarify when to use tool-bar-add-item-from-menu.
8073
8074 * commands.texi (Interactive Call): commandp has new arg.
8075 (Command Loop Info): Add this-original-command.
8076
8077 2003-08-06 John Paul Wallington <jpw@gnu.org>
8078
8079 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
8080
8081 * display.texi (Warning Basics): Fix typo.
8082 (Fringes): Add closing curly bracket and fix typo.
8083
8084 * elisp.texi (Top): Fix typo.
8085
8086 2003-08-05 Richard M. Stallman <rms@gnu.org>
8087
8088 * elisp.texi: Update lists of subnodes.
8089
8090 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
8091
8092 * variables.texi (Local Variables): Use lc for example variable names.
8093
8094 * tips.texi (Library Headers): Explain where to put -*-.
8095
8096 * strings.texi (Creating Strings): Fix xref for vconcat.
8097
8098 * sequences.texi (Vector Functions):
8099 vconcat no longer allows integer args.
8100
8101 * minibuf.texi (Reading File Names): read-file-name has new
8102 arg PREDICATE. New function read-directory-name.
8103
8104 * macros.texi (Defining Macros): Give definition of `declare'.
8105 (Indenting Macros): New node.
8106
8107 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
8108 (Window Frame Parameters): Make separate table of parameters
8109 that are coupled with specific face attributes.
8110 (Deleting Frames): delete-frame-hooks renamed to
8111 delete-frame-functions.
8112
8113 * files.texi (Magic File Names): Add file-remote-p.
8114 Clarify file-local-copy.
8115
8116 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
8117 here; instead xref Defining Macros.
8118
8119 * display.texi (Warnings): New node, and subnodes.
8120 (Fringes): New node.
8121
8122 * debugging.texi (Test Coverage): New node.
8123
8124 * compile.texi (Compiler Errors): Explain with-no-warnings
8125 and other ways to suppress warnings.
8126
8127 * commands.texi (Interactive Call): Minor clarification.
8128
8129 * buffers.texi (Buffer File Name): set-visited-file-name
8130 renames the buffer too.
8131
8132 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
8133
8134 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
8135
8136 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
8137
8138 2003-07-22 Markus Rost <rost@math.ohio-state.edu>
8139
8140 * internals.texi (Garbage Collection): Fix previous change.
8141
8142 2003-07-22 Richard M. Stallman <rms@gnu.org>
8143
8144 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
8145
8146 * display.texi (Width): Use \s syntax in example.
8147 (Font Selection): Add face-font-rescale-alist.
8148
8149 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
8150 Remove spurious indent in example.
8151
8152 * lists.texi (Building Lists): Add number-sequence.
8153
8154 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
8155
8156 * functions.texi (Function Documentation): Explain how to
8157 show calling convention explicitly in the doc string.
8158
8159 * windows.texi (Selecting Windows): save-selected-window saves
8160 selected window of each frame.
8161 (Window Configurations): Minor change.
8162
8163 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
8164
8165 * streams.texi (Output Variables): Add print-continuous-numbering
8166 and print-number-table.
8167
8168 * processes.texi (Decoding Output): New node.
8169
8170 * os.texi (Time Conversion): decode-time arg is optional.
8171
8172 * objects.texi (Character Type): Don't use space as example for \.
8173 Make list of char names and \-sequences correspond.
8174 Explain that \s is not used in strings. `\ ' needs space after.
8175
8176 * nonascii.texi (Converting Representations): Add string-to-multibyte.
8177 (Translation of Characters): Add translation-table-for-input.
8178 (Default Coding Systems): Add auto-coding-functions.
8179 (Explicit Encoding): Add decode-coding-inserted-region.
8180 (Locales): Add locale-info.
8181
8182 * minibuf.texi (Basic Completion): Describe test-completion.
8183 Collections can be lists of strings.
8184 Clean up lazy-completion-table.
8185 (Programmed Completion): Mention test-completion.
8186 Clarify why lambda expressions are not accepted.
8187 (Minibuffer Misc): Describe minibufferp.
8188
8189 2003-07-14 Richard M. Stallman <rms@gnu.org>
8190
8191 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
8192
8193 * windows.texi (Selecting Windows): New arg to select-window.
8194 (Selecting Windows): Add with-selected-window.
8195 (Size of Window): Add window-inside-edges, etc.
8196
8197 * internals.texi (Garbage Collection): Add post-gc-hook.
8198
8199 * processes.texi (Subprocess Creation): Add exec-suffixes.
8200
8201 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
8202 (Scanning Keymaps): Add map-keymaps.
8203 (Defining Menus): Add keymap-prompt.
8204
8205 * numbers.texi (Integer Basics): Add most-positive-fixnum,
8206 most-negative-fixnum.
8207
8208 * compile.texi (Byte Compilation): Explain no-byte-compile.
8209 (Compiler Errors): New node.
8210
8211 * os.texi (User Identification): user-uid, user-real-uid
8212 can return float.
8213
8214 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
8215 and about derived modes.
8216 (Minor Modes): Add minor-mode-list.
8217 (Defining Minor Modes): Keyword args for define-minor-mode.
8218 (Search-based Fontification): Explain managing other properties.
8219 (Other Font Lock Variables): Add font-lock-extra-managed-props.
8220 (Faces for Font Lock): Add font-lock-preprocessor-face.
8221 (Hooks): Add run-mode-hooks and delay-mode-hooks.
8222
8223 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
8224 (Variable Aliases): Clarify defvaralias.
8225
8226 * loading.texi (Library Search): Add load-suffixes.
8227
8228 * minibuf.texi (Basic Completion): Add lazy-completion-table.
8229 (Programmed Completion): Add dynamic-completion-table.
8230
8231 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
8232 (Magic File Names): Specify precedence order of handlers.
8233
8234 * commands.texi (Command Overview): Emacs server runs pre-command-hook
8235 and post-command-hook.
8236 (Waiting): New calling convention for sit-for.
8237
8238 * text.texi (Special Properties): local-map and keymap properties
8239 apply based on their stickiness.
8240
8241 2003-07-07 Richard M. Stallman <rms@gnu.org>
8242
8243 * modes.texi (Minor Mode Conventions): Specify only some kinds
8244 of list values as args to minor modes.
8245
8246 * files.texi (File Name Expansion): Warn about iterative use
8247 of substitute-in-file-name.
8248
8249 * advice.texi (Activation of Advice): Clean up previous change.
8250
8251 2003-07-06 Markus Rost <rost@math.ohio-state.edu>
8252
8253 * advice.texi (Activation of Advice): Note that ad-start-advice is
8254 turned on by default.
8255
8256 2003-06-30 Richard M. Stallman <rms@gnu.org>
8257
8258 * text.texi (Buffer Contents): Document current-word.
8259 (Change Hooks): Not called for *Messages*.
8260
8261 * functions.texi (Defining Functions): Explain about redefining
8262 primitives.
8263 (Function Safety): Renamed. Minor changes.
8264 Comment out the detailed criteria for what is safe.
8265
8266 2003-06-22 Andreas Schwab <schwab@suse.de>
8267
8268 * objects.texi (Symbol Type): Fix description of examples.
8269
8270 2003-06-16 Andreas Schwab <schwab@suse.de>
8271
8272 * hash.texi (Creating Hash): Fix description of :weakness.
8273
8274 2003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
8275
8276 * files.texi (Changing Files): copy-file copies file modes, too.
8277
8278 2003-05-28 Richard M. Stallman <rms@gnu.org>
8279
8280 * strings.texi (Creating Strings): Clarify split-string.
8281
8282 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
8283
8284 * strings.texi (Creating Strings): Update split-string specification
8285 and examples.
8286
8287 2003-05-19 Richard M. Stallman <rms@gnu.org>
8288
8289 * elisp.texi: Correct invariant section names.
8290
8291 2003-04-20 Richard M. Stallman <rms@gnu.org>
8292
8293 * os.texi (Timers): Explain about timers and quitting.
8294
8295 2003-04-19 Richard M. Stallman <rms@gnu.org>
8296
8297 * internals.texi (Writing Emacs Primitives): Strings are
8298 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
8299 Explain GCPRO convention for varargs function args.
8300
8301 2003-04-16 Richard M. Stallman <rms@gnu.org>
8302
8303 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
8304
8305 2003-04-08 Richard M. Stallman <rms@gnu.org>
8306
8307 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
8308
8309 2003-02-13 Kim F. Storm <storm@cua.dk>
8310
8311 * objects.texi (Character Type): New \s escape for space.
8312
8313 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
8314
8315 * os.texi (System Environment): Add cygwin system-type.
8316
8317 2003-01-25 Richard M. Stallman <rms@gnu.org>
8318
8319 * keymaps.texi: Document that a symbol can act as a keymap.
8320
8321 2003-01-13 Richard M. Stallman <rms@gnu.org>
8322
8323 * text.texi (Changing Properties): Say string indices are origin-0.
8324
8325 * positions.texi (Screen Lines) <compute-motion>:
8326 Correct order of elts in return value.
8327
8328 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
8329 how to define a default binding.
8330
8331 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
8332
8333 * loading.texi (Unloading): Fix recent change for load-history.
8334
8335 * customize.texi (Simple Types): Clarify description of custom
8336 type 'number. Describe new custom type 'float.
8337
8338 2002-12-04 Markus Rost <rost@math.ohio-state.edu>
8339
8340 * variables.texi (File Local Variables): Fix typo.
8341
8342 2002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
8343
8344 From Michael Albinus <Michael.Albinus@alcatel.de>.
8345
8346 * README: Target for Info file is `make info'.
8347
8348 * files.texi (File Name Components): Fix typos in
8349 `file-name-sans-extension'.
8350 (Magic File Names): Complete list of operations for magic file
8351 name handlers.
8352
8353 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
8354
8355 * variables.texi (File Local Variables): New function
8356 risky-local-variable-p.
8357
8358 2002-09-15 Jonathan Yavner <jyavner@engineer.com>
8359
8360 * functions.texi (Function safety): New node about unsafep.
8361
8362 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
8363
8364 * customize.texi (Splicing into Lists): Fix example.
8365 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
8366
8367 2002-06-17 Juanma Barranquero <lektu@terra.es>
8368
8369 * frames.texi (Display Feature Testing): Fix typo.
8370
8371 2002-06-12 Andreas Schwab <schwab@suse.de>
8372
8373 * frames.texi (Initial Parameters, Resources): Fix references to
8374 the Emacs manual.
8375
8376 2002-05-13 Kim F. Storm <storm@cua.dk>
8377
8378 * variables.texi (Intro to Buffer-Local): Updated warning and
8379 example relating to changing buffer inside let.
8380
8381 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
8382
8383 * os.texi (Session Management): New node about X Session management.
8384
8385 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
8386
8387 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
8388 to which the manual corresponds, and the copyright years.
8389
8390 * Makefile.in (VERSION): Set to 2.9.
8391
8392 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
8393
8394 * elisp.texi: Change the category in @dircategory to "Emacs", to
8395 make it consistent with info/dir.
8396
8397 2001-11-25 Miles Bader <miles@gnu.org>
8398
8399 * text.texi (Fields): Describe new `limit' arg in
8400 field-beginning/field-end.
8401
8402 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
8403
8404 * permute-index: Don't depend on csh-specific features.
8405 Replace the interpreter name with /bin/sh.
8406
8407 * two-volume-cross-refs.txt: New file.
8408 * two.el: New file.
8409 * spellfile: New file.
8410
8411 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
8412
8413 * permute-index: New file.
8414
8415 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
8416 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
8417 8+3 restricted namespace.
8418
8419 * Makefile.in (infodir): Define relative to $(srcdir).
8420 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
8421 include directories list via -I switch to makeinfo.
8422 (index.texi): Use cp if both hard and symbolic links fail.
8423
8424 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
8425
8426 * Makefile.in (distclean): Add.
8427
8428 The following changes make ELisp manual part of the Emacs
8429 distribution:
8430
8431 * Makefile.in: Add Copyright notice.
8432 (prefix): Remove.
8433 (infodir): Change value to "../info".
8434 (VPATH): New variable.
8435 (MAKE): Don't define.
8436 (texmacrodir): Don't define.
8437 (texinputdir): Append the existing value of TEXINPUTS.
8438 ($(infodir)/elisp): Instead of just "elisp". Reformat the
8439 command to be compatible with man/Makefile.in, and to put the
8440 output into ../info.
8441 (info): Add target.
8442 (installall): Target removed.
8443
8444 2001-10-31 Pavel Janík <Pavel@Janik.cz>
8445
8446 * tips.texi (Coding Conventions): Fix typo.
8447
8448 2001-10-23 Gerd Moellmann <gerd@gnu.org>
8449
8450 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
8451
8452 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
8453
8454 * files.texi (File Name Components): Update the description of
8455 file-name-sans-extension and file-name-extension, as they now
8456 ignore leading dots.
8457
8458 2001-10-20 Gerd Moellmann <gerd@gnu.org>
8459
8460 * (Version 21.1 released.)
8461
8462 2001-10-19 Miles Bader <miles@gnu.org>
8463
8464 * positions.texi (Text Lines): Describe behavior of
8465 `beginning-of-line'/`end-of-line' in the presence of field properties.
8466
8467 2001-10-17 Gerd Moellmann <gerd@gnu.org>
8468
8469 * Makefile.in (VERSION): Set to 2.8.
8470 (manual): Use `manual-21'.
8471
8472 * elisp.texi (VERSION): Add and use it where the version
8473 number was used. Set it to 2.8.
8474
8475 * intro.texi: Likewise.
8476
8477 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
8478
8479 * files.texi (File Name Completion): Document the significance of
8480 a trailing slash in elements of completion-ignored-extensions.
8481
8482 2001-10-06 Miles Bader <miles@gnu.org>
8483
8484 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
8485
8486 2001-10-04 Gerd Moellmann <gerd@gnu.org>
8487
8488 * variables.texi (Variable Aliases): New node.
8489
8490 2001-10-04 Gerd Moellmann <gerd@gnu.org>
8491
8492 * Branch for 21.1.
8493
8494 2001-10-02 Miles Bader <miles@gnu.org>
8495
8496 * minibuf.texi (Minibuffer Misc): Add entries for
8497 `minibuffer-contents', `minibuffer-contents-no-properties', and
8498 `delete-minibuffer-contents'.
8499 Correct description for `minibuffer-prompt-end'.
8500
8501 * text.texi (Property Search): Correct descriptions of
8502 `next-char-property-change' and `previous-char-property-change'.
8503 Add entries for `next-single-char-property-change' and
8504 `previous-single-char-property-change'.
8505 Make operand names a bit more consistent.
8506
8507 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
8508
8509 * frames.texi (Finding All Frames): Document that next-frame and
8510 previous-frame are local to current terminal.
8511
8512 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
8513
8514 * keymaps.texi (Creating Keymaps): Fix the description of the
8515 result of make-keymap.
8516
8517 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
8518
8519 * display.texi (Font Lookup, Attribute Functions)
8520 (Image Descriptors): Add cross-references to the definition of
8521 selected frame.
8522
8523 * buffers.texi (The Buffer List): Add cross-references to the
8524 definition of selected frame.
8525
8526 * frames.texi (Input Focus): Clarify which frame is _the_ selected
8527 frame at any given time.
8528 (Multiple Displays, Size and Position): Add a cross-reference to
8529 the definition of the selected frame.
8530
8531 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
8532
8533 * strings.texi (String Conversion) <string-to-number>: Document
8534 that a float is returned for integers that are too large.
8535
8536 * frames.texi (Mouse Position): Document mouse-position-function.
8537 (Display Feature Testing): Document display-images-p.
8538 (Window Frame Parameters): Document the cursor-type variable.
8539
8540 * numbers.texi (Integer Basics): Document CL style read syntax for
8541 integers in bases other than 10.
8542
8543 * positions.texi (List Motion):
8544 Document open-paren-in-column-0-is-defun-start.
8545
8546 * lists.texi (Sets And Lists): Document member-ignore-case.
8547
8548 * internals.texi (Garbage Collection): Document the used and free
8549 strings report.
8550 (Memory Usage): Document strings-consed.
8551
8552 * os.texi (Time of Day): Document float-time.
8553 (Recording Input): Document that clear-this-command-keys clears
8554 the vector to be returned by recent-keys.
8555
8556 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
8557 argument keymap can be a list.
8558
8559 * nonascii.texi (User-Chosen Coding Systems)
8560 <select-safe-coding-system>: Document the new argument
8561 accept-default-p and the variable
8562 select-safe-coding-system-accept-default-p. Tell what happens if
8563 buffer-file-coding-system is undecided.
8564 (Default Coding Systems): Document auto-coding-regexp-alist.
8565
8566 * display.texi (The Echo Area) <message>: Document
8567 message-truncate-lines.
8568 (Glyphs): Document that the glyph table is unused on windowed
8569 displays.
8570
8571 * help.texi (Describing Characters) <single-key-description>:
8572 Document the new argument no-angles.
8573 (Accessing Documentation) <documentation-property>: Document that
8574 a non-string property is evaluated.
8575 <documentation>: Document that the function-documentation property
8576 is looked for.
8577
8578 * windows.texi (Selecting Windows): Document some-window.
8579
8580 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
8581
8582 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
8583 apropos-mode-hook.
8584
8585 * commands.texi (Using Interactive): Document interactive-form.
8586 (Keyboard Macros): Document kbd-macro-termination-hook.
8587 (Command Loop Info): Document that clear-this-command-keys clears
8588 the vector to be returned by recent-keys.
8589
8590 2001-09-04 Werner LEMBERG <wl@gnu.org>
8591
8592 * Makefile.in (srcdir, texinputdir): New variables.
8593 (srcs, index.texi, install): Use $(srcdir).
8594 (.PHONY): Remove elisp.dvi.
8595 (elisp): Use -I switch for makeinfo.
8596 (elisp.dvi): Use $(srcdir) and $(texinputdir).
8597 (installall, dist): Use $(srcdir).
8598 Fix path to texinfo.tex.
8599 (maintainer-clean): Add elisp.dvi and elisp.oaux.
8600
8601 2001-08-30 Gerd Moellmann <gerd@gnu.org>
8602
8603 * display.texi (Conditional Display): Adjust to API change.
8604
8605 * configure: New file.
8606
8607 2001-07-30 Gerd Moellmann <gerd@gnu.org>
8608
8609 * commands.texi (Repeat Events): Add description of
8610 double-click-fuzz.
8611
8612 2001-05-08 Stefan Monnier <monnier@cs.yale.edu>
8613
8614 * syntax.texi (Syntax Class Table): Add the missing designator for
8615 comment and string fences.
8616 (Syntax Properties): Add a xref to syntax table internals.
8617 (Syntax Table Internals): Document string-to-syntax.
8618
8619 2001-05-07 Gerd Moellmann <gerd@gnu.org>
8620
8621 * Makefile.in (install): Use install-info command line options
8622 like in Emacs' Makefile.in.
8623
8624 2000-12-09 Miles Bader <miles@gnu.org>
8625
8626 * windows.texi (Window Start): Update documentation for
8627 `pos-visible-in-window-p'.
8628
8629 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
8630
8631 * lists.texi (Building Lists): Add footnote to explain how to add
8632 to the end of a list.
8633
8634 2000-10-25 Gerd Moellmann <gerd@gnu.org>
8635
8636 * files.texi (Visiting Functions): Typos.
8637
8638 2000-10-25 Kenichi Handa <handa@etl.go.jp>
8639
8640 * files.texi (Visiting Functions): Return value of
8641 find-file-noselect may be a list of buffers if wildcards are used.
8642
8643 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8644
8645 * display.texi (Defining Faces): Document `graphic' display type
8646 in face specs.
8647
8648 2000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8649
8650 * hooks.texi (Standard Hooks): Replace obsolete
8651 `after-make-frame-hook' with `after-make-frame-functions'.
8652
8653 * frames.texi (Creating Frames): Ditto.
8654
8655 * variables.texi (Future Local Variables): Ditto.
8656
8657 2000-10-16 Gerd Moellmann <gerd@gnu.org>
8658
8659 * display.texi (Other Image Types): Add description of :foreground
8660 and :background properties of mono PBM images.
8661
8662 2000-08-17 Werner LEMBERG <wl@gnu.org>
8663
8664 * .cvsignore: New file.
8665
8666 2000-01-05 Gerd Moellmann <gerd@gnu.org>
8667
8668 * tindex.pl: New script.
8669
8670 1999-12-03 Dave Love <fx@gnu.org>
8671
8672 * Makefile.in (MAKEINFO): New parameter.
8673
8674 1999-09-17 Richard Stallman <rms@gnu.org>
8675
8676 * Makefile.in (srcs): Add hash.texi.
8677 (VERSION): Update to 20.6.
8678
8679 1999-09-13 Richard Stallman <rms@gnu.org>
8680
8681 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
8682
8683 1998-08-29 Karl Heuer <kwzh@gnu.org>
8684
8685 * configure.in: New file.
8686 * Makefile.in: Renamed from Makefile.
8687 (prefix, infodir): Use value obtained from configure.
8688 (emacslibdir): Obsolete variable deleted.
8689 (dist): Distribute configure.in, configure, Makefile.in.
8690
8691 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
8692
8693 * Makefile (INSTALL_INFO): New variable.
8694 (install): Run install-info.
8695
8696 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
8697
8698 * Makefile (elisp.dvi): Add missing backslash.
8699
8700 1998-05-02 Richard Stallman <rms@psilocin.gnu.org>
8701
8702 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
8703 Run texindex without `./'. Always run texindex on elisp.tp.
8704 (elisp.tps): Target deleted.
8705
8706 1998-04-05 Richard Stallman <rms@psilocin.gnu.org>
8707
8708 * Makefile (srcs): Add nonascii.texi and customize.texi.
8709 (dist): Start by deleting `temp'.
8710
8711 1998-02-17 Richard Stallman <rms@psilocin.gnu.org>
8712
8713 * Makefile (makeinfo, texindex): Targets deleted.
8714 (makeinfo.o, texindex.o): Targets deleted.
8715 (clean, dist): Don't do anything with them or with getopt*.
8716
8717 1998-01-30 Richard Stallman <rms@psilocin.gnu.org>
8718
8719 * Makefile (SHELL): Defined.
8720
8721 1998-01-27 Richard Stallman <rms@psilocin.gnu.org>
8722
8723 * Makefile (elisp.tps): New target.
8724 (elisp.dvi): Depend on elisp.tps.
8725
8726 1996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
8727
8728 * README: Update phone number.
8729
8730 * Makefile (elisp): Make this be the default target.
8731 Depend on makeinfo.c instead of makeinfo.
8732 (install): Don't depend on elisp.dvi, since we don't install that.
8733 Use mkinstalldirs.
8734 (dist): Add mkinstalldirs.
8735
8736 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8737
8738 * Makefile (VERSION): Update version number.
8739 (maintainer-clean): Rename from realclean.
8740
8741 1995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8742
8743 * Makefile (realclean): New target.
8744 (elisp): Remove any old elisp-* files first.
8745
8746 1993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
8747
8748 * Makefile (VERSION): New variable.
8749 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
8750 Compressed file suffix should be `.gz', not `.z'.
8751
8752 1993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8753
8754 * Makefile (elisp): Depend on makeinfo.
8755
8756 1993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
8757
8758 * Makefile (srcs): Add anti.texi.
8759
8760 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8761
8762 * Makefile (infodir, prefix): New vars.
8763 (install): Use infodir.
8764 (emacsinfodir): Deleted.
8765
8766 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8767
8768 * Makefile (srcs): Add calendar.texi.
8769
8770 * Makefile (dist): Copy texindex.c and makeinfo.c.
8771 Limit elisp-* files to those with one or two digits.
8772
8773 1993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8774
8775 * Makefile (dist): Changed to use Gzip instead of compress.
8776
8777 1993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8778
8779 * loading.texi (Unloading): define-function changed back to
8780 defalias. It may not stay this way, but at least it's
8781 consistent with the known-good version of the code patch.
8782
8783 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
8784
8785 * modes.texi (Hooks): Document new optional arg of add-hook.
8786
8787 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8788
8789 * variables.texi: Document nil initial value of buffer-local variables.
8790
8791 * tips.texi: Add new section on standard library headers.
8792
8793 1993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8794
8795 * Makefile (srcs): Add frame.texi to the list of sources.
8796
8797 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8798
8799 * Makefile (dist): Don't bother excluding autosave files; they'll
8800 never make it into the temp directory anyway, and the hash marks
8801 in the name are problematic for make and the Bourne shell.
8802 (srcs):
8803
8804 1993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8805
8806 * Makefile (dist): Don't include backup files or autosave files in
8807 the distribution tar file.
8808
8809 1991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8810
8811 * Makefile (srcs): Add index.perm.
8812 (elisp.dvi): Remove erroneous shell comment.
8813 Expect output of permute-index in permuted.fns.
8814 Save old elisp.aux in elisp.oaux.
8815 (clean): Add index.texi to be deleted.
8816
8817 1990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8818
8819 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
8820
8821 1990-06-26 David Lawrence (tale@geech)
8822
8823 * files.texi: Noted that completion-ignored-extensions is ignored
8824 when making *Completions*.
8825
8826 1990-06-08 Jay Fenlason (hack@ai.mit.edu)
8827
8828 * Makefile make dist now depends on elisp.dvi, since it tries
8829 to include it in the dist file.
8830
8831 1990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
8832
8833 * functions.texinfo (Mapping Functions): Add missing quote.
8834
8835 1989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8836
8837 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
8838 (defunargs): Turn off \hyphenchar of \sl font temporarily.
8839
8840 1989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
8841
8842 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
8843 and @error{} are the terms now being used. The files in the
8844 directory have been changed to reflect this.
8845
8846 * All instances of @indentedresultt{} have been changed to
8847 ` @result{}', using 5 spaces at the begining of the line.
8848
8849 1989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
8850
8851 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
8852 experimental @indentedresult{}, @indentedexpandsto{} are part of
8853 the texinfo.tex in this directory. These TeX macros are not
8854 stable yet.
8855
8856 1989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
8857
8858 * texinfo.tex: Temporarily added
8859 \let\result=\dblarrow
8860 \def\error{{\it ERROR} \longdblarrow}
8861 We need to do this better soon.
8862
8863 1989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
8864
8865 * Applied Karl Berry's patches to *.texinfo files, but not to
8866 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
8867 new title page format is also not applied, since it requires
8868 texinfo.tex changes.)
8869
8870 * Cleaned up `Makefile' and defined the `emacslibdir' directory
8871 for the Project GNU development environment.
8872
8873 ;; Local Variables:
8874 ;; coding: utf-8
8875 ;; End:
8876
8877 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
8878 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
8879
8880 This file is part of GNU Emacs.
8881
8882 GNU Emacs is free software: you can redistribute it and/or modify
8883 it under the terms of the GNU General Public License as published by
8884 the Free Software Foundation, either version 3 of the License, or
8885 (at your option) any later version.
8886
8887 GNU Emacs is distributed in the hope that it will be useful,
8888 but WITHOUT ANY WARRANTY; without even the implied warranty of
8889 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8890 GNU General Public License for more details.
8891
8892 You should have received a copy of the GNU General Public License
8893 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.