1 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
3 Document behavior of (string-to-number "+@") (Bug#16293).
4 * strings.texi (String Conversion): Document behavior of
5 string-to-number on invalid strings that begin with "+", too.
7 2014-01-03 Chong Yidong <cyd@gnu.org>
9 * help.texi (Documentation, Accessing Documentation): Copyedits.
10 (Documentation Basics): Rewrite, avoiding a repeat discussion of
11 docstring conventions.
13 * tips.texi (Documentation Tips): Move discussion of
14 emacs-lisp-docstring-fill-column here from Documentation Basics.
16 * compile.texi (Docs and Compilation): Copyedits.
18 2014-01-02 Glenn Morris <rgm@gnu.org>
20 * numbers.texi (Numeric Conversions): Fix a typo.
22 2013-12-29 Paul Eggert <eggert@cs.ucla.edu>
24 Plain copy-file no longer chmods an existing destination (Bug#16133).
25 * files.texi (Changing Files): Document this.
27 2013-12-28 Chong Yidong <cyd@gnu.org>
29 * modes.texi (Auto Major Mode): Document interpreter-mode-alist
32 * buffers.texi (Modification Time): Document visited-file-modtime
35 2013-12-28 Glenn Morris <rgm@gnu.org>
37 * control.texi (Pattern matching case statement): Brevity.
39 2013-12-27 Chong Yidong <cyd@gnu.org>
41 * functions.texi (Function Cells):
42 * eval.texi (Function Indirection): Update for the fact that
43 symbol-function no longer signals an error.
45 * commands.texi (Reading One Event): Mention keyboard coding.
47 * keymaps.texi (Translation Keymaps, Translation Keymaps):
48 * nonascii.texi (Terminal I/O Encoding): Copyedits.
50 2013-12-26 Chong Yidong <cyd@gnu.org>
52 * advice.texi (Advising Functions, Defining Advice): Special forms
53 can no longer be advised.
55 2013-12-25 Chong Yidong <cyd@gnu.org>
57 * keymaps.texi (Active Keymaps): Re-organize the text.
58 (Searching Keymaps): Rewrite the pseudo-code for 24.4 changes.
59 (Controlling Active Maps): Note that set-transient-map uses
60 overriding-terminal-local-map.
62 * tips.texi (Coding Conventions): Tweak the coding system tip;
63 Emacs now uses utf-8 by default for Emacs Lisp source files.
65 * display.texi (Font Selection): Tweak example.
67 * commands.texi (Event Input Misc): Document new arg to
70 * nonascii.texi (Specifying Coding Systems): Don't refer to
72 (Lisp and Coding Systems): Describe emacs-mule return value in
75 2013-12-25 Tassilo Horn <tsdh@gnu.org>
77 * control.texi (Pattern matching case statement): Rephrase lexical
78 binding requirement: the example needs it, not `pcase' itself.
80 2013-12-25 Chong Yidong <cyd@gnu.org>
82 * eval.texi (Eval): Document the LEXICAL arg to eval.
84 * variables.texi (Variables, Void Variables): Use "scoping rule"
85 terminology consistently.
86 (Variable Scoping): Add index entries, and use "dynamic scope"
87 terminology in place of "indefinite scope" to reduce confusion.
88 (Lexical Binding): Document lexical environment format.
89 (Using Lexical Binding): Add index entries for error messages.
91 2013-12-24 Tassilo Horn <tsdh@gnu.org>
93 * control.texi (Pattern matching case statement): Fix missing
94 argument in simple expression language sample (Bug#16238). Add
95 some sample programs written in that language. Mention that
96 `pcase' requires lexical binding.
98 2013-12-23 Xue Fuqiao <xfq.free@gmail.com>
100 * eval.texi (Special Forms): Document `special-form-p'.
102 * macros.texi (Simple Macro): Document `macrop'.
104 * files.texi (Changing Files): Fix an argument of `copy-file'.
106 * strings.texi (Creating Strings): Document TRIM in `split-string'.
108 2013-12-23 Chong Yidong <cyd@gnu.org>
110 * keymaps.texi (Controlling Active Maps): Renamed
111 set-temporary-overlay-map to set-transient map. Doc fixes.
112 (Searching Keymaps): The transient keymap takes precedence.
114 2013-12-23 Glenn Morris <rgm@gnu.org>
116 * loading.texi (How Programs Do Loading, Load Suffixes):
117 Mention `load-prefer-newer'.
119 2013-12-22 Xue Fuqiao <xfq.free@gmail.com>
121 * hash.texi (Other Hash): Document `hash-table-keys'
122 and `hash-table-values'.
124 2013-12-22 Eli Zaretskii <eliz@gnu.org>
126 * nonascii.texi (Character Properties): NAME or OLD-NAME
127 properties can be nil (there's no empty string).
128 (Character Properties): Update the reference to the UCD.
130 2013-12-22 Xue Fuqiao <xfq.free@gmail.com>
132 * sequences.texi (Bool-Vectors): Document new bool-vector set
135 * text.texi (Examining Properties): Document `get-pos-property'.
137 * variables.texi (Directory Local Variables):
138 Document `enable-dir-local-variables'.
140 * debugging.texi (Debugger Commands):
141 Document `debugger-toggle-locals'.
143 2013-12-21 Chong Yidong <cyd@gnu.org>
145 * text.texi (Region Indent): Note the new interactive behavior of
148 2013-12-20 Tassilo Horn <tsdh@gnu.org>
150 * numbers.texi (numbers): Document that =, <, <=, >, >= now accept
151 one or many arguments.
153 * display.texi: Document `messages-buffer'.
155 * os.texi: Document `initial-buffer-choice' changes.
157 2013-12-20 Chong Yidong <cyd@gnu.org>
159 * text.texi (Changing Properties): Improve documentation for
160 add-face-text-property.
161 (Special Properties): Mention add-face-text-property.
163 2013-12-18 Chong Yidong <cyd@gnu.org>
165 * customize.texi (Custom Themes): Document custom-known-themes
168 * modes.texi (Defining Minor Modes): Fix typo (Bug#14874).
169 (Keymaps and Minor Modes): Fix binding convention (Bug#11522).
171 2013-12-13 Glenn Morris <rgm@gnu.org>
173 * internals.texi (Building Emacs):
174 * loading.texi (Library Search): Mention that site-load,
175 site-init cannot change load-path.
177 2013-12-12 Glenn Morris <rgm@gnu.org>
179 * elisp.texi: Tweak dircategory.
181 2013-12-12 Eli Zaretskii <eliz@gnu.org>
183 * nonascii.texi (Encoding and I/O): Document file-name encoding
184 peculiarities on MS-Windows.
186 2013-12-12 Glenn Morris <rgm@gnu.org>
188 * elisp.texi: Sync direntry with info/dir version.
190 2013-12-08 Juanma Barranquero <lekktu@gmail.com>
192 * display.texi (Progress, Face Remapping):
193 * processes.texi (Serial Ports):
194 * windows.texi (Recombining Windows): Fix typos. (Bug#16089)
196 2013-12-04 Juri Linkov <juri@jurta.org>
198 * searching.texi (Search and Replace): Fix `unread-command-events'
201 2013-12-03 Juri Linkov <juri@jurta.org>
203 * windows.texi (Choosing Window): Rename `no-display-ok' to
204 `allow-no-window'. (Bug#13594)
206 2013-11-30 Glenn Morris <rgm@gnu.org>
208 * Makefile.in (distclean): Remove Makefile.
210 2013-11-29 Andreas Politz <politza@fh-trier.de>
212 * modes.texi (Imenu): Make it clear that sub-alist is the cdr
215 2013-11-27 Glenn Morris <rgm@gnu.org>
217 * loading.texi (Library Search):
218 * os.texi (Startup Summary): No more leim directory.
220 2013-11-26 Glenn Morris <rgm@gnu.org>
222 * os.texi (Startup Summary): Update for leim-list being preloaded.
224 2013-11-23 Brian Jenkins <brian@brianjenkins.org> (tiny change)
226 * frames.texi (Input Focus):
227 * hooks.texi (Standard Hooks): Mention focus-in-hook, focus-out-hook.
229 2013-11-23 Glenn Morris <rgm@gnu.org>
231 * loading.texi (Library Search):
232 Empty elements in EMACSLOADPATH now mean the default load-path.
234 2013-11-22 Glenn Morris <rgm@gnu.org>
236 * loading.texi (Library Search): Minor clarification.
238 2013-11-20 Leo Liu <sdl.web@gmail.com>
240 * windows.texi (Choosing Window): Mention `no-display-ok'. (Bug#13594)
242 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
244 * os.texi (File Notifications): Add an index.
246 * loading.texi (Loading): Add an cross-reference.
248 2013-11-18 Xue Fuqiao <xfq.free@gmail.com>
250 * os.texi (Session Management, Desktop Notifications): Add some
251 indexes and a cross-reference.
253 2013-11-17 Xue Fuqiao <xfq.free@gmail.com>
255 * os.texi (Time Parsing):
256 (Processor Run Time, Input Modes, Terminal Output): Minor fixes.
258 2013-11-14 Glenn Morris <rgm@gnu.org>
260 * loading.texi (Library Search): Update section.
262 2013-11-11 Xue Fuqiao <xfq.free@gmail.com>
264 * os.texi (User Identification, Time of Day, Time Conversion):
267 2013-11-10 Jan Djärv <jan.h.d@swipnet.se>
269 * keymaps.texi (Tool Bar): Mention that Gtk+/NS ignores item 1 to 3.
271 2013-11-09 Xue Fuqiao <xfq.free@gmail.com>
273 * os.texi (Startup Summary): Add an index about startup screen.
275 (Command-Line Arguments): Add cross-reference for `dump-emacs'.
277 2013-11-08 Eli Zaretskii <eliz@gnu.org>
279 * display.texi (Truncation): Document that cache-long-scans is now
280 non-nil by default. (Bug#15797)
282 2013-11-05 Eli Zaretskii <eliz@gnu.org>
284 * lists.texi (Rearrangement): Fix indexing.
286 * display.texi (Bidirectional Display): Fix indexing.
288 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
290 * lists.texi (Rearrangement): Improve indexing.
292 * display.texi (Glyphs): Add an index for glyph code.
293 (Bidirectional Display): Improve indexing.
295 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
297 * display.texi (Face Attributes): Document :distant-foreground.
299 2013-10-30 Xue Fuqiao <xfq.free@gmail.com>
301 * display.texi (Abstract Display): Improve indexing.
303 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
305 * display.texi (Selective Display): Discourage the use of explicit
308 2013-10-29 Xue Fuqiao <xfq.free@gmail.com>
310 * display.texi (Showing Images): Add an index for image-size.
311 Use @code instead of @var for a normal variable.
312 (Multi-Frame Images): Improve indexing.
313 (Button Buffer Commands): Use @code instead of @var for a normal variable.
314 (Abstract Display): Explain the meaning of Ewoc.
316 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
318 * display.texi (Image Descriptors): Improve indexing.
320 2013-10-26 Xue Fuqiao <xfq.free@gmail.com>
322 * display.texi (Fringe Indicators): Add indexes for fringe indicators.
323 (Customizing Bitmaps): Add an index for customizing fringe bitmaps.
325 2013-10-25 Xue Fuqiao <xfq.free@gmail.com>
327 * display.texi (Fontsets): Minor wording fix.
328 (Low-Level Font): Improve indexing.
330 * nonascii.texi (Character Properties): Add an index for script symbols.
332 2013-10-24 Xue Fuqiao <xfq.free@gmail.com>
334 * display.texi (Face Remapping): Add indexes for face remapping.
335 (Font Selection): Add indexes.
336 (Low-Level Font): Add an index for font registry.
338 2013-10-23 Glenn Morris <rgm@gnu.org>
340 * eval.texi, files.texi, intro.texi, objects.texi, searching.texi:
343 * Makefile.in (install-dvi, install-html, install-pdf)
344 (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
345 (uninstall-pdf): Quote entities that might contain whitespace.
347 2013-10-19 Xue Fuqiao <xfq.free@gmail.com>
349 * display.texi (Face Attributes): Add indexes for the ‘:box’
352 2013-10-18 Xue Fuqiao <xfq.free@gmail.com>
354 * display.texi (Line Height): Add indexes for line height.
356 2013-10-17 Xue Fuqiao <xfq.free@gmail.com>
358 * display.texi (Width): Fix arguments of ‘truncate-string-to-width’.
360 2013-10-16 Xue Fuqiao <xfq.free@gmail.com>
362 * display.texi (Selective Display): Add an index for explicit
365 2013-10-15 Xue Fuqiao <xfq.free@gmail.com>
367 * display.texi (Warning Basics): Mention the ‘*Warnings*’ buffer.
369 2013-10-13 Glenn Morris <rgm@gnu.org>
371 * intro.texi (Acknowledgments): Use accented form of some names.
373 2013-10-09 Glenn Morris <rgm@gnu.org>
375 * control.texi (Conditionals): Copyedits. (Bug#15558)
377 2013-10-08 Eli Zaretskii <eliz@gnu.org>
379 Support menus on text-mode terminals.
380 * keymaps.texi (Defining Menus, Mouse Menus, Menu Bar): Modify
381 wording to the effect that menus are supported on TTYs.
383 * frames.texi (Pop-Up Menus, Dialog Boxes)
384 (Display Feature Testing): Update for menu support on TTYs.
386 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
388 * tips.texi (Comment Tips): Discourage use of triple semi-colons for
391 2013-10-05 Xue Fuqiao <xfq.free@gmail.com>
393 * syntax.texi (Categories): Add an index for category sets.
395 2013-10-03 Xue Fuqiao <xfq.free@gmail.com>
397 * syntax.texi (Syntax Flags):
398 (Syntax Table Functions): Add indexes.
400 2013-10-02 Xue Fuqiao <xfq.free@gmail.com>
402 * syntax.texi (Syntax Class Table): Add an index for syntax class table.
404 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
406 * searching.texi (Regexp Search): Refine.
408 2013-09-22 Xue Fuqiao <xfq.free@gmail.com>
410 * nonascii.texi (Default Coding Systems): Typo fix.
412 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
414 * nonascii.texi (Coding System Basics): Add information about carriage-return.
416 2013-09-14 Eli Zaretskii <eliz@gnu.org>
418 * display.texi (Display Margins): State the units of measuring
419 margin width. (Bug#15375)
421 2013-09-13 Eli Zaretskii <eliz@gnu.org>
423 * text.texi (Not Intervals): Minor wording fix.
425 2013-09-12 Xue Fuqiao <xfq.free@gmail.com>
427 * functions.texi (Obsolete Functions): Add an index for obsolete
430 2013-09-11 Xue Fuqiao <xfq.free@gmail.com>
432 * nonascii.texi (Character Properties): Character properties fix
433 for decimal-digit-value and digit-value.
435 2013-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
437 * macros.texi (Defining Macros): Prefer "function" to "lambda
438 expression" (bug#15296).
440 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
442 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
443 for portability to hosts where /bin/sh has problems.
445 2013-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
447 * variables.texi (File Local Variables): Don't recommend quoting! Ever!
449 2013-08-20 Eli Zaretskii <eliz@gnu.org>
451 * files.texi (Information about Files): Mention file names with
452 trailing blanks on MS-Windows. (Bug#15130)
454 2013-08-18 Xue Fuqiao <xfq.free@gmail.com>
456 * positions.texi (Positions): Improve indexing.
458 2013-08-18 Eli Zaretskii <eliz@gnu.org>
460 * markers.texi (The Region): Improve indexing.
462 2013-08-17 Xue Fuqiao <xfq.free@gmail.com>
464 * modes.texi (SMIE, SMIE Grammar, SMIE Indentation): Add some indexes.
466 * text.texi (Maintaining Undo): Mention interactive call of
468 (Filling): Add cross-reference for hard newlines.
469 (Sorting): Fix indentation.
470 (Columns): Comment out undefined behavior.
471 (Case Changes): Fix an `args-out-of-range' error in the example.
473 2013-08-16 Xue Fuqiao <xfq.free@gmail.com>
475 * text.texi (Insertion): Refine.
476 (Margins): Add an index.
477 (Undo): Doc fix for `buffer-undo-list'.
479 * positions.texi (Character Motion):
480 * markers.texi (Moving Markers):
481 (Creating Markers): Comment out undefined behavior.
483 2013-08-15 Xue Fuqiao <xfq.free@gmail.com>
485 * markers.texi (The Region): Add/move indexes.
487 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
489 * display.texi (ImageMagick Images): Mention :content-type and
490 `image-content-type-suffixes'.
492 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
494 * positions.texi (Word Motion): Remove redundant sentence.
496 2013-08-13 Glenn Morris <rgm@gnu.org>
498 * lists.texi (List Elements):
499 Undocument behavior of nth and nthcdr with n < 0. (Bug#15059)
501 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
503 * frames.texi (Display Feature Testing): Add indexes.
505 2013-08-12 Glenn Morris <rgm@gnu.org>
507 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
508 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
509 (INSTALL_DATA): New, set by configure.
510 (HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
512 (.SUFFIXES): Add .ps and .dvi.
513 (.dvi.ps): New suffix rule.
514 (dvi, html, pdf, ps): Use *_TARGETS variables.
515 (elisp.html): Use HTML_OPTS.
516 (elisp.ps): Remove explicit rule.
517 (.PHONY): install-dvi, install-html, install-pdf, install-ps
518 ,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
519 uninstall-ps, and uninstall-doc.
520 (install-dvi, install-html, install-pdf, install-ps, install-doc)
521 (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
522 (uninstall-doc): New rules.
523 (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
525 2013-08-10 Xue Fuqiao <xfq.free@gmail.com>
527 * edebug.texi (Instrumenting Macro Calls): Use @defmac for macros.
529 2013-08-09 Xue Fuqiao <xfq.free@gmail.com>
531 * control.texi (Error Symbols): Minor fix for previous change.
533 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
535 * errors.texi (Standard Errors): Don't refer to `error-conditions'.
537 * control.texi (Signaling Errors): Refer to define-error.
538 (Error Symbols): Add `define-error'.
540 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
542 * positions.texi (Motion by Screen Lines):
543 * display.texi (Truncation): Rename `cache-long-line-scans'
544 to `cache-long-scans'.
546 2013-08-05 Xue Fuqiao <xfq.free@gmail.com>
548 * windows.texi (Window Start and End): Add an index.
550 2013-08-02 Xue Fuqiao <xfq.free@gmail.com>
552 * display.texi (Face Functions): Add an index.
554 * variables.texi (Variable Aliases): Add an index.
556 * functions.texi (Defining Functions): Add an index.
558 * nonascii.texi (Coding System Basics): Add an index.
560 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
562 * nonascii.texi (Non-ASCII Characters): Update menu.
563 (Disabling Multibyte): Move here from doc/emacs/mule.texi. Fix cross-references.
565 * elisp.texi (Top): Update menu.
567 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
569 * windows.texi (Window History): Mention the default value of
570 switch-to-visible-buffer. Add cross-references.
572 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
574 * errors.texi (Standard Errors): Fix typo.
576 * files.texi (Magic File Names):
577 * os.texi (File Notifications): Remove file-notify-supported-p.
579 2013-07-24 Paul Eggert <eggert@cs.ucla.edu>
581 * eval.texi (Special Forms): Mention 'lambda'. Also, say that
582 non-well-formed expressions result in unspecified behavior, though
583 Emacs will not crash.
585 2013-07-22 Michael Albinus <michael.albinus@gmx.de>
587 * files.texi (Magic File Names): Add file-notify-add-watch,
588 file-notify-rm-watch and file-notify-supported-p. Move
591 * errors.texi (Standard Errors): Add file-notify-error.
593 * os.texi (Desktop Notifications): Rename from Notifications.
594 (File Notifications): New node.
596 * elisp.texi (Top): Update menu for these changes.
598 2013-07-19 Xue Fuqiao <xfq.free@gmail.com>
600 * windows.texi (Display Action Functions): Mention next-window.
602 2013-07-16 Xue Fuqiao <xfq.free@gmail.com>
604 * windows.texi (Selecting Windows): Fix the introduction of
605 `set-frame-selected-window''s arguments.
607 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
609 Timestamp fixes for undo (Bug#14824).
610 * text.texi (Undo): Document (t . 0) and (t . -1) in buffer-undo-list.
612 2013-07-06 Eli Zaretskii <eliz@gnu.org>
614 * nonascii.texi (Text Representations): Document that
615 multibyte-string-p returns nil for non-string objects.
617 2013-07-06 Glenn Morris <rgm@gnu.org>
619 * elisp.texi (Top): Move WWW_GNU_ORG section outside @copying.
621 2013-07-03 Glenn Morris <rgm@gnu.org>
623 * debugging.texi (Debugging):
624 * files.texi (File Attributes, Changing Files): Fix cross-references.
626 * package.texi (Package Archives): Fix @url call.
628 * syntax.texi (Syntax Table Functions): Mention describe-syntax.
630 2013-06-29 Eli Zaretskii <eliz@gnu.org>
632 * display.texi (Bidirectional Display): Document move-point-visually.
634 2013-06-29 Xue Fuqiao <xfq.free@gmail.com>
636 * buffers.texi (Buffer File Name): Fix typo.
638 2013-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
640 * tips.texi (Coding Conventions): Improve wording.
642 2013-06-24 Glenn Morris <rgm@gnu.org>
644 * loading.texi (Autoload): Fix typo.
646 * variables.texi (Lexical Binding): Fix typo.
648 * functions.texi (Anonymous Functions): Put back ' removed 2012-10-23.
650 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
652 * display.texi (ImageMagick Images): Mention :max-width and
655 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
657 * numbers.texi (Math Functions): Remove obsolete function log10.
659 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
661 * modes.texi (Mode Line Data, Properties in Mode): Advertise `keymap'
662 rather than `local-map'.
664 * keymaps.texi (Active Keymaps): Fix documentation of
665 set-temporary-overlay-map and overriding-terminal-local-map.
667 2013-06-19 Glenn Morris <rgm@gnu.org>
669 * Makefile.in (dist): Edit more configure variables.
670 Try to check that we do not miss any in future.
672 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
674 * text.texi (Undo, Changing Properties): Fix typos.
676 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
678 * text.texi (Changing Properties): Document `add-face-text-property'.
680 2013-06-17 Kenichi Handa <handa@gnu.org>
682 * display.texi (Face Attributes): Refer to "Low-Level font" (not
683 "Font Selection") in the explanation of :font attribute (bug#14629).
685 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
687 * loading.texi (Hooks for Loading): Don't document after-load-alist.
688 Document with-eval-after-load instead of eval-after-load.
690 2013-06-11 Xue Fuqiao <xfq.free@gmail.com>
692 * files.texi (File Name Expansion): Make the example more
695 2013-06-10 Paul Eggert <eggert@cs.ucla.edu>
697 Documentation fix for 'ls' and hard links.
698 * compile.texi (Compilation Functions):
699 * files.texi (File Attributes, Changing Files):
700 Use current format for GNU 'ls' output.
701 (File Attributes): Fix problem introduced in previous change:
702 the link count is the number of hard links, not the number
705 2013-06-10 Xue Fuqiao <xfq.free@gmail.com>
707 * files.texi (File Attributes): Fix typo.
709 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
711 * functions.texi (Lambda Expressions): Lambda expressions don't
712 evaluate to themselves in general (bug#11782).
714 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
716 * loading.texi (Autoload):
717 * help.texi (Documentation Basics, Accessing Documentation)
718 (Accessing Documentation, Accessing Documentation): DOC-* is now DOC.
720 2013-04-23 Glenn Morris <rgm@gnu.org>
722 * internals.texi (Writing Emacs Primitives): Remove obvious example.
723 Tweak other to avoid overly long line.
725 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
727 * internals.texi (Writing Emacs Primitives): Remove unnecessary
728 references to the sources. (Bug#13800)
730 * searching.texi (Regexp Backslash): Doc fix for backslash
731 constructs in regular expressions.
733 2013-04-15 Christopher Schmidt <christopher@ch.ristopher.com>
735 * tips.texi (Coding Conventions): Mention separation of package
736 descriptor and name of internal symbols by two hyphens.
738 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
740 * windows.texi (Splitting Windows): Change category of
741 split-window from a command to a function.
743 2013-04-06 Chong Yidong <cyd@gnu.org>
745 * display.texi (Faces): Minor clarifications.
746 (Defining Faces): Clarify default vs custom face specs.
747 Document face-spec-set.
749 * display.texi (Overlay Properties):
750 * text.texi (Special Properties): Use the "anonymous face"
751 terminology. Describe foreground-color and background-color forms
752 as compatibility-only.
754 2013-03-24 Eli Zaretskii <eliz@gnu.org>
756 * compile.texi (Byte-Code Objects): Add index entry.
757 (Disassembly): Add cross-references.
759 2013-03-23 Eli Zaretskii <eliz@gnu.org>
761 * frames.texi (Size Parameters): More accurate description of the
762 difference between 'fullboth' and 'maximized'. (Bug#13935)
764 2013-03-17 Christopher Schmidt <christopher@ch.ristopher.com>
766 * symbols.texi (Standard Properties): Document pure. (Bug#13823)
768 2013-03-16 Glenn Morris <rgm@gnu.org>
770 * elisp.texi: Add some stuff specific to www.gnu.org.
772 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
774 * control.texi (Pattern matching case statement): Fix typo.
776 2013-03-04 Paul Eggert <eggert@cs.ucla.edu>
778 * elisp.texi, intro.texi: Switch from Latin-1 to UTF-8.
780 2013-03-03 Glenn Morris <rgm@gnu.org>
782 * objects.texi (Symbol Type): Fix typo.
784 2013-02-28 Bastien Guerry <bzg@gnu.org>
786 * variables.texi (File Local Variables): Fix reference.
788 2013-02-24 Eli Zaretskii <eliz@gnu.org>
790 * files.texi (Magic File Names): Improve wording and indexing.
792 2013-02-21 Glenn Morris <rgm@gnu.org>
794 * display.texi (Multi-Frame Images): Minor rephrasing.
796 2013-02-20 Glenn Morris <rgm@gnu.org>
798 * display.texi (GIF Images, TIFF Images): Delete these nodes.
799 (ImageMagick Images): For :index, use an xref rather than duplicating.
800 (Other Image Types): Add GIF, adjust formatting.
801 (Multi-Frame Images): Rename from Animated Images. Expand section.
802 * elisp.texi (Top): Update menu for these changes.
804 2013-02-19 Glenn Morris <rgm@gnu.org>
806 * text.texi (Change Hooks): Fix typo.
808 2013-02-15 Glenn Morris <rgm@gnu.org>
810 * modes.texi (Basic Major Modes): 'z' no longer bound in special-mode.
812 2013-02-13 Glenn Morris <rgm@gnu.org>
814 * objects.texi (Char-Table Type): Add footnote about #^^.
816 * modes.texi (Minor Mode Conventions): Fix typo.
818 * keymaps.texi (Scanning Keymaps): Remove obsolete sentence about
819 meta characters; this changed in 22.1. (Bug#13684)
821 * objects.texi (Char-Table Type): Add cindex.
823 * keymaps.texi (Key Binding Commands): Trivial rephrasing.
825 2013-02-10 Glenn Morris <rgm@gnu.org>
827 * keymaps.texi (Creating Keymaps): Update make-keymap result.
829 2013-02-09 Eli Zaretskii <eliz@gnu.org>
831 * modes.texi (%-Constructs): Remove the description of %t.
833 * nonascii.texi (MS-DOS File Types): Delete node.
835 2013-02-08 Glenn Morris <rgm@gnu.org>
837 * keymaps.texi (Active Keymaps, Searching Keymaps):
838 Remove confusing mention of "symbolic prefix". (Bug#13643)
840 2013-01-19 Glenn Morris <rgm@gnu.org>
842 * macros.texi (Indenting Macros): Fix order of an indent
843 symbol's arguments. (Bug#13450)
845 2013-01-19 Paul Eggert <eggert@cs.ucla.edu>
847 Allow floating-point file offsets.
848 * files.texi (Reading from Files, Writing to Files):
849 Say that file offsets can be numbers, not just integers.
851 2013-01-09 Glenn Morris <rgm@gnu.org>
853 * commands.texi (Interactive Codes):
854 Whitespace does not terminate interactive "S". (Bug#13393)
856 2013-01-06 Chong Yidong <cyd@gnu.org>
858 * windows.texi (Vertical Scrolling): Fix typos (Bug#13267).
860 2013-01-05 Glenn Morris <rgm@gnu.org>
862 * display.texi (Overlay Properties): Mention field. (Bug#13364)
864 2013-01-05 Eli Zaretskii <eliz@gnu.org>
866 * hooks.texi (Standard Hooks): Use @item, not @itemx, as the first
867 directive in a group of items.
869 2013-01-05 Chong Yidong <cyd@gnu.org>
871 * keymaps.texi (Key Sequences): Remove obsolete sentence
874 2013-01-04 Ari Roponen <ari.roponen@gmail.com> (tiny change)
876 * hash.texi (Defining Hash): Fix typo. (Bug#13345)
878 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
880 * files.texi (File Attributes): Undocument return format of file-acl.
882 2013-01-03 Glenn Morris <rgm@gnu.org>
884 * processes.texi (System Processes):
885 * syntax.texi (Syntax Table Functions): Tweak some line breaks.
887 * searching.texi (Replacing Match): Fix xref.
889 * elisp.texi (DATE): Bump to Jan 2013.
891 2013-01-02 Glenn Morris <rgm@gnu.org>
893 * customize.texi (Common Keywords, Type Keywords):
894 Replace "active field" with "button". (Bug#13310)
896 * customize.texi (Common Keywords): Add xref. (Bug#13311)
897 * tips.texi (Library Headers): Add cindex.
899 2012-12-30 Wolfgang Jenkner <wjenkner@inode.at>
901 * functions.texi (Declare Form):
902 * intro.texi (A Sample Function Description):
903 * syntax.texi (Syntax Table Internals, Syntax Table Functions):
904 * variables.texi (Using Lexical Binding): Don't use @var or CAPS
905 in @def.. commands. (Bug#13292)
907 2012-12-29 Eli Zaretskii <eliz@gnu.org>
909 * files.texi (Changing Files): Document the return values of
910 set-file-selinux-context and set-file-acl.
912 2012-12-27 Glenn Morris <rgm@gnu.org>
914 * files.texi (File Names): Mention Cygwin conversion functions.
916 2012-12-22 Martin Rudalics <rudalics@gmx.at>
918 * windows.texi (Selecting Windows): Reword description of
919 select-window (Bug#13248).
921 2012-12-22 Eli Zaretskii <eliz@gnu.org>
923 * files.texi (File Attributes, Changing Files): Remove the details
924 about the text returned by file-acl. Instead, just document that
925 it is an opaque string meant to be used by set-file-acl.
927 2012-12-21 Chong Yidong <cyd@gnu.org>
929 * modes.texi (Auto Major Mode): Fix typo (Bug#13230).
931 * customize.texi (Simple Types): Document key-sequence type
934 * strings.texi (Text Comparison): Doc fix for compare-strings.
936 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
938 * files.texi (Magic File Names): Add `file-acl',
939 `file-selinux-context', `set-file-acl' and
940 `set-file-selinux-context'. Make the list consistent.
942 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
944 * tips.texi (Library Headers): New header keyword `Homepage'.
945 Make continuation lines syntax more precise.
947 2012-12-17 Eli Zaretskii <eliz@gnu.org>
949 * files.texi (File Attributes, Changing Files): Update to include
950 MS-Windows support for ACLs.
952 2012-12-16 Romain Francoise <romain@orebokech.com>
954 * files.texi (File Attributes): Document ACL support and new
956 (Changing Files): Mention argument name change of `copy-file' and
957 document new function `set-file-acl'.
959 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
961 Fix permissions bugs with setgid directories etc. (Bug#13125)
962 * files.texi (Testing Accessibility): Document GROUP arg
963 of file-ownership-preserved-p.
964 (File Attributes): Document that 9th element is now
966 * os.texi (User Identification): Document new functions group-gid,
969 2012-12-11 Paul Eggert <eggert@cs.ucla.edu>
971 * internals.texi (C Integer Types): New section.
972 This follows up and records an email in
973 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00496.html>.
975 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
977 * control.texi (Pattern matching case statement): New node.
979 * customize.texi (Variable Definitions): Mention the default :group
980 for defcustoms (bug#13093).
982 2012-12-09 Glenn Morris <rgm@gnu.org>
984 * customize.texi (Variable Definitions): Mention eval-defun
985 on a defcustom calls the :set function when appropriate.
987 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
989 * doclicense.texi, gpl.texi: Update to latest version from FSF.
990 These are just minor editorial changes.
992 2012-12-06 Chong Yidong <cyd@gnu.org>
994 * lists.texi (Plist Access): Move put example to Symbol Plists.
996 * symbols.texi (Standard Properties): Fix typo.
998 2012-12-03 Chong Yidong <cyd@gnu.org>
1000 * symbols.texi (Symbol Properties): New node.
1001 (Symbol Plists): Make it a subsection under Symbol Properties.
1002 (Standard Properties): New node.
1004 * lists.texi (Property Lists): Move here from symbols.texi.
1005 (Plist Access): Rename from Other Plists.
1007 * customize.texi (Variable Definitions):
1008 * display.texi (Defining Faces):
1009 * sequences.texi (Char-Tables): Fix xref.
1011 * keymaps.texi (Key Sequences): `kbd' is now a function.
1013 * commands.texi (Using Interactive): Fix index entry.
1015 2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
1017 * doclicense.texi: Update to latest version from FSF.
1018 These are just minor editorial changes.
1019 * elisp.texi (GNU Free Documentation License)
1020 (GNU General Public Licens):
1021 Provide sectioning, since doclicense.texi no longer does that.
1023 * loading.texi (Named Features): @ -> @@ to fix typo.
1025 2012-11-24 Martin Rudalics <rudalics@gmx.at>
1027 * windows.texi (Basic Windows): Fix typo.
1028 (Windows and Frames): Fix example. Move description of
1029 window-in-direction here.
1030 (Recombining Windows): Fix example.
1031 (Buffers and Windows): Fix description of replace-buffer-in-windows.
1032 (Switching Buffers): Reword.
1033 (Display Action Functions): Minor adjustments.
1034 (Choosing Window Options): Minor fixes.
1035 (Window History): Minor rewording.
1036 (Dedicated Windows): Correct and reword part describing how
1037 dedicatedness affects functions removing buffers or windows.
1038 * buffers.texi (The Buffer List): Fix description of bury-buffer.
1040 2012-11-24 Chong Yidong <cyd@gnu.org>
1042 * modes.texi (%-Constructs): Fix statement about mode construct
1043 padding (Bug#12866).
1045 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1047 * debugging.texi (Profiling): Make it more clear
1048 that --enable-profiling is about profiling the C code.
1050 2012-11-21 Glenn Morris <rgm@gnu.org>
1052 * display.texi (Attribute Functions):
1053 Update for set-face-* name changes.
1054 Add new "inherit" argument for face-bold-p etc.
1055 Move description of this argument to a common section, like "frame".
1057 * debugging.texi (Profiling): New section.
1058 (Debugging): Mention profiling in the introduction.
1059 * tips.texi (Compilation Tips): Move profiling to separate section.
1060 * elisp.texi: Add Profiling to detailed menu.
1062 2012-11-21 Martin Rudalics <rudalics@gmx.at>
1064 * windows.texi (Display Action Functions): Fix recently added
1065 example. Suggested by Michael Heerdegen.
1067 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
1069 Minor cleanup for times as lists of four integers.
1070 * os.texi (Time Parsing): Time values can now be four integers.
1072 2012-11-18 Glenn Morris <rgm@gnu.org>
1074 * loading.texi (How Programs Do Loading): Add eager macro expansion.
1075 * macros.texi (Expansion): Mention eager macro expansion.
1077 * minibuf.texi (Basic Completion): Mention misc completion-table funcs.
1079 2012-11-18 Leo Liu <sdl.web@gmail.com>
1081 * minibuf.texi (Programmed Completion): Doc fix for metadata
1082 request (Bug#12850).
1084 2012-11-18 Glenn Morris <rgm@gnu.org>
1086 * display.texi (Temporary Displays): Document with-temp-buffer-window.
1088 * frames.texi (Size and Position): Add fit-frame-to-buffer command.
1089 * windows.texi (Resizing Windows): Add fit-frame-to-buffer option.
1090 (Window Sizes): Add vindex for window-min-height, window-min-width.
1091 (Display Action Functions): Mention pop-up-frame-parameters.
1093 2012-11-16 Martin Rudalics <rudalics@gmx.at>
1095 * windows.texi (Choosing Window): Rewrite description of
1096 display-buffer-alist (Bug#12167).
1097 (Display Action Functions): Mention inhibit-switch-frame.
1098 Fix description of display-buffer-below-selected. Reorder actions.
1099 Add example (Bug#12848).
1101 2012-11-16 Glenn Morris <rgm@gnu.org>
1103 * display.texi (Face Attributes): Fix :underline COLOR description.
1104 (Attribute Functions): Update for set-face-underline rename.
1105 Tweak descriptions of face-underline-p, face-inverse-video-p.
1107 * keymaps.texi (Searching Keymaps, Tool Bar): Untabify examples,
1108 so they align better in info.
1109 (Active Keymaps, Searching Keymaps, Controlling Active Maps):
1110 Document set-temporary-overlay-map.
1112 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1114 * keymaps.texi (Translation Keymaps): Add a subsection "Interaction
1115 with normal keymaps".
1117 2012-11-15 Dmitry Antipov <dmantipov@yandex.ru>
1119 * internals.texi (Garbage Collection): Update descriptions
1120 of vectorlike_header, garbage-collect and gc-cons-threshold.
1121 (Object Internals): Explain Lisp_Object layout and the basics
1122 of an internal type system.
1123 (Buffer Internals): Update description of struct buffer.
1125 2012-11-13 Glenn Morris <rgm@gnu.org>
1127 * variables.texi (Adding Generalized Variables):
1128 At least mention gv-define-expander and gv-letplace.
1130 * debugging.texi (Error Debugging): Mention debug-on-message.
1131 (Using Debugger): Mention debugger-bury-or-kill.
1133 * control.texi (Signaling Errors):
1134 * debugging.texi (Error Debugging):
1135 * errors.texi (Standard Errors): Add user-error.
1137 * variables.texi (Adding Generalized Variables):
1138 Use standard formatting for common lisp note about setf functions.
1140 2012-11-10 Martin Rudalics <rudalics@gmx.at>
1142 * elisp.texi (Top): Add Recombining Windows to menu.
1143 * windows.texi (Recombining Windows): New subsection.
1144 (Splitting Windows): Rewrite text on handling of window
1145 combinations and move it to new subsection.
1147 2012-11-10 Chong Yidong <cyd@gnu.org>
1149 * searching.texi (Replacing Match): Document \? in replace-match.
1151 * variables.texi (Creating Buffer-Local): Document setq-local and
1153 (Setting Generalized Variables): Arrange table alphabetically.
1155 * lists.texi (List Elements, List Variables): Clarify descriptions
1156 of push and pop for generalized variables.
1158 * edebug.texi (Specification List): setf is no longer CL-only.
1160 2012-11-10 Glenn Morris <rgm@gnu.org>
1162 * variables.texi (Adding Generalized Variables):
1163 Update description of FIX-RETURN expansion.
1165 * variables.texi (Setting Generalized Variables):
1166 Split most of previous contents into this subsection.
1167 (Adding Generalized Variables): New subsection.
1168 Move note on lack of setf functions here from misc/cl.texi.
1170 * elisp.texi: Add Generalized Variables subsections to detailed menu.
1172 2012-11-10 Chong Yidong <cyd@gnu.org>
1174 * frames.texi (Initial Parameters): Doc fix (Bug#12144).
1176 2012-11-08 Michael Albinus <michael.albinus@gmx.de>
1178 * os.texi (Notifications): Update descriptions of
1179 notifications-notify, notifications-close-notification and
1180 notifications-get-capabilities according to latest code changes.
1181 Add notifications-get-server-information.
1183 2012-11-03 Chong Yidong <cyd@gnu.org>
1185 * objects.texi (General Escape Syntax): Clarify the explanation of
1187 (Non-ASCII in Strings): Clarify when a string is unibyte vs
1188 multibyte. Hex escapes do not automatically make a string
1191 2012-11-03 Martin Rudalics <rudalics@gmx.at>
1193 * windows.texi (Switching Buffers): Document option
1194 switch-to-buffer-preserve-window-point.
1195 (Display Action Functions): Document window-height and
1196 window-width alist entries.
1197 (Display Action Functions):
1198 Document display-buffer-below-selected and
1199 display-buffer-in-previous-window.
1200 (Quitting Windows): Document quit-restore-window.
1202 (Window Configurations): In window-state-get mention that
1203 argument window must be valid.
1204 (Window Parameters): Document quit-restore window parameter
1207 2012-10-31 Glenn Morris <rgm@gnu.org>
1209 * control.texi (Catch and Throw): Add xref to cl.texi.
1211 * lists.texi (Sets And Lists): Point xref to better location.
1213 * errors.texi (Standard Errors):
1214 * loading.texi (Autoload): Update for cl-lib namespace changes.
1216 * modes.texi (Defining Minor Modes): "Generalized Variables"
1217 section is now in this manual rather than cl.texi.
1219 * eval.texi (Special Forms): No longer special forms: defmacro,
1220 defun, save-window-excursion, with-output-to-temp-buffer.
1221 * functions.texi (Defining Functions): Defun is now a macro.
1222 Defalias is a function.
1224 2012-10-30 Glenn Morris <rgm@gnu.org>
1226 * variables.texi (Generalized Variables): Fix typo.
1228 2012-10-30 Chong Yidong <cyd@gnu.org>
1230 * symbols.texi (Symbol Plists): Document function-get.
1232 * loading.texi (Autoload): Document autoloadp, autoload-do-load.
1234 * frames.texi (Visibility of Frames): Document tty-top-frame.
1236 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1238 * keymaps.texi (Format of Keymaps): Document the multiple
1241 2012-10-28 Martin Rudalics <rudalics@gmx.at>
1243 * windows.texi (Basic Windows): Reformulate description of live,
1244 internal and valid windows.
1245 (Cyclic Window Ordering): Describe new argument of
1246 get-lru-window and get-largest-window. Add description of
1247 window-in-direction.
1249 2012-10-27 Glenn Morris <rgm@gnu.org>
1251 * variables.texi (Generalized Variables): New section,
1252 adapted from misc/cl.texi.
1253 * elisp.texi (Top): Add Generalized Variables to menu.
1254 * lists.texi (List Elements, List Variables):
1255 Mention generalized variables.
1257 * lists.texi (List Elements): Typo fix.
1259 2012-10-27 Chong Yidong <cyd@gnu.org>
1261 * minibuf.texi (High-Level Completion): Don't mention removed
1262 function iswitchb-read-buffer.
1264 * commands.texi (Event Input Misc): Remove last-input-char.
1265 (Command Loop Info): Remove last-command-char.
1267 * frames.texi (Initial Parameters): Don't mention the obsolete
1268 special-display feature.
1270 * windows.texi (Choosing Window): Don't mention the obsolete
1271 special display feature.
1272 (Choosing Window Options): Remove obsolete special-display
1273 variables, and the functions special-display-p and
1274 special-display-popup-frame.
1276 * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
1278 * hooks.texi (Standard Hooks): Remove obsolete hooks.
1280 * markers.texi (Information from Markers): Remove obsolete
1281 function buffer-has-markers-at.
1283 * text.texi (Yanking): Document yank-handled-properties.
1285 2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
1287 Update manual for new time stamp format (Bug#12706).
1288 * buffers.texi (Modification Time):
1289 * files.texi (Testing Accessibility, File Attributes):
1290 * intro.texi (Version Info):
1291 * os.texi (Time of Day):
1292 Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
1293 These instances were missed the first time around.
1294 Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
1296 2012-10-24 Chong Yidong <cyd@gnu.org>
1298 * minibuf.texi (Text from Minibuffer): Document read-regexp
1301 * nonascii.texi (Selecting a Representation):
1302 Document set-buffer-multibyte changes.
1304 * keymaps.texi (Toolkit Differences): Node deleted.
1305 (Easy Menu): New node.
1307 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1309 * hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.
1311 2012-10-23 Paul Eggert <eggert@cs.ucla.edu>
1313 Fix outdated timestamp documentation in Elisp manual (bug#12706).
1314 * files.texi (File Attributes):
1316 Time stamp resolution is now 1 picosecond, not 1 second.
1318 2012-10-23 Chong Yidong <cyd@gnu.org>
1320 * display.texi (Font Lookup): Remove font-list-limit.
1322 * keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode
1325 2012-10-22 Glenn Morris <rgm@gnu.org>
1327 * os.texi (Recording Input): Tiny fix.
1329 * intro.texi (Lisp History):
1330 * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
1331 * tips.texi (Coding Conventions): Recommend cl-lib over cl.
1333 2012-10-15 Chong Yidong <cyd@gnu.org>
1335 * macros.texi (Defining Macros): defmacro is now a macro.
1336 Explicitly list the docstring and declare arguments.
1338 * functions.texi (Anonymous Functions): Explicitly list the
1339 docstring, declare, and interactive arguments to lambda.
1340 (Defining Functions): Likewise for defun.
1341 (Inline Functions): Likewise for defsubst.
1342 (Declare Form): Tweak description.
1344 2012-10-13 Chong Yidong <cyd@gnu.org>
1346 * display.texi (ImageMagick Images): ImageMagick enabled by default.
1348 2012-10-05 Chong Yidong <cyd@gnu.org>
1350 * minibuf.texi (Basic Completion): Clarify list form of completion
1353 2012-10-05 Bruno Félix Rezende Ribeiro <oitofelix@gmail.com> (tiny change)
1355 * functions.texi (Function Safety): Copyedit. (Bug#12562)
1357 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
1359 Revert the FOLLOW-SYMLINKS change for file-attributes.
1360 * files.texi (File Attributes, Magic File Names): Undo last change.
1362 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
1364 file-attributes has a new optional arg FOLLOW-SYMLINKS.
1365 * files.texi (File Attributes): Describe it.
1366 (Magic File Names): Use it.
1368 2012-09-30 Chong Yidong <cyd@gnu.org>
1370 * commands.texi (Click Events): Define "mouse position list".
1371 Remove mention of unimplemented horizontal scroll bars.
1372 (Drag Events, Motion Events): Refer to "mouse position list".
1373 (Accessing Mouse): Document posnp.
1375 * errors.texi (Standard Errors): Tweak arith-error description.
1376 Tweak markup. Remove domain-error and friends, which seem to be
1377 unused after the floating-point code revamp.
1379 * functions.texi (Defining Functions): defun is now a macro.
1380 (Obsolete Functions): Obsolescence also affects
1381 documentation commands. Various clarifications.
1382 (Declare Form): New node.
1384 * strings.texi (String Basics): Copyedits.
1386 * os.texi (Startup Summary): Document leim-list.el change.
1387 (User Identification): Add system-users and system-groups.
1388 (Idle Timers): Minor clarifications.
1390 * macros.texi (Defining Macros): Move description of `declare' to
1393 * loading.texi (Autoload):
1394 * help.texi (Documentation Basics): The special sequences can
1395 trigger autoloading.
1397 * numbers.texi (Integer Basics): Copyedits.
1398 (Float Basics): Consider IEEE floating point always available.
1399 (Random Numbers): Document actual limits.
1400 (Arithmetic Operations): Clarify division by zero. Don't mention
1401 the machine-independence of negative division since it does not
1404 2012-09-28 Leo Liu <sdl.web@gmail.com>
1406 * files.texi (Files): Fix typo.
1408 2012-09-23 Chong Yidong <cyd@gnu.org>
1410 * buffers.texi (Read Only Buffers): Document read-only-mode.
1412 * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
1415 * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
1416 calling conventions.
1418 2012-09-22 Chong Yidong <cyd@gnu.org>
1420 * searching.texi (Replacing Match): Minor clarification.
1422 2012-09-22 Eli Zaretskii <eliz@gnu.org>
1424 * edebug.texi (Instrumenting): Improve indexing.
1426 * os.texi (Idle Timers): Warn against reinvoking an idle timer
1427 from within its own timer action. (Bug#12447)
1429 2012-09-22 Chong Yidong <cyd@gnu.org>
1431 * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
1433 2012-09-21 Glenn Morris <rgm@gnu.org>
1435 * debugging.texi (Using Debugger): Fix typo.
1437 2012-09-18 Chong Yidong <cyd@gnu.org>
1439 * display.texi (Faces): Discuss anonymous faces.
1440 (Face Attributes): Tweak intro.
1441 (Defining Faces): Move after the Face Attributes node. Copyedits.
1442 (Displaying Faces): Describe role of inheritance.
1444 * customize.texi (Customization): Define customization more
1445 carefully (Bug#11440).
1446 (Common Keywords): Add xref to Constant Variables.
1448 * variables.texi (Defining Variables): Link to defcustom's node
1449 instead of the higher-level Customization chapter.
1451 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
1453 Simplify, document, and port floating-point (Bug#12381).
1454 * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
1455 Document that / and mod (with floating point arguments), along
1456 with asin, acos, log, log10, expt and sqrt, return special values
1457 instead of signaling exceptions.
1458 (Float Basics): Document that logb operates on the absolute value
1460 (Math Functions): Document that (log ARG BASE) also returns NaN if
1461 BASE is negative. Document that (expt X Y) returns NaN if X is a
1462 finite negative number and Y a finite non-integer.
1464 2012-09-09 Chong Yidong <cyd@gnu.org>
1466 * lists.texi (Sets And Lists): Explain that the return value for
1467 delete should be used, like for delq.
1469 * minibuf.texi (Yes-or-No Queries): Document recentering and
1470 scrolling in y-or-n-p. Remove gratuitous example.
1472 * searching.texi (Search and Replace): Document window scrolling
1473 entries in query-replace-map.
1475 2012-09-08 Chong Yidong <cyd@gnu.org>
1477 * syntax.texi (Syntax Table Internals): Define "raw syntax
1478 descriptor" terminology (Bug#12383).
1479 (Syntax Descriptors): Mention raw syntax descriptors.
1481 2012-09-07 Chong Yidong <cyd@gnu.org>
1483 * variables.texi (Creating Buffer-Local): Fix description of
1484 local-variable-if-set-p (Bug#10713).
1486 * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
1488 * windows.texi (Display Action Functions)
1489 (Choosing Window Options): Remove obsolete variable
1490 display-buffer-reuse-frames.
1491 (Switching Buffers): Minor doc tweak for switch-to-buffer.
1493 * positions.texi (Narrowing): Document buffer-narrowed-p.
1495 * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
1497 * syntax.texi (Low-Level Parsing): Add xref to Parser State
1500 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
1502 * debugging.texi (Explicit Debug): Document `debug-on-message'.
1504 2012-09-02 Chong Yidong <cyd@gnu.org>
1506 * windows.texi (Window Configurations): Recommend against using
1507 save-window-excursion (Bug#12075).
1509 * control.texi (Catch and Throw):
1510 * positions.texi (Excursions): Don't mention it.
1512 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
1514 Better seed support for (random).
1515 * numbers.texi (Random Numbers): Document new behavior of
1516 the calls (random) and (random STRING).
1518 2012-08-21 Martin Rudalics <rudalics@gmx.at>
1520 * windows.texi (Window Point): Document recent changes in
1521 window-point and set-window-point.
1522 (Selecting Windows): Document recent change in select-window.
1524 2012-08-06 Eli Zaretskii <eliz@gnu.org>
1526 * functions.texi (Closures): Put the main index entry for
1527 "closures" here. (Bug#12138)
1529 * variables.texi (Lexical Binding): Disambiguate the index entry
1532 2012-08-05 Chong Yidong <cyd@gnu.org>
1534 * display.texi (Defining Faces): Move documentation of
1535 frame-background-mode to the Emacs manual (Bug#7774).
1537 2012-08-04 Chong Yidong <cyd@gnu.org>
1539 * syntax.texi (Syntax Basics): Rearrange the text for clarity.
1540 Fix description of syntax table inheritance.
1541 (Syntax Table Functions): Don't refer to internal contents of
1542 syntax table, since that is not explained yet. Copyedits.
1543 (Standard Syntax Tables): Node deleted.
1544 (Syntax Table Internals): Misc clarifications. Improve table
1547 * keymaps.texi (Inheritance and Keymaps):
1548 * text.texi (Sticky Properties): Tweak index entry.
1550 2012-07-28 Eli Zaretskii <eliz@gnu.org>
1552 * nonascii.texi (Character Sets): Fix a typo. (Bug#12062)
1554 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
1556 Prefer typical American spelling for "acknowledgment".
1557 * intro.texi (Acknowledgments): Rename from Acknowledgements.
1559 2012-07-21 Eli Zaretskii <eliz@gnu.org>
1561 * commands.texi (Special Events): Mention language-change event.
1562 (Input Events, Interactive Codes):
1563 * keymaps.texi (Key Sequences): Mention events that are
1564 non-keyboard but also non-mouse events.
1566 2012-07-17 Chong Yidong <cyd@gnu.org>
1568 * text.texi (Insertion): Document insert-char changes.
1570 2012-07-15 Leo Liu <sdl.web@gmail.com>
1572 * display.texi (Fringe Bitmaps): Add exclamation-mark.
1574 2012-07-13 Chong Yidong <cyd@gnu.org>
1576 * buffers.texi (Read Only Buffers): Document toggle-read-only
1577 changes. Reword to account for the fact that read-only is
1578 currently not supported in overlay properties.
1580 2012-07-07 Chong Yidong <cyd@gnu.org>
1582 * loading.texi (Library Search): Index site-lisp directories.
1584 2012-07-06 Chong Yidong <cyd@gnu.org>
1586 * intro.texi (A Sample Function Description): Fix incorrect
1587 markup, undoing previous change.
1588 (A Sample Variable Description): Minor clarifications and markup
1592 * text.texi (Text): Fix menu order.
1594 2012-07-06 Richard Stallman <rms@gnu.org>
1596 * intro.texi (Evaluation Notation, A Sample Function Description):
1597 (A Sample Variable Description): Improve/undo previous changes.
1599 2012-07-05 Glenn Morris <rgm@gnu.org>
1601 * intro.texi (A Sample Function Description): Fix cross-refs.
1603 2012-07-05 Michael Witten <mfwitten@gmail.com> (tiny change)
1605 * intro.texi (Evaluation Notation, A Sample Function Description)
1606 (A Sample Variable Description, Version Info): Copy edits (bug#11862).
1608 2012-06-27 Chong Yidong <cyd@gnu.org>
1610 * processes.texi (Asynchronous Processes, Input to Processes):
1611 * internals.texi (Process Internals): Don't capitalize "pty".
1613 2012-06-24 Thien-Thi Nguyen <ttn@gnuvola.org>
1615 * processes.texi (Asynchronous Processes): Make the pty vs pipe
1616 discussion more prominent.
1618 2012-06-23 Eli Zaretskii <eliz@gnu.org>
1620 * commands.texi (Misc Events): Document the language-change event.
1622 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
1624 Support higher-resolution time stamps (Bug#9000).
1625 * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
1626 * processes.texi (System Processes):
1627 Time stamp resolution is now picosecond, not microsecond.
1629 2012-06-21 Glenn Morris <rgm@gnu.org>
1631 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
1633 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1635 * functions.texi (Defining Functions):
1636 * macros.texi (Defining Macros): Un-define the return value of `defun',
1637 `defmacro' and `defalias'.
1639 2012-06-17 Chong Yidong <cyd@gnu.org>
1641 * elisp.texi: Remove urlcolor setting.
1643 2012-06-17 Glenn Morris <rgm@gnu.org>
1645 * display.texi (Face Attributes): Copyedits. Add a few cindex entries.
1646 Overlining no longer behaves exactly like underlining.
1648 2012-06-16 Aurélien Aptel <aurelien.aptel@gmail.com>
1650 * display.texi (Face Attributes):
1651 Document wave-style underline face attribute.
1653 2012-06-11 Chong Yidong <cyd@gnu.org>
1655 * display.texi (ImageMagick Images): ImageMagick now supports the
1656 :background property.
1658 2012-06-10 Dmitry Antipov <dmantipov@yandex.ru>
1660 * internals.texi (Garbage Collection): Typo fix.
1662 2012-06-09 Chong Yidong <cyd@gnu.org>
1664 * text.texi (Special Properties): Clarify the meaning of a list of
1665 faces in the `face' property.
1667 * display.texi (Face Remapping): Minor clarification.
1669 2012-06-08 Chong Yidong <cyd@gnu.org>
1671 * display.texi (Face Attributes): Font family does not accept
1672 wildcards. De-document obsolete :bold and :italic attributes.
1673 (Defining Faces): Use new-style face spec format.
1675 2012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
1677 * internals.texi (Garbage Collection): Document new
1678 vector management code and vectorlike_header structure.
1680 2012-06-03 Chong Yidong <cyd@gnu.org>
1682 * modes.texi (Mode Line Data): Use "mode line construct"
1683 terminology for consistency.
1685 2012-05-27 Glenn Morris <rgm@gnu.org>
1687 * abbrevs.texi, advice.texi, anti.texi, backups.texi:
1688 * buffers.texi, commands.texi, compile.texi, control.texi:
1689 * customize.texi, debugging.texi, display.texi, doclicense.texi:
1690 * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
1691 * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
1692 * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
1693 * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
1694 * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
1695 * objects.texi, os.texi, package.texi, positions.texi:
1696 * processes.texi, searching.texi, sequences.texi, streams.texi:
1697 * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
1698 * variables.texi, windows.texi: Nuke hand-written node pointers.
1700 2012-05-27 Chong Yidong <cyd@gnu.org>
1702 * functions.texi (Obsolete Functions):
1703 Fix doc for set-advertised-calling-convention.
1705 * modes.texi (Mode Help): Fix describe-mode.
1707 * display.texi (Face Functions): Fix define-obsolete-face-alias.
1709 * variables.texi (Variable Aliases): Fix make-obsolete-variable.
1711 2012-05-27 Martin Rudalics <rudalics@gmx.at>
1713 * commands.texi (Recursive Editing): recursive-edit is a command.
1715 * compile.texi (Docs and Compilation):
1716 byte-compile-dynamic-docstrings is an option.
1718 * debugging.texi (Invoking the Debugger): debug is a command.
1720 * display.texi (Progress): progress-reporter-update and
1721 progress-reporter-force-update have VALUE argument optional.
1722 (Animated Images): Use non-@code{nil} instead of non-nil.
1724 * files.texi (Format Conversion Round-Trip):
1725 Use non-@code{nil} instead of non-nil.
1727 * frames.texi (Creating Frames): make-frame is a command.
1728 (Input Focus): select-frame is a command.
1729 (Pointer Shape): void-text-area-pointer is an option.
1731 * help.texi (Describing Characters): read-kbd-macro is a command.
1732 (Help Functions): describe-prefix-bindings is a command.
1734 * markers.texi (Creating Markers): Both arguments of copy-marker
1737 * minibuf.texi (Reading File Names): Use @kbd instead of @code.
1739 * modes.texi (Mode Line Variables): mode-line-remote and
1740 mode-line-client are not options.
1741 (Imenu): imenu-add-to-menubar is a command.
1742 (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
1744 * os.texi (Sound Output): play-sound-file is a command.
1746 * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
1748 * processes.texi (Signals to Processes):
1749 Use @key{RET} instead of @code{RET}.
1750 (Signals to Processes): signal-process is a command.
1752 * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
1753 (Base 64): base64-encode-string is not a command while
1754 base64-decode-region is.
1756 * windows.texi (Switching Buffers): pop-to-buffer is a command.
1758 2012-05-12 Glenn Morris <rgm@gnu.org>
1760 * Makefile.in (MKDIR_P): New, set by configure.
1761 (mkinfodir): Use $MKDIR_P.
1763 2012-05-10 Glenn Morris <rgm@gnu.org>
1765 * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
1766 with "coding: raw-text".
1767 Concept of multibyte sessions no longer exists.
1769 * files.texi (File Locks): Mention create-lockfiles option.
1771 2012-05-09 Glenn Morris <rgm@gnu.org>
1773 * vol1.texi, vol2.texi: Remove files.
1774 * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
1775 * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
1777 * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
1779 * two-volume.make (emacsdir): New.
1780 (tex): Add directory with emacsver.texi to TEXINPUTS.
1782 * minibuf.texi (Minibuffer History, Basic Completion):
1785 * internals.texi (Garbage Collection, Memory Usage)
1786 (Writing Emacs Primitives): Tweak page breaks.
1788 * streams.texi (Output Variables): Improve page break.
1790 * edebug.texi (Edebug Display Update): Improve page break.
1792 * compile.texi (Disassembly): Condense the examples.
1794 * eval.texi, functions.texi, loading.texi, macros.texi:
1795 Where possible, use example rather than smallexample.
1797 * symbols.texi: Where possible, use example rather than smallexample.
1798 (Symbol Components): Fix typo.
1799 (Other Plists): Tweak page break.
1801 * sequences.texi (Arrays): Tweak page breaks.
1803 * customize.texi: Where possible, use example rather than smallexample.
1804 (Common Keywords, Variable Definitions, Applying Customizations)
1805 (Custom Themes): Tweak page breaks.
1807 * control.texi: Where possible, use example rather than smallexample.
1808 (Sequencing, Conditionals, Signaling Errors, Handling Errors):
1811 2012-05-08 Glenn Morris <rgm@gnu.org>
1813 * two.el: Remove; unused since creation of two-volume.make.
1815 * vol1.texi, vol2.texi: No need to keep menus in these files.
1817 2012-05-05 Glenn Morris <rgm@gnu.org>
1819 * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
1821 * intro.texi (Caveats): Copyedit.
1822 (Lisp History): Convert inforef to xref.
1823 (Lisp History, Printing Notation, Version Info): Improve page-breaks.
1825 * text.texi (Auto Filling): Don't mention Emacs 19.
1827 * commands.texi (Event Input Misc): Don't mention unread-command-char.
1828 * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
1830 * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
1832 * lists.texi (List-related Predicates, List Variables):
1834 (Sets And Lists): Convert inforef to xref.
1836 2012-05-04 Glenn Morris <rgm@gnu.org>
1838 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
1839 (info, infoclean): Use $INFO_EXT.
1840 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
1841 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
1842 (info, maintainer-clean): Use $INFO_EXT.
1843 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
1845 2012-05-04 Chong Yidong <cyd@gnu.org>
1847 * os.texi (Timers): Use defopt for timer-max-repeats.
1849 2012-05-03 Paul Eggert <eggert@cs.ucla.edu>
1851 * os.texi (Time of Day): Do not limit current-time-string
1852 to years 1000..9999.
1854 2012-05-02 Chong Yidong <cyd@gnu.org>
1856 * display.texi (Font Lookup):
1857 * frames.texi (Pointer Shape):
1858 * processes.texi (Subprocess Creation): Use defopt for options.
1860 2012-05-02 Glenn Morris <rgm@gnu.org>
1862 * elisp.texi (@copying):
1863 * intro.texi (Introduction): Only print VERSION in the TeX version.
1865 2012-05-02 Chong Yidong <cyd@gnu.org>
1867 * text.texi (Change Hooks): Minor fix for after-change-functions.
1869 2012-05-02 Glenn Morris <rgm@gnu.org>
1871 * package.texi (Packaging Basics):
1872 * loading.texi (Autoload):
1873 * files.texi (Magic File Names):
1874 Reword to remove/reduce some overly long/short lines.
1876 2012-04-27 Glenn Morris <rgm@gnu.org>
1878 * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
1879 * modes.texi (Major Modes, Auto-Indentation):
1880 * buffers.texi (Buffers): Some fixes for menu descriptions.
1882 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
1883 * functions.texi (Simple Lambda, Argument List):
1884 * eval.texi (Function Indirection): Avoid deprecated form.
1886 2012-04-27 Glenn Morris <rgm@gnu.org>
1888 * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
1889 Add "et al." to authors.
1891 * buffers.texi, commands.texi, compile.texi, control.texi:
1892 * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
1893 * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
1894 * modes.texi, numbers.texi, objects.texi, streams.texi:
1895 * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
1896 Use Texinfo recommended convention for quotes+punctuation.
1898 2012-04-27 Chong Yidong <cyd@gnu.org>
1900 * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
1901 to where-is-internal (Bug#10872).
1903 2012-04-27 Glenn Morris <rgm@gnu.org>
1905 * macros.texi (Indenting Macros): Fix typo.
1907 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
1908 (Resizing Windows, Deleting Windows, Selecting Windows)
1909 (Choosing Window Options, Horizontal Scrolling)
1910 (Cyclic Window Ordering, Window History, Dedicated Windows)
1911 (Quitting Windows, Window Configurations, Textual Scrolling):
1912 (Coordinates and Windows, Window Configurations)
1913 (Window Parameters, Window Hooks): Copyedits.
1914 (Splitting Windows, Deleting Windows):
1915 Fix ignore-window-parameters logic.
1916 (Selecting Windows, Choosing Window Options): Markup fixes.
1917 (Window Start and End): Remove pointless example.
1918 Remove cross-reference to deleted count-lines content.
1919 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
1920 and recenter-positions. Remove recenter example.
1922 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
1924 * minibuf.texi (Intro to Minibuffers):
1925 Tweak discussion of resizing minibuffer window.
1927 2012-04-26 Glenn Morris <rgm@gnu.org>
1929 * elisp-covers.texi, front-cover-1.texi: Remove files.
1931 * tindex.pl: Remove file.
1933 * makefile.w32-in (srcs):
1934 * Makefile.in (srcs): Remove back.texi (which is unused).
1936 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
1938 * os.texi (Notifications): Extend possible notification hints.
1939 Add notifications-get-capabilities.
1941 2012-04-20 Chong Yidong <cyd@gnu.org>
1943 * processes.texi (Asynchronous Processes): Mention nil argument to
1946 2012-04-20 Glenn Morris <rgm@gnu.org>
1948 * minibuf.texi (Basic Completion): No need to describe obarrays here.
1949 Don't mention obsolete `nospace' argument of all-completions.
1950 (Minibuffer Completion, Completion Commands, Reading File Names)
1951 (Completion Variables): Copyedits.
1952 (Completion Commands): Mention parent keymaps.
1953 Remove obsolete minibuffer-local-filename-must-match-map.
1954 (High-Level Completion): Remove read-variable's almost
1955 word-for-word duplication of read-command.
1956 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
1957 Update "High-Level Completion" description.
1959 * minibuf.texi (Minibuffers):
1960 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
1962 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
1963 Use Texinfo-recommended form of quote+punctuation.
1964 (Intro to Minibuffers): First minibuffer is #1, not #0.
1965 Mention minibuffer-inactive-mode.
1966 (Text from Minibuffer): Copyedits.
1967 (Minibuffer History, Programmed Completion): Fix @var usage.
1968 (Object from Minibuffer): Remove overly pedantic para.
1969 (Minibuffer History): Copyedits. Add face-name-history.
1970 (Initial Input, Yes-or-No Queries, Multiple Queries)
1971 (Minibuffer Windows, Minibuffer Misc): Copyedits.
1972 (Yes-or-No Queries): Tweak example.
1973 (Minibuffer Commands): Add next-complete-history-element.
1974 (Minibuffer Misc): Mention minibuffer-message-timeout, and
1975 minibuffer-inactive-mode.
1977 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
1978 (Bindat Functions): Copyedits.
1980 2012-04-20 Christopher Schmidt <christopher@ch.ristopher.com>
1982 * files.texi (Saving Buffers): Document `visit and `visit-save'
1983 values of require-final-newline.
1985 2012-04-20 Glenn Morris <rgm@gnu.org>
1987 * processes.texi (Output from Processes, Filter Functions):
1988 Mention waiting-for-user-input-p.
1989 (Sentinels, Query Before Exit, System Processes, Transaction Queues):
1990 (Network Servers, Datagrams, Network Processes, Network Options)
1991 (Network Feature Testing, Serial Ports): Copyedits.
1992 (Network): Add encrypted network overview paragraph.
1993 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
1995 2012-04-20 Chong Yidong <cyd@gnu.org>
1997 * help.texi (Keys in Documentation): Mention :advertised-binding.
1999 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
2000 description to help.texi.
2002 2012-04-20 Glenn Morris <rgm@gnu.org>
2004 * processes.texi (Process Information, Input to Processes)
2005 (Signals to Processes, Output from Processes, Process Buffers)
2006 (Filter Functions, Decoding Output): Copyedits.
2007 (Accepting Output): Discourage use of `millisec' argument.
2009 2012-04-15 Glenn Morris <rgm@gnu.org>
2011 * processes.texi (Processes, Subprocess Creation, Shell Arguments):
2012 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
2014 (Subprocess Creation): Discourage modifying exec-path directly.
2015 (Synchronous Processes, Asynchronous Processes):
2016 Update some example output.
2017 (Process Information): Fix typo.
2018 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
2020 2012-04-15 Glenn Morris <rgm@gnu.org>
2022 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
2023 open-network-stream does exist in Emacs 23, but is simpler.
2025 2012-04-15 Chong Yidong <cyd@gnu.org>
2027 * customize.texi (Custom Themes): Also document load-theme etc.
2029 2012-04-14 Chong Yidong <cyd@gnu.org>
2031 * customize.texi (Applying Customizations):
2032 (Custom Themes): New nodes.
2034 * display.texi (Defining Faces): Reference custom-set-faces.
2036 * modes.texi (Defining Minor Modes, Defining Minor Modes):
2037 * os.texi (Startup Summary): Copyedits.
2039 2012-04-14 Glenn Morris <rgm@gnu.org>
2041 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
2043 * strings.texi (Case Tables):
2044 * objects.texi (General Escape Syntax):
2045 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
2047 * buffers.texi, compile.texi, customize.texi, debugging.texi:
2048 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
2049 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
2050 * text.texi: Use @file for buffers, per the Texinfo manual.
2052 * compile.texi (Compiler Errors): Add missing space in buffer name.
2054 2012-04-14 Chong Yidong <cyd@gnu.org>
2056 * processes.texi (Query Before Exit): Remove obsolete function
2057 process-kill-without-query (Bug#11190).
2059 2012-04-14 Glenn Morris <rgm@gnu.org>
2061 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
2062 Use @env for environment variables.
2064 * Makefile.in: Replace non-portable use of $< in ordinary rules.
2066 2012-04-12 Jari Aalto <jari.aalto@cante.net>
2068 * processes.texi (Synchronous Processes):
2069 Mention `default-directory' (bug#7515).
2071 2012-04-09 Chong Yidong <cyd@gnu.org>
2073 * customize.texi (Variable Definitions): Remove user-variable-p.
2075 * commands.texi (Interactive Codes):
2076 * help.texi (Accessing Documentation):
2077 * minibuf.texi (High-Level Completion): Callers changed.
2079 2012-04-06 Chong Yidong <cyd@gnu.org>
2081 * minibuf.texi (Programmed Completion): Document metadata method.
2082 (Completion Variables): Document completion-category-overrides.
2084 2012-04-05 Chong Yidong <cyd@gnu.org>
2086 * anti.texi (Antinews): Rewrite for Emacs 23.
2088 2012-04-04 Chong Yidong <cyd@gnu.org>
2090 * minibuf.texi (Programmed Completion): Remove obsolete variable
2091 completion-annotate-function.
2092 (Completion Variables): Rename from Completion Styles.
2093 Document completion-extra-properties. Document completion-styles-alist
2095 (Reading File Names): minibuffer-local-filename-must-match-map is
2097 (Minibuffer Completion): Document completing-read-function.
2098 (Completion in Buffers): completion-at-point-functions can return
2099 properties recognized in completion-extra-properties.
2101 * display.texi (Delayed Warnings): New node.
2103 * os.texi (Notifications): Copyedits.
2105 2012-04-04 Glenn Morris <rgm@gnu.org>
2107 * os.texi (Notifications): Copyedits.
2109 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
2111 * os.texi (Terminal-Specific): Fix typo.
2112 (Notifications): New section.
2116 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
2119 2012-04-01 Chong Yidong <cyd@gnu.org>
2121 * files.texi (Kinds of Files): file-subdir-of-p renamed to
2122 file-in-directory-p.
2124 2012-03-31 Glenn Morris <rgm@gnu.org>
2126 * edebug.texi (Instrumenting Macro Calls):
2127 Mention defining macros at instrumentation time.
2128 (Edebug Options): Mention edebug-unwrap-results.
2130 2012-03-31 Eli Zaretskii <eliz@gnu.org>
2132 * text.texi (Special Properties): Clarify the description of the
2133 effect of integer values of the 'cursor' property on cursor
2134 position. See the discussions in bug#11068 for more details and
2137 2012-03-31 Glenn Morris <rgm@gnu.org>
2139 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
2142 2012-03-30 Chong Yidong <cyd@gnu.org>
2144 * display.texi (Image Formats): Add imagemagick type.
2145 (Image Descriptors): Mention how they are used.
2146 (ImageMagick Images): Clarify role of imagemagick-register-types.
2147 (Character Display): Don't mention glyph tables.
2148 (Display Tables): Use make-glyph-code in example.
2149 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
2150 tables are semi-obsolete. De-document create-glyph.
2151 (Glyphless Chars): Note that display tables override this.
2152 (Bidirectional Display): Copyedits. Introduce "bidirectional
2153 reordering" terminology, and use it.
2155 2012-03-30 Glenn Morris <rgm@gnu.org>
2157 * edebug.texi (Jumping): Give name of `i' binding.
2159 2012-03-28 Glenn Morris <rgm@gnu.org>
2161 * searching.texi (Regular Expressions, Regexp Special):
2162 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search):
2163 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
2164 (Regexp Special): Mention collation.
2165 Clarify char classes with an example.
2166 (Regexp Functions): Mention regexp-opt is not guaranteed.
2167 Mention regexp-opt-charset.
2168 (Regexp Search): Recommend against looking-back.
2169 (Search and Replace): Use Texinfo recommended quote convention.
2170 Add more query-replace-map items. List multi-query-replace-map items.
2172 2012-03-27 Martin Rudalics <rudalics@gmx.at>
2174 * windows.texi (Window History): Describe new option
2175 switch-to-visible-buffer.
2177 2012-03-27 Glenn Morris <rgm@gnu.org>
2179 * searching.texi (String Search): Add xref to Emacs manual.
2180 Copyedits. Mention the function word-search-regexp.
2181 (Searching and Case): Add xref to Emacs manual. Copyedits.
2183 * processes.texi (Network Servers): Standardize apostrophe usage.
2185 * os.texi (System Environment): Copyedits. Remove some examples
2186 that do not seem useful. Mention setenv third arg.
2187 tty-erase-char does not seem to be nil under a window-system.
2188 (User Identification): Copyedits.
2189 Remove some examples that do not seem useful.
2191 2012-03-26 Glenn Morris <rgm@gnu.org>
2193 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
2194 (Init File): Copyedits.
2195 (Command-Line Arguments): Copyedits. Do not mention argv alias.
2196 (Killing Emacs): Copyedits.
2197 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
2198 Shorten the example, use more standard shell prompts.
2200 2012-03-25 Chong Yidong <cyd@gnu.org>
2202 * display.texi (Fringes): Note that fringes are shown on graphical
2204 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
2205 (Replacing Specs): Clarify example.
2206 (Manipulating Buttons): Note that button-at can return a marker.
2207 (Buttons): Minor rewrite.
2208 (Character Display): New node. Consolidate all character display
2209 related nodes into its subsections.
2210 (Usual Display): Character 127 is also affected by ctl-arrow.
2211 (Display Tables): Improve example.
2213 2012-03-22 Glenn Morris <rgm@gnu.org>
2215 * strings.texi (Text Comparison): Mention string-prefix-p.
2217 2012-03-21 Chong Yidong <cyd@gnu.org>
2219 * display.texi (The Echo Area): Add xref to Output Streams.
2220 (Displaying Messages): Improve doc of message.
2221 (Echo Area Customization, Invisible Text): Copyedits.
2222 (Invisible Text): Mention that spec comparison is done with eq.
2223 (Width): Improve doc of char-width.
2224 (Faces): Recommend using symbol instead of string for face name.
2225 Minor clarifications.
2226 (Defining Faces): Copyedits. Update face example.
2227 (Attribute Functions): Mark set-face-foreground etc as commands.
2228 (Face Remapping): Mention text-scale-adjust.
2229 Clarify face-remapping-alist and related docs.
2230 (Face Functions): Don't document make-face or copy-face.
2232 2012-03-20 Chong Yidong <cyd@gnu.org>
2234 * display.texi (Forcing Redisplay): Various rewrites to reflect
2235 new value of redisplay-dont-pause.
2236 (Truncation): Copyedits.
2238 2012-03-20 Glenn Morris <rgm@gnu.org>
2240 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
2241 Add summary table of some relevant command-line options.
2243 2012-03-18 Chong Yidong <cyd@gnu.org>
2245 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
2246 (Writing Emacs Primitives): Re-organize discussion of functions
2247 with variable Lisp arguments are handled. Delete an obsolete
2248 remark, previously tagged as FIXME.
2250 * os.texi (Idle Timers): Minor clarification.
2251 (Idle Timers): Link to Time of Day for description of time list.
2253 2012-03-18 Glenn Morris <rgm@gnu.org>
2255 * os.texi (System Interface): Flow control was removed.
2256 (Startup Summary): General update.
2257 (Init File): Don't mention compiling it.
2259 2012-03-17 Chong Yidong <cyd@gnu.org>
2261 * os.texi (Startup Summary): Mention package loading.
2262 (Init File): Don't refer to .emacs in section title. Copyedits.
2263 (Terminal-Specific): Give a realistic example.
2264 (Command-Line Arguments): Reference Entering Emacs instead of
2265 repeating the spiel about not restarting Emacs.
2266 (Time of Day): Discuss time representation at beginning of node.
2267 (Sound Output): Copyedits.
2269 * package.texi (Packaging Basics): Document package-initialize.
2271 2012-03-17 Eli Zaretskii <eliz@gnu.org>
2273 * frames.texi (Initial Parameters): Add an index entry for
2274 minibuffer-only frame.
2276 2012-03-16 Glenn Morris <rgm@gnu.org>
2278 * modes.texi (Major Mode Conventions): Mention the strange
2279 relationship between View mode and special modes. (Bug#10650)
2281 2012-03-11 Chong Yidong <cyd@gnu.org>
2283 * windows.texi (Window Configurations): save-window-excursion is
2286 * display.texi (Temporary Displays): with-output-to-temp-buffer is
2289 * text.texi (Fields): Minor copyedit.
2291 2012-03-10 Eli Zaretskii <eliz@gnu.org>
2293 * strings.texi (String Basics):
2294 * sequences.texi (Sequence Functions): Mention that `length' is
2295 not appropriate for computing the string width on display; add a
2296 cross-reference to the description of `string-width'. (Bug#10978)
2298 * eval.texi (Autoloading): Minor change of wording.
2300 2012-03-10 Chong Yidong <cyd@gnu.org>
2302 * loading.texi (Autoload): Explicitly state which forms are
2303 processed specially (Bug#7783).
2305 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
2306 non-default situation. Describe one-submenu exception (Bug#7695).
2308 * nonascii.texi (Character Properties): Copyedits.
2310 2012-03-08 Chong Yidong <cyd@gnu.org>
2312 * text.texi (Mode-Specific Indent): Document new behavior of
2313 indent-for-tab-command. Document tab-always-indent.
2314 (Special Properties): Copyedits.
2315 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
2316 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
2317 libxml-parse-html-region.
2319 2012-03-07 Glenn Morris <rgm@gnu.org>
2321 * markers.texi (The Region): Briefly mention use-empty-active-region
2322 and region-active-p.
2323 (Overview of Markers): Reword garbage collection, add cross-ref.
2324 (The Mark): Tiny clarification re command loop and activate-mark-hook.
2326 2012-03-07 Chong Yidong <cyd@gnu.org>
2328 * text.texi (Buffer Contents): Don't duplicate explanation of
2329 region arguments from Text node. Put doc of obsolete var
2330 buffer-substring-filters back, since it is referred to.
2331 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
2332 selection by default.
2334 * markers.texi (The Mark): Fix typo.
2335 (The Region): Copyedits.
2337 2012-03-07 Glenn Morris <rgm@gnu.org>
2339 * markers.texi (Overview of Markers): Copyedits.
2340 (Creating Markers): Update approximate example buffer size.
2341 (The Mark): Don't mention uninteresting return values.
2343 2012-03-05 Chong Yidong <cyd@gnu.org>
2345 * positions.texi (Text Lines): Document count-words.
2347 2012-03-04 Chong Yidong <cyd@gnu.org>
2349 * frames.texi (Frames): Remove little-used "terminal frame" and
2350 "window frame" terminology.
2351 (Frame Parameters, Font and Color Parameters, Initial Parameters)
2352 (Size and Position, Visibility of Frames): Callers changed.
2353 (Frames): Clarify which terminals in framep are graphical.
2354 (Initial Parameters): --geometry is not the only option which adds
2355 to initial-frame-alist.
2356 (Position Parameters): Note that icon-left and icon-top are for
2357 old window managers only.
2358 (Size Parameters): Sizes are in characters even on graphical
2360 (Management Parameters): Note that window-id and outer-window-id
2361 can't really be changed, and that auto-raise isn't always obeyed.
2362 (Cursor Parameters): Document cursor-type explicitly.
2363 (Size and Position): The aliases set-screen-height and
2364 set-screen-width have been deleted.
2365 (Visibility of Frames): Mention "minimization".
2367 * os.texi (Startup Summary): Minor clarifications.
2368 (Startup Summary, Suspending Emacs): Standardize on "text
2369 terminal" terminology.
2371 * windows.texi (Basic Windows, Coordinates and Windows)
2372 (Coordinates and Windows):
2373 * display.texi (Refresh Screen, Line Height, Face Attributes)
2374 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
2376 2012-03-04 Glenn Morris <rgm@gnu.org>
2378 * abbrevs.texi: Small copyedits throughout.
2379 (Abbrev Mode): Remove this section, folding it into the top-level.
2380 (Abbrev Tables): Don't mention irrelevant return values.
2381 (Abbrev Expansion): Add cross-ref for wrapper hooks.
2382 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
2383 (Abbrev Table Properties): Update nil :regexp description.
2385 2012-03-03 Glenn Morris <rgm@gnu.org>
2387 * internals.texi: Change @appendix section commands to @section.
2388 (Building Emacs): Say less about CANNOT_DUMP platforms.
2389 Replace deleted eval-at-startup with custom-initialize-delay.
2390 (Pure Storage): Small changes.
2391 (Memory Usage): Copyedit.
2392 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
2393 example definitions. Give examples of things with non-nil
2394 interactive args. Mention eval_sub. Remove old info about
2395 strings and GCPRO. Mention cus-start.el.
2396 (Buffer Internals, Window Internals, Process Internals):
2397 Misc small updates and fixes for fields.
2399 * tips.texi: Copyedits.
2400 (Coding Conventions): Mention autoloads.
2401 Combine partially duplicated macro items. Fix xref.
2402 Refer to Library Headers for copyright notice.
2403 (Programming Tips): edit-options is long-obsolete.
2404 (Compilation Tips): Mention loading bytecomp for byte-compile props.
2405 (Warning Tips): Mention declare-function.
2406 (Documentation Tips): Remove old info.
2407 (Comment Tips): Mention comment-dwim, not indent-for-comment.
2408 (Library Headers): General update.
2410 2012-03-02 Glenn Morris <rgm@gnu.org>
2412 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
2413 and relocate entry. Mention buffer-stale-function.
2415 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
2417 * hooks.texi (Standard Hooks): General update.
2418 Put related hooks together. Add and remove items.
2419 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
2420 * modes.texi (Hooks): Tweak cross-ref description.
2422 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
2424 * files.texi (Kinds of Files): The return value of file-equal-p is
2425 unspecified, if FILE1 or FILE2 does not exist.
2427 2012-03-01 Glenn Morris <rgm@gnu.org>
2429 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
2431 * maps.texi (Standard Keymaps): General update.
2432 Remove mode-specific maps, talk about the more general keymaps.
2433 * help.texi (Help Functions): Add vindex for Helper-help-map.
2434 * keymaps.texi (Active Keymaps): Minor rephrasing.
2436 2012-02-29 Glenn Morris <rgm@gnu.org>
2438 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
2440 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2442 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
2443 Update changed behavior of file-subdir-of-p.
2445 2012-02-28 Glenn Morris <rgm@gnu.org>
2447 * advice.texi, anti.texi, display.texi, elisp.texi:
2448 * processes.texi, variables.texi, vol1.texi, vol2.texi:
2449 Standardize possessive apostrophe usage.
2451 * locals.texi: Remove file.
2452 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
2454 * errors.texi, maps.texi: Adjust node pointers.
2455 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
2456 * makefile.w32-in (srcs):
2457 * Makefile.in (srcs): Remove locals.texi.
2459 * frames.texi (Mouse Position): Fix cross-ref.
2461 2012-02-27 Chong Yidong <cyd@gnu.org>
2463 * buffers.texi (Creating Buffers): Clarify that
2464 generate-new-buffer uses generate-new-buffer-names.
2465 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
2467 * files.texi (Directory Names): Index entry for file name abbreviations.
2468 (Relative File Names, File Name Expansion): Refer to it.
2469 (Locating Files): Move locate-user-emacs-file documentation to
2470 Standard File Names.
2471 (Standard File Names): Add locate-user-emacs-file; update examples.
2473 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
2475 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
2477 2012-02-26 Chong Yidong <cyd@gnu.org>
2479 * files.texi (Kinds of Files): Improve documentation of
2480 files-equal-p and file-subdir-of-p.
2482 2012-02-26 Glenn Morris <rgm@gnu.org>
2484 * intro.texi (Acknowledgements): Small changes.
2486 2012-02-25 Glenn Morris <rgm@gnu.org>
2488 * errors.texi: Don't try to list _all_ the error symbols.
2489 Add circular-list, cl-assertion-failed, compression-error.
2490 * elisp.texi, vol1.texi, vol2.texi:
2491 * control.texi (Error Symbols): Tweak "Standard Errors" description.
2493 2012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2495 * files.texi (files-equal-p, file-subdir-of-p): New,
2496 add initial documentation.
2498 2012-02-25 Chong Yidong <cyd@gnu.org>
2500 * files.texi (File Attributes): Document file-selinux-context.
2501 (Changing Files): Link to it.
2502 (Changing Files): Document set-file-selinux-context.
2504 * backups.texi (Making Backups): Return value of backup-buffer is
2505 changed. Mention default value of backup-directory-alist.
2506 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
2507 (Auto-Saving): New minor mode behavior for auto-save-mode.
2508 (Reverting): Add defvar for revert-buffer-in-progress-p.
2510 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
2512 2012-02-24 Glenn Morris <rgm@gnu.org>
2514 * errors.texi (Standard Errors): Mention dbus-error.
2515 For arith-error sub-classes, just use one cross-ref.
2517 2012-02-23 Alan Mackenzie <acm@muc.de>
2519 * modes.texi (Defining Minor Modes): Document the new keyword
2522 2012-02-21 Chong Yidong <cyd@gnu.org>
2524 * files.texi (Files): Mention magic file names as arguments.
2525 (Reading from Files): Copyedits.
2526 (File Attributes): Mention how to change file modes.
2527 (Changing Files): Use standard "file permissions" terminology.
2528 Add xref to File Attributes node.
2529 (Locating Files): Document locate-user-emacs-file.
2530 (Unique File Names): Recommend against using make-temp-name.
2532 2012-02-19 Chong Yidong <cyd@gnu.org>
2534 * help.texi (Documentation, Documentation Basics, Help Functions):
2535 Minor clarifications.
2536 (Accessing Documentation): Clarify what documentation-property is
2537 for. Add xref to Keys in Documentation.
2539 * tips.texi (Documentation Tips): Don't recommend using * in
2542 * macros.texi (Defining Macros):
2543 * modes.texi (Derived Modes): Say "documentation string" instead
2546 2012-02-18 Chong Yidong <cyd@gnu.org>
2548 * modes.texi (Tabulated List Mode): New node.
2549 (Basic Major Modes): Add xref to it.
2551 * processes.texi (Process Information): Mention Process Menu mode.
2553 2012-02-17 Chong Yidong <cyd@gnu.org>
2555 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
2557 2012-02-17 Glenn Morris <rgm@gnu.org>
2559 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
2561 2012-02-16 Chong Yidong <cyd@gnu.org>
2563 * syntax.texi (Syntax Tables, Syntax Descriptors)
2564 (Syntax Table Functions): Copyedits.
2565 (Syntax Basics): Don't repeat the material in the preceding node.
2566 (Syntax Class Table): Use a table.
2567 (Syntax Properties): Document syntax-propertize-function and
2568 syntax-propertize-extend-region-functions.
2569 (Motion via Parsing): Clarify scan-lists. Fix indentation.
2570 (Parser State): Update for the new "c" comment style.
2571 Fix description of item 7 (comment style).
2573 * modes.texi (Minor Modes): Update how mode commands should treat
2575 (Mode Line Basics): Clarify force-mode-line-update.
2576 (Mode Line Top): Note that the example is not realistic.
2577 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
2578 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
2579 "mode line construct" instead of "mode line specification".
2580 (Syntactic Font Lock): Remove mention of obsolete variable
2581 font-lock-syntactic-keywords.
2582 (Setting Syntax Properties): Node deleted.
2583 (Font Lock Mode): Note that Font Lock mode is a minor mode.
2584 (Font Lock Basics): Note that syntactic fontification falls back
2586 (Search-based Fontification): Emphasize that font-lock-keywords
2587 should not be set directly.
2588 (Faces for Font Lock): Avoid some confusing terminology.
2589 (Syntactic Font Lock): Minor clarifications. Add xref to
2590 Syntactic Font Lock node.
2592 2012-02-15 Chong Yidong <cyd@gnu.org>
2594 * minibuf.texi (Basic Completion): Define "completion table".
2595 Move completion-in-region to Completion in Buffers node.
2596 (Completion Commands): Use "completion table" terminology.
2597 (Completion in Buffers): New node.
2599 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
2600 (Setting Hooks): Update minor mode usage example.
2601 (Major Mode Conventions): Note that completion-at-point-functions
2602 should be altered locally. Add xref to Completion in Buffers.
2603 Remove duplicate tip about auto-mode-alist.
2604 (Minor Modes): Rewrite introduction.
2605 (Minor Mode Conventions): Copyedits. Don't recommend
2606 variable-only minor modes since few minor modes are like that.
2608 2012-02-15 Glenn Morris <rgm@gnu.org>
2610 * processes.texi (Network): Document open-network-stream :parameters.
2612 2012-02-14 Chong Yidong <cyd@gnu.org>
2614 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
2615 was removed on 2009-09-10. Update lisp-mode-map example.
2616 (Inheritance and Keymaps): Minor clarification.
2617 (Searching Keymaps): Remove out-of-place enumeration.
2618 (Key Lookup): Remove unnecessary example (one was already given in
2620 (Changing Key Bindings): Update suppress-keymap example.
2621 (Menu Bar, Tool Bar): Copyedits.
2622 (Tool Bar): Update tool-bar-map example.
2624 2012-02-12 Chong Yidong <cyd@gnu.org>
2626 * debugging.texi (Debugger Commands): Continuing is now allowed
2629 2012-02-11 Chong Yidong <cyd@gnu.org>
2631 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
2632 Move the list of standard bitmaps there.
2633 (Fringe Cursors): Rewrite for clarity.
2634 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
2636 * commands.texi (Command Overview): Mention read-key.
2637 (Using Interactive, Interactive Call): Minor clarifications.
2638 (Function Keys, Click Events): Avoid "input stream" terminology.
2639 (Click Events): Add xref to Window Sizes and Accessing Mouse.
2640 Clarify column and row components.
2641 (Accessing Mouse): Add xref to Click Events. Minor fixes.
2642 (Special Events): Copyedits.
2644 * streams.texi (Input Streams): De-document get-file-char.
2645 (Output Variables): Don't refer to old backquote syntax.
2647 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
2648 (Error Debugging): Note that debug-ignored-errors overrides list
2649 values of debug-on-error too. Add xref to Signaling Errors.
2650 Note that debug-on-signal is not customizable.
2651 Mention condition-case-unless-debug.
2652 (Compilation Errors): Node deleted.
2654 * compile.texi (Compiler Errors): Move a paragraph here from
2655 deleted node Compilation Errors.
2657 2012-02-10 Leo Liu <sdl.web@gmail.com>
2659 * control.texi (Handling Errors): Change condition-case-no-debug
2660 to condition-case-unless-debug.
2662 2012-02-10 Chong Yidong <cyd@gnu.org>
2664 * advice.texi (Defining Advice): Clarify ad-unadvise.
2665 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
2667 (Advising Primitives): Node deleted; ad-define-subr-args has been
2670 * compile.texi (Speed of Byte-Code): Use float-time in example.
2671 (Compilation Functions): Note that the log uses Compilation mode.
2672 Don't discuss the contents of byte-code function object here.
2673 (Compilation Functions): De-document internal function byte-code.
2674 (Docs and Compilation): Minor clarifications.
2676 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
2679 2012-02-10 Glenn Morris <rgm@gnu.org>
2681 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
2682 Mention secure-hash.
2683 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
2685 2012-02-10 Chong Yidong <cyd@gnu.org>
2687 * loading.texi (Loading): Don't emphasize "library" terminology.
2688 (Library Search): load-path is not a user option. Mention role of
2689 -L option and packages. Improve examples.
2690 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
2692 (Autoload): Minor clarifications.
2694 2012-02-10 Glenn Morris <rgm@gnu.org>
2696 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
2698 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
2700 2012-02-08 Glenn Morris <rgm@gnu.org>
2702 * loading.texi (Named Features): Update the require example.
2704 2012-02-07 Glenn Morris <rgm@gnu.org>
2706 * modes.texi (Defining Minor Modes):
2707 Expand on args of defined minor modes.
2709 2012-02-07 Chong Yidong <cyd@gnu.org>
2711 * variables.texi (Creating Buffer-Local): Minor clarification
2712 to buffer-local-variables doc (Bug#10715).
2714 2012-02-07 Glenn Morris <rgm@gnu.org>
2716 * display.texi (ImageMagick Images): General update.
2717 Move most details of imagemagick-render-type to the variable's doc.
2719 2012-02-06 Glenn Morris <rgm@gnu.org>
2721 * keymaps.texi (Tool Bar): Mention separators.
2722 (Inheritance and Keymaps):
2723 Mention make-composed-keymap and multiple inheritance.
2725 * modes.texi (Running Hooks): Mention run-hook-wrapped.
2727 * control.texi (Handling Errors):
2728 Mention condition-case-no-debug and with-demoted-errors.
2730 2012-02-05 Chong Yidong <cyd@gnu.org>
2732 * customize.texi (Common Keywords): Minor clarifications.
2733 Document custom-unlispify-remove-prefixes.
2734 (Variable Definitions): Backquotes in defcustom seem to work fine
2735 now. Various other copyedits.
2736 (Simple Types): Copyedits. Document color selector.
2737 (Composite Types): Copyedits.
2738 (Splicing into Lists): Clarifications.
2740 * eval.texi (Backquote): Move from macros.texi.
2742 * macros.texi (Expansion): Minor clarification.
2743 (Backquote): Move node to eval.texi.
2744 (Defining Macros): Move an example from Backquote node.
2745 (Argument Evaluation): No need to mention Pascal.
2746 (Indenting Macros): Add xref to Defining Macros.
2748 2012-02-05 Glenn Morris <rgm@gnu.org>
2750 * debugging.texi (Error Debugging): Mention debug-on-event default.
2752 2012-02-04 Glenn Morris <rgm@gnu.org>
2754 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
2756 * debugging.texi (Error Debugging): Mention debug-on-event.
2757 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
2759 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
2761 * text.texi (Buffer Contents):
2762 Update filter-buffer-substring description.
2764 2012-02-04 Chong Yidong <cyd@gnu.org>
2766 * functions.texi (What Is a Function): Add closures.
2767 Mention "return value" terminology. Add xref for command-execute.
2768 Remove unused "keystroke command" terminology.
2769 (Lambda Expressions): Give a different example than in the
2770 following subsection. Add xref to Anonymous Functions.
2771 (Function Documentation): Remove gratuitous markup.
2772 (Function Names): Move introductory text to `What Is a Function'.
2773 (Defining Functions): Fix defun argument spec.
2774 (Anonymous Functions): Document lambda macro explicitly.
2775 Mention effects on lexical binding.
2776 (Function Cells): Downplay direct usage of fset.
2777 (Closures): New node.
2778 (Inline Functions): Remove "open-code" terminology.
2779 (Declaring Functions): Minor tweak; .m is not C code.
2781 * variables.texi (Variables): Don't refer to "global value".
2782 (Local Variables, Void Variables): Copyedits.
2783 (Lexical Binding): Minor clarification of example.
2784 (File Local Variables): Mention :safe and :risky defcustom args.
2785 (Lexical Binding): Add xref to Closures node.
2787 2012-02-04 Glenn Morris <rgm@gnu.org>
2789 * minibuf.texi (High-Level Completion): Updates for read-color.
2791 2012-02-03 Glenn Morris <rgm@gnu.org>
2793 * display.texi (GIF Images): Mention animation.
2794 Remove commented-out old example of animation.
2795 (Animated Images): New subsection.
2798 * vol2.texi (Top): Add Animated Images menu entry.
2800 * display.texi (Image Formats): Remove oddly specific information
2801 on versions of image libraries.
2802 (GIF Images, TIFF Images): Minor rephrasing.
2804 2012-02-02 Glenn Morris <rgm@gnu.org>
2806 * processes.texi (Synchronous Processes):
2807 Mention call-process's :file gets overwritten.
2809 * commands.texi (Reading One Event):
2810 * help.texi (Help Functions): Document read-char-choice.
2812 * hooks.texi (Standard Hooks):
2813 * modes.texi (Keymaps and Minor Modes):
2814 * text.texi (Commands for Insertion): Document post-self-insert-hook.
2816 * hooks.texi (Standard Hooks): Add prog-mode-hook.
2818 * hooks.texi (Standard Hooks):
2819 * modes.texi (Major Mode Conventions, Mode Hooks):
2820 Document change-major-mode-after-body-hook.
2822 2012-02-01 Glenn Morris <rgm@gnu.org>
2824 * modes.texi (Defining Minor Modes):
2825 Mention disabling global minor modes on a per-major-mode basis.
2827 2012-01-31 Chong Yidong <cyd@gnu.org>
2829 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
2830 (Parser State): Remove unnecessary statement (Bug#10661).
2832 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
2834 2012-01-31 Glenn Morris <rgm@gnu.org>
2836 * modes.texi (Defining Minor Modes):
2837 Document define-minor-mode's new :variable keyword.
2839 2012-01-29 Chong Yidong <cyd@gnu.org>
2841 * syntax.texi (Syntax Class Table): Tweak description of newline
2842 char syntax (Bug#9619).
2844 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
2845 description (Bug#10189).
2847 2012-01-29 Glenn Morris <rgm@gnu.org>
2849 * files.texi (Changing Files): Document SELinux support.
2851 * windows.texi (Window Sizes): Fix typo.
2853 2012-01-28 Chong Yidong <cyd@gnu.org>
2855 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
2858 * frames.texi (Input Focus): Add NORECORD arg to
2859 select-frame-set-input-focus. Clarify its role in select-frame.
2861 * text.texi (Transposition): We don't use transpose-region as an
2862 internal subroutine (Bug#3249).
2864 * modes.texi (Example Major Modes): Update Lisp example code to
2865 current sources. Delete the old non-derived-major-mode example,
2866 which has diverged badly from current sources.
2868 2012-01-27 Glenn Morris <rgm@gnu.org>
2870 * makefile.w32-in (texinputdir): Fix (presumed) typo.
2871 (VERSION, manual): Remove, unused.
2873 2012-01-27 Chong Yidong <cyd@gnu.org>
2875 * commands.texi (Command Overview): Minor clarification (Bug#10384).
2877 2012-01-26 Chong Yidong <cyd@gnu.org>
2879 * searching.texi (String Search): Document negative repeat count
2882 2012-01-26 Glenn Morris <rgm@gnu.org>
2884 * variables.texi (Using Lexical Binding):
2885 Mention that lexical-binding should be set in the first line.
2887 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2889 * macros.texi (Defining Macros): Don't claim that `declare' only
2890 affects Edebug and indentation.
2892 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
2894 * macros.texi (Defining Macros): Slight `declare' fixup.
2896 2012-01-25 Glenn Morris <rgm@gnu.org>
2898 * makefile.w32-in (texinputdir):
2899 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
2901 2012-01-24 Chong Yidong <cyd@gnu.org>
2903 * variables.texi (Variables, Local Variables, Void Variables):
2904 Edit to make the descriptions less specific to dynamic binding.
2905 (Local Variables): Default max-specpdl-size is now 1300.
2906 (Defining Variables): Edits for lexical scoping.
2907 Delete information about starting docstrings with *. De-document
2909 (Tips for Defining): Remove an unimportant discussion of quitting
2910 in the middle of a load.
2911 (Accessing Variables, Setting Variables): Discuss lexical binding.
2912 (Variable Scoping): Rewrite.
2913 (Scope, Extent, Impl of Scope): Nodes deleted.
2914 (Dynamic Binding): New node, with material from Scope, Extent, and
2915 Impl of Scope nodes.
2916 (Dynamic Binding Tips): Rename from Using Scoping.
2917 (Lexical Binding): Rewrite.
2918 (Using Lexical Binding): Rename from Converting to Lexical
2919 Binding. Convert to subsection.
2921 * customize.texi (Variable Definitions): Add custom-variable-p.
2922 Move user-variable-p documentation here.
2924 2012-01-23 Chong Yidong <cyd@gnu.org>
2926 * strings.texi (Text Comparison): Minor qualification.
2928 * lists.texi (Cons Cells): Copyedits.
2929 (List Elements): Mention push.
2930 (List Variables): Mention pop.
2931 (Rings): Move to sequences.texi.
2933 * sequences.texi (Sequence Functions): Don't repeat the
2934 introduction already given in the parent.
2935 (Vectors): Copyedits.
2936 (Rings): Move from lists.texi. Note that this is specific to the
2939 * symbols.texi (Definitions, Symbol Components): Mention variable
2941 (Plists and Alists): Copyedits.
2943 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
2944 correctness with lexical scoping.
2947 2012-01-21 Chong Yidong <cyd@gnu.org>
2949 * intro.texi (A Sample Function Description): Special notation
2950 used for macros too.
2952 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
2953 (Symbol Type): Add xref for keyword symbols.
2954 (Sequence Type): Clarify differences between sequence types.
2955 (Cons Cell Type): Add "linked list" index entry.
2956 (Non-ASCII in Strings): Copyedits.
2957 (Equality Predicates): Symbols with same name need not be eq.
2959 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
2960 ldexp. Move float-e and float-pi to Math Functions node.
2962 2012-01-21 Glenn Morris <rgm@gnu.org>
2964 * modes.texi (Auto Major Mode):
2965 * variables.texi (File Local Variables):
2966 Mention inhibit-local-variables-regexps.
2968 2012-01-19 Martin Rudalics <rudalics@gmx.at>
2970 * windows.texi (Window Configurations): Rewrite references to
2971 persistent window parameters.
2972 (Window Parameters): Fix description of persistent window
2975 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
2977 * windows.texi (Window Parameters): Use @pxref.
2979 2012-01-16 Martin Rudalics <rudalics@gmx.at>
2981 * windows.texi (Window Configurations, Window Parameters):
2982 Describe persistent window parameters.
2984 2011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
2986 * variables.texi (Creating Buffer-Local): Warn against misuses of
2987 make-variable-buffer-local (bug#10258).
2989 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2991 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
2993 2012-01-06 Chong Yidong <cyd@gnu.org>
2995 * variables.texi (Directory Local Variables):
2996 Document hack-dir-local-variables-non-file-buffer.
2998 2012-01-06 Glenn Morris <rgm@gnu.org>
3000 * maps.texi (Standard Keymaps): Refer to Info-edit by name
3001 rather than by keybinding.
3003 2011-12-29 Juanma Barranquero <lekktu@gmail.com>
3005 * frames.texi (Font and Color Parameters): Add @pxref.
3007 2011-12-29 Daniel Colascione <dan.colascione@gmail.com>
3009 * frames.texi (Font and Color Parameters):
3010 Document w32 font backends (bug#10399).
3012 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
3014 * files.texi (File Attributes, Changing Files):
3015 Use a more-natural notation for octal numbers.
3017 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
3019 * variables.texi (Variables with Restricted Values):
3020 Change reference to variable (bug#10354).
3022 2011-12-13 Martin Rudalics <rudalics@gmx.at>
3024 * windows.texi (Splitting Windows): Use t instead of non-nil
3025 when describing window-combination-resize.
3027 2011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3029 * text.texi (Special Properties): Warn against `intangible' properties
3032 2011-11-26 Eli Zaretskii <eliz@gnu.org>
3034 * display.texi (Truncation):
3035 * text.texi (Special Properties): Describe what a stretch-glyph is
3036 instead of using that term without explanation. Make the
3037 cross-references more accurate.
3039 * display.texi (Usual Display): Update the description,
3040 cross-references, and indexing related to display of control
3041 characters and raw bytes.
3043 2011-11-25 Martin Rudalics <rudalics@gmx.at>
3045 * windows.texi (Splitting Windows): Fix description of
3046 window-combination-limit. Suggested by Eli Zaretskii.
3048 2011-11-23 Chong Yidong <cyd@gnu.org>
3050 * windows.texi (Window Sizes): Move window-top-line,
3051 window-left-column, and window-*-pixel-edges to Coordinates and
3053 (Coordinates and Windows): Restore window-edges doc.
3055 2011-11-21 Martin Rudalics <rudalics@gmx.at>
3057 * windows.texi (Windows and Frames, Splitting Windows):
3060 2011-11-21 Chong Yidong <cyd@gnu.org>
3062 * windows.texi (Splitting Windows): Fix error in documentation of
3063 window-combination-limit.
3064 (Cyclic Window Ordering): Minor fixes to next-window,
3065 one-window-p, and get-lru-window docs. Don't document
3067 (Buffers and Windows): Copyedits.
3068 (Choosing Window): Document special handling of special-display-*.
3069 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
3070 Don't document even-window-heights, which is going away.
3071 Clarify which options are obeyed by which action functions.
3073 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3075 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
3077 2011-11-20 Martin Rudalics <rudalics@gmx.at>
3079 * windows.texi (Resizing Windows, Splitting Windows):
3080 Remove term "status" when talking about combination limits.
3082 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
3084 * compile.texi (Compiler Errors):
3085 * help.texi (Help Functions): Fix typos.
3087 2011-11-19 Chong Yidong <cyd@gnu.org>
3089 * windows.texi (Splitting Windows): Clarify role of window
3090 parameters in split-window. Shorten the example.
3091 (Deleting Windows): Rewrite intro to handle internal windows.
3092 Fix delete-windows-on doc.
3093 (Selecting Windows): Copyedits.
3095 2011-11-17 Martin Rudalics <rudalics@gmx.at>
3097 * windows.texi (Resizing Windows, Splitting Windows)
3098 (Deleting Windows): Use term window-combination-resize instead
3101 2011-11-16 Martin Rudalics <rudalics@gmx.at>
3103 * windows.texi (Resizing Windows, Splitting Windows):
3104 Rename occurrences of window-nest to window-combination-limit.
3106 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
3108 * intro.texi (Lisp History): Fix typo.
3110 2011-11-12 Martin Rudalics <rudalics@gmx.at>
3112 * windows.texi (Splitting Windows, Deleting Windows):
3113 Remove references to splits status of windows.
3115 2011-11-10 Glenn Morris <rgm@gnu.org>
3117 * buffers.texi (Read Only Buffers): Expand a bit on why
3118 toggle-read-only should only be used interactively. (Bug#7292)
3120 2011-11-09 Chong Yidong <cyd@gnu.org>
3122 * windows.texi (Window Sizes): Document window-pixel-edges,
3123 window-inside-pixel-edges, window-absolute-pixel-edges, and
3124 window-inside-absolute-pixel-edges.
3125 (Resizing Windows): shrink-window-if-larger-than-buffer works on
3126 non-full-width windows.
3128 2011-11-09 Martin Rudalics <rudalics@gmx.at>
3130 * windows.texi (Resizing Windows): Rewrite documentation of
3133 2011-11-09 Chong Yidong <cyd@gnu.org>
3135 * windows.texi (Splitting Windows): Simplify example.
3137 2011-11-08 Chong Yidong <cyd@gnu.org>
3139 * windows.texi (Window Sizes): Copyedits. Document
3140 window-text-height. Remove window-min-height and window-min-width
3141 discussion, referring instead to Emacs manual.
3142 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
3143 (Resizing Windows): Simplify introduction. Don't document
3144 enlarge-window, shrink-window, enlarge-window-horizontally, and
3145 shrink-window-horizontally; they are no longer preferred for
3146 calling from Lisp, and are already documented in the Emacs manual.
3148 2011-11-07 Glenn Morris <rgm@gnu.org>
3150 * windows.texi (Choosing Window): Fix keybinding typo.
3152 2011-11-07 Martin Rudalics <rudalics@gmx.at>
3154 * windows.texi (Resizing Windows, Splitting Windows)
3155 (Window Configurations): Use "child window" instead of
3158 2011-11-06 Chong Yidong <cyd@gnu.org>
3160 * windows.texi (Basic Windows): Clarify various definitions.
3161 Treat window-normalize-* as internal; don't document them.
3162 (Windows and Frames): Various clarifications, e.g. non-live
3163 windows also belong to frames. Fix window-list description.
3164 Simplify window nesting example.
3165 (Splitting Windows, Window Configurations):
3166 Use split-window-below.
3168 2011-11-04 Eli Zaretskii <eliz@gnu.org>
3170 * windows.texi (Window Sizes): Mention in the doc string that the
3171 return values of `window-body-height' and `window-body-width' are
3172 in frame's canonical units. (Bug#9949)
3174 2011-10-30 Martin Rudalics <rudalics@gmx.at>
3176 * windows.texi (Windows and Frames): Remove "iso-" infix from
3177 documentation of window-iso-combined-p.
3179 2011-10-26 Chong Yidong <cyd@gnu.org>
3181 * modes.texi (Running Hooks): Document with-wrapper-hook.
3183 2011-10-18 Chong Yidong <cyd@gnu.org>
3185 * display.texi (Glyphless Chars): New node.
3187 2011-10-13 Chong Yidong <cyd@stupidchicken.com>
3189 * text.texi (Yanking): Document yank-excluded-properties.
3191 * package.texi (Packaging Basics): The commentary should say how
3192 to begin using the package.
3194 2011-10-11 Martin Rudalics <rudalics@gmx.at>
3196 * windows.texi (Deleting Windows): Mention which window gets
3197 selected when deleting the selected window.
3199 2011-10-09 Martin Rudalics <rudalics@gmx.at>
3201 * buffers.texi (The Buffer List): Describe how bury-buffer deals
3202 with the selected window.
3203 * windows.texi (Buffers and Windows): Reformulate text on how
3204 replace-buffer-in-windows deals with a window.
3205 (Quitting Windows): Describe how quit-window deals with a
3206 standalone frame. Describe new option frame-auto-hide-function.
3208 2011-10-08 Glenn Morris <rgm@gnu.org>
3210 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
3212 * positions.texi (Excursions): Update warning message.
3214 2011-10-05 Chong Yidong <cyd@stupidchicken.com>
3216 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
3217 Fix Emacs manual xref (Bug#9675).
3219 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
3221 * windows.texi (Textual Scrolling): Document scroll-up-command,
3222 scroll-down-command, scroll-error-top-bottom, and the
3223 scroll-command symbol property.
3224 (Display Action Functions): Fix description of
3225 display-buffer-pop-up-window.
3227 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
3229 * windows.texi (Splitting Windows): Fix typos.
3231 2011-09-25 Martin Rudalics <rudalics@gmx.at>
3233 * windows.texi (Windows and Frames, Display Action Functions)
3234 (Switching Buffers): Fix some typos.
3235 (Buffers and Windows): Remove reference to window-auto-delete.
3236 Reword description of replace-buffer-in-windows.
3237 (Window History): Fix some typos and refer to frame local buffer
3239 (Quitting Windows): New node.
3240 (Window Configurations): Add descriptions of window-state-get
3241 and window-state-put.
3242 (Window Parameters): Describe variable ignore-window-parameters.
3243 Sketch some window parameters currently in use.
3244 * elisp.texi (Top): Update node listing.
3246 2011-09-25 Chong Yidong <cyd@stupidchicken.com>
3248 * windows.texi (Display Action Functions)
3249 (Choosing Window Options): New nodes.
3251 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
3253 * windows.texi (Window History): New node. Move text here from
3254 Buffers and Windows.
3255 (Switching Buffers): Rename from Displaying Buffers, since we
3256 don't document display-buffer here; callers changed.
3257 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
3258 switch-to-buffer-other-frame. Delete duplicate
3259 replace-buffer-in-windows doc.
3260 (Choosing Window): Document display actions.
3262 2011-09-24 Eli Zaretskii <eliz@gnu.org>
3264 * display.texi (Forcing Redisplay): Update the description of
3265 redisplay-dont-pause due to change in the default value.
3267 2011-09-23 Martin Rudalics <rudalics@gmx.at>
3269 * frames.texi (Frames and Windows): Move section and rename to
3270 Windows and Frames in windows.texi.
3271 * windows.texi (Windows): Restructure.
3272 (Basic Windows): Rewrite. Explain live and internal windows and
3273 normalization functions.
3274 (Windows and Frames): Move section here from frames.texi.
3275 Describe subwindows, window combinations, window tree, and
3276 corresponding functions including window-list here.
3277 (Window Sizes): Rename section from Size of Window and move it
3278 up in chapter. Describe total and body sizes and the
3279 corresponding functions. Explain new semantics of
3280 window-min-height/-width.
3281 (Resizing Windows): Move section up in chapter. Describe new
3283 (Splitting Windows): Describe new behavior of split-window,
3284 split-window-above-each-other and split-window-side-by-side.
3285 Provide examples. Describe window-nest and window-splits
3287 (Deleting Windows): Minor rewrite.
3288 (Selecting Windows): Minor rewrite.
3289 Describe frame-selected-window and set-frame-selected-window here.
3290 (Cyclic Window Ordering): Minor rewrite.
3291 Describe window-list-1.
3292 (Buffers and Windows): Rewrite. Explain a window's previous and
3293 next buffers and the corresponding functions.
3294 (Window Tree): Merge into Windows and Frames section.
3295 * elisp.texi (Top): Update node listings for frames and windows
3298 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3300 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
3302 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3304 * errors.texi (Standard Errors): Remove apparent placeholder text
3307 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
3309 * frames.texi (Management Parameters): Fix description of
3310 icon-type parameter.
3312 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
3314 * tips.texi (Key Binding Conventions): Don't bind a key sequence
3315 ending in C-g. Suggested by Edward O'Connor.
3317 2011-09-17 Eli Zaretskii <eliz@gnu.org>
3319 * numbers.texi (Integer Basics): Add indexing for
3320 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
3322 2011-09-14 Dani Moncayo <dmoncayo@gmail.com>
3324 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
3326 2011-09-11 Juanma Barranquero <lekktu@gmail.com>
3328 * processes.texi (Network Servers): Clarify what the process
3329 buffer is used for (bug#9233).
3331 2011-08-30 Dani Moncayo <dmoncayo@gmail.com>
3333 * lists.texi (Building Lists): Fix typo.
3335 2011-08-30 Chong Yidong <cyd@stupidchicken.com>
3337 * display.texi (Basic Faces): New node. Document new faces.
3339 * modes.texi (Major Mode Conventions): Move some text there.
3340 (Mode Help): Remove major-mode var, duplicated in Major Modes.
3342 2011-08-29 Chong Yidong <cyd@stupidchicken.com>
3344 * modes.texi (Basic Major Modes): New node. Callers updated.
3345 (Major Modes): Document fundamental-mode and major-mode.
3346 (Major Mode Basics): Node deleted; text moved to Major Modes.
3347 (Derived Modes): Document derived-mode-p.
3349 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
3351 * files.texi (Changing Files, Create/Delete Dirs): Document new
3352 arguments for delete-file, delete-directory, and copy-directory.
3353 (Visiting Functions): Remove view-file; it is documented in the
3356 * frames.texi (Layout Parameters): The defaults for the
3357 menu-bar-lines and tool-bar-lines parameters depend on the mode.
3359 * display.texi (Progress): Document spinner functionality.
3361 * os.texi (Killing Emacs): Note that kill-emacs can be called by
3362 operating system signals. Refer to save-buffers-kill-terminal
3363 instead of save-buffers-kill-emacs.
3365 * objects.texi (Symbol Type): Document ## print representation.
3367 2011-08-25 Eli Zaretskii <eliz@gnu.org>
3369 * display.texi (Specified Space): Mention that `space' specs
3370 influence bidi reordering.
3371 (Bidirectional Display): Explain how to use `(space . PROPS)' for
3372 separating fields with bidirectional content.
3374 2011-08-24 Eli Zaretskii <eliz@gnu.org>
3376 * display.texi (Bidirectional Display): Document return value in
3377 buffers that are not bidi-reordered for display, and in unibyte
3380 2011-08-23 Eli Zaretskii <eliz@gnu.org>
3382 * nonascii.texi (Character Properties): Document the values for
3383 unassigned codepoints.
3385 2011-08-18 Eli Zaretskii <eliz@gnu.org>
3387 * nonascii.texi (Character Properties): Document use of
3388 `bidi-class' and `mirroring' properties as part of reordering.
3389 Provide cross-references to "Bidirectional Display".
3391 * display.texi (Bidirectional Display): Document the pitfalls of
3392 concatenating strings with bidirectional content, with possible
3393 solutions. Document bidi-string-mark-left-to-right.
3394 Mention paragraph direction in modes that inherit from prog-mode.
3395 Document use of `bidi-class' and `mirroring' properties as part of
3398 2011-08-16 Eli Zaretskii <eliz@gnu.org>
3400 * modes.texi (Major Mode Conventions): Improve the documentation
3401 of `mode-class' `special' modes.
3403 * nonascii.texi (Character Properties): Document the `mirroring'
3404 property. Add index entries.
3406 * syntax.texi (Categories): Add an example of defining a new
3407 category and category table.
3409 * searching.texi (Regexp Backslash): Document how to display
3410 existing categories. Mention the possibility of adding
3411 categories, and add an xref to where this is described. Add an
3414 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
3416 * text.texi (Special Properties):
3417 * display.texi (Overlay Properties): Note that mouse-face cannot
3418 change the text size (Bug#8530).
3420 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
3422 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
3423 using setenv instead.
3425 2011-07-28 Eli Zaretskii <eliz@gnu.org>
3427 * display.texi (Bidirectional Display): Document the fact that
3428 bidi-display-reordering is t by default.
3430 2011-07-23 Eli Zaretskii <eliz@gnu.org>
3432 * display.texi (Bidirectional Display): New section.
3434 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3435 Tim Cross <theophilusx@gmail.com> (tiny change)
3436 Glenn Morris <rgm@gnu.org>
3438 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
3440 2011-07-15 Andreas Schwab <schwab@linux-m68k.org>
3442 * help.texi (Keys in Documentation): Revert last change.
3444 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3446 * help.texi (Keys in Documentation): Clarify that \= only quotes
3447 the next character, and doesn't affect longer sequences in
3448 particular (bug#8935).
3450 * debugging.texi (Using Debugger):
3451 Mention @code{eval-expression-debug-on-error} (bug#8549).
3453 2011-07-14 Eli Zaretskii <eliz@gnu.org>
3455 * display.texi (Other Display Specs): Document that `left-fringe'
3456 and `right-fringe' display specifications are of the "replacing"
3459 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3461 * help.texi (Documentation Basics): Add a link to the Function
3462 Documentation node (bug#6580).
3464 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3466 * keymaps.texi (Menu Bar): Mention :visible and :enable
3467 (bug#6344). Text by Drew Adams.
3469 * modes.texi (Running Hooks): Mention buffer-local hook variables
3472 * objects.texi (General Escape Syntax): "a with grave accent" is
3473 ?xe0, not ?x8e0 (bug#5259).
3475 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
3477 * display.texi (Face Attributes, Font Selection): Add references
3478 to the Fonts node in the Emacs manual (Bug#4178).
3480 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
3482 * display.texi (Window Systems): `window-system' is
3485 * frames.texi (Frame Parameters, Parameter Access): Don't mention
3486 frame-local variables.
3488 * variables.texi (Buffer-Local Variables): Don't mention obsolete
3489 frame-local variables.
3490 (Frame-Local Variables): Node deleted.
3492 * elisp.texi (Top): Update node listing.
3494 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3496 * elisp.texi: Change "inferiors" to "subnodes" in three places
3499 2011-07-11 Chong Yidong <cyd@stupidchicken.com>
3501 * frames.texi (Window System Selections): Discussion of
3502 x-select-enable-clipboard moved to Emacs manual.
3504 2011-07-11 Deniz Dogan <deniz@dogan.se>
3506 * commands.texi (Prefix Command Arguments): Remove excessive
3509 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3511 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
3512 description is a string (bug#3313).
3514 * frames.texi (Display Feature Testing): Try to explain what all
3515 the visual classes mean (bug#3042).
3517 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3519 * modes.texi (Mode Line Variables): Document `mode-line-remote'
3520 and `mode-line-client' (bug#2974).
3522 * text.texi (Insertion): Clarify marker movements (bug#1651).
3523 Text from Drew Adams.
3525 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3527 * text.texi (Special Properties): Clarify the format of `face'
3530 * commands.texi (Interactive Call): Add a `call-interactively'
3533 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3535 * functions.texi (Calling Functions): Link to the "Interactive
3536 Call" node (bug#1001).
3538 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
3540 * customize.texi (Composite Types): Move alist and plist to here
3541 from Simple Types (Bug#7545).
3543 * elisp.texi (Top): Update menu description.
3545 * display.texi (Face Attributes): Document negative line widths
3548 2011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
3550 * searching.texi (Match Data): Note that match data can be
3551 overwritten by most functions (bug#2499).
3553 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3555 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
3556 flags mean (bug#6659).
3558 * functions.texi (What Is a Function): Document the autoload
3561 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3563 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
3564 is only used in the Customize user interface (bug#6089).
3566 * display.texi (Showing Images): Mention the point of sliced
3569 2011-07-02 Eli Zaretskii <eliz@gnu.org>
3571 * variables.texi (Defining Variables, Void Variables)
3572 (Constant Variables): Fix incorrect usage of @kindex.
3574 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3576 * variables.texi (Defining Variables): Add an index entry for
3577 `set-variable' (bug#7262).
3578 (Defining Variables): Use @findex for functions.
3580 * frames.texi (Basic Parameters): Document the `explicit-name'
3581 parameter (bug#6951).
3583 * customize.texi (Type Keywords): Clarify that :value provides a
3584 default value for all types (bug#7386).
3586 * streams.texi (Output Functions): Document `pp'.
3588 2011-06-25 Chong Yidong <cyd@stupidchicken.com>
3590 * keymaps.texi (Searching Keymaps):
3591 * display.texi (Overlay Properties): Fix errors in 2011-05-29
3592 change. Suggested by Johan Bockgård.
3594 2011-06-15 Chong Yidong <cyd@stupidchicken.com>
3596 * text.texi (Special Properties): Clarify role of font-lock-face.
3598 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3600 * processes.texi (Process Information): Rename `process-alive-p'
3601 to `process-live-p' for consistency with other `-live-p' functions.
3603 2011-06-03 Paul Eggert <eggert@cs.ucla.edu>
3605 Document wide integers better.
3606 * files.texi (File Attributes): Document ino_t values better.
3607 ino_t values no longer map to anything larger than a single cons.
3608 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
3609 (Bitwise Operations):
3610 * objects.texi (Integer Type): Use a binary notation that is a bit easier
3611 to read, and that will port better if 62-bits becomes the default.
3612 Fix or remove incorrect examples.
3613 * os.texi (Time Conversion): Document time_t values better.
3615 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3617 * processes.texi (Process Information):
3618 Document `process-alive-p'.
3620 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
3622 * help.texi (Accessing Documentation):
3623 * display.texi (Pixel Specification):
3624 * processes.texi (Serial Ports, Serial Ports):
3625 * nonascii.texi (Character Properties, Default Coding Systems):
3626 * text.texi (Changing Properties, Special Properties):
3627 * windows.texi (Window Start and End):
3628 * modes.texi (SMIE Indentation Example, SMIE Tricks):
3629 * keymaps.texi (Searching Keymaps, Tool Bar):
3630 * minibuf.texi (Basic Completion):
3631 * compile.texi (Eval During Compile):
3632 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
3633 7x9 paper in printed manual.
3635 * lists.texi (Sets And Lists): Fix misplaced text.
3637 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
3639 * keymaps.texi (Remapping Commands): Emphasize that the keymap
3640 needs to be active (Bug#8350).
3642 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
3644 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
3646 * tips.texi (Coding Conventions): Remove antediluvian filename
3647 limit recommendation (Bug#8538).
3649 2011-05-27 Glenn Morris <rgm@gnu.org>
3651 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
3653 2011-05-26 Glenn Morris <rgm@gnu.org>
3655 * variables.texi (File Local Variables):
3656 Update hack-local-variables `mode-only' return value.
3657 Add some more details on what this function does in the other case.
3659 2011-05-19 Glenn Morris <rgm@gnu.org>
3661 * lists.texi (Sets And Lists): Mention cl provides union etc.
3663 2011-05-19 Nix <nix@esperi.org.uk>
3665 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
3667 * text.texi (Parsing HTML): Update for function name changes.
3669 * syntax.texi (Syntax Flags): Small fix.
3671 * keymaps.texi (Active Keymaps): Typo fix.
3672 (Changing Key Bindings): Grammar fix.
3674 * frames.texi (Minibuffers and Frames): Grammar fix.
3675 (Window System Selections): x-select-enable-clipboard now defaults to t.
3677 * customize.texi (Common Keywords):
3678 * display.texi (Abstract Display):
3679 * modes.texi (Auto-Indentation):
3680 * nonascii.texi (Converting Representations): Typo fixes.
3682 * control.texi (Examples of Catch): Call it "goto" not "go to".
3684 2011-05-14 Eli Zaretskii <eliz@gnu.org>
3686 * nonascii.texi (Character Properties): Fix inconsistencies with
3689 * text.texi (Special Properties): Move @defvar's out of the
3692 2011-05-12 Glenn Morris <rgm@gnu.org>
3694 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
3696 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3698 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
3699 (Multiline Font Lock):
3702 * elisp.texi (Top): Update menu accordingly.
3704 2011-05-12 Drew Adams <drew.adams@oracle.com>
3706 * modes.texi (Region to Fontify): Fix typo.
3708 2011-05-10 Jim Meyering <meyering@redhat.com>
3710 * minibuf.texi: Fix typo "in in -> in".
3712 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
3714 * numbers.texi (Integer Basics): Large integers are treated as floats.
3716 2011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3718 * processes.texi (Synchronous Processes): Document the (:file
3719 "/file-name") syntax for `call-process'.
3721 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
3723 * windows.texi (Choosing Window): Fix typo.
3725 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
3727 * frames.texi (Layout Parameters): Note the difference between
3728 querying and setting parameters for left-fringe and right-fringe
3731 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3733 * minibuf.texi (Basic Completion): Be a bit more precise about the
3734 valid kinds of completion tables.
3735 (Programmed Completion): Remove obsolete text about lambda expressions
3736 not being valid completion tables.
3738 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
3740 * positions.texi (Excursions): Explain the "save-excursion
3741 defeated by set-buffer" warning.
3743 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
3744 save-excursion. Suggested by Uday S Reddy.
3746 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
3748 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
3749 (Lexical Binding): New sub-section.
3751 * eval.texi (Eval): Discourage the use of `eval'.
3752 Document its new `lexical' argument.
3754 2011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3756 * commands.texi (Command Overview): `post-command-hook' is not reset to
3759 2011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
3761 * strings.texi (String Conversion): Don't mention
3762 string-make-(uni|multi)byte (bug#8262).
3763 * nonascii.texi (Converting Representations): Fix up range.
3764 * keymaps.texi (Key Binding Commands): Update code point, avoid
3765 "unibyte character" and remove mention of unibyte bindings.
3767 2011-03-10 Eli Zaretskii <eliz@gnu.org>
3769 * modes.texi (Operator Precedence Grammars): Don't use characters
3772 2011-03-09 Eli Zaretskii <eliz@gnu.org>
3774 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
3776 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
3778 2011-03-08 Glenn Morris <rgm@gnu.org>
3780 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
3781 * intro.texi (Acknowledgements): Names to UTF-8.
3782 * elisp.texi: Set documentencoding.
3784 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
3786 * Version 23.3 released.
3788 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
3790 * package.texi: Update index keywords.
3791 (Package Archives): New node contents. Document package-x.el.
3793 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
3795 * makefile.w32-in (srcs): Add package.texi.
3797 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
3799 * package.texi (Packaging, Packaging Basics, Simple Packages)
3800 (Multi-file Packages): Expand and clarify.
3801 (Package Archives): Temporary placeholder node.
3803 * elisp.texi (Top): Update node listing.
3805 * Makefile.in (srcs): Add package.texi.
3807 2011-03-05 Chong Yidong <cyd@stupidchicken.com>
3809 * processes.texi (Synchronous Processes): Minor clarification
3812 2011-03-03 Glenn Morris <rgm@gnu.org>
3814 * files.texi (Truenames): Minor clarification. (Bug#2341)
3816 2011-03-01 Glenn Morris <rgm@gnu.org>
3818 * variables.texi (Directory Local Variables):
3819 Mention `(subdirs . nil)' alist element.
3821 2011-02-28 Glenn Morris <rgm@gnu.org>
3823 * variables.texi (Directory Local Variables): Mention the optional
3824 mtime argument of dir-locals-set-directory-class. (Bug#3577)
3826 2011-02-27 Chong Yidong <cyd@stupidchicken.com>
3828 * minibuf.texi (Minibuffer History): Clarify discussion of
3829 minibuffer history lists (Bug#8085).
3831 2011-02-19 Eli Zaretskii <eliz@gnu.org>
3833 * elisp.texi: Sync @dircategory with ../../info/dir.
3835 * files.texi (Visiting Functions): Document find-file-literally,
3836 both the command and the variable.
3838 * variables.texi (Creating Buffer-Local): Explain the meaning of
3839 permanent local variables.
3841 * files.texi (Visiting Functions): Document find-file-literally,
3842 both the command and the variable.
3844 * variables.texi (Creating Buffer-Local): Explain the meaning of
3845 permanent local variables.
3847 2011-02-19 Glenn Morris <rgm@gnu.org>
3849 * keymaps.texi (Remapping Commands): Mention how to undo it.
3851 2011-02-09 Reuben Thomas <rrt@sc3d.org>
3853 * loading.texi (Hooks for Loading): Remove unnecessary advice
3854 about eval-after-load (Bug#7986).
3856 2011-02-05 Chong Yidong <cyd@stupidchicken.com>
3858 * commands.texi (Accessing Mouse): Note that a header line is not
3859 included in the row of posn-col-row.
3861 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
3863 * modes.texi (Major Mode Conventions): Add face guidelines.
3864 (Faces for Font Lock): List faces in order of prominence.
3866 2011-02-01 Paul Eggert <eggert@cs.ucla.edu>
3868 format-time-string now supports subsecond time stamp resolution
3869 * os.texi (Time Parsing): Document %N.
3871 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
3876 * display.texi (Display Property): Shorten the menu description of
3877 the "Other Display Specs" node (Bug#7816).
3879 * keymaps.texi (Defining Menus): Add "menu item" and "extended
3880 menu item" concept index entries (Bug#7805).
3882 2011-01-29 Eli Zaretskii <eliz@gnu.org>
3884 * makefile.w32-in (texinfodir): New variable.
3885 (usermanualdir): Remove as redundant with $(emacsdir).
3886 (MAKEINFO): Remove options, leave only program name.
3887 (MAKEINFO_OPTS): New variable.
3888 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
3890 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
3891 Richard Kim <emacs18@gmail.com>
3893 * loading.texi (Library Search): Document list-load-path-shadows
3896 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
3898 * searching.texi (Regexp Special): Remove outdated discussion of
3899 character sets (Bug#7780).
3901 * frames.texi (Pop-Up Menus): Document where menu title comes
3904 2011-01-25 Glenn Morris <rgm@gnu.org>
3906 * display.texi (Making Buttons): Mention limitation of text buttons.
3908 2011-01-23 Werner Lemberg <wl@gnu.org>
3910 * Makefile.in (MAKEINFO): Now controlled by `configure'.
3911 (MAKEINFO_OPTS): New variable. Use it where appropriate.
3912 (ENVADD): New variable to control texi2dvi and texi2pdf.
3914 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
3916 * files.texi (Directory Names): Move directory-abbrev-alist doc to
3919 2011-01-15 Eli Zaretskii <eliz@gnu.org>
3921 * files.texi (Directory Names): Explain why FROM in
3922 directory-abbrev-alist should begin with \`. (Bug#7777)
3924 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3926 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
3928 2011-01-02 Eli Zaretskii <eliz@gnu.org>
3930 * modes.texi (Emulating Mode Line): Fix last change.
3932 2011-01-02 Eli Zaretskii <eliz@gnu.org>
3934 * modes.texi (Emulating Mode Line): Update documentation of
3935 format-mode-line according to changes that fixed bug #7587.
3937 2010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
3939 * modes.texi (Derived Modes): Mention prog-mode.
3941 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
3942 of the key-binding-data cache since we don't use it any more.
3944 2010-12-13 Eli Zaretskii <eliz@gnu.org>
3946 * processes.texi (Shell Arguments):
3947 * strings.texi (Creating Strings): Don't mention "shell commands";
3948 make it explicit that `split-string-and-unquote' and
3949 `combine-and-quote-strings' are mainly for working with arguments
3950 to call-process and start-process.
3952 * processes.texi (Shell Arguments): Fix documentation of
3953 `split-string-and-unquote'. Add indexing. (Bug#7563)
3955 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3957 * modes.texi (Auto-Indentation): New section to document SMIE.
3958 (Major Mode Conventions):
3959 * text.texi (Mode-Specific Indent): Refer to it.
3961 2010-12-13 Eli Zaretskii <eliz@gnu.org>
3963 * display.texi (Other Display Specs): Document left-fringe and
3964 right-fringe display specs.
3966 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3968 * backups.texi (Making Backups):
3969 * modes.texi (Example Major Modes): Use recommended coding style.
3970 (Major Mode Basics, Derived Modes): Encourge more strongly use of
3971 define-derived-mode. Mention completion-at-point-functions.
3973 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
3975 * nonascii.texi (Converting Representations):
3976 Document byte-to-string.
3978 2010-12-08 Glenn Morris <rgm@gnu.org>
3980 * buffers.texi (Modification Time):
3981 verify-visited-file-modtime now defaults to the current buffer.
3983 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3985 * nonascii.texi (Converting Representations): Document byte-to-string.
3987 * strings.texi (Creating Strings): Don't mention semi-obsolete
3988 function char-to-string.
3989 (String Conversion): Shorten discussion of semi-obsolete function
3990 string-to-char. Link to Converting Representations.
3992 * objects.texi (Symbol Type):
3993 * text.texi (Near Point):
3994 * help.texi (Help Functions):
3995 * functions.texi (Mapping Functions): Use string instead of
3996 char-to-string in examples.
3998 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4000 * text.texi (Kill Functions, Kill Functions)
4001 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
4004 * symbols.texi (Creating Symbols): Using unintern without an
4005 obarray arg is now obsolete.
4007 * numbers.texi (Float Basics): Document float-e and float-pi.
4009 * variables.texi (Defining Variables): Change "pi" example to
4012 2010-11-26 Eli Zaretskii <eliz@gnu.org>
4014 * commands.texi (Click Events): Document the values of X, Y and
4015 COL, ROW in the event's position, when the click is on the header
4016 or mode line, on the fringes, or in the margins.
4018 2010-11-17 Eli Zaretskii <eliz@gnu.org>
4020 * customize.texi (Composite Types): Lower-case index entry.
4022 * loading.texi (How Programs Do Loading):
4023 Document load-file-name. (Bug#7346)
4025 2010-11-17 Glenn Morris <rgm@gnu.org>
4027 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
4029 2010-11-13 Eli Zaretskii <eliz@gnu.org>
4031 * display.texi (Usual Display): Characters with no fonts are not
4032 necessarily displayed as empty boxes.
4034 2010-10-31 Glenn Morris <rgm@gnu.org>
4036 * maps.texi (Standard Keymaps): Update File menu description.
4038 2010-10-28 Glenn Morris <rgm@gnu.org>
4040 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
4042 2010-10-24 Eli Zaretskii <eliz@gnu.org>
4044 * display.texi (Window Systems): Deprecate use of window-system as
4047 2010-10-23 Glenn Morris <rgm@gnu.org>
4049 * help.texi (Documentation Basics): Remove mentions of digest-doc and
4052 2010-10-15 Eli Zaretskii <eliz@gnu.org>
4054 * os.texi (Dynamic Libraries): New node, with slightly modified
4055 text deleted from "Image Formats".
4056 (System Interface): Add @menu entry for "Dynamic Libraries".
4058 * display.texi (Image Formats): Remove description of
4059 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
4061 2010-10-12 Glenn Morris <rgm@gnu.org>
4063 * book-spine.texinfo: Rename to book-spine.texi.
4065 2010-10-11 Glenn Morris <rgm@gnu.org>
4067 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
4069 * Makefile.in (DVIPS): New variable.
4070 (.PHONY): Add html, ps.
4071 (html, elisp.html, ps, elisp.ps): New targets.
4072 (clean): Delete html, ps files.
4073 ($(infodir)/elisp): Remove unnecessary includes.
4075 2010-10-09 Eli Zaretskii <eliz@gnu.org>
4077 * makefile.w32-in (emacsdir): New variable.
4078 (srcs): Add emacsver.texi.
4079 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
4081 2010-10-09 Glenn Morris <rgm@gnu.org>
4083 * Makefile.in (VPATH): Remove.
4084 (infodir): Make it absolute.
4085 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
4087 * Makefile.in (dist): Anchor regexps.
4089 * Makefile.in (srcs): Put elisp.texi first.
4090 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
4092 * Makefile.in (infoclean): Remove harmless, long-standing error.
4094 * Makefile.in ($(infodir)): Delete rule.
4096 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
4098 * Makefile.in (dist): Remove reference to emacsver.texi.in.
4099 Also copy emacsver.texi, and edit $emacsdir.
4101 2010-10-09 Glenn Morris <rgm@gnu.org>
4103 * Makefile.in (emacsdir): New variable.
4104 (MAKEINFO): Add -I $emacsdir.
4105 (dist): Copy emacsver.texi.
4106 (srcs): Add emacsver.texi.
4108 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
4109 Set EMACSVER by including emacsver.texi.
4111 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
4113 2010-10-07 Glenn Morris <rgm@gnu.org>
4115 * Makefile.in (version): New, set by configure.
4116 (clean): Delete dist tar file.
4117 (dist): Use version in tar name.
4119 2010-10-06 Glenn Morris <rgm@gnu.org>
4121 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
4122 (INSTALL_INFO): Remove unused variable.
4123 (mostlyclean, infoclean, dist): New rules.
4124 (clean): Delete dvi and pdf files.
4125 (maintainer-clean): Remove elisp.oaux, use infoclean.
4126 ($(infodir)): Add parallel build workaround.
4128 2010-10-04 Glenn Morris <rgm@gnu.org>
4130 * Makefile.in (dvi, pdf, $(infodir)): New targets.
4131 ($(infodir)/elisp): Ensure target directory exists. Use $@.
4133 (clean): No 'make.out' or 'core' files.
4134 (.PHONY): Declare clean rules.
4135 (maintainer-clean): Delete pdf file. Guard against cd failures.
4137 2010-10-03 Glenn Morris <rgm@gnu.org>
4139 * files.texi (File Name Components): Remove ignored section about
4140 deleted variable directory-sep-char.
4142 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
4144 * files.texi (Magic File Names): New defopt
4145 remote-file-name-inhibit-cache.
4147 2010-10-02 Glenn Morris <rgm@gnu.org>
4149 * os.texi (Killing Emacs): Hook now runs in batch mode.
4151 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4153 * text.texi (Special Properties): Clarify when modification-hooks run.
4155 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4157 * syntax.texi (Syntax Flags): Document new `c' flag.
4159 2010-09-09 Glenn Morris <rgm@gnu.org>
4161 * display.texi (ImageMagick Images): General cleanup.
4163 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
4165 * files.texi (Directory Names): Use \` rather than ^.
4167 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
4169 * text.texi (Low-Level Kill Ring):
4170 * frames.texi (Window System Selections): Remove cut buffer
4173 2010-08-28 Eli Zaretskii <eliz@gnu.org>
4175 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
4176 Parameters", where the default fringe width is described.
4178 * frames.texi (Window Frame Parameters, Basic Parameters)
4179 (Position Parameters, Layout Parameters, Management Parameters)
4180 (Cursor Parameters, Font and Color Parameters): Add indexing for
4181 frame parameters. (Bug#6929)
4183 2010-08-25 Tom Tromey <tromey@redhat.com>
4185 * vol2.texi (Top): Update.
4186 * vol1.texi (Top): Update.
4187 * tips.texi (Library Headers): Mention Package-Version and
4189 * package.texi: New file.
4190 * os.texi (System Interface): Update pointers.
4191 * elisp.texi (Top): Link to new nodes. Include package.texi.
4192 * anti.texi (Antinews): Update pointers.
4194 2010-08-25 Eli Zaretskii <eliz@gnu.org>
4196 * processes.texi (Filter Functions): Fix last change.
4198 2010-08-24 Markus Triska <triska@gmx.at>
4200 * processes.texi (Filter Functions): Use `buffer-live-p' instead
4201 of `buffer-name' in the main text as well as in the example
4204 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4206 * nonascii.texi (Text Representations):
4207 * loading.texi (Loading Non-ASCII):
4208 * compile.texi (Byte Compilation): Don't mention obsolete
4209 --unibyte command-line argument.
4211 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4213 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
4215 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4217 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
4219 2010-08-20 Eli Zaretskii <eliz@gnu.org>
4221 * commands.texi (Misc Events): Add cross-references to where
4222 POSITION of a mouse event is described in detail.
4224 2010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
4226 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
4228 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4230 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
4231 Suggested by Štěpán Němec <stepnem@gmail.com>.
4233 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4235 * minibuf.texi (High-Level Completion): Document args of
4236 `read-buffer-function' (bug#5625).
4238 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
4240 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
4242 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
4244 * processes.texi (Process Information): Explain process property
4247 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
4249 * modes.texi (Defining Minor Modes): Use C-delete in examples,
4250 instead of "\C-\^?" (bug#6334).
4252 * text.texi (Special Properties): Fix typo.
4254 2010-07-09 Eli Zaretskii <eliz@gnu.org>
4256 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
4257 calling sequences, which are now the standard.
4259 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
4261 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
4263 * commands.texi (Command Overview): Mention undo-boundary call.
4265 2010-06-23 Glenn Morris <rgm@gnu.org>
4267 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
4268 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
4269 * frames.texi, functions.texi, internals.texi, keymaps.texi:
4270 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
4271 * searching.texi, sequences.texi, strings.texi, syntax.texi:
4272 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
4273 Untabify Texinfo files.
4275 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
4277 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
4279 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
4281 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
4283 2010-06-02 Chong Yidong <cyd@stupidchicken.com>
4285 * searching.texi (Regexp Special): Remove obsolete information
4286 about matching non-ASCII characters, and suggest using char
4289 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
4291 * minibuf.texi (Basic Completion): Add missing "@end defun".
4293 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4295 * minibuf.texi (Basic Completion): Document completion-boundaries.
4296 (Programmed Completion): Document the new fourth method for boundaries.
4298 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
4300 * display.texi (Image Cache): Update documentation about image caching.
4302 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
4304 * windows.texi (Textual Scrolling):
4305 * tips.texi (Coding Conventions):
4306 * minibuf.texi (Minibuffer History):
4307 * maps.texi (Standard Keymaps):
4308 * loading.texi (Where Defined):
4309 * edebug.texi (Instrumenting): Fix typos.
4311 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
4313 * keymaps.texi (Menu Bar): Document :advertised-binding property.
4315 * functions.texi (Obsolete Functions):
4316 Document set-advertised-calling-convention.
4318 * minibuf.texi (Basic Completion): Document completion-in-region.
4319 (Programmed Completion): Document completion-annotate-function.
4321 * commands.texi (Reading One Event): Document read-key.
4322 (Distinguish Interactive): Document KIND arg to
4323 called-interactively-p. Delete obsolete interactive-p.
4325 * elisp.texi (Top): Update node description.
4327 2010-05-08 Eli Zaretskii <eliz@gnu.org>
4329 * nonascii.texi (Character Properties):
4330 Document unicode-category-table. Add an index entry for Unicode
4333 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
4335 * Version 23.2 released.
4337 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
4339 * locals.texi (Standard Buffer-Local Variables):
4340 Remove @ignore'd reference to `direction-reversed'.
4342 2010-04-14 Juri Linkov <juri@jurta.org>
4344 Fix @deffn without category.
4346 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
4347 for `abbrev-insert'.
4349 * buffers.texi (Indirect Buffers): Add category `Command'
4350 to @deffn of `clone-indirect-buffer'.
4352 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
4353 for `next-window' and `previous-window'. Add category `Command'
4354 to @deffn of `pop-to-buffer'.
4356 2010-04-01 Chong Yidong <cyd@stupidchicken.com>
4358 * nonascii.texi (Text Representations): Don't mark
4359 enable-multibyte-characters as a user option.
4361 2010-03-31 Eli Zaretskii <eliz@gnu.org>
4363 * control.texi (Handling Errors): How to re-throw a signal caught
4366 2010-03-26 Chong Yidong <cyd@stupidchicken.com>
4368 * loading.texi (Hooks for Loading): Document after-load-functions.
4371 2010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
4373 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
4375 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
4377 * processes.texi (Network Processes): Document seqpacket type.
4379 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
4381 * os.texi (System Environment): Do not mention lynxos.
4383 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
4387 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
4389 * objects.texi (Integer Type): Take note of the read syntax
4390 exception for numbers that cannot fit in the integer type.
4392 2010-03-03 Glenn Morris <rgm@gnu.org>
4394 * numbers.texi (Integer Basics, Bitwise Operations):
4395 * objects.texi (Integer Type): Update for integers now being 30-bit.
4397 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
4399 * display.texi (Low-Level Font): Document :otf font-spec property.
4401 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
4403 * display.texi (Line Height): Avoid obsolete special default variables
4404 like default-major-mode.
4406 2010-01-28 Alan Mackenzie <acm@muc.de>
4408 * display.texi (Auto Faces): Say fontification-functions is called
4409 whether or not Font Lock is enabled. Tidy up the wording a bit.
4411 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
4413 * elisp.texi: Remove duplicate edition information (Bug#5407).
4415 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
4417 * two.el (volume-header-toc-markup): Fix typos in docstring.
4419 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4421 Avoid dubious uses of save-excursions.
4422 * positions.texi (Excursions): Recommend the use of
4423 save-current-buffer if applicable.
4424 * text.texi (Clickable Text): Fix the example code which used
4425 save-excursion in a naive way which sometimes preserves point and
4427 * variables.texi (Creating Buffer-Local):
4428 * os.texi (Session Management):
4429 * display.texi (GIF Images):
4430 * control.texi (Cleanups): Use (save|with)-current-buffer.
4432 2010-01-02 Eli Zaretskii <eliz@gnu.org>
4434 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
4436 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
4438 * nonascii.texi (Text Representations, Character Codes)
4439 (Converting Representations, Explicit Encoding)
4440 (Translation of Characters): Use hex notation consistently.
4441 (Character Sets): Fix map-charset-chars doc (Bug#5197).
4443 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
4445 * loading.texi (Where Defined): Make it clearer that these are
4446 loaded files (Bug#5068).
4448 2009-12-29 Chong Yidong <cyd@stupidchicken.com>
4450 * minibuf.texi (Completion Styles): Document `initials' style.
4452 2009-12-25 Chong Yidong <cyd@stupidchicken.com>
4454 * frames.texi (Resources): Describe inhibit-x-resources.
4455 (Size Parameters): Copyedit.
4457 * hash.texi (Creating Hash):
4458 * objects.texi (Hash Table Type): Document the new hash table
4459 printed representation.
4461 * minibuf.texi (Basic Completion): 4th arg to all-completions is
4464 * processes.texi (Process Buffers):
4465 Document process-kill-buffer-query-function.
4467 2009-12-05 Glenn Morris <rgm@gnu.org>
4469 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
4470 diary-display-function, and no longer recommended to be a hook.
4471 Update for changes in the names of calendar and diary hooks.
4472 diary-print-entries-hook has changed section.
4474 2009-11-28 Eli Zaretskii <eliz@gnu.org>
4476 * text.texi (Special Properties): More accurate description of
4477 what the `cursor' property does.
4479 2009-11-26 Kevin Ryde <user42@zip.com.au>
4481 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
4482 mouse-wheel-down-event, the closest thing to a definition for them.
4483 * os.texi (Startup Summary): vindex inhibit-startup-message and
4484 inhibit-splash-screen.
4485 (Command-Line Arguments): vindex argv.
4486 (Suspending Emacs): vindex suspend-tty-functions and
4487 resume-tty-functions. Don't want to index every hook, but having
4488 the programming ones is helpful.
4490 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
4492 * commands.texi (Motion Events): Fix typo (Bug#4907).
4494 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
4496 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
4497 are affected by case-fold-search (Bug#4483).
4499 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
4501 * minibuf.texi (Reading File Names): Note that read-file-name may
4502 use a graphical file dialog.
4504 2009-10-31 Glenn Morris <rgm@gnu.org>
4506 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
4508 2009-10-16 Kevin Ryde <user42@zip.com.au>
4510 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
4511 in particular so `info-lookup-symbol' can find its docs.
4513 2009-10-16 Chong Yidong <cyd@stupidchicken.com>
4515 * variables.texi (Constant Variables): Distinguish from defconst
4517 (Defining Variables): Add cindex.
4519 2009-10-15 Chong Yidong <cyd@stupidchicken.com>
4521 * os.texi (Time of Day): Clarify that the microsecond part is
4524 2009-10-11 Glenn Morris <rgm@gnu.org>
4526 * frames.texi (Size and Position): Clarify what is included in the frame
4529 2009-10-10 Glenn Morris <rgm@gnu.org>
4531 * windows.texi (Size of Window): The relationship between window and
4532 frame heights is not so simple. (Bug#4535)
4533 Mention window-full-height-p.
4535 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4537 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
4540 2009-10-07 Eli Zaretskii <eliz@gnu.org>
4542 * files.texi (Directory Names) <abbreviate-file-name>:
4543 Document that root home directories are not replaced with "~".
4545 2009-10-06 Eli Zaretskii <eliz@gnu.org>
4547 * text.texi (Special Properties): Document the meaning of the
4548 `cursor' text property whose value is an integer.
4550 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
4552 * files.texi (Magic File Names): Add `copy-directory'.
4554 2009-10-05 Eli Zaretskii <eliz@gnu.org>
4556 * files.texi (File Attributes): Fix description of file
4557 attributes. (Bug#4638) Update attributes of files.texi example to
4558 be more representative.
4560 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
4562 * files.texi (Create/Delete Dirs): New command copy-directory.
4564 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
4566 * anti.texi (Antinews):
4567 * macros.texi (Indenting Macros):
4568 * strings.texi (Creating Strings, Case Conversion):
4569 Remove duplicate words.
4571 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
4573 * files.texi (Create/Delete Dirs): delete-directory has an
4574 optional parameter RECURSIVE.
4576 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4578 * buffers.texi (Swapping Text): Minor clarification.
4580 2009-10-01 Glenn Morris <rgm@gnu.org>
4582 * functions.texi (Declaring Functions): Mention that we also search for
4583 ".m" files in the src/ directory.
4585 2009-09-25 David Engster <deng@randomsample.de>
4587 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
4589 2009-09-22 Glenn Morris <rgm@gnu.org>
4591 * internals.texi (Building Emacs): Mention preloaded-file-list.
4593 2009-09-14 Alan Mackenzie <acm@muc.de>
4595 * os.texi (Terminal Output): Put "@code{}" around "stdout".
4597 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
4599 * functions.texi (Anonymous Functions): Rearrange discussion,
4600 giving usage of unquoted lambda forms first. Mention that
4601 `function' and `#'' are no longer required (Bug#4290).
4603 2009-09-11 Alan Mackenzie <acm@muc.de>
4605 * os.texi (Terminal Output): Document `send-string-to-terminal' in
4608 2009-09-01 Glenn Morris <rgm@gnu.org>
4610 * display.texi (Face Functions): Mention define-obsolete-face-alias.
4612 2009-08-26 Ulrich Mueller <ulm@gentoo.org>
4614 * nonascii.texi (Character Codes): Fix typos.
4616 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
4618 * processes.texi (Synchronous Processes): New defvar
4619 process-file-side-effects.
4621 2009-08-25 Glenn Morris <rgm@gnu.org>
4623 * display.texi (Fontsets): Fix typo.
4625 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
4627 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
4629 * processes.texi (Asynchronous Processes): Adjust arglist of
4630 start-process-shell-command and start-file-process-shell-command.
4632 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
4634 * advice.texi (Argument Access in Advice): Note that argument
4635 positions are zero-based (Bug#3932).
4637 * commands.texi (Distinguish Interactive): Minor copyedit.
4639 * display.texi (Face Attributes): Add xref to Displaying Faces for
4640 explanation of "underlying face".
4642 * customize.texi (Common Keywords): Add xref to Loading.
4644 * loading.texi (How Programs Do Loading): Add xref to Lisp
4645 Libraries node in the Emacs manual.
4647 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
4649 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
4651 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
4653 * processes.texi (Shell Arguments): Copyedits.
4655 2009-07-18 Glenn Morris <rgm@gnu.org>
4657 * loading.texi (Repeated Loading): Fix typo.
4659 2009-07-16 Richard Stallman <rms@gnu.org>
4661 * buffers.texi (Swapping Text): Recommend setting
4662 write-region-annotate-functions and buffer-saved-size.
4664 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
4666 2009-07-15 Glenn Morris <rgm@gnu.org>
4668 * edebug.texi: Minor re-phrasings throughout.
4669 (Edebug Execution Modes): Sit-for affects continue mode too.
4670 (Jumping): Use `forward-sexp' rather than its keybinding.
4671 (Edebug Misc): Fix Q binding.
4672 (Edebug Eval): Remove cl version.
4673 (Printing in Edebug): Clarify print-length etc.
4674 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
4675 (Specification List): Remove edebug-unwrap findex entry.
4676 (Specification Examples): defmacro is actually not the same as defun.
4677 Escape "`" in example.
4679 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
4681 * markers.texi (The Mark): Document optional arg to
4684 2009-07-11 Kevin Ryde <user42@zip.com.au>
4686 * hooks.texi (Standard Hooks): Fix cross-references.
4688 * loading.texi (Named Features): Refer to eval-after-load.
4690 2009-07-11 Glenn Morris <rgm@gnu.org>
4692 * Makefile.in (TEXI2PDF): New.
4693 (elisp.pdf): New target.
4695 * searching.texi (Regexp Backslash): Fix typo.
4697 * elisp.texi (Top): Display copyright notice at start of non-TeX.
4699 2009-07-10 Glenn Morris <rgm@gnu.org>
4701 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
4703 * customize.texi (Customization Types):
4704 * display.texi (Abstract Display):
4705 * objects.texi (Character Type, String Type):
4706 Merge in some menu descriptions from elisp.texi.
4708 * hash.texi (Hash Tables):
4709 * modes.texi (Multiline Font Lock):
4710 End menu description with period.
4712 2009-07-09 Glenn Morris <rgm@gnu.org>
4714 * back.texi: Don't hard-code texinfo location.
4716 * two-volume.make (texinfodir): New, with location of texinfo.tex.
4717 (tex): Add texinfodir to TEXINPUTS.
4718 (elisp1med-init, elisp2med-init): Use texinfodir.
4720 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
4721 (clean): Add two-volume.make intermediate files.
4723 * elisp.texi, vol1.texi, vol2.texi:
4724 Use a DATE variable with the publication date, and update it.
4725 Fix antinews menu description.
4727 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
4728 Update the detailed node listing to match elisp.texi.
4730 * README: Update edition to match elisp.texi.
4732 * objects.texi (General Escape Syntax):
4733 * nonascii.texi (Character Sets):
4734 Use consistent case for "Unicode Standard".
4736 * anti.texi (Antinews):
4737 * customize.texi (Variable Definitions):
4738 * functions.texi (Declaring Functions):
4739 * nonascii.texi (Character Properties):
4740 * processes.texi (Serial Ports):
4741 * text.texi (Special Properties):
4742 * tips.texi (Coding Conventions):
4743 Minor rearrangements to improve TeX line-filling.
4745 * commands.texi (Using Interactive): Fix cross-reference.
4747 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
4749 * frames.texi (Management Parameters): Mention sticky.
4751 2009-07-01 Andreas Schwab <aschwab@redhat.com>
4753 * help.texi (Help Functions): Fix description of help-buffer and
4754 help-setup-xref to use @defun instead of @deffn.
4756 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
4758 * frames.texi (Size Parameters): Mention maximized for fullscreen.
4760 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
4762 * display.texi (Window Systems): Add ns to the list.
4764 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
4768 2009-06-17 Martin Rudalics <rudalics@gmx.at>
4770 * windows.texi (Dedicated Windows): Fix typo.
4771 (Resizing Windows): Replace @defun by @deffn.
4773 2009-06-17 Glenn Morris <rgm@gnu.org>
4775 * variables.texi (Directory Local Variables):
4776 Update for 2009-04-11 name-change of dir-locals-directory-alist.
4778 2009-06-09 Kenichi Handa <handa@m17n.org>
4780 * nonascii.texi (Character Sets): State clearly that FROM and TO
4781 are codepoints of CHARSET.
4783 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
4785 * minibuf.texi (Reading File Names): Fix introductory text.
4786 Suggested by stan@derbycityprints.com.
4787 (High-Level Completion): Fix typo.
4789 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
4791 * frames.texi (Text Terminal Colors): Multi-tty is already
4792 implemented, but tty-local colors are not.
4794 2009-05-27 Chong Yidong <cyd@stupidchicken.com>
4796 * hooks.texi (Standard Hooks): Remove mention of obsolete
4797 redisplay-end-trigger-functions.
4799 * internals.texi (Window Internals): Remove mention of obsolete
4800 redisplay-end-trigger-functions.
4802 2009-05-21 Martin Rudalics <rudalics@gmx.at>
4804 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
4806 * backups.texi (Making Backups): backup-directory-alist and
4807 make-backup-file-name-function are options.
4808 (Auto-Saving): auto-save-list-file-prefix is an option.
4810 * buffers.texi (Killing Buffers): buffer-offer-save is an
4813 * display.texi (Refresh Screen): no-redraw-on-reenter is an
4815 (Echo Area Customization): echo-keystrokes is an option.
4816 (Selective Display): selective-display-ellipses is an option.
4817 (Temporary Displays): temp-buffer-show-function is an option.
4818 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
4820 (Font Selection): face-font-family-alternatives,
4821 face-font-selection-order, face-font-registry-alternatives, and
4822 scalable-fonts-allowed are options.
4823 (Fringe Indicators): indicate-buffer-boundaries is an option.
4824 (Fringe Cursors): overflow-newline-into-fringe is an option.
4825 (Scroll Bars): scroll-bar-mode is an option.
4827 * eval.texi (Eval): max-lisp-eval-depth is an option.
4829 * files.texi (Visiting Functions): find-file-hook is an option.
4830 (Directory Names): directory-abbrev-alist is an option.
4831 (Unique File Names): temporary-file-directory and
4832 small-temporary-file-directory are options.
4834 * frames.texi (Initial Parameters): initial-frame-alist,
4835 minibuffer-frame-alist and default-frame-alist are options.
4836 (Cursor Parameters): blink-cursor-alist and
4837 cursor-in-non-selected-windows ar options.
4838 (Window System Selections): selection-coding-system is an
4840 (Display Feature Testing): display-mm-dimensions-alist is an
4843 * help.texi (Help Functions): help-char and help-event-list are
4846 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
4849 * minibuf.texi (Minibuffer History): history-length and
4850 history-delete-duplicates are options.
4851 (High-Level Completion): read-buffer-function and
4852 read-buffer-completion-ignore-case are options.
4853 (Reading File Names): read-file-name-completion-ignore-case is
4856 * modes.texi (Mode Line Top): mode-line-format is an option.
4857 (Mode Line Variables): mode-line-position and mode-line-modes
4860 * nonascii.texi (Text Representations):
4861 enable-multibyte-characters is an option.
4862 (Default Coding Systems): auto-coding-regexp-alist,
4863 file-coding-system-alist, auto-coding-alist and
4864 auto-coding-functions are options.
4865 (Specifying Coding Systems): inhibit-eol-conversion is an
4868 * os.texi (Init File): site-run-file is an option.
4869 (System Environment): mail-host-address is an option.
4870 (User Identification): user-mail-address is an option.
4871 (Terminal Output): baud-rate is an option.
4873 * positions.texi (Word Motion): words-include-escapes is an
4876 * searching.texi (Standard Regexps): page-delimiter,
4877 paragraph-separate, paragraph-separate and sentence-end are
4880 * text.texi (Margins): left-margin and fill-nobreak-predicate
4883 * variables.texi (Local Variables): max-specpdl-size is an
4886 * windows.texi (Choosing Window):
4887 split-window-preferred-function, special-display-function and
4888 display-buffer-function are options.
4890 2009-05-20 Chong Yidong <cyd@stupidchicken.com>
4892 Fix errors spotted by Martin Rudalics.
4894 * syntax.texi (Position Parse): Document rationale for ignored
4895 arguments to syntax-ppss-flush-cache.
4897 * processes.texi (Input to Processes): Mark PROCESS arg to
4898 process-running-child-p as optional.
4899 (Network Options): Document NO-ERROR arg to
4900 set-network-process-option.
4902 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
4905 * searching.texi (POSIX Regexps): Mark posix-search-forward and
4906 posix-search-backward as commands.
4908 * os.texi (Killing Emacs): Mark kill-emacs as a command.
4909 (Suspending Emacs): Mark suspend-emacs as a command.
4910 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
4912 (Terminal Output): Remove obsolete function baud-rate.
4913 Document TERMINAL arg for send-string-to-terminal.
4915 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
4916 terminal-coding-system and set-terminal-coding-system.
4917 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
4919 (Character Sets): Document RESTRICTION arg of char-charset.
4920 (Character Codes): Mark POS argument to get-byte as optional.
4922 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
4925 * files.texi (Create/Delete Dirs): Mark make-directory and
4926 delete-directory as commands.
4928 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
4930 * text.texi (Base 64): Mark base64-decode-string and
4931 base64-encode-string as commands.
4932 (Columns): Mark move-to-column as a command.
4933 (Mode-Specific Indent): Document RIGID arg to
4934 indent-for-tab-command.
4935 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
4936 Mark indent-code-rigidly as a command.
4937 (Substitution): Mark translate-region as a command.
4939 * frames.texi (Size and Position): Remove obsolete functions
4940 screen-height and screen-width.
4942 2009-05-19 Chong Yidong <cyd@stupidchicken.com>
4944 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
4945 (Displaying Buffers, Resizing Windows): Correct mistakes;
4946 next-window, previous-window, and pop-to-buffer are not commands,
4947 and fit-window-to-buffer" is a command. (Pointed out by Martin
4950 2009-05-17 Richard M Stallman <rms@gnu.org>
4952 * modes.texi (Precalculated Fontification): Clarify text.
4954 2009-05-17 Martin Rudalics <rudalics@gmx.at>
4956 * windows.texi (Selecting Windows): Clarify descriptions of
4957 with-selected-window and get-lru-window.
4958 (Cyclic Window Ordering): Refer to particular frame when talking
4959 about how splitting affects the ordering.
4960 (Displaying Buffers): Fix descriptions of switch-to-buffer and
4961 switch-to-buffer-other-window. Explain how setting of
4962 display-buffer-reuse-frames affects pop-to-buffer.
4963 (Choosing Window): Clarify some details in descriptions of
4964 display-buffer-reuse-frames, pop-up-frames, and
4965 pop-up-frame-function.
4966 (Dedicated Windows): Clarify some details.
4967 (Textual Scrolling): Replace term vscroll by term vertical
4969 (Vertical Scrolling): Fix typo.
4970 (Window Hooks): Relate text on jit-lock-register to window
4971 scrolling and size changes.
4973 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
4975 * frames.texi (Initial Parameters): Clarify what the initial
4976 minibuffer frame is.
4977 (Buffer Parameters): Note that the minibuffer parameter can not be
4980 * anti.texi (Antinews): Copyedits. Rearrange some entries.
4981 Document display-buffer changes.
4983 2009-05-13 Chong Yidong <cyd@stupidchicken.com>
4985 * anti.texi (Antinews): Rewrite for Emacs 22.
4987 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
4988 obarrays are first mentioned. Define "system abbrev" more
4989 prominently, and add it to the index.
4990 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
4992 (Abbrev Expansion): Document abbrev-insert.
4994 2009-05-12 Chong Yidong <cyd@stupidchicken.com>
4996 * frames.texi (Font and Color Parameters): Rename from Color
4997 Parameters. Document font-backend parameter.
4999 * vol2.texi (Top): Update node listing.
5000 * vol1.texi (Top): Update node listing.
5001 * elisp.texi (Top): Update node listing.
5003 2009-05-11 Martin Rudalics <rudalics@gmx.at>
5005 * windows.texi (Choosing Window): Don't explicitly refer to
5006 split-window-sensibly's window argument in descriptions of
5007 split-height-threshold and split-width-threshold.
5009 2009-05-10 Martin Rudalics <rudalics@gmx.at>
5011 * windows.texi (Choosing Window): Fix rewrite of window
5014 2009-05-09 Eli Zaretskii <eliz@gnu.org>
5016 * nonascii.texi (Default Coding Systems):
5017 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5019 (Lisp and Coding Systems): Add index entries.
5021 2009-05-09 Martin Rudalics <rudalics@gmx.at>
5023 * windows.texi (Choosing Window): Describe split-window-sensibly
5024 and rewrite section on window splitting accordingly.
5025 (Textual Scrolling): Replace `...' by @code{...}.
5027 2009-05-04 Chong Yidong <cyd@stupidchicken.com>
5029 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
5030 Remove obsoleted pre-abbrev-expand-hook.
5032 * locals.texi (Standard Buffer-Local Variables): Consolidate table
5035 * internals.texi (Object Internals): Don't assume 32-bit machines
5037 (Buffer Internals): Consolidate table entries for readability.
5038 (Window Internals): Synch field names to window.h.
5039 (Process Internals): Synch field names to process.h.
5041 2009-04-29 Chong Yidong <cyd@stupidchicken.com>
5043 * variables.texi (File Local Variables): Note that read-circle is
5044 bound to nil when reading file-local variables.
5046 * streams.texi (Input Functions): Document read-circle.
5047 (Output Variables): Add xref to Circular Objects.
5049 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
5051 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
5052 Features and Coding System Basics. Node that "p" stands for
5053 "predicate". Recommend utf-8-emacs instead of emacs-mule.
5054 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
5055 mouse-appearance-menu.
5056 (Programming Tips): Add xref to Progress.
5058 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
5060 * os.texi (Command-Line Arguments):
5061 Document command-line-args-left.
5062 (Suspending Emacs): Adapt text to multi-tty case. Document use of
5063 terminal objects for tty arguments.
5064 (Startup Summary): Add xref to Session Management.
5065 (Session Management): Mention emacs-session-restore. Copyedits.
5067 2009-04-20 Chong Yidong <cyd@stupidchicken.com>
5069 * os.texi (Startup Summary): Copyedits. The init file is not
5070 necessarily named .emacs now. Document initial-buffer-choice and
5071 initial-scratch-message. Note where Emacs exits in batch mode.
5072 Document inhibit-splash-screen as an alias.
5073 (Init File): Be neutral about which init file name to use.
5075 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
5077 * os.texi (System Interface): Fix Texinfo usage.
5079 2009-04-15 Chong Yidong <cyd@stupidchicken.com>
5081 * searching.texi (Regexp Backslash): Also refer to shy groups as
5082 non-capturing or unnumbered groups.
5083 (Regexp Functions): Add cross-reference to Regexp Backslash.
5085 * display.texi (Truncation): Overlays can use line-prefix and
5087 (Overlay Properties): Document wrap-prefix and line-prefix.
5088 (Face Attributes): Document underline-minimum-offset.
5089 (Face Remapping): Copyedits.
5090 (Low-Level Font): Copyedits.
5091 (Image Cache): Note that the image cache is shared between frames.
5092 (Line Height): Emphasize that line-spacing only takes effect on
5093 graphical terminals.
5095 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
5097 * display.texi (Refresh Screen): Note that a passage about screen
5098 refreshing is text terminal only.
5099 (Forcing Redisplay): Delete misleading comment---sit-for calls
5100 redisplay, not the other way around.
5101 (Truncation): Note new values of truncate-partial-width-windows.
5103 (Invisible Text): Document invisible-p.
5105 2009-04-11 Eli Zaretskii <eliz@gnu.org>
5107 * display.texi (Overlays): Overlays don't scale well. See
5108 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
5110 2009-04-10 Chong Yidong <cyd@stupidchicken.com>
5112 * syntax.texi (Syntax Table Functions): Document cons cell
5113 argument for modify-syntax-entry.
5114 (Categories): Document cons cell argument for
5115 modify-category-entry.
5117 * searching.texi (String Search): Document word-search-forward-lax
5118 and word-search-backward-lax.
5119 (Searching and Case): Describe isearch behavior more precisely.
5121 * keymaps.texi (Tool Bar): Mention that some platforms do not
5122 support multi-line toolbars. Suggested by Stephen Eglen.
5124 * frames.texi (Layout Parameters): Mention that Nextstep also
5125 allows only one tool-bar line. Suggested by Stephen Eglen.
5127 * nonascii.texi (Text Representations): Copyedits.
5128 (Coding System Basics): Also mention utf-8-emacs.
5129 (Converting Representations, Selecting a Representation)
5130 (Scanning Charsets, Translation of Characters, Encoding and I/O):
5132 (Character Codes): Mention role of codepoints 1114112 to 4194175.
5134 2009-04-09 Chong Yidong <cyd@stupidchicken.com>
5136 * text.texi (Yank Commands): Note that yank uses push-mark.
5137 (Filling): Clarify REGION argument of fill-paragraph.
5138 Document fill-forward-paragraph-function.
5139 (Special Properties): Remove "new in Emacs 22" declaration.
5140 (Clickable Text): Merge with Links and Mouse-1 node.
5142 * display.texi (Button Properties, Button Buffer Commands):
5143 Change xref to Clickable Text.
5145 * tips.texi (Key Binding Conventions): Change xref to Clickable
5148 * elisp.texi (Top): Update node listing.
5150 2009-04-05 Chong Yidong <cyd@stupidchicken.com>
5152 * markers.texi (The Mark): Copyedits. Improve description of
5153 handle-shift-selection.
5154 (The Region): Move use-region-p here from The Mark.
5156 * positions.texi (Screen Lines): Document (cols . lines) argument
5157 for vertical-motion.
5159 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
5161 * frames.texi (Frames): Clean up introduction. Document `ns'
5162 return value for framep.
5163 (Creating Frames): Note how the terminal is chosen.
5164 (Multiple Terminals, Multiple Displays): Merge into a single node.
5165 (Color Parameters): Fix typo.
5167 * variables.texi (Local Variables, Buffer-Local Variables)
5168 (Creating Buffer-Local): Change link to Multiple Terminals.
5170 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
5172 * keymaps.texi (Controlling Active Maps): Change link to Multiple
5175 * commands.texi (Command Loop Info, Keyboard Macros): Change link
5176 to Multiple Terminals.
5178 * elisp.texi (Top): Update node listing.
5179 * vol2.texi (Top): Update node listing.
5180 * vol1.texi (Top): Update node listing.
5182 * buffers.texi (Current Buffer): Note that the append-to-buffer
5183 example is no longer in synch with the latest code. Tie the two
5186 * files.texi (File Attributes): Move note about MS-DOS from
5187 Changing Files to File Attributes.
5188 (Create/Delete Dirs): Note that mkdir is an alias for this.
5190 2009-04-01 Markus Triska <triska@gmx.at>
5192 * processes.texi (Filter Functions): Suggest how to handle output
5195 2009-03-30 Chong Yidong <cyd@stupidchicken.com>
5197 * help.texi (Accessing Documentation): Update example to use
5198 help-setup-xref and with-help-window.
5199 (Help Functions): Remove print-help-return-message, which is
5200 semi-obsolete due to with-help-window. Document help-buffer and
5203 2009-03-29 Chong Yidong <cyd@stupidchicken.com>
5205 * help.texi (Accessing Documentation, Help Functions):
5206 Remove information about long-obsolete Emacs versions.
5208 * modes.texi (Mode Line Variables): The default values of the mode
5209 line variables are now more complicated.
5211 2009-03-28 Chong Yidong <cyd@stupidchicken.com>
5213 * modes.texi (Major Mode Conventions): Note that specialness is
5215 (Derived Modes): Note that define-derive-mode sets the mode-class
5218 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
5219 goto-map. Add search-map to the list.
5221 2009-03-27 Eli Zaretskii <eliz@gnu.org>
5223 * os.texi (System Environment): Update the list of system-type
5226 * markers.texi (The Mark) <handle-shift-selection>: Update for
5227 removal of the optional argument DEACTIVATE.
5229 2009-03-25 Chong Yidong <cyd@stupidchicken.com>
5231 * commands.texi (Focus Events): Most X window managers don't use
5232 focus-follows-mouse nowadays.
5234 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
5236 * commands.texi (Defining Commands): Clarify introduction.
5237 (Using Interactive): Not that interactive can be put in a symbol
5239 (Interactive Call): Note that a symbol with a non-nil
5240 interactive-form property satisfies commandp.
5242 2009-03-23 Juanma Barranquero <lekktu@gmail.com>
5244 * minibuf.texi (Intro to Minibuffers): Fix typos.
5246 2009-03-23 Chong Yidong <cyd@stupidchicken.com>
5248 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5249 about minibuffers in old Emacs versions. Copyedits.
5250 Emphasize that enable-recursive-minibuffers defaults to nil.
5251 (Text from Minibuffer): Simplify introduction.
5253 2009-03-22 Alan Mackenzie <acm@muc.de>
5255 * commands.texi (Using Interactive): Clarify string argument to
5256 `interactive' - even promptless elements need \n separators.
5258 2009-03-18 Chong Yidong <cyd@stupidchicken.com>
5260 * minibuf.texi (Completion Styles): New node.
5262 * elisp.texi (Top): Update node listing.
5264 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
5266 * minibuf.texi (Basic Completion): Note that
5267 read-file-name-completion-ignore-case and
5268 read-buffer-completion-ignore-case can override
5269 completion-ignore-case.
5270 (Minibuffer Completion): Document completing-read changes.
5271 (Completion Commands): Avoid mentioning partial completion mode.
5272 Document minibuffer-completion-confirm changes, and
5273 minibuffer-confirm-exit-commands.
5274 (High-Level Completion): Document new require-match behavior for
5275 read-buffer. Document read-buffer-completion-ignore-case.
5276 (Reading File Names): Document new require-match behavior for
5279 2009-03-14 Chong Yidong <cyd@stupidchicken.com>
5281 * debugging.texi (Error Debugging): Don't mislead the reader into
5282 thinking that debug-on-error enters debugger for C-f at EOB.
5283 (Error Debugging): Setting debug-on-init within the init file
5284 works, and has for some time.
5286 2009-03-13 Kenichi Handa <handa@m17n.org>
5288 * display.texi (Fontsets): Update the description.
5290 2009-03-13 Chong Yidong <cyd@stupidchicken.com>
5292 * advice.texi (Advising Primitives): Link to What Is a Function.
5294 2009-03-12 Chong Yidong <cyd@stupidchicken.com>
5296 * compile.texi (Speed of Byte-Code): Update example.
5297 (Disassembly): Update examples.
5299 * loading.texi (Repeated Loading): Simplify examples.
5301 * customize.texi (Common Keywords): It's not necessary to use :tag
5302 to remove hyphens, as custom-unlispify-tag-name does it
5304 (Variable Definitions): Link to File Local Variables.
5305 Document customized-value symbol property.
5306 (Customization Types): Move menu to end of node.
5308 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
5310 * macros.texi (Compiling Macros): Omit misleading sentence, which
5311 implied that macros can only be used in the same file they are
5313 (Backquote): Remove obsolete information about Emacs 19.
5315 2009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
5317 * display.texi (Display Margins): Fix paren typo.
5319 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
5321 * elisp.texi (Top): Update node listing.
5323 * variables.texi (Variables): Clarify introduction.
5324 (Global Variables): Mention that setq is a special form.
5325 (Local Variables): Use active voice.
5326 (Tips for Defining): Mention marking variables as safe.
5327 (Buffer-Local Variables): Mention terminal-local and frame-local
5329 (File Local Variables): Copyedits.
5330 (Frame-Local Variables): Note that they are not really useful.
5331 (Future Local Variables): Node deleted.
5333 * objects.texi (General Escape Syntax): Update explanation of
5334 Unicode escape syntax.
5336 2009-02-23 Chong Yidong <cyd@stupidchicken.com>
5338 * control.texi (Control Structures): Add cindex entry for "textual
5341 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
5342 instead of "expression" throughout.
5343 (Function Indirection): Copyedits. Use active voice.
5344 (Eval): The default value of max-lisp-eval-depth is now 400.
5346 2009-02-23 Miles Bader <miles@gnu.org>
5348 * processes.texi (System Processes): Rename `system-process-attributes'
5349 to `process-attributes'.
5351 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
5353 * symbols.texi (Property Lists): Emphasize that property lists are
5354 not restricted to symbol cells.
5355 (Other Plists): Copyedit.
5357 * sequences.texi (Sequences Arrays Vectors): Make introduction
5359 (Arrays): Mention char-tables and bool-vectors too.
5360 (Vectors): Don't repeat information given in Arrays node. Link to
5361 nodes that explain the vector usage examples.
5362 (Char-Tables): Note that char-table elements can have arbitrary
5363 type. Explain effect of omitted char-table-extra-slots property.
5364 Link to Property Lists node.
5366 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
5368 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
5370 (List Elements): Copyedits.
5372 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
5375 * strings.texi (Creating Strings): Copyedits. Remove obsolete
5376 Emacs 20 usage of `concat'.
5377 (Case Conversion): Copyedits.
5379 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
5381 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
5383 (Frame Configuration Type): Emphasize that it is not primitive.
5384 (Font Type): New node.
5385 (Type Predicates): Add fontp; type-of now recognizes font object
5388 * intro.texi (Version Info): Update version numbers in examples.
5389 (Acknowledgements): List more contributors.
5391 * elisp.texi: Bump version number to 3.0.
5392 (Top): Link to Font Type node.
5394 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
5396 * modes.texi (Major Mode Conventions): Remove duplicate words.
5397 (Customizing Keywords): Fix typo.
5399 2009-02-14 Eli Zaretskii <eliz@gnu.org>
5401 * nonascii.texi (User-Chosen Coding Systems): Document that
5402 select-safe-coding-system suggests raw-text if there are raw bytes
5404 (Explicit Encoding): Warn not to use `undecided' when encoding.
5406 2009-02-11 Glenn Morris <rgm@gnu.org>
5408 * frames.texi (Visibility of Frames): Mention the effect multiple
5409 workspaces/desktops can have on visibility.
5411 2009-02-07 Eli Zaretskii <eliz@gnu.org>
5413 * text.texi (Commands for Insertion):
5414 * commands.texi (Event Mod):
5415 * keymaps.texi (Searching Keymaps):
5416 * nonascii.texi (Translation of Characters):
5417 Reinstate documentation of translation-table-for-input.
5418 (Explicit Encoding): Document the `charset' text property produced
5419 by decode-coding-region and decode-coding-string.
5421 2009-01-27 Alan Mackenzie <acm@muc.de>
5423 * modes.texi (Search-based Fontification): Correct a typo.
5425 2009-01-25 Juanma Barranquero <lekktu@gmail.com>
5427 * abbrevs.texi (Abbrev Table Properties): Fix typo.
5428 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
5430 2009-01-24 Eli Zaretskii <eliz@gnu.org>
5432 * display.texi (Window Systems): Document the value of
5433 `initial-window-system' under --daemon.
5435 * os.texi (System Environment): Remove description of the
5436 `environment' function which has been deleted.
5438 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
5440 * frames.texi (Multiple Displays): Remove documentation for
5441 removed function make-frame-on-tty.
5443 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
5445 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5446 write-region-annotate-functions.
5447 Document write-region-post-annotation-function.
5449 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
5451 * display.texi (Font Lookup): Document WIDTH argument of
5454 2009-01-17 Eli Zaretskii <eliz@gnu.org>
5456 * maps.texi (Standard Keymaps): Rename function-key-map to
5457 local-function-key-map.
5459 * keymaps.texi (Translation Keymaps): Rename function-key-map to
5460 local-function-key-map.
5462 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
5463 and `set-keyboard-coding-system' now accept an optional terminal
5466 * commands.texi (Event Mod): `keyboard-translate-table' is now
5468 (Function Keys): Rename function-key-map to
5469 local-function-key-map.
5471 * elisp.texi (Top): Make @detailmenu be consistent with changes in
5474 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
5475 `delete-terminal-functions', `suspend-tty-functions' and
5476 `resume-tty-functions'.
5478 * frames.texi (Frames): Document `frame-terminal' and
5480 (Multiple Displays): Document `make-frame-on-tty'.
5481 (Multiple Terminals): Document `terminal-list', `delete-terminal',
5482 `terminal-name', and `get-device-terminal'.
5483 (Terminal Parameters): Document `terminal-parameters',
5484 `terminal-parameter', and `set-terminal-parameter'.
5486 * os.texi (System Environment): Document `environment' and
5487 `initial-environment'.
5488 (Suspending Emacs): Update for multi-tty; document
5489 `suspend-tty', `resume-tty', and `controlling-tty-p'.
5491 * nonascii.texi (Coding System Basics): More accurate description
5494 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
5496 * display.texi (Low-Level Font): Fix typo.
5498 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
5500 * elisp.texi (Top): Update node listing.
5502 * display.texi (PostScript Images): Node deleted.
5504 2009-01-10 Eli Zaretskii <eliz@gnu.org>
5506 * processes.texi (Decoding Output): Document that null bytes force
5507 no-conversion for reading process output.
5509 * files.texi (Reading from Files): Document that null bytes force
5510 no-conversion when visiting files.
5512 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
5514 * nonascii.texi (Lisp and Coding Systems):
5515 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
5516 (Character Properties): Improve wording.
5518 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
5520 * display.texi (Font Lookup): Remove obsolete function
5521 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
5522 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5523 (Font Selection): Reorder order of variable descriptions.
5524 Minor clarifications.
5526 * elisp.texi (Top): Update node listing.
5528 2009-01-09 Glenn Morris <rgm@gnu.org>
5530 * commands.texi (Command Loop Info): Say that last-command-char and
5531 last-input-char are obsolete aliases.
5533 * edebug.texi (Edebug Recursive Edit): Remove separate references to
5534 last-input-char and last-command-char, since they are just aliases for
5535 last-input-event and last-command-event.
5537 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
5540 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
5542 * elisp.texi: Update node listing.
5544 * display.texi (Faces): Put Font Selection node after Auto Faces.
5545 (Face Attributes): Don't link to Font Lookup.
5546 Document font-family-list.
5549 2009-01-08 Jason Rumney <jasonr@gnu.org>
5551 * frames.texi (Pointer Shape): Clarify that only X supports
5552 changing the standard pointer shapes. (Bug#1485)
5554 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
5556 * display.texi (Attribute Functions): Note that a function value
5557 :height is relative, and that compatibility functions work by
5558 calling set-face-attribute.
5559 (Displaying Faces): Reorder list in order of increasing priority.
5560 (Face Remapping): New node. Content moved here from Displaying
5562 (Glyphs): Link to Face Functions.
5564 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
5566 * display.texi (Faces): Don't discuss face id here. facep does
5568 (Defining Faces): Minor clarification.
5569 (Face Attributes): Rearrange items to match docstring of
5570 set-face-attribute. Add :foundry attribute. Document new role of
5571 :font attribute. Texinfo usage fix.
5572 (Attribute Functions): Copyedits.
5573 (Face Functions): Note that face number is seldom used.
5575 2009-01-05 Richard M Stallman <rms@gnu.org>
5577 * strings.texi (Predicates for Strings): Minor clarification.
5579 * functions.texi (Function Safety): Texinfo usage fix.
5581 2009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny change)
5583 * objects.texi (General Escape Syntax): Fix typo.
5585 2009-01-03 Martin Rudalics <rudalics@gmx.at>
5587 * windows.texi (Choosing Window): Say that pop-up-frame-alist
5588 works via the default value of pop-up-frame-function.
5590 2009-01-02 Eli Zaretskii <eliz@gnu.org>
5592 * processes.texi (System Processes): Document the `time' and
5593 `ctime' attributes of `system-process-attributes'.
5595 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
5597 * display.texi (Face Attributes): Clarify :height attribute.
5599 2008-12-31 Martin Rudalics <rudalics@gmx.at>
5601 * buffers.texi (The Buffer List): Clarify what moves a buffer to
5602 the front of the buffer list. Add entries for `last-buffer' and
5605 2008-12-27 Eli Zaretskii <eliz@gnu.org>
5607 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
5608 and its subsections.
5610 * frames.texi (Multiple Terminals, Low-level Terminal)
5611 (Terminal Parameters, Frames on Other TTY devices): New sections.
5612 (Frames): Add an xref to "Multiple Terminals".
5614 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
5616 * objects.texi (Terminal Type): New node.
5617 (Editing Types): Add it to the menu.
5619 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
5622 * variables.texi (Directory Local Variables): New node.
5623 (Variables): Add a menu item for it.
5625 * loading.texi (Autoload): Document `generate-autoload-cookie' and
5626 `generated-autoload-file'.
5628 2008-12-20 Eli Zaretskii <eliz@gnu.org>
5630 * os.texi (Startup Summary): Add xref to documentation of
5631 `initial-window-system'.
5633 * display.texi (Window Systems): Document `window-system' the
5634 function. The variable `window-system' is now frame-local.
5635 Document `initial-window-system'.
5637 2008-12-19 Martin Rudalics <rudalics@gmx.at>
5639 * windows.texi (Windows): Rewrite description of
5640 fit-window-to-buffer.
5642 2008-12-13 Glenn Morris <rgm@gnu.org>
5644 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
5645 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
5647 2008-12-12 Glenn Morris <rgm@gnu.org>
5649 * debugging.texi (Error Debugging): Refer forwards to
5650 eval-expression-debug-on-error.
5652 2008-12-05 Eli Zaretskii <eliz@gnu.org>
5654 * strings.texi (String Basics): Only unibyte strings that
5655 represent key sequences hold 8-bit raw bytes.
5657 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
5658 paragraph to speak about `undecided'.
5659 (Character Properties): Don't explain the meaning of each
5660 property; instead, identify their Unicode Standard names.
5661 (Character Sets): Document `map-charset-chars'.
5663 2008-12-02 Glenn Morris <rgm@gnu.org>
5665 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
5668 2008-11-29 Eli Zaretskii <eliz@gnu.org>
5670 * nonascii.texi (Character Properties): New Section.
5671 (Specifying Coding Systems): Document
5672 `coding-system-priority-list', `set-coding-system-priority', and
5673 `with-coding-priority'.
5674 (Lisp and Coding Systems): Document `check-coding-systems-region'
5675 and `coding-system-charset-list'.
5676 (Coding System Basics): Document `coding-system-aliases'.
5678 * elisp.texi (Top): Add a @detailmenu entry for "Character
5681 * objects.texi (Character Type): Correct the range of Emacs
5682 characters. Add an @xref to "Character Codes".
5684 * strings.texi (String Basics): Add an @xref to "Character Codes".
5686 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
5688 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
5689 (Character Codes): Document `max-char'.
5691 2008-11-28 Eli Zaretskii <eliz@gnu.org>
5693 * nonascii.texi (Text Representations, Converting Representations)
5694 (Character Sets, Scanning Charsets, Translation of Characters):
5695 Make text more accurate.
5697 2008-11-28 Glenn Morris <rgm@gnu.org>
5699 * files.texi (Format Conversion Round-Trip): Improve previous change.
5701 2008-11-26 Chong Yidong <cyd@stupidchicken.com>
5703 * modes.texi (Auto Major Mode): Fix example.
5705 2008-11-25 Glenn Morris <rgm@gnu.org>
5707 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
5709 * files.texi (Format Conversion Round-Trip):
5710 Use active voice for previous change.
5712 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
5714 * os.texi (Processor Run Time):
5715 * processes.texi (Transaction Queues):
5716 * markers.texi (The Mark):
5717 * windows.texi (Choosing Window, Selecting Windows):
5718 * files.texi (Changing Files, Magic File Names):
5719 * commands.texi (Key Sequence Input):
5720 * functions.texi (Declaring Functions):
5721 * strings.texi (Predicates for Strings):
5722 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
5724 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
5726 * help.texi (Accessing Documentation): Update example.
5728 * variables.texi (Defining Variables): Note that `*' is not
5729 necessary if defcustom is used.
5731 2008-11-22 Eli Zaretskii <eliz@gnu.org>
5733 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
5734 Characters" from @detailmenu.
5736 * nonascii.texi (Character Codes, Character Sets)
5737 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
5738 (Chars and Bytes, Splitting Characters): Sections removed.
5740 2008-11-22 Lute Kamstra <lute@gnu.org>
5742 * positions.texi (Text Lines): Update goto-line documentation.
5744 2008-11-21 Martin Rudalics <rudalics@gmx.at>
5746 * frames.texi (Frames): Fix typo, add cross references, reword.
5747 (Initial Parameters): Reword special-display-frame-alist text.
5748 (Frames and Windows): Reword. Describe argument norecord for
5749 set-frame-selected-window.
5750 (Input Focus): Describe argument norecord for select-frame.
5751 Remove comment on MS-Windows behavior for focus-follows-mouse.
5752 (Raising and Lowering): Mention windows-frames dichotomy in
5755 * windows.texi (Displaying Buffers, Vertical Scrolling)
5756 (Horizontal Scrolling): Fix indenting and rewording issues
5757 introduced with 2008-11-07 change.
5759 2008-11-20 Glenn Morris <rgm@gnu.org>
5761 * files.texi (Format Conversion Round-Trip): Mention `preserve'
5762 element of `format-alist'.
5764 2008-11-19 Glenn Morris <rgm@gnu.org>
5766 * doclicense.texi: Update to FDL 1.3.
5767 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
5769 2008-11-18 Chong Yidong <cyd@stupidchicken.com>
5771 * windows.texi (Window Hooks): Remove *-end-trigger-functions
5772 vars, which are obsolete. Mention jit-lock-register.
5774 * modes.texi (Other Font Lock Variables):
5775 Document jit-lock-register and jit-lock-unregister.
5777 * frames.texi (Color Parameters): Document alpha parameter.
5779 2008-11-16 Martin Rudalics <rudalics@gmx.at>
5781 * windows.texi (Splitting Windows, Deleting Windows)
5782 (Selecting Windows, Cyclic Window Ordering)
5783 (Buffers and Windows, Displaying Buffers, Choosing Window)
5784 (Dedicated Windows, Window Point, Window Start and End)
5785 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
5786 (Size of Window, Resizing Windows, Window Configurations)
5787 (Window Parameters): Avoid @var at beginning of sentences and
5790 2008-11-11 Lute Kamstra <lute@gnu.org>
5792 * files.texi (File Name Components): Fix file-name-extension
5795 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
5797 * frames.texi (Basic Parameters): Remove display-environment-variable
5798 and term-environment-variable.
5800 2008-11-08 Eli Zaretskii <eliz@gnu.org>
5802 * windows.texi (Basic Windows, Splitting Windows)
5803 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
5804 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
5805 (Resizing Windows, Window Configurations, Window Parameters):
5806 Fix wording and markup.
5808 2008-11-07 Martin Rudalics <rudalics@gmx.at>
5810 * windows.texi (Windows): Update entries.
5811 (Basic Windows): Remove listing of attributes. Reword.
5812 (Splitting Windows, Deleting Windows): Reword.
5813 (Selecting Windows, Cyclic Window Ordering): Reword with special
5814 emphasis on order of recently selected windows and buffer list.
5815 (Buffers and Windows, Choosing Window): Reword with special
5816 emphasis on dedicated windows.
5817 (Displaying Buffers): Reword. For switch-to-buffer mention that
5818 it may fall back on pop-to-buffer. For other-window try to
5819 explain how it treats the cyclic ordering of windows.
5820 (Dedicated Windows): New node and section discussing dedicated
5821 windows and associated functions.
5822 (Window Point): Add entry for window-point-insertion-type. Reword.
5823 (Window Start and End): Rename node and section title. Reword.
5824 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
5826 (Size of Window): Reword, in particular text on window-width.
5827 (Resizing Windows): Reword. Add text on balancing windows.
5828 (Window Configurations): Reword. Mention window parameters.
5829 (Window Parameters): New node and section on window parameters.
5830 (Window Hooks): Reword. Mention that
5831 window-configuration-change-hook is run "buffer-locally".
5832 * elisp.texi (Top): Update Windows entries in @detailmenu
5835 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
5837 * searching.texi (Regexp Search): Fix typo.
5839 2008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
5841 * searching.texi (Regexp Search): Document GREEDY arg.
5842 (Simple Match Data): Fix return value.
5844 2008-11-01 Eli Zaretskii <eliz@gnu.org>
5846 * nonascii.texi (Text Representations): Rewrite to make consistent
5847 with Emacs 23 internal representation of characters.
5848 Document `unibyte-string'.
5850 2008-10-28 Chong Yidong <cyd@stupidchicken.com>
5852 * processes.texi (Process Information): Note that process-status
5853 does not accept buffer names.
5855 2008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
5857 * positions.texi (Skipping Characters): Correct return value of
5860 2008-10-25 Martin Rudalics <rudalics@gmx.at>
5862 * windows.texi (Deleting Windows): Update documentation of
5864 (Buffers and Windows): Update documentations of
5865 get-buffer-window and get-buffer-window-list.
5866 (Displaying Buffers): Update documentation of
5867 replace-buffer-in-windows.
5869 * buffers.texi (Current Buffer): Reword set-buffer and
5870 with-current-buffer documentations.
5871 (Creating Buffers): Reword documentation of get-buffer-create.
5873 2008-10-23 Martin Rudalics <rudalics@gmx.at>
5875 * buffers.texi (Current Buffer): Reword documentation of
5877 (Buffer Names): Reword documentation of buffer-name.
5878 (The Buffer List): For bury-buffer explain what happens with the
5880 (Creating Buffers): Say that get-buffer-create's arg is called
5883 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
5885 * advice.texi (Computed Advice): Explain what DEFINITION is.
5887 * nonascii.texi (Character Codes): Remove obsolete function
5888 char-valid-p, and document characterp instead.
5890 2008-10-22 Martin Rudalics <rudalics@gmx.at>
5892 * windows.texi (Displaying Buffers): Reword documentation of
5894 (Choosing Window): Rewrite documentation of display-buffer and
5897 * buffers.texi (Killing Buffers): Update documentation of
5900 2008-10-21 Eli Zaretskii <eliz@gnu.org>
5902 * processes.texi (Serial Ports): Fix wording and improve markup.
5904 * searching.texi (Regexp Search): Document `string-match-p' and
5906 (POSIX Regexps): Add an xref for "non-greedy".
5907 (Regexp Special): Add @cindex entry for "non-greedy".
5909 * display.texi (Attribute Functions): Document `face-all-attributes'.
5910 (Image Cache) <image-refresh>: Minor wording fixes.
5912 * frames.texi (Color Names): Add an xref to `read-color'.
5914 * minibuf.texi (High-Level Completion): Document `read-color'.
5916 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
5918 * positions.texi (Narrowing): Add an xref to "Swapping Text".
5920 * buffers.texi (Swapping Text): New section, documents
5923 2008-10-21 Martin Rudalics <rudalics@gmx.at>
5925 * windows.texi (Resizing Windows): Minor wording fix.
5927 2008-10-20 Eli Zaretskii <eliz@gnu.org>
5929 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
5930 and `combine-and-quote-strings'.
5932 * strings.texi (Creating Strings): Add xrefs for them.
5934 2008-10-19 Eli Zaretskii <eliz@gnu.org>
5936 * elisp.texi (Top): Make descriptive text for "Reading File Names"
5937 match the corresponding menu in minibuf.texi.
5939 * minibuf.texi (Reading File Names): Document `read-shell-command'
5940 and `minibuffer-local-shell-command-map'.
5942 2008-10-19 Martin Rudalics <rudalics@gmx.at>
5944 * windows.texi (Resizing Windows): Remove var{} around "window" in
5945 documentation of enlarge-window.
5946 Rewrite documentation of window-min-height and window-min-width.
5948 2008-10-19 Eli Zaretskii <eliz@gnu.org>
5950 * functions.texi (Calling Functions): Document `apply-partially'.
5952 * hooks.texi (Standard Hooks): Mention
5953 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
5955 * variables.texi (File Local Variables): Document
5956 `file-local-variables-alist', `before-hack-local-variables-hook'
5957 and `hack-local-variables-hook'.
5959 * processes.texi (Synchronous Processes): Document `process-lines'.
5961 * customize.texi (Variable Definitions):
5962 Document `custom-reevaluate-setting'.
5964 2008-10-18 Martin Rudalics <rudalics@gmx.at>
5966 * windows.texi (Choosing Window, Deleting Windows)
5967 (Displaying Buffers): Expand documentation of dedicated windows.
5969 2008-10-18 Eli Zaretskii <eliz@gnu.org>
5971 * files.texi (Changing Files): Document symbolic input of file
5972 modes to `set-file-modes'. Document `read-file-modes' and
5973 `file-modes-symbolic-to-number'.
5975 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
5978 * searching.texi (Search and Replace):
5979 Document `replace-search-function' and `replace-re-search-function'.
5980 Document `multi-query-replace-map'.
5982 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5983 (Completion Commands, Reading File Names):
5984 Rename `minibuffer-local-must-match-filename-map' to
5985 `minibuffer-local-filename-must-match-map'.
5986 (Minibuffer Completion): The `require-match' argument to
5987 `completing-read' can now have the value `confirm-only'.
5989 * windows.texi (Displaying Buffers): Minor wording fix.
5990 (Choosing Window): `split-height-threshold' can now be nil.
5991 Document `split-width-threshold'. `pop-up-frames' can have the
5992 value `graphic-only'.
5994 2008-10-17 Eli Zaretskii <eliz@gnu.org>
5996 * os.texi (Startup Summary): Document `before-init-time' and
5997 `after-init-time'. Document `initial-window-system' and
5998 `window-system-initialization-alist'. Document reading the
5999 abbrevs file. Document the call to `server-start' under --daemon.
6000 Rearrange a bit to be consistent with the code flow.
6001 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
6002 (Time Parsing): Document `format-seconds'.
6004 2008-10-17 Martin Rudalics <rudalics@gmx.at>
6006 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
6009 2008-10-16 Eli Zaretskii <eliz@gnu.org>
6011 * markers.texi (The Mark): Document use-region-p.
6013 2008-10-15 Eli Zaretskii <eliz@gnu.org>
6015 * internals.texi (Writing Emacs Primitives): The interactive spec
6016 of a primitive can be a Lisp form.
6018 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
6019 values of transient-mark-mode. Document handle-shift-selection.
6021 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
6022 (Interactive Examples): Show an example of `^'.
6023 (Key Sequence Input): Document this-command-keys-shift-translated.
6024 (Defining Commands, Using Interactive): The interactive-form of a
6025 function can be added via its symbol's property.
6027 * positions.texi (List Motion): beginning-of-defun-function can
6028 now accept an argument.
6030 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
6031 now return a list of strings.
6033 * control.texi (Handling Errors): Document ignore-errors.
6035 * frames.texi (Creating Frames): Document frame-inherited-parameters.
6036 (Parameter Access): Document set-frame-parameter.
6038 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
6039 Hooks" for the effect of kill-all-local-variables on local hook
6042 * modes.texi (Major Mode Conventions, Mode Line Variables):
6043 `mode-name' need not be a string. xref to "Mode Line Data" for
6044 details, and to "Emulating Mode Line" for computing a string
6047 2008-10-14 Eli Zaretskii <eliz@gnu.org>
6049 * processes.texi (System Processes): New section.
6050 (Processes, Signals to Processes): Add xrefs to it.
6052 * objects.texi (Editing Types): A `process' is a subprocess of
6053 Emacs, not just any process running on the OS.
6055 * elisp.texi (Top): Adjust the @detailmenu for the above two
6058 * sequences.texi (Char-Tables): Remove documentation of
6059 set-char-table-default, which has no effect since Emacs 23.
6060 <char-table-range, set-char-table-range>: Don't mention generic
6061 characters and charsets. Add a cons cell as a possible argument.
6063 * nonascii.texi (Splitting Characters)
6064 (Translation of Characters): Don't mention generic characters.
6066 * display.texi (Fontsets): Don't mention generic characters.
6068 * sequences.texi (Char-Tables): `map-char-table' can now call its
6069 argument FUNCTION with a cons cell as KEY.
6071 2008-10-13 Eli Zaretskii <eliz@gnu.org>
6073 * objects.texi (Primitive Function Type): Move "@cindex special
6076 * eval.texi (Special Forms): ...to here.
6078 * functions.texi (What Is a Function): `functionp' returns nil for
6079 special forms. Add an xref.
6081 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
6084 * variables.texi (Frame-Local Variables): New section.
6085 (Buffer-Local Variables): Add an xref to it.
6086 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
6087 have both frame-local and buffer-local binding.
6089 * frames.texi (Frames): Mention multiple tty frames.
6090 (Frame Parameters, Parameter Access): Mention frame-local variable
6093 2008-09-20 Glenn Morris <rgm@gnu.org>
6095 * display.texi (Defining Faces): Recommend against face variables.
6097 2008-09-16 Juanma Barranquero <lekktu@gmail.com>
6099 * display.texi (Echo Area Customization): Fix typo.
6101 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
6103 * loading.texi (Where Defined): Add `defface' item.
6105 2008-09-06 Martin Rudalics <rudalics@gmx.at>
6107 * loading.texi (Where Defined): Fix description of symbol-file.
6109 2008-08-26 Jason Rumney <jasonr@gnu.org>
6111 * display.texi (TIFF Images): New section describing :index property.
6113 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
6115 * display.texi (Temporary Displays): Remove unnecessary comment
6116 about usage of temp-buffer-show-hook.
6118 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
6120 * symbols.texi (Other Plists): Fix incorrect example.
6121 Suggested by Florian Beck.
6123 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
6125 * os.texi: Fix previous change.
6127 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6131 * files.texi: Remove VMS support.
6133 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6137 * display.texi: Remove mentions of Mac Carbon.
6139 2008-07-01 Miles Bader <miles@gnu.org>
6141 * text.texi (Special Properties):
6142 * display.texi (Truncation): Add wrap-prefix and line-prefix.
6144 2008-06-28 Johan Bockgård <bojohan@gnu.org>
6146 * display.texi (Other Image Types): Fix copy/paste error; say
6149 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
6151 * os.texi: Remove references to obsolete systems.
6153 2008-06-20 Eli Zaretskii <eliz@gnu.org>
6155 * makefile.w32-in (distclean): Remove makefile.
6157 2008-06-17 Glenn Morris <rgm@gnu.org>
6159 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
6160 (elisp, dist): Remove rules and variables that are obsolete now
6161 the lisp manual is no longer distributed separately.
6163 2008-06-16 Glenn Morris <rgm@gnu.org>
6165 * configure, configure.in, mkinstalldirs: Remove unused files.
6167 * book-spine.texinfo: Set version to 23.0.60.
6168 * vol1.texi (EMACSVER):
6169 * vol2.texi (EMACSVER): Set to 23.0.60.
6171 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
6172 as per maintain.info.
6174 2008-06-15 Glenn Morris <rgm@gnu.org>
6176 * makefile.w32-in (manual): Use "23" rather than "21".
6178 * Makefile.in (emacsver): New, set by configure.
6179 (manual): Use emacsver.
6181 * intro.texi: Report bugs using M-x report-emacs-bug.
6183 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
6185 2008-06-13 Daniel Engeler <engeler@gmail.com>
6187 * elisp.texi, internals.texi, processes.texi: Add documentation
6188 about serial port access.
6190 2008-06-05 Miles Bader <miles@gnu.org>
6192 * display.texi (Displaying Faces): Update to reflect function
6193 renamings in face-remap.el.
6195 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
6197 * display.texi (Fontsets): Fix typos.
6199 2008-06-03 Miles Bader <miles@gnu.org>
6201 * display.texi (Displaying Faces): Add add-relative-face-remapping,
6202 remove-relative-face-remapping, set-base-face-remapping,
6203 and set-default-base-face-remapping.
6205 2008-06-01 Miles Bader <miles@gnu.org>
6207 * display.texi (Displaying Faces): Add face-remapping-alist.
6209 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6211 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
6214 2008-05-03 Eric S. Raymond <esr@golux>
6216 * keymaps.texi: Clarify that (current-local-map) and
6217 (current-global-map) return references, not copies.
6219 2008-05-02 Juri Linkov <juri@jurta.org>
6221 * minibuf.texi (Text from Minibuffer): Document a list of
6222 default values for `read-from-minibuffer'.
6224 2008-04-24 Juanma Barranquero <lekktu@gmail.com>
6226 * nonascii.texi (Translation of Characters): Fix previous change.
6228 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
6230 * display.texi (Overlay Properties): Clarify role of underlying
6231 textprop and overlay keymaps for display strings.
6233 * keymaps.texi (Active Keymaps): Ditto.
6235 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6237 * minibuf.texi (Programmed Completion):
6238 Replace dynamic-completion-table with the new completion-table-dynamic.
6240 2008-04-07 Chong Yidong <cyd@stupidchicken.com>
6242 * intro.texi (Some Terms): Change "fonts in this manual" index
6243 entry to "typographic conventions".
6245 2008-04-05 Eli Zaretskii <eliz@gnu.org>
6247 * objects.texi (Text Props and Strings): Add indexing for read
6248 syntax of text properties.
6250 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6252 * processes.texi (Decoding Output): Remove process-filter-multibyte
6255 2008-03-15 Martin Rudalics <rudalics@gmx.at>
6257 * display.texi (Finding Overlays): Say that empty overlays at
6258 the end of the buffer are reported too.
6260 2008-03-13 Glenn Morris <rgm@gnu.org>
6262 * elisp.texi (EMACSVER): Set to 23.0.60.
6264 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
6266 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
6268 2008-02-22 Glenn Morris <rgm@gnu.org>
6270 * frames.texi (Position Parameters): Clarify the description of
6271 `left' and `top', using information from "Geometry".
6272 (Geometry): Give a pointer to "Position Parameters", rather than
6273 repeating information.
6275 2008-02-11 Glenn Morris <rgm@gnu.org>
6277 * objects.texi (Equality Predicates): No longer talk about "two"
6280 2008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
6282 * objects.texi (Equality Predicates): Add defun for
6283 equal-including-properties.
6285 2008-02-10 Glenn Morris <rgm@gnu.org>
6287 * objects.texi (Equality Predicates):
6288 Mention equal-including-properties.
6290 2008-02-07 Richard Stallman <rms@gnu.org>
6292 * windows.texi (Window Start): Mention the feature of moving
6293 window-start to start of line.
6295 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
6297 * keymaps.texi (Tool Bar): Document rtl property.
6299 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
6301 * display.texi (Button Types):
6302 For define-button-type, clarify type of NAME.
6304 2008-01-19 Martin Rudalics <rudalics@gmx.at>
6306 * buffers.texi (Buffer Modification): Fix typo.
6308 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
6310 * os.texi (System Environment): Remove references to OSes that are
6311 not supported anymore.
6313 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6315 * os.texi (System Environment): Remove mention for Masscomp.
6317 2008-01-04 Richard Stallman <rms@gnu.org>
6319 * display.texi (Faces): Don't talk about internal face vector as arg
6322 * customize.texi (Type Keywords): Fix previous change.
6324 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
6325 * elisp.texi (Top): Fix menu for commands.texi change.
6327 2007-12-30 Richard Stallman <rms@gnu.org>
6329 * commands.texi (Accessing Mouse): Rename from Accessing Events.
6330 (Accessing Scroll): New node broken out of Accessing Mouse.
6332 2007-12-28 Richard Stallman <rms@gnu.org>
6334 * frames.texi (Size Parameters): Fix typo.
6335 (Basic Parameters): For `title', refer to title bar.
6336 (Size and Position): Explain meaning of frame pixel width and height.
6338 2007-12-23 Richard Stallman <rms@gnu.org>
6340 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
6341 Improve some of the commented-out keywords' text too.
6343 2007-12-14 Martin Rudalics <rudalics@gmx.at>
6345 * nonascii.texi (Encoding and I/O): Reword to avoid saying
6346 "visit the current buffer".
6348 * os.texi (System Interface): Fix typo.
6350 2007-12-04 Richard Stallman <rms@gnu.org>
6352 * objects.texi (Symbol Type): Fix typo.
6354 2007-12-03 Richard Stallman <rms@gnu.org>
6356 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
6358 2007-12-01 Glenn Morris <rgm@gnu.org>
6360 * functions.texi (Declaring Functions): Improve previous change.
6362 2007-11-30 Glenn Morris <rgm@gnu.org>
6364 * functions.texi (Declaring Functions): Add optional fourth
6365 argument of declare-function, and setting third argument to `t'.
6367 2007-11-29 Richard Stallman <rms@gnu.org>
6369 * customize.texi (Composite Types): Document `group' type.
6371 2007-11-29 Glenn Morris <rgm@gnu.org>
6373 * functions.texi (Declaring Functions): Add findex.
6374 Mention `external' files.
6376 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
6378 * functions.texi (Declaring Functions): Fix directive.
6380 2007-11-25 Richard Stallman <rms@gnu.org>
6382 * help.texi (Help Functions): Clean up last change.
6384 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
6386 * loading.texi (Named Features): Minor cleanup.
6388 * macros.texi (Eval During Expansion): Minor cleanup.
6390 * variables.texi (Variable Aliases): Minor cleanup.
6392 2007-11-24 Richard Stallman <rms@gnu.org>
6394 * functions.texi (Declaring Functions): Clarify previous change.
6396 * compile.texi (Compiler Errors): Clarify previous change.
6398 2007-11-24 Richard Stallman <rms@gnu.org>
6400 * display.texi (Refresh Screen, Forcing Redisplay):
6401 Clarify the text and move items around.
6403 2007-11-24 Glenn Morris <rgm@gnu.org>
6405 * functions.texi (Declaring Functions): New section.
6406 * compile.texi (Compiler Errors): Mention declaring functions,
6407 defvar with no initvalue, and byte-compile-warnings.
6409 2007-11-15 Martin Rudalics <rudalics@gmx.at>
6411 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
6412 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
6414 2007-11-13 Martin Rudalics <rudalics@gmx.at>
6416 * help.texi (Help Functions): Document new macro `with-help-window'.
6418 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
6420 * searching.texi (Replacing Match): Describe new
6421 `match-substitute-replacement'.
6423 2007-10-31 Richard Stallman <rms@gnu.org>
6425 * strings.texi (Creating Strings): Null strings from concat not unique.
6427 2007-10-26 Richard Stallman <rms@gnu.org>
6429 * objects.texi (Equality Predicates): Null strings are uniquified.
6431 * minibuf.texi: Minor clarifications in previous change.
6433 2007-10-25 Glenn Morris <rgm@gnu.org>
6435 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
6437 2007-10-24 Richard Stallman <rms@gnu.org>
6439 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
6441 * variables.texi (Frame-Local Variables): Node deleted.
6442 (Variables): Delete Frame-Local Variables from menu.
6443 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
6444 (Default Value): Don't mention frame-local vars.
6446 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
6448 * loading.texi (Unloading): Document FEATURE-unload-function
6449 instead of FEATURE-unload-hook.
6451 * frames.texi (Multiple Displays): Don't mention frame-local vars.
6453 2007-10-22 Juri Linkov <juri@jurta.org>
6455 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
6456 (High-Level Completion): Document a list of default value strings
6457 in the DEFAULT argument, for which minibuffer functions return the
6460 2007-10-17 Juri Linkov <juri@jurta.org>
6462 * text.texi (Filling): Update arguments of fill-paragraph.
6463 fill-paragraph operates on the active region in Transient Mark mode.
6464 Remove fill-paragraph-or-region.
6466 2007-10-13 Karl Berry <karl@gnu.org>
6468 * elisp.texi (@dircategory): Move to after @copying,
6469 since we want @copying as close as possible to the beginning of
6472 2007-10-12 Richard Stallman <rms@gnu.org>
6474 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
6476 * commands.texi (Distinguish Interactive): New node,
6477 broken out from Interactive Call and rewritten.
6478 (Command Loop): Put Distinguish Interactive in menu.
6480 2007-10-09 Richard Stallman <rms@gnu.org>
6482 * text.texi (Examining Properties): Mention overlay priority.
6484 * display.texi (Display Margins): Correct the description
6485 of margin display specifications.
6486 (Replacing Specs): New subnode broken out of Display Property.
6488 2007-10-06 Juri Linkov <juri@jurta.org>
6490 * text.texi (Filling): Document fill-paragraph-or-region.
6492 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
6494 * display.texi (Auto Faces): Fix typo.
6496 2007-10-02 Richard Stallman <rms@gnu.org>
6498 * display.texi (Display Property): Explain some display specs
6499 don't let you move point in.
6501 * frames.texi (Cursor Parameters):
6502 Describe cursor-in-non-selected-windows here. Explain more values.
6504 * windows.texi (Basic Windows): Don't describe
6505 cursor-in-non-selected-windows here.
6507 2007-10-01 Eli Zaretskii <eliz@gnu.org>
6509 * processes.texi (Misc Network): Note that these functions are
6510 supported only on some systems.
6512 2007-10-01 Richard Stallman <rms@gnu.org>
6514 * display.texi (Overlay Properties): Explain nil as priority.
6515 Explain that conflicts are unpredictable if not resolved by
6518 2007-09-23 Richard Stallman <rms@gnu.org>
6520 * macros.texi (Backquote): Minor clarification.
6522 2007-09-19 Richard Stallman <rms@gnu.org>
6524 * display.texi (Display Property): Explain multiple display specs.
6525 Clarify when they work in parallel and when one overrides.
6526 Fix error in example.
6528 2007-09-06 Glenn Morris <rgm@gnu.org>
6530 Move from lispref/ to doc/lispref/. Change all setfilename
6531 commands to use ../../info.
6532 * Makefile.in (infodir): Go up one more level.
6533 (usermanualdir): Change from ../man to ../emacs.
6534 (miscmanualdir): New.
6535 (dist): Use new variable miscmanualdir.
6536 * makefile.w32-in (infodir, texinputdir): Go up one more level.
6537 (usermanualdir): Change from ../man to ../emacs.
6539 2007-08-30 Martin Rudalics <rudalics@gmx.at>
6541 * commands.texi (Command Loop Info): Advise against changing
6542 most variables described here. Explain new variable
6543 last-repeatable-command.
6545 2007-08-29 Glenn Morris <rgm@gnu.org>
6547 * elisp.texi (EMACSVER): Increase to 23.0.50.
6549 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
6551 * frames.texi (Basic Parameters): Add display-environment-variable
6552 and term-environment-variable.
6554 2007-08-28 Juri Linkov <juri@jurta.org>
6556 * display.texi (Image Formats, Other Image Types): Add SVG.
6558 2007-08-28 Juri Linkov <juri@jurta.org>
6560 * display.texi (Images): Move formats-related text to new node
6562 (Image Formats): New node.
6564 2007-08-27 Richard Stallman <rms@gnu.org>
6566 * windows.texi (Window Configurations): Clarify what
6567 a window configuration saves.
6569 2007-08-25 Richard Stallman <rms@gnu.org>
6571 * display.texi (Images): Delete redundant @findex.
6573 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
6575 * text.texi (Change Hooks): (after|before)-change-functions are no
6576 longer bound to nil while running; rather inhibit-modification-hooks
6579 2007-08-16 Richard Stallman <rms@gnu.org>
6581 * processes.texi (Asynchronous Processes):
6582 Clarify doc of start-file-process.
6584 2007-08-08 Martin Rudalics <rudalics@gmx.at>
6586 * modes.texi (Example Major Modes): Fix typo.
6588 2007-08-08 Glenn Morris <rgm@gnu.org>
6590 * intro.texi (nil and t): Do not use `iff' in documentation.
6592 * tips.texi (Documentation Tips): Recommend against `iff'.
6594 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
6596 * display.texi (Image Cache): Document image-refresh.
6598 2007-08-06 Martin Rudalics <rudalics@gmx.at>
6600 * windows.texi (Size of Window): Document window-full-width-p.
6602 2007-07-25 Glenn Morris <rgm@gnu.org>
6604 * gpl.texi (GPL): Replace license with GPLv3.
6606 * Relicense all FSF files to GPLv3 or later.
6608 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
6610 * processes.texi (Synchronous Processes):
6611 Add `process-file-shell-command'.
6612 (Asynchronous Processes): Mention restricted use of
6613 `process-filter' and `process-sentinel' in
6614 `start-file-process'. Add `start-file-process-shell-command'.
6616 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
6618 * files.texi (Magic File Names): Introduce optional parameter
6619 IDENTIFICATION for `file-remote-p'.
6621 2007-07-16 Richard Stallman <rms@gnu.org>
6623 * display.texi (Defining Faces): Fix previous change.
6625 2007-07-14 Richard Stallman <rms@gnu.org>
6627 * control.texi (Handling Errors): Document `debug' in handler list.
6629 2007-07-10 Richard Stallman <rms@gnu.org>
6631 * display.texi (Defining Faces): Explain C-M-x feature for defface.
6633 2007-07-09 Richard Stallman <rms@gnu.org>
6635 * files.texi (Magic File Names): Rewrite previous change.
6637 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
6639 * files.texi (Magic File Names): Introduce optional parameter
6640 CONNECTED for `file-remote-p'.
6642 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
6644 * processes.texi (Asynchronous Processes):
6645 * files.texi (Magic File Names): Add `start-file-process'.
6647 2007-06-27 Richard Stallman <rms@gnu.org>
6649 * files.texi (Format Conversion Piecemeal):
6650 Clarify `after-insert-file-functions' calling convention.
6652 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
6654 * files.texi (Magic File Names): Remove `dired-call-process'.
6657 2007-06-27 Kenichi Handa <handa@m17n.org>
6659 * text.texi (Special Properties): Fix description about
6660 `composition' property.
6662 2007-06-26 Kenichi Handa <handa@m17n.org>
6664 * nonascii.texi (Default Coding Systems): Document about the
6665 return value `undecided'.
6667 2007-06-25 David Kastrup <dak@gnu.org>
6669 * keymaps.texi (Active Keymaps): Document new POSITION argument of
6670 `current-active-maps'.
6672 2007-06-24 Karl Berry <karl@gnu.org>
6674 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
6676 2007-06-15 Juanma Barranquero <lekktu@gmail.com>
6678 * display.texi (Overlay Arrow): Doc fix.
6680 2007-06-14 Karl Berry <karl@tug.org>
6682 * anti.texi (Antinews): Typo.
6684 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
6686 * display.texi (Image Cache): Document image-refresh.
6688 2007-06-12 Karl Berry <karl@gnu.org>
6690 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
6691 * two-volume.make: New file.
6692 * .cvsignore: Ignore two-volume files.
6694 2007-06-12 Tom Tromey <tromey@redhat.com>
6696 * os.texi (Init File): Document user-emacs-directory.
6698 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
6700 * commands.texi (Click Events): Describe width and height when
6703 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
6705 * commands.texi (Click Events): Layout more logically.
6706 Describe width and height.
6707 (Drag Events, Motion Events): Update to new format for position.
6709 2007-06-02 Richard Stallman <rms@gnu.org>
6711 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
6713 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
6715 * Version 22.1 released.
6717 2007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6719 * text.texi (Special Properties): Correct meaning of fontified face.
6721 2007-05-30 Richard Stallman <rms@gnu.org>
6723 * text.texi (Special Properties): Add link to Adjusting Point.
6725 2007-05-12 Richard Stallman <rms@gnu.org>
6727 * text.texi (Margins): indent-to-left-margin is not the default.
6728 (Mode-Specific Indent): For indent-line-function, the default
6731 * modes.texi (Example Major Modes): Explain last line of text-mode
6734 2007-05-10 Richard Stallman <rms@gnu.org>
6736 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
6738 * help.texi (Keys in Documentation): Add reference to
6741 * files.texi (Format Conversion): TO-FN gets three arguments.
6743 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
6745 2007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
6747 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
6748 * files.texi (Format Conversion): Expand intro; add menu.
6749 (Format Conversion Overview, Format Conversion Round-Trip)
6750 (Format Conversion Piecemeal): New nodes/subsections.
6751 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
6752 * text.texi (Text Properties): Remove "Saving Properties" from menu.
6753 (Saving Properties): Delete node/subsection.
6755 2007-05-07 Karl Berry <karl@gnu.org>
6757 * elisp.texi (EMACSVER): Back to 22.
6759 2007-05-06 Richard Stallman <rms@gnu.org>
6761 * processes.texi (Accepting Output): Revert most of previous change.
6763 2007-05-05 Richard Stallman <rms@gnu.org>
6765 * processes.texi (Accepting Output): accept-process-output
6766 uses microseconds, not milliseconds. But that arg is obsolete.
6768 2007-05-04 Karl Berry <karl@tug.org>
6770 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
6772 2007-05-04 Eli Zaretskii <eliz@gnu.org>
6774 * tips.texi (Documentation Tips): Rearrange items to place the
6775 more important ones first. Add an index entry for hyperlinks.
6777 2007-05-03 Karl Berry <karl@gnu.org>
6779 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
6780 (EMACSVER) [smallbook]: 22 for printed version.
6782 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
6783 so restore anchor to normal position after defun. Found by Kevin Ryde.
6785 2007-04-26 Glenn Morris <rgm@gnu.org>
6787 * elisp.texi (EMACSVER): Increase to 22.1.50.
6789 2007-04-28 Karl Berry <karl@gnu.org>
6791 * elisp.texi: Improve line breaks on copyright page,
6792 similar layout to emacs manual, 8.5x11 by default.
6794 2007-04-24 Richard Stallman <rms@gnu.org>
6796 * text.texi (Special Properties): Add xref to Overlay Properties.
6798 * display.texi (Overlay Properties): Add xref to Special Properties.
6800 2007-04-22 Richard Stallman <rms@gnu.org>
6802 * keymaps.texi (Extended Menu Items): Move the info about
6803 format with cached keyboard binding.
6805 2007-04-21 Richard Stallman <rms@gnu.org>
6807 * text.texi (Special Properties): Clarify previous change.
6809 * files.texi (File Name Expansion): Clarify previous change.
6811 * display.texi (Attribute Functions): Fix example for
6812 face-attribute-relative-p.
6814 2007-04-19 Kenichi Handa <handa@m17n.org>
6816 * text.texi (Special Properties): Document composition property.
6818 2007-04-19 Glenn Morris <rgm@gnu.org>
6820 * files.texi (File Name Expansion): Mention "superroot".
6822 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
6824 * frames.texi (Multiple Displays): Add note about "multi-monitor"
6826 (Display Feature Testing): Note that display refers to all
6827 physical monitors for multi-monitor setups.
6829 2007-04-14 Richard Stallman <rms@gnu.org>
6831 * lists.texi (Sets And Lists): Clarify `delete' examples.
6832 Remove spurious xref to same node.
6833 Clarify xref for add-to-list.
6835 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
6837 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
6838 value of lisp-mode-map.
6840 2007-04-11 Karl Berry <karl@gnu.org>
6842 * anti.texi (Antinews):
6843 * display.texi (Overlay Properties, Defining Images):
6844 * processes.texi (Synchronous Processes, Sentinels):
6845 * syntax.texi (Syntax Table Internals):
6846 * searching.texi (Regexp Special):
6847 * nonascii.texi (Default Coding Systems):
6848 * text.texi (Special Properties):
6849 * minibuf.texi (Basic Completion): Wording to improve breaks in
6851 * elisp.texi (smallbook): New @set to more easily switch between
6852 smallbook and 8.5x11.
6854 2007-04-11 Richard Stallman <rms@gnu.org>
6856 * text.texi (Lazy Properties): Minor fix.
6858 2007-04-08 Karl Berry <karl@gnu.org>
6860 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
6861 * macros.texi (Backquote): Downcase Backquote in index entries for
6864 2007-04-08 Richard Stallman <rms@gnu.org>
6866 * text.texi (Adaptive Fill): Just describe default,
6867 don't show it (since it contains non-ASCII chars).
6869 2007-04-07 Karl Berry <karl@gnu.org>
6871 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
6872 adaptive-fill-regexp's value, since they are not in the standard
6875 2007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
6877 * display.texi (Defining Faces): Fix example.
6879 2007-04-07 Karl Berry <karl@gnu.org>
6881 * display.texi (Button Buffer Commands): Improve page break.
6883 2007-04-07 Richard Stallman <rms@gnu.org>
6885 * advice.texi (Activation of Advice): Remove redundant index entry.
6887 * backups.texi: Improve index entries. Remove redundant ones.
6889 * compile.texi (Byte Compilation): Improve index entry.
6891 * hash.texi (Creating Hash): Improve index entry.
6893 * symbols.texi (Definitions): Improve index entry.
6895 * edebug.texi: Improve index entries. Remove redundant/useless ones.
6897 * maps.texi (Standard Keymaps): Remove useless index entry.
6899 * help.texi (Documentation Basics): Remove redundant index entries.
6901 * customize.texi: Improve index entries.
6902 Remove redundant/useless ones.
6904 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
6906 * streams.texi (Output Variables): Improve index entry.
6908 * abbrevs.texi (Abbrevs): Remove useless index entry.
6910 * macros.texi (Expansion): Remove useless index entry.
6912 * text.texi: Improve index entries. Remove redundant/useless ones.
6913 (Text Properties, Examining Properties)
6914 (Special Properties): Use "property category" instead of "category"
6915 to refer to the `category' property.
6917 * positions.texi: Improve index entries. Remove useless one.
6919 * lists.texi: Improve index entries. Remove redundant/useless ones.
6921 * os.texi: Improve index entries.
6922 (Timers): Fix previous change.
6924 * buffers.texi: Improve index entries.
6925 (Modification Time): Get rid of term "obsolete buffer".
6927 * debugging.texi: Improve index entries.
6928 (Test Coverage): Add xref to other test coverage ftr.
6930 * eval.texi: Improve index entry. Remove redundant ones.
6932 * numbers.texi: Improve index entries. Remove redundant/useless ones.
6934 * files.texi: Improve index entries. Remove redundant/useless ones.
6936 * objects.texi: Improve index entries.
6938 * processes.texi: Improve index entries.
6940 * modes.texi: Improve index entry. Remove redundant one.
6942 * nonascii.texi: Improve index entries.
6944 * internals.texi: Improve index entries.
6946 * syntax.texi: Improve index entries.
6948 * keymaps.texi (Active Keymaps): Improve index entries.
6950 * commands.texi: Improve index entries. Remove redundant/useless ones.
6952 * frames.texi: Improve index entries. Remove redundant/useless ones.
6954 * markers.texi: Improve index entries. Remove redundant ones.
6956 * tips.texi: Improve index entries.
6958 * loading.texi (Unloading): Improve index entry.
6960 * variables.texi: Improve index entries. Remove redundant one.
6962 * sequences.texi: Improve index entry.
6964 * display.texi: Improve index entries. Remove redundant ones.
6966 * windows.texi: Improve index entries.
6968 * searching.texi: Improve index entries. Remove redundant one.
6970 * strings.texi (Case Tables): Improve last change.
6972 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
6974 * strings.texi (Case Tables): Document with-case-table and
6977 2007-04-03 Karl Berry <karl@gnu.org>
6979 * processes.texi (Network): Reword to improve page break.
6981 2007-04-03 Eli Zaretskii <eliz@gnu.org>
6983 * functions.texi (Inline Functions): Describe more disadvantages
6984 of defsubst, and make advice against it stronger.
6986 2007-04-02 Karl Berry <karl@gnu.org>
6988 * backups.texi (Backup Names): Avoid widow words.
6989 * modes.texi (Example Major Modes): Align last comment.
6991 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
6993 * keymaps.texi (Remapping Commands): Document new arg to
6996 2007-04-01 Karl Berry <karl@gnu.org>
6998 * processes.texi (Low-Level Network): Typo.
6999 * loading.texi (Hooks for Loading): Avoid double "the".
7000 * keymaps.texi (Key Sequences): No double "and".
7001 (Changing Key Bindings): Shorten to improve line break.
7003 2007-03-31 Glenn Morris <rgm@gnu.org>
7005 * os.texi (Timers): Fix description of run-at-time TIME formats.
7007 2007-03-31 Richard Stallman <rms@gnu.org>
7009 * display.texi (Invisible Text): Correct buffer-invisibility-spec
7012 2007-03-31 Eli Zaretskii <eliz@gnu.org>
7014 * intro.texi (nil and t):
7015 * symbols.texi (Plists and Alists):
7016 * variables.texi (Variable Aliases, Constant Variables):
7017 * functions.texi (Defining Functions):
7018 * advice.texi (Advising Primitives):
7019 * debugging.texi (Syntax Errors, Compilation Errors):
7020 * minibuf.texi (Minibuffer Windows):
7021 * commands.texi (Adjusting Point):
7022 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
7023 (Auto Major Mode, Major Mode Conventions):
7024 * help.texi (Describing Characters):
7025 * files.texi (Create/Delete Dirs, Information about Files)
7026 (File Locks, Writing to Files, Reading from Files)
7028 * windows.texi (Resizing Windows, Cyclic Window Ordering):
7029 * frames.texi (Finding All Frames):
7030 * positions.texi (Buffer End, Motion):
7031 * markers.texi (The Region):
7032 * text.texi (Deletion, Near Point):
7033 * display.texi (Displaying Messages, Truncation):
7034 * os.texi (Processor Run Time):
7035 * tips.texi (Key Binding Conventions, Programming Tips)
7036 (Warning Tips, Documentation Tips, Comment Tips):
7037 * internals.texi (Memory Usage): Improve indexing.
7039 * variables.texi (Frame-Local Variables):
7040 * functions.texi (Argument List):
7041 * loading.texi (Library Search):
7042 * streams.texi (Output Variables):
7043 * keymaps.texi (Translation Keymaps, Searching Keymaps):
7044 * searching.texi (Replacing Match, Search and Replace):
7045 * processes.texi (Byte Packing, Decoding Output)
7046 (Accepting Output, Network Servers, Shell Arguments):
7047 * display.texi (Abstract Display, Image Cache, Scroll Bars):
7048 * windows.texi (Window Point, Window Start):
7049 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
7050 * commands.texi (Reading Input, Keyboard Events):
7051 * minibuf.texi (Reading File Names, Minibuffer Completion)
7053 * positions.texi (List Motion):
7054 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
7055 * numbers.texi (Arithmetic Operations, Math Functions)
7056 (Predicates on Numbers, Comparison of Numbers):
7057 (Numeric Conversions):
7058 * locals.texi (Standard Buffer-Local Variables):
7059 * maps.texi (Standard Keymaps):
7060 * os.texi (User Identification, System Environment, Recording Input)
7062 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
7063 * backups.texi (Backups and Auto-Saving):
7064 * customize.texi (Customization, Group Definitions)
7065 (Variable Definitions):
7066 * compile.texi (Byte Compilation): Improve index entries.
7068 2007-03-31 Karl Berry <karl@gnu.org>
7070 * macros.texi (Defining Macros): Avoid widow syllable.
7072 2007-03-31 Eli Zaretskii <eliz@gnu.org>
7074 * elisp.texi (Top): Postscript -> PostScript.
7076 * display.texi (Images, Postscript Images): Postscript -> PostScript.
7078 2007-03-31 Markus Triska <markus.triska@gmx.at>
7080 * internals.texi (Writing Emacs Primitives): Untabify `For'.
7082 2007-03-30 Karl Berry <karl@gnu.org>
7084 * lists.texi (List-related Predicates): Remove spurious @need.
7085 (Setcdr): Use @smallexample to improve page break.
7086 (Association Lists) <assoc>: Reword to improve page break.
7088 * strings.texi (String Conversion): Insert blank line to improve
7091 * numbers.texi (Random Numbers): Use @minus{}.
7092 (Math Functions): Use @minus{}.
7094 * intro.texi (Acknowledgements): Avoid line breaks before middle
7097 2007-03-24 Eli Zaretskii <eliz@gnu.org>
7099 * errors.texi (Standard Errors): Add an index entry.
7101 2007-03-19 Richard Stallman <rms@gnu.org>
7103 * os.texi (Recording Input): recent-keys now gives 300 keys.
7105 2007-03-12 Glenn Morris <rgm@gnu.org>
7107 * os.texi: Replace "daylight savings" with "daylight saving"
7110 2007-03-05 Richard Stallman <rms@gnu.org>
7112 * variables.texi (File Local Variables):
7113 Update enable-local-variables values.
7115 2007-03-04 Richard Stallman <rms@gnu.org>
7117 * syntax.texi (Control Parsing): Minor clarification.
7119 * strings.texi (Formatting Strings): Clarify width, precision, flags.
7121 * sequences.texi (Sequence Functions): Move string-bytes away,
7124 * nonascii.texi (Text Representations): Move string-bytes here.
7126 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
7128 * minibuf.texi (Basic Completion): Minor clarification.
7130 * markers.texi (The Mark): Clarify existence vs activation of mark.
7133 * display.texi (Finding Overlays): Write better example.
7135 * compile.texi (Eval During Compile): Clarify putting macros
7136 in eval-when-compile.
7138 2007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
7140 * loading.texi (How Programs Do Loading): Fix anchor position at
7141 load-read-function definition doc.
7143 2007-02-21 Kim F. Storm <storm@cua.dk>
7145 * strings.texi (Text Comparison): Mention that assoc-string
7146 converts symbols to strings before testing.
7148 2007-02-17 Kim F. Storm <storm@cua.dk>
7150 * processes.texi (Bindat Spec): Vector types can have optional
7152 (Bindat Examples): Fix example. Add vector with element type.
7154 2007-02-16 Andreas Schwab <schwab@suse.de>
7156 * strings.texi (Formatting Strings): Document '+' flag.
7158 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
7160 * strings.texi (Modifying Strings): Clarify that `clear-string'
7161 always converts the string to unibyte.
7163 2007-02-14 Kim F. Storm <storm@cua.dk>
7165 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
7166 Rewrite glyph code description to refer to these functions.
7167 Remove details of encoding face number and char into integer code.
7169 2007-02-03 Alan Mackenzie <acm@muc.de>
7171 * loading.texi (Hooks for Loading): Make the description of
7172 `eval-after-load' more detailed, and amend the description of
7173 after-load-alist, in accordance with changes from 2006-05.
7175 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
7177 * modes.texi (Defining Minor Modes): Document that a :require
7178 keyword or similar may be required to make saved customization
7181 2007-02-03 Eli Zaretskii <eliz@gnu.org>
7183 * elisp.texi (Top): Make the detailed menu headers compliant with
7184 Texinfo guidelines and with what texnfo-upd.el expects.
7185 Add comments to prevent people from inadvertently modifying the key
7186 parts needed by `texinfo-multiple-files-update'.
7188 2007-02-02 Eli Zaretskii <eliz@gnu.org>
7190 * elisp.texi (Top): Update the top-level menus.
7192 * syntax.texi (Categories): Add index entries.
7194 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
7196 * display.texi (Attribute Functions): Fix name and description of
7197 the UNDERLINE arg of `set-face-underline-p'.
7199 2007-01-29 Eli Zaretskii <eliz@gnu.org>
7201 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
7202 Variables", and "Standard Keymaps" to the detailed menu.
7204 * variables.texi (Future Local Variables): Add index entry.
7206 2007-01-28 Richard Stallman <rms@gnu.org>
7208 * tips.texi (Coding Conventions): Clarify the tip about macros
7209 that define a function or a variable.
7211 * files.texi (File Attributes): UID and GID can be floats.
7212 (Magic File Names): Explain why deferring all operations to
7213 the standard handler does not work.
7215 2007-01-23 Martin Rudalics <rudalics@gmx.at>
7217 * backups.texi (Reverting): Use "buffer" instead of "file"
7218 when talking about major and minor modes.
7220 2007-01-21 Richard Stallman <rms@gnu.org>
7222 * help.texi (Documentation): Add xref to Documentation Tips.
7224 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
7226 * tips.texi (Coding Conventions): Fix typos.
7228 2007-01-05 Richard Stallman <rms@gnu.org>
7230 * modes.texi (Defining Minor Modes): Fix previous change.
7232 2007-01-03 Richard Stallman <rms@gnu.org>
7234 * customize.texi (Variable Definitions, Customization Types):
7235 Don't use * in doc string for defcustom.
7237 2007-01-02 Richard Stallman <rms@gnu.org>
7239 * variables.texi (Variable Aliases): Clarify that aliases vars
7240 always have the same value.
7242 * processes.texi (Bindat Spec): Fix Texinfo usage.
7244 * modes.texi (Defining Minor Modes): Explain effect of command
7245 defined with define-global-minor-mode on new buffers.
7247 2006-12-30 Kim F. Storm <storm@cua.dk>
7249 * keymaps.texi (Tool Bar): Describe `grow-only' value of
7250 `auto-resize-tool-bars'.
7252 2006-12-30 Richard Stallman <rms@gnu.org>
7254 * keymaps.texi (Active Keymaps): Fix previous change.
7256 2006-12-30 Nick Roberts <nickrob@snap.net.nz>
7258 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
7260 2006-12-30 Kim F. Storm <storm@cua.dk>
7262 * processes.texi (Bindat Spec): Clarify using field names in
7263 length specifications.
7265 2006-12-29 Kim F. Storm <storm@cua.dk>
7267 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
7268 Add count and index variables for eval forms in repeat blocks.
7270 2006-12-24 Richard Stallman <rms@gnu.org>
7272 * customize.texi (Variable Definitions):
7273 Document new name custom-add-frequent-value.
7275 2006-12-19 Kim F. Storm <storm@cua.dk>
7277 * commands.texi (Misc Events): User signals now result in sigusr1
7278 and sigusr2 events which are handled through special-event-map.
7279 (Special Events): User signals and drag-n-drop are special.
7281 2006-12-17 Richard Stallman <rms@gnu.org>
7283 * loading.texi (Named Features): Explain subfeatures better.
7285 * customize.texi: Use "option" only for user options.
7286 For the keyword values inside defcustom etc, say "keywords".
7287 For :options value's elements, say "elements".
7288 :group should not be omitted.
7290 * syntax.texi (Parsing Expressions): Split up node.
7291 (Motion via Parsing, Position Parse, Parser State)
7292 (Low-Level Parsing, Control Parsing): New subnodes.
7293 (Parser State): Document syntax-ppss-toplevel-pos.
7295 * positions.texi (List Motion): Punctuation fix.
7297 * files.texi (File Name Completion): Document PREDICATE arg
7298 to file-name-completion.
7300 2006-12-16 Eli Zaretskii <eliz@gnu.org>
7302 * internals.texi (Building Emacs, Writing Emacs Primitives):
7305 2006-12-11 Richard Stallman <rms@gnu.org>
7307 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
7308 affects face menu. Explain how to make it non-nil without enabling
7311 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
7313 * modes.texi (Font Lock Basics): Document nil value of
7316 2006-12-10 Glenn Morris <rgm@gnu.org>
7318 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
7319 value for system-flag argument. Abbrev tables may not be empty
7320 when major modes are loaded.
7322 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
7324 * makefile.w32-in (maintainer-clean): Partially revert last
7325 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
7326 to protect elisp-covers.texi.
7328 2006-12-07 Juanma Barranquero <lekktu@gmail.com>
7330 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
7331 Don't remove elisp* info files; they are already deleted by the
7332 `clean' and `distclean' targets, and they are in the $(infodir)
7333 directory, not the current one.
7335 2006-12-04 Kim F. Storm <storm@cua.dk>
7337 * commands.texi (Misc Events): Update signal events.
7338 (Event Examples): Add signal example.
7340 2006-11-29 Richard Stallman <rms@gnu.org>
7342 * frames.texi (Visibility of Frames): Explain visible windows
7343 can be covered by others. Add xref for raise-frame.
7345 2006-11-28 Richard Stallman <rms@gnu.org>
7347 * searching.texi (Regexp Special): Update when ^ is special.
7349 2006-11-27 Eli Zaretskii <eliz@gnu.org>
7351 * customize.texi (Customization, Common Keywords)
7352 (Group Definitions, Variable Definitions, Composite Types)
7353 (Type Keywords, Customization Types): Add index entries for
7354 various customization keywords.
7356 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7358 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
7360 2006-11-10 Jan Djärv <jan.h.d@swipnet.se>
7362 * frames.texi (Window System Selections): Remove clipboard from
7363 description of selection-coding-system.
7365 2006-11-06 Richard Stallman <rms@gnu.org>
7367 * lists.texi (List Variables): Document COMPARE-FN.
7369 * keymaps.texi: Avoid use of "binding" to mean a relation;
7370 use it only to refer to the meaning associated with a key.
7371 (Keymaps): Change menu node description.
7373 * elisp.texi (Top): Change menu node description.
7375 * display.texi (Managing Overlays): Document overlay-recenter.
7377 2006-10-29 Chong Yidong <cyd@stupidchicken.com>
7379 * Makefile.in: Use relative paths to avoid advertising filesystem
7380 contents during compilation.
7382 2006-10-23 Kim F. Storm <storm@cua.dk>
7384 * commands.texi (Event Input Misc): Update unread-command-events.
7386 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
7388 * lists.texi (Sets And Lists): Fix typos.
7390 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
7392 * control.texi (Processing of Errors): Use @var for an argument,
7395 2006-10-16 Richard Stallman <rms@gnu.org>
7397 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
7399 * keymaps.texi (Format of Keymaps): Show all the keymap element
7400 patterns that result from menu items.
7401 (Key Lookup): Minor cleanups.
7403 * modes.texi (Precalculated Fontification): Don't say that
7404 not setting font-lock-defaults avoids loading font-lock.
7406 * help.texi (Documentation): Move xref to Emacs Manual here.
7407 (Documentation Basics): From here.
7408 Also doc emacs-lisp-docstring-fill-column.
7410 * elisp.texi: Update version and ISBN.
7412 * commands.texi (Interactive Call): Clarify KEYS arg to
7413 call-interactively is a vector.
7414 (Command Loop Info): Delete anchor in this-command-keys.
7415 Add anchor in this-command-keys-vector.
7416 (Recursive Editing): Document how recursive-edit
7417 handles the current buffer.
7419 2006-10-13 Chong Yidong <cyd@stupidchicken.com>
7421 * frames.texi (Frame Titles): %c and %l are ignored in
7424 2006-10-11 Richard Stallman <rms@gnu.org>
7426 * keymaps.texi (Key Sequences): Clarify use of kbd.
7428 2006-10-10 Kim F. Storm <storm@cua.dk>
7430 * lists.texi (Sets And Lists): Add memql.
7432 2006-10-03 Richard Stallman <rms@gnu.org>
7434 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
7435 Clarify :ascii: and :nonascii:.
7437 2006-09-29 Juri Linkov <juri@jurta.org>
7439 * modes.texi (%-Constructs): Reorder coding systems in the
7440 documentation of %z to the real order displayed in the modeline.
7442 2006-09-25 Richard Stallman <rms@gnu.org>
7444 * os.texi (Timers): Describe timer-max-repeats.
7446 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
7448 * os.texi (Timers): Mention with-local-quit.
7450 2006-09-24 Richard Stallman <rms@gnu.org>
7452 * searching.texi (Searching and Matching): Mention property search.
7454 * commands.texi (Command Loop Info): Explain how read-event affects
7457 2006-09-20 Richard Stallman <rms@gnu.org>
7459 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
7461 * windows.texi (Window Start): Minor cleanups.
7463 2006-09-20 Kim F. Storm <storm@cua.dk>
7465 * windows.texi (Window Start): pos-visible-in-window-p allows
7466 specifying t for position to mean "end of window".
7467 Add window-line-height.
7469 * anti.texi (Antinews): Mention window-line-height.
7471 2006-09-19 David Kastrup <dak@gnu.org>
7473 * keymaps.texi (Searching Keymaps): Small clarification.
7475 2006-09-18 Richard Stallman <rms@gnu.org>
7477 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
7478 cause keyboard menus.
7479 (Menu Keymaps): Likewise.
7480 (Defining Menus, Keyboard Menus): Clarify.
7482 * text.texi (Fields): Clarify explanation of constrain-to-field.
7484 2006-09-16 Eli Zaretskii <eliz@gnu.org>
7486 * variables.texi (Tips for Defining): Fix a typo.
7488 2006-09-15 Richard Stallman <rms@gnu.org>
7490 * keymaps.texi (Remapping Commands, Searching Keymaps)
7491 (Active Keymaps): Clean up previous change.
7493 2006-09-15 Jay Belanger <belanger@truman.edu>
7495 * gpl.texi: Replace "Library Public License" by "Lesser Public
7496 License" throughout.
7498 2006-09-15 David Kastrup <dak@gnu.org>
7500 * keymaps.texi (Active Keymaps): Adapt description to use
7501 `get-char-property' instead `get-text-property'. Explain how
7502 mouse events change this. Explain the new optional argument of
7503 `key-binding' and its mouse-dependent lookup.
7504 (Searching Keymaps): Adapt description similarly.
7505 (Remapping Commands): Explain the new optional argument of
7506 `command-remapping'.
7508 2006-09-14 Richard Stallman <rms@gnu.org>
7510 * keymaps.texi (Searching Keymaps): Clarification.
7511 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
7513 2006-09-13 Richard Stallman <rms@gnu.org>
7515 * objects.texi (Character Type): Node split.
7516 Add xref to Describing Characters.
7517 (Basic Char Syntax, General Escape Syntax)
7518 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
7520 2006-09-11 Richard Stallman <rms@gnu.org>
7522 * display.texi (Display Table Format): Wording clarification.
7523 (Glyphs): Clarifications.
7525 2006-09-10 Chong Yidong <cyd@stupidchicken.com>
7527 * keymaps.texi (Active Keymaps): Mention that key-binding checks
7530 2006-09-10 Kim F. Storm <storm@cua.dk>
7532 * display.texi (Forcing Redisplay): Document return value of
7535 2006-09-09 Richard Stallman <rms@gnu.org>
7537 * windows.texi (Window Hooks): Explain limits of
7538 window-scroll-functions.
7540 * display.texi (Fringe Indicators): Update for last change in
7541 indicate-buffer-boundaries.
7543 2006-09-08 Richard Stallman <rms@gnu.org>
7545 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
7547 2006-09-06 Kim F. Storm <storm@cua.dk>
7549 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
7551 * windows.texi (Window Start): Update pos-visible-in-window-p.
7553 2006-09-04 Richard Stallman <rms@gnu.org>
7555 * processes.texi (Accepting Output): Explain SECONDS=0 for
7556 accept-process-output.
7558 * os.texi (Idle Timers): Explain why timer functions should not
7559 loop until (input-pending-p).
7561 2006-09-02 Eli Zaretskii <eliz@gnu.org>
7563 * makefile.w32-in (usermanualdir): New variable.
7564 (elisp.dvi): Use it.
7566 2006-09-01 Eli Zaretskii <eliz@gnu.org>
7568 * buffers.texi (Buffer Modification): Fix last change.
7570 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
7572 * buffers.texi (Buffer Modification):
7573 Document buffer-chars-modified-tick.
7575 2006-08-31 Richard Stallman <rms@gnu.org>
7577 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
7579 2006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
7581 * modes.texi (Syntactic Font Lock):
7582 Mention font-lock-syntactic-face-function
7583 instead of specific faces.
7585 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
7587 * display.texi (Images): Add xrref to display-images-p.
7589 2006-08-28 Kenichi Handa <handa@m17n.org>
7591 * nonascii.texi (Lisp and Coding Systems): Fix description of
7592 detect-coding-region.
7594 2006-08-27 Michael Olson <mwolson@gnu.org>
7596 * processes.texi (Transaction Queues): Remove stray quote
7599 2006-08-25 Richard Stallman <rms@gnu.org>
7601 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
7604 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
7606 * os.texi (Timers): Avoid waiting inside timers.
7608 2006-08-21 Lute Kamstra <lute@gnu.org>
7610 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
7612 2006-08-20 Richard Stallman <rms@gnu.org>
7614 * os.texi (Idle Timers): New node, split out from Timers.
7615 Document current-idle-time.
7616 * commands.texi (Reading One Event): Update xref.
7617 * elisp.texi (Top): Update subnode menu.
7619 2006-08-16 Richard Stallman <rms@gnu.org>
7621 * keymaps.texi (Extended Menu Items): Show format of cached
7622 bindings in extended menu items.
7624 * customize.texi (Variable Definitions): Explain when the
7625 standard value expression is evaluated.
7627 2006-08-15 Chong Yidong <cyd@stupidchicken.com>
7629 * commands.texi (Reading One Event): Explain idleness in
7632 2006-08-12 Chong Yidong <cyd@stupidchicken.com>
7634 * text.texi (Near Point): Say "cursor" not "terminal cursor".
7635 (Commands for Insertion): Remove split-line since it's not
7636 relevant for Lisp programming.
7637 (Yank Commands): Rewrite introduction.
7639 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
7640 (Filling): Remove redundant comment. Clarify return value of
7641 current-justification.
7642 (Margins): Minor clarifications.
7643 (Adaptive Fill): Update default value of adaptive-fill-regexp.
7644 (Sorting): Update definition of sort-lines.
7645 (Columns): Clarify behavior of sort-columns.
7646 (Indent Tabs): Link to Tab Stops in Emacs manual.
7647 (Special Properties): Clarify.
7648 (Clickable Text): Mention Buttons package.
7650 2006-08-12 Kevin Ryde <user42@zip.com.au>
7652 * os.texi (Time Parsing): Add %z to description of
7653 format-time-string, as per docstring. Add cross reference to
7654 glibc manual for strftime.
7656 2006-08-08 Richard Stallman <rms@gnu.org>
7658 * modes.texi: Clean up wording in previous change.
7660 2006-08-07 Chong Yidong <cyd@stupidchicken.com>
7662 * modes.texi (Hooks): Clarify.
7663 (Major Mode Basics): Mention define-derived-mode explicitly.
7664 (Major Mode Conventions): Rebinding RET is OK for some modes.
7665 Mention change-major-mode-hook and after-change-major-mode-hook.
7666 (Example Major Modes): Move to end of Modes section.
7667 (Mode Line Basics): Clarify.
7668 (Mode Line Data): Mention help-echo and local-map in strings.
7669 Explain reason for treatment of non-risky variables.
7670 (Properties in Mode): Clarify.
7671 (Faces for Font Lock): Add font-lock-negation-char-face.
7673 2006-08-04 Eli Zaretskii <eliz@gnu.org>
7675 * strings.texi (Formatting Strings): Warn against arbitrary
7676 strings as first arg to `format'.
7678 2006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
7680 * text.texi (Clickable Text): Mention `help-echo' text property.
7681 Update intro, examples and associated explanations.
7683 2006-07-31 Richard Stallman <rms@gnu.org>
7685 * commands.texi: Update xrefs.
7686 (Event Mod): New node, cut out from old Translating Input.
7688 * maps.texi: Update xrefs.
7690 * keymaps.texi (Translation Keymaps): New node.
7691 Update xrefs from Translating Input to Translation Keymaps.
7693 * elisp.texi (Top): Update subnode menu.
7695 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
7697 * os.texi (System Interface): Fix menu descriptions of some nodes.
7698 (Translating Input): Node deleted.
7700 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
7702 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
7704 * lists.texi (Sets And Lists): Likewise.
7706 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
7708 * text.texi (Fields): Mention POS
7709 requirement when narrowing is in effect.
7711 2006-07-28 Richard Stallman <rms@gnu.org>
7713 * display.texi (Face Attributes): Simplify wording.
7714 (Attribute Functions): Clarify meaning of new-frame default
7717 * customize.texi (Common Keywords): Document how to use
7718 :package-version in a package not in Emacs.
7720 2006-07-28 Kim F. Storm <storm@cua.dk>
7722 * commands.texi (Reading One Event): Fix last change.
7724 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
7726 * commands.texi (Reading One Event): Document SECONDS argument for
7727 read-event, read-char, and read-char-exclusive.
7729 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7731 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
7732 to ensure correct identification.
7734 2006-07-24 Richard Stallman <rms@gnu.org>
7736 * text.texi (Clickable Text): Clarify.
7738 * sequences.texi (Vector Functions): Delete duplicate xref.
7740 * objects.texi (Function Type): Clarify.
7742 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
7745 * lists.texi (List Variables): New node.
7746 Material moved from other nodes.
7748 * variables.texi (Setting Variables): add-to-list and
7749 add-to-ordered-list moved to List Variables node.
7751 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
7753 * text.texi (Links and Mouse-1):
7754 For mouse-on-link-p, expand on arg POS.
7756 2006-07-21 Kim F. Storm <storm@cua.dk>
7758 * display.texi (Forcing Redisplay): Don't mention systems which
7759 don't support sub-second timers for redisplay-preemption-period.
7761 * os.texi (Terminal Output): Clarify text vs graphical terminal.
7763 2006-07-21 Eli Zaretskii <eliz@gnu.org>
7765 * frames.texi (Input Focus): Document that focus-follows-mouse has
7766 no effect on MS-Windows.
7768 2006-07-18 Richard Stallman <rms@gnu.org>
7770 * display.texi (Forcing Redisplay): Cleanups in previous change.
7772 * processes.texi (Low-Level Network): Make menu more convenient.
7774 2006-07-18 Kim F. Storm <storm@cua.dk>
7776 * display.texi (Forcing Redisplay): redisplay-preemption-period
7777 only used on window systems. Add xref to Terminal Output.
7779 * os.texi (Terminal Output): baud-rate only controls preemption on
7780 non-window systems. Add xref to Forcing Redisplay.
7782 * processes.texi (Low-Level Network): Rename node "Make Network"
7783 to "Network Processes".
7785 2006-07-18 Karl Berry <karl@gnu.org>
7787 * variables.texi, functions.texi, customize.texi, loading.texi:
7788 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
7790 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
7792 * commands.texi (Waiting): Document batch-mode sit-for behavior.
7794 2006-07-17 Richard Stallman <rms@gnu.org>
7796 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
7797 Put period and comma inside quotes.
7799 * loading.texi, markers.texi: Use real doublequote inside menus.
7801 * windows.texi: Put point and comma inside quotes.
7802 (Textual Scrolling): Use @samp for error message.
7804 * variables.texi, tips.texi, syntax.texi, symbols.texi:
7805 * strings.texi, streams.texi, processes.texi, os.texi:
7806 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
7807 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
7808 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
7809 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
7810 Put point and comma inside quotes.
7812 * control.texi (Processing of Errors): Add command-error-function.
7814 * variables.texi (File Local Variables): Clarify that
7815 file local variables make buffer-local bindings.
7817 * modes.texi (Syntactic Font Lock): Give default for
7818 font-lock-syntax-table.
7820 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
7822 * text.texi (Special Properties): Clean up previous change.
7824 2006-07-16 Karl Berry <karl@gnu.org>
7826 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
7827 * control.texi: Fix bad page breaks through chapter 10 (control).
7829 * anti.texi (Antinews): Reorder face-attribute fns to avoid
7832 2006-07-15 Nick Roberts <nickrob@snap.net.nz>
7834 * text.texi (Special Properties): Describe fontified text property
7835 in relation to a character (not text).
7837 2006-07-15 Kim F. Storm <storm@cua.dk>
7839 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
7840 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
7841 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
7843 * anti.texi (Antinews): Mention redisplay function.
7844 The kbd macro existed, but was not documented, before 22.x.
7845 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
7847 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
7849 * display.texi (Displaying Messages): Add anchor.
7851 * frames.texi (Dialog Boxes): Use it.
7853 2006-07-12 Richard Stallman <rms@gnu.org>
7855 * objects.texi (Frame Type): Explain nature of frames better.
7857 * frames.texi (Frames): Explain nature of frames better.
7859 2006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
7861 * tips.texi (Coding Conventions): Explain why use cl at compile time.
7863 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7865 * frames.texi (Window System Selections): Mention scrap support for Mac.
7866 Default value of x-select-enable-clipboard is t on Mac.
7868 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
7870 2006-07-11 Kim F. Storm <storm@cua.dk>
7872 * display.texi (Forcing Redisplay): Add `redisplay' function.
7873 Don't mention (sit-for -1) -- use (redisplay t) instead.
7875 * commands.texi (Waiting): (sit-for -1) is no longer special.
7876 (sit-for 0) is equivalent to (redisplay).
7877 Iconifying/deiconifying no longer makes sit-for return.
7879 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
7881 * display.texi (Buttons): Fix typo.
7883 * index.texi, elisp.texi (New Symbols): Comment node out.
7885 2006-07-09 Richard Stallman <rms@gnu.org>
7887 * display.texi (Truncation): Clean up previous change.
7889 2006-07-08 Richard Stallman <rms@gnu.org>
7891 * commands.texi (Interactive Call): Use 3 as prefix in example
7892 for execute-extended-command.
7894 * display.texi (Attribute Functions): Move paragraph about
7895 compatibility with Emacs < 21.
7897 2006-07-09 Kim F. Storm <storm@cua.dk>
7899 * display.texi (Refresh Screen): Clarify force-window-update.
7900 (Truncation): "Normally" indicated by fringe arrows.
7902 2006-07-08 Eli Zaretskii <eliz@gnu.org>
7904 * windows.texi (Textual Scrolling, Resizing Windows):
7905 * variables.texi (Constant Variables):
7906 * text.texi (Buffer Contents, Deletion, Changing Properties)
7907 (Property Search, Special Properties, Sticky Properties)
7908 (Links and Mouse-1, Fields, Change Hooks):
7909 * syntax.texi (Syntax Table Functions, Parsing Expressions)
7911 * symbols.texi (Other Plists):
7912 * streams.texi (Output Variables):
7913 * processes.texi (Input to Processes, Query Before Exit):
7914 * positions.texi (Word Motion, Text Lines, List Motion):
7915 * os.texi (Init File, System Environment, Sound Output)
7916 (Session Management):
7917 * nonascii.texi (Text Representations, Character Sets)
7918 (Chars and Bytes, Locales):
7919 * modes.texi (Defining Minor Modes, Header Lines):
7920 * minibuf.texi (Minibuffer Contents):
7921 * markers.texi (Information from Markers):
7922 * lists.texi (List Elements, Building Lists, Association Lists):
7923 * keymaps.texi (Tool Bar):
7924 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
7925 * functions.texi (What Is a Function, Mapping Functions):
7926 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
7927 (Color Names, Text Terminal Colors, Display Feature Testing):
7928 * files.texi (Visiting Functions, File Name Components)
7929 (Unique File Names, Contents of Directories):
7930 * display.texi (Forcing Redisplay, Displaying Messages)
7931 (Temporary Displays, Font Selection, Auto Faces)
7932 (Font Lookup, Fringe Indicators, Display Margins)
7933 (Image Descriptors, Showing Images, Image Cache, Button Types)
7934 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
7935 (Display Table Format, Glyphs):
7936 * control.texi (Iteration):
7937 * commands.texi (Command Loop Info, Adjusting Point):
7938 * backups.texi (Making Backups, Auto-Saving):
7939 Remove @tindex entries.
7941 2006-07-07 Kim F. Storm <storm@cua.dk>
7943 * display.texi (Fringe Cursors): Fix typo.
7944 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
7945 (Overlay Arrow): Default is overlay-arrow fringe indicator.
7947 2006-07-05 Richard Stallman <rms@gnu.org>
7949 * text.texi (Buffer Contents): Add example of text props
7950 in result of buffer-substring.
7951 (Text Properties): Explain better about use of specific property names.
7952 (Property Search): Some cleanups; reorder some functions.
7954 * keymaps.texi (Changing Key Bindings): Cleanup.
7955 Add xref to Key Binding Conventions.
7957 * display.texi (Attribute Functions): Add examples for
7958 face-attribute-relative-p.
7960 * tips.texi (Coding Conventions): Cleanup last change.
7962 2006-07-05 Karl Berry <karl@gnu.org>
7964 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
7965 Remove @setchapternewpage odd.
7966 Result is 1013 pages, down from 1100.
7968 * anti.texi, customize.texi, display.texi, internals.texi:
7969 * minibuf.texi, modes.texi, tips.texi:
7970 Fix overfull/underfull boxes.
7972 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
7974 * edebug.texi (Instrumenting):
7975 Add Edebug-specific findex for eval-buffer.
7976 * loading.texi (Loading):
7977 Replace eval-current-buffer with eval-buffer.
7979 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
7981 * locals.texi (Standard Buffer-Local Variables): Update the list
7984 2006-06-26 Nick Roberts <nickrob@snap.net.nz>
7986 * files.texi (File Name Completion): Point user to the node
7987 "Reading File Names".
7989 2006-06-24 Eli Zaretskii <eliz@gnu.org>
7991 * files.texi (Contents of Directories): Document case-insensitive
7992 behavior on respective filesystems.
7994 * objects.texi (Character Type): Document that Emacs signals an
7995 error for unsupported Unicode characters specified as \uNNNN.
7997 2006-06-19 Richard Stallman <rms@gnu.org>
7999 * processes.texi (Bindat Spec): Clarify previous change.
8001 2006-06-16 Richard Stallman <rms@gnu.org>
8003 * tips.texi (Coding Conventions): Better explain conventions
8004 for definition constructs.
8006 * text.texi (Special Properties): String value of `read-only'
8007 serves as the error message.
8009 * objects.texi (Character Type): Clarify prev. change.
8010 (Non-ASCII in Strings): Mention \u and \U.
8012 * commands.texi (Using Interactive): Explain problem of
8013 markers, etc., in command-history.
8015 2006-06-14 Kim F. Storm <storm@cua.dk>
8017 * commands.texi (Waiting): Negative arg to sit-for forces
8018 redisplay even if input is pending.
8020 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
8021 redisplay. Remove incorrect example of binding redisplay-dont-pause
8024 2006-06-13 Richard Stallman <rms@gnu.org>
8026 * display.texi (Forcing Redisplay): Clarify previous change.
8028 2006-06-13 Romain Francoise <romain@orebokech.com>
8030 * display.texi (Forcing Redisplay): Fix typo.
8032 2006-06-13 Kim F. Storm <storm@cua.dk>
8034 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
8036 2006-06-10 Luc Teirlinck <teirllm@auburn.edu>
8038 * tips.texi (Coding Conventions): Add `@end itemize'.
8040 2006-06-10 Richard Stallman <rms@gnu.org>
8042 * tips.texi (Coding Conventions): Explain use of coding systems
8043 to ensure one decoding for strings.
8045 2006-06-09 Aidan Kehoe <kehoea@parhasard.net>
8047 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
8050 2006-06-07 Eli Zaretskii <eliz@gnu.org>
8052 * display.texi (Font Selection): Remove description of
8055 * compile.texi (Eval During Compile): Fix a typo. Add index
8056 entries for possible uses of eval-when-compile.
8058 2006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
8060 * display.texi (Abstract Display): Fix typo.
8062 2006-06-03 Eli Zaretskii <eliz@gnu.org>
8064 * minibuf.texi (Minibuffer History) <history-add-new-input>:
8065 Reword variable's description.
8067 2006-06-01 Richard Stallman <rms@gnu.org>
8069 * windows.texi (Splitting Windows): Clarify splitting nonselected
8072 2006-05-31 Juri Linkov <juri@jurta.org>
8074 * minibuf.texi (Minibuffer History): Add history-add-new-input.
8076 2006-05-30 Richard Stallman <rms@gnu.org>
8078 * display.texi (Line Height): Fix errors in description of
8079 default line height and line-height property.
8081 * nonascii.texi (Default Coding Systems): Further clarification.
8083 2006-05-29 Luc Teirlinck <teirllm@auburn.edu>
8085 * internals.texi (Pure Storage): Mention that an overflow in pure
8086 space causes a memory leak.
8087 (Garbage Collection): If there was an overflow in pure space,
8088 `garbage-collect' returns nil.
8090 2006-05-30 Eli Zaretskii <eliz@gnu.org>
8092 * nonascii.texi (Default Coding Systems): Fix it some more.
8094 2006-05-29 Eli Zaretskii <eliz@gnu.org>
8096 * nonascii.texi (Default Coding Systems): Fix last change.
8098 2006-05-29 Kenichi Handa <handa@m17n.org>
8100 * nonascii.texi (find-operation-coding-system): Describe the new
8101 argument format (FILENAME . BUFFER).
8103 2006-05-28 Richard Stallman <rms@gnu.org>
8105 * tips.texi (Coding Conventions): Better explain reasons not to
8106 advise other packages or use `eval-after-load'.
8108 2006-05-29 Kim F. Storm <storm@cua.dk>
8110 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
8111 `bindat-idx' and `bindat-raw' for clarity.
8113 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8115 * processes.texi (Bindat Spec): Expand on `repeat' handler.
8117 * display.texi (Display): Add "Abstract Display" to menu.
8118 (Abstract Display, Abstract Display Functions)
8119 (Abstract Display Example): New nodes.
8120 * elisp.texi (Top): Add "Abstract Display" to menu.
8122 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
8124 * keymaps.texi (Key Sequences): Link to input events definition.
8125 (Format of Keymaps): Delete material duplicated in Keymap Basics.
8127 * files.texi (Changing Files): Document updated argument list for
8130 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8132 * processes.texi (Bindat Functions): Explain term "total length".
8133 Use it in bindat-length and bindat-pack descriptions.
8135 2006-05-26 Eli Zaretskii <eliz@gnu.org>
8137 * tips.texi (Coding Conventions): Advise against using
8138 eval-after-load in packages. Add an index entry.
8140 2006-05-25 Juri Linkov <juri@jurta.org>
8142 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
8144 * modes.texi (%-Constructs): Add %e, %z, %Z.
8146 2006-05-25 Richard Stallman <rms@gnu.org>
8148 * elisp.texi (Top): Update subnode menu.
8150 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
8151 (Keymaps): Update menu.
8153 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
8155 * keymaps.texi (Key Sequences): Some clarifications.
8157 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
8159 * processes.texi (Bindat Functions): Say "unibyte string"
8160 explicitly for bindat-unpack and bindat-pack descriptions.
8161 (Bindat Examples): Don't call `string-make-unibyte' in example.
8163 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
8165 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
8166 Explain string and vector representations of key sequences.
8168 * keymaps.texi (Changing Key Bindings):
8169 * commands.texi (Interactive Codes):
8170 * help.texi (Describing Characters): Refer to it.
8172 2006-05-23 Luc Teirlinck <teirllm@auburn.edu>
8174 * frames.texi (Pointer Shape): @end table -> @end defvar.
8176 2006-05-22 Richard Stallman <rms@gnu.org>
8178 * elisp.texi (Top): Update subnode menus.
8180 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
8181 Contents rewritten; material from old Pointer Shape node moved here.
8183 * display.texi (Pointer Shape): Node deleted.
8184 (Image Descriptors): Minor cleanup.
8186 2006-05-21 Richard Stallman <rms@gnu.org>
8188 * syntax.texi (Parsing Expressions): Update info on which STATE
8189 elements are ignored.
8191 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
8193 * hooks.texi (Standard Hooks): Correct typo.
8195 * gpl.texi (GPL): ifinfo -> ifnottex.
8197 2006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
8199 * searching.texi (Simple Match Data): Warn about match data being
8200 set anew by every search.
8202 2006-05-17 Richard Stallman <rms@gnu.org>
8204 * minibuf.texi (Minibuffer History): Clarify.
8206 * searching.texi (Regexp Special): Clarify nested regexp warning.
8208 2006-05-16 Kim F. Storm <storm@cua.dk>
8210 * minibuf.texi (Minibuffer History): Update add-to-history.
8212 2006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
8214 * nonascii.texi (Explicit Encoding):
8215 Fix typo (encoding<->decoding).
8217 2006-05-14 Richard Stallman <rms@gnu.org>
8219 * buffers.texi (Creating Buffers): Cleanup.
8221 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
8223 2006-05-13 Eli Zaretskii <eliz@gnu.org>
8225 * buffers.texi (Current Buffer): Document that with-temp-buffer
8228 * os.texi (Terminal-Specific): More accurate description of how
8229 Emacs searches for the terminal-specific libraries.
8231 2006-05-12 Eli Zaretskii <eliz@gnu.org>
8233 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
8234 emacs-xtra to @inforef's.
8236 * text.texi (Undo): Document that undo is turned off in buffers
8237 whose names begin with a space.
8239 * buffers.texi (Buffer Names): Add index entries for buffers whose
8240 names begin with a space.
8241 (Creating Buffers): Document that undo is turned off in buffers
8242 whose names begin with a space.
8244 * files.texi (Visiting Functions, Reading from Files)
8245 (Saving Buffers): Mention code and EOL conversions by file I/O
8246 primitives and subroutines.
8248 * nonascii.texi (Lisp and Coding Systems):
8249 Document coding-system-eol-type. Add index entries for eol conversion.
8251 * display.texi (Defining Faces): Mention `mac', and add an xref to
8252 where window-system is described.
8254 2006-05-10 Richard Stallman <rms@gnu.org>
8256 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
8258 2006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
8260 * variables.texi (File Local Variables): Recommend to quote lambda
8261 expressions in safe-local-variable property.
8263 2006-05-09 Richard Stallman <rms@gnu.org>
8265 * variables.texi (File Local Variables):
8266 Document safe-local-eval-forms and safe-local-eval-function.
8268 2006-05-07 Kim F. Storm <storm@cua.dk>
8270 * minibuf.texi (Minibuffer History): Remove keep-dups arg
8271 from add-to-history.
8273 2006-05-07 Romain Francoise <romain@orebokech.com>
8275 * commands.texi (Event Input Misc):
8276 * compile.texi (Eval During Compile):
8277 * internals.texi (Buffer Internals):
8278 * minibuf.texi (Initial Input):
8279 * nonascii.texi (Scanning Charsets):
8280 * numbers.texi (Comparison of Numbers):
8281 * windows.texi (Textual Scrolling, Vertical Scrolling):
8284 2006-05-06 Eli Zaretskii <eliz@gnu.org>
8286 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
8287 conditional xref's to either emacs or emacs-xtra, depending on
8290 * minibuf.texi (Minibuffer History): Document add-to-history.
8292 2006-05-05 Eli Zaretskii <eliz@gnu.org>
8294 * internals.texi (Pure Storage): Mention the pure overflow message
8297 2006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
8299 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
8300 (Searching Keymaps): Fix pseudo-Lisp description of keymap
8303 2006-05-01 Richard Stallman <rms@gnu.org>
8305 * intro.texi (nil and t): Clarify.
8307 * variables.texi (File Local Variables): Suggest using booleanp.
8309 2006-05-01 Juanma Barranquero <lekktu@gmail.com>
8311 * objects.texi (Type Predicates): Fix typos.
8313 2006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8315 * intro.texi (nil and t): Add booleanp.
8317 * objects.texi (Type Predicates): Add links for booleanp and
8320 2006-04-29 Richard Stallman <rms@gnu.org>
8322 * modes.texi (Multiline Font Lock): Rename from
8323 Multi line Font Lock Elements. Much clarification.
8324 (Font Lock Multiline, Region to Fontify): Much clarification.
8326 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8328 * variables.texi (File Local Variables): Remove the special case t for
8329 safe-local-variable.
8331 2006-04-26 Richard Stallman <rms@gnu.org>
8333 * syntax.texi (Parsing Expressions): Minor cleanup.
8335 2006-04-18 Richard Stallman <rms@gnu.org>
8337 * tips.texi (Coding Conventions): Explain when the package's
8338 prefix should appear later on (not at the start of the name).
8340 * searching.texi (String Search): Clarify effect of NOERROR.
8342 * modes.texi (Imenu): Clarify what special items do.
8344 * hooks.texi (Standard Hooks): Delete text about old hook names.
8346 2006-04-17 Romain Francoise <romain@orebokech.com>
8348 * variables.texi (Local Variables): Update the default value of
8351 2006-04-15 Michael Olson <mwolson@gnu.org>
8353 * processes.texi (Transaction Queues): Mention the new optional
8354 `delay-question' argument for `tq-enqueue'.
8356 2006-04-13 Bill Wohler <wohler@newt.com>
8358 * customize.texi (Common Keywords): Use dotted notation for
8359 :package-version value. Specify its values. Improve documentation
8360 for customize-package-emacs-version-alist.
8362 2006-04-12 Bill Wohler <wohler@newt.com>
8364 * customize.texi (Common Keywords): Move description of
8365 customize-package-emacs-version-alist to @defvar.
8367 2006-04-10 Bill Wohler <wohler@newt.com>
8369 * customize.texi (Common Keywords): Add :package-version.
8371 2006-04-10 Kim F. Storm <storm@cua.dk>
8373 * text.texi (Buffer Contents): Add NOPROPS arg to
8374 filter-buffer-substring.
8376 2006-04-08 Kevin Ryde <user42@zip.com.au>
8378 * os.texi (Command-Line Arguments): Update xref to emacs manual
8379 "Command Arguments" -> "Emacs Invocation", per change there.
8381 2006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
8383 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
8384 be on one line to help makeinfo not render two spaces after the dot.
8386 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
8388 * strings.texi (Predicates for Strings): Add string-or-null-p.
8390 2006-03-28 Kim F. Storm <storm@cua.dk>
8392 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
8393 remarks about systems that don't support fractional seconds.
8395 2006-03-25 Karl Berry <karl@gnu.org>
8397 * elisp.texi: Use @copyright{} instead of (C), and do not indent
8400 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
8402 * display.texi (Fringe Indicators): Fix typos.
8404 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
8406 * tips.texi (Documentation Tips): One can now also write `program'
8407 in front of a quoted symbol in a docstring to prevent making a
8410 2006-03-19 Alan Mackenzie <acm@muc.de>
8412 * text.texi (Special Properties): Clarify `fontified' property.
8414 2006-03-16 Richard Stallman <rms@gnu.org>
8416 * display.texi (Defining Images): Minor cleanup.
8418 2006-03-16 Bill Wohler <wohler@newt.com>
8420 * display.texi (Defining Images): In image-load-path-for-library,
8421 prefer user's images.
8423 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8425 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
8427 2006-03-15 Bill Wohler <wohler@newt.com>
8429 * display.texi (Defining Images): Fix example in
8430 image-load-path-for-library by not recommending that one binds
8431 image-load-path. Just defvar it to placate compiler and only use
8432 it if previously defined.
8434 2006-03-14 Bill Wohler <wohler@newt.com>
8436 * display.texi (Defining Images): In image-load-path-for-library,
8437 always return list of directories. Update example.
8439 2006-03-14 Alan Mackenzie <acm@muc.de>
8441 * modes.texi: New node, "Region to Fontify" (for Font Lock).
8442 This describes font-lock-extend-region-function.
8443 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
8444 the new node "Region to Fontify".
8446 2006-03-13 Richard Stallman <rms@gnu.org>
8448 * display.texi (Invisible Text): The impossible position is
8449 now before the invisible text, not after.
8450 (Defining Images): Clean up last change.
8452 2006-03-11 Bill Wohler <wohler@newt.com>
8454 * display.texi (Defining Images): Add image-load-path-for-library.
8456 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
8458 * text.texi (Adaptive Fill): Fix Texinfo usage.
8460 * strings.texi (Creating Strings): Fix Texinfo usage.
8462 * searching.texi (Regexp Special): Use @samp for regular
8463 expressions that are not in Lisp syntax.
8465 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
8467 * searching.texi (Regexp Special): Put remark between parentheses
8468 to avoid misreading.
8470 2006-03-07 Luc Teirlinck <teirllm@auburn.edu>
8472 * searching.texi (Syntax of Regexps): More accurately describe
8473 which characters are special in which situations.
8474 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
8475 are not special. Describe in detail when `[' and `]' are special.
8476 (Regexp Backslash): Plenty of regexps with unbalanced square
8477 brackets are valid, so reword that statement.
8479 2006-03-02 Kim F. Storm <storm@cua.dk>
8481 * keymaps.texi (Tool Bar): Add tool-bar-border.
8483 2006-02-28 Luc Teirlinck <teirllm@auburn.edu>
8485 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
8487 2006-02-27 Luc Teirlinck <teirllm@auburn.edu>
8489 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
8491 * files.texi (Locating Files): Suggest additional values for the
8492 SUFFIXES arg of `locate-file'. Update pxref.
8494 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
8495 (How Programs Do Loading): Discuss the effects of Auto Compression
8497 (Load Suffixes): New node.
8498 (Library Search): Delete description of `load-suffixes'; it was
8499 moved to "Load Suffixes".
8500 (Autoload, Named Features): Mention `load-suffixes'.
8502 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8504 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
8506 * windows.texi (Window Tree): Fix typo.
8508 2006-02-20 Kim F. Storm <storm@cua.dk>
8510 * display.texi (Fringe Indicators): New section.
8511 Move indicate-empty-lines, indicate-buffer-boundaries, and
8512 default-indicate-buffer-boundaries here.
8513 Add fringe-indicator-alist and default-fringes-indicator-alist.
8514 Add list of logical fringe indicator symbols.
8515 Update list of standard bitmap names.
8516 (Fringe Cursors): New section.
8517 Move overflow-newline-into-fringe here.
8518 Add fringe-cursor-alist and default-fringes-cursor-alist.
8519 Add list of fringe cursor symbols.
8521 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
8523 * commands.texi (Using Interactive): Fix reference to node
8526 2006-02-19 Richard M. Stallman <rms@gnu.org>
8528 * minibuf.texi (High-Level Completion):
8529 Add xref to read-input-method-name.
8531 * files.texi (Relative File Names): Move file-relative-name here.
8532 (File Name Expansion): From here. Minor clarifications.
8534 * commands.texi (Using Interactive): Add xrefs about reading input.
8535 Clarify remarks about that moving point and mark.
8536 Put string case before list case.
8538 2006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
8540 * display.texi (Other Display Specs, Image Descriptors):
8541 Revert erroneous changes. The previous description of
8542 image-descriptors as `(image . PROPS)' was correct.
8544 2006-02-14 Richard M. Stallman <rms@gnu.org>
8546 * variables.texi (File Local Variables): Clarifications.
8548 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
8550 * variables.texi (File Local Variables): Use @code for a cons
8553 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
8555 * variables.texi (File Local Variables): Document new file local
8558 2006-02-10 Kim F. Storm <storm@cua.dk>
8560 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
8562 2006-02-08 Juanma Barranquero <lekktu@gmail.com>
8564 * modes.texi (%-Constructs): Remove obsolete info about
8565 `global-mode-string'.
8567 2006-02-07 Richard M. Stallman <rms@gnu.org>
8569 * commands.texi (Prefix Command Arguments): Minor cleanup.
8571 * display.texi: "Graphical display", not window system.
8573 * functions.texi (What Is a Function): Fix xref.
8575 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
8576 (Changing Key Bindings): Clarify when remapping is better than
8577 substitute-key-definition.
8579 2006-02-02 Richard M. Stallman <rms@gnu.org>
8581 * minibuf.texi (Basic Completion): Completion alists are risky.
8583 * keymaps.texi (Active Keymaps): Clarifications.
8584 (Searching Keymaps): New node.
8585 (Keymaps): Update menu.
8587 * frames.texi (Layout Parameters): Minor clarification.
8588 (Drag and Drop): New node.
8589 (Frames): Update menu.
8591 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
8593 * display.texi (Other Display Specs, Image Descriptors):
8594 Image description is a list, not a cons cell.
8596 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
8598 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
8599 list is not necessarily a list).
8601 2006-01-27 Eli Zaretskii <eliz@gnu.org>
8603 * frames.texi (Layout Parameters): border-width and
8604 internal-border-width belong to the frame, not the window.
8606 2006-01-19 Richard M. Stallman <rms@gnu.org>
8608 * nonascii.texi (Translation of Characters): Search cmds use
8609 translation-table-for-input. Automatically made local.
8611 * markers.texi (Overview of Markers): Count insertion type
8612 as one of a marker's attributes.
8614 * keymaps.texi (Controlling Active Maps): New node, split out of
8616 (Keymaps): Menu updated.
8617 (Active Keymaps): Give pseudocode to explain how the active
8618 maps are searched. current-active-maps and key-binding moved here.
8619 (Functions for Key Lookup): current-active-maps and key-binding moved.
8621 (Searching the Keymaps): New subnode.
8623 * elisp.texi (Top): Menu clarification.
8625 * display.texi (Other Display Specs): Delete duplicate entry for
8626 just a string as display spec. Move text about recursive display
8627 specs on such a string.
8629 * commands.texi (Key Sequence Input): Clarify.
8630 Move num-nonmacro-input-events out.
8631 (Reading One Event): num-nonmacro-input-events moved here.
8633 2006-01-14 Nick Roberts <nickrob@snap.net.nz>
8635 * advice.texi (Simple Advice): Update example to fit argument
8636 change in previous-line.
8638 2006-01-05 Richard M. Stallman <rms@gnu.org>
8640 * markers.texi (The Mark): Fix in `mark'.
8642 2006-01-04 Richard M. Stallman <rms@gnu.org>
8644 * processes.texi (Misc Network, Make Network): Minor cleanups.
8646 2006-01-04 Kim F. Storm <storm@cua.dk>
8648 * processes.texi (Make Network): Add IPv6 addresses and handling.
8649 (Network Feature Testing): Mention (:family ipv6).
8650 (Misc Network): Add IPv6 formats to format-network-address.
8652 2005-12-30 Richard M. Stallman <rms@gnu.org>
8654 * text.texi (Changing Properties):
8655 Don't use return value of set-text-properties.
8657 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
8659 * modes.texi (Mode Line Format): Correct typo in menu.
8661 2005-12-29 Richard M. Stallman <rms@gnu.org>
8663 * modes.texi (Mode Line Top): New node.
8664 (Mode Line Data): Some text moved to new node.
8665 Explain the data structure more concretely.
8666 (Mode Line Basics): Clarifications.
8667 (Mode Line Variables): Clarify intro paragraph.
8668 (%-Constructs): Clarify intro paragraph.
8669 (Mode Line Format): Update menu.
8671 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
8673 * minibuf.texi (Basic Completion): Update lazy-completion-table
8674 examples for removal of ARGS argument.
8676 2005-12-23 Richard M. Stallman <rms@gnu.org>
8678 * text.texi (Undo): Restore some explanation from the version
8681 2005-12-23 Eli Zaretskii <eliz@gnu.org>
8683 * text.texi (Undo): Remove duplicate descriptions of `apply
8684 funname' and `apply delta' elements of the undo list.
8686 2005-12-20 Richard M. Stallman <rms@gnu.org>
8688 * help.texi (Help Functions): Update documentation of `apropos'.
8690 2005-12-20 Luc Teirlinck <teirllm@auburn.edu>
8692 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
8693 because it is confusing. If the :help-echo keyword is a function,
8694 it is not directly used as the :help-echo overlay property, as the
8695 xref seems to suggest (it does not take the appropriate args).
8697 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
8699 * customize.texi (Common Keywords): Fix Texinfo usage.
8700 (Group Definitions, Variable Definitions): Update for new
8701 conventions for using `*' in docstrings.
8703 * tips.texi (Documentation Tips): Update for new conventions for
8704 using `*' in docstrings.
8706 2005-12-16 Richard M. Stallman <rms@gnu.org>
8708 * minibuf.texi (Minibuffer Contents): Minor cleanup.
8710 2005-12-16 Juri Linkov <juri@jurta.org>
8712 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
8714 2005-12-14 Romain Francoise <romain@orebokech.com>
8716 * modes.texi (Customizing Keywords): Rename `append' to `how'.
8719 2005-12-11 Juri Linkov <juri@jurta.org>
8721 * minibuf.texi (Completion Commands): Add mention of read-file-name
8722 for filename completion keymaps.
8723 (Reading File Names): Add mention of filename completion keymaps
8724 for read-file-name and xref to `Completion Commands'.
8726 2005-12-10 Richard M. Stallman <rms@gnu.org>
8728 * customize.texi (Common Keywords): State caveats for use of :tag.
8730 2005-12-08 Richard M. Stallman <rms@gnu.org>
8732 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
8733 with xrefs and better explanation.
8734 (Completion Commands): Add the filename completion maps.
8736 * objects.texi (Character Type): Clarify that \s is not space
8739 2005-12-05 Richard M. Stallman <rms@gnu.org>
8741 * windows.texi (Resizing Windows): Delete preserve-before args.
8743 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
8745 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
8746 in full keymaps, since the quirk has been fixed.
8748 2005-12-03 Eli Zaretskii <eliz@gnu.org>
8750 * hooks.texi (Standard Hooks): Add index entries.
8751 Mention `compilation-finish-functions'.
8753 2005-11-27 Richard M. Stallman <rms@gnu.org>
8755 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
8757 2005-11-21 Juri Linkov <juri@jurta.org>
8759 * customize.texi (Common Keywords): Update links types
8760 custom-manual and url-link. Add link types emacs-library-link,
8761 file-link, function-link, variable-link, custom-group-link.
8763 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
8765 * display.texi: Revert 2005-11-20 change.
8767 2005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
8769 * processes.texi (Bindat Functions):
8770 Say "third" to refer to zero-based index "2".
8772 2005-11-18 Luc Teirlinck <teirllm@auburn.edu>
8774 * loading.texi (Library Search): Update the default value of
8777 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
8779 * display.texi (Attribute Functions): Mention :ignore-defface.
8781 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8783 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
8784 (Minor Mode Conventions): Mention the use of a hook.
8786 2005-11-06 Richard M. Stallman <rms@gnu.org>
8788 * files.texi (Magic File Names): find-file-name-handler checks the
8789 `operations' property of the handler.
8791 2005-11-03 Richard M. Stallman <rms@gnu.org>
8793 * variables.texi (Frame-Local Variables): Small clarification.
8795 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
8797 * os.texi (Init File): Document ~/.emacs.d/init.el.
8799 2005-10-29 Richard M. Stallman <rms@gnu.org>
8801 * internals.texi (Garbage Collection): Document memory-full.
8803 2005-10-28 Bill Wohler <wohler@newt.com>
8805 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
8808 2005-10-28 Richard M. Stallman <rms@gnu.org>
8810 * minibuf.texi (Completion Commands): Clean up prev change.
8812 2005-10-26 Kevin Ryde <user42@zip.com.au>
8814 * compile.texi (Eval During Compile): Explain recommended uses
8815 of eval-when-compile and eval-and-compile.
8817 2005-10-27 Masatake YAMATO <jet@gyve.org>
8819 * minibuf.texi (Completion Commands):
8820 Write about new optional argument for `display-completion-list'.
8822 2005-10-23 Richard M. Stallman <rms@gnu.org>
8824 * display.texi (Overlay Arrow): Clarify about local bindings of
8825 overlay-arrow-position.
8827 2005-10-22 Eli Zaretskii <eliz@gnu.org>
8829 * internals.texi (Building Emacs): Fix last change.
8831 2005-10-22 Richard M. Stallman <rms@gnu.org>
8833 * internals.texi (Building Emacs): Document eval-at-startup.
8835 2005-10-21 Richard M. Stallman <rms@gnu.org>
8837 * loading.texi (Where Defined): load-history contains abs file names.
8838 symbol-file returns abs file names.
8840 2005-10-19 Kim F. Storm <storm@cua.dk>
8842 * display.texi (Showing Images): Add max-image-size integer value.
8844 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
8846 * display.texi (Showing Images): Document max-image-size.
8848 2005-10-17 Richard M. Stallman <rms@gnu.org>
8850 * commands.texi (Quitting): Minor clarification.
8852 * processes.texi (Sentinels): Clarify about output and quitting.
8853 (Filter Functions): Mention with-local-quit.
8855 2005-10-17 Juri Linkov <juri@jurta.org>
8857 * buffers.texi (Current Buffer):
8858 * commands.texi (Event Input Misc):
8859 * compile.texi (Eval During Compile, Compiler Errors):
8860 * customize.texi (Group Definitions):
8861 * display.texi (Progress, Defining Faces):
8862 * files.texi (Writing to Files):
8863 * modes.texi (Mode Hooks, Defining Minor Modes):
8864 * streams.texi (Output Functions):
8865 * syntax.texi (Syntax Table Functions):
8866 * text.texi (Change Hooks):
8867 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
8869 * commands.texi (Quitting): Replace arg `forms' with `body' in
8872 * positions.texi (Excursions): Replace arg `forms' with `body' in
8875 2005-10-08 Kim F. Storm <storm@cua.dk>
8877 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
8878 Rename manual section accordingly.
8880 2005-10-04 Kim F. Storm <storm@cua.dk>
8882 * windows.texi (Window Split Tree): New section describing
8883 new function window-split-tree function.
8885 2005-10-03 Nick Roberts <nickrob@snap.net.nz>
8887 * display.texi (Fringe Size/Pos): Simplify and add detail.
8889 2005-09-30 Romain Francoise <romain@orebokech.com>
8891 * minibuf.texi (High-Level Completion): Explain that the prompt
8892 given to `read-buffer' should end with a colon and a space.
8893 Update usage examples.
8895 2005-09-29 Juri Linkov <juri@jurta.org>
8897 * display.texi (Displaying Messages): Rename argument name
8898 `string' to `format-string' in functions `message', `message-box',
8901 2005-09-26 Chong Yidong <cyd@stupidchicken.com>
8903 * errors.texi (Standard Errors): Correct xrefs.
8905 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
8907 * display.texi (Defining Images): Update documentation for
8910 2005-09-17 Richard M. Stallman <rms@gnu.org>
8912 * display.texi (Defining Images): Clean up previous change.
8914 2005-09-16 Romain Francoise <romain@orebokech.com>
8916 * elisp.texi: Specify GFDL version 1.2.
8918 * doclicense.texi (GNU Free Documentation License): Update to
8921 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
8923 * display.texi (Defining Images): Document `image-load-path'.
8925 2005-09-15 Richard M. Stallman <rms@gnu.org>
8927 * objects.texi (Printed Representation): Minor cleanup.
8928 (Box Diagrams): Minor fix.
8929 (Cons Cell Type): Move (...) index item here.
8930 (Box Diagrams): From here.
8931 (Array Type): Minor fix.
8932 (Type Predicates): Delete index "predicates".
8933 (Hash Table Type): Clarify xref.
8934 (Dotted Pair Notation): Minor fix.
8936 2005-09-10 Chong Yidong <cyd@stupidchicken.com>
8938 * files.texi (Saving Buffers): Fix typo.
8940 2005-09-08 Richard M. Stallman <rms@gnu.org>
8942 * tips.texi (Programming Tips): Correct the "default" prompt spec.
8944 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
8946 * locals.texi (Standard Buffer-Local Variables): Don't include
8947 mode variables for minor modes.
8948 Fix xrefs for buffer-display-count, buffer-display-table,
8949 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
8950 enable-multibyte-characters, fill-column, header-line-format,
8951 left-fringe-width, left-margin, and right-fringe-width.
8953 * hooks.texi (Standard Hooks): All hooks should conform to the
8954 standard naming convention now.
8955 Fix xref for `echo-area-clear-hook'.
8957 * display.texi (Usual Display): Note that indicate-empty-lines and
8958 tab-width are buffer-local.
8960 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
8962 * modes.texi (Mode Help): Note that major-mode is buffer-local.
8964 * nonascii.texi (Encoding and I/O): Note that
8965 buffer-file-coding-system is buffer-local.
8967 * positions.texi (List Motion): Note that defun-prompt-regexp is
8970 * text.texi (Auto Filling): Note that auto-fill-function is
8972 (Undo): Note that buffer-undo-list is buffer-local.
8974 * windows.texi (Buffers and Windows):
8975 Document buffer-display-count.
8977 2005-09-06 Richard M. Stallman <rms@gnu.org>
8979 * tips.texi (Coding Conventions): Sometimes it is ok to put the
8980 package prefix elsewhere than at the start of the name.
8982 2005-09-03 Richard M. Stallman <rms@gnu.org>
8984 * tips.texi (Programming Tips): Add conventions for minibuffer
8985 questions and prompts.
8987 2005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
8989 * intro.texi (nil and t): Minor cleanup.
8990 Delete spurious mention of keyword symbols.
8991 (Evaluation Notation): Add index entry.
8992 (A Sample Function Description): Minor cleanup.
8993 (A Sample Variable Description): Not all vars can be set.
8995 2005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
8997 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
8999 (Insertion): Document precise type of `insert-char' arg COUNT.
9001 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
9003 * modes.texi (Other Font Lock Variables): Sync the default of
9004 font-lock-lines-before.
9006 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
9008 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
9010 2005-08-29 Richard M. Stallman <rms@gnu.org>
9012 * elisp.texi (Top): Update subnode menu.
9014 * searching.texi (Searching and Matching): Move node.
9015 Rearrange contents and add overall explanation.
9016 (Searching and Case): Move node.
9017 (Searching and Matching): Update menu.
9019 2005-08-27 Eli Zaretskii <eliz@gnu.org>
9021 * os.texi (Startup Summary): Fix the description of the initial
9022 startup message display.
9024 2005-08-25 Richard M. Stallman <rms@gnu.org>
9026 * searching.texi (Search and Replace): Add replace-regexp-in-string.
9028 2005-08-25 Emilio C. Lopes <eclig@gmx.net>
9030 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
9031 `next-overlay-change' example.
9033 2005-08-22 Juri Linkov <juri@jurta.org>
9035 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
9036 Fix invert-face. Fix args of face-background.
9038 * display.texi (Standard Faces): Delete node.
9039 (Faces): Add xref to `(emacs)Standard Faces'.
9040 (Displaying Faces): Fix xref to `Standard Faces'.
9042 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
9044 2005-08-20 Alan Mackenzie <acm@muc.de>
9046 * buffers.texi (The Buffer List): Clarify the manipulation of the
9049 2005-08-14 Richard M. Stallman <rms@gnu.org>
9051 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
9054 2005-08-11 Richard M. Stallman <rms@gnu.org>
9056 * elisp.texi (Top): Update subnode lists.
9058 * display.texi (Inverse Video): Node deleted.
9060 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
9061 New nodes split out of Coding Conventions.
9063 * searching.texi (Regular Expressions): Document re-builder.
9065 * os.texi (Time Parsing): New node split out of Time Conversion.
9067 * processes.texi (Misc Network, Network Feature Testing)
9068 (Network Options, Make Network): New nodes split out of
9071 2005-08-09 Richard M. Stallman <rms@gnu.org>
9073 * frames.texi (Geometry): New node, split from Size and Position.
9074 (Frame Parameters): Refer to Geometry.
9076 * buffers.texi (The Buffer List): Fix xrefs.
9078 * windows.texi (Splitting Windows): Fix xref.
9080 * frames.texi (Layout Parameters): Add xref.
9082 * display.texi (Line Height, Scroll Bars): Fix xrefs.
9084 * keymaps.texi (Menu Bar): Fix xref.
9086 * locals.texi (Standard Buffer-Local Variables): Fix xref.
9088 * modes.texi (%-Constructs): Fix xref.
9090 * frames.texi (Window Frame Parameters): Node split up.
9091 (Basic Parameters, Position Parameters, Size Parameters)
9092 (Layout Parameters, Buffer Parameters, Management Parameters)
9093 (Cursor Parameters, Color Parameters): New subnodes.
9095 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
9097 * positions.texi (Screen Lines): Update xref for previous change
9100 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
9101 change in minibuf.texi.
9103 2005-08-09 Richard M. Stallman <rms@gnu.org>
9105 * tips.texi (Coding Conventions): Minor cleanup.
9107 * modes.texi (Defining Minor Modes): Explain when init-value
9110 * elisp.texi (Top): Update submenu for Minibuffer.
9112 * minibuf.texi (Minibuffer Misc): Node split up.
9113 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
9114 (Recursive Mini): New nodes split out from Minibuffer Misc.
9115 (Minibuffer Misc): Document max-mini-window-height.
9117 * hash.texi (Defining Hash): Delete stray paren in example.
9119 * display.texi (Echo Area Customization): Don't define
9120 max-mini-window-height here; xref instead.
9122 * commands.texi (Event Input Misc): Update while-no-input.
9124 * advice.texi (Advising Functions): Explain when to use advice
9125 and when to use a hook.
9127 2005-07-30 Eli Zaretskii <eliz@gnu.org>
9129 * makefile.w32-in (info): Don't run install-info.
9130 ($(infodir)/dir): New target, produced by running install-info.
9132 2005-07-27 Luc Teirlinck <teirllm@auburn.edu>
9134 * modes.texi (Defining Minor Modes): The keyword for the initial
9135 value is :init-value, not :initial-value.
9137 2005-07-23 Eli Zaretskii <eliz@gnu.org>
9139 * loading.texi (Autoload): Make the `doctor' example be consistent
9140 with what's in current loaddefs.el. Describe the "fn" magic in
9141 the usage portion of the doc string.
9143 2005-07-22 Richard M. Stallman <rms@gnu.org>
9145 * internals.texi (Garbage Collection): Clarify previous change.
9147 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
9149 * internals.texi (Garbage Collection): Add gc-cons-percentage.
9151 2005-07-18 Juri Linkov <juri@jurta.org>
9153 * commands.texi (Accessing Events):
9154 * frames.texi (Text Terminal Colors, Resources):
9155 * markers.texi (The Mark):
9156 * modes.texi (Defining Minor Modes):
9157 Delete duplicate duplicate words.
9159 2005-07-16 Richard M. Stallman <rms@gnu.org>
9161 * display.texi (Managing Overlays): Clarify make-overlay
9162 args for insertion types.
9164 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
9166 * customize.texi (Variable Definitions):
9167 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
9168 `standard-value' is a list too.
9169 (Defining New Types): Use @key{RET} instead of @key{ret}.
9171 2005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
9173 * os.texi (Translating Input): Fix typo.
9175 2005-07-08 Richard M. Stallman <rms@gnu.org>
9177 * README: Update edition number and size estimate.
9179 * elisp.texi (VERSION): Set to 2.9.
9181 2005-07-07 Richard M. Stallman <rms@gnu.org>
9183 * book-spine.texinfo: Update Emacs version.
9185 * display.texi (Inverse Video): Delete mode-line-inverse-video.
9187 2005-07-06 Richard M. Stallman <rms@gnu.org>
9189 * searching.texi (Regexp Search): Clarify what re-search-forward
9190 does when the search fails.
9192 2005-07-05 Lute Kamstra <lute@gnu.org>
9194 * Update FSF's address in GPL notices.
9196 * doclicense.texi (GNU Free Documentation License):
9198 * tips.texi (Coding Conventions, Library Headers):
9200 * vol2.texi: Update FSF's address.
9202 2005-07-04 Richard M. Stallman <rms@gnu.org>
9204 * hooks.texi (Standard Hooks): Add occur-hook.
9206 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
9208 * display.texi (The Echo Area): Correct menu.
9210 2005-07-03 Richard M. Stallman <rms@gnu.org>
9212 * elisp.texi (Top): Update subnode menu for Display.
9214 * display.texi (Displaying Messages): New node, with most
9215 of what was in The Echo Area.
9216 (Progress): Move under The Echo Area.
9217 (Logging Messages): New node with new text.
9218 (Echo Area Customization): New node, the rest of what was
9219 in The Echo Area. Document message-truncate-lines with @defvar.
9220 (Display): Update menu.
9222 * windows.texi (Textual Scrolling): Doc 3 values for
9223 scroll-preserve-screen-position.
9225 * text.texi (Special Properties): Change hook functions
9226 should bind inhibit-modification-hooks around altering buffer text.
9228 * keymaps.texi (Key Binding Commands): Call binding BINDING
9229 rather than DEFINITION.
9231 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
9233 * variables.texi (Defining Variables): `user-variable-p' returns t
9234 for aliases of user options, nil for alias loops.
9236 2005-06-28 Richard M. Stallman <rms@gnu.org>
9238 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
9241 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
9243 * variables.texi (Setting Variables): Correct and clarify
9244 description of `add-to-ordered-list'.
9246 2005-06-26 Richard M. Stallman <rms@gnu.org>
9248 * display.texi (Faces): Minor cleanup.
9250 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
9252 * display.texi (Faces): `facep' returns t for strings that are
9255 2005-06-25 Richard M. Stallman <rms@gnu.org>
9257 * objects.texi (Equality Predicates): Clarify meaning of equal.
9259 * windows.texi (Selecting Windows): save-selected-window
9260 and with-selected-window save and restore the current buffer.
9262 2005-06-24 Richard M. Stallman <rms@gnu.org>
9264 * numbers.texi (Float Basics): Explain how to test for NaN,
9265 and printing the sign of NaNs.
9267 2005-06-24 Eli Zaretskii <eliz@gnu.org>
9269 * makefile.w32-in (MAKEINFO): Use --force.
9271 2005-06-23 Richard M. Stallman <rms@gnu.org>
9273 * display.texi (Face Functions): Correct Texinfo usage.
9275 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
9277 * lists.texi (Rings): `ring-elements' now returns the elements of
9280 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
9282 * markers.texi (The Mark): Texinfo usage fix.
9284 2005-06-23 Kim F. Storm <storm@cua.dk>
9286 * searching.texi (Entire Match Data): Remove evaporate option for
9287 match-data. Do not mention evaporate option for set-match-data.
9289 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
9291 * display.texi (Face Functions): Mention face aliases.
9293 2005-06-21 Richard M. Stallman <rms@gnu.org>
9295 * anti.texi (Antinews): Texinfo usage fix.
9297 2005-06-21 Karl Berry <karl@gnu.org>
9299 * elisp.texi: Use @copying.
9301 * elisp.texi: Put @summarycontents and @contents before the Top
9302 node, instead of the end of the file, so that the contents appear
9303 in the right place in the dvi/pdf output.
9305 2005-06-21 Juri Linkov <juri@jurta.org>
9307 * display.texi (Defining Faces): Add `customized-face'.
9309 2005-06-20 Kim F. Storm <storm@cua.dk>
9311 * variables.texi (Setting Variables): Any type of element can be
9312 given order in add-to-ordered-list. Compare elements with eq.
9314 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
9316 2005-06-20 Karl Berry <karl@gnu.org>
9318 * syntax.texi (Syntax Flags): Make last column very slightly wider
9319 to avoid "generic comment" breaking on two lines and causing an
9322 2005-06-19 Luc Teirlinck <teirllm@auburn.edu>
9324 * lists.texi (Rings): Various minor clarifications and corrections.
9326 2005-06-18 Richard M. Stallman <rms@gnu.org>
9328 * functions.texi (Obsolete Functions): Simplify.
9330 * variables.texi (Variable Aliases): Simplify.
9332 * anti.texi, backups.texi, compile.texi, customization.texi:
9333 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
9334 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
9335 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
9336 * variables.texi: Fix formatting ugliness.
9338 * elisp.texi: Add links to Rings and Byte Packing.
9339 Update version and copyright years.
9341 * minibuf.texi: Fix formatting ugliness.
9342 (Completion Commands): Move keymap vars to the end
9343 and vars completing-read binds to the top.
9345 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
9347 * processes.texi: Fix typos.
9348 (Bindat Spec): Correct Texinfo error.
9349 (Byte Packing): Fix ungrammatical sentence.
9351 2005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
9353 * lists.texi (Rings): New node.
9354 (Lists): Add it to menu.
9356 * processes.texi (Byte Packing): New node.
9357 (Processes): Add it to menu.
9359 2005-06-17 Richard M. Stallman <rms@gnu.org>
9361 * syntax.texi (Parsing Expressions): Fix texinfo usage.
9363 * help.texi (Documentation Basics): Explain the xref to
9366 * debugging.texi (Debugger Commands): Minor fix.
9368 2005-06-16 Luc Teirlinck <teirllm@auburn.edu>
9370 * edebug.texi (Instrumenting): Eliminate duplicate link.
9371 (Specification List): Replace references to "below", referring to
9372 a later node, with one @ref to that node.
9374 * os.texi (Timers): Timers should save and restore the match data
9377 * debugging.texi (Debugger Commands): Mention that the Lisp
9378 debugger can not step through primitive functions.
9380 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
9382 * functions.texi (Obsolete Functions): Update argument names of
9383 `make-obsolete' and `define-obsolete-function-alias'.
9385 * variables.texi (Variable Aliases): Update argument names of
9386 `defvaralias', `make-obsolete-variable' and
9387 `define-obsolete-variable-alias'.
9389 2005-06-15 Kim F. Storm <storm@cua.dk>
9391 * searching.texi (Entire Match Data): Rephrase warnings about
9392 evaporate arg to match-data and set-match-data.
9394 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
9396 * elisp.texi (Top): Update detailed menu.
9398 * edebug.texi (Edebug): Update menu.
9399 (Instrumenting): Update xrefs.
9400 (Edebug Execution Modes): Correct xref.
9401 (Jumping): Clarify description of `h' command.
9402 Eliminate redundant @ref.
9404 (Breakpoints): Is now a subsubsection.
9405 (Global Break Condition): Mention `C-x X X'.
9406 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
9407 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
9408 (Edebug Display Update): Correct pxref.
9409 (Edebug and Macros): New node.
9410 (Instrumenting Macro Calls): Is now a subsubsection.
9411 Neither arg of `def-edebug-spec' is evaluated.
9412 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
9413 (Specification Examples): Fix typo.
9415 2005-06-14 Lute Kamstra <lute@gnu.org>
9417 * debugging.texi (Function Debugging): Primitives can break on
9420 2005-06-14 Kim F. Storm <storm@cua.dk>
9422 * variables.texi (Setting Variables): Add add-to-ordered-list.
9424 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9426 * syntax.texi (Parsing Expressions): Document aux functions and vars of
9427 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
9429 2005-06-13 Lute Kamstra <lute@gnu.org>
9431 * text.texi (Special Properties): Fix cross reference.
9433 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
9435 * debugging.texi (Function Debugging): Delete mention of empty
9436 string argument to `cancel-debug-on-entry'. Delete inaccurate
9437 description of the return value of that command.
9439 2005-06-11 Alan Mackenzie <acm@muc.de>
9441 * text.texi (Adaptive Fill): Amplify the description of
9442 fill-context-prefix.
9444 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
9446 * syntax.texi (Parsing Expressions): Fix Texinfo error.
9448 2005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9450 * syntax.texi (Parsing Expressions): Document syntax-ppss.
9452 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
9454 * debugging.texi (Error Debugging): Minor rewording.
9455 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
9458 2005-06-10 Lute Kamstra <lute@gnu.org>
9460 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
9461 (Top): Give it a title. Correct version number. Give the
9462 detailed node listing a more prominent header.
9463 * intro.texi: Don't set VERSION here a second time.
9464 Mention Emacs's version too.
9465 * anti.texi (Antinews): Use EMACSVER to refer to the current
9468 2005-06-09 Kim F. Storm <storm@cua.dk>
9470 * searching.texi (Entire Match Data): Explain new `reseat' argument to
9471 match-data and set-match-data.
9473 2005-06-08 Richard M. Stallman <rms@gnu.org>
9475 * searching.texi (Entire Match Data): Clarify when match-data
9476 returns markers and when integers.
9478 * display.texi (Defining Faces): Explain that face name should not
9481 * modes.texi (Mode Line Data): Minor cleanup.
9482 (Customizing Keywords): Node split out of Search-based Fontification.
9483 Add example of using font-lock-add-keywords from a hook.
9484 Clarify when MODE should be non-nil, and when nil.
9486 2005-06-06 Richard M. Stallman <rms@gnu.org>
9488 * modes.texi (Mode Line Data): Explain what happens when the car
9489 of a list is a void symbol.
9490 (Search-based Fontification): Explain MODE arg to
9491 font-lock-add-keywords and warn about calls from major modes.
9493 2005-06-08 Juri Linkov <juri@jurta.org>
9495 * display.texi (Standard Faces): Add `shadow' face.
9497 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
9499 * modes.texi (Major Mode Conventions): A derived mode only needs
9500 to put the call to the parent mode inside `delay-mode-hooks'.
9502 2005-05-29 Richard M. Stallman <rms@gnu.org>
9504 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
9505 new, and what that implies. Clarify.
9507 * files.texi (Locating Files): Clean up the text.
9509 * frames.texi (Window Frame Parameters): Document user-size.
9510 Shorten entry for top by referring to left.
9512 2005-05-26 Richard M. Stallman <rms@gnu.org>
9514 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
9515 is new, and what the implications are. Other clarifications.
9517 2005-05-24 Richard M. Stallman <rms@gnu.org>
9519 * frames.texi (Dialog Boxes): Minor fixes.
9521 2005-05-25 Masatake YAMATO <jet@gyve.org>
9523 * display.texi (Standard Faces): Write about `mode-line-highlight'.
9525 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
9527 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
9530 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
9532 * frames.texi (Dialog Boxes): Describe new optional argument.
9534 2005-05-23 Lute Kamstra <lute@gnu.org>
9536 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
9537 syntax-begin-function over font-lock-beginning-of-syntax-function.
9539 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
9541 * minibuf.texi (Reading File Names): Update description of
9542 `read-directory-name'.
9544 * modes.texi (Derived Modes): Clarify :group keyword.
9546 2005-05-21 Eli Zaretskii <eliz@gnu.org>
9548 * files.texi (Locating Files): New subsection.
9549 Describe locate-file and executable-find.
9551 2005-05-21 Kevin Ryde <user42@zip.com.au>
9553 * frames.texi (Initial Parameters): Update cross reference to
9556 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
9558 * keymaps.texi (Active Keymaps): Add anchor.
9560 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
9561 (Major Mode Conventions): Refer to `Auto Major Mode' in more
9563 (Derived Modes): Small clarifications.
9564 (Minor Mode Conventions, Keymaps and Minor Modes):
9565 Replace references to nodes with references to anchors.
9566 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
9567 Clarify description of lists whose first element is an integer.
9568 (Mode Line Variables): Add anchor.
9569 (%-Constructs): Clarify description of integer after %.
9570 (Emulating Mode Line): Describe nil value for FACE.
9572 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
9574 * modes.texi (Derived Modes): Correct references to non-existing
9575 variable standard-syntax-table.
9577 2005-05-17 Lute Kamstra <lute@gnu.org>
9579 * modes.texi (Defining Minor Modes): Mention the mode hook.
9581 2005-05-15 Kim F. Storm <storm@cua.dk>
9583 * processes.texi (Network): Remove open-network-stream-nowait.
9584 (Network Servers): Remove open-network-stream-server.
9586 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
9588 * elisp.texi (Top): Update detailed menu.
9590 * variables.texi: Reorder nodes.
9591 (Variables): Update menu.
9592 (File Local Variables): Do not refer to the `-*-' line as
9593 a "local variables list". Add pxref.
9595 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
9597 * elisp.texi (Top): Update detailed menu for node changes.
9599 * modes.texi (Modes): Update Menu.
9600 (Hooks): Move to beginning of chapter.
9601 Most minor modes run mode hooks too.
9602 `add-hook' can handle void hooks or hooks whose value is a single
9604 (Major Modes): Update Menu.
9605 (Major Mode Basics): New node, split off from `Major Modes'.
9606 (Major Mode Conventions): Correct xref. Explain how to handle
9607 auto-mode-alist if the major mode command has an autoload cookie.
9608 (Auto Major Mode): Major update. Add magic-mode-alist.
9609 (Derived Modes): Major update.
9610 (Mode Line Format): Update Menu.
9611 (Mode Line Basics): New node, split off from `Mode Line Format'.
9613 * loading.texi (Autoload): Mention `autoload cookie' as synonym
9614 for `magic autoload comment'. Add index entries and anchor.
9616 2005-05-14 Richard M. Stallman <rms@gnu.org>
9618 * tips.texi (Coding Conventions): Explain how important it is
9619 that just loading certain files not change Emacs behavior.
9621 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
9623 2005-05-12 Lute Kamstra <lute@gnu.org>
9625 * modes.texi (Generic Modes): Update.
9626 (Major Modes): Refer to node "Generic Modes".
9628 * elisp.texi (Top): Update to the current structure of the manual.
9629 * processes.texi (Processes): Add menu description.
9630 * customize.texi (Customization): Add menu descriptions.
9632 2005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
9634 * processes.texi (Signals to Processes)
9635 (Low-Level Network): Fix typos.
9637 2005-05-11 Lute Kamstra <lute@gnu.org>
9639 * elisp.texi (Top): Add some nodes from the chapter "Major and
9640 Minor Modes" to the detailed node listing.
9642 2005-05-10 Richard M. Stallman <rms@gnu.org>
9644 * keymaps.texi (Extended Menu Items): Menu item filter functions
9645 can be called at any time.
9647 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
9649 * variables.texi (File Local Variables): `(hack-local-variables t)'
9650 now also checks whether a mode is specified in the local variables
9653 2005-05-05 Kevin Ryde <user42@zip.com.au>
9655 * display.texi (The Echo Area): Correct format function cross
9658 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
9660 * variables.texi (Variable Aliases): Change description of
9661 `define-obsolete-variable-alias'.
9663 * functions.texi (Functions): Add "Obsolete Functions" to menu.
9664 (Defining Functions): Add xref.
9665 (Obsolete Functions): New node.
9666 (Function Safety): Standardize capitalization of section title.
9668 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
9669 (Dialog Boxes): Complete description of `x-popup-dialog'.
9671 2005-05-04 Richard M. Stallman <rms@gnu.org>
9673 * commands.texi (Interactive Codes): Fix Texinfo usage.
9674 Document U more clearly.
9676 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
9678 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
9679 function and not a macro.
9681 * frames.texi (Pop-Up Menus): Correct and clarify description of
9683 (Dialog Boxes): Clarify description of `x-popup-dialog'.
9685 2005-05-01 Richard M. Stallman <rms@gnu.org>
9687 * edebug.texi (Checking Whether to Stop): Fix previous change.
9689 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
9691 * display.texi: Fix typos and Texinfo usage.
9693 * edebug.texi (Checking Whether to Stop): executing-macro ->
9694 executing-kbd-macro.
9696 2005-05-01 Richard M. Stallman <rms@gnu.org>
9698 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
9700 2005-04-30 Richard M. Stallman <rms@gnu.org>
9702 * files.texi (Magic File Names): Document `operations' property.
9704 2005-04-29 Lute Kamstra <lute@gnu.org>
9706 * modes.texi (Generic Modes): New node.
9707 (Major Modes): Add it to the menu.
9708 (Derived Modes): Add "derived mode" to concept index.
9710 2005-04-28 Lute Kamstra <lute@gnu.org>
9712 * modes.texi (Defining Minor Modes): Fix previous change.
9713 (Font Lock Mode): Simplify.
9714 (Font Lock Basics): Say that font-lock-defaults is buffer-local
9715 when set and that some parts are optional. Add cross references.
9716 (Search-based Fontification): Say how to specify font-lock-keywords.
9717 Add cross references. Add font-lock-multiline to index.
9718 Move font-lock-keywords-case-fold-search here from node "Other Font
9719 Lock Variables". Document font-lock-add-keywords and
9720 font-lock-remove-keywords.
9721 (Other Font Lock Variables): Move font-lock-keywords-only,
9722 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
9723 and font-lock-syntactic-face-function to node "Syntactic Font
9724 Lock". Move font-lock-keywords-case-fold-search to node
9725 "Search-based Fontification". Document font-lock-inhibit-thing-lock
9726 and font-lock-{,un}fontify-{buffer,region}-function.
9727 (Precalculated Fontification): Remove reference to deleted variable
9728 font-lock-core-only.
9729 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
9730 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
9731 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
9732 and font-lock-syntactic-face-function here from node "Other Font
9733 Lock Variables". Move font-lock-syntactic-keywords to "Setting
9734 Syntax Properties". Add cross references.
9735 (Setting Syntax Properties): New node.
9736 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
9737 * syntax.texi (Syntax Properties): Add cross reference.
9738 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
9740 2005-04-26 Richard M. Stallman <rms@gnu.org>
9742 * display.texi (Defining Faces):
9743 Document `default' elements of defface spec.
9745 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
9747 * variables.texi (Variable Aliases): Clarify text.
9749 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
9751 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
9753 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
9755 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
9757 2005-04-24 Eli Zaretskii <eliz@gnu.org>
9759 * syntax.texi (Syntax Table Internals): Elaborate documentation of
9760 syntax-after and syntax-class.
9762 * files.texi (Changing Files): Fix last change's cross-reference.
9763 (Unique File Names): Don't mention "numbers" in the documentation
9764 of make-temp-file and make-temp-name.
9766 2005-04-23 Richard M. Stallman <rms@gnu.org>
9768 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
9770 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
9772 * windows.texi (Cyclic Window Ordering): Clarify window-list.
9774 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
9776 * variables.texi (Variable Aliases): Describe make-obsolete-variable
9777 and define-obsolete-variable-alias.
9779 2005-04-22 Kim F. Storm <storm@cua.dk>
9781 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
9782 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
9784 2005-04-21 Lute Kamstra <lute@gnu.org>
9786 * lists.texi (Association Lists): Document rassq-delete-all.
9788 2005-04-19 Richard M. Stallman <rms@gnu.org>
9790 * modes.texi (Search-based Fontification): Explain that
9791 facespec is an expression to be evaluated.
9793 2005-04-19 Kevin Ryde <user42@zip.com.au>
9795 * streams.texi (Output Functions): Fix xref.
9796 * strings.texi (String Conversion): Fix xref.
9798 2005-04-19 Kim F. Storm <storm@cua.dk>
9800 * symbols.texi (Symbol Plists): Add safe-get.
9801 Mention that `get' may signal an error.
9803 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
9805 * customize.texi (Variable Definitions): Replace tooltip-mode
9806 example with save-place.
9808 2005-04-17 Richard M. Stallman <rms@gnu.org>
9810 * buffers.texi (Indirect Buffers): Clarify.
9812 * positions.texi (Positions): Clarify converting marker to integer.
9814 * strings.texi (String Basics): Mention string-match; clarify.
9816 2005-04-08 Lute Kamstra <lute@gnu.org>
9818 * modes.texi (Search-based Fontification): Fix cross references.
9819 Use consistent terminology. Document anchored highlighting.
9821 2005-04-05 Lute Kamstra <lute@gnu.org>
9823 * modes.texi (Defining Minor Modes): Document :group keyword
9824 argument and its default value.
9826 2005-04-03 Lute Kamstra <lute@gnu.org>
9828 * hooks.texi (Standard Hooks): Add some hooks. Add cross
9829 references and/or descriptions. Delete major mode hooks; mention
9830 them as a category instead. Rename or delete obsolete hooks.
9832 2005-04-02 Richard M. Stallman <rms@gnu.org>
9834 * nonascii.texi (Coding System Basics): Another wording cleanup.
9836 2005-04-01 Richard M. Stallman <rms@gnu.org>
9838 * nonascii.texi (Coding System Basics): Clarify previous change.
9840 2005-04-01 Kenichi Handa <handa@m17n.org>
9842 * nonascii.texi (Coding System Basics): Describe about roundtrip
9843 identity of coding systems.
9845 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
9847 * text.texi (Buffer Contents): Add filter-buffer-substring and
9848 buffer-substring-filters.
9850 2005-03-26 Chong Yidong <cyd@stupidchicken.com>
9852 * anti.texi (Antinews): Mention `G' interactive code.
9854 * tips.texi (Compilation Tips): Mention benchmark.el.
9856 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
9858 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
9859 is now bound to M-o M-o.
9861 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
9863 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
9865 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
9866 in the Emacs Manual).
9867 * Makefile.in (srcs): Remove calendar.texi.
9868 * makefile.w32-in (srcs): Remove calendar.texi.
9869 * display.texi (Display): Change name of next node.
9870 * os.texi (System In): Change name of previous node.
9871 * elisp.texi (Top): Remove Calendar references.
9872 * vol1.texi (Top): Remove Calendar references.
9873 * vol2.texi (Top): Remove Calendar references.
9875 2005-03-25 Richard M. Stallman <rms@gnu.org>
9877 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
9878 Cleanup previous change.
9880 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
9882 * display.texi (Face Attributes): Faces earlier in an :inherit
9883 list take precedence.
9884 (Scroll Bars): Fix description of vertical-scroll-bars.
9885 Document frame-current-scroll-bars and window-current-scroll-bars.
9887 * markers.texi (The Mark): Document temporary Transient Mark mode.
9889 * minibuf.texi (Reading File Names):
9890 Document read-file-name-completion-ignore-case.
9892 * positions.texi (Screen Lines): Document nil for width argument
9895 2005-03-23 Kim F. Storm <storm@cua.dk>
9897 * display.texi (Standard Faces): Other faces used in the fringe
9898 implicitly inherits from the fringe face.
9899 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
9900 properties implicitly inherits from fringe face.
9901 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
9903 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
9905 * display.texi (Invisible Text): State default value of
9906 line-move-ignore-invisible.
9907 (Managing Overlays): Document remove-overlays.
9908 (Standard Faces): Document escape-glyph face.
9910 * minibuf.texi (Reading File Names): Document read-file-name-function.
9912 * modes.texi (Other Font Lock Variables):
9913 Document font-lock-lines-before.
9915 * positions.texi (Skipping Characters): skip-chars-forward allows
9918 2005-03-18 Lute Kamstra <lute@gnu.org>
9920 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
9922 2005-03-17 Richard M. Stallman <rms@gnu.org>
9924 * text.texi (Undo): Document extensible undo entries.
9926 * searching.texi (String Search, Regexp Search): Cleanups.
9928 * nonascii.texi (Character Codes): Minor fix.
9930 * display.texi (Display Property): Explain the significance
9931 of having text properties that are eq.
9932 (Other Display Specs): Explain string as display spec.
9934 * commands.texi (Interactive Codes): Document G option.
9936 2005-03-17 Chong Yidong <cyd@stupidchicken.com>
9938 * text.texi (Filling): Add sentence-end-without-period and
9939 sentence-end-without-space.
9940 (Changing Properties): Minor fix.
9942 * anti.texi: Total rewrite.
9944 2005-03-15 Lute Kamstra <lute@gnu.org>
9946 * edebug.texi (Instrumenting Macro Calls): Fix typos.
9948 2005-03-08 Kim F. Storm <storm@cua.dk>
9950 * display.texi (Specified Space): Property :width is support on
9951 non-graphic terminals, :height is not.
9953 2005-03-07 Richard M. Stallman <rms@gnu.org>
9955 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
9956 Now subnodes of Fringes.
9957 (Overlay Arrow): Document overlay-arrow-variable-list.
9958 (Fringe Size/Pos): New node, broken out of Fringes.
9959 (Display): Explain clearing vs redisplay better.
9960 (Truncation): Clarify use of bitmaps.
9961 (The Echo Area): Clarify the uses of the echo area.
9962 Add max-mini-window-height.
9963 (Progress): Clarify.
9964 (Invisible Text): Explain that main loop moves point out.
9965 (Selective Display): Say "hidden", not "invisible".
9966 (Managing Overlays): Move up. Describe relation to Undo here.
9967 (Overlay Properties): Clarify intro.
9968 (Finding Overlays): Explain return values when nothing found.
9969 (Width): truncate-string-to-width has added arg.
9970 (Displaying Faces): Clarify and update mode line face handling.
9971 (Face Functions): Minor cleanup.
9972 (Conditional Display): Merge into Other Display Specs.
9973 (Pixel Specification, Other Display Specs): Minor cleanups.
9974 (Images, Image Descriptors): Minor cleanups.
9975 (GIF Images): Patents have expired.
9976 (Showing Images): Explain default text for insert-image.
9977 (Manipulating Button Types): Merge into Manipulating Buttons.
9978 (Making Buttons): Explain return values.
9979 (Button Buffer Commands): Add xref.
9980 (Inverse Video): Update mode-line-inverse-video.
9981 (Display Table Format): Clarify.
9982 (Active Display Table): Give defaults for window-display-table.
9984 * calendar.texi (Calendar Customizing): calendar-holiday-marker
9985 and calendar-today-marker are strings, not chars.
9986 (Holiday Customizing): Minor fix.
9988 * internals.texi (Writing Emacs Primitives): Update `or' example.
9989 Update limit on # args of subr.
9991 * edebug.texi (Using Edebug): Arrow is in fringe.
9992 (Instrumenting): Arg to eval-defun works without loading edebug.
9993 (Edebug Execution Modes): Add xref.
9995 * customize.texi (Common Keywords): Clarify :require.
9996 Mention :version here.
9997 (Variable Definitions, Group Definitions): Not here.
9998 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
10000 2005-03-07 Chong Yidong <cyd@stupidchicken.com>
10001 * nonascii.texi (Text Representations): Clarify position-bytes.
10002 (Character Sets): Add list-charset-chars.
10003 (Scanning Charsets): Add charset-after.
10004 (Encoding and I/O): Minor fix.
10006 2005-03-06 Richard M. Stallman <rms@gnu.org>
10008 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
10009 (Resizing Windows): Likewise.
10011 * text.texi (Change Hooks): Get rid of "Emacs 21".
10013 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
10015 * streams.texi (Output Variables): Get rid of "Emacs 21".
10017 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
10019 * os.texi (Translating Input): Replace flow-control example
10020 with a less obsolete example that uses `keyboard-translate'.
10022 * objects.texi (Hash Table Type, Circular Objects):
10023 Get rid of "Emacs 21".
10025 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
10026 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
10028 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
10030 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
10032 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
10033 (Menu Bar): Fix when menu-bar-update-hook is called.
10035 * hash.texi (Hash Tables): Get rid of "Emacs 21".
10037 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
10038 and make it read better.
10040 * files.texi (Writing to Files): Get rid of "Emacs 21".
10041 (Unique File Names): Likewise.
10043 * elisp.texi: Update Emacs version to 22.
10045 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
10046 (Overlay Properties, Face Attributes): Likewise.
10047 (Managing Overlays): Fix punctuation.
10048 (Attribute Functions): Clarify set-face-font; get rid of
10049 info about old Emacs versions.
10050 (Auto Faces, Font Lookup, Display Property, Images):
10051 Get rid of "Emacs 21".
10053 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
10055 2005-03-05 Richard M. Stallman <rms@gnu.org>
10057 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
10059 2005-03-04 Lute Kamstra <lute@gnu.org>
10061 * debugging.texi (Error Debugging): Document stack-trace-on-error.
10063 2005-03-03 Lute Kamstra <lute@gnu.org>
10065 * edebug.texi (Instrumenting Macro Calls): Fix typo.
10067 2005-03-01 Lute Kamstra <lute@gnu.org>
10069 * debugging.texi (Debugger Commands): Update `j'.
10071 2005-02-28 Lute Kamstra <lute@gnu.org>
10073 * debugging.texi (Debugging): Fix typo.
10074 (Error Debugging): Document eval-expression-debug-on-error.
10075 (Function Debugging): Update example.
10076 (Using Debugger): Mention starred stack frames.
10077 (Debugger Commands): Document `j' and `l'.
10078 (Invoking the Debugger): `d' and `j' exit recursive edit too.
10079 Update the messages that the debugger displays.
10080 (Internals of Debugger): Add cross reference. Update example.
10081 (Excess Open): Minor improvement.
10082 (Excess Close): Minor improvement.
10084 2005-02-26 Richard M. Stallman <rms@gnu.org>
10086 * tips.texi (Coding Conventions): Clarify.
10087 Put all the major mode key reservations together.
10088 Mention the Mouse-1 => Mouse-2 conventions.
10090 * syntax.texi (Syntax Class Table): Clarify.
10091 (Syntax Table Functions): syntax-after moved from here.
10092 (Syntax Table Internals): syntax-after moved to here.
10093 (Parsing Expressions): Update info on number of values
10094 and what's meaningful in the STATE argument.
10095 (Categories): Fix typo.
10097 * sequences.texi (Arrays): Cleanup.
10098 (Char-Tables): Clarify.
10100 * processes.texi (Deleting Processes): Cleanups, add xref.
10101 (Subprocess Creation): Explain nil in exec-path. Cleanup.
10102 (Process Information): set-process-coding-system, some args optional.
10103 (Input to Processes): Explain various types for PROCESS args.
10104 Rename them from PROCESS-NAME to PROCESS.
10105 (Signals to Processes): Likewise.
10106 (Decoding Output): Cleanup.
10107 (Query Before Exit): Clarify.
10109 * os.texi (Startup Summary): Correct the options; add missing ones.
10110 (Terminal Output, Batch Mode): Clarify.
10111 (Flow Control): Node deleted.
10113 * markers.texi (The Mark): Clarify.
10115 * macros.texi (Expansion): Cleanup.
10116 (Indenting Macros): indent-spec allows ints, not floats.
10118 * keymaps.texi (Keymaps): Clarify.
10119 (Format of Keymaps): Update lisp-mode-map example.
10120 (Active Keymaps, Key Lookup): Clarify.
10121 (Changing Key Bindings): Add xref to `kbd'.
10122 (Key Binding Commands, Simple Menu Items): Clarify.
10123 (Mouse Menus, Menu Bar): Clarify.
10124 (Menu Example): Replace print example with menu-bar-replace-menu.
10126 * help.texi (Documentation Basics): Add function-documentation prop.
10128 * elisp.texi (Top): Don't refer to Flow Control node.
10130 * commands.texi (Command Overview): Improve xrefs.
10131 (Adjusting Point): Adjusting point applies to intangible and invis.
10132 (Key Sequence Input): Doc extra read-key-sequence args.
10133 Likewise for read-key-sequence-vector.
10135 * backups.texi (Rename or Copy): Minor fix.
10136 (Numbered Backups): For version-control, say the default.
10137 (Auto-Saving): make-auto-save-file-name example is simplified.
10139 * advice.texi (Advising Functions): Don't imply one part of Emacs
10140 should advise another part. Markup changes.
10141 (Defining Advice): Move transitional para.
10142 (Activation of Advice): Cleanup.
10143 Explain if COMPILE is nil or negative.
10145 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
10147 2005-02-24 Lute Kamstra <lute@gnu.org>
10149 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
10150 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
10152 2005-02-23 Lute Kamstra <lute@gnu.org>
10154 * modes.texi (Defining Minor Modes): define-minor-mode can be used
10155 to define global minor modes as well.
10157 * display.texi (Managing Overlays): overlay-buffer returns nil for
10160 2005-02-22 Kim F. Storm <storm@cua.dk>
10162 * minibuf.texi (Basic Completion): Allow symbols in addition to
10163 strings in try-completion and all-completions.
10165 2005-02-14 Lute Kamstra <lute@gnu.org>
10167 * elisp.texi (Top): Remove reference to deleted node.
10169 * lists.texi (Lists): Remove reference to deleted node.
10170 (Cons Cells): Fix typo.
10172 * loading.texi (Where Defined): Fix typo.
10174 2005-02-14 Richard M. Stallman <rms@gnu.org>
10176 * variables.texi (Creating Buffer-Local): change-major-mode-hook
10177 is useful for discarding some minor modes.
10179 * symbols.texi (Symbol Components): Reorder examples.
10181 * streams.texi (Input Functions): State standard-input default.
10182 (Output Variables): State standard-output default.
10184 * objects.texi (Printed Representation): Clarify read syntax vs print.
10185 (Floating Point Type): Explain meaning better.
10186 (Symbol Type): Explain uniqueness better.
10187 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
10188 List examples sooner.
10189 (Box Diagrams): New subnode broken out.
10190 Some examples moved from old Lists as Boxes node.
10191 (Dotted Pair Notation): Clarify intro.
10192 (Array Type): Clarify.
10193 (Type Predicates): Add hash-table-p.
10195 * numbers.texi (Integer Basics): Clarify radix explanation.
10196 (Predicates on Numbers): Minor clarification.
10197 (Comparison of Numbers): Minor clarification. Clarify eql.
10199 (Math Functions): Clarify overflow in expt.
10201 * minibuf.texi (Text from Minibuffer): Minor clarification.
10202 Mention arrow keys.
10204 * loading.texi (Autoload): defun's doc string overrides autoload's
10206 (Repeated Loading): Modernize "add to list" examples.
10207 (Where Defined): Finish updating table of load-history elts.
10209 * lists.texi (List-related Predicates): Minor wording improvement.
10210 (Lists as Boxes): Node deleted.
10211 (Building Lists): Explain trivial cases of number-sequence.
10213 * hash.texi (Hash Tables): Add desc to menu items.
10214 (Creating Hash): Explain "full" means "make larger".
10215 (Hash Access): Any object can be a key.
10216 State value of maphash.
10218 * functions.texi (What Is a Function): Wording cleanup.
10219 (Function Documentation): Minor cleanup.
10220 Explain purpose of calling convention at end of doc string.
10221 (Function Names): Wording cleanup.
10222 (Calling Functions): Wording cleanup.
10223 Explain better how funcall calls the function.
10224 (Function Cells): Delete example of saving and redefining function.
10226 * control.texi (Combining Conditions): Wording cleanup.
10227 (Iteration): dolist and dotimes bind VAR locally.
10228 (Cleanups): Xref to Atomic Changes.
10230 * compile.texi (Byte Compilation): Delete 19.29 info.
10231 (Compilation Functions): Macros' difficulties don't affect defsubst.
10232 (Docs and Compilation): Delete 19.29 info.
10234 2005-02-10 Richard M. Stallman <rms@gnu.org>
10236 * objects.texi (Symbol Type): Minor correction.
10238 2005-02-06 Lute Kamstra <lute@gnu.org>
10240 * modes.texi (Example Major Modes): Fix typos.
10242 2005-02-06 Richard M. Stallman <rms@gnu.org>
10244 * text.texi (Margins): fill-nobreak-predicate can be one function.
10246 * strings.texi (Modifying Strings): clear-string can make unibyte.
10247 (Formatting Strings): format gives error if values missing.
10249 * positions.texi (Character Motion): Mention default arg
10250 for forward-char. backward-char refers to forward-char.
10251 (Word Motion): Mention default arg for forward-word.
10252 (Buffer End Motion): Mention default arg for beginning-of-buffer.
10253 Simplify end-of-buffer.
10254 (Text Lines): Mention default arg for forward-line.
10255 (List Motion): Mention default arg for beginning/end-of-defun.
10256 (Skipping Characters): Minor fixes in explaining character-set.
10258 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
10259 Mode inheritance applies only when default-major-mode is nil.
10261 (Example Major Modes): Update Text mode and Lisp mode examples.
10262 (Minor Mode Conventions): Mention define-minor-mode at top.
10263 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
10264 (Mode Line Format): Update mode line face display info.
10265 (Properties in Mode): Mention effect of risky vars.
10266 (Imenu): Define imenu-add-to-menubar.
10267 (Font Lock Mode): Add descriptions to menu lines.
10268 (Faces for Font Lock): Add font-lock-doc-face.
10270 2005-02-05 Lute Kamstra <lute@gnu.org>
10272 * text.texi (Maintaining Undo): Remove obsolete function.
10274 2005-02-05 Eli Zaretskii <eliz@gnu.org>
10276 * frames.texi (Color Names): Add pointer to the X docs about RGB
10277 color specifications. Improve indexing.
10278 (Text Terminal Colors): Replace the description of RGB values by
10279 an xref to "Color Names".
10281 2005-02-03 Richard M. Stallman <rms@gnu.org>
10283 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
10285 (Selecting Windows): Clarify save-selected-window.
10286 (Cyclic Window Ordering): Clarify walk-windows.
10287 (Window Point): Clarify.
10288 (Window Start): Add comment to example.
10289 (Resizing Windows): Add `interactive' specs in examples.
10290 Document fit-window-to-buffer.
10292 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
10293 (Undo, Maintaining Undo): Clarify last change.
10294 (Sorting): In sort-numeric-fields, explain about octal and hex.
10295 Mention sort-numeric-base.
10296 (Format Properties): Add xref for hard newlines.
10298 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
10299 (Pop-Up Menus): Fix typo.
10300 (Color Names): Explain all types of color names.
10301 Explain color-values on B&W terminal.
10302 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
10304 * files.texi (File Locks): Not supported on MS systems.
10305 (Testing Accessibility): Clarify.
10307 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
10308 (Coverage Testing): Fix typo.
10310 * commands.texi (Misc Events): Remove stray space.
10312 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
10313 (Modification Time): Clarify when visited-file-modtime returns 0.
10314 (The Buffer List): Clarify bury-buffer.
10315 (Killing Buffers): Clarify.
10316 (Indirect Buffers): Add clone-indirect-buffer.
10318 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
10320 * edebug.texi (Printing in Edebug): Fix default value of
10321 edebug-print-circle.
10322 (Coverage Testing): Fix displayed frequency count data.
10324 2005-02-02 Luc Teirlinck <teirllm@auburn.edu>
10326 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
10328 2005-02-02 Kim F. Storm <storm@cua.dk>
10330 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
10332 2005-01-29 Eli Zaretskii <eliz@gnu.org>
10334 * commands.texi (Misc Events): Describe the help-echo event.
10336 * text.texi (Special Properties) <help-echo>: Use `pos'
10337 consistently in description of the help-echo property.
10338 Use @code{nil} instead of @var{nil}.
10340 * display.texi (Overlay Properties): Fix the index entry for
10341 help-echo overlay property.
10343 * customize.texi (Type Keywords): Uncomment the xref to the
10344 help-echo property documentation.
10346 2005-01-23 Kim F. Storm <storm@cua.dk>
10348 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
10349 return value. Third element FULLY replaced by PARTIAL which
10350 specifies number of invisible pixels if row is only partially visible.
10351 (Textual Scrolling): Mention auto-window-vscroll.
10352 (Vertical Scrolling): New defvar auto-window-vscroll.
10354 2005-01-16 Luc Teirlinck <teirllm@auburn.edu>
10356 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
10359 2005-01-15 Richard M. Stallman <rms@gnu.org>
10361 * display.texi (Defining Images): Mention DATA-P arg of create-image.
10363 2005-01-14 Kim F. Storm <storm@cua.dk>
10365 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
10367 * text.texi (Links and Mouse-1): Fix string and vector item.
10369 2005-01-13 Richard M. Stallman <rms@gnu.org>
10371 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
10372 descriptions of overriding-local-map and overriding-terminal-local-map.
10374 * text.texi (Links and Mouse-1): Clarify text.
10376 2005-01-13 Kim F. Storm <storm@cua.dk>
10378 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
10380 2005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
10382 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
10384 2005-01-12 Kim F. Storm <storm@cua.dk>
10386 * text.texi (Links and Mouse-1): Rename section from Enabling
10387 Mouse-1 to Following Links. Change xrefs.
10388 Add examples for define-button-type and define-widget.
10390 * display.texi (Button Properties, Button Buffer Commands):
10391 Clarify mouse-1 and follow-link functionality.
10393 2005-01-12 Richard M. Stallman <rms@gnu.org>
10395 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
10397 * display.texi (Beeping): Fix Texinfo usage.
10399 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
10401 2005-01-11 Kim F. Storm <storm@cua.dk>
10403 * display.texi (Button Properties, Button Buffer Commands):
10404 Mention mouse-1 binding. Add follow-link keyword.
10406 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
10407 (Enabling Mouse-1 to Follow Links): New subsection.
10409 2005-01-06 Richard M. Stallman <rms@gnu.org>
10411 * text.texi (Special Properties): Minor change.
10413 * os.texi (Timers): Clarify previous change.
10415 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
10417 2005-01-01 Luc Teirlinck <teirllm@auburn.edu>
10419 * display.texi (Face Attributes): Correct xref to renamed node.
10421 2005-01-01 Richard M. Stallman <rms@gnu.org>
10423 * display.texi (Face Attributes): Describe hex color specs.
10425 2004-12-31 Richard M. Stallman <rms@gnu.org>
10427 * os.texi (Timers): Update previous change.
10429 2004-12-30 Kim F. Storm <storm@cua.dk>
10431 * display.texi (Line Height): Total line-height is now specified
10432 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
10433 in cons cells. (nil . RATIO) is relative to actual line height.
10434 Use line-height `t' instead of `0' to get minimum height.
10436 2004-12-29 Richard M. Stallman <rms@gnu.org>
10438 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
10440 2004-12-28 Richard M. Stallman <rms@gnu.org>
10442 * commands.texi (Quitting): Clarify value of with-local-quit.
10444 * elisp.texi (Top): Fix previous change.
10446 * loading.texi (Loading): Fix previous change.
10448 2004-12-27 Richard M. Stallman <rms@gnu.org>
10450 * Makefile.in (MAKEINFO): Specify --force.
10452 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
10454 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
10456 * display.texi (Line Height): Further clarify.
10458 * elisp.texi (Top): Update Loading submenu.
10460 * loading.texi (Where Defined): New node.
10461 (Unloading): load-history moved to Where Defined.
10463 2004-12-21 Richard M. Stallman <rms@gnu.org>
10465 * commands.texi (Event Input Misc): Add while-no-input.
10467 2004-12-11 Richard M. Stallman <rms@gnu.org>
10469 * display.texi (Line Height): Rewrite text for clarity.
10471 2004-12-11 Kim F. Storm <storm@cua.dk>
10473 * display.texi (Display): Add node "Line Height" to menu.
10474 (Line Height): New node. Move full description of line-spacing
10475 and line-height text properties here from text.texi.
10476 (Scroll Bars): Add vertical-scroll-bar variable.
10478 * frames.texi (Window Frame Parameters): Remove line-height defvar.
10480 * locals.texi (Standard Buffer-Local Variables): Fix xref for
10481 line-spacing and vertical-scroll-bar.
10483 * text.texi (Special Properties): Just mention line-spacing and
10484 line-height here, add xref to new "Line Height" node.
10486 2004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
10488 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
10490 * locals.texi (Standard Buffer-Local Variables):
10491 Add @xref for `line-spacing'.
10493 2004-12-05 Richard M. Stallman <rms@gnu.org>
10495 * Makefile.in (maintainer-clean): Remove the info files
10496 in $(infodir) where they are created.
10498 2004-12-03 Richard M. Stallman <rms@gnu.org>
10500 * windows.texi (Selecting Windows): get-lru-window and
10501 get-largest-window don't consider dedicated windows.
10503 * text.texi (Undo): Document undo-in-progress.
10505 2004-11-26 Richard M. Stallman <rms@gnu.org>
10507 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
10508 Remove a few vars that are not always buffer-local.
10510 2004-11-24 Luc Teirlinck <teirllm@auburn.edu>
10512 * locals.texi (Standard Buffer-Local Variables): Comment out
10513 xref's to non-existent node `Yet to be written'.
10515 2004-11-24 Richard M. Stallman <rms@gnu.org>
10517 * processes.texi (Synchronous Processes): Grammar fix.
10519 * numbers.texi (Comparison of Numbers): Add eql.
10521 * locals.texi (Standard Buffer-Local Variables): Add many vars.
10523 * intro.texi (Printing Notation): Fix previous change.
10525 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
10526 and default-indicate-buffer-boundaries from here.
10527 (Usual Display): To here.
10528 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
10529 (Usual Display): Move tab-width up.
10531 * customize.texi (Variable Definitions):
10532 Replace show-paren-mode example with tooltip-mode.
10533 (Simple Types, Composite Types, Defining New Types):
10536 2004-11-21 Jesper Harder <harder@ifa.au.dk>
10538 * processes.texi (Synchronous Processes, Output from Processes):
10541 2004-11-20 Richard M. Stallman <rms@gnu.org>
10543 * positions.texi (Skipping Characters): skip-chars-forward
10544 now handles char classes.
10546 * intro.texi (Printing Notation): Avoid confusion of `print'
10547 when explaining @print.
10549 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
10551 * display.texi (Display Table Format): Minor fix.
10553 * streams.texi (Output Functions): Fix print example.
10555 * Makefile.in (elisp): New target.
10556 (dist): Depend on $(infodir)/elisp, not elisp.
10557 Copy the info files from $(infodir).
10559 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
10560 read-from-minibuffer.
10562 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
10564 2004-11-19 Richard M. Stallman <rms@gnu.org>
10566 * searching.texi (Regexp Search): Add search-whitespace-regexp.
10568 2004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
10570 * tips.texi (Coding Conventions): Fix typo.
10572 2004-11-16 Richard M. Stallman <rms@gnu.org>
10574 * tips.texi (Coding Conventions): Separate defvar and require
10575 methods to avoid warnings. Use require only when there are many
10576 functions and variables from that package.
10578 * minibuf.texi (Minibuffer Completion): When ignoring case,
10579 predicate must not be case-sensitive.
10581 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
10582 (Test Coverage): Don't talk about "splotches". Clarified.
10584 2004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
10586 * frames.texi (Window Frame Parameters): Fix typo.
10588 2004-11-15 Kim F. Storm <storm@cua.dk>
10590 * symbols.texi (Other Plists): Note that plist-get may signal error.
10591 Add safe-plist-get.
10593 2004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
10595 * modes.texi (Font Lock Basics): Fix typo.
10597 2004-11-08 Richard M. Stallman <rms@gnu.org>
10599 * syntax.texi (Syntax Table Functions): Add syntax-after.
10601 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
10603 * os.texi (Processor Run Time): New section documenting
10604 get-internal-run-time.
10606 2004-11-06 Eli Zaretskii <eliz@gnu.org>
10608 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
10609 it nukes elisp-cover.texi.
10610 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
10613 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
10615 * commands.texi (Keyboard Macros): Document `append' return value
10616 of `defining-kbd-macro'.
10618 2004-11-01 Richard M. Stallman <rms@gnu.org>
10620 * commands.texi (Interactive Call): Add called-interactively-p.
10622 2004-10-29 Simon Josefsson <jas@extundo.com>
10624 * minibuf.texi (Reading a Password): Revert.
10626 2004-10-28 Richard M. Stallman <rms@gnu.org>
10628 * frames.texi (Display Feature Testing): Explain about "vendor".
10630 2004-10-27 Richard M. Stallman <rms@gnu.org>
10632 * commands.texi (Interactive Codes): `N' uses numeric prefix,
10633 not raw. Clarify `n'.
10634 (Interactive Call): Rewrite interactive-p, focusing on when
10636 (Misc Events): Clarify previous change.
10638 * advice.texi (Simple Advice): Clarify what job the example does.
10639 (Around-Advice): Clarify ad-do-it.
10640 (Activation of Advice): An option of ad-default-compilation-action
10641 is `never', not `nil'.
10643 2004-10-26 Kim F. Storm <storm@cua.dk>
10645 * commands.texi (Interactive Codes): Add U code letter.
10647 2004-10-25 Simon Josefsson <jas@extundo.com>
10649 * minibuf.texi (Reading a Password): Add.
10651 2004-10-24 Jason Rumney <jasonr@gnu.org>
10653 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
10656 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
10658 * processes.texi (Synchronous Processes): Document process-file.
10660 2004-10-22 Kenichi Handa <handa@m17n.org>
10662 * text.texi (translate-region): Document that it accepts also a
10665 2004-10-22 David Ponce <david@dponce.com>
10667 * windows.texi (Resizing Windows): Document the `preserve-before'
10668 argument of the functions `enlarge-window' and `shrink-window'.
10670 2004-10-19 Jason Rumney <jasonr@gnu.org>
10672 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
10674 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
10676 * text.texi (Filling): Add anchor for definition of
10677 `sentence-end-double-space'.
10679 * searching.texi (Regexp Example): Update description of how
10680 Emacs currently recognizes the end of a sentence.
10681 (Standard Regexps): Update definition of the variable
10682 `sentence-end'. Add definition of the function `sentence-end'.
10684 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
10686 * display.texi (Progress): New node.
10688 2004-10-05 Kim F. Storm <storm@cua.dk>
10690 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
10692 2004-09-29 Kim F. Storm <storm@cua.dk>
10694 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
10695 to identify bitmaps. Remove -fringe-bitmap suffix for standard
10696 fringe bitmap symbols, as they now have their own namespace.
10697 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
10698 vs. pixels. Signal error if no free bitmap slots.
10699 (Pixel Specification): Change IMAGE to @var{image}.
10701 2004-09-28 Richard M. Stallman <rms@gnu.org>
10703 * text.texi (Special Properties): Clarify line-spacing and line-height.
10705 * searching.texi (Regexp Search): Add looking-back.
10707 2004-09-25 Luc Teirlinck <teirllm@auburn.edu>
10709 * display.texi: Correct typos.
10710 (Image Descriptors): Correct xref's.
10712 2004-09-25 Richard M. Stallman <rms@gnu.org>
10714 * text.texi (Special Properties): Cleanups in `cursor'.
10715 Rewrites in `line-height' and `line-spacing'; exchange them.
10717 * display.texi (Fringes): Rewrite previous change.
10718 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
10719 (Display Fringe Bitmaps): Node deleted, text moved.
10720 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
10721 (Scroll Bars): Clarify set-window-scroll-bars.
10722 (Pointer Shape): Rewrite.
10723 (Specified Space): Clarify :align-to, etc.
10724 (Pixel Specification): Use @var. Clarify new text.
10725 (Other Display Specs): Clarify `slice'.
10726 (Image Descriptors): Cleanups.
10727 (Showing Images): Cleanups.
10729 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
10731 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
10733 * modes.texi: Various minor changes in addition to:
10734 (Major Mode Conventions): Final call to `run-mode-hooks' should
10735 not be inside the `delay-mode-hooks' form.
10736 (Mode Hooks): New node.
10737 (Hooks): Delete obsolete example.
10738 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
10741 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
10743 * display.texi: Correct various typos.
10744 (Display): Rename node "Pointer Shapes" to "Pointer
10745 Shape". (There is already a node called "Pointer Shapes" in
10747 (Images): Remove non-existent node "Image Slices" from menu.
10749 2004-09-23 Kim F. Storm <storm@cua.dk>
10751 * text.texi (Special Properties): Add `cursor', `pointer',
10752 `line-height', and `line-spacing' properties.
10754 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
10756 (Standard Faces): Doc fix for fringe face.
10757 (Fringes): Add `overflow-newline-into-fringe' and
10758 'indicate-buffer-boundaries'.
10759 (Fringe Bitmaps, Pointer Shapes): New nodes.
10760 (Display Property): Add 'Pixel Specification' and 'Display Fringe
10762 (Specified Space): Describe pixel width and height.
10763 (Pixel Specification): New node.
10764 (Other Display Specs): Add `slice' property.
10765 (Display Fringe Bitmaps): New node.
10766 (Images): Add 'Image Slices' to menu.
10767 (Image Descriptors): Add `:pointer' and `:map' properties.
10768 (Showing Images): Add slice arg to `insert-image'.
10769 Add 'insert-sliced-image'.
10771 2004-09-20 Richard M. Stallman <rms@gnu.org>
10773 * commands.texi (Key Sequence Input):
10774 Clarify downcasing in read-key-sequence.
10776 2004-09-08 Juri Linkov <juri@jurta.org>
10778 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
10780 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
10782 * locals.texi (Standard Buffer-Local Variables):
10783 Add `buffer-auto-save-file-format'.
10784 * internals.texi (Buffer Internals): Describe new
10785 auto_save_file_format field of the buffer structure.
10786 * files.texi (Format Conversion): `auto-save-file-format' has been
10787 renamed `buffer-auto-save-file-format'.
10789 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
10791 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
10792 an integer or a marker.
10793 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
10795 2004-08-22 Richard M. Stallman <rms@gnu.org>
10797 * modes.texi (Major Mode Conventions): Discuss rebinding of
10798 standard key bindings.
10800 2004-08-18 Kim F. Storm <storm@cua.dk>
10802 * processes.texi (Accepting Output): Add `just-this-one' arg to
10803 `accept-process-output'.
10804 (Output from Processes): New var `process-adaptive-read-buffering'.
10806 2004-08-10 Luc Teirlinck <teirllm@auburn.edu>
10808 * keymaps.texi: Various changes in addition to:
10809 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
10810 Give more varied examples for `kbd'.
10811 (Creating Keymaps): Char tables have slots for all characters
10813 (Active Keymaps): `overriding-local-map' and
10814 `overriding-terminal-local-map' also override text property and
10816 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
10817 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
10818 to denote a prefix of no events.
10819 `map-keymap' includes parent's bindings _recursively_.
10820 Clarify and correct description of `where-is-internal'.
10821 Mention BUFFER-OR-NAME arg to `describe-bindings'.
10822 (Menu Example): For menus intended for use with the keyboard, the
10823 menu items should be bound to characters or real function keys.
10825 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
10827 * objects.texi (Character Type): Reposition `@anchor' to prevent
10828 double space inside sentence in Info.
10830 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
10831 renamed to `disabled-command-function'.
10832 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
10833 (Command Loop Info): Replace reference to it.
10834 (Disabling Commands): `disabled-command-hook' has been renamed to
10835 `disabled-command-function'.
10837 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
10839 * os.texi (Translating Input): Only non-prefix bindings in
10840 `key-translation-map' override actual key bindings. Warn about
10841 possible indirect effect of actual key bindings on non-prefix
10842 bindings in `key-translation-map'.
10844 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
10846 * minibuf.texi (High-Level Completion): Add anchor for definition
10847 of `read-variable'.
10849 * commands.texi: Various changes in addition to:
10850 (Using Interactive): Clarify description of `interactive-form'.
10851 (Interactive Call): Mention default for KEYS argument to
10852 `call-interactively'.
10853 (Command Loop Info): Clarify description of `this-command-keys'.
10854 Mention KEEP-RECORD argument to `clear-this-command-keys'.
10855 Value of `last-event-frame' can be `macro'.
10856 (Repeat Events): `double-click-fuzz' is also used to distinguish
10858 (Classifying Events): Clarify descriptions of `event-modifiers'
10859 `event-basic-type' and `event-convert-list'.
10860 (Accessing Events): `posn-timestamp' takes POSITION argument.
10861 (Quoted Character Input): Clarify description of
10862 `read-quoted-char' and fix example.
10863 (Quitting): Add `with-local-quit'.
10864 (Disabling Commands): Correct and clarify descriptions of
10865 `enable-command' and `disable-command'.
10866 Mention what happens if `disabled-command-hook' is nil.
10867 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
10868 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
10870 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
10872 * frames.texi: Various changes in addition to:
10873 (Creating Frames): Expand and clarify description of `make-frame'.
10874 (Window Frame Parameters): Either none or both of the `icon-left'
10875 and `icon-top' parameters must be specified. Put descriptions of
10876 `menu-bar-lines' and `toolbar-lines' closer together and change
10878 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
10879 except while processing `frame-title-format' or `icon-title-format'.
10880 (Deleting Frames): Correct description of `delete-frame'.
10881 Non-nil return values of `frame-live-p' are like those of `framep'.
10882 (Frames and Windows): Mention return value of
10883 `set-frame-selected-window'.
10884 (Visibility of Frames): Mention `force' argument to
10885 `make-frame-invisible'. `frame-visible-p' returns t for all
10886 frames on text-only terminals.
10887 (Frame Configurations): Restoring a frame configuration does not
10888 restore deleted frames.
10889 (Window System Selections): `x-set-selection' returns DATA.
10890 (Resources): Add example.
10891 (Display Feature Testing): Clarify descriptions of
10892 `display-pixel-height', `display-pixel-width', `x-server-version'
10893 and `x-server-vendor'.
10895 * windows.texi (Choosing Window): Add anchor.
10896 * minibuf.texi (Minibuffer Misc): Add anchor.
10898 2004-07-23 John Paul Wallington <jpw@gnu.org>
10900 * macros.texi (Defining Macros): Declaration keyword for setting
10901 Edebug spec is `debug' not `edebug'.
10903 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
10905 * windows.texi: Various small changes in addition to:
10906 (Window Point): Mention return value of `set-window-point'.
10907 (Window Start): `pos-visible-in-window-p' disregards horizontal
10908 scrolling. Explain return value if PARTIALLY is non-nil.
10909 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
10910 and `set-window-vscroll'.
10911 (Size of Window): The argument WINDOW to `window-inside-edges',
10912 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
10913 (Resizing Windows): Explain return value of
10914 `shrink-window-if-larger-than-buffer'.
10915 `window-size-fixed' automatically becomes buffer local when set.
10916 (Window Configurations): Explain return value of
10917 `set-window-configuration'.
10919 * minibuf.texi (Minibuffer Misc): Add anchor for
10920 `minibuffer-scroll-window'.
10922 * positions.texi (Text Lines): Add anchor for `count-lines'.
10924 2004-07-17 Richard M. Stallman <rms@gnu.org>
10926 * display.texi (Overlay Properties): Adding `evaporate' prop
10927 deletes empty overlay immediately.
10929 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
10932 2004-07-16 Jim Blandy <jimb@redhat.com>
10934 * searching.texi (Regexp Backslash): Document new \_< and \_>
10937 2004-07-16 Juanma Barranquero <lektu@terra.es>
10939 * display.texi (Images): Fix Texinfo usage.
10941 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
10943 * buffers.texi (Modification Time): `visited-file-modtime' now
10944 returns a list of two integers, instead of a cons.
10946 2004-07-13 Luc Teirlinck <teirllm@auburn.edu>
10948 * windows.texi: Various changes in addition to:
10949 (Splitting Windows): Add `split-window-keep-point'.
10951 2004-07-09 Richard M. Stallman <rms@gnu.org>
10953 * frames.texi (Input Focus): Minor fix.
10955 2004-07-07 Luc Teirlinck <teirllm@auburn.edu>
10957 * frames.texi (Input Focus): Clarify descriptions of
10958 `select-frame-set-input-focus' and `select-frame'.
10960 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
10962 * os.texi: Various small changes in addition to:
10963 (Killing Emacs): Expand and clarify description of
10964 `kill-emacs-query-functions' and `kill-emacs-hook'.
10965 (System Environment): Expand and clarify description of `getenv'
10967 (Timers): Clarify description of `run-at-time'.
10968 (Translating Input): Correct description of
10969 `extra-keyboard-modifiers'.
10970 (Flow Control): Correct description of `enable-flow-control'.
10972 2004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
10974 * os.texi: Update copyright.
10975 (Session Management): Grammar fix.
10976 Clarify which Emacs does the restarting.
10977 Use @samp for *scratch* buffer.
10979 2004-07-04 Alan Mackenzie <acm@muc.de>
10981 * frames.texi (Input Focus): Add documentation for
10982 `select-frame-set-input-focus'. Replace refs to non-existent
10983 `switch-frame' with `select-frame'. Minor corrections and tidying
10984 up of text-only terminal stuff.
10986 2004-07-02 Richard M. Stallman <rms@gnu.org>
10988 * files.texi (Saving Buffers): Cleanup write-contents-function.
10989 (Magic File Names): Cleanup file-remote-p.
10991 2004-07-02 Kai Großjohann <kai@emptydomain.de>
10993 * files.texi (Magic File Names): `file-remote-p' returns an
10994 identifier of the remote system, not just t.
10996 2004-07-02 David Kastrup <dak@gnu.org>
10998 * searching.texi (Entire Match Data): Add explanation about new
10999 match-data behavior when @var{integers} is non-nil.
11001 2004-06-24 Richard M. Stallman <rms@gnu.org>
11003 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
11005 * customize.texi (Variable Definitions): Note about doc strings
11008 * keymaps.texi (Keymap Terminology): Document `kbd'.
11009 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
11011 * display.texi (Invisible Text): Setting buffer-invisibility-spec
11012 makes it buffer-local.
11014 * files.texi (Saving Buffers): Correct previous change.
11016 * commands.texi (Accessing Events):
11017 Clarify posn-col-row and posn-actual-col-row.
11019 2004-06-24 David Ponce <david.ponce@wanadoo.fr>
11021 * commands.texi (Accessing Events): New functions
11022 posn-at-point and posn-at-x-y. Add example to posn-x-y.
11024 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
11026 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
11027 * frames.texi, buffers.texi, backups.texi, variables.texi:
11028 * loading.texi, eval.texi, functions.texi, control.texi:
11029 * symbols.texi, minibuf.texi: Reposition @anchor's.
11031 * help.texi: Various small changes in addition to the following.
11032 (Describing Characters): Describe PREFIX argument to
11033 `key-description'. Correct and clarify definition of
11034 `text-char-description'. Describe NEED-VECTOR argument to
11036 (Help Functions): Clarify definition of `apropos'.
11038 2004-06-23 Lars Hansen <larsh@math.ku.dk>
11040 * files.texi (Saving Buffers): Correct description of
11041 `write-contents-functions'.
11043 2004-06-21 Juanma Barranquero <lektu@terra.es>
11045 * display.texi (Images): Remove redundant @vindex directives.
11046 Rewrite `image-library-alist' doc in active voice.
11048 2004-06-14 Juanma Barranquero <lektu@terra.es>
11050 * display.texi (Images): Document new delayed library loading,
11051 variable `image-library-alist' and (existing but undocumented)
11052 function `image-type-available-p'.
11054 2004-06-05 Richard M. Stallman <rms@gnu.org>
11056 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
11057 refer the user to the Initial Input node.
11058 (Text from Minibuffer): Likewise.
11059 (Initial Input): New node. Document this feature
11060 and say it is mostly deprecated.
11062 2004-05-30 Richard M. Stallman <rms@gnu.org>
11064 * loading.texi (Named Features): Clarify return value
11065 and meaning of NOERROR.
11067 * variables.texi (File Local Variables): Minor cleanup.
11069 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
11071 * files.texi (Magic File Names): Add `file-remote-p' as operation
11072 of file name handlers.
11074 2004-05-29 Richard M. Stallman <rms@gnu.org>
11076 * modes.texi (Minor Mode Conventions): (-) has no special meaning
11077 as arg to a minor mode command.
11079 2004-05-22 Richard M. Stallman <rms@gnu.org>
11081 * syntax.texi (Syntax Class Table): Word syntax not just for English.
11083 * streams.texi (Output Variables): Doc float-output-format.
11085 * searching.texi (Regexp Special): Nested repetition can be infloop.
11087 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
11088 real stack overflow.
11090 * compile.texi: Minor cleanups.
11092 2004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
11094 * lists.texi (Cons Cells): Explain dotted lists, true lists,
11096 (List Elements): Explain handling of circular and dotted lists.
11098 2004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
11100 * modes.texi (Search-based Fontification): Fix typo.
11102 2004-05-10 Juanma Barranquero <lektu@terra.es>
11104 * modes.texi (Mode Line Variables): Fix description of
11105 global-mode-string, which is now after which-func-mode, not the
11108 2004-05-07 Lars Hansen <larsh@math.ku.dk>
11110 * modes.texi (Desktop Save Mode): Add.
11111 (Modes): Add menu entry Desktop Save Mode.
11113 * hooks.texi: Add desktop-after-read-hook,
11114 desktop-no-desktop-file-hook and desktop-save-hook.
11116 * locals.texi: Add desktop-save-buffer.
11118 2004-04-30 Jesper Harder <harder@ifa.au.dk>
11120 * display.texi: emacs -> Emacs.
11122 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
11124 * files.texi (Changing Files): Document set-file-times.
11126 2004-04-23 Juanma Barranquero <lektu@terra.es>
11128 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
11130 2004-04-18 Jesper Harder <harder@ifa.au.dk>
11132 * tips.texi (Coding Conventions): defopt -> defcustom.
11134 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
11136 * sequences.texi: Various clarifications.
11138 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
11140 * buffers.texi (Read Only Buffers): Mention optional ARG to
11141 `toggle-read-only'.
11143 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
11145 * windows.texi (Selecting Windows): Note that get-lru-window
11146 returns a full-width window if possible.
11148 2004-04-13 Luc Teirlinck <teirllm@auburn.edu>
11150 * buffers.texi: Various changes in addition to:
11151 (Buffer File Name): Add `find-buffer-visiting'.
11152 (Buffer Modification): Mention optional ARG to `not-modified'.
11153 (Indirect Buffers): Mention optional CLONE argument to
11154 `make-indirect-buffer'.
11156 * files.texi: Various changes in addition to:
11157 (Visiting Functions): `find-file-hook' is now a normal hook.
11158 (File Name Expansion): Explain difference between the way that
11159 `expand-file-name' and `file-truename' treat `..'.
11160 (Contents of Directories): Mention optional ID-FORMAT argument to
11161 `directory-files-and-attributes'.
11162 (Format Conversion): Mention new optional CONFIRM argument to
11163 `format-write-file'.
11165 2004-04-12 Miles Bader <miles@gnu.org>
11167 * macros.texi (Expansion): Add description of `macroexpand-all'.
11169 2004-04-05 Jesper Harder <harder@ifa.au.dk>
11171 * variables.texi (Variable Aliases):
11172 Mention cyclic-variable-indirection.
11174 * errors.texi (Standard Errors): Ditto.
11176 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
11178 * backups.texi: Various small changes in addition to:
11179 (Making Backups): Mention return value of `backup-buffer'.
11180 (Auto-Saving): Mention optional FORCE argument to
11181 `delete-auto-save-file-if-necessary'.
11182 (Reverting): Mention optional PRESERVE-MODES argument to
11183 `revert-buffer'. Correct description of `revert-buffer-function'.
11185 2004-03-22 Juri Linkov <juri@jurta.org>
11187 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
11188 with `Vector Functions'.
11190 * text.texi (Sorting): Add missing quote.
11192 2004-03-14 Luc Teirlinck <teirllm@auburn.edu>
11194 * intro.texi (Lisp History): Replace xref to `cl' manual with
11197 2004-03-12 Richard M. Stallman <rms@gnu.org>
11199 * intro.texi (Version Info): Add arg to emacs-version.
11200 (Lisp History): Change xref to CL manual.
11202 2004-03-09 Luc Teirlinck <teirllm@auburn.edu>
11204 * minibuf.texi (Completion Commands): Add xref to Emacs manual
11205 for Partial Completion mode.
11207 2004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
11209 * customize.texi: Fix typo. Remove eol whitespace.
11211 2004-03-04 Richard M. Stallman <rms@gnu.org>
11213 * processes.texi: Fix typos.
11215 * lists.texi (Building Lists): Minor clarification.
11217 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
11218 in make-hash-table.
11220 2004-02-29 Juanma Barranquero <lektu@terra.es>
11222 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
11223 rm, and ignore exit code.
11225 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
11227 * display.texi (Defining Faces): Add description for min-colors.
11230 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
11232 * abbrevs.texi: Various corrections and clarifications in addition
11234 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
11236 2004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
11238 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
11240 2004-02-21 Luc Teirlinck <teirllm@auburn.edu>
11242 * text.texi: Various small changes in addition to the following:
11243 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
11244 to delete-horizontal-space.
11245 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
11246 description of yank-handler text property at various places.
11248 * frames.texi (Window System Selections): Add anchor.
11250 * syntax.texi (Syntax Table Functions): Clarify and correct
11251 descriptions of make-syntax-table and copy-syntax-table.
11252 (Motion and Syntax): Clarify SYNTAXES argument to
11253 skip-syntax-forward.
11254 (Parsing Expressions): Mention that the return value of
11255 parse-partial-sexp is currently a list of ten rather than nine
11257 (Categories): Various corrections and clarifications.
11259 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
11261 * markers.texi (Marker Insertion Types): Minor change.
11263 * locals.texi (Standard Buffer-Local Variables):
11264 * commands.texi (Interactive Codes, Using Interactive):
11265 * functions.texi (Related Topics): Fix xrefs.
11267 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
11269 * lists.texi (Sets And Lists): Update description of delete-dups.
11271 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
11273 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
11275 2004-02-16 Jan Djärv <jan.h.d@swipnet.se>
11277 * frames.texi (Parameter Access): frame-parameters arg is optional.
11278 modify-frame-parameters handles nil for FRAME.
11279 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
11280 are all-or-nothing for certain toolkits.
11281 Mention parameter wait-for-wm.
11282 (Frames and Windows): In frame-first-window and frame-selected-window
11283 the arg is optional.
11284 (Input Focus): In redirect-frame-focus the second arg is optional.
11285 (Window System Selections): Mention selection type CLIPBOARD.
11286 Mention data-type UTF8_STRING.
11287 Mention numbering of cut buffers.
11288 (Resources): Describe x-resource-name.
11290 2004-02-16 Richard M. Stallman <rms@gnu.org>
11292 * windows.texi (Buffers and Windows): Delete false table
11295 * syntax.texi (Parsing Expressions): Delete old caveat
11296 about parse-sexp-ignore-comments.
11298 * streams.texi (Output Variables): Add print-quoted.
11300 * lists.texi (Building Lists): Minor cleanup.
11302 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
11304 * display.texi (Overlays): Explain overlays use markers.
11305 (Managing Overlays): Explain front-advance and rear-advance
11308 * loading.texi (Unloading): Document unload-feature-special-hooks.
11309 Get rid of fns-NNN.el file.
11311 2004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
11313 * help.texi (Describing Characters): Fix text-char-description
11316 * edebug.texi (Using Edebug): Fix example.
11318 * debugging.texi (Internals of Debugger): Fix return value.
11320 * files.texi (Changing Files): Fix argname.
11322 * calendar.texi: Fix parens, and default values.
11324 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
11325 * nonascii.texi, objects.texi, os.texi: Minor fixes.
11326 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
11328 * positions.texi (Text Lines): Don't add -1 in current-line.
11330 2004-02-16 Richard M. Stallman <rms@gnu.org>
11332 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
11334 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
11336 * processes.texi (Low-Level Network): Fix a typo.
11338 2004-02-12 Kim F. Storm <storm@cua.dk>
11340 * display.texi (Fringes): Use consistent wording.
11341 Note that window-fringe's window arg is optional.
11342 (Scroll Bars): Use consistent wording.
11344 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
11346 * tips.texi (Comment Tips): Document the new conventions for
11347 commenting out code.
11349 2004-02-07 Jan Djärv <jan.h.d@swipnet.se>
11351 * positions.texi (Text Lines): Add missing end defun.
11353 2004-02-07 Kim F. Storm <storm@cua.dk>
11355 * positions.texi (Text Lines): Add line-number-at-pos.
11357 2004-02-06 John Paul Wallington <jpw@gnu.org>
11359 * display.texi (Button Properties, Button Buffer Commands):
11360 mouse-2 invokes button, not down-mouse-1.
11362 2004-02-04 Jason Rumney <jasonr@gnu.org>
11364 * makefile.w32-in: Sync with Makefile.in changes.
11366 2004-02-03 Luc Teirlinck <teirllm@auburn.edu>
11368 * minibuf.texi (Text from Minibuffer): Various corrections and
11370 (Object from Minibuffer): Correct Lisp description of
11372 (Minibuffer History): Clarify description of cons values for
11374 (Basic Completion): Various corrections and clarifications.
11375 Add completion-regexp-list.
11376 (Minibuffer Completion): Correct and clarify description of
11378 (Completion Commands): Mention Partial Completion mode.
11379 Various other minor changes.
11380 (High-Level Completion): Various corrections and clarifications.
11381 (Reading File Names): Ditto.
11382 (Minibuffer Misc): Ditto.
11384 2004-01-26 Luc Teirlinck <teirllm@auburn.edu>
11386 * strings.texi (Text Comparison): assoc-string also matches
11387 elements of alists that are strings instead of conses.
11388 (Formatting Strings): Standardize Texinfo usage. Update index
11391 2004-01-20 Luc Teirlinck <teirllm@auburn.edu>
11393 * lists.texi (Sets And Lists): Add delete-dups.
11395 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
11397 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
11399 * macros.texi (Defining Macros): Update description of `declare',
11400 which now is a macro.
11401 (Wrong Time): Fix typos.
11403 2004-01-14 Luc Teirlinck <teirllm@auburn.edu>
11405 * compile.texi (Compilation Functions): Expand descriptions of
11406 `compile-defun', `byte-compile-file', `byte-recompile-directory'
11407 and `batch-byte-compile'. In particular, mention and describe
11408 all optional arguments.
11409 (Disassembly): Correct and clarify the description of `disassemble'.
11411 2004-01-11 Luc Teirlinck <teirllm@auburn.edu>
11413 * searching.texi: Various small changes in addition to the
11415 (Regexp Example): Adapt to new value of `sentence-end'.
11416 (Regexp Functions): The PAREN argument to `regexp-opt' can be
11418 (Search and Replace): Add usage note for `perform-replace'.
11419 (Entire Match Data): Mention INTEGERS and REUSE arguments to
11421 (Standard Regexps): Update for new values of `paragraph-start'
11422 and `sentence-end'.
11424 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
11426 * files.texi (Saving Buffers): Clarify descriptions of
11427 `write-contents-functions' and `before-save-hook'.
11428 Make the defvar's for `before-save-hook' and `after-save-hook'
11431 2004-01-07 Kim F. Storm <storm@cua.dk>
11433 * commands.texi (Click Events): Describe new image and
11434 width/height elements of click events.
11435 (Accessing Events): Add posn-string, posn-image, and
11436 posn-object-width-height. Change posn-object to return either
11437 image or string object.
11439 2004-01-01 Simon Josefsson <jas@extundo.com>
11441 * hooks.texi (Standard Hooks): Add before-save-hook.
11442 * files.texi (Saving Buffers): Likewise.
11444 2004-01-03 Richard M. Stallman <rms@gnu.org>
11446 * frames.texi (Frames and Windows): Delete frame-root-window.
11448 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
11450 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
11452 * functions.texi: Various small changes in addition to the
11454 (What Is a Function): `functionp' returns nil for macros.
11455 Clarify behavior of this and following functions for symbol arguments.
11456 (Function Documentation): Add `\' in front of (fn @var{arglist})
11458 (Defining Functions): Mention DOCSTRING argument to `defalias'.
11460 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
11462 2004-01-01 Miles Bader <miles@gnu.org>
11464 * display.texi (Buttons): New section.
11466 2003-12-31 Andreas Schwab <schwab@suse.de>
11468 * numbers.texi (Math Functions): sqrt reports a domain-error
11470 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
11472 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
11474 * tips.texi (Documentation Tips): Update item on hyperlinks in
11475 documentation strings.
11477 * errors.texi (Standard Errors): Various small corrections and
11480 * control.texi: Various small changes in addition to the
11482 (Signaling Errors): Provide some more details on how `signal'
11483 constructs the error message. Add anchor to the definition of
11485 (Error Symbols): Describe special treatment of `quit'.
11486 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
11487 to emphasize that it has to be a single form.
11489 * buffers.texi: Add anchor.
11491 2003-12-29 Richard M. Stallman <rms@gnu.org>
11493 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
11494 (Window Configurations): Add window-configuration-frame.
11496 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
11498 * text.texi (Examining Properties): Add get-char-property-and-overlay.
11499 Change arg name in get-char-property.
11500 (Special Properties): Update handling of keymap property.
11502 * strings.texi (Modifying Strings): Add clear-string.
11503 (Text Comparison): Add assoc-string and remove
11504 assoc-ignore-case, assoc-ignore-representation.
11506 * os.texi (Time of Day): Add set-time-zone-rule.
11508 * numbers.texi (Math Functions): asin, acos, log, log10
11509 report domain-error errors.
11511 * nonascii.texi (Converting Representations):
11512 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
11513 (Encoding and I/O): Add file-name-coding-system.
11515 * modes.texi (Search-based Fontification): Explain that
11516 face specs are symbols with face names as values.
11518 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
11520 * lists.texi (Building Lists): remq moved elsewhere.
11521 (Sets And Lists): remq moved here.
11522 (Association Lists): Refer to assoc-string.
11524 * internals.texi (Garbage Collection): Add memory-use-counts.
11526 * frames.texi (Frames and Windows): Add set-frame-selected-window
11527 and frame-root-window.
11529 * files.texi (Contents of Directories):
11530 Add directory-files-and-attributes.
11532 * display.texi (Refresh Screen): Add force-window-update.
11533 (Invisible Text): Explain about moving point out of invis text.
11534 (Overlay Properties): Add overlay-properties.
11535 (Managing Overlays): Add overlayp.
11536 (GIF Images): Invalid image number displays a hollow box.
11538 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
11539 (Killing Buffers): Add buffer-live-p.
11541 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
11543 * display.texi (Fringes): Fix typo "set-buffer-window".
11545 2003-12-24 Luc Teirlinck <teirllm@auburn.edu>
11547 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
11548 * nonascii.texi, processes.texi, tips.texi, variables.texi:
11549 Add or change various xrefs and anchors.
11551 * commands.texi: Replace all occurrences of @acronym{CAR} with
11552 @sc{car}, for consistency with the rest of the Elisp manual.
11553 `car' and `cdr' are historically acronyms, but are no longer
11554 widely thought of as such.
11556 * internals.texi (Pure Storage): Mention that `purecopy' does not
11557 copy text properties.
11558 (Object Internals): Now 29 bits are used (in most implementations)
11559 to address Lisp objects.
11561 * variables.texi (Variables with Restricted Values): New node.
11563 * objects.texi (Lisp Data Types): Mention that certain variables
11564 can only take on a restricted set of values and add an xref to
11565 the new node "Variables with Restricted Values".
11567 * eval.texi (Function Indirection): Describe the errors that
11568 `indirect-function' can signal.
11569 (Eval): Clarify the descriptions of `eval-region' and `values'.
11570 Describe `eval-buffer' instead of `eval-current-buffer' and
11571 mention `eval-current-buffer' as an alias for `current-buffer'.
11572 Correct the description and mention all optional arguments.
11574 * nonascii.texi: Various small changes in addition to the
11576 (Converting Representations): Clarify behavior of
11577 `string-make-multibyte' and `string-to-multibyte' for unibyte all
11579 (Character Sets): Document the variable `charset-list' and adapt
11580 the definition of the function `charset-list' accordingly.
11581 (Translation of Characters): Clarify use of generic characters in
11582 `make-translation-table'. Clarify and correct the description of
11583 the use of translation tables in encoding and decoding.
11584 (User-Chosen Coding Systems): Correct and clarify the description
11585 of `select-safe-coding-system'.
11586 (Default Coding Systems): Clarify description of
11587 `file-coding-system-alist'.
11589 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
11591 * strings.texi (Text Comparison): Correctly describe when two
11592 strings are `equal'. Combine and clarify descriptions of
11593 `assoc-ignore-case' and `assoc-ignore-representation'.
11595 * objects.texi (Non-ASCII in Strings): Clarify description of
11596 when a string is unibyte or multibyte.
11597 (Bool-Vector Type): Update examples.
11598 (Equality Predicates): Correctly describe when two strings are
11601 2003-11-29 Luc Teirlinck <teirllm@auburn.edu>
11603 * lists.texi (Building Lists): `append' no longer accepts integer
11604 arguments. Update the description of `number-sequence' to reflect
11606 (Sets And Lists): Describe `member-ignore-case' after `member'.
11608 2003-11-27 Kim F. Storm <storm@cua.dk>
11610 * commands.texi (Click Events): Click object may be an images.
11611 Describe (dx . dy) element of click positions.
11612 (Accessing Events): Remove duplicate posn-timestamp.
11613 New functions posn-object and posn-object-x-y.
11615 2003-11-23 Kim F. Storm <storm@cua.dk>
11617 * commands.texi (Click Events): Describe enhancements to event
11618 position lists, including new text-pos and (col . row) items.
11619 Mention left-fringe and right-fringe area events.
11620 (Accessing Events): New functions posn-area and
11621 posn-actual-col-row. Mention posn-timestamp. Mention that
11622 posn-point in non-text area still returns buffer position.
11623 Clarify posn-col-row.
11625 2003-11-21 Lars Hansen <larsh@math.ku.dk>
11627 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
11628 * anti.texi (File Attributes): Describe removed parameter
11631 2003-11-20 Luc Teirlinck <teirllm@auburn.edu>
11633 * positions.texi (Positions): Mention that, if a marker is used as
11634 a position, its buffer is ignored.
11636 * markers.texi (Overview of Markers): Mention it here too.
11638 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
11640 * numbers.texi (Numeric Conversions): Not just `floor', but also
11641 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
11643 2003-11-10 Luc Teirlinck <teirllm@auburn.edu>
11645 * markers.texi (Creating Markers): Specify insertion type of
11646 created markers. Add xref to `Marker Insertion Types'.
11647 Second argument to `copy-marker' is optional.
11648 (Marker Insertion Types): Mention that most markers are created
11649 with insertion type nil.
11650 (The Mark): Correctly describe when `mark' signals an error.
11651 (The Region): Correctly describe when `region-beginning' and
11652 `region-end' signal an error.
11654 2003-11-08 Luc Teirlinck <teirllm@auburn.edu>
11656 * hash.texi (Creating Hash): Clarify description of `eql'.
11657 `makehash' is obsolete.
11658 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
11660 * positions.texi (Point): Change description of `buffer-end', so
11661 that it is also correct for floating point arguments.
11662 (List Motion): Correct argument lists of `beginning-of-defun' and
11664 (Excursions): Add xref to `Marker Insertion Types'.
11665 (Narrowing): Argument to `narrow-to-page' is optional.
11667 2003-11-06 Luc Teirlinck <teirllm@auburn.edu>
11669 * streams.texi (Output Streams): Clarify behavior of point for
11670 marker output streams.
11672 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
11674 * variables.texi (Defining Variables): Second argument to
11675 `defconst' is not optional.
11676 (Setting Variables): Mention optional argument APPEND to
11678 (Creating Buffer-Local): Expand description of
11679 `make-variable-buffer-local'.
11680 (Frame-Local Variables): Expand description of
11681 `make-variable-frame-local'.
11682 (Variable Aliases): Correct description of optional argument
11683 DOCSTRING to `defvaralias'. Mention return value of
11685 (File Local Variables): Add xref to `File variables' in Emacs
11686 Manual. Correct description of `hack-local-variables'. Mention
11687 `safe-local-variable' property. Mention optional second argument
11688 to `risky-local-variable-p'.
11690 2003-11-03 Luc Teirlinck <teirllm@auburn.edu>
11692 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
11694 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
11696 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
11697 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
11698 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
11699 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
11700 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
11701 lispref/processes.texi, lispref/searching.texi,
11702 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
11703 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
11706 2003-10-27 Luc Teirlinck <teirllm@auburn.edu>
11708 * strings.texi (Creating Strings): Argument START to `substring'
11709 can not be `nil'. Expand description of
11710 `substring-no-properties'. Correct description of `split-string',
11711 especially with respect to empty matches. Prevent very bad line
11712 break in definition of `split-string-default-separators'.
11713 (Text Comparison): `string=' and `string<' also accept symbols as
11715 (String Conversion): More completely describe argument BASE in
11716 `string-to-number'.
11717 (Formatting Strings): `%s' and `%S' in `format' do require
11718 corresponding object. Clarify behavior of numeric prefix after
11720 (Case Conversion): The argument to `upcase-initials' can be a
11723 2003-10-27 Kenichi Handa <handa@m17n.org>
11725 * display.texi (Fontsets): Fix texinfo usage.
11727 2003-10-25 Kenichi Handa <handa@m17n.org>
11729 * display.texi (Fontsets): Add description of the function
11732 2003-10-23 Luc Teirlinck <teirllm@auburn.edu>
11734 * display.texi (Temporary Displays): Add xref to `Documentation
11737 * functions.texi (Function Safety): Use inforef instead of pxref
11740 2003-10-23 Andreas Schwab <schwab@suse.de>
11742 * Makefile.in (TEX, texinputdir): Don't define.
11743 (TEXI2DVI): Define.
11744 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
11745 add $(srcdir)/index.texi.
11746 ($(infodir)/elisp): Remove index.texi dependency.
11747 (elisp.dvi): Likewise. Use $(TEXI2DVI).
11748 (index.texi): Remove target.
11749 (dist): Don't link $(srcdir)/permute-index.
11750 (clean): Don't remove index.texi.
11752 * permute-index, index.perm: Remove.
11753 * index.texi: Rename from index.unperm.
11755 2003-10-22 Luc Teirlinck <teirllm@auburn.edu>
11757 * tips.texi (Documentation Tips): Document new behavior for face
11758 and variable hyperlinks in Help mode.
11760 2003-10-21 Luc Teirlinck <teirllm@auburn.edu>
11762 * objects.texi (Integer Type): Update for extra bit of integer range.
11763 (Character Type): Ditto.
11765 2003-10-16 Eli Zaretskii <eliz@gnu.org>
11767 * numbers.texi (Integer Basics): Add index entries for reading
11768 numbers in hex, octal, and binary.
11770 2003-10-16 Lute Kamstra <lute@gnu.org>
11772 * modes.texi (Mode Line Format): Mention force-mode-line-update's
11775 2003-10-13 Luc Teirlinck <teirllm@auburn.edu>
11777 * windows.texi (Choosing Window): Fix typo.
11778 * edebug.texi (Edebug Execution Modes): Fix typo.
11780 2003-10-13 Richard M. Stallman <rms@gnu.org>
11782 * windows.texi (Basic Windows): A window has fringe settings,
11783 display margins and scroll-bar settings.
11784 (Splitting Windows): Doc split-window return value.
11785 Clean up one-window-p.
11786 (Selecting Windows): Fix typo.
11787 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
11788 (Buffers and Windows): In set-window-buffer, explain effect
11789 on fringe settings and scroll bar settings.
11790 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
11791 (Choosing Window): Use defopt for pop-up-frame-function.
11792 For special-display-buffer-names, explain same-window and same-frame.
11793 Clarify window-dedicated-p return value.
11794 (Textual Scrolling): scroll-up and scroll-down can get an error.
11795 (Horizontal Scrolling): Clarify auto-hscroll-mode.
11796 Clarify set-window-hscroll.
11797 (Size of Window): Don't mention tool bar in window-height.
11798 (Coordinates and Windows): Explain what coordinates-in-window-p
11799 returns for fringes and display margins.
11800 (Window Configurations): Explain saving fringes, etc.
11802 * tips.texi (Library Headers): Clean up Documentation.
11804 * syntax.texi (Parsing Expressions): Clean up forward-comment
11805 and parse-sexp-lookup-properties.
11807 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
11809 * os.texi (System Environment): Clean up text for load-average errors.
11811 * modes.texi (Hooks): Don't explain local hook details at front.
11812 Clarify run-hooks and run-hook-with-args a little.
11813 Clean up add-hook and remove-hook.
11815 * edebug.texi (Edebug Execution Modes): Clarify t.
11816 Document edebug-sit-for-seconds.
11817 (Coverage Testing): Document C-x X = and =.
11818 (Instrumenting Macro Calls): Fix typo.
11819 (Specification List): Don't index the specification keywords.
11821 2003-10-10 Kim F. Storm <storm@cua.dk>
11823 * processes.texi (Network): Introduce make-network-process.
11825 2003-10-09 Luc Teirlinck <teirllm@auburn.edu>
11827 * tips.texi (Library Headers): Fix typo.
11829 2003-10-07 Juri Linkov <juri@jurta.org>
11831 * modes.texi (Imenu): Mention imenu-create-index-function's
11832 default value. Explain submenus better.
11834 2003-10-07 Lute Kamstra <lute@gnu.org>
11836 * modes.texi (Faces for Font Lock): Fix typo.
11837 (Hooks): Explain how buffer-local hook variables can refer to
11838 global hook variables.
11839 Various minor clarifications.
11841 2003-10-06 Lute Kamstra <lute@gnu.org>
11843 * tips.texi (Coding Conventions): Mention naming conventions for
11846 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
11848 * loading.texi (Library Search): Correct default value of
11850 (Named Features): Fix typo.
11852 2003-10-05 Richard M. Stallman <rms@gnu.org>
11854 * loading.texi (Named Features): In `provide',
11855 say how to test for subfeatures.
11856 (Unloading): In unload-feature, use new var name
11857 unload-feature-special-hooks.
11859 2003-10-03 Lute Kamstra <lute@gnu.org>
11861 * modes.texi (Major Mode Conventions): Mention third way to set up
11863 (Imenu): A number of small fixes.
11864 Delete documentation of internal variable imenu--index-alist.
11865 Document the return value format of imenu-create-index-function
11868 2003-09-30 Richard M. Stallman <rms@gnu.org>
11870 * processes.texi (Network): Say what stopped datagram connections do.
11872 * lists.texi (Association Lists): Clarify `assq-delete-all'.
11874 * display.texi (Overlay Properties): Clarify `evaporate' property.
11876 2003-09-29 Lute Kamstra <lute@gnu.org>
11878 * modes.texi (Mode Line Data): Explain when symbols in mode-line
11879 constructs should be marked as risky.
11880 Change cons cell into proper list.
11881 (Mode Line Variables): Change cons cell into proper list.
11883 2003-09-26 Lute Kamstra <lute@gnu.org>
11885 * modes.texi (Mode Line Data): Document the :propertize construct.
11886 (Mode Line Variables): Reorder the descriptions of the variables
11887 to match their order in the default mode-line-format.
11888 Describe the new variables mode-line-position and mode-line-modes.
11889 Update the default values of mode-line-frame-identification,
11890 minor-mode-alist, and default-mode-line-format.
11891 (Properties in Mode): Mention the :propertize construct.
11893 2003-09-26 Richard M. Stallman <rms@gnu.org>
11895 * buffers.texi, commands.texi, debugging.texi, eval.texi:
11896 * loading.texi, minibuf.texi, text.texi, variables.texi:
11897 Avoid @strong{Note:}.
11899 2003-09-26 Richard M. Stallman <rms@gnu.org>
11901 * keymaps.texi (Remapping Commands): Fix typo.
11903 2003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
11905 * processes.texi (Low-Level Network): Fix typo.
11907 2003-09-23 Kim F. Storm <storm@cua.dk>
11909 * processes.texi (Network, Network Servers): Fix typos.
11910 (Low-Level Network): Add timeout value for :server keyword.
11911 Add new option keywords to make-network-process.
11912 Add set-network-process-options.
11913 Explain how to test availability of network options.
11915 2003-09-19 Richard M. Stallman <rms@gnu.org>
11917 * text.texi (Motion by Indent): Arg to
11918 backward-to-indentation and forward-to-indentation is optional.
11920 * strings.texi (Creating Strings): Add substring-no-properties.
11923 (Process Information): Add list-processes arg QUERY-ONLY.
11924 Delete process-contact from here.
11925 Add new status values for process-status.
11926 Add process-get, process-put, process-plist, set-process-plist.
11927 (Synchronous Processes): Add call-process-shell-command.
11928 (Signals to Processes): signal-process allows process objects.
11929 (Network): Complete rewrite.
11930 (Network Servers, Datagrams, Low-Level Network): New nodes.
11932 * positions.texi (Word Motion): forward-word, backward-word
11933 arg is optional. Reword.
11935 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
11937 * variables.texi (Creating Buffer-Local):
11938 Delete duplicate definition of buffer-local-value.
11939 (File Local Variables): Explain about discarding text props.
11941 2003-09-11 Richard M. Stallman <rms@gnu.org>
11943 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
11944 changes variables that record input events.
11945 (Minibuffer Misc): Add minibuffer-selected-window.
11947 * lists.texi (Building Lists): Add copy-tree.
11949 * display.texi (Fontsets): Add char-displayable-p.
11950 (Scroll Bars): New node.
11952 2003-09-08 Lute Kamstra <lute@gnu.org>
11954 * modes.texi (%-Constructs): Document new `%i' and `%I'
11957 2003-09-03 Peter Runestig <peter@runestig.com>
11959 * makefile.w32-in: New file.
11961 2003-08-29 Richard M. Stallman <rms@gnu.org>
11963 * display.texi (Overlay Properties): Clarify how priorities
11964 affect use of the properties.
11966 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
11968 * customize.texi (Type Keywords): Correct the description of
11969 `:help-echo' in the case where `motion-doc' is a function.
11971 2003-08-14 John Paul Wallington <jpw@gnu.org>
11973 * modes.texi (Emulating Mode Line): Subsection, not section.
11975 2003-08-13 Richard M. Stallman <rms@gnu.org>
11977 * elisp.texi (Top): Update subnode lists in menu.
11979 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
11980 (Kill Functions): kill-region has new arg yank-handler.
11981 (Yanking): New node.
11982 (Yank Commands): Add yank-undo-function.
11983 (Low-Level Kill Ring):
11984 kill-new and kill-append have new arg yank-handler.
11985 (Changing Properties): Add remove-list-of-text-properties.
11986 (Atomic Changes): New node.
11988 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
11990 * streams.texi (Output Variables): Add eval-expression-print-length
11991 and eval-expression-print-level.
11993 * os.texi (Time Conversion): For encode-time, explain limits on year.
11995 * objects.texi (Character Type): Define anchor "modifier bits".
11997 * modes.texi (Emulating Mode Line): New node.
11998 (Search-based Fontification): Font Lock uses font-lock-face property.
11999 (Other Font Lock Variables): Likewise.
12001 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
12003 (Active Keymaps): Add emulation-mode-map-alists.
12004 (Functions for Key Lookup): key-binding has new arg no-remap.
12005 (Remapping Commands): New node.
12006 (Scanning Keymaps): where-is-internal has new arg no-remap.
12007 (Tool Bar): Add tool-bar-local-item-from-menu.
12008 Clarify when to use tool-bar-add-item-from-menu.
12010 * commands.texi (Interactive Call): commandp has new arg.
12011 (Command Loop Info): Add this-original-command.
12013 2003-08-06 John Paul Wallington <jpw@gnu.org>
12015 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
12017 * display.texi (Warning Basics): Fix typo.
12018 (Fringes): Add closing curly bracket and fix typo.
12020 * elisp.texi (Top): Fix typo.
12022 2003-08-05 Richard M. Stallman <rms@gnu.org>
12024 * elisp.texi: Update lists of subnodes.
12026 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
12028 * variables.texi (Local Variables): Use lc for example variable names.
12030 * tips.texi (Library Headers): Explain where to put -*-.
12032 * strings.texi (Creating Strings): Fix xref for vconcat.
12034 * sequences.texi (Vector Functions):
12035 vconcat no longer allows integer args.
12037 * minibuf.texi (Reading File Names): read-file-name has new
12038 arg PREDICATE. New function read-directory-name.
12040 * macros.texi (Defining Macros): Give definition of `declare'.
12041 (Indenting Macros): New node.
12043 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
12044 (Window Frame Parameters): Make separate table of parameters
12045 that are coupled with specific face attributes.
12046 (Deleting Frames): delete-frame-hooks renamed to
12047 delete-frame-functions.
12049 * files.texi (Magic File Names): Add file-remote-p.
12050 Clarify file-local-copy.
12052 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
12053 here; instead xref Defining Macros.
12055 * display.texi (Warnings): New node, and subnodes.
12056 (Fringes): New node.
12058 * debugging.texi (Test Coverage): New node.
12060 * compile.texi (Compiler Errors): Explain with-no-warnings
12061 and other ways to suppress warnings.
12063 * commands.texi (Interactive Call): Minor clarification.
12065 * buffers.texi (Buffer File Name): set-visited-file-name
12066 renames the buffer too.
12068 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
12070 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
12072 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
12074 2003-07-22 Markus Rost <rost@math.ohio-state.edu>
12076 * internals.texi (Garbage Collection): Fix previous change.
12078 2003-07-22 Richard M. Stallman <rms@gnu.org>
12080 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
12082 * display.texi (Width): Use \s syntax in example.
12083 (Font Selection): Add face-font-rescale-alist.
12085 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
12086 Remove spurious indent in example.
12088 * lists.texi (Building Lists): Add number-sequence.
12090 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
12092 * functions.texi (Function Documentation): Explain how to
12093 show calling convention explicitly in the doc string.
12095 * windows.texi (Selecting Windows): save-selected-window saves
12096 selected window of each frame.
12097 (Window Configurations): Minor change.
12099 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
12101 * streams.texi (Output Variables): Add print-continuous-numbering
12102 and print-number-table.
12104 * processes.texi (Decoding Output): New node.
12106 * os.texi (Time Conversion): decode-time arg is optional.
12108 * objects.texi (Character Type): Don't use space as example for \.
12109 Make list of char names and \-sequences correspond.
12110 Explain that \s is not used in strings. `\ ' needs space after.
12112 * nonascii.texi (Converting Representations): Add string-to-multibyte.
12113 (Translation of Characters): Add translation-table-for-input.
12114 (Default Coding Systems): Add auto-coding-functions.
12115 (Explicit Encoding): Add decode-coding-inserted-region.
12116 (Locales): Add locale-info.
12118 * minibuf.texi (Basic Completion): Describe test-completion.
12119 Collections can be lists of strings.
12120 Clean up lazy-completion-table.
12121 (Programmed Completion): Mention test-completion.
12122 Clarify why lambda expressions are not accepted.
12123 (Minibuffer Misc): Describe minibufferp.
12125 2003-07-14 Richard M. Stallman <rms@gnu.org>
12127 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
12129 * windows.texi (Selecting Windows): New arg to select-window.
12130 (Selecting Windows): Add with-selected-window.
12131 (Size of Window): Add window-inside-edges, etc.
12133 * internals.texi (Garbage Collection): Add post-gc-hook.
12135 * processes.texi (Subprocess Creation): Add exec-suffixes.
12137 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
12138 (Scanning Keymaps): Add map-keymaps.
12139 (Defining Menus): Add keymap-prompt.
12141 * numbers.texi (Integer Basics): Add most-positive-fixnum,
12142 most-negative-fixnum.
12144 * compile.texi (Byte Compilation): Explain no-byte-compile.
12145 (Compiler Errors): New node.
12147 * os.texi (User Identification): user-uid, user-real-uid
12150 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
12151 and about derived modes.
12152 (Minor Modes): Add minor-mode-list.
12153 (Defining Minor Modes): Keyword args for define-minor-mode.
12154 (Search-based Fontification): Explain managing other properties.
12155 (Other Font Lock Variables): Add font-lock-extra-managed-props.
12156 (Faces for Font Lock): Add font-lock-preprocessor-face.
12157 (Hooks): Add run-mode-hooks and delay-mode-hooks.
12159 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
12160 (Variable Aliases): Clarify defvaralias.
12162 * loading.texi (Library Search): Add load-suffixes.
12164 * minibuf.texi (Basic Completion): Add lazy-completion-table.
12165 (Programmed Completion): Add dynamic-completion-table.
12167 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
12168 (Magic File Names): Specify precedence order of handlers.
12170 * commands.texi (Command Overview): Emacs server runs pre-command-hook
12171 and post-command-hook.
12172 (Waiting): New calling convention for sit-for.
12174 * text.texi (Special Properties): local-map and keymap properties
12175 apply based on their stickiness.
12177 2003-07-07 Richard M. Stallman <rms@gnu.org>
12179 * modes.texi (Minor Mode Conventions): Specify only some kinds
12180 of list values as args to minor modes.
12182 * files.texi (File Name Expansion): Warn about iterative use
12183 of substitute-in-file-name.
12185 * advice.texi (Activation of Advice): Clean up previous change.
12187 2003-07-06 Markus Rost <rost@math.ohio-state.edu>
12189 * advice.texi (Activation of Advice): Note that ad-start-advice is
12190 turned on by default.
12192 2003-06-30 Richard M. Stallman <rms@gnu.org>
12194 * text.texi (Buffer Contents): Document current-word.
12195 (Change Hooks): Not called for *Messages*.
12197 * functions.texi (Defining Functions): Explain about redefining
12199 (Function Safety): Rename. Minor changes.
12200 Comment out the detailed criteria for what is safe.
12202 2003-06-22 Andreas Schwab <schwab@suse.de>
12204 * objects.texi (Symbol Type): Fix description of examples.
12206 2003-06-16 Andreas Schwab <schwab@suse.de>
12208 * hash.texi (Creating Hash): Fix description of :weakness.
12210 2003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
12212 * files.texi (Changing Files): copy-file copies file modes, too.
12214 2003-05-28 Richard M. Stallman <rms@gnu.org>
12216 * strings.texi (Creating Strings): Clarify split-string.
12218 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
12220 * strings.texi (Creating Strings): Update split-string specification
12223 2003-05-19 Richard M. Stallman <rms@gnu.org>
12225 * elisp.texi: Correct invariant section names.
12227 2003-04-20 Richard M. Stallman <rms@gnu.org>
12229 * os.texi (Timers): Explain about timers and quitting.
12231 2003-04-19 Richard M. Stallman <rms@gnu.org>
12233 * internals.texi (Writing Emacs Primitives): Strings are
12234 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
12235 Explain GCPRO convention for varargs function args.
12237 2003-04-16 Richard M. Stallman <rms@gnu.org>
12239 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
12241 2003-04-08 Richard M. Stallman <rms@gnu.org>
12243 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
12245 2003-02-13 Kim F. Storm <storm@cua.dk>
12247 * objects.texi (Character Type): New \s escape for space.
12249 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
12251 * os.texi (System Environment): Add cygwin system-type.
12253 2003-01-25 Richard M. Stallman <rms@gnu.org>
12255 * keymaps.texi: Document that a symbol can act as a keymap.
12257 2003-01-13 Richard M. Stallman <rms@gnu.org>
12259 * text.texi (Changing Properties): Say string indices are origin-0.
12261 * positions.texi (Screen Lines) <compute-motion>:
12262 Correct order of elts in return value.
12264 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
12265 how to define a default binding.
12267 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
12269 * loading.texi (Unloading): Fix recent change for load-history.
12271 * customize.texi (Simple Types): Clarify description of custom
12272 type 'number. Describe new custom type 'float.
12274 2002-12-04 Markus Rost <rost@math.ohio-state.edu>
12276 * variables.texi (File Local Variables): Fix typo.
12278 2002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
12280 From Michael Albinus <Michael.Albinus@alcatel.de>.
12282 * README: Target for Info file is `make info'.
12284 * files.texi (File Name Components): Fix typos in
12285 `file-name-sans-extension'.
12286 (Magic File Names): Complete list of operations for magic file
12289 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
12291 * variables.texi (File Local Variables): New function
12292 risky-local-variable-p.
12294 2002-09-15 Jonathan Yavner <jyavner@engineer.com>
12296 * functions.texi (Function safety): New node about unsafep.
12298 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
12300 * customize.texi (Splicing into Lists): Fix example.
12301 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
12303 2002-06-17 Juanma Barranquero <lektu@terra.es>
12305 * frames.texi (Display Feature Testing): Fix typo.
12307 2002-06-12 Andreas Schwab <schwab@suse.de>
12309 * frames.texi (Initial Parameters, Resources): Fix references to
12312 2002-05-13 Kim F. Storm <storm@cua.dk>
12314 * variables.texi (Intro to Buffer-Local): Update warning and
12315 example relating to changing buffer inside let.
12317 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
12319 * os.texi (Session Management): New node about X Session management.
12321 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
12323 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
12324 to which the manual corresponds, and the copyright years.
12326 * Makefile.in (VERSION): Set to 2.9.
12328 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
12330 * elisp.texi: Change the category in @dircategory to "Emacs", to
12331 make it consistent with info/dir.
12333 2001-11-25 Miles Bader <miles@gnu.org>
12335 * text.texi (Fields): Describe new `limit' arg in
12336 field-beginning/field-end.
12338 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
12340 * permute-index: Don't depend on csh-specific features.
12341 Replace the interpreter name with /bin/sh.
12343 * two-volume-cross-refs.txt: New file.
12344 * two.el: New file.
12345 * spellfile: New file.
12347 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
12349 * permute-index: New file.
12351 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
12352 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
12353 8+3 restricted namespace.
12355 * Makefile.in (infodir): Define relative to $(srcdir).
12356 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
12357 include directories list via -I switch to makeinfo.
12358 (index.texi): Use cp if both hard and symbolic links fail.
12360 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
12362 * Makefile.in (distclean): Add.
12364 The following changes make ELisp manual part of the Emacs
12367 * Makefile.in: Add Copyright notice.
12369 (infodir): Change value to "../info".
12370 (VPATH): New variable.
12371 (MAKE): Don't define.
12372 (texmacrodir): Don't define.
12373 (texinputdir): Append the existing value of TEXINPUTS.
12374 ($(infodir)/elisp): Instead of just "elisp". Reformat the
12375 command to be compatible with man/Makefile.in, and to put the
12376 output into ../info.
12377 (info): Add target.
12378 (installall): Target removed.
12380 2001-10-31 Pavel Janík <Pavel@Janik.cz>
12382 * tips.texi (Coding Conventions): Fix typo.
12384 2001-10-23 Gerd Moellmann <gerd@gnu.org>
12386 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
12388 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
12390 * files.texi (File Name Components): Update the description of
12391 file-name-sans-extension and file-name-extension, as they now
12392 ignore leading dots.
12394 2001-10-20 Gerd Moellmann <gerd@gnu.org>
12396 * (Version 21.1 released.)
12398 2001-10-19 Miles Bader <miles@gnu.org>
12400 * positions.texi (Text Lines): Describe behavior of
12401 `beginning-of-line'/`end-of-line' in the presence of field properties.
12403 2001-10-17 Gerd Moellmann <gerd@gnu.org>
12405 * Makefile.in (VERSION): Set to 2.8.
12406 (manual): Use `manual-21'.
12408 * elisp.texi (VERSION): Add and use it where the version
12409 number was used. Set it to 2.8.
12411 * intro.texi: Likewise.
12413 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
12415 * files.texi (File Name Completion): Document the significance of
12416 a trailing slash in elements of completion-ignored-extensions.
12418 2001-10-06 Miles Bader <miles@gnu.org>
12420 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
12422 2001-10-04 Gerd Moellmann <gerd@gnu.org>
12424 * variables.texi (Variable Aliases): New node.
12426 2001-10-04 Gerd Moellmann <gerd@gnu.org>
12430 2001-10-02 Miles Bader <miles@gnu.org>
12432 * minibuf.texi (Minibuffer Misc): Add entries for
12433 `minibuffer-contents', `minibuffer-contents-no-properties', and
12434 `delete-minibuffer-contents'.
12435 Correct description for `minibuffer-prompt-end'.
12437 * text.texi (Property Search): Correct descriptions of
12438 `next-char-property-change' and `previous-char-property-change'.
12439 Add entries for `next-single-char-property-change' and
12440 `previous-single-char-property-change'.
12441 Make operand names a bit more consistent.
12443 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
12445 * frames.texi (Finding All Frames): Document that next-frame and
12446 previous-frame are local to current terminal.
12448 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
12450 * keymaps.texi (Creating Keymaps): Fix the description of the
12451 result of make-keymap.
12453 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
12455 * display.texi (Font Lookup, Attribute Functions)
12456 (Image Descriptors): Add cross-references to the definition of
12459 * buffers.texi (The Buffer List): Add cross-references to the
12460 definition of selected frame.
12462 * frames.texi (Input Focus): Clarify which frame is _the_ selected
12463 frame at any given time.
12464 (Multiple Displays, Size and Position): Add a cross-reference to
12465 the definition of the selected frame.
12467 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
12469 * strings.texi (String Conversion) <string-to-number>: Document
12470 that a float is returned for integers that are too large.
12472 * frames.texi (Mouse Position): Document mouse-position-function.
12473 (Display Feature Testing): Document display-images-p.
12474 (Window Frame Parameters): Document the cursor-type variable.
12476 * numbers.texi (Integer Basics): Document CL style read syntax for
12477 integers in bases other than 10.
12479 * positions.texi (List Motion):
12480 Document open-paren-in-column-0-is-defun-start.
12482 * lists.texi (Sets And Lists): Document member-ignore-case.
12484 * internals.texi (Garbage Collection): Document the used and free
12486 (Memory Usage): Document strings-consed.
12488 * os.texi (Time of Day): Document float-time.
12489 (Recording Input): Document that clear-this-command-keys clears
12490 the vector to be returned by recent-keys.
12492 * keymaps.texi (Scanning Keymaps) <where-is-internal>:
12493 The argument keymap can be a list.
12495 * nonascii.texi (User-Chosen Coding Systems)
12496 <select-safe-coding-system>: Document the new argument
12497 accept-default-p and the variable
12498 select-safe-coding-system-accept-default-p. Tell what happens if
12499 buffer-file-coding-system is undecided.
12500 (Default Coding Systems): Document auto-coding-regexp-alist.
12502 * display.texi (The Echo Area) <message>: Document
12503 message-truncate-lines.
12504 (Glyphs): Document that the glyph table is unused on windowed
12507 * help.texi (Describing Characters) <single-key-description>:
12508 Document the new argument no-angles.
12509 (Accessing Documentation) <documentation-property>: Document that
12510 a non-string property is evaluated.
12511 <documentation>: Document that the function-documentation property
12514 * windows.texi (Selecting Windows): Document some-window.
12516 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
12518 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
12521 * commands.texi (Using Interactive): Document interactive-form.
12522 (Keyboard Macros): Document kbd-macro-termination-hook.
12523 (Command Loop Info): Document that clear-this-command-keys clears
12524 the vector to be returned by recent-keys.
12526 2001-09-04 Werner LEMBERG <wl@gnu.org>
12528 * Makefile.in (srcdir, texinputdir): New variables.
12529 (srcs, index.texi, install): Use $(srcdir).
12530 (.PHONY): Remove elisp.dvi.
12531 (elisp): Use -I switch for makeinfo.
12532 (elisp.dvi): Use $(srcdir) and $(texinputdir).
12533 (installall, dist): Use $(srcdir).
12534 Fix path to texinfo.tex.
12535 (maintainer-clean): Add elisp.dvi and elisp.oaux.
12537 2001-08-30 Gerd Moellmann <gerd@gnu.org>
12539 * display.texi (Conditional Display): Adjust to API change.
12541 * configure: New file.
12543 2001-07-30 Gerd Moellmann <gerd@gnu.org>
12545 * commands.texi (Repeat Events): Add description of
12548 2001-05-08 Stefan Monnier <monnier@cs.yale.edu>
12550 * syntax.texi (Syntax Class Table): Add the missing designator for
12551 comment and string fences.
12552 (Syntax Properties): Add a xref to syntax table internals.
12553 (Syntax Table Internals): Document string-to-syntax.
12555 2001-05-07 Gerd Moellmann <gerd@gnu.org>
12557 * Makefile.in (install): Use install-info command line options
12558 like in Emacs' Makefile.in.
12560 2000-12-09 Miles Bader <miles@gnu.org>
12562 * windows.texi (Window Start): Update documentation for
12563 `pos-visible-in-window-p'.
12565 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
12567 * lists.texi (Building Lists): Add footnote to explain how to add
12568 to the end of a list.
12570 2000-10-25 Gerd Moellmann <gerd@gnu.org>
12572 * files.texi (Visiting Functions): Typos.
12574 2000-10-25 Kenichi Handa <handa@etl.go.jp>
12576 * files.texi (Visiting Functions): Return value of
12577 find-file-noselect may be a list of buffers if wildcards are used.
12579 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
12581 * display.texi (Defining Faces): Document `graphic' display type
12584 2000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12586 * hooks.texi (Standard Hooks): Replace obsolete
12587 `after-make-frame-hook' with `after-make-frame-functions'.
12589 * frames.texi (Creating Frames): Ditto.
12591 * variables.texi (Future Local Variables): Ditto.
12593 2000-10-16 Gerd Moellmann <gerd@gnu.org>
12595 * display.texi (Other Image Types): Add description of :foreground
12596 and :background properties of mono PBM images.
12598 2000-08-17 Werner LEMBERG <wl@gnu.org>
12600 * .cvsignore: New file.
12602 2000-01-05 Gerd Moellmann <gerd@gnu.org>
12604 * tindex.pl: New script.
12606 1999-12-03 Dave Love <fx@gnu.org>
12608 * Makefile.in (MAKEINFO): New parameter.
12610 1999-09-17 Richard Stallman <rms@gnu.org>
12612 * Makefile.in (srcs): Add hash.texi.
12613 (VERSION): Update to 20.6.
12615 1999-09-13 Richard Stallman <rms@gnu.org>
12617 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
12619 1998-08-29 Karl Heuer <kwzh@gnu.org>
12621 * configure.in: New file.
12622 * Makefile.in: Renamed from Makefile.
12623 (prefix, infodir): Use value obtained from configure.
12624 (emacslibdir): Obsolete variable deleted.
12625 (dist): Distribute configure.in, configure, Makefile.in.
12627 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12629 * Makefile (INSTALL_INFO): New variable.
12630 (install): Run install-info.
12632 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
12634 * Makefile (elisp.dvi): Add missing backslash.
12636 1998-05-02 Richard Stallman <rms@psilocin.gnu.org>
12638 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
12639 Run texindex without `./'. Always run texindex on elisp.tp.
12640 (elisp.tps): Target deleted.
12642 1998-04-05 Richard Stallman <rms@psilocin.gnu.org>
12644 * Makefile (srcs): Add nonascii.texi and customize.texi.
12645 (dist): Start by deleting `temp'.
12647 1998-02-17 Richard Stallman <rms@psilocin.gnu.org>
12649 * Makefile (makeinfo, texindex): Targets deleted.
12650 (makeinfo.o, texindex.o): Targets deleted.
12651 (clean, dist): Don't do anything with them or with getopt*.
12653 1998-01-30 Richard Stallman <rms@psilocin.gnu.org>
12655 * Makefile (SHELL): Defined.
12657 1998-01-27 Richard Stallman <rms@psilocin.gnu.org>
12659 * Makefile (elisp.tps): New target.
12660 (elisp.dvi): Depend on elisp.tps.
12662 1996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
12664 * README: Update phone number.
12666 * Makefile (elisp): Make this be the default target.
12667 Depend on makeinfo.c instead of makeinfo.
12668 (install): Don't depend on elisp.dvi, since we don't install that.
12670 (dist): Add mkinstalldirs.
12672 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12674 * Makefile (VERSION): Update version number.
12675 (maintainer-clean): Rename from realclean.
12677 1995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
12679 * Makefile (realclean): New target.
12680 (elisp): Remove any old elisp-* files first.
12682 1993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
12684 * Makefile (VERSION): New variable.
12685 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
12686 Compressed file suffix should be `.gz', not `.z'.
12688 1993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12690 * Makefile (elisp): Depend on makeinfo.
12692 1993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
12694 * Makefile (srcs): Add anti.texi.
12696 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12698 * Makefile (infodir, prefix): New vars.
12699 (install): Use infodir.
12700 (emacsinfodir): Delete.
12702 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12704 * Makefile (srcs): Add calendar.texi.
12706 * Makefile (dist): Copy texindex.c and makeinfo.c.
12707 Limit elisp-* files to those with one or two digits.
12709 1993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12711 * Makefile (dist): Change to use Gzip instead of compress.
12713 1993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
12715 * loading.texi (Unloading): define-function changed back to
12716 defalias. It may not stay this way, but at least it's
12717 consistent with the known-good version of the code patch.
12719 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
12721 * modes.texi (Hooks): Document new optional arg of add-hook.
12723 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
12725 * variables.texi: Document nil initial value of buffer-local variables.
12727 * tips.texi: Add new section on standard library headers.
12729 1993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12731 * Makefile (srcs): Add frame.texi to the list of sources.
12733 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12735 * Makefile (dist): Don't bother excluding autosave files; they'll
12736 never make it into the temp directory anyway, and the hash marks
12737 in the name are problematic for make and the Bourne shell.
12740 1993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12742 * Makefile (dist): Don't include backup files or autosave files in
12743 the distribution tar file.
12745 1991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12747 * Makefile (srcs): Add index.perm.
12748 (elisp.dvi): Remove erroneous shell comment.
12749 Expect output of permute-index in permuted.fns.
12750 Save old elisp.aux in elisp.oaux.
12751 (clean): Add index.texi to be deleted.
12753 1990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12755 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
12757 1990-06-26 David Lawrence (tale@geech)
12759 * files.texi: Noted that completion-ignored-extensions is ignored
12760 when making *Completions*.
12762 1990-06-08 Jay Fenlason (hack@ai.mit.edu)
12764 * Makefile make dist now depends on elisp.dvi, since it tries
12765 to include it in the dist file.
12767 1990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
12769 * functions.texinfo (Mapping Functions): Add missing quote.
12771 1989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12773 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
12774 (defunargs): Turn off \hyphenchar of \sl font temporarily.
12776 1989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
12778 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
12779 and @error{} are the terms now being used. The files in the
12780 directory have been changed to reflect this.
12782 * All instances of @indentedresultt{} have been changed to
12783 ` @result{}', using 5 spaces at the beginning of the line.
12785 1989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
12787 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
12788 experimental @indentedresult{}, @indentedexpandsto{} are part of
12789 the texinfo.tex in this directory. These TeX macros are not
12792 1989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
12794 * texinfo.tex: Temporarily added
12795 \let\result=\dblarrow
12796 \def\error{{\it ERROR} \longdblarrow}
12797 We need to do this better soon.
12799 1989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
12801 * Applied Karl Berry's patches to *.texinfo files, but not to
12802 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
12803 new title page format is also not applied, since it requires
12804 texinfo.tex changes.)
12806 * Cleaned up `Makefile' and defined the `emacslibdir' directory
12807 for the Project GNU development environment.
12809 ;; Local Variables:
12813 Copyright (C) 1998-2014 Free Software Foundation, Inc.
12815 This file is part of GNU Emacs.
12817 GNU Emacs is free software: you can redistribute it and/or modify
12818 it under the terms of the GNU General Public License as published by
12819 the Free Software Foundation, either version 3 of the License, or
12820 (at your option) any later version.
12822 GNU Emacs is distributed in the hope that it will be useful,
12823 but WITHOUT ANY WARRANTY; without even the implied warranty of
12824 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12825 GNU General Public License for more details.
12827 You should have received a copy of the GNU General Public License
12828 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.