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