1 2014-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3 * files.texi (Relative File Names): Mention `directory-name-p'.
5 2014-12-13 Eli Zaretskii <eliz@gnu.org>
7 * text.texi (Comparing Text): Prevent a text string from being
8 broken between 2 lines. (Bug#19257)
10 2014-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
12 * files.texi (Contents of Directories): Document
13 directory-files-recursively.
15 2014-12-04 Eli Zaretskii <eliz@gnu.org>
17 * display.texi (Bidirectional Display): Document
18 'buffer-substring-with-bidi-context'.
20 * text.texi (Buffer Contents): Mention
21 'buffer-substring-with-bidi-context' with a cross-reference.
23 2014-12-02 Eli Zaretskii <eliz@gnu.org>
25 * display.texi (Bidirectional Display): Document
26 'bidi-find-overridden-directionality'.
28 2014-11-29 Paul Eggert <eggert@cs.ucla.edu>
30 Lessen focus on ChangeLog files, as opposed to change log entries.
31 * intro.texi (Acknowledgments): ChangeLog file -> change log entries.
32 * tips.texi (Library Headers): Emacs uses a version control system.
34 2014-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
36 * text.texi (Document Object Model): Mention `dom-pp'.
38 2014-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
40 * text.texi (Document Object Model): New node to document dom.el.
42 2014-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
44 * processes.texi (Network Security): Made into its own section and
46 (Network Security): Mention more NSM variables.
47 (Processes): Moved the Network Security Manager stuff to the Emacs
50 2014-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
52 * processes.texi (Network): Mention the new :warn-unless-encrypted
53 parameter to `open-network-stream'.
54 (Network): Mention the Network Security Manager.
56 2014-11-21 Ulf Jasper <ulf.jasper@web.de>
58 * text.texi (Parsing HTML/XML): Document new optional parameter
59 'discard-comments' of 'libxml-parse(html|xml)-region'.
61 2014-11-18 Leo Liu <sdl.web@gmail.com>
63 * functions.texi (Advising Named Functions): Document
66 2014-11-17 Paul Eggert <eggert@cs.ucla.edu>
68 Improve time stamp handling, and be more consistent about it.
69 * os.texi (Time of Day, Time Conversion, Time Parsing)
70 (Processor Run Time, Time Calculations):
71 Document the new behavior, plus be clearer about the old behavior.
72 (Idle Timers): Take advantage of new functionality.
74 2014-11-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
76 * text.texi (Special Properties): Mention `inhibit-read-only'.
78 2014-11-14 Paul Eggert <eggert@cs.ucla.edu>
80 * os.texi (Time of Day):
81 Use leading zero with 24-hour times less than 10:00.
83 2014-11-09 Glenn Morris <rgm@gnu.org>
85 * Makefile.in (version): Remove variable.
86 (clean): No longer delete dist tarfile.
87 (dist): Remove rule; replace with code in admin.el.
89 2014-11-07 Martin Rudalics <rudalics@gmx.at>
91 * frames.texi (Size and Position): Rewrite description of
92 `frame-inhibit-implied-resize'.
94 2014-10-22 Martin Rudalics <rudalics@gmx.at>
96 * frames.texi (Size Parameters): Replace "frame contents" by
97 "frame's text area". Add reference to Size and Position
99 (Size and Position): Major rewrite. Add explanations for
100 frame's default font, text and display areas. Add descriptions
101 for `set-frame-font', `frame-text-height', `frame-text-width'
102 and `frame-inhibit-implied-resize'.
104 2014-10-20 Glenn Morris <rgm@gnu.org>
106 * Merge in all changes up to 24.4 release.
108 2014-10-20 Tom Tromey <tom@tromey.com>
110 * objects.texi (Type Predicates): Don't mention display-table-p.
112 2014-10-15 Eli Zaretskii <eliz@gnu.org>
114 * nonascii.texi (Character Properties): Document the new
115 properties 'bracket-type' and 'paired-bracket'.
117 * display.texi (Bidirectional Display): Update the version of the
118 UBA to which we are conforming.
120 2014-10-13 Glenn Morris <rgm@gnu.org>
122 * Makefile.in (dist): Update for new output variables.
124 2014-10-12 Glenn Morris <rgm@gnu.org>
126 * elisp.texi (DATE): Bump to October 2014.
128 2014-10-09 Glenn Morris <rgm@gnu.org>
130 * frames.texi (Multiple Terminals): Copyedits.
132 2014-10-09 Eli Zaretskii <eliz@gnu.org>
134 * frames.texi (Multiple Terminals): Improve the description of X
135 display names. Add index entries.
136 (Basic Parameters): Add a cross-reference to where X display names
138 (Position Parameters): Mention that positional parameters of the
139 form (+ POS) can be negative if they are on a non-primary monitor
140 of a multi-monitor display. (Bug#18636)
141 (Creating Frames): Mention that on multi-monitor displays the
142 frame might be positioned differently than specified by the frame
145 2014-10-08 Leo Liu <sdl.web@gmail.com>
147 * streams.texi (Output Functions): Document new argument ENSURE to
150 2014-10-04 Martin Rudalics <rudalics@gmx.at>
152 * display.texi (Scroll Bars): Add description of horizontal scroll
153 bars and associated functions.
154 * frames.texi (Layout Parameters): Add horizontal scroll bar
155 entries. Remove paragraph on "combined fringe widths".
156 * windows.texi (Window Sizes): Describe affects of horizontal
157 scroll bars on window layout and sizes. Fix description of
158 window-full-height-p.
159 (Resizing Windows): Mention horizontal scroll bar.
161 2014-10-04 Glenn Morris <rgm@gnu.org>
163 * commands.texi (Generic Commands): Copyedits.
165 * display.texi (Scroll Bars):
166 * modes.texi (Header Lines): Copyedits.
168 * buffers.texi (Buffer List):
169 * display.texi (Image Descriptors, Defining Images):
170 * functions.texi (Core Advising Primitives): Small fixes re @var usage.
172 * windows.texi (Window Sizes, Resizing Windows): Copyedits.
174 * frames.texi (Multiple Terminals): Copyedits re multiple monitors.
176 2014-10-03 Martin Rudalics <rudalics@gmx.at>
178 * frames.texi (Size Parameters, Size and Position): Mention that
179 with some window managers you have to set `frame-resize-pixelwise'
180 in order make a frame truly fullscreen or maximized.
182 2014-10-01 Paul Eggert <eggert@cs.ucla.edu>
184 Improve doc for use of 'int', and discuss 'ssize_t'.
185 * internals.texi (C Integer Types): Mention 'int' for other
186 randomish values that lie in 'int' range. Mention 'ssize_t'. See:
187 http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00019.html
189 Use AUTO_CONS instead of SCOPED_CONS, etc.
190 * internals.texi (Stack-allocated Objects):
191 Adjust to match the revised, less error-prone macros.
193 2014-09-30 Paul Eggert <eggert@cs.ucla.edu>
195 * internals.texi (Stack-allocated Objects): Further improvements.
196 Give an example of misuse.
198 2014-09-30 Eli Zaretskii <eliz@gnu.org>
200 * internals.texi (Stack-allocated Objects): Minor improvements of
201 the wording and the indexing.
203 2014-09-30 Dmitry Antipov <dmantipov@yandex.ru>
205 * internals.texi (Stack-allocated Objects): Describe this feature.
207 2014-09-15 Daniel Colascione <dancol@dancol.org>
209 * text.texi (Registers): Make `insert-register' documentation
210 reflect interface change.
212 2014-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
214 * functions.texi (Core Advising Primitives): Add a note about the
215 confusing treatment of `interactive' for :filter-args (bug#18399).
217 2014-09-07 Michael Albinus <michael.albinus@gmx.de>
219 * strings.texi (Text Comparison): Describe `string-collate-equalp'
220 and `string-collate-lessp'.
222 2014-09-06 Leo Liu <sdl.web@gmail.com>
224 * control.texi (Pattern matching case statement): Document vector
225 qpattern. (Bug#18327)
227 2014-08-29 Dmitry Antipov <dmantipov@yandex.ru>
229 * lists.texi (Functions that Rearrange Lists): Remove
230 description of sort ...
231 * sequences.texi (Sequence Functions): ... and generalize
232 it for sequences. Add an example.
234 2014-08-28 Eli Zaretskii <eliz@gnu.org>
236 * display.texi (Bidirectional Display): Update the Emacs's class
237 of bidirectional conformance.
239 2014-08-27 Dmitry Antipov <dmantipov@yandex.ru>
241 * eval.texi (Eval): Mention possible recovery from stack overflow.
243 2014-07-11 Eli Zaretskii <eliz@gnu.org>
245 * internals.texi (Garbage Collection): Fix last change.
247 2014-07-11 Dmitry Antipov <dmantipov@yandex.ru>
249 * internals.texi (Garbage Collection): Mention memory-info.
251 2014-07-11 Michael Albinus <michael.albinus@gmx.de>
253 * minibuf.texi (Intro to Minibuffers, Reading a Password):
254 Password hiding is available in batch mode, do not mention it in
255 the exclusion list. Mention `read-hide-char'. (Bug#17839)
257 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
259 * debugging.texi (Function Debugging, Debugger Commands):
260 Update debug-on-entry w.r.t behavior after redefinitions (bug#17902).
262 2014-07-03 Glenn Morris <rgm@gnu.org>
264 * help.texi (Help Functions): "Online" help doesn't mean what it
267 2014-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
269 * keymaps.texi (Key Lookup): Remove mention of indirect entries.
270 (Scanning Keymaps): Reword the `noindirect' argument.
272 2014-06-28 Glenn Morris <rgm@gnu.org>
274 * minibuf.texi (Intro to Minibuffers): Batch mode is basic.
275 (Reading a Password): Mention batch mode. (Bug#17839)
277 2014-06-23 Glenn Morris <rgm@gnu.org>
279 * Makefile.in (%.texi): Disable implicit rules.
281 (.dvi.ps): Replace with explicit rule.
282 (html): Declare as PHONY.
283 (${buildinfodir}): New rule.
284 ($(buildinfodir)/elisp.info): Use order-only prereq for output dir.
286 (elisp.dvi, elisp.html, elisp.pdf): Use $<.
287 (elisp.ps): New rule.
289 2014-06-21 Eli Zaretskii <eliz@gnu.org>
291 * positions.texi (Screen Lines): Clarify how columns are counted
294 2014-06-15 Glenn Morris <rgm@gnu.org>
296 * Makefile.in (bootstrap-clean): New.
298 2014-06-15 Eli Zaretskii <eliz@gnu.org>
300 * commands.texi (Accessing Mouse): Improve the wording of the
301 posn-col-row documentation. (Bug#17768)
303 2014-06-10 Glenn Morris <rgm@gnu.org>
305 * Makefile.in (INFO_EXT): Remove and replace by ".info" throughout.
306 (INFO_OPTS): Set directly rather than with configure.
308 2014-06-09 Paul Eggert <eggert@cs.ucla.edu>
310 Say (accept-process-output P)'s result pertains to P if P is non-nil.
311 * processes.texi (Accepting Output): Mention that if PROCESS is non-nil,
312 the return value is about PROCESS, not about other processes.
314 2014-06-08 Glenn Morris <rgm@gnu.org>
316 * os.texi (Startup Summary): Small fix for initial-buffer-choice.
318 * files.texi (Subroutines of Visiting): Mention uniquify.
320 * numbers.texi (Comparison of Numbers): Copyedits.
322 2014-06-08 Glenn Morris <rgm@gnu.org>
324 * display.texi (Window Systems): Remove window-setup-hook.
325 * os.texi (Startup Summary, Init File):
326 Improve description of window-setup-hook.
327 (Terminal-Specific): Update window-setup-hook cross-reference.
328 * hooks.texi (Standard Hooks): Update window-setup-hook cross-reference.
330 * display.texi (Overlay Properties): Update re priority. (Bug#17234)
332 * package.texi (Package Archives): Mention signing packages.
334 2014-06-07 Eli Zaretskii <eliz@gnu.org>
336 * commands.texi (Click Events): Update contents of click event's
337 position list due to last changes in make_lispy_position.
339 2014-06-02 Glenn Morris <rgm@gnu.org>
341 * text.texi (Buffer Contents):
342 Update for filter-buffer-substring changes.
344 * abbrevs.texi (Abbrev Expansion): Update for expand-abbrev changes.
345 * functions.texi (Advising Functions): Standardize menu case.
347 2014-05-26 Eli Zaretskii <eliz@gnu.org>
349 * display.texi (Invisible Text): Clarify the description of
350 line-move-ignore-invisible. (Bug#17511)
352 2014-05-22 Leo Liu <sdl.web@gmail.com>
354 * sequences.texi (Sequence Functions): Don't mention when and how
355 SEQ to nreverse is mutated.
357 2014-05-21 Leo Liu <sdl.web@gmail.com>
359 * sequences.texi (Sequence Functions): Update nreverse.
361 2014-05-19 Paul Eggert <eggert@cs.ucla.edu>
363 Allow any non-nil value to count as true in bool-vector.
364 * sequences.texi (Bool-Vectors): Coalesce discussion of how to
365 print them. bool-vector's args need not be t or nil.
367 2014-05-19 Dmitry Antipov <dmantipov@yandex.ru>
369 * sequences.texi (Bool-vectors): Mention bool-vector.
371 2014-05-17 Paul Eggert <eggert@cs.ucla.edu>
373 Assume C99 or later (Bug#17487).
374 * internals.texi (C Dialect): Document this.
376 2014-05-15 Dmitry Antipov <dmantipov@yandex.ru>
378 * lists.texi (Building Cons Cells and Lists): Remove
379 description of `reverse' and `'nreverse' to generalize them...
380 * sequences.texi (Sequences): ...for sequences here.
382 2014-05-14 Glenn Morris <rgm@gnu.org>
384 * files.texi (Changing Files): Mention with-file-modes.
386 2014-05-08 Paul Eggert <eggert@cs.ucla.edu>
388 * internals.texi (C Dialect): New section.
389 (C Integer Types): Mention bool_bf.
391 2014-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
393 * processes.texi (Filter Functions, Sentinels): Advertise add-function.
395 2014-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
397 * windows.texi (Window Configurations, Window Configurations):
398 Window configs don't store marks any more.
400 2014-04-25 Eli Zaretskii <eliz@gnu.org>
402 * strings.texi (Text Comparison): Mention equal-including-properties
403 for when text properties of the strings matter for comparison.
405 2014-04-22 Eli Zaretskii <eliz@gnu.org>
407 * text.texi (Registers): Document register-read-with-preview.
409 * internals.texi (Building Emacs): Improve indexing.
411 2014-04-17 Daniel Colascione <dancol@dancol.org>
413 * frames.texi (Terminal Parameters): Document new
414 tty-mode-set-strings and tty-mode-reset-strings terminal
417 2014-04-17 Paul Eggert <eggert@cs.ucla.edu>
419 * Makefile.in (infoclean): Be consistent about reporting failures.
421 2014-04-09 Daniel Colascione <dancol@dancol.org>
423 * errors.texi (Standard Errors): Document required error
424 parameters for `scan-error'.
426 * positions.texi (List Motion): Explain new `up-list' arguments.
427 Mention `backward-up-list'.
429 2014-04-08 Daniel Colascione <dancol@dancol.org>
431 * minibuf.texi (Programmed Completion): Improve phrasing, remove
432 incorrect bullet count.
434 2014-04-07 Glenn Morris <rgm@gnu.org>
436 * os.texi (Recording Input): Dribble files may contain passwords.
438 * backups.texi (Making Backups, Reverting):
439 Update for default values of some -function vars no longer being nil.
440 (Reverting): Update for buffer-stale-function
441 also applying to file-buffers.
443 2014-03-31 Daniel Colascione <dancol@dancol.org>
445 * minibuf.texi (Completion in Buffers): Discuss using lazy
446 completion tables for inline completion.
448 2014-03-28 Glenn Morris <rgm@gnu.org>
450 * os.texi (Terminal-Specific): Mention term-file-aliases.
452 2014-03-26 Eli Zaretskii <eliz@gnu.org>
454 * files.texi (Kinds of Files): Improve documentation of
455 file-symlink-p. (Bug#17073) Add cross-references.
457 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com>
459 * markers.texi (Moving Marker Positions): The 2014-03-02 doc
460 change mentioning undo's inability to handle relocated markers no
461 longer applies. See bug#16818.
462 * text.texi (Undo): Expand documentation of (TEXT . POS) and
463 (MARKER . ADJUSTMENT) undo elements.
465 2014-03-26 Glenn Morris <rgm@gnu.org>
467 * files.texi (File Locks): All systems support locking.
469 2014-03-22 Glenn Morris <rgm@gnu.org>
471 * commands.texi (Defining Commands):
472 Mention that interactive-only also affects describe-function.
474 * functions.texi (Declare Form): Add interactive-only.
475 * commands.texi (Defining Commands) Mention declare.
477 * commands.texi (Defining Commands): List interactive-only values.
479 2014-03-22 Eli Zaretskii <eliz@gnu.org>
481 * functions.texi (Core Advising Primitives): Fix cross-reference
484 2014-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
486 * functions.texi (Advising Functions): Explain a bit more how
488 (Advice combinators): New node.
489 (Core Advising Primitives): Use it. Expand description of "depth".
490 (Advising Named Functions): Document limitation of advices on macros.
492 2014-03-21 Martin Rudalics <rudalics@gmx.at>
494 * frames.texi (Size and Position): In `frame-resize-pixelwise'
495 description drop remark about frame maximization.
496 * windows.texi (Display Action Functions): Add description for
497 `display-buffer-no-window' and explain use of `allow-no-window'
500 2014-03-21 Glenn Morris <rgm@gnu.org>
502 * commands.texi (Defining Commands): Copyedit re `interactive-only'.
504 2014-03-20 Paul Eggert <eggert@cs.ucla.edu>
506 * internals.texi (C Integer Types): Prefer 'false' and 'true'
507 to '0' and '1' for booleans.
509 2014-03-19 Paul Eggert <eggert@cs.ucla.edu>
511 * numbers.texi: Improve and clarify a bit, and fix some minor bugs.
512 Remove now-obsolete hypothetical note about negative division,
513 as the C standard has changed.
515 Fix porting inconsistency about rounding to even.
516 * numbers.texi (Numeric Conversions, Rounding Operations):
517 Document that 'round' and 'fround' round to even.
519 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
521 * customize.texi (Variable Definitions): Recommend avoiding
522 destructive modification of the value argument of :set (bug#16755).
524 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
526 * modes.texi (Auto-Indentation): Mention electric-indent variables.
528 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
530 * functions.texi (Advising Named Functions): Fix reference.
532 2014-03-18 Paul Eggert <eggert@cs.ucla.edu>
534 Improve documentation for integer and floating-point basics.
535 * numbers.texi (Numbers, Integer Basics, Float Basics):
536 Document the basics a bit more precisely. Say more clearly
537 that Emacs floating-point numbers are IEEE doubles on all
538 current platforms. Give more details about frexp.
539 Say more clearly that '1.' is an integer.
540 (Predicates on Numbers): Fix wholenump typo.
541 * objects.texi (Integer Type): Adjust to match numbers.texi.
543 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
545 * functions.texi (Advising Functions): Try and improve the text.
546 Add example use of advice-add (bug#16959).
547 (Core Advising Primitives): Rename. Explain handling of interactive
548 specs, including advice-eval-interactive-spec.
549 (Advising Named Functions): Try and better explain the difference with
551 (Porting old advices): New node.
553 2014-03-18 Paul Eggert <eggert@cs.ucla.edu>
555 Style fixes for floating-point doc.
556 * commands.texi, customize.texi, display.texi, elisp.texi, files.texi:
557 * frames.texi, hash.texi, internals.texi, keymaps.texi, lists.texi:
558 * minibuf.texi, nonascii.texi, numbers.texi, objects.texi, os.texi:
559 * processes.texi, streams.texi, strings.texi, text.texi:
560 * variables.texi, windows.texi:
561 Hyphenate "floating-point" iff it precedes a noun.
562 Reword to avoid nouns and hyphenation when that's easy.
563 Prefer "integer" to "integer number" and "is floating point"
564 to "is a floating point number".
565 Prefer "@minus{}" to "-" when it's a minus.
567 2014-03-16 Martin Rudalics <rudalics@gmx.at>
569 * display.texi (Temporary Displays): Rewrite descriptions of
570 `with-output-to-temp-buffer' and `with-temp-buffer-window'.
571 * help.texi (Help Functions): Rewrite description of `with-help-window'.
573 2014-03-15 Dmitry Gutov <dgutov@yandex.ru>
575 * display.texi (Blinking): Update WRT to the new
576 `blink-matchin-paren' behavior.
578 2014-03-14 Martin Rudalics <rudalics@gmx.at>
580 * display.texi (Temporary Displays): Say that
581 `with-temp-buffer-window' makes its buffer current.
582 * frames.texi (Size and Position): Describe new option
583 `frame-resize-pixelwise'. Rewrite descriptions of
584 `set-frame-size', `set-frame-height' and `set-frame-width'.
586 2014-03-09 Martin Rudalics <rudalics@gmx.at>
588 * elisp.texi (Top): Rename section "Width" to "Size of Displayed Text".
589 * text.texi (Primitive Indent):
590 * strings.texi (String Basics):
591 * sequences.texi (Sequence Functions): Update references accordingly.
592 * display.texi (Size of Displayed Text): Rename section from
593 "Width". Add description for `window-text-pixel-size'.
594 (Window Dividers): Reword description of window dividers.
595 * frames.texi (Layout Parameters): Improve description of window
597 * windows.texi (Window Sizes): Add descriptions of
598 `window-mode-line-height' and `window-header-line-height'.
599 (Coordinates and Windows): Mention window dividers.
601 2014-03-07 Martin Rudalics <rudalics@gmx.at>
603 * buffers.texi (The Buffer List): Rename node to Buffer List.
604 Describe `buffer-list-update-hook'.
605 * elisp.texi (Top): "The Buffer List" renamed to "Buffer List".
606 Add node for Window Dividers.
607 * hooks.texi (Standard Hooks): Add reference to
608 `buffer-list-update-hook'.
609 * windows.texi (Window Sizes): Describe `window-min-size'.
610 (Splitting Windows): Update description of `split-window'.
611 (Selecting Windows): Update description of `select-window'.
613 2014-03-06 Martin Rudalics <rudalics@gmx.at>
615 * frames.texi (Size and Position): Rewrite entries for
616 `fit-frame-to-buffer' and `fit-frame-to-buffer-margins'.
617 Add description for `fit-frame-to-buffer-sizes'.
618 * windows.texi (Resizing Windows): Add descriptions for
619 pixelwise resizing. Add entries for `window-resize-pixelwise'
620 and `fit-window-to-buffer-horizontally'.
621 Rewrite `fit-window-to-buffer' entry.
623 2014-03-06 Xue Fuqiao <xfq@gnu.org>
625 * internals.texi (Window Internals): Remove field `region_showing'.
627 2014-03-06 Glenn Morris <rgm@gnu.org>
629 * searching.texi (Replacing Match):
630 Remove incorrect, uninteresting return value. (Bug#16942)
632 2014-03-05 Martin Rudalics <rudalics@gmx.at>
634 * display.texi (Window Dividers): New section.
635 * frames.texi (Layout Parameters): Add right-divider-width and
636 bottom-divider-width.
637 * windows.texi (Window Sizes): Redraw schematic and rewrite its
638 description. Rewrite descriptions of `window-total-height',
639 `window-total-width', `window-total-size', `window-body-height',
640 `window-body-width' and `window-size-fixed'. Add descriptions
641 for `window-pixel-height', `window-pixel-width',
642 `window-min-height' and `window-min-width'. Remove description
643 of `window-size-fixed-p' moving part of it to that of
645 (Resizing Windows): Mention dividers when talking about minimum sizes.
647 2014-03-05 Glenn Morris <rgm@gnu.org>
649 * modes.texi (SMIE Customization): New section.
650 * elisp.texi (Top): Update detailed menu.
652 2014-03-04 Martin Rudalics <rudalics@gmx.at>
654 * windows.texi (Windows and Frames): Add some missing &optional
655 designators. Adjust description of window-in-direction.
657 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
659 * markers.texi (Moving Marker Positions): Clarify guidance about
660 when to move markers and when to create a new one, as discussed at
661 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16818#17
663 2014-03-02 Glenn Morris <rgm@gnu.org>
665 * text.texi (Decompression): New node.
666 * elisp.texi (Top): Update detailed menu.
668 2014-03-01 Glenn Morris <rgm@gnu.org>
670 * display.texi (Forcing Redisplay): Mention pre-redisplay-function.
672 2014-02-28 Xue Fuqiao <xfq@gnu.org>
674 * functions.texi (Advising Functions, Advising Named Functions):
677 * display.texi (Defining Faces): Doc fix for `face-spec-set'.
680 * commands.texi (Generic Commands, Defining Commands):
681 Document `define-alternatives'.
683 2014-02-27 Xue Fuqiao <xfq@gnu.org>
685 * windows.texi (Window Sizes): Document `window-size'.
686 (Display Action Functions): Document `display-buffer-at-bottom'.
687 (Window Configurations): Minor fixes.
689 * modes.texi (Header Lines): Document `window-header-line-height'.
691 * display.texi (Scroll Bars): Document `window-scroll-bar-width'.
693 * windows.texi (Window Sizes, Resizing Windows): Document some
694 pixelwise window operations.
696 * text.texi (Margins): Fix the description of RET and `C-j'.
698 * frames.texi (Multiple Terminals): Document
699 `display-monitor-attributes-list' and `display-monitor-attributes'.
700 (Display Feature Testing): Add some notes about multi-monitor.
702 2014-02-27 Glenn Morris <rgm@gnu.org>
704 * minibuf.texi (Programmed Completion):
705 Mention completion-table-with-cache.
707 2014-02-25 Glenn Morris <rgm@gnu.org>
709 * display.texi (Window Systems):
710 Replace term-setup-hook with emacs-startup-hook.
711 * hooks.texi (Standard Hooks):
712 Replace term-setup-hook with tty-setup-hook.
713 * os.texi (Startup Summary, Init File, Terminal-Specific):
714 Replace term-setup-hook with tty-setup-hook, and update.
716 2014-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
718 * functions.texi (Declare Form): Document gv-expander, gv-setter,
719 and compiler-macro (bug#16829, bug#15093).
721 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
723 * windows.texi (Window Configurations): Doc fix.
724 (Windows and Frames): Fix typo.
726 2014-02-21 Glenn Morris <rgm@gnu.org>
728 * internals.texi (Process Internals):
729 * processes.texi (Subprocess Creation, Deleting Processes)
730 (Output from Processes, Process Buffers, Filter Functions)
731 (Accepting Output, Sentinels, Network, Network Servers):
732 Filters and sentinels can no longer be nil.
733 * elisp.texi (Top): Menu update.
735 2014-02-20 Glenn Morris <rgm@gnu.org>
737 * functions.texi (Defining Functions): Mention defalias-fset-function.
739 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
741 * minibuf.texi (Completion Commands): Don't document obsolete
742 `common-substring' arg of display-completion-list.
744 2014-02-17 Glenn Morris <rgm@gnu.org>
746 * minibuf.texi (Text from Minibuffer): Update read-regexp details.
747 Mention read-regexp-defaults-function.
749 2014-02-13 Glenn Morris <rgm@gnu.org>
751 * debugging.texi (Debugger Commands): Tiny edits.
753 2014-02-12 Glenn Morris <rgm@gnu.org>
755 * package.texi (Simple Packages): Describe URL and Keywords headers.
757 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
759 * text.texi (User-Level Deletion):
760 Document `delete-trailing-whitespace' (bug#15309).
762 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
764 * text.texi (Changing Properties): Clarify `propertize' (bug#9825).
766 * display.texi (Blinking): Clarify doc string in example (bug#10658).
768 * commands.texi (Accessing Mouse): Mention that these function
769 also work on keyboard events (bug#14228).
770 (Quitting): Refer to the right node for `set-input-mode' (bug#11458).
772 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
774 * display.texi (Face Attributes): Add an index (bug#14924).
776 * keymaps.texi (Menu Bar): Minor clarification (bug#15657).
778 2014-02-06 Glenn Morris <rgm@gnu.org>
780 * display.texi (Truncation):
781 * positions.texi (Screen Lines): Do not mention cache-long-scans.
783 2014-01-31 Juri Linkov <juri@jurta.org>
785 * searching.texi (String Search): Incremental word search fixes.
787 2014-01-28 Glenn Morris <rgm@gnu.org>
789 * text.texi (Indent Tabs): Update related to tab-stops.
791 2014-01-24 Glenn Morris <rgm@gnu.org>
793 * control.texi (Handling Errors): Update with-demoted-errors.
795 * files.texi (File Locks): Every platform supports locking now.
797 2014-01-22 Glenn Morris <rgm@gnu.org>
799 * display.texi (ImageMagick Images): Expand on image-format-suffixes.
801 2014-01-20 Glenn Morris <rgm@gnu.org>
803 * hash.texi (Other Hash): Do not mention subr-x.el functions;
804 reverts 2013-12-22 change.
806 2014-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
808 * functions.texi (Advising Functions): New section.
809 * modes.texi (Running Hooks): Don't document with-wrapper-hook and
810 run-hook-wrapped any more.
811 (Hooks): Link to the new Advising Functions node.
812 * elisp.texi (Top): Don't include advice.texi.
813 * advice.texi: Remove.
814 * makefile.w32-in (srcs):
815 * Makefile.in (srcs): Adjust accordingly.
817 2014-01-09 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
819 * text.texi (Parsing HTML/XML): Document `shr-insert-document'.
821 * strings.texi (Text Comparison): Document `string-suffix-p'.
823 2014-01-07 Glenn Morris <rgm@gnu.org>
825 * files.texi (File Attributes): Fix superscipt typo.
827 2014-01-07 Chong Yidong <cyd@gnu.org>
829 * files.texi (Changing Files): Document copy-file changes.
831 2014-01-07 Glenn Morris <rgm@gnu.org>
833 * display.texi (Logging Messages): Copyedits re messages-buffer.
835 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
837 Specify .texi encoding (Bug#16292).
838 * back.texi, book-spine.texi, lay-flat.texi:
839 Add @documentencoding.
841 2014-01-05 Chong Yidong <cyd@gnu.org>
843 * backups.texi (Making Backups): Document backup-buffer change.
845 * files.texi (Visiting Files): Copyedits.
846 (Testing Accessibility): Mention ACLs. Move file-modes here from
848 (Truenames): Move file-equal-p here from Kinds of Files.
849 (File Attributes): Move file-newer-than-file-p here from Testing
851 (Extended Attributes): New node. Add file-extended-attributes.
852 (Changing Files): Document set-file-extended-attributes.
854 * commands.texi (Defining Commands): Document the interactive-form
855 property more carefully. Document interactive-only.
857 * compile.texi (Compiler Errors): Copyedits. Note that the
858 details for byte-compile-warnings are in its docstring.
860 * minibuf.texi (Minibuffer Contents): Remove obsolete function
861 minibuffer-completion-contents.
863 * variables.texi (Defining Variables): Note that defvar acts
864 always on the dynamic value.
866 * customize.texi (Variable Definitions): Likewise.
868 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
870 Document vconcat and the empty vector (Bug#16246).
871 * sequences.texi (Vector Functions):
872 Document behavior better when the result is empty.
874 Document behavior of (string-to-number "+@") (Bug#16293).
875 * strings.texi (String Conversion): Document behavior of
876 string-to-number on invalid strings that begin with "+", too.
878 2014-01-03 Chong Yidong <cyd@gnu.org>
880 * help.texi (Documentation, Accessing Documentation): Copyedits.
881 (Documentation Basics): Rewrite, avoiding a repeat discussion of
882 docstring conventions.
884 * tips.texi (Documentation Tips): Move discussion of
885 emacs-lisp-docstring-fill-column here from Documentation Basics.
887 * compile.texi (Docs and Compilation): Copyedits.
889 2014-01-02 Glenn Morris <rgm@gnu.org>
891 * numbers.texi (Numeric Conversions): Fix a typo.
893 2013-12-29 Paul Eggert <eggert@cs.ucla.edu>
895 Plain copy-file no longer chmods an existing destination (Bug#16133).
896 * files.texi (Changing Files): Document this.
898 2013-12-28 Chong Yidong <cyd@gnu.org>
900 * modes.texi (Auto Major Mode): Document interpreter-mode-alist change.
902 * buffers.texi (Modification Time): Document visited-file-modtime
905 2013-12-28 Glenn Morris <rgm@gnu.org>
907 * control.texi (Pattern matching case statement): Brevity.
909 2013-12-27 Chong Yidong <cyd@gnu.org>
911 * functions.texi (Function Cells):
912 * eval.texi (Function Indirection): Update for the fact that
913 symbol-function no longer signals an error.
915 * commands.texi (Reading One Event): Mention keyboard coding.
917 * keymaps.texi (Translation Keymaps, Translation Keymaps):
918 * nonascii.texi (Terminal I/O Encoding): Copyedits.
920 2013-12-26 Chong Yidong <cyd@gnu.org>
922 * advice.texi (Advising Functions, Defining Advice): Special forms
923 can no longer be advised.
925 2013-12-25 Chong Yidong <cyd@gnu.org>
927 * keymaps.texi (Active Keymaps): Re-organize the text.
928 (Searching Keymaps): Rewrite the pseudo-code for 24.4 changes.
929 (Controlling Active Maps): Note that set-transient-map uses
930 overriding-terminal-local-map.
932 * tips.texi (Coding Conventions): Tweak the coding system tip;
933 Emacs now uses utf-8 by default for Emacs Lisp source files.
935 * display.texi (Font Selection): Tweak example.
937 * commands.texi (Event Input Misc): Document new arg to input-pending-p.
939 * nonascii.texi (Specifying Coding Systems): Don't refer to
941 (Lisp and Coding Systems): Describe emacs-mule return value in
944 2013-12-25 Tassilo Horn <tsdh@gnu.org>
946 * control.texi (Pattern matching case statement): Rephrase lexical
947 binding requirement: the example needs it, not `pcase' itself.
949 2013-12-25 Chong Yidong <cyd@gnu.org>
951 * eval.texi (Eval): Document the LEXICAL arg to eval.
953 * variables.texi (Variables, Void Variables): Use "scoping rule"
954 terminology consistently.
955 (Variable Scoping): Add index entries, and use "dynamic scope"
956 terminology in place of "indefinite scope" to reduce confusion.
957 (Lexical Binding): Document lexical environment format.
958 (Using Lexical Binding): Add index entries for error messages.
960 2013-12-24 Tassilo Horn <tsdh@gnu.org>
962 * control.texi (Pattern matching case statement): Fix missing
963 argument in simple expression language sample (Bug#16238).
964 Add some sample programs written in that language. Mention that
965 `pcase' requires lexical binding.
967 2013-12-23 Xue Fuqiao <xfq.free@gmail.com>
969 * eval.texi (Special Forms): Document `special-form-p'.
971 * macros.texi (Simple Macro): Document `macrop'.
973 * files.texi (Changing Files): Fix an argument of `copy-file'.
975 * strings.texi (Creating Strings): Document TRIM in `split-string'.
977 2013-12-23 Chong Yidong <cyd@gnu.org>
979 * keymaps.texi (Controlling Active Maps):
980 Rename set-temporary-overlay-map to set-transient map. Doc fixes.
981 (Searching Keymaps): The transient keymap takes precedence.
983 2013-12-23 Glenn Morris <rgm@gnu.org>
985 * loading.texi (How Programs Do Loading, Load Suffixes):
986 Mention `load-prefer-newer'.
988 2013-12-22 Xue Fuqiao <xfq.free@gmail.com>
990 * hash.texi (Other Hash): Document `hash-table-keys'
991 and `hash-table-values'.
993 2013-12-22 Eli Zaretskii <eliz@gnu.org>
995 * nonascii.texi (Character Properties): NAME or OLD-NAME
996 properties can be nil (there's no empty string).
997 (Character Properties): Update the reference to the UCD.
999 2013-12-22 Xue Fuqiao <xfq.free@gmail.com>
1001 * sequences.texi (Bool-Vectors): Document new bool-vector set
1002 operation functions.
1004 * text.texi (Examining Properties): Document `get-pos-property'.
1006 * variables.texi (Directory Local Variables):
1007 Document `enable-dir-local-variables'.
1009 * debugging.texi (Debugger Commands):
1010 Document `debugger-toggle-locals'.
1012 2013-12-21 Chong Yidong <cyd@gnu.org>
1014 * text.texi (Region Indent): Note the new interactive behavior of
1017 2013-12-20 Tassilo Horn <tsdh@gnu.org>
1019 * numbers.texi (numbers): Document that =, <, <=, >, >= now accept
1020 one or many arguments.
1022 * display.texi: Document `messages-buffer'.
1024 * os.texi: Document `initial-buffer-choice' changes.
1026 2013-12-20 Chong Yidong <cyd@gnu.org>
1028 * text.texi (Changing Properties): Improve documentation for
1029 add-face-text-property.
1030 (Special Properties): Mention add-face-text-property.
1032 2013-12-18 Chong Yidong <cyd@gnu.org>
1034 * customize.texi (Custom Themes): Document custom-known-themes
1037 * modes.texi (Defining Minor Modes): Fix typo (Bug#14874).
1038 (Keymaps and Minor Modes): Fix binding convention (Bug#11522).
1040 2013-12-13 Glenn Morris <rgm@gnu.org>
1042 * internals.texi (Building Emacs):
1043 * loading.texi (Library Search): Mention that site-load,
1044 site-init cannot change load-path.
1046 2013-12-12 Glenn Morris <rgm@gnu.org>
1048 * elisp.texi: Tweak dircategory.
1050 2013-12-12 Eli Zaretskii <eliz@gnu.org>
1052 * nonascii.texi (Encoding and I/O): Document file-name encoding
1053 peculiarities on MS-Windows.
1055 2013-12-12 Glenn Morris <rgm@gnu.org>
1057 * elisp.texi: Sync direntry with info/dir version.
1059 2013-12-08 Juanma Barranquero <lekktu@gmail.com>
1061 * display.texi (Progress, Face Remapping):
1062 * processes.texi (Serial Ports):
1063 * windows.texi (Recombining Windows): Fix typos. (Bug#16089)
1065 2013-12-04 Juri Linkov <juri@jurta.org>
1067 * searching.texi (Search and Replace): Fix `unread-command-events'
1070 2013-12-03 Juri Linkov <juri@jurta.org>
1072 * windows.texi (Choosing Window): Rename `no-display-ok' to
1073 `allow-no-window'. (Bug#13594)
1075 2013-11-30 Glenn Morris <rgm@gnu.org>
1077 * Makefile.in (distclean): Remove Makefile.
1079 2013-11-29 Andreas Politz <politza@fh-trier.de>
1081 * modes.texi (Imenu): Make it clear that sub-alist is the cdr
1084 2013-11-27 Glenn Morris <rgm@gnu.org>
1086 * loading.texi (Library Search):
1087 * os.texi (Startup Summary): No more leim directory.
1089 2013-11-26 Glenn Morris <rgm@gnu.org>
1091 * os.texi (Startup Summary): Update for leim-list being preloaded.
1093 2013-11-23 Brian Jenkins <brian@brianjenkins.org> (tiny change)
1095 * frames.texi (Input Focus):
1096 * hooks.texi (Standard Hooks): Mention focus-in-hook, focus-out-hook.
1098 2013-11-23 Glenn Morris <rgm@gnu.org>
1100 * loading.texi (Library Search):
1101 Empty elements in EMACSLOADPATH now mean the default load-path.
1103 2013-11-22 Glenn Morris <rgm@gnu.org>
1105 * loading.texi (Library Search): Minor clarification.
1107 2013-11-20 Leo Liu <sdl.web@gmail.com>
1109 * windows.texi (Choosing Window): Mention `no-display-ok'. (Bug#13594)
1111 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
1113 * os.texi (File Notifications): Add an index.
1115 * loading.texi (Loading): Add an cross-reference.
1117 2013-11-18 Xue Fuqiao <xfq.free@gmail.com>
1119 * os.texi (Session Management, Desktop Notifications): Add some
1120 indexes and a cross-reference.
1122 2013-11-17 Xue Fuqiao <xfq.free@gmail.com>
1124 * os.texi (Time Parsing, Processor Run Time, Input Modes)
1125 (Terminal Output): Minor fixes.
1127 2013-11-14 Glenn Morris <rgm@gnu.org>
1129 * loading.texi (Library Search): Update section.
1131 2013-11-11 Xue Fuqiao <xfq.free@gmail.com>
1133 * os.texi (User Identification, Time of Day, Time Conversion):
1136 2013-11-10 Jan Djärv <jan.h.d@swipnet.se>
1138 * keymaps.texi (Tool Bar): Mention that Gtk+/NS ignores item 1 to 3.
1140 2013-11-09 Xue Fuqiao <xfq.free@gmail.com>
1142 * os.texi (Startup Summary): Add an index about startup screen.
1144 (Command-Line Arguments): Add cross-reference for `dump-emacs'.
1146 2013-11-08 Eli Zaretskii <eliz@gnu.org>
1148 * display.texi (Truncation): Document that cache-long-scans is now
1149 non-nil by default. (Bug#15797)
1151 2013-11-05 Eli Zaretskii <eliz@gnu.org>
1153 * lists.texi (Rearrangement): Fix indexing.
1155 * display.texi (Bidirectional Display): Fix indexing.
1157 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
1159 * lists.texi (Rearrangement): Improve indexing.
1161 * display.texi (Glyphs): Add an index for glyph code.
1162 (Bidirectional Display): Improve indexing.
1164 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
1166 * display.texi (Face Attributes): Document :distant-foreground.
1168 2013-10-30 Xue Fuqiao <xfq.free@gmail.com>
1170 * display.texi (Abstract Display): Improve indexing.
1172 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1174 * display.texi (Selective Display): Discourage the use of explicit
1177 2013-10-29 Xue Fuqiao <xfq.free@gmail.com>
1179 * display.texi (Showing Images): Add an index for image-size.
1180 Use @code instead of @var for a normal variable.
1181 (Multi-Frame Images): Improve indexing.
1182 (Button Buffer Commands): Use @code instead of @var for a normal
1184 (Abstract Display): Explain the meaning of Ewoc.
1186 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
1188 * display.texi (Image Descriptors): Improve indexing.
1190 2013-10-26 Xue Fuqiao <xfq.free@gmail.com>
1192 * display.texi (Fringe Indicators): Add indexes for fringe indicators.
1193 (Customizing Bitmaps): Add an index for customizing fringe bitmaps.
1195 2013-10-25 Xue Fuqiao <xfq.free@gmail.com>
1197 * display.texi (Fontsets): Minor wording fix.
1198 (Low-Level Font): Improve indexing.
1200 * nonascii.texi (Character Properties): Add an index for script symbols.
1202 2013-10-24 Xue Fuqiao <xfq.free@gmail.com>
1204 * display.texi (Face Remapping): Add indexes for face remapping.
1205 (Font Selection): Add indexes.
1206 (Low-Level Font): Add an index for font registry.
1208 2013-10-23 Glenn Morris <rgm@gnu.org>
1210 * eval.texi, files.texi, intro.texi, objects.texi, searching.texi:
1213 * Makefile.in (install-dvi, install-html, install-pdf)
1214 (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
1215 (uninstall-pdf): Quote entities that might contain whitespace.
1217 2013-10-19 Xue Fuqiao <xfq.free@gmail.com>
1219 * display.texi (Face Attributes): Add indexes for the ‘:box’
1222 2013-10-18 Xue Fuqiao <xfq.free@gmail.com>
1224 * display.texi (Line Height): Add indexes for line height.
1226 2013-10-17 Xue Fuqiao <xfq.free@gmail.com>
1228 * display.texi (Width): Fix arguments of ‘truncate-string-to-width’.
1230 2013-10-16 Xue Fuqiao <xfq.free@gmail.com>
1232 * display.texi (Selective Display): Add an index for explicit
1235 2013-10-15 Xue Fuqiao <xfq.free@gmail.com>
1237 * display.texi (Warning Basics): Mention the ‘*Warnings*’ buffer.
1239 2013-10-13 Glenn Morris <rgm@gnu.org>
1241 * intro.texi (Acknowledgments): Use accented form of some names.
1243 2013-10-09 Glenn Morris <rgm@gnu.org>
1245 * control.texi (Conditionals): Copyedits. (Bug#15558)
1247 2013-10-08 Eli Zaretskii <eliz@gnu.org>
1249 Support menus on text-mode terminals.
1250 * keymaps.texi (Defining Menus, Mouse Menus, Menu Bar):
1251 Modify wording to the effect that menus are supported on TTYs.
1253 * frames.texi (Pop-Up Menus, Dialog Boxes)
1254 (Display Feature Testing): Update for menu support on TTYs.
1256 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1258 * tips.texi (Comment Tips): Discourage use of triple semi-colons for
1261 2013-10-05 Xue Fuqiao <xfq.free@gmail.com>
1263 * syntax.texi (Categories): Add an index for category sets.
1265 2013-10-03 Xue Fuqiao <xfq.free@gmail.com>
1267 * syntax.texi (Syntax Flags, Syntax Table Functions): Add indexes.
1269 2013-10-02 Xue Fuqiao <xfq.free@gmail.com>
1271 * syntax.texi (Syntax Class Table): Add an index for syntax class table.
1273 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
1275 * searching.texi (Regexp Search): Refine.
1277 2013-09-22 Xue Fuqiao <xfq.free@gmail.com>
1279 * nonascii.texi (Default Coding Systems): Typo fix.
1281 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
1283 * nonascii.texi (Coding System Basics): Add information about
1286 2013-09-14 Eli Zaretskii <eliz@gnu.org>
1288 * display.texi (Display Margins): State the units of measuring
1289 margin width. (Bug#15375)
1291 2013-09-13 Eli Zaretskii <eliz@gnu.org>
1293 * text.texi (Not Intervals): Minor wording fix.
1295 2013-09-12 Xue Fuqiao <xfq.free@gmail.com>
1297 * functions.texi (Obsolete Functions): Add an index for obsolete
1300 2013-09-11 Xue Fuqiao <xfq.free@gmail.com>
1302 * nonascii.texi (Character Properties): Character properties fix
1303 for decimal-digit-value and digit-value.
1305 2013-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1307 * macros.texi (Defining Macros): Prefer "function" to "lambda
1308 expression" (bug#15296).
1310 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
1312 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1313 for portability to hosts where /bin/sh has problems.
1315 2013-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
1317 * variables.texi (File Local Variables): Don't recommend quoting! Ever!
1319 2013-08-20 Eli Zaretskii <eliz@gnu.org>
1321 * files.texi (Information about Files): Mention file names with
1322 trailing blanks on MS-Windows. (Bug#15130)
1324 2013-08-18 Xue Fuqiao <xfq.free@gmail.com>
1326 * positions.texi (Positions): Improve indexing.
1328 2013-08-18 Eli Zaretskii <eliz@gnu.org>
1330 * markers.texi (The Region): Improve indexing.
1332 2013-08-17 Xue Fuqiao <xfq.free@gmail.com>
1334 * modes.texi (SMIE, SMIE Grammar, SMIE Indentation): Add some indexes.
1336 * text.texi (Maintaining Undo): Mention interactive call of
1337 buffer-disable-undo.
1338 (Filling): Add cross-reference for hard newlines.
1339 (Sorting): Fix indentation.
1340 (Columns): Comment out undefined behavior.
1341 (Case Changes): Fix an `args-out-of-range' error in the example.
1343 2013-08-16 Xue Fuqiao <xfq.free@gmail.com>
1345 * text.texi (Insertion): Refine.
1346 (Margins): Add an index.
1347 (Undo): Doc fix for `buffer-undo-list'.
1349 * positions.texi (Character Motion):
1350 * markers.texi (Moving Markers, Creating Markers):
1351 Comment out undefined behavior.
1353 2013-08-15 Xue Fuqiao <xfq.free@gmail.com>
1355 * markers.texi (The Region): Add/move indexes.
1357 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1359 * display.texi (ImageMagick Images): Mention :content-type and
1360 `image-content-type-suffixes'.
1362 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
1364 * positions.texi (Word Motion): Remove redundant sentence.
1366 2013-08-13 Glenn Morris <rgm@gnu.org>
1368 * lists.texi (List Elements):
1369 Undocument behavior of nth and nthcdr with n < 0. (Bug#15059)
1371 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
1373 * frames.texi (Display Feature Testing): Add indexes.
1375 2013-08-12 Glenn Morris <rgm@gnu.org>
1377 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
1378 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
1379 (INSTALL_DATA): New, set by configure.
1380 (HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
1382 (.SUFFIXES): Add .ps and .dvi.
1383 (.dvi.ps): New suffix rule.
1384 (dvi, html, pdf, ps): Use *_TARGETS variables.
1385 (elisp.html): Use HTML_OPTS.
1386 (elisp.ps): Remove explicit rule.
1387 (.PHONY): install-dvi, install-html, install-pdf, install-ps,
1388 install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
1389 uninstall-ps, and uninstall-doc.
1390 (install-dvi, install-html, install-pdf, install-ps, install-doc)
1391 (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
1392 (uninstall-doc): New rules.
1393 (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
1395 2013-08-10 Xue Fuqiao <xfq.free@gmail.com>
1397 * edebug.texi (Instrumenting Macro Calls): Use @defmac for macros.
1399 2013-08-09 Xue Fuqiao <xfq.free@gmail.com>
1401 * control.texi (Error Symbols): Minor fix for previous change.
1403 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
1405 * errors.texi (Standard Errors): Don't refer to `error-conditions'.
1407 * control.texi (Signaling Errors): Refer to define-error.
1408 (Error Symbols): Add `define-error'.
1410 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
1412 * positions.texi (Motion by Screen Lines):
1413 * display.texi (Truncation): Rename `cache-long-line-scans'
1414 to `cache-long-scans'.
1416 2013-08-05 Xue Fuqiao <xfq.free@gmail.com>
1418 * windows.texi (Window Start and End): Add an index.
1420 2013-08-02 Xue Fuqiao <xfq.free@gmail.com>
1422 * display.texi (Face Functions): Add an index.
1424 * variables.texi (Variable Aliases): Add an index.
1426 * functions.texi (Defining Functions): Add an index.
1428 * nonascii.texi (Coding System Basics): Add an index.
1430 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
1432 * nonascii.texi (Non-ASCII Characters): Update menu.
1433 (Disabling Multibyte): Move here from doc/emacs/mule.texi.
1434 Fix cross-references.
1436 * elisp.texi (Top): Update menu.
1438 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
1440 * windows.texi (Window History): Mention the default value of
1441 switch-to-visible-buffer. Add cross-references.
1443 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
1445 * errors.texi (Standard Errors): Fix typo.
1447 * files.texi (Magic File Names):
1448 * os.texi (File Notifications): Remove file-notify-supported-p.
1450 2013-07-24 Paul Eggert <eggert@cs.ucla.edu>
1452 * eval.texi (Special Forms): Mention 'lambda'. Also, say that
1453 non-well-formed expressions result in unspecified behavior, though
1454 Emacs will not crash.
1456 2013-07-22 Michael Albinus <michael.albinus@gmx.de>
1458 * files.texi (Magic File Names): Add file-notify-add-watch,
1459 file-notify-rm-watch and file-notify-supported-p.
1460 Move file-remote-p down.
1462 * errors.texi (Standard Errors): Add file-notify-error.
1464 * os.texi (Desktop Notifications): Rename from Notifications.
1465 (File Notifications): New node.
1467 * elisp.texi (Top): Update menu for these changes.
1469 2013-07-19 Xue Fuqiao <xfq.free@gmail.com>
1471 * windows.texi (Display Action Functions): Mention next-window.
1473 2013-07-16 Xue Fuqiao <xfq.free@gmail.com>
1475 * windows.texi (Selecting Windows): Fix the introduction of
1476 `set-frame-selected-window''s arguments.
1478 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
1480 Timestamp fixes for undo (Bug#14824).
1481 * text.texi (Undo): Document (t . 0) and (t . -1) in buffer-undo-list.
1483 2013-07-06 Eli Zaretskii <eliz@gnu.org>
1485 * nonascii.texi (Text Representations): Document that
1486 multibyte-string-p returns nil for non-string objects.
1488 2013-07-06 Glenn Morris <rgm@gnu.org>
1490 * elisp.texi (Top): Move WWW_GNU_ORG section outside @copying.
1492 2013-07-03 Glenn Morris <rgm@gnu.org>
1494 * debugging.texi (Debugging):
1495 * files.texi (File Attributes, Changing Files): Fix cross-references.
1497 * package.texi (Package Archives): Fix @url call.
1499 * syntax.texi (Syntax Table Functions): Mention describe-syntax.
1501 2013-06-29 Eli Zaretskii <eliz@gnu.org>
1503 * display.texi (Bidirectional Display): Document move-point-visually.
1505 2013-06-29 Xue Fuqiao <xfq.free@gmail.com>
1507 * buffers.texi (Buffer File Name): Fix typo.
1509 2013-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
1511 * tips.texi (Coding Conventions): Improve wording.
1513 2013-06-24 Glenn Morris <rgm@gnu.org>
1515 * loading.texi (Autoload): Fix typo.
1517 * variables.texi (Lexical Binding): Fix typo.
1519 * functions.texi (Anonymous Functions): Put back ' removed 2012-10-23.
1521 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1523 * display.texi (ImageMagick Images): Mention :max-width and
1526 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
1528 * numbers.texi (Math Functions): Remove obsolete function log10.
1530 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
1532 * modes.texi (Mode Line Data, Properties in Mode): Advertise `keymap'
1533 rather than `local-map'.
1535 * keymaps.texi (Active Keymaps): Fix documentation of
1536 set-temporary-overlay-map and overriding-terminal-local-map.
1538 2013-06-19 Glenn Morris <rgm@gnu.org>
1540 * Makefile.in (dist): Edit more configure variables.
1541 Try to check that we do not miss any in future.
1543 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
1545 * text.texi (Undo, Changing Properties): Fix typos.
1547 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1549 * text.texi (Changing Properties): Document `add-face-text-property'.
1551 2013-06-17 Kenichi Handa <handa@gnu.org>
1553 * display.texi (Face Attributes): Refer to "Low-Level font" (not
1554 "Font Selection") in the explanation of :font attribute (bug#14629).
1556 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1558 * loading.texi (Hooks for Loading): Don't document after-load-alist.
1559 Document with-eval-after-load instead of eval-after-load.
1561 2013-06-11 Xue Fuqiao <xfq.free@gmail.com>
1563 * files.texi (File Name Expansion): Make the example more
1566 2013-06-10 Paul Eggert <eggert@cs.ucla.edu>
1568 Documentation fix for 'ls' and hard links.
1569 * compile.texi (Compilation Functions):
1570 * files.texi (File Attributes, Changing Files):
1571 Use current format for GNU 'ls' output.
1572 (File Attributes): Fix problem introduced in previous change:
1573 the link count is the number of hard links, not the number
1576 2013-06-10 Xue Fuqiao <xfq.free@gmail.com>
1578 * files.texi (File Attributes): Fix typo.
1580 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1582 * functions.texi (Lambda Expressions): Lambda expressions don't
1583 evaluate to themselves in general (bug#11782).
1585 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1587 * loading.texi (Autoload):
1588 * help.texi (Documentation Basics, Accessing Documentation)
1589 (Accessing Documentation, Accessing Documentation): DOC-* is now DOC.
1591 2013-04-23 Glenn Morris <rgm@gnu.org>
1593 * internals.texi (Writing Emacs Primitives): Remove obvious example.
1594 Tweak other to avoid overly long line.
1596 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
1598 * internals.texi (Writing Emacs Primitives): Remove unnecessary
1599 references to the sources. (Bug#13800)
1601 * searching.texi (Regexp Backslash): Doc fix for backslash
1602 constructs in regular expressions.
1604 2013-04-15 Christopher Schmidt <christopher@ch.ristopher.com>
1606 * tips.texi (Coding Conventions): Mention separation of package
1607 descriptor and name of internal symbols by two hyphens.
1609 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
1611 * windows.texi (Splitting Windows): Change category of
1612 split-window from a command to a function.
1614 2013-04-06 Chong Yidong <cyd@gnu.org>
1616 * display.texi (Faces): Minor clarifications.
1617 (Defining Faces): Clarify default vs custom face specs.
1618 Document face-spec-set.
1620 * display.texi (Overlay Properties):
1621 * text.texi (Special Properties): Use the "anonymous face"
1622 terminology. Describe foreground-color and background-color forms
1623 as compatibility-only.
1625 2013-03-24 Eli Zaretskii <eliz@gnu.org>
1627 * compile.texi (Byte-Code Objects): Add index entry.
1628 (Disassembly): Add cross-references.
1630 2013-03-23 Eli Zaretskii <eliz@gnu.org>
1632 * frames.texi (Size Parameters): More accurate description of the
1633 difference between 'fullboth' and 'maximized'. (Bug#13935)
1635 2013-03-17 Christopher Schmidt <christopher@ch.ristopher.com>
1637 * symbols.texi (Standard Properties): Document pure. (Bug#13823)
1639 2013-03-16 Glenn Morris <rgm@gnu.org>
1641 * elisp.texi: Add some stuff specific to www.gnu.org.
1643 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
1645 * control.texi (Pattern matching case statement): Fix typo.
1647 2013-03-04 Paul Eggert <eggert@cs.ucla.edu>
1649 * elisp.texi, intro.texi: Switch from Latin-1 to UTF-8.
1651 2013-03-03 Glenn Morris <rgm@gnu.org>
1653 * objects.texi (Symbol Type): Fix typo.
1655 2013-02-28 Bastien Guerry <bzg@gnu.org>
1657 * variables.texi (File Local Variables): Fix reference.
1659 2013-02-24 Eli Zaretskii <eliz@gnu.org>
1661 * files.texi (Magic File Names): Improve wording and indexing.
1663 2013-02-21 Glenn Morris <rgm@gnu.org>
1665 * display.texi (Multi-Frame Images): Minor rephrasing.
1667 2013-02-20 Glenn Morris <rgm@gnu.org>
1669 * display.texi (GIF Images, TIFF Images): Delete these nodes.
1670 (ImageMagick Images): For :index, use an xref rather than duplicating.
1671 (Other Image Types): Add GIF, adjust formatting.
1672 (Multi-Frame Images): Rename from Animated Images. Expand section.
1673 * elisp.texi (Top): Update menu for these changes.
1675 2013-02-19 Glenn Morris <rgm@gnu.org>
1677 * text.texi (Change Hooks): Fix typo.
1679 2013-02-15 Glenn Morris <rgm@gnu.org>
1681 * modes.texi (Basic Major Modes): 'z' no longer bound in special-mode.
1683 2013-02-13 Glenn Morris <rgm@gnu.org>
1685 * objects.texi (Char-Table Type): Add footnote about #^^.
1687 * modes.texi (Minor Mode Conventions): Fix typo.
1689 * keymaps.texi (Scanning Keymaps): Remove obsolete sentence about
1690 meta characters; this changed in 22.1. (Bug#13684)
1692 * objects.texi (Char-Table Type): Add cindex.
1694 * keymaps.texi (Key Binding Commands): Trivial rephrasing.
1696 2013-02-10 Glenn Morris <rgm@gnu.org>
1698 * keymaps.texi (Creating Keymaps): Update make-keymap result.
1700 2013-02-09 Eli Zaretskii <eliz@gnu.org>
1702 * modes.texi (%-Constructs): Remove the description of %t.
1704 * nonascii.texi (MS-DOS File Types): Delete node.
1706 2013-02-08 Glenn Morris <rgm@gnu.org>
1708 * keymaps.texi (Active Keymaps, Searching Keymaps):
1709 Remove confusing mention of "symbolic prefix". (Bug#13643)
1711 2013-01-19 Glenn Morris <rgm@gnu.org>
1713 * macros.texi (Indenting Macros): Fix order of an indent
1714 symbol's arguments. (Bug#13450)
1716 2013-01-19 Paul Eggert <eggert@cs.ucla.edu>
1718 Allow floating-point file offsets.
1719 * files.texi (Reading from Files, Writing to Files):
1720 Say that file offsets can be numbers, not just integers.
1722 2013-01-09 Glenn Morris <rgm@gnu.org>
1724 * commands.texi (Interactive Codes):
1725 Whitespace does not terminate interactive "S". (Bug#13393)
1727 2013-01-06 Chong Yidong <cyd@gnu.org>
1729 * windows.texi (Vertical Scrolling): Fix typos (Bug#13267).
1731 2013-01-05 Glenn Morris <rgm@gnu.org>
1733 * display.texi (Overlay Properties): Mention field. (Bug#13364)
1735 2013-01-05 Eli Zaretskii <eliz@gnu.org>
1737 * hooks.texi (Standard Hooks): Use @item, not @itemx, as the first
1738 directive in a group of items.
1740 2013-01-05 Chong Yidong <cyd@gnu.org>
1742 * keymaps.texi (Key Sequences): Remove obsolete sentence
1745 2013-01-04 Ari Roponen <ari.roponen@gmail.com> (tiny change)
1747 * hash.texi (Defining Hash): Fix typo. (Bug#13345)
1749 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1751 * files.texi (File Attributes): Undocument return format of file-acl.
1753 2013-01-03 Glenn Morris <rgm@gnu.org>
1755 * processes.texi (System Processes):
1756 * syntax.texi (Syntax Table Functions): Tweak some line breaks.
1758 * searching.texi (Replacing Match): Fix xref.
1760 * elisp.texi (DATE): Bump to Jan 2013.
1762 2013-01-02 Glenn Morris <rgm@gnu.org>
1764 * customize.texi (Common Keywords, Type Keywords):
1765 Replace "active field" with "button". (Bug#13310)
1767 * customize.texi (Common Keywords): Add xref. (Bug#13311)
1768 * tips.texi (Library Headers): Add cindex.
1770 2012-12-30 Wolfgang Jenkner <wjenkner@inode.at>
1772 * functions.texi (Declare Form):
1773 * intro.texi (A Sample Function Description):
1774 * syntax.texi (Syntax Table Internals, Syntax Table Functions):
1775 * variables.texi (Using Lexical Binding): Don't use @var or CAPS
1776 in @def.. commands. (Bug#13292)
1778 2012-12-29 Eli Zaretskii <eliz@gnu.org>
1780 * files.texi (Changing Files): Document the return values of
1781 set-file-selinux-context and set-file-acl.
1783 2012-12-27 Glenn Morris <rgm@gnu.org>
1785 * files.texi (File Names): Mention Cygwin conversion functions.
1787 2012-12-22 Martin Rudalics <rudalics@gmx.at>
1789 * windows.texi (Selecting Windows): Reword description of
1790 select-window (Bug#13248).
1792 2012-12-22 Eli Zaretskii <eliz@gnu.org>
1794 * files.texi (File Attributes, Changing Files): Remove the details
1795 about the text returned by file-acl. Instead, just document that
1796 it is an opaque string meant to be used by set-file-acl.
1798 2012-12-21 Chong Yidong <cyd@gnu.org>
1800 * modes.texi (Auto Major Mode): Fix typo (Bug#13230).
1802 * customize.texi (Simple Types): Document key-sequence type
1805 * strings.texi (Text Comparison): Doc fix for compare-strings.
1807 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
1809 * files.texi (Magic File Names): Add `file-acl',
1810 `file-selinux-context', `set-file-acl' and
1811 `set-file-selinux-context'. Make the list consistent.
1813 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
1815 * tips.texi (Library Headers): New header keyword `Homepage'.
1816 Make continuation lines syntax more precise.
1818 2012-12-17 Eli Zaretskii <eliz@gnu.org>
1820 * files.texi (File Attributes, Changing Files): Update to include
1821 MS-Windows support for ACLs.
1823 2012-12-16 Romain Francoise <romain@orebokech.com>
1825 * files.texi (File Attributes): Document ACL support and new
1826 `file-acl' function.
1827 (Changing Files): Mention argument name change of `copy-file' and
1828 document new function `set-file-acl'.
1830 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
1832 Fix permissions bugs with setgid directories etc. (Bug#13125)
1833 * files.texi (Testing Accessibility): Document GROUP arg
1834 of file-ownership-preserved-p.
1835 (File Attributes): Document that 9th element is now
1837 * os.texi (User Identification): Document new functions group-gid,
1840 2012-12-11 Paul Eggert <eggert@cs.ucla.edu>
1842 * internals.texi (C Integer Types): New section.
1843 This follows up and records an email in
1844 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00496.html>.
1846 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1848 * control.texi (Pattern matching case statement): New node.
1850 * customize.texi (Variable Definitions): Mention the default :group
1851 for defcustoms (bug#13093).
1853 2012-12-09 Glenn Morris <rgm@gnu.org>
1855 * customize.texi (Variable Definitions): Mention eval-defun
1856 on a defcustom calls the :set function when appropriate.
1858 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
1860 * doclicense.texi, gpl.texi: Update to latest version from FSF.
1861 These are just minor editorial changes.
1863 2012-12-06 Chong Yidong <cyd@gnu.org>
1865 * lists.texi (Plist Access): Move put example to Symbol Plists.
1867 * symbols.texi (Standard Properties): Fix typo.
1869 2012-12-03 Chong Yidong <cyd@gnu.org>
1871 * symbols.texi (Symbol Properties): New node.
1872 (Symbol Plists): Make it a subsection under Symbol Properties.
1873 (Standard Properties): New node.
1875 * lists.texi (Property Lists): Move here from symbols.texi.
1876 (Plist Access): Rename from Other Plists.
1878 * customize.texi (Variable Definitions):
1879 * display.texi (Defining Faces):
1880 * sequences.texi (Char-Tables): Fix xref.
1882 * keymaps.texi (Key Sequences): `kbd' is now a function.
1884 * commands.texi (Using Interactive): Fix index entry.
1886 2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
1888 * doclicense.texi: Update to latest version from FSF.
1889 These are just minor editorial changes.
1890 * elisp.texi (GNU Free Documentation License)
1891 (GNU General Public Licens):
1892 Provide sectioning, since doclicense.texi no longer does that.
1894 * loading.texi (Named Features): @ -> @@ to fix typo.
1896 2012-11-24 Martin Rudalics <rudalics@gmx.at>
1898 * windows.texi (Basic Windows): Fix typo.
1899 (Windows and Frames): Fix example. Move description of
1900 window-in-direction here.
1901 (Recombining Windows): Fix example.
1902 (Buffers and Windows): Fix description of replace-buffer-in-windows.
1903 (Switching Buffers): Reword.
1904 (Display Action Functions): Minor adjustments.
1905 (Choosing Window Options): Minor fixes.
1906 (Window History): Minor rewording.
1907 (Dedicated Windows): Correct and reword part describing how
1908 dedicatedness affects functions removing buffers or windows.
1909 * buffers.texi (The Buffer List): Fix description of bury-buffer.
1911 2012-11-24 Chong Yidong <cyd@gnu.org>
1913 * modes.texi (%-Constructs): Fix statement about mode construct
1914 padding (Bug#12866).
1916 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1918 * debugging.texi (Profiling): Make it more clear
1919 that --enable-profiling is about profiling the C code.
1921 2012-11-21 Glenn Morris <rgm@gnu.org>
1923 * display.texi (Attribute Functions):
1924 Update for set-face-* name changes.
1925 Add new "inherit" argument for face-bold-p etc.
1926 Move description of this argument to a common section, like "frame".
1928 * debugging.texi (Profiling): New section.
1929 (Debugging): Mention profiling in the introduction.
1930 * tips.texi (Compilation Tips): Move profiling to separate section.
1931 * elisp.texi: Add Profiling to detailed menu.
1933 2012-11-21 Martin Rudalics <rudalics@gmx.at>
1935 * windows.texi (Display Action Functions): Fix recently added
1936 example. Suggested by Michael Heerdegen.
1938 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
1940 Minor cleanup for times as lists of four integers.
1941 * os.texi (Time Parsing): Time values can now be four integers.
1943 2012-11-18 Glenn Morris <rgm@gnu.org>
1945 * loading.texi (How Programs Do Loading): Add eager macro expansion.
1946 * macros.texi (Expansion): Mention eager macro expansion.
1948 * minibuf.texi (Basic Completion): Mention misc completion-table funcs.
1950 2012-11-18 Leo Liu <sdl.web@gmail.com>
1952 * minibuf.texi (Programmed Completion): Doc fix for metadata
1953 request (Bug#12850).
1955 2012-11-18 Glenn Morris <rgm@gnu.org>
1957 * display.texi (Temporary Displays): Document with-temp-buffer-window.
1959 * frames.texi (Size and Position): Add fit-frame-to-buffer command.
1960 * windows.texi (Resizing Windows): Add fit-frame-to-buffer option.
1961 (Window Sizes): Add vindex for window-min-height, window-min-width.
1962 (Display Action Functions): Mention pop-up-frame-parameters.
1964 2012-11-16 Martin Rudalics <rudalics@gmx.at>
1966 * windows.texi (Choosing Window): Rewrite description of
1967 display-buffer-alist (Bug#12167).
1968 (Display Action Functions): Mention inhibit-switch-frame.
1969 Fix description of display-buffer-below-selected. Reorder actions.
1970 Add example (Bug#12848).
1972 2012-11-16 Glenn Morris <rgm@gnu.org>
1974 * display.texi (Face Attributes): Fix :underline COLOR description.
1975 (Attribute Functions): Update for set-face-underline rename.
1976 Tweak descriptions of face-underline-p, face-inverse-video-p.
1978 * keymaps.texi (Searching Keymaps, Tool Bar): Untabify examples,
1979 so they align better in info.
1980 (Active Keymaps, Searching Keymaps, Controlling Active Maps):
1981 Document set-temporary-overlay-map.
1983 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1985 * keymaps.texi (Translation Keymaps): Add a subsection "Interaction
1986 with normal keymaps".
1988 2012-11-15 Dmitry Antipov <dmantipov@yandex.ru>
1990 * internals.texi (Garbage Collection): Update descriptions
1991 of vectorlike_header, garbage-collect and gc-cons-threshold.
1992 (Object Internals): Explain Lisp_Object layout and the basics
1993 of an internal type system.
1994 (Buffer Internals): Update description of struct buffer.
1996 2012-11-13 Glenn Morris <rgm@gnu.org>
1998 * variables.texi (Adding Generalized Variables):
1999 At least mention gv-define-expander and gv-letplace.
2001 * debugging.texi (Error Debugging): Mention debug-on-message.
2002 (Using Debugger): Mention debugger-bury-or-kill.
2004 * control.texi (Signaling Errors):
2005 * debugging.texi (Error Debugging):
2006 * errors.texi (Standard Errors): Add user-error.
2008 * variables.texi (Adding Generalized Variables):
2009 Use standard formatting for common lisp note about setf functions.
2011 2012-11-10 Martin Rudalics <rudalics@gmx.at>
2013 * elisp.texi (Top): Add Recombining Windows to menu.
2014 * windows.texi (Recombining Windows): New subsection.
2015 (Splitting Windows): Rewrite text on handling of window
2016 combinations and move it to new subsection.
2018 2012-11-10 Chong Yidong <cyd@gnu.org>
2020 * searching.texi (Replacing Match): Document \? in replace-match.
2022 * variables.texi (Creating Buffer-Local): Document setq-local and
2024 (Setting Generalized Variables): Arrange table alphabetically.
2026 * lists.texi (List Elements, List Variables): Clarify descriptions
2027 of push and pop for generalized variables.
2029 * edebug.texi (Specification List): setf is no longer CL-only.
2031 2012-11-10 Glenn Morris <rgm@gnu.org>
2033 * variables.texi (Adding Generalized Variables):
2034 Update description of FIX-RETURN expansion.
2036 * variables.texi (Setting Generalized Variables):
2037 Split most of previous contents into this subsection.
2038 (Adding Generalized Variables): New subsection.
2039 Move note on lack of setf functions here from misc/cl.texi.
2041 * elisp.texi: Add Generalized Variables subsections to detailed menu.
2043 2012-11-10 Chong Yidong <cyd@gnu.org>
2045 * frames.texi (Initial Parameters): Doc fix (Bug#12144).
2047 2012-11-08 Michael Albinus <michael.albinus@gmx.de>
2049 * os.texi (Notifications): Update descriptions of
2050 notifications-notify, notifications-close-notification and
2051 notifications-get-capabilities according to latest code changes.
2052 Add notifications-get-server-information.
2054 2012-11-03 Chong Yidong <cyd@gnu.org>
2056 * objects.texi (General Escape Syntax): Clarify the explanation of
2058 (Non-ASCII in Strings): Clarify when a string is unibyte vs
2059 multibyte. Hex escapes do not automatically make a string
2062 2012-11-03 Martin Rudalics <rudalics@gmx.at>
2064 * windows.texi (Switching Buffers): Document option
2065 switch-to-buffer-preserve-window-point.
2066 (Display Action Functions): Document window-height and
2067 window-width alist entries.
2068 (Display Action Functions):
2069 Document display-buffer-below-selected and
2070 display-buffer-in-previous-window.
2071 (Quitting Windows): Document quit-restore-window.
2073 (Window Configurations): In window-state-get mention that
2074 argument window must be valid.
2075 (Window Parameters): Document quit-restore window parameter
2078 2012-10-31 Glenn Morris <rgm@gnu.org>
2080 * control.texi (Catch and Throw): Add xref to cl.texi.
2082 * lists.texi (Sets And Lists): Point xref to better location.
2084 * errors.texi (Standard Errors):
2085 * loading.texi (Autoload): Update for cl-lib namespace changes.
2087 * modes.texi (Defining Minor Modes): "Generalized Variables"
2088 section is now in this manual rather than cl.texi.
2090 * eval.texi (Special Forms): No longer special forms: defmacro,
2091 defun, save-window-excursion, with-output-to-temp-buffer.
2092 * functions.texi (Defining Functions): Defun is now a macro.
2093 Defalias is a function.
2095 2012-10-30 Glenn Morris <rgm@gnu.org>
2097 * variables.texi (Generalized Variables): Fix typo.
2099 2012-10-30 Chong Yidong <cyd@gnu.org>
2101 * symbols.texi (Symbol Plists): Document function-get.
2103 * loading.texi (Autoload): Document autoloadp, autoload-do-load.
2105 * frames.texi (Visibility of Frames): Document tty-top-frame.
2107 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2109 * keymaps.texi (Format of Keymaps): Document the multiple
2112 2012-10-28 Martin Rudalics <rudalics@gmx.at>
2114 * windows.texi (Basic Windows): Reformulate description of live,
2115 internal and valid windows.
2116 (Cyclic Window Ordering): Describe new argument of
2117 get-lru-window and get-largest-window. Add description of
2118 window-in-direction.
2120 2012-10-27 Glenn Morris <rgm@gnu.org>
2122 * variables.texi (Generalized Variables): New section,
2123 adapted from misc/cl.texi.
2124 * elisp.texi (Top): Add Generalized Variables to menu.
2125 * lists.texi (List Elements, List Variables):
2126 Mention generalized variables.
2128 * lists.texi (List Elements): Typo fix.
2130 2012-10-27 Chong Yidong <cyd@gnu.org>
2132 * minibuf.texi (High-Level Completion): Don't mention removed
2133 function iswitchb-read-buffer.
2135 * commands.texi (Event Input Misc): Remove last-input-char.
2136 (Command Loop Info): Remove last-command-char.
2138 * frames.texi (Initial Parameters): Don't mention the obsolete
2139 special-display feature.
2141 * windows.texi (Choosing Window): Don't mention the obsolete
2142 special display feature.
2143 (Choosing Window Options): Remove obsolete special-display
2144 variables, and the functions special-display-p and
2145 special-display-popup-frame.
2147 * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
2149 * hooks.texi (Standard Hooks): Remove obsolete hooks.
2151 * markers.texi (Information from Markers): Remove obsolete
2152 function buffer-has-markers-at.
2154 * text.texi (Yanking): Document yank-handled-properties.
2156 2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
2158 Update manual for new time stamp format (Bug#12706).
2159 * buffers.texi (Modification Time):
2160 * files.texi (Testing Accessibility, File Attributes):
2161 * intro.texi (Version Info):
2162 * os.texi (Time of Day):
2163 Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
2164 These instances were missed the first time around.
2165 Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
2167 2012-10-24 Chong Yidong <cyd@gnu.org>
2169 * minibuf.texi (Text from Minibuffer): Document read-regexp
2172 * nonascii.texi (Selecting a Representation):
2173 Document set-buffer-multibyte changes.
2175 * keymaps.texi (Toolkit Differences): Node deleted.
2176 (Easy Menu): New node.
2178 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2180 * hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.
2182 2012-10-23 Paul Eggert <eggert@cs.ucla.edu>
2184 Fix outdated timestamp documentation in Elisp manual (bug#12706).
2185 * files.texi (File Attributes):
2187 Time stamp resolution is now 1 picosecond, not 1 second.
2189 2012-10-23 Chong Yidong <cyd@gnu.org>
2191 * display.texi (Font Lookup): Remove font-list-limit.
2193 * keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode
2196 2012-10-22 Glenn Morris <rgm@gnu.org>
2198 * os.texi (Recording Input): Tiny fix.
2200 * intro.texi (Lisp History):
2201 * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
2202 * tips.texi (Coding Conventions): Recommend cl-lib over cl.
2204 2012-10-15 Chong Yidong <cyd@gnu.org>
2206 * macros.texi (Defining Macros): defmacro is now a macro.
2207 Explicitly list the docstring and declare arguments.
2209 * functions.texi (Anonymous Functions): Explicitly list the
2210 docstring, declare, and interactive arguments to lambda.
2211 (Defining Functions): Likewise for defun.
2212 (Inline Functions): Likewise for defsubst.
2213 (Declare Form): Tweak description.
2215 2012-10-13 Chong Yidong <cyd@gnu.org>
2217 * display.texi (ImageMagick Images): ImageMagick enabled by default.
2219 2012-10-05 Chong Yidong <cyd@gnu.org>
2221 * minibuf.texi (Basic Completion): Clarify list form of completion
2224 2012-10-05 Bruno Félix Rezende Ribeiro <oitofelix@gmail.com> (tiny change)
2226 * functions.texi (Function Safety): Copyedit. (Bug#12562)
2228 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
2230 Revert the FOLLOW-SYMLINKS change for file-attributes.
2231 * files.texi (File Attributes, Magic File Names): Undo last change.
2233 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
2235 file-attributes has a new optional arg FOLLOW-SYMLINKS.
2236 * files.texi (File Attributes): Describe it.
2237 (Magic File Names): Use it.
2239 2012-09-30 Chong Yidong <cyd@gnu.org>
2241 * commands.texi (Click Events): Define "mouse position list".
2242 Remove mention of unimplemented horizontal scroll bars.
2243 (Drag Events, Motion Events): Refer to "mouse position list".
2244 (Accessing Mouse): Document posnp.
2246 * errors.texi (Standard Errors): Tweak arith-error description.
2247 Tweak markup. Remove domain-error and friends, which seem to be
2248 unused after the floating-point code revamp.
2250 * functions.texi (Defining Functions): defun is now a macro.
2251 (Obsolete Functions): Obsolescence also affects
2252 documentation commands. Various clarifications.
2253 (Declare Form): New node.
2255 * strings.texi (String Basics): Copyedits.
2257 * os.texi (Startup Summary): Document leim-list.el change.
2258 (User Identification): Add system-users and system-groups.
2259 (Idle Timers): Minor clarifications.
2261 * macros.texi (Defining Macros): Move description of `declare' to
2264 * loading.texi (Autoload):
2265 * help.texi (Documentation Basics): The special sequences can
2266 trigger autoloading.
2268 * numbers.texi (Integer Basics): Copyedits.
2269 (Float Basics): Consider IEEE floating point always available.
2270 (Random Numbers): Document actual limits.
2271 (Arithmetic Operations): Clarify division by zero. Don't mention
2272 the machine-independence of negative division since it does not
2275 2012-09-28 Leo Liu <sdl.web@gmail.com>
2277 * files.texi (Files): Fix typo.
2279 2012-09-23 Chong Yidong <cyd@gnu.org>
2281 * buffers.texi (Read Only Buffers): Document read-only-mode.
2283 * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
2286 * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
2287 calling conventions.
2289 2012-09-22 Chong Yidong <cyd@gnu.org>
2291 * searching.texi (Replacing Match): Minor clarification.
2293 2012-09-22 Eli Zaretskii <eliz@gnu.org>
2295 * edebug.texi (Instrumenting): Improve indexing.
2297 * os.texi (Idle Timers): Warn against reinvoking an idle timer
2298 from within its own timer action. (Bug#12447)
2300 2012-09-22 Chong Yidong <cyd@gnu.org>
2302 * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
2304 2012-09-21 Glenn Morris <rgm@gnu.org>
2306 * debugging.texi (Using Debugger): Fix typo.
2308 2012-09-18 Chong Yidong <cyd@gnu.org>
2310 * display.texi (Faces): Discuss anonymous faces.
2311 (Face Attributes): Tweak intro.
2312 (Defining Faces): Move after the Face Attributes node. Copyedits.
2313 (Displaying Faces): Describe role of inheritance.
2315 * customize.texi (Customization): Define customization more
2316 carefully (Bug#11440).
2317 (Common Keywords): Add xref to Constant Variables.
2319 * variables.texi (Defining Variables): Link to defcustom's node
2320 instead of the higher-level Customization chapter.
2322 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
2324 Simplify, document, and port floating-point (Bug#12381).
2325 * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
2326 Document that / and mod (with floating point arguments), along
2327 with asin, acos, log, log10, expt and sqrt, return special values
2328 instead of signaling exceptions.
2329 (Float Basics): Document that logb operates on the absolute value
2331 (Math Functions): Document that (log ARG BASE) also returns NaN if
2332 BASE is negative. Document that (expt X Y) returns NaN if X is a
2333 finite negative number and Y a finite non-integer.
2335 2012-09-09 Chong Yidong <cyd@gnu.org>
2337 * lists.texi (Sets And Lists): Explain that the return value for
2338 delete should be used, like for delq.
2340 * minibuf.texi (Yes-or-No Queries): Document recentering and
2341 scrolling in y-or-n-p. Remove gratuitous example.
2343 * searching.texi (Search and Replace): Document window scrolling
2344 entries in query-replace-map.
2346 2012-09-08 Chong Yidong <cyd@gnu.org>
2348 * syntax.texi (Syntax Table Internals): Define "raw syntax
2349 descriptor" terminology (Bug#12383).
2350 (Syntax Descriptors): Mention raw syntax descriptors.
2352 2012-09-07 Chong Yidong <cyd@gnu.org>
2354 * variables.texi (Creating Buffer-Local): Fix description of
2355 local-variable-if-set-p (Bug#10713).
2357 * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
2359 * windows.texi (Display Action Functions)
2360 (Choosing Window Options): Remove obsolete variable
2361 display-buffer-reuse-frames.
2362 (Switching Buffers): Minor doc tweak for switch-to-buffer.
2364 * positions.texi (Narrowing): Document buffer-narrowed-p.
2366 * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
2368 * syntax.texi (Low-Level Parsing): Add xref to Parser State
2371 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
2373 * debugging.texi (Explicit Debug): Document `debug-on-message'.
2375 2012-09-02 Chong Yidong <cyd@gnu.org>
2377 * windows.texi (Window Configurations): Recommend against using
2378 save-window-excursion (Bug#12075).
2380 * control.texi (Catch and Throw):
2381 * positions.texi (Excursions): Don't mention it.
2383 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2385 Better seed support for (random).
2386 * numbers.texi (Random Numbers): Document new behavior of
2387 the calls (random) and (random STRING).
2389 2012-08-21 Martin Rudalics <rudalics@gmx.at>
2391 * windows.texi (Window Point): Document recent changes in
2392 window-point and set-window-point.
2393 (Selecting Windows): Document recent change in select-window.
2395 2012-08-06 Eli Zaretskii <eliz@gnu.org>
2397 * functions.texi (Closures): Put the main index entry for
2398 "closures" here. (Bug#12138)
2400 * variables.texi (Lexical Binding): Disambiguate the index entry
2403 2012-08-05 Chong Yidong <cyd@gnu.org>
2405 * display.texi (Defining Faces): Move documentation of
2406 frame-background-mode to the Emacs manual (Bug#7774).
2408 2012-08-04 Chong Yidong <cyd@gnu.org>
2410 * syntax.texi (Syntax Basics): Rearrange the text for clarity.
2411 Fix description of syntax table inheritance.
2412 (Syntax Table Functions): Don't refer to internal contents of
2413 syntax table, since that is not explained yet. Copyedits.
2414 (Standard Syntax Tables): Node deleted.
2415 (Syntax Table Internals): Misc clarifications. Improve table
2418 * keymaps.texi (Inheritance and Keymaps):
2419 * text.texi (Sticky Properties): Tweak index entry.
2421 2012-07-28 Eli Zaretskii <eliz@gnu.org>
2423 * nonascii.texi (Character Sets): Fix a typo. (Bug#12062)
2425 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
2427 Prefer typical American spelling for "acknowledgment".
2428 * intro.texi (Acknowledgments): Rename from Acknowledgements.
2430 2012-07-21 Eli Zaretskii <eliz@gnu.org>
2432 * commands.texi (Special Events): Mention language-change event.
2433 (Input Events, Interactive Codes):
2434 * keymaps.texi (Key Sequences): Mention events that are
2435 non-keyboard but also non-mouse events.
2437 2012-07-17 Chong Yidong <cyd@gnu.org>
2439 * text.texi (Insertion): Document insert-char changes.
2441 2012-07-15 Leo Liu <sdl.web@gmail.com>
2443 * display.texi (Fringe Bitmaps): Add exclamation-mark.
2445 2012-07-13 Chong Yidong <cyd@gnu.org>
2447 * buffers.texi (Read Only Buffers): Document toggle-read-only
2448 changes. Reword to account for the fact that read-only is
2449 currently not supported in overlay properties.
2451 2012-07-07 Chong Yidong <cyd@gnu.org>
2453 * loading.texi (Library Search): Index site-lisp directories.
2455 2012-07-06 Chong Yidong <cyd@gnu.org>
2457 * intro.texi (A Sample Function Description): Fix incorrect
2458 markup, undoing previous change.
2459 (A Sample Variable Description): Minor clarifications and markup
2463 * text.texi (Text): Fix menu order.
2465 2012-07-06 Richard Stallman <rms@gnu.org>
2467 * intro.texi (Evaluation Notation, A Sample Function Description)
2468 (A Sample Variable Description): Improve/undo previous changes.
2470 2012-07-05 Glenn Morris <rgm@gnu.org>
2472 * intro.texi (A Sample Function Description): Fix cross-refs.
2474 2012-07-05 Michael Witten <mfwitten@gmail.com> (tiny change)
2476 * intro.texi (Evaluation Notation, A Sample Function Description)
2477 (A Sample Variable Description, Version Info): Copy edits (bug#11862).
2479 2012-06-27 Chong Yidong <cyd@gnu.org>
2481 * processes.texi (Asynchronous Processes, Input to Processes):
2482 * internals.texi (Process Internals): Don't capitalize "pty".
2484 2012-06-24 Thien-Thi Nguyen <ttn@gnuvola.org>
2486 * processes.texi (Asynchronous Processes): Make the pty vs pipe
2487 discussion more prominent.
2489 2012-06-23 Eli Zaretskii <eliz@gnu.org>
2491 * commands.texi (Misc Events): Document the language-change event.
2493 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
2495 Support higher-resolution time stamps (Bug#9000).
2496 * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
2497 * processes.texi (System Processes):
2498 Time stamp resolution is now picosecond, not microsecond.
2500 2012-06-21 Glenn Morris <rgm@gnu.org>
2502 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
2504 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
2506 * functions.texi (Defining Functions):
2507 * macros.texi (Defining Macros): Un-define the return value of `defun',
2508 `defmacro' and `defalias'.
2510 2012-06-17 Chong Yidong <cyd@gnu.org>
2512 * elisp.texi: Remove urlcolor setting.
2514 2012-06-17 Glenn Morris <rgm@gnu.org>
2516 * display.texi (Face Attributes): Copyedits. Add a few cindex entries.
2517 Overlining no longer behaves exactly like underlining.
2519 2012-06-16 Aurélien Aptel <aurelien.aptel@gmail.com>
2521 * display.texi (Face Attributes):
2522 Document wave-style underline face attribute.
2524 2012-06-11 Chong Yidong <cyd@gnu.org>
2526 * display.texi (ImageMagick Images): ImageMagick now supports the
2527 :background property.
2529 2012-06-10 Dmitry Antipov <dmantipov@yandex.ru>
2531 * internals.texi (Garbage Collection): Typo fix.
2533 2012-06-09 Chong Yidong <cyd@gnu.org>
2535 * text.texi (Special Properties): Clarify the meaning of a list of
2536 faces in the `face' property.
2538 * display.texi (Face Remapping): Minor clarification.
2540 2012-06-08 Chong Yidong <cyd@gnu.org>
2542 * display.texi (Face Attributes): Font family does not accept
2543 wildcards. De-document obsolete :bold and :italic attributes.
2544 (Defining Faces): Use new-style face spec format.
2546 2012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
2548 * internals.texi (Garbage Collection): Document new
2549 vector management code and vectorlike_header structure.
2551 2012-06-03 Chong Yidong <cyd@gnu.org>
2553 * modes.texi (Mode Line Data): Use "mode line construct"
2554 terminology for consistency.
2556 2012-05-27 Glenn Morris <rgm@gnu.org>
2558 * abbrevs.texi, advice.texi, anti.texi, backups.texi:
2559 * buffers.texi, commands.texi, compile.texi, control.texi:
2560 * customize.texi, debugging.texi, display.texi, doclicense.texi:
2561 * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
2562 * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
2563 * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
2564 * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
2565 * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
2566 * objects.texi, os.texi, package.texi, positions.texi:
2567 * processes.texi, searching.texi, sequences.texi, streams.texi:
2568 * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
2569 * variables.texi, windows.texi: Nuke hand-written node pointers.
2571 2012-05-27 Chong Yidong <cyd@gnu.org>
2573 * functions.texi (Obsolete Functions):
2574 Fix doc for set-advertised-calling-convention.
2576 * modes.texi (Mode Help): Fix describe-mode.
2578 * display.texi (Face Functions): Fix define-obsolete-face-alias.
2580 * variables.texi (Variable Aliases): Fix make-obsolete-variable.
2582 2012-05-27 Martin Rudalics <rudalics@gmx.at>
2584 * commands.texi (Recursive Editing): recursive-edit is a command.
2586 * compile.texi (Docs and Compilation):
2587 byte-compile-dynamic-docstrings is an option.
2589 * debugging.texi (Invoking the Debugger): debug is a command.
2591 * display.texi (Progress): progress-reporter-update and
2592 progress-reporter-force-update have VALUE argument optional.
2593 (Animated Images): Use non-@code{nil} instead of non-nil.
2595 * files.texi (Format Conversion Round-Trip):
2596 Use non-@code{nil} instead of non-nil.
2598 * frames.texi (Creating Frames): make-frame is a command.
2599 (Input Focus): select-frame is a command.
2600 (Pointer Shape): void-text-area-pointer is an option.
2602 * help.texi (Describing Characters): read-kbd-macro is a command.
2603 (Help Functions): describe-prefix-bindings is a command.
2605 * markers.texi (Creating Markers): Both arguments of copy-marker
2608 * minibuf.texi (Reading File Names): Use @kbd instead of @code.
2610 * modes.texi (Mode Line Variables): mode-line-remote and
2611 mode-line-client are not options.
2612 (Imenu): imenu-add-to-menubar is a command.
2613 (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
2615 * os.texi (Sound Output): play-sound-file is a command.
2617 * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
2619 * processes.texi (Signals to Processes):
2620 Use @key{RET} instead of @code{RET}.
2621 (Signals to Processes): signal-process is a command.
2623 * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
2624 (Base 64): base64-encode-string is not a command while
2625 base64-decode-region is.
2627 * windows.texi (Switching Buffers): pop-to-buffer is a command.
2629 2012-05-12 Glenn Morris <rgm@gnu.org>
2631 * Makefile.in (MKDIR_P): New, set by configure.
2632 (mkinfodir): Use $MKDIR_P.
2634 2012-05-10 Glenn Morris <rgm@gnu.org>
2636 * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
2637 with "coding: raw-text".
2638 Concept of multibyte sessions no longer exists.
2640 * files.texi (File Locks): Mention create-lockfiles option.
2642 2012-05-09 Glenn Morris <rgm@gnu.org>
2644 * vol1.texi, vol2.texi: Remove files.
2645 * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
2646 * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
2648 * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
2650 * two-volume.make (emacsdir): New.
2651 (tex): Add directory with emacsver.texi to TEXINPUTS.
2653 * minibuf.texi (Minibuffer History, Basic Completion):
2656 * internals.texi (Garbage Collection, Memory Usage)
2657 (Writing Emacs Primitives): Tweak page breaks.
2659 * streams.texi (Output Variables): Improve page break.
2661 * edebug.texi (Edebug Display Update): Improve page break.
2663 * compile.texi (Disassembly): Condense the examples.
2665 * eval.texi, functions.texi, loading.texi, macros.texi:
2666 Where possible, use example rather than smallexample.
2668 * symbols.texi: Where possible, use example rather than smallexample.
2669 (Symbol Components): Fix typo.
2670 (Other Plists): Tweak page break.
2672 * sequences.texi (Arrays): Tweak page breaks.
2674 * customize.texi: Where possible, use example rather than smallexample.
2675 (Common Keywords, Variable Definitions, Applying Customizations)
2676 (Custom Themes): Tweak page breaks.
2678 * control.texi: Where possible, use example rather than smallexample.
2679 (Sequencing, Conditionals, Signaling Errors, Handling Errors):
2682 2012-05-08 Glenn Morris <rgm@gnu.org>
2684 * two.el: Remove; unused since creation of two-volume.make.
2686 * vol1.texi, vol2.texi: No need to keep menus in these files.
2688 2012-05-05 Glenn Morris <rgm@gnu.org>
2690 * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
2692 * intro.texi (Caveats): Copyedit.
2693 (Lisp History): Convert inforef to xref.
2694 (Lisp History, Printing Notation, Version Info): Improve page-breaks.
2696 * text.texi (Auto Filling): Don't mention Emacs 19.
2698 * commands.texi (Event Input Misc): Don't mention unread-command-char.
2699 * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
2701 * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
2703 * lists.texi (List-related Predicates, List Variables):
2705 (Sets And Lists): Convert inforef to xref.
2707 2012-05-04 Glenn Morris <rgm@gnu.org>
2709 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
2710 (info, infoclean): Use $INFO_EXT.
2711 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
2712 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
2713 (info, maintainer-clean): Use $INFO_EXT.
2714 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
2716 2012-05-04 Chong Yidong <cyd@gnu.org>
2718 * os.texi (Timers): Use defopt for timer-max-repeats.
2720 2012-05-03 Paul Eggert <eggert@cs.ucla.edu>
2722 * os.texi (Time of Day): Do not limit current-time-string
2723 to years 1000..9999.
2725 2012-05-02 Chong Yidong <cyd@gnu.org>
2727 * display.texi (Font Lookup):
2728 * frames.texi (Pointer Shape):
2729 * processes.texi (Subprocess Creation): Use defopt for options.
2731 2012-05-02 Glenn Morris <rgm@gnu.org>
2733 * elisp.texi (@copying):
2734 * intro.texi (Introduction): Only print VERSION in the TeX version.
2736 2012-05-02 Chong Yidong <cyd@gnu.org>
2738 * text.texi (Change Hooks): Minor fix for after-change-functions.
2740 2012-05-02 Glenn Morris <rgm@gnu.org>
2742 * package.texi (Packaging Basics):
2743 * loading.texi (Autoload):
2744 * files.texi (Magic File Names):
2745 Reword to remove/reduce some overly long/short lines.
2747 2012-04-27 Glenn Morris <rgm@gnu.org>
2749 * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
2750 * modes.texi (Major Modes, Auto-Indentation):
2751 * buffers.texi (Buffers): Some fixes for menu descriptions.
2753 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2754 * functions.texi (Simple Lambda, Argument List):
2755 * eval.texi (Function Indirection): Avoid deprecated form.
2757 2012-04-27 Glenn Morris <rgm@gnu.org>
2759 * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
2760 Add "et al." to authors.
2762 * buffers.texi, commands.texi, compile.texi, control.texi:
2763 * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
2764 * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
2765 * modes.texi, numbers.texi, objects.texi, streams.texi:
2766 * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
2767 Use Texinfo recommended convention for quotes+punctuation.
2769 2012-04-27 Chong Yidong <cyd@gnu.org>
2771 * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
2772 to where-is-internal (Bug#10872).
2774 2012-04-27 Glenn Morris <rgm@gnu.org>
2776 * macros.texi (Indenting Macros): Fix typo.
2778 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
2779 (Resizing Windows, Deleting Windows, Selecting Windows)
2780 (Choosing Window Options, Horizontal Scrolling)
2781 (Cyclic Window Ordering, Window History, Dedicated Windows)
2782 (Quitting Windows, Window Configurations, Textual Scrolling)
2783 (Coordinates and Windows, Window Configurations)
2784 (Window Parameters, Window Hooks): Copyedits.
2785 (Splitting Windows, Deleting Windows):
2786 Fix ignore-window-parameters logic.
2787 (Selecting Windows, Choosing Window Options): Markup fixes.
2788 (Window Start and End): Remove pointless example.
2789 Remove cross-reference to deleted count-lines content.
2790 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
2791 and recenter-positions. Remove recenter example.
2793 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
2795 * minibuf.texi (Intro to Minibuffers):
2796 Tweak discussion of resizing minibuffer window.
2798 2012-04-26 Glenn Morris <rgm@gnu.org>
2800 * elisp-covers.texi, front-cover-1.texi: Remove files.
2802 * tindex.pl: Remove file.
2804 * makefile.w32-in (srcs):
2805 * Makefile.in (srcs): Remove back.texi (which is unused).
2807 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
2809 * os.texi (Notifications): Extend possible notification hints.
2810 Add notifications-get-capabilities.
2812 2012-04-20 Chong Yidong <cyd@gnu.org>
2814 * processes.texi (Asynchronous Processes): Mention nil argument to
2817 2012-04-20 Glenn Morris <rgm@gnu.org>
2819 * minibuf.texi (Basic Completion): No need to describe obarrays here.
2820 Don't mention obsolete `nospace' argument of all-completions.
2821 (Minibuffer Completion, Completion Commands, Reading File Names)
2822 (Completion Variables): Copyedits.
2823 (Completion Commands): Mention parent keymaps.
2824 Remove obsolete minibuffer-local-filename-must-match-map.
2825 (High-Level Completion): Remove read-variable's almost
2826 word-for-word duplication of read-command.
2827 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
2828 Update "High-Level Completion" description.
2830 * minibuf.texi (Minibuffers):
2831 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
2833 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
2834 Use Texinfo-recommended form of quote+punctuation.
2835 (Intro to Minibuffers): First minibuffer is #1, not #0.
2836 Mention minibuffer-inactive-mode.
2837 (Text from Minibuffer): Copyedits.
2838 (Minibuffer History, Programmed Completion): Fix @var usage.
2839 (Object from Minibuffer): Remove overly pedantic para.
2840 (Minibuffer History): Copyedits. Add face-name-history.
2841 (Initial Input, Yes-or-No Queries, Multiple Queries)
2842 (Minibuffer Windows, Minibuffer Misc): Copyedits.
2843 (Yes-or-No Queries): Tweak example.
2844 (Minibuffer Commands): Add next-complete-history-element.
2845 (Minibuffer Misc): Mention minibuffer-message-timeout, and
2846 minibuffer-inactive-mode.
2848 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
2849 (Bindat Functions): Copyedits.
2851 2012-04-20 Christopher Schmidt <christopher@ch.ristopher.com>
2853 * files.texi (Saving Buffers): Document `visit and `visit-save'
2854 values of require-final-newline.
2856 2012-04-20 Glenn Morris <rgm@gnu.org>
2858 * processes.texi (Output from Processes, Filter Functions):
2859 Mention waiting-for-user-input-p.
2860 (Sentinels, Query Before Exit, System Processes, Transaction Queues)
2861 (Network Servers, Datagrams, Network Processes, Network Options)
2862 (Network Feature Testing, Serial Ports): Copyedits.
2863 (Network): Add encrypted network overview paragraph.
2864 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
2866 2012-04-20 Chong Yidong <cyd@gnu.org>
2868 * help.texi (Keys in Documentation): Mention :advertised-binding.
2870 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
2871 description to help.texi.
2873 2012-04-20 Glenn Morris <rgm@gnu.org>
2875 * processes.texi (Process Information, Input to Processes)
2876 (Signals to Processes, Output from Processes, Process Buffers)
2877 (Filter Functions, Decoding Output): Copyedits.
2878 (Accepting Output): Discourage use of `millisec' argument.
2880 2012-04-15 Glenn Morris <rgm@gnu.org>
2882 * processes.texi (Processes, Subprocess Creation, Shell Arguments)
2883 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
2885 (Subprocess Creation): Discourage modifying exec-path directly.
2886 (Synchronous Processes, Asynchronous Processes):
2887 Update some example output.
2888 (Process Information): Fix typo.
2889 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
2891 2012-04-15 Glenn Morris <rgm@gnu.org>
2893 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
2894 open-network-stream does exist in Emacs 23, but is simpler.
2896 2012-04-15 Chong Yidong <cyd@gnu.org>
2898 * customize.texi (Custom Themes): Also document load-theme etc.
2900 2012-04-14 Chong Yidong <cyd@gnu.org>
2902 * customize.texi (Applying Customizations, Custom Themes): New nodes.
2904 * display.texi (Defining Faces): Reference custom-set-faces.
2906 * modes.texi (Defining Minor Modes, Defining Minor Modes):
2907 * os.texi (Startup Summary): Copyedits.
2909 2012-04-14 Glenn Morris <rgm@gnu.org>
2911 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
2913 * strings.texi (Case Tables):
2914 * objects.texi (General Escape Syntax):
2915 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
2917 * buffers.texi, compile.texi, customize.texi, debugging.texi:
2918 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
2919 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
2920 * text.texi: Use @file for buffers, per the Texinfo manual.
2922 * compile.texi (Compiler Errors): Add missing space in buffer name.
2924 2012-04-14 Chong Yidong <cyd@gnu.org>
2926 * processes.texi (Query Before Exit): Remove obsolete function
2927 process-kill-without-query (Bug#11190).
2929 2012-04-14 Glenn Morris <rgm@gnu.org>
2931 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
2932 Use @env for environment variables.
2934 * Makefile.in: Replace non-portable use of $< in ordinary rules.
2936 2012-04-12 Jari Aalto <jari.aalto@cante.net>
2938 * processes.texi (Synchronous Processes):
2939 Mention `default-directory' (bug#7515).
2941 2012-04-09 Chong Yidong <cyd@gnu.org>
2943 * customize.texi (Variable Definitions): Remove user-variable-p.
2945 * commands.texi (Interactive Codes):
2946 * help.texi (Accessing Documentation):
2947 * minibuf.texi (High-Level Completion): Callers changed.
2949 2012-04-06 Chong Yidong <cyd@gnu.org>
2951 * minibuf.texi (Programmed Completion): Document metadata method.
2952 (Completion Variables): Document completion-category-overrides.
2954 2012-04-05 Chong Yidong <cyd@gnu.org>
2956 * anti.texi (Antinews): Rewrite for Emacs 23.
2958 2012-04-04 Chong Yidong <cyd@gnu.org>
2960 * minibuf.texi (Programmed Completion): Remove obsolete variable
2961 completion-annotate-function.
2962 (Completion Variables): Rename from Completion Styles.
2963 Document completion-extra-properties. Document completion-styles-alist
2965 (Reading File Names): minibuffer-local-filename-must-match-map is
2967 (Minibuffer Completion): Document completing-read-function.
2968 (Completion in Buffers): completion-at-point-functions can return
2969 properties recognized in completion-extra-properties.
2971 * display.texi (Delayed Warnings): New node.
2973 * os.texi (Notifications): Copyedits.
2975 2012-04-04 Glenn Morris <rgm@gnu.org>
2977 * os.texi (Notifications): Copyedits.
2979 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
2981 * os.texi (Terminal-Specific): Fix typo.
2982 (Notifications): New section.
2986 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
2989 2012-04-01 Chong Yidong <cyd@gnu.org>
2991 * files.texi (Kinds of Files): file-subdir-of-p renamed to
2992 file-in-directory-p.
2994 2012-03-31 Glenn Morris <rgm@gnu.org>
2996 * edebug.texi (Instrumenting Macro Calls):
2997 Mention defining macros at instrumentation time.
2998 (Edebug Options): Mention edebug-unwrap-results.
3000 2012-03-31 Eli Zaretskii <eliz@gnu.org>
3002 * text.texi (Special Properties): Clarify the description of the
3003 effect of integer values of the 'cursor' property on cursor
3004 position. See the discussions in bug#11068 for more details and
3007 2012-03-31 Glenn Morris <rgm@gnu.org>
3009 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
3012 2012-03-30 Chong Yidong <cyd@gnu.org>
3014 * display.texi (Image Formats): Add imagemagick type.
3015 (Image Descriptors): Mention how they are used.
3016 (ImageMagick Images): Clarify role of imagemagick-register-types.
3017 (Character Display): Don't mention glyph tables.
3018 (Display Tables): Use make-glyph-code in example.
3019 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
3020 tables are semi-obsolete. De-document create-glyph.
3021 (Glyphless Chars): Note that display tables override this.
3022 (Bidirectional Display): Copyedits. Introduce "bidirectional
3023 reordering" terminology, and use it.
3025 2012-03-30 Glenn Morris <rgm@gnu.org>
3027 * edebug.texi (Jumping): Give name of `i' binding.
3029 2012-03-28 Glenn Morris <rgm@gnu.org>
3031 * searching.texi (Regular Expressions, Regexp Special)
3032 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search)
3033 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
3034 (Regexp Special): Mention collation.
3035 Clarify char classes with an example.
3036 (Regexp Functions): Mention regexp-opt is not guaranteed.
3037 Mention regexp-opt-charset.
3038 (Regexp Search): Recommend against looking-back.
3039 (Search and Replace): Use Texinfo recommended quote convention.
3040 Add more query-replace-map items. List multi-query-replace-map items.
3042 2012-03-27 Martin Rudalics <rudalics@gmx.at>
3044 * windows.texi (Window History): Describe new option
3045 switch-to-visible-buffer.
3047 2012-03-27 Glenn Morris <rgm@gnu.org>
3049 * searching.texi (String Search): Add xref to Emacs manual.
3050 Copyedits. Mention the function word-search-regexp.
3051 (Searching and Case): Add xref to Emacs manual. Copyedits.
3053 * processes.texi (Network Servers): Standardize apostrophe usage.
3055 * os.texi (System Environment): Copyedits. Remove some examples
3056 that do not seem useful. Mention setenv third arg.
3057 tty-erase-char does not seem to be nil under a window-system.
3058 (User Identification): Copyedits.
3059 Remove some examples that do not seem useful.
3061 2012-03-26 Glenn Morris <rgm@gnu.org>
3063 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
3064 (Init File): Copyedits.
3065 (Command-Line Arguments): Copyedits. Do not mention argv alias.
3066 (Killing Emacs): Copyedits.
3067 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
3068 Shorten the example, use more standard shell prompts.
3070 2012-03-25 Chong Yidong <cyd@gnu.org>
3072 * display.texi (Fringes): Note that fringes are shown on graphical
3074 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
3075 (Replacing Specs): Clarify example.
3076 (Manipulating Buttons): Note that button-at can return a marker.
3077 (Buttons): Minor rewrite.
3078 (Character Display): New node. Consolidate all character display
3079 related nodes into its subsections.
3080 (Usual Display): Character 127 is also affected by ctl-arrow.
3081 (Display Tables): Improve example.
3083 2012-03-22 Glenn Morris <rgm@gnu.org>
3085 * strings.texi (Text Comparison): Mention string-prefix-p.
3087 2012-03-21 Chong Yidong <cyd@gnu.org>
3089 * display.texi (The Echo Area): Add xref to Output Streams.
3090 (Displaying Messages): Improve doc of message.
3091 (Echo Area Customization, Invisible Text): Copyedits.
3092 (Invisible Text): Mention that spec comparison is done with eq.
3093 (Width): Improve doc of char-width.
3094 (Faces): Recommend using symbol instead of string for face name.
3095 Minor clarifications.
3096 (Defining Faces): Copyedits. Update face example.
3097 (Attribute Functions): Mark set-face-foreground etc as commands.
3098 (Face Remapping): Mention text-scale-adjust.
3099 Clarify face-remapping-alist and related docs.
3100 (Face Functions): Don't document make-face or copy-face.
3102 2012-03-20 Chong Yidong <cyd@gnu.org>
3104 * display.texi (Forcing Redisplay): Various rewrites to reflect
3105 new value of redisplay-dont-pause.
3106 (Truncation): Copyedits.
3108 2012-03-20 Glenn Morris <rgm@gnu.org>
3110 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
3111 Add summary table of some relevant command-line options.
3113 2012-03-18 Chong Yidong <cyd@gnu.org>
3115 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
3116 (Writing Emacs Primitives): Re-organize discussion of functions
3117 with variable Lisp arguments are handled. Delete an obsolete
3118 remark, previously tagged as FIXME.
3120 * os.texi (Idle Timers): Minor clarification.
3121 (Idle Timers): Link to Time of Day for description of time list.
3123 2012-03-18 Glenn Morris <rgm@gnu.org>
3125 * os.texi (System Interface): Flow control was removed.
3126 (Startup Summary): General update.
3127 (Init File): Don't mention compiling it.
3129 2012-03-17 Chong Yidong <cyd@gnu.org>
3131 * os.texi (Startup Summary): Mention package loading.
3132 (Init File): Don't refer to .emacs in section title. Copyedits.
3133 (Terminal-Specific): Give a realistic example.
3134 (Command-Line Arguments): Reference Entering Emacs instead of
3135 repeating the spiel about not restarting Emacs.
3136 (Time of Day): Discuss time representation at beginning of node.
3137 (Sound Output): Copyedits.
3139 * package.texi (Packaging Basics): Document package-initialize.
3141 2012-03-17 Eli Zaretskii <eliz@gnu.org>
3143 * frames.texi (Initial Parameters): Add an index entry for
3144 minibuffer-only frame.
3146 2012-03-16 Glenn Morris <rgm@gnu.org>
3148 * modes.texi (Major Mode Conventions): Mention the strange
3149 relationship between View mode and special modes. (Bug#10650)
3151 2012-03-11 Chong Yidong <cyd@gnu.org>
3153 * windows.texi (Window Configurations): save-window-excursion is
3156 * display.texi (Temporary Displays): with-output-to-temp-buffer is
3159 * text.texi (Fields): Minor copyedit.
3161 2012-03-10 Eli Zaretskii <eliz@gnu.org>
3163 * strings.texi (String Basics):
3164 * sequences.texi (Sequence Functions): Mention that `length' is
3165 not appropriate for computing the string width on display; add a
3166 cross-reference to the description of `string-width'. (Bug#10978)
3168 * eval.texi (Autoloading): Minor change of wording.
3170 2012-03-10 Chong Yidong <cyd@gnu.org>
3172 * loading.texi (Autoload): Explicitly state which forms are
3173 processed specially (Bug#7783).
3175 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
3176 non-default situation. Describe one-submenu exception (Bug#7695).
3178 * nonascii.texi (Character Properties): Copyedits.
3180 2012-03-08 Chong Yidong <cyd@gnu.org>
3182 * text.texi (Mode-Specific Indent): Document new behavior of
3183 indent-for-tab-command. Document tab-always-indent.
3184 (Special Properties): Copyedits.
3185 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
3186 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
3187 libxml-parse-html-region.
3189 2012-03-07 Glenn Morris <rgm@gnu.org>
3191 * markers.texi (The Region): Briefly mention use-empty-active-region
3192 and region-active-p.
3193 (Overview of Markers): Reword garbage collection, add cross-ref.
3194 (The Mark): Tiny clarification re command loop and activate-mark-hook.
3196 2012-03-07 Chong Yidong <cyd@gnu.org>
3198 * text.texi (Buffer Contents): Don't duplicate explanation of
3199 region arguments from Text node. Put doc of obsolete var
3200 buffer-substring-filters back, since it is referred to.
3201 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
3202 selection by default.
3204 * markers.texi (The Mark): Fix typo.
3205 (The Region): Copyedits.
3207 2012-03-07 Glenn Morris <rgm@gnu.org>
3209 * markers.texi (Overview of Markers): Copyedits.
3210 (Creating Markers): Update approximate example buffer size.
3211 (The Mark): Don't mention uninteresting return values.
3213 2012-03-05 Chong Yidong <cyd@gnu.org>
3215 * positions.texi (Text Lines): Document count-words.
3217 2012-03-04 Chong Yidong <cyd@gnu.org>
3219 * frames.texi (Frames): Remove little-used "terminal frame" and
3220 "window frame" terminology.
3221 (Frame Parameters, Font and Color Parameters, Initial Parameters)
3222 (Size and Position, Visibility of Frames): Callers changed.
3223 (Frames): Clarify which terminals in framep are graphical.
3224 (Initial Parameters): --geometry is not the only option which adds
3225 to initial-frame-alist.
3226 (Position Parameters): Note that icon-left and icon-top are for
3227 old window managers only.
3228 (Size Parameters): Sizes are in characters even on graphical
3230 (Management Parameters): Note that window-id and outer-window-id
3231 can't really be changed, and that auto-raise isn't always obeyed.
3232 (Cursor Parameters): Document cursor-type explicitly.
3233 (Size and Position): The aliases set-screen-height and
3234 set-screen-width have been deleted.
3235 (Visibility of Frames): Mention "minimization".
3237 * os.texi (Startup Summary): Minor clarifications.
3238 (Startup Summary, Suspending Emacs): Standardize on "text
3239 terminal" terminology.
3241 * windows.texi (Basic Windows, Coordinates and Windows)
3242 (Coordinates and Windows):
3243 * display.texi (Refresh Screen, Line Height, Face Attributes)
3244 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
3246 2012-03-04 Glenn Morris <rgm@gnu.org>
3248 * abbrevs.texi: Small copyedits throughout.
3249 (Abbrev Mode): Remove this section, folding it into the top-level.
3250 (Abbrev Tables): Don't mention irrelevant return values.
3251 (Abbrev Expansion): Add cross-ref for wrapper hooks.
3252 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
3253 (Abbrev Table Properties): Update nil :regexp description.
3255 2012-03-03 Glenn Morris <rgm@gnu.org>
3257 * internals.texi: Change @appendix section commands to @section.
3258 (Building Emacs): Say less about CANNOT_DUMP platforms.
3259 Replace deleted eval-at-startup with custom-initialize-delay.
3260 (Pure Storage): Small changes.
3261 (Memory Usage): Copyedit.
3262 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
3263 example definitions. Give examples of things with non-nil
3264 interactive args. Mention eval_sub. Remove old info about
3265 strings and GCPRO. Mention cus-start.el.
3266 (Buffer Internals, Window Internals, Process Internals):
3267 Misc small updates and fixes for fields.
3269 * tips.texi: Copyedits.
3270 (Coding Conventions): Mention autoloads.
3271 Combine partially duplicated macro items. Fix xref.
3272 Refer to Library Headers for copyright notice.
3273 (Programming Tips): edit-options is long-obsolete.
3274 (Compilation Tips): Mention loading bytecomp for byte-compile props.
3275 (Warning Tips): Mention declare-function.
3276 (Documentation Tips): Remove old info.
3277 (Comment Tips): Mention comment-dwim, not indent-for-comment.
3278 (Library Headers): General update.
3280 2012-03-02 Glenn Morris <rgm@gnu.org>
3282 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
3283 and relocate entry. Mention buffer-stale-function.
3285 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
3287 * hooks.texi (Standard Hooks): General update.
3288 Put related hooks together. Add and remove items.
3289 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
3290 * modes.texi (Hooks): Tweak cross-ref description.
3292 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
3294 * files.texi (Kinds of Files): The return value of file-equal-p is
3295 unspecified, if FILE1 or FILE2 does not exist.
3297 2012-03-01 Glenn Morris <rgm@gnu.org>
3299 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
3301 * maps.texi (Standard Keymaps): General update.
3302 Remove mode-specific maps, talk about the more general keymaps.
3303 * help.texi (Help Functions): Add vindex for Helper-help-map.
3304 * keymaps.texi (Active Keymaps): Minor rephrasing.
3306 2012-02-29 Glenn Morris <rgm@gnu.org>
3308 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
3310 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3312 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
3313 Update changed behavior of file-subdir-of-p.
3315 2012-02-28 Glenn Morris <rgm@gnu.org>
3317 * advice.texi, anti.texi, display.texi, elisp.texi:
3318 * processes.texi, variables.texi, vol1.texi, vol2.texi:
3319 Standardize possessive apostrophe usage.
3321 * locals.texi: Remove file.
3322 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
3324 * errors.texi, maps.texi: Adjust node pointers.
3325 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
3326 * makefile.w32-in (srcs):
3327 * Makefile.in (srcs): Remove locals.texi.
3329 * frames.texi (Mouse Position): Fix cross-ref.
3331 2012-02-27 Chong Yidong <cyd@gnu.org>
3333 * buffers.texi (Creating Buffers): Clarify that
3334 generate-new-buffer uses generate-new-buffer-names.
3335 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
3337 * files.texi (Directory Names): Index entry for file name abbreviations.
3338 (Relative File Names, File Name Expansion): Refer to it.
3339 (Locating Files): Move locate-user-emacs-file documentation to
3340 Standard File Names.
3341 (Standard File Names): Add locate-user-emacs-file; update examples.
3343 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
3345 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
3347 2012-02-26 Chong Yidong <cyd@gnu.org>
3349 * files.texi (Kinds of Files): Improve documentation of
3350 files-equal-p and file-subdir-of-p.
3352 2012-02-26 Glenn Morris <rgm@gnu.org>
3354 * intro.texi (Acknowledgements): Small changes.
3356 2012-02-25 Glenn Morris <rgm@gnu.org>
3358 * errors.texi: Don't try to list _all_ the error symbols.
3359 Add circular-list, cl-assertion-failed, compression-error.
3360 * elisp.texi, vol1.texi, vol2.texi:
3361 * control.texi (Error Symbols): Tweak "Standard Errors" description.
3363 2012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3365 * files.texi (files-equal-p, file-subdir-of-p): New,
3366 add initial documentation.
3368 2012-02-25 Chong Yidong <cyd@gnu.org>
3370 * files.texi (File Attributes): Document file-selinux-context.
3371 (Changing Files): Link to it.
3372 (Changing Files): Document set-file-selinux-context.
3374 * backups.texi (Making Backups): Return value of backup-buffer is
3375 changed. Mention default value of backup-directory-alist.
3376 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
3377 (Auto-Saving): New minor mode behavior for auto-save-mode.
3378 (Reverting): Add defvar for revert-buffer-in-progress-p.
3380 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
3382 2012-02-24 Glenn Morris <rgm@gnu.org>
3384 * errors.texi (Standard Errors): Mention dbus-error.
3385 For arith-error sub-classes, just use one cross-ref.
3387 2012-02-23 Alan Mackenzie <acm@muc.de>
3389 * modes.texi (Defining Minor Modes): Document the new keyword
3392 2012-02-21 Chong Yidong <cyd@gnu.org>
3394 * files.texi (Files): Mention magic file names as arguments.
3395 (Reading from Files): Copyedits.
3396 (File Attributes): Mention how to change file modes.
3397 (Changing Files): Use standard "file permissions" terminology.
3398 Add xref to File Attributes node.
3399 (Locating Files): Document locate-user-emacs-file.
3400 (Unique File Names): Recommend against using make-temp-name.
3402 2012-02-19 Chong Yidong <cyd@gnu.org>
3404 * help.texi (Documentation, Documentation Basics, Help Functions):
3405 Minor clarifications.
3406 (Accessing Documentation): Clarify what documentation-property is
3407 for. Add xref to Keys in Documentation.
3409 * tips.texi (Documentation Tips): Don't recommend using * in
3412 * macros.texi (Defining Macros):
3413 * modes.texi (Derived Modes): Say "documentation string" instead
3416 2012-02-18 Chong Yidong <cyd@gnu.org>
3418 * modes.texi (Tabulated List Mode): New node.
3419 (Basic Major Modes): Add xref to it.
3421 * processes.texi (Process Information): Mention Process Menu mode.
3423 2012-02-17 Chong Yidong <cyd@gnu.org>
3425 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
3427 2012-02-17 Glenn Morris <rgm@gnu.org>
3429 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
3431 2012-02-16 Chong Yidong <cyd@gnu.org>
3433 * syntax.texi (Syntax Tables, Syntax Descriptors)
3434 (Syntax Table Functions): Copyedits.
3435 (Syntax Basics): Don't repeat the material in the preceding node.
3436 (Syntax Class Table): Use a table.
3437 (Syntax Properties): Document syntax-propertize-function and
3438 syntax-propertize-extend-region-functions.
3439 (Motion via Parsing): Clarify scan-lists. Fix indentation.
3440 (Parser State): Update for the new "c" comment style.
3441 Fix description of item 7 (comment style).
3443 * modes.texi (Minor Modes): Update how mode commands should treat
3445 (Mode Line Basics): Clarify force-mode-line-update.
3446 (Mode Line Top): Note that the example is not realistic.
3447 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
3448 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
3449 "mode line construct" instead of "mode line specification".
3450 (Syntactic Font Lock): Remove mention of obsolete variable
3451 font-lock-syntactic-keywords.
3452 (Setting Syntax Properties): Node deleted.
3453 (Font Lock Mode): Note that Font Lock mode is a minor mode.
3454 (Font Lock Basics): Note that syntactic fontification falls back
3456 (Search-based Fontification): Emphasize that font-lock-keywords
3457 should not be set directly.
3458 (Faces for Font Lock): Avoid some confusing terminology.
3459 (Syntactic Font Lock): Minor clarifications. Add xref to
3460 Syntactic Font Lock node.
3462 2012-02-15 Chong Yidong <cyd@gnu.org>
3464 * minibuf.texi (Basic Completion): Define "completion table".
3465 Move completion-in-region to Completion in Buffers node.
3466 (Completion Commands): Use "completion table" terminology.
3467 (Completion in Buffers): New node.
3469 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
3470 (Setting Hooks): Update minor mode usage example.
3471 (Major Mode Conventions): Note that completion-at-point-functions
3472 should be altered locally. Add xref to Completion in Buffers.
3473 Remove duplicate tip about auto-mode-alist.
3474 (Minor Modes): Rewrite introduction.
3475 (Minor Mode Conventions): Copyedits. Don't recommend
3476 variable-only minor modes since few minor modes are like that.
3478 2012-02-15 Glenn Morris <rgm@gnu.org>
3480 * processes.texi (Network): Document open-network-stream :parameters.
3482 2012-02-14 Chong Yidong <cyd@gnu.org>
3484 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
3485 was removed on 2009-09-10. Update lisp-mode-map example.
3486 (Inheritance and Keymaps): Minor clarification.
3487 (Searching Keymaps): Remove out-of-place enumeration.
3488 (Key Lookup): Remove unnecessary example (one was already given in
3490 (Changing Key Bindings): Update suppress-keymap example.
3491 (Menu Bar, Tool Bar): Copyedits.
3492 (Tool Bar): Update tool-bar-map example.
3494 2012-02-12 Chong Yidong <cyd@gnu.org>
3496 * debugging.texi (Debugger Commands): Continuing is now allowed
3499 2012-02-11 Chong Yidong <cyd@gnu.org>
3501 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
3502 Move the list of standard bitmaps there.
3503 (Fringe Cursors): Rewrite for clarity.
3504 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
3506 * commands.texi (Command Overview): Mention read-key.
3507 (Using Interactive, Interactive Call): Minor clarifications.
3508 (Function Keys, Click Events): Avoid "input stream" terminology.
3509 (Click Events): Add xref to Window Sizes and Accessing Mouse.
3510 Clarify column and row components.
3511 (Accessing Mouse): Add xref to Click Events. Minor fixes.
3512 (Special Events): Copyedits.
3514 * streams.texi (Input Streams): De-document get-file-char.
3515 (Output Variables): Don't refer to old backquote syntax.
3517 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
3518 (Error Debugging): Note that debug-ignored-errors overrides list
3519 values of debug-on-error too. Add xref to Signaling Errors.
3520 Note that debug-on-signal is not customizable.
3521 Mention condition-case-unless-debug.
3522 (Compilation Errors): Node deleted.
3524 * compile.texi (Compiler Errors): Move a paragraph here from
3525 deleted node Compilation Errors.
3527 2012-02-10 Leo Liu <sdl.web@gmail.com>
3529 * control.texi (Handling Errors): Change condition-case-no-debug
3530 to condition-case-unless-debug.
3532 2012-02-10 Chong Yidong <cyd@gnu.org>
3534 * advice.texi (Defining Advice): Clarify ad-unadvise.
3535 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
3537 (Advising Primitives): Node deleted; ad-define-subr-args has been
3540 * compile.texi (Speed of Byte-Code): Use float-time in example.
3541 (Compilation Functions): Note that the log uses Compilation mode.
3542 Don't discuss the contents of byte-code function object here.
3543 (Compilation Functions): De-document internal function byte-code.
3544 (Docs and Compilation): Minor clarifications.
3546 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
3549 2012-02-10 Glenn Morris <rgm@gnu.org>
3551 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
3552 Mention secure-hash.
3553 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
3555 2012-02-10 Chong Yidong <cyd@gnu.org>
3557 * loading.texi (Loading): Don't emphasize "library" terminology.
3558 (Library Search): load-path is not a user option. Mention role of
3559 -L option and packages. Improve examples.
3560 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
3562 (Autoload): Minor clarifications.
3564 2012-02-10 Glenn Morris <rgm@gnu.org>
3566 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
3568 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
3570 2012-02-08 Glenn Morris <rgm@gnu.org>
3572 * loading.texi (Named Features): Update the require example.
3574 2012-02-07 Glenn Morris <rgm@gnu.org>
3576 * modes.texi (Defining Minor Modes):
3577 Expand on args of defined minor modes.
3579 2012-02-07 Chong Yidong <cyd@gnu.org>
3581 * variables.texi (Creating Buffer-Local): Minor clarification
3582 to buffer-local-variables doc (Bug#10715).
3584 2012-02-07 Glenn Morris <rgm@gnu.org>
3586 * display.texi (ImageMagick Images): General update.
3587 Move most details of imagemagick-render-type to the variable's doc.
3589 2012-02-06 Glenn Morris <rgm@gnu.org>
3591 * keymaps.texi (Tool Bar): Mention separators.
3592 (Inheritance and Keymaps):
3593 Mention make-composed-keymap and multiple inheritance.
3595 * modes.texi (Running Hooks): Mention run-hook-wrapped.
3597 * control.texi (Handling Errors):
3598 Mention condition-case-no-debug and with-demoted-errors.
3600 2012-02-05 Chong Yidong <cyd@gnu.org>
3602 * customize.texi (Common Keywords): Minor clarifications.
3603 Document custom-unlispify-remove-prefixes.
3604 (Variable Definitions): Backquotes in defcustom seem to work fine
3605 now. Various other copyedits.
3606 (Simple Types): Copyedits. Document color selector.
3607 (Composite Types): Copyedits.
3608 (Splicing into Lists): Clarifications.
3610 * eval.texi (Backquote): Move from macros.texi.
3612 * macros.texi (Expansion): Minor clarification.
3613 (Backquote): Move node to eval.texi.
3614 (Defining Macros): Move an example from Backquote node.
3615 (Argument Evaluation): No need to mention Pascal.
3616 (Indenting Macros): Add xref to Defining Macros.
3618 2012-02-05 Glenn Morris <rgm@gnu.org>
3620 * debugging.texi (Error Debugging): Mention debug-on-event default.
3622 2012-02-04 Glenn Morris <rgm@gnu.org>
3624 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
3626 * debugging.texi (Error Debugging): Mention debug-on-event.
3627 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
3629 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
3631 * text.texi (Buffer Contents):
3632 Update filter-buffer-substring description.
3634 2012-02-04 Chong Yidong <cyd@gnu.org>
3636 * functions.texi (What Is a Function): Add closures.
3637 Mention "return value" terminology. Add xref for command-execute.
3638 Remove unused "keystroke command" terminology.
3639 (Lambda Expressions): Give a different example than in the
3640 following subsection. Add xref to Anonymous Functions.
3641 (Function Documentation): Remove gratuitous markup.
3642 (Function Names): Move introductory text to `What Is a Function'.
3643 (Defining Functions): Fix defun argument spec.
3644 (Anonymous Functions): Document lambda macro explicitly.
3645 Mention effects on lexical binding.
3646 (Function Cells): Downplay direct usage of fset.
3647 (Closures): New node.
3648 (Inline Functions): Remove "open-code" terminology.
3649 (Declaring Functions): Minor tweak; .m is not C code.
3651 * variables.texi (Variables): Don't refer to "global value".
3652 (Local Variables, Void Variables): Copyedits.
3653 (Lexical Binding): Minor clarification of example.
3654 (File Local Variables): Mention :safe and :risky defcustom args.
3655 (Lexical Binding): Add xref to Closures node.
3657 2012-02-04 Glenn Morris <rgm@gnu.org>
3659 * minibuf.texi (High-Level Completion): Updates for read-color.
3661 2012-02-03 Glenn Morris <rgm@gnu.org>
3663 * display.texi (GIF Images): Mention animation.
3664 Remove commented-out old example of animation.
3665 (Animated Images): New subsection.
3668 * vol2.texi (Top): Add Animated Images menu entry.
3670 * display.texi (Image Formats): Remove oddly specific information
3671 on versions of image libraries.
3672 (GIF Images, TIFF Images): Minor rephrasing.
3674 2012-02-02 Glenn Morris <rgm@gnu.org>
3676 * processes.texi (Synchronous Processes):
3677 Mention call-process's :file gets overwritten.
3679 * commands.texi (Reading One Event):
3680 * help.texi (Help Functions): Document read-char-choice.
3682 * hooks.texi (Standard Hooks):
3683 * modes.texi (Keymaps and Minor Modes):
3684 * text.texi (Commands for Insertion): Document post-self-insert-hook.
3686 * hooks.texi (Standard Hooks): Add prog-mode-hook.
3688 * hooks.texi (Standard Hooks):
3689 * modes.texi (Major Mode Conventions, Mode Hooks):
3690 Document change-major-mode-after-body-hook.
3692 2012-02-01 Glenn Morris <rgm@gnu.org>
3694 * modes.texi (Defining Minor Modes):
3695 Mention disabling global minor modes on a per-major-mode basis.
3697 2012-01-31 Chong Yidong <cyd@gnu.org>
3699 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
3700 (Parser State): Remove unnecessary statement (Bug#10661).
3702 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
3704 2012-01-31 Glenn Morris <rgm@gnu.org>
3706 * modes.texi (Defining Minor Modes):
3707 Document define-minor-mode's new :variable keyword.
3709 2012-01-29 Chong Yidong <cyd@gnu.org>
3711 * syntax.texi (Syntax Class Table): Tweak description of newline
3712 char syntax (Bug#9619).
3714 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
3715 description (Bug#10189).
3717 2012-01-29 Glenn Morris <rgm@gnu.org>
3719 * files.texi (Changing Files): Document SELinux support.
3721 * windows.texi (Window Sizes): Fix typo.
3723 2012-01-28 Chong Yidong <cyd@gnu.org>
3725 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
3728 * frames.texi (Input Focus): Add NORECORD arg to
3729 select-frame-set-input-focus. Clarify its role in select-frame.
3731 * text.texi (Transposition): We don't use transpose-region as an
3732 internal subroutine (Bug#3249).
3734 * modes.texi (Example Major Modes): Update Lisp example code to
3735 current sources. Delete the old non-derived-major-mode example,
3736 which has diverged badly from current sources.
3738 2012-01-27 Glenn Morris <rgm@gnu.org>
3740 * makefile.w32-in (texinputdir): Fix (presumed) typo.
3741 (VERSION, manual): Remove, unused.
3743 2012-01-27 Chong Yidong <cyd@gnu.org>
3745 * commands.texi (Command Overview): Minor clarification (Bug#10384).
3747 2012-01-26 Chong Yidong <cyd@gnu.org>
3749 * searching.texi (String Search): Document negative repeat count
3752 2012-01-26 Glenn Morris <rgm@gnu.org>
3754 * variables.texi (Using Lexical Binding):
3755 Mention that lexical-binding should be set in the first line.
3757 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3759 * macros.texi (Defining Macros): Don't claim that `declare' only
3760 affects Edebug and indentation.
3762 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
3764 * macros.texi (Defining Macros): Slight `declare' fixup.
3766 2012-01-25 Glenn Morris <rgm@gnu.org>
3768 * makefile.w32-in (texinputdir):
3769 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
3771 2012-01-24 Chong Yidong <cyd@gnu.org>
3773 * variables.texi (Variables, Local Variables, Void Variables):
3774 Edit to make the descriptions less specific to dynamic binding.
3775 (Local Variables): Default max-specpdl-size is now 1300.
3776 (Defining Variables): Edits for lexical scoping.
3777 Delete information about starting docstrings with *. De-document
3779 (Tips for Defining): Remove an unimportant discussion of quitting
3780 in the middle of a load.
3781 (Accessing Variables, Setting Variables): Discuss lexical binding.
3782 (Variable Scoping): Rewrite.
3783 (Scope, Extent, Impl of Scope): Nodes deleted.
3784 (Dynamic Binding): New node, with material from Scope, Extent, and
3785 Impl of Scope nodes.
3786 (Dynamic Binding Tips): Rename from Using Scoping.
3787 (Lexical Binding): Rewrite.
3788 (Using Lexical Binding): Rename from Converting to Lexical
3789 Binding. Convert to subsection.
3791 * customize.texi (Variable Definitions): Add custom-variable-p.
3792 Move user-variable-p documentation here.
3794 2012-01-23 Chong Yidong <cyd@gnu.org>
3796 * strings.texi (Text Comparison): Minor qualification.
3798 * lists.texi (Cons Cells): Copyedits.
3799 (List Elements): Mention push.
3800 (List Variables): Mention pop.
3801 (Rings): Move to sequences.texi.
3803 * sequences.texi (Sequence Functions): Don't repeat the
3804 introduction already given in the parent.
3805 (Vectors): Copyedits.
3806 (Rings): Move from lists.texi. Note that this is specific to the
3809 * symbols.texi (Definitions, Symbol Components): Mention variable
3811 (Plists and Alists): Copyedits.
3813 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
3814 correctness with lexical scoping.
3817 2012-01-21 Chong Yidong <cyd@gnu.org>
3819 * intro.texi (A Sample Function Description): Special notation
3820 used for macros too.
3822 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
3823 (Symbol Type): Add xref for keyword symbols.
3824 (Sequence Type): Clarify differences between sequence types.
3825 (Cons Cell Type): Add "linked list" index entry.
3826 (Non-ASCII in Strings): Copyedits.
3827 (Equality Predicates): Symbols with same name need not be eq.
3829 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
3830 ldexp. Move float-e and float-pi to Math Functions node.
3832 2012-01-21 Glenn Morris <rgm@gnu.org>
3834 * modes.texi (Auto Major Mode):
3835 * variables.texi (File Local Variables):
3836 Mention inhibit-local-variables-regexps.
3838 2012-01-19 Martin Rudalics <rudalics@gmx.at>
3840 * windows.texi (Window Configurations): Rewrite references to
3841 persistent window parameters.
3842 (Window Parameters): Fix description of persistent window
3845 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
3847 * windows.texi (Window Parameters): Use @pxref.
3849 2012-01-16 Martin Rudalics <rudalics@gmx.at>
3851 * windows.texi (Window Configurations, Window Parameters):
3852 Describe persistent window parameters.
3854 2011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
3856 * variables.texi (Creating Buffer-Local): Warn against misuses of
3857 make-variable-buffer-local (bug#10258).
3859 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3861 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
3863 2012-01-06 Chong Yidong <cyd@gnu.org>
3865 * variables.texi (Directory Local Variables):
3866 Document hack-dir-local-variables-non-file-buffer.
3868 2012-01-06 Glenn Morris <rgm@gnu.org>
3870 * maps.texi (Standard Keymaps): Refer to Info-edit by name
3871 rather than by keybinding.
3873 2011-12-29 Juanma Barranquero <lekktu@gmail.com>
3875 * frames.texi (Font and Color Parameters): Add @pxref.
3877 2011-12-29 Daniel Colascione <dan.colascione@gmail.com>
3879 * frames.texi (Font and Color Parameters):
3880 Document w32 font backends (bug#10399).
3882 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
3884 * files.texi (File Attributes, Changing Files):
3885 Use a more-natural notation for octal numbers.
3887 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
3889 * variables.texi (Variables with Restricted Values):
3890 Change reference to variable (bug#10354).
3892 2011-12-13 Martin Rudalics <rudalics@gmx.at>
3894 * windows.texi (Splitting Windows): Use t instead of non-nil
3895 when describing window-combination-resize.
3897 2011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3899 * text.texi (Special Properties): Warn against `intangible' properties
3902 2011-11-26 Eli Zaretskii <eliz@gnu.org>
3904 * display.texi (Truncation):
3905 * text.texi (Special Properties): Describe what a stretch-glyph is
3906 instead of using that term without explanation. Make the
3907 cross-references more accurate.
3909 * display.texi (Usual Display): Update the description,
3910 cross-references, and indexing related to display of control
3911 characters and raw bytes.
3913 2011-11-25 Martin Rudalics <rudalics@gmx.at>
3915 * windows.texi (Splitting Windows): Fix description of
3916 window-combination-limit. Suggested by Eli Zaretskii.
3918 2011-11-23 Chong Yidong <cyd@gnu.org>
3920 * windows.texi (Window Sizes): Move window-top-line,
3921 window-left-column, and window-*-pixel-edges to Coordinates and
3923 (Coordinates and Windows): Restore window-edges doc.
3925 2011-11-21 Martin Rudalics <rudalics@gmx.at>
3927 * windows.texi (Windows and Frames, Splitting Windows):
3930 2011-11-21 Chong Yidong <cyd@gnu.org>
3932 * windows.texi (Splitting Windows): Fix error in documentation of
3933 window-combination-limit.
3934 (Cyclic Window Ordering): Minor fixes to next-window,
3935 one-window-p, and get-lru-window docs. Don't document
3937 (Buffers and Windows): Copyedits.
3938 (Choosing Window): Document special handling of special-display-*.
3939 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
3940 Don't document even-window-heights, which is going away.
3941 Clarify which options are obeyed by which action functions.
3943 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3945 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
3947 2011-11-20 Martin Rudalics <rudalics@gmx.at>
3949 * windows.texi (Resizing Windows, Splitting Windows):
3950 Remove term "status" when talking about combination limits.
3952 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
3954 * compile.texi (Compiler Errors):
3955 * help.texi (Help Functions): Fix typos.
3957 2011-11-19 Chong Yidong <cyd@gnu.org>
3959 * windows.texi (Splitting Windows): Clarify role of window
3960 parameters in split-window. Shorten the example.
3961 (Deleting Windows): Rewrite intro to handle internal windows.
3962 Fix delete-windows-on doc.
3963 (Selecting Windows): Copyedits.
3965 2011-11-17 Martin Rudalics <rudalics@gmx.at>
3967 * windows.texi (Resizing Windows, Splitting Windows)
3968 (Deleting Windows): Use term window-combination-resize instead
3971 2011-11-16 Martin Rudalics <rudalics@gmx.at>
3973 * windows.texi (Resizing Windows, Splitting Windows):
3974 Rename occurrences of window-nest to window-combination-limit.
3976 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
3978 * intro.texi (Lisp History): Fix typo.
3980 2011-11-12 Martin Rudalics <rudalics@gmx.at>
3982 * windows.texi (Splitting Windows, Deleting Windows):
3983 Remove references to splits status of windows.
3985 2011-11-10 Glenn Morris <rgm@gnu.org>
3987 * buffers.texi (Read Only Buffers): Expand a bit on why
3988 toggle-read-only should only be used interactively. (Bug#7292)
3990 2011-11-09 Chong Yidong <cyd@gnu.org>
3992 * windows.texi (Window Sizes): Document window-pixel-edges,
3993 window-inside-pixel-edges, window-absolute-pixel-edges, and
3994 window-inside-absolute-pixel-edges.
3995 (Resizing Windows): shrink-window-if-larger-than-buffer works on
3996 non-full-width windows.
3998 2011-11-09 Martin Rudalics <rudalics@gmx.at>
4000 * windows.texi (Resizing Windows): Rewrite documentation of
4003 2011-11-09 Chong Yidong <cyd@gnu.org>
4005 * windows.texi (Splitting Windows): Simplify example.
4007 2011-11-08 Chong Yidong <cyd@gnu.org>
4009 * windows.texi (Window Sizes): Copyedits. Document
4010 window-text-height. Remove window-min-height and window-min-width
4011 discussion, referring instead to Emacs manual.
4012 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
4013 (Resizing Windows): Simplify introduction. Don't document
4014 enlarge-window, shrink-window, enlarge-window-horizontally, and
4015 shrink-window-horizontally; they are no longer preferred for
4016 calling from Lisp, and are already documented in the Emacs manual.
4018 2011-11-07 Glenn Morris <rgm@gnu.org>
4020 * windows.texi (Choosing Window): Fix keybinding typo.
4022 2011-11-07 Martin Rudalics <rudalics@gmx.at>
4024 * windows.texi (Resizing Windows, Splitting Windows)
4025 (Window Configurations): Use "child window" instead of
4028 2011-11-06 Chong Yidong <cyd@gnu.org>
4030 * windows.texi (Basic Windows): Clarify various definitions.
4031 Treat window-normalize-* as internal; don't document them.
4032 (Windows and Frames): Various clarifications, e.g. non-live
4033 windows also belong to frames. Fix window-list description.
4034 Simplify window nesting example.
4035 (Splitting Windows, Window Configurations):
4036 Use split-window-below.
4038 2011-11-04 Eli Zaretskii <eliz@gnu.org>
4040 * windows.texi (Window Sizes): Mention in the doc string that the
4041 return values of `window-body-height' and `window-body-width' are
4042 in frame's canonical units. (Bug#9949)
4044 2011-10-30 Martin Rudalics <rudalics@gmx.at>
4046 * windows.texi (Windows and Frames): Remove "iso-" infix from
4047 documentation of window-iso-combined-p.
4049 2011-10-26 Chong Yidong <cyd@gnu.org>
4051 * modes.texi (Running Hooks): Document with-wrapper-hook.
4053 2011-10-18 Chong Yidong <cyd@gnu.org>
4055 * display.texi (Glyphless Chars): New node.
4057 2011-10-13 Chong Yidong <cyd@stupidchicken.com>
4059 * text.texi (Yanking): Document yank-excluded-properties.
4061 * package.texi (Packaging Basics): The commentary should say how
4062 to begin using the package.
4064 2011-10-11 Martin Rudalics <rudalics@gmx.at>
4066 * windows.texi (Deleting Windows): Mention which window gets
4067 selected when deleting the selected window.
4069 2011-10-09 Martin Rudalics <rudalics@gmx.at>
4071 * buffers.texi (The Buffer List): Describe how bury-buffer deals
4072 with the selected window.
4073 * windows.texi (Buffers and Windows): Reformulate text on how
4074 replace-buffer-in-windows deals with a window.
4075 (Quitting Windows): Describe how quit-window deals with a
4076 standalone frame. Describe new option frame-auto-hide-function.
4078 2011-10-08 Glenn Morris <rgm@gnu.org>
4080 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
4082 * positions.texi (Excursions): Update warning message.
4084 2011-10-05 Chong Yidong <cyd@stupidchicken.com>
4086 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
4087 Fix Emacs manual xref (Bug#9675).
4089 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
4091 * windows.texi (Textual Scrolling): Document scroll-up-command,
4092 scroll-down-command, scroll-error-top-bottom, and the
4093 scroll-command symbol property.
4094 (Display Action Functions): Fix description of
4095 display-buffer-pop-up-window.
4097 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
4099 * windows.texi (Splitting Windows): Fix typos.
4101 2011-09-25 Martin Rudalics <rudalics@gmx.at>
4103 * windows.texi (Windows and Frames, Display Action Functions)
4104 (Switching Buffers): Fix some typos.
4105 (Buffers and Windows): Remove reference to window-auto-delete.
4106 Reword description of replace-buffer-in-windows.
4107 (Window History): Fix some typos and refer to frame local buffer
4109 (Quitting Windows): New node.
4110 (Window Configurations): Add descriptions of window-state-get
4111 and window-state-put.
4112 (Window Parameters): Describe variable ignore-window-parameters.
4113 Sketch some window parameters currently in use.
4114 * elisp.texi (Top): Update node listing.
4116 2011-09-25 Chong Yidong <cyd@stupidchicken.com>
4118 * windows.texi (Display Action Functions)
4119 (Choosing Window Options): New nodes.
4121 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
4123 * windows.texi (Window History): New node. Move text here from
4124 Buffers and Windows.
4125 (Switching Buffers): Rename from Displaying Buffers, since we
4126 don't document display-buffer here; callers changed.
4127 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
4128 switch-to-buffer-other-frame. Delete duplicate
4129 replace-buffer-in-windows doc.
4130 (Choosing Window): Document display actions.
4132 2011-09-24 Eli Zaretskii <eliz@gnu.org>
4134 * display.texi (Forcing Redisplay): Update the description of
4135 redisplay-dont-pause due to change in the default value.
4137 2011-09-23 Martin Rudalics <rudalics@gmx.at>
4139 * frames.texi (Frames and Windows): Move section and rename to
4140 Windows and Frames in windows.texi.
4141 * windows.texi (Windows): Restructure.
4142 (Basic Windows): Rewrite. Explain live and internal windows and
4143 normalization functions.
4144 (Windows and Frames): Move section here from frames.texi.
4145 Describe subwindows, window combinations, window tree, and
4146 corresponding functions including window-list here.
4147 (Window Sizes): Rename section from Size of Window and move it
4148 up in chapter. Describe total and body sizes and the
4149 corresponding functions. Explain new semantics of
4150 window-min-height/-width.
4151 (Resizing Windows): Move section up in chapter. Describe new
4153 (Splitting Windows): Describe new behavior of split-window,
4154 split-window-above-each-other and split-window-side-by-side.
4155 Provide examples. Describe window-nest and window-splits
4157 (Deleting Windows): Minor rewrite.
4158 (Selecting Windows): Minor rewrite.
4159 Describe frame-selected-window and set-frame-selected-window here.
4160 (Cyclic Window Ordering): Minor rewrite.
4161 Describe window-list-1.
4162 (Buffers and Windows): Rewrite. Explain a window's previous and
4163 next buffers and the corresponding functions.
4164 (Window Tree): Merge into Windows and Frames section.
4165 * elisp.texi (Top): Update node listings for frames and windows
4168 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4170 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
4172 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4174 * errors.texi (Standard Errors): Remove apparent placeholder text
4177 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
4179 * frames.texi (Management Parameters): Fix description of
4180 icon-type parameter.
4182 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
4184 * tips.texi (Key Binding Conventions): Don't bind a key sequence
4185 ending in C-g. Suggested by Edward O'Connor.
4187 2011-09-17 Eli Zaretskii <eliz@gnu.org>
4189 * numbers.texi (Integer Basics): Add indexing for
4190 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
4192 2011-09-14 Dani Moncayo <dmoncayo@gmail.com>
4194 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
4196 2011-09-11 Juanma Barranquero <lekktu@gmail.com>
4198 * processes.texi (Network Servers): Clarify what the process
4199 buffer is used for (bug#9233).
4201 2011-08-30 Dani Moncayo <dmoncayo@gmail.com>
4203 * lists.texi (Building Lists): Fix typo.
4205 2011-08-30 Chong Yidong <cyd@stupidchicken.com>
4207 * display.texi (Basic Faces): New node. Document new faces.
4209 * modes.texi (Major Mode Conventions): Move some text there.
4210 (Mode Help): Remove major-mode var, duplicated in Major Modes.
4212 2011-08-29 Chong Yidong <cyd@stupidchicken.com>
4214 * modes.texi (Basic Major Modes): New node. Callers updated.
4215 (Major Modes): Document fundamental-mode and major-mode.
4216 (Major Mode Basics): Node deleted; text moved to Major Modes.
4217 (Derived Modes): Document derived-mode-p.
4219 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
4221 * files.texi (Changing Files, Create/Delete Dirs): Document new
4222 arguments for delete-file, delete-directory, and copy-directory.
4223 (Visiting Functions): Remove view-file; it is documented in the
4226 * frames.texi (Layout Parameters): The defaults for the
4227 menu-bar-lines and tool-bar-lines parameters depend on the mode.
4229 * display.texi (Progress): Document spinner functionality.
4231 * os.texi (Killing Emacs): Note that kill-emacs can be called by
4232 operating system signals. Refer to save-buffers-kill-terminal
4233 instead of save-buffers-kill-emacs.
4235 * objects.texi (Symbol Type): Document ## print representation.
4237 2011-08-25 Eli Zaretskii <eliz@gnu.org>
4239 * display.texi (Specified Space): Mention that `space' specs
4240 influence bidi reordering.
4241 (Bidirectional Display): Explain how to use `(space . PROPS)' for
4242 separating fields with bidirectional content.
4244 2011-08-24 Eli Zaretskii <eliz@gnu.org>
4246 * display.texi (Bidirectional Display): Document return value in
4247 buffers that are not bidi-reordered for display, and in unibyte
4250 2011-08-23 Eli Zaretskii <eliz@gnu.org>
4252 * nonascii.texi (Character Properties): Document the values for
4253 unassigned codepoints.
4255 2011-08-18 Eli Zaretskii <eliz@gnu.org>
4257 * nonascii.texi (Character Properties): Document use of
4258 `bidi-class' and `mirroring' properties as part of reordering.
4259 Provide cross-references to "Bidirectional Display".
4261 * display.texi (Bidirectional Display): Document the pitfalls of
4262 concatenating strings with bidirectional content, with possible
4263 solutions. Document bidi-string-mark-left-to-right.
4264 Mention paragraph direction in modes that inherit from prog-mode.
4265 Document use of `bidi-class' and `mirroring' properties as part of
4268 2011-08-16 Eli Zaretskii <eliz@gnu.org>
4270 * modes.texi (Major Mode Conventions): Improve the documentation
4271 of `mode-class' `special' modes.
4273 * nonascii.texi (Character Properties): Document the `mirroring'
4274 property. Add index entries.
4276 * syntax.texi (Categories): Add an example of defining a new
4277 category and category table.
4279 * searching.texi (Regexp Backslash): Document how to display
4280 existing categories. Mention the possibility of adding
4281 categories, and add an xref to where this is described. Add an
4284 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
4286 * text.texi (Special Properties):
4287 * display.texi (Overlay Properties): Note that mouse-face cannot
4288 change the text size (Bug#8530).
4290 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
4292 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
4293 using setenv instead.
4295 2011-07-28 Eli Zaretskii <eliz@gnu.org>
4297 * display.texi (Bidirectional Display): Document the fact that
4298 bidi-display-reordering is t by default.
4300 2011-07-23 Eli Zaretskii <eliz@gnu.org>
4302 * display.texi (Bidirectional Display): New section.
4304 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4305 Tim Cross <theophilusx@gmail.com> (tiny change)
4306 Glenn Morris <rgm@gnu.org>
4308 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
4310 2011-07-15 Andreas Schwab <schwab@linux-m68k.org>
4312 * help.texi (Keys in Documentation): Revert last change.
4314 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4316 * help.texi (Keys in Documentation): Clarify that \= only quotes
4317 the next character, and doesn't affect longer sequences in
4318 particular (bug#8935).
4320 * debugging.texi (Using Debugger):
4321 Mention @code{eval-expression-debug-on-error} (bug#8549).
4323 2011-07-14 Eli Zaretskii <eliz@gnu.org>
4325 * display.texi (Other Display Specs): Document that `left-fringe'
4326 and `right-fringe' display specifications are of the "replacing"
4329 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4331 * help.texi (Documentation Basics): Add a link to the Function
4332 Documentation node (bug#6580).
4334 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4336 * keymaps.texi (Menu Bar): Mention :visible and :enable
4337 (bug#6344). Text by Drew Adams.
4339 * modes.texi (Running Hooks): Mention buffer-local hook variables
4342 * objects.texi (General Escape Syntax): "a with grave accent" is
4343 ?xe0, not ?x8e0 (bug#5259).
4345 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
4347 * display.texi (Face Attributes, Font Selection): Add references
4348 to the Fonts node in the Emacs manual (Bug#4178).
4350 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
4352 * display.texi (Window Systems): `window-system' is
4355 * frames.texi (Frame Parameters, Parameter Access): Don't mention
4356 frame-local variables.
4358 * variables.texi (Buffer-Local Variables): Don't mention obsolete
4359 frame-local variables.
4360 (Frame-Local Variables): Node deleted.
4362 * elisp.texi (Top): Update node listing.
4364 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4366 * elisp.texi: Change "inferiors" to "subnodes" in three places
4369 2011-07-11 Chong Yidong <cyd@stupidchicken.com>
4371 * frames.texi (Window System Selections): Discussion of
4372 x-select-enable-clipboard moved to Emacs manual.
4374 2011-07-11 Deniz Dogan <deniz@dogan.se>
4376 * commands.texi (Prefix Command Arguments): Remove excessive
4379 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4381 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
4382 description is a string (bug#3313).
4384 * frames.texi (Display Feature Testing): Try to explain what all
4385 the visual classes mean (bug#3042).
4387 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4389 * modes.texi (Mode Line Variables): Document `mode-line-remote'
4390 and `mode-line-client' (bug#2974).
4392 * text.texi (Insertion): Clarify marker movements (bug#1651).
4393 Text from Drew Adams.
4395 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4397 * text.texi (Special Properties): Clarify the format of `face'
4400 * commands.texi (Interactive Call): Add a `call-interactively'
4403 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4405 * functions.texi (Calling Functions): Link to the "Interactive
4406 Call" node (bug#1001).
4408 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
4410 * customize.texi (Composite Types): Move alist and plist to here
4411 from Simple Types (Bug#7545).
4413 * elisp.texi (Top): Update menu description.
4415 * display.texi (Face Attributes): Document negative line widths
4418 2011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
4420 * searching.texi (Match Data): Note that match data can be
4421 overwritten by most functions (bug#2499).
4423 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4425 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
4426 flags mean (bug#6659).
4428 * functions.texi (What Is a Function): Document the autoload
4431 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4433 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
4434 is only used in the Customize user interface (bug#6089).
4436 * display.texi (Showing Images): Mention the point of sliced
4439 2011-07-02 Eli Zaretskii <eliz@gnu.org>
4441 * variables.texi (Defining Variables, Void Variables)
4442 (Constant Variables): Fix incorrect usage of @kindex.
4444 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4446 * variables.texi (Defining Variables): Add an index entry for
4447 `set-variable' (bug#7262).
4448 (Defining Variables): Use @findex for functions.
4450 * frames.texi (Basic Parameters): Document the `explicit-name'
4451 parameter (bug#6951).
4453 * customize.texi (Type Keywords): Clarify that :value provides a
4454 default value for all types (bug#7386).
4456 * streams.texi (Output Functions): Document `pp'.
4458 2011-06-25 Chong Yidong <cyd@stupidchicken.com>
4460 * keymaps.texi (Searching Keymaps):
4461 * display.texi (Overlay Properties): Fix errors in 2011-05-29
4462 change. Suggested by Johan Bockgård.
4464 2011-06-15 Chong Yidong <cyd@stupidchicken.com>
4466 * text.texi (Special Properties): Clarify role of font-lock-face.
4468 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4470 * processes.texi (Process Information): Rename `process-alive-p'
4471 to `process-live-p' for consistency with other `-live-p' functions.
4473 2011-06-03 Paul Eggert <eggert@cs.ucla.edu>
4475 Document wide integers better.
4476 * files.texi (File Attributes): Document ino_t values better.
4477 ino_t values no longer map to anything larger than a single cons.
4478 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations)
4479 (Bitwise Operations):
4480 * objects.texi (Integer Type): Use a binary notation that is a bit easier
4481 to read, and that will port better if 62-bits becomes the default.
4482 Fix or remove incorrect examples.
4483 * os.texi (Time Conversion): Document time_t values better.
4485 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4487 * processes.texi (Process Information):
4488 Document `process-alive-p'.
4490 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
4492 * help.texi (Accessing Documentation):
4493 * display.texi (Pixel Specification):
4494 * processes.texi (Serial Ports, Serial Ports):
4495 * nonascii.texi (Character Properties, Default Coding Systems):
4496 * text.texi (Changing Properties, Special Properties):
4497 * windows.texi (Window Start and End):
4498 * modes.texi (SMIE Indentation Example, SMIE Tricks):
4499 * keymaps.texi (Searching Keymaps, Tool Bar):
4500 * minibuf.texi (Basic Completion):
4501 * compile.texi (Eval During Compile):
4502 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
4503 7x9 paper in printed manual.
4505 * lists.texi (Sets And Lists): Fix misplaced text.
4507 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
4509 * keymaps.texi (Remapping Commands): Emphasize that the keymap
4510 needs to be active (Bug#8350).
4512 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
4514 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
4516 * tips.texi (Coding Conventions): Remove antediluvian filename
4517 limit recommendation (Bug#8538).
4519 2011-05-27 Glenn Morris <rgm@gnu.org>
4521 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
4523 2011-05-26 Glenn Morris <rgm@gnu.org>
4525 * variables.texi (File Local Variables):
4526 Update hack-local-variables `mode-only' return value.
4527 Add some more details on what this function does in the other case.
4529 2011-05-19 Glenn Morris <rgm@gnu.org>
4531 * lists.texi (Sets And Lists): Mention cl provides union etc.
4533 2011-05-19 Nix <nix@esperi.org.uk>
4535 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
4537 * text.texi (Parsing HTML): Update for function name changes.
4539 * syntax.texi (Syntax Flags): Small fix.
4541 * keymaps.texi (Active Keymaps): Typo fix.
4542 (Changing Key Bindings): Grammar fix.
4544 * frames.texi (Minibuffers and Frames): Grammar fix.
4545 (Window System Selections): x-select-enable-clipboard now defaults to t.
4547 * customize.texi (Common Keywords):
4548 * display.texi (Abstract Display):
4549 * modes.texi (Auto-Indentation):
4550 * nonascii.texi (Converting Representations): Typo fixes.
4552 * control.texi (Examples of Catch): Call it "goto" not "go to".
4554 2011-05-14 Eli Zaretskii <eliz@gnu.org>
4556 * nonascii.texi (Character Properties): Fix inconsistencies with
4559 * text.texi (Special Properties): Move @defvar's out of the
4562 2011-05-12 Glenn Morris <rgm@gnu.org>
4564 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
4566 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4568 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
4569 (Multiline Font Lock):
4572 * elisp.texi (Top): Update menu accordingly.
4574 2011-05-12 Drew Adams <drew.adams@oracle.com>
4576 * modes.texi (Region to Fontify): Fix typo.
4578 2011-05-10 Jim Meyering <meyering@redhat.com>
4580 * minibuf.texi: Fix typo "in in -> in".
4582 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
4584 * numbers.texi (Integer Basics): Large integers are treated as floats.
4586 2011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4588 * processes.texi (Synchronous Processes): Document the (:file
4589 "/file-name") syntax for `call-process'.
4591 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
4593 * windows.texi (Choosing Window): Fix typo.
4595 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
4597 * frames.texi (Layout Parameters): Note the difference between
4598 querying and setting parameters for left-fringe and right-fringe
4601 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4603 * minibuf.texi (Basic Completion): Be a bit more precise about the
4604 valid kinds of completion tables.
4605 (Programmed Completion): Remove obsolete text about lambda expressions
4606 not being valid completion tables.
4608 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
4610 * positions.texi (Excursions): Explain the "save-excursion
4611 defeated by set-buffer" warning.
4613 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
4614 save-excursion. Suggested by Uday S Reddy.
4616 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4618 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
4619 (Lexical Binding): New sub-section.
4621 * eval.texi (Eval): Discourage the use of `eval'.
4622 Document its new `lexical' argument.
4624 2011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4626 * commands.texi (Command Overview): `post-command-hook' is not reset to
4629 2011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
4631 * strings.texi (String Conversion): Don't mention
4632 string-make-(uni|multi)byte (bug#8262).
4633 * nonascii.texi (Converting Representations): Fix up range.
4634 * keymaps.texi (Key Binding Commands): Update code point, avoid
4635 "unibyte character" and remove mention of unibyte bindings.
4637 2011-03-10 Eli Zaretskii <eliz@gnu.org>
4639 * modes.texi (Operator Precedence Grammars): Don't use characters
4642 2011-03-09 Eli Zaretskii <eliz@gnu.org>
4644 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
4646 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
4648 2011-03-08 Glenn Morris <rgm@gnu.org>
4650 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
4651 * intro.texi (Acknowledgements): Names to UTF-8.
4652 * elisp.texi: Set documentencoding.
4654 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
4656 * Version 23.3 released.
4658 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
4660 * package.texi: Update index keywords.
4661 (Package Archives): New node contents. Document package-x.el.
4663 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
4665 * makefile.w32-in (srcs): Add package.texi.
4667 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
4669 * package.texi (Packaging, Packaging Basics, Simple Packages)
4670 (Multi-file Packages): Expand and clarify.
4671 (Package Archives): Temporary placeholder node.
4673 * elisp.texi (Top): Update node listing.
4675 * Makefile.in (srcs): Add package.texi.
4677 2011-03-05 Chong Yidong <cyd@stupidchicken.com>
4679 * processes.texi (Synchronous Processes): Minor clarification
4682 2011-03-03 Glenn Morris <rgm@gnu.org>
4684 * files.texi (Truenames): Minor clarification. (Bug#2341)
4686 2011-03-01 Glenn Morris <rgm@gnu.org>
4688 * variables.texi (Directory Local Variables):
4689 Mention `(subdirs . nil)' alist element.
4691 2011-02-28 Glenn Morris <rgm@gnu.org>
4693 * variables.texi (Directory Local Variables): Mention the optional
4694 mtime argument of dir-locals-set-directory-class. (Bug#3577)
4696 2011-02-27 Chong Yidong <cyd@stupidchicken.com>
4698 * minibuf.texi (Minibuffer History): Clarify discussion of
4699 minibuffer history lists (Bug#8085).
4701 2011-02-19 Eli Zaretskii <eliz@gnu.org>
4703 * elisp.texi: Sync @dircategory with ../../info/dir.
4705 * files.texi (Visiting Functions): Document find-file-literally,
4706 both the command and the variable.
4708 * variables.texi (Creating Buffer-Local): Explain the meaning of
4709 permanent local variables.
4711 * files.texi (Visiting Functions): Document find-file-literally,
4712 both the command and the variable.
4714 * variables.texi (Creating Buffer-Local): Explain the meaning of
4715 permanent local variables.
4717 2011-02-19 Glenn Morris <rgm@gnu.org>
4719 * keymaps.texi (Remapping Commands): Mention how to undo it.
4721 2011-02-09 Reuben Thomas <rrt@sc3d.org>
4723 * loading.texi (Hooks for Loading): Remove unnecessary advice
4724 about eval-after-load (Bug#7986).
4726 2011-02-05 Chong Yidong <cyd@stupidchicken.com>
4728 * commands.texi (Accessing Mouse): Note that a header line is not
4729 included in the row of posn-col-row.
4731 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
4733 * modes.texi (Major Mode Conventions): Add face guidelines.
4734 (Faces for Font Lock): List faces in order of prominence.
4736 2011-02-01 Paul Eggert <eggert@cs.ucla.edu>
4738 format-time-string now supports subsecond time stamp resolution
4739 * os.texi (Time Parsing): Document %N.
4741 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
4746 * display.texi (Display Property): Shorten the menu description of
4747 the "Other Display Specs" node (Bug#7816).
4749 * keymaps.texi (Defining Menus): Add "menu item" and "extended
4750 menu item" concept index entries (Bug#7805).
4752 2011-01-29 Eli Zaretskii <eliz@gnu.org>
4754 * makefile.w32-in (texinfodir): New variable.
4755 (usermanualdir): Remove as redundant with $(emacsdir).
4756 (MAKEINFO): Remove options, leave only program name.
4757 (MAKEINFO_OPTS): New variable.
4758 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
4760 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
4761 Richard Kim <emacs18@gmail.com>
4763 * loading.texi (Library Search): Document list-load-path-shadows
4766 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
4768 * searching.texi (Regexp Special): Remove outdated discussion of
4769 character sets (Bug#7780).
4771 * frames.texi (Pop-Up Menus): Document where menu title comes
4774 2011-01-25 Glenn Morris <rgm@gnu.org>
4776 * display.texi (Making Buttons): Mention limitation of text buttons.
4778 2011-01-23 Werner Lemberg <wl@gnu.org>
4780 * Makefile.in (MAKEINFO): Now controlled by `configure'.
4781 (MAKEINFO_OPTS): New variable. Use it where appropriate.
4782 (ENVADD): New variable to control texi2dvi and texi2pdf.
4784 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
4786 * files.texi (Directory Names): Move directory-abbrev-alist doc to
4789 2011-01-15 Eli Zaretskii <eliz@gnu.org>
4791 * files.texi (Directory Names): Explain why FROM in
4792 directory-abbrev-alist should begin with \`. (Bug#7777)
4794 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
4796 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
4798 2011-01-02 Eli Zaretskii <eliz@gnu.org>
4800 * modes.texi (Emulating Mode Line): Fix last change.
4802 2011-01-02 Eli Zaretskii <eliz@gnu.org>
4804 * modes.texi (Emulating Mode Line): Update documentation of
4805 format-mode-line according to changes that fixed bug #7587.
4807 2010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4809 * modes.texi (Derived Modes): Mention prog-mode.
4811 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
4812 of the key-binding-data cache since we don't use it any more.
4814 2010-12-13 Eli Zaretskii <eliz@gnu.org>
4816 * processes.texi (Shell Arguments):
4817 * strings.texi (Creating Strings): Don't mention "shell commands";
4818 make it explicit that `split-string-and-unquote' and
4819 `combine-and-quote-strings' are mainly for working with arguments
4820 to call-process and start-process.
4822 * processes.texi (Shell Arguments): Fix documentation of
4823 `split-string-and-unquote'. Add indexing. (Bug#7563)
4825 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4827 * modes.texi (Auto-Indentation): New section to document SMIE.
4828 (Major Mode Conventions):
4829 * text.texi (Mode-Specific Indent): Refer to it.
4831 2010-12-13 Eli Zaretskii <eliz@gnu.org>
4833 * display.texi (Other Display Specs): Document left-fringe and
4834 right-fringe display specs.
4836 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4838 * backups.texi (Making Backups):
4839 * modes.texi (Example Major Modes): Use recommended coding style.
4840 (Major Mode Basics, Derived Modes): Encourge more strongly use of
4841 define-derived-mode. Mention completion-at-point-functions.
4843 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
4845 * nonascii.texi (Converting Representations):
4846 Document byte-to-string.
4848 2010-12-08 Glenn Morris <rgm@gnu.org>
4850 * buffers.texi (Modification Time):
4851 verify-visited-file-modtime now defaults to the current buffer.
4853 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4855 * nonascii.texi (Converting Representations): Document byte-to-string.
4857 * strings.texi (Creating Strings): Don't mention semi-obsolete
4858 function char-to-string.
4859 (String Conversion): Shorten discussion of semi-obsolete function
4860 string-to-char. Link to Converting Representations.
4862 * objects.texi (Symbol Type):
4863 * text.texi (Near Point):
4864 * help.texi (Help Functions):
4865 * functions.texi (Mapping Functions): Use string instead of
4866 char-to-string in examples.
4868 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4870 * text.texi (Kill Functions, Kill Functions)
4871 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
4874 * symbols.texi (Creating Symbols): Using unintern without an
4875 obarray arg is now obsolete.
4877 * numbers.texi (Float Basics): Document float-e and float-pi.
4879 * variables.texi (Defining Variables): Change "pi" example to
4882 2010-11-26 Eli Zaretskii <eliz@gnu.org>
4884 * commands.texi (Click Events): Document the values of X, Y and
4885 COL, ROW in the event's position, when the click is on the header
4886 or mode line, on the fringes, or in the margins.
4888 2010-11-17 Eli Zaretskii <eliz@gnu.org>
4890 * customize.texi (Composite Types): Lower-case index entry.
4892 * loading.texi (How Programs Do Loading):
4893 Document load-file-name. (Bug#7346)
4895 2010-11-17 Glenn Morris <rgm@gnu.org>
4897 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
4899 2010-11-13 Eli Zaretskii <eliz@gnu.org>
4901 * display.texi (Usual Display): Characters with no fonts are not
4902 necessarily displayed as empty boxes.
4904 2010-10-31 Glenn Morris <rgm@gnu.org>
4906 * maps.texi (Standard Keymaps): Update File menu description.
4908 2010-10-28 Glenn Morris <rgm@gnu.org>
4910 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
4912 2010-10-24 Eli Zaretskii <eliz@gnu.org>
4914 * display.texi (Window Systems): Deprecate use of window-system as
4917 2010-10-23 Glenn Morris <rgm@gnu.org>
4919 * help.texi (Documentation Basics): Remove mentions of digest-doc and
4922 2010-10-15 Eli Zaretskii <eliz@gnu.org>
4924 * os.texi (Dynamic Libraries): New node, with slightly modified
4925 text deleted from "Image Formats".
4926 (System Interface): Add @menu entry for "Dynamic Libraries".
4928 * display.texi (Image Formats): Remove description of
4929 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
4931 2010-10-12 Glenn Morris <rgm@gnu.org>
4933 * book-spine.texinfo: Rename to book-spine.texi.
4935 2010-10-11 Glenn Morris <rgm@gnu.org>
4937 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
4939 * Makefile.in (DVIPS): New variable.
4940 (.PHONY): Add html, ps.
4941 (html, elisp.html, ps, elisp.ps): New targets.
4942 (clean): Delete html, ps files.
4943 ($(infodir)/elisp): Remove unnecessary includes.
4945 2010-10-09 Eli Zaretskii <eliz@gnu.org>
4947 * makefile.w32-in (emacsdir): New variable.
4948 (srcs): Add emacsver.texi.
4949 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
4951 2010-10-09 Glenn Morris <rgm@gnu.org>
4953 * Makefile.in (VPATH): Remove.
4954 (infodir): Make it absolute.
4955 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
4957 * Makefile.in (dist): Anchor regexps.
4959 * Makefile.in (srcs): Put elisp.texi first.
4960 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
4962 * Makefile.in (infoclean): Remove harmless, long-standing error.
4964 * Makefile.in ($(infodir)): Delete rule.
4966 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
4968 * Makefile.in (dist): Remove reference to emacsver.texi.in.
4969 Also copy emacsver.texi, and edit $emacsdir.
4971 2010-10-09 Glenn Morris <rgm@gnu.org>
4973 * Makefile.in (emacsdir): New variable.
4974 (MAKEINFO): Add -I $emacsdir.
4975 (dist): Copy emacsver.texi.
4976 (srcs): Add emacsver.texi.
4978 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
4979 Set EMACSVER by including emacsver.texi.
4981 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
4983 2010-10-07 Glenn Morris <rgm@gnu.org>
4985 * Makefile.in (version): New, set by configure.
4986 (clean): Delete dist tar file.
4987 (dist): Use version in tar name.
4989 2010-10-06 Glenn Morris <rgm@gnu.org>
4991 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
4992 (INSTALL_INFO): Remove unused variable.
4993 (mostlyclean, infoclean, dist): New rules.
4994 (clean): Delete dvi and pdf files.
4995 (maintainer-clean): Remove elisp.oaux, use infoclean.
4996 ($(infodir)): Add parallel build workaround.
4998 2010-10-04 Glenn Morris <rgm@gnu.org>
5000 * Makefile.in (dvi, pdf, $(infodir)): New targets.
5001 ($(infodir)/elisp): Ensure target directory exists. Use $@.
5003 (clean): No 'make.out' or 'core' files.
5004 (.PHONY): Declare clean rules.
5005 (maintainer-clean): Delete pdf file. Guard against cd failures.
5007 2010-10-03 Glenn Morris <rgm@gnu.org>
5009 * files.texi (File Name Components): Remove ignored section about
5010 deleted variable directory-sep-char.
5012 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
5014 * files.texi (Magic File Names): New defopt
5015 remote-file-name-inhibit-cache.
5017 2010-10-02 Glenn Morris <rgm@gnu.org>
5019 * os.texi (Killing Emacs): Hook now runs in batch mode.
5021 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
5023 * text.texi (Special Properties): Clarify when modification-hooks run.
5025 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5027 * syntax.texi (Syntax Flags): Document new `c' flag.
5029 2010-09-09 Glenn Morris <rgm@gnu.org>
5031 * display.texi (ImageMagick Images): General cleanup.
5033 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
5035 * files.texi (Directory Names): Use \` rather than ^.
5037 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
5039 * text.texi (Low-Level Kill Ring):
5040 * frames.texi (Window System Selections): Remove cut buffer
5043 2010-08-28 Eli Zaretskii <eliz@gnu.org>
5045 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
5046 Parameters", where the default fringe width is described.
5048 * frames.texi (Window Frame Parameters, Basic Parameters)
5049 (Position Parameters, Layout Parameters, Management Parameters)
5050 (Cursor Parameters, Font and Color Parameters): Add indexing for
5051 frame parameters. (Bug#6929)
5053 2010-08-25 Tom Tromey <tromey@redhat.com>
5055 * vol2.texi (Top): Update.
5056 * vol1.texi (Top): Update.
5057 * tips.texi (Library Headers): Mention Package-Version and
5059 * package.texi: New file.
5060 * os.texi (System Interface): Update pointers.
5061 * elisp.texi (Top): Link to new nodes. Include package.texi.
5062 * anti.texi (Antinews): Update pointers.
5064 2010-08-25 Eli Zaretskii <eliz@gnu.org>
5066 * processes.texi (Filter Functions): Fix last change.
5068 2010-08-24 Markus Triska <triska@gmx.at>
5070 * processes.texi (Filter Functions): Use `buffer-live-p' instead
5071 of `buffer-name' in the main text as well as in the example
5074 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
5076 * nonascii.texi (Text Representations):
5077 * loading.texi (Loading Non-ASCII):
5078 * compile.texi (Byte Compilation): Don't mention obsolete
5079 --unibyte command-line argument.
5081 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
5083 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
5085 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
5087 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
5089 2010-08-20 Eli Zaretskii <eliz@gnu.org>
5091 * commands.texi (Misc Events): Add cross-references to where
5092 POSITION of a mouse event is described in detail.
5094 2010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
5096 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
5098 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
5100 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
5101 Suggested by Štěpán Němec <stepnem@gmail.com>.
5103 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
5105 * minibuf.texi (High-Level Completion): Document args of
5106 `read-buffer-function' (bug#5625).
5108 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
5110 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
5112 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
5114 * processes.texi (Process Information): Explain process property
5117 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
5119 * modes.texi (Defining Minor Modes): Use C-delete in examples,
5120 instead of "\C-\^?" (bug#6334).
5122 * text.texi (Special Properties): Fix typo.
5124 2010-07-09 Eli Zaretskii <eliz@gnu.org>
5126 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
5127 calling sequences, which are now the standard.
5129 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
5131 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
5133 * commands.texi (Command Overview): Mention undo-boundary call.
5135 2010-06-23 Glenn Morris <rgm@gnu.org>
5137 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
5138 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
5139 * frames.texi, functions.texi, internals.texi, keymaps.texi:
5140 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
5141 * searching.texi, sequences.texi, strings.texi, syntax.texi:
5142 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
5143 Untabify Texinfo files.
5145 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
5147 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
5149 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
5151 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5153 2010-06-02 Chong Yidong <cyd@stupidchicken.com>
5155 * searching.texi (Regexp Special): Remove obsolete information
5156 about matching non-ASCII characters, and suggest using char
5159 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
5161 * minibuf.texi (Basic Completion): Add missing "@end defun".
5163 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5165 * minibuf.texi (Basic Completion): Document completion-boundaries.
5166 (Programmed Completion): Document the new fourth method for boundaries.
5168 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
5170 * display.texi (Image Cache): Update documentation about image caching.
5172 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
5174 * windows.texi (Textual Scrolling):
5175 * tips.texi (Coding Conventions):
5176 * minibuf.texi (Minibuffer History):
5177 * maps.texi (Standard Keymaps):
5178 * loading.texi (Where Defined):
5179 * edebug.texi (Instrumenting): Fix typos.
5181 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5183 * keymaps.texi (Menu Bar): Document :advertised-binding property.
5185 * functions.texi (Obsolete Functions):
5186 Document set-advertised-calling-convention.
5188 * minibuf.texi (Basic Completion): Document completion-in-region.
5189 (Programmed Completion): Document completion-annotate-function.
5191 * commands.texi (Reading One Event): Document read-key.
5192 (Distinguish Interactive): Document KIND arg to
5193 called-interactively-p. Delete obsolete interactive-p.
5195 * elisp.texi (Top): Update node description.
5197 2010-05-08 Eli Zaretskii <eliz@gnu.org>
5199 * nonascii.texi (Character Properties):
5200 Document unicode-category-table. Add an index entry for Unicode
5203 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
5205 * Version 23.2 released.
5207 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
5209 * locals.texi (Standard Buffer-Local Variables):
5210 Remove @ignore'd reference to `direction-reversed'.
5212 2010-04-14 Juri Linkov <juri@jurta.org>
5214 Fix @deffn without category.
5216 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
5217 for `abbrev-insert'.
5219 * buffers.texi (Indirect Buffers): Add category `Command'
5220 to @deffn of `clone-indirect-buffer'.
5222 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
5223 for `next-window' and `previous-window'. Add category `Command'
5224 to @deffn of `pop-to-buffer'.
5226 2010-04-01 Chong Yidong <cyd@stupidchicken.com>
5228 * nonascii.texi (Text Representations): Don't mark
5229 enable-multibyte-characters as a user option.
5231 2010-03-31 Eli Zaretskii <eliz@gnu.org>
5233 * control.texi (Handling Errors): How to re-throw a signal caught
5236 2010-03-26 Chong Yidong <cyd@stupidchicken.com>
5238 * loading.texi (Hooks for Loading): Document after-load-functions.
5241 2010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
5243 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
5245 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
5247 * processes.texi (Network Processes): Document seqpacket type.
5249 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
5251 * os.texi (System Environment): Do not mention lynxos.
5253 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
5257 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
5259 * objects.texi (Integer Type): Take note of the read syntax
5260 exception for numbers that cannot fit in the integer type.
5262 2010-03-03 Glenn Morris <rgm@gnu.org>
5264 * numbers.texi (Integer Basics, Bitwise Operations):
5265 * objects.texi (Integer Type): Update for integers now being 30-bit.
5267 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
5269 * display.texi (Low-Level Font): Document :otf font-spec property.
5271 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
5273 * display.texi (Line Height): Avoid obsolete special default variables
5274 like default-major-mode.
5276 2010-01-28 Alan Mackenzie <acm@muc.de>
5278 * display.texi (Auto Faces): Say fontification-functions is called
5279 whether or not Font Lock is enabled. Tidy up the wording a bit.
5281 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
5283 * elisp.texi: Remove duplicate edition information (Bug#5407).
5285 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
5287 * two.el (volume-header-toc-markup): Fix typos in docstring.
5289 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
5291 Avoid dubious uses of save-excursions.
5292 * positions.texi (Excursions): Recommend the use of
5293 save-current-buffer if applicable.
5294 * text.texi (Clickable Text): Fix the example code which used
5295 save-excursion in a naive way which sometimes preserves point and
5297 * variables.texi (Creating Buffer-Local):
5298 * os.texi (Session Management):
5299 * display.texi (GIF Images):
5300 * control.texi (Cleanups): Use (save|with)-current-buffer.
5302 2010-01-02 Eli Zaretskii <eliz@gnu.org>
5304 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
5306 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
5308 * nonascii.texi (Text Representations, Character Codes)
5309 (Converting Representations, Explicit Encoding)
5310 (Translation of Characters): Use hex notation consistently.
5311 (Character Sets): Fix map-charset-chars doc (Bug#5197).
5313 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
5315 * loading.texi (Where Defined): Make it clearer that these are
5316 loaded files (Bug#5068).
5318 2009-12-29 Chong Yidong <cyd@stupidchicken.com>
5320 * minibuf.texi (Completion Styles): Document `initials' style.
5322 2009-12-25 Chong Yidong <cyd@stupidchicken.com>
5324 * frames.texi (Resources): Describe inhibit-x-resources.
5325 (Size Parameters): Copyedit.
5327 * hash.texi (Creating Hash):
5328 * objects.texi (Hash Table Type): Document the new hash table
5329 printed representation.
5331 * minibuf.texi (Basic Completion): 4th arg to all-completions is
5334 * processes.texi (Process Buffers):
5335 Document process-kill-buffer-query-function.
5337 2009-12-05 Glenn Morris <rgm@gnu.org>
5339 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
5340 diary-display-function, and no longer recommended to be a hook.
5341 Update for changes in the names of calendar and diary hooks.
5342 diary-print-entries-hook has changed section.
5344 2009-11-28 Eli Zaretskii <eliz@gnu.org>
5346 * text.texi (Special Properties): More accurate description of
5347 what the `cursor' property does.
5349 2009-11-26 Kevin Ryde <user42@zip.com.au>
5351 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
5352 mouse-wheel-down-event, the closest thing to a definition for them.
5353 * os.texi (Startup Summary): vindex inhibit-startup-message and
5354 inhibit-splash-screen.
5355 (Command-Line Arguments): vindex argv.
5356 (Suspending Emacs): vindex suspend-tty-functions and
5357 resume-tty-functions. Don't want to index every hook, but having
5358 the programming ones is helpful.
5360 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
5362 * commands.texi (Motion Events): Fix typo (Bug#4907).
5364 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5366 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
5367 are affected by case-fold-search (Bug#4483).
5369 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
5371 * minibuf.texi (Reading File Names): Note that read-file-name may
5372 use a graphical file dialog.
5374 2009-10-31 Glenn Morris <rgm@gnu.org>
5376 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
5378 2009-10-16 Kevin Ryde <user42@zip.com.au>
5380 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
5381 in particular so `info-lookup-symbol' can find its docs.
5383 2009-10-16 Chong Yidong <cyd@stupidchicken.com>
5385 * variables.texi (Constant Variables): Distinguish from defconst
5387 (Defining Variables): Add cindex.
5389 2009-10-15 Chong Yidong <cyd@stupidchicken.com>
5391 * os.texi (Time of Day): Clarify that the microsecond part is
5394 2009-10-11 Glenn Morris <rgm@gnu.org>
5396 * frames.texi (Size and Position): Clarify what is included in the frame
5399 2009-10-10 Glenn Morris <rgm@gnu.org>
5401 * windows.texi (Size of Window): The relationship between window and
5402 frame heights is not so simple. (Bug#4535)
5403 Mention window-full-height-p.
5405 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5407 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
5410 2009-10-07 Eli Zaretskii <eliz@gnu.org>
5412 * files.texi (Directory Names) <abbreviate-file-name>:
5413 Document that root home directories are not replaced with "~".
5415 2009-10-06 Eli Zaretskii <eliz@gnu.org>
5417 * text.texi (Special Properties): Document the meaning of the
5418 `cursor' text property whose value is an integer.
5420 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5422 * files.texi (Magic File Names): Add `copy-directory'.
5424 2009-10-05 Eli Zaretskii <eliz@gnu.org>
5426 * files.texi (File Attributes): Fix description of file
5427 attributes. (Bug#4638) Update attributes of files.texi example to
5428 be more representative.
5430 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5432 * files.texi (Create/Delete Dirs): New command copy-directory.
5434 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
5436 * anti.texi (Antinews):
5437 * macros.texi (Indenting Macros):
5438 * strings.texi (Creating Strings, Case Conversion):
5439 Remove duplicate words.
5441 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
5443 * files.texi (Create/Delete Dirs): delete-directory has an
5444 optional parameter RECURSIVE.
5446 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5448 * buffers.texi (Swapping Text): Minor clarification.
5450 2009-10-01 Glenn Morris <rgm@gnu.org>
5452 * functions.texi (Declaring Functions): Mention that we also search for
5453 ".m" files in the src/ directory.
5455 2009-09-25 David Engster <deng@randomsample.de>
5457 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
5459 2009-09-22 Glenn Morris <rgm@gnu.org>
5461 * internals.texi (Building Emacs): Mention preloaded-file-list.
5463 2009-09-14 Alan Mackenzie <acm@muc.de>
5465 * os.texi (Terminal Output): Put "@code{}" around "stdout".
5467 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
5469 * functions.texi (Anonymous Functions): Rearrange discussion,
5470 giving usage of unquoted lambda forms first. Mention that
5471 `function' and `#'' are no longer required (Bug#4290).
5473 2009-09-11 Alan Mackenzie <acm@muc.de>
5475 * os.texi (Terminal Output): Document `send-string-to-terminal' in
5478 2009-09-01 Glenn Morris <rgm@gnu.org>
5480 * display.texi (Face Functions): Mention define-obsolete-face-alias.
5482 2009-08-26 Ulrich Mueller <ulm@gentoo.org>
5484 * nonascii.texi (Character Codes): Fix typos.
5486 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
5488 * processes.texi (Synchronous Processes): New defvar
5489 process-file-side-effects.
5491 2009-08-25 Glenn Morris <rgm@gnu.org>
5493 * display.texi (Fontsets): Fix typo.
5495 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
5497 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5499 * processes.texi (Asynchronous Processes): Adjust arglist of
5500 start-process-shell-command and start-file-process-shell-command.
5502 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
5504 * advice.texi (Argument Access in Advice): Note that argument
5505 positions are zero-based (Bug#3932).
5507 * commands.texi (Distinguish Interactive): Minor copyedit.
5509 * display.texi (Face Attributes): Add xref to Displaying Faces for
5510 explanation of "underlying face".
5512 * customize.texi (Common Keywords): Add xref to Loading.
5514 * loading.texi (How Programs Do Loading): Add xref to Lisp
5515 Libraries node in the Emacs manual.
5517 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
5519 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
5521 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
5523 * processes.texi (Shell Arguments): Copyedits.
5525 2009-07-18 Glenn Morris <rgm@gnu.org>
5527 * loading.texi (Repeated Loading): Fix typo.
5529 2009-07-16 Richard Stallman <rms@gnu.org>
5531 * buffers.texi (Swapping Text): Recommend setting
5532 write-region-annotate-functions and buffer-saved-size.
5534 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
5536 2009-07-15 Glenn Morris <rgm@gnu.org>
5538 * edebug.texi: Minor re-phrasings throughout.
5539 (Edebug Execution Modes): Sit-for affects continue mode too.
5540 (Jumping): Use `forward-sexp' rather than its keybinding.
5541 (Edebug Misc): Fix Q binding.
5542 (Edebug Eval): Remove cl version.
5543 (Printing in Edebug): Clarify print-length etc.
5544 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
5545 (Specification List): Remove edebug-unwrap findex entry.
5546 (Specification Examples): defmacro is actually not the same as defun.
5547 Escape "`" in example.
5549 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
5551 * markers.texi (The Mark): Document optional arg to
5554 2009-07-11 Kevin Ryde <user42@zip.com.au>
5556 * hooks.texi (Standard Hooks): Fix cross-references.
5558 * loading.texi (Named Features): Refer to eval-after-load.
5560 2009-07-11 Glenn Morris <rgm@gnu.org>
5562 * Makefile.in (TEXI2PDF): New.
5563 (elisp.pdf): New target.
5565 * searching.texi (Regexp Backslash): Fix typo.
5567 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5569 2009-07-10 Glenn Morris <rgm@gnu.org>
5571 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
5573 * customize.texi (Customization Types):
5574 * display.texi (Abstract Display):
5575 * objects.texi (Character Type, String Type):
5576 Merge in some menu descriptions from elisp.texi.
5578 * hash.texi (Hash Tables):
5579 * modes.texi (Multiline Font Lock):
5580 End menu description with period.
5582 2009-07-09 Glenn Morris <rgm@gnu.org>
5584 * back.texi: Don't hard-code texinfo location.
5586 * two-volume.make (texinfodir): New, with location of texinfo.tex.
5587 (tex): Add texinfodir to TEXINPUTS.
5588 (elisp1med-init, elisp2med-init): Use texinfodir.
5590 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
5591 (clean): Add two-volume.make intermediate files.
5593 * elisp.texi, vol1.texi, vol2.texi:
5594 Use a DATE variable with the publication date, and update it.
5595 Fix antinews menu description.
5597 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
5598 Update the detailed node listing to match elisp.texi.
5600 * README: Update edition to match elisp.texi.
5602 * objects.texi (General Escape Syntax):
5603 * nonascii.texi (Character Sets):
5604 Use consistent case for "Unicode Standard".
5606 * anti.texi (Antinews):
5607 * customize.texi (Variable Definitions):
5608 * functions.texi (Declaring Functions):
5609 * nonascii.texi (Character Properties):
5610 * processes.texi (Serial Ports):
5611 * text.texi (Special Properties):
5612 * tips.texi (Coding Conventions):
5613 Minor rearrangements to improve TeX line-filling.
5615 * commands.texi (Using Interactive): Fix cross-reference.
5617 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5619 * frames.texi (Management Parameters): Mention sticky.
5621 2009-07-01 Andreas Schwab <aschwab@redhat.com>
5623 * help.texi (Help Functions): Fix description of help-buffer and
5624 help-setup-xref to use @defun instead of @deffn.
5626 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5628 * frames.texi (Size Parameters): Mention maximized for fullscreen.
5630 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
5632 * display.texi (Window Systems): Add ns to the list.
5634 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
5638 2009-06-17 Martin Rudalics <rudalics@gmx.at>
5640 * windows.texi (Dedicated Windows): Fix typo.
5641 (Resizing Windows): Replace @defun by @deffn.
5643 2009-06-17 Glenn Morris <rgm@gnu.org>
5645 * variables.texi (Directory Local Variables):
5646 Update for 2009-04-11 name-change of dir-locals-directory-alist.
5648 2009-06-09 Kenichi Handa <handa@m17n.org>
5650 * nonascii.texi (Character Sets): State clearly that FROM and TO
5651 are codepoints of CHARSET.
5653 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
5655 * minibuf.texi (Reading File Names): Fix introductory text.
5656 Suggested by stan@derbycityprints.com.
5657 (High-Level Completion): Fix typo.
5659 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
5661 * frames.texi (Text Terminal Colors): Multi-tty is already
5662 implemented, but tty-local colors are not.
5664 2009-05-27 Chong Yidong <cyd@stupidchicken.com>
5666 * hooks.texi (Standard Hooks): Remove mention of obsolete
5667 redisplay-end-trigger-functions.
5669 * internals.texi (Window Internals): Remove mention of obsolete
5670 redisplay-end-trigger-functions.
5672 2009-05-21 Martin Rudalics <rudalics@gmx.at>
5674 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
5676 * backups.texi (Making Backups): backup-directory-alist and
5677 make-backup-file-name-function are options.
5678 (Auto-Saving): auto-save-list-file-prefix is an option.
5680 * buffers.texi (Killing Buffers): buffer-offer-save is an
5683 * display.texi (Refresh Screen): no-redraw-on-reenter is an
5685 (Echo Area Customization): echo-keystrokes is an option.
5686 (Selective Display): selective-display-ellipses is an option.
5687 (Temporary Displays): temp-buffer-show-function is an option.
5688 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
5690 (Font Selection): face-font-family-alternatives,
5691 face-font-selection-order, face-font-registry-alternatives, and
5692 scalable-fonts-allowed are options.
5693 (Fringe Indicators): indicate-buffer-boundaries is an option.
5694 (Fringe Cursors): overflow-newline-into-fringe is an option.
5695 (Scroll Bars): scroll-bar-mode is an option.
5697 * eval.texi (Eval): max-lisp-eval-depth is an option.
5699 * files.texi (Visiting Functions): find-file-hook is an option.
5700 (Directory Names): directory-abbrev-alist is an option.
5701 (Unique File Names): temporary-file-directory and
5702 small-temporary-file-directory are options.
5704 * frames.texi (Initial Parameters): initial-frame-alist,
5705 minibuffer-frame-alist and default-frame-alist are options.
5706 (Cursor Parameters): blink-cursor-alist and
5707 cursor-in-non-selected-windows ar options.
5708 (Window System Selections): selection-coding-system is an
5710 (Display Feature Testing): display-mm-dimensions-alist is an
5713 * help.texi (Help Functions): help-char and help-event-list are
5716 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
5719 * minibuf.texi (Minibuffer History): history-length and
5720 history-delete-duplicates are options.
5721 (High-Level Completion): read-buffer-function and
5722 read-buffer-completion-ignore-case are options.
5723 (Reading File Names): read-file-name-completion-ignore-case is
5726 * modes.texi (Mode Line Top): mode-line-format is an option.
5727 (Mode Line Variables): mode-line-position and mode-line-modes
5730 * nonascii.texi (Text Representations):
5731 enable-multibyte-characters is an option.
5732 (Default Coding Systems): auto-coding-regexp-alist,
5733 file-coding-system-alist, auto-coding-alist and
5734 auto-coding-functions are options.
5735 (Specifying Coding Systems): inhibit-eol-conversion is an
5738 * os.texi (Init File): site-run-file is an option.
5739 (System Environment): mail-host-address is an option.
5740 (User Identification): user-mail-address is an option.
5741 (Terminal Output): baud-rate is an option.
5743 * positions.texi (Word Motion): words-include-escapes is an
5746 * searching.texi (Standard Regexps): page-delimiter,
5747 paragraph-separate, paragraph-separate and sentence-end are
5750 * text.texi (Margins): left-margin and fill-nobreak-predicate
5753 * variables.texi (Local Variables): max-specpdl-size is an
5756 * windows.texi (Choosing Window):
5757 split-window-preferred-function, special-display-function and
5758 display-buffer-function are options.
5760 2009-05-20 Chong Yidong <cyd@stupidchicken.com>
5762 Fix errors spotted by Martin Rudalics.
5764 * syntax.texi (Position Parse): Document rationale for ignored
5765 arguments to syntax-ppss-flush-cache.
5767 * processes.texi (Input to Processes): Mark PROCESS arg to
5768 process-running-child-p as optional.
5769 (Network Options): Document NO-ERROR arg to
5770 set-network-process-option.
5772 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
5775 * searching.texi (POSIX Regexps): Mark posix-search-forward and
5776 posix-search-backward as commands.
5778 * os.texi (Killing Emacs): Mark kill-emacs as a command.
5779 (Suspending Emacs): Mark suspend-emacs as a command.
5780 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
5782 (Terminal Output): Remove obsolete function baud-rate.
5783 Document TERMINAL arg for send-string-to-terminal.
5785 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
5786 terminal-coding-system and set-terminal-coding-system.
5787 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
5789 (Character Sets): Document RESTRICTION arg of char-charset.
5790 (Character Codes): Mark POS argument to get-byte as optional.
5792 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
5795 * files.texi (Create/Delete Dirs): Mark make-directory and
5796 delete-directory as commands.
5798 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
5800 * text.texi (Base 64): Mark base64-decode-string and
5801 base64-encode-string as commands.
5802 (Columns): Mark move-to-column as a command.
5803 (Mode-Specific Indent): Document RIGID arg to
5804 indent-for-tab-command.
5805 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
5806 Mark indent-code-rigidly as a command.
5807 (Substitution): Mark translate-region as a command.
5809 * frames.texi (Size and Position): Remove obsolete functions
5810 screen-height and screen-width.
5812 2009-05-19 Chong Yidong <cyd@stupidchicken.com>
5814 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
5815 (Displaying Buffers, Resizing Windows): Correct mistakes;
5816 next-window, previous-window, and pop-to-buffer are not commands,
5817 and fit-window-to-buffer" is a command. (Pointed out by Martin
5820 2009-05-17 Richard M Stallman <rms@gnu.org>
5822 * modes.texi (Precalculated Fontification): Clarify text.
5824 2009-05-17 Martin Rudalics <rudalics@gmx.at>
5826 * windows.texi (Selecting Windows): Clarify descriptions of
5827 with-selected-window and get-lru-window.
5828 (Cyclic Window Ordering): Refer to particular frame when talking
5829 about how splitting affects the ordering.
5830 (Displaying Buffers): Fix descriptions of switch-to-buffer and
5831 switch-to-buffer-other-window. Explain how setting of
5832 display-buffer-reuse-frames affects pop-to-buffer.
5833 (Choosing Window): Clarify some details in descriptions of
5834 display-buffer-reuse-frames, pop-up-frames, and
5835 pop-up-frame-function.
5836 (Dedicated Windows): Clarify some details.
5837 (Textual Scrolling): Replace term vscroll by term vertical
5839 (Vertical Scrolling): Fix typo.
5840 (Window Hooks): Relate text on jit-lock-register to window
5841 scrolling and size changes.
5843 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
5845 * frames.texi (Initial Parameters): Clarify what the initial
5846 minibuffer frame is.
5847 (Buffer Parameters): Note that the minibuffer parameter can not be
5850 * anti.texi (Antinews): Copyedits. Rearrange some entries.
5851 Document display-buffer changes.
5853 2009-05-13 Chong Yidong <cyd@stupidchicken.com>
5855 * anti.texi (Antinews): Rewrite for Emacs 22.
5857 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
5858 obarrays are first mentioned. Define "system abbrev" more
5859 prominently, and add it to the index.
5860 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
5862 (Abbrev Expansion): Document abbrev-insert.
5864 2009-05-12 Chong Yidong <cyd@stupidchicken.com>
5866 * frames.texi (Font and Color Parameters): Rename from Color
5867 Parameters. Document font-backend parameter.
5869 * vol2.texi (Top): Update node listing.
5870 * vol1.texi (Top): Update node listing.
5871 * elisp.texi (Top): Update node listing.
5873 2009-05-11 Martin Rudalics <rudalics@gmx.at>
5875 * windows.texi (Choosing Window): Don't explicitly refer to
5876 split-window-sensibly's window argument in descriptions of
5877 split-height-threshold and split-width-threshold.
5879 2009-05-10 Martin Rudalics <rudalics@gmx.at>
5881 * windows.texi (Choosing Window): Fix rewrite of window
5884 2009-05-09 Eli Zaretskii <eliz@gnu.org>
5886 * nonascii.texi (Default Coding Systems):
5887 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5889 (Lisp and Coding Systems): Add index entries.
5891 2009-05-09 Martin Rudalics <rudalics@gmx.at>
5893 * windows.texi (Choosing Window): Describe split-window-sensibly
5894 and rewrite section on window splitting accordingly.
5895 (Textual Scrolling): Replace `...' by @code{...}.
5897 2009-05-04 Chong Yidong <cyd@stupidchicken.com>
5899 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
5900 Remove obsoleted pre-abbrev-expand-hook.
5902 * locals.texi (Standard Buffer-Local Variables): Consolidate table
5905 * internals.texi (Object Internals): Don't assume 32-bit machines
5907 (Buffer Internals): Consolidate table entries for readability.
5908 (Window Internals): Synch field names to window.h.
5909 (Process Internals): Synch field names to process.h.
5911 2009-04-29 Chong Yidong <cyd@stupidchicken.com>
5913 * variables.texi (File Local Variables): Note that read-circle is
5914 bound to nil when reading file-local variables.
5916 * streams.texi (Input Functions): Document read-circle.
5917 (Output Variables): Add xref to Circular Objects.
5919 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
5921 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
5922 Features and Coding System Basics. Node that "p" stands for
5923 "predicate". Recommend utf-8-emacs instead of emacs-mule.
5924 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
5925 mouse-appearance-menu.
5926 (Programming Tips): Add xref to Progress.
5928 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
5930 * os.texi (Command-Line Arguments):
5931 Document command-line-args-left.
5932 (Suspending Emacs): Adapt text to multi-tty case. Document use of
5933 terminal objects for tty arguments.
5934 (Startup Summary): Add xref to Session Management.
5935 (Session Management): Mention emacs-session-restore. Copyedits.
5937 2009-04-20 Chong Yidong <cyd@stupidchicken.com>
5939 * os.texi (Startup Summary): Copyedits. The init file is not
5940 necessarily named .emacs now. Document initial-buffer-choice and
5941 initial-scratch-message. Note where Emacs exits in batch mode.
5942 Document inhibit-splash-screen as an alias.
5943 (Init File): Be neutral about which init file name to use.
5945 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
5947 * os.texi (System Interface): Fix Texinfo usage.
5949 2009-04-15 Chong Yidong <cyd@stupidchicken.com>
5951 * searching.texi (Regexp Backslash): Also refer to shy groups as
5952 non-capturing or unnumbered groups.
5953 (Regexp Functions): Add cross-reference to Regexp Backslash.
5955 * display.texi (Truncation): Overlays can use line-prefix and
5957 (Overlay Properties): Document wrap-prefix and line-prefix.
5958 (Face Attributes): Document underline-minimum-offset.
5959 (Face Remapping): Copyedits.
5960 (Low-Level Font): Copyedits.
5961 (Image Cache): Note that the image cache is shared between frames.
5962 (Line Height): Emphasize that line-spacing only takes effect on
5963 graphical terminals.
5965 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
5967 * display.texi (Refresh Screen): Note that a passage about screen
5968 refreshing is text terminal only.
5969 (Forcing Redisplay): Delete misleading comment---sit-for calls
5970 redisplay, not the other way around.
5971 (Truncation): Note new values of truncate-partial-width-windows.
5973 (Invisible Text): Document invisible-p.
5975 2009-04-11 Eli Zaretskii <eliz@gnu.org>
5977 * display.texi (Overlays): Overlays don't scale well. See
5978 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
5980 2009-04-10 Chong Yidong <cyd@stupidchicken.com>
5982 * syntax.texi (Syntax Table Functions): Document cons cell
5983 argument for modify-syntax-entry.
5984 (Categories): Document cons cell argument for
5985 modify-category-entry.
5987 * searching.texi (String Search): Document word-search-forward-lax
5988 and word-search-backward-lax.
5989 (Searching and Case): Describe isearch behavior more precisely.
5991 * keymaps.texi (Tool Bar): Mention that some platforms do not
5992 support multi-line toolbars. Suggested by Stephen Eglen.
5994 * frames.texi (Layout Parameters): Mention that Nextstep also
5995 allows only one tool-bar line. Suggested by Stephen Eglen.
5997 * nonascii.texi (Text Representations): Copyedits.
5998 (Coding System Basics): Also mention utf-8-emacs.
5999 (Converting Representations, Selecting a Representation)
6000 (Scanning Charsets, Translation of Characters, Encoding and I/O):
6002 (Character Codes): Mention role of codepoints 1114112 to 4194175.
6004 2009-04-09 Chong Yidong <cyd@stupidchicken.com>
6006 * text.texi (Yank Commands): Note that yank uses push-mark.
6007 (Filling): Clarify REGION argument of fill-paragraph.
6008 Document fill-forward-paragraph-function.
6009 (Special Properties): Remove "new in Emacs 22" declaration.
6010 (Clickable Text): Merge with Links and Mouse-1 node.
6012 * display.texi (Button Properties, Button Buffer Commands):
6013 Change xref to Clickable Text.
6015 * tips.texi (Key Binding Conventions): Change xref to Clickable
6018 * elisp.texi (Top): Update node listing.
6020 2009-04-05 Chong Yidong <cyd@stupidchicken.com>
6022 * markers.texi (The Mark): Copyedits. Improve description of
6023 handle-shift-selection.
6024 (The Region): Move use-region-p here from The Mark.
6026 * positions.texi (Screen Lines): Document (cols . lines) argument
6027 for vertical-motion.
6029 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
6031 * frames.texi (Frames): Clean up introduction. Document `ns'
6032 return value for framep.
6033 (Creating Frames): Note how the terminal is chosen.
6034 (Multiple Terminals, Multiple Displays): Merge into a single node.
6035 (Color Parameters): Fix typo.
6037 * variables.texi (Local Variables, Buffer-Local Variables)
6038 (Creating Buffer-Local): Change link to Multiple Terminals.
6040 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
6042 * keymaps.texi (Controlling Active Maps): Change link to Multiple
6045 * commands.texi (Command Loop Info, Keyboard Macros): Change link
6046 to Multiple Terminals.
6048 * elisp.texi (Top): Update node listing.
6049 * vol2.texi (Top): Update node listing.
6050 * vol1.texi (Top): Update node listing.
6052 * buffers.texi (Current Buffer): Note that the append-to-buffer
6053 example is no longer in synch with the latest code. Tie the two
6056 * files.texi (File Attributes): Move note about MS-DOS from
6057 Changing Files to File Attributes.
6058 (Create/Delete Dirs): Note that mkdir is an alias for this.
6060 2009-04-01 Markus Triska <triska@gmx.at>
6062 * processes.texi (Filter Functions): Suggest how to handle output
6065 2009-03-30 Chong Yidong <cyd@stupidchicken.com>
6067 * help.texi (Accessing Documentation): Update example to use
6068 help-setup-xref and with-help-window.
6069 (Help Functions): Remove print-help-return-message, which is
6070 semi-obsolete due to with-help-window. Document help-buffer and
6073 2009-03-29 Chong Yidong <cyd@stupidchicken.com>
6075 * help.texi (Accessing Documentation, Help Functions):
6076 Remove information about long-obsolete Emacs versions.
6078 * modes.texi (Mode Line Variables): The default values of the mode
6079 line variables are now more complicated.
6081 2009-03-28 Chong Yidong <cyd@stupidchicken.com>
6083 * modes.texi (Major Mode Conventions): Note that specialness is
6085 (Derived Modes): Note that define-derive-mode sets the mode-class
6088 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
6089 goto-map. Add search-map to the list.
6091 2009-03-27 Eli Zaretskii <eliz@gnu.org>
6093 * os.texi (System Environment): Update the list of system-type
6096 * markers.texi (The Mark) <handle-shift-selection>: Update for
6097 removal of the optional argument DEACTIVATE.
6099 2009-03-25 Chong Yidong <cyd@stupidchicken.com>
6101 * commands.texi (Focus Events): Most X window managers don't use
6102 focus-follows-mouse nowadays.
6104 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
6106 * commands.texi (Defining Commands): Clarify introduction.
6107 (Using Interactive): Not that interactive can be put in a symbol
6109 (Interactive Call): Note that a symbol with a non-nil
6110 interactive-form property satisfies commandp.
6112 2009-03-23 Juanma Barranquero <lekktu@gmail.com>
6114 * minibuf.texi (Intro to Minibuffers): Fix typos.
6116 2009-03-23 Chong Yidong <cyd@stupidchicken.com>
6118 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
6119 about minibuffers in old Emacs versions. Copyedits.
6120 Emphasize that enable-recursive-minibuffers defaults to nil.
6121 (Text from Minibuffer): Simplify introduction.
6123 2009-03-22 Alan Mackenzie <acm@muc.de>
6125 * commands.texi (Using Interactive): Clarify string argument to
6126 `interactive' - even promptless elements need \n separators.
6128 2009-03-18 Chong Yidong <cyd@stupidchicken.com>
6130 * minibuf.texi (Completion Styles): New node.
6132 * elisp.texi (Top): Update node listing.
6134 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
6136 * minibuf.texi (Basic Completion): Note that
6137 read-file-name-completion-ignore-case and
6138 read-buffer-completion-ignore-case can override
6139 completion-ignore-case.
6140 (Minibuffer Completion): Document completing-read changes.
6141 (Completion Commands): Avoid mentioning partial completion mode.
6142 Document minibuffer-completion-confirm changes, and
6143 minibuffer-confirm-exit-commands.
6144 (High-Level Completion): Document new require-match behavior for
6145 read-buffer. Document read-buffer-completion-ignore-case.
6146 (Reading File Names): Document new require-match behavior for
6149 2009-03-14 Chong Yidong <cyd@stupidchicken.com>
6151 * debugging.texi (Error Debugging): Don't mislead the reader into
6152 thinking that debug-on-error enters debugger for C-f at EOB.
6153 (Error Debugging): Setting debug-on-init within the init file
6154 works, and has for some time.
6156 2009-03-13 Kenichi Handa <handa@m17n.org>
6158 * display.texi (Fontsets): Update the description.
6160 2009-03-13 Chong Yidong <cyd@stupidchicken.com>
6162 * advice.texi (Advising Primitives): Link to What Is a Function.
6164 2009-03-12 Chong Yidong <cyd@stupidchicken.com>
6166 * compile.texi (Speed of Byte-Code): Update example.
6167 (Disassembly): Update examples.
6169 * loading.texi (Repeated Loading): Simplify examples.
6171 * customize.texi (Common Keywords): It's not necessary to use :tag
6172 to remove hyphens, as custom-unlispify-tag-name does it
6174 (Variable Definitions): Link to File Local Variables.
6175 Document customized-value symbol property.
6176 (Customization Types): Move menu to end of node.
6178 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
6180 * macros.texi (Compiling Macros): Omit misleading sentence, which
6181 implied that macros can only be used in the same file they are
6183 (Backquote): Remove obsolete information about Emacs 19.
6185 2009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
6187 * display.texi (Display Margins): Fix paren typo.
6189 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
6191 * elisp.texi (Top): Update node listing.
6193 * variables.texi (Variables): Clarify introduction.
6194 (Global Variables): Mention that setq is a special form.
6195 (Local Variables): Use active voice.
6196 (Tips for Defining): Mention marking variables as safe.
6197 (Buffer-Local Variables): Mention terminal-local and frame-local
6199 (File Local Variables): Copyedits.
6200 (Frame-Local Variables): Note that they are not really useful.
6201 (Future Local Variables): Node deleted.
6203 * objects.texi (General Escape Syntax): Update explanation of
6204 Unicode escape syntax.
6206 2009-02-23 Chong Yidong <cyd@stupidchicken.com>
6208 * control.texi (Control Structures): Add cindex entry for "textual
6211 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
6212 instead of "expression" throughout.
6213 (Function Indirection): Copyedits. Use active voice.
6214 (Eval): The default value of max-lisp-eval-depth is now 400.
6216 2009-02-23 Miles Bader <miles@gnu.org>
6218 * processes.texi (System Processes): Rename `system-process-attributes'
6219 to `process-attributes'.
6221 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
6223 * symbols.texi (Property Lists): Emphasize that property lists are
6224 not restricted to symbol cells.
6225 (Other Plists): Copyedit.
6227 * sequences.texi (Sequences Arrays Vectors): Make introduction
6229 (Arrays): Mention char-tables and bool-vectors too.
6230 (Vectors): Don't repeat information given in Arrays node. Link to
6231 nodes that explain the vector usage examples.
6232 (Char-Tables): Note that char-table elements can have arbitrary
6233 type. Explain effect of omitted char-table-extra-slots property.
6234 Link to Property Lists node.
6236 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
6238 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
6240 (List Elements): Copyedits.
6242 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
6245 * strings.texi (Creating Strings): Copyedits. Remove obsolete
6246 Emacs 20 usage of `concat'.
6247 (Case Conversion): Copyedits.
6249 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
6251 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
6253 (Frame Configuration Type): Emphasize that it is not primitive.
6254 (Font Type): New node.
6255 (Type Predicates): Add fontp; type-of now recognizes font object
6258 * intro.texi (Version Info): Update version numbers in examples.
6259 (Acknowledgements): List more contributors.
6261 * elisp.texi: Bump version number to 3.0.
6262 (Top): Link to Font Type node.
6264 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
6266 * modes.texi (Major Mode Conventions): Remove duplicate words.
6267 (Customizing Keywords): Fix typo.
6269 2009-02-14 Eli Zaretskii <eliz@gnu.org>
6271 * nonascii.texi (User-Chosen Coding Systems): Document that
6272 select-safe-coding-system suggests raw-text if there are raw bytes
6274 (Explicit Encoding): Warn not to use `undecided' when encoding.
6276 2009-02-11 Glenn Morris <rgm@gnu.org>
6278 * frames.texi (Visibility of Frames): Mention the effect multiple
6279 workspaces/desktops can have on visibility.
6281 2009-02-07 Eli Zaretskii <eliz@gnu.org>
6283 * text.texi (Commands for Insertion):
6284 * commands.texi (Event Mod):
6285 * keymaps.texi (Searching Keymaps):
6286 * nonascii.texi (Translation of Characters):
6287 Reinstate documentation of translation-table-for-input.
6288 (Explicit Encoding): Document the `charset' text property produced
6289 by decode-coding-region and decode-coding-string.
6291 2009-01-27 Alan Mackenzie <acm@muc.de>
6293 * modes.texi (Search-based Fontification): Correct a typo.
6295 2009-01-25 Juanma Barranquero <lekktu@gmail.com>
6297 * abbrevs.texi (Abbrev Table Properties): Fix typo.
6298 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
6300 2009-01-24 Eli Zaretskii <eliz@gnu.org>
6302 * display.texi (Window Systems): Document the value of
6303 `initial-window-system' under --daemon.
6305 * os.texi (System Environment): Remove description of the
6306 `environment' function which has been deleted.
6308 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
6310 * frames.texi (Multiple Displays): Remove documentation for
6311 removed function make-frame-on-tty.
6313 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
6315 * files.texi (Format Conversion Piecemeal): Clarify behavior of
6316 write-region-annotate-functions.
6317 Document write-region-post-annotation-function.
6319 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
6321 * display.texi (Font Lookup): Document WIDTH argument of
6324 2009-01-17 Eli Zaretskii <eliz@gnu.org>
6326 * maps.texi (Standard Keymaps): Rename function-key-map to
6327 local-function-key-map.
6329 * keymaps.texi (Translation Keymaps): Rename function-key-map to
6330 local-function-key-map.
6332 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
6333 and `set-keyboard-coding-system' now accept an optional terminal
6336 * commands.texi (Event Mod): `keyboard-translate-table' is now
6338 (Function Keys): Rename function-key-map to
6339 local-function-key-map.
6341 * elisp.texi (Top): Make @detailmenu be consistent with changes in
6344 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
6345 `delete-terminal-functions', `suspend-tty-functions' and
6346 `resume-tty-functions'.
6348 * frames.texi (Frames): Document `frame-terminal' and
6350 (Multiple Displays): Document `make-frame-on-tty'.
6351 (Multiple Terminals): Document `terminal-list', `delete-terminal',
6352 `terminal-name', and `get-device-terminal'.
6353 (Terminal Parameters): Document `terminal-parameters',
6354 `terminal-parameter', and `set-terminal-parameter'.
6356 * os.texi (System Environment): Document `environment' and
6357 `initial-environment'.
6358 (Suspending Emacs): Update for multi-tty; document
6359 `suspend-tty', `resume-tty', and `controlling-tty-p'.
6361 * nonascii.texi (Coding System Basics): More accurate description
6364 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
6366 * display.texi (Low-Level Font): Fix typo.
6368 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
6370 * elisp.texi (Top): Update node listing.
6372 * display.texi (PostScript Images): Node deleted.
6374 2009-01-10 Eli Zaretskii <eliz@gnu.org>
6376 * processes.texi (Decoding Output): Document that null bytes force
6377 no-conversion for reading process output.
6379 * files.texi (Reading from Files): Document that null bytes force
6380 no-conversion when visiting files.
6382 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
6384 * nonascii.texi (Lisp and Coding Systems):
6385 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
6386 (Character Properties): Improve wording.
6388 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
6390 * display.texi (Font Lookup): Remove obsolete function
6391 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
6392 (Low-Level Font): Rename from Fonts, move to end of Faces section.
6393 (Font Selection): Reorder order of variable descriptions.
6394 Minor clarifications.
6396 * elisp.texi (Top): Update node listing.
6398 2009-01-09 Glenn Morris <rgm@gnu.org>
6400 * commands.texi (Command Loop Info): Say that last-command-char and
6401 last-input-char are obsolete aliases.
6403 * edebug.texi (Edebug Recursive Edit): Remove separate references to
6404 last-input-char and last-command-char, since they are just aliases for
6405 last-input-event and last-command-event.
6407 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
6410 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
6412 * elisp.texi: Update node listing.
6414 * display.texi (Faces): Put Font Selection node after Auto Faces.
6415 (Face Attributes): Don't link to Font Lookup.
6416 Document font-family-list.
6419 2009-01-08 Jason Rumney <jasonr@gnu.org>
6421 * frames.texi (Pointer Shape): Clarify that only X supports
6422 changing the standard pointer shapes. (Bug#1485)
6424 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
6426 * display.texi (Attribute Functions): Note that a function value
6427 :height is relative, and that compatibility functions work by
6428 calling set-face-attribute.
6429 (Displaying Faces): Reorder list in order of increasing priority.
6430 (Face Remapping): New node. Content moved here from Displaying
6432 (Glyphs): Link to Face Functions.
6434 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
6436 * display.texi (Faces): Don't discuss face id here. facep does
6438 (Defining Faces): Minor clarification.
6439 (Face Attributes): Rearrange items to match docstring of
6440 set-face-attribute. Add :foundry attribute. Document new role of
6441 :font attribute. Texinfo usage fix.
6442 (Attribute Functions): Copyedits.
6443 (Face Functions): Note that face number is seldom used.
6445 2009-01-05 Richard M Stallman <rms@gnu.org>
6447 * strings.texi (Predicates for Strings): Minor clarification.
6449 * functions.texi (Function Safety): Texinfo usage fix.
6451 2009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny change)
6453 * objects.texi (General Escape Syntax): Fix typo.
6455 2009-01-03 Martin Rudalics <rudalics@gmx.at>
6457 * windows.texi (Choosing Window): Say that pop-up-frame-alist
6458 works via the default value of pop-up-frame-function.
6460 2009-01-02 Eli Zaretskii <eliz@gnu.org>
6462 * processes.texi (System Processes): Document the `time' and
6463 `ctime' attributes of `system-process-attributes'.
6465 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
6467 * display.texi (Face Attributes): Clarify :height attribute.
6469 2008-12-31 Martin Rudalics <rudalics@gmx.at>
6471 * buffers.texi (The Buffer List): Clarify what moves a buffer to
6472 the front of the buffer list. Add entries for `last-buffer' and
6475 2008-12-27 Eli Zaretskii <eliz@gnu.org>
6477 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
6478 and its subsections.
6480 * frames.texi (Multiple Terminals, Low-level Terminal)
6481 (Terminal Parameters, Frames on Other TTY devices): New sections.
6482 (Frames): Add an xref to "Multiple Terminals".
6484 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
6486 * objects.texi (Terminal Type): New node.
6487 (Editing Types): Add it to the menu.
6489 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
6492 * variables.texi (Directory Local Variables): New node.
6493 (Variables): Add a menu item for it.
6495 * loading.texi (Autoload): Document `generate-autoload-cookie' and
6496 `generated-autoload-file'.
6498 2008-12-20 Eli Zaretskii <eliz@gnu.org>
6500 * os.texi (Startup Summary): Add xref to documentation of
6501 `initial-window-system'.
6503 * display.texi (Window Systems): Document `window-system' the
6504 function. The variable `window-system' is now frame-local.
6505 Document `initial-window-system'.
6507 2008-12-19 Martin Rudalics <rudalics@gmx.at>
6509 * windows.texi (Windows): Rewrite description of
6510 fit-window-to-buffer.
6512 2008-12-13 Glenn Morris <rgm@gnu.org>
6514 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
6515 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
6517 2008-12-12 Glenn Morris <rgm@gnu.org>
6519 * debugging.texi (Error Debugging): Refer forwards to
6520 eval-expression-debug-on-error.
6522 2008-12-05 Eli Zaretskii <eliz@gnu.org>
6524 * strings.texi (String Basics): Only unibyte strings that
6525 represent key sequences hold 8-bit raw bytes.
6527 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
6528 paragraph to speak about `undecided'.
6529 (Character Properties): Don't explain the meaning of each
6530 property; instead, identify their Unicode Standard names.
6531 (Character Sets): Document `map-charset-chars'.
6533 2008-12-02 Glenn Morris <rgm@gnu.org>
6535 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
6538 2008-11-29 Eli Zaretskii <eliz@gnu.org>
6540 * nonascii.texi (Character Properties): New Section.
6541 (Specifying Coding Systems): Document
6542 `coding-system-priority-list', `set-coding-system-priority', and
6543 `with-coding-priority'.
6544 (Lisp and Coding Systems): Document `check-coding-systems-region'
6545 and `coding-system-charset-list'.
6546 (Coding System Basics): Document `coding-system-aliases'.
6548 * elisp.texi (Top): Add a @detailmenu entry for "Character
6551 * objects.texi (Character Type): Correct the range of Emacs
6552 characters. Add an @xref to "Character Codes".
6554 * strings.texi (String Basics): Add an @xref to "Character Codes".
6556 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
6558 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
6559 (Character Codes): Document `max-char'.
6561 2008-11-28 Eli Zaretskii <eliz@gnu.org>
6563 * nonascii.texi (Text Representations, Converting Representations)
6564 (Character Sets, Scanning Charsets, Translation of Characters):
6565 Make text more accurate.
6567 2008-11-28 Glenn Morris <rgm@gnu.org>
6569 * files.texi (Format Conversion Round-Trip): Improve previous change.
6571 2008-11-26 Chong Yidong <cyd@stupidchicken.com>
6573 * modes.texi (Auto Major Mode): Fix example.
6575 2008-11-25 Glenn Morris <rgm@gnu.org>
6577 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
6579 * files.texi (Format Conversion Round-Trip):
6580 Use active voice for previous change.
6582 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
6584 * os.texi (Processor Run Time):
6585 * processes.texi (Transaction Queues):
6586 * markers.texi (The Mark):
6587 * windows.texi (Choosing Window, Selecting Windows):
6588 * files.texi (Changing Files, Magic File Names):
6589 * commands.texi (Key Sequence Input):
6590 * functions.texi (Declaring Functions):
6591 * strings.texi (Predicates for Strings):
6592 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
6594 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
6596 * help.texi (Accessing Documentation): Update example.
6598 * variables.texi (Defining Variables): Note that `*' is not
6599 necessary if defcustom is used.
6601 2008-11-22 Eli Zaretskii <eliz@gnu.org>
6603 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
6604 Characters" from @detailmenu.
6606 * nonascii.texi (Character Codes, Character Sets)
6607 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
6608 (Chars and Bytes, Splitting Characters): Sections removed.
6610 2008-11-22 Lute Kamstra <lute@gnu.org>
6612 * positions.texi (Text Lines): Update goto-line documentation.
6614 2008-11-21 Martin Rudalics <rudalics@gmx.at>
6616 * frames.texi (Frames): Fix typo, add cross references, reword.
6617 (Initial Parameters): Reword special-display-frame-alist text.
6618 (Frames and Windows): Reword. Describe argument norecord for
6619 set-frame-selected-window.
6620 (Input Focus): Describe argument norecord for select-frame.
6621 Remove comment on MS-Windows behavior for focus-follows-mouse.
6622 (Raising and Lowering): Mention windows-frames dichotomy in
6625 * windows.texi (Displaying Buffers, Vertical Scrolling)
6626 (Horizontal Scrolling): Fix indenting and rewording issues
6627 introduced with 2008-11-07 change.
6629 2008-11-20 Glenn Morris <rgm@gnu.org>
6631 * files.texi (Format Conversion Round-Trip): Mention `preserve'
6632 element of `format-alist'.
6634 2008-11-19 Glenn Morris <rgm@gnu.org>
6636 * doclicense.texi: Update to FDL 1.3.
6637 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
6639 2008-11-18 Chong Yidong <cyd@stupidchicken.com>
6641 * windows.texi (Window Hooks): Remove *-end-trigger-functions
6642 vars, which are obsolete. Mention jit-lock-register.
6644 * modes.texi (Other Font Lock Variables):
6645 Document jit-lock-register and jit-lock-unregister.
6647 * frames.texi (Color Parameters): Document alpha parameter.
6649 2008-11-16 Martin Rudalics <rudalics@gmx.at>
6651 * windows.texi (Splitting Windows, Deleting Windows)
6652 (Selecting Windows, Cyclic Window Ordering)
6653 (Buffers and Windows, Displaying Buffers, Choosing Window)
6654 (Dedicated Windows, Window Point, Window Start and End)
6655 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
6656 (Size of Window, Resizing Windows, Window Configurations)
6657 (Window Parameters): Avoid @var at beginning of sentences and
6660 2008-11-11 Lute Kamstra <lute@gnu.org>
6662 * files.texi (File Name Components): Fix file-name-extension
6665 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
6667 * frames.texi (Basic Parameters): Remove display-environment-variable
6668 and term-environment-variable.
6670 2008-11-08 Eli Zaretskii <eliz@gnu.org>
6672 * windows.texi (Basic Windows, Splitting Windows)
6673 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
6674 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
6675 (Resizing Windows, Window Configurations, Window Parameters):
6676 Fix wording and markup.
6678 2008-11-07 Martin Rudalics <rudalics@gmx.at>
6680 * windows.texi (Windows): Update entries.
6681 (Basic Windows): Remove listing of attributes. Reword.
6682 (Splitting Windows, Deleting Windows): Reword.
6683 (Selecting Windows, Cyclic Window Ordering): Reword with special
6684 emphasis on order of recently selected windows and buffer list.
6685 (Buffers and Windows, Choosing Window): Reword with special
6686 emphasis on dedicated windows.
6687 (Displaying Buffers): Reword. For switch-to-buffer mention that
6688 it may fall back on pop-to-buffer. For other-window try to
6689 explain how it treats the cyclic ordering of windows.
6690 (Dedicated Windows): New node and section discussing dedicated
6691 windows and associated functions.
6692 (Window Point): Add entry for window-point-insertion-type. Reword.
6693 (Window Start and End): Rename node and section title. Reword.
6694 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
6696 (Size of Window): Reword, in particular text on window-width.
6697 (Resizing Windows): Reword. Add text on balancing windows.
6698 (Window Configurations): Reword. Mention window parameters.
6699 (Window Parameters): New node and section on window parameters.
6700 (Window Hooks): Reword. Mention that
6701 window-configuration-change-hook is run "buffer-locally".
6702 * elisp.texi (Top): Update Windows entries in @detailmenu
6705 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
6707 * searching.texi (Regexp Search): Fix typo.
6709 2008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
6711 * searching.texi (Regexp Search): Document GREEDY arg.
6712 (Simple Match Data): Fix return value.
6714 2008-11-01 Eli Zaretskii <eliz@gnu.org>
6716 * nonascii.texi (Text Representations): Rewrite to make consistent
6717 with Emacs 23 internal representation of characters.
6718 Document `unibyte-string'.
6720 2008-10-28 Chong Yidong <cyd@stupidchicken.com>
6722 * processes.texi (Process Information): Note that process-status
6723 does not accept buffer names.
6725 2008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
6727 * positions.texi (Skipping Characters): Correct return value of
6730 2008-10-25 Martin Rudalics <rudalics@gmx.at>
6732 * windows.texi (Deleting Windows): Update documentation of
6734 (Buffers and Windows): Update documentations of
6735 get-buffer-window and get-buffer-window-list.
6736 (Displaying Buffers): Update documentation of
6737 replace-buffer-in-windows.
6739 * buffers.texi (Current Buffer): Reword set-buffer and
6740 with-current-buffer documentations.
6741 (Creating Buffers): Reword documentation of get-buffer-create.
6743 2008-10-23 Martin Rudalics <rudalics@gmx.at>
6745 * buffers.texi (Current Buffer): Reword documentation of
6747 (Buffer Names): Reword documentation of buffer-name.
6748 (The Buffer List): For bury-buffer explain what happens with the
6750 (Creating Buffers): Say that get-buffer-create's arg is called
6753 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
6755 * advice.texi (Computed Advice): Explain what DEFINITION is.
6757 * nonascii.texi (Character Codes): Remove obsolete function
6758 char-valid-p, and document characterp instead.
6760 2008-10-22 Martin Rudalics <rudalics@gmx.at>
6762 * windows.texi (Displaying Buffers): Reword documentation of
6764 (Choosing Window): Rewrite documentation of display-buffer and
6767 * buffers.texi (Killing Buffers): Update documentation of
6770 2008-10-21 Eli Zaretskii <eliz@gnu.org>
6772 * processes.texi (Serial Ports): Fix wording and improve markup.
6774 * searching.texi (Regexp Search): Document `string-match-p' and
6776 (POSIX Regexps): Add an xref for "non-greedy".
6777 (Regexp Special): Add @cindex entry for "non-greedy".
6779 * display.texi (Attribute Functions): Document `face-all-attributes'.
6780 (Image Cache) <image-refresh>: Minor wording fixes.
6782 * frames.texi (Color Names): Add an xref to `read-color'.
6784 * minibuf.texi (High-Level Completion): Document `read-color'.
6786 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
6788 * positions.texi (Narrowing): Add an xref to "Swapping Text".
6790 * buffers.texi (Swapping Text): New section, documents
6793 2008-10-21 Martin Rudalics <rudalics@gmx.at>
6795 * windows.texi (Resizing Windows): Minor wording fix.
6797 2008-10-20 Eli Zaretskii <eliz@gnu.org>
6799 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
6800 and `combine-and-quote-strings'.
6802 * strings.texi (Creating Strings): Add xrefs for them.
6804 2008-10-19 Eli Zaretskii <eliz@gnu.org>
6806 * elisp.texi (Top): Make descriptive text for "Reading File Names"
6807 match the corresponding menu in minibuf.texi.
6809 * minibuf.texi (Reading File Names): Document `read-shell-command'
6810 and `minibuffer-local-shell-command-map'.
6812 2008-10-19 Martin Rudalics <rudalics@gmx.at>
6814 * windows.texi (Resizing Windows): Remove var{} around "window" in
6815 documentation of enlarge-window.
6816 Rewrite documentation of window-min-height and window-min-width.
6818 2008-10-19 Eli Zaretskii <eliz@gnu.org>
6820 * functions.texi (Calling Functions): Document `apply-partially'.
6822 * hooks.texi (Standard Hooks): Mention
6823 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
6825 * variables.texi (File Local Variables): Document
6826 `file-local-variables-alist', `before-hack-local-variables-hook'
6827 and `hack-local-variables-hook'.
6829 * processes.texi (Synchronous Processes): Document `process-lines'.
6831 * customize.texi (Variable Definitions):
6832 Document `custom-reevaluate-setting'.
6834 2008-10-18 Martin Rudalics <rudalics@gmx.at>
6836 * windows.texi (Choosing Window, Deleting Windows)
6837 (Displaying Buffers): Expand documentation of dedicated windows.
6839 2008-10-18 Eli Zaretskii <eliz@gnu.org>
6841 * files.texi (Changing Files): Document symbolic input of file
6842 modes to `set-file-modes'. Document `read-file-modes' and
6843 `file-modes-symbolic-to-number'.
6845 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
6848 * searching.texi (Search and Replace):
6849 Document `replace-search-function' and `replace-re-search-function'.
6850 Document `multi-query-replace-map'.
6852 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
6853 (Completion Commands, Reading File Names):
6854 Rename `minibuffer-local-must-match-filename-map' to
6855 `minibuffer-local-filename-must-match-map'.
6856 (Minibuffer Completion): The `require-match' argument to
6857 `completing-read' can now have the value `confirm-only'.
6859 * windows.texi (Displaying Buffers): Minor wording fix.
6860 (Choosing Window): `split-height-threshold' can now be nil.
6861 Document `split-width-threshold'. `pop-up-frames' can have the
6862 value `graphic-only'.
6864 2008-10-17 Eli Zaretskii <eliz@gnu.org>
6866 * os.texi (Startup Summary): Document `before-init-time' and
6867 `after-init-time'. Document `initial-window-system' and
6868 `window-system-initialization-alist'. Document reading the
6869 abbrevs file. Document the call to `server-start' under --daemon.
6870 Rearrange a bit to be consistent with the code flow.
6871 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
6872 (Time Parsing): Document `format-seconds'.
6874 2008-10-17 Martin Rudalics <rudalics@gmx.at>
6876 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
6879 2008-10-16 Eli Zaretskii <eliz@gnu.org>
6881 * markers.texi (The Mark): Document use-region-p.
6883 2008-10-15 Eli Zaretskii <eliz@gnu.org>
6885 * internals.texi (Writing Emacs Primitives): The interactive spec
6886 of a primitive can be a Lisp form.
6888 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
6889 values of transient-mark-mode. Document handle-shift-selection.
6891 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
6892 (Interactive Examples): Show an example of `^'.
6893 (Key Sequence Input): Document this-command-keys-shift-translated.
6894 (Defining Commands, Using Interactive): The interactive-form of a
6895 function can be added via its symbol's property.
6897 * positions.texi (List Motion): beginning-of-defun-function can
6898 now accept an argument.
6900 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
6901 now return a list of strings.
6903 * control.texi (Handling Errors): Document ignore-errors.
6905 * frames.texi (Creating Frames): Document frame-inherited-parameters.
6906 (Parameter Access): Document set-frame-parameter.
6908 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
6909 Hooks" for the effect of kill-all-local-variables on local hook
6912 * modes.texi (Major Mode Conventions, Mode Line Variables):
6913 `mode-name' need not be a string. xref to "Mode Line Data" for
6914 details, and to "Emulating Mode Line" for computing a string
6917 2008-10-14 Eli Zaretskii <eliz@gnu.org>
6919 * processes.texi (System Processes): New section.
6920 (Processes, Signals to Processes): Add xrefs to it.
6922 * objects.texi (Editing Types): A `process' is a subprocess of
6923 Emacs, not just any process running on the OS.
6925 * elisp.texi (Top): Adjust the @detailmenu for the above two
6928 * sequences.texi (Char-Tables): Remove documentation of
6929 set-char-table-default, which has no effect since Emacs 23.
6930 <char-table-range, set-char-table-range>: Don't mention generic
6931 characters and charsets. Add a cons cell as a possible argument.
6933 * nonascii.texi (Splitting Characters)
6934 (Translation of Characters): Don't mention generic characters.
6936 * display.texi (Fontsets): Don't mention generic characters.
6938 * sequences.texi (Char-Tables): `map-char-table' can now call its
6939 argument FUNCTION with a cons cell as KEY.
6941 2008-10-13 Eli Zaretskii <eliz@gnu.org>
6943 * objects.texi (Primitive Function Type): Move "@cindex special
6946 * eval.texi (Special Forms): ...to here.
6948 * functions.texi (What Is a Function): `functionp' returns nil for
6949 special forms. Add an xref.
6951 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
6954 * variables.texi (Frame-Local Variables): New section.
6955 (Buffer-Local Variables): Add an xref to it.
6956 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
6957 have both frame-local and buffer-local binding.
6959 * frames.texi (Frames): Mention multiple tty frames.
6960 (Frame Parameters, Parameter Access): Mention frame-local variable
6963 2008-09-20 Glenn Morris <rgm@gnu.org>
6965 * display.texi (Defining Faces): Recommend against face variables.
6967 2008-09-16 Juanma Barranquero <lekktu@gmail.com>
6969 * display.texi (Echo Area Customization): Fix typo.
6971 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
6973 * loading.texi (Where Defined): Add `defface' item.
6975 2008-09-06 Martin Rudalics <rudalics@gmx.at>
6977 * loading.texi (Where Defined): Fix description of symbol-file.
6979 2008-08-26 Jason Rumney <jasonr@gnu.org>
6981 * display.texi (TIFF Images): New section describing :index property.
6983 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
6985 * display.texi (Temporary Displays): Remove unnecessary comment
6986 about usage of temp-buffer-show-hook.
6988 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
6990 * symbols.texi (Other Plists): Fix incorrect example.
6991 Suggested by Florian Beck.
6993 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
6995 * os.texi: Fix previous change.
6997 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7001 * files.texi: Remove VMS support.
7003 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7007 * display.texi: Remove mentions of Mac Carbon.
7009 2008-07-01 Miles Bader <miles@gnu.org>
7011 * text.texi (Special Properties):
7012 * display.texi (Truncation): Add wrap-prefix and line-prefix.
7014 2008-06-28 Johan Bockgård <bojohan@gnu.org>
7016 * display.texi (Other Image Types): Fix copy/paste error; say
7019 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
7021 * os.texi: Remove references to obsolete systems.
7023 2008-06-20 Eli Zaretskii <eliz@gnu.org>
7025 * makefile.w32-in (distclean): Remove makefile.
7027 2008-06-17 Glenn Morris <rgm@gnu.org>
7029 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
7030 (elisp, dist): Remove rules and variables that are obsolete now
7031 the lisp manual is no longer distributed separately.
7033 2008-06-16 Glenn Morris <rgm@gnu.org>
7035 * configure, configure.in, mkinstalldirs: Remove unused files.
7037 * book-spine.texinfo: Set version to 23.0.60.
7038 * vol1.texi (EMACSVER):
7039 * vol2.texi (EMACSVER): Set to 23.0.60.
7041 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
7042 as per maintain.info.
7044 2008-06-15 Glenn Morris <rgm@gnu.org>
7046 * makefile.w32-in (manual): Use "23" rather than "21".
7048 * Makefile.in (emacsver): New, set by configure.
7049 (manual): Use emacsver.
7051 * intro.texi: Report bugs using M-x report-emacs-bug.
7053 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
7055 2008-06-13 Daniel Engeler <engeler@gmail.com>
7057 * elisp.texi, internals.texi, processes.texi: Add documentation
7058 about serial port access.
7060 2008-06-05 Miles Bader <miles@gnu.org>
7062 * display.texi (Displaying Faces): Update to reflect function
7063 renamings in face-remap.el.
7065 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
7067 * display.texi (Fontsets): Fix typos.
7069 2008-06-03 Miles Bader <miles@gnu.org>
7071 * display.texi (Displaying Faces): Add add-relative-face-remapping,
7072 remove-relative-face-remapping, set-base-face-remapping,
7073 and set-default-base-face-remapping.
7075 2008-06-01 Miles Bader <miles@gnu.org>
7077 * display.texi (Displaying Faces): Add face-remapping-alist.
7079 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7081 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
7084 2008-05-03 Eric S. Raymond <esr@golux>
7086 * keymaps.texi: Clarify that (current-local-map) and
7087 (current-global-map) return references, not copies.
7089 2008-05-02 Juri Linkov <juri@jurta.org>
7091 * minibuf.texi (Text from Minibuffer): Document a list of
7092 default values for `read-from-minibuffer'.
7094 2008-04-24 Juanma Barranquero <lekktu@gmail.com>
7096 * nonascii.texi (Translation of Characters): Fix previous change.
7098 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
7100 * display.texi (Overlay Properties): Clarify role of underlying
7101 textprop and overlay keymaps for display strings.
7103 * keymaps.texi (Active Keymaps): Ditto.
7105 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
7107 * minibuf.texi (Programmed Completion):
7108 Replace dynamic-completion-table with the new completion-table-dynamic.
7110 2008-04-07 Chong Yidong <cyd@stupidchicken.com>
7112 * intro.texi (Some Terms): Change "fonts in this manual" index
7113 entry to "typographic conventions".
7115 2008-04-05 Eli Zaretskii <eliz@gnu.org>
7117 * objects.texi (Text Props and Strings): Add indexing for read
7118 syntax of text properties.
7120 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
7122 * processes.texi (Decoding Output): Remove process-filter-multibyte
7125 2008-03-15 Martin Rudalics <rudalics@gmx.at>
7127 * display.texi (Finding Overlays): Say that empty overlays at
7128 the end of the buffer are reported too.
7130 2008-03-13 Glenn Morris <rgm@gnu.org>
7132 * elisp.texi (EMACSVER): Set to 23.0.60.
7134 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
7136 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
7138 2008-02-22 Glenn Morris <rgm@gnu.org>
7140 * frames.texi (Position Parameters): Clarify the description of
7141 `left' and `top', using information from "Geometry".
7142 (Geometry): Give a pointer to "Position Parameters", rather than
7143 repeating information.
7145 2008-02-11 Glenn Morris <rgm@gnu.org>
7147 * objects.texi (Equality Predicates): No longer talk about "two"
7150 2008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
7152 * objects.texi (Equality Predicates): Add defun for
7153 equal-including-properties.
7155 2008-02-10 Glenn Morris <rgm@gnu.org>
7157 * objects.texi (Equality Predicates):
7158 Mention equal-including-properties.
7160 2008-02-07 Richard Stallman <rms@gnu.org>
7162 * windows.texi (Window Start): Mention the feature of moving
7163 window-start to start of line.
7165 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
7167 * keymaps.texi (Tool Bar): Document rtl property.
7169 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
7171 * display.texi (Button Types):
7172 For define-button-type, clarify type of NAME.
7174 2008-01-19 Martin Rudalics <rudalics@gmx.at>
7176 * buffers.texi (Buffer Modification): Fix typo.
7178 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
7180 * os.texi (System Environment): Remove references to OSes that are
7181 not supported anymore.
7183 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
7185 * os.texi (System Environment): Remove mention for Masscomp.
7187 2008-01-04 Richard Stallman <rms@gnu.org>
7189 * display.texi (Faces): Don't talk about internal face vector as arg
7192 * customize.texi (Type Keywords): Fix previous change.
7194 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
7195 * elisp.texi (Top): Fix menu for commands.texi change.
7197 2007-12-30 Richard Stallman <rms@gnu.org>
7199 * commands.texi (Accessing Mouse): Rename from Accessing Events.
7200 (Accessing Scroll): New node broken out of Accessing Mouse.
7202 2007-12-28 Richard Stallman <rms@gnu.org>
7204 * frames.texi (Size Parameters): Fix typo.
7205 (Basic Parameters): For `title', refer to title bar.
7206 (Size and Position): Explain meaning of frame pixel width and height.
7208 2007-12-23 Richard Stallman <rms@gnu.org>
7210 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
7211 Improve some of the commented-out keywords' text too.
7213 2007-12-14 Martin Rudalics <rudalics@gmx.at>
7215 * nonascii.texi (Encoding and I/O): Reword to avoid saying
7216 "visit the current buffer".
7218 * os.texi (System Interface): Fix typo.
7220 2007-12-04 Richard Stallman <rms@gnu.org>
7222 * objects.texi (Symbol Type): Fix typo.
7224 2007-12-03 Richard Stallman <rms@gnu.org>
7226 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
7228 2007-12-01 Glenn Morris <rgm@gnu.org>
7230 * functions.texi (Declaring Functions): Improve previous change.
7232 2007-11-30 Glenn Morris <rgm@gnu.org>
7234 * functions.texi (Declaring Functions): Add optional fourth
7235 argument of declare-function, and setting third argument to `t'.
7237 2007-11-29 Richard Stallman <rms@gnu.org>
7239 * customize.texi (Composite Types): Document `group' type.
7241 2007-11-29 Glenn Morris <rgm@gnu.org>
7243 * functions.texi (Declaring Functions): Add findex.
7244 Mention `external' files.
7246 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
7248 * functions.texi (Declaring Functions): Fix directive.
7250 2007-11-25 Richard Stallman <rms@gnu.org>
7252 * help.texi (Help Functions): Clean up last change.
7254 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
7256 * loading.texi (Named Features): Minor cleanup.
7258 * macros.texi (Eval During Expansion): Minor cleanup.
7260 * variables.texi (Variable Aliases): Minor cleanup.
7262 2007-11-24 Richard Stallman <rms@gnu.org>
7264 * functions.texi (Declaring Functions): Clarify previous change.
7266 * compile.texi (Compiler Errors): Clarify previous change.
7268 2007-11-24 Richard Stallman <rms@gnu.org>
7270 * display.texi (Refresh Screen, Forcing Redisplay):
7271 Clarify the text and move items around.
7273 2007-11-24 Glenn Morris <rgm@gnu.org>
7275 * functions.texi (Declaring Functions): New section.
7276 * compile.texi (Compiler Errors): Mention declaring functions,
7277 defvar with no initvalue, and byte-compile-warnings.
7279 2007-11-15 Martin Rudalics <rudalics@gmx.at>
7281 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
7282 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
7284 2007-11-13 Martin Rudalics <rudalics@gmx.at>
7286 * help.texi (Help Functions): Document new macro `with-help-window'.
7288 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
7290 * searching.texi (Replacing Match): Describe new
7291 `match-substitute-replacement'.
7293 2007-10-31 Richard Stallman <rms@gnu.org>
7295 * strings.texi (Creating Strings): Null strings from concat not unique.
7297 2007-10-26 Richard Stallman <rms@gnu.org>
7299 * objects.texi (Equality Predicates): Null strings are uniquified.
7301 * minibuf.texi: Minor clarifications in previous change.
7303 2007-10-25 Glenn Morris <rgm@gnu.org>
7305 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
7307 2007-10-24 Richard Stallman <rms@gnu.org>
7309 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
7311 * variables.texi (Frame-Local Variables): Node deleted.
7312 (Variables): Delete Frame-Local Variables from menu.
7313 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
7314 (Default Value): Don't mention frame-local vars.
7316 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
7318 * loading.texi (Unloading): Document FEATURE-unload-function
7319 instead of FEATURE-unload-hook.
7321 * frames.texi (Multiple Displays): Don't mention frame-local vars.
7323 2007-10-22 Juri Linkov <juri@jurta.org>
7325 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
7326 (High-Level Completion): Document a list of default value strings
7327 in the DEFAULT argument, for which minibuffer functions return the
7330 2007-10-17 Juri Linkov <juri@jurta.org>
7332 * text.texi (Filling): Update arguments of fill-paragraph.
7333 fill-paragraph operates on the active region in Transient Mark mode.
7334 Remove fill-paragraph-or-region.
7336 2007-10-13 Karl Berry <karl@gnu.org>
7338 * elisp.texi (@dircategory): Move to after @copying,
7339 since we want @copying as close as possible to the beginning of
7342 2007-10-12 Richard Stallman <rms@gnu.org>
7344 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
7346 * commands.texi (Distinguish Interactive): New node,
7347 broken out from Interactive Call and rewritten.
7348 (Command Loop): Put Distinguish Interactive in menu.
7350 2007-10-09 Richard Stallman <rms@gnu.org>
7352 * text.texi (Examining Properties): Mention overlay priority.
7354 * display.texi (Display Margins): Correct the description
7355 of margin display specifications.
7356 (Replacing Specs): New subnode broken out of Display Property.
7358 2007-10-06 Juri Linkov <juri@jurta.org>
7360 * text.texi (Filling): Document fill-paragraph-or-region.
7362 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
7364 * display.texi (Auto Faces): Fix typo.
7366 2007-10-02 Richard Stallman <rms@gnu.org>
7368 * display.texi (Display Property): Explain some display specs
7369 don't let you move point in.
7371 * frames.texi (Cursor Parameters):
7372 Describe cursor-in-non-selected-windows here. Explain more values.
7374 * windows.texi (Basic Windows): Don't describe
7375 cursor-in-non-selected-windows here.
7377 2007-10-01 Eli Zaretskii <eliz@gnu.org>
7379 * processes.texi (Misc Network): Note that these functions are
7380 supported only on some systems.
7382 2007-10-01 Richard Stallman <rms@gnu.org>
7384 * display.texi (Overlay Properties): Explain nil as priority.
7385 Explain that conflicts are unpredictable if not resolved by
7388 2007-09-23 Richard Stallman <rms@gnu.org>
7390 * macros.texi (Backquote): Minor clarification.
7392 2007-09-19 Richard Stallman <rms@gnu.org>
7394 * display.texi (Display Property): Explain multiple display specs.
7395 Clarify when they work in parallel and when one overrides.
7396 Fix error in example.
7398 2007-09-06 Glenn Morris <rgm@gnu.org>
7400 Move from lispref/ to doc/lispref/. Change all setfilename
7401 commands to use ../../info.
7402 * Makefile.in (infodir): Go up one more level.
7403 (usermanualdir): Change from ../man to ../emacs.
7404 (miscmanualdir): New.
7405 (dist): Use new variable miscmanualdir.
7406 * makefile.w32-in (infodir, texinputdir): Go up one more level.
7407 (usermanualdir): Change from ../man to ../emacs.
7409 2007-08-30 Martin Rudalics <rudalics@gmx.at>
7411 * commands.texi (Command Loop Info): Advise against changing
7412 most variables described here. Explain new variable
7413 last-repeatable-command.
7415 2007-08-29 Glenn Morris <rgm@gnu.org>
7417 * elisp.texi (EMACSVER): Increase to 23.0.50.
7419 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
7421 * frames.texi (Basic Parameters): Add display-environment-variable
7422 and term-environment-variable.
7424 2007-08-28 Juri Linkov <juri@jurta.org>
7426 * display.texi (Image Formats, Other Image Types): Add SVG.
7428 2007-08-28 Juri Linkov <juri@jurta.org>
7430 * display.texi (Images): Move formats-related text to new node
7432 (Image Formats): New node.
7434 2007-08-27 Richard Stallman <rms@gnu.org>
7436 * windows.texi (Window Configurations): Clarify what
7437 a window configuration saves.
7439 2007-08-25 Richard Stallman <rms@gnu.org>
7441 * display.texi (Images): Delete redundant @findex.
7443 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
7445 * text.texi (Change Hooks): (after|before)-change-functions are no
7446 longer bound to nil while running; rather inhibit-modification-hooks
7449 2007-08-16 Richard Stallman <rms@gnu.org>
7451 * processes.texi (Asynchronous Processes):
7452 Clarify doc of start-file-process.
7454 2007-08-08 Martin Rudalics <rudalics@gmx.at>
7456 * modes.texi (Example Major Modes): Fix typo.
7458 2007-08-08 Glenn Morris <rgm@gnu.org>
7460 * intro.texi (nil and t): Do not use `iff' in documentation.
7462 * tips.texi (Documentation Tips): Recommend against `iff'.
7464 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
7466 * display.texi (Image Cache): Document image-refresh.
7468 2007-08-06 Martin Rudalics <rudalics@gmx.at>
7470 * windows.texi (Size of Window): Document window-full-width-p.
7472 2007-07-25 Glenn Morris <rgm@gnu.org>
7474 * gpl.texi (GPL): Replace license with GPLv3.
7476 * Relicense all FSF files to GPLv3 or later.
7478 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
7480 * processes.texi (Synchronous Processes):
7481 Add `process-file-shell-command'.
7482 (Asynchronous Processes): Mention restricted use of
7483 `process-filter' and `process-sentinel' in
7484 `start-file-process'. Add `start-file-process-shell-command'.
7486 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
7488 * files.texi (Magic File Names): Introduce optional parameter
7489 IDENTIFICATION for `file-remote-p'.
7491 2007-07-16 Richard Stallman <rms@gnu.org>
7493 * display.texi (Defining Faces): Fix previous change.
7495 2007-07-14 Richard Stallman <rms@gnu.org>
7497 * control.texi (Handling Errors): Document `debug' in handler list.
7499 2007-07-10 Richard Stallman <rms@gnu.org>
7501 * display.texi (Defining Faces): Explain C-M-x feature for defface.
7503 2007-07-09 Richard Stallman <rms@gnu.org>
7505 * files.texi (Magic File Names): Rewrite previous change.
7507 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
7509 * files.texi (Magic File Names): Introduce optional parameter
7510 CONNECTED for `file-remote-p'.
7512 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
7514 * processes.texi (Asynchronous Processes):
7515 * files.texi (Magic File Names): Add `start-file-process'.
7517 2007-06-27 Richard Stallman <rms@gnu.org>
7519 * files.texi (Format Conversion Piecemeal):
7520 Clarify `after-insert-file-functions' calling convention.
7522 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
7524 * files.texi (Magic File Names): Remove `dired-call-process'.
7527 2007-06-27 Kenichi Handa <handa@m17n.org>
7529 * text.texi (Special Properties): Fix description about
7530 `composition' property.
7532 2007-06-26 Kenichi Handa <handa@m17n.org>
7534 * nonascii.texi (Default Coding Systems): Document about the
7535 return value `undecided'.
7537 2007-06-25 David Kastrup <dak@gnu.org>
7539 * keymaps.texi (Active Keymaps): Document new POSITION argument of
7540 `current-active-maps'.
7542 2007-06-24 Karl Berry <karl@gnu.org>
7544 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
7546 2007-06-15 Juanma Barranquero <lekktu@gmail.com>
7548 * display.texi (Overlay Arrow): Doc fix.
7550 2007-06-14 Karl Berry <karl@tug.org>
7552 * anti.texi (Antinews): Typo.
7554 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
7556 * display.texi (Image Cache): Document image-refresh.
7558 2007-06-12 Karl Berry <karl@gnu.org>
7560 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
7561 * two-volume.make: New file.
7562 * .cvsignore: Ignore two-volume files.
7564 2007-06-12 Tom Tromey <tromey@redhat.com>
7566 * os.texi (Init File): Document user-emacs-directory.
7568 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
7570 * commands.texi (Click Events): Describe width and height when
7573 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
7575 * commands.texi (Click Events): Layout more logically.
7576 Describe width and height.
7577 (Drag Events, Motion Events): Update to new format for position.
7579 2007-06-02 Richard Stallman <rms@gnu.org>
7581 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
7583 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
7585 * Version 22.1 released.
7587 2007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7589 * text.texi (Special Properties): Correct meaning of fontified face.
7591 2007-05-30 Richard Stallman <rms@gnu.org>
7593 * text.texi (Special Properties): Add link to Adjusting Point.
7595 2007-05-12 Richard Stallman <rms@gnu.org>
7597 * text.texi (Margins): indent-to-left-margin is not the default.
7598 (Mode-Specific Indent): For indent-line-function, the default
7601 * modes.texi (Example Major Modes): Explain last line of text-mode
7604 2007-05-10 Richard Stallman <rms@gnu.org>
7606 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
7608 * help.texi (Keys in Documentation): Add reference to
7611 * files.texi (Format Conversion): TO-FN gets three arguments.
7613 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
7615 2007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
7617 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
7618 * files.texi (Format Conversion): Expand intro; add menu.
7619 (Format Conversion Overview, Format Conversion Round-Trip)
7620 (Format Conversion Piecemeal): New nodes/subsections.
7621 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
7622 * text.texi (Text Properties): Remove "Saving Properties" from menu.
7623 (Saving Properties): Delete node/subsection.
7625 2007-05-07 Karl Berry <karl@gnu.org>
7627 * elisp.texi (EMACSVER): Back to 22.
7629 2007-05-06 Richard Stallman <rms@gnu.org>
7631 * processes.texi (Accepting Output): Revert most of previous change.
7633 2007-05-05 Richard Stallman <rms@gnu.org>
7635 * processes.texi (Accepting Output): accept-process-output
7636 uses microseconds, not milliseconds. But that arg is obsolete.
7638 2007-05-04 Karl Berry <karl@tug.org>
7640 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
7642 2007-05-04 Eli Zaretskii <eliz@gnu.org>
7644 * tips.texi (Documentation Tips): Rearrange items to place the
7645 more important ones first. Add an index entry for hyperlinks.
7647 2007-05-03 Karl Berry <karl@gnu.org>
7649 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
7650 (EMACSVER) [smallbook]: 22 for printed version.
7652 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
7653 so restore anchor to normal position after defun. Found by Kevin Ryde.
7655 2007-04-26 Glenn Morris <rgm@gnu.org>
7657 * elisp.texi (EMACSVER): Increase to 22.1.50.
7659 2007-04-28 Karl Berry <karl@gnu.org>
7661 * elisp.texi: Improve line breaks on copyright page,
7662 similar layout to emacs manual, 8.5x11 by default.
7664 2007-04-24 Richard Stallman <rms@gnu.org>
7666 * text.texi (Special Properties): Add xref to Overlay Properties.
7668 * display.texi (Overlay Properties): Add xref to Special Properties.
7670 2007-04-22 Richard Stallman <rms@gnu.org>
7672 * keymaps.texi (Extended Menu Items): Move the info about
7673 format with cached keyboard binding.
7675 2007-04-21 Richard Stallman <rms@gnu.org>
7677 * text.texi (Special Properties): Clarify previous change.
7679 * files.texi (File Name Expansion): Clarify previous change.
7681 * display.texi (Attribute Functions): Fix example for
7682 face-attribute-relative-p.
7684 2007-04-19 Kenichi Handa <handa@m17n.org>
7686 * text.texi (Special Properties): Document composition property.
7688 2007-04-19 Glenn Morris <rgm@gnu.org>
7690 * files.texi (File Name Expansion): Mention "superroot".
7692 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
7694 * frames.texi (Multiple Displays): Add note about "multi-monitor"
7696 (Display Feature Testing): Note that display refers to all
7697 physical monitors for multi-monitor setups.
7699 2007-04-14 Richard Stallman <rms@gnu.org>
7701 * lists.texi (Sets And Lists): Clarify `delete' examples.
7702 Remove spurious xref to same node.
7703 Clarify xref for add-to-list.
7705 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
7707 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
7708 value of lisp-mode-map.
7710 2007-04-11 Karl Berry <karl@gnu.org>
7712 * anti.texi (Antinews):
7713 * display.texi (Overlay Properties, Defining Images):
7714 * processes.texi (Synchronous Processes, Sentinels):
7715 * syntax.texi (Syntax Table Internals):
7716 * searching.texi (Regexp Special):
7717 * nonascii.texi (Default Coding Systems):
7718 * text.texi (Special Properties):
7719 * minibuf.texi (Basic Completion): Wording to improve breaks in
7721 * elisp.texi (smallbook): New @set to more easily switch between
7722 smallbook and 8.5x11.
7724 2007-04-11 Richard Stallman <rms@gnu.org>
7726 * text.texi (Lazy Properties): Minor fix.
7728 2007-04-08 Karl Berry <karl@gnu.org>
7730 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
7731 * macros.texi (Backquote): Downcase Backquote in index entries for
7734 2007-04-08 Richard Stallman <rms@gnu.org>
7736 * text.texi (Adaptive Fill): Just describe default,
7737 don't show it (since it contains non-ASCII chars).
7739 2007-04-07 Karl Berry <karl@gnu.org>
7741 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
7742 adaptive-fill-regexp's value, since they are not in the standard
7745 2007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
7747 * display.texi (Defining Faces): Fix example.
7749 2007-04-07 Karl Berry <karl@gnu.org>
7751 * display.texi (Button Buffer Commands): Improve page break.
7753 2007-04-07 Richard Stallman <rms@gnu.org>
7755 * advice.texi (Activation of Advice): Remove redundant index entry.
7757 * backups.texi: Improve index entries. Remove redundant ones.
7759 * compile.texi (Byte Compilation): Improve index entry.
7761 * hash.texi (Creating Hash): Improve index entry.
7763 * symbols.texi (Definitions): Improve index entry.
7765 * edebug.texi: Improve index entries. Remove redundant/useless ones.
7767 * maps.texi (Standard Keymaps): Remove useless index entry.
7769 * help.texi (Documentation Basics): Remove redundant index entries.
7771 * customize.texi: Improve index entries.
7772 Remove redundant/useless ones.
7774 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
7776 * streams.texi (Output Variables): Improve index entry.
7778 * abbrevs.texi (Abbrevs): Remove useless index entry.
7780 * macros.texi (Expansion): Remove useless index entry.
7782 * text.texi: Improve index entries. Remove redundant/useless ones.
7783 (Text Properties, Examining Properties)
7784 (Special Properties): Use "property category" instead of "category"
7785 to refer to the `category' property.
7787 * positions.texi: Improve index entries. Remove useless one.
7789 * lists.texi: Improve index entries. Remove redundant/useless ones.
7791 * os.texi: Improve index entries.
7792 (Timers): Fix previous change.
7794 * buffers.texi: Improve index entries.
7795 (Modification Time): Get rid of term "obsolete buffer".
7797 * debugging.texi: Improve index entries.
7798 (Test Coverage): Add xref to other test coverage ftr.
7800 * eval.texi: Improve index entry. Remove redundant ones.
7802 * numbers.texi: Improve index entries. Remove redundant/useless ones.
7804 * files.texi: Improve index entries. Remove redundant/useless ones.
7806 * objects.texi: Improve index entries.
7808 * processes.texi: Improve index entries.
7810 * modes.texi: Improve index entry. Remove redundant one.
7812 * nonascii.texi: Improve index entries.
7814 * internals.texi: Improve index entries.
7816 * syntax.texi: Improve index entries.
7818 * keymaps.texi (Active Keymaps): Improve index entries.
7820 * commands.texi: Improve index entries. Remove redundant/useless ones.
7822 * frames.texi: Improve index entries. Remove redundant/useless ones.
7824 * markers.texi: Improve index entries. Remove redundant ones.
7826 * tips.texi: Improve index entries.
7828 * loading.texi (Unloading): Improve index entry.
7830 * variables.texi: Improve index entries. Remove redundant one.
7832 * sequences.texi: Improve index entry.
7834 * display.texi: Improve index entries. Remove redundant ones.
7836 * windows.texi: Improve index entries.
7838 * searching.texi: Improve index entries. Remove redundant one.
7840 * strings.texi (Case Tables): Improve last change.
7842 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
7844 * strings.texi (Case Tables): Document with-case-table and
7847 2007-04-03 Karl Berry <karl@gnu.org>
7849 * processes.texi (Network): Reword to improve page break.
7851 2007-04-03 Eli Zaretskii <eliz@gnu.org>
7853 * functions.texi (Inline Functions): Describe more disadvantages
7854 of defsubst, and make advice against it stronger.
7856 2007-04-02 Karl Berry <karl@gnu.org>
7858 * backups.texi (Backup Names): Avoid widow words.
7859 * modes.texi (Example Major Modes): Align last comment.
7861 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
7863 * keymaps.texi (Remapping Commands): Document new arg to
7866 2007-04-01 Karl Berry <karl@gnu.org>
7868 * processes.texi (Low-Level Network): Typo.
7869 * loading.texi (Hooks for Loading): Avoid double "the".
7870 * keymaps.texi (Key Sequences): No double "and".
7871 (Changing Key Bindings): Shorten to improve line break.
7873 2007-03-31 Glenn Morris <rgm@gnu.org>
7875 * os.texi (Timers): Fix description of run-at-time TIME formats.
7877 2007-03-31 Richard Stallman <rms@gnu.org>
7879 * display.texi (Invisible Text): Correct buffer-invisibility-spec
7882 2007-03-31 Eli Zaretskii <eliz@gnu.org>
7884 * intro.texi (nil and t):
7885 * symbols.texi (Plists and Alists):
7886 * variables.texi (Variable Aliases, Constant Variables):
7887 * functions.texi (Defining Functions):
7888 * advice.texi (Advising Primitives):
7889 * debugging.texi (Syntax Errors, Compilation Errors):
7890 * minibuf.texi (Minibuffer Windows):
7891 * commands.texi (Adjusting Point):
7892 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
7893 (Auto Major Mode, Major Mode Conventions):
7894 * help.texi (Describing Characters):
7895 * files.texi (Create/Delete Dirs, Information about Files)
7896 (File Locks, Writing to Files, Reading from Files)
7898 * windows.texi (Resizing Windows, Cyclic Window Ordering):
7899 * frames.texi (Finding All Frames):
7900 * positions.texi (Buffer End, Motion):
7901 * markers.texi (The Region):
7902 * text.texi (Deletion, Near Point):
7903 * display.texi (Displaying Messages, Truncation):
7904 * os.texi (Processor Run Time):
7905 * tips.texi (Key Binding Conventions, Programming Tips)
7906 (Warning Tips, Documentation Tips, Comment Tips):
7907 * internals.texi (Memory Usage): Improve indexing.
7909 * variables.texi (Frame-Local Variables):
7910 * functions.texi (Argument List):
7911 * loading.texi (Library Search):
7912 * streams.texi (Output Variables):
7913 * keymaps.texi (Translation Keymaps, Searching Keymaps):
7914 * searching.texi (Replacing Match, Search and Replace):
7915 * processes.texi (Byte Packing, Decoding Output)
7916 (Accepting Output, Network Servers, Shell Arguments):
7917 * display.texi (Abstract Display, Image Cache, Scroll Bars):
7918 * windows.texi (Window Point, Window Start):
7919 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
7920 * commands.texi (Reading Input, Keyboard Events):
7921 * minibuf.texi (Reading File Names, Minibuffer Completion)
7923 * positions.texi (List Motion):
7924 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
7925 * numbers.texi (Arithmetic Operations, Math Functions)
7926 (Predicates on Numbers, Comparison of Numbers, Numeric Conversions):
7927 * locals.texi (Standard Buffer-Local Variables):
7928 * maps.texi (Standard Keymaps):
7929 * os.texi (User Identification, System Environment, Recording Input)
7931 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
7932 * backups.texi (Backups and Auto-Saving):
7933 * customize.texi (Customization, Group Definitions)
7934 (Variable Definitions):
7935 * compile.texi (Byte Compilation): Improve index entries.
7937 2007-03-31 Karl Berry <karl@gnu.org>
7939 * macros.texi (Defining Macros): Avoid widow syllable.
7941 2007-03-31 Eli Zaretskii <eliz@gnu.org>
7943 * elisp.texi (Top): Postscript -> PostScript.
7945 * display.texi (Images, Postscript Images): Postscript -> PostScript.
7947 2007-03-31 Markus Triska <markus.triska@gmx.at>
7949 * internals.texi (Writing Emacs Primitives): Untabify `For'.
7951 2007-03-30 Karl Berry <karl@gnu.org>
7953 * lists.texi (List-related Predicates): Remove spurious @need.
7954 (Setcdr): Use @smallexample to improve page break.
7955 (Association Lists) <assoc>: Reword to improve page break.
7957 * strings.texi (String Conversion): Insert blank line to improve
7960 * numbers.texi (Random Numbers): Use @minus{}.
7961 (Math Functions): Use @minus{}.
7963 * intro.texi (Acknowledgements): Avoid line breaks before middle
7966 2007-03-24 Eli Zaretskii <eliz@gnu.org>
7968 * errors.texi (Standard Errors): Add an index entry.
7970 2007-03-19 Richard Stallman <rms@gnu.org>
7972 * os.texi (Recording Input): recent-keys now gives 300 keys.
7974 2007-03-12 Glenn Morris <rgm@gnu.org>
7976 * os.texi: Replace "daylight savings" with "daylight saving"
7979 2007-03-05 Richard Stallman <rms@gnu.org>
7981 * variables.texi (File Local Variables):
7982 Update enable-local-variables values.
7984 2007-03-04 Richard Stallman <rms@gnu.org>
7986 * syntax.texi (Control Parsing): Minor clarification.
7988 * strings.texi (Formatting Strings): Clarify width, precision, flags.
7990 * sequences.texi (Sequence Functions): Move string-bytes away,
7993 * nonascii.texi (Text Representations): Move string-bytes here.
7995 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
7997 * minibuf.texi (Basic Completion): Minor clarification.
7999 * markers.texi (The Mark): Clarify existence vs activation of mark.
8002 * display.texi (Finding Overlays): Write better example.
8004 * compile.texi (Eval During Compile): Clarify putting macros
8005 in eval-when-compile.
8007 2007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
8009 * loading.texi (How Programs Do Loading): Fix anchor position at
8010 load-read-function definition doc.
8012 2007-02-21 Kim F. Storm <storm@cua.dk>
8014 * strings.texi (Text Comparison): Mention that assoc-string
8015 converts symbols to strings before testing.
8017 2007-02-17 Kim F. Storm <storm@cua.dk>
8019 * processes.texi (Bindat Spec): Vector types can have optional
8021 (Bindat Examples): Fix example. Add vector with element type.
8023 2007-02-16 Andreas Schwab <schwab@suse.de>
8025 * strings.texi (Formatting Strings): Document '+' flag.
8027 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
8029 * strings.texi (Modifying Strings): Clarify that `clear-string'
8030 always converts the string to unibyte.
8032 2007-02-14 Kim F. Storm <storm@cua.dk>
8034 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
8035 Rewrite glyph code description to refer to these functions.
8036 Remove details of encoding face number and char into integer code.
8038 2007-02-03 Alan Mackenzie <acm@muc.de>
8040 * loading.texi (Hooks for Loading): Make the description of
8041 `eval-after-load' more detailed, and amend the description of
8042 after-load-alist, in accordance with changes from 2006-05.
8044 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
8046 * modes.texi (Defining Minor Modes): Document that a :require
8047 keyword or similar may be required to make saved customization
8050 2007-02-03 Eli Zaretskii <eliz@gnu.org>
8052 * elisp.texi (Top): Make the detailed menu headers compliant with
8053 Texinfo guidelines and with what texnfo-upd.el expects.
8054 Add comments to prevent people from inadvertently modifying the key
8055 parts needed by `texinfo-multiple-files-update'.
8057 2007-02-02 Eli Zaretskii <eliz@gnu.org>
8059 * elisp.texi (Top): Update the top-level menus.
8061 * syntax.texi (Categories): Add index entries.
8063 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
8065 * display.texi (Attribute Functions): Fix name and description of
8066 the UNDERLINE arg of `set-face-underline-p'.
8068 2007-01-29 Eli Zaretskii <eliz@gnu.org>
8070 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
8071 Variables", and "Standard Keymaps" to the detailed menu.
8073 * variables.texi (Future Local Variables): Add index entry.
8075 2007-01-28 Richard Stallman <rms@gnu.org>
8077 * tips.texi (Coding Conventions): Clarify the tip about macros
8078 that define a function or a variable.
8080 * files.texi (File Attributes): UID and GID can be floats.
8081 (Magic File Names): Explain why deferring all operations to
8082 the standard handler does not work.
8084 2007-01-23 Martin Rudalics <rudalics@gmx.at>
8086 * backups.texi (Reverting): Use "buffer" instead of "file"
8087 when talking about major and minor modes.
8089 2007-01-21 Richard Stallman <rms@gnu.org>
8091 * help.texi (Documentation): Add xref to Documentation Tips.
8093 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
8095 * tips.texi (Coding Conventions): Fix typos.
8097 2007-01-05 Richard Stallman <rms@gnu.org>
8099 * modes.texi (Defining Minor Modes): Fix previous change.
8101 2007-01-03 Richard Stallman <rms@gnu.org>
8103 * customize.texi (Variable Definitions, Customization Types):
8104 Don't use * in doc string for defcustom.
8106 2007-01-02 Richard Stallman <rms@gnu.org>
8108 * variables.texi (Variable Aliases): Clarify that aliases vars
8109 always have the same value.
8111 * processes.texi (Bindat Spec): Fix Texinfo usage.
8113 * modes.texi (Defining Minor Modes): Explain effect of command
8114 defined with define-global-minor-mode on new buffers.
8116 2006-12-30 Kim F. Storm <storm@cua.dk>
8118 * keymaps.texi (Tool Bar): Describe `grow-only' value of
8119 `auto-resize-tool-bars'.
8121 2006-12-30 Richard Stallman <rms@gnu.org>
8123 * keymaps.texi (Active Keymaps): Fix previous change.
8125 2006-12-30 Nick Roberts <nickrob@snap.net.nz>
8127 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
8129 2006-12-30 Kim F. Storm <storm@cua.dk>
8131 * processes.texi (Bindat Spec): Clarify using field names in
8132 length specifications.
8134 2006-12-29 Kim F. Storm <storm@cua.dk>
8136 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
8137 Add count and index variables for eval forms in repeat blocks.
8139 2006-12-24 Richard Stallman <rms@gnu.org>
8141 * customize.texi (Variable Definitions):
8142 Document new name custom-add-frequent-value.
8144 2006-12-19 Kim F. Storm <storm@cua.dk>
8146 * commands.texi (Misc Events): User signals now result in sigusr1
8147 and sigusr2 events which are handled through special-event-map.
8148 (Special Events): User signals and drag-n-drop are special.
8150 2006-12-17 Richard Stallman <rms@gnu.org>
8152 * loading.texi (Named Features): Explain subfeatures better.
8154 * customize.texi: Use "option" only for user options.
8155 For the keyword values inside defcustom etc, say "keywords".
8156 For :options value's elements, say "elements".
8157 :group should not be omitted.
8159 * syntax.texi (Parsing Expressions): Split up node.
8160 (Motion via Parsing, Position Parse, Parser State)
8161 (Low-Level Parsing, Control Parsing): New subnodes.
8162 (Parser State): Document syntax-ppss-toplevel-pos.
8164 * positions.texi (List Motion): Punctuation fix.
8166 * files.texi (File Name Completion): Document PREDICATE arg
8167 to file-name-completion.
8169 2006-12-16 Eli Zaretskii <eliz@gnu.org>
8171 * internals.texi (Building Emacs, Writing Emacs Primitives):
8174 2006-12-11 Richard Stallman <rms@gnu.org>
8176 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
8177 affects face menu. Explain how to make it non-nil without enabling
8180 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
8182 * modes.texi (Font Lock Basics): Document nil value of
8185 2006-12-10 Glenn Morris <rgm@gnu.org>
8187 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
8188 value for system-flag argument. Abbrev tables may not be empty
8189 when major modes are loaded.
8191 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
8193 * makefile.w32-in (maintainer-clean): Partially revert last
8194 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
8195 to protect elisp-covers.texi.
8197 2006-12-07 Juanma Barranquero <lekktu@gmail.com>
8199 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
8200 Don't remove elisp* info files; they are already deleted by the
8201 `clean' and `distclean' targets, and they are in the $(infodir)
8202 directory, not the current one.
8204 2006-12-04 Kim F. Storm <storm@cua.dk>
8206 * commands.texi (Misc Events): Update signal events.
8207 (Event Examples): Add signal example.
8209 2006-11-29 Richard Stallman <rms@gnu.org>
8211 * frames.texi (Visibility of Frames): Explain visible windows
8212 can be covered by others. Add xref for raise-frame.
8214 2006-11-28 Richard Stallman <rms@gnu.org>
8216 * searching.texi (Regexp Special): Update when ^ is special.
8218 2006-11-27 Eli Zaretskii <eliz@gnu.org>
8220 * customize.texi (Customization, Common Keywords)
8221 (Group Definitions, Variable Definitions, Composite Types)
8222 (Type Keywords, Customization Types): Add index entries for
8223 various customization keywords.
8225 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
8227 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
8229 2006-11-10 Jan Djärv <jan.h.d@swipnet.se>
8231 * frames.texi (Window System Selections): Remove clipboard from
8232 description of selection-coding-system.
8234 2006-11-06 Richard Stallman <rms@gnu.org>
8236 * lists.texi (List Variables): Document COMPARE-FN.
8238 * keymaps.texi: Avoid use of "binding" to mean a relation;
8239 use it only to refer to the meaning associated with a key.
8240 (Keymaps): Change menu node description.
8242 * elisp.texi (Top): Change menu node description.
8244 * display.texi (Managing Overlays): Document overlay-recenter.
8246 2006-10-29 Chong Yidong <cyd@stupidchicken.com>
8248 * Makefile.in: Use relative paths to avoid advertising filesystem
8249 contents during compilation.
8251 2006-10-23 Kim F. Storm <storm@cua.dk>
8253 * commands.texi (Event Input Misc): Update unread-command-events.
8255 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
8257 * lists.texi (Sets And Lists): Fix typos.
8259 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
8261 * control.texi (Processing of Errors): Use @var for an argument,
8264 2006-10-16 Richard Stallman <rms@gnu.org>
8266 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
8268 * keymaps.texi (Format of Keymaps): Show all the keymap element
8269 patterns that result from menu items.
8270 (Key Lookup): Minor cleanups.
8272 * modes.texi (Precalculated Fontification): Don't say that
8273 not setting font-lock-defaults avoids loading font-lock.
8275 * help.texi (Documentation): Move xref to Emacs Manual here.
8276 (Documentation Basics): From here.
8277 Also doc emacs-lisp-docstring-fill-column.
8279 * elisp.texi: Update version and ISBN.
8281 * commands.texi (Interactive Call): Clarify KEYS arg to
8282 call-interactively is a vector.
8283 (Command Loop Info): Delete anchor in this-command-keys.
8284 Add anchor in this-command-keys-vector.
8285 (Recursive Editing): Document how recursive-edit
8286 handles the current buffer.
8288 2006-10-13 Chong Yidong <cyd@stupidchicken.com>
8290 * frames.texi (Frame Titles): %c and %l are ignored in
8293 2006-10-11 Richard Stallman <rms@gnu.org>
8295 * keymaps.texi (Key Sequences): Clarify use of kbd.
8297 2006-10-10 Kim F. Storm <storm@cua.dk>
8299 * lists.texi (Sets And Lists): Add memql.
8301 2006-10-03 Richard Stallman <rms@gnu.org>
8303 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
8304 Clarify :ascii: and :nonascii:.
8306 2006-09-29 Juri Linkov <juri@jurta.org>
8308 * modes.texi (%-Constructs): Reorder coding systems in the
8309 documentation of %z to the real order displayed in the modeline.
8311 2006-09-25 Richard Stallman <rms@gnu.org>
8313 * os.texi (Timers): Describe timer-max-repeats.
8315 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
8317 * os.texi (Timers): Mention with-local-quit.
8319 2006-09-24 Richard Stallman <rms@gnu.org>
8321 * searching.texi (Searching and Matching): Mention property search.
8323 * commands.texi (Command Loop Info): Explain how read-event affects
8326 2006-09-20 Richard Stallman <rms@gnu.org>
8328 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
8330 * windows.texi (Window Start): Minor cleanups.
8332 2006-09-20 Kim F. Storm <storm@cua.dk>
8334 * windows.texi (Window Start): pos-visible-in-window-p allows
8335 specifying t for position to mean "end of window".
8336 Add window-line-height.
8338 * anti.texi (Antinews): Mention window-line-height.
8340 2006-09-19 David Kastrup <dak@gnu.org>
8342 * keymaps.texi (Searching Keymaps): Small clarification.
8344 2006-09-18 Richard Stallman <rms@gnu.org>
8346 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
8347 cause keyboard menus.
8348 (Menu Keymaps): Likewise.
8349 (Defining Menus, Keyboard Menus): Clarify.
8351 * text.texi (Fields): Clarify explanation of constrain-to-field.
8353 2006-09-16 Eli Zaretskii <eliz@gnu.org>
8355 * variables.texi (Tips for Defining): Fix a typo.
8357 2006-09-15 Richard Stallman <rms@gnu.org>
8359 * keymaps.texi (Remapping Commands, Searching Keymaps)
8360 (Active Keymaps): Clean up previous change.
8362 2006-09-15 Jay Belanger <belanger@truman.edu>
8364 * gpl.texi: Replace "Library Public License" by "Lesser Public
8365 License" throughout.
8367 2006-09-15 David Kastrup <dak@gnu.org>
8369 * keymaps.texi (Active Keymaps): Adapt description to use
8370 `get-char-property' instead `get-text-property'. Explain how
8371 mouse events change this. Explain the new optional argument of
8372 `key-binding' and its mouse-dependent lookup.
8373 (Searching Keymaps): Adapt description similarly.
8374 (Remapping Commands): Explain the new optional argument of
8375 `command-remapping'.
8377 2006-09-14 Richard Stallman <rms@gnu.org>
8379 * keymaps.texi (Searching Keymaps): Clarification.
8380 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
8382 2006-09-13 Richard Stallman <rms@gnu.org>
8384 * objects.texi (Character Type): Node split.
8385 Add xref to Describing Characters.
8386 (Basic Char Syntax, General Escape Syntax)
8387 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
8389 2006-09-11 Richard Stallman <rms@gnu.org>
8391 * display.texi (Display Table Format): Wording clarification.
8392 (Glyphs): Clarifications.
8394 2006-09-10 Chong Yidong <cyd@stupidchicken.com>
8396 * keymaps.texi (Active Keymaps): Mention that key-binding checks
8399 2006-09-10 Kim F. Storm <storm@cua.dk>
8401 * display.texi (Forcing Redisplay): Document return value of
8404 2006-09-09 Richard Stallman <rms@gnu.org>
8406 * windows.texi (Window Hooks): Explain limits of
8407 window-scroll-functions.
8409 * display.texi (Fringe Indicators): Update for last change in
8410 indicate-buffer-boundaries.
8412 2006-09-08 Richard Stallman <rms@gnu.org>
8414 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
8416 2006-09-06 Kim F. Storm <storm@cua.dk>
8418 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
8420 * windows.texi (Window Start): Update pos-visible-in-window-p.
8422 2006-09-04 Richard Stallman <rms@gnu.org>
8424 * processes.texi (Accepting Output): Explain SECONDS=0 for
8425 accept-process-output.
8427 * os.texi (Idle Timers): Explain why timer functions should not
8428 loop until (input-pending-p).
8430 2006-09-02 Eli Zaretskii <eliz@gnu.org>
8432 * makefile.w32-in (usermanualdir): New variable.
8433 (elisp.dvi): Use it.
8435 2006-09-01 Eli Zaretskii <eliz@gnu.org>
8437 * buffers.texi (Buffer Modification): Fix last change.
8439 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
8441 * buffers.texi (Buffer Modification):
8442 Document buffer-chars-modified-tick.
8444 2006-08-31 Richard Stallman <rms@gnu.org>
8446 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
8448 2006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
8450 * modes.texi (Syntactic Font Lock):
8451 Mention font-lock-syntactic-face-function
8452 instead of specific faces.
8454 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
8456 * display.texi (Images): Add xrref to display-images-p.
8458 2006-08-28 Kenichi Handa <handa@m17n.org>
8460 * nonascii.texi (Lisp and Coding Systems): Fix description of
8461 detect-coding-region.
8463 2006-08-27 Michael Olson <mwolson@gnu.org>
8465 * processes.texi (Transaction Queues): Remove stray quote
8468 2006-08-25 Richard Stallman <rms@gnu.org>
8470 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
8473 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
8475 * os.texi (Timers): Avoid waiting inside timers.
8477 2006-08-21 Lute Kamstra <lute@gnu.org>
8479 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
8481 2006-08-20 Richard Stallman <rms@gnu.org>
8483 * os.texi (Idle Timers): New node, split out from Timers.
8484 Document current-idle-time.
8485 * commands.texi (Reading One Event): Update xref.
8486 * elisp.texi (Top): Update subnode menu.
8488 2006-08-16 Richard Stallman <rms@gnu.org>
8490 * keymaps.texi (Extended Menu Items): Show format of cached
8491 bindings in extended menu items.
8493 * customize.texi (Variable Definitions): Explain when the
8494 standard value expression is evaluated.
8496 2006-08-15 Chong Yidong <cyd@stupidchicken.com>
8498 * commands.texi (Reading One Event): Explain idleness in
8501 2006-08-12 Chong Yidong <cyd@stupidchicken.com>
8503 * text.texi (Near Point): Say "cursor" not "terminal cursor".
8504 (Commands for Insertion): Remove split-line since it's not
8505 relevant for Lisp programming.
8506 (Yank Commands): Rewrite introduction.
8508 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
8509 (Filling): Remove redundant comment. Clarify return value of
8510 current-justification.
8511 (Margins): Minor clarifications.
8512 (Adaptive Fill): Update default value of adaptive-fill-regexp.
8513 (Sorting): Update definition of sort-lines.
8514 (Columns): Clarify behavior of sort-columns.
8515 (Indent Tabs): Link to Tab Stops in Emacs manual.
8516 (Special Properties): Clarify.
8517 (Clickable Text): Mention Buttons package.
8519 2006-08-12 Kevin Ryde <user42@zip.com.au>
8521 * os.texi (Time Parsing): Add %z to description of
8522 format-time-string, as per docstring. Add cross reference to
8523 glibc manual for strftime.
8525 2006-08-08 Richard Stallman <rms@gnu.org>
8527 * modes.texi: Clean up wording in previous change.
8529 2006-08-07 Chong Yidong <cyd@stupidchicken.com>
8531 * modes.texi (Hooks): Clarify.
8532 (Major Mode Basics): Mention define-derived-mode explicitly.
8533 (Major Mode Conventions): Rebinding RET is OK for some modes.
8534 Mention change-major-mode-hook and after-change-major-mode-hook.
8535 (Example Major Modes): Move to end of Modes section.
8536 (Mode Line Basics): Clarify.
8537 (Mode Line Data): Mention help-echo and local-map in strings.
8538 Explain reason for treatment of non-risky variables.
8539 (Properties in Mode): Clarify.
8540 (Faces for Font Lock): Add font-lock-negation-char-face.
8542 2006-08-04 Eli Zaretskii <eliz@gnu.org>
8544 * strings.texi (Formatting Strings): Warn against arbitrary
8545 strings as first arg to `format'.
8547 2006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
8549 * text.texi (Clickable Text): Mention `help-echo' text property.
8550 Update intro, examples and associated explanations.
8552 2006-07-31 Richard Stallman <rms@gnu.org>
8554 * commands.texi: Update xrefs.
8555 (Event Mod): New node, cut out from old Translating Input.
8557 * maps.texi: Update xrefs.
8559 * keymaps.texi (Translation Keymaps): New node.
8560 Update xrefs from Translating Input to Translation Keymaps.
8562 * elisp.texi (Top): Update subnode menu.
8564 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
8566 * os.texi (System Interface): Fix menu descriptions of some nodes.
8567 (Translating Input): Node deleted.
8569 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
8571 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
8573 * lists.texi (Sets And Lists): Likewise.
8575 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
8577 * text.texi (Fields): Mention POS
8578 requirement when narrowing is in effect.
8580 2006-07-28 Richard Stallman <rms@gnu.org>
8582 * display.texi (Face Attributes): Simplify wording.
8583 (Attribute Functions): Clarify meaning of new-frame default
8586 * customize.texi (Common Keywords): Document how to use
8587 :package-version in a package not in Emacs.
8589 2006-07-28 Kim F. Storm <storm@cua.dk>
8591 * commands.texi (Reading One Event): Fix last change.
8593 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
8595 * commands.texi (Reading One Event): Document SECONDS argument for
8596 read-event, read-char, and read-char-exclusive.
8598 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
8600 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
8601 to ensure correct identification.
8603 2006-07-24 Richard Stallman <rms@gnu.org>
8605 * text.texi (Clickable Text): Clarify.
8607 * sequences.texi (Vector Functions): Delete duplicate xref.
8609 * objects.texi (Function Type): Clarify.
8611 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
8614 * lists.texi (List Variables): New node.
8615 Material moved from other nodes.
8617 * variables.texi (Setting Variables): add-to-list and
8618 add-to-ordered-list moved to List Variables node.
8620 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
8622 * text.texi (Links and Mouse-1):
8623 For mouse-on-link-p, expand on arg POS.
8625 2006-07-21 Kim F. Storm <storm@cua.dk>
8627 * display.texi (Forcing Redisplay): Don't mention systems which
8628 don't support sub-second timers for redisplay-preemption-period.
8630 * os.texi (Terminal Output): Clarify text vs graphical terminal.
8632 2006-07-21 Eli Zaretskii <eliz@gnu.org>
8634 * frames.texi (Input Focus): Document that focus-follows-mouse has
8635 no effect on MS-Windows.
8637 2006-07-18 Richard Stallman <rms@gnu.org>
8639 * display.texi (Forcing Redisplay): Cleanups in previous change.
8641 * processes.texi (Low-Level Network): Make menu more convenient.
8643 2006-07-18 Kim F. Storm <storm@cua.dk>
8645 * display.texi (Forcing Redisplay): redisplay-preemption-period
8646 only used on window systems. Add xref to Terminal Output.
8648 * os.texi (Terminal Output): baud-rate only controls preemption on
8649 non-window systems. Add xref to Forcing Redisplay.
8651 * processes.texi (Low-Level Network): Rename node "Make Network"
8652 to "Network Processes".
8654 2006-07-18 Karl Berry <karl@gnu.org>
8656 * variables.texi, functions.texi, customize.texi, loading.texi:
8657 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
8659 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
8661 * commands.texi (Waiting): Document batch-mode sit-for behavior.
8663 2006-07-17 Richard Stallman <rms@gnu.org>
8665 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
8666 Put period and comma inside quotes.
8668 * loading.texi, markers.texi: Use real doublequote inside menus.
8670 * windows.texi: Put point and comma inside quotes.
8671 (Textual Scrolling): Use @samp for error message.
8673 * variables.texi, tips.texi, syntax.texi, symbols.texi:
8674 * strings.texi, streams.texi, processes.texi, os.texi:
8675 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
8676 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
8677 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
8678 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
8679 Put point and comma inside quotes.
8681 * control.texi (Processing of Errors): Add command-error-function.
8683 * variables.texi (File Local Variables): Clarify that
8684 file local variables make buffer-local bindings.
8686 * modes.texi (Syntactic Font Lock): Give default for
8687 font-lock-syntax-table.
8689 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
8691 * text.texi (Special Properties): Clean up previous change.
8693 2006-07-16 Karl Berry <karl@gnu.org>
8695 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
8696 * control.texi: Fix bad page breaks through chapter 10 (control).
8698 * anti.texi (Antinews): Reorder face-attribute fns to avoid
8701 2006-07-15 Nick Roberts <nickrob@snap.net.nz>
8703 * text.texi (Special Properties): Describe fontified text property
8704 in relation to a character (not text).
8706 2006-07-15 Kim F. Storm <storm@cua.dk>
8708 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
8709 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
8710 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
8712 * anti.texi (Antinews): Mention redisplay function.
8713 The kbd macro existed, but was not documented, before 22.x.
8714 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
8716 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
8718 * display.texi (Displaying Messages): Add anchor.
8720 * frames.texi (Dialog Boxes): Use it.
8722 2006-07-12 Richard Stallman <rms@gnu.org>
8724 * objects.texi (Frame Type): Explain nature of frames better.
8726 * frames.texi (Frames): Explain nature of frames better.
8728 2006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
8730 * tips.texi (Coding Conventions): Explain why use cl at compile time.
8732 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8734 * frames.texi (Window System Selections): Mention scrap support for Mac.
8735 Default value of x-select-enable-clipboard is t on Mac.
8737 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
8739 2006-07-11 Kim F. Storm <storm@cua.dk>
8741 * display.texi (Forcing Redisplay): Add `redisplay' function.
8742 Don't mention (sit-for -1) -- use (redisplay t) instead.
8744 * commands.texi (Waiting): (sit-for -1) is no longer special.
8745 (sit-for 0) is equivalent to (redisplay).
8746 Iconifying/deiconifying no longer makes sit-for return.
8748 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
8750 * display.texi (Buttons): Fix typo.
8752 * index.texi, elisp.texi (New Symbols): Comment node out.
8754 2006-07-09 Richard Stallman <rms@gnu.org>
8756 * display.texi (Truncation): Clean up previous change.
8758 2006-07-08 Richard Stallman <rms@gnu.org>
8760 * commands.texi (Interactive Call): Use 3 as prefix in example
8761 for execute-extended-command.
8763 * display.texi (Attribute Functions): Move paragraph about
8764 compatibility with Emacs < 21.
8766 2006-07-09 Kim F. Storm <storm@cua.dk>
8768 * display.texi (Refresh Screen): Clarify force-window-update.
8769 (Truncation): "Normally" indicated by fringe arrows.
8771 2006-07-08 Eli Zaretskii <eliz@gnu.org>
8773 * windows.texi (Textual Scrolling, Resizing Windows):
8774 * variables.texi (Constant Variables):
8775 * text.texi (Buffer Contents, Deletion, Changing Properties)
8776 (Property Search, Special Properties, Sticky Properties)
8777 (Links and Mouse-1, Fields, Change Hooks):
8778 * syntax.texi (Syntax Table Functions, Parsing Expressions)
8780 * symbols.texi (Other Plists):
8781 * streams.texi (Output Variables):
8782 * processes.texi (Input to Processes, Query Before Exit):
8783 * positions.texi (Word Motion, Text Lines, List Motion):
8784 * os.texi (Init File, System Environment, Sound Output)
8785 (Session Management):
8786 * nonascii.texi (Text Representations, Character Sets)
8787 (Chars and Bytes, Locales):
8788 * modes.texi (Defining Minor Modes, Header Lines):
8789 * minibuf.texi (Minibuffer Contents):
8790 * markers.texi (Information from Markers):
8791 * lists.texi (List Elements, Building Lists, Association Lists):
8792 * keymaps.texi (Tool Bar):
8793 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
8794 * functions.texi (What Is a Function, Mapping Functions):
8795 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
8796 (Color Names, Text Terminal Colors, Display Feature Testing):
8797 * files.texi (Visiting Functions, File Name Components)
8798 (Unique File Names, Contents of Directories):
8799 * display.texi (Forcing Redisplay, Displaying Messages)
8800 (Temporary Displays, Font Selection, Auto Faces)
8801 (Font Lookup, Fringe Indicators, Display Margins)
8802 (Image Descriptors, Showing Images, Image Cache, Button Types)
8803 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
8804 (Display Table Format, Glyphs):
8805 * control.texi (Iteration):
8806 * commands.texi (Command Loop Info, Adjusting Point):
8807 * backups.texi (Making Backups, Auto-Saving):
8808 Remove @tindex entries.
8810 2006-07-07 Kim F. Storm <storm@cua.dk>
8812 * display.texi (Fringe Cursors): Fix typo.
8813 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
8814 (Overlay Arrow): Default is overlay-arrow fringe indicator.
8816 2006-07-05 Richard Stallman <rms@gnu.org>
8818 * text.texi (Buffer Contents): Add example of text props
8819 in result of buffer-substring.
8820 (Text Properties): Explain better about use of specific property names.
8821 (Property Search): Some cleanups; reorder some functions.
8823 * keymaps.texi (Changing Key Bindings): Cleanup.
8824 Add xref to Key Binding Conventions.
8826 * display.texi (Attribute Functions): Add examples for
8827 face-attribute-relative-p.
8829 * tips.texi (Coding Conventions): Cleanup last change.
8831 2006-07-05 Karl Berry <karl@gnu.org>
8833 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
8834 Remove @setchapternewpage odd.
8835 Result is 1013 pages, down from 1100.
8837 * anti.texi, customize.texi, display.texi, internals.texi:
8838 * minibuf.texi, modes.texi, tips.texi:
8839 Fix overfull/underfull boxes.
8841 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
8843 * edebug.texi (Instrumenting):
8844 Add Edebug-specific findex for eval-buffer.
8845 * loading.texi (Loading):
8846 Replace eval-current-buffer with eval-buffer.
8848 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
8850 * locals.texi (Standard Buffer-Local Variables): Update the list
8853 2006-06-26 Nick Roberts <nickrob@snap.net.nz>
8855 * files.texi (File Name Completion): Point user to the node
8856 "Reading File Names".
8858 2006-06-24 Eli Zaretskii <eliz@gnu.org>
8860 * files.texi (Contents of Directories): Document case-insensitive
8861 behavior on respective filesystems.
8863 * objects.texi (Character Type): Document that Emacs signals an
8864 error for unsupported Unicode characters specified as \uNNNN.
8866 2006-06-19 Richard Stallman <rms@gnu.org>
8868 * processes.texi (Bindat Spec): Clarify previous change.
8870 2006-06-16 Richard Stallman <rms@gnu.org>
8872 * tips.texi (Coding Conventions): Better explain conventions
8873 for definition constructs.
8875 * text.texi (Special Properties): String value of `read-only'
8876 serves as the error message.
8878 * objects.texi (Character Type): Clarify prev. change.
8879 (Non-ASCII in Strings): Mention \u and \U.
8881 * commands.texi (Using Interactive): Explain problem of
8882 markers, etc., in command-history.
8884 2006-06-14 Kim F. Storm <storm@cua.dk>
8886 * commands.texi (Waiting): Negative arg to sit-for forces
8887 redisplay even if input is pending.
8889 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
8890 redisplay. Remove incorrect example of binding redisplay-dont-pause
8893 2006-06-13 Richard Stallman <rms@gnu.org>
8895 * display.texi (Forcing Redisplay): Clarify previous change.
8897 2006-06-13 Romain Francoise <romain@orebokech.com>
8899 * display.texi (Forcing Redisplay): Fix typo.
8901 2006-06-13 Kim F. Storm <storm@cua.dk>
8903 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
8905 2006-06-10 Luc Teirlinck <teirllm@auburn.edu>
8907 * tips.texi (Coding Conventions): Add `@end itemize'.
8909 2006-06-10 Richard Stallman <rms@gnu.org>
8911 * tips.texi (Coding Conventions): Explain use of coding systems
8912 to ensure one decoding for strings.
8914 2006-06-09 Aidan Kehoe <kehoea@parhasard.net>
8916 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
8919 2006-06-07 Eli Zaretskii <eliz@gnu.org>
8921 * display.texi (Font Selection): Remove description of
8924 * compile.texi (Eval During Compile): Fix a typo. Add index
8925 entries for possible uses of eval-when-compile.
8927 2006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
8929 * display.texi (Abstract Display): Fix typo.
8931 2006-06-03 Eli Zaretskii <eliz@gnu.org>
8933 * minibuf.texi (Minibuffer History) <history-add-new-input>:
8934 Reword variable's description.
8936 2006-06-01 Richard Stallman <rms@gnu.org>
8938 * windows.texi (Splitting Windows): Clarify splitting nonselected
8941 2006-05-31 Juri Linkov <juri@jurta.org>
8943 * minibuf.texi (Minibuffer History): Add history-add-new-input.
8945 2006-05-30 Richard Stallman <rms@gnu.org>
8947 * display.texi (Line Height): Fix errors in description of
8948 default line height and line-height property.
8950 * nonascii.texi (Default Coding Systems): Further clarification.
8952 2006-05-29 Luc Teirlinck <teirllm@auburn.edu>
8954 * internals.texi (Pure Storage): Mention that an overflow in pure
8955 space causes a memory leak.
8956 (Garbage Collection): If there was an overflow in pure space,
8957 `garbage-collect' returns nil.
8959 2006-05-30 Eli Zaretskii <eliz@gnu.org>
8961 * nonascii.texi (Default Coding Systems): Fix it some more.
8963 2006-05-29 Eli Zaretskii <eliz@gnu.org>
8965 * nonascii.texi (Default Coding Systems): Fix last change.
8967 2006-05-29 Kenichi Handa <handa@m17n.org>
8969 * nonascii.texi (find-operation-coding-system): Describe the new
8970 argument format (FILENAME . BUFFER).
8972 2006-05-28 Richard Stallman <rms@gnu.org>
8974 * tips.texi (Coding Conventions): Better explain reasons not to
8975 advise other packages or use `eval-after-load'.
8977 2006-05-29 Kim F. Storm <storm@cua.dk>
8979 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
8980 `bindat-idx' and `bindat-raw' for clarity.
8982 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8984 * processes.texi (Bindat Spec): Expand on `repeat' handler.
8986 * display.texi (Display): Add "Abstract Display" to menu.
8987 (Abstract Display, Abstract Display Functions)
8988 (Abstract Display Example): New nodes.
8989 * elisp.texi (Top): Add "Abstract Display" to menu.
8991 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
8993 * keymaps.texi (Key Sequences): Link to input events definition.
8994 (Format of Keymaps): Delete material duplicated in Keymap Basics.
8996 * files.texi (Changing Files): Document updated argument list for
8999 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
9001 * processes.texi (Bindat Functions): Explain term "total length".
9002 Use it in bindat-length and bindat-pack descriptions.
9004 2006-05-26 Eli Zaretskii <eliz@gnu.org>
9006 * tips.texi (Coding Conventions): Advise against using
9007 eval-after-load in packages. Add an index entry.
9009 2006-05-25 Juri Linkov <juri@jurta.org>
9011 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
9013 * modes.texi (%-Constructs): Add %e, %z, %Z.
9015 2006-05-25 Richard Stallman <rms@gnu.org>
9017 * elisp.texi (Top): Update subnode menu.
9019 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
9020 (Keymaps): Update menu.
9022 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
9024 * keymaps.texi (Key Sequences): Some clarifications.
9026 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
9028 * processes.texi (Bindat Functions): Say "unibyte string"
9029 explicitly for bindat-unpack and bindat-pack descriptions.
9030 (Bindat Examples): Don't call `string-make-unibyte' in example.
9032 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
9034 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
9035 Explain string and vector representations of key sequences.
9037 * keymaps.texi (Changing Key Bindings):
9038 * commands.texi (Interactive Codes):
9039 * help.texi (Describing Characters): Refer to it.
9041 2006-05-23 Luc Teirlinck <teirllm@auburn.edu>
9043 * frames.texi (Pointer Shape): @end table -> @end defvar.
9045 2006-05-22 Richard Stallman <rms@gnu.org>
9047 * elisp.texi (Top): Update subnode menus.
9049 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
9050 Contents rewritten; material from old Pointer Shape node moved here.
9052 * display.texi (Pointer Shape): Node deleted.
9053 (Image Descriptors): Minor cleanup.
9055 2006-05-21 Richard Stallman <rms@gnu.org>
9057 * syntax.texi (Parsing Expressions): Update info on which STATE
9058 elements are ignored.
9060 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
9062 * hooks.texi (Standard Hooks): Correct typo.
9064 * gpl.texi (GPL): ifinfo -> ifnottex.
9066 2006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
9068 * searching.texi (Simple Match Data): Warn about match data being
9069 set anew by every search.
9071 2006-05-17 Richard Stallman <rms@gnu.org>
9073 * minibuf.texi (Minibuffer History): Clarify.
9075 * searching.texi (Regexp Special): Clarify nested regexp warning.
9077 2006-05-16 Kim F. Storm <storm@cua.dk>
9079 * minibuf.texi (Minibuffer History): Update add-to-history.
9081 2006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
9083 * nonascii.texi (Explicit Encoding):
9084 Fix typo (encoding<->decoding).
9086 2006-05-14 Richard Stallman <rms@gnu.org>
9088 * buffers.texi (Creating Buffers): Cleanup.
9090 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
9092 2006-05-13 Eli Zaretskii <eliz@gnu.org>
9094 * buffers.texi (Current Buffer): Document that with-temp-buffer
9097 * os.texi (Terminal-Specific): More accurate description of how
9098 Emacs searches for the terminal-specific libraries.
9100 2006-05-12 Eli Zaretskii <eliz@gnu.org>
9102 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
9103 emacs-xtra to @inforef's.
9105 * text.texi (Undo): Document that undo is turned off in buffers
9106 whose names begin with a space.
9108 * buffers.texi (Buffer Names): Add index entries for buffers whose
9109 names begin with a space.
9110 (Creating Buffers): Document that undo is turned off in buffers
9111 whose names begin with a space.
9113 * files.texi (Visiting Functions, Reading from Files)
9114 (Saving Buffers): Mention code and EOL conversions by file I/O
9115 primitives and subroutines.
9117 * nonascii.texi (Lisp and Coding Systems):
9118 Document coding-system-eol-type. Add index entries for eol conversion.
9120 * display.texi (Defining Faces): Mention `mac', and add an xref to
9121 where window-system is described.
9123 2006-05-10 Richard Stallman <rms@gnu.org>
9125 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
9127 2006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
9129 * variables.texi (File Local Variables): Recommend to quote lambda
9130 expressions in safe-local-variable property.
9132 2006-05-09 Richard Stallman <rms@gnu.org>
9134 * variables.texi (File Local Variables):
9135 Document safe-local-eval-forms and safe-local-eval-function.
9137 2006-05-07 Kim F. Storm <storm@cua.dk>
9139 * minibuf.texi (Minibuffer History): Remove keep-dups arg
9140 from add-to-history.
9142 2006-05-07 Romain Francoise <romain@orebokech.com>
9144 * commands.texi (Event Input Misc):
9145 * compile.texi (Eval During Compile):
9146 * internals.texi (Buffer Internals):
9147 * minibuf.texi (Initial Input):
9148 * nonascii.texi (Scanning Charsets):
9149 * numbers.texi (Comparison of Numbers):
9150 * windows.texi (Textual Scrolling, Vertical Scrolling):
9153 2006-05-06 Eli Zaretskii <eliz@gnu.org>
9155 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
9156 conditional xref's to either emacs or emacs-xtra, depending on
9159 * minibuf.texi (Minibuffer History): Document add-to-history.
9161 2006-05-05 Eli Zaretskii <eliz@gnu.org>
9163 * internals.texi (Pure Storage): Mention the pure overflow message
9166 2006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
9168 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
9169 (Searching Keymaps): Fix pseudo-Lisp description of keymap
9172 2006-05-01 Richard Stallman <rms@gnu.org>
9174 * intro.texi (nil and t): Clarify.
9176 * variables.texi (File Local Variables): Suggest using booleanp.
9178 2006-05-01 Juanma Barranquero <lekktu@gmail.com>
9180 * objects.texi (Type Predicates): Fix typos.
9182 2006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
9184 * intro.texi (nil and t): Add booleanp.
9186 * objects.texi (Type Predicates): Add links for booleanp and
9189 2006-04-29 Richard Stallman <rms@gnu.org>
9191 * modes.texi (Multiline Font Lock): Rename from
9192 Multi line Font Lock Elements. Much clarification.
9193 (Font Lock Multiline, Region to Fontify): Much clarification.
9195 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9197 * variables.texi (File Local Variables): Remove the special case t for
9198 safe-local-variable.
9200 2006-04-26 Richard Stallman <rms@gnu.org>
9202 * syntax.texi (Parsing Expressions): Minor cleanup.
9204 2006-04-18 Richard Stallman <rms@gnu.org>
9206 * tips.texi (Coding Conventions): Explain when the package's
9207 prefix should appear later on (not at the start of the name).
9209 * searching.texi (String Search): Clarify effect of NOERROR.
9211 * modes.texi (Imenu): Clarify what special items do.
9213 * hooks.texi (Standard Hooks): Delete text about old hook names.
9215 2006-04-17 Romain Francoise <romain@orebokech.com>
9217 * variables.texi (Local Variables): Update the default value of
9220 2006-04-15 Michael Olson <mwolson@gnu.org>
9222 * processes.texi (Transaction Queues): Mention the new optional
9223 `delay-question' argument for `tq-enqueue'.
9225 2006-04-13 Bill Wohler <wohler@newt.com>
9227 * customize.texi (Common Keywords): Use dotted notation for
9228 :package-version value. Specify its values. Improve documentation
9229 for customize-package-emacs-version-alist.
9231 2006-04-12 Bill Wohler <wohler@newt.com>
9233 * customize.texi (Common Keywords): Move description of
9234 customize-package-emacs-version-alist to @defvar.
9236 2006-04-10 Bill Wohler <wohler@newt.com>
9238 * customize.texi (Common Keywords): Add :package-version.
9240 2006-04-10 Kim F. Storm <storm@cua.dk>
9242 * text.texi (Buffer Contents): Add NOPROPS arg to
9243 filter-buffer-substring.
9245 2006-04-08 Kevin Ryde <user42@zip.com.au>
9247 * os.texi (Command-Line Arguments): Update xref to emacs manual
9248 "Command Arguments" -> "Emacs Invocation", per change there.
9250 2006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
9252 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
9253 be on one line to help makeinfo not render two spaces after the dot.
9255 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
9257 * strings.texi (Predicates for Strings): Add string-or-null-p.
9259 2006-03-28 Kim F. Storm <storm@cua.dk>
9261 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
9262 remarks about systems that don't support fractional seconds.
9264 2006-03-25 Karl Berry <karl@gnu.org>
9266 * elisp.texi: Use @copyright{} instead of (C), and do not indent
9269 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
9271 * display.texi (Fringe Indicators): Fix typos.
9273 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
9275 * tips.texi (Documentation Tips): One can now also write `program'
9276 in front of a quoted symbol in a docstring to prevent making a
9279 2006-03-19 Alan Mackenzie <acm@muc.de>
9281 * text.texi (Special Properties): Clarify `fontified' property.
9283 2006-03-16 Richard Stallman <rms@gnu.org>
9285 * display.texi (Defining Images): Minor cleanup.
9287 2006-03-16 Bill Wohler <wohler@newt.com>
9289 * display.texi (Defining Images): In image-load-path-for-library,
9290 prefer user's images.
9292 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9294 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
9296 2006-03-15 Bill Wohler <wohler@newt.com>
9298 * display.texi (Defining Images): Fix example in
9299 image-load-path-for-library by not recommending that one binds
9300 image-load-path. Just defvar it to placate compiler and only use
9301 it if previously defined.
9303 2006-03-14 Bill Wohler <wohler@newt.com>
9305 * display.texi (Defining Images): In image-load-path-for-library,
9306 always return list of directories. Update example.
9308 2006-03-14 Alan Mackenzie <acm@muc.de>
9310 * modes.texi: New node, "Region to Fontify" (for Font Lock).
9311 This describes font-lock-extend-region-function.
9312 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
9313 the new node "Region to Fontify".
9315 2006-03-13 Richard Stallman <rms@gnu.org>
9317 * display.texi (Invisible Text): The impossible position is
9318 now before the invisible text, not after.
9319 (Defining Images): Clean up last change.
9321 2006-03-11 Bill Wohler <wohler@newt.com>
9323 * display.texi (Defining Images): Add image-load-path-for-library.
9325 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
9327 * text.texi (Adaptive Fill): Fix Texinfo usage.
9329 * strings.texi (Creating Strings): Fix Texinfo usage.
9331 * searching.texi (Regexp Special): Use @samp for regular
9332 expressions that are not in Lisp syntax.
9334 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
9336 * searching.texi (Regexp Special): Put remark between parentheses
9337 to avoid misreading.
9339 2006-03-07 Luc Teirlinck <teirllm@auburn.edu>
9341 * searching.texi (Syntax of Regexps): More accurately describe
9342 which characters are special in which situations.
9343 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
9344 are not special. Describe in detail when `[' and `]' are special.
9345 (Regexp Backslash): Plenty of regexps with unbalanced square
9346 brackets are valid, so reword that statement.
9348 2006-03-02 Kim F. Storm <storm@cua.dk>
9350 * keymaps.texi (Tool Bar): Add tool-bar-border.
9352 2006-02-28 Luc Teirlinck <teirllm@auburn.edu>
9354 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
9356 2006-02-27 Luc Teirlinck <teirllm@auburn.edu>
9358 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
9360 * files.texi (Locating Files): Suggest additional values for the
9361 SUFFIXES arg of `locate-file'. Update pxref.
9363 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
9364 (How Programs Do Loading): Discuss the effects of Auto Compression
9366 (Load Suffixes): New node.
9367 (Library Search): Delete description of `load-suffixes'; it was
9368 moved to "Load Suffixes".
9369 (Autoload, Named Features): Mention `load-suffixes'.
9371 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
9373 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
9375 * windows.texi (Window Tree): Fix typo.
9377 2006-02-20 Kim F. Storm <storm@cua.dk>
9379 * display.texi (Fringe Indicators): New section.
9380 Move indicate-empty-lines, indicate-buffer-boundaries, and
9381 default-indicate-buffer-boundaries here.
9382 Add fringe-indicator-alist and default-fringes-indicator-alist.
9383 Add list of logical fringe indicator symbols.
9384 Update list of standard bitmap names.
9385 (Fringe Cursors): New section.
9386 Move overflow-newline-into-fringe here.
9387 Add fringe-cursor-alist and default-fringes-cursor-alist.
9388 Add list of fringe cursor symbols.
9390 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
9392 * commands.texi (Using Interactive): Fix reference to node
9395 2006-02-19 Richard M. Stallman <rms@gnu.org>
9397 * minibuf.texi (High-Level Completion):
9398 Add xref to read-input-method-name.
9400 * files.texi (Relative File Names): Move file-relative-name here.
9401 (File Name Expansion): From here. Minor clarifications.
9403 * commands.texi (Using Interactive): Add xrefs about reading input.
9404 Clarify remarks about that moving point and mark.
9405 Put string case before list case.
9407 2006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
9409 * display.texi (Other Display Specs, Image Descriptors):
9410 Revert erroneous changes. The previous description of
9411 image-descriptors as `(image . PROPS)' was correct.
9413 2006-02-14 Richard M. Stallman <rms@gnu.org>
9415 * variables.texi (File Local Variables): Clarifications.
9417 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
9419 * variables.texi (File Local Variables): Use @code for a cons
9422 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
9424 * variables.texi (File Local Variables): Document new file local
9427 2006-02-10 Kim F. Storm <storm@cua.dk>
9429 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
9431 2006-02-08 Juanma Barranquero <lekktu@gmail.com>
9433 * modes.texi (%-Constructs): Remove obsolete info about
9434 `global-mode-string'.
9436 2006-02-07 Richard M. Stallman <rms@gnu.org>
9438 * commands.texi (Prefix Command Arguments): Minor cleanup.
9440 * display.texi: "Graphical display", not window system.
9442 * functions.texi (What Is a Function): Fix xref.
9444 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
9445 (Changing Key Bindings): Clarify when remapping is better than
9446 substitute-key-definition.
9448 2006-02-02 Richard M. Stallman <rms@gnu.org>
9450 * minibuf.texi (Basic Completion): Completion alists are risky.
9452 * keymaps.texi (Active Keymaps): Clarifications.
9453 (Searching Keymaps): New node.
9454 (Keymaps): Update menu.
9456 * frames.texi (Layout Parameters): Minor clarification.
9457 (Drag and Drop): New node.
9458 (Frames): Update menu.
9460 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
9462 * display.texi (Other Display Specs, Image Descriptors):
9463 Image description is a list, not a cons cell.
9465 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
9467 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
9468 list is not necessarily a list).
9470 2006-01-27 Eli Zaretskii <eliz@gnu.org>
9472 * frames.texi (Layout Parameters): border-width and
9473 internal-border-width belong to the frame, not the window.
9475 2006-01-19 Richard M. Stallman <rms@gnu.org>
9477 * nonascii.texi (Translation of Characters): Search cmds use
9478 translation-table-for-input. Automatically made local.
9480 * markers.texi (Overview of Markers): Count insertion type
9481 as one of a marker's attributes.
9483 * keymaps.texi (Controlling Active Maps): New node, split out of
9485 (Keymaps): Menu updated.
9486 (Active Keymaps): Give pseudocode to explain how the active
9487 maps are searched. current-active-maps and key-binding moved here.
9488 (Functions for Key Lookup): current-active-maps and key-binding moved.
9490 (Searching the Keymaps): New subnode.
9492 * elisp.texi (Top): Menu clarification.
9494 * display.texi (Other Display Specs): Delete duplicate entry for
9495 just a string as display spec. Move text about recursive display
9496 specs on such a string.
9498 * commands.texi (Key Sequence Input): Clarify.
9499 Move num-nonmacro-input-events out.
9500 (Reading One Event): num-nonmacro-input-events moved here.
9502 2006-01-14 Nick Roberts <nickrob@snap.net.nz>
9504 * advice.texi (Simple Advice): Update example to fit argument
9505 change in previous-line.
9507 2006-01-05 Richard M. Stallman <rms@gnu.org>
9509 * markers.texi (The Mark): Fix in `mark'.
9511 2006-01-04 Richard M. Stallman <rms@gnu.org>
9513 * processes.texi (Misc Network, Make Network): Minor cleanups.
9515 2006-01-04 Kim F. Storm <storm@cua.dk>
9517 * processes.texi (Make Network): Add IPv6 addresses and handling.
9518 (Network Feature Testing): Mention (:family ipv6).
9519 (Misc Network): Add IPv6 formats to format-network-address.
9521 2005-12-30 Richard M. Stallman <rms@gnu.org>
9523 * text.texi (Changing Properties):
9524 Don't use return value of set-text-properties.
9526 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
9528 * modes.texi (Mode Line Format): Correct typo in menu.
9530 2005-12-29 Richard M. Stallman <rms@gnu.org>
9532 * modes.texi (Mode Line Top): New node.
9533 (Mode Line Data): Some text moved to new node.
9534 Explain the data structure more concretely.
9535 (Mode Line Basics): Clarifications.
9536 (Mode Line Variables): Clarify intro paragraph.
9537 (%-Constructs): Clarify intro paragraph.
9538 (Mode Line Format): Update menu.
9540 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
9542 * minibuf.texi (Basic Completion): Update lazy-completion-table
9543 examples for removal of ARGS argument.
9545 2005-12-23 Richard M. Stallman <rms@gnu.org>
9547 * text.texi (Undo): Restore some explanation from the version
9550 2005-12-23 Eli Zaretskii <eliz@gnu.org>
9552 * text.texi (Undo): Remove duplicate descriptions of `apply
9553 funname' and `apply delta' elements of the undo list.
9555 2005-12-20 Richard M. Stallman <rms@gnu.org>
9557 * help.texi (Help Functions): Update documentation of `apropos'.
9559 2005-12-20 Luc Teirlinck <teirllm@auburn.edu>
9561 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
9562 because it is confusing. If the :help-echo keyword is a function,
9563 it is not directly used as the :help-echo overlay property, as the
9564 xref seems to suggest (it does not take the appropriate args).
9566 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
9568 * customize.texi (Common Keywords): Fix Texinfo usage.
9569 (Group Definitions, Variable Definitions): Update for new
9570 conventions for using `*' in docstrings.
9572 * tips.texi (Documentation Tips): Update for new conventions for
9573 using `*' in docstrings.
9575 2005-12-16 Richard M. Stallman <rms@gnu.org>
9577 * minibuf.texi (Minibuffer Contents): Minor cleanup.
9579 2005-12-16 Juri Linkov <juri@jurta.org>
9581 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
9583 2005-12-14 Romain Francoise <romain@orebokech.com>
9585 * modes.texi (Customizing Keywords): Rename `append' to `how'.
9588 2005-12-11 Juri Linkov <juri@jurta.org>
9590 * minibuf.texi (Completion Commands): Add mention of read-file-name
9591 for filename completion keymaps.
9592 (Reading File Names): Add mention of filename completion keymaps
9593 for read-file-name and xref to `Completion Commands'.
9595 2005-12-10 Richard M. Stallman <rms@gnu.org>
9597 * customize.texi (Common Keywords): State caveats for use of :tag.
9599 2005-12-08 Richard M. Stallman <rms@gnu.org>
9601 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
9602 with xrefs and better explanation.
9603 (Completion Commands): Add the filename completion maps.
9605 * objects.texi (Character Type): Clarify that \s is not space
9608 2005-12-05 Richard M. Stallman <rms@gnu.org>
9610 * windows.texi (Resizing Windows): Delete preserve-before args.
9612 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9614 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
9615 in full keymaps, since the quirk has been fixed.
9617 2005-12-03 Eli Zaretskii <eliz@gnu.org>
9619 * hooks.texi (Standard Hooks): Add index entries.
9620 Mention `compilation-finish-functions'.
9622 2005-11-27 Richard M. Stallman <rms@gnu.org>
9624 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
9626 2005-11-21 Juri Linkov <juri@jurta.org>
9628 * customize.texi (Common Keywords): Update links types
9629 custom-manual and url-link. Add link types emacs-library-link,
9630 file-link, function-link, variable-link, custom-group-link.
9632 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
9634 * display.texi: Revert 2005-11-20 change.
9636 2005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9638 * processes.texi (Bindat Functions):
9639 Say "third" to refer to zero-based index "2".
9641 2005-11-18 Luc Teirlinck <teirllm@auburn.edu>
9643 * loading.texi (Library Search): Update the default value of
9646 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
9648 * display.texi (Attribute Functions): Mention :ignore-defface.
9650 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9652 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
9653 (Minor Mode Conventions): Mention the use of a hook.
9655 2005-11-06 Richard M. Stallman <rms@gnu.org>
9657 * files.texi (Magic File Names): find-file-name-handler checks the
9658 `operations' property of the handler.
9660 2005-11-03 Richard M. Stallman <rms@gnu.org>
9662 * variables.texi (Frame-Local Variables): Small clarification.
9664 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
9666 * os.texi (Init File): Document ~/.emacs.d/init.el.
9668 2005-10-29 Richard M. Stallman <rms@gnu.org>
9670 * internals.texi (Garbage Collection): Document memory-full.
9672 2005-10-28 Bill Wohler <wohler@newt.com>
9674 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
9677 2005-10-28 Richard M. Stallman <rms@gnu.org>
9679 * minibuf.texi (Completion Commands): Clean up prev change.
9681 2005-10-26 Kevin Ryde <user42@zip.com.au>
9683 * compile.texi (Eval During Compile): Explain recommended uses
9684 of eval-when-compile and eval-and-compile.
9686 2005-10-27 Masatake YAMATO <jet@gyve.org>
9688 * minibuf.texi (Completion Commands):
9689 Write about new optional argument for `display-completion-list'.
9691 2005-10-23 Richard M. Stallman <rms@gnu.org>
9693 * display.texi (Overlay Arrow): Clarify about local bindings of
9694 overlay-arrow-position.
9696 2005-10-22 Eli Zaretskii <eliz@gnu.org>
9698 * internals.texi (Building Emacs): Fix last change.
9700 2005-10-22 Richard M. Stallman <rms@gnu.org>
9702 * internals.texi (Building Emacs): Document eval-at-startup.
9704 2005-10-21 Richard M. Stallman <rms@gnu.org>
9706 * loading.texi (Where Defined): load-history contains abs file names.
9707 symbol-file returns abs file names.
9709 2005-10-19 Kim F. Storm <storm@cua.dk>
9711 * display.texi (Showing Images): Add max-image-size integer value.
9713 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9715 * display.texi (Showing Images): Document max-image-size.
9717 2005-10-17 Richard M. Stallman <rms@gnu.org>
9719 * commands.texi (Quitting): Minor clarification.
9721 * processes.texi (Sentinels): Clarify about output and quitting.
9722 (Filter Functions): Mention with-local-quit.
9724 2005-10-17 Juri Linkov <juri@jurta.org>
9726 * buffers.texi (Current Buffer):
9727 * commands.texi (Event Input Misc):
9728 * compile.texi (Eval During Compile, Compiler Errors):
9729 * customize.texi (Group Definitions):
9730 * display.texi (Progress, Defining Faces):
9731 * files.texi (Writing to Files):
9732 * modes.texi (Mode Hooks, Defining Minor Modes):
9733 * streams.texi (Output Functions):
9734 * syntax.texi (Syntax Table Functions):
9735 * text.texi (Change Hooks):
9736 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
9738 * commands.texi (Quitting): Replace arg `forms' with `body' in
9741 * positions.texi (Excursions): Replace arg `forms' with `body' in
9744 2005-10-08 Kim F. Storm <storm@cua.dk>
9746 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
9747 Rename manual section accordingly.
9749 2005-10-04 Kim F. Storm <storm@cua.dk>
9751 * windows.texi (Window Split Tree): New section describing
9752 new function window-split-tree function.
9754 2005-10-03 Nick Roberts <nickrob@snap.net.nz>
9756 * display.texi (Fringe Size/Pos): Simplify and add detail.
9758 2005-09-30 Romain Francoise <romain@orebokech.com>
9760 * minibuf.texi (High-Level Completion): Explain that the prompt
9761 given to `read-buffer' should end with a colon and a space.
9762 Update usage examples.
9764 2005-09-29 Juri Linkov <juri@jurta.org>
9766 * display.texi (Displaying Messages): Rename argument name
9767 `string' to `format-string' in functions `message', `message-box',
9770 2005-09-26 Chong Yidong <cyd@stupidchicken.com>
9772 * errors.texi (Standard Errors): Correct xrefs.
9774 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
9776 * display.texi (Defining Images): Update documentation for
9779 2005-09-17 Richard M. Stallman <rms@gnu.org>
9781 * display.texi (Defining Images): Clean up previous change.
9783 2005-09-16 Romain Francoise <romain@orebokech.com>
9785 * elisp.texi: Specify GFDL version 1.2.
9787 * doclicense.texi (GNU Free Documentation License): Update to
9790 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
9792 * display.texi (Defining Images): Document `image-load-path'.
9794 2005-09-15 Richard M. Stallman <rms@gnu.org>
9796 * objects.texi (Printed Representation): Minor cleanup.
9797 (Box Diagrams): Minor fix.
9798 (Cons Cell Type): Move (...) index item here.
9799 (Box Diagrams): From here.
9800 (Array Type): Minor fix.
9801 (Type Predicates): Delete index "predicates".
9802 (Hash Table Type): Clarify xref.
9803 (Dotted Pair Notation): Minor fix.
9805 2005-09-10 Chong Yidong <cyd@stupidchicken.com>
9807 * files.texi (Saving Buffers): Fix typo.
9809 2005-09-08 Richard M. Stallman <rms@gnu.org>
9811 * tips.texi (Programming Tips): Correct the "default" prompt spec.
9813 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
9815 * locals.texi (Standard Buffer-Local Variables): Don't include
9816 mode variables for minor modes.
9817 Fix xrefs for buffer-display-count, buffer-display-table,
9818 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
9819 enable-multibyte-characters, fill-column, header-line-format,
9820 left-fringe-width, left-margin, and right-fringe-width.
9822 * hooks.texi (Standard Hooks): All hooks should conform to the
9823 standard naming convention now.
9824 Fix xref for `echo-area-clear-hook'.
9826 * display.texi (Usual Display): Note that indicate-empty-lines and
9827 tab-width are buffer-local.
9829 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
9831 * modes.texi (Mode Help): Note that major-mode is buffer-local.
9833 * nonascii.texi (Encoding and I/O): Note that
9834 buffer-file-coding-system is buffer-local.
9836 * positions.texi (List Motion): Note that defun-prompt-regexp is
9839 * text.texi (Auto Filling): Note that auto-fill-function is
9841 (Undo): Note that buffer-undo-list is buffer-local.
9843 * windows.texi (Buffers and Windows):
9844 Document buffer-display-count.
9846 2005-09-06 Richard M. Stallman <rms@gnu.org>
9848 * tips.texi (Coding Conventions): Sometimes it is ok to put the
9849 package prefix elsewhere than at the start of the name.
9851 2005-09-03 Richard M. Stallman <rms@gnu.org>
9853 * tips.texi (Programming Tips): Add conventions for minibuffer
9854 questions and prompts.
9856 2005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
9858 * intro.texi (nil and t): Minor cleanup.
9859 Delete spurious mention of keyword symbols.
9860 (Evaluation Notation): Add index entry.
9861 (A Sample Function Description): Minor cleanup.
9862 (A Sample Variable Description): Not all vars can be set.
9864 2005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
9866 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
9868 (Insertion): Document precise type of `insert-char' arg COUNT.
9870 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
9872 * modes.texi (Other Font Lock Variables): Sync the default of
9873 font-lock-lines-before.
9875 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
9877 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
9879 2005-08-29 Richard M. Stallman <rms@gnu.org>
9881 * elisp.texi (Top): Update subnode menu.
9883 * searching.texi (Searching and Matching): Move node.
9884 Rearrange contents and add overall explanation.
9885 (Searching and Case): Move node.
9886 (Searching and Matching): Update menu.
9888 2005-08-27 Eli Zaretskii <eliz@gnu.org>
9890 * os.texi (Startup Summary): Fix the description of the initial
9891 startup message display.
9893 2005-08-25 Richard M. Stallman <rms@gnu.org>
9895 * searching.texi (Search and Replace): Add replace-regexp-in-string.
9897 2005-08-25 Emilio C. Lopes <eclig@gmx.net>
9899 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
9900 `next-overlay-change' example.
9902 2005-08-22 Juri Linkov <juri@jurta.org>
9904 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
9905 Fix invert-face. Fix args of face-background.
9907 * display.texi (Standard Faces): Delete node.
9908 (Faces): Add xref to `(emacs)Standard Faces'.
9909 (Displaying Faces): Fix xref to `Standard Faces'.
9911 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
9913 2005-08-20 Alan Mackenzie <acm@muc.de>
9915 * buffers.texi (The Buffer List): Clarify the manipulation of the
9918 2005-08-14 Richard M. Stallman <rms@gnu.org>
9920 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
9923 2005-08-11 Richard M. Stallman <rms@gnu.org>
9925 * elisp.texi (Top): Update subnode lists.
9927 * display.texi (Inverse Video): Node deleted.
9929 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
9930 New nodes split out of Coding Conventions.
9932 * searching.texi (Regular Expressions): Document re-builder.
9934 * os.texi (Time Parsing): New node split out of Time Conversion.
9936 * processes.texi (Misc Network, Network Feature Testing)
9937 (Network Options, Make Network): New nodes split out of
9940 2005-08-09 Richard M. Stallman <rms@gnu.org>
9942 * frames.texi (Geometry): New node, split from Size and Position.
9943 (Frame Parameters): Refer to Geometry.
9945 * buffers.texi (The Buffer List): Fix xrefs.
9947 * windows.texi (Splitting Windows): Fix xref.
9949 * frames.texi (Layout Parameters): Add xref.
9951 * display.texi (Line Height, Scroll Bars): Fix xrefs.
9953 * keymaps.texi (Menu Bar): Fix xref.
9955 * locals.texi (Standard Buffer-Local Variables): Fix xref.
9957 * modes.texi (%-Constructs): Fix xref.
9959 * frames.texi (Window Frame Parameters): Node split up.
9960 (Basic Parameters, Position Parameters, Size Parameters)
9961 (Layout Parameters, Buffer Parameters, Management Parameters)
9962 (Cursor Parameters, Color Parameters): New subnodes.
9964 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
9966 * positions.texi (Screen Lines): Update xref for previous change
9969 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
9970 change in minibuf.texi.
9972 2005-08-09 Richard M. Stallman <rms@gnu.org>
9974 * tips.texi (Coding Conventions): Minor cleanup.
9976 * modes.texi (Defining Minor Modes): Explain when init-value
9979 * elisp.texi (Top): Update submenu for Minibuffer.
9981 * minibuf.texi (Minibuffer Misc): Node split up.
9982 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
9983 (Recursive Mini): New nodes split out from Minibuffer Misc.
9984 (Minibuffer Misc): Document max-mini-window-height.
9986 * hash.texi (Defining Hash): Delete stray paren in example.
9988 * display.texi (Echo Area Customization): Don't define
9989 max-mini-window-height here; xref instead.
9991 * commands.texi (Event Input Misc): Update while-no-input.
9993 * advice.texi (Advising Functions): Explain when to use advice
9994 and when to use a hook.
9996 2005-07-30 Eli Zaretskii <eliz@gnu.org>
9998 * makefile.w32-in (info): Don't run install-info.
9999 ($(infodir)/dir): New target, produced by running install-info.
10001 2005-07-27 Luc Teirlinck <teirllm@auburn.edu>
10003 * modes.texi (Defining Minor Modes): The keyword for the initial
10004 value is :init-value, not :initial-value.
10006 2005-07-23 Eli Zaretskii <eliz@gnu.org>
10008 * loading.texi (Autoload): Make the `doctor' example be consistent
10009 with what's in current loaddefs.el. Describe the "fn" magic in
10010 the usage portion of the doc string.
10012 2005-07-22 Richard M. Stallman <rms@gnu.org>
10014 * internals.texi (Garbage Collection): Clarify previous change.
10016 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
10018 * internals.texi (Garbage Collection): Add gc-cons-percentage.
10020 2005-07-18 Juri Linkov <juri@jurta.org>
10022 * commands.texi (Accessing Events):
10023 * frames.texi (Text Terminal Colors, Resources):
10024 * markers.texi (The Mark):
10025 * modes.texi (Defining Minor Modes):
10026 Delete duplicate duplicate words.
10028 2005-07-16 Richard M. Stallman <rms@gnu.org>
10030 * display.texi (Managing Overlays): Clarify make-overlay
10031 args for insertion types.
10033 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
10035 * customize.texi (Variable Definitions):
10036 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
10037 `standard-value' is a list too.
10038 (Defining New Types): Use @key{RET} instead of @key{ret}.
10040 2005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
10042 * os.texi (Translating Input): Fix typo.
10044 2005-07-08 Richard M. Stallman <rms@gnu.org>
10046 * README: Update edition number and size estimate.
10048 * elisp.texi (VERSION): Set to 2.9.
10050 2005-07-07 Richard M. Stallman <rms@gnu.org>
10052 * book-spine.texinfo: Update Emacs version.
10054 * display.texi (Inverse Video): Delete mode-line-inverse-video.
10056 2005-07-06 Richard M. Stallman <rms@gnu.org>
10058 * searching.texi (Regexp Search): Clarify what re-search-forward
10059 does when the search fails.
10061 2005-07-05 Lute Kamstra <lute@gnu.org>
10063 * Update FSF's address in GPL notices.
10065 * doclicense.texi (GNU Free Documentation License):
10067 * tips.texi (Coding Conventions, Library Headers):
10069 * vol2.texi: Update FSF's address.
10071 2005-07-04 Richard M. Stallman <rms@gnu.org>
10073 * hooks.texi (Standard Hooks): Add occur-hook.
10075 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
10077 * display.texi (The Echo Area): Correct menu.
10079 2005-07-03 Richard M. Stallman <rms@gnu.org>
10081 * elisp.texi (Top): Update subnode menu for Display.
10083 * display.texi (Displaying Messages): New node, with most
10084 of what was in The Echo Area.
10085 (Progress): Move under The Echo Area.
10086 (Logging Messages): New node with new text.
10087 (Echo Area Customization): New node, the rest of what was
10088 in The Echo Area. Document message-truncate-lines with @defvar.
10089 (Display): Update menu.
10091 * windows.texi (Textual Scrolling): Doc 3 values for
10092 scroll-preserve-screen-position.
10094 * text.texi (Special Properties): Change hook functions
10095 should bind inhibit-modification-hooks around altering buffer text.
10097 * keymaps.texi (Key Binding Commands): Call binding BINDING
10098 rather than DEFINITION.
10100 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
10102 * variables.texi (Defining Variables): `user-variable-p' returns t
10103 for aliases of user options, nil for alias loops.
10105 2005-06-28 Richard M. Stallman <rms@gnu.org>
10107 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
10110 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
10112 * variables.texi (Setting Variables): Correct and clarify
10113 description of `add-to-ordered-list'.
10115 2005-06-26 Richard M. Stallman <rms@gnu.org>
10117 * display.texi (Faces): Minor cleanup.
10119 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
10121 * display.texi (Faces): `facep' returns t for strings that are
10124 2005-06-25 Richard M. Stallman <rms@gnu.org>
10126 * objects.texi (Equality Predicates): Clarify meaning of equal.
10128 * windows.texi (Selecting Windows): save-selected-window
10129 and with-selected-window save and restore the current buffer.
10131 2005-06-24 Richard M. Stallman <rms@gnu.org>
10133 * numbers.texi (Float Basics): Explain how to test for NaN,
10134 and printing the sign of NaNs.
10136 2005-06-24 Eli Zaretskii <eliz@gnu.org>
10138 * makefile.w32-in (MAKEINFO): Use --force.
10140 2005-06-23 Richard M. Stallman <rms@gnu.org>
10142 * display.texi (Face Functions): Correct Texinfo usage.
10144 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
10146 * lists.texi (Rings): `ring-elements' now returns the elements of
10149 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
10151 * markers.texi (The Mark): Texinfo usage fix.
10153 2005-06-23 Kim F. Storm <storm@cua.dk>
10155 * searching.texi (Entire Match Data): Remove evaporate option for
10156 match-data. Do not mention evaporate option for set-match-data.
10158 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
10160 * display.texi (Face Functions): Mention face aliases.
10162 2005-06-21 Richard M. Stallman <rms@gnu.org>
10164 * anti.texi (Antinews): Texinfo usage fix.
10166 2005-06-21 Karl Berry <karl@gnu.org>
10168 * elisp.texi: Use @copying.
10170 * elisp.texi: Put @summarycontents and @contents before the Top
10171 node, instead of the end of the file, so that the contents appear
10172 in the right place in the dvi/pdf output.
10174 2005-06-21 Juri Linkov <juri@jurta.org>
10176 * display.texi (Defining Faces): Add `customized-face'.
10178 2005-06-20 Kim F. Storm <storm@cua.dk>
10180 * variables.texi (Setting Variables): Any type of element can be
10181 given order in add-to-ordered-list. Compare elements with eq.
10183 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
10185 2005-06-20 Karl Berry <karl@gnu.org>
10187 * syntax.texi (Syntax Flags): Make last column very slightly wider
10188 to avoid "generic comment" breaking on two lines and causing an
10191 2005-06-19 Luc Teirlinck <teirllm@auburn.edu>
10193 * lists.texi (Rings): Various minor clarifications and corrections.
10195 2005-06-18 Richard M. Stallman <rms@gnu.org>
10197 * functions.texi (Obsolete Functions): Simplify.
10199 * variables.texi (Variable Aliases): Simplify.
10201 * anti.texi, backups.texi, compile.texi, customize.texi:
10202 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
10203 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
10204 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
10205 * variables.texi: Fix formatting ugliness.
10207 * elisp.texi: Add links to Rings and Byte Packing.
10208 Update version and copyright years.
10210 * minibuf.texi: Fix formatting ugliness.
10211 (Completion Commands): Move keymap vars to the end
10212 and vars completing-read binds to the top.
10214 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
10216 * processes.texi: Fix typos.
10217 (Bindat Spec): Correct Texinfo error.
10218 (Byte Packing): Fix ungrammatical sentence.
10220 2005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
10222 * lists.texi (Rings): New node.
10223 (Lists): Add it to menu.
10225 * processes.texi (Byte Packing): New node.
10226 (Processes): Add it to menu.
10228 2005-06-17 Richard M. Stallman <rms@gnu.org>
10230 * syntax.texi (Parsing Expressions): Fix texinfo usage.
10232 * help.texi (Documentation Basics): Explain the xref to
10233 Documentation Tips.
10235 * debugging.texi (Debugger Commands): Minor fix.
10237 2005-06-16 Luc Teirlinck <teirllm@auburn.edu>
10239 * edebug.texi (Instrumenting): Eliminate duplicate link.
10240 (Specification List): Replace references to "below", referring to
10241 a later node, with one @ref to that node.
10243 * os.texi (Timers): Timers should save and restore the match data
10246 * debugging.texi (Debugger Commands): Mention that the Lisp
10247 debugger can not step through primitive functions.
10249 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
10251 * functions.texi (Obsolete Functions): Update argument names of
10252 `make-obsolete' and `define-obsolete-function-alias'.
10254 * variables.texi (Variable Aliases): Update argument names of
10255 `defvaralias', `make-obsolete-variable' and
10256 `define-obsolete-variable-alias'.
10258 2005-06-15 Kim F. Storm <storm@cua.dk>
10260 * searching.texi (Entire Match Data): Rephrase warnings about
10261 evaporate arg to match-data and set-match-data.
10263 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
10265 * elisp.texi (Top): Update detailed menu.
10267 * edebug.texi (Edebug): Update menu.
10268 (Instrumenting): Update xrefs.
10269 (Edebug Execution Modes): Correct xref.
10270 (Jumping): Clarify description of `h' command.
10271 Eliminate redundant @ref.
10272 (Breaks): New node.
10273 (Breakpoints): Is now a subsubsection.
10274 (Global Break Condition): Mention `C-x X X'.
10275 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
10276 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
10277 (Edebug Display Update): Correct pxref.
10278 (Edebug and Macros): New node.
10279 (Instrumenting Macro Calls): Is now a subsubsection.
10280 Neither arg of `def-edebug-spec' is evaluated.
10281 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
10282 (Specification Examples): Fix typo.
10284 2005-06-14 Lute Kamstra <lute@gnu.org>
10286 * debugging.texi (Function Debugging): Primitives can break on
10289 2005-06-14 Kim F. Storm <storm@cua.dk>
10291 * variables.texi (Setting Variables): Add add-to-ordered-list.
10293 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10295 * syntax.texi (Parsing Expressions): Document aux functions and vars of
10296 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
10298 2005-06-13 Lute Kamstra <lute@gnu.org>
10300 * text.texi (Special Properties): Fix cross reference.
10302 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
10304 * debugging.texi (Function Debugging): Delete mention of empty
10305 string argument to `cancel-debug-on-entry'. Delete inaccurate
10306 description of the return value of that command.
10308 2005-06-11 Alan Mackenzie <acm@muc.de>
10310 * text.texi (Adaptive Fill): Amplify the description of
10311 fill-context-prefix.
10313 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
10315 * syntax.texi (Parsing Expressions): Fix Texinfo error.
10317 2005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10319 * syntax.texi (Parsing Expressions): Document syntax-ppss.
10321 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
10323 * debugging.texi (Error Debugging): Minor rewording.
10324 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
10327 2005-06-10 Lute Kamstra <lute@gnu.org>
10329 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
10330 (Top): Give it a title. Correct version number. Give the
10331 detailed node listing a more prominent header.
10332 * intro.texi: Don't set VERSION here a second time.
10333 Mention Emacs's version too.
10334 * anti.texi (Antinews): Use EMACSVER to refer to the current
10337 2005-06-09 Kim F. Storm <storm@cua.dk>
10339 * searching.texi (Entire Match Data): Explain new `reseat' argument to
10340 match-data and set-match-data.
10342 2005-06-08 Richard M. Stallman <rms@gnu.org>
10344 * searching.texi (Entire Match Data): Clarify when match-data
10345 returns markers and when integers.
10347 * display.texi (Defining Faces): Explain that face name should not
10350 * modes.texi (Mode Line Data): Minor cleanup.
10351 (Customizing Keywords): Node split out of Search-based Fontification.
10352 Add example of using font-lock-add-keywords from a hook.
10353 Clarify when MODE should be non-nil, and when nil.
10355 2005-06-06 Richard M. Stallman <rms@gnu.org>
10357 * modes.texi (Mode Line Data): Explain what happens when the car
10358 of a list is a void symbol.
10359 (Search-based Fontification): Explain MODE arg to
10360 font-lock-add-keywords and warn about calls from major modes.
10362 2005-06-08 Juri Linkov <juri@jurta.org>
10364 * display.texi (Standard Faces): Add `shadow' face.
10366 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
10368 * modes.texi (Major Mode Conventions): A derived mode only needs
10369 to put the call to the parent mode inside `delay-mode-hooks'.
10371 2005-05-29 Richard M. Stallman <rms@gnu.org>
10373 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
10374 new, and what that implies. Clarify.
10376 * files.texi (Locating Files): Clean up the text.
10378 * frames.texi (Window Frame Parameters): Document user-size.
10379 Shorten entry for top by referring to left.
10381 2005-05-26 Richard M. Stallman <rms@gnu.org>
10383 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
10384 is new, and what the implications are. Other clarifications.
10386 2005-05-24 Richard M. Stallman <rms@gnu.org>
10388 * frames.texi (Dialog Boxes): Minor fixes.
10390 2005-05-25 Masatake YAMATO <jet@gyve.org>
10392 * display.texi (Standard Faces): Write about `mode-line-highlight'.
10394 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
10396 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
10399 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
10401 * frames.texi (Dialog Boxes): Describe new optional argument.
10403 2005-05-23 Lute Kamstra <lute@gnu.org>
10405 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
10406 syntax-begin-function over font-lock-beginning-of-syntax-function.
10408 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
10410 * minibuf.texi (Reading File Names): Update description of
10411 `read-directory-name'.
10413 * modes.texi (Derived Modes): Clarify :group keyword.
10415 2005-05-21 Eli Zaretskii <eliz@gnu.org>
10417 * files.texi (Locating Files): New subsection.
10418 Describe locate-file and executable-find.
10420 2005-05-21 Kevin Ryde <user42@zip.com.au>
10422 * frames.texi (Initial Parameters): Update cross reference to
10423 "Emacs Invocation".
10425 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
10427 * keymaps.texi (Active Keymaps): Add anchor.
10429 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
10430 (Major Mode Conventions): Refer to `Auto Major Mode' in more
10432 (Derived Modes): Small clarifications.
10433 (Minor Mode Conventions, Keymaps and Minor Modes):
10434 Replace references to nodes with references to anchors.
10435 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
10436 Clarify description of lists whose first element is an integer.
10437 (Mode Line Variables): Add anchor.
10438 (%-Constructs): Clarify description of integer after %.
10439 (Emulating Mode Line): Describe nil value for FACE.
10441 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
10443 * modes.texi (Derived Modes): Correct references to non-existing
10444 variable standard-syntax-table.
10446 2005-05-17 Lute Kamstra <lute@gnu.org>
10448 * modes.texi (Defining Minor Modes): Mention the mode hook.
10450 2005-05-15 Kim F. Storm <storm@cua.dk>
10452 * processes.texi (Network): Remove open-network-stream-nowait.
10453 (Network Servers): Remove open-network-stream-server.
10455 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
10457 * elisp.texi (Top): Update detailed menu.
10459 * variables.texi: Reorder nodes.
10460 (Variables): Update menu.
10461 (File Local Variables): Do not refer to the `-*-' line as
10462 a "local variables list". Add pxref.
10464 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
10466 * elisp.texi (Top): Update detailed menu for node changes.
10468 * modes.texi (Modes): Update Menu.
10469 (Hooks): Move to beginning of chapter.
10470 Most minor modes run mode hooks too.
10471 `add-hook' can handle void hooks or hooks whose value is a single
10473 (Major Modes): Update Menu.
10474 (Major Mode Basics): New node, split off from `Major Modes'.
10475 (Major Mode Conventions): Correct xref. Explain how to handle
10476 auto-mode-alist if the major mode command has an autoload cookie.
10477 (Auto Major Mode): Major update. Add magic-mode-alist.
10478 (Derived Modes): Major update.
10479 (Mode Line Format): Update Menu.
10480 (Mode Line Basics): New node, split off from `Mode Line Format'.
10482 * loading.texi (Autoload): Mention `autoload cookie' as synonym
10483 for `magic autoload comment'. Add index entries and anchor.
10485 2005-05-14 Richard M. Stallman <rms@gnu.org>
10487 * tips.texi (Coding Conventions): Explain how important it is
10488 that just loading certain files not change Emacs behavior.
10490 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
10492 2005-05-12 Lute Kamstra <lute@gnu.org>
10494 * modes.texi (Generic Modes): Update.
10495 (Major Modes): Refer to node "Generic Modes".
10497 * elisp.texi (Top): Update to the current structure of the manual.
10498 * processes.texi (Processes): Add menu description.
10499 * customize.texi (Customization): Add menu descriptions.
10501 2005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
10503 * processes.texi (Signals to Processes)
10504 (Low-Level Network): Fix typos.
10506 2005-05-11 Lute Kamstra <lute@gnu.org>
10508 * elisp.texi (Top): Add some nodes from the chapter "Major and
10509 Minor Modes" to the detailed node listing.
10511 2005-05-10 Richard M. Stallman <rms@gnu.org>
10513 * keymaps.texi (Extended Menu Items): Menu item filter functions
10514 can be called at any time.
10516 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
10518 * variables.texi (File Local Variables): `(hack-local-variables t)'
10519 now also checks whether a mode is specified in the local variables
10522 2005-05-05 Kevin Ryde <user42@zip.com.au>
10524 * display.texi (The Echo Area): Correct format function cross
10527 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
10529 * variables.texi (Variable Aliases): Change description of
10530 `define-obsolete-variable-alias'.
10532 * functions.texi (Functions): Add "Obsolete Functions" to menu.
10533 (Defining Functions): Add xref.
10534 (Obsolete Functions): New node.
10535 (Function Safety): Standardize capitalization of section title.
10537 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
10538 (Dialog Boxes): Complete description of `x-popup-dialog'.
10540 2005-05-04 Richard M. Stallman <rms@gnu.org>
10542 * commands.texi (Interactive Codes): Fix Texinfo usage.
10543 Document U more clearly.
10545 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10547 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
10548 function and not a macro.
10550 * frames.texi (Pop-Up Menus): Correct and clarify description of
10552 (Dialog Boxes): Clarify description of `x-popup-dialog'.
10554 2005-05-01 Richard M. Stallman <rms@gnu.org>
10556 * edebug.texi (Checking Whether to Stop): Fix previous change.
10558 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10560 * display.texi: Fix typos and Texinfo usage.
10562 * edebug.texi (Checking Whether to Stop): executing-macro ->
10563 executing-kbd-macro.
10565 2005-05-01 Richard M. Stallman <rms@gnu.org>
10567 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
10569 2005-04-30 Richard M. Stallman <rms@gnu.org>
10571 * files.texi (Magic File Names): Document `operations' property.
10573 2005-04-29 Lute Kamstra <lute@gnu.org>
10575 * modes.texi (Generic Modes): New node.
10576 (Major Modes): Add it to the menu.
10577 (Derived Modes): Add "derived mode" to concept index.
10579 2005-04-28 Lute Kamstra <lute@gnu.org>
10581 * modes.texi (Defining Minor Modes): Fix previous change.
10582 (Font Lock Mode): Simplify.
10583 (Font Lock Basics): Say that font-lock-defaults is buffer-local
10584 when set and that some parts are optional. Add cross references.
10585 (Search-based Fontification): Say how to specify font-lock-keywords.
10586 Add cross references. Add font-lock-multiline to index.
10587 Move font-lock-keywords-case-fold-search here from node "Other Font
10588 Lock Variables". Document font-lock-add-keywords and
10589 font-lock-remove-keywords.
10590 (Other Font Lock Variables): Move font-lock-keywords-only,
10591 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
10592 and font-lock-syntactic-face-function to node "Syntactic Font
10593 Lock". Move font-lock-keywords-case-fold-search to node
10594 "Search-based Fontification". Document font-lock-inhibit-thing-lock
10595 and font-lock-{,un}fontify-{buffer,region}-function.
10596 (Precalculated Fontification): Remove reference to deleted variable
10597 font-lock-core-only.
10598 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
10599 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
10600 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
10601 and font-lock-syntactic-face-function here from node "Other Font
10602 Lock Variables". Move font-lock-syntactic-keywords to "Setting
10603 Syntax Properties". Add cross references.
10604 (Setting Syntax Properties): New node.
10605 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
10606 * syntax.texi (Syntax Properties): Add cross reference.
10607 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
10609 2005-04-26 Richard M. Stallman <rms@gnu.org>
10611 * display.texi (Defining Faces):
10612 Document `default' elements of defface spec.
10614 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
10616 * variables.texi (Variable Aliases): Clarify text.
10618 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
10620 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
10622 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
10624 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
10626 2005-04-24 Eli Zaretskii <eliz@gnu.org>
10628 * syntax.texi (Syntax Table Internals): Elaborate documentation of
10629 syntax-after and syntax-class.
10631 * files.texi (Changing Files): Fix last change's cross-reference.
10632 (Unique File Names): Don't mention "numbers" in the documentation
10633 of make-temp-file and make-temp-name.
10635 2005-04-23 Richard M. Stallman <rms@gnu.org>
10637 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
10639 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
10641 * windows.texi (Cyclic Window Ordering): Clarify window-list.
10643 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
10645 * variables.texi (Variable Aliases): Describe make-obsolete-variable
10646 and define-obsolete-variable-alias.
10648 2005-04-22 Kim F. Storm <storm@cua.dk>
10650 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
10651 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
10653 2005-04-21 Lute Kamstra <lute@gnu.org>
10655 * lists.texi (Association Lists): Document rassq-delete-all.
10657 2005-04-19 Richard M. Stallman <rms@gnu.org>
10659 * modes.texi (Search-based Fontification): Explain that
10660 facespec is an expression to be evaluated.
10662 2005-04-19 Kevin Ryde <user42@zip.com.au>
10664 * streams.texi (Output Functions): Fix xref.
10665 * strings.texi (String Conversion): Fix xref.
10667 2005-04-19 Kim F. Storm <storm@cua.dk>
10669 * symbols.texi (Symbol Plists): Add safe-get.
10670 Mention that `get' may signal an error.
10672 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
10674 * customize.texi (Variable Definitions): Replace tooltip-mode
10675 example with save-place.
10677 2005-04-17 Richard M. Stallman <rms@gnu.org>
10679 * buffers.texi (Indirect Buffers): Clarify.
10681 * positions.texi (Positions): Clarify converting marker to integer.
10683 * strings.texi (String Basics): Mention string-match; clarify.
10685 2005-04-08 Lute Kamstra <lute@gnu.org>
10687 * modes.texi (Search-based Fontification): Fix cross references.
10688 Use consistent terminology. Document anchored highlighting.
10690 2005-04-05 Lute Kamstra <lute@gnu.org>
10692 * modes.texi (Defining Minor Modes): Document :group keyword
10693 argument and its default value.
10695 2005-04-03 Lute Kamstra <lute@gnu.org>
10697 * hooks.texi (Standard Hooks): Add some hooks. Add cross
10698 references and/or descriptions. Delete major mode hooks; mention
10699 them as a category instead. Rename or delete obsolete hooks.
10701 2005-04-02 Richard M. Stallman <rms@gnu.org>
10703 * nonascii.texi (Coding System Basics): Another wording cleanup.
10705 2005-04-01 Richard M. Stallman <rms@gnu.org>
10707 * nonascii.texi (Coding System Basics): Clarify previous change.
10709 2005-04-01 Kenichi Handa <handa@m17n.org>
10711 * nonascii.texi (Coding System Basics): Describe about roundtrip
10712 identity of coding systems.
10714 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
10716 * text.texi (Buffer Contents): Add filter-buffer-substring and
10717 buffer-substring-filters.
10719 2005-03-26 Chong Yidong <cyd@stupidchicken.com>
10721 * anti.texi (Antinews): Mention `G' interactive code.
10723 * tips.texi (Compilation Tips): Mention benchmark.el.
10725 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
10727 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
10728 is now bound to M-o M-o.
10730 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
10732 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10734 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
10735 in the Emacs Manual).
10736 * Makefile.in (srcs): Remove calendar.texi.
10737 * makefile.w32-in (srcs): Remove calendar.texi.
10738 * display.texi (Display): Change name of next node.
10739 * os.texi (System In): Change name of previous node.
10740 * elisp.texi (Top): Remove Calendar references.
10741 * vol1.texi (Top): Remove Calendar references.
10742 * vol2.texi (Top): Remove Calendar references.
10744 2005-03-25 Richard M. Stallman <rms@gnu.org>
10746 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
10747 Cleanup previous change.
10749 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
10751 * display.texi (Face Attributes): Faces earlier in an :inherit
10752 list take precedence.
10753 (Scroll Bars): Fix description of vertical-scroll-bars.
10754 Document frame-current-scroll-bars and window-current-scroll-bars.
10756 * markers.texi (The Mark): Document temporary Transient Mark mode.
10758 * minibuf.texi (Reading File Names):
10759 Document read-file-name-completion-ignore-case.
10761 * positions.texi (Screen Lines): Document nil for width argument
10764 2005-03-23 Kim F. Storm <storm@cua.dk>
10766 * display.texi (Standard Faces): Other faces used in the fringe
10767 implicitly inherits from the fringe face.
10768 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
10769 properties implicitly inherits from fringe face.
10770 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
10772 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
10774 * display.texi (Invisible Text): State default value of
10775 line-move-ignore-invisible.
10776 (Managing Overlays): Document remove-overlays.
10777 (Standard Faces): Document escape-glyph face.
10779 * minibuf.texi (Reading File Names): Document read-file-name-function.
10781 * modes.texi (Other Font Lock Variables):
10782 Document font-lock-lines-before.
10784 * positions.texi (Skipping Characters): skip-chars-forward allows
10787 2005-03-18 Lute Kamstra <lute@gnu.org>
10789 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
10791 2005-03-17 Richard M. Stallman <rms@gnu.org>
10793 * text.texi (Undo): Document extensible undo entries.
10795 * searching.texi (String Search, Regexp Search): Cleanups.
10797 * nonascii.texi (Character Codes): Minor fix.
10799 * display.texi (Display Property): Explain the significance
10800 of having text properties that are eq.
10801 (Other Display Specs): Explain string as display spec.
10803 * commands.texi (Interactive Codes): Document G option.
10805 2005-03-17 Chong Yidong <cyd@stupidchicken.com>
10807 * text.texi (Filling): Add sentence-end-without-period and
10808 sentence-end-without-space.
10809 (Changing Properties): Minor fix.
10811 * anti.texi: Total rewrite.
10813 2005-03-15 Lute Kamstra <lute@gnu.org>
10815 * edebug.texi (Instrumenting Macro Calls): Fix typos.
10817 2005-03-08 Kim F. Storm <storm@cua.dk>
10819 * display.texi (Specified Space): Property :width is support on
10820 non-graphic terminals, :height is not.
10822 2005-03-07 Richard M. Stallman <rms@gnu.org>
10824 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
10825 Now subnodes of Fringes.
10826 (Overlay Arrow): Document overlay-arrow-variable-list.
10827 (Fringe Size/Pos): New node, broken out of Fringes.
10828 (Display): Explain clearing vs redisplay better.
10829 (Truncation): Clarify use of bitmaps.
10830 (The Echo Area): Clarify the uses of the echo area.
10831 Add max-mini-window-height.
10832 (Progress): Clarify.
10833 (Invisible Text): Explain that main loop moves point out.
10834 (Selective Display): Say "hidden", not "invisible".
10835 (Managing Overlays): Move up. Describe relation to Undo here.
10836 (Overlay Properties): Clarify intro.
10837 (Finding Overlays): Explain return values when nothing found.
10838 (Width): truncate-string-to-width has added arg.
10839 (Displaying Faces): Clarify and update mode line face handling.
10840 (Face Functions): Minor cleanup.
10841 (Conditional Display): Merge into Other Display Specs.
10842 (Pixel Specification, Other Display Specs): Minor cleanups.
10843 (Images, Image Descriptors): Minor cleanups.
10844 (GIF Images): Patents have expired.
10845 (Showing Images): Explain default text for insert-image.
10846 (Manipulating Button Types): Merge into Manipulating Buttons.
10847 (Making Buttons): Explain return values.
10848 (Button Buffer Commands): Add xref.
10849 (Inverse Video): Update mode-line-inverse-video.
10850 (Display Table Format): Clarify.
10851 (Active Display Table): Give defaults for window-display-table.
10853 * calendar.texi (Calendar Customizing): calendar-holiday-marker
10854 and calendar-today-marker are strings, not chars.
10855 (Holiday Customizing): Minor fix.
10857 * internals.texi (Writing Emacs Primitives): Update `or' example.
10858 Update limit on # args of subr.
10860 * edebug.texi (Using Edebug): Arrow is in fringe.
10861 (Instrumenting): Arg to eval-defun works without loading edebug.
10862 (Edebug Execution Modes): Add xref.
10864 * customize.texi (Common Keywords): Clarify :require.
10865 Mention :version here.
10866 (Variable Definitions, Group Definitions): Not here.
10867 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
10869 2005-03-07 Chong Yidong <cyd@stupidchicken.com>
10870 * nonascii.texi (Text Representations): Clarify position-bytes.
10871 (Character Sets): Add list-charset-chars.
10872 (Scanning Charsets): Add charset-after.
10873 (Encoding and I/O): Minor fix.
10875 2005-03-06 Richard M. Stallman <rms@gnu.org>
10877 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
10878 (Resizing Windows): Likewise.
10880 * text.texi (Change Hooks): Get rid of "Emacs 21".
10882 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
10884 * streams.texi (Output Variables): Get rid of "Emacs 21".
10886 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
10888 * os.texi (Translating Input): Replace flow-control example
10889 with a less obsolete example that uses `keyboard-translate'.
10891 * objects.texi (Hash Table Type, Circular Objects):
10892 Get rid of "Emacs 21".
10894 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
10895 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
10897 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
10899 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
10901 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
10902 (Menu Bar): Fix when menu-bar-update-hook is called.
10904 * hash.texi (Hash Tables): Get rid of "Emacs 21".
10906 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
10907 and make it read better.
10909 * files.texi (Writing to Files): Get rid of "Emacs 21".
10910 (Unique File Names): Likewise.
10912 * elisp.texi: Update Emacs version to 22.
10914 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
10915 (Overlay Properties, Face Attributes): Likewise.
10916 (Managing Overlays): Fix punctuation.
10917 (Attribute Functions): Clarify set-face-font; get rid of
10918 info about old Emacs versions.
10919 (Auto Faces, Font Lookup, Display Property, Images):
10920 Get rid of "Emacs 21".
10922 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
10924 2005-03-05 Richard M. Stallman <rms@gnu.org>
10926 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
10928 2005-03-04 Lute Kamstra <lute@gnu.org>
10930 * debugging.texi (Error Debugging): Document stack-trace-on-error.
10932 2005-03-03 Lute Kamstra <lute@gnu.org>
10934 * edebug.texi (Instrumenting Macro Calls): Fix typo.
10936 2005-03-01 Lute Kamstra <lute@gnu.org>
10938 * debugging.texi (Debugger Commands): Update `j'.
10940 2005-02-28 Lute Kamstra <lute@gnu.org>
10942 * debugging.texi (Debugging): Fix typo.
10943 (Error Debugging): Document eval-expression-debug-on-error.
10944 (Function Debugging): Update example.
10945 (Using Debugger): Mention starred stack frames.
10946 (Debugger Commands): Document `j' and `l'.
10947 (Invoking the Debugger): `d' and `j' exit recursive edit too.
10948 Update the messages that the debugger displays.
10949 (Internals of Debugger): Add cross reference. Update example.
10950 (Excess Open): Minor improvement.
10951 (Excess Close): Minor improvement.
10953 2005-02-26 Richard M. Stallman <rms@gnu.org>
10955 * tips.texi (Coding Conventions): Clarify.
10956 Put all the major mode key reservations together.
10957 Mention the Mouse-1 => Mouse-2 conventions.
10959 * syntax.texi (Syntax Class Table): Clarify.
10960 (Syntax Table Functions): syntax-after moved from here.
10961 (Syntax Table Internals): syntax-after moved to here.
10962 (Parsing Expressions): Update info on number of values
10963 and what's meaningful in the STATE argument.
10964 (Categories): Fix typo.
10966 * sequences.texi (Arrays): Cleanup.
10967 (Char-Tables): Clarify.
10969 * processes.texi (Deleting Processes): Cleanups, add xref.
10970 (Subprocess Creation): Explain nil in exec-path. Cleanup.
10971 (Process Information): set-process-coding-system, some args optional.
10972 (Input to Processes): Explain various types for PROCESS args.
10973 Rename them from PROCESS-NAME to PROCESS.
10974 (Signals to Processes): Likewise.
10975 (Decoding Output): Cleanup.
10976 (Query Before Exit): Clarify.
10978 * os.texi (Startup Summary): Correct the options; add missing ones.
10979 (Terminal Output, Batch Mode): Clarify.
10980 (Flow Control): Node deleted.
10982 * markers.texi (The Mark): Clarify.
10984 * macros.texi (Expansion): Cleanup.
10985 (Indenting Macros): indent-spec allows ints, not floats.
10987 * keymaps.texi (Keymaps): Clarify.
10988 (Format of Keymaps): Update lisp-mode-map example.
10989 (Active Keymaps, Key Lookup): Clarify.
10990 (Changing Key Bindings): Add xref to `kbd'.
10991 (Key Binding Commands, Simple Menu Items): Clarify.
10992 (Mouse Menus, Menu Bar): Clarify.
10993 (Menu Example): Replace print example with menu-bar-replace-menu.
10995 * help.texi (Documentation Basics): Add function-documentation prop.
10997 * elisp.texi (Top): Don't refer to Flow Control node.
10999 * commands.texi (Command Overview): Improve xrefs.
11000 (Adjusting Point): Adjusting point applies to intangible and invis.
11001 (Key Sequence Input): Doc extra read-key-sequence args.
11002 Likewise for read-key-sequence-vector.
11004 * backups.texi (Rename or Copy): Minor fix.
11005 (Numbered Backups): For version-control, say the default.
11006 (Auto-Saving): make-auto-save-file-name example is simplified.
11008 * advice.texi (Advising Functions): Don't imply one part of Emacs
11009 should advise another part. Markup changes.
11010 (Defining Advice): Move transitional para.
11011 (Activation of Advice): Cleanup.
11012 Explain if COMPILE is nil or negative.
11014 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
11016 2005-02-24 Lute Kamstra <lute@gnu.org>
11018 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
11019 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
11021 2005-02-23 Lute Kamstra <lute@gnu.org>
11023 * modes.texi (Defining Minor Modes): define-minor-mode can be used
11024 to define global minor modes as well.
11026 * display.texi (Managing Overlays): overlay-buffer returns nil for
11029 2005-02-22 Kim F. Storm <storm@cua.dk>
11031 * minibuf.texi (Basic Completion): Allow symbols in addition to
11032 strings in try-completion and all-completions.
11034 2005-02-14 Lute Kamstra <lute@gnu.org>
11036 * elisp.texi (Top): Remove reference to deleted node.
11038 * lists.texi (Lists): Remove reference to deleted node.
11039 (Cons Cells): Fix typo.
11041 * loading.texi (Where Defined): Fix typo.
11043 2005-02-14 Richard M. Stallman <rms@gnu.org>
11045 * variables.texi (Creating Buffer-Local): change-major-mode-hook
11046 is useful for discarding some minor modes.
11048 * symbols.texi (Symbol Components): Reorder examples.
11050 * streams.texi (Input Functions): State standard-input default.
11051 (Output Variables): State standard-output default.
11053 * objects.texi (Printed Representation): Clarify read syntax vs print.
11054 (Floating Point Type): Explain meaning better.
11055 (Symbol Type): Explain uniqueness better.
11056 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
11057 List examples sooner.
11058 (Box Diagrams): New subnode broken out.
11059 Some examples moved from old Lists as Boxes node.
11060 (Dotted Pair Notation): Clarify intro.
11061 (Array Type): Clarify.
11062 (Type Predicates): Add hash-table-p.
11064 * numbers.texi (Integer Basics): Clarify radix explanation.
11065 (Predicates on Numbers): Minor clarification.
11066 (Comparison of Numbers): Minor clarification. Clarify eql.
11068 (Math Functions): Clarify overflow in expt.
11070 * minibuf.texi (Text from Minibuffer): Minor clarification.
11071 Mention arrow keys.
11073 * loading.texi (Autoload): defun's doc string overrides autoload's
11075 (Repeated Loading): Modernize "add to list" examples.
11076 (Where Defined): Finish updating table of load-history elts.
11078 * lists.texi (List-related Predicates): Minor wording improvement.
11079 (Lists as Boxes): Node deleted.
11080 (Building Lists): Explain trivial cases of number-sequence.
11082 * hash.texi (Hash Tables): Add desc to menu items.
11083 (Creating Hash): Explain "full" means "make larger".
11084 (Hash Access): Any object can be a key.
11085 State value of maphash.
11087 * functions.texi (What Is a Function): Wording cleanup.
11088 (Function Documentation): Minor cleanup.
11089 Explain purpose of calling convention at end of doc string.
11090 (Function Names): Wording cleanup.
11091 (Calling Functions): Wording cleanup.
11092 Explain better how funcall calls the function.
11093 (Function Cells): Delete example of saving and redefining function.
11095 * control.texi (Combining Conditions): Wording cleanup.
11096 (Iteration): dolist and dotimes bind VAR locally.
11097 (Cleanups): Xref to Atomic Changes.
11099 * compile.texi (Byte Compilation): Delete 19.29 info.
11100 (Compilation Functions): Macros' difficulties don't affect defsubst.
11101 (Docs and Compilation): Delete 19.29 info.
11103 2005-02-10 Richard M. Stallman <rms@gnu.org>
11105 * objects.texi (Symbol Type): Minor correction.
11107 2005-02-06 Lute Kamstra <lute@gnu.org>
11109 * modes.texi (Example Major Modes): Fix typos.
11111 2005-02-06 Richard M. Stallman <rms@gnu.org>
11113 * text.texi (Margins): fill-nobreak-predicate can be one function.
11115 * strings.texi (Modifying Strings): clear-string can make unibyte.
11116 (Formatting Strings): format gives error if values missing.
11118 * positions.texi (Character Motion): Mention default arg
11119 for forward-char. backward-char refers to forward-char.
11120 (Word Motion): Mention default arg for forward-word.
11121 (Buffer End Motion): Mention default arg for beginning-of-buffer.
11122 Simplify end-of-buffer.
11123 (Text Lines): Mention default arg for forward-line.
11124 (List Motion): Mention default arg for beginning/end-of-defun.
11125 (Skipping Characters): Minor fixes in explaining character-set.
11127 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
11128 Mode inheritance applies only when default-major-mode is nil.
11130 (Example Major Modes): Update Text mode and Lisp mode examples.
11131 (Minor Mode Conventions): Mention define-minor-mode at top.
11132 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
11133 (Mode Line Format): Update mode line face display info.
11134 (Properties in Mode): Mention effect of risky vars.
11135 (Imenu): Define imenu-add-to-menubar.
11136 (Font Lock Mode): Add descriptions to menu lines.
11137 (Faces for Font Lock): Add font-lock-doc-face.
11139 2005-02-05 Lute Kamstra <lute@gnu.org>
11141 * text.texi (Maintaining Undo): Remove obsolete function.
11143 2005-02-05 Eli Zaretskii <eliz@gnu.org>
11145 * frames.texi (Color Names): Add pointer to the X docs about RGB
11146 color specifications. Improve indexing.
11147 (Text Terminal Colors): Replace the description of RGB values by
11148 an xref to "Color Names".
11150 2005-02-03 Richard M. Stallman <rms@gnu.org>
11152 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
11154 (Selecting Windows): Clarify save-selected-window.
11155 (Cyclic Window Ordering): Clarify walk-windows.
11156 (Window Point): Clarify.
11157 (Window Start): Add comment to example.
11158 (Resizing Windows): Add `interactive' specs in examples.
11159 Document fit-window-to-buffer.
11161 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
11162 (Undo, Maintaining Undo): Clarify last change.
11163 (Sorting): In sort-numeric-fields, explain about octal and hex.
11164 Mention sort-numeric-base.
11165 (Format Properties): Add xref for hard newlines.
11167 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
11168 (Pop-Up Menus): Fix typo.
11169 (Color Names): Explain all types of color names.
11170 Explain color-values on B&W terminal.
11171 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
11173 * files.texi (File Locks): Not supported on MS systems.
11174 (Testing Accessibility): Clarify.
11176 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
11177 (Coverage Testing): Fix typo.
11179 * commands.texi (Misc Events): Remove stray space.
11181 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
11182 (Modification Time): Clarify when visited-file-modtime returns 0.
11183 (The Buffer List): Clarify bury-buffer.
11184 (Killing Buffers): Clarify.
11185 (Indirect Buffers): Add clone-indirect-buffer.
11187 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
11189 * edebug.texi (Printing in Edebug): Fix default value of
11190 edebug-print-circle.
11191 (Coverage Testing): Fix displayed frequency count data.
11193 2005-02-02 Luc Teirlinck <teirllm@auburn.edu>
11195 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
11197 2005-02-02 Kim F. Storm <storm@cua.dk>
11199 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
11201 2005-01-29 Eli Zaretskii <eliz@gnu.org>
11203 * commands.texi (Misc Events): Describe the help-echo event.
11205 * text.texi (Special Properties) <help-echo>: Use `pos'
11206 consistently in description of the help-echo property.
11207 Use @code{nil} instead of @var{nil}.
11209 * display.texi (Overlay Properties): Fix the index entry for
11210 help-echo overlay property.
11212 * customize.texi (Type Keywords): Uncomment the xref to the
11213 help-echo property documentation.
11215 2005-01-23 Kim F. Storm <storm@cua.dk>
11217 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
11218 return value. Third element FULLY replaced by PARTIAL which
11219 specifies number of invisible pixels if row is only partially visible.
11220 (Textual Scrolling): Mention auto-window-vscroll.
11221 (Vertical Scrolling): New defvar auto-window-vscroll.
11223 2005-01-16 Luc Teirlinck <teirllm@auburn.edu>
11225 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
11228 2005-01-15 Richard M. Stallman <rms@gnu.org>
11230 * display.texi (Defining Images): Mention DATA-P arg of create-image.
11232 2005-01-14 Kim F. Storm <storm@cua.dk>
11234 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
11236 * text.texi (Links and Mouse-1): Fix string and vector item.
11238 2005-01-13 Richard M. Stallman <rms@gnu.org>
11240 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
11241 descriptions of overriding-local-map and overriding-terminal-local-map.
11243 * text.texi (Links and Mouse-1): Clarify text.
11245 2005-01-13 Kim F. Storm <storm@cua.dk>
11247 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
11249 2005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
11251 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
11253 2005-01-12 Kim F. Storm <storm@cua.dk>
11255 * text.texi (Links and Mouse-1): Rename section from Enabling
11256 Mouse-1 to Following Links. Change xrefs.
11257 Add examples for define-button-type and define-widget.
11259 * display.texi (Button Properties, Button Buffer Commands):
11260 Clarify mouse-1 and follow-link functionality.
11262 2005-01-12 Richard M. Stallman <rms@gnu.org>
11264 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
11266 * display.texi (Beeping): Fix Texinfo usage.
11268 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
11270 2005-01-11 Kim F. Storm <storm@cua.dk>
11272 * display.texi (Button Properties, Button Buffer Commands):
11273 Mention mouse-1 binding. Add follow-link keyword.
11275 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
11276 (Enabling Mouse-1 to Follow Links): New subsection.
11278 2005-01-06 Richard M. Stallman <rms@gnu.org>
11280 * text.texi (Special Properties): Minor change.
11282 * os.texi (Timers): Clarify previous change.
11284 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
11286 2005-01-01 Luc Teirlinck <teirllm@auburn.edu>
11288 * display.texi (Face Attributes): Correct xref to renamed node.
11290 2005-01-01 Richard M. Stallman <rms@gnu.org>
11292 * display.texi (Face Attributes): Describe hex color specs.
11294 2004-12-31 Richard M. Stallman <rms@gnu.org>
11296 * os.texi (Timers): Update previous change.
11298 2004-12-30 Kim F. Storm <storm@cua.dk>
11300 * display.texi (Line Height): Total line-height is now specified
11301 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
11302 in cons cells. (nil . RATIO) is relative to actual line height.
11303 Use line-height `t' instead of `0' to get minimum height.
11305 2004-12-29 Richard M. Stallman <rms@gnu.org>
11307 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
11309 2004-12-28 Richard M. Stallman <rms@gnu.org>
11311 * commands.texi (Quitting): Clarify value of with-local-quit.
11313 * elisp.texi (Top): Fix previous change.
11315 * loading.texi (Loading): Fix previous change.
11317 2004-12-27 Richard M. Stallman <rms@gnu.org>
11319 * Makefile.in (MAKEINFO): Specify --force.
11321 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
11323 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
11325 * display.texi (Line Height): Further clarify.
11327 * elisp.texi (Top): Update Loading submenu.
11329 * loading.texi (Where Defined): New node.
11330 (Unloading): load-history moved to Where Defined.
11332 2004-12-21 Richard M. Stallman <rms@gnu.org>
11334 * commands.texi (Event Input Misc): Add while-no-input.
11336 2004-12-11 Richard M. Stallman <rms@gnu.org>
11338 * display.texi (Line Height): Rewrite text for clarity.
11340 2004-12-11 Kim F. Storm <storm@cua.dk>
11342 * display.texi (Display): Add node "Line Height" to menu.
11343 (Line Height): New node. Move full description of line-spacing
11344 and line-height text properties here from text.texi.
11345 (Scroll Bars): Add vertical-scroll-bar variable.
11347 * frames.texi (Window Frame Parameters): Remove line-height defvar.
11349 * locals.texi (Standard Buffer-Local Variables): Fix xref for
11350 line-spacing and vertical-scroll-bar.
11352 * text.texi (Special Properties): Just mention line-spacing and
11353 line-height here, add xref to new "Line Height" node.
11355 2004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
11357 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
11359 * locals.texi (Standard Buffer-Local Variables):
11360 Add @xref for `line-spacing'.
11362 2004-12-05 Richard M. Stallman <rms@gnu.org>
11364 * Makefile.in (maintainer-clean): Remove the info files
11365 in $(infodir) where they are created.
11367 2004-12-03 Richard M. Stallman <rms@gnu.org>
11369 * windows.texi (Selecting Windows): get-lru-window and
11370 get-largest-window don't consider dedicated windows.
11372 * text.texi (Undo): Document undo-in-progress.
11374 2004-11-26 Richard M. Stallman <rms@gnu.org>
11376 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
11377 Remove a few vars that are not always buffer-local.
11379 2004-11-24 Luc Teirlinck <teirllm@auburn.edu>
11381 * locals.texi (Standard Buffer-Local Variables): Comment out
11382 xref's to non-existent node `Yet to be written'.
11384 2004-11-24 Richard M. Stallman <rms@gnu.org>
11386 * processes.texi (Synchronous Processes): Grammar fix.
11388 * numbers.texi (Comparison of Numbers): Add eql.
11390 * locals.texi (Standard Buffer-Local Variables): Add many vars.
11392 * intro.texi (Printing Notation): Fix previous change.
11394 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
11395 and default-indicate-buffer-boundaries from here.
11396 (Usual Display): To here.
11397 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
11398 (Usual Display): Move tab-width up.
11400 * customize.texi (Variable Definitions):
11401 Replace show-paren-mode example with tooltip-mode.
11402 (Simple Types, Composite Types, Defining New Types):
11405 2004-11-21 Jesper Harder <harder@ifa.au.dk>
11407 * processes.texi (Synchronous Processes, Output from Processes):
11410 2004-11-20 Richard M. Stallman <rms@gnu.org>
11412 * positions.texi (Skipping Characters): skip-chars-forward
11413 now handles char classes.
11415 * intro.texi (Printing Notation): Avoid confusion of `print'
11416 when explaining @print.
11418 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
11420 * display.texi (Display Table Format): Minor fix.
11422 * streams.texi (Output Functions): Fix print example.
11424 * Makefile.in (elisp): New target.
11425 (dist): Depend on $(infodir)/elisp, not elisp.
11426 Copy the info files from $(infodir).
11428 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
11429 read-from-minibuffer.
11431 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
11433 2004-11-19 Richard M. Stallman <rms@gnu.org>
11435 * searching.texi (Regexp Search): Add search-whitespace-regexp.
11437 2004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
11439 * tips.texi (Coding Conventions): Fix typo.
11441 2004-11-16 Richard M. Stallman <rms@gnu.org>
11443 * tips.texi (Coding Conventions): Separate defvar and require
11444 methods to avoid warnings. Use require only when there are many
11445 functions and variables from that package.
11447 * minibuf.texi (Minibuffer Completion): When ignoring case,
11448 predicate must not be case-sensitive.
11450 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
11451 (Test Coverage): Don't talk about "splotches". Clarified.
11453 2004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
11455 * frames.texi (Window Frame Parameters): Fix typo.
11457 2004-11-15 Kim F. Storm <storm@cua.dk>
11459 * symbols.texi (Other Plists): Note that plist-get may signal error.
11460 Add safe-plist-get.
11462 2004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
11464 * modes.texi (Font Lock Basics): Fix typo.
11466 2004-11-08 Richard M. Stallman <rms@gnu.org>
11468 * syntax.texi (Syntax Table Functions): Add syntax-after.
11470 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
11472 * os.texi (Processor Run Time): New section documenting
11473 get-internal-run-time.
11475 2004-11-06 Eli Zaretskii <eliz@gnu.org>
11477 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
11478 it nukes elisp-cover.texi.
11479 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
11482 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
11484 * commands.texi (Keyboard Macros): Document `append' return value
11485 of `defining-kbd-macro'.
11487 2004-11-01 Richard M. Stallman <rms@gnu.org>
11489 * commands.texi (Interactive Call): Add called-interactively-p.
11491 2004-10-29 Simon Josefsson <jas@extundo.com>
11493 * minibuf.texi (Reading a Password): Revert.
11495 2004-10-28 Richard M. Stallman <rms@gnu.org>
11497 * frames.texi (Display Feature Testing): Explain about "vendor".
11499 2004-10-27 Richard M. Stallman <rms@gnu.org>
11501 * commands.texi (Interactive Codes): `N' uses numeric prefix,
11502 not raw. Clarify `n'.
11503 (Interactive Call): Rewrite interactive-p, focusing on when
11505 (Misc Events): Clarify previous change.
11507 * advice.texi (Simple Advice): Clarify what job the example does.
11508 (Around-Advice): Clarify ad-do-it.
11509 (Activation of Advice): An option of ad-default-compilation-action
11510 is `never', not `nil'.
11512 2004-10-26 Kim F. Storm <storm@cua.dk>
11514 * commands.texi (Interactive Codes): Add U code letter.
11516 2004-10-25 Simon Josefsson <jas@extundo.com>
11518 * minibuf.texi (Reading a Password): Add.
11520 2004-10-24 Jason Rumney <jasonr@gnu.org>
11522 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
11525 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
11527 * processes.texi (Synchronous Processes): Document process-file.
11529 2004-10-22 Kenichi Handa <handa@m17n.org>
11531 * text.texi (translate-region): Document that it accepts also a
11534 2004-10-22 David Ponce <david@dponce.com>
11536 * windows.texi (Resizing Windows): Document the `preserve-before'
11537 argument of the functions `enlarge-window' and `shrink-window'.
11539 2004-10-19 Jason Rumney <jasonr@gnu.org>
11541 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
11543 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
11545 * text.texi (Filling): Add anchor for definition of
11546 `sentence-end-double-space'.
11548 * searching.texi (Regexp Example): Update description of how
11549 Emacs currently recognizes the end of a sentence.
11550 (Standard Regexps): Update definition of the variable
11551 `sentence-end'. Add definition of the function `sentence-end'.
11553 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11555 * display.texi (Progress): New node.
11557 2004-10-05 Kim F. Storm <storm@cua.dk>
11559 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
11561 2004-09-29 Kim F. Storm <storm@cua.dk>
11563 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
11564 to identify bitmaps. Remove -fringe-bitmap suffix for standard
11565 fringe bitmap symbols, as they now have their own namespace.
11566 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
11567 vs. pixels. Signal error if no free bitmap slots.
11568 (Pixel Specification): Change IMAGE to @var{image}.
11570 2004-09-28 Richard M. Stallman <rms@gnu.org>
11572 * text.texi (Special Properties): Clarify line-spacing and line-height.
11574 * searching.texi (Regexp Search): Add looking-back.
11576 2004-09-25 Luc Teirlinck <teirllm@auburn.edu>
11578 * display.texi: Correct typos.
11579 (Image Descriptors): Correct xref's.
11581 2004-09-25 Richard M. Stallman <rms@gnu.org>
11583 * text.texi (Special Properties): Cleanups in `cursor'.
11584 Rewrites in `line-height' and `line-spacing'; exchange them.
11586 * display.texi (Fringes): Rewrite previous change.
11587 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
11588 (Display Fringe Bitmaps): Node deleted, text moved.
11589 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
11590 (Scroll Bars): Clarify set-window-scroll-bars.
11591 (Pointer Shape): Rewrite.
11592 (Specified Space): Clarify :align-to, etc.
11593 (Pixel Specification): Use @var. Clarify new text.
11594 (Other Display Specs): Clarify `slice'.
11595 (Image Descriptors): Cleanups.
11596 (Showing Images): Cleanups.
11598 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11600 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
11602 * modes.texi: Various minor changes in addition to:
11603 (Major Mode Conventions): Final call to `run-mode-hooks' should
11604 not be inside the `delay-mode-hooks' form.
11605 (Mode Hooks): New node.
11606 (Hooks): Delete obsolete example.
11607 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
11610 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
11612 * display.texi: Correct various typos.
11613 (Display): Rename node "Pointer Shapes" to "Pointer
11614 Shape". (There is already a node called "Pointer Shapes" in
11616 (Images): Remove non-existent node "Image Slices" from menu.
11618 2004-09-23 Kim F. Storm <storm@cua.dk>
11620 * text.texi (Special Properties): Add `cursor', `pointer',
11621 `line-height', and `line-spacing' properties.
11623 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
11625 (Standard Faces): Doc fix for fringe face.
11626 (Fringes): Add `overflow-newline-into-fringe' and
11627 'indicate-buffer-boundaries'.
11628 (Fringe Bitmaps, Pointer Shapes): New nodes.
11629 (Display Property): Add 'Pixel Specification' and 'Display Fringe
11631 (Specified Space): Describe pixel width and height.
11632 (Pixel Specification): New node.
11633 (Other Display Specs): Add `slice' property.
11634 (Display Fringe Bitmaps): New node.
11635 (Images): Add 'Image Slices' to menu.
11636 (Image Descriptors): Add `:pointer' and `:map' properties.
11637 (Showing Images): Add slice arg to `insert-image'.
11638 Add 'insert-sliced-image'.
11640 2004-09-20 Richard M. Stallman <rms@gnu.org>
11642 * commands.texi (Key Sequence Input):
11643 Clarify downcasing in read-key-sequence.
11645 2004-09-08 Juri Linkov <juri@jurta.org>
11647 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
11649 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11651 * locals.texi (Standard Buffer-Local Variables):
11652 Add `buffer-auto-save-file-format'.
11653 * internals.texi (Buffer Internals): Describe new
11654 auto_save_file_format field of the buffer structure.
11655 * files.texi (Format Conversion): `auto-save-file-format' has been
11656 renamed `buffer-auto-save-file-format'.
11658 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
11660 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
11661 an integer or a marker.
11662 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
11664 2004-08-22 Richard M. Stallman <rms@gnu.org>
11666 * modes.texi (Major Mode Conventions): Discuss rebinding of
11667 standard key bindings.
11669 2004-08-18 Kim F. Storm <storm@cua.dk>
11671 * processes.texi (Accepting Output): Add `just-this-one' arg to
11672 `accept-process-output'.
11673 (Output from Processes): New var `process-adaptive-read-buffering'.
11675 2004-08-10 Luc Teirlinck <teirllm@auburn.edu>
11677 * keymaps.texi: Various changes in addition to:
11678 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
11679 Give more varied examples for `kbd'.
11680 (Creating Keymaps): Char tables have slots for all characters
11682 (Active Keymaps): `overriding-local-map' and
11683 `overriding-terminal-local-map' also override text property and
11685 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
11686 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
11687 to denote a prefix of no events.
11688 `map-keymap' includes parent's bindings _recursively_.
11689 Clarify and correct description of `where-is-internal'.
11690 Mention BUFFER-OR-NAME arg to `describe-bindings'.
11691 (Menu Example): For menus intended for use with the keyboard, the
11692 menu items should be bound to characters or real function keys.
11694 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
11696 * objects.texi (Character Type): Reposition `@anchor' to prevent
11697 double space inside sentence in Info.
11699 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
11700 renamed to `disabled-command-function'.
11701 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
11702 (Command Loop Info): Replace reference to it.
11703 (Disabling Commands): `disabled-command-hook' has been renamed to
11704 `disabled-command-function'.
11706 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
11708 * os.texi (Translating Input): Only non-prefix bindings in
11709 `key-translation-map' override actual key bindings. Warn about
11710 possible indirect effect of actual key bindings on non-prefix
11711 bindings in `key-translation-map'.
11713 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
11715 * minibuf.texi (High-Level Completion): Add anchor for definition
11716 of `read-variable'.
11718 * commands.texi: Various changes in addition to:
11719 (Using Interactive): Clarify description of `interactive-form'.
11720 (Interactive Call): Mention default for KEYS argument to
11721 `call-interactively'.
11722 (Command Loop Info): Clarify description of `this-command-keys'.
11723 Mention KEEP-RECORD argument to `clear-this-command-keys'.
11724 Value of `last-event-frame' can be `macro'.
11725 (Repeat Events): `double-click-fuzz' is also used to distinguish
11727 (Classifying Events): Clarify descriptions of `event-modifiers'
11728 `event-basic-type' and `event-convert-list'.
11729 (Accessing Events): `posn-timestamp' takes POSITION argument.
11730 (Quoted Character Input): Clarify description of
11731 `read-quoted-char' and fix example.
11732 (Quitting): Add `with-local-quit'.
11733 (Disabling Commands): Correct and clarify descriptions of
11734 `enable-command' and `disable-command'.
11735 Mention what happens if `disabled-command-hook' is nil.
11736 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
11737 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
11739 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
11741 * frames.texi: Various changes in addition to:
11742 (Creating Frames): Expand and clarify description of `make-frame'.
11743 (Window Frame Parameters): Either none or both of the `icon-left'
11744 and `icon-top' parameters must be specified. Put descriptions of
11745 `menu-bar-lines' and `toolbar-lines' closer together and change
11747 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
11748 except while processing `frame-title-format' or `icon-title-format'.
11749 (Deleting Frames): Correct description of `delete-frame'.
11750 Non-nil return values of `frame-live-p' are like those of `framep'.
11751 (Frames and Windows): Mention return value of
11752 `set-frame-selected-window'.
11753 (Visibility of Frames): Mention `force' argument to
11754 `make-frame-invisible'. `frame-visible-p' returns t for all
11755 frames on text-only terminals.
11756 (Frame Configurations): Restoring a frame configuration does not
11757 restore deleted frames.
11758 (Window System Selections): `x-set-selection' returns DATA.
11759 (Resources): Add example.
11760 (Display Feature Testing): Clarify descriptions of
11761 `display-pixel-height', `display-pixel-width', `x-server-version'
11762 and `x-server-vendor'.
11764 * windows.texi (Choosing Window): Add anchor.
11765 * minibuf.texi (Minibuffer Misc): Add anchor.
11767 2004-07-23 John Paul Wallington <jpw@gnu.org>
11769 * macros.texi (Defining Macros): Declaration keyword for setting
11770 Edebug spec is `debug' not `edebug'.
11772 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
11774 * windows.texi: Various small changes in addition to:
11775 (Window Point): Mention return value of `set-window-point'.
11776 (Window Start): `pos-visible-in-window-p' disregards horizontal
11777 scrolling. Explain return value if PARTIALLY is non-nil.
11778 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
11779 and `set-window-vscroll'.
11780 (Size of Window): The argument WINDOW to `window-inside-edges',
11781 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
11782 (Resizing Windows): Explain return value of
11783 `shrink-window-if-larger-than-buffer'.
11784 `window-size-fixed' automatically becomes buffer local when set.
11785 (Window Configurations): Explain return value of
11786 `set-window-configuration'.
11788 * minibuf.texi (Minibuffer Misc): Add anchor for
11789 `minibuffer-scroll-window'.
11791 * positions.texi (Text Lines): Add anchor for `count-lines'.
11793 2004-07-17 Richard M. Stallman <rms@gnu.org>
11795 * display.texi (Overlay Properties): Adding `evaporate' prop
11796 deletes empty overlay immediately.
11798 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
11801 2004-07-16 Jim Blandy <jimb@redhat.com>
11803 * searching.texi (Regexp Backslash): Document new \_< and \_>
11806 2004-07-16 Juanma Barranquero <lektu@terra.es>
11808 * display.texi (Images): Fix Texinfo usage.
11810 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
11812 * buffers.texi (Modification Time): `visited-file-modtime' now
11813 returns a list of two integers, instead of a cons.
11815 2004-07-13 Luc Teirlinck <teirllm@auburn.edu>
11817 * windows.texi: Various changes in addition to:
11818 (Splitting Windows): Add `split-window-keep-point'.
11820 2004-07-09 Richard M. Stallman <rms@gnu.org>
11822 * frames.texi (Input Focus): Minor fix.
11824 2004-07-07 Luc Teirlinck <teirllm@auburn.edu>
11826 * frames.texi (Input Focus): Clarify descriptions of
11827 `select-frame-set-input-focus' and `select-frame'.
11829 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
11831 * os.texi: Various small changes in addition to:
11832 (Killing Emacs): Expand and clarify description of
11833 `kill-emacs-query-functions' and `kill-emacs-hook'.
11834 (System Environment): Expand and clarify description of `getenv'
11836 (Timers): Clarify description of `run-at-time'.
11837 (Translating Input): Correct description of
11838 `extra-keyboard-modifiers'.
11839 (Flow Control): Correct description of `enable-flow-control'.
11841 2004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
11843 * os.texi: Update copyright.
11844 (Session Management): Grammar fix.
11845 Clarify which Emacs does the restarting.
11846 Use @samp for *scratch* buffer.
11848 2004-07-04 Alan Mackenzie <acm@muc.de>
11850 * frames.texi (Input Focus): Add documentation for
11851 `select-frame-set-input-focus'. Replace refs to non-existent
11852 `switch-frame' with `select-frame'. Minor corrections and tidying
11853 up of text-only terminal stuff.
11855 2004-07-02 Richard M. Stallman <rms@gnu.org>
11857 * files.texi (Saving Buffers): Cleanup write-contents-function.
11858 (Magic File Names): Cleanup file-remote-p.
11860 2004-07-02 Kai Großjohann <kai@emptydomain.de>
11862 * files.texi (Magic File Names): `file-remote-p' returns an
11863 identifier of the remote system, not just t.
11865 2004-07-02 David Kastrup <dak@gnu.org>
11867 * searching.texi (Entire Match Data): Add explanation about new
11868 match-data behavior when @var{integers} is non-nil.
11870 2004-06-24 Richard M. Stallman <rms@gnu.org>
11872 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
11874 * customize.texi (Variable Definitions): Note about doc strings
11877 * keymaps.texi (Keymap Terminology): Document `kbd'.
11878 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
11880 * display.texi (Invisible Text): Setting buffer-invisibility-spec
11881 makes it buffer-local.
11883 * files.texi (Saving Buffers): Correct previous change.
11885 * commands.texi (Accessing Events):
11886 Clarify posn-col-row and posn-actual-col-row.
11888 2004-06-24 David Ponce <david.ponce@wanadoo.fr>
11890 * commands.texi (Accessing Events): New functions
11891 posn-at-point and posn-at-x-y. Add example to posn-x-y.
11893 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
11895 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
11896 * frames.texi, buffers.texi, backups.texi, variables.texi:
11897 * loading.texi, eval.texi, functions.texi, control.texi:
11898 * symbols.texi, minibuf.texi: Reposition @anchor's.
11900 * help.texi: Various small changes in addition to the following.
11901 (Describing Characters): Describe PREFIX argument to
11902 `key-description'. Correct and clarify definition of
11903 `text-char-description'. Describe NEED-VECTOR argument to
11905 (Help Functions): Clarify definition of `apropos'.
11907 2004-06-23 Lars Hansen <larsh@math.ku.dk>
11909 * files.texi (Saving Buffers): Correct description of
11910 `write-contents-functions'.
11912 2004-06-21 Juanma Barranquero <lektu@terra.es>
11914 * display.texi (Images): Remove redundant @vindex directives.
11915 Rewrite `image-library-alist' doc in active voice.
11917 2004-06-14 Juanma Barranquero <lektu@terra.es>
11919 * display.texi (Images): Document new delayed library loading,
11920 variable `image-library-alist' and (existing but undocumented)
11921 function `image-type-available-p'.
11923 2004-06-05 Richard M. Stallman <rms@gnu.org>
11925 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
11926 refer the user to the Initial Input node.
11927 (Text from Minibuffer): Likewise.
11928 (Initial Input): New node. Document this feature
11929 and say it is mostly deprecated.
11931 2004-05-30 Richard M. Stallman <rms@gnu.org>
11933 * loading.texi (Named Features): Clarify return value
11934 and meaning of NOERROR.
11936 * variables.texi (File Local Variables): Minor cleanup.
11938 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
11940 * files.texi (Magic File Names): Add `file-remote-p' as operation
11941 of file name handlers.
11943 2004-05-29 Richard M. Stallman <rms@gnu.org>
11945 * modes.texi (Minor Mode Conventions): (-) has no special meaning
11946 as arg to a minor mode command.
11948 2004-05-22 Richard M. Stallman <rms@gnu.org>
11950 * syntax.texi (Syntax Class Table): Word syntax not just for English.
11952 * streams.texi (Output Variables): Doc float-output-format.
11954 * searching.texi (Regexp Special): Nested repetition can be infloop.
11956 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
11957 real stack overflow.
11959 * compile.texi: Minor cleanups.
11961 2004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
11963 * lists.texi (Cons Cells): Explain dotted lists, true lists,
11965 (List Elements): Explain handling of circular and dotted lists.
11967 2004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
11969 * modes.texi (Search-based Fontification): Fix typo.
11971 2004-05-10 Juanma Barranquero <lektu@terra.es>
11973 * modes.texi (Mode Line Variables): Fix description of
11974 global-mode-string, which is now after which-func-mode, not the
11977 2004-05-07 Lars Hansen <larsh@math.ku.dk>
11979 * modes.texi (Desktop Save Mode): Add.
11980 (Modes): Add menu entry Desktop Save Mode.
11982 * hooks.texi: Add desktop-after-read-hook,
11983 desktop-no-desktop-file-hook and desktop-save-hook.
11985 * locals.texi: Add desktop-save-buffer.
11987 2004-04-30 Jesper Harder <harder@ifa.au.dk>
11989 * display.texi: emacs -> Emacs.
11991 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
11993 * files.texi (Changing Files): Document set-file-times.
11995 2004-04-23 Juanma Barranquero <lektu@terra.es>
11997 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
11999 2004-04-18 Jesper Harder <harder@ifa.au.dk>
12001 * tips.texi (Coding Conventions): defopt -> defcustom.
12003 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
12005 * sequences.texi: Various clarifications.
12007 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
12009 * buffers.texi (Read Only Buffers): Mention optional ARG to
12010 `toggle-read-only'.
12012 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
12014 * windows.texi (Selecting Windows): Note that get-lru-window
12015 returns a full-width window if possible.
12017 2004-04-13 Luc Teirlinck <teirllm@auburn.edu>
12019 * buffers.texi: Various changes in addition to:
12020 (Buffer File Name): Add `find-buffer-visiting'.
12021 (Buffer Modification): Mention optional ARG to `not-modified'.
12022 (Indirect Buffers): Mention optional CLONE argument to
12023 `make-indirect-buffer'.
12025 * files.texi: Various changes in addition to:
12026 (Visiting Functions): `find-file-hook' is now a normal hook.
12027 (File Name Expansion): Explain difference between the way that
12028 `expand-file-name' and `file-truename' treat `..'.
12029 (Contents of Directories): Mention optional ID-FORMAT argument to
12030 `directory-files-and-attributes'.
12031 (Format Conversion): Mention new optional CONFIRM argument to
12032 `format-write-file'.
12034 2004-04-12 Miles Bader <miles@gnu.org>
12036 * macros.texi (Expansion): Add description of `macroexpand-all'.
12038 2004-04-05 Jesper Harder <harder@ifa.au.dk>
12040 * variables.texi (Variable Aliases):
12041 Mention cyclic-variable-indirection.
12043 * errors.texi (Standard Errors): Ditto.
12045 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
12047 * backups.texi: Various small changes in addition to:
12048 (Making Backups): Mention return value of `backup-buffer'.
12049 (Auto-Saving): Mention optional FORCE argument to
12050 `delete-auto-save-file-if-necessary'.
12051 (Reverting): Mention optional PRESERVE-MODES argument to
12052 `revert-buffer'. Correct description of `revert-buffer-function'.
12054 2004-03-22 Juri Linkov <juri@jurta.org>
12056 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
12057 with `Vector Functions'.
12059 * text.texi (Sorting): Add missing quote.
12061 2004-03-14 Luc Teirlinck <teirllm@auburn.edu>
12063 * intro.texi (Lisp History): Replace xref to `cl' manual with
12066 2004-03-12 Richard M. Stallman <rms@gnu.org>
12068 * intro.texi (Version Info): Add arg to emacs-version.
12069 (Lisp History): Change xref to CL manual.
12071 2004-03-09 Luc Teirlinck <teirllm@auburn.edu>
12073 * minibuf.texi (Completion Commands): Add xref to Emacs manual
12074 for Partial Completion mode.
12076 2004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
12078 * customize.texi: Fix typo. Remove eol whitespace.
12080 2004-03-04 Richard M. Stallman <rms@gnu.org>
12082 * processes.texi: Fix typos.
12084 * lists.texi (Building Lists): Minor clarification.
12086 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
12087 in make-hash-table.
12089 2004-02-29 Juanma Barranquero <lektu@terra.es>
12091 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
12092 rm, and ignore exit code.
12094 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
12096 * display.texi (Defining Faces): Add description for min-colors.
12099 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
12101 * abbrevs.texi: Various corrections and clarifications in addition
12103 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
12105 2004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
12107 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
12109 2004-02-21 Luc Teirlinck <teirllm@auburn.edu>
12111 * text.texi: Various small changes in addition to the following:
12112 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
12113 to delete-horizontal-space.
12114 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
12115 description of yank-handler text property at various places.
12117 * frames.texi (Window System Selections): Add anchor.
12119 * syntax.texi (Syntax Table Functions): Clarify and correct
12120 descriptions of make-syntax-table and copy-syntax-table.
12121 (Motion and Syntax): Clarify SYNTAXES argument to
12122 skip-syntax-forward.
12123 (Parsing Expressions): Mention that the return value of
12124 parse-partial-sexp is currently a list of ten rather than nine
12126 (Categories): Various corrections and clarifications.
12128 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
12130 * markers.texi (Marker Insertion Types): Minor change.
12132 * locals.texi (Standard Buffer-Local Variables):
12133 * commands.texi (Interactive Codes, Using Interactive):
12134 * functions.texi (Related Topics): Fix xrefs.
12136 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
12138 * lists.texi (Sets And Lists): Update description of delete-dups.
12140 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
12142 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
12144 2004-02-16 Jan Djärv <jan.h.d@swipnet.se>
12146 * frames.texi (Parameter Access): frame-parameters arg is optional.
12147 modify-frame-parameters handles nil for FRAME.
12148 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
12149 are all-or-nothing for certain toolkits.
12150 Mention parameter wait-for-wm.
12151 (Frames and Windows): In frame-first-window and frame-selected-window
12152 the arg is optional.
12153 (Input Focus): In redirect-frame-focus the second arg is optional.
12154 (Window System Selections): Mention selection type CLIPBOARD.
12155 Mention data-type UTF8_STRING.
12156 Mention numbering of cut buffers.
12157 (Resources): Describe x-resource-name.
12159 2004-02-16 Richard M. Stallman <rms@gnu.org>
12161 * windows.texi (Buffers and Windows): Delete false table
12164 * syntax.texi (Parsing Expressions): Delete old caveat
12165 about parse-sexp-ignore-comments.
12167 * streams.texi (Output Variables): Add print-quoted.
12169 * lists.texi (Building Lists): Minor cleanup.
12171 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
12173 * display.texi (Overlays): Explain overlays use markers.
12174 (Managing Overlays): Explain front-advance and rear-advance
12177 * loading.texi (Unloading): Document unload-feature-special-hooks.
12178 Get rid of fns-NNN.el file.
12180 2004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
12182 * help.texi (Describing Characters): Fix text-char-description
12185 * edebug.texi (Using Edebug): Fix example.
12187 * debugging.texi (Internals of Debugger): Fix return value.
12189 * files.texi (Changing Files): Fix argname.
12191 * calendar.texi: Fix parens, and default values.
12193 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
12194 * nonascii.texi, objects.texi, os.texi: Minor fixes.
12195 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
12197 * positions.texi (Text Lines): Don't add -1 in current-line.
12199 2004-02-16 Richard M. Stallman <rms@gnu.org>
12201 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
12203 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
12205 * processes.texi (Low-Level Network): Fix a typo.
12207 2004-02-12 Kim F. Storm <storm@cua.dk>
12209 * display.texi (Fringes): Use consistent wording.
12210 Note that window-fringe's window arg is optional.
12211 (Scroll Bars): Use consistent wording.
12213 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
12215 * tips.texi (Comment Tips): Document the new conventions for
12216 commenting out code.
12218 2004-02-07 Jan Djärv <jan.h.d@swipnet.se>
12220 * positions.texi (Text Lines): Add missing end defun.
12222 2004-02-07 Kim F. Storm <storm@cua.dk>
12224 * positions.texi (Text Lines): Add line-number-at-pos.
12226 2004-02-06 John Paul Wallington <jpw@gnu.org>
12228 * display.texi (Button Properties, Button Buffer Commands):
12229 mouse-2 invokes button, not down-mouse-1.
12231 2004-02-04 Jason Rumney <jasonr@gnu.org>
12233 * makefile.w32-in: Sync with Makefile.in changes.
12235 2004-02-03 Luc Teirlinck <teirllm@auburn.edu>
12237 * minibuf.texi (Text from Minibuffer): Various corrections and
12239 (Object from Minibuffer): Correct Lisp description of
12241 (Minibuffer History): Clarify description of cons values for
12243 (Basic Completion): Various corrections and clarifications.
12244 Add completion-regexp-list.
12245 (Minibuffer Completion): Correct and clarify description of
12247 (Completion Commands): Mention Partial Completion mode.
12248 Various other minor changes.
12249 (High-Level Completion): Various corrections and clarifications.
12250 (Reading File Names): Ditto.
12251 (Minibuffer Misc): Ditto.
12253 2004-01-26 Luc Teirlinck <teirllm@auburn.edu>
12255 * strings.texi (Text Comparison): assoc-string also matches
12256 elements of alists that are strings instead of conses.
12257 (Formatting Strings): Standardize Texinfo usage. Update index
12260 2004-01-20 Luc Teirlinck <teirllm@auburn.edu>
12262 * lists.texi (Sets And Lists): Add delete-dups.
12264 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
12266 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
12268 * macros.texi (Defining Macros): Update description of `declare',
12269 which now is a macro.
12270 (Wrong Time): Fix typos.
12272 2004-01-14 Luc Teirlinck <teirllm@auburn.edu>
12274 * compile.texi (Compilation Functions): Expand descriptions of
12275 `compile-defun', `byte-compile-file', `byte-recompile-directory'
12276 and `batch-byte-compile'. In particular, mention and describe
12277 all optional arguments.
12278 (Disassembly): Correct and clarify the description of `disassemble'.
12280 2004-01-11 Luc Teirlinck <teirllm@auburn.edu>
12282 * searching.texi: Various small changes in addition to the
12284 (Regexp Example): Adapt to new value of `sentence-end'.
12285 (Regexp Functions): The PAREN argument to `regexp-opt' can be
12287 (Search and Replace): Add usage note for `perform-replace'.
12288 (Entire Match Data): Mention INTEGERS and REUSE arguments to
12290 (Standard Regexps): Update for new values of `paragraph-start'
12291 and `sentence-end'.
12293 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
12295 * files.texi (Saving Buffers): Clarify descriptions of
12296 `write-contents-functions' and `before-save-hook'.
12297 Make the defvar's for `before-save-hook' and `after-save-hook'
12300 2004-01-07 Kim F. Storm <storm@cua.dk>
12302 * commands.texi (Click Events): Describe new image and
12303 width/height elements of click events.
12304 (Accessing Events): Add posn-string, posn-image, and
12305 posn-object-width-height. Change posn-object to return either
12306 image or string object.
12308 2004-01-01 Simon Josefsson <jas@extundo.com>
12310 * hooks.texi (Standard Hooks): Add before-save-hook.
12311 * files.texi (Saving Buffers): Likewise.
12313 2004-01-03 Richard M. Stallman <rms@gnu.org>
12315 * frames.texi (Frames and Windows): Delete frame-root-window.
12317 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
12319 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
12321 * functions.texi: Various small changes in addition to the
12323 (What Is a Function): `functionp' returns nil for macros.
12324 Clarify behavior of this and following functions for symbol arguments.
12325 (Function Documentation): Add `\' in front of (fn @var{arglist})
12327 (Defining Functions): Mention DOCSTRING argument to `defalias'.
12329 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
12331 2004-01-01 Miles Bader <miles@gnu.org>
12333 * display.texi (Buttons): New section.
12335 2003-12-31 Andreas Schwab <schwab@suse.de>
12337 * numbers.texi (Math Functions): sqrt reports a domain-error
12339 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
12341 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
12343 * tips.texi (Documentation Tips): Update item on hyperlinks in
12344 documentation strings.
12346 * errors.texi (Standard Errors): Various small corrections and
12349 * control.texi: Various small changes in addition to the
12351 (Signaling Errors): Provide some more details on how `signal'
12352 constructs the error message. Add anchor to the definition of
12354 (Error Symbols): Describe special treatment of `quit'.
12355 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
12356 to emphasize that it has to be a single form.
12358 * buffers.texi: Add anchor.
12360 2003-12-29 Richard M. Stallman <rms@gnu.org>
12362 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
12363 (Window Configurations): Add window-configuration-frame.
12365 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
12367 * text.texi (Examining Properties): Add get-char-property-and-overlay.
12368 Change arg name in get-char-property.
12369 (Special Properties): Update handling of keymap property.
12371 * strings.texi (Modifying Strings): Add clear-string.
12372 (Text Comparison): Add assoc-string and remove
12373 assoc-ignore-case, assoc-ignore-representation.
12375 * os.texi (Time of Day): Add set-time-zone-rule.
12377 * numbers.texi (Math Functions): asin, acos, log, log10
12378 report domain-error errors.
12380 * nonascii.texi (Converting Representations):
12381 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
12382 (Encoding and I/O): Add file-name-coding-system.
12384 * modes.texi (Search-based Fontification): Explain that
12385 face specs are symbols with face names as values.
12387 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
12389 * lists.texi (Building Lists): remq moved elsewhere.
12390 (Sets And Lists): remq moved here.
12391 (Association Lists): Refer to assoc-string.
12393 * internals.texi (Garbage Collection): Add memory-use-counts.
12395 * frames.texi (Frames and Windows): Add set-frame-selected-window
12396 and frame-root-window.
12398 * files.texi (Contents of Directories):
12399 Add directory-files-and-attributes.
12401 * display.texi (Refresh Screen): Add force-window-update.
12402 (Invisible Text): Explain about moving point out of invis text.
12403 (Overlay Properties): Add overlay-properties.
12404 (Managing Overlays): Add overlayp.
12405 (GIF Images): Invalid image number displays a hollow box.
12407 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
12408 (Killing Buffers): Add buffer-live-p.
12410 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
12412 * display.texi (Fringes): Fix typo "set-buffer-window".
12414 2003-12-24 Luc Teirlinck <teirllm@auburn.edu>
12416 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
12417 * nonascii.texi, processes.texi, tips.texi, variables.texi:
12418 Add or change various xrefs and anchors.
12420 * commands.texi: Replace all occurrences of @acronym{CAR} with
12421 @sc{car}, for consistency with the rest of the Elisp manual.
12422 `car' and `cdr' are historically acronyms, but are no longer
12423 widely thought of as such.
12425 * internals.texi (Pure Storage): Mention that `purecopy' does not
12426 copy text properties.
12427 (Object Internals): Now 29 bits are used (in most implementations)
12428 to address Lisp objects.
12430 * variables.texi (Variables with Restricted Values): New node.
12432 * objects.texi (Lisp Data Types): Mention that certain variables
12433 can only take on a restricted set of values and add an xref to
12434 the new node "Variables with Restricted Values".
12436 * eval.texi (Function Indirection): Describe the errors that
12437 `indirect-function' can signal.
12438 (Eval): Clarify the descriptions of `eval-region' and `values'.
12439 Describe `eval-buffer' instead of `eval-current-buffer' and
12440 mention `eval-current-buffer' as an alias for `current-buffer'.
12441 Correct the description and mention all optional arguments.
12443 * nonascii.texi: Various small changes in addition to the
12445 (Converting Representations): Clarify behavior of
12446 `string-make-multibyte' and `string-to-multibyte' for unibyte all
12448 (Character Sets): Document the variable `charset-list' and adapt
12449 the definition of the function `charset-list' accordingly.
12450 (Translation of Characters): Clarify use of generic characters in
12451 `make-translation-table'. Clarify and correct the description of
12452 the use of translation tables in encoding and decoding.
12453 (User-Chosen Coding Systems): Correct and clarify the description
12454 of `select-safe-coding-system'.
12455 (Default Coding Systems): Clarify description of
12456 `file-coding-system-alist'.
12458 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
12460 * strings.texi (Text Comparison): Correctly describe when two
12461 strings are `equal'. Combine and clarify descriptions of
12462 `assoc-ignore-case' and `assoc-ignore-representation'.
12464 * objects.texi (Non-ASCII in Strings): Clarify description of
12465 when a string is unibyte or multibyte.
12466 (Bool-Vector Type): Update examples.
12467 (Equality Predicates): Correctly describe when two strings are
12470 2003-11-29 Luc Teirlinck <teirllm@auburn.edu>
12472 * lists.texi (Building Lists): `append' no longer accepts integer
12473 arguments. Update the description of `number-sequence' to reflect
12475 (Sets And Lists): Describe `member-ignore-case' after `member'.
12477 2003-11-27 Kim F. Storm <storm@cua.dk>
12479 * commands.texi (Click Events): Click object may be an images.
12480 Describe (dx . dy) element of click positions.
12481 (Accessing Events): Remove duplicate posn-timestamp.
12482 New functions posn-object and posn-object-x-y.
12484 2003-11-23 Kim F. Storm <storm@cua.dk>
12486 * commands.texi (Click Events): Describe enhancements to event
12487 position lists, including new text-pos and (col . row) items.
12488 Mention left-fringe and right-fringe area events.
12489 (Accessing Events): New functions posn-area and
12490 posn-actual-col-row. Mention posn-timestamp. Mention that
12491 posn-point in non-text area still returns buffer position.
12492 Clarify posn-col-row.
12494 2003-11-21 Lars Hansen <larsh@math.ku.dk>
12496 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
12497 * anti.texi (File Attributes): Describe removed parameter
12500 2003-11-20 Luc Teirlinck <teirllm@auburn.edu>
12502 * positions.texi (Positions): Mention that, if a marker is used as
12503 a position, its buffer is ignored.
12505 * markers.texi (Overview of Markers): Mention it here too.
12507 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
12509 * numbers.texi (Numeric Conversions): Not just `floor', but also
12510 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
12512 2003-11-10 Luc Teirlinck <teirllm@auburn.edu>
12514 * markers.texi (Creating Markers): Specify insertion type of
12515 created markers. Add xref to `Marker Insertion Types'.
12516 Second argument to `copy-marker' is optional.
12517 (Marker Insertion Types): Mention that most markers are created
12518 with insertion type nil.
12519 (The Mark): Correctly describe when `mark' signals an error.
12520 (The Region): Correctly describe when `region-beginning' and
12521 `region-end' signal an error.
12523 2003-11-08 Luc Teirlinck <teirllm@auburn.edu>
12525 * hash.texi (Creating Hash): Clarify description of `eql'.
12526 `makehash' is obsolete.
12527 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
12529 * positions.texi (Point): Change description of `buffer-end', so
12530 that it is also correct for floating point arguments.
12531 (List Motion): Correct argument lists of `beginning-of-defun' and
12533 (Excursions): Add xref to `Marker Insertion Types'.
12534 (Narrowing): Argument to `narrow-to-page' is optional.
12536 2003-11-06 Luc Teirlinck <teirllm@auburn.edu>
12538 * streams.texi (Output Streams): Clarify behavior of point for
12539 marker output streams.
12541 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
12543 * variables.texi (Defining Variables): Second argument to
12544 `defconst' is not optional.
12545 (Setting Variables): Mention optional argument APPEND to
12547 (Creating Buffer-Local): Expand description of
12548 `make-variable-buffer-local'.
12549 (Frame-Local Variables): Expand description of
12550 `make-variable-frame-local'.
12551 (Variable Aliases): Correct description of optional argument
12552 DOCSTRING to `defvaralias'. Mention return value of
12554 (File Local Variables): Add xref to `File variables' in Emacs
12555 Manual. Correct description of `hack-local-variables'. Mention
12556 `safe-local-variable' property. Mention optional second argument
12557 to `risky-local-variable-p'.
12559 2003-11-03 Luc Teirlinck <teirllm@auburn.edu>
12561 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
12563 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
12565 * anti.texi, backups.texi, commands.texi, customize.texi:
12566 * display.texi, files.texi, internals.texi, keymaps.texi:
12567 * loading.texi, modes.texi, nonascii.texi, numbers.texi:
12568 * objects.texi, os.texi, positions.texi, processes.texi:
12569 * searching.texi, sequences.texi, streams.texi, strings.texi:
12570 * syntax.texi, text.texi: Replace @sc{foo} with @acronym{FOO}.
12572 2003-10-27 Luc Teirlinck <teirllm@auburn.edu>
12574 * strings.texi (Creating Strings): Argument START to `substring'
12575 can not be `nil'. Expand description of
12576 `substring-no-properties'. Correct description of `split-string',
12577 especially with respect to empty matches. Prevent very bad line
12578 break in definition of `split-string-default-separators'.
12579 (Text Comparison): `string=' and `string<' also accept symbols as
12581 (String Conversion): More completely describe argument BASE in
12582 `string-to-number'.
12583 (Formatting Strings): `%s' and `%S' in `format' do require
12584 corresponding object. Clarify behavior of numeric prefix after
12586 (Case Conversion): The argument to `upcase-initials' can be a
12589 2003-10-27 Kenichi Handa <handa@m17n.org>
12591 * display.texi (Fontsets): Fix texinfo usage.
12593 2003-10-25 Kenichi Handa <handa@m17n.org>
12595 * display.texi (Fontsets): Add description of the function
12598 2003-10-23 Luc Teirlinck <teirllm@auburn.edu>
12600 * display.texi (Temporary Displays): Add xref to `Documentation
12603 * functions.texi (Function Safety): Use inforef instead of pxref
12606 2003-10-23 Andreas Schwab <schwab@suse.de>
12608 * Makefile.in (TEX, texinputdir): Don't define.
12609 (TEXI2DVI): Define.
12610 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
12611 add $(srcdir)/index.texi.
12612 ($(infodir)/elisp): Remove index.texi dependency.
12613 (elisp.dvi): Likewise. Use $(TEXI2DVI).
12614 (index.texi): Remove target.
12615 (dist): Don't link $(srcdir)/permute-index.
12616 (clean): Don't remove index.texi.
12618 * permute-index, index.perm: Remove.
12619 * index.texi: Rename from index.unperm.
12621 2003-10-22 Luc Teirlinck <teirllm@auburn.edu>
12623 * tips.texi (Documentation Tips): Document new behavior for face
12624 and variable hyperlinks in Help mode.
12626 2003-10-21 Luc Teirlinck <teirllm@auburn.edu>
12628 * objects.texi (Integer Type): Update for extra bit of integer range.
12629 (Character Type): Ditto.
12631 2003-10-16 Eli Zaretskii <eliz@gnu.org>
12633 * numbers.texi (Integer Basics): Add index entries for reading
12634 numbers in hex, octal, and binary.
12636 2003-10-16 Lute Kamstra <lute@gnu.org>
12638 * modes.texi (Mode Line Format): Mention force-mode-line-update's
12641 2003-10-13 Luc Teirlinck <teirllm@auburn.edu>
12643 * windows.texi (Choosing Window): Fix typo.
12644 * edebug.texi (Edebug Execution Modes): Fix typo.
12646 2003-10-13 Richard M. Stallman <rms@gnu.org>
12648 * windows.texi (Basic Windows): A window has fringe settings,
12649 display margins and scroll-bar settings.
12650 (Splitting Windows): Doc split-window return value.
12651 Clean up one-window-p.
12652 (Selecting Windows): Fix typo.
12653 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
12654 (Buffers and Windows): In set-window-buffer, explain effect
12655 on fringe settings and scroll bar settings.
12656 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
12657 (Choosing Window): Use defopt for pop-up-frame-function.
12658 For special-display-buffer-names, explain same-window and same-frame.
12659 Clarify window-dedicated-p return value.
12660 (Textual Scrolling): scroll-up and scroll-down can get an error.
12661 (Horizontal Scrolling): Clarify auto-hscroll-mode.
12662 Clarify set-window-hscroll.
12663 (Size of Window): Don't mention tool bar in window-height.
12664 (Coordinates and Windows): Explain what coordinates-in-window-p
12665 returns for fringes and display margins.
12666 (Window Configurations): Explain saving fringes, etc.
12668 * tips.texi (Library Headers): Clean up Documentation.
12670 * syntax.texi (Parsing Expressions): Clean up forward-comment
12671 and parse-sexp-lookup-properties.
12673 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
12675 * os.texi (System Environment): Clean up text for load-average errors.
12677 * modes.texi (Hooks): Don't explain local hook details at front.
12678 Clarify run-hooks and run-hook-with-args a little.
12679 Clean up add-hook and remove-hook.
12681 * edebug.texi (Edebug Execution Modes): Clarify t.
12682 Document edebug-sit-for-seconds.
12683 (Coverage Testing): Document C-x X = and =.
12684 (Instrumenting Macro Calls): Fix typo.
12685 (Specification List): Don't index the specification keywords.
12687 2003-10-10 Kim F. Storm <storm@cua.dk>
12689 * processes.texi (Network): Introduce make-network-process.
12691 2003-10-09 Luc Teirlinck <teirllm@auburn.edu>
12693 * tips.texi (Library Headers): Fix typo.
12695 2003-10-07 Juri Linkov <juri@jurta.org>
12697 * modes.texi (Imenu): Mention imenu-create-index-function's
12698 default value. Explain submenus better.
12700 2003-10-07 Lute Kamstra <lute@gnu.org>
12702 * modes.texi (Faces for Font Lock): Fix typo.
12703 (Hooks): Explain how buffer-local hook variables can refer to
12704 global hook variables.
12705 Various minor clarifications.
12707 2003-10-06 Lute Kamstra <lute@gnu.org>
12709 * tips.texi (Coding Conventions): Mention naming conventions for
12712 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
12714 * loading.texi (Library Search): Correct default value of
12716 (Named Features): Fix typo.
12718 2003-10-05 Richard M. Stallman <rms@gnu.org>
12720 * loading.texi (Named Features): In `provide',
12721 say how to test for subfeatures.
12722 (Unloading): In unload-feature, use new var name
12723 unload-feature-special-hooks.
12725 2003-10-03 Lute Kamstra <lute@gnu.org>
12727 * modes.texi (Major Mode Conventions): Mention third way to set up
12729 (Imenu): A number of small fixes.
12730 Delete documentation of internal variable imenu--index-alist.
12731 Document the return value format of imenu-create-index-function
12734 2003-09-30 Richard M. Stallman <rms@gnu.org>
12736 * processes.texi (Network): Say what stopped datagram connections do.
12738 * lists.texi (Association Lists): Clarify `assq-delete-all'.
12740 * display.texi (Overlay Properties): Clarify `evaporate' property.
12742 2003-09-29 Lute Kamstra <lute@gnu.org>
12744 * modes.texi (Mode Line Data): Explain when symbols in mode-line
12745 constructs should be marked as risky.
12746 Change cons cell into proper list.
12747 (Mode Line Variables): Change cons cell into proper list.
12749 2003-09-26 Lute Kamstra <lute@gnu.org>
12751 * modes.texi (Mode Line Data): Document the :propertize construct.
12752 (Mode Line Variables): Reorder the descriptions of the variables
12753 to match their order in the default mode-line-format.
12754 Describe the new variables mode-line-position and mode-line-modes.
12755 Update the default values of mode-line-frame-identification,
12756 minor-mode-alist, and default-mode-line-format.
12757 (Properties in Mode): Mention the :propertize construct.
12759 2003-09-26 Richard M. Stallman <rms@gnu.org>
12761 * buffers.texi, commands.texi, debugging.texi, eval.texi:
12762 * loading.texi, minibuf.texi, text.texi, variables.texi:
12763 Avoid @strong{Note:}.
12765 2003-09-26 Richard M. Stallman <rms@gnu.org>
12767 * keymaps.texi (Remapping Commands): Fix typo.
12769 2003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
12771 * processes.texi (Low-Level Network): Fix typo.
12773 2003-09-23 Kim F. Storm <storm@cua.dk>
12775 * processes.texi (Network, Network Servers): Fix typos.
12776 (Low-Level Network): Add timeout value for :server keyword.
12777 Add new option keywords to make-network-process.
12778 Add set-network-process-options.
12779 Explain how to test availability of network options.
12781 2003-09-19 Richard M. Stallman <rms@gnu.org>
12783 * text.texi (Motion by Indent): Arg to
12784 backward-to-indentation and forward-to-indentation is optional.
12786 * strings.texi (Creating Strings): Add substring-no-properties.
12789 (Process Information): Add list-processes arg QUERY-ONLY.
12790 Delete process-contact from here.
12791 Add new status values for process-status.
12792 Add process-get, process-put, process-plist, set-process-plist.
12793 (Synchronous Processes): Add call-process-shell-command.
12794 (Signals to Processes): signal-process allows process objects.
12795 (Network): Complete rewrite.
12796 (Network Servers, Datagrams, Low-Level Network): New nodes.
12798 * positions.texi (Word Motion): forward-word, backward-word
12799 arg is optional. Reword.
12801 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
12803 * variables.texi (Creating Buffer-Local):
12804 Delete duplicate definition of buffer-local-value.
12805 (File Local Variables): Explain about discarding text props.
12807 2003-09-11 Richard M. Stallman <rms@gnu.org>
12809 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
12810 changes variables that record input events.
12811 (Minibuffer Misc): Add minibuffer-selected-window.
12813 * lists.texi (Building Lists): Add copy-tree.
12815 * display.texi (Fontsets): Add char-displayable-p.
12816 (Scroll Bars): New node.
12818 2003-09-08 Lute Kamstra <lute@gnu.org>
12820 * modes.texi (%-Constructs): Document new `%i' and `%I'
12823 2003-09-03 Peter Runestig <peter@runestig.com>
12825 * makefile.w32-in: New file.
12827 2003-08-29 Richard M. Stallman <rms@gnu.org>
12829 * display.texi (Overlay Properties): Clarify how priorities
12830 affect use of the properties.
12832 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
12834 * customize.texi (Type Keywords): Correct the description of
12835 `:help-echo' in the case where `motion-doc' is a function.
12837 2003-08-14 John Paul Wallington <jpw@gnu.org>
12839 * modes.texi (Emulating Mode Line): Subsection, not section.
12841 2003-08-13 Richard M. Stallman <rms@gnu.org>
12843 * elisp.texi (Top): Update subnode lists in menu.
12845 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
12846 (Kill Functions): kill-region has new arg yank-handler.
12847 (Yanking): New node.
12848 (Yank Commands): Add yank-undo-function.
12849 (Low-Level Kill Ring):
12850 kill-new and kill-append have new arg yank-handler.
12851 (Changing Properties): Add remove-list-of-text-properties.
12852 (Atomic Changes): New node.
12854 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
12856 * streams.texi (Output Variables): Add eval-expression-print-length
12857 and eval-expression-print-level.
12859 * os.texi (Time Conversion): For encode-time, explain limits on year.
12861 * objects.texi (Character Type): Define anchor "modifier bits".
12863 * modes.texi (Emulating Mode Line): New node.
12864 (Search-based Fontification): Font Lock uses font-lock-face property.
12865 (Other Font Lock Variables): Likewise.
12867 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
12869 (Active Keymaps): Add emulation-mode-map-alists.
12870 (Functions for Key Lookup): key-binding has new arg no-remap.
12871 (Remapping Commands): New node.
12872 (Scanning Keymaps): where-is-internal has new arg no-remap.
12873 (Tool Bar): Add tool-bar-local-item-from-menu.
12874 Clarify when to use tool-bar-add-item-from-menu.
12876 * commands.texi (Interactive Call): commandp has new arg.
12877 (Command Loop Info): Add this-original-command.
12879 2003-08-06 John Paul Wallington <jpw@gnu.org>
12881 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
12883 * display.texi (Warning Basics): Fix typo.
12884 (Fringes): Add closing curly bracket and fix typo.
12886 * elisp.texi (Top): Fix typo.
12888 2003-08-05 Richard M. Stallman <rms@gnu.org>
12890 * elisp.texi: Update lists of subnodes.
12892 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
12894 * variables.texi (Local Variables): Use lc for example variable names.
12896 * tips.texi (Library Headers): Explain where to put -*-.
12898 * strings.texi (Creating Strings): Fix xref for vconcat.
12900 * sequences.texi (Vector Functions):
12901 vconcat no longer allows integer args.
12903 * minibuf.texi (Reading File Names): read-file-name has new
12904 arg PREDICATE. New function read-directory-name.
12906 * macros.texi (Defining Macros): Give definition of `declare'.
12907 (Indenting Macros): New node.
12909 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
12910 (Window Frame Parameters): Make separate table of parameters
12911 that are coupled with specific face attributes.
12912 (Deleting Frames): delete-frame-hooks renamed to
12913 delete-frame-functions.
12915 * files.texi (Magic File Names): Add file-remote-p.
12916 Clarify file-local-copy.
12918 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
12919 here; instead xref Defining Macros.
12921 * display.texi (Warnings): New node, and subnodes.
12922 (Fringes): New node.
12924 * debugging.texi (Test Coverage): New node.
12926 * compile.texi (Compiler Errors): Explain with-no-warnings
12927 and other ways to suppress warnings.
12929 * commands.texi (Interactive Call): Minor clarification.
12931 * buffers.texi (Buffer File Name): set-visited-file-name
12932 renames the buffer too.
12934 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
12936 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
12938 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
12940 2003-07-22 Markus Rost <rost@math.ohio-state.edu>
12942 * internals.texi (Garbage Collection): Fix previous change.
12944 2003-07-22 Richard M. Stallman <rms@gnu.org>
12946 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
12948 * display.texi (Width): Use \s syntax in example.
12949 (Font Selection): Add face-font-rescale-alist.
12951 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
12952 Remove spurious indent in example.
12954 * lists.texi (Building Lists): Add number-sequence.
12956 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
12958 * functions.texi (Function Documentation): Explain how to
12959 show calling convention explicitly in the doc string.
12961 * windows.texi (Selecting Windows): save-selected-window saves
12962 selected window of each frame.
12963 (Window Configurations): Minor change.
12965 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
12967 * streams.texi (Output Variables): Add print-continuous-numbering
12968 and print-number-table.
12970 * processes.texi (Decoding Output): New node.
12972 * os.texi (Time Conversion): decode-time arg is optional.
12974 * objects.texi (Character Type): Don't use space as example for \.
12975 Make list of char names and \-sequences correspond.
12976 Explain that \s is not used in strings. `\ ' needs space after.
12978 * nonascii.texi (Converting Representations): Add string-to-multibyte.
12979 (Translation of Characters): Add translation-table-for-input.
12980 (Default Coding Systems): Add auto-coding-functions.
12981 (Explicit Encoding): Add decode-coding-inserted-region.
12982 (Locales): Add locale-info.
12984 * minibuf.texi (Basic Completion): Describe test-completion.
12985 Collections can be lists of strings.
12986 Clean up lazy-completion-table.
12987 (Programmed Completion): Mention test-completion.
12988 Clarify why lambda expressions are not accepted.
12989 (Minibuffer Misc): Describe minibufferp.
12991 2003-07-14 Richard M. Stallman <rms@gnu.org>
12993 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
12995 * windows.texi (Selecting Windows): New arg to select-window.
12996 (Selecting Windows): Add with-selected-window.
12997 (Size of Window): Add window-inside-edges, etc.
12999 * internals.texi (Garbage Collection): Add post-gc-hook.
13001 * processes.texi (Subprocess Creation): Add exec-suffixes.
13003 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
13004 (Scanning Keymaps): Add map-keymaps.
13005 (Defining Menus): Add keymap-prompt.
13007 * numbers.texi (Integer Basics): Add most-positive-fixnum,
13008 most-negative-fixnum.
13010 * compile.texi (Byte Compilation): Explain no-byte-compile.
13011 (Compiler Errors): New node.
13013 * os.texi (User Identification): user-uid, user-real-uid
13016 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
13017 and about derived modes.
13018 (Minor Modes): Add minor-mode-list.
13019 (Defining Minor Modes): Keyword args for define-minor-mode.
13020 (Search-based Fontification): Explain managing other properties.
13021 (Other Font Lock Variables): Add font-lock-extra-managed-props.
13022 (Faces for Font Lock): Add font-lock-preprocessor-face.
13023 (Hooks): Add run-mode-hooks and delay-mode-hooks.
13025 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
13026 (Variable Aliases): Clarify defvaralias.
13028 * loading.texi (Library Search): Add load-suffixes.
13030 * minibuf.texi (Basic Completion): Add lazy-completion-table.
13031 (Programmed Completion): Add dynamic-completion-table.
13033 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
13034 (Magic File Names): Specify precedence order of handlers.
13036 * commands.texi (Command Overview): Emacs server runs pre-command-hook
13037 and post-command-hook.
13038 (Waiting): New calling convention for sit-for.
13040 * text.texi (Special Properties): local-map and keymap properties
13041 apply based on their stickiness.
13043 2003-07-07 Richard M. Stallman <rms@gnu.org>
13045 * modes.texi (Minor Mode Conventions): Specify only some kinds
13046 of list values as args to minor modes.
13048 * files.texi (File Name Expansion): Warn about iterative use
13049 of substitute-in-file-name.
13051 * advice.texi (Activation of Advice): Clean up previous change.
13053 2003-07-06 Markus Rost <rost@math.ohio-state.edu>
13055 * advice.texi (Activation of Advice): Note that ad-start-advice is
13056 turned on by default.
13058 2003-06-30 Richard M. Stallman <rms@gnu.org>
13060 * text.texi (Buffer Contents): Document current-word.
13061 (Change Hooks): Not called for *Messages*.
13063 * functions.texi (Defining Functions): Explain about redefining
13065 (Function Safety): Rename. Minor changes.
13066 Comment out the detailed criteria for what is safe.
13068 2003-06-22 Andreas Schwab <schwab@suse.de>
13070 * objects.texi (Symbol Type): Fix description of examples.
13072 2003-06-16 Andreas Schwab <schwab@suse.de>
13074 * hash.texi (Creating Hash): Fix description of :weakness.
13076 2003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
13078 * files.texi (Changing Files): copy-file copies file modes, too.
13080 2003-05-28 Richard M. Stallman <rms@gnu.org>
13082 * strings.texi (Creating Strings): Clarify split-string.
13084 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
13086 * strings.texi (Creating Strings): Update split-string specification
13089 2003-05-19 Richard M. Stallman <rms@gnu.org>
13091 * elisp.texi: Correct invariant section names.
13093 2003-04-20 Richard M. Stallman <rms@gnu.org>
13095 * os.texi (Timers): Explain about timers and quitting.
13097 2003-04-19 Richard M. Stallman <rms@gnu.org>
13099 * internals.texi (Writing Emacs Primitives): Strings are
13100 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
13101 Explain GCPRO convention for varargs function args.
13103 2003-04-16 Richard M. Stallman <rms@gnu.org>
13105 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
13107 2003-04-08 Richard M. Stallman <rms@gnu.org>
13109 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
13111 2003-02-13 Kim F. Storm <storm@cua.dk>
13113 * objects.texi (Character Type): New \s escape for space.
13115 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
13117 * os.texi (System Environment): Add cygwin system-type.
13119 2003-01-25 Richard M. Stallman <rms@gnu.org>
13121 * keymaps.texi: Document that a symbol can act as a keymap.
13123 2003-01-13 Richard M. Stallman <rms@gnu.org>
13125 * text.texi (Changing Properties): Say string indices are origin-0.
13127 * positions.texi (Screen Lines) <compute-motion>:
13128 Correct order of elts in return value.
13130 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
13131 how to define a default binding.
13133 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
13135 * loading.texi (Unloading): Fix recent change for load-history.
13137 * customize.texi (Simple Types): Clarify description of custom
13138 type 'number. Describe new custom type 'float.
13140 2002-12-04 Markus Rost <rost@math.ohio-state.edu>
13142 * variables.texi (File Local Variables): Fix typo.
13144 2002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
13146 From Michael Albinus <Michael.Albinus@alcatel.de>.
13148 * README: Target for Info file is `make info'.
13150 * files.texi (File Name Components): Fix typos in
13151 `file-name-sans-extension'.
13152 (Magic File Names): Complete list of operations for magic file
13155 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
13157 * variables.texi (File Local Variables): New function
13158 risky-local-variable-p.
13160 2002-09-15 Jonathan Yavner <jyavner@engineer.com>
13162 * functions.texi (Function safety): New node about unsafep.
13164 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
13166 * customize.texi (Splicing into Lists): Fix example.
13167 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
13169 2002-06-17 Juanma Barranquero <lektu@terra.es>
13171 * frames.texi (Display Feature Testing): Fix typo.
13173 2002-06-12 Andreas Schwab <schwab@suse.de>
13175 * frames.texi (Initial Parameters, Resources): Fix references to
13178 2002-05-13 Kim F. Storm <storm@cua.dk>
13180 * variables.texi (Intro to Buffer-Local): Update warning and
13181 example relating to changing buffer inside let.
13183 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
13185 * os.texi (Session Management): New node about X Session management.
13187 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
13189 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
13190 to which the manual corresponds, and the copyright years.
13192 * Makefile.in (VERSION): Set to 2.9.
13194 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
13196 * elisp.texi: Change the category in @dircategory to "Emacs", to
13197 make it consistent with info/dir.
13199 2001-11-25 Miles Bader <miles@gnu.org>
13201 * text.texi (Fields): Describe new `limit' arg in
13202 field-beginning/field-end.
13204 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
13206 * permute-index: Don't depend on csh-specific features.
13207 Replace the interpreter name with /bin/sh.
13209 * two-volume-cross-refs.txt: New file.
13210 * two.el: New file.
13211 * spellfile: New file.
13213 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
13215 * permute-index: New file.
13217 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
13218 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
13219 8+3 restricted namespace.
13221 * Makefile.in (infodir): Define relative to $(srcdir).
13222 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
13223 include directories list via -I switch to makeinfo.
13224 (index.texi): Use cp if both hard and symbolic links fail.
13226 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
13228 * Makefile.in (distclean): Add.
13230 The following changes make ELisp manual part of the Emacs
13233 * Makefile.in: Add Copyright notice.
13235 (infodir): Change value to "../info".
13236 (VPATH): New variable.
13237 (MAKE): Don't define.
13238 (texmacrodir): Don't define.
13239 (texinputdir): Append the existing value of TEXINPUTS.
13240 ($(infodir)/elisp): Instead of just "elisp". Reformat the
13241 command to be compatible with man/Makefile.in, and to put the
13242 output into ../info.
13243 (info): Add target.
13244 (installall): Target removed.
13246 2001-10-31 Pavel Janík <Pavel@Janik.cz>
13248 * tips.texi (Coding Conventions): Fix typo.
13250 2001-10-23 Gerd Moellmann <gerd@gnu.org>
13252 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
13254 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
13256 * files.texi (File Name Components): Update the description of
13257 file-name-sans-extension and file-name-extension, as they now
13258 ignore leading dots.
13260 2001-10-20 Gerd Moellmann <gerd@gnu.org>
13262 * (Version 21.1 released.)
13264 2001-10-19 Miles Bader <miles@gnu.org>
13266 * positions.texi (Text Lines): Describe behavior of
13267 `beginning-of-line'/`end-of-line' in the presence of field properties.
13269 2001-10-17 Gerd Moellmann <gerd@gnu.org>
13271 * Makefile.in (VERSION): Set to 2.8.
13272 (manual): Use `manual-21'.
13274 * elisp.texi (VERSION): Add and use it where the version
13275 number was used. Set it to 2.8.
13277 * intro.texi: Likewise.
13279 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
13281 * files.texi (File Name Completion): Document the significance of
13282 a trailing slash in elements of completion-ignored-extensions.
13284 2001-10-06 Miles Bader <miles@gnu.org>
13286 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
13288 2001-10-04 Gerd Moellmann <gerd@gnu.org>
13290 * variables.texi (Variable Aliases): New node.
13292 2001-10-04 Gerd Moellmann <gerd@gnu.org>
13296 2001-10-02 Miles Bader <miles@gnu.org>
13298 * minibuf.texi (Minibuffer Misc): Add entries for
13299 `minibuffer-contents', `minibuffer-contents-no-properties', and
13300 `delete-minibuffer-contents'.
13301 Correct description for `minibuffer-prompt-end'.
13303 * text.texi (Property Search): Correct descriptions of
13304 `next-char-property-change' and `previous-char-property-change'.
13305 Add entries for `next-single-char-property-change' and
13306 `previous-single-char-property-change'.
13307 Make operand names a bit more consistent.
13309 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
13311 * frames.texi (Finding All Frames): Document that next-frame and
13312 previous-frame are local to current terminal.
13314 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
13316 * keymaps.texi (Creating Keymaps): Fix the description of the
13317 result of make-keymap.
13319 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
13321 * display.texi (Font Lookup, Attribute Functions)
13322 (Image Descriptors): Add cross-references to the definition of
13325 * buffers.texi (The Buffer List): Add cross-references to the
13326 definition of selected frame.
13328 * frames.texi (Input Focus): Clarify which frame is _the_ selected
13329 frame at any given time.
13330 (Multiple Displays, Size and Position): Add a cross-reference to
13331 the definition of the selected frame.
13333 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
13335 * strings.texi (String Conversion) <string-to-number>: Document
13336 that a float is returned for integers that are too large.
13338 * frames.texi (Mouse Position): Document mouse-position-function.
13339 (Display Feature Testing): Document display-images-p.
13340 (Window Frame Parameters): Document the cursor-type variable.
13342 * numbers.texi (Integer Basics): Document CL style read syntax for
13343 integers in bases other than 10.
13345 * positions.texi (List Motion):
13346 Document open-paren-in-column-0-is-defun-start.
13348 * lists.texi (Sets And Lists): Document member-ignore-case.
13350 * internals.texi (Garbage Collection): Document the used and free
13352 (Memory Usage): Document strings-consed.
13354 * os.texi (Time of Day): Document float-time.
13355 (Recording Input): Document that clear-this-command-keys clears
13356 the vector to be returned by recent-keys.
13358 * keymaps.texi (Scanning Keymaps) <where-is-internal>:
13359 The argument keymap can be a list.
13361 * nonascii.texi (User-Chosen Coding Systems)
13362 <select-safe-coding-system>: Document the new argument
13363 accept-default-p and the variable
13364 select-safe-coding-system-accept-default-p. Tell what happens if
13365 buffer-file-coding-system is undecided.
13366 (Default Coding Systems): Document auto-coding-regexp-alist.
13368 * display.texi (The Echo Area) <message>: Document
13369 message-truncate-lines.
13370 (Glyphs): Document that the glyph table is unused on windowed
13373 * help.texi (Describing Characters) <single-key-description>:
13374 Document the new argument no-angles.
13375 (Accessing Documentation) <documentation-property>: Document that
13376 a non-string property is evaluated.
13377 <documentation>: Document that the function-documentation property
13380 * windows.texi (Selecting Windows): Document some-window.
13382 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
13384 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
13387 * commands.texi (Using Interactive): Document interactive-form.
13388 (Keyboard Macros): Document kbd-macro-termination-hook.
13389 (Command Loop Info): Document that clear-this-command-keys clears
13390 the vector to be returned by recent-keys.
13392 2001-09-04 Werner LEMBERG <wl@gnu.org>
13394 * Makefile.in (srcdir, texinputdir): New variables.
13395 (srcs, index.texi, install): Use $(srcdir).
13396 (.PHONY): Remove elisp.dvi.
13397 (elisp): Use -I switch for makeinfo.
13398 (elisp.dvi): Use $(srcdir) and $(texinputdir).
13399 (installall, dist): Use $(srcdir).
13400 Fix path to texinfo.tex.
13401 (maintainer-clean): Add elisp.dvi and elisp.oaux.
13403 2001-08-30 Gerd Moellmann <gerd@gnu.org>
13405 * display.texi (Conditional Display): Adjust to API change.
13407 * configure: New file.
13409 2001-07-30 Gerd Moellmann <gerd@gnu.org>
13411 * commands.texi (Repeat Events): Add description of
13414 2001-05-08 Stefan Monnier <monnier@cs.yale.edu>
13416 * syntax.texi (Syntax Class Table): Add the missing designator for
13417 comment and string fences.
13418 (Syntax Properties): Add a xref to syntax table internals.
13419 (Syntax Table Internals): Document string-to-syntax.
13421 2001-05-07 Gerd Moellmann <gerd@gnu.org>
13423 * Makefile.in (install): Use install-info command line options
13424 like in Emacs' Makefile.in.
13426 2000-12-09 Miles Bader <miles@gnu.org>
13428 * windows.texi (Window Start): Update documentation for
13429 `pos-visible-in-window-p'.
13431 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
13433 * lists.texi (Building Lists): Add footnote to explain how to add
13434 to the end of a list.
13436 2000-10-25 Gerd Moellmann <gerd@gnu.org>
13438 * files.texi (Visiting Functions): Typos.
13440 2000-10-25 Kenichi Handa <handa@etl.go.jp>
13442 * files.texi (Visiting Functions): Return value of
13443 find-file-noselect may be a list of buffers if wildcards are used.
13445 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
13447 * display.texi (Defining Faces): Document `graphic' display type
13450 2000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13452 * hooks.texi (Standard Hooks): Replace obsolete
13453 `after-make-frame-hook' with `after-make-frame-functions'.
13455 * frames.texi (Creating Frames): Ditto.
13457 * variables.texi (Future Local Variables): Ditto.
13459 2000-10-16 Gerd Moellmann <gerd@gnu.org>
13461 * display.texi (Other Image Types): Add description of :foreground
13462 and :background properties of mono PBM images.
13464 2000-08-17 Werner LEMBERG <wl@gnu.org>
13466 * .cvsignore: New file.
13468 2000-01-05 Gerd Moellmann <gerd@gnu.org>
13470 * tindex.pl: New script.
13472 1999-12-03 Dave Love <fx@gnu.org>
13474 * Makefile.in (MAKEINFO): New parameter.
13476 1999-09-17 Richard Stallman <rms@gnu.org>
13478 * Makefile.in (srcs): Add hash.texi.
13479 (VERSION): Update to 20.6.
13481 1999-09-13 Richard Stallman <rms@gnu.org>
13483 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
13485 1998-08-29 Karl Heuer <kwzh@gnu.org>
13487 * configure.in: New file.
13488 * Makefile.in: Renamed from Makefile.
13489 (prefix, infodir): Use value obtained from configure.
13490 (emacslibdir): Obsolete variable deleted.
13491 (dist): Distribute configure.in, configure, Makefile.in.
13493 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
13495 * Makefile (INSTALL_INFO): New variable.
13496 (install): Run install-info.
13498 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
13500 * Makefile (elisp.dvi): Add missing backslash.
13502 1998-05-02 Richard Stallman <rms@psilocin.gnu.org>
13504 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
13505 Run texindex without `./'. Always run texindex on elisp.tp.
13506 (elisp.tps): Target deleted.
13508 1998-04-05 Richard Stallman <rms@psilocin.gnu.org>
13510 * Makefile (srcs): Add nonascii.texi and customize.texi.
13511 (dist): Start by deleting `temp'.
13513 1998-02-17 Richard Stallman <rms@psilocin.gnu.org>
13515 * Makefile (makeinfo, texindex): Targets deleted.
13516 (makeinfo.o, texindex.o): Targets deleted.
13517 (clean, dist): Don't do anything with them or with getopt*.
13519 1998-01-30 Richard Stallman <rms@psilocin.gnu.org>
13521 * Makefile (SHELL): Defined.
13523 1998-01-27 Richard Stallman <rms@psilocin.gnu.org>
13525 * Makefile (elisp.tps): New target.
13526 (elisp.dvi): Depend on elisp.tps.
13528 1996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
13530 * README: Update phone number.
13532 * Makefile (elisp): Make this be the default target.
13533 Depend on makeinfo.c instead of makeinfo.
13534 (install): Don't depend on elisp.dvi, since we don't install that.
13536 (dist): Add mkinstalldirs.
13538 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13540 * Makefile (VERSION): Update version number.
13541 (maintainer-clean): Rename from realclean.
13543 1995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
13545 * Makefile (realclean): New target.
13546 (elisp): Remove any old elisp-* files first.
13548 1993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
13550 * Makefile (VERSION): New variable.
13551 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
13552 Compressed file suffix should be `.gz', not `.z'.
13554 1993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13556 * Makefile (elisp): Depend on makeinfo.
13558 1993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
13560 * Makefile (srcs): Add anti.texi.
13562 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13564 * Makefile (infodir, prefix): New vars.
13565 (install): Use infodir.
13566 (emacsinfodir): Delete.
13568 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13570 * Makefile (srcs): Add calendar.texi.
13572 * Makefile (dist): Copy texindex.c and makeinfo.c.
13573 Limit elisp-* files to those with one or two digits.
13575 1993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13577 * Makefile (dist): Change to use Gzip instead of compress.
13579 1993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
13581 * loading.texi (Unloading): define-function changed back to
13582 defalias. It may not stay this way, but at least it's
13583 consistent with the known-good version of the code patch.
13585 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
13587 * modes.texi (Hooks): Document new optional arg of add-hook.
13589 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
13591 * variables.texi: Document nil initial value of buffer-local variables.
13593 * tips.texi: Add new section on standard library headers.
13595 1993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13597 * Makefile (srcs): Add frame.texi to the list of sources.
13599 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13601 * Makefile (dist): Don't bother excluding autosave files; they'll
13602 never make it into the temp directory anyway, and the hash marks
13603 in the name are problematic for make and the Bourne shell.
13606 1993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13608 * Makefile (dist): Don't include backup files or autosave files in
13609 the distribution tar file.
13611 1991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13613 * Makefile (srcs): Add index.perm.
13614 (elisp.dvi): Remove erroneous shell comment.
13615 Expect output of permute-index in permuted.fns.
13616 Save old elisp.aux in elisp.oaux.
13617 (clean): Add index.texi to be deleted.
13619 1990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13621 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
13623 1990-06-26 David Lawrence (tale@geech)
13625 * files.texi: Noted that completion-ignored-extensions is ignored
13626 when making *Completions*.
13628 1990-06-08 Jay Fenlason (hack@ai.mit.edu)
13630 * Makefile make dist now depends on elisp.dvi, since it tries
13631 to include it in the dist file.
13633 1990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
13635 * functions.texinfo (Mapping Functions): Add missing quote.
13637 1989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13639 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
13640 (defunargs): Turn off \hyphenchar of \sl font temporarily.
13642 1989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13644 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
13645 and @error{} are the terms now being used. The files in the
13646 directory have been changed to reflect this.
13648 * All instances of @indentedresultt{} have been changed to
13649 ` @result{}', using 5 spaces at the beginning of the line.
13651 1989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13653 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
13654 experimental @indentedresult{}, @indentedexpandsto{} are part of
13655 the texinfo.tex in this directory. These TeX macros are not
13658 1989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13660 * texinfo.tex: Temporarily added
13661 \let\result=\dblarrow
13662 \def\error{{\it ERROR} \longdblarrow}
13663 We need to do this better soon.
13665 1989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13667 * Applied Karl Berry's patches to *.texinfo files, but not to
13668 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
13669 new title page format is also not applied, since it requires
13670 texinfo.tex changes.)
13672 * Cleaned up `Makefile' and defined the `emacslibdir' directory
13673 for the Project GNU development environment.
13675 ;; Local Variables:
13679 Copyright (C) 1998-2014 Free Software Foundation, Inc.
13681 This file is part of GNU Emacs.
13683 GNU Emacs is free software: you can redistribute it and/or modify
13684 it under the terms of the GNU General Public License as published by
13685 the Free Software Foundation, either version 3 of the License, or
13686 (at your option) any later version.
13688 GNU Emacs is distributed in the hope that it will be useful,
13689 but WITHOUT ANY WARRANTY; without even the implied warranty of
13690 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13691 GNU General Public License for more details.
13693 You should have received a copy of the GNU General Public License
13694 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.