]> code.delx.au - gnu-emacs/blob - doc/lispref/ChangeLog
* cl-generic.el (cl-generic-generalizers): Clean up after braindamage
[gnu-emacs] / doc / lispref / ChangeLog
1 2015-03-09 Nicolas Petton <nicolas@petton.fr>
2
3 * sequences.texi (seq-into): Add documentation for the new
4 seq-into function.
5
6 2015-03-03 Eli Zaretskii <eliz@gnu.org>
7
8 * processes.texi (Synchronous Processes): Update documentation of
9 call-process-shell-command and process-file-shell-command.
10
11 2015-03-03 Daniel Colascione <dancol@dancol.org>
12
13 * control.texi (Generators): Correct missing word. Clarify which
14 forms are legal in which parts of `unwind-protect'. Fix orphaned
15 close parenthesis.
16
17 * objects.texi (Finalizer Type): New section for finalizer objects.
18 (Type Predicates): Mention finalizers in `type-of' documentation.
19 * elisp.texi (Top): Link to finalizer type.
20
21 2015-03-02 Daniel Colascione <dancol@dancol.org>
22
23 * control.texi (Generators): New section
24 * elisp.text: Reference new section.
25
26 2015-02-28 Eli Zaretskii <eliz@gnu.org>
27
28 * searching.texi (Char Classes): Update the documentation of
29 [:alpha:] and [:alnum:]. (Bug#19878)
30
31 2015-02-27 Eli Zaretskii <eliz@gnu.org>
32
33 * os.texi (Startup Summary):
34 * display.texi (Window Systems): Mention peculiarities of daemon
35 mode on MS-Windows.
36
37 2015-02-11 Martin Rudalics <rudalics@gmx.at>
38
39 * frames.texi (Size Parameters): Update description of
40 fullscreen frame parameter. Describe `fullscreen-restore'
41 parameter.
42
43 2015-02-09 Nicolas Petton <nicolas@petton.fr>
44
45 * sequences.texi (Sequence Functions): Update documentation
46 examples for seq-group-by.
47
48 2015-02-09 Eli Zaretskii <eliz@gnu.org>
49
50 * positions.texi (Screen Lines): Update the documentation of
51 vertical-motion to document the new additional argument.
52
53 2015-02-06 Nicolas Petton <nicolas@petton.fr>
54
55 * sequences.texi (Sequence Functions): Add documentation for
56 seq-mapcat, seq-partition and seq-group-by.
57
58 2015-02-05 Martin Rudalics <rudalics@gmx.at>
59
60 * display.texi (Size of Displayed Text): Remove description of
61 optional argument BUFFER of `window-text-pixel-size'.
62
63 2015-02-01 Martin Rudalics <rudalics@gmx.at>
64
65 * display.texi (Size of Displayed Text): Describe optional
66 argument BUFFER of `window-text-pixel-size'.
67
68 2015-01-28 Eli Zaretskii <eliz@gnu.org>
69
70 * searching.texi (Regexp Search): Add a cross-reference to "Syntax
71 of Regexps". (Bug#19668)
72
73 2015-01-28 Daniel Koning <dk@danielkoning.com> (tiny change)
74
75 * commands.texi (Drag Events, Motion Events, Event Examples)
76 (Accessing Mouse): Describe actual range of values that mouse
77 position objects can have.
78
79 2015-01-28 Eli Zaretskii <eliz@gnu.org>
80
81 * display.texi (Manipulating Buttons): Explain more about the
82 'action' property. (Bug#19628)
83
84 * text.texi (Clickable Text): Improve indexing. (Bug#19629)
85
86 * variables.texi (Creating Buffer-Local): Improve indexing. (Bug#19608)
87
88 * frames.texi (Display Feature Testing): Make the description of
89 x-server-version and x-server-vendor less X-specific. (Bug#19502)
90
91 2015-01-15 Eli Zaretskii <eliz@gnu.org>
92
93 * streams.texi (Input Functions): Document 'set-binary-mode'.
94 (Output Functions): Cross-reference to documentation of
95 'set-binary-mode'.
96
97 2015-01-04 Paul Eggert <eggert@cs.ucla.edu>
98
99 batch write-region no longer says "Wrote FOO"
100 * files.texi (Writing to Files): Document this.
101
102 2014-12-31 Paul Eggert <eggert@cs.ucla.edu>
103
104 Less 'make' chatter for Emacs doc
105 * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_)
106 (am__v_GEN_0, am__v_GEN_1): New macros, from ../../src/Makefile.in.
107 (ENVADD, $(buildinfodir)/elisp.info, elisp.html):
108 Use them.
109
110 2014-12-30 Martin Rudalics <rudalics@gmx.at>
111
112 * display.texi (Temporary Displays): Amend description of
113 `with-temp-buffer-window'. Add descriptions for
114 `with-current-buffer-window', `with-displayed-buffer-window' and
115 `temp-buffer-resize-mode', `temp-buffer-max-height' and
116 `temp-buffer-max-width'.
117
118 2014-12-29 Paul Eggert <eggert@cs.ucla.edu>
119
120 * os.texi (System Environment): Update for system-name changes.
121
122 2014-12-27 Glenn Morris <rgm@gnu.org>
123
124 * control.texi (Pattern matching case statement):
125 * os.texi (Desktop Notifications):
126 * modes.texi (Defining Minor Modes, SMIE Lexer): Markup fixes.
127
128 2014-12-27 Eli Zaretskii <eliz@gnu.org>
129
130 * windows.texi (Recombining Windows): Index subject of sections.
131
132 * variables.texi (Variables with Restricted Values)
133 (Generalized Variables): Index subject of sections.
134
135 * text.texi (Buffer Contents, Examining Properties)
136 (Changing Properties, Property Search, Substitution): Index
137 subject of sections.
138
139 * syntax.texi (Motion and Syntax, Parsing Expressions)
140 (Motion via Parsing, Position Parse, Control Parsing): Index
141 subject of sections.
142
143 * strings.texi (Predicates for Strings, Creating Strings)
144 (Modifying Strings, Text Comparison): Index subject of sections.
145
146 * searching.texi (Syntax of Regexps, Regexp Special)
147 (Regexp Functions, Regexp Functions): Index subject of sections.
148
149 * processes.texi (Subprocess Creation, Process Information): Index
150 subject of sections.
151
152 * positions.texi (Screen Lines): Index subject of sections.
153
154 * nonascii.texi (Scanning Charsets, Specifying Coding Systems):
155 Index subject of sections.
156
157 * minibuf.texi (Text from Minibuffer, Object from Minibuffer)
158 (Multiple Queries, Minibuffer Contents): Index subject of
159 sections.
160
161 * markers.texi (Predicates on Markers, Creating Markers)
162 (Information from Markers, Moving Markers): Index subject of
163 sections.
164
165 * macros.texi (Defining Macros, Problems with Macros): Index
166 subject of sections.
167
168 * loading.texi (Loading Non-ASCII, Where Defined): Index subject
169 of sections.
170
171 * lists.texi (List-related Predicates, List Variables, Setcar)
172 (Setcdr, Plist Access): Index subject of sections.
173
174 * keymaps.texi (Controlling Active Maps, Scanning Keymaps)
175 (Modifying Menus): Index subject of sections.
176
177 * help.texi (Accessing Documentation, Help Functions): Index
178 subject of sections.
179
180 * hash.texi (Hash Access): Index subject of sections.
181
182 * functions.texi (Core Advising Primitives)
183 (Advising Named Functions, Porting old advices): Index subject of
184 sections.
185
186 * frames.texi (Creating Frames, Initial Parameters)
187 (Position Parameters, Buffer Parameters, Minibuffers and Frames)
188 (Pop-Up Menus, Drag and Drop): Index subject of sections.
189
190 * files.texi (Visiting Functions, Kinds of Files)
191 (Unique File Names): Index subject of sections.
192
193 * display.texi (Refresh Screen, Echo Area Customization)
194 (Warning Variables, Warning Options, Delayed Warnings)
195 (Temporary Displays, Managing Overlays, Overlay Properties)
196 (Finding Overlays, Size of Displayed Text, Defining Faces)
197 (Attribute Functions, Displaying Faces, Face Remapping)
198 (Basic Faces, Font Lookup, Fontsets, Replacing Specs)
199 (Defining Images, Showing Images): Index subject of sections.
200
201 * debugging.texi (Debugging, Explicit Debug)
202 (Invoking the Debugger, Excess Open, Excess Close): Index subject
203 of sections.
204
205 * customize.texi (Defining New Types, Applying Customizations)
206 (Custom Themes): Index subject of sections.
207
208 * control.texi (Sequencing, Combining Conditions)
209 (Processing of Errors, Cleanups): Index subject of sections.
210
211 * compile.texi (Eval During Compile): Index subject of sections.
212
213 * commands.texi (Using Interactive, Distinguish Interactive)
214 (Command Loop Info, Classifying Events, Event Mod)
215 (Invoking the Input Method): Index subject of sections.
216
217 * buffers.texi (Buffer List, Buffer Gap): Index subject of sections.
218
219 * backups.texi (Making Backups, Numbered Backups, Backup Names)
220 (Reverting): Index subject of sections.
221
222 * abbrevs.texi (Abbrev Tables, Defining Abbrevs, Abbrev Files)
223 (Abbrev Expansion, Standard Abbrev Tables, Abbrev Properties)
224 (Abbrev Table Properties): Index subject of sections.
225
226 * os.texi (Time of Day, Time Conversion, Time Parsing)
227 (Time Calculations, Idle Timers): Index subject of sections.
228
229 2014-12-25 Martin Rudalics <rudalics@gmx.at>
230
231 * windows.texi (Windows): Resync @menu order with @node order.
232
233 * minibuf.texi (Minibuffer Windows): Add descriptions of
234 `resize-mini-windows' and `max-mini-window-height'.
235
236 2014-12-25 Glenn Morris <rgm@gnu.org>
237
238 * windows.texi (Windows): Sync @menu order with @node order.
239
240 * sequences.texi (Sequence Functions): Copyedits.
241
242 * control.texi (Pattern matching case statement):
243 * positions.texi (List Motion):
244 * streams.texi (Output Functions):
245 * strings.texi (Text Comparison):
246 * text.texi (Document Object Model): Markup fixes.
247
248 2014-12-22 Paul Eggert <eggert@cs.ucla.edu>
249
250 Remove obsolete references to pre-C99 builds
251 * internals.texi (C Integer Types): Don't mention pre-C99 compilers.
252
253 2014-12-19 Martin Rudalics <rudalics@gmx.at>
254
255 * windows.texi (Resizing Windows): Describe new argument of
256 `fit-window-to-buffer'. Move description of `window-size-fixed'
257 to new section below.
258 (Preserving Window Sizes): New section describing
259 `window-size-fixed' and `window-preserve-size'.
260 (Display Action Functions): Describe `preserve-size' alist
261 entry.
262 (Window Parameters): Describe `preserved-size' parameter.
263
264 2014-12-18 Eli Zaretskii <eliz@gnu.org>
265
266 * display.texi (Low-Level Font): Document font-info and query-font.
267
268 2014-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
269
270 * display.texi (Forcing Redisplay): Remove references to
271 redisplay-dont-pause and redisplay-preemption-period (which doesn't
272 even exist).
273
274 2014-12-16 Nicolas Petton <petton.nicolas@gmail.com>
275
276 * sequences.texi (Seq Library): Add documentation for seq.el.
277
278 2014-12-15 Alan Mackenzie <acm@muc.de>
279
280 "Advice" is a mass noun. Amend text accordingly.
281 * functions.texi: (Advising Functions, Core Advising Primitives)
282 (Advising Named Functions, Advice combinators)
283 (Porting old advice): Replace, e.g., "an advice" with "advice".
284
285 2014-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
286
287 * files.texi (Relative File Names): Mention `directory-name-p'.
288
289 2014-12-13 Eli Zaretskii <eliz@gnu.org>
290
291 * text.texi (Comparing Text): Prevent a text string from being
292 broken between 2 lines. (Bug#19257)
293
294 2014-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
295
296 * files.texi (Contents of Directories):
297 Document directory-files-recursively.
298
299 2014-12-04 Eli Zaretskii <eliz@gnu.org>
300
301 * display.texi (Bidirectional Display):
302 Document 'buffer-substring-with-bidi-context'.
303
304 * text.texi (Buffer Contents):
305 Mention 'buffer-substring-with-bidi-context' with a cross-reference.
306
307 2014-12-02 Eli Zaretskii <eliz@gnu.org>
308
309 * display.texi (Bidirectional Display):
310 Document 'bidi-find-overridden-directionality'.
311
312 2014-11-29 Paul Eggert <eggert@cs.ucla.edu>
313
314 Lessen focus on ChangeLog files, as opposed to change log entries.
315 * intro.texi (Acknowledgments): ChangeLog file -> change log entries.
316 * tips.texi (Library Headers): Emacs uses a version control system.
317
318 2014-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
319
320 * text.texi (Document Object Model): Mention `dom-pp'.
321
322 2014-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
323
324 * text.texi (Document Object Model): New node to document dom.el.
325
326 2014-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
327
328 * processes.texi (Network Security): Made into its own section and
329 fleshed out.
330 (Network Security): Mention more NSM variables.
331 (Processes): Move the Network Security Manager stuff to the Emacs
332 manual.
333
334 2014-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
335
336 * processes.texi (Network): Mention the new :warn-unless-encrypted
337 parameter to `open-network-stream'.
338 (Network): Mention the Network Security Manager.
339
340 2014-11-21 Ulf Jasper <ulf.jasper@web.de>
341
342 * text.texi (Parsing HTML/XML): Document new optional parameter
343 'discard-comments' of 'libxml-parse(html|xml)-region'.
344
345 2014-11-18 Leo Liu <sdl.web@gmail.com>
346
347 * functions.texi (Advising Named Functions):
348 Document define-advice.
349
350 2014-11-17 Paul Eggert <eggert@cs.ucla.edu>
351
352 Improve time stamp handling, and be more consistent about it.
353 * os.texi (Time of Day, Time Conversion, Time Parsing)
354 (Processor Run Time, Time Calculations):
355 Document the new behavior, plus be clearer about the old behavior.
356 (Idle Timers): Take advantage of new functionality.
357
358 2014-11-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
359
360 * text.texi (Special Properties): Mention `inhibit-read-only'.
361
362 2014-11-14 Paul Eggert <eggert@cs.ucla.edu>
363
364 * os.texi (Time of Day):
365 Use leading zero with 24-hour times less than 10:00.
366
367 2014-11-09 Glenn Morris <rgm@gnu.org>
368
369 * Makefile.in (version): Remove variable.
370 (clean): No longer delete dist tarfile.
371 (dist): Remove rule; replace with code in admin.el.
372
373 2014-11-07 Martin Rudalics <rudalics@gmx.at>
374
375 * frames.texi (Size and Position): Rewrite description of
376 `frame-inhibit-implied-resize'.
377
378 2014-10-22 Martin Rudalics <rudalics@gmx.at>
379
380 * frames.texi (Size Parameters): Replace "frame contents" by
381 "frame's text area". Add reference to Size and Position
382 section.
383 (Size and Position): Major rewrite. Add explanations for
384 frame's default font, text and display areas. Add descriptions
385 for `set-frame-font', `frame-text-height', `frame-text-width'
386 and `frame-inhibit-implied-resize'.
387
388 2014-10-20 Glenn Morris <rgm@gnu.org>
389
390 * Merge in all changes up to 24.4 release.
391
392 2014-10-20 Tom Tromey <tom@tromey.com>
393
394 * objects.texi (Type Predicates): Don't mention display-table-p.
395
396 2014-10-15 Eli Zaretskii <eliz@gnu.org>
397
398 * nonascii.texi (Character Properties): Document the new
399 properties 'bracket-type' and 'paired-bracket'.
400
401 * display.texi (Bidirectional Display): Update the version of the
402 UBA to which we are conforming.
403
404 2014-10-13 Glenn Morris <rgm@gnu.org>
405
406 * Makefile.in (dist): Update for new output variables.
407
408 2014-10-12 Glenn Morris <rgm@gnu.org>
409
410 * elisp.texi (DATE): Bump to October 2014.
411
412 2014-10-09 Glenn Morris <rgm@gnu.org>
413
414 * frames.texi (Multiple Terminals): Copyedits.
415
416 2014-10-09 Eli Zaretskii <eliz@gnu.org>
417
418 * frames.texi (Multiple Terminals): Improve the description of X
419 display names. Add index entries.
420 (Basic Parameters): Add a cross-reference to where X display names
421 are described.
422 (Position Parameters): Mention that positional parameters of the
423 form (+ POS) can be negative if they are on a non-primary monitor
424 of a multi-monitor display. (Bug#18636)
425 (Creating Frames): Mention that on multi-monitor displays the
426 frame might be positioned differently than specified by the frame
427 parameters alist.
428
429 2014-10-08 Leo Liu <sdl.web@gmail.com>
430
431 * streams.texi (Output Functions): Document new argument ENSURE to
432 terpri. (Bug#18652)
433
434 2014-10-04 Martin Rudalics <rudalics@gmx.at>
435
436 * display.texi (Scroll Bars): Add description of horizontal scroll
437 bars and associated functions.
438 * frames.texi (Layout Parameters): Add horizontal scroll bar
439 entries. Remove paragraph on "combined fringe widths".
440 * windows.texi (Window Sizes): Describe affects of horizontal
441 scroll bars on window layout and sizes. Fix description of
442 window-full-height-p.
443 (Resizing Windows): Mention horizontal scroll bar.
444
445 2014-10-04 Glenn Morris <rgm@gnu.org>
446
447 * commands.texi (Generic Commands): Copyedits.
448
449 * display.texi (Scroll Bars):
450 * modes.texi (Header Lines): Copyedits.
451
452 * buffers.texi (Buffer List):
453 * display.texi (Image Descriptors, Defining Images):
454 * functions.texi (Core Advising Primitives): Small fixes re @var usage.
455
456 * windows.texi (Window Sizes, Resizing Windows): Copyedits.
457
458 * frames.texi (Multiple Terminals): Copyedits re multiple monitors.
459
460 2014-10-03 Martin Rudalics <rudalics@gmx.at>
461
462 * frames.texi (Size Parameters, Size and Position): Mention that
463 with some window managers you have to set `frame-resize-pixelwise'
464 in order make a frame truly fullscreen or maximized.
465
466 2014-10-01 Paul Eggert <eggert@cs.ucla.edu>
467
468 Improve doc for use of 'int', and discuss 'ssize_t'.
469 * internals.texi (C Integer Types): Mention 'int' for other
470 randomish values that lie in 'int' range. Mention 'ssize_t'. See:
471 http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00019.html
472
473 Use AUTO_CONS instead of SCOPED_CONS, etc.
474 * internals.texi (Stack-allocated Objects):
475 Adjust to match the revised, less error-prone macros.
476
477 2014-09-30 Paul Eggert <eggert@cs.ucla.edu>
478
479 * internals.texi (Stack-allocated Objects): Further improvements.
480 Give an example of misuse.
481
482 2014-09-30 Eli Zaretskii <eliz@gnu.org>
483
484 * internals.texi (Stack-allocated Objects): Minor improvements of
485 the wording and the indexing.
486
487 2014-09-30 Dmitry Antipov <dmantipov@yandex.ru>
488
489 * internals.texi (Stack-allocated Objects): Describe this feature.
490
491 2014-09-15 Daniel Colascione <dancol@dancol.org>
492
493 * text.texi (Registers): Make `insert-register' documentation
494 reflect interface change.
495
496 2014-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
497
498 * functions.texi (Core Advising Primitives): Add a note about the
499 confusing treatment of `interactive' for :filter-args (bug#18399).
500
501 2014-09-07 Michael Albinus <michael.albinus@gmx.de>
502
503 * strings.texi (Text Comparison): Describe `string-collate-equalp'
504 and `string-collate-lessp'.
505
506 2014-09-06 Leo Liu <sdl.web@gmail.com>
507
508 * control.texi (Pattern matching case statement): Document vector
509 qpattern. (Bug#18327)
510
511 2014-08-29 Dmitry Antipov <dmantipov@yandex.ru>
512
513 * lists.texi (Functions that Rearrange Lists):
514 Remove description of sort ...
515 * sequences.texi (Sequence Functions): ... and generalize
516 it for sequences. Add an example.
517
518 2014-08-28 Eli Zaretskii <eliz@gnu.org>
519
520 * display.texi (Bidirectional Display): Update the Emacs's class
521 of bidirectional conformance.
522
523 2014-08-27 Dmitry Antipov <dmantipov@yandex.ru>
524
525 * eval.texi (Eval): Mention possible recovery from stack overflow.
526
527 2014-07-11 Eli Zaretskii <eliz@gnu.org>
528
529 * internals.texi (Garbage Collection): Fix last change.
530
531 2014-07-11 Dmitry Antipov <dmantipov@yandex.ru>
532
533 * internals.texi (Garbage Collection): Mention memory-info.
534
535 2014-07-11 Michael Albinus <michael.albinus@gmx.de>
536
537 * minibuf.texi (Intro to Minibuffers, Reading a Password):
538 Password hiding is available in batch mode, do not mention it in
539 the exclusion list. Mention `read-hide-char'. (Bug#17839)
540
541 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
542
543 * debugging.texi (Function Debugging, Debugger Commands):
544 Update debug-on-entry w.r.t behavior after redefinitions (bug#17902).
545
546 2014-07-03 Glenn Morris <rgm@gnu.org>
547
548 * help.texi (Help Functions): "Online" help doesn't mean what it
549 used to any more.
550
551 2014-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
552
553 * keymaps.texi (Key Lookup): Remove mention of indirect entries.
554 (Scanning Keymaps): Reword the `noindirect' argument.
555
556 2014-06-28 Glenn Morris <rgm@gnu.org>
557
558 * minibuf.texi (Intro to Minibuffers): Batch mode is basic.
559 (Reading a Password): Mention batch mode. (Bug#17839)
560
561 2014-06-23 Glenn Morris <rgm@gnu.org>
562
563 * Makefile.in (%.texi): Disable implicit rules.
564 (mkinfodir): Remove.
565 (.dvi.ps): Replace with explicit rule.
566 (html): Declare as PHONY.
567 (${buildinfodir}): New rule.
568 ($(buildinfodir)/elisp.info): Use order-only prereq for output dir.
569 Use $<.
570 (elisp.dvi, elisp.html, elisp.pdf): Use $<.
571 (elisp.ps): New rule.
572
573 2014-06-21 Eli Zaretskii <eliz@gnu.org>
574
575 * positions.texi (Screen Lines): Clarify how columns are counted
576 by vertical-motion.
577
578 2014-06-15 Glenn Morris <rgm@gnu.org>
579
580 * Makefile.in (bootstrap-clean): New.
581
582 2014-06-15 Eli Zaretskii <eliz@gnu.org>
583
584 * commands.texi (Accessing Mouse): Improve the wording of the
585 posn-col-row documentation. (Bug#17768)
586
587 2014-06-10 Glenn Morris <rgm@gnu.org>
588
589 * Makefile.in (INFO_EXT): Remove and replace by ".info" throughout.
590 (INFO_OPTS): Set directly rather than with configure.
591
592 2014-06-09 Paul Eggert <eggert@cs.ucla.edu>
593
594 Say (accept-process-output P)'s result pertains to P if P is non-nil.
595 * processes.texi (Accepting Output): Mention that if PROCESS is non-nil,
596 the return value is about PROCESS, not about other processes.
597
598 2014-06-08 Glenn Morris <rgm@gnu.org>
599
600 * os.texi (Startup Summary): Small fix for initial-buffer-choice.
601
602 * files.texi (Subroutines of Visiting): Mention uniquify.
603
604 * numbers.texi (Comparison of Numbers): Copyedits.
605
606 2014-06-08 Glenn Morris <rgm@gnu.org>
607
608 * display.texi (Window Systems): Remove window-setup-hook.
609 * os.texi (Startup Summary, Init File):
610 Improve description of window-setup-hook.
611 (Terminal-Specific): Update window-setup-hook cross-reference.
612 * hooks.texi (Standard Hooks): Update window-setup-hook cross-reference.
613
614 * display.texi (Overlay Properties): Update re priority. (Bug#17234)
615
616 * package.texi (Package Archives): Mention signing packages.
617
618 2014-06-07 Eli Zaretskii <eliz@gnu.org>
619
620 * commands.texi (Click Events): Update contents of click event's
621 position list due to last changes in make_lispy_position.
622
623 2014-06-02 Glenn Morris <rgm@gnu.org>
624
625 * text.texi (Buffer Contents):
626 Update for filter-buffer-substring changes.
627
628 * abbrevs.texi (Abbrev Expansion): Update for expand-abbrev changes.
629 * functions.texi (Advising Functions): Standardize menu case.
630
631 2014-05-26 Eli Zaretskii <eliz@gnu.org>
632
633 * display.texi (Invisible Text): Clarify the description of
634 line-move-ignore-invisible. (Bug#17511)
635
636 2014-05-22 Leo Liu <sdl.web@gmail.com>
637
638 * sequences.texi (Sequence Functions): Don't mention when and how
639 SEQ to nreverse is mutated.
640
641 2014-05-21 Leo Liu <sdl.web@gmail.com>
642
643 * sequences.texi (Sequence Functions): Update nreverse.
644
645 2014-05-19 Paul Eggert <eggert@cs.ucla.edu>
646
647 Allow any non-nil value to count as true in bool-vector.
648 * sequences.texi (Bool-Vectors): Coalesce discussion of how to
649 print them. bool-vector's args need not be t or nil.
650
651 2014-05-19 Dmitry Antipov <dmantipov@yandex.ru>
652
653 * sequences.texi (Bool-vectors): Mention bool-vector.
654
655 2014-05-17 Paul Eggert <eggert@cs.ucla.edu>
656
657 Assume C99 or later (Bug#17487).
658 * internals.texi (C Dialect): Document this.
659
660 2014-05-15 Dmitry Antipov <dmantipov@yandex.ru>
661
662 * lists.texi (Building Cons Cells and Lists):
663 Remove description of `reverse' and `'nreverse' to generalize them...
664 * sequences.texi (Sequences): ...for sequences here.
665
666 2014-05-14 Glenn Morris <rgm@gnu.org>
667
668 * files.texi (Changing Files): Mention with-file-modes.
669
670 2014-05-08 Paul Eggert <eggert@cs.ucla.edu>
671
672 * internals.texi (C Dialect): New section.
673 (C Integer Types): Mention bool_bf.
674
675 2014-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
676
677 * processes.texi (Filter Functions, Sentinels): Advertise add-function.
678
679 2014-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
680
681 * windows.texi (Window Configurations, Window Configurations):
682 Window configs don't store marks any more.
683
684 2014-04-25 Eli Zaretskii <eliz@gnu.org>
685
686 * strings.texi (Text Comparison): Mention equal-including-properties
687 for when text properties of the strings matter for comparison.
688
689 2014-04-22 Eli Zaretskii <eliz@gnu.org>
690
691 * text.texi (Registers): Document register-read-with-preview.
692
693 * internals.texi (Building Emacs): Improve indexing.
694
695 2014-04-17 Daniel Colascione <dancol@dancol.org>
696
697 * frames.texi (Terminal Parameters): Document new
698 tty-mode-set-strings and tty-mode-reset-strings terminal
699 parameters.
700
701 2014-04-17 Paul Eggert <eggert@cs.ucla.edu>
702
703 * Makefile.in (infoclean): Be consistent about reporting failures.
704
705 2014-04-09 Daniel Colascione <dancol@dancol.org>
706
707 * errors.texi (Standard Errors): Document required error
708 parameters for `scan-error'.
709
710 * positions.texi (List Motion): Explain new `up-list' arguments.
711 Mention `backward-up-list'.
712
713 2014-04-08 Daniel Colascione <dancol@dancol.org>
714
715 * minibuf.texi (Programmed Completion): Improve phrasing, remove
716 incorrect bullet count.
717
718 2014-04-07 Glenn Morris <rgm@gnu.org>
719
720 * os.texi (Recording Input): Dribble files may contain passwords.
721
722 * backups.texi (Making Backups, Reverting):
723 Update for default values of some -function vars no longer being nil.
724 (Reverting): Update for buffer-stale-function
725 also applying to file-buffers.
726
727 2014-03-31 Daniel Colascione <dancol@dancol.org>
728
729 * minibuf.texi (Completion in Buffers): Discuss using lazy
730 completion tables for inline completion.
731
732 2014-03-28 Glenn Morris <rgm@gnu.org>
733
734 * os.texi (Terminal-Specific): Mention term-file-aliases.
735
736 2014-03-26 Eli Zaretskii <eliz@gnu.org>
737
738 * files.texi (Kinds of Files): Improve documentation of
739 file-symlink-p. (Bug#17073) Add cross-references.
740
741 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com>
742
743 * markers.texi (Moving Marker Positions): The 2014-03-02 doc
744 change mentioning undo's inability to handle relocated markers no
745 longer applies. See bug#16818.
746 * text.texi (Undo): Expand documentation of (TEXT . POS) and
747 (MARKER . ADJUSTMENT) undo elements.
748
749 2014-03-26 Glenn Morris <rgm@gnu.org>
750
751 * files.texi (File Locks): All systems support locking.
752
753 2014-03-22 Glenn Morris <rgm@gnu.org>
754
755 * commands.texi (Defining Commands):
756 Mention that interactive-only also affects describe-function.
757
758 * functions.texi (Declare Form): Add interactive-only.
759 * commands.texi (Defining Commands) Mention declare.
760
761 * commands.texi (Defining Commands): List interactive-only values.
762
763 2014-03-22 Eli Zaretskii <eliz@gnu.org>
764
765 * functions.texi (Core Advising Primitives): Fix cross-reference
766 in last change.
767
768 2014-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
769
770 * functions.texi (Advising Functions): Explain a bit more how
771 arguments work.
772 (Advice combinators): New node.
773 (Core Advising Primitives): Use it. Expand description of "depth".
774 (Advising Named Functions): Document limitation of advices on macros.
775
776 2014-03-21 Martin Rudalics <rudalics@gmx.at>
777
778 * frames.texi (Size and Position): In `frame-resize-pixelwise'
779 description drop remark about frame maximization.
780 * windows.texi (Display Action Functions): Add description for
781 `display-buffer-no-window' and explain use of `allow-no-window'
782 alist entries.
783
784 2014-03-21 Glenn Morris <rgm@gnu.org>
785
786 * commands.texi (Defining Commands): Copyedit re `interactive-only'.
787
788 2014-03-20 Paul Eggert <eggert@cs.ucla.edu>
789
790 * internals.texi (C Integer Types): Prefer 'false' and 'true'
791 to '0' and '1' for booleans.
792
793 2014-03-19 Paul Eggert <eggert@cs.ucla.edu>
794
795 * numbers.texi: Improve and clarify a bit, and fix some minor bugs.
796 Remove now-obsolete hypothetical note about negative division,
797 as the C standard has changed.
798
799 Fix porting inconsistency about rounding to even.
800 * numbers.texi (Numeric Conversions, Rounding Operations):
801 Document that 'round' and 'fround' round to even.
802
803 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
804
805 * customize.texi (Variable Definitions): Recommend avoiding
806 destructive modification of the value argument of :set (bug#16755).
807
808 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
809
810 * modes.texi (Auto-Indentation): Mention electric-indent variables.
811
812 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
813
814 * functions.texi (Advising Named Functions): Fix reference.
815
816 2014-03-18 Paul Eggert <eggert@cs.ucla.edu>
817
818 Improve documentation for integer and floating-point basics.
819 * numbers.texi (Numbers, Integer Basics, Float Basics):
820 Document the basics a bit more precisely. Say more clearly
821 that Emacs floating-point numbers are IEEE doubles on all
822 current platforms. Give more details about frexp.
823 Say more clearly that '1.' is an integer.
824 (Predicates on Numbers): Fix wholenump typo.
825 * objects.texi (Integer Type): Adjust to match numbers.texi.
826
827 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
828
829 * functions.texi (Advising Functions): Try and improve the text.
830 Add example use of advice-add (bug#16959).
831 (Core Advising Primitives): Rename. Explain handling of interactive
832 specs, including advice-eval-interactive-spec.
833 (Advising Named Functions): Try and better explain the difference with
834 add-function.
835 (Porting old advices): New node.
836
837 2014-03-18 Paul Eggert <eggert@cs.ucla.edu>
838
839 Style fixes for floating-point doc.
840 * commands.texi, customize.texi, display.texi, elisp.texi, files.texi:
841 * frames.texi, hash.texi, internals.texi, keymaps.texi, lists.texi:
842 * minibuf.texi, nonascii.texi, numbers.texi, objects.texi, os.texi:
843 * processes.texi, streams.texi, strings.texi, text.texi:
844 * variables.texi, windows.texi:
845 Hyphenate "floating-point" iff it precedes a noun.
846 Reword to avoid nouns and hyphenation when that's easy.
847 Prefer "integer" to "integer number" and "is floating point"
848 to "is a floating point number".
849 Prefer "@minus{}" to "-" when it's a minus.
850
851 2014-03-16 Martin Rudalics <rudalics@gmx.at>
852
853 * display.texi (Temporary Displays): Rewrite descriptions of
854 `with-output-to-temp-buffer' and `with-temp-buffer-window'.
855 * help.texi (Help Functions): Rewrite description of `with-help-window'.
856
857 2014-03-15 Dmitry Gutov <dgutov@yandex.ru>
858
859 * display.texi (Blinking): Update WRT to the new
860 `blink-matchin-paren' behavior.
861
862 2014-03-14 Martin Rudalics <rudalics@gmx.at>
863
864 * display.texi (Temporary Displays): Say that
865 `with-temp-buffer-window' makes its buffer current.
866 * frames.texi (Size and Position): Describe new option
867 `frame-resize-pixelwise'. Rewrite descriptions of
868 `set-frame-size', `set-frame-height' and `set-frame-width'.
869
870 2014-03-09 Martin Rudalics <rudalics@gmx.at>
871
872 * elisp.texi (Top): Rename section "Width" to "Size of Displayed Text".
873 * text.texi (Primitive Indent):
874 * strings.texi (String Basics):
875 * sequences.texi (Sequence Functions): Update references accordingly.
876 * display.texi (Size of Displayed Text): Rename section from
877 "Width". Add description for `window-text-pixel-size'.
878 (Window Dividers): Reword description of window dividers.
879 * frames.texi (Layout Parameters): Improve description of window
880 divider parameters.
881 * windows.texi (Window Sizes): Add descriptions of
882 `window-mode-line-height' and `window-header-line-height'.
883 (Coordinates and Windows): Mention window dividers.
884
885 2014-03-07 Martin Rudalics <rudalics@gmx.at>
886
887 * buffers.texi (The Buffer List): Rename node to Buffer List.
888 Describe `buffer-list-update-hook'.
889 * elisp.texi (Top): "The Buffer List" renamed to "Buffer List".
890 Add node for Window Dividers.
891 * hooks.texi (Standard Hooks): Add reference to
892 `buffer-list-update-hook'.
893 * windows.texi (Window Sizes): Describe `window-min-size'.
894 (Splitting Windows): Update description of `split-window'.
895 (Selecting Windows): Update description of `select-window'.
896
897 2014-03-06 Martin Rudalics <rudalics@gmx.at>
898
899 * frames.texi (Size and Position): Rewrite entries for
900 `fit-frame-to-buffer' and `fit-frame-to-buffer-margins'.
901 Add description for `fit-frame-to-buffer-sizes'.
902 * windows.texi (Resizing Windows): Add descriptions for
903 pixelwise resizing. Add entries for `window-resize-pixelwise'
904 and `fit-window-to-buffer-horizontally'.
905 Rewrite `fit-window-to-buffer' entry.
906
907 2014-03-06 Xue Fuqiao <xfq@gnu.org>
908
909 * internals.texi (Window Internals): Remove field `region_showing'.
910
911 2014-03-06 Glenn Morris <rgm@gnu.org>
912
913 * searching.texi (Replacing Match):
914 Remove incorrect, uninteresting return value. (Bug#16942)
915
916 2014-03-05 Martin Rudalics <rudalics@gmx.at>
917
918 * display.texi (Window Dividers): New section.
919 * frames.texi (Layout Parameters): Add right-divider-width and
920 bottom-divider-width.
921 * windows.texi (Window Sizes): Redraw schematic and rewrite its
922 description. Rewrite descriptions of `window-total-height',
923 `window-total-width', `window-total-size', `window-body-height',
924 `window-body-width' and `window-size-fixed'. Add descriptions
925 for `window-pixel-height', `window-pixel-width',
926 `window-min-height' and `window-min-width'. Remove description
927 of `window-size-fixed-p' moving part of it to that of
928 `window-size-fixed'.
929 (Resizing Windows): Mention dividers when talking about minimum sizes.
930
931 2014-03-05 Glenn Morris <rgm@gnu.org>
932
933 * modes.texi (SMIE Customization): New section.
934 * elisp.texi (Top): Update detailed menu.
935
936 2014-03-04 Martin Rudalics <rudalics@gmx.at>
937
938 * windows.texi (Windows and Frames): Add some missing &optional
939 designators. Adjust description of window-in-direction.
940
941 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
942
943 * markers.texi (Moving Marker Positions): Clarify guidance about
944 when to move markers and when to create a new one, as discussed at
945 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16818#17
946
947 2014-03-02 Glenn Morris <rgm@gnu.org>
948
949 * text.texi (Decompression): New node.
950 * elisp.texi (Top): Update detailed menu.
951
952 2014-03-01 Glenn Morris <rgm@gnu.org>
953
954 * display.texi (Forcing Redisplay): Mention pre-redisplay-function.
955
956 2014-02-28 Xue Fuqiao <xfq@gnu.org>
957
958 * functions.texi (Advising Functions, Advising Named Functions):
959 Tweak markup.
960
961 * display.texi (Defining Faces): Doc fix for `face-spec-set'.
962
963 * elisp.texi (Top):
964 * commands.texi (Generic Commands, Defining Commands):
965 Document `define-alternatives'.
966
967 2014-02-27 Xue Fuqiao <xfq@gnu.org>
968
969 * windows.texi (Window Sizes): Document `window-size'.
970 (Display Action Functions): Document `display-buffer-at-bottom'.
971 (Window Configurations): Minor fixes.
972
973 * modes.texi (Header Lines): Document `window-header-line-height'.
974
975 * display.texi (Scroll Bars): Document `window-scroll-bar-width'.
976
977 * windows.texi (Window Sizes, Resizing Windows): Document some
978 pixelwise window operations.
979
980 * text.texi (Margins): Fix the description of RET and `C-j'.
981
982 * frames.texi (Multiple Terminals): Document
983 `display-monitor-attributes-list' and `display-monitor-attributes'.
984 (Display Feature Testing): Add some notes about multi-monitor.
985
986 2014-02-27 Glenn Morris <rgm@gnu.org>
987
988 * minibuf.texi (Programmed Completion):
989 Mention completion-table-with-cache.
990
991 2014-02-25 Glenn Morris <rgm@gnu.org>
992
993 * display.texi (Window Systems):
994 Replace term-setup-hook with emacs-startup-hook.
995 * hooks.texi (Standard Hooks):
996 Replace term-setup-hook with tty-setup-hook.
997 * os.texi (Startup Summary, Init File, Terminal-Specific):
998 Replace term-setup-hook with tty-setup-hook, and update.
999
1000 2014-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
1001
1002 * functions.texi (Declare Form): Document gv-expander, gv-setter,
1003 and compiler-macro (bug#16829, bug#15093).
1004
1005 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
1006
1007 * windows.texi (Window Configurations): Doc fix.
1008 (Windows and Frames): Fix typo.
1009
1010 2014-02-21 Glenn Morris <rgm@gnu.org>
1011
1012 * internals.texi (Process Internals):
1013 * processes.texi (Subprocess Creation, Deleting Processes)
1014 (Output from Processes, Process Buffers, Filter Functions)
1015 (Accepting Output, Sentinels, Network, Network Servers):
1016 Filters and sentinels can no longer be nil.
1017 * elisp.texi (Top): Menu update.
1018
1019 2014-02-20 Glenn Morris <rgm@gnu.org>
1020
1021 * functions.texi (Defining Functions): Mention defalias-fset-function.
1022
1023 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
1024
1025 * minibuf.texi (Completion Commands): Don't document obsolete
1026 `common-substring' arg of display-completion-list.
1027
1028 2014-02-17 Glenn Morris <rgm@gnu.org>
1029
1030 * minibuf.texi (Text from Minibuffer): Update read-regexp details.
1031 Mention read-regexp-defaults-function.
1032
1033 2014-02-13 Glenn Morris <rgm@gnu.org>
1034
1035 * debugging.texi (Debugger Commands): Tiny edits.
1036
1037 2014-02-12 Glenn Morris <rgm@gnu.org>
1038
1039 * package.texi (Simple Packages): Describe URL and Keywords headers.
1040
1041 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
1042
1043 * text.texi (User-Level Deletion):
1044 Document `delete-trailing-whitespace' (bug#15309).
1045
1046 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
1047
1048 * text.texi (Changing Properties): Clarify `propertize' (bug#9825).
1049
1050 * display.texi (Blinking): Clarify doc string in example (bug#10658).
1051
1052 * commands.texi (Accessing Mouse): Mention that these function
1053 also work on keyboard events (bug#14228).
1054 (Quitting): Refer to the right node for `set-input-mode' (bug#11458).
1055
1056 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
1057
1058 * display.texi (Face Attributes): Add an index (bug#14924).
1059
1060 * keymaps.texi (Menu Bar): Minor clarification (bug#15657).
1061
1062 2014-02-06 Glenn Morris <rgm@gnu.org>
1063
1064 * display.texi (Truncation):
1065 * positions.texi (Screen Lines): Do not mention cache-long-scans.
1066
1067 2014-01-31 Juri Linkov <juri@jurta.org>
1068
1069 * searching.texi (String Search): Incremental word search fixes.
1070
1071 2014-01-28 Glenn Morris <rgm@gnu.org>
1072
1073 * text.texi (Indent Tabs): Update related to tab-stops.
1074
1075 2014-01-24 Glenn Morris <rgm@gnu.org>
1076
1077 * control.texi (Handling Errors): Update with-demoted-errors.
1078
1079 * files.texi (File Locks): Every platform supports locking now.
1080
1081 2014-01-22 Glenn Morris <rgm@gnu.org>
1082
1083 * display.texi (ImageMagick Images): Expand on image-format-suffixes.
1084
1085 2014-01-20 Glenn Morris <rgm@gnu.org>
1086
1087 * hash.texi (Other Hash): Do not mention subr-x.el functions;
1088 reverts 2013-12-22 change.
1089
1090 2014-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1091
1092 * functions.texi (Advising Functions): New section.
1093 * modes.texi (Running Hooks): Don't document with-wrapper-hook and
1094 run-hook-wrapped any more.
1095 (Hooks): Link to the new Advising Functions node.
1096 * elisp.texi (Top): Don't include advice.texi.
1097 * advice.texi: Remove.
1098 * makefile.w32-in (srcs):
1099 * Makefile.in (srcs): Adjust accordingly.
1100
1101 2014-01-09 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1102
1103 * text.texi (Parsing HTML/XML): Document `shr-insert-document'.
1104
1105 * strings.texi (Text Comparison): Document `string-suffix-p'.
1106
1107 2014-01-07 Glenn Morris <rgm@gnu.org>
1108
1109 * files.texi (File Attributes): Fix superscipt typo.
1110
1111 2014-01-07 Chong Yidong <cyd@gnu.org>
1112
1113 * files.texi (Changing Files): Document copy-file changes.
1114
1115 2014-01-07 Glenn Morris <rgm@gnu.org>
1116
1117 * display.texi (Logging Messages): Copyedits re messages-buffer.
1118
1119 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
1120
1121 Specify .texi encoding (Bug#16292).
1122 * back.texi, book-spine.texi, lay-flat.texi:
1123 Add @documentencoding.
1124
1125 2014-01-05 Chong Yidong <cyd@gnu.org>
1126
1127 * backups.texi (Making Backups): Document backup-buffer change.
1128
1129 * files.texi (Visiting Files): Copyedits.
1130 (Testing Accessibility): Mention ACLs. Move file-modes here from
1131 File Attributes.
1132 (Truenames): Move file-equal-p here from Kinds of Files.
1133 (File Attributes): Move file-newer-than-file-p here from Testing
1134 Accessibility.
1135 (Extended Attributes): New node. Add file-extended-attributes.
1136 (Changing Files): Document set-file-extended-attributes.
1137
1138 * commands.texi (Defining Commands): Document the interactive-form
1139 property more carefully. Document interactive-only.
1140
1141 * compile.texi (Compiler Errors): Copyedits. Note that the
1142 details for byte-compile-warnings are in its docstring.
1143
1144 * minibuf.texi (Minibuffer Contents): Remove obsolete function
1145 minibuffer-completion-contents.
1146
1147 * variables.texi (Defining Variables): Note that defvar acts
1148 always on the dynamic value.
1149
1150 * customize.texi (Variable Definitions): Likewise.
1151
1152 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
1153
1154 Document vconcat and the empty vector (Bug#16246).
1155 * sequences.texi (Vector Functions):
1156 Document behavior better when the result is empty.
1157
1158 Document behavior of (string-to-number "+@") (Bug#16293).
1159 * strings.texi (String Conversion): Document behavior of
1160 string-to-number on invalid strings that begin with "+", too.
1161
1162 2014-01-03 Chong Yidong <cyd@gnu.org>
1163
1164 * help.texi (Documentation, Accessing Documentation): Copyedits.
1165 (Documentation Basics): Rewrite, avoiding a repeat discussion of
1166 docstring conventions.
1167
1168 * tips.texi (Documentation Tips): Move discussion of
1169 emacs-lisp-docstring-fill-column here from Documentation Basics.
1170
1171 * compile.texi (Docs and Compilation): Copyedits.
1172
1173 2014-01-02 Glenn Morris <rgm@gnu.org>
1174
1175 * numbers.texi (Numeric Conversions): Fix a typo.
1176
1177 2013-12-29 Paul Eggert <eggert@cs.ucla.edu>
1178
1179 Plain copy-file no longer chmods an existing destination (Bug#16133).
1180 * files.texi (Changing Files): Document this.
1181
1182 2013-12-28 Chong Yidong <cyd@gnu.org>
1183
1184 * modes.texi (Auto Major Mode): Document interpreter-mode-alist change.
1185
1186 * buffers.texi (Modification Time): Document visited-file-modtime
1187 change.
1188
1189 2013-12-28 Glenn Morris <rgm@gnu.org>
1190
1191 * control.texi (Pattern matching case statement): Brevity.
1192
1193 2013-12-27 Chong Yidong <cyd@gnu.org>
1194
1195 * functions.texi (Function Cells):
1196 * eval.texi (Function Indirection): Update for the fact that
1197 symbol-function no longer signals an error.
1198
1199 * commands.texi (Reading One Event): Mention keyboard coding.
1200
1201 * keymaps.texi (Translation Keymaps, Translation Keymaps):
1202 * nonascii.texi (Terminal I/O Encoding): Copyedits.
1203
1204 2013-12-26 Chong Yidong <cyd@gnu.org>
1205
1206 * advice.texi (Advising Functions, Defining Advice): Special forms
1207 can no longer be advised.
1208
1209 2013-12-25 Chong Yidong <cyd@gnu.org>
1210
1211 * keymaps.texi (Active Keymaps): Re-organize the text.
1212 (Searching Keymaps): Rewrite the pseudo-code for 24.4 changes.
1213 (Controlling Active Maps): Note that set-transient-map uses
1214 overriding-terminal-local-map.
1215
1216 * tips.texi (Coding Conventions): Tweak the coding system tip;
1217 Emacs now uses utf-8 by default for Emacs Lisp source files.
1218
1219 * display.texi (Font Selection): Tweak example.
1220
1221 * commands.texi (Event Input Misc): Document new arg to input-pending-p.
1222
1223 * nonascii.texi (Specifying Coding Systems): Don't refer to
1224 emacs-mule-dos.
1225 (Lisp and Coding Systems): Describe emacs-mule return value in
1226 modern terms.
1227
1228 2013-12-25 Tassilo Horn <tsdh@gnu.org>
1229
1230 * control.texi (Pattern matching case statement): Rephrase lexical
1231 binding requirement: the example needs it, not `pcase' itself.
1232
1233 2013-12-25 Chong Yidong <cyd@gnu.org>
1234
1235 * eval.texi (Eval): Document the LEXICAL arg to eval.
1236
1237 * variables.texi (Variables, Void Variables): Use "scoping rule"
1238 terminology consistently.
1239 (Variable Scoping): Add index entries, and use "dynamic scope"
1240 terminology in place of "indefinite scope" to reduce confusion.
1241 (Lexical Binding): Document lexical environment format.
1242 (Using Lexical Binding): Add index entries for error messages.
1243
1244 2013-12-24 Tassilo Horn <tsdh@gnu.org>
1245
1246 * control.texi (Pattern matching case statement): Fix missing
1247 argument in simple expression language sample (Bug#16238).
1248 Add some sample programs written in that language. Mention that
1249 `pcase' requires lexical binding.
1250
1251 2013-12-23 Xue Fuqiao <xfq.free@gmail.com>
1252
1253 * eval.texi (Special Forms): Document `special-form-p'.
1254
1255 * macros.texi (Simple Macro): Document `macrop'.
1256
1257 * files.texi (Changing Files): Fix an argument of `copy-file'.
1258
1259 * strings.texi (Creating Strings): Document TRIM in `split-string'.
1260
1261 2013-12-23 Chong Yidong <cyd@gnu.org>
1262
1263 * keymaps.texi (Controlling Active Maps):
1264 Rename set-temporary-overlay-map to set-transient map. Doc fixes.
1265 (Searching Keymaps): The transient keymap takes precedence.
1266
1267 2013-12-23 Glenn Morris <rgm@gnu.org>
1268
1269 * loading.texi (How Programs Do Loading, Load Suffixes):
1270 Mention `load-prefer-newer'.
1271
1272 2013-12-22 Xue Fuqiao <xfq.free@gmail.com>
1273
1274 * hash.texi (Other Hash): Document `hash-table-keys'
1275 and `hash-table-values'.
1276
1277 2013-12-22 Eli Zaretskii <eliz@gnu.org>
1278
1279 * nonascii.texi (Character Properties): NAME or OLD-NAME
1280 properties can be nil (there's no empty string).
1281 (Character Properties): Update the reference to the UCD.
1282
1283 2013-12-22 Xue Fuqiao <xfq.free@gmail.com>
1284
1285 * sequences.texi (Bool-Vectors): Document new bool-vector set
1286 operation functions.
1287
1288 * text.texi (Examining Properties): Document `get-pos-property'.
1289
1290 * variables.texi (Directory Local Variables):
1291 Document `enable-dir-local-variables'.
1292
1293 * debugging.texi (Debugger Commands):
1294 Document `debugger-toggle-locals'.
1295
1296 2013-12-21 Chong Yidong <cyd@gnu.org>
1297
1298 * text.texi (Region Indent): Note the new interactive behavior of
1299 indent-rigidly.
1300
1301 2013-12-20 Tassilo Horn <tsdh@gnu.org>
1302
1303 * numbers.texi (numbers): Document that =, <, <=, >, >= now accept
1304 one or many arguments.
1305
1306 * display.texi: Document `messages-buffer'.
1307
1308 * os.texi: Document `initial-buffer-choice' changes.
1309
1310 2013-12-20 Chong Yidong <cyd@gnu.org>
1311
1312 * text.texi (Changing Properties): Improve documentation for
1313 add-face-text-property.
1314 (Special Properties): Mention add-face-text-property.
1315
1316 2013-12-18 Chong Yidong <cyd@gnu.org>
1317
1318 * customize.texi (Custom Themes): Document custom-known-themes
1319 (Bug#15717).
1320
1321 * modes.texi (Defining Minor Modes): Fix typo (Bug#14874).
1322 (Keymaps and Minor Modes): Fix binding convention (Bug#11522).
1323
1324 2013-12-13 Glenn Morris <rgm@gnu.org>
1325
1326 * internals.texi (Building Emacs):
1327 * loading.texi (Library Search): Mention that site-load,
1328 site-init cannot change load-path.
1329
1330 2013-12-12 Glenn Morris <rgm@gnu.org>
1331
1332 * elisp.texi: Tweak dircategory.
1333
1334 2013-12-12 Eli Zaretskii <eliz@gnu.org>
1335
1336 * nonascii.texi (Encoding and I/O): Document file-name encoding
1337 peculiarities on MS-Windows.
1338
1339 2013-12-12 Glenn Morris <rgm@gnu.org>
1340
1341 * elisp.texi: Sync direntry with info/dir version.
1342
1343 2013-12-08 Juanma Barranquero <lekktu@gmail.com>
1344
1345 * display.texi (Progress, Face Remapping):
1346 * processes.texi (Serial Ports):
1347 * windows.texi (Recombining Windows): Fix typos. (Bug#16089)
1348
1349 2013-12-04 Juri Linkov <juri@jurta.org>
1350
1351 * searching.texi (Search and Replace): Fix `unread-command-events'
1352 and add ref.
1353
1354 2013-12-03 Juri Linkov <juri@jurta.org>
1355
1356 * windows.texi (Choosing Window): Rename `no-display-ok' to
1357 `allow-no-window'. (Bug#13594)
1358
1359 2013-11-30 Glenn Morris <rgm@gnu.org>
1360
1361 * Makefile.in (distclean): Remove Makefile.
1362
1363 2013-11-29 Andreas Politz <politza@fh-trier.de>
1364
1365 * modes.texi (Imenu): Make it clear that sub-alist is the cdr
1366 (Bug#14029).
1367
1368 2013-11-27 Glenn Morris <rgm@gnu.org>
1369
1370 * loading.texi (Library Search):
1371 * os.texi (Startup Summary): No more leim directory.
1372
1373 2013-11-26 Glenn Morris <rgm@gnu.org>
1374
1375 * os.texi (Startup Summary): Update for leim-list being preloaded.
1376
1377 2013-11-23 Brian Jenkins <brian@brianjenkins.org> (tiny change)
1378
1379 * frames.texi (Input Focus):
1380 * hooks.texi (Standard Hooks): Mention focus-in-hook, focus-out-hook.
1381
1382 2013-11-23 Glenn Morris <rgm@gnu.org>
1383
1384 * loading.texi (Library Search):
1385 Empty elements in EMACSLOADPATH now mean the default load-path.
1386
1387 2013-11-22 Glenn Morris <rgm@gnu.org>
1388
1389 * loading.texi (Library Search): Minor clarification.
1390
1391 2013-11-20 Leo Liu <sdl.web@gmail.com>
1392
1393 * windows.texi (Choosing Window): Mention `no-display-ok'. (Bug#13594)
1394
1395 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
1396
1397 * os.texi (File Notifications): Add an index.
1398
1399 * loading.texi (Loading): Add an cross-reference.
1400
1401 2013-11-18 Xue Fuqiao <xfq.free@gmail.com>
1402
1403 * os.texi (Session Management, Desktop Notifications): Add some
1404 indexes and a cross-reference.
1405
1406 2013-11-17 Xue Fuqiao <xfq.free@gmail.com>
1407
1408 * os.texi (Time Parsing, Processor Run Time, Input Modes)
1409 (Terminal Output): Minor fixes.
1410
1411 2013-11-14 Glenn Morris <rgm@gnu.org>
1412
1413 * loading.texi (Library Search): Update section.
1414
1415 2013-11-11 Xue Fuqiao <xfq.free@gmail.com>
1416
1417 * os.texi (User Identification, Time of Day, Time Conversion):
1418 Minor fixes.
1419
1420 2013-11-10 Jan Djärv <jan.h.d@swipnet.se>
1421
1422 * keymaps.texi (Tool Bar): Mention that Gtk+/NS ignores item 1 to 3.
1423
1424 2013-11-09 Xue Fuqiao <xfq.free@gmail.com>
1425
1426 * os.texi (Startup Summary): Add an index about startup screen.
1427 Typo fix.
1428 (Command-Line Arguments): Add cross-reference for `dump-emacs'.
1429
1430 2013-11-08 Eli Zaretskii <eliz@gnu.org>
1431
1432 * display.texi (Truncation): Document that cache-long-scans is now
1433 non-nil by default. (Bug#15797)
1434
1435 2013-11-05 Eli Zaretskii <eliz@gnu.org>
1436
1437 * lists.texi (Rearrangement): Fix indexing.
1438
1439 * display.texi (Bidirectional Display): Fix indexing.
1440
1441 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
1442
1443 * lists.texi (Rearrangement): Improve indexing.
1444
1445 * display.texi (Glyphs): Add an index for glyph code.
1446 (Bidirectional Display): Improve indexing.
1447
1448 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
1449
1450 * display.texi (Face Attributes): Document :distant-foreground.
1451
1452 2013-10-30 Xue Fuqiao <xfq.free@gmail.com>
1453
1454 * display.texi (Abstract Display): Improve indexing.
1455
1456 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1457
1458 * display.texi (Selective Display): Discourage the use of explicit
1459 selective display.
1460
1461 2013-10-29 Xue Fuqiao <xfq.free@gmail.com>
1462
1463 * display.texi (Showing Images): Add an index for image-size.
1464 Use @code instead of @var for a normal variable.
1465 (Multi-Frame Images): Improve indexing.
1466 (Button Buffer Commands): Use @code instead of @var for a normal
1467 variable.
1468 (Abstract Display): Explain the meaning of Ewoc.
1469
1470 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
1471
1472 * display.texi (Image Descriptors): Improve indexing.
1473
1474 2013-10-26 Xue Fuqiao <xfq.free@gmail.com>
1475
1476 * display.texi (Fringe Indicators): Add indexes for fringe indicators.
1477 (Customizing Bitmaps): Add an index for customizing fringe bitmaps.
1478
1479 2013-10-25 Xue Fuqiao <xfq.free@gmail.com>
1480
1481 * display.texi (Fontsets): Minor wording fix.
1482 (Low-Level Font): Improve indexing.
1483
1484 * nonascii.texi (Character Properties): Add an index for script symbols.
1485
1486 2013-10-24 Xue Fuqiao <xfq.free@gmail.com>
1487
1488 * display.texi (Face Remapping): Add indexes for face remapping.
1489 (Font Selection): Add indexes.
1490 (Low-Level Font): Add an index for font registry.
1491
1492 2013-10-23 Glenn Morris <rgm@gnu.org>
1493
1494 * eval.texi, files.texi, intro.texi, objects.texi, searching.texi:
1495 Nuke @refill.
1496
1497 * Makefile.in (install-dvi, install-html, install-pdf)
1498 (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
1499 (uninstall-pdf): Quote entities that might contain whitespace.
1500
1501 2013-10-19 Xue Fuqiao <xfq.free@gmail.com>
1502
1503 * display.texi (Face Attributes): Add indexes for the ‘:box’
1504 face attribute.
1505
1506 2013-10-18 Xue Fuqiao <xfq.free@gmail.com>
1507
1508 * display.texi (Line Height): Add indexes for line height.
1509
1510 2013-10-17 Xue Fuqiao <xfq.free@gmail.com>
1511
1512 * display.texi (Width): Fix arguments of ‘truncate-string-to-width’.
1513
1514 2013-10-16 Xue Fuqiao <xfq.free@gmail.com>
1515
1516 * display.texi (Selective Display): Add an index for explicit
1517 selective display.
1518
1519 2013-10-15 Xue Fuqiao <xfq.free@gmail.com>
1520
1521 * display.texi (Warning Basics): Mention the ‘*Warnings*’ buffer.
1522
1523 2013-10-13 Glenn Morris <rgm@gnu.org>
1524
1525 * intro.texi (Acknowledgments): Use accented form of some names.
1526
1527 2013-10-09 Glenn Morris <rgm@gnu.org>
1528
1529 * control.texi (Conditionals): Copyedits. (Bug#15558)
1530
1531 2013-10-08 Eli Zaretskii <eliz@gnu.org>
1532
1533 Support menus on text-mode terminals.
1534 * keymaps.texi (Defining Menus, Mouse Menus, Menu Bar):
1535 Modify wording to the effect that menus are supported on TTYs.
1536
1537 * frames.texi (Pop-Up Menus, Dialog Boxes)
1538 (Display Feature Testing): Update for menu support on TTYs.
1539
1540 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1541
1542 * tips.texi (Comment Tips): Discourage use of triple semi-colons for
1543 non-headings.
1544
1545 2013-10-05 Xue Fuqiao <xfq.free@gmail.com>
1546
1547 * syntax.texi (Categories): Add an index for category sets.
1548
1549 2013-10-03 Xue Fuqiao <xfq.free@gmail.com>
1550
1551 * syntax.texi (Syntax Flags, Syntax Table Functions): Add indexes.
1552
1553 2013-10-02 Xue Fuqiao <xfq.free@gmail.com>
1554
1555 * syntax.texi (Syntax Class Table): Add an index for syntax class table.
1556
1557 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
1558
1559 * searching.texi (Regexp Search): Refine.
1560
1561 2013-09-22 Xue Fuqiao <xfq.free@gmail.com>
1562
1563 * nonascii.texi (Default Coding Systems): Typo fix.
1564
1565 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
1566
1567 * nonascii.texi (Coding System Basics): Add information about
1568 carriage-return.
1569
1570 2013-09-14 Eli Zaretskii <eliz@gnu.org>
1571
1572 * display.texi (Display Margins): State the units of measuring
1573 margin width. (Bug#15375)
1574
1575 2013-09-13 Eli Zaretskii <eliz@gnu.org>
1576
1577 * text.texi (Not Intervals): Minor wording fix.
1578
1579 2013-09-12 Xue Fuqiao <xfq.free@gmail.com>
1580
1581 * functions.texi (Obsolete Functions): Add an index for obsolete
1582 functions.
1583
1584 2013-09-11 Xue Fuqiao <xfq.free@gmail.com>
1585
1586 * nonascii.texi (Character Properties): Character properties fix
1587 for decimal-digit-value and digit-value.
1588
1589 2013-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1590
1591 * macros.texi (Defining Macros): Prefer "function" to "lambda
1592 expression" (bug#15296).
1593
1594 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
1595
1596 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1597 for portability to hosts where /bin/sh has problems.
1598
1599 2013-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
1600
1601 * variables.texi (File Local Variables): Don't recommend quoting! Ever!
1602
1603 2013-08-20 Eli Zaretskii <eliz@gnu.org>
1604
1605 * files.texi (Information about Files): Mention file names with
1606 trailing blanks on MS-Windows. (Bug#15130)
1607
1608 2013-08-18 Xue Fuqiao <xfq.free@gmail.com>
1609
1610 * positions.texi (Positions): Improve indexing.
1611
1612 2013-08-18 Eli Zaretskii <eliz@gnu.org>
1613
1614 * markers.texi (The Region): Improve indexing.
1615
1616 2013-08-17 Xue Fuqiao <xfq.free@gmail.com>
1617
1618 * modes.texi (SMIE, SMIE Grammar, SMIE Indentation): Add some indexes.
1619
1620 * text.texi (Maintaining Undo): Mention interactive call of
1621 buffer-disable-undo.
1622 (Filling): Add cross-reference for hard newlines.
1623 (Sorting): Fix indentation.
1624 (Columns): Comment out undefined behavior.
1625 (Case Changes): Fix an `args-out-of-range' error in the example.
1626
1627 2013-08-16 Xue Fuqiao <xfq.free@gmail.com>
1628
1629 * text.texi (Insertion): Refine.
1630 (Margins): Add an index.
1631 (Undo): Doc fix for `buffer-undo-list'.
1632
1633 * positions.texi (Character Motion):
1634 * markers.texi (Moving Markers, Creating Markers):
1635 Comment out undefined behavior.
1636
1637 2013-08-15 Xue Fuqiao <xfq.free@gmail.com>
1638
1639 * markers.texi (The Region): Add/move indexes.
1640
1641 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1642
1643 * display.texi (ImageMagick Images): Mention :content-type and
1644 `image-content-type-suffixes'.
1645
1646 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
1647
1648 * positions.texi (Word Motion): Remove redundant sentence.
1649
1650 2013-08-13 Glenn Morris <rgm@gnu.org>
1651
1652 * lists.texi (List Elements):
1653 Undocument behavior of nth and nthcdr with n < 0. (Bug#15059)
1654
1655 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
1656
1657 * frames.texi (Display Feature Testing): Add indexes.
1658
1659 2013-08-12 Glenn Morris <rgm@gnu.org>
1660
1661 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
1662 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
1663 (INSTALL_DATA): New, set by configure.
1664 (HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
1665 New variables.
1666 (.SUFFIXES): Add .ps and .dvi.
1667 (.dvi.ps): New suffix rule.
1668 (dvi, html, pdf, ps): Use *_TARGETS variables.
1669 (elisp.html): Use HTML_OPTS.
1670 (elisp.ps): Remove explicit rule.
1671 (.PHONY): install-dvi, install-html, install-pdf, install-ps,
1672 install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
1673 uninstall-ps, and uninstall-doc.
1674 (install-dvi, install-html, install-pdf, install-ps, install-doc)
1675 (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
1676 (uninstall-doc): New rules.
1677 (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
1678
1679 2013-08-10 Xue Fuqiao <xfq.free@gmail.com>
1680
1681 * edebug.texi (Instrumenting Macro Calls): Use @defmac for macros.
1682
1683 2013-08-09 Xue Fuqiao <xfq.free@gmail.com>
1684
1685 * control.texi (Error Symbols): Minor fix for previous change.
1686
1687 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
1688
1689 * errors.texi (Standard Errors): Don't refer to `error-conditions'.
1690
1691 * control.texi (Signaling Errors): Refer to define-error.
1692 (Error Symbols): Add `define-error'.
1693
1694 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
1695
1696 * positions.texi (Motion by Screen Lines):
1697 * display.texi (Truncation): Rename `cache-long-line-scans'
1698 to `cache-long-scans'.
1699
1700 2013-08-05 Xue Fuqiao <xfq.free@gmail.com>
1701
1702 * windows.texi (Window Start and End): Add an index.
1703
1704 2013-08-02 Xue Fuqiao <xfq.free@gmail.com>
1705
1706 * display.texi (Face Functions): Add an index.
1707
1708 * variables.texi (Variable Aliases): Add an index.
1709
1710 * functions.texi (Defining Functions): Add an index.
1711
1712 * nonascii.texi (Coding System Basics): Add an index.
1713
1714 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
1715
1716 * nonascii.texi (Non-ASCII Characters): Update menu.
1717 (Disabling Multibyte): Move here from doc/emacs/mule.texi.
1718 Fix cross-references.
1719
1720 * elisp.texi (Top): Update menu.
1721
1722 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
1723
1724 * windows.texi (Window History): Mention the default value of
1725 switch-to-visible-buffer. Add cross-references.
1726
1727 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
1728
1729 * errors.texi (Standard Errors): Fix typo.
1730
1731 * files.texi (Magic File Names):
1732 * os.texi (File Notifications): Remove file-notify-supported-p.
1733
1734 2013-07-24 Paul Eggert <eggert@cs.ucla.edu>
1735
1736 * eval.texi (Special Forms): Mention 'lambda'. Also, say that
1737 non-well-formed expressions result in unspecified behavior, though
1738 Emacs will not crash.
1739
1740 2013-07-22 Michael Albinus <michael.albinus@gmx.de>
1741
1742 * files.texi (Magic File Names): Add file-notify-add-watch,
1743 file-notify-rm-watch and file-notify-supported-p.
1744 Move file-remote-p down.
1745
1746 * errors.texi (Standard Errors): Add file-notify-error.
1747
1748 * os.texi (Desktop Notifications): Rename from Notifications.
1749 (File Notifications): New node.
1750
1751 * elisp.texi (Top): Update menu for these changes.
1752
1753 2013-07-19 Xue Fuqiao <xfq.free@gmail.com>
1754
1755 * windows.texi (Display Action Functions): Mention next-window.
1756
1757 2013-07-16 Xue Fuqiao <xfq.free@gmail.com>
1758
1759 * windows.texi (Selecting Windows): Fix the introduction of
1760 `set-frame-selected-window''s arguments.
1761
1762 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
1763
1764 Timestamp fixes for undo (Bug#14824).
1765 * text.texi (Undo): Document (t . 0) and (t . -1) in buffer-undo-list.
1766
1767 2013-07-06 Eli Zaretskii <eliz@gnu.org>
1768
1769 * nonascii.texi (Text Representations): Document that
1770 multibyte-string-p returns nil for non-string objects.
1771
1772 2013-07-06 Glenn Morris <rgm@gnu.org>
1773
1774 * elisp.texi (Top): Move WWW_GNU_ORG section outside @copying.
1775
1776 2013-07-03 Glenn Morris <rgm@gnu.org>
1777
1778 * debugging.texi (Debugging):
1779 * files.texi (File Attributes, Changing Files): Fix cross-references.
1780
1781 * package.texi (Package Archives): Fix @url call.
1782
1783 * syntax.texi (Syntax Table Functions): Mention describe-syntax.
1784
1785 2013-06-29 Eli Zaretskii <eliz@gnu.org>
1786
1787 * display.texi (Bidirectional Display): Document move-point-visually.
1788
1789 2013-06-29 Xue Fuqiao <xfq.free@gmail.com>
1790
1791 * buffers.texi (Buffer File Name): Fix typo.
1792
1793 2013-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
1794
1795 * tips.texi (Coding Conventions): Improve wording.
1796
1797 2013-06-24 Glenn Morris <rgm@gnu.org>
1798
1799 * loading.texi (Autoload): Fix typo.
1800
1801 * variables.texi (Lexical Binding): Fix typo.
1802
1803 * functions.texi (Anonymous Functions): Put back ' removed 2012-10-23.
1804
1805 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1806
1807 * display.texi (ImageMagick Images): Mention :max-width and
1808 :max-height.
1809
1810 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
1811
1812 * numbers.texi (Math Functions): Remove obsolete function log10.
1813
1814 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
1815
1816 * modes.texi (Mode Line Data, Properties in Mode): Advertise `keymap'
1817 rather than `local-map'.
1818
1819 * keymaps.texi (Active Keymaps): Fix documentation of
1820 set-temporary-overlay-map and overriding-terminal-local-map.
1821
1822 2013-06-19 Glenn Morris <rgm@gnu.org>
1823
1824 * Makefile.in (dist): Edit more configure variables.
1825 Try to check that we do not miss any in future.
1826
1827 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
1828
1829 * text.texi (Undo, Changing Properties): Fix typos.
1830
1831 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1832
1833 * text.texi (Changing Properties): Document `add-face-text-property'.
1834
1835 2013-06-17 Kenichi Handa <handa@gnu.org>
1836
1837 * display.texi (Face Attributes): Refer to "Low-Level font" (not
1838 "Font Selection") in the explanation of :font attribute (bug#14629).
1839
1840 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1841
1842 * loading.texi (Hooks for Loading): Don't document after-load-alist.
1843 Document with-eval-after-load instead of eval-after-load.
1844
1845 2013-06-11 Xue Fuqiao <xfq.free@gmail.com>
1846
1847 * files.texi (File Name Expansion): Make the example more
1848 intuitive.
1849
1850 2013-06-10 Paul Eggert <eggert@cs.ucla.edu>
1851
1852 Documentation fix for 'ls' and hard links.
1853 * compile.texi (Compilation Functions):
1854 * files.texi (File Attributes, Changing Files):
1855 Use current format for GNU 'ls' output.
1856 (File Attributes): Fix problem introduced in previous change:
1857 the link count is the number of hard links, not the number
1858 of hard links + 1.
1859
1860 2013-06-10 Xue Fuqiao <xfq.free@gmail.com>
1861
1862 * files.texi (File Attributes): Fix typo.
1863
1864 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1865
1866 * functions.texi (Lambda Expressions): Lambda expressions don't
1867 evaluate to themselves in general (bug#11782).
1868
1869 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1870
1871 * loading.texi (Autoload):
1872 * help.texi (Documentation Basics, Accessing Documentation)
1873 (Accessing Documentation, Accessing Documentation): DOC-* is now DOC.
1874
1875 2013-04-23 Glenn Morris <rgm@gnu.org>
1876
1877 * internals.texi (Writing Emacs Primitives): Remove obvious example.
1878 Tweak other to avoid overly long line.
1879
1880 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
1881
1882 * internals.texi (Writing Emacs Primitives): Remove unnecessary
1883 references to the sources. (Bug#13800)
1884
1885 * searching.texi (Regexp Backslash): Doc fix for backslash
1886 constructs in regular expressions.
1887
1888 2013-04-15 Christopher Schmidt <christopher@ch.ristopher.com>
1889
1890 * tips.texi (Coding Conventions): Mention separation of package
1891 descriptor and name of internal symbols by two hyphens.
1892
1893 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
1894
1895 * windows.texi (Splitting Windows): Change category of
1896 split-window from a command to a function.
1897
1898 2013-04-06 Chong Yidong <cyd@gnu.org>
1899
1900 * display.texi (Faces): Minor clarifications.
1901 (Defining Faces): Clarify default vs custom face specs.
1902 Document face-spec-set.
1903
1904 * display.texi (Overlay Properties):
1905 * text.texi (Special Properties): Use the "anonymous face"
1906 terminology. Describe foreground-color and background-color forms
1907 as compatibility-only.
1908
1909 2013-03-24 Eli Zaretskii <eliz@gnu.org>
1910
1911 * compile.texi (Byte-Code Objects): Add index entry.
1912 (Disassembly): Add cross-references.
1913
1914 2013-03-23 Eli Zaretskii <eliz@gnu.org>
1915
1916 * frames.texi (Size Parameters): More accurate description of the
1917 difference between 'fullboth' and 'maximized'. (Bug#13935)
1918
1919 2013-03-17 Christopher Schmidt <christopher@ch.ristopher.com>
1920
1921 * symbols.texi (Standard Properties): Document pure. (Bug#13823)
1922
1923 2013-03-16 Glenn Morris <rgm@gnu.org>
1924
1925 * elisp.texi: Add some stuff specific to www.gnu.org.
1926
1927 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
1928
1929 * control.texi (Pattern matching case statement): Fix typo.
1930
1931 2013-03-04 Paul Eggert <eggert@cs.ucla.edu>
1932
1933 * elisp.texi, intro.texi: Switch from Latin-1 to UTF-8.
1934
1935 2013-03-03 Glenn Morris <rgm@gnu.org>
1936
1937 * objects.texi (Symbol Type): Fix typo.
1938
1939 2013-02-28 Bastien Guerry <bzg@gnu.org>
1940
1941 * variables.texi (File Local Variables): Fix reference.
1942
1943 2013-02-24 Eli Zaretskii <eliz@gnu.org>
1944
1945 * files.texi (Magic File Names): Improve wording and indexing.
1946
1947 2013-02-21 Glenn Morris <rgm@gnu.org>
1948
1949 * display.texi (Multi-Frame Images): Minor rephrasing.
1950
1951 2013-02-20 Glenn Morris <rgm@gnu.org>
1952
1953 * display.texi (GIF Images, TIFF Images): Delete these nodes.
1954 (ImageMagick Images): For :index, use an xref rather than duplicating.
1955 (Other Image Types): Add GIF, adjust formatting.
1956 (Multi-Frame Images): Rename from Animated Images. Expand section.
1957 * elisp.texi (Top): Update menu for these changes.
1958
1959 2013-02-19 Glenn Morris <rgm@gnu.org>
1960
1961 * text.texi (Change Hooks): Fix typo.
1962
1963 2013-02-15 Glenn Morris <rgm@gnu.org>
1964
1965 * modes.texi (Basic Major Modes): 'z' no longer bound in special-mode.
1966
1967 2013-02-13 Glenn Morris <rgm@gnu.org>
1968
1969 * objects.texi (Char-Table Type): Add footnote about #^^.
1970
1971 * modes.texi (Minor Mode Conventions): Fix typo.
1972
1973 * keymaps.texi (Scanning Keymaps): Remove obsolete sentence about
1974 meta characters; this changed in 22.1. (Bug#13684)
1975
1976 * objects.texi (Char-Table Type): Add cindex.
1977
1978 * keymaps.texi (Key Binding Commands): Trivial rephrasing.
1979
1980 2013-02-10 Glenn Morris <rgm@gnu.org>
1981
1982 * keymaps.texi (Creating Keymaps): Update make-keymap result.
1983
1984 2013-02-09 Eli Zaretskii <eliz@gnu.org>
1985
1986 * modes.texi (%-Constructs): Remove the description of %t.
1987
1988 * nonascii.texi (MS-DOS File Types): Delete node.
1989
1990 2013-02-08 Glenn Morris <rgm@gnu.org>
1991
1992 * keymaps.texi (Active Keymaps, Searching Keymaps):
1993 Remove confusing mention of "symbolic prefix". (Bug#13643)
1994
1995 2013-01-19 Glenn Morris <rgm@gnu.org>
1996
1997 * macros.texi (Indenting Macros): Fix order of an indent
1998 symbol's arguments. (Bug#13450)
1999
2000 2013-01-19 Paul Eggert <eggert@cs.ucla.edu>
2001
2002 Allow floating-point file offsets.
2003 * files.texi (Reading from Files, Writing to Files):
2004 Say that file offsets can be numbers, not just integers.
2005
2006 2013-01-09 Glenn Morris <rgm@gnu.org>
2007
2008 * commands.texi (Interactive Codes):
2009 Whitespace does not terminate interactive "S". (Bug#13393)
2010
2011 2013-01-06 Chong Yidong <cyd@gnu.org>
2012
2013 * windows.texi (Vertical Scrolling): Fix typos (Bug#13267).
2014
2015 2013-01-05 Glenn Morris <rgm@gnu.org>
2016
2017 * display.texi (Overlay Properties): Mention field. (Bug#13364)
2018
2019 2013-01-05 Eli Zaretskii <eliz@gnu.org>
2020
2021 * hooks.texi (Standard Hooks): Use @item, not @itemx, as the first
2022 directive in a group of items.
2023
2024 2013-01-05 Chong Yidong <cyd@gnu.org>
2025
2026 * keymaps.texi (Key Sequences): Remove obsolete sentence
2027 (Bug#13356).
2028
2029 2013-01-04 Ari Roponen <ari.roponen@gmail.com> (tiny change)
2030
2031 * hash.texi (Defining Hash): Fix typo. (Bug#13345)
2032
2033 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
2034
2035 * files.texi (File Attributes): Undocument return format of file-acl.
2036
2037 2013-01-03 Glenn Morris <rgm@gnu.org>
2038
2039 * processes.texi (System Processes):
2040 * syntax.texi (Syntax Table Functions): Tweak some line breaks.
2041
2042 * searching.texi (Replacing Match): Fix xref.
2043
2044 * elisp.texi (DATE): Bump to Jan 2013.
2045
2046 2013-01-02 Glenn Morris <rgm@gnu.org>
2047
2048 * customize.texi (Common Keywords, Type Keywords):
2049 Replace "active field" with "button". (Bug#13310)
2050
2051 * customize.texi (Common Keywords): Add xref. (Bug#13311)
2052 * tips.texi (Library Headers): Add cindex.
2053
2054 2012-12-30 Wolfgang Jenkner <wjenkner@inode.at>
2055
2056 * functions.texi (Declare Form):
2057 * intro.texi (A Sample Function Description):
2058 * syntax.texi (Syntax Table Internals, Syntax Table Functions):
2059 * variables.texi (Using Lexical Binding): Don't use @var or CAPS
2060 in @def.. commands. (Bug#13292)
2061
2062 2012-12-29 Eli Zaretskii <eliz@gnu.org>
2063
2064 * files.texi (Changing Files): Document the return values of
2065 set-file-selinux-context and set-file-acl.
2066
2067 2012-12-27 Glenn Morris <rgm@gnu.org>
2068
2069 * files.texi (File Names): Mention Cygwin conversion functions.
2070
2071 2012-12-22 Martin Rudalics <rudalics@gmx.at>
2072
2073 * windows.texi (Selecting Windows): Reword description of
2074 select-window (Bug#13248).
2075
2076 2012-12-22 Eli Zaretskii <eliz@gnu.org>
2077
2078 * files.texi (File Attributes, Changing Files): Remove the details
2079 about the text returned by file-acl. Instead, just document that
2080 it is an opaque string meant to be used by set-file-acl.
2081
2082 2012-12-21 Chong Yidong <cyd@gnu.org>
2083
2084 * modes.texi (Auto Major Mode): Fix typo (Bug#13230).
2085
2086 * customize.texi (Simple Types): Document key-sequence type
2087 (Bug#13048).
2088
2089 * strings.texi (Text Comparison): Doc fix for compare-strings.
2090
2091 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
2092
2093 * files.texi (Magic File Names): Add `file-acl',
2094 `file-selinux-context', `set-file-acl' and
2095 `set-file-selinux-context'. Make the list consistent.
2096
2097 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
2098
2099 * tips.texi (Library Headers): New header keyword `Homepage'.
2100 Make continuation lines syntax more precise.
2101
2102 2012-12-17 Eli Zaretskii <eliz@gnu.org>
2103
2104 * files.texi (File Attributes, Changing Files): Update to include
2105 MS-Windows support for ACLs.
2106
2107 2012-12-16 Romain Francoise <romain@orebokech.com>
2108
2109 * files.texi (File Attributes): Document ACL support and new
2110 `file-acl' function.
2111 (Changing Files): Mention argument name change of `copy-file' and
2112 document new function `set-file-acl'.
2113
2114 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
2115
2116 Fix permissions bugs with setgid directories etc. (Bug#13125)
2117 * files.texi (Testing Accessibility): Document GROUP arg
2118 of file-ownership-preserved-p.
2119 (File Attributes): Document that 9th element is now
2120 just a placeholder.
2121 * os.texi (User Identification): Document new functions group-gid,
2122 group-real-gid.
2123
2124 2012-12-11 Paul Eggert <eggert@cs.ucla.edu>
2125
2126 * internals.texi (C Integer Types): New section.
2127 This follows up and records an email in
2128 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00496.html>.
2129
2130 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2131
2132 * control.texi (Pattern matching case statement): New node.
2133
2134 * customize.texi (Variable Definitions): Mention the default :group
2135 for defcustoms (bug#13093).
2136
2137 2012-12-09 Glenn Morris <rgm@gnu.org>
2138
2139 * customize.texi (Variable Definitions): Mention eval-defun
2140 on a defcustom calls the :set function when appropriate.
2141
2142 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
2143
2144 * doclicense.texi, gpl.texi: Update to latest version from FSF.
2145 These are just minor editorial changes.
2146
2147 2012-12-06 Chong Yidong <cyd@gnu.org>
2148
2149 * lists.texi (Plist Access): Move put example to Symbol Plists.
2150
2151 * symbols.texi (Standard Properties): Fix typo.
2152
2153 2012-12-03 Chong Yidong <cyd@gnu.org>
2154
2155 * symbols.texi (Symbol Properties): New node.
2156 (Symbol Plists): Make it a subsection under Symbol Properties.
2157 (Standard Properties): New node.
2158
2159 * lists.texi (Property Lists): Move here from symbols.texi.
2160 (Plist Access): Rename from Other Plists.
2161
2162 * customize.texi (Variable Definitions):
2163 * display.texi (Defining Faces):
2164 * sequences.texi (Char-Tables): Fix xref.
2165
2166 * keymaps.texi (Key Sequences): `kbd' is now a function.
2167
2168 * commands.texi (Using Interactive): Fix index entry.
2169
2170 2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
2171
2172 * doclicense.texi: Update to latest version from FSF.
2173 These are just minor editorial changes.
2174 * elisp.texi (GNU Free Documentation License)
2175 (GNU General Public Licens):
2176 Provide sectioning, since doclicense.texi no longer does that.
2177
2178 * loading.texi (Named Features): @ -> @@ to fix typo.
2179
2180 2012-11-24 Martin Rudalics <rudalics@gmx.at>
2181
2182 * windows.texi (Basic Windows): Fix typo.
2183 (Windows and Frames): Fix example. Move description of
2184 window-in-direction here.
2185 (Recombining Windows): Fix example.
2186 (Buffers and Windows): Fix description of replace-buffer-in-windows.
2187 (Switching Buffers): Reword.
2188 (Display Action Functions): Minor adjustments.
2189 (Choosing Window Options): Minor fixes.
2190 (Window History): Minor rewording.
2191 (Dedicated Windows): Correct and reword part describing how
2192 dedicatedness affects functions removing buffers or windows.
2193 * buffers.texi (The Buffer List): Fix description of bury-buffer.
2194
2195 2012-11-24 Chong Yidong <cyd@gnu.org>
2196
2197 * modes.texi (%-Constructs): Fix statement about mode construct
2198 padding (Bug#12866).
2199
2200 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2201
2202 * debugging.texi (Profiling): Make it more clear
2203 that --enable-profiling is about profiling the C code.
2204
2205 2012-11-21 Glenn Morris <rgm@gnu.org>
2206
2207 * display.texi (Attribute Functions):
2208 Update for set-face-* name changes.
2209 Add new "inherit" argument for face-bold-p etc.
2210 Move description of this argument to a common section, like "frame".
2211
2212 * debugging.texi (Profiling): New section.
2213 (Debugging): Mention profiling in the introduction.
2214 * tips.texi (Compilation Tips): Move profiling to separate section.
2215 * elisp.texi: Add Profiling to detailed menu.
2216
2217 2012-11-21 Martin Rudalics <rudalics@gmx.at>
2218
2219 * windows.texi (Display Action Functions): Fix recently added
2220 example. Suggested by Michael Heerdegen.
2221
2222 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
2223
2224 Minor cleanup for times as lists of four integers.
2225 * os.texi (Time Parsing): Time values can now be four integers.
2226
2227 2012-11-18 Glenn Morris <rgm@gnu.org>
2228
2229 * loading.texi (How Programs Do Loading): Add eager macro expansion.
2230 * macros.texi (Expansion): Mention eager macro expansion.
2231
2232 * minibuf.texi (Basic Completion): Mention misc completion-table funcs.
2233
2234 2012-11-18 Leo Liu <sdl.web@gmail.com>
2235
2236 * minibuf.texi (Programmed Completion): Doc fix for metadata
2237 request (Bug#12850).
2238
2239 2012-11-18 Glenn Morris <rgm@gnu.org>
2240
2241 * display.texi (Temporary Displays): Document with-temp-buffer-window.
2242
2243 * frames.texi (Size and Position): Add fit-frame-to-buffer command.
2244 * windows.texi (Resizing Windows): Add fit-frame-to-buffer option.
2245 (Window Sizes): Add vindex for window-min-height, window-min-width.
2246 (Display Action Functions): Mention pop-up-frame-parameters.
2247
2248 2012-11-16 Martin Rudalics <rudalics@gmx.at>
2249
2250 * windows.texi (Choosing Window): Rewrite description of
2251 display-buffer-alist (Bug#12167).
2252 (Display Action Functions): Mention inhibit-switch-frame.
2253 Fix description of display-buffer-below-selected. Reorder actions.
2254 Add example (Bug#12848).
2255
2256 2012-11-16 Glenn Morris <rgm@gnu.org>
2257
2258 * display.texi (Face Attributes): Fix :underline COLOR description.
2259 (Attribute Functions): Update for set-face-underline rename.
2260 Tweak descriptions of face-underline-p, face-inverse-video-p.
2261
2262 * keymaps.texi (Searching Keymaps, Tool Bar): Untabify examples,
2263 so they align better in info.
2264 (Active Keymaps, Searching Keymaps, Controlling Active Maps):
2265 Document set-temporary-overlay-map.
2266
2267 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2268
2269 * keymaps.texi (Translation Keymaps): Add a subsection "Interaction
2270 with normal keymaps".
2271
2272 2012-11-15 Dmitry Antipov <dmantipov@yandex.ru>
2273
2274 * internals.texi (Garbage Collection): Update descriptions
2275 of vectorlike_header, garbage-collect and gc-cons-threshold.
2276 (Object Internals): Explain Lisp_Object layout and the basics
2277 of an internal type system.
2278 (Buffer Internals): Update description of struct buffer.
2279
2280 2012-11-13 Glenn Morris <rgm@gnu.org>
2281
2282 * variables.texi (Adding Generalized Variables):
2283 At least mention gv-define-expander and gv-letplace.
2284
2285 * debugging.texi (Error Debugging): Mention debug-on-message.
2286 (Using Debugger): Mention debugger-bury-or-kill.
2287
2288 * control.texi (Signaling Errors):
2289 * debugging.texi (Error Debugging):
2290 * errors.texi (Standard Errors): Add user-error.
2291
2292 * variables.texi (Adding Generalized Variables):
2293 Use standard formatting for common lisp note about setf functions.
2294
2295 2012-11-10 Martin Rudalics <rudalics@gmx.at>
2296
2297 * elisp.texi (Top): Add Recombining Windows to menu.
2298 * windows.texi (Recombining Windows): New subsection.
2299 (Splitting Windows): Rewrite text on handling of window
2300 combinations and move it to new subsection.
2301
2302 2012-11-10 Chong Yidong <cyd@gnu.org>
2303
2304 * searching.texi (Replacing Match): Document \? in replace-match.
2305
2306 * variables.texi (Creating Buffer-Local): Document setq-local and
2307 defvar-local.
2308 (Setting Generalized Variables): Arrange table alphabetically.
2309
2310 * lists.texi (List Elements, List Variables): Clarify descriptions
2311 of push and pop for generalized variables.
2312
2313 * edebug.texi (Specification List): setf is no longer CL-only.
2314
2315 2012-11-10 Glenn Morris <rgm@gnu.org>
2316
2317 * variables.texi (Adding Generalized Variables):
2318 Update description of FIX-RETURN expansion.
2319
2320 * variables.texi (Setting Generalized Variables):
2321 Split most of previous contents into this subsection.
2322 (Adding Generalized Variables): New subsection.
2323 Move note on lack of setf functions here from misc/cl.texi.
2324
2325 * elisp.texi: Add Generalized Variables subsections to detailed menu.
2326
2327 2012-11-10 Chong Yidong <cyd@gnu.org>
2328
2329 * frames.texi (Initial Parameters): Doc fix (Bug#12144).
2330
2331 2012-11-08 Michael Albinus <michael.albinus@gmx.de>
2332
2333 * os.texi (Notifications): Update descriptions of
2334 notifications-notify, notifications-close-notification and
2335 notifications-get-capabilities according to latest code changes.
2336 Add notifications-get-server-information.
2337
2338 2012-11-03 Chong Yidong <cyd@gnu.org>
2339
2340 * objects.texi (General Escape Syntax): Clarify the explanation of
2341 escape sequences.
2342 (Non-ASCII in Strings): Clarify when a string is unibyte vs
2343 multibyte. Hex escapes do not automatically make a string
2344 multibyte.
2345
2346 2012-11-03 Martin Rudalics <rudalics@gmx.at>
2347
2348 * windows.texi (Switching Buffers): Document option
2349 switch-to-buffer-preserve-window-point.
2350 (Display Action Functions): Document window-height and
2351 window-width alist entries.
2352 (Display Action Functions):
2353 Document display-buffer-below-selected and
2354 display-buffer-in-previous-window.
2355 (Quitting Windows): Document quit-restore-window.
2356 Rewrite section.
2357 (Window Configurations): In window-state-get mention that
2358 argument window must be valid.
2359 (Window Parameters): Document quit-restore window parameter
2360 (Bug#12158).
2361
2362 2012-10-31 Glenn Morris <rgm@gnu.org>
2363
2364 * control.texi (Catch and Throw): Add xref to cl.texi.
2365
2366 * lists.texi (Sets And Lists): Point xref to better location.
2367
2368 * errors.texi (Standard Errors):
2369 * loading.texi (Autoload): Update for cl-lib namespace changes.
2370
2371 * modes.texi (Defining Minor Modes): "Generalized Variables"
2372 section is now in this manual rather than cl.texi.
2373
2374 * eval.texi (Special Forms): No longer special forms: defmacro,
2375 defun, save-window-excursion, with-output-to-temp-buffer.
2376 * functions.texi (Defining Functions): Defun is now a macro.
2377 Defalias is a function.
2378
2379 2012-10-30 Glenn Morris <rgm@gnu.org>
2380
2381 * variables.texi (Generalized Variables): Fix typo.
2382
2383 2012-10-30 Chong Yidong <cyd@gnu.org>
2384
2385 * symbols.texi (Symbol Plists): Document function-get.
2386
2387 * loading.texi (Autoload): Document autoloadp, autoload-do-load.
2388
2389 * frames.texi (Visibility of Frames): Document tty-top-frame.
2390
2391 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2392
2393 * keymaps.texi (Format of Keymaps): Document the multiple
2394 inheritance format.
2395
2396 2012-10-28 Martin Rudalics <rudalics@gmx.at>
2397
2398 * windows.texi (Basic Windows): Reformulate description of live,
2399 internal and valid windows.
2400 (Cyclic Window Ordering): Describe new argument of
2401 get-lru-window and get-largest-window. Add description of
2402 window-in-direction.
2403
2404 2012-10-27 Glenn Morris <rgm@gnu.org>
2405
2406 * variables.texi (Generalized Variables): New section,
2407 adapted from misc/cl.texi.
2408 * elisp.texi (Top): Add Generalized Variables to menu.
2409 * lists.texi (List Elements, List Variables):
2410 Mention generalized variables.
2411
2412 * lists.texi (List Elements): Typo fix.
2413
2414 2012-10-27 Chong Yidong <cyd@gnu.org>
2415
2416 * minibuf.texi (High-Level Completion): Don't mention removed
2417 function iswitchb-read-buffer.
2418
2419 * commands.texi (Event Input Misc): Remove last-input-char.
2420 (Command Loop Info): Remove last-command-char.
2421
2422 * frames.texi (Initial Parameters): Don't mention the obsolete
2423 special-display feature.
2424
2425 * windows.texi (Choosing Window): Don't mention the obsolete
2426 special display feature.
2427 (Choosing Window Options): Remove obsolete special-display
2428 variables, and the functions special-display-p and
2429 special-display-popup-frame.
2430
2431 * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
2432
2433 * hooks.texi (Standard Hooks): Remove obsolete hooks.
2434
2435 * markers.texi (Information from Markers): Remove obsolete
2436 function buffer-has-markers-at.
2437
2438 * text.texi (Yanking): Document yank-handled-properties.
2439
2440 2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
2441
2442 Update manual for new time stamp format (Bug#12706).
2443 * buffers.texi (Modification Time):
2444 * files.texi (Testing Accessibility, File Attributes):
2445 * intro.texi (Version Info):
2446 * os.texi (Time of Day):
2447 Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
2448 These instances were missed the first time around.
2449 Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
2450
2451 2012-10-24 Chong Yidong <cyd@gnu.org>
2452
2453 * minibuf.texi (Text from Minibuffer): Document read-regexp
2454 changes.
2455
2456 * nonascii.texi (Selecting a Representation):
2457 Document set-buffer-multibyte changes.
2458
2459 * keymaps.texi (Toolkit Differences): Node deleted.
2460 (Easy Menu): New node.
2461
2462 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2463
2464 * hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.
2465
2466 2012-10-23 Paul Eggert <eggert@cs.ucla.edu>
2467
2468 Fix outdated timestamp documentation in Elisp manual (bug#12706).
2469 * files.texi (File Attributes):
2470 * text.texi (Undo):
2471 Time stamp resolution is now 1 picosecond, not 1 second.
2472
2473 2012-10-23 Chong Yidong <cyd@gnu.org>
2474
2475 * display.texi (Font Lookup): Remove font-list-limit.
2476
2477 * keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode
2478 (Bug#12529).
2479
2480 2012-10-22 Glenn Morris <rgm@gnu.org>
2481
2482 * os.texi (Recording Input): Tiny fix.
2483
2484 * intro.texi (Lisp History):
2485 * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
2486 * tips.texi (Coding Conventions): Recommend cl-lib over cl.
2487
2488 2012-10-15 Chong Yidong <cyd@gnu.org>
2489
2490 * macros.texi (Defining Macros): defmacro is now a macro.
2491 Explicitly list the docstring and declare arguments.
2492
2493 * functions.texi (Anonymous Functions): Explicitly list the
2494 docstring, declare, and interactive arguments to lambda.
2495 (Defining Functions): Likewise for defun.
2496 (Inline Functions): Likewise for defsubst.
2497 (Declare Form): Tweak description.
2498
2499 2012-10-13 Chong Yidong <cyd@gnu.org>
2500
2501 * display.texi (ImageMagick Images): ImageMagick enabled by default.
2502
2503 2012-10-05 Chong Yidong <cyd@gnu.org>
2504
2505 * minibuf.texi (Basic Completion): Clarify list form of completion
2506 table (Bug#12564).
2507
2508 2012-10-05 Bruno Félix Rezende Ribeiro <oitofelix@gmail.com> (tiny change)
2509
2510 * functions.texi (Function Safety): Copyedit. (Bug#12562)
2511
2512 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
2513
2514 Revert the FOLLOW-SYMLINKS change for file-attributes.
2515 * files.texi (File Attributes, Magic File Names): Undo last change.
2516
2517 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
2518
2519 file-attributes has a new optional arg FOLLOW-SYMLINKS.
2520 * files.texi (File Attributes): Describe it.
2521 (Magic File Names): Use it.
2522
2523 2012-09-30 Chong Yidong <cyd@gnu.org>
2524
2525 * commands.texi (Click Events): Define "mouse position list".
2526 Remove mention of unimplemented horizontal scroll bars.
2527 (Drag Events, Motion Events): Refer to "mouse position list".
2528 (Accessing Mouse): Document posnp.
2529
2530 * errors.texi (Standard Errors): Tweak arith-error description.
2531 Tweak markup. Remove domain-error and friends, which seem to be
2532 unused after the floating-point code revamp.
2533
2534 * functions.texi (Defining Functions): defun is now a macro.
2535 (Obsolete Functions): Obsolescence also affects
2536 documentation commands. Various clarifications.
2537 (Declare Form): New node.
2538
2539 * strings.texi (String Basics): Copyedits.
2540
2541 * os.texi (Startup Summary): Document leim-list.el change.
2542 (User Identification): Add system-users and system-groups.
2543 (Idle Timers): Minor clarifications.
2544
2545 * macros.texi (Defining Macros): Move description of `declare' to
2546 Declare Form node.
2547
2548 * loading.texi (Autoload):
2549 * help.texi (Documentation Basics): The special sequences can
2550 trigger autoloading.
2551
2552 * numbers.texi (Integer Basics): Copyedits.
2553 (Float Basics): Consider IEEE floating point always available.
2554 (Random Numbers): Document actual limits.
2555 (Arithmetic Operations): Clarify division by zero. Don't mention
2556 the machine-independence of negative division since it does not
2557 happen in practice.
2558
2559 2012-09-28 Leo Liu <sdl.web@gmail.com>
2560
2561 * files.texi (Files): Fix typo.
2562
2563 2012-09-23 Chong Yidong <cyd@gnu.org>
2564
2565 * buffers.texi (Read Only Buffers): Document read-only-mode.
2566
2567 * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
2568 read-only-mode.
2569
2570 * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
2571 calling conventions.
2572
2573 2012-09-22 Chong Yidong <cyd@gnu.org>
2574
2575 * searching.texi (Replacing Match): Minor clarification.
2576
2577 2012-09-22 Eli Zaretskii <eliz@gnu.org>
2578
2579 * edebug.texi (Instrumenting): Improve indexing.
2580
2581 * os.texi (Idle Timers): Warn against reinvoking an idle timer
2582 from within its own timer action. (Bug#12447)
2583
2584 2012-09-22 Chong Yidong <cyd@gnu.org>
2585
2586 * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
2587
2588 2012-09-21 Glenn Morris <rgm@gnu.org>
2589
2590 * debugging.texi (Using Debugger): Fix typo.
2591
2592 2012-09-18 Chong Yidong <cyd@gnu.org>
2593
2594 * display.texi (Faces): Discuss anonymous faces.
2595 (Face Attributes): Tweak intro.
2596 (Defining Faces): Move after the Face Attributes node. Copyedits.
2597 (Displaying Faces): Describe role of inheritance.
2598
2599 * customize.texi (Customization): Define customization more
2600 carefully (Bug#11440).
2601 (Common Keywords): Add xref to Constant Variables.
2602
2603 * variables.texi (Defining Variables): Link to defcustom's node
2604 instead of the higher-level Customization chapter.
2605
2606 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
2607
2608 Simplify, document, and port floating-point (Bug#12381).
2609 * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
2610 Document that / and mod (with floating point arguments), along
2611 with asin, acos, log, log10, expt and sqrt, return special values
2612 instead of signaling exceptions.
2613 (Float Basics): Document that logb operates on the absolute value
2614 of its argument.
2615 (Math Functions): Document that (log ARG BASE) also returns NaN if
2616 BASE is negative. Document that (expt X Y) returns NaN if X is a
2617 finite negative number and Y a finite non-integer.
2618
2619 2012-09-09 Chong Yidong <cyd@gnu.org>
2620
2621 * lists.texi (Sets And Lists): Explain that the return value for
2622 delete should be used, like for delq.
2623
2624 * minibuf.texi (Yes-or-No Queries): Document recentering and
2625 scrolling in y-or-n-p. Remove gratuitous example.
2626
2627 * searching.texi (Search and Replace): Document window scrolling
2628 entries in query-replace-map.
2629
2630 2012-09-08 Chong Yidong <cyd@gnu.org>
2631
2632 * syntax.texi (Syntax Table Internals): Define "raw syntax
2633 descriptor" terminology (Bug#12383).
2634 (Syntax Descriptors): Mention raw syntax descriptors.
2635
2636 2012-09-07 Chong Yidong <cyd@gnu.org>
2637
2638 * variables.texi (Creating Buffer-Local): Fix description of
2639 local-variable-if-set-p (Bug#10713).
2640
2641 * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
2642
2643 * windows.texi (Display Action Functions)
2644 (Choosing Window Options): Remove obsolete variable
2645 display-buffer-reuse-frames.
2646 (Switching Buffers): Minor doc tweak for switch-to-buffer.
2647
2648 * positions.texi (Narrowing): Document buffer-narrowed-p.
2649
2650 * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
2651
2652 * syntax.texi (Low-Level Parsing): Add xref to Parser State
2653 (Bug#12269).
2654
2655 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
2656
2657 * debugging.texi (Explicit Debug): Document `debug-on-message'.
2658
2659 2012-09-02 Chong Yidong <cyd@gnu.org>
2660
2661 * windows.texi (Window Configurations): Recommend against using
2662 save-window-excursion (Bug#12075).
2663
2664 * control.texi (Catch and Throw):
2665 * positions.texi (Excursions): Don't mention it.
2666
2667 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2668
2669 Better seed support for (random).
2670 * numbers.texi (Random Numbers): Document new behavior of
2671 the calls (random) and (random STRING).
2672
2673 2012-08-21 Martin Rudalics <rudalics@gmx.at>
2674
2675 * windows.texi (Window Point): Document recent changes in
2676 window-point and set-window-point.
2677 (Selecting Windows): Document recent change in select-window.
2678
2679 2012-08-06 Eli Zaretskii <eliz@gnu.org>
2680
2681 * functions.texi (Closures): Put the main index entry for
2682 "closures" here. (Bug#12138)
2683
2684 * variables.texi (Lexical Binding): Disambiguate the index entry
2685 for "closures".
2686
2687 2012-08-05 Chong Yidong <cyd@gnu.org>
2688
2689 * display.texi (Defining Faces): Move documentation of
2690 frame-background-mode to the Emacs manual (Bug#7774).
2691
2692 2012-08-04 Chong Yidong <cyd@gnu.org>
2693
2694 * syntax.texi (Syntax Basics): Rearrange the text for clarity.
2695 Fix description of syntax table inheritance.
2696 (Syntax Table Functions): Don't refer to internal contents of
2697 syntax table, since that is not explained yet. Copyedits.
2698 (Standard Syntax Tables): Node deleted.
2699 (Syntax Table Internals): Misc clarifications. Improve table
2700 formatting.
2701
2702 * keymaps.texi (Inheritance and Keymaps):
2703 * text.texi (Sticky Properties): Tweak index entry.
2704
2705 2012-07-28 Eli Zaretskii <eliz@gnu.org>
2706
2707 * nonascii.texi (Character Sets): Fix a typo. (Bug#12062)
2708
2709 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
2710
2711 Prefer typical American spelling for "acknowledgment".
2712 * intro.texi (Acknowledgments): Rename from Acknowledgements.
2713
2714 2012-07-21 Eli Zaretskii <eliz@gnu.org>
2715
2716 * commands.texi (Special Events): Mention language-change event.
2717 (Input Events, Interactive Codes):
2718 * keymaps.texi (Key Sequences): Mention events that are
2719 non-keyboard but also non-mouse events.
2720
2721 2012-07-17 Chong Yidong <cyd@gnu.org>
2722
2723 * text.texi (Insertion): Document insert-char changes.
2724
2725 2012-07-15 Leo Liu <sdl.web@gmail.com>
2726
2727 * display.texi (Fringe Bitmaps): Add exclamation-mark.
2728
2729 2012-07-13 Chong Yidong <cyd@gnu.org>
2730
2731 * buffers.texi (Read Only Buffers): Document toggle-read-only
2732 changes. Reword to account for the fact that read-only is
2733 currently not supported in overlay properties.
2734
2735 2012-07-07 Chong Yidong <cyd@gnu.org>
2736
2737 * loading.texi (Library Search): Index site-lisp directories.
2738
2739 2012-07-06 Chong Yidong <cyd@gnu.org>
2740
2741 * intro.texi (A Sample Function Description): Fix incorrect
2742 markup, undoing previous change.
2743 (A Sample Variable Description): Minor clarifications and markup
2744 improvements.
2745
2746 * elisp.texi (Top):
2747 * text.texi (Text): Fix menu order.
2748
2749 2012-07-06 Richard Stallman <rms@gnu.org>
2750
2751 * intro.texi (Evaluation Notation, A Sample Function Description)
2752 (A Sample Variable Description): Improve/undo previous changes.
2753
2754 2012-07-05 Glenn Morris <rgm@gnu.org>
2755
2756 * intro.texi (A Sample Function Description): Fix cross-refs.
2757
2758 2012-07-05 Michael Witten <mfwitten@gmail.com> (tiny change)
2759
2760 * intro.texi (Evaluation Notation, A Sample Function Description)
2761 (A Sample Variable Description, Version Info): Copy edits (bug#11862).
2762
2763 2012-06-27 Chong Yidong <cyd@gnu.org>
2764
2765 * processes.texi (Asynchronous Processes, Input to Processes):
2766 * internals.texi (Process Internals): Don't capitalize "pty".
2767
2768 2012-06-24 Thien-Thi Nguyen <ttn@gnuvola.org>
2769
2770 * processes.texi (Asynchronous Processes): Make the pty vs pipe
2771 discussion more prominent.
2772
2773 2012-06-23 Eli Zaretskii <eliz@gnu.org>
2774
2775 * commands.texi (Misc Events): Document the language-change event.
2776
2777 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
2778
2779 Support higher-resolution time stamps (Bug#9000).
2780 * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
2781 * processes.texi (System Processes):
2782 Time stamp resolution is now picosecond, not microsecond.
2783
2784 2012-06-21 Glenn Morris <rgm@gnu.org>
2785
2786 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
2787
2788 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
2789
2790 * functions.texi (Defining Functions):
2791 * macros.texi (Defining Macros): Un-define the return value of `defun',
2792 `defmacro' and `defalias'.
2793
2794 2012-06-17 Chong Yidong <cyd@gnu.org>
2795
2796 * elisp.texi: Remove urlcolor setting.
2797
2798 2012-06-17 Glenn Morris <rgm@gnu.org>
2799
2800 * display.texi (Face Attributes): Copyedits. Add a few cindex entries.
2801 Overlining no longer behaves exactly like underlining.
2802
2803 2012-06-16 Aurélien Aptel <aurelien.aptel@gmail.com>
2804
2805 * display.texi (Face Attributes):
2806 Document wave-style underline face attribute.
2807
2808 2012-06-11 Chong Yidong <cyd@gnu.org>
2809
2810 * display.texi (ImageMagick Images): ImageMagick now supports the
2811 :background property.
2812
2813 2012-06-10 Dmitry Antipov <dmantipov@yandex.ru>
2814
2815 * internals.texi (Garbage Collection): Typo fix.
2816
2817 2012-06-09 Chong Yidong <cyd@gnu.org>
2818
2819 * text.texi (Special Properties): Clarify the meaning of a list of
2820 faces in the `face' property.
2821
2822 * display.texi (Face Remapping): Minor clarification.
2823
2824 2012-06-08 Chong Yidong <cyd@gnu.org>
2825
2826 * display.texi (Face Attributes): Font family does not accept
2827 wildcards. De-document obsolete :bold and :italic attributes.
2828 (Defining Faces): Use new-style face spec format.
2829
2830 2012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
2831
2832 * internals.texi (Garbage Collection): Document new
2833 vector management code and vectorlike_header structure.
2834
2835 2012-06-03 Chong Yidong <cyd@gnu.org>
2836
2837 * modes.texi (Mode Line Data): Use "mode line construct"
2838 terminology for consistency.
2839
2840 2012-05-27 Glenn Morris <rgm@gnu.org>
2841
2842 * abbrevs.texi, advice.texi, anti.texi, backups.texi:
2843 * buffers.texi, commands.texi, compile.texi, control.texi:
2844 * customize.texi, debugging.texi, display.texi, doclicense.texi:
2845 * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
2846 * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
2847 * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
2848 * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
2849 * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
2850 * objects.texi, os.texi, package.texi, positions.texi:
2851 * processes.texi, searching.texi, sequences.texi, streams.texi:
2852 * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
2853 * variables.texi, windows.texi: Nuke hand-written node pointers.
2854
2855 2012-05-27 Chong Yidong <cyd@gnu.org>
2856
2857 * functions.texi (Obsolete Functions):
2858 Fix doc for set-advertised-calling-convention.
2859
2860 * modes.texi (Mode Help): Fix describe-mode.
2861
2862 * display.texi (Face Functions): Fix define-obsolete-face-alias.
2863
2864 * variables.texi (Variable Aliases): Fix make-obsolete-variable.
2865
2866 2012-05-27 Martin Rudalics <rudalics@gmx.at>
2867
2868 * commands.texi (Recursive Editing): recursive-edit is a command.
2869
2870 * compile.texi (Docs and Compilation):
2871 byte-compile-dynamic-docstrings is an option.
2872
2873 * debugging.texi (Invoking the Debugger): debug is a command.
2874
2875 * display.texi (Progress): progress-reporter-update and
2876 progress-reporter-force-update have VALUE argument optional.
2877 (Animated Images): Use non-@code{nil} instead of non-nil.
2878
2879 * files.texi (Format Conversion Round-Trip):
2880 Use non-@code{nil} instead of non-nil.
2881
2882 * frames.texi (Creating Frames): make-frame is a command.
2883 (Input Focus): select-frame is a command.
2884 (Pointer Shape): void-text-area-pointer is an option.
2885
2886 * help.texi (Describing Characters): read-kbd-macro is a command.
2887 (Help Functions): describe-prefix-bindings is a command.
2888
2889 * markers.texi (Creating Markers): Both arguments of copy-marker
2890 are optional.
2891
2892 * minibuf.texi (Reading File Names): Use @kbd instead of @code.
2893
2894 * modes.texi (Mode Line Variables): mode-line-remote and
2895 mode-line-client are not options.
2896 (Imenu): imenu-add-to-menubar is a command.
2897 (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
2898
2899 * os.texi (Sound Output): play-sound-file is a command.
2900
2901 * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
2902
2903 * processes.texi (Signals to Processes):
2904 Use @key{RET} instead of @code{RET}.
2905 (Signals to Processes): signal-process is a command.
2906
2907 * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
2908 (Base 64): base64-encode-string is not a command while
2909 base64-decode-region is.
2910
2911 * windows.texi (Switching Buffers): pop-to-buffer is a command.
2912
2913 2012-05-12 Glenn Morris <rgm@gnu.org>
2914
2915 * Makefile.in (MKDIR_P): New, set by configure.
2916 (mkinfodir): Use $MKDIR_P.
2917
2918 2012-05-10 Glenn Morris <rgm@gnu.org>
2919
2920 * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
2921 with "coding: raw-text".
2922 Concept of multibyte sessions no longer exists.
2923
2924 * files.texi (File Locks): Mention create-lockfiles option.
2925
2926 2012-05-09 Glenn Morris <rgm@gnu.org>
2927
2928 * vol1.texi, vol2.texi: Remove files.
2929 * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
2930 * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
2931
2932 * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
2933
2934 * two-volume.make (emacsdir): New.
2935 (tex): Add directory with emacsver.texi to TEXINPUTS.
2936
2937 * minibuf.texi (Minibuffer History, Basic Completion):
2938 Tweak page breaks.
2939
2940 * internals.texi (Garbage Collection, Memory Usage)
2941 (Writing Emacs Primitives): Tweak page breaks.
2942
2943 * streams.texi (Output Variables): Improve page break.
2944
2945 * edebug.texi (Edebug Display Update): Improve page break.
2946
2947 * compile.texi (Disassembly): Condense the examples.
2948
2949 * eval.texi, functions.texi, loading.texi, macros.texi:
2950 Where possible, use example rather than smallexample.
2951
2952 * symbols.texi: Where possible, use example rather than smallexample.
2953 (Symbol Components): Fix typo.
2954 (Other Plists): Tweak page break.
2955
2956 * sequences.texi (Arrays): Tweak page breaks.
2957
2958 * customize.texi: Where possible, use example rather than smallexample.
2959 (Common Keywords, Variable Definitions, Applying Customizations)
2960 (Custom Themes): Tweak page breaks.
2961
2962 * control.texi: Where possible, use example rather than smallexample.
2963 (Sequencing, Conditionals, Signaling Errors, Handling Errors):
2964 Tweak page breaks.
2965
2966 2012-05-08 Glenn Morris <rgm@gnu.org>
2967
2968 * two.el: Remove; unused since creation of two-volume.make.
2969
2970 * vol1.texi, vol2.texi: No need to keep menus in these files.
2971
2972 2012-05-05 Glenn Morris <rgm@gnu.org>
2973
2974 * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
2975
2976 * intro.texi (Caveats): Copyedit.
2977 (Lisp History): Convert inforef to xref.
2978 (Lisp History, Printing Notation, Version Info): Improve page-breaks.
2979
2980 * text.texi (Auto Filling): Don't mention Emacs 19.
2981
2982 * commands.texi (Event Input Misc): Don't mention unread-command-char.
2983 * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
2984
2985 * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
2986
2987 * lists.texi (List-related Predicates, List Variables):
2988 Tweak page-breaks.
2989 (Sets And Lists): Convert inforef to xref.
2990
2991 2012-05-04 Glenn Morris <rgm@gnu.org>
2992
2993 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
2994 (info, infoclean): Use $INFO_EXT.
2995 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
2996 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
2997 (info, maintainer-clean): Use $INFO_EXT.
2998 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
2999
3000 2012-05-04 Chong Yidong <cyd@gnu.org>
3001
3002 * os.texi (Timers): Use defopt for timer-max-repeats.
3003
3004 2012-05-03 Paul Eggert <eggert@cs.ucla.edu>
3005
3006 * os.texi (Time of Day): Do not limit current-time-string
3007 to years 1000..9999.
3008
3009 2012-05-02 Chong Yidong <cyd@gnu.org>
3010
3011 * display.texi (Font Lookup):
3012 * frames.texi (Pointer Shape):
3013 * processes.texi (Subprocess Creation): Use defopt for options.
3014
3015 2012-05-02 Glenn Morris <rgm@gnu.org>
3016
3017 * elisp.texi (@copying):
3018 * intro.texi (Introduction): Only print VERSION in the TeX version.
3019
3020 2012-05-02 Chong Yidong <cyd@gnu.org>
3021
3022 * text.texi (Change Hooks): Minor fix for after-change-functions.
3023
3024 2012-05-02 Glenn Morris <rgm@gnu.org>
3025
3026 * package.texi (Packaging Basics):
3027 * loading.texi (Autoload):
3028 * files.texi (Magic File Names):
3029 Reword to remove/reduce some overly long/short lines.
3030
3031 2012-04-27 Glenn Morris <rgm@gnu.org>
3032
3033 * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
3034 * modes.texi (Major Modes, Auto-Indentation):
3035 * buffers.texi (Buffers): Some fixes for menu descriptions.
3036
3037 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3038 * functions.texi (Simple Lambda, Argument List):
3039 * eval.texi (Function Indirection): Avoid deprecated form.
3040
3041 2012-04-27 Glenn Morris <rgm@gnu.org>
3042
3043 * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
3044 Add "et al." to authors.
3045
3046 * buffers.texi, commands.texi, compile.texi, control.texi:
3047 * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
3048 * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
3049 * modes.texi, numbers.texi, objects.texi, streams.texi:
3050 * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
3051 Use Texinfo recommended convention for quotes+punctuation.
3052
3053 2012-04-27 Chong Yidong <cyd@gnu.org>
3054
3055 * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
3056 to where-is-internal (Bug#10872).
3057
3058 2012-04-27 Glenn Morris <rgm@gnu.org>
3059
3060 * macros.texi (Indenting Macros): Fix typo.
3061
3062 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
3063 (Resizing Windows, Deleting Windows, Selecting Windows)
3064 (Choosing Window Options, Horizontal Scrolling)
3065 (Cyclic Window Ordering, Window History, Dedicated Windows)
3066 (Quitting Windows, Window Configurations, Textual Scrolling)
3067 (Coordinates and Windows, Window Configurations)
3068 (Window Parameters, Window Hooks): Copyedits.
3069 (Splitting Windows, Deleting Windows):
3070 Fix ignore-window-parameters logic.
3071 (Selecting Windows, Choosing Window Options): Markup fixes.
3072 (Window Start and End): Remove pointless example.
3073 Remove cross-reference to deleted count-lines content.
3074 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
3075 and recenter-positions. Remove recenter example.
3076
3077 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
3078
3079 * minibuf.texi (Intro to Minibuffers):
3080 Tweak discussion of resizing minibuffer window.
3081
3082 2012-04-26 Glenn Morris <rgm@gnu.org>
3083
3084 * elisp-covers.texi, front-cover-1.texi: Remove files.
3085
3086 * tindex.pl: Remove file.
3087
3088 * makefile.w32-in (srcs):
3089 * Makefile.in (srcs): Remove back.texi (which is unused).
3090
3091 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
3092
3093 * os.texi (Notifications): Extend possible notification hints.
3094 Add notifications-get-capabilities.
3095
3096 2012-04-20 Chong Yidong <cyd@gnu.org>
3097
3098 * processes.texi (Asynchronous Processes): Mention nil argument to
3099 start-process.
3100
3101 2012-04-20 Glenn Morris <rgm@gnu.org>
3102
3103 * minibuf.texi (Basic Completion): No need to describe obarrays here.
3104 Don't mention obsolete `nospace' argument of all-completions.
3105 (Minibuffer Completion, Completion Commands, Reading File Names)
3106 (Completion Variables): Copyedits.
3107 (Completion Commands): Mention parent keymaps.
3108 Remove obsolete minibuffer-local-filename-must-match-map.
3109 (High-Level Completion): Remove read-variable's almost
3110 word-for-word duplication of read-command.
3111 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
3112 Update "High-Level Completion" description.
3113
3114 * minibuf.texi (Minibuffers):
3115 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
3116
3117 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
3118 Use Texinfo-recommended form of quote+punctuation.
3119 (Intro to Minibuffers): First minibuffer is #1, not #0.
3120 Mention minibuffer-inactive-mode.
3121 (Text from Minibuffer): Copyedits.
3122 (Minibuffer History, Programmed Completion): Fix @var usage.
3123 (Object from Minibuffer): Remove overly pedantic para.
3124 (Minibuffer History): Copyedits. Add face-name-history.
3125 (Initial Input, Yes-or-No Queries, Multiple Queries)
3126 (Minibuffer Windows, Minibuffer Misc): Copyedits.
3127 (Yes-or-No Queries): Tweak example.
3128 (Minibuffer Commands): Add next-complete-history-element.
3129 (Minibuffer Misc): Mention minibuffer-message-timeout, and
3130 minibuffer-inactive-mode.
3131
3132 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
3133 (Bindat Functions): Copyedits.
3134
3135 2012-04-20 Christopher Schmidt <christopher@ch.ristopher.com>
3136
3137 * files.texi (Saving Buffers): Document `visit and `visit-save'
3138 values of require-final-newline.
3139
3140 2012-04-20 Glenn Morris <rgm@gnu.org>
3141
3142 * processes.texi (Output from Processes, Filter Functions):
3143 Mention waiting-for-user-input-p.
3144 (Sentinels, Query Before Exit, System Processes, Transaction Queues)
3145 (Network Servers, Datagrams, Network Processes, Network Options)
3146 (Network Feature Testing, Serial Ports): Copyedits.
3147 (Network): Add encrypted network overview paragraph.
3148 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
3149
3150 2012-04-20 Chong Yidong <cyd@gnu.org>
3151
3152 * help.texi (Keys in Documentation): Mention :advertised-binding.
3153
3154 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
3155 description to help.texi.
3156
3157 2012-04-20 Glenn Morris <rgm@gnu.org>
3158
3159 * processes.texi (Process Information, Input to Processes)
3160 (Signals to Processes, Output from Processes, Process Buffers)
3161 (Filter Functions, Decoding Output): Copyedits.
3162 (Accepting Output): Discourage use of `millisec' argument.
3163
3164 2012-04-15 Glenn Morris <rgm@gnu.org>
3165
3166 * processes.texi (Processes, Subprocess Creation, Shell Arguments)
3167 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
3168 Copyedits.
3169 (Subprocess Creation): Discourage modifying exec-path directly.
3170 (Synchronous Processes, Asynchronous Processes):
3171 Update some example output.
3172 (Process Information): Fix typo.
3173 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
3174
3175 2012-04-15 Glenn Morris <rgm@gnu.org>
3176
3177 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
3178 open-network-stream does exist in Emacs 23, but is simpler.
3179
3180 2012-04-15 Chong Yidong <cyd@gnu.org>
3181
3182 * customize.texi (Custom Themes): Also document load-theme etc.
3183
3184 2012-04-14 Chong Yidong <cyd@gnu.org>
3185
3186 * customize.texi (Applying Customizations, Custom Themes): New nodes.
3187
3188 * display.texi (Defining Faces): Reference custom-set-faces.
3189
3190 * modes.texi (Defining Minor Modes, Defining Minor Modes):
3191 * os.texi (Startup Summary): Copyedits.
3192
3193 2012-04-14 Glenn Morris <rgm@gnu.org>
3194
3195 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
3196
3197 * strings.texi (Case Tables):
3198 * objects.texi (General Escape Syntax):
3199 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
3200
3201 * buffers.texi, compile.texi, customize.texi, debugging.texi:
3202 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
3203 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
3204 * text.texi: Use @file for buffers, per the Texinfo manual.
3205
3206 * compile.texi (Compiler Errors): Add missing space in buffer name.
3207
3208 2012-04-14 Chong Yidong <cyd@gnu.org>
3209
3210 * processes.texi (Query Before Exit): Remove obsolete function
3211 process-kill-without-query (Bug#11190).
3212
3213 2012-04-14 Glenn Morris <rgm@gnu.org>
3214
3215 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
3216 Use @env for environment variables.
3217
3218 * Makefile.in: Replace non-portable use of $< in ordinary rules.
3219
3220 2012-04-12 Jari Aalto <jari.aalto@cante.net>
3221
3222 * processes.texi (Synchronous Processes):
3223 Mention `default-directory' (bug#7515).
3224
3225 2012-04-09 Chong Yidong <cyd@gnu.org>
3226
3227 * customize.texi (Variable Definitions): Remove user-variable-p.
3228
3229 * commands.texi (Interactive Codes):
3230 * help.texi (Accessing Documentation):
3231 * minibuf.texi (High-Level Completion): Callers changed.
3232
3233 2012-04-06 Chong Yidong <cyd@gnu.org>
3234
3235 * minibuf.texi (Programmed Completion): Document metadata method.
3236 (Completion Variables): Document completion-category-overrides.
3237
3238 2012-04-05 Chong Yidong <cyd@gnu.org>
3239
3240 * anti.texi (Antinews): Rewrite for Emacs 23.
3241
3242 2012-04-04 Chong Yidong <cyd@gnu.org>
3243
3244 * minibuf.texi (Programmed Completion): Remove obsolete variable
3245 completion-annotate-function.
3246 (Completion Variables): Rename from Completion Styles.
3247 Document completion-extra-properties. Document completion-styles-alist
3248 change.
3249 (Reading File Names): minibuffer-local-filename-must-match-map is
3250 not used anymore.
3251 (Minibuffer Completion): Document completing-read-function.
3252 (Completion in Buffers): completion-at-point-functions can return
3253 properties recognized in completion-extra-properties.
3254
3255 * display.texi (Delayed Warnings): New node.
3256
3257 * os.texi (Notifications): Copyedits.
3258
3259 2012-04-04 Glenn Morris <rgm@gnu.org>
3260
3261 * os.texi (Notifications): Copyedits.
3262
3263 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
3264
3265 * os.texi (Terminal-Specific): Fix typo.
3266 (Notifications): New section.
3267
3268 * elisp.texi (Top):
3269 * vol1.texi (Top):
3270 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
3271 menu entries.
3272
3273 2012-04-01 Chong Yidong <cyd@gnu.org>
3274
3275 * files.texi (Kinds of Files): file-subdir-of-p renamed to
3276 file-in-directory-p.
3277
3278 2012-03-31 Glenn Morris <rgm@gnu.org>
3279
3280 * edebug.texi (Instrumenting Macro Calls):
3281 Mention defining macros at instrumentation time.
3282 (Edebug Options): Mention edebug-unwrap-results.
3283
3284 2012-03-31 Eli Zaretskii <eliz@gnu.org>
3285
3286 * text.texi (Special Properties): Clarify the description of the
3287 effect of integer values of the 'cursor' property on cursor
3288 position. See the discussions in bug#11068 for more details and
3289 context.
3290
3291 2012-03-31 Glenn Morris <rgm@gnu.org>
3292
3293 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
3294 Copyedits.
3295
3296 2012-03-30 Chong Yidong <cyd@gnu.org>
3297
3298 * display.texi (Image Formats): Add imagemagick type.
3299 (Image Descriptors): Mention how they are used.
3300 (ImageMagick Images): Clarify role of imagemagick-register-types.
3301 (Character Display): Don't mention glyph tables.
3302 (Display Tables): Use make-glyph-code in example.
3303 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
3304 tables are semi-obsolete. De-document create-glyph.
3305 (Glyphless Chars): Note that display tables override this.
3306 (Bidirectional Display): Copyedits. Introduce "bidirectional
3307 reordering" terminology, and use it.
3308
3309 2012-03-30 Glenn Morris <rgm@gnu.org>
3310
3311 * edebug.texi (Jumping): Give name of `i' binding.
3312
3313 2012-03-28 Glenn Morris <rgm@gnu.org>
3314
3315 * searching.texi (Regular Expressions, Regexp Special)
3316 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search)
3317 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
3318 (Regexp Special): Mention collation.
3319 Clarify char classes with an example.
3320 (Regexp Functions): Mention regexp-opt is not guaranteed.
3321 Mention regexp-opt-charset.
3322 (Regexp Search): Recommend against looking-back.
3323 (Search and Replace): Use Texinfo recommended quote convention.
3324 Add more query-replace-map items. List multi-query-replace-map items.
3325
3326 2012-03-27 Martin Rudalics <rudalics@gmx.at>
3327
3328 * windows.texi (Window History): Describe new option
3329 switch-to-visible-buffer.
3330
3331 2012-03-27 Glenn Morris <rgm@gnu.org>
3332
3333 * searching.texi (String Search): Add xref to Emacs manual.
3334 Copyedits. Mention the function word-search-regexp.
3335 (Searching and Case): Add xref to Emacs manual. Copyedits.
3336
3337 * processes.texi (Network Servers): Standardize apostrophe usage.
3338
3339 * os.texi (System Environment): Copyedits. Remove some examples
3340 that do not seem useful. Mention setenv third arg.
3341 tty-erase-char does not seem to be nil under a window-system.
3342 (User Identification): Copyedits.
3343 Remove some examples that do not seem useful.
3344
3345 2012-03-26 Glenn Morris <rgm@gnu.org>
3346
3347 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
3348 (Init File): Copyedits.
3349 (Command-Line Arguments): Copyedits. Do not mention argv alias.
3350 (Killing Emacs): Copyedits.
3351 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
3352 Shorten the example, use more standard shell prompts.
3353
3354 2012-03-25 Chong Yidong <cyd@gnu.org>
3355
3356 * display.texi (Fringes): Note that fringes are shown on graphical
3357 displays only.
3358 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
3359 (Replacing Specs): Clarify example.
3360 (Manipulating Buttons): Note that button-at can return a marker.
3361 (Buttons): Minor rewrite.
3362 (Character Display): New node. Consolidate all character display
3363 related nodes into its subsections.
3364 (Usual Display): Character 127 is also affected by ctl-arrow.
3365 (Display Tables): Improve example.
3366
3367 2012-03-22 Glenn Morris <rgm@gnu.org>
3368
3369 * strings.texi (Text Comparison): Mention string-prefix-p.
3370
3371 2012-03-21 Chong Yidong <cyd@gnu.org>
3372
3373 * display.texi (The Echo Area): Add xref to Output Streams.
3374 (Displaying Messages): Improve doc of message.
3375 (Echo Area Customization, Invisible Text): Copyedits.
3376 (Invisible Text): Mention that spec comparison is done with eq.
3377 (Width): Improve doc of char-width.
3378 (Faces): Recommend using symbol instead of string for face name.
3379 Minor clarifications.
3380 (Defining Faces): Copyedits. Update face example.
3381 (Attribute Functions): Mark set-face-foreground etc as commands.
3382 (Face Remapping): Mention text-scale-adjust.
3383 Clarify face-remapping-alist and related docs.
3384 (Face Functions): Don't document make-face or copy-face.
3385
3386 2012-03-20 Chong Yidong <cyd@gnu.org>
3387
3388 * display.texi (Forcing Redisplay): Various rewrites to reflect
3389 new value of redisplay-dont-pause.
3390 (Truncation): Copyedits.
3391
3392 2012-03-20 Glenn Morris <rgm@gnu.org>
3393
3394 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
3395 Add summary table of some relevant command-line options.
3396
3397 2012-03-18 Chong Yidong <cyd@gnu.org>
3398
3399 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
3400 (Writing Emacs Primitives): Re-organize discussion of functions
3401 with variable Lisp arguments are handled. Delete an obsolete
3402 remark, previously tagged as FIXME.
3403
3404 * os.texi (Idle Timers): Minor clarification.
3405 (Idle Timers): Link to Time of Day for description of time list.
3406
3407 2012-03-18 Glenn Morris <rgm@gnu.org>
3408
3409 * os.texi (System Interface): Flow control was removed.
3410 (Startup Summary): General update.
3411 (Init File): Don't mention compiling it.
3412
3413 2012-03-17 Chong Yidong <cyd@gnu.org>
3414
3415 * os.texi (Startup Summary): Mention package loading.
3416 (Init File): Don't refer to .emacs in section title. Copyedits.
3417 (Terminal-Specific): Give a realistic example.
3418 (Command-Line Arguments): Reference Entering Emacs instead of
3419 repeating the spiel about not restarting Emacs.
3420 (Time of Day): Discuss time representation at beginning of node.
3421 (Sound Output): Copyedits.
3422
3423 * package.texi (Packaging Basics): Document package-initialize.
3424
3425 2012-03-17 Eli Zaretskii <eliz@gnu.org>
3426
3427 * frames.texi (Initial Parameters): Add an index entry for
3428 minibuffer-only frame.
3429
3430 2012-03-16 Glenn Morris <rgm@gnu.org>
3431
3432 * modes.texi (Major Mode Conventions): Mention the strange
3433 relationship between View mode and special modes. (Bug#10650)
3434
3435 2012-03-11 Chong Yidong <cyd@gnu.org>
3436
3437 * windows.texi (Window Configurations): save-window-excursion is
3438 now a macro.
3439
3440 * display.texi (Temporary Displays): with-output-to-temp-buffer is
3441 now a macro.
3442
3443 * text.texi (Fields): Minor copyedit.
3444
3445 2012-03-10 Eli Zaretskii <eliz@gnu.org>
3446
3447 * strings.texi (String Basics):
3448 * sequences.texi (Sequence Functions): Mention that `length' is
3449 not appropriate for computing the string width on display; add a
3450 cross-reference to the description of `string-width'. (Bug#10978)
3451
3452 * eval.texi (Autoloading): Minor change of wording.
3453
3454 2012-03-10 Chong Yidong <cyd@gnu.org>
3455
3456 * loading.texi (Autoload): Explicitly state which forms are
3457 processed specially (Bug#7783).
3458
3459 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
3460 non-default situation. Describe one-submenu exception (Bug#7695).
3461
3462 * nonascii.texi (Character Properties): Copyedits.
3463
3464 2012-03-08 Chong Yidong <cyd@gnu.org>
3465
3466 * text.texi (Mode-Specific Indent): Document new behavior of
3467 indent-for-tab-command. Document tab-always-indent.
3468 (Special Properties): Copyedits.
3469 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
3470 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
3471 libxml-parse-html-region.
3472
3473 2012-03-07 Glenn Morris <rgm@gnu.org>
3474
3475 * markers.texi (The Region): Briefly mention use-empty-active-region
3476 and region-active-p.
3477 (Overview of Markers): Reword garbage collection, add cross-ref.
3478 (The Mark): Tiny clarification re command loop and activate-mark-hook.
3479
3480 2012-03-07 Chong Yidong <cyd@gnu.org>
3481
3482 * text.texi (Buffer Contents): Don't duplicate explanation of
3483 region arguments from Text node. Put doc of obsolete var
3484 buffer-substring-filters back, since it is referred to.
3485 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
3486 selection by default.
3487
3488 * markers.texi (The Mark): Fix typo.
3489 (The Region): Copyedits.
3490
3491 2012-03-07 Glenn Morris <rgm@gnu.org>
3492
3493 * markers.texi (Overview of Markers): Copyedits.
3494 (Creating Markers): Update approximate example buffer size.
3495 (The Mark): Don't mention uninteresting return values.
3496
3497 2012-03-05 Chong Yidong <cyd@gnu.org>
3498
3499 * positions.texi (Text Lines): Document count-words.
3500
3501 2012-03-04 Chong Yidong <cyd@gnu.org>
3502
3503 * frames.texi (Frames): Remove little-used "terminal frame" and
3504 "window frame" terminology.
3505 (Frame Parameters, Font and Color Parameters, Initial Parameters)
3506 (Size and Position, Visibility of Frames): Callers changed.
3507 (Frames): Clarify which terminals in framep are graphical.
3508 (Initial Parameters): --geometry is not the only option which adds
3509 to initial-frame-alist.
3510 (Position Parameters): Note that icon-left and icon-top are for
3511 old window managers only.
3512 (Size Parameters): Sizes are in characters even on graphical
3513 displays.
3514 (Management Parameters): Note that window-id and outer-window-id
3515 can't really be changed, and that auto-raise isn't always obeyed.
3516 (Cursor Parameters): Document cursor-type explicitly.
3517 (Size and Position): The aliases set-screen-height and
3518 set-screen-width have been deleted.
3519 (Visibility of Frames): Mention "minimization".
3520
3521 * os.texi (Startup Summary): Minor clarifications.
3522 (Startup Summary, Suspending Emacs): Standardize on "text
3523 terminal" terminology.
3524
3525 * windows.texi (Basic Windows, Coordinates and Windows)
3526 (Coordinates and Windows):
3527 * display.texi (Refresh Screen, Line Height, Face Attributes)
3528 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
3529
3530 2012-03-04 Glenn Morris <rgm@gnu.org>
3531
3532 * abbrevs.texi: Small copyedits throughout.
3533 (Abbrev Mode): Remove this section, folding it into the top-level.
3534 (Abbrev Tables): Don't mention irrelevant return values.
3535 (Abbrev Expansion): Add cross-ref for wrapper hooks.
3536 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
3537 (Abbrev Table Properties): Update nil :regexp description.
3538
3539 2012-03-03 Glenn Morris <rgm@gnu.org>
3540
3541 * internals.texi: Change @appendix section commands to @section.
3542 (Building Emacs): Say less about CANNOT_DUMP platforms.
3543 Replace deleted eval-at-startup with custom-initialize-delay.
3544 (Pure Storage): Small changes.
3545 (Memory Usage): Copyedit.
3546 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
3547 example definitions. Give examples of things with non-nil
3548 interactive args. Mention eval_sub. Remove old info about
3549 strings and GCPRO. Mention cus-start.el.
3550 (Buffer Internals, Window Internals, Process Internals):
3551 Misc small updates and fixes for fields.
3552
3553 * tips.texi: Copyedits.
3554 (Coding Conventions): Mention autoloads.
3555 Combine partially duplicated macro items. Fix xref.
3556 Refer to Library Headers for copyright notice.
3557 (Programming Tips): edit-options is long-obsolete.
3558 (Compilation Tips): Mention loading bytecomp for byte-compile props.
3559 (Warning Tips): Mention declare-function.
3560 (Documentation Tips): Remove old info.
3561 (Comment Tips): Mention comment-dwim, not indent-for-comment.
3562 (Library Headers): General update.
3563
3564 2012-03-02 Glenn Morris <rgm@gnu.org>
3565
3566 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
3567 and relocate entry. Mention buffer-stale-function.
3568
3569 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
3570
3571 * hooks.texi (Standard Hooks): General update.
3572 Put related hooks together. Add and remove items.
3573 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
3574 * modes.texi (Hooks): Tweak cross-ref description.
3575
3576 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
3577
3578 * files.texi (Kinds of Files): The return value of file-equal-p is
3579 unspecified, if FILE1 or FILE2 does not exist.
3580
3581 2012-03-01 Glenn Morris <rgm@gnu.org>
3582
3583 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
3584
3585 * maps.texi (Standard Keymaps): General update.
3586 Remove mode-specific maps, talk about the more general keymaps.
3587 * help.texi (Help Functions): Add vindex for Helper-help-map.
3588 * keymaps.texi (Active Keymaps): Minor rephrasing.
3589
3590 2012-02-29 Glenn Morris <rgm@gnu.org>
3591
3592 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
3593
3594 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3595
3596 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
3597 Update changed behavior of file-subdir-of-p.
3598
3599 2012-02-28 Glenn Morris <rgm@gnu.org>
3600
3601 * advice.texi, anti.texi, display.texi, elisp.texi:
3602 * processes.texi, variables.texi, vol1.texi, vol2.texi:
3603 Standardize possessive apostrophe usage.
3604
3605 * locals.texi: Remove file.
3606 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
3607 Remove menu entry.
3608 * errors.texi, maps.texi: Adjust node pointers.
3609 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
3610 * makefile.w32-in (srcs):
3611 * Makefile.in (srcs): Remove locals.texi.
3612
3613 * frames.texi (Mouse Position): Fix cross-ref.
3614
3615 2012-02-27 Chong Yidong <cyd@gnu.org>
3616
3617 * buffers.texi (Creating Buffers): Clarify that
3618 generate-new-buffer uses generate-new-buffer-names.
3619 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
3620
3621 * files.texi (Directory Names): Index entry for file name abbreviations.
3622 (Relative File Names, File Name Expansion): Refer to it.
3623 (Locating Files): Move locate-user-emacs-file documentation to
3624 Standard File Names.
3625 (Standard File Names): Add locate-user-emacs-file; update examples.
3626
3627 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
3628
3629 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
3630
3631 2012-02-26 Chong Yidong <cyd@gnu.org>
3632
3633 * files.texi (Kinds of Files): Improve documentation of
3634 files-equal-p and file-subdir-of-p.
3635
3636 2012-02-26 Glenn Morris <rgm@gnu.org>
3637
3638 * intro.texi (Acknowledgements): Small changes.
3639
3640 2012-02-25 Glenn Morris <rgm@gnu.org>
3641
3642 * errors.texi: Don't try to list _all_ the error symbols.
3643 Add circular-list, cl-assertion-failed, compression-error.
3644 * elisp.texi, vol1.texi, vol2.texi:
3645 * control.texi (Error Symbols): Tweak "Standard Errors" description.
3646
3647 2012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3648
3649 * files.texi (files-equal-p, file-subdir-of-p): New,
3650 add initial documentation.
3651
3652 2012-02-25 Chong Yidong <cyd@gnu.org>
3653
3654 * files.texi (File Attributes): Document file-selinux-context.
3655 (Changing Files): Link to it.
3656 (Changing Files): Document set-file-selinux-context.
3657
3658 * backups.texi (Making Backups): Return value of backup-buffer is
3659 changed. Mention default value of backup-directory-alist.
3660 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
3661 (Auto-Saving): New minor mode behavior for auto-save-mode.
3662 (Reverting): Add defvar for revert-buffer-in-progress-p.
3663
3664 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
3665
3666 2012-02-24 Glenn Morris <rgm@gnu.org>
3667
3668 * errors.texi (Standard Errors): Mention dbus-error.
3669 For arith-error sub-classes, just use one cross-ref.
3670
3671 2012-02-23 Alan Mackenzie <acm@muc.de>
3672
3673 * modes.texi (Defining Minor Modes): Document the new keyword
3674 :after-hook.
3675
3676 2012-02-21 Chong Yidong <cyd@gnu.org>
3677
3678 * files.texi (Files): Mention magic file names as arguments.
3679 (Reading from Files): Copyedits.
3680 (File Attributes): Mention how to change file modes.
3681 (Changing Files): Use standard "file permissions" terminology.
3682 Add xref to File Attributes node.
3683 (Locating Files): Document locate-user-emacs-file.
3684 (Unique File Names): Recommend against using make-temp-name.
3685
3686 2012-02-19 Chong Yidong <cyd@gnu.org>
3687
3688 * help.texi (Documentation, Documentation Basics, Help Functions):
3689 Minor clarifications.
3690 (Accessing Documentation): Clarify what documentation-property is
3691 for. Add xref to Keys in Documentation.
3692
3693 * tips.texi (Documentation Tips): Don't recommend using * in
3694 docstrings.
3695
3696 * macros.texi (Defining Macros):
3697 * modes.texi (Derived Modes): Say "documentation string" instead
3698 of docstring.
3699
3700 2012-02-18 Chong Yidong <cyd@gnu.org>
3701
3702 * modes.texi (Tabulated List Mode): New node.
3703 (Basic Major Modes): Add xref to it.
3704
3705 * processes.texi (Process Information): Mention Process Menu mode.
3706
3707 2012-02-17 Chong Yidong <cyd@gnu.org>
3708
3709 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
3710
3711 2012-02-17 Glenn Morris <rgm@gnu.org>
3712
3713 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
3714
3715 2012-02-16 Chong Yidong <cyd@gnu.org>
3716
3717 * syntax.texi (Syntax Tables, Syntax Descriptors)
3718 (Syntax Table Functions): Copyedits.
3719 (Syntax Basics): Don't repeat the material in the preceding node.
3720 (Syntax Class Table): Use a table.
3721 (Syntax Properties): Document syntax-propertize-function and
3722 syntax-propertize-extend-region-functions.
3723 (Motion via Parsing): Clarify scan-lists. Fix indentation.
3724 (Parser State): Update for the new "c" comment style.
3725 Fix description of item 7 (comment style).
3726
3727 * modes.texi (Minor Modes): Update how mode commands should treat
3728 arguments now.
3729 (Mode Line Basics): Clarify force-mode-line-update.
3730 (Mode Line Top): Note that the example is not realistic.
3731 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
3732 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
3733 "mode line construct" instead of "mode line specification".
3734 (Syntactic Font Lock): Remove mention of obsolete variable
3735 font-lock-syntactic-keywords.
3736 (Setting Syntax Properties): Node deleted.
3737 (Font Lock Mode): Note that Font Lock mode is a minor mode.
3738 (Font Lock Basics): Note that syntactic fontification falls back
3739 on `syntax-table'.
3740 (Search-based Fontification): Emphasize that font-lock-keywords
3741 should not be set directly.
3742 (Faces for Font Lock): Avoid some confusing terminology.
3743 (Syntactic Font Lock): Minor clarifications. Add xref to
3744 Syntactic Font Lock node.
3745
3746 2012-02-15 Chong Yidong <cyd@gnu.org>
3747
3748 * minibuf.texi (Basic Completion): Define "completion table".
3749 Move completion-in-region to Completion in Buffers node.
3750 (Completion Commands): Use "completion table" terminology.
3751 (Completion in Buffers): New node.
3752
3753 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
3754 (Setting Hooks): Update minor mode usage example.
3755 (Major Mode Conventions): Note that completion-at-point-functions
3756 should be altered locally. Add xref to Completion in Buffers.
3757 Remove duplicate tip about auto-mode-alist.
3758 (Minor Modes): Rewrite introduction.
3759 (Minor Mode Conventions): Copyedits. Don't recommend
3760 variable-only minor modes since few minor modes are like that.
3761
3762 2012-02-15 Glenn Morris <rgm@gnu.org>
3763
3764 * processes.texi (Network): Document open-network-stream :parameters.
3765
3766 2012-02-14 Chong Yidong <cyd@gnu.org>
3767
3768 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
3769 was removed on 2009-09-10. Update lisp-mode-map example.
3770 (Inheritance and Keymaps): Minor clarification.
3771 (Searching Keymaps): Remove out-of-place enumeration.
3772 (Key Lookup): Remove unnecessary example (one was already given in
3773 Format of Keymaps).
3774 (Changing Key Bindings): Update suppress-keymap example.
3775 (Menu Bar, Tool Bar): Copyedits.
3776 (Tool Bar): Update tool-bar-map example.
3777
3778 2012-02-12 Chong Yidong <cyd@gnu.org>
3779
3780 * debugging.texi (Debugger Commands): Continuing is now allowed
3781 for errors.
3782
3783 2012-02-11 Chong Yidong <cyd@gnu.org>
3784
3785 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
3786 Move the list of standard bitmaps there.
3787 (Fringe Cursors): Rewrite for clarity.
3788 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
3789
3790 * commands.texi (Command Overview): Mention read-key.
3791 (Using Interactive, Interactive Call): Minor clarifications.
3792 (Function Keys, Click Events): Avoid "input stream" terminology.
3793 (Click Events): Add xref to Window Sizes and Accessing Mouse.
3794 Clarify column and row components.
3795 (Accessing Mouse): Add xref to Click Events. Minor fixes.
3796 (Special Events): Copyedits.
3797
3798 * streams.texi (Input Streams): De-document get-file-char.
3799 (Output Variables): Don't refer to old backquote syntax.
3800
3801 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
3802 (Error Debugging): Note that debug-ignored-errors overrides list
3803 values of debug-on-error too. Add xref to Signaling Errors.
3804 Note that debug-on-signal is not customizable.
3805 Mention condition-case-unless-debug.
3806 (Compilation Errors): Node deleted.
3807
3808 * compile.texi (Compiler Errors): Move a paragraph here from
3809 deleted node Compilation Errors.
3810
3811 2012-02-10 Leo Liu <sdl.web@gmail.com>
3812
3813 * control.texi (Handling Errors): Change condition-case-no-debug
3814 to condition-case-unless-debug.
3815
3816 2012-02-10 Chong Yidong <cyd@gnu.org>
3817
3818 * advice.texi (Defining Advice): Clarify ad-unadvise.
3819 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
3820 is not abnormal.
3821 (Advising Primitives): Node deleted; ad-define-subr-args has been
3822 removed.
3823
3824 * compile.texi (Speed of Byte-Code): Use float-time in example.
3825 (Compilation Functions): Note that the log uses Compilation mode.
3826 Don't discuss the contents of byte-code function object here.
3827 (Compilation Functions): De-document internal function byte-code.
3828 (Docs and Compilation): Minor clarifications.
3829
3830 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
3831 Objects.
3832
3833 2012-02-10 Glenn Morris <rgm@gnu.org>
3834
3835 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
3836 Mention secure-hash.
3837 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
3838
3839 2012-02-10 Chong Yidong <cyd@gnu.org>
3840
3841 * loading.texi (Loading): Don't emphasize "library" terminology.
3842 (Library Search): load-path is not a user option. Mention role of
3843 -L option and packages. Improve examples.
3844 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
3845 obsolete.
3846 (Autoload): Minor clarifications.
3847
3848 2012-02-10 Glenn Morris <rgm@gnu.org>
3849
3850 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
3851
3852 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
3853
3854 2012-02-08 Glenn Morris <rgm@gnu.org>
3855
3856 * loading.texi (Named Features): Update the require example.
3857
3858 2012-02-07 Glenn Morris <rgm@gnu.org>
3859
3860 * modes.texi (Defining Minor Modes):
3861 Expand on args of defined minor modes.
3862
3863 2012-02-07 Chong Yidong <cyd@gnu.org>
3864
3865 * variables.texi (Creating Buffer-Local): Minor clarification
3866 to buffer-local-variables doc (Bug#10715).
3867
3868 2012-02-07 Glenn Morris <rgm@gnu.org>
3869
3870 * display.texi (ImageMagick Images): General update.
3871 Move most details of imagemagick-render-type to the variable's doc.
3872
3873 2012-02-06 Glenn Morris <rgm@gnu.org>
3874
3875 * keymaps.texi (Tool Bar): Mention separators.
3876 (Inheritance and Keymaps):
3877 Mention make-composed-keymap and multiple inheritance.
3878
3879 * modes.texi (Running Hooks): Mention run-hook-wrapped.
3880
3881 * control.texi (Handling Errors):
3882 Mention condition-case-no-debug and with-demoted-errors.
3883
3884 2012-02-05 Chong Yidong <cyd@gnu.org>
3885
3886 * customize.texi (Common Keywords): Minor clarifications.
3887 Document custom-unlispify-remove-prefixes.
3888 (Variable Definitions): Backquotes in defcustom seem to work fine
3889 now. Various other copyedits.
3890 (Simple Types): Copyedits. Document color selector.
3891 (Composite Types): Copyedits.
3892 (Splicing into Lists): Clarifications.
3893
3894 * eval.texi (Backquote): Move from macros.texi.
3895
3896 * macros.texi (Expansion): Minor clarification.
3897 (Backquote): Move node to eval.texi.
3898 (Defining Macros): Move an example from Backquote node.
3899 (Argument Evaluation): No need to mention Pascal.
3900 (Indenting Macros): Add xref to Defining Macros.
3901
3902 2012-02-05 Glenn Morris <rgm@gnu.org>
3903
3904 * debugging.texi (Error Debugging): Mention debug-on-event default.
3905
3906 2012-02-04 Glenn Morris <rgm@gnu.org>
3907
3908 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
3909
3910 * debugging.texi (Error Debugging): Mention debug-on-event.
3911 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
3912
3913 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
3914
3915 * text.texi (Buffer Contents):
3916 Update filter-buffer-substring description.
3917
3918 2012-02-04 Chong Yidong <cyd@gnu.org>
3919
3920 * functions.texi (What Is a Function): Add closures.
3921 Mention "return value" terminology. Add xref for command-execute.
3922 Remove unused "keystroke command" terminology.
3923 (Lambda Expressions): Give a different example than in the
3924 following subsection. Add xref to Anonymous Functions.
3925 (Function Documentation): Remove gratuitous markup.
3926 (Function Names): Move introductory text to `What Is a Function'.
3927 (Defining Functions): Fix defun argument spec.
3928 (Anonymous Functions): Document lambda macro explicitly.
3929 Mention effects on lexical binding.
3930 (Function Cells): Downplay direct usage of fset.
3931 (Closures): New node.
3932 (Inline Functions): Remove "open-code" terminology.
3933 (Declaring Functions): Minor tweak; .m is not C code.
3934
3935 * variables.texi (Variables): Don't refer to "global value".
3936 (Local Variables, Void Variables): Copyedits.
3937 (Lexical Binding): Minor clarification of example.
3938 (File Local Variables): Mention :safe and :risky defcustom args.
3939 (Lexical Binding): Add xref to Closures node.
3940
3941 2012-02-04 Glenn Morris <rgm@gnu.org>
3942
3943 * minibuf.texi (High-Level Completion): Updates for read-color.
3944
3945 2012-02-03 Glenn Morris <rgm@gnu.org>
3946
3947 * display.texi (GIF Images): Mention animation.
3948 Remove commented-out old example of animation.
3949 (Animated Images): New subsection.
3950 * elisp.texi (Top):
3951 * vol1.texi (Top):
3952 * vol2.texi (Top): Add Animated Images menu entry.
3953
3954 * display.texi (Image Formats): Remove oddly specific information
3955 on versions of image libraries.
3956 (GIF Images, TIFF Images): Minor rephrasing.
3957
3958 2012-02-02 Glenn Morris <rgm@gnu.org>
3959
3960 * processes.texi (Synchronous Processes):
3961 Mention call-process's :file gets overwritten.
3962
3963 * commands.texi (Reading One Event):
3964 * help.texi (Help Functions): Document read-char-choice.
3965
3966 * hooks.texi (Standard Hooks):
3967 * modes.texi (Keymaps and Minor Modes):
3968 * text.texi (Commands for Insertion): Document post-self-insert-hook.
3969
3970 * hooks.texi (Standard Hooks): Add prog-mode-hook.
3971
3972 * hooks.texi (Standard Hooks):
3973 * modes.texi (Major Mode Conventions, Mode Hooks):
3974 Document change-major-mode-after-body-hook.
3975
3976 2012-02-01 Glenn Morris <rgm@gnu.org>
3977
3978 * modes.texi (Defining Minor Modes):
3979 Mention disabling global minor modes on a per-major-mode basis.
3980
3981 2012-01-31 Chong Yidong <cyd@gnu.org>
3982
3983 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
3984 (Parser State): Remove unnecessary statement (Bug#10661).
3985
3986 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
3987
3988 2012-01-31 Glenn Morris <rgm@gnu.org>
3989
3990 * modes.texi (Defining Minor Modes):
3991 Document define-minor-mode's new :variable keyword.
3992
3993 2012-01-29 Chong Yidong <cyd@gnu.org>
3994
3995 * syntax.texi (Syntax Class Table): Tweak description of newline
3996 char syntax (Bug#9619).
3997
3998 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
3999 description (Bug#10189).
4000
4001 2012-01-29 Glenn Morris <rgm@gnu.org>
4002
4003 * files.texi (Changing Files): Document SELinux support.
4004
4005 * windows.texi (Window Sizes): Fix typo.
4006
4007 2012-01-28 Chong Yidong <cyd@gnu.org>
4008
4009 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
4010 doc (Bug#8568).
4011
4012 * frames.texi (Input Focus): Add NORECORD arg to
4013 select-frame-set-input-focus. Clarify its role in select-frame.
4014
4015 * text.texi (Transposition): We don't use transpose-region as an
4016 internal subroutine (Bug#3249).
4017
4018 * modes.texi (Example Major Modes): Update Lisp example code to
4019 current sources. Delete the old non-derived-major-mode example,
4020 which has diverged badly from current sources.
4021
4022 2012-01-27 Glenn Morris <rgm@gnu.org>
4023
4024 * makefile.w32-in (texinputdir): Fix (presumed) typo.
4025 (VERSION, manual): Remove, unused.
4026
4027 2012-01-27 Chong Yidong <cyd@gnu.org>
4028
4029 * commands.texi (Command Overview): Minor clarification (Bug#10384).
4030
4031 2012-01-26 Chong Yidong <cyd@gnu.org>
4032
4033 * searching.texi (String Search): Document negative repeat count
4034 (Bug#10507).
4035
4036 2012-01-26 Glenn Morris <rgm@gnu.org>
4037
4038 * variables.texi (Using Lexical Binding):
4039 Mention that lexical-binding should be set in the first line.
4040
4041 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
4042
4043 * macros.texi (Defining Macros): Don't claim that `declare' only
4044 affects Edebug and indentation.
4045
4046 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
4047
4048 * macros.texi (Defining Macros): Slight `declare' fixup.
4049
4050 2012-01-25 Glenn Morris <rgm@gnu.org>
4051
4052 * makefile.w32-in (texinputdir):
4053 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
4054
4055 2012-01-24 Chong Yidong <cyd@gnu.org>
4056
4057 * variables.texi (Variables, Local Variables, Void Variables):
4058 Edit to make the descriptions less specific to dynamic binding.
4059 (Local Variables): Default max-specpdl-size is now 1300.
4060 (Defining Variables): Edits for lexical scoping.
4061 Delete information about starting docstrings with *. De-document
4062 user-variable-p.
4063 (Tips for Defining): Remove an unimportant discussion of quitting
4064 in the middle of a load.
4065 (Accessing Variables, Setting Variables): Discuss lexical binding.
4066 (Variable Scoping): Rewrite.
4067 (Scope, Extent, Impl of Scope): Nodes deleted.
4068 (Dynamic Binding): New node, with material from Scope, Extent, and
4069 Impl of Scope nodes.
4070 (Dynamic Binding Tips): Rename from Using Scoping.
4071 (Lexical Binding): Rewrite.
4072 (Using Lexical Binding): Rename from Converting to Lexical
4073 Binding. Convert to subsection.
4074
4075 * customize.texi (Variable Definitions): Add custom-variable-p.
4076 Move user-variable-p documentation here.
4077
4078 2012-01-23 Chong Yidong <cyd@gnu.org>
4079
4080 * strings.texi (Text Comparison): Minor qualification.
4081
4082 * lists.texi (Cons Cells): Copyedits.
4083 (List Elements): Mention push.
4084 (List Variables): Mention pop.
4085 (Rings): Move to sequences.texi.
4086
4087 * sequences.texi (Sequence Functions): Don't repeat the
4088 introduction already given in the parent.
4089 (Vectors): Copyedits.
4090 (Rings): Move from lists.texi. Note that this is specific to the
4091 ring package.
4092
4093 * symbols.texi (Definitions, Symbol Components): Mention variable
4094 scoping issues.
4095 (Plists and Alists): Copyedits.
4096
4097 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
4098 correctness with lexical scoping.
4099 (Eval): Copyedits.
4100
4101 2012-01-21 Chong Yidong <cyd@gnu.org>
4102
4103 * intro.texi (A Sample Function Description): Special notation
4104 used for macros too.
4105
4106 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
4107 (Symbol Type): Add xref for keyword symbols.
4108 (Sequence Type): Clarify differences between sequence types.
4109 (Cons Cell Type): Add "linked list" index entry.
4110 (Non-ASCII in Strings): Copyedits.
4111 (Equality Predicates): Symbols with same name need not be eq.
4112
4113 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
4114 ldexp. Move float-e and float-pi to Math Functions node.
4115
4116 2012-01-21 Glenn Morris <rgm@gnu.org>
4117
4118 * modes.texi (Auto Major Mode):
4119 * variables.texi (File Local Variables):
4120 Mention inhibit-local-variables-regexps.
4121
4122 2012-01-19 Martin Rudalics <rudalics@gmx.at>
4123
4124 * windows.texi (Window Configurations): Rewrite references to
4125 persistent window parameters.
4126 (Window Parameters): Fix description of persistent window
4127 parameters.
4128
4129 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
4130
4131 * windows.texi (Window Parameters): Use @pxref.
4132
4133 2012-01-16 Martin Rudalics <rudalics@gmx.at>
4134
4135 * windows.texi (Window Configurations, Window Parameters):
4136 Describe persistent window parameters.
4137
4138 2011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
4139
4140 * variables.texi (Creating Buffer-Local): Warn against misuses of
4141 make-variable-buffer-local (bug#10258).
4142
4143 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4144
4145 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
4146
4147 2012-01-06 Chong Yidong <cyd@gnu.org>
4148
4149 * variables.texi (Directory Local Variables):
4150 Document hack-dir-local-variables-non-file-buffer.
4151
4152 2012-01-06 Glenn Morris <rgm@gnu.org>
4153
4154 * maps.texi (Standard Keymaps): Refer to Info-edit by name
4155 rather than by keybinding.
4156
4157 2011-12-29 Juanma Barranquero <lekktu@gmail.com>
4158
4159 * frames.texi (Font and Color Parameters): Add @pxref.
4160
4161 2011-12-29 Daniel Colascione <dan.colascione@gmail.com>
4162
4163 * frames.texi (Font and Color Parameters):
4164 Document w32 font backends (bug#10399).
4165
4166 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
4167
4168 * files.texi (File Attributes, Changing Files):
4169 Use a more-natural notation for octal numbers.
4170
4171 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
4172
4173 * variables.texi (Variables with Restricted Values):
4174 Change reference to variable (bug#10354).
4175
4176 2011-12-13 Martin Rudalics <rudalics@gmx.at>
4177
4178 * windows.texi (Splitting Windows): Use t instead of non-nil
4179 when describing window-combination-resize.
4180
4181 2011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4182
4183 * text.texi (Special Properties): Warn against `intangible' properties
4184 (bug#10222).
4185
4186 2011-11-26 Eli Zaretskii <eliz@gnu.org>
4187
4188 * display.texi (Truncation):
4189 * text.texi (Special Properties): Describe what a stretch-glyph is
4190 instead of using that term without explanation. Make the
4191 cross-references more accurate.
4192
4193 * display.texi (Usual Display): Update the description,
4194 cross-references, and indexing related to display of control
4195 characters and raw bytes.
4196
4197 2011-11-25 Martin Rudalics <rudalics@gmx.at>
4198
4199 * windows.texi (Splitting Windows): Fix description of
4200 window-combination-limit. Suggested by Eli Zaretskii.
4201
4202 2011-11-23 Chong Yidong <cyd@gnu.org>
4203
4204 * windows.texi (Window Sizes): Move window-top-line,
4205 window-left-column, and window-*-pixel-edges to Coordinates and
4206 Windows node.
4207 (Coordinates and Windows): Restore window-edges doc.
4208
4209 2011-11-21 Martin Rudalics <rudalics@gmx.at>
4210
4211 * windows.texi (Windows and Frames, Splitting Windows):
4212 Fix typos.
4213
4214 2011-11-21 Chong Yidong <cyd@gnu.org>
4215
4216 * windows.texi (Splitting Windows): Fix error in documentation of
4217 window-combination-limit.
4218 (Cyclic Window Ordering): Minor fixes to next-window,
4219 one-window-p, and get-lru-window docs. Don't document
4220 window-list-1.
4221 (Buffers and Windows): Copyedits.
4222 (Choosing Window): Document special handling of special-display-*.
4223 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
4224 Don't document even-window-heights, which is going away.
4225 Clarify which options are obeyed by which action functions.
4226
4227 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4228
4229 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
4230
4231 2011-11-20 Martin Rudalics <rudalics@gmx.at>
4232
4233 * windows.texi (Resizing Windows, Splitting Windows):
4234 Remove term "status" when talking about combination limits.
4235
4236 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
4237
4238 * compile.texi (Compiler Errors):
4239 * help.texi (Help Functions): Fix typos.
4240
4241 2011-11-19 Chong Yidong <cyd@gnu.org>
4242
4243 * windows.texi (Splitting Windows): Clarify role of window
4244 parameters in split-window. Shorten the example.
4245 (Deleting Windows): Rewrite intro to handle internal windows.
4246 Fix delete-windows-on doc.
4247 (Selecting Windows): Copyedits.
4248
4249 2011-11-17 Martin Rudalics <rudalics@gmx.at>
4250
4251 * windows.texi (Resizing Windows, Splitting Windows)
4252 (Deleting Windows): Use term window-combination-resize instead
4253 of window-splits.
4254
4255 2011-11-16 Martin Rudalics <rudalics@gmx.at>
4256
4257 * windows.texi (Resizing Windows, Splitting Windows):
4258 Rename occurrences of window-nest to window-combination-limit.
4259
4260 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
4261
4262 * intro.texi (Lisp History): Fix typo.
4263
4264 2011-11-12 Martin Rudalics <rudalics@gmx.at>
4265
4266 * windows.texi (Splitting Windows, Deleting Windows):
4267 Remove references to splits status of windows.
4268
4269 2011-11-10 Glenn Morris <rgm@gnu.org>
4270
4271 * buffers.texi (Read Only Buffers): Expand a bit on why
4272 toggle-read-only should only be used interactively. (Bug#7292)
4273
4274 2011-11-09 Chong Yidong <cyd@gnu.org>
4275
4276 * windows.texi (Window Sizes): Document window-pixel-edges,
4277 window-inside-pixel-edges, window-absolute-pixel-edges, and
4278 window-inside-absolute-pixel-edges.
4279 (Resizing Windows): shrink-window-if-larger-than-buffer works on
4280 non-full-width windows.
4281
4282 2011-11-09 Martin Rudalics <rudalics@gmx.at>
4283
4284 * windows.texi (Resizing Windows): Rewrite documentation of
4285 window-resizable.
4286
4287 2011-11-09 Chong Yidong <cyd@gnu.org>
4288
4289 * windows.texi (Splitting Windows): Simplify example.
4290
4291 2011-11-08 Chong Yidong <cyd@gnu.org>
4292
4293 * windows.texi (Window Sizes): Copyedits. Document
4294 window-text-height. Remove window-min-height and window-min-width
4295 discussion, referring instead to Emacs manual.
4296 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
4297 (Resizing Windows): Simplify introduction. Don't document
4298 enlarge-window, shrink-window, enlarge-window-horizontally, and
4299 shrink-window-horizontally; they are no longer preferred for
4300 calling from Lisp, and are already documented in the Emacs manual.
4301
4302 2011-11-07 Glenn Morris <rgm@gnu.org>
4303
4304 * windows.texi (Choosing Window): Fix keybinding typo.
4305
4306 2011-11-07 Martin Rudalics <rudalics@gmx.at>
4307
4308 * windows.texi (Resizing Windows, Splitting Windows)
4309 (Window Configurations): Use "child window" instead of
4310 "subwindow".
4311
4312 2011-11-06 Chong Yidong <cyd@gnu.org>
4313
4314 * windows.texi (Basic Windows): Clarify various definitions.
4315 Treat window-normalize-* as internal; don't document them.
4316 (Windows and Frames): Various clarifications, e.g. non-live
4317 windows also belong to frames. Fix window-list description.
4318 Simplify window nesting example.
4319 (Splitting Windows, Window Configurations):
4320 Use split-window-below.
4321
4322 2011-11-04 Eli Zaretskii <eliz@gnu.org>
4323
4324 * windows.texi (Window Sizes): Mention in the doc string that the
4325 return values of `window-body-height' and `window-body-width' are
4326 in frame's canonical units. (Bug#9949)
4327
4328 2011-10-30 Martin Rudalics <rudalics@gmx.at>
4329
4330 * windows.texi (Windows and Frames): Remove "iso-" infix from
4331 documentation of window-iso-combined-p.
4332
4333 2011-10-26 Chong Yidong <cyd@gnu.org>
4334
4335 * modes.texi (Running Hooks): Document with-wrapper-hook.
4336
4337 2011-10-18 Chong Yidong <cyd@gnu.org>
4338
4339 * display.texi (Glyphless Chars): New node.
4340
4341 2011-10-13 Chong Yidong <cyd@stupidchicken.com>
4342
4343 * text.texi (Yanking): Document yank-excluded-properties.
4344
4345 * package.texi (Packaging Basics): The commentary should say how
4346 to begin using the package.
4347
4348 2011-10-11 Martin Rudalics <rudalics@gmx.at>
4349
4350 * windows.texi (Deleting Windows): Mention which window gets
4351 selected when deleting the selected window.
4352
4353 2011-10-09 Martin Rudalics <rudalics@gmx.at>
4354
4355 * buffers.texi (The Buffer List): Describe how bury-buffer deals
4356 with the selected window.
4357 * windows.texi (Buffers and Windows): Reformulate text on how
4358 replace-buffer-in-windows deals with a window.
4359 (Quitting Windows): Describe how quit-window deals with a
4360 standalone frame. Describe new option frame-auto-hide-function.
4361
4362 2011-10-08 Glenn Morris <rgm@gnu.org>
4363
4364 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
4365
4366 * positions.texi (Excursions): Update warning message.
4367
4368 2011-10-05 Chong Yidong <cyd@stupidchicken.com>
4369
4370 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
4371 Fix Emacs manual xref (Bug#9675).
4372
4373 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
4374
4375 * windows.texi (Textual Scrolling): Document scroll-up-command,
4376 scroll-down-command, scroll-error-top-bottom, and the
4377 scroll-command symbol property.
4378 (Display Action Functions): Fix description of
4379 display-buffer-pop-up-window.
4380
4381 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
4382
4383 * windows.texi (Splitting Windows): Fix typos.
4384
4385 2011-09-25 Martin Rudalics <rudalics@gmx.at>
4386
4387 * windows.texi (Windows and Frames, Display Action Functions)
4388 (Switching Buffers): Fix some typos.
4389 (Buffers and Windows): Remove reference to window-auto-delete.
4390 Reword description of replace-buffer-in-windows.
4391 (Window History): Fix some typos and refer to frame local buffer
4392 list.
4393 (Quitting Windows): New node.
4394 (Window Configurations): Add descriptions of window-state-get
4395 and window-state-put.
4396 (Window Parameters): Describe variable ignore-window-parameters.
4397 Sketch some window parameters currently in use.
4398 * elisp.texi (Top): Update node listing.
4399
4400 2011-09-25 Chong Yidong <cyd@stupidchicken.com>
4401
4402 * windows.texi (Display Action Functions)
4403 (Choosing Window Options): New nodes.
4404
4405 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
4406
4407 * windows.texi (Window History): New node. Move text here from
4408 Buffers and Windows.
4409 (Switching Buffers): Rename from Displaying Buffers, since we
4410 don't document display-buffer here; callers changed.
4411 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
4412 switch-to-buffer-other-frame. Delete duplicate
4413 replace-buffer-in-windows doc.
4414 (Choosing Window): Document display actions.
4415
4416 2011-09-24 Eli Zaretskii <eliz@gnu.org>
4417
4418 * display.texi (Forcing Redisplay): Update the description of
4419 redisplay-dont-pause due to change in the default value.
4420
4421 2011-09-23 Martin Rudalics <rudalics@gmx.at>
4422
4423 * frames.texi (Frames and Windows): Move section and rename to
4424 Windows and Frames in windows.texi.
4425 * windows.texi (Windows): Restructure.
4426 (Basic Windows): Rewrite. Explain live and internal windows and
4427 normalization functions.
4428 (Windows and Frames): Move section here from frames.texi.
4429 Describe subwindows, window combinations, window tree, and
4430 corresponding functions including window-list here.
4431 (Window Sizes): Rename section from Size of Window and move it
4432 up in chapter. Describe total and body sizes and the
4433 corresponding functions. Explain new semantics of
4434 window-min-height/-width.
4435 (Resizing Windows): Move section up in chapter. Describe new
4436 resize functions.
4437 (Splitting Windows): Describe new behavior of split-window,
4438 split-window-above-each-other and split-window-side-by-side.
4439 Provide examples. Describe window-nest and window-splits
4440 options.
4441 (Deleting Windows): Minor rewrite.
4442 (Selecting Windows): Minor rewrite.
4443 Describe frame-selected-window and set-frame-selected-window here.
4444 (Cyclic Window Ordering): Minor rewrite.
4445 Describe window-list-1.
4446 (Buffers and Windows): Rewrite. Explain a window's previous and
4447 next buffers and the corresponding functions.
4448 (Window Tree): Merge into Windows and Frames section.
4449 * elisp.texi (Top): Update node listings for frames and windows
4450 sections.
4451
4452 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4453
4454 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
4455
4456 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4457
4458 * errors.texi (Standard Errors): Remove apparent placeholder text
4459 (bug#9491).
4460
4461 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
4462
4463 * frames.texi (Management Parameters): Fix description of
4464 icon-type parameter.
4465
4466 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
4467
4468 * tips.texi (Key Binding Conventions): Don't bind a key sequence
4469 ending in C-g. Suggested by Edward O'Connor.
4470
4471 2011-09-17 Eli Zaretskii <eliz@gnu.org>
4472
4473 * numbers.texi (Integer Basics): Add indexing for
4474 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
4475
4476 2011-09-14 Dani Moncayo <dmoncayo@gmail.com>
4477
4478 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
4479
4480 2011-09-11 Juanma Barranquero <lekktu@gmail.com>
4481
4482 * processes.texi (Network Servers): Clarify what the process
4483 buffer is used for (bug#9233).
4484
4485 2011-08-30 Dani Moncayo <dmoncayo@gmail.com>
4486
4487 * lists.texi (Building Lists): Fix typo.
4488
4489 2011-08-30 Chong Yidong <cyd@stupidchicken.com>
4490
4491 * display.texi (Basic Faces): New node. Document new faces.
4492
4493 * modes.texi (Major Mode Conventions): Move some text there.
4494 (Mode Help): Remove major-mode var, duplicated in Major Modes.
4495
4496 2011-08-29 Chong Yidong <cyd@stupidchicken.com>
4497
4498 * modes.texi (Basic Major Modes): New node. Callers updated.
4499 (Major Modes): Document fundamental-mode and major-mode.
4500 (Major Mode Basics): Node deleted; text moved to Major Modes.
4501 (Derived Modes): Document derived-mode-p.
4502
4503 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
4504
4505 * files.texi (Changing Files, Create/Delete Dirs): Document new
4506 arguments for delete-file, delete-directory, and copy-directory.
4507 (Visiting Functions): Remove view-file; it is documented in the
4508 Emacs manual.
4509
4510 * frames.texi (Layout Parameters): The defaults for the
4511 menu-bar-lines and tool-bar-lines parameters depend on the mode.
4512
4513 * display.texi (Progress): Document spinner functionality.
4514
4515 * os.texi (Killing Emacs): Note that kill-emacs can be called by
4516 operating system signals. Refer to save-buffers-kill-terminal
4517 instead of save-buffers-kill-emacs.
4518
4519 * objects.texi (Symbol Type): Document ## print representation.
4520
4521 2011-08-25 Eli Zaretskii <eliz@gnu.org>
4522
4523 * display.texi (Specified Space): Mention that `space' specs
4524 influence bidi reordering.
4525 (Bidirectional Display): Explain how to use `(space . PROPS)' for
4526 separating fields with bidirectional content.
4527
4528 2011-08-24 Eli Zaretskii <eliz@gnu.org>
4529
4530 * display.texi (Bidirectional Display): Document return value in
4531 buffers that are not bidi-reordered for display, and in unibyte
4532 buffers.
4533
4534 2011-08-23 Eli Zaretskii <eliz@gnu.org>
4535
4536 * nonascii.texi (Character Properties): Document the values for
4537 unassigned codepoints.
4538
4539 2011-08-18 Eli Zaretskii <eliz@gnu.org>
4540
4541 * nonascii.texi (Character Properties): Document use of
4542 `bidi-class' and `mirroring' properties as part of reordering.
4543 Provide cross-references to "Bidirectional Display".
4544
4545 * display.texi (Bidirectional Display): Document the pitfalls of
4546 concatenating strings with bidirectional content, with possible
4547 solutions. Document bidi-string-mark-left-to-right.
4548 Mention paragraph direction in modes that inherit from prog-mode.
4549 Document use of `bidi-class' and `mirroring' properties as part of
4550 reordering.
4551
4552 2011-08-16 Eli Zaretskii <eliz@gnu.org>
4553
4554 * modes.texi (Major Mode Conventions): Improve the documentation
4555 of `mode-class' `special' modes.
4556
4557 * nonascii.texi (Character Properties): Document the `mirroring'
4558 property. Add index entries.
4559
4560 * syntax.texi (Categories): Add an example of defining a new
4561 category and category table.
4562
4563 * searching.texi (Regexp Backslash): Document how to display
4564 existing categories. Mention the possibility of adding
4565 categories, and add an xref to where this is described. Add an
4566 index entry.
4567
4568 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
4569
4570 * text.texi (Special Properties):
4571 * display.texi (Overlay Properties): Note that mouse-face cannot
4572 change the text size (Bug#8530).
4573
4574 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
4575
4576 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
4577 using setenv instead.
4578
4579 2011-07-28 Eli Zaretskii <eliz@gnu.org>
4580
4581 * display.texi (Bidirectional Display): Document the fact that
4582 bidi-display-reordering is t by default.
4583
4584 2011-07-23 Eli Zaretskii <eliz@gnu.org>
4585
4586 * display.texi (Bidirectional Display): New section.
4587
4588 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4589 Tim Cross <theophilusx@gmail.com> (tiny change)
4590 Glenn Morris <rgm@gnu.org>
4591
4592 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
4593
4594 2011-07-15 Andreas Schwab <schwab@linux-m68k.org>
4595
4596 * help.texi (Keys in Documentation): Revert last change.
4597
4598 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4599
4600 * help.texi (Keys in Documentation): Clarify that \= only quotes
4601 the next character, and doesn't affect longer sequences in
4602 particular (bug#8935).
4603
4604 * debugging.texi (Using Debugger):
4605 Mention @code{eval-expression-debug-on-error} (bug#8549).
4606
4607 2011-07-14 Eli Zaretskii <eliz@gnu.org>
4608
4609 * display.texi (Other Display Specs): Document that `left-fringe'
4610 and `right-fringe' display specifications are of the "replacing"
4611 kind.
4612
4613 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4614
4615 * help.texi (Documentation Basics): Add a link to the Function
4616 Documentation node (bug#6580).
4617
4618 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4619
4620 * keymaps.texi (Menu Bar): Mention :visible and :enable
4621 (bug#6344). Text by Drew Adams.
4622
4623 * modes.texi (Running Hooks): Mention buffer-local hook variables
4624 (bug#6218).
4625
4626 * objects.texi (General Escape Syntax): "a with grave accent" is
4627 ?xe0, not ?x8e0 (bug#5259).
4628
4629 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
4630
4631 * display.texi (Face Attributes, Font Selection): Add references
4632 to the Fonts node in the Emacs manual (Bug#4178).
4633
4634 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
4635
4636 * display.texi (Window Systems): `window-system' is
4637 terminal-local.
4638
4639 * frames.texi (Frame Parameters, Parameter Access): Don't mention
4640 frame-local variables.
4641
4642 * variables.texi (Buffer-Local Variables): Don't mention obsolete
4643 frame-local variables.
4644 (Frame-Local Variables): Node deleted.
4645
4646 * elisp.texi (Top): Update node listing.
4647
4648 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4649
4650 * elisp.texi: Change "inferiors" to "subnodes" in three places
4651 (bug#3523).
4652
4653 2011-07-11 Chong Yidong <cyd@stupidchicken.com>
4654
4655 * frames.texi (Window System Selections): Discussion of
4656 x-select-enable-clipboard moved to Emacs manual.
4657
4658 2011-07-11 Deniz Dogan <deniz@dogan.se>
4659
4660 * commands.texi (Prefix Command Arguments): Remove excessive
4661 apostrophe.
4662
4663 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4664
4665 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
4666 description is a string (bug#3313).
4667
4668 * frames.texi (Display Feature Testing): Try to explain what all
4669 the visual classes mean (bug#3042).
4670
4671 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4672
4673 * modes.texi (Mode Line Variables): Document `mode-line-remote'
4674 and `mode-line-client' (bug#2974).
4675
4676 * text.texi (Insertion): Clarify marker movements (bug#1651).
4677 Text from Drew Adams.
4678
4679 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4680
4681 * text.texi (Special Properties): Clarify the format of `face'
4682 (bug#1375).
4683
4684 * commands.texi (Interactive Call): Add a `call-interactively'
4685 example (bug#1010).
4686
4687 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4688
4689 * functions.texi (Calling Functions): Link to the "Interactive
4690 Call" node (bug#1001).
4691
4692 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
4693
4694 * customize.texi (Composite Types): Move alist and plist to here
4695 from Simple Types (Bug#7545).
4696
4697 * elisp.texi (Top): Update menu description.
4698
4699 * display.texi (Face Attributes): Document negative line widths
4700 (Bug#6113).
4701
4702 2011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
4703
4704 * searching.texi (Match Data): Note that match data can be
4705 overwritten by most functions (bug#2499).
4706
4707 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4708
4709 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
4710 flags mean (bug#6659).
4711
4712 * functions.texi (What Is a Function): Document the autoload
4713 object (bug#6496).
4714
4715 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4716
4717 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
4718 is only used in the Customize user interface (bug#6089).
4719
4720 * display.texi (Showing Images): Mention the point of sliced
4721 images (bug#7836).
4722
4723 2011-07-02 Eli Zaretskii <eliz@gnu.org>
4724
4725 * variables.texi (Defining Variables, Void Variables)
4726 (Constant Variables): Fix incorrect usage of @kindex.
4727
4728 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4729
4730 * variables.texi (Defining Variables): Add an index entry for
4731 `set-variable' (bug#7262).
4732 (Defining Variables): Use @findex for functions.
4733
4734 * frames.texi (Basic Parameters): Document the `explicit-name'
4735 parameter (bug#6951).
4736
4737 * customize.texi (Type Keywords): Clarify that :value provides a
4738 default value for all types (bug#7386).
4739
4740 * streams.texi (Output Functions): Document `pp'.
4741
4742 2011-06-25 Chong Yidong <cyd@stupidchicken.com>
4743
4744 * keymaps.texi (Searching Keymaps):
4745 * display.texi (Overlay Properties): Fix errors in 2011-05-29
4746 change. Suggested by Johan Bockgård.
4747
4748 2011-06-15 Chong Yidong <cyd@stupidchicken.com>
4749
4750 * text.texi (Special Properties): Clarify role of font-lock-face.
4751
4752 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4753
4754 * processes.texi (Process Information): Rename `process-alive-p'
4755 to `process-live-p' for consistency with other `-live-p' functions.
4756
4757 2011-06-03 Paul Eggert <eggert@cs.ucla.edu>
4758
4759 Document wide integers better.
4760 * files.texi (File Attributes): Document ino_t values better.
4761 ino_t values no longer map to anything larger than a single cons.
4762 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations)
4763 (Bitwise Operations):
4764 * objects.texi (Integer Type): Use a binary notation that is a bit easier
4765 to read, and that will port better if 62-bits becomes the default.
4766 Fix or remove incorrect examples.
4767 * os.texi (Time Conversion): Document time_t values better.
4768
4769 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4770
4771 * processes.texi (Process Information):
4772 Document `process-alive-p'.
4773
4774 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
4775
4776 * help.texi (Accessing Documentation):
4777 * display.texi (Pixel Specification):
4778 * processes.texi (Serial Ports, Serial Ports):
4779 * nonascii.texi (Character Properties, Default Coding Systems):
4780 * text.texi (Changing Properties, Special Properties):
4781 * windows.texi (Window Start and End):
4782 * modes.texi (SMIE Indentation Example, SMIE Tricks):
4783 * keymaps.texi (Searching Keymaps, Tool Bar):
4784 * minibuf.texi (Basic Completion):
4785 * compile.texi (Eval During Compile):
4786 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
4787 7x9 paper in printed manual.
4788
4789 * lists.texi (Sets And Lists): Fix misplaced text.
4790
4791 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
4792
4793 * keymaps.texi (Remapping Commands): Emphasize that the keymap
4794 needs to be active (Bug#8350).
4795
4796 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
4797
4798 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
4799
4800 * tips.texi (Coding Conventions): Remove antediluvian filename
4801 limit recommendation (Bug#8538).
4802
4803 2011-05-27 Glenn Morris <rgm@gnu.org>
4804
4805 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
4806
4807 2011-05-26 Glenn Morris <rgm@gnu.org>
4808
4809 * variables.texi (File Local Variables):
4810 Update hack-local-variables `mode-only' return value.
4811 Add some more details on what this function does in the other case.
4812
4813 2011-05-19 Glenn Morris <rgm@gnu.org>
4814
4815 * lists.texi (Sets And Lists): Mention cl provides union etc.
4816
4817 2011-05-19 Nix <nix@esperi.org.uk>
4818
4819 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
4820
4821 * text.texi (Parsing HTML): Update for function name changes.
4822
4823 * syntax.texi (Syntax Flags): Small fix.
4824
4825 * keymaps.texi (Active Keymaps): Typo fix.
4826 (Changing Key Bindings): Grammar fix.
4827
4828 * frames.texi (Minibuffers and Frames): Grammar fix.
4829 (Window System Selections): x-select-enable-clipboard now defaults to t.
4830
4831 * customize.texi (Common Keywords):
4832 * display.texi (Abstract Display):
4833 * modes.texi (Auto-Indentation):
4834 * nonascii.texi (Converting Representations): Typo fixes.
4835
4836 * control.texi (Examples of Catch): Call it "goto" not "go to".
4837
4838 2011-05-14 Eli Zaretskii <eliz@gnu.org>
4839
4840 * nonascii.texi (Character Properties): Fix inconsistencies with
4841 implementation.
4842
4843 * text.texi (Special Properties): Move @defvar's out of the
4844 @table. (Bug#8652)
4845
4846 2011-05-12 Glenn Morris <rgm@gnu.org>
4847
4848 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
4849
4850 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4851
4852 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
4853 (Multiline Font Lock):
4854 * vol2.texi (Top):
4855 * vol1.texi (Top):
4856 * elisp.texi (Top): Update menu accordingly.
4857
4858 2011-05-12 Drew Adams <drew.adams@oracle.com>
4859
4860 * modes.texi (Region to Fontify): Fix typo.
4861
4862 2011-05-10 Jim Meyering <meyering@redhat.com>
4863
4864 * minibuf.texi: Fix typo "in in -> in".
4865
4866 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
4867
4868 * numbers.texi (Integer Basics): Large integers are treated as floats.
4869
4870 2011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4871
4872 * processes.texi (Synchronous Processes): Document the (:file
4873 "/file-name") syntax for `call-process'.
4874
4875 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
4876
4877 * windows.texi (Choosing Window): Fix typo.
4878
4879 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
4880
4881 * frames.texi (Layout Parameters): Note the difference between
4882 querying and setting parameters for left-fringe and right-fringe
4883 (Bug#6930).
4884
4885 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4886
4887 * minibuf.texi (Basic Completion): Be a bit more precise about the
4888 valid kinds of completion tables.
4889 (Programmed Completion): Remove obsolete text about lambda expressions
4890 not being valid completion tables.
4891
4892 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
4893
4894 * positions.texi (Excursions): Explain the "save-excursion
4895 defeated by set-buffer" warning.
4896
4897 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
4898 save-excursion. Suggested by Uday S Reddy.
4899
4900 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4901
4902 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
4903 (Lexical Binding): New sub-section.
4904
4905 * eval.texi (Eval): Discourage the use of `eval'.
4906 Document its new `lexical' argument.
4907
4908 2011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4909
4910 * commands.texi (Command Overview): `post-command-hook' is not reset to
4911 nil any more.
4912
4913 2011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
4914
4915 * strings.texi (String Conversion): Don't mention
4916 string-make-(uni|multi)byte (bug#8262).
4917 * nonascii.texi (Converting Representations): Fix up range.
4918 * keymaps.texi (Key Binding Commands): Update code point, avoid
4919 "unibyte character" and remove mention of unibyte bindings.
4920
4921 2011-03-10 Eli Zaretskii <eliz@gnu.org>
4922
4923 * modes.texi (Operator Precedence Grammars): Don't use characters
4924 outside ISO-8859-1.
4925
4926 2011-03-09 Eli Zaretskii <eliz@gnu.org>
4927
4928 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
4929
4930 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
4931
4932 2011-03-08 Glenn Morris <rgm@gnu.org>
4933
4934 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
4935 * intro.texi (Acknowledgements): Names to UTF-8.
4936 * elisp.texi: Set documentencoding.
4937
4938 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
4939
4940 * Version 23.3 released.
4941
4942 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
4943
4944 * package.texi: Update index keywords.
4945 (Package Archives): New node contents. Document package-x.el.
4946
4947 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
4948
4949 * makefile.w32-in (srcs): Add package.texi.
4950
4951 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
4952
4953 * package.texi (Packaging, Packaging Basics, Simple Packages)
4954 (Multi-file Packages): Expand and clarify.
4955 (Package Archives): Temporary placeholder node.
4956
4957 * elisp.texi (Top): Update node listing.
4958
4959 * Makefile.in (srcs): Add package.texi.
4960
4961 2011-03-05 Chong Yidong <cyd@stupidchicken.com>
4962
4963 * processes.texi (Synchronous Processes): Minor clarification
4964 (Bug#8149).
4965
4966 2011-03-03 Glenn Morris <rgm@gnu.org>
4967
4968 * files.texi (Truenames): Minor clarification. (Bug#2341)
4969
4970 2011-03-01 Glenn Morris <rgm@gnu.org>
4971
4972 * variables.texi (Directory Local Variables):
4973 Mention `(subdirs . nil)' alist element.
4974
4975 2011-02-28 Glenn Morris <rgm@gnu.org>
4976
4977 * variables.texi (Directory Local Variables): Mention the optional
4978 mtime argument of dir-locals-set-directory-class. (Bug#3577)
4979
4980 2011-02-27 Chong Yidong <cyd@stupidchicken.com>
4981
4982 * minibuf.texi (Minibuffer History): Clarify discussion of
4983 minibuffer history lists (Bug#8085).
4984
4985 2011-02-19 Eli Zaretskii <eliz@gnu.org>
4986
4987 * elisp.texi: Sync @dircategory with ../../info/dir.
4988
4989 * files.texi (Visiting Functions): Document find-file-literally,
4990 both the command and the variable.
4991
4992 * variables.texi (Creating Buffer-Local): Explain the meaning of
4993 permanent local variables.
4994
4995 * files.texi (Visiting Functions): Document find-file-literally,
4996 both the command and the variable.
4997
4998 * variables.texi (Creating Buffer-Local): Explain the meaning of
4999 permanent local variables.
5000
5001 2011-02-19 Glenn Morris <rgm@gnu.org>
5002
5003 * keymaps.texi (Remapping Commands): Mention how to undo it.
5004
5005 2011-02-09 Reuben Thomas <rrt@sc3d.org>
5006
5007 * loading.texi (Hooks for Loading): Remove unnecessary advice
5008 about eval-after-load (Bug#7986).
5009
5010 2011-02-05 Chong Yidong <cyd@stupidchicken.com>
5011
5012 * commands.texi (Accessing Mouse): Note that a header line is not
5013 included in the row of posn-col-row.
5014
5015 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
5016
5017 * modes.texi (Major Mode Conventions): Add face guidelines.
5018 (Faces for Font Lock): List faces in order of prominence.
5019
5020 2011-02-01 Paul Eggert <eggert@cs.ucla.edu>
5021
5022 format-time-string now supports subsecond time stamp resolution
5023 * os.texi (Time Parsing): Document %N.
5024
5025 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
5026
5027 * vol1.texi (Top):
5028 * vol2.texi (Top):
5029 * elisp.texi (Top):
5030 * display.texi (Display Property): Shorten the menu description of
5031 the "Other Display Specs" node (Bug#7816).
5032
5033 * keymaps.texi (Defining Menus): Add "menu item" and "extended
5034 menu item" concept index entries (Bug#7805).
5035
5036 2011-01-29 Eli Zaretskii <eliz@gnu.org>
5037
5038 * makefile.w32-in (texinfodir): New variable.
5039 (usermanualdir): Remove as redundant with $(emacsdir).
5040 (MAKEINFO): Remove options, leave only program name.
5041 (MAKEINFO_OPTS): New variable.
5042 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
5043
5044 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
5045 Richard Kim <emacs18@gmail.com>
5046
5047 * loading.texi (Library Search): Document list-load-path-shadows
5048 (Bug#7757).
5049
5050 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
5051
5052 * searching.texi (Regexp Special): Remove outdated discussion of
5053 character sets (Bug#7780).
5054
5055 * frames.texi (Pop-Up Menus): Document where menu title comes
5056 from (Bug#7684).
5057
5058 2011-01-25 Glenn Morris <rgm@gnu.org>
5059
5060 * display.texi (Making Buttons): Mention limitation of text buttons.
5061
5062 2011-01-23 Werner Lemberg <wl@gnu.org>
5063
5064 * Makefile.in (MAKEINFO): Now controlled by `configure'.
5065 (MAKEINFO_OPTS): New variable. Use it where appropriate.
5066 (ENVADD): New variable to control texi2dvi and texi2pdf.
5067
5068 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
5069
5070 * files.texi (Directory Names): Move directory-abbrev-alist doc to
5071 Emacs manual.
5072
5073 2011-01-15 Eli Zaretskii <eliz@gnu.org>
5074
5075 * files.texi (Directory Names): Explain why FROM in
5076 directory-abbrev-alist should begin with \`. (Bug#7777)
5077
5078 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
5079
5080 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
5081
5082 2011-01-02 Eli Zaretskii <eliz@gnu.org>
5083
5084 * modes.texi (Emulating Mode Line): Fix last change.
5085
5086 2011-01-02 Eli Zaretskii <eliz@gnu.org>
5087
5088 * modes.texi (Emulating Mode Line): Update documentation of
5089 format-mode-line according to changes that fixed bug #7587.
5090
5091 2010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
5092
5093 * modes.texi (Derived Modes): Mention prog-mode.
5094
5095 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
5096 of the key-binding-data cache since we don't use it any more.
5097
5098 2010-12-13 Eli Zaretskii <eliz@gnu.org>
5099
5100 * processes.texi (Shell Arguments):
5101 * strings.texi (Creating Strings): Don't mention "shell commands";
5102 make it explicit that `split-string-and-unquote' and
5103 `combine-and-quote-strings' are mainly for working with arguments
5104 to call-process and start-process.
5105
5106 * processes.texi (Shell Arguments): Fix documentation of
5107 `split-string-and-unquote'. Add indexing. (Bug#7563)
5108
5109 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5110
5111 * modes.texi (Auto-Indentation): New section to document SMIE.
5112 (Major Mode Conventions):
5113 * text.texi (Mode-Specific Indent): Refer to it.
5114
5115 2010-12-13 Eli Zaretskii <eliz@gnu.org>
5116
5117 * display.texi (Other Display Specs): Document left-fringe and
5118 right-fringe display specs.
5119
5120 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5121
5122 * backups.texi (Making Backups):
5123 * modes.texi (Example Major Modes): Use recommended coding style.
5124 (Major Mode Basics, Derived Modes): Encourge more strongly use of
5125 define-derived-mode. Mention completion-at-point-functions.
5126
5127 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
5128
5129 * nonascii.texi (Converting Representations):
5130 Document byte-to-string.
5131
5132 2010-12-08 Glenn Morris <rgm@gnu.org>
5133
5134 * buffers.texi (Modification Time):
5135 verify-visited-file-modtime now defaults to the current buffer.
5136
5137 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
5138
5139 * nonascii.texi (Converting Representations): Document byte-to-string.
5140
5141 * strings.texi (Creating Strings): Don't mention semi-obsolete
5142 function char-to-string.
5143 (String Conversion): Shorten discussion of semi-obsolete function
5144 string-to-char. Link to Converting Representations.
5145
5146 * objects.texi (Symbol Type):
5147 * text.texi (Near Point):
5148 * help.texi (Help Functions):
5149 * functions.texi (Mapping Functions): Use string instead of
5150 char-to-string in examples.
5151
5152 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
5153
5154 * text.texi (Kill Functions, Kill Functions)
5155 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
5156 YANK-HANDLER args.
5157
5158 * symbols.texi (Creating Symbols): Using unintern without an
5159 obarray arg is now obsolete.
5160
5161 * numbers.texi (Float Basics): Document float-e and float-pi.
5162
5163 * variables.texi (Defining Variables): Change "pi" example to
5164 "float-pi".
5165
5166 2010-11-26 Eli Zaretskii <eliz@gnu.org>
5167
5168 * commands.texi (Click Events): Document the values of X, Y and
5169 COL, ROW in the event's position, when the click is on the header
5170 or mode line, on the fringes, or in the margins.
5171
5172 2010-11-17 Eli Zaretskii <eliz@gnu.org>
5173
5174 * customize.texi (Composite Types): Lower-case index entry.
5175
5176 * loading.texi (How Programs Do Loading):
5177 Document load-file-name. (Bug#7346)
5178
5179 2010-11-17 Glenn Morris <rgm@gnu.org>
5180
5181 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
5182
5183 2010-11-13 Eli Zaretskii <eliz@gnu.org>
5184
5185 * display.texi (Usual Display): Characters with no fonts are not
5186 necessarily displayed as empty boxes.
5187
5188 2010-10-31 Glenn Morris <rgm@gnu.org>
5189
5190 * maps.texi (Standard Keymaps): Update File menu description.
5191
5192 2010-10-28 Glenn Morris <rgm@gnu.org>
5193
5194 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
5195
5196 2010-10-24 Eli Zaretskii <eliz@gnu.org>
5197
5198 * display.texi (Window Systems): Deprecate use of window-system as
5199 a predicate.
5200
5201 2010-10-23 Glenn Morris <rgm@gnu.org>
5202
5203 * help.texi (Documentation Basics): Remove mentions of digest-doc and
5204 sorted-doc.
5205
5206 2010-10-15 Eli Zaretskii <eliz@gnu.org>
5207
5208 * os.texi (Dynamic Libraries): New node, with slightly modified
5209 text deleted from "Image Formats".
5210 (System Interface): Add @menu entry for "Dynamic Libraries".
5211
5212 * display.texi (Image Formats): Remove description of
5213 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
5214
5215 2010-10-12 Glenn Morris <rgm@gnu.org>
5216
5217 * book-spine.texinfo: Rename to book-spine.texi.
5218
5219 2010-10-11 Glenn Morris <rgm@gnu.org>
5220
5221 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
5222
5223 * Makefile.in (DVIPS): New variable.
5224 (.PHONY): Add html, ps.
5225 (html, elisp.html, ps, elisp.ps): New targets.
5226 (clean): Delete html, ps files.
5227 ($(infodir)/elisp): Remove unnecessary includes.
5228
5229 2010-10-09 Eli Zaretskii <eliz@gnu.org>
5230
5231 * makefile.w32-in (emacsdir): New variable.
5232 (srcs): Add emacsver.texi.
5233 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
5234
5235 2010-10-09 Glenn Morris <rgm@gnu.org>
5236
5237 * Makefile.in (VPATH): Remove.
5238 (infodir): Make it absolute.
5239 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
5240
5241 * Makefile.in (dist): Anchor regexps.
5242
5243 * Makefile.in (srcs): Put elisp.texi first.
5244 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
5245
5246 * Makefile.in (infoclean): Remove harmless, long-standing error.
5247
5248 * Makefile.in ($(infodir)): Delete rule.
5249 (mkinfodir): New.
5250 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
5251
5252 * Makefile.in (dist): Remove reference to emacsver.texi.in.
5253 Also copy emacsver.texi, and edit $emacsdir.
5254
5255 2010-10-09 Glenn Morris <rgm@gnu.org>
5256
5257 * Makefile.in (emacsdir): New variable.
5258 (MAKEINFO): Add -I $emacsdir.
5259 (dist): Copy emacsver.texi.
5260 (srcs): Add emacsver.texi.
5261
5262 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
5263 Set EMACSVER by including emacsver.texi.
5264
5265 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
5266
5267 2010-10-07 Glenn Morris <rgm@gnu.org>
5268
5269 * Makefile.in (version): New, set by configure.
5270 (clean): Delete dist tar file.
5271 (dist): Use version in tar name.
5272
5273 2010-10-06 Glenn Morris <rgm@gnu.org>
5274
5275 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
5276 (INSTALL_INFO): Remove unused variable.
5277 (mostlyclean, infoclean, dist): New rules.
5278 (clean): Delete dvi and pdf files.
5279 (maintainer-clean): Remove elisp.oaux, use infoclean.
5280 ($(infodir)): Add parallel build workaround.
5281
5282 2010-10-04 Glenn Morris <rgm@gnu.org>
5283
5284 * Makefile.in (dvi, pdf, $(infodir)): New targets.
5285 ($(infodir)/elisp): Ensure target directory exists. Use $@.
5286 Fix -I typo.
5287 (clean): No 'make.out' or 'core' files.
5288 (.PHONY): Declare clean rules.
5289 (maintainer-clean): Delete pdf file. Guard against cd failures.
5290
5291 2010-10-03 Glenn Morris <rgm@gnu.org>
5292
5293 * files.texi (File Name Components): Remove ignored section about
5294 deleted variable directory-sep-char.
5295
5296 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
5297
5298 * files.texi (Magic File Names): New defopt
5299 remote-file-name-inhibit-cache.
5300
5301 2010-10-02 Glenn Morris <rgm@gnu.org>
5302
5303 * os.texi (Killing Emacs): Hook now runs in batch mode.
5304
5305 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
5306
5307 * text.texi (Special Properties): Clarify when modification-hooks run.
5308
5309 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5310
5311 * syntax.texi (Syntax Flags): Document new `c' flag.
5312
5313 2010-09-09 Glenn Morris <rgm@gnu.org>
5314
5315 * display.texi (ImageMagick Images): General cleanup.
5316
5317 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
5318
5319 * files.texi (Directory Names): Use \` rather than ^.
5320
5321 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
5322
5323 * text.texi (Low-Level Kill Ring):
5324 * frames.texi (Window System Selections): Remove cut buffer
5325 documentation.
5326
5327 2010-08-28 Eli Zaretskii <eliz@gnu.org>
5328
5329 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
5330 Parameters", where the default fringe width is described.
5331
5332 * frames.texi (Window Frame Parameters, Basic Parameters)
5333 (Position Parameters, Layout Parameters, Management Parameters)
5334 (Cursor Parameters, Font and Color Parameters): Add indexing for
5335 frame parameters. (Bug#6929)
5336
5337 2010-08-25 Tom Tromey <tromey@redhat.com>
5338
5339 * vol2.texi (Top): Update.
5340 * vol1.texi (Top): Update.
5341 * tips.texi (Library Headers): Mention Package-Version and
5342 Package-Requires.
5343 * package.texi: New file.
5344 * os.texi (System Interface): Update pointers.
5345 * elisp.texi (Top): Link to new nodes. Include package.texi.
5346 * anti.texi (Antinews): Update pointers.
5347
5348 2010-08-25 Eli Zaretskii <eliz@gnu.org>
5349
5350 * processes.texi (Filter Functions): Fix last change.
5351
5352 2010-08-24 Markus Triska <triska@gmx.at>
5353
5354 * processes.texi (Filter Functions): Use `buffer-live-p' instead
5355 of `buffer-name' in the main text as well as in the example
5356 (Bug#3098).
5357
5358 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
5359
5360 * nonascii.texi (Text Representations):
5361 * loading.texi (Loading Non-ASCII):
5362 * compile.texi (Byte Compilation): Don't mention obsolete
5363 --unibyte command-line argument.
5364
5365 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
5366
5367 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
5368
5369 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
5370
5371 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
5372
5373 2010-08-20 Eli Zaretskii <eliz@gnu.org>
5374
5375 * commands.texi (Misc Events): Add cross-references to where
5376 POSITION of a mouse event is described in detail.
5377
5378 2010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
5379
5380 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
5381
5382 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
5383
5384 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
5385 Suggested by Štěpán Němec <stepnem@gmail.com>.
5386
5387 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
5388
5389 * minibuf.texi (High-Level Completion): Document args of
5390 `read-buffer-function' (bug#5625).
5391
5392 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
5393
5394 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
5395
5396 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
5397
5398 * processes.texi (Process Information): Explain process property
5399 `remote-tty'.
5400
5401 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
5402
5403 * modes.texi (Defining Minor Modes): Use C-delete in examples,
5404 instead of "\C-\^?" (bug#6334).
5405
5406 * text.texi (Special Properties): Fix typo.
5407
5408 2010-07-09 Eli Zaretskii <eliz@gnu.org>
5409
5410 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
5411 calling sequences, which are now the standard.
5412
5413 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
5414
5415 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
5416
5417 * commands.texi (Command Overview): Mention undo-boundary call.
5418
5419 2010-06-23 Glenn Morris <rgm@gnu.org>
5420
5421 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
5422 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
5423 * frames.texi, functions.texi, internals.texi, keymaps.texi:
5424 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
5425 * searching.texi, sequences.texi, strings.texi, syntax.texi:
5426 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
5427 Untabify Texinfo files.
5428
5429 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
5430
5431 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
5432
5433 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
5434
5435 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5436
5437 2010-06-02 Chong Yidong <cyd@stupidchicken.com>
5438
5439 * searching.texi (Regexp Special): Remove obsolete information
5440 about matching non-ASCII characters, and suggest using char
5441 classes (Bug#6283).
5442
5443 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
5444
5445 * minibuf.texi (Basic Completion): Add missing "@end defun".
5446
5447 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5448
5449 * minibuf.texi (Basic Completion): Document completion-boundaries.
5450 (Programmed Completion): Document the new fourth method for boundaries.
5451
5452 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
5453
5454 * display.texi (Image Cache): Update documentation about image caching.
5455
5456 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
5457
5458 * windows.texi (Textual Scrolling):
5459 * tips.texi (Coding Conventions):
5460 * minibuf.texi (Minibuffer History):
5461 * maps.texi (Standard Keymaps):
5462 * loading.texi (Where Defined):
5463 * edebug.texi (Instrumenting): Fix typos.
5464
5465 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5466
5467 * keymaps.texi (Menu Bar): Document :advertised-binding property.
5468
5469 * functions.texi (Obsolete Functions):
5470 Document set-advertised-calling-convention.
5471
5472 * minibuf.texi (Basic Completion): Document completion-in-region.
5473 (Programmed Completion): Document completion-annotate-function.
5474
5475 * commands.texi (Reading One Event): Document read-key.
5476 (Distinguish Interactive): Document KIND arg to
5477 called-interactively-p. Delete obsolete interactive-p.
5478
5479 * elisp.texi (Top): Update node description.
5480
5481 2010-05-08 Eli Zaretskii <eliz@gnu.org>
5482
5483 * nonascii.texi (Character Properties):
5484 Document unicode-category-table. Add an index entry for Unicode
5485 general category.
5486
5487 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
5488
5489 * Version 23.2 released.
5490
5491 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
5492
5493 * locals.texi (Standard Buffer-Local Variables):
5494 Remove @ignore'd reference to `direction-reversed'.
5495
5496 2010-04-14 Juri Linkov <juri@jurta.org>
5497
5498 Fix @deffn without category.
5499
5500 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
5501 for `abbrev-insert'.
5502
5503 * buffers.texi (Indirect Buffers): Add category `Command'
5504 to @deffn of `clone-indirect-buffer'.
5505
5506 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
5507 for `next-window' and `previous-window'. Add category `Command'
5508 to @deffn of `pop-to-buffer'.
5509
5510 2010-04-01 Chong Yidong <cyd@stupidchicken.com>
5511
5512 * nonascii.texi (Text Representations): Don't mark
5513 enable-multibyte-characters as a user option.
5514
5515 2010-03-31 Eli Zaretskii <eliz@gnu.org>
5516
5517 * control.texi (Handling Errors): How to re-throw a signal caught
5518 by condition-case.
5519
5520 2010-03-26 Chong Yidong <cyd@stupidchicken.com>
5521
5522 * loading.texi (Hooks for Loading): Document after-load-functions.
5523 Copyedits.
5524
5525 2010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
5526
5527 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
5528
5529 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
5530
5531 * processes.texi (Network Processes): Document seqpacket type.
5532
5533 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
5534
5535 * os.texi (System Environment): Do not mention lynxos.
5536
5537 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
5538
5539 * Branch for 23.2.
5540
5541 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
5542
5543 * objects.texi (Integer Type): Take note of the read syntax
5544 exception for numbers that cannot fit in the integer type.
5545
5546 2010-03-03 Glenn Morris <rgm@gnu.org>
5547
5548 * numbers.texi (Integer Basics, Bitwise Operations):
5549 * objects.texi (Integer Type): Update for integers now being 30-bit.
5550
5551 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
5552
5553 * display.texi (Low-Level Font): Document :otf font-spec property.
5554
5555 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
5556
5557 * display.texi (Line Height): Avoid obsolete special default variables
5558 like default-major-mode.
5559
5560 2010-01-28 Alan Mackenzie <acm@muc.de>
5561
5562 * display.texi (Auto Faces): Say fontification-functions is called
5563 whether or not Font Lock is enabled. Tidy up the wording a bit.
5564
5565 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
5566
5567 * elisp.texi: Remove duplicate edition information (Bug#5407).
5568
5569 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
5570
5571 * two.el (volume-header-toc-markup): Fix typos in docstring.
5572
5573 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
5574
5575 Avoid dubious uses of save-excursions.
5576 * positions.texi (Excursions): Recommend the use of
5577 save-current-buffer if applicable.
5578 * text.texi (Clickable Text): Fix the example code which used
5579 save-excursion in a naive way which sometimes preserves point and
5580 sometimes not.
5581 * variables.texi (Creating Buffer-Local):
5582 * os.texi (Session Management):
5583 * display.texi (GIF Images):
5584 * control.texi (Cleanups): Use (save|with)-current-buffer.
5585
5586 2010-01-02 Eli Zaretskii <eliz@gnu.org>
5587
5588 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
5589
5590 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
5591
5592 * nonascii.texi (Text Representations, Character Codes)
5593 (Converting Representations, Explicit Encoding)
5594 (Translation of Characters): Use hex notation consistently.
5595 (Character Sets): Fix map-charset-chars doc (Bug#5197).
5596
5597 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
5598
5599 * loading.texi (Where Defined): Make it clearer that these are
5600 loaded files (Bug#5068).
5601
5602 2009-12-29 Chong Yidong <cyd@stupidchicken.com>
5603
5604 * minibuf.texi (Completion Styles): Document `initials' style.
5605
5606 2009-12-25 Chong Yidong <cyd@stupidchicken.com>
5607
5608 * frames.texi (Resources): Describe inhibit-x-resources.
5609 (Size Parameters): Copyedit.
5610
5611 * hash.texi (Creating Hash):
5612 * objects.texi (Hash Table Type): Document the new hash table
5613 printed representation.
5614
5615 * minibuf.texi (Basic Completion): 4th arg to all-completions is
5616 obsolete.
5617
5618 * processes.texi (Process Buffers):
5619 Document process-kill-buffer-query-function.
5620
5621 2009-12-05 Glenn Morris <rgm@gnu.org>
5622
5623 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
5624 diary-display-function, and no longer recommended to be a hook.
5625 Update for changes in the names of calendar and diary hooks.
5626 diary-print-entries-hook has changed section.
5627
5628 2009-11-28 Eli Zaretskii <eliz@gnu.org>
5629
5630 * text.texi (Special Properties): More accurate description of
5631 what the `cursor' property does.
5632
5633 2009-11-26 Kevin Ryde <user42@zip.com.au>
5634
5635 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
5636 mouse-wheel-down-event, the closest thing to a definition for them.
5637 * os.texi (Startup Summary): vindex inhibit-startup-message and
5638 inhibit-splash-screen.
5639 (Command-Line Arguments): vindex argv.
5640 (Suspending Emacs): vindex suspend-tty-functions and
5641 resume-tty-functions. Don't want to index every hook, but having
5642 the programming ones is helpful.
5643
5644 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
5645
5646 * commands.texi (Motion Events): Fix typo (Bug#4907).
5647
5648 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5649
5650 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
5651 are affected by case-fold-search (Bug#4483).
5652
5653 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
5654
5655 * minibuf.texi (Reading File Names): Note that read-file-name may
5656 use a graphical file dialog.
5657
5658 2009-10-31 Glenn Morris <rgm@gnu.org>
5659
5660 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
5661
5662 2009-10-16 Kevin Ryde <user42@zip.com.au>
5663
5664 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
5665 in particular so `info-lookup-symbol' can find its docs.
5666
5667 2009-10-16 Chong Yidong <cyd@stupidchicken.com>
5668
5669 * variables.texi (Constant Variables): Distinguish from defconst
5670 variables.
5671 (Defining Variables): Add cindex.
5672
5673 2009-10-15 Chong Yidong <cyd@stupidchicken.com>
5674
5675 * os.texi (Time of Day): Clarify that the microsecond part is
5676 ignored (Bug#4637).
5677
5678 2009-10-11 Glenn Morris <rgm@gnu.org>
5679
5680 * frames.texi (Size and Position): Clarify what is included in the frame
5681 height. (Bug#4535)
5682
5683 2009-10-10 Glenn Morris <rgm@gnu.org>
5684
5685 * windows.texi (Size of Window): The relationship between window and
5686 frame heights is not so simple. (Bug#4535)
5687 Mention window-full-height-p.
5688
5689 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5690
5691 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
5692 used from Lisp.
5693
5694 2009-10-07 Eli Zaretskii <eliz@gnu.org>
5695
5696 * files.texi (Directory Names) <abbreviate-file-name>:
5697 Document that root home directories are not replaced with "~".
5698
5699 2009-10-06 Eli Zaretskii <eliz@gnu.org>
5700
5701 * text.texi (Special Properties): Document the meaning of the
5702 `cursor' text property whose value is an integer.
5703
5704 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5705
5706 * files.texi (Magic File Names): Add `copy-directory'.
5707
5708 2009-10-05 Eli Zaretskii <eliz@gnu.org>
5709
5710 * files.texi (File Attributes): Fix description of file
5711 attributes. (Bug#4638) Update attributes of files.texi example to
5712 be more representative.
5713
5714 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5715
5716 * files.texi (Create/Delete Dirs): New command copy-directory.
5717
5718 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
5719
5720 * anti.texi (Antinews):
5721 * macros.texi (Indenting Macros):
5722 * strings.texi (Creating Strings, Case Conversion):
5723 Remove duplicate words.
5724
5725 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
5726
5727 * files.texi (Create/Delete Dirs): delete-directory has an
5728 optional parameter RECURSIVE.
5729
5730 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5731
5732 * buffers.texi (Swapping Text): Minor clarification.
5733
5734 2009-10-01 Glenn Morris <rgm@gnu.org>
5735
5736 * functions.texi (Declaring Functions): Mention that we also search for
5737 ".m" files in the src/ directory.
5738
5739 2009-09-25 David Engster <deng@randomsample.de>
5740
5741 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
5742
5743 2009-09-22 Glenn Morris <rgm@gnu.org>
5744
5745 * internals.texi (Building Emacs): Mention preloaded-file-list.
5746
5747 2009-09-14 Alan Mackenzie <acm@muc.de>
5748
5749 * os.texi (Terminal Output): Put "@code{}" around "stdout".
5750
5751 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
5752
5753 * functions.texi (Anonymous Functions): Rearrange discussion,
5754 giving usage of unquoted lambda forms first. Mention that
5755 `function' and `#'' are no longer required (Bug#4290).
5756
5757 2009-09-11 Alan Mackenzie <acm@muc.de>
5758
5759 * os.texi (Terminal Output): Document `send-string-to-terminal' in
5760 batch mode.
5761
5762 2009-09-01 Glenn Morris <rgm@gnu.org>
5763
5764 * display.texi (Face Functions): Mention define-obsolete-face-alias.
5765
5766 2009-08-26 Ulrich Mueller <ulm@gentoo.org>
5767
5768 * nonascii.texi (Character Codes): Fix typos.
5769
5770 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
5771
5772 * processes.texi (Synchronous Processes): New defvar
5773 process-file-side-effects.
5774
5775 2009-08-25 Glenn Morris <rgm@gnu.org>
5776
5777 * display.texi (Fontsets): Fix typo.
5778
5779 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
5780
5781 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5782
5783 * processes.texi (Asynchronous Processes): Adjust arglist of
5784 start-process-shell-command and start-file-process-shell-command.
5785
5786 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
5787
5788 * advice.texi (Argument Access in Advice): Note that argument
5789 positions are zero-based (Bug#3932).
5790
5791 * commands.texi (Distinguish Interactive): Minor copyedit.
5792
5793 * display.texi (Face Attributes): Add xref to Displaying Faces for
5794 explanation of "underlying face".
5795
5796 * customize.texi (Common Keywords): Add xref to Loading.
5797
5798 * loading.texi (How Programs Do Loading): Add xref to Lisp
5799 Libraries node in the Emacs manual.
5800
5801 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
5802
5803 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
5804
5805 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
5806
5807 * processes.texi (Shell Arguments): Copyedits.
5808
5809 2009-07-18 Glenn Morris <rgm@gnu.org>
5810
5811 * loading.texi (Repeated Loading): Fix typo.
5812
5813 2009-07-16 Richard Stallman <rms@gnu.org>
5814
5815 * buffers.texi (Swapping Text): Recommend setting
5816 write-region-annotate-functions and buffer-saved-size.
5817
5818 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
5819
5820 2009-07-15 Glenn Morris <rgm@gnu.org>
5821
5822 * edebug.texi: Minor re-phrasings throughout.
5823 (Edebug Execution Modes): Sit-for affects continue mode too.
5824 (Jumping): Use `forward-sexp' rather than its keybinding.
5825 (Edebug Misc): Fix Q binding.
5826 (Edebug Eval): Remove cl version.
5827 (Printing in Edebug): Clarify print-length etc.
5828 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
5829 (Specification List): Remove edebug-unwrap findex entry.
5830 (Specification Examples): defmacro is actually not the same as defun.
5831 Escape "`" in example.
5832
5833 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
5834
5835 * markers.texi (The Mark): Document optional arg to
5836 deactivate-mark.
5837
5838 2009-07-11 Kevin Ryde <user42@zip.com.au>
5839
5840 * hooks.texi (Standard Hooks): Fix cross-references.
5841
5842 * loading.texi (Named Features): Refer to eval-after-load.
5843
5844 2009-07-11 Glenn Morris <rgm@gnu.org>
5845
5846 * Makefile.in (TEXI2PDF): New.
5847 (elisp.pdf): New target.
5848
5849 * searching.texi (Regexp Backslash): Fix typo.
5850
5851 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5852
5853 2009-07-10 Glenn Morris <rgm@gnu.org>
5854
5855 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
5856
5857 * customize.texi (Customization Types):
5858 * display.texi (Abstract Display):
5859 * objects.texi (Character Type, String Type):
5860 Merge in some menu descriptions from elisp.texi.
5861
5862 * hash.texi (Hash Tables):
5863 * modes.texi (Multiline Font Lock):
5864 End menu description with period.
5865
5866 2009-07-09 Glenn Morris <rgm@gnu.org>
5867
5868 * back.texi: Don't hard-code texinfo location.
5869
5870 * two-volume.make (texinfodir): New, with location of texinfo.tex.
5871 (tex): Add texinfodir to TEXINPUTS.
5872 (elisp1med-init, elisp2med-init): Use texinfodir.
5873
5874 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
5875 (clean): Add two-volume.make intermediate files.
5876
5877 * elisp.texi, vol1.texi, vol2.texi:
5878 Use a DATE variable with the publication date, and update it.
5879 Fix antinews menu description.
5880
5881 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
5882 Update the detailed node listing to match elisp.texi.
5883
5884 * README: Update edition to match elisp.texi.
5885
5886 * objects.texi (General Escape Syntax):
5887 * nonascii.texi (Character Sets):
5888 Use consistent case for "Unicode Standard".
5889
5890 * anti.texi (Antinews):
5891 * customize.texi (Variable Definitions):
5892 * functions.texi (Declaring Functions):
5893 * nonascii.texi (Character Properties):
5894 * processes.texi (Serial Ports):
5895 * text.texi (Special Properties):
5896 * tips.texi (Coding Conventions):
5897 Minor rearrangements to improve TeX line-filling.
5898
5899 * commands.texi (Using Interactive): Fix cross-reference.
5900
5901 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5902
5903 * frames.texi (Management Parameters): Mention sticky.
5904
5905 2009-07-01 Andreas Schwab <aschwab@redhat.com>
5906
5907 * help.texi (Help Functions): Fix description of help-buffer and
5908 help-setup-xref to use @defun instead of @deffn.
5909
5910 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5911
5912 * frames.texi (Size Parameters): Mention maximized for fullscreen.
5913
5914 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
5915
5916 * display.texi (Window Systems): Add ns to the list.
5917
5918 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
5919
5920 * Branch for 23.1.
5921
5922 2009-06-17 Martin Rudalics <rudalics@gmx.at>
5923
5924 * windows.texi (Dedicated Windows): Fix typo.
5925 (Resizing Windows): Replace @defun by @deffn.
5926
5927 2009-06-17 Glenn Morris <rgm@gnu.org>
5928
5929 * variables.texi (Directory Local Variables):
5930 Update for 2009-04-11 name-change of dir-locals-directory-alist.
5931
5932 2009-06-09 Kenichi Handa <handa@m17n.org>
5933
5934 * nonascii.texi (Character Sets): State clearly that FROM and TO
5935 are codepoints of CHARSET.
5936
5937 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
5938
5939 * minibuf.texi (Reading File Names): Fix introductory text.
5940 Suggested by stan@derbycityprints.com.
5941 (High-Level Completion): Fix typo.
5942
5943 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
5944
5945 * frames.texi (Text Terminal Colors): Multi-tty is already
5946 implemented, but tty-local colors are not.
5947
5948 2009-05-27 Chong Yidong <cyd@stupidchicken.com>
5949
5950 * hooks.texi (Standard Hooks): Remove mention of obsolete
5951 redisplay-end-trigger-functions.
5952
5953 * internals.texi (Window Internals): Remove mention of obsolete
5954 redisplay-end-trigger-functions.
5955
5956 2009-05-21 Martin Rudalics <rudalics@gmx.at>
5957
5958 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
5959
5960 * backups.texi (Making Backups): backup-directory-alist and
5961 make-backup-file-name-function are options.
5962 (Auto-Saving): auto-save-list-file-prefix is an option.
5963
5964 * buffers.texi (Killing Buffers): buffer-offer-save is an
5965 option.
5966
5967 * display.texi (Refresh Screen): no-redraw-on-reenter is an
5968 option.
5969 (Echo Area Customization): echo-keystrokes is an option.
5970 (Selective Display): selective-display-ellipses is an option.
5971 (Temporary Displays): temp-buffer-show-function is an option.
5972 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
5973 are options.
5974 (Font Selection): face-font-family-alternatives,
5975 face-font-selection-order, face-font-registry-alternatives, and
5976 scalable-fonts-allowed are options.
5977 (Fringe Indicators): indicate-buffer-boundaries is an option.
5978 (Fringe Cursors): overflow-newline-into-fringe is an option.
5979 (Scroll Bars): scroll-bar-mode is an option.
5980
5981 * eval.texi (Eval): max-lisp-eval-depth is an option.
5982
5983 * files.texi (Visiting Functions): find-file-hook is an option.
5984 (Directory Names): directory-abbrev-alist is an option.
5985 (Unique File Names): temporary-file-directory and
5986 small-temporary-file-directory are options.
5987
5988 * frames.texi (Initial Parameters): initial-frame-alist,
5989 minibuffer-frame-alist and default-frame-alist are options.
5990 (Cursor Parameters): blink-cursor-alist and
5991 cursor-in-non-selected-windows ar options.
5992 (Window System Selections): selection-coding-system is an
5993 option.
5994 (Display Feature Testing): display-mm-dimensions-alist is an
5995 option.
5996
5997 * help.texi (Help Functions): help-char and help-event-list are
5998 options.
5999
6000 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
6001 an option.
6002
6003 * minibuf.texi (Minibuffer History): history-length and
6004 history-delete-duplicates are options.
6005 (High-Level Completion): read-buffer-function and
6006 read-buffer-completion-ignore-case are options.
6007 (Reading File Names): read-file-name-completion-ignore-case is
6008 an option.
6009
6010 * modes.texi (Mode Line Top): mode-line-format is an option.
6011 (Mode Line Variables): mode-line-position and mode-line-modes
6012 are options.
6013
6014 * nonascii.texi (Text Representations):
6015 enable-multibyte-characters is an option.
6016 (Default Coding Systems): auto-coding-regexp-alist,
6017 file-coding-system-alist, auto-coding-alist and
6018 auto-coding-functions are options.
6019 (Specifying Coding Systems): inhibit-eol-conversion is an
6020 option.
6021
6022 * os.texi (Init File): site-run-file is an option.
6023 (System Environment): mail-host-address is an option.
6024 (User Identification): user-mail-address is an option.
6025 (Terminal Output): baud-rate is an option.
6026
6027 * positions.texi (Word Motion): words-include-escapes is an
6028 option.
6029
6030 * searching.texi (Standard Regexps): page-delimiter,
6031 paragraph-separate, paragraph-separate and sentence-end are
6032 options.
6033
6034 * text.texi (Margins): left-margin and fill-nobreak-predicate
6035 are options.
6036
6037 * variables.texi (Local Variables): max-specpdl-size is an
6038 option.
6039
6040 * windows.texi (Choosing Window):
6041 split-window-preferred-function, special-display-function and
6042 display-buffer-function are options.
6043
6044 2009-05-20 Chong Yidong <cyd@stupidchicken.com>
6045
6046 Fix errors spotted by Martin Rudalics.
6047
6048 * syntax.texi (Position Parse): Document rationale for ignored
6049 arguments to syntax-ppss-flush-cache.
6050
6051 * processes.texi (Input to Processes): Mark PROCESS arg to
6052 process-running-child-p as optional.
6053 (Network Options): Document NO-ERROR arg to
6054 set-network-process-option.
6055
6056 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
6057 command.
6058
6059 * searching.texi (POSIX Regexps): Mark posix-search-forward and
6060 posix-search-backward as commands.
6061
6062 * os.texi (Killing Emacs): Mark kill-emacs as a command.
6063 (Suspending Emacs): Mark suspend-emacs as a command.
6064 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
6065 commands.
6066 (Terminal Output): Remove obsolete function baud-rate.
6067 Document TERMINAL arg for send-string-to-terminal.
6068
6069 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
6070 terminal-coding-system and set-terminal-coding-system.
6071 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
6072 as optional.
6073 (Character Sets): Document RESTRICTION arg of char-charset.
6074 (Character Codes): Mark POS argument to get-byte as optional.
6075
6076 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
6077 minibuffer-message.
6078
6079 * files.texi (Create/Delete Dirs): Mark make-directory and
6080 delete-directory as commands.
6081
6082 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
6083
6084 * text.texi (Base 64): Mark base64-decode-string and
6085 base64-encode-string as commands.
6086 (Columns): Mark move-to-column as a command.
6087 (Mode-Specific Indent): Document RIGID arg to
6088 indent-for-tab-command.
6089 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
6090 Mark indent-code-rigidly as a command.
6091 (Substitution): Mark translate-region as a command.
6092
6093 * frames.texi (Size and Position): Remove obsolete functions
6094 screen-height and screen-width.
6095
6096 2009-05-19 Chong Yidong <cyd@stupidchicken.com>
6097
6098 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
6099 (Displaying Buffers, Resizing Windows): Correct mistakes;
6100 next-window, previous-window, and pop-to-buffer are not commands,
6101 and fit-window-to-buffer" is a command. (Pointed out by Martin
6102 Rudalics.)
6103
6104 2009-05-17 Richard M Stallman <rms@gnu.org>
6105
6106 * modes.texi (Precalculated Fontification): Clarify text.
6107
6108 2009-05-17 Martin Rudalics <rudalics@gmx.at>
6109
6110 * windows.texi (Selecting Windows): Clarify descriptions of
6111 with-selected-window and get-lru-window.
6112 (Cyclic Window Ordering): Refer to particular frame when talking
6113 about how splitting affects the ordering.
6114 (Displaying Buffers): Fix descriptions of switch-to-buffer and
6115 switch-to-buffer-other-window. Explain how setting of
6116 display-buffer-reuse-frames affects pop-to-buffer.
6117 (Choosing Window): Clarify some details in descriptions of
6118 display-buffer-reuse-frames, pop-up-frames, and
6119 pop-up-frame-function.
6120 (Dedicated Windows): Clarify some details.
6121 (Textual Scrolling): Replace term vscroll by term vertical
6122 scroll position.
6123 (Vertical Scrolling): Fix typo.
6124 (Window Hooks): Relate text on jit-lock-register to window
6125 scrolling and size changes.
6126
6127 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
6128
6129 * frames.texi (Initial Parameters): Clarify what the initial
6130 minibuffer frame is.
6131 (Buffer Parameters): Note that the minibuffer parameter can not be
6132 altered.
6133
6134 * anti.texi (Antinews): Copyedits. Rearrange some entries.
6135 Document display-buffer changes.
6136
6137 2009-05-13 Chong Yidong <cyd@stupidchicken.com>
6138
6139 * anti.texi (Antinews): Rewrite for Emacs 22.
6140
6141 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
6142 obarrays are first mentioned. Define "system abbrev" more
6143 prominently, and add it to the index.
6144 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
6145 Copyedits.
6146 (Abbrev Expansion): Document abbrev-insert.
6147
6148 2009-05-12 Chong Yidong <cyd@stupidchicken.com>
6149
6150 * frames.texi (Font and Color Parameters): Rename from Color
6151 Parameters. Document font-backend parameter.
6152
6153 * vol2.texi (Top): Update node listing.
6154 * vol1.texi (Top): Update node listing.
6155 * elisp.texi (Top): Update node listing.
6156
6157 2009-05-11 Martin Rudalics <rudalics@gmx.at>
6158
6159 * windows.texi (Choosing Window): Don't explicitly refer to
6160 split-window-sensibly's window argument in descriptions of
6161 split-height-threshold and split-width-threshold.
6162
6163 2009-05-10 Martin Rudalics <rudalics@gmx.at>
6164
6165 * windows.texi (Choosing Window): Fix rewrite of window
6166 splitting section.
6167
6168 2009-05-09 Eli Zaretskii <eliz@gnu.org>
6169
6170 * nonascii.texi (Default Coding Systems):
6171 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
6172 Add indexing.
6173 (Lisp and Coding Systems): Add index entries.
6174
6175 2009-05-09 Martin Rudalics <rudalics@gmx.at>
6176
6177 * windows.texi (Choosing Window): Describe split-window-sensibly
6178 and rewrite section on window splitting accordingly.
6179 (Textual Scrolling): Replace `...' by @code{...}.
6180
6181 2009-05-04 Chong Yidong <cyd@stupidchicken.com>
6182
6183 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
6184 Remove obsoleted pre-abbrev-expand-hook.
6185
6186 * locals.texi (Standard Buffer-Local Variables): Consolidate table
6187 entries.
6188
6189 * internals.texi (Object Internals): Don't assume 32-bit machines
6190 are the norm.
6191 (Buffer Internals): Consolidate table entries for readability.
6192 (Window Internals): Synch field names to window.h.
6193 (Process Internals): Synch field names to process.h.
6194
6195 2009-04-29 Chong Yidong <cyd@stupidchicken.com>
6196
6197 * variables.texi (File Local Variables): Note that read-circle is
6198 bound to nil when reading file-local variables.
6199
6200 * streams.texi (Input Functions): Document read-circle.
6201 (Output Variables): Add xref to Circular Objects.
6202
6203 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
6204
6205 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
6206 Features and Coding System Basics. Node that "p" stands for
6207 "predicate". Recommend utf-8-emacs instead of emacs-mule.
6208 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
6209 mouse-appearance-menu.
6210 (Programming Tips): Add xref to Progress.
6211
6212 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
6213
6214 * os.texi (Command-Line Arguments):
6215 Document command-line-args-left.
6216 (Suspending Emacs): Adapt text to multi-tty case. Document use of
6217 terminal objects for tty arguments.
6218 (Startup Summary): Add xref to Session Management.
6219 (Session Management): Mention emacs-session-restore. Copyedits.
6220
6221 2009-04-20 Chong Yidong <cyd@stupidchicken.com>
6222
6223 * os.texi (Startup Summary): Copyedits. The init file is not
6224 necessarily named .emacs now. Document initial-buffer-choice and
6225 initial-scratch-message. Note where Emacs exits in batch mode.
6226 Document inhibit-splash-screen as an alias.
6227 (Init File): Be neutral about which init file name to use.
6228
6229 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
6230
6231 * os.texi (System Interface): Fix Texinfo usage.
6232
6233 2009-04-15 Chong Yidong <cyd@stupidchicken.com>
6234
6235 * searching.texi (Regexp Backslash): Also refer to shy groups as
6236 non-capturing or unnumbered groups.
6237 (Regexp Functions): Add cross-reference to Regexp Backslash.
6238
6239 * display.texi (Truncation): Overlays can use line-prefix and
6240 wrap-prefix too.
6241 (Overlay Properties): Document wrap-prefix and line-prefix.
6242 (Face Attributes): Document underline-minimum-offset.
6243 (Face Remapping): Copyedits.
6244 (Low-Level Font): Copyedits.
6245 (Image Cache): Note that the image cache is shared between frames.
6246 (Line Height): Emphasize that line-spacing only takes effect on
6247 graphical terminals.
6248
6249 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
6250
6251 * display.texi (Refresh Screen): Note that a passage about screen
6252 refreshing is text terminal only.
6253 (Forcing Redisplay): Delete misleading comment---sit-for calls
6254 redisplay, not the other way around.
6255 (Truncation): Note new values of truncate-partial-width-windows.
6256 Copyedits.
6257 (Invisible Text): Document invisible-p.
6258
6259 2009-04-11 Eli Zaretskii <eliz@gnu.org>
6260
6261 * display.texi (Overlays): Overlays don't scale well. See
6262 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
6263
6264 2009-04-10 Chong Yidong <cyd@stupidchicken.com>
6265
6266 * syntax.texi (Syntax Table Functions): Document cons cell
6267 argument for modify-syntax-entry.
6268 (Categories): Document cons cell argument for
6269 modify-category-entry.
6270
6271 * searching.texi (String Search): Document word-search-forward-lax
6272 and word-search-backward-lax.
6273 (Searching and Case): Describe isearch behavior more precisely.
6274
6275 * keymaps.texi (Tool Bar): Mention that some platforms do not
6276 support multi-line toolbars. Suggested by Stephen Eglen.
6277
6278 * frames.texi (Layout Parameters): Mention that Nextstep also
6279 allows only one tool-bar line. Suggested by Stephen Eglen.
6280
6281 * nonascii.texi (Text Representations): Copyedits.
6282 (Coding System Basics): Also mention utf-8-emacs.
6283 (Converting Representations, Selecting a Representation)
6284 (Scanning Charsets, Translation of Characters, Encoding and I/O):
6285 Copyedits.
6286 (Character Codes): Mention role of codepoints 1114112 to 4194175.
6287
6288 2009-04-09 Chong Yidong <cyd@stupidchicken.com>
6289
6290 * text.texi (Yank Commands): Note that yank uses push-mark.
6291 (Filling): Clarify REGION argument of fill-paragraph.
6292 Document fill-forward-paragraph-function.
6293 (Special Properties): Remove "new in Emacs 22" declaration.
6294 (Clickable Text): Merge with Links and Mouse-1 node.
6295
6296 * display.texi (Button Properties, Button Buffer Commands):
6297 Change xref to Clickable Text.
6298
6299 * tips.texi (Key Binding Conventions): Change xref to Clickable
6300 Text.
6301
6302 * elisp.texi (Top): Update node listing.
6303
6304 2009-04-05 Chong Yidong <cyd@stupidchicken.com>
6305
6306 * markers.texi (The Mark): Copyedits. Improve description of
6307 handle-shift-selection.
6308 (The Region): Move use-region-p here from The Mark.
6309
6310 * positions.texi (Screen Lines): Document (cols . lines) argument
6311 for vertical-motion.
6312
6313 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
6314
6315 * frames.texi (Frames): Clean up introduction. Document `ns'
6316 return value for framep.
6317 (Creating Frames): Note how the terminal is chosen.
6318 (Multiple Terminals, Multiple Displays): Merge into a single node.
6319 (Color Parameters): Fix typo.
6320
6321 * variables.texi (Local Variables, Buffer-Local Variables)
6322 (Creating Buffer-Local): Change link to Multiple Terminals.
6323
6324 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
6325
6326 * keymaps.texi (Controlling Active Maps): Change link to Multiple
6327 Terminals.
6328
6329 * commands.texi (Command Loop Info, Keyboard Macros): Change link
6330 to Multiple Terminals.
6331
6332 * elisp.texi (Top): Update node listing.
6333 * vol2.texi (Top): Update node listing.
6334 * vol1.texi (Top): Update node listing.
6335
6336 * buffers.texi (Current Buffer): Note that the append-to-buffer
6337 example is no longer in synch with the latest code. Tie the two
6338 examples together.
6339
6340 * files.texi (File Attributes): Move note about MS-DOS from
6341 Changing Files to File Attributes.
6342 (Create/Delete Dirs): Note that mkdir is an alias for this.
6343
6344 2009-04-01 Markus Triska <triska@gmx.at>
6345
6346 * processes.texi (Filter Functions): Suggest how to handle output
6347 batches.
6348
6349 2009-03-30 Chong Yidong <cyd@stupidchicken.com>
6350
6351 * help.texi (Accessing Documentation): Update example to use
6352 help-setup-xref and with-help-window.
6353 (Help Functions): Remove print-help-return-message, which is
6354 semi-obsolete due to with-help-window. Document help-buffer and
6355 help-setup-xref.
6356
6357 2009-03-29 Chong Yidong <cyd@stupidchicken.com>
6358
6359 * help.texi (Accessing Documentation, Help Functions):
6360 Remove information about long-obsolete Emacs versions.
6361
6362 * modes.texi (Mode Line Variables): The default values of the mode
6363 line variables are now more complicated.
6364
6365 2009-03-28 Chong Yidong <cyd@stupidchicken.com>
6366
6367 * modes.texi (Major Mode Conventions): Note that specialness is
6368 inherited.
6369 (Derived Modes): Note that define-derive-mode sets the mode-class
6370 property.
6371
6372 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
6373 goto-map. Add search-map to the list.
6374
6375 2009-03-27 Eli Zaretskii <eliz@gnu.org>
6376
6377 * os.texi (System Environment): Update the list of system-type
6378 values.
6379
6380 * markers.texi (The Mark) <handle-shift-selection>: Update for
6381 removal of the optional argument DEACTIVATE.
6382
6383 2009-03-25 Chong Yidong <cyd@stupidchicken.com>
6384
6385 * commands.texi (Focus Events): Most X window managers don't use
6386 focus-follows-mouse nowadays.
6387
6388 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
6389
6390 * commands.texi (Defining Commands): Clarify introduction.
6391 (Using Interactive): Not that interactive can be put in a symbol
6392 property.
6393 (Interactive Call): Note that a symbol with a non-nil
6394 interactive-form property satisfies commandp.
6395
6396 2009-03-23 Juanma Barranquero <lekktu@gmail.com>
6397
6398 * minibuf.texi (Intro to Minibuffers): Fix typos.
6399
6400 2009-03-23 Chong Yidong <cyd@stupidchicken.com>
6401
6402 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
6403 about minibuffers in old Emacs versions. Copyedits.
6404 Emphasize that enable-recursive-minibuffers defaults to nil.
6405 (Text from Minibuffer): Simplify introduction.
6406
6407 2009-03-22 Alan Mackenzie <acm@muc.de>
6408
6409 * commands.texi (Using Interactive): Clarify string argument to
6410 `interactive' - even promptless elements need \n separators.
6411
6412 2009-03-18 Chong Yidong <cyd@stupidchicken.com>
6413
6414 * minibuf.texi (Completion Styles): New node.
6415
6416 * elisp.texi (Top): Update node listing.
6417
6418 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
6419
6420 * minibuf.texi (Basic Completion): Note that
6421 read-file-name-completion-ignore-case and
6422 read-buffer-completion-ignore-case can override
6423 completion-ignore-case.
6424 (Minibuffer Completion): Document completing-read changes.
6425 (Completion Commands): Avoid mentioning partial completion mode.
6426 Document minibuffer-completion-confirm changes, and
6427 minibuffer-confirm-exit-commands.
6428 (High-Level Completion): Document new require-match behavior for
6429 read-buffer. Document read-buffer-completion-ignore-case.
6430 (Reading File Names): Document new require-match behavior for
6431 read-file-name.
6432
6433 2009-03-14 Chong Yidong <cyd@stupidchicken.com>
6434
6435 * debugging.texi (Error Debugging): Don't mislead the reader into
6436 thinking that debug-on-error enters debugger for C-f at EOB.
6437 (Error Debugging): Setting debug-on-init within the init file
6438 works, and has for some time.
6439
6440 2009-03-13 Kenichi Handa <handa@m17n.org>
6441
6442 * display.texi (Fontsets): Update the description.
6443
6444 2009-03-13 Chong Yidong <cyd@stupidchicken.com>
6445
6446 * advice.texi (Advising Primitives): Link to What Is a Function.
6447
6448 2009-03-12 Chong Yidong <cyd@stupidchicken.com>
6449
6450 * compile.texi (Speed of Byte-Code): Update example.
6451 (Disassembly): Update examples.
6452
6453 * loading.texi (Repeated Loading): Simplify examples.
6454
6455 * customize.texi (Common Keywords): It's not necessary to use :tag
6456 to remove hyphens, as custom-unlispify-tag-name does it
6457 automatically.
6458 (Variable Definitions): Link to File Local Variables.
6459 Document customized-value symbol property.
6460 (Customization Types): Move menu to end of node.
6461
6462 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
6463
6464 * macros.texi (Compiling Macros): Omit misleading sentence, which
6465 implied that macros can only be used in the same file they are
6466 defined.
6467 (Backquote): Remove obsolete information about Emacs 19.
6468
6469 2009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
6470
6471 * display.texi (Display Margins): Fix paren typo.
6472
6473 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
6474
6475 * elisp.texi (Top): Update node listing.
6476
6477 * variables.texi (Variables): Clarify introduction.
6478 (Global Variables): Mention that setq is a special form.
6479 (Local Variables): Use active voice.
6480 (Tips for Defining): Mention marking variables as safe.
6481 (Buffer-Local Variables): Mention terminal-local and frame-local
6482 variables together.
6483 (File Local Variables): Copyedits.
6484 (Frame-Local Variables): Note that they are not really useful.
6485 (Future Local Variables): Node deleted.
6486
6487 * objects.texi (General Escape Syntax): Update explanation of
6488 Unicode escape syntax.
6489
6490 2009-02-23 Chong Yidong <cyd@stupidchicken.com>
6491
6492 * control.texi (Control Structures): Add cindex entry for "textual
6493 order".
6494
6495 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
6496 instead of "expression" throughout.
6497 (Function Indirection): Copyedits. Use active voice.
6498 (Eval): The default value of max-lisp-eval-depth is now 400.
6499
6500 2009-02-23 Miles Bader <miles@gnu.org>
6501
6502 * processes.texi (System Processes): Rename `system-process-attributes'
6503 to `process-attributes'.
6504
6505 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
6506
6507 * symbols.texi (Property Lists): Emphasize that property lists are
6508 not restricted to symbol cells.
6509 (Other Plists): Copyedit.
6510
6511 * sequences.texi (Sequences Arrays Vectors): Make introduction
6512 more concise.
6513 (Arrays): Mention char-tables and bool-vectors too.
6514 (Vectors): Don't repeat information given in Arrays node. Link to
6515 nodes that explain the vector usage examples.
6516 (Char-Tables): Note that char-table elements can have arbitrary
6517 type. Explain effect of omitted char-table-extra-slots property.
6518 Link to Property Lists node.
6519
6520 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
6521
6522 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
6523 `append'.
6524 (List Elements): Copyedits.
6525
6526 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
6527 of `vconcat'.
6528
6529 * strings.texi (Creating Strings): Copyedits. Remove obsolete
6530 Emacs 20 usage of `concat'.
6531 (Case Conversion): Copyedits.
6532
6533 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
6534
6535 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
6536 Minor edits.
6537 (Frame Configuration Type): Emphasize that it is not primitive.
6538 (Font Type): New node.
6539 (Type Predicates): Add fontp; type-of now recognizes font object
6540 types.
6541
6542 * intro.texi (Version Info): Update version numbers in examples.
6543 (Acknowledgements): List more contributors.
6544
6545 * elisp.texi: Bump version number to 3.0.
6546 (Top): Link to Font Type node.
6547
6548 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
6549
6550 * modes.texi (Major Mode Conventions): Remove duplicate words.
6551 (Customizing Keywords): Fix typo.
6552
6553 2009-02-14 Eli Zaretskii <eliz@gnu.org>
6554
6555 * nonascii.texi (User-Chosen Coding Systems): Document that
6556 select-safe-coding-system suggests raw-text if there are raw bytes
6557 in the region.
6558 (Explicit Encoding): Warn not to use `undecided' when encoding.
6559
6560 2009-02-11 Glenn Morris <rgm@gnu.org>
6561
6562 * frames.texi (Visibility of Frames): Mention the effect multiple
6563 workspaces/desktops can have on visibility.
6564
6565 2009-02-07 Eli Zaretskii <eliz@gnu.org>
6566
6567 * text.texi (Commands for Insertion):
6568 * commands.texi (Event Mod):
6569 * keymaps.texi (Searching Keymaps):
6570 * nonascii.texi (Translation of Characters):
6571 Reinstate documentation of translation-table-for-input.
6572 (Explicit Encoding): Document the `charset' text property produced
6573 by decode-coding-region and decode-coding-string.
6574
6575 2009-01-27 Alan Mackenzie <acm@muc.de>
6576
6577 * modes.texi (Search-based Fontification): Correct a typo.
6578
6579 2009-01-25 Juanma Barranquero <lekktu@gmail.com>
6580
6581 * abbrevs.texi (Abbrev Table Properties): Fix typo.
6582 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
6583
6584 2009-01-24 Eli Zaretskii <eliz@gnu.org>
6585
6586 * display.texi (Window Systems): Document the value of
6587 `initial-window-system' under --daemon.
6588
6589 * os.texi (System Environment): Remove description of the
6590 `environment' function which has been deleted.
6591
6592 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
6593
6594 * frames.texi (Multiple Displays): Remove documentation for
6595 removed function make-frame-on-tty.
6596
6597 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
6598
6599 * files.texi (Format Conversion Piecemeal): Clarify behavior of
6600 write-region-annotate-functions.
6601 Document write-region-post-annotation-function.
6602
6603 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
6604
6605 * display.texi (Font Lookup): Document WIDTH argument of
6606 x-list-fonts.
6607
6608 2009-01-17 Eli Zaretskii <eliz@gnu.org>
6609
6610 * maps.texi (Standard Keymaps): Rename function-key-map to
6611 local-function-key-map.
6612
6613 * keymaps.texi (Translation Keymaps): Rename function-key-map to
6614 local-function-key-map.
6615
6616 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
6617 and `set-keyboard-coding-system' now accept an optional terminal
6618 argument.
6619
6620 * commands.texi (Event Mod): `keyboard-translate-table' is now
6621 terminal-local.
6622 (Function Keys): Rename function-key-map to
6623 local-function-key-map.
6624
6625 * elisp.texi (Top): Make @detailmenu be consistent with changes in
6626 frames.texi.
6627
6628 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
6629 `delete-terminal-functions', `suspend-tty-functions' and
6630 `resume-tty-functions'.
6631
6632 * frames.texi (Frames): Document `frame-terminal' and
6633 `terminal-live-p'.
6634 (Multiple Displays): Document `make-frame-on-tty'.
6635 (Multiple Terminals): Document `terminal-list', `delete-terminal',
6636 `terminal-name', and `get-device-terminal'.
6637 (Terminal Parameters): Document `terminal-parameters',
6638 `terminal-parameter', and `set-terminal-parameter'.
6639
6640 * os.texi (System Environment): Document `environment' and
6641 `initial-environment'.
6642 (Suspending Emacs): Update for multi-tty; document
6643 `suspend-tty', `resume-tty', and `controlling-tty-p'.
6644
6645 * nonascii.texi (Coding System Basics): More accurate description
6646 of `raw-text'.
6647
6648 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
6649
6650 * display.texi (Low-Level Font): Fix typo.
6651
6652 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
6653
6654 * elisp.texi (Top): Update node listing.
6655
6656 * display.texi (PostScript Images): Node deleted.
6657
6658 2009-01-10 Eli Zaretskii <eliz@gnu.org>
6659
6660 * processes.texi (Decoding Output): Document that null bytes force
6661 no-conversion for reading process output.
6662
6663 * files.texi (Reading from Files): Document that null bytes force
6664 no-conversion when visiting files.
6665
6666 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
6667
6668 * nonascii.texi (Lisp and Coding Systems):
6669 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
6670 (Character Properties): Improve wording.
6671
6672 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
6673
6674 * display.texi (Font Lookup): Remove obsolete function
6675 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
6676 (Low-Level Font): Rename from Fonts, move to end of Faces section.
6677 (Font Selection): Reorder order of variable descriptions.
6678 Minor clarifications.
6679
6680 * elisp.texi (Top): Update node listing.
6681
6682 2009-01-09 Glenn Morris <rgm@gnu.org>
6683
6684 * commands.texi (Command Loop Info): Say that last-command-char and
6685 last-input-char are obsolete aliases.
6686
6687 * edebug.texi (Edebug Recursive Edit): Remove separate references to
6688 last-input-char and last-command-char, since they are just aliases for
6689 last-input-event and last-command-event.
6690
6691 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
6692 last-command-char.
6693
6694 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
6695
6696 * elisp.texi: Update node listing.
6697
6698 * display.texi (Faces): Put Font Selection node after Auto Faces.
6699 (Face Attributes): Don't link to Font Lookup.
6700 Document font-family-list.
6701 (Fonts): New node.
6702
6703 2009-01-08 Jason Rumney <jasonr@gnu.org>
6704
6705 * frames.texi (Pointer Shape): Clarify that only X supports
6706 changing the standard pointer shapes. (Bug#1485)
6707
6708 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
6709
6710 * display.texi (Attribute Functions): Note that a function value
6711 :height is relative, and that compatibility functions work by
6712 calling set-face-attribute.
6713 (Displaying Faces): Reorder list in order of increasing priority.
6714 (Face Remapping): New node. Content moved here from Displaying
6715 Faces.
6716 (Glyphs): Link to Face Functions.
6717
6718 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
6719
6720 * display.texi (Faces): Don't discuss face id here. facep does
6721 not return t.
6722 (Defining Faces): Minor clarification.
6723 (Face Attributes): Rearrange items to match docstring of
6724 set-face-attribute. Add :foundry attribute. Document new role of
6725 :font attribute. Texinfo usage fix.
6726 (Attribute Functions): Copyedits.
6727 (Face Functions): Note that face number is seldom used.
6728
6729 2009-01-05 Richard M Stallman <rms@gnu.org>
6730
6731 * strings.texi (Predicates for Strings): Minor clarification.
6732
6733 * functions.texi (Function Safety): Texinfo usage fix.
6734
6735 2009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny change)
6736
6737 * objects.texi (General Escape Syntax): Fix typo.
6738
6739 2009-01-03 Martin Rudalics <rudalics@gmx.at>
6740
6741 * windows.texi (Choosing Window): Say that pop-up-frame-alist
6742 works via the default value of pop-up-frame-function.
6743
6744 2009-01-02 Eli Zaretskii <eliz@gnu.org>
6745
6746 * processes.texi (System Processes): Document the `time' and
6747 `ctime' attributes of `system-process-attributes'.
6748
6749 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
6750
6751 * display.texi (Face Attributes): Clarify :height attribute.
6752
6753 2008-12-31 Martin Rudalics <rudalics@gmx.at>
6754
6755 * buffers.texi (The Buffer List): Clarify what moves a buffer to
6756 the front of the buffer list. Add entries for `last-buffer' and
6757 `unbury-buffer'.
6758
6759 2008-12-27 Eli Zaretskii <eliz@gnu.org>
6760
6761 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
6762 and its subsections.
6763
6764 * frames.texi (Multiple Terminals, Low-level Terminal)
6765 (Terminal Parameters, Frames on Other TTY devices): New sections.
6766 (Frames): Add an xref to "Multiple Terminals".
6767
6768 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
6769
6770 * objects.texi (Terminal Type): New node.
6771 (Editing Types): Add it to the menu.
6772
6773 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
6774 Variables".
6775
6776 * variables.texi (Directory Local Variables): New node.
6777 (Variables): Add a menu item for it.
6778
6779 * loading.texi (Autoload): Document `generate-autoload-cookie' and
6780 `generated-autoload-file'.
6781
6782 2008-12-20 Eli Zaretskii <eliz@gnu.org>
6783
6784 * os.texi (Startup Summary): Add xref to documentation of
6785 `initial-window-system'.
6786
6787 * display.texi (Window Systems): Document `window-system' the
6788 function. The variable `window-system' is now frame-local.
6789 Document `initial-window-system'.
6790
6791 2008-12-19 Martin Rudalics <rudalics@gmx.at>
6792
6793 * windows.texi (Windows): Rewrite description of
6794 fit-window-to-buffer.
6795
6796 2008-12-13 Glenn Morris <rgm@gnu.org>
6797
6798 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
6799 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
6800
6801 2008-12-12 Glenn Morris <rgm@gnu.org>
6802
6803 * debugging.texi (Error Debugging): Refer forwards to
6804 eval-expression-debug-on-error.
6805
6806 2008-12-05 Eli Zaretskii <eliz@gnu.org>
6807
6808 * strings.texi (String Basics): Only unibyte strings that
6809 represent key sequences hold 8-bit raw bytes.
6810
6811 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
6812 paragraph to speak about `undecided'.
6813 (Character Properties): Don't explain the meaning of each
6814 property; instead, identify their Unicode Standard names.
6815 (Character Sets): Document `map-charset-chars'.
6816
6817 2008-12-02 Glenn Morris <rgm@gnu.org>
6818
6819 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
6820 section yet again.
6821
6822 2008-11-29 Eli Zaretskii <eliz@gnu.org>
6823
6824 * nonascii.texi (Character Properties): New Section.
6825 (Specifying Coding Systems): Document
6826 `coding-system-priority-list', `set-coding-system-priority', and
6827 `with-coding-priority'.
6828 (Lisp and Coding Systems): Document `check-coding-systems-region'
6829 and `coding-system-charset-list'.
6830 (Coding System Basics): Document `coding-system-aliases'.
6831
6832 * elisp.texi (Top): Add a @detailmenu entry for "Character
6833 Properties".
6834
6835 * objects.texi (Character Type): Correct the range of Emacs
6836 characters. Add an @xref to "Character Codes".
6837
6838 * strings.texi (String Basics): Add an @xref to "Character Codes".
6839
6840 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
6841
6842 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
6843 (Character Codes): Document `max-char'.
6844
6845 2008-11-28 Eli Zaretskii <eliz@gnu.org>
6846
6847 * nonascii.texi (Text Representations, Converting Representations)
6848 (Character Sets, Scanning Charsets, Translation of Characters):
6849 Make text more accurate.
6850
6851 2008-11-28 Glenn Morris <rgm@gnu.org>
6852
6853 * files.texi (Format Conversion Round-Trip): Improve previous change.
6854
6855 2008-11-26 Chong Yidong <cyd@stupidchicken.com>
6856
6857 * modes.texi (Auto Major Mode): Fix example.
6858
6859 2008-11-25 Glenn Morris <rgm@gnu.org>
6860
6861 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
6862
6863 * files.texi (Format Conversion Round-Trip):
6864 Use active voice for previous change.
6865
6866 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
6867
6868 * os.texi (Processor Run Time):
6869 * processes.texi (Transaction Queues):
6870 * markers.texi (The Mark):
6871 * windows.texi (Choosing Window, Selecting Windows):
6872 * files.texi (Changing Files, Magic File Names):
6873 * commands.texi (Key Sequence Input):
6874 * functions.texi (Declaring Functions):
6875 * strings.texi (Predicates for Strings):
6876 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
6877
6878 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
6879
6880 * help.texi (Accessing Documentation): Update example.
6881
6882 * variables.texi (Defining Variables): Note that `*' is not
6883 necessary if defcustom is used.
6884
6885 2008-11-22 Eli Zaretskii <eliz@gnu.org>
6886
6887 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
6888 Characters" from @detailmenu.
6889
6890 * nonascii.texi (Character Codes, Character Sets)
6891 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
6892 (Chars and Bytes, Splitting Characters): Sections removed.
6893
6894 2008-11-22 Lute Kamstra <lute@gnu.org>
6895
6896 * positions.texi (Text Lines): Update goto-line documentation.
6897
6898 2008-11-21 Martin Rudalics <rudalics@gmx.at>
6899
6900 * frames.texi (Frames): Fix typo, add cross references, reword.
6901 (Initial Parameters): Reword special-display-frame-alist text.
6902 (Frames and Windows): Reword. Describe argument norecord for
6903 set-frame-selected-window.
6904 (Input Focus): Describe argument norecord for select-frame.
6905 Remove comment on MS-Windows behavior for focus-follows-mouse.
6906 (Raising and Lowering): Mention windows-frames dichotomy in
6907 metaphor.
6908
6909 * windows.texi (Displaying Buffers, Vertical Scrolling)
6910 (Horizontal Scrolling): Fix indenting and rewording issues
6911 introduced with 2008-11-07 change.
6912
6913 2008-11-20 Glenn Morris <rgm@gnu.org>
6914
6915 * files.texi (Format Conversion Round-Trip): Mention `preserve'
6916 element of `format-alist'.
6917
6918 2008-11-19 Glenn Morris <rgm@gnu.org>
6919
6920 * doclicense.texi: Update to FDL 1.3.
6921 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
6922
6923 2008-11-18 Chong Yidong <cyd@stupidchicken.com>
6924
6925 * windows.texi (Window Hooks): Remove *-end-trigger-functions
6926 vars, which are obsolete. Mention jit-lock-register.
6927
6928 * modes.texi (Other Font Lock Variables):
6929 Document jit-lock-register and jit-lock-unregister.
6930
6931 * frames.texi (Color Parameters): Document alpha parameter.
6932
6933 2008-11-16 Martin Rudalics <rudalics@gmx.at>
6934
6935 * windows.texi (Splitting Windows, Deleting Windows)
6936 (Selecting Windows, Cyclic Window Ordering)
6937 (Buffers and Windows, Displaying Buffers, Choosing Window)
6938 (Dedicated Windows, Window Point, Window Start and End)
6939 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
6940 (Size of Window, Resizing Windows, Window Configurations)
6941 (Window Parameters): Avoid @var at beginning of sentences and
6942 reword accordingly.
6943
6944 2008-11-11 Lute Kamstra <lute@gnu.org>
6945
6946 * files.texi (File Name Components): Fix file-name-extension
6947 documentation.
6948
6949 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
6950
6951 * frames.texi (Basic Parameters): Remove display-environment-variable
6952 and term-environment-variable.
6953
6954 2008-11-08 Eli Zaretskii <eliz@gnu.org>
6955
6956 * windows.texi (Basic Windows, Splitting Windows)
6957 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
6958 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
6959 (Resizing Windows, Window Configurations, Window Parameters):
6960 Fix wording and markup.
6961
6962 2008-11-07 Martin Rudalics <rudalics@gmx.at>
6963
6964 * windows.texi (Windows): Update entries.
6965 (Basic Windows): Remove listing of attributes. Reword.
6966 (Splitting Windows, Deleting Windows): Reword.
6967 (Selecting Windows, Cyclic Window Ordering): Reword with special
6968 emphasis on order of recently selected windows and buffer list.
6969 (Buffers and Windows, Choosing Window): Reword with special
6970 emphasis on dedicated windows.
6971 (Displaying Buffers): Reword. For switch-to-buffer mention that
6972 it may fall back on pop-to-buffer. For other-window try to
6973 explain how it treats the cyclic ordering of windows.
6974 (Dedicated Windows): New node and section discussing dedicated
6975 windows and associated functions.
6976 (Window Point): Add entry for window-point-insertion-type. Reword.
6977 (Window Start and End): Rename node and section title. Reword.
6978 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
6979 Minor rewording.
6980 (Size of Window): Reword, in particular text on window-width.
6981 (Resizing Windows): Reword. Add text on balancing windows.
6982 (Window Configurations): Reword. Mention window parameters.
6983 (Window Parameters): New node and section on window parameters.
6984 (Window Hooks): Reword. Mention that
6985 window-configuration-change-hook is run "buffer-locally".
6986 * elisp.texi (Top): Update Windows entries in @detailmenu
6987 section.
6988
6989 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
6990
6991 * searching.texi (Regexp Search): Fix typo.
6992
6993 2008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
6994
6995 * searching.texi (Regexp Search): Document GREEDY arg.
6996 (Simple Match Data): Fix return value.
6997
6998 2008-11-01 Eli Zaretskii <eliz@gnu.org>
6999
7000 * nonascii.texi (Text Representations): Rewrite to make consistent
7001 with Emacs 23 internal representation of characters.
7002 Document `unibyte-string'.
7003
7004 2008-10-28 Chong Yidong <cyd@stupidchicken.com>
7005
7006 * processes.texi (Process Information): Note that process-status
7007 does not accept buffer names.
7008
7009 2008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
7010
7011 * positions.texi (Skipping Characters): Correct return value of
7012 skip-chars-forward.
7013
7014 2008-10-25 Martin Rudalics <rudalics@gmx.at>
7015
7016 * windows.texi (Deleting Windows): Update documentation of
7017 delete-windows-on.
7018 (Buffers and Windows): Update documentations of
7019 get-buffer-window and get-buffer-window-list.
7020 (Displaying Buffers): Update documentation of
7021 replace-buffer-in-windows.
7022
7023 * buffers.texi (Current Buffer): Reword set-buffer and
7024 with-current-buffer documentations.
7025 (Creating Buffers): Reword documentation of get-buffer-create.
7026
7027 2008-10-23 Martin Rudalics <rudalics@gmx.at>
7028
7029 * buffers.texi (Current Buffer): Reword documentation of
7030 set-buffer.
7031 (Buffer Names): Reword documentation of buffer-name.
7032 (The Buffer List): For bury-buffer explain what happens with the
7033 buffer's window.
7034 (Creating Buffers): Say that get-buffer-create's arg is called
7035 buffer-or-name.
7036
7037 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
7038
7039 * advice.texi (Computed Advice): Explain what DEFINITION is.
7040
7041 * nonascii.texi (Character Codes): Remove obsolete function
7042 char-valid-p, and document characterp instead.
7043
7044 2008-10-22 Martin Rudalics <rudalics@gmx.at>
7045
7046 * windows.texi (Displaying Buffers): Reword documentation of
7047 pop-to-buffer.
7048 (Choosing Window): Rewrite documentation of display-buffer and
7049 its options.
7050
7051 * buffers.texi (Killing Buffers): Update documentation of
7052 kill-buffer.
7053
7054 2008-10-21 Eli Zaretskii <eliz@gnu.org>
7055
7056 * processes.texi (Serial Ports): Fix wording and improve markup.
7057
7058 * searching.texi (Regexp Search): Document `string-match-p' and
7059 `looking-at-p'.
7060 (POSIX Regexps): Add an xref for "non-greedy".
7061 (Regexp Special): Add @cindex entry for "non-greedy".
7062
7063 * display.texi (Attribute Functions): Document `face-all-attributes'.
7064 (Image Cache) <image-refresh>: Minor wording fixes.
7065
7066 * frames.texi (Color Names): Add an xref to `read-color'.
7067
7068 * minibuf.texi (High-Level Completion): Document `read-color'.
7069
7070 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
7071
7072 * positions.texi (Narrowing): Add an xref to "Swapping Text".
7073
7074 * buffers.texi (Swapping Text): New section, documents
7075 `buffer-swap-text'.
7076
7077 2008-10-21 Martin Rudalics <rudalics@gmx.at>
7078
7079 * windows.texi (Resizing Windows): Minor wording fix.
7080
7081 2008-10-20 Eli Zaretskii <eliz@gnu.org>
7082
7083 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
7084 and `combine-and-quote-strings'.
7085
7086 * strings.texi (Creating Strings): Add xrefs for them.
7087
7088 2008-10-19 Eli Zaretskii <eliz@gnu.org>
7089
7090 * elisp.texi (Top): Make descriptive text for "Reading File Names"
7091 match the corresponding menu in minibuf.texi.
7092
7093 * minibuf.texi (Reading File Names): Document `read-shell-command'
7094 and `minibuffer-local-shell-command-map'.
7095
7096 2008-10-19 Martin Rudalics <rudalics@gmx.at>
7097
7098 * windows.texi (Resizing Windows): Remove var{} around "window" in
7099 documentation of enlarge-window.
7100 Rewrite documentation of window-min-height and window-min-width.
7101
7102 2008-10-19 Eli Zaretskii <eliz@gnu.org>
7103
7104 * functions.texi (Calling Functions): Document `apply-partially'.
7105
7106 * hooks.texi (Standard Hooks): Mention
7107 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
7108
7109 * variables.texi (File Local Variables): Document
7110 `file-local-variables-alist', `before-hack-local-variables-hook'
7111 and `hack-local-variables-hook'.
7112
7113 * processes.texi (Synchronous Processes): Document `process-lines'.
7114
7115 * customize.texi (Variable Definitions):
7116 Document `custom-reevaluate-setting'.
7117
7118 2008-10-18 Martin Rudalics <rudalics@gmx.at>
7119
7120 * windows.texi (Choosing Window, Deleting Windows)
7121 (Displaying Buffers): Expand documentation of dedicated windows.
7122
7123 2008-10-18 Eli Zaretskii <eliz@gnu.org>
7124
7125 * files.texi (Changing Files): Document symbolic input of file
7126 modes to `set-file-modes'. Document `read-file-modes' and
7127 `file-modes-symbolic-to-number'.
7128
7129 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
7130 and `search-map'.
7131
7132 * searching.texi (Search and Replace):
7133 Document `replace-search-function' and `replace-re-search-function'.
7134 Document `multi-query-replace-map'.
7135
7136 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
7137 (Completion Commands, Reading File Names):
7138 Rename `minibuffer-local-must-match-filename-map' to
7139 `minibuffer-local-filename-must-match-map'.
7140 (Minibuffer Completion): The `require-match' argument to
7141 `completing-read' can now have the value `confirm-only'.
7142
7143 * windows.texi (Displaying Buffers): Minor wording fix.
7144 (Choosing Window): `split-height-threshold' can now be nil.
7145 Document `split-width-threshold'. `pop-up-frames' can have the
7146 value `graphic-only'.
7147
7148 2008-10-17 Eli Zaretskii <eliz@gnu.org>
7149
7150 * os.texi (Startup Summary): Document `before-init-time' and
7151 `after-init-time'. Document `initial-window-system' and
7152 `window-system-initialization-alist'. Document reading the
7153 abbrevs file. Document the call to `server-start' under --daemon.
7154 Rearrange a bit to be consistent with the code flow.
7155 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
7156 (Time Parsing): Document `format-seconds'.
7157
7158 2008-10-17 Martin Rudalics <rudalics@gmx.at>
7159
7160 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
7161 and reword.
7162
7163 2008-10-16 Eli Zaretskii <eliz@gnu.org>
7164
7165 * markers.texi (The Mark): Document use-region-p.
7166
7167 2008-10-15 Eli Zaretskii <eliz@gnu.org>
7168
7169 * internals.texi (Writing Emacs Primitives): The interactive spec
7170 of a primitive can be a Lisp form.
7171
7172 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
7173 values of transient-mark-mode. Document handle-shift-selection.
7174
7175 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
7176 (Interactive Examples): Show an example of `^'.
7177 (Key Sequence Input): Document this-command-keys-shift-translated.
7178 (Defining Commands, Using Interactive): The interactive-form of a
7179 function can be added via its symbol's property.
7180
7181 * positions.texi (List Motion): beginning-of-defun-function can
7182 now accept an argument.
7183
7184 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
7185 now return a list of strings.
7186
7187 * control.texi (Handling Errors): Document ignore-errors.
7188
7189 * frames.texi (Creating Frames): Document frame-inherited-parameters.
7190 (Parameter Access): Document set-frame-parameter.
7191
7192 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
7193 Hooks" for the effect of kill-all-local-variables on local hook
7194 functions.
7195
7196 * modes.texi (Major Mode Conventions, Mode Line Variables):
7197 `mode-name' need not be a string. xref to "Mode Line Data" for
7198 details, and to "Emulating Mode Line" for computing a string
7199 value.
7200
7201 2008-10-14 Eli Zaretskii <eliz@gnu.org>
7202
7203 * processes.texi (System Processes): New section.
7204 (Processes, Signals to Processes): Add xrefs to it.
7205
7206 * objects.texi (Editing Types): A `process' is a subprocess of
7207 Emacs, not just any process running on the OS.
7208
7209 * elisp.texi (Top): Adjust the @detailmenu for the above two
7210 changes.
7211
7212 * sequences.texi (Char-Tables): Remove documentation of
7213 set-char-table-default, which has no effect since Emacs 23.
7214 <char-table-range, set-char-table-range>: Don't mention generic
7215 characters and charsets. Add a cons cell as a possible argument.
7216
7217 * nonascii.texi (Splitting Characters)
7218 (Translation of Characters): Don't mention generic characters.
7219
7220 * display.texi (Fontsets): Don't mention generic characters.
7221
7222 * sequences.texi (Char-Tables): `map-char-table' can now call its
7223 argument FUNCTION with a cons cell as KEY.
7224
7225 2008-10-13 Eli Zaretskii <eliz@gnu.org>
7226
7227 * objects.texi (Primitive Function Type): Move "@cindex special
7228 forms" from here...
7229
7230 * eval.texi (Special Forms): ...to here.
7231
7232 * functions.texi (What Is a Function): `functionp' returns nil for
7233 special forms. Add an xref.
7234
7235 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
7236 Variables".
7237
7238 * variables.texi (Frame-Local Variables): New section.
7239 (Buffer-Local Variables): Add an xref to it.
7240 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
7241 have both frame-local and buffer-local binding.
7242
7243 * frames.texi (Frames): Mention multiple tty frames.
7244 (Frame Parameters, Parameter Access): Mention frame-local variable
7245 bindings.
7246
7247 2008-09-20 Glenn Morris <rgm@gnu.org>
7248
7249 * display.texi (Defining Faces): Recommend against face variables.
7250
7251 2008-09-16 Juanma Barranquero <lekktu@gmail.com>
7252
7253 * display.texi (Echo Area Customization): Fix typo.
7254
7255 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
7256
7257 * loading.texi (Where Defined): Add `defface' item.
7258
7259 2008-09-06 Martin Rudalics <rudalics@gmx.at>
7260
7261 * loading.texi (Where Defined): Fix description of symbol-file.
7262
7263 2008-08-26 Jason Rumney <jasonr@gnu.org>
7264
7265 * display.texi (TIFF Images): New section describing :index property.
7266
7267 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
7268
7269 * display.texi (Temporary Displays): Remove unnecessary comment
7270 about usage of temp-buffer-show-hook.
7271
7272 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
7273
7274 * symbols.texi (Other Plists): Fix incorrect example.
7275 Suggested by Florian Beck.
7276
7277 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
7278
7279 * os.texi: Fix previous change.
7280
7281 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7282
7283 * os.texi:
7284 * intro.texi:
7285 * files.texi: Remove VMS support.
7286
7287 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7288
7289 * os.texi:
7290 * frames.texi:
7291 * display.texi: Remove mentions of Mac Carbon.
7292
7293 2008-07-01 Miles Bader <miles@gnu.org>
7294
7295 * text.texi (Special Properties):
7296 * display.texi (Truncation): Add wrap-prefix and line-prefix.
7297
7298 2008-06-28 Johan Bockgård <bojohan@gnu.org>
7299
7300 * display.texi (Other Image Types): Fix copy/paste error; say
7301 "PBM", not "XBM".
7302
7303 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
7304
7305 * os.texi: Remove references to obsolete systems.
7306
7307 2008-06-20 Eli Zaretskii <eliz@gnu.org>
7308
7309 * makefile.w32-in (distclean): Remove makefile.
7310
7311 2008-06-17 Glenn Morris <rgm@gnu.org>
7312
7313 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
7314 (elisp, dist): Remove rules and variables that are obsolete now
7315 the lisp manual is no longer distributed separately.
7316
7317 2008-06-16 Glenn Morris <rgm@gnu.org>
7318
7319 * configure, configure.in, mkinstalldirs: Remove unused files.
7320
7321 * book-spine.texinfo: Set version to 23.0.60.
7322 * vol1.texi (EMACSVER):
7323 * vol2.texi (EMACSVER): Set to 23.0.60.
7324
7325 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
7326 as per maintain.info.
7327
7328 2008-06-15 Glenn Morris <rgm@gnu.org>
7329
7330 * makefile.w32-in (manual): Use "23" rather than "21".
7331
7332 * Makefile.in (emacsver): New, set by configure.
7333 (manual): Use emacsver.
7334
7335 * intro.texi: Report bugs using M-x report-emacs-bug.
7336
7337 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
7338
7339 2008-06-13 Daniel Engeler <engeler@gmail.com>
7340
7341 * elisp.texi, internals.texi, processes.texi: Add documentation
7342 about serial port access.
7343
7344 2008-06-05 Miles Bader <miles@gnu.org>
7345
7346 * display.texi (Displaying Faces): Update to reflect function
7347 renamings in face-remap.el.
7348
7349 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
7350
7351 * display.texi (Fontsets): Fix typos.
7352
7353 2008-06-03 Miles Bader <miles@gnu.org>
7354
7355 * display.texi (Displaying Faces): Add add-relative-face-remapping,
7356 remove-relative-face-remapping, set-base-face-remapping,
7357 and set-default-base-face-remapping.
7358
7359 2008-06-01 Miles Bader <miles@gnu.org>
7360
7361 * display.texi (Displaying Faces): Add face-remapping-alist.
7362
7363 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7364
7365 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
7366 variable names.
7367
7368 2008-05-03 Eric S. Raymond <esr@golux>
7369
7370 * keymaps.texi: Clarify that (current-local-map) and
7371 (current-global-map) return references, not copies.
7372
7373 2008-05-02 Juri Linkov <juri@jurta.org>
7374
7375 * minibuf.texi (Text from Minibuffer): Document a list of
7376 default values for `read-from-minibuffer'.
7377
7378 2008-04-24 Juanma Barranquero <lekktu@gmail.com>
7379
7380 * nonascii.texi (Translation of Characters): Fix previous change.
7381
7382 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
7383
7384 * display.texi (Overlay Properties): Clarify role of underlying
7385 textprop and overlay keymaps for display strings.
7386
7387 * keymaps.texi (Active Keymaps): Ditto.
7388
7389 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
7390
7391 * minibuf.texi (Programmed Completion):
7392 Replace dynamic-completion-table with the new completion-table-dynamic.
7393
7394 2008-04-07 Chong Yidong <cyd@stupidchicken.com>
7395
7396 * intro.texi (Some Terms): Change "fonts in this manual" index
7397 entry to "typographic conventions".
7398
7399 2008-04-05 Eli Zaretskii <eliz@gnu.org>
7400
7401 * objects.texi (Text Props and Strings): Add indexing for read
7402 syntax of text properties.
7403
7404 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
7405
7406 * processes.texi (Decoding Output): Remove process-filter-multibyte
7407 functions.
7408
7409 2008-03-15 Martin Rudalics <rudalics@gmx.at>
7410
7411 * display.texi (Finding Overlays): Say that empty overlays at
7412 the end of the buffer are reported too.
7413
7414 2008-03-13 Glenn Morris <rgm@gnu.org>
7415
7416 * elisp.texi (EMACSVER): Set to 23.0.60.
7417
7418 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
7419
7420 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
7421
7422 2008-02-22 Glenn Morris <rgm@gnu.org>
7423
7424 * frames.texi (Position Parameters): Clarify the description of
7425 `left' and `top', using information from "Geometry".
7426 (Geometry): Give a pointer to "Position Parameters", rather than
7427 repeating information.
7428
7429 2008-02-11 Glenn Morris <rgm@gnu.org>
7430
7431 * objects.texi (Equality Predicates): No longer talk about "two"
7432 functions.
7433
7434 2008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
7435
7436 * objects.texi (Equality Predicates): Add defun for
7437 equal-including-properties.
7438
7439 2008-02-10 Glenn Morris <rgm@gnu.org>
7440
7441 * objects.texi (Equality Predicates):
7442 Mention equal-including-properties.
7443
7444 2008-02-07 Richard Stallman <rms@gnu.org>
7445
7446 * windows.texi (Window Start): Mention the feature of moving
7447 window-start to start of line.
7448
7449 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
7450
7451 * keymaps.texi (Tool Bar): Document rtl property.
7452
7453 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
7454
7455 * display.texi (Button Types):
7456 For define-button-type, clarify type of NAME.
7457
7458 2008-01-19 Martin Rudalics <rudalics@gmx.at>
7459
7460 * buffers.texi (Buffer Modification): Fix typo.
7461
7462 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
7463
7464 * os.texi (System Environment): Remove references to OSes that are
7465 not supported anymore.
7466
7467 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
7468
7469 * os.texi (System Environment): Remove mention for Masscomp.
7470
7471 2008-01-04 Richard Stallman <rms@gnu.org>
7472
7473 * display.texi (Faces): Don't talk about internal face vector as arg
7474 to facep.
7475
7476 * customize.texi (Type Keywords): Fix previous change.
7477
7478 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
7479 * elisp.texi (Top): Fix menu for commands.texi change.
7480
7481 2007-12-30 Richard Stallman <rms@gnu.org>
7482
7483 * commands.texi (Accessing Mouse): Rename from Accessing Events.
7484 (Accessing Scroll): New node broken out of Accessing Mouse.
7485
7486 2007-12-28 Richard Stallman <rms@gnu.org>
7487
7488 * frames.texi (Size Parameters): Fix typo.
7489 (Basic Parameters): For `title', refer to title bar.
7490 (Size and Position): Explain meaning of frame pixel width and height.
7491
7492 2007-12-23 Richard Stallman <rms@gnu.org>
7493
7494 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
7495 Improve some of the commented-out keywords' text too.
7496
7497 2007-12-14 Martin Rudalics <rudalics@gmx.at>
7498
7499 * nonascii.texi (Encoding and I/O): Reword to avoid saying
7500 "visit the current buffer".
7501
7502 * os.texi (System Interface): Fix typo.
7503
7504 2007-12-04 Richard Stallman <rms@gnu.org>
7505
7506 * objects.texi (Symbol Type): Fix typo.
7507
7508 2007-12-03 Richard Stallman <rms@gnu.org>
7509
7510 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
7511
7512 2007-12-01 Glenn Morris <rgm@gnu.org>
7513
7514 * functions.texi (Declaring Functions): Improve previous change.
7515
7516 2007-11-30 Glenn Morris <rgm@gnu.org>
7517
7518 * functions.texi (Declaring Functions): Add optional fourth
7519 argument of declare-function, and setting third argument to `t'.
7520
7521 2007-11-29 Richard Stallman <rms@gnu.org>
7522
7523 * customize.texi (Composite Types): Document `group' type.
7524
7525 2007-11-29 Glenn Morris <rgm@gnu.org>
7526
7527 * functions.texi (Declaring Functions): Add findex.
7528 Mention `external' files.
7529
7530 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
7531
7532 * functions.texi (Declaring Functions): Fix directive.
7533
7534 2007-11-25 Richard Stallman <rms@gnu.org>
7535
7536 * help.texi (Help Functions): Clean up last change.
7537
7538 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
7539
7540 * loading.texi (Named Features): Minor cleanup.
7541
7542 * macros.texi (Eval During Expansion): Minor cleanup.
7543
7544 * variables.texi (Variable Aliases): Minor cleanup.
7545
7546 2007-11-24 Richard Stallman <rms@gnu.org>
7547
7548 * functions.texi (Declaring Functions): Clarify previous change.
7549
7550 * compile.texi (Compiler Errors): Clarify previous change.
7551
7552 2007-11-24 Richard Stallman <rms@gnu.org>
7553
7554 * display.texi (Refresh Screen, Forcing Redisplay):
7555 Clarify the text and move items around.
7556
7557 2007-11-24 Glenn Morris <rgm@gnu.org>
7558
7559 * functions.texi (Declaring Functions): New section.
7560 * compile.texi (Compiler Errors): Mention declaring functions,
7561 defvar with no initvalue, and byte-compile-warnings.
7562
7563 2007-11-15 Martin Rudalics <rudalics@gmx.at>
7564
7565 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
7566 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
7567
7568 2007-11-13 Martin Rudalics <rudalics@gmx.at>
7569
7570 * help.texi (Help Functions): Document new macro `with-help-window'.
7571
7572 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
7573
7574 * searching.texi (Replacing Match): Describe new
7575 `match-substitute-replacement'.
7576
7577 2007-10-31 Richard Stallman <rms@gnu.org>
7578
7579 * strings.texi (Creating Strings): Null strings from concat not unique.
7580
7581 2007-10-26 Richard Stallman <rms@gnu.org>
7582
7583 * objects.texi (Equality Predicates): Null strings are uniquified.
7584
7585 * minibuf.texi: Minor clarifications in previous change.
7586
7587 2007-10-25 Glenn Morris <rgm@gnu.org>
7588
7589 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
7590
7591 2007-10-24 Richard Stallman <rms@gnu.org>
7592
7593 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
7594
7595 * variables.texi (Frame-Local Variables): Node deleted.
7596 (Variables): Delete Frame-Local Variables from menu.
7597 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
7598 (Default Value): Don't mention frame-local vars.
7599
7600 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
7601
7602 * loading.texi (Unloading): Document FEATURE-unload-function
7603 instead of FEATURE-unload-hook.
7604
7605 * frames.texi (Multiple Displays): Don't mention frame-local vars.
7606
7607 2007-10-22 Juri Linkov <juri@jurta.org>
7608
7609 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
7610 (High-Level Completion): Document a list of default value strings
7611 in the DEFAULT argument, for which minibuffer functions return the
7612 first element.
7613
7614 2007-10-17 Juri Linkov <juri@jurta.org>
7615
7616 * text.texi (Filling): Update arguments of fill-paragraph.
7617 fill-paragraph operates on the active region in Transient Mark mode.
7618 Remove fill-paragraph-or-region.
7619
7620 2007-10-13 Karl Berry <karl@gnu.org>
7621
7622 * elisp.texi (@dircategory): Move to after @copying,
7623 since we want @copying as close as possible to the beginning of
7624 the output.
7625
7626 2007-10-12 Richard Stallman <rms@gnu.org>
7627
7628 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
7629
7630 * commands.texi (Distinguish Interactive): New node,
7631 broken out from Interactive Call and rewritten.
7632 (Command Loop): Put Distinguish Interactive in menu.
7633
7634 2007-10-09 Richard Stallman <rms@gnu.org>
7635
7636 * text.texi (Examining Properties): Mention overlay priority.
7637
7638 * display.texi (Display Margins): Correct the description
7639 of margin display specifications.
7640 (Replacing Specs): New subnode broken out of Display Property.
7641
7642 2007-10-06 Juri Linkov <juri@jurta.org>
7643
7644 * text.texi (Filling): Document fill-paragraph-or-region.
7645
7646 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
7647
7648 * display.texi (Auto Faces): Fix typo.
7649
7650 2007-10-02 Richard Stallman <rms@gnu.org>
7651
7652 * display.texi (Display Property): Explain some display specs
7653 don't let you move point in.
7654
7655 * frames.texi (Cursor Parameters):
7656 Describe cursor-in-non-selected-windows here. Explain more values.
7657
7658 * windows.texi (Basic Windows): Don't describe
7659 cursor-in-non-selected-windows here.
7660
7661 2007-10-01 Eli Zaretskii <eliz@gnu.org>
7662
7663 * processes.texi (Misc Network): Note that these functions are
7664 supported only on some systems.
7665
7666 2007-10-01 Richard Stallman <rms@gnu.org>
7667
7668 * display.texi (Overlay Properties): Explain nil as priority.
7669 Explain that conflicts are unpredictable if not resolved by
7670 priorities.
7671
7672 2007-09-23 Richard Stallman <rms@gnu.org>
7673
7674 * macros.texi (Backquote): Minor clarification.
7675
7676 2007-09-19 Richard Stallman <rms@gnu.org>
7677
7678 * display.texi (Display Property): Explain multiple display specs.
7679 Clarify when they work in parallel and when one overrides.
7680 Fix error in example.
7681
7682 2007-09-06 Glenn Morris <rgm@gnu.org>
7683
7684 Move from lispref/ to doc/lispref/. Change all setfilename
7685 commands to use ../../info.
7686 * Makefile.in (infodir): Go up one more level.
7687 (usermanualdir): Change from ../man to ../emacs.
7688 (miscmanualdir): New.
7689 (dist): Use new variable miscmanualdir.
7690 * makefile.w32-in (infodir, texinputdir): Go up one more level.
7691 (usermanualdir): Change from ../man to ../emacs.
7692
7693 2007-08-30 Martin Rudalics <rudalics@gmx.at>
7694
7695 * commands.texi (Command Loop Info): Advise against changing
7696 most variables described here. Explain new variable
7697 last-repeatable-command.
7698
7699 2007-08-29 Glenn Morris <rgm@gnu.org>
7700
7701 * elisp.texi (EMACSVER): Increase to 23.0.50.
7702
7703 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
7704
7705 * frames.texi (Basic Parameters): Add display-environment-variable
7706 and term-environment-variable.
7707
7708 2007-08-28 Juri Linkov <juri@jurta.org>
7709
7710 * display.texi (Image Formats, Other Image Types): Add SVG.
7711
7712 2007-08-28 Juri Linkov <juri@jurta.org>
7713
7714 * display.texi (Images): Move formats-related text to new node
7715 "Image Formats".
7716 (Image Formats): New node.
7717
7718 2007-08-27 Richard Stallman <rms@gnu.org>
7719
7720 * windows.texi (Window Configurations): Clarify what
7721 a window configuration saves.
7722
7723 2007-08-25 Richard Stallman <rms@gnu.org>
7724
7725 * display.texi (Images): Delete redundant @findex.
7726
7727 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
7728
7729 * text.texi (Change Hooks): (after|before)-change-functions are no
7730 longer bound to nil while running; rather inhibit-modification-hooks
7731 is t.
7732
7733 2007-08-16 Richard Stallman <rms@gnu.org>
7734
7735 * processes.texi (Asynchronous Processes):
7736 Clarify doc of start-file-process.
7737
7738 2007-08-08 Martin Rudalics <rudalics@gmx.at>
7739
7740 * modes.texi (Example Major Modes): Fix typo.
7741
7742 2007-08-08 Glenn Morris <rgm@gnu.org>
7743
7744 * intro.texi (nil and t): Do not use `iff' in documentation.
7745
7746 * tips.texi (Documentation Tips): Recommend against `iff'.
7747
7748 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
7749
7750 * display.texi (Image Cache): Document image-refresh.
7751
7752 2007-08-06 Martin Rudalics <rudalics@gmx.at>
7753
7754 * windows.texi (Size of Window): Document window-full-width-p.
7755
7756 2007-07-25 Glenn Morris <rgm@gnu.org>
7757
7758 * gpl.texi (GPL): Replace license with GPLv3.
7759
7760 * Relicense all FSF files to GPLv3 or later.
7761
7762 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
7763
7764 * processes.texi (Synchronous Processes):
7765 Add `process-file-shell-command'.
7766 (Asynchronous Processes): Mention restricted use of
7767 `process-filter' and `process-sentinel' in
7768 `start-file-process'. Add `start-file-process-shell-command'.
7769
7770 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
7771
7772 * files.texi (Magic File Names): Introduce optional parameter
7773 IDENTIFICATION for `file-remote-p'.
7774
7775 2007-07-16 Richard Stallman <rms@gnu.org>
7776
7777 * display.texi (Defining Faces): Fix previous change.
7778
7779 2007-07-14 Richard Stallman <rms@gnu.org>
7780
7781 * control.texi (Handling Errors): Document `debug' in handler list.
7782
7783 2007-07-10 Richard Stallman <rms@gnu.org>
7784
7785 * display.texi (Defining Faces): Explain C-M-x feature for defface.
7786
7787 2007-07-09 Richard Stallman <rms@gnu.org>
7788
7789 * files.texi (Magic File Names): Rewrite previous change.
7790
7791 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
7792
7793 * files.texi (Magic File Names): Introduce optional parameter
7794 CONNECTED for `file-remote-p'.
7795
7796 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
7797
7798 * processes.texi (Asynchronous Processes):
7799 * files.texi (Magic File Names): Add `start-file-process'.
7800
7801 2007-06-27 Richard Stallman <rms@gnu.org>
7802
7803 * files.texi (Format Conversion Piecemeal):
7804 Clarify `after-insert-file-functions' calling convention.
7805
7806 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
7807
7808 * files.texi (Magic File Names): Remove `dired-call-process'.
7809 Add `process-file'.
7810
7811 2007-06-27 Kenichi Handa <handa@m17n.org>
7812
7813 * text.texi (Special Properties): Fix description about
7814 `composition' property.
7815
7816 2007-06-26 Kenichi Handa <handa@m17n.org>
7817
7818 * nonascii.texi (Default Coding Systems): Document about the
7819 return value `undecided'.
7820
7821 2007-06-25 David Kastrup <dak@gnu.org>
7822
7823 * keymaps.texi (Active Keymaps): Document new POSITION argument of
7824 `current-active-maps'.
7825
7826 2007-06-24 Karl Berry <karl@gnu.org>
7827
7828 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
7829
7830 2007-06-15 Juanma Barranquero <lekktu@gmail.com>
7831
7832 * display.texi (Overlay Arrow): Doc fix.
7833
7834 2007-06-14 Karl Berry <karl@tug.org>
7835
7836 * anti.texi (Antinews): Typo.
7837
7838 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
7839
7840 * display.texi (Image Cache): Document image-refresh.
7841
7842 2007-06-12 Karl Berry <karl@gnu.org>
7843
7844 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
7845 * two-volume.make: New file.
7846 * .cvsignore: Ignore two-volume files.
7847
7848 2007-06-12 Tom Tromey <tromey@redhat.com>
7849
7850 * os.texi (Init File): Document user-emacs-directory.
7851
7852 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
7853
7854 * commands.texi (Click Events): Describe width and height when
7855 object is nil.
7856
7857 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
7858
7859 * commands.texi (Click Events): Layout more logically.
7860 Describe width and height.
7861 (Drag Events, Motion Events): Update to new format for position.
7862
7863 2007-06-02 Richard Stallman <rms@gnu.org>
7864
7865 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
7866
7867 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
7868
7869 * Version 22.1 released.
7870
7871 2007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7872
7873 * text.texi (Special Properties): Correct meaning of fontified face.
7874
7875 2007-05-30 Richard Stallman <rms@gnu.org>
7876
7877 * text.texi (Special Properties): Add link to Adjusting Point.
7878
7879 2007-05-12 Richard Stallman <rms@gnu.org>
7880
7881 * text.texi (Margins): indent-to-left-margin is not the default.
7882 (Mode-Specific Indent): For indent-line-function, the default
7883 is indent-relative.
7884
7885 * modes.texi (Example Major Modes): Explain last line of text-mode
7886 is redundant.
7887
7888 2007-05-10 Richard Stallman <rms@gnu.org>
7889
7890 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
7891
7892 * help.texi (Keys in Documentation): Add reference to
7893 Documentation Tips.
7894
7895 * files.texi (Format Conversion): TO-FN gets three arguments.
7896
7897 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
7898
7899 2007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
7900
7901 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
7902 * files.texi (Format Conversion): Expand intro; add menu.
7903 (Format Conversion Overview, Format Conversion Round-Trip)
7904 (Format Conversion Piecemeal): New nodes/subsections.
7905 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
7906 * text.texi (Text Properties): Remove "Saving Properties" from menu.
7907 (Saving Properties): Delete node/subsection.
7908
7909 2007-05-07 Karl Berry <karl@gnu.org>
7910
7911 * elisp.texi (EMACSVER): Back to 22.
7912
7913 2007-05-06 Richard Stallman <rms@gnu.org>
7914
7915 * processes.texi (Accepting Output): Revert most of previous change.
7916
7917 2007-05-05 Richard Stallman <rms@gnu.org>
7918
7919 * processes.texi (Accepting Output): accept-process-output
7920 uses microseconds, not milliseconds. But that arg is obsolete.
7921
7922 2007-05-04 Karl Berry <karl@tug.org>
7923
7924 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
7925
7926 2007-05-04 Eli Zaretskii <eliz@gnu.org>
7927
7928 * tips.texi (Documentation Tips): Rearrange items to place the
7929 more important ones first. Add an index entry for hyperlinks.
7930
7931 2007-05-03 Karl Berry <karl@gnu.org>
7932
7933 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
7934 (EMACSVER) [smallbook]: 22 for printed version.
7935
7936 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
7937 so restore anchor to normal position after defun. Found by Kevin Ryde.
7938
7939 2007-04-26 Glenn Morris <rgm@gnu.org>
7940
7941 * elisp.texi (EMACSVER): Increase to 22.1.50.
7942
7943 2007-04-28 Karl Berry <karl@gnu.org>
7944
7945 * elisp.texi: Improve line breaks on copyright page,
7946 similar layout to emacs manual, 8.5x11 by default.
7947
7948 2007-04-24 Richard Stallman <rms@gnu.org>
7949
7950 * text.texi (Special Properties): Add xref to Overlay Properties.
7951
7952 * display.texi (Overlay Properties): Add xref to Special Properties.
7953
7954 2007-04-22 Richard Stallman <rms@gnu.org>
7955
7956 * keymaps.texi (Extended Menu Items): Move the info about
7957 format with cached keyboard binding.
7958
7959 2007-04-21 Richard Stallman <rms@gnu.org>
7960
7961 * text.texi (Special Properties): Clarify previous change.
7962
7963 * files.texi (File Name Expansion): Clarify previous change.
7964
7965 * display.texi (Attribute Functions): Fix example for
7966 face-attribute-relative-p.
7967
7968 2007-04-19 Kenichi Handa <handa@m17n.org>
7969
7970 * text.texi (Special Properties): Document composition property.
7971
7972 2007-04-19 Glenn Morris <rgm@gnu.org>
7973
7974 * files.texi (File Name Expansion): Mention "superroot".
7975
7976 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
7977
7978 * frames.texi (Multiple Displays): Add note about "multi-monitor"
7979 setups.
7980 (Display Feature Testing): Note that display refers to all
7981 physical monitors for multi-monitor setups.
7982
7983 2007-04-14 Richard Stallman <rms@gnu.org>
7984
7985 * lists.texi (Sets And Lists): Clarify `delete' examples.
7986 Remove spurious xref to same node.
7987 Clarify xref for add-to-list.
7988
7989 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
7990
7991 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
7992 value of lisp-mode-map.
7993
7994 2007-04-11 Karl Berry <karl@gnu.org>
7995
7996 * anti.texi (Antinews):
7997 * display.texi (Overlay Properties, Defining Images):
7998 * processes.texi (Synchronous Processes, Sentinels):
7999 * syntax.texi (Syntax Table Internals):
8000 * searching.texi (Regexp Special):
8001 * nonascii.texi (Default Coding Systems):
8002 * text.texi (Special Properties):
8003 * minibuf.texi (Basic Completion): Wording to improve breaks in
8004 8.5x11 format.
8005 * elisp.texi (smallbook): New @set to more easily switch between
8006 smallbook and 8.5x11.
8007
8008 2007-04-11 Richard Stallman <rms@gnu.org>
8009
8010 * text.texi (Lazy Properties): Minor fix.
8011
8012 2007-04-08 Karl Berry <karl@gnu.org>
8013
8014 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
8015 * macros.texi (Backquote): Downcase Backquote in index entries for
8016 consistency.
8017
8018 2007-04-08 Richard Stallman <rms@gnu.org>
8019
8020 * text.texi (Adaptive Fill): Just describe default,
8021 don't show it (since it contains non-ASCII chars).
8022
8023 2007-04-07 Karl Berry <karl@gnu.org>
8024
8025 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
8026 adaptive-fill-regexp's value, since they are not in the standard
8027 TeX fonts.
8028
8029 2007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
8030
8031 * display.texi (Defining Faces): Fix example.
8032
8033 2007-04-07 Karl Berry <karl@gnu.org>
8034
8035 * display.texi (Button Buffer Commands): Improve page break.
8036
8037 2007-04-07 Richard Stallman <rms@gnu.org>
8038
8039 * advice.texi (Activation of Advice): Remove redundant index entry.
8040
8041 * backups.texi: Improve index entries. Remove redundant ones.
8042
8043 * compile.texi (Byte Compilation): Improve index entry.
8044
8045 * hash.texi (Creating Hash): Improve index entry.
8046
8047 * symbols.texi (Definitions): Improve index entry.
8048
8049 * edebug.texi: Improve index entries. Remove redundant/useless ones.
8050
8051 * maps.texi (Standard Keymaps): Remove useless index entry.
8052
8053 * help.texi (Documentation Basics): Remove redundant index entries.
8054
8055 * customize.texi: Improve index entries.
8056 Remove redundant/useless ones.
8057
8058 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
8059
8060 * streams.texi (Output Variables): Improve index entry.
8061
8062 * abbrevs.texi (Abbrevs): Remove useless index entry.
8063
8064 * macros.texi (Expansion): Remove useless index entry.
8065
8066 * text.texi: Improve index entries. Remove redundant/useless ones.
8067 (Text Properties, Examining Properties)
8068 (Special Properties): Use "property category" instead of "category"
8069 to refer to the `category' property.
8070
8071 * positions.texi: Improve index entries. Remove useless one.
8072
8073 * lists.texi: Improve index entries. Remove redundant/useless ones.
8074
8075 * os.texi: Improve index entries.
8076 (Timers): Fix previous change.
8077
8078 * buffers.texi: Improve index entries.
8079 (Modification Time): Get rid of term "obsolete buffer".
8080
8081 * debugging.texi: Improve index entries.
8082 (Test Coverage): Add xref to other test coverage ftr.
8083
8084 * eval.texi: Improve index entry. Remove redundant ones.
8085
8086 * numbers.texi: Improve index entries. Remove redundant/useless ones.
8087
8088 * files.texi: Improve index entries. Remove redundant/useless ones.
8089
8090 * objects.texi: Improve index entries.
8091
8092 * processes.texi: Improve index entries.
8093
8094 * modes.texi: Improve index entry. Remove redundant one.
8095
8096 * nonascii.texi: Improve index entries.
8097
8098 * internals.texi: Improve index entries.
8099
8100 * syntax.texi: Improve index entries.
8101
8102 * keymaps.texi (Active Keymaps): Improve index entries.
8103
8104 * commands.texi: Improve index entries. Remove redundant/useless ones.
8105
8106 * frames.texi: Improve index entries. Remove redundant/useless ones.
8107
8108 * markers.texi: Improve index entries. Remove redundant ones.
8109
8110 * tips.texi: Improve index entries.
8111
8112 * loading.texi (Unloading): Improve index entry.
8113
8114 * variables.texi: Improve index entries. Remove redundant one.
8115
8116 * sequences.texi: Improve index entry.
8117
8118 * display.texi: Improve index entries. Remove redundant ones.
8119
8120 * windows.texi: Improve index entries.
8121
8122 * searching.texi: Improve index entries. Remove redundant one.
8123
8124 * strings.texi (Case Tables): Improve last change.
8125
8126 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
8127
8128 * strings.texi (Case Tables): Document with-case-table and
8129 ascii-case-table.
8130
8131 2007-04-03 Karl Berry <karl@gnu.org>
8132
8133 * processes.texi (Network): Reword to improve page break.
8134
8135 2007-04-03 Eli Zaretskii <eliz@gnu.org>
8136
8137 * functions.texi (Inline Functions): Describe more disadvantages
8138 of defsubst, and make advice against it stronger.
8139
8140 2007-04-02 Karl Berry <karl@gnu.org>
8141
8142 * backups.texi (Backup Names): Avoid widow words.
8143 * modes.texi (Example Major Modes): Align last comment.
8144
8145 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
8146
8147 * keymaps.texi (Remapping Commands): Document new arg to
8148 command-remapping.
8149
8150 2007-04-01 Karl Berry <karl@gnu.org>
8151
8152 * processes.texi (Low-Level Network): Typo.
8153 * loading.texi (Hooks for Loading): Avoid double "the".
8154 * keymaps.texi (Key Sequences): No double "and".
8155 (Changing Key Bindings): Shorten to improve line break.
8156
8157 2007-03-31 Glenn Morris <rgm@gnu.org>
8158
8159 * os.texi (Timers): Fix description of run-at-time TIME formats.
8160
8161 2007-03-31 Richard Stallman <rms@gnu.org>
8162
8163 * display.texi (Invisible Text): Correct buffer-invisibility-spec
8164 regarding ellipsis.
8165
8166 2007-03-31 Eli Zaretskii <eliz@gnu.org>
8167
8168 * intro.texi (nil and t):
8169 * symbols.texi (Plists and Alists):
8170 * variables.texi (Variable Aliases, Constant Variables):
8171 * functions.texi (Defining Functions):
8172 * advice.texi (Advising Primitives):
8173 * debugging.texi (Syntax Errors, Compilation Errors):
8174 * minibuf.texi (Minibuffer Windows):
8175 * commands.texi (Adjusting Point):
8176 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
8177 (Auto Major Mode, Major Mode Conventions):
8178 * help.texi (Describing Characters):
8179 * files.texi (Create/Delete Dirs, Information about Files)
8180 (File Locks, Writing to Files, Reading from Files)
8181 (Saving Buffers):
8182 * windows.texi (Resizing Windows, Cyclic Window Ordering):
8183 * frames.texi (Finding All Frames):
8184 * positions.texi (Buffer End, Motion):
8185 * markers.texi (The Region):
8186 * text.texi (Deletion, Near Point):
8187 * display.texi (Displaying Messages, Truncation):
8188 * os.texi (Processor Run Time):
8189 * tips.texi (Key Binding Conventions, Programming Tips)
8190 (Warning Tips, Documentation Tips, Comment Tips):
8191 * internals.texi (Memory Usage): Improve indexing.
8192
8193 * variables.texi (Frame-Local Variables):
8194 * functions.texi (Argument List):
8195 * loading.texi (Library Search):
8196 * streams.texi (Output Variables):
8197 * keymaps.texi (Translation Keymaps, Searching Keymaps):
8198 * searching.texi (Replacing Match, Search and Replace):
8199 * processes.texi (Byte Packing, Decoding Output)
8200 (Accepting Output, Network Servers, Shell Arguments):
8201 * display.texi (Abstract Display, Image Cache, Scroll Bars):
8202 * windows.texi (Window Point, Window Start):
8203 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
8204 * commands.texi (Reading Input, Keyboard Events):
8205 * minibuf.texi (Reading File Names, Minibuffer Completion)
8206 (Recursive Mini):
8207 * positions.texi (List Motion):
8208 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
8209 * numbers.texi (Arithmetic Operations, Math Functions)
8210 (Predicates on Numbers, Comparison of Numbers, Numeric Conversions):
8211 * locals.texi (Standard Buffer-Local Variables):
8212 * maps.texi (Standard Keymaps):
8213 * os.texi (User Identification, System Environment, Recording Input)
8214 (X11 Keysyms):
8215 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
8216 * backups.texi (Backups and Auto-Saving):
8217 * customize.texi (Customization, Group Definitions)
8218 (Variable Definitions):
8219 * compile.texi (Byte Compilation): Improve index entries.
8220
8221 2007-03-31 Karl Berry <karl@gnu.org>
8222
8223 * macros.texi (Defining Macros): Avoid widow syllable.
8224
8225 2007-03-31 Eli Zaretskii <eliz@gnu.org>
8226
8227 * elisp.texi (Top): Postscript -> PostScript.
8228
8229 * display.texi (Images, Postscript Images): Postscript -> PostScript.
8230
8231 2007-03-31 Markus Triska <markus.triska@gmx.at>
8232
8233 * internals.texi (Writing Emacs Primitives): Untabify `For'.
8234
8235 2007-03-30 Karl Berry <karl@gnu.org>
8236
8237 * lists.texi (List-related Predicates): Remove spurious @need.
8238 (Setcdr): Use @smallexample to improve page break.
8239 (Association Lists) <assoc>: Reword to improve page break.
8240
8241 * strings.texi (String Conversion): Insert blank line to improve
8242 page break.
8243
8244 * numbers.texi (Random Numbers): Use @minus{}.
8245 (Math Functions): Use @minus{}.
8246
8247 * intro.texi (Acknowledgements): Avoid line breaks before middle
8248 initials.
8249
8250 2007-03-24 Eli Zaretskii <eliz@gnu.org>
8251
8252 * errors.texi (Standard Errors): Add an index entry.
8253
8254 2007-03-19 Richard Stallman <rms@gnu.org>
8255
8256 * os.texi (Recording Input): recent-keys now gives 300 keys.
8257
8258 2007-03-12 Glenn Morris <rgm@gnu.org>
8259
8260 * os.texi: Replace "daylight savings" with "daylight saving"
8261 throughout.
8262
8263 2007-03-05 Richard Stallman <rms@gnu.org>
8264
8265 * variables.texi (File Local Variables):
8266 Update enable-local-variables values.
8267
8268 2007-03-04 Richard Stallman <rms@gnu.org>
8269
8270 * syntax.texi (Control Parsing): Minor clarification.
8271
8272 * strings.texi (Formatting Strings): Clarify width, precision, flags.
8273
8274 * sequences.texi (Sequence Functions): Move string-bytes away,
8275 add xref.
8276
8277 * nonascii.texi (Text Representations): Move string-bytes here.
8278
8279 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
8280
8281 * minibuf.texi (Basic Completion): Minor clarification.
8282
8283 * markers.texi (The Mark): Clarify existence vs activation of mark.
8284 Other cleanup.
8285
8286 * display.texi (Finding Overlays): Write better example.
8287
8288 * compile.texi (Eval During Compile): Clarify putting macros
8289 in eval-when-compile.
8290
8291 2007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
8292
8293 * loading.texi (How Programs Do Loading): Fix anchor position at
8294 load-read-function definition doc.
8295
8296 2007-02-21 Kim F. Storm <storm@cua.dk>
8297
8298 * strings.texi (Text Comparison): Mention that assoc-string
8299 converts symbols to strings before testing.
8300
8301 2007-02-17 Kim F. Storm <storm@cua.dk>
8302
8303 * processes.texi (Bindat Spec): Vector types can have optional
8304 element type.
8305 (Bindat Examples): Fix example. Add vector with element type.
8306
8307 2007-02-16 Andreas Schwab <schwab@suse.de>
8308
8309 * strings.texi (Formatting Strings): Document '+' flag.
8310
8311 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
8312
8313 * strings.texi (Modifying Strings): Clarify that `clear-string'
8314 always converts the string to unibyte.
8315
8316 2007-02-14 Kim F. Storm <storm@cua.dk>
8317
8318 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
8319 Rewrite glyph code description to refer to these functions.
8320 Remove details of encoding face number and char into integer code.
8321
8322 2007-02-03 Alan Mackenzie <acm@muc.de>
8323
8324 * loading.texi (Hooks for Loading): Make the description of
8325 `eval-after-load' more detailed, and amend the description of
8326 after-load-alist, in accordance with changes from 2006-05.
8327
8328 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
8329
8330 * modes.texi (Defining Minor Modes): Document that a :require
8331 keyword or similar may be required to make saved customization
8332 variables work.
8333
8334 2007-02-03 Eli Zaretskii <eliz@gnu.org>
8335
8336 * elisp.texi (Top): Make the detailed menu headers compliant with
8337 Texinfo guidelines and with what texnfo-upd.el expects.
8338 Add comments to prevent people from inadvertently modifying the key
8339 parts needed by `texinfo-multiple-files-update'.
8340
8341 2007-02-02 Eli Zaretskii <eliz@gnu.org>
8342
8343 * elisp.texi (Top): Update the top-level menus.
8344
8345 * syntax.texi (Categories): Add index entries.
8346
8347 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
8348
8349 * display.texi (Attribute Functions): Fix name and description of
8350 the UNDERLINE arg of `set-face-underline-p'.
8351
8352 2007-01-29 Eli Zaretskii <eliz@gnu.org>
8353
8354 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
8355 Variables", and "Standard Keymaps" to the detailed menu.
8356
8357 * variables.texi (Future Local Variables): Add index entry.
8358
8359 2007-01-28 Richard Stallman <rms@gnu.org>
8360
8361 * tips.texi (Coding Conventions): Clarify the tip about macros
8362 that define a function or a variable.
8363
8364 * files.texi (File Attributes): UID and GID can be floats.
8365 (Magic File Names): Explain why deferring all operations to
8366 the standard handler does not work.
8367
8368 2007-01-23 Martin Rudalics <rudalics@gmx.at>
8369
8370 * backups.texi (Reverting): Use "buffer" instead of "file"
8371 when talking about major and minor modes.
8372
8373 2007-01-21 Richard Stallman <rms@gnu.org>
8374
8375 * help.texi (Documentation): Add xref to Documentation Tips.
8376
8377 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
8378
8379 * tips.texi (Coding Conventions): Fix typos.
8380
8381 2007-01-05 Richard Stallman <rms@gnu.org>
8382
8383 * modes.texi (Defining Minor Modes): Fix previous change.
8384
8385 2007-01-03 Richard Stallman <rms@gnu.org>
8386
8387 * customize.texi (Variable Definitions, Customization Types):
8388 Don't use * in doc string for defcustom.
8389
8390 2007-01-02 Richard Stallman <rms@gnu.org>
8391
8392 * variables.texi (Variable Aliases): Clarify that aliases vars
8393 always have the same value.
8394
8395 * processes.texi (Bindat Spec): Fix Texinfo usage.
8396
8397 * modes.texi (Defining Minor Modes): Explain effect of command
8398 defined with define-global-minor-mode on new buffers.
8399
8400 2006-12-30 Kim F. Storm <storm@cua.dk>
8401
8402 * keymaps.texi (Tool Bar): Describe `grow-only' value of
8403 `auto-resize-tool-bars'.
8404
8405 2006-12-30 Richard Stallman <rms@gnu.org>
8406
8407 * keymaps.texi (Active Keymaps): Fix previous change.
8408
8409 2006-12-30 Nick Roberts <nickrob@snap.net.nz>
8410
8411 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
8412
8413 2006-12-30 Kim F. Storm <storm@cua.dk>
8414
8415 * processes.texi (Bindat Spec): Clarify using field names in
8416 length specifications.
8417
8418 2006-12-29 Kim F. Storm <storm@cua.dk>
8419
8420 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
8421 Add count and index variables for eval forms in repeat blocks.
8422
8423 2006-12-24 Richard Stallman <rms@gnu.org>
8424
8425 * customize.texi (Variable Definitions):
8426 Document new name custom-add-frequent-value.
8427
8428 2006-12-19 Kim F. Storm <storm@cua.dk>
8429
8430 * commands.texi (Misc Events): User signals now result in sigusr1
8431 and sigusr2 events which are handled through special-event-map.
8432 (Special Events): User signals and drag-n-drop are special.
8433
8434 2006-12-17 Richard Stallman <rms@gnu.org>
8435
8436 * loading.texi (Named Features): Explain subfeatures better.
8437
8438 * customize.texi: Use "option" only for user options.
8439 For the keyword values inside defcustom etc, say "keywords".
8440 For :options value's elements, say "elements".
8441 :group should not be omitted.
8442
8443 * syntax.texi (Parsing Expressions): Split up node.
8444 (Motion via Parsing, Position Parse, Parser State)
8445 (Low-Level Parsing, Control Parsing): New subnodes.
8446 (Parser State): Document syntax-ppss-toplevel-pos.
8447
8448 * positions.texi (List Motion): Punctuation fix.
8449
8450 * files.texi (File Name Completion): Document PREDICATE arg
8451 to file-name-completion.
8452
8453 2006-12-16 Eli Zaretskii <eliz@gnu.org>
8454
8455 * internals.texi (Building Emacs, Writing Emacs Primitives):
8456 Add index entries.
8457
8458 2006-12-11 Richard Stallman <rms@gnu.org>
8459
8460 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
8461 affects face menu. Explain how to make it non-nil without enabling
8462 any fontification.
8463
8464 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
8465
8466 * modes.texi (Font Lock Basics): Document nil value of
8467 font-lock-defaults.
8468
8469 2006-12-10 Glenn Morris <rgm@gnu.org>
8470
8471 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
8472 value for system-flag argument. Abbrev tables may not be empty
8473 when major modes are loaded.
8474
8475 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
8476
8477 * makefile.w32-in (maintainer-clean): Partially revert last
8478 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
8479 to protect elisp-covers.texi.
8480
8481 2006-12-07 Juanma Barranquero <lekktu@gmail.com>
8482
8483 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
8484 Don't remove elisp* info files; they are already deleted by the
8485 `clean' and `distclean' targets, and they are in the $(infodir)
8486 directory, not the current one.
8487
8488 2006-12-04 Kim F. Storm <storm@cua.dk>
8489
8490 * commands.texi (Misc Events): Update signal events.
8491 (Event Examples): Add signal example.
8492
8493 2006-11-29 Richard Stallman <rms@gnu.org>
8494
8495 * frames.texi (Visibility of Frames): Explain visible windows
8496 can be covered by others. Add xref for raise-frame.
8497
8498 2006-11-28 Richard Stallman <rms@gnu.org>
8499
8500 * searching.texi (Regexp Special): Update when ^ is special.
8501
8502 2006-11-27 Eli Zaretskii <eliz@gnu.org>
8503
8504 * customize.texi (Customization, Common Keywords)
8505 (Group Definitions, Variable Definitions, Composite Types)
8506 (Type Keywords, Customization Types): Add index entries for
8507 various customization keywords.
8508
8509 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
8510
8511 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
8512
8513 2006-11-10 Jan Djärv <jan.h.d@swipnet.se>
8514
8515 * frames.texi (Window System Selections): Remove clipboard from
8516 description of selection-coding-system.
8517
8518 2006-11-06 Richard Stallman <rms@gnu.org>
8519
8520 * lists.texi (List Variables): Document COMPARE-FN.
8521
8522 * keymaps.texi: Avoid use of "binding" to mean a relation;
8523 use it only to refer to the meaning associated with a key.
8524 (Keymaps): Change menu node description.
8525
8526 * elisp.texi (Top): Change menu node description.
8527
8528 * display.texi (Managing Overlays): Document overlay-recenter.
8529
8530 2006-10-29 Chong Yidong <cyd@stupidchicken.com>
8531
8532 * Makefile.in: Use relative paths to avoid advertising filesystem
8533 contents during compilation.
8534
8535 2006-10-23 Kim F. Storm <storm@cua.dk>
8536
8537 * commands.texi (Event Input Misc): Update unread-command-events.
8538
8539 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
8540
8541 * lists.texi (Sets And Lists): Fix typos.
8542
8543 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
8544
8545 * control.texi (Processing of Errors): Use @var for an argument,
8546 not @code.
8547
8548 2006-10-16 Richard Stallman <rms@gnu.org>
8549
8550 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
8551
8552 * keymaps.texi (Format of Keymaps): Show all the keymap element
8553 patterns that result from menu items.
8554 (Key Lookup): Minor cleanups.
8555
8556 * modes.texi (Precalculated Fontification): Don't say that
8557 not setting font-lock-defaults avoids loading font-lock.
8558
8559 * help.texi (Documentation): Move xref to Emacs Manual here.
8560 (Documentation Basics): From here.
8561 Also doc emacs-lisp-docstring-fill-column.
8562
8563 * elisp.texi: Update version and ISBN.
8564
8565 * commands.texi (Interactive Call): Clarify KEYS arg to
8566 call-interactively is a vector.
8567 (Command Loop Info): Delete anchor in this-command-keys.
8568 Add anchor in this-command-keys-vector.
8569 (Recursive Editing): Document how recursive-edit
8570 handles the current buffer.
8571
8572 2006-10-13 Chong Yidong <cyd@stupidchicken.com>
8573
8574 * frames.texi (Frame Titles): %c and %l are ignored in
8575 frame-title-format.
8576
8577 2006-10-11 Richard Stallman <rms@gnu.org>
8578
8579 * keymaps.texi (Key Sequences): Clarify use of kbd.
8580
8581 2006-10-10 Kim F. Storm <storm@cua.dk>
8582
8583 * lists.texi (Sets And Lists): Add memql.
8584
8585 2006-10-03 Richard Stallman <rms@gnu.org>
8586
8587 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
8588 Clarify :ascii: and :nonascii:.
8589
8590 2006-09-29 Juri Linkov <juri@jurta.org>
8591
8592 * modes.texi (%-Constructs): Reorder coding systems in the
8593 documentation of %z to the real order displayed in the modeline.
8594
8595 2006-09-25 Richard Stallman <rms@gnu.org>
8596
8597 * os.texi (Timers): Describe timer-max-repeats.
8598
8599 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
8600
8601 * os.texi (Timers): Mention with-local-quit.
8602
8603 2006-09-24 Richard Stallman <rms@gnu.org>
8604
8605 * searching.texi (Searching and Matching): Mention property search.
8606
8607 * commands.texi (Command Loop Info): Explain how read-event affects
8608 this-command-keys.
8609
8610 2006-09-20 Richard Stallman <rms@gnu.org>
8611
8612 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
8613
8614 * windows.texi (Window Start): Minor cleanups.
8615
8616 2006-09-20 Kim F. Storm <storm@cua.dk>
8617
8618 * windows.texi (Window Start): pos-visible-in-window-p allows
8619 specifying t for position to mean "end of window".
8620 Add window-line-height.
8621
8622 * anti.texi (Antinews): Mention window-line-height.
8623
8624 2006-09-19 David Kastrup <dak@gnu.org>
8625
8626 * keymaps.texi (Searching Keymaps): Small clarification.
8627
8628 2006-09-18 Richard Stallman <rms@gnu.org>
8629
8630 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
8631 cause keyboard menus.
8632 (Menu Keymaps): Likewise.
8633 (Defining Menus, Keyboard Menus): Clarify.
8634
8635 * text.texi (Fields): Clarify explanation of constrain-to-field.
8636
8637 2006-09-16 Eli Zaretskii <eliz@gnu.org>
8638
8639 * variables.texi (Tips for Defining): Fix a typo.
8640
8641 2006-09-15 Richard Stallman <rms@gnu.org>
8642
8643 * keymaps.texi (Remapping Commands, Searching Keymaps)
8644 (Active Keymaps): Clean up previous change.
8645
8646 2006-09-15 Jay Belanger <belanger@truman.edu>
8647
8648 * gpl.texi: Replace "Library Public License" by "Lesser Public
8649 License" throughout.
8650
8651 2006-09-15 David Kastrup <dak@gnu.org>
8652
8653 * keymaps.texi (Active Keymaps): Adapt description to use
8654 `get-char-property' instead `get-text-property'. Explain how
8655 mouse events change this. Explain the new optional argument of
8656 `key-binding' and its mouse-dependent lookup.
8657 (Searching Keymaps): Adapt description similarly.
8658 (Remapping Commands): Explain the new optional argument of
8659 `command-remapping'.
8660
8661 2006-09-14 Richard Stallman <rms@gnu.org>
8662
8663 * keymaps.texi (Searching Keymaps): Clarification.
8664 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
8665
8666 2006-09-13 Richard Stallman <rms@gnu.org>
8667
8668 * objects.texi (Character Type): Node split.
8669 Add xref to Describing Characters.
8670 (Basic Char Syntax, General Escape Syntax)
8671 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
8672
8673 2006-09-11 Richard Stallman <rms@gnu.org>
8674
8675 * display.texi (Display Table Format): Wording clarification.
8676 (Glyphs): Clarifications.
8677
8678 2006-09-10 Chong Yidong <cyd@stupidchicken.com>
8679
8680 * keymaps.texi (Active Keymaps): Mention that key-binding checks
8681 local maps.
8682
8683 2006-09-10 Kim F. Storm <storm@cua.dk>
8684
8685 * display.texi (Forcing Redisplay): Document return value of
8686 function redisplay.
8687
8688 2006-09-09 Richard Stallman <rms@gnu.org>
8689
8690 * windows.texi (Window Hooks): Explain limits of
8691 window-scroll-functions.
8692
8693 * display.texi (Fringe Indicators): Update for last change in
8694 indicate-buffer-boundaries.
8695
8696 2006-09-08 Richard Stallman <rms@gnu.org>
8697
8698 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
8699
8700 2006-09-06 Kim F. Storm <storm@cua.dk>
8701
8702 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
8703
8704 * windows.texi (Window Start): Update pos-visible-in-window-p.
8705
8706 2006-09-04 Richard Stallman <rms@gnu.org>
8707
8708 * processes.texi (Accepting Output): Explain SECONDS=0 for
8709 accept-process-output.
8710
8711 * os.texi (Idle Timers): Explain why timer functions should not
8712 loop until (input-pending-p).
8713
8714 2006-09-02 Eli Zaretskii <eliz@gnu.org>
8715
8716 * makefile.w32-in (usermanualdir): New variable.
8717 (elisp.dvi): Use it.
8718
8719 2006-09-01 Eli Zaretskii <eliz@gnu.org>
8720
8721 * buffers.texi (Buffer Modification): Fix last change.
8722
8723 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
8724
8725 * buffers.texi (Buffer Modification):
8726 Document buffer-chars-modified-tick.
8727
8728 2006-08-31 Richard Stallman <rms@gnu.org>
8729
8730 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
8731
8732 2006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
8733
8734 * modes.texi (Syntactic Font Lock):
8735 Mention font-lock-syntactic-face-function
8736 instead of specific faces.
8737
8738 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
8739
8740 * display.texi (Images): Add xrref to display-images-p.
8741
8742 2006-08-28 Kenichi Handa <handa@m17n.org>
8743
8744 * nonascii.texi (Lisp and Coding Systems): Fix description of
8745 detect-coding-region.
8746
8747 2006-08-27 Michael Olson <mwolson@gnu.org>
8748
8749 * processes.texi (Transaction Queues): Remove stray quote
8750 character.
8751
8752 2006-08-25 Richard Stallman <rms@gnu.org>
8753
8754 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
8755 Add xref.
8756
8757 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
8758
8759 * os.texi (Timers): Avoid waiting inside timers.
8760
8761 2006-08-21 Lute Kamstra <lute@gnu.org>
8762
8763 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
8764
8765 2006-08-20 Richard Stallman <rms@gnu.org>
8766
8767 * os.texi (Idle Timers): New node, split out from Timers.
8768 Document current-idle-time.
8769 * commands.texi (Reading One Event): Update xref.
8770 * elisp.texi (Top): Update subnode menu.
8771
8772 2006-08-16 Richard Stallman <rms@gnu.org>
8773
8774 * keymaps.texi (Extended Menu Items): Show format of cached
8775 bindings in extended menu items.
8776
8777 * customize.texi (Variable Definitions): Explain when the
8778 standard value expression is evaluated.
8779
8780 2006-08-15 Chong Yidong <cyd@stupidchicken.com>
8781
8782 * commands.texi (Reading One Event): Explain idleness in
8783 `read-event'.
8784
8785 2006-08-12 Chong Yidong <cyd@stupidchicken.com>
8786
8787 * text.texi (Near Point): Say "cursor" not "terminal cursor".
8788 (Commands for Insertion): Remove split-line since it's not
8789 relevant for Lisp programming.
8790 (Yank Commands): Rewrite introduction.
8791 (Undo): Clarify.
8792 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
8793 (Filling): Remove redundant comment. Clarify return value of
8794 current-justification.
8795 (Margins): Minor clarifications.
8796 (Adaptive Fill): Update default value of adaptive-fill-regexp.
8797 (Sorting): Update definition of sort-lines.
8798 (Columns): Clarify behavior of sort-columns.
8799 (Indent Tabs): Link to Tab Stops in Emacs manual.
8800 (Special Properties): Clarify.
8801 (Clickable Text): Mention Buttons package.
8802
8803 2006-08-12 Kevin Ryde <user42@zip.com.au>
8804
8805 * os.texi (Time Parsing): Add %z to description of
8806 format-time-string, as per docstring. Add cross reference to
8807 glibc manual for strftime.
8808
8809 2006-08-08 Richard Stallman <rms@gnu.org>
8810
8811 * modes.texi: Clean up wording in previous change.
8812
8813 2006-08-07 Chong Yidong <cyd@stupidchicken.com>
8814
8815 * modes.texi (Hooks): Clarify.
8816 (Major Mode Basics): Mention define-derived-mode explicitly.
8817 (Major Mode Conventions): Rebinding RET is OK for some modes.
8818 Mention change-major-mode-hook and after-change-major-mode-hook.
8819 (Example Major Modes): Move to end of Modes section.
8820 (Mode Line Basics): Clarify.
8821 (Mode Line Data): Mention help-echo and local-map in strings.
8822 Explain reason for treatment of non-risky variables.
8823 (Properties in Mode): Clarify.
8824 (Faces for Font Lock): Add font-lock-negation-char-face.
8825
8826 2006-08-04 Eli Zaretskii <eliz@gnu.org>
8827
8828 * strings.texi (Formatting Strings): Warn against arbitrary
8829 strings as first arg to `format'.
8830
8831 2006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
8832
8833 * text.texi (Clickable Text): Mention `help-echo' text property.
8834 Update intro, examples and associated explanations.
8835
8836 2006-07-31 Richard Stallman <rms@gnu.org>
8837
8838 * commands.texi: Update xrefs.
8839 (Event Mod): New node, cut out from old Translating Input.
8840
8841 * maps.texi: Update xrefs.
8842
8843 * keymaps.texi (Translation Keymaps): New node.
8844 Update xrefs from Translating Input to Translation Keymaps.
8845
8846 * elisp.texi (Top): Update subnode menu.
8847
8848 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
8849
8850 * os.texi (System Interface): Fix menu descriptions of some nodes.
8851 (Translating Input): Node deleted.
8852
8853 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
8854
8855 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
8856
8857 * lists.texi (Sets And Lists): Likewise.
8858
8859 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
8860
8861 * text.texi (Fields): Mention POS
8862 requirement when narrowing is in effect.
8863
8864 2006-07-28 Richard Stallman <rms@gnu.org>
8865
8866 * display.texi (Face Attributes): Simplify wording.
8867 (Attribute Functions): Clarify meaning of new-frame default
8868 attribute settings.
8869
8870 * customize.texi (Common Keywords): Document how to use
8871 :package-version in a package not in Emacs.
8872
8873 2006-07-28 Kim F. Storm <storm@cua.dk>
8874
8875 * commands.texi (Reading One Event): Fix last change.
8876
8877 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
8878
8879 * commands.texi (Reading One Event): Document SECONDS argument for
8880 read-event, read-char, and read-char-exclusive.
8881
8882 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
8883
8884 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
8885 to ensure correct identification.
8886
8887 2006-07-24 Richard Stallman <rms@gnu.org>
8888
8889 * text.texi (Clickable Text): Clarify.
8890
8891 * sequences.texi (Vector Functions): Delete duplicate xref.
8892
8893 * objects.texi (Function Type): Clarify.
8894
8895 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
8896 modes.
8897
8898 * lists.texi (List Variables): New node.
8899 Material moved from other nodes.
8900
8901 * variables.texi (Setting Variables): add-to-list and
8902 add-to-ordered-list moved to List Variables node.
8903
8904 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
8905
8906 * text.texi (Links and Mouse-1):
8907 For mouse-on-link-p, expand on arg POS.
8908
8909 2006-07-21 Kim F. Storm <storm@cua.dk>
8910
8911 * display.texi (Forcing Redisplay): Don't mention systems which
8912 don't support sub-second timers for redisplay-preemption-period.
8913
8914 * os.texi (Terminal Output): Clarify text vs graphical terminal.
8915
8916 2006-07-21 Eli Zaretskii <eliz@gnu.org>
8917
8918 * frames.texi (Input Focus): Document that focus-follows-mouse has
8919 no effect on MS-Windows.
8920
8921 2006-07-18 Richard Stallman <rms@gnu.org>
8922
8923 * display.texi (Forcing Redisplay): Cleanups in previous change.
8924
8925 * processes.texi (Low-Level Network): Make menu more convenient.
8926
8927 2006-07-18 Kim F. Storm <storm@cua.dk>
8928
8929 * display.texi (Forcing Redisplay): redisplay-preemption-period
8930 only used on window systems. Add xref to Terminal Output.
8931
8932 * os.texi (Terminal Output): baud-rate only controls preemption on
8933 non-window systems. Add xref to Forcing Redisplay.
8934
8935 * processes.texi (Low-Level Network): Rename node "Make Network"
8936 to "Network Processes".
8937
8938 2006-07-18 Karl Berry <karl@gnu.org>
8939
8940 * variables.texi, functions.texi, customize.texi, loading.texi:
8941 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
8942
8943 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
8944
8945 * commands.texi (Waiting): Document batch-mode sit-for behavior.
8946
8947 2006-07-17 Richard Stallman <rms@gnu.org>
8948
8949 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
8950 Put period and comma inside quotes.
8951
8952 * loading.texi, markers.texi: Use real doublequote inside menus.
8953
8954 * windows.texi: Put point and comma inside quotes.
8955 (Textual Scrolling): Use @samp for error message.
8956
8957 * variables.texi, tips.texi, syntax.texi, symbols.texi:
8958 * strings.texi, streams.texi, processes.texi, os.texi:
8959 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
8960 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
8961 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
8962 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
8963 Put point and comma inside quotes.
8964
8965 * control.texi (Processing of Errors): Add command-error-function.
8966
8967 * variables.texi (File Local Variables): Clarify that
8968 file local variables make buffer-local bindings.
8969
8970 * modes.texi (Syntactic Font Lock): Give default for
8971 font-lock-syntax-table.
8972
8973 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
8974
8975 * text.texi (Special Properties): Clean up previous change.
8976
8977 2006-07-16 Karl Berry <karl@gnu.org>
8978
8979 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
8980 * control.texi: Fix bad page breaks through chapter 10 (control).
8981
8982 * anti.texi (Antinews): Reorder face-attribute fns to avoid
8983 underfull hbox.
8984
8985 2006-07-15 Nick Roberts <nickrob@snap.net.nz>
8986
8987 * text.texi (Special Properties): Describe fontified text property
8988 in relation to a character (not text).
8989
8990 2006-07-15 Kim F. Storm <storm@cua.dk>
8991
8992 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
8993 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
8994 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
8995
8996 * anti.texi (Antinews): Mention redisplay function.
8997 The kbd macro existed, but was not documented, before 22.x.
8998 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
8999
9000 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
9001
9002 * display.texi (Displaying Messages): Add anchor.
9003
9004 * frames.texi (Dialog Boxes): Use it.
9005
9006 2006-07-12 Richard Stallman <rms@gnu.org>
9007
9008 * objects.texi (Frame Type): Explain nature of frames better.
9009
9010 * frames.texi (Frames): Explain nature of frames better.
9011
9012 2006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
9013
9014 * tips.texi (Coding Conventions): Explain why use cl at compile time.
9015
9016 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9017
9018 * frames.texi (Window System Selections): Mention scrap support for Mac.
9019 Default value of x-select-enable-clipboard is t on Mac.
9020
9021 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
9022
9023 2006-07-11 Kim F. Storm <storm@cua.dk>
9024
9025 * display.texi (Forcing Redisplay): Add `redisplay' function.
9026 Don't mention (sit-for -1) -- use (redisplay t) instead.
9027
9028 * commands.texi (Waiting): (sit-for -1) is no longer special.
9029 (sit-for 0) is equivalent to (redisplay).
9030 Iconifying/deiconifying no longer makes sit-for return.
9031
9032 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
9033
9034 * display.texi (Buttons): Fix typo.
9035
9036 * index.texi, elisp.texi (New Symbols): Comment node out.
9037
9038 2006-07-09 Richard Stallman <rms@gnu.org>
9039
9040 * display.texi (Truncation): Clean up previous change.
9041
9042 2006-07-08 Richard Stallman <rms@gnu.org>
9043
9044 * commands.texi (Interactive Call): Use 3 as prefix in example
9045 for execute-extended-command.
9046
9047 * display.texi (Attribute Functions): Move paragraph about
9048 compatibility with Emacs < 21.
9049
9050 2006-07-09 Kim F. Storm <storm@cua.dk>
9051
9052 * display.texi (Refresh Screen): Clarify force-window-update.
9053 (Truncation): "Normally" indicated by fringe arrows.
9054
9055 2006-07-08 Eli Zaretskii <eliz@gnu.org>
9056
9057 * windows.texi (Textual Scrolling, Resizing Windows):
9058 * variables.texi (Constant Variables):
9059 * text.texi (Buffer Contents, Deletion, Changing Properties)
9060 (Property Search, Special Properties, Sticky Properties)
9061 (Links and Mouse-1, Fields, Change Hooks):
9062 * syntax.texi (Syntax Table Functions, Parsing Expressions)
9063 (Categories):
9064 * symbols.texi (Other Plists):
9065 * streams.texi (Output Variables):
9066 * processes.texi (Input to Processes, Query Before Exit):
9067 * positions.texi (Word Motion, Text Lines, List Motion):
9068 * os.texi (Init File, System Environment, Sound Output)
9069 (Session Management):
9070 * nonascii.texi (Text Representations, Character Sets)
9071 (Chars and Bytes, Locales):
9072 * modes.texi (Defining Minor Modes, Header Lines):
9073 * minibuf.texi (Minibuffer Contents):
9074 * markers.texi (Information from Markers):
9075 * lists.texi (List Elements, Building Lists, Association Lists):
9076 * keymaps.texi (Tool Bar):
9077 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
9078 * functions.texi (What Is a Function, Mapping Functions):
9079 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
9080 (Color Names, Text Terminal Colors, Display Feature Testing):
9081 * files.texi (Visiting Functions, File Name Components)
9082 (Unique File Names, Contents of Directories):
9083 * display.texi (Forcing Redisplay, Displaying Messages)
9084 (Temporary Displays, Font Selection, Auto Faces)
9085 (Font Lookup, Fringe Indicators, Display Margins)
9086 (Image Descriptors, Showing Images, Image Cache, Button Types)
9087 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
9088 (Display Table Format, Glyphs):
9089 * control.texi (Iteration):
9090 * commands.texi (Command Loop Info, Adjusting Point):
9091 * backups.texi (Making Backups, Auto-Saving):
9092 Remove @tindex entries.
9093
9094 2006-07-07 Kim F. Storm <storm@cua.dk>
9095
9096 * display.texi (Fringe Cursors): Fix typo.
9097 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
9098 (Overlay Arrow): Default is overlay-arrow fringe indicator.
9099
9100 2006-07-05 Richard Stallman <rms@gnu.org>
9101
9102 * text.texi (Buffer Contents): Add example of text props
9103 in result of buffer-substring.
9104 (Text Properties): Explain better about use of specific property names.
9105 (Property Search): Some cleanups; reorder some functions.
9106
9107 * keymaps.texi (Changing Key Bindings): Cleanup.
9108 Add xref to Key Binding Conventions.
9109
9110 * display.texi (Attribute Functions): Add examples for
9111 face-attribute-relative-p.
9112
9113 * tips.texi (Coding Conventions): Cleanup last change.
9114
9115 2006-07-05 Karl Berry <karl@gnu.org>
9116
9117 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
9118 Remove @setchapternewpage odd.
9119 Result is 1013 pages, down from 1100.
9120
9121 * anti.texi, customize.texi, display.texi, internals.texi:
9122 * minibuf.texi, modes.texi, tips.texi:
9123 Fix overfull/underfull boxes.
9124
9125 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
9126
9127 * edebug.texi (Instrumenting):
9128 Add Edebug-specific findex for eval-buffer.
9129 * loading.texi (Loading):
9130 Replace eval-current-buffer with eval-buffer.
9131
9132 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
9133
9134 * locals.texi (Standard Buffer-Local Variables): Update the list
9135 of variables.
9136
9137 2006-06-26 Nick Roberts <nickrob@snap.net.nz>
9138
9139 * files.texi (File Name Completion): Point user to the node
9140 "Reading File Names".
9141
9142 2006-06-24 Eli Zaretskii <eliz@gnu.org>
9143
9144 * files.texi (Contents of Directories): Document case-insensitive
9145 behavior on respective filesystems.
9146
9147 * objects.texi (Character Type): Document that Emacs signals an
9148 error for unsupported Unicode characters specified as \uNNNN.
9149
9150 2006-06-19 Richard Stallman <rms@gnu.org>
9151
9152 * processes.texi (Bindat Spec): Clarify previous change.
9153
9154 2006-06-16 Richard Stallman <rms@gnu.org>
9155
9156 * tips.texi (Coding Conventions): Better explain conventions
9157 for definition constructs.
9158
9159 * text.texi (Special Properties): String value of `read-only'
9160 serves as the error message.
9161
9162 * objects.texi (Character Type): Clarify prev. change.
9163 (Non-ASCII in Strings): Mention \u and \U.
9164
9165 * commands.texi (Using Interactive): Explain problem of
9166 markers, etc., in command-history.
9167
9168 2006-06-14 Kim F. Storm <storm@cua.dk>
9169
9170 * commands.texi (Waiting): Negative arg to sit-for forces
9171 redisplay even if input is pending.
9172
9173 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
9174 redisplay. Remove incorrect example of binding redisplay-dont-pause
9175 around (sit-for 0).
9176
9177 2006-06-13 Richard Stallman <rms@gnu.org>
9178
9179 * display.texi (Forcing Redisplay): Clarify previous change.
9180
9181 2006-06-13 Romain Francoise <romain@orebokech.com>
9182
9183 * display.texi (Forcing Redisplay): Fix typo.
9184
9185 2006-06-13 Kim F. Storm <storm@cua.dk>
9186
9187 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
9188
9189 2006-06-10 Luc Teirlinck <teirllm@auburn.edu>
9190
9191 * tips.texi (Coding Conventions): Add `@end itemize'.
9192
9193 2006-06-10 Richard Stallman <rms@gnu.org>
9194
9195 * tips.texi (Coding Conventions): Explain use of coding systems
9196 to ensure one decoding for strings.
9197
9198 2006-06-09 Aidan Kehoe <kehoea@parhasard.net>
9199
9200 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
9201 syntax.
9202
9203 2006-06-07 Eli Zaretskii <eliz@gnu.org>
9204
9205 * display.texi (Font Selection): Remove description of
9206 clear-face-cache.
9207
9208 * compile.texi (Eval During Compile): Fix a typo. Add index
9209 entries for possible uses of eval-when-compile.
9210
9211 2006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
9212
9213 * display.texi (Abstract Display): Fix typo.
9214
9215 2006-06-03 Eli Zaretskii <eliz@gnu.org>
9216
9217 * minibuf.texi (Minibuffer History) <history-add-new-input>:
9218 Reword variable's description.
9219
9220 2006-06-01 Richard Stallman <rms@gnu.org>
9221
9222 * windows.texi (Splitting Windows): Clarify splitting nonselected
9223 window.
9224
9225 2006-05-31 Juri Linkov <juri@jurta.org>
9226
9227 * minibuf.texi (Minibuffer History): Add history-add-new-input.
9228
9229 2006-05-30 Richard Stallman <rms@gnu.org>
9230
9231 * display.texi (Line Height): Fix errors in description of
9232 default line height and line-height property.
9233
9234 * nonascii.texi (Default Coding Systems): Further clarification.
9235
9236 2006-05-29 Luc Teirlinck <teirllm@auburn.edu>
9237
9238 * internals.texi (Pure Storage): Mention that an overflow in pure
9239 space causes a memory leak.
9240 (Garbage Collection): If there was an overflow in pure space,
9241 `garbage-collect' returns nil.
9242
9243 2006-05-30 Eli Zaretskii <eliz@gnu.org>
9244
9245 * nonascii.texi (Default Coding Systems): Fix it some more.
9246
9247 2006-05-29 Eli Zaretskii <eliz@gnu.org>
9248
9249 * nonascii.texi (Default Coding Systems): Fix last change.
9250
9251 2006-05-29 Kenichi Handa <handa@m17n.org>
9252
9253 * nonascii.texi (find-operation-coding-system): Describe the new
9254 argument format (FILENAME . BUFFER).
9255
9256 2006-05-28 Richard Stallman <rms@gnu.org>
9257
9258 * tips.texi (Coding Conventions): Better explain reasons not to
9259 advise other packages or use `eval-after-load'.
9260
9261 2006-05-29 Kim F. Storm <storm@cua.dk>
9262
9263 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
9264 `bindat-idx' and `bindat-raw' for clarity.
9265
9266 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
9267
9268 * processes.texi (Bindat Spec): Expand on `repeat' handler.
9269
9270 * display.texi (Display): Add "Abstract Display" to menu.
9271 (Abstract Display, Abstract Display Functions)
9272 (Abstract Display Example): New nodes.
9273 * elisp.texi (Top): Add "Abstract Display" to menu.
9274
9275 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
9276
9277 * keymaps.texi (Key Sequences): Link to input events definition.
9278 (Format of Keymaps): Delete material duplicated in Keymap Basics.
9279
9280 * files.texi (Changing Files): Document updated argument list for
9281 copy-file.
9282
9283 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
9284
9285 * processes.texi (Bindat Functions): Explain term "total length".
9286 Use it in bindat-length and bindat-pack descriptions.
9287
9288 2006-05-26 Eli Zaretskii <eliz@gnu.org>
9289
9290 * tips.texi (Coding Conventions): Advise against using
9291 eval-after-load in packages. Add an index entry.
9292
9293 2006-05-25 Juri Linkov <juri@jurta.org>
9294
9295 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
9296
9297 * modes.texi (%-Constructs): Add %e, %z, %Z.
9298
9299 2006-05-25 Richard Stallman <rms@gnu.org>
9300
9301 * elisp.texi (Top): Update subnode menu.
9302
9303 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
9304 (Keymaps): Update menu.
9305
9306 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
9307
9308 * keymaps.texi (Key Sequences): Some clarifications.
9309
9310 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
9311
9312 * processes.texi (Bindat Functions): Say "unibyte string"
9313 explicitly for bindat-unpack and bindat-pack descriptions.
9314 (Bindat Examples): Don't call `string-make-unibyte' in example.
9315
9316 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
9317
9318 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
9319 Explain string and vector representations of key sequences.
9320
9321 * keymaps.texi (Changing Key Bindings):
9322 * commands.texi (Interactive Codes):
9323 * help.texi (Describing Characters): Refer to it.
9324
9325 2006-05-23 Luc Teirlinck <teirllm@auburn.edu>
9326
9327 * frames.texi (Pointer Shape): @end table -> @end defvar.
9328
9329 2006-05-22 Richard Stallman <rms@gnu.org>
9330
9331 * elisp.texi (Top): Update subnode menus.
9332
9333 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
9334 Contents rewritten; material from old Pointer Shape node moved here.
9335
9336 * display.texi (Pointer Shape): Node deleted.
9337 (Image Descriptors): Minor cleanup.
9338
9339 2006-05-21 Richard Stallman <rms@gnu.org>
9340
9341 * syntax.texi (Parsing Expressions): Update info on which STATE
9342 elements are ignored.
9343
9344 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
9345
9346 * hooks.texi (Standard Hooks): Correct typo.
9347
9348 * gpl.texi (GPL): ifinfo -> ifnottex.
9349
9350 2006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
9351
9352 * searching.texi (Simple Match Data): Warn about match data being
9353 set anew by every search.
9354
9355 2006-05-17 Richard Stallman <rms@gnu.org>
9356
9357 * minibuf.texi (Minibuffer History): Clarify.
9358
9359 * searching.texi (Regexp Special): Clarify nested regexp warning.
9360
9361 2006-05-16 Kim F. Storm <storm@cua.dk>
9362
9363 * minibuf.texi (Minibuffer History): Update add-to-history.
9364
9365 2006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
9366
9367 * nonascii.texi (Explicit Encoding):
9368 Fix typo (encoding<->decoding).
9369
9370 2006-05-14 Richard Stallman <rms@gnu.org>
9371
9372 * buffers.texi (Creating Buffers): Cleanup.
9373
9374 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
9375
9376 2006-05-13 Eli Zaretskii <eliz@gnu.org>
9377
9378 * buffers.texi (Current Buffer): Document that with-temp-buffer
9379 disables undo.
9380
9381 * os.texi (Terminal-Specific): More accurate description of how
9382 Emacs searches for the terminal-specific libraries.
9383
9384 2006-05-12 Eli Zaretskii <eliz@gnu.org>
9385
9386 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
9387 emacs-xtra to @inforef's.
9388
9389 * text.texi (Undo): Document that undo is turned off in buffers
9390 whose names begin with a space.
9391
9392 * buffers.texi (Buffer Names): Add index entries for buffers whose
9393 names begin with a space.
9394 (Creating Buffers): Document that undo is turned off in buffers
9395 whose names begin with a space.
9396
9397 * files.texi (Visiting Functions, Reading from Files)
9398 (Saving Buffers): Mention code and EOL conversions by file I/O
9399 primitives and subroutines.
9400
9401 * nonascii.texi (Lisp and Coding Systems):
9402 Document coding-system-eol-type. Add index entries for eol conversion.
9403
9404 * display.texi (Defining Faces): Mention `mac', and add an xref to
9405 where window-system is described.
9406
9407 2006-05-10 Richard Stallman <rms@gnu.org>
9408
9409 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
9410
9411 2006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
9412
9413 * variables.texi (File Local Variables): Recommend to quote lambda
9414 expressions in safe-local-variable property.
9415
9416 2006-05-09 Richard Stallman <rms@gnu.org>
9417
9418 * variables.texi (File Local Variables):
9419 Document safe-local-eval-forms and safe-local-eval-function.
9420
9421 2006-05-07 Kim F. Storm <storm@cua.dk>
9422
9423 * minibuf.texi (Minibuffer History): Remove keep-dups arg
9424 from add-to-history.
9425
9426 2006-05-07 Romain Francoise <romain@orebokech.com>
9427
9428 * commands.texi (Event Input Misc):
9429 * compile.texi (Eval During Compile):
9430 * internals.texi (Buffer Internals):
9431 * minibuf.texi (Initial Input):
9432 * nonascii.texi (Scanning Charsets):
9433 * numbers.texi (Comparison of Numbers):
9434 * windows.texi (Textual Scrolling, Vertical Scrolling):
9435 Fix various typos.
9436
9437 2006-05-06 Eli Zaretskii <eliz@gnu.org>
9438
9439 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
9440 conditional xref's to either emacs or emacs-xtra, depending on
9441 @iftex/@ifnottex.
9442
9443 * minibuf.texi (Minibuffer History): Document add-to-history.
9444
9445 2006-05-05 Eli Zaretskii <eliz@gnu.org>
9446
9447 * internals.texi (Pure Storage): Mention the pure overflow message
9448 at startup.
9449
9450 2006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
9451
9452 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
9453 (Searching Keymaps): Fix pseudo-Lisp description of keymap
9454 search.
9455
9456 2006-05-01 Richard Stallman <rms@gnu.org>
9457
9458 * intro.texi (nil and t): Clarify.
9459
9460 * variables.texi (File Local Variables): Suggest using booleanp.
9461
9462 2006-05-01 Juanma Barranquero <lekktu@gmail.com>
9463
9464 * objects.texi (Type Predicates): Fix typos.
9465
9466 2006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
9467
9468 * intro.texi (nil and t): Add booleanp.
9469
9470 * objects.texi (Type Predicates): Add links for booleanp and
9471 string-or-null-p.
9472
9473 2006-04-29 Richard Stallman <rms@gnu.org>
9474
9475 * modes.texi (Multiline Font Lock): Rename from
9476 Multi line Font Lock Elements. Much clarification.
9477 (Font Lock Multiline, Region to Fontify): Much clarification.
9478
9479 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9480
9481 * variables.texi (File Local Variables): Remove the special case t for
9482 safe-local-variable.
9483
9484 2006-04-26 Richard Stallman <rms@gnu.org>
9485
9486 * syntax.texi (Parsing Expressions): Minor cleanup.
9487
9488 2006-04-18 Richard Stallman <rms@gnu.org>
9489
9490 * tips.texi (Coding Conventions): Explain when the package's
9491 prefix should appear later on (not at the start of the name).
9492
9493 * searching.texi (String Search): Clarify effect of NOERROR.
9494
9495 * modes.texi (Imenu): Clarify what special items do.
9496
9497 * hooks.texi (Standard Hooks): Delete text about old hook names.
9498
9499 2006-04-17 Romain Francoise <romain@orebokech.com>
9500
9501 * variables.texi (Local Variables): Update the default value of
9502 `max-specpdl-size'.
9503
9504 2006-04-15 Michael Olson <mwolson@gnu.org>
9505
9506 * processes.texi (Transaction Queues): Mention the new optional
9507 `delay-question' argument for `tq-enqueue'.
9508
9509 2006-04-13 Bill Wohler <wohler@newt.com>
9510
9511 * customize.texi (Common Keywords): Use dotted notation for
9512 :package-version value. Specify its values. Improve documentation
9513 for customize-package-emacs-version-alist.
9514
9515 2006-04-12 Bill Wohler <wohler@newt.com>
9516
9517 * customize.texi (Common Keywords): Move description of
9518 customize-package-emacs-version-alist to @defvar.
9519
9520 2006-04-10 Bill Wohler <wohler@newt.com>
9521
9522 * customize.texi (Common Keywords): Add :package-version.
9523
9524 2006-04-10 Kim F. Storm <storm@cua.dk>
9525
9526 * text.texi (Buffer Contents): Add NOPROPS arg to
9527 filter-buffer-substring.
9528
9529 2006-04-08 Kevin Ryde <user42@zip.com.au>
9530
9531 * os.texi (Command-Line Arguments): Update xref to emacs manual
9532 "Command Arguments" -> "Emacs Invocation", per change there.
9533
9534 2006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
9535
9536 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
9537 be on one line to help makeinfo not render two spaces after the dot.
9538
9539 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
9540
9541 * strings.texi (Predicates for Strings): Add string-or-null-p.
9542
9543 2006-03-28 Kim F. Storm <storm@cua.dk>
9544
9545 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
9546 remarks about systems that don't support fractional seconds.
9547
9548 2006-03-25 Karl Berry <karl@gnu.org>
9549
9550 * elisp.texi: Use @copyright{} instead of (C), and do not indent
9551 the year list.
9552
9553 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
9554
9555 * display.texi (Fringe Indicators): Fix typos.
9556
9557 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
9558
9559 * tips.texi (Documentation Tips): One can now also write `program'
9560 in front of a quoted symbol in a docstring to prevent making a
9561 hyperlink.
9562
9563 2006-03-19 Alan Mackenzie <acm@muc.de>
9564
9565 * text.texi (Special Properties): Clarify `fontified' property.
9566
9567 2006-03-16 Richard Stallman <rms@gnu.org>
9568
9569 * display.texi (Defining Images): Minor cleanup.
9570
9571 2006-03-16 Bill Wohler <wohler@newt.com>
9572
9573 * display.texi (Defining Images): In image-load-path-for-library,
9574 prefer user's images.
9575
9576 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9577
9578 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
9579
9580 2006-03-15 Bill Wohler <wohler@newt.com>
9581
9582 * display.texi (Defining Images): Fix example in
9583 image-load-path-for-library by not recommending that one binds
9584 image-load-path. Just defvar it to placate compiler and only use
9585 it if previously defined.
9586
9587 2006-03-14 Bill Wohler <wohler@newt.com>
9588
9589 * display.texi (Defining Images): In image-load-path-for-library,
9590 always return list of directories. Update example.
9591
9592 2006-03-14 Alan Mackenzie <acm@muc.de>
9593
9594 * modes.texi: New node, "Region to Fontify" (for Font Lock).
9595 This describes font-lock-extend-region-function.
9596 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
9597 the new node "Region to Fontify".
9598
9599 2006-03-13 Richard Stallman <rms@gnu.org>
9600
9601 * display.texi (Invisible Text): The impossible position is
9602 now before the invisible text, not after.
9603 (Defining Images): Clean up last change.
9604
9605 2006-03-11 Bill Wohler <wohler@newt.com>
9606
9607 * display.texi (Defining Images): Add image-load-path-for-library.
9608
9609 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
9610
9611 * text.texi (Adaptive Fill): Fix Texinfo usage.
9612
9613 * strings.texi (Creating Strings): Fix Texinfo usage.
9614
9615 * searching.texi (Regexp Special): Use @samp for regular
9616 expressions that are not in Lisp syntax.
9617
9618 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
9619
9620 * searching.texi (Regexp Special): Put remark between parentheses
9621 to avoid misreading.
9622
9623 2006-03-07 Luc Teirlinck <teirllm@auburn.edu>
9624
9625 * searching.texi (Syntax of Regexps): More accurately describe
9626 which characters are special in which situations.
9627 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
9628 are not special. Describe in detail when `[' and `]' are special.
9629 (Regexp Backslash): Plenty of regexps with unbalanced square
9630 brackets are valid, so reword that statement.
9631
9632 2006-03-02 Kim F. Storm <storm@cua.dk>
9633
9634 * keymaps.texi (Tool Bar): Add tool-bar-border.
9635
9636 2006-02-28 Luc Teirlinck <teirllm@auburn.edu>
9637
9638 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
9639
9640 2006-02-27 Luc Teirlinck <teirllm@auburn.edu>
9641
9642 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
9643
9644 * files.texi (Locating Files): Suggest additional values for the
9645 SUFFIXES arg of `locate-file'. Update pxref.
9646
9647 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
9648 (How Programs Do Loading): Discuss the effects of Auto Compression
9649 mode on `load'.
9650 (Load Suffixes): New node.
9651 (Library Search): Delete description of `load-suffixes'; it was
9652 moved to "Load Suffixes".
9653 (Autoload, Named Features): Mention `load-suffixes'.
9654
9655 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
9656
9657 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
9658
9659 * windows.texi (Window Tree): Fix typo.
9660
9661 2006-02-20 Kim F. Storm <storm@cua.dk>
9662
9663 * display.texi (Fringe Indicators): New section.
9664 Move indicate-empty-lines, indicate-buffer-boundaries, and
9665 default-indicate-buffer-boundaries here.
9666 Add fringe-indicator-alist and default-fringes-indicator-alist.
9667 Add list of logical fringe indicator symbols.
9668 Update list of standard bitmap names.
9669 (Fringe Cursors): New section.
9670 Move overflow-newline-into-fringe here.
9671 Add fringe-cursor-alist and default-fringes-cursor-alist.
9672 Add list of fringe cursor symbols.
9673
9674 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
9675
9676 * commands.texi (Using Interactive): Fix reference to node
9677 "Minibuffers".
9678
9679 2006-02-19 Richard M. Stallman <rms@gnu.org>
9680
9681 * minibuf.texi (High-Level Completion):
9682 Add xref to read-input-method-name.
9683
9684 * files.texi (Relative File Names): Move file-relative-name here.
9685 (File Name Expansion): From here. Minor clarifications.
9686
9687 * commands.texi (Using Interactive): Add xrefs about reading input.
9688 Clarify remarks about that moving point and mark.
9689 Put string case before list case.
9690
9691 2006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
9692
9693 * display.texi (Other Display Specs, Image Descriptors):
9694 Revert erroneous changes. The previous description of
9695 image-descriptors as `(image . PROPS)' was correct.
9696
9697 2006-02-14 Richard M. Stallman <rms@gnu.org>
9698
9699 * variables.texi (File Local Variables): Clarifications.
9700
9701 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
9702
9703 * variables.texi (File Local Variables): Use @code for a cons
9704 cell, not @var.
9705
9706 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
9707
9708 * variables.texi (File Local Variables): Document new file local
9709 variable behavior.
9710
9711 2006-02-10 Kim F. Storm <storm@cua.dk>
9712
9713 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
9714
9715 2006-02-08 Juanma Barranquero <lekktu@gmail.com>
9716
9717 * modes.texi (%-Constructs): Remove obsolete info about
9718 `global-mode-string'.
9719
9720 2006-02-07 Richard M. Stallman <rms@gnu.org>
9721
9722 * commands.texi (Prefix Command Arguments): Minor cleanup.
9723
9724 * display.texi: "Graphical display", not window system.
9725
9726 * functions.texi (What Is a Function): Fix xref.
9727
9728 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
9729 (Changing Key Bindings): Clarify when remapping is better than
9730 substitute-key-definition.
9731
9732 2006-02-02 Richard M. Stallman <rms@gnu.org>
9733
9734 * minibuf.texi (Basic Completion): Completion alists are risky.
9735
9736 * keymaps.texi (Active Keymaps): Clarifications.
9737 (Searching Keymaps): New node.
9738 (Keymaps): Update menu.
9739
9740 * frames.texi (Layout Parameters): Minor clarification.
9741 (Drag and Drop): New node.
9742 (Frames): Update menu.
9743
9744 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
9745
9746 * display.texi (Other Display Specs, Image Descriptors):
9747 Image description is a list, not a cons cell.
9748
9749 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
9750
9751 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
9752 list is not necessarily a list).
9753
9754 2006-01-27 Eli Zaretskii <eliz@gnu.org>
9755
9756 * frames.texi (Layout Parameters): border-width and
9757 internal-border-width belong to the frame, not the window.
9758
9759 2006-01-19 Richard M. Stallman <rms@gnu.org>
9760
9761 * nonascii.texi (Translation of Characters): Search cmds use
9762 translation-table-for-input. Automatically made local.
9763
9764 * markers.texi (Overview of Markers): Count insertion type
9765 as one of a marker's attributes.
9766
9767 * keymaps.texi (Controlling Active Maps): New node, split out of
9768 Active Keymaps.
9769 (Keymaps): Menu updated.
9770 (Active Keymaps): Give pseudocode to explain how the active
9771 maps are searched. current-active-maps and key-binding moved here.
9772 (Functions for Key Lookup): current-active-maps and key-binding moved.
9773 Clarifications.
9774 (Searching the Keymaps): New subnode.
9775
9776 * elisp.texi (Top): Menu clarification.
9777
9778 * display.texi (Other Display Specs): Delete duplicate entry for
9779 just a string as display spec. Move text about recursive display
9780 specs on such a string.
9781
9782 * commands.texi (Key Sequence Input): Clarify.
9783 Move num-nonmacro-input-events out.
9784 (Reading One Event): num-nonmacro-input-events moved here.
9785
9786 2006-01-14 Nick Roberts <nickrob@snap.net.nz>
9787
9788 * advice.texi (Simple Advice): Update example to fit argument
9789 change in previous-line.
9790
9791 2006-01-05 Richard M. Stallman <rms@gnu.org>
9792
9793 * markers.texi (The Mark): Fix in `mark'.
9794
9795 2006-01-04 Richard M. Stallman <rms@gnu.org>
9796
9797 * processes.texi (Misc Network, Make Network): Minor cleanups.
9798
9799 2006-01-04 Kim F. Storm <storm@cua.dk>
9800
9801 * processes.texi (Make Network): Add IPv6 addresses and handling.
9802 (Network Feature Testing): Mention (:family ipv6).
9803 (Misc Network): Add IPv6 formats to format-network-address.
9804
9805 2005-12-30 Richard M. Stallman <rms@gnu.org>
9806
9807 * text.texi (Changing Properties):
9808 Don't use return value of set-text-properties.
9809
9810 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
9811
9812 * modes.texi (Mode Line Format): Correct typo in menu.
9813
9814 2005-12-29 Richard M. Stallman <rms@gnu.org>
9815
9816 * modes.texi (Mode Line Top): New node.
9817 (Mode Line Data): Some text moved to new node.
9818 Explain the data structure more concretely.
9819 (Mode Line Basics): Clarifications.
9820 (Mode Line Variables): Clarify intro paragraph.
9821 (%-Constructs): Clarify intro paragraph.
9822 (Mode Line Format): Update menu.
9823
9824 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
9825
9826 * minibuf.texi (Basic Completion): Update lazy-completion-table
9827 examples for removal of ARGS argument.
9828
9829 2005-12-23 Richard M. Stallman <rms@gnu.org>
9830
9831 * text.texi (Undo): Restore some explanation from the version
9832 that was deleted.
9833
9834 2005-12-23 Eli Zaretskii <eliz@gnu.org>
9835
9836 * text.texi (Undo): Remove duplicate descriptions of `apply
9837 funname' and `apply delta' elements of the undo list.
9838
9839 2005-12-20 Richard M. Stallman <rms@gnu.org>
9840
9841 * help.texi (Help Functions): Update documentation of `apropos'.
9842
9843 2005-12-20 Luc Teirlinck <teirllm@auburn.edu>
9844
9845 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
9846 because it is confusing. If the :help-echo keyword is a function,
9847 it is not directly used as the :help-echo overlay property, as the
9848 xref seems to suggest (it does not take the appropriate args).
9849
9850 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
9851
9852 * customize.texi (Common Keywords): Fix Texinfo usage.
9853 (Group Definitions, Variable Definitions): Update for new
9854 conventions for using `*' in docstrings.
9855
9856 * tips.texi (Documentation Tips): Update for new conventions for
9857 using `*' in docstrings.
9858
9859 2005-12-16 Richard M. Stallman <rms@gnu.org>
9860
9861 * minibuf.texi (Minibuffer Contents): Minor cleanup.
9862
9863 2005-12-16 Juri Linkov <juri@jurta.org>
9864
9865 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
9866
9867 2005-12-14 Romain Francoise <romain@orebokech.com>
9868
9869 * modes.texi (Customizing Keywords): Rename `append' to `how'.
9870 Fix typo.
9871
9872 2005-12-11 Juri Linkov <juri@jurta.org>
9873
9874 * minibuf.texi (Completion Commands): Add mention of read-file-name
9875 for filename completion keymaps.
9876 (Reading File Names): Add mention of filename completion keymaps
9877 for read-file-name and xref to `Completion Commands'.
9878
9879 2005-12-10 Richard M. Stallman <rms@gnu.org>
9880
9881 * customize.texi (Common Keywords): State caveats for use of :tag.
9882
9883 2005-12-08 Richard M. Stallman <rms@gnu.org>
9884
9885 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
9886 with xrefs and better explanation.
9887 (Completion Commands): Add the filename completion maps.
9888
9889 * objects.texi (Character Type): Clarify that \s is not space
9890 if a dash follows.
9891
9892 2005-12-05 Richard M. Stallman <rms@gnu.org>
9893
9894 * windows.texi (Resizing Windows): Delete preserve-before args.
9895
9896 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9897
9898 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
9899 in full keymaps, since the quirk has been fixed.
9900
9901 2005-12-03 Eli Zaretskii <eliz@gnu.org>
9902
9903 * hooks.texi (Standard Hooks): Add index entries.
9904 Mention `compilation-finish-functions'.
9905
9906 2005-11-27 Richard M. Stallman <rms@gnu.org>
9907
9908 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
9909
9910 2005-11-21 Juri Linkov <juri@jurta.org>
9911
9912 * customize.texi (Common Keywords): Update links types
9913 custom-manual and url-link. Add link types emacs-library-link,
9914 file-link, function-link, variable-link, custom-group-link.
9915
9916 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
9917
9918 * display.texi: Revert 2005-11-20 change.
9919
9920 2005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9921
9922 * processes.texi (Bindat Functions):
9923 Say "third" to refer to zero-based index "2".
9924
9925 2005-11-18 Luc Teirlinck <teirllm@auburn.edu>
9926
9927 * loading.texi (Library Search): Update the default value of
9928 `load-suffixes'.
9929
9930 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
9931
9932 * display.texi (Attribute Functions): Mention :ignore-defface.
9933
9934 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9935
9936 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
9937 (Minor Mode Conventions): Mention the use of a hook.
9938
9939 2005-11-06 Richard M. Stallman <rms@gnu.org>
9940
9941 * files.texi (Magic File Names): find-file-name-handler checks the
9942 `operations' property of the handler.
9943
9944 2005-11-03 Richard M. Stallman <rms@gnu.org>
9945
9946 * variables.texi (Frame-Local Variables): Small clarification.
9947
9948 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
9949
9950 * os.texi (Init File): Document ~/.emacs.d/init.el.
9951
9952 2005-10-29 Richard M. Stallman <rms@gnu.org>
9953
9954 * internals.texi (Garbage Collection): Document memory-full.
9955
9956 2005-10-28 Bill Wohler <wohler@newt.com>
9957
9958 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
9959 for URLs.
9960
9961 2005-10-28 Richard M. Stallman <rms@gnu.org>
9962
9963 * minibuf.texi (Completion Commands): Clean up prev change.
9964
9965 2005-10-26 Kevin Ryde <user42@zip.com.au>
9966
9967 * compile.texi (Eval During Compile): Explain recommended uses
9968 of eval-when-compile and eval-and-compile.
9969
9970 2005-10-27 Masatake YAMATO <jet@gyve.org>
9971
9972 * minibuf.texi (Completion Commands):
9973 Write about new optional argument for `display-completion-list'.
9974
9975 2005-10-23 Richard M. Stallman <rms@gnu.org>
9976
9977 * display.texi (Overlay Arrow): Clarify about local bindings of
9978 overlay-arrow-position.
9979
9980 2005-10-22 Eli Zaretskii <eliz@gnu.org>
9981
9982 * internals.texi (Building Emacs): Fix last change.
9983
9984 2005-10-22 Richard M. Stallman <rms@gnu.org>
9985
9986 * internals.texi (Building Emacs): Document eval-at-startup.
9987
9988 2005-10-21 Richard M. Stallman <rms@gnu.org>
9989
9990 * loading.texi (Where Defined): load-history contains abs file names.
9991 symbol-file returns abs file names.
9992
9993 2005-10-19 Kim F. Storm <storm@cua.dk>
9994
9995 * display.texi (Showing Images): Add max-image-size integer value.
9996
9997 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9998
9999 * display.texi (Showing Images): Document max-image-size.
10000
10001 2005-10-17 Richard M. Stallman <rms@gnu.org>
10002
10003 * commands.texi (Quitting): Minor clarification.
10004
10005 * processes.texi (Sentinels): Clarify about output and quitting.
10006 (Filter Functions): Mention with-local-quit.
10007
10008 2005-10-17 Juri Linkov <juri@jurta.org>
10009
10010 * buffers.texi (Current Buffer):
10011 * commands.texi (Event Input Misc):
10012 * compile.texi (Eval During Compile, Compiler Errors):
10013 * customize.texi (Group Definitions):
10014 * display.texi (Progress, Defining Faces):
10015 * files.texi (Writing to Files):
10016 * modes.texi (Mode Hooks, Defining Minor Modes):
10017 * streams.texi (Output Functions):
10018 * syntax.texi (Syntax Table Functions):
10019 * text.texi (Change Hooks):
10020 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
10021
10022 * commands.texi (Quitting): Replace arg `forms' with `body' in
10023 `with-local-quit'.
10024
10025 * positions.texi (Excursions): Replace arg `forms' with `body' in
10026 `save-excursion'.
10027
10028 2005-10-08 Kim F. Storm <storm@cua.dk>
10029
10030 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
10031 Rename manual section accordingly.
10032
10033 2005-10-04 Kim F. Storm <storm@cua.dk>
10034
10035 * windows.texi (Window Split Tree): New section describing
10036 new function window-split-tree function.
10037
10038 2005-10-03 Nick Roberts <nickrob@snap.net.nz>
10039
10040 * display.texi (Fringe Size/Pos): Simplify and add detail.
10041
10042 2005-09-30 Romain Francoise <romain@orebokech.com>
10043
10044 * minibuf.texi (High-Level Completion): Explain that the prompt
10045 given to `read-buffer' should end with a colon and a space.
10046 Update usage examples.
10047
10048 2005-09-29 Juri Linkov <juri@jurta.org>
10049
10050 * display.texi (Displaying Messages): Rename argument name
10051 `string' to `format-string' in functions `message', `message-box',
10052 `message-or-box'.
10053
10054 2005-09-26 Chong Yidong <cyd@stupidchicken.com>
10055
10056 * errors.texi (Standard Errors): Correct xrefs.
10057
10058 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
10059
10060 * display.texi (Defining Images): Update documentation for
10061 `image-load-path'.
10062
10063 2005-09-17 Richard M. Stallman <rms@gnu.org>
10064
10065 * display.texi (Defining Images): Clean up previous change.
10066
10067 2005-09-16 Romain Francoise <romain@orebokech.com>
10068
10069 * elisp.texi: Specify GFDL version 1.2.
10070
10071 * doclicense.texi (GNU Free Documentation License): Update to
10072 version 1.2.
10073
10074 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
10075
10076 * display.texi (Defining Images): Document `image-load-path'.
10077
10078 2005-09-15 Richard M. Stallman <rms@gnu.org>
10079
10080 * objects.texi (Printed Representation): Minor cleanup.
10081 (Box Diagrams): Minor fix.
10082 (Cons Cell Type): Move (...) index item here.
10083 (Box Diagrams): From here.
10084 (Array Type): Minor fix.
10085 (Type Predicates): Delete index "predicates".
10086 (Hash Table Type): Clarify xref.
10087 (Dotted Pair Notation): Minor fix.
10088
10089 2005-09-10 Chong Yidong <cyd@stupidchicken.com>
10090
10091 * files.texi (Saving Buffers): Fix typo.
10092
10093 2005-09-08 Richard M. Stallman <rms@gnu.org>
10094
10095 * tips.texi (Programming Tips): Correct the "default" prompt spec.
10096
10097 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
10098
10099 * locals.texi (Standard Buffer-Local Variables): Don't include
10100 mode variables for minor modes.
10101 Fix xrefs for buffer-display-count, buffer-display-table,
10102 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
10103 enable-multibyte-characters, fill-column, header-line-format,
10104 left-fringe-width, left-margin, and right-fringe-width.
10105
10106 * hooks.texi (Standard Hooks): All hooks should conform to the
10107 standard naming convention now.
10108 Fix xref for `echo-area-clear-hook'.
10109
10110 * display.texi (Usual Display): Note that indicate-empty-lines and
10111 tab-width are buffer-local.
10112
10113 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
10114
10115 * modes.texi (Mode Help): Note that major-mode is buffer-local.
10116
10117 * nonascii.texi (Encoding and I/O): Note that
10118 buffer-file-coding-system is buffer-local.
10119
10120 * positions.texi (List Motion): Note that defun-prompt-regexp is
10121 buffer-local.
10122
10123 * text.texi (Auto Filling): Note that auto-fill-function is
10124 buffer-local.
10125 (Undo): Note that buffer-undo-list is buffer-local.
10126
10127 * windows.texi (Buffers and Windows):
10128 Document buffer-display-count.
10129
10130 2005-09-06 Richard M. Stallman <rms@gnu.org>
10131
10132 * tips.texi (Coding Conventions): Sometimes it is ok to put the
10133 package prefix elsewhere than at the start of the name.
10134
10135 2005-09-03 Richard M. Stallman <rms@gnu.org>
10136
10137 * tips.texi (Programming Tips): Add conventions for minibuffer
10138 questions and prompts.
10139
10140 2005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
10141
10142 * intro.texi (nil and t): Minor cleanup.
10143 Delete spurious mention of keyword symbols.
10144 (Evaluation Notation): Add index entry.
10145 (A Sample Function Description): Minor cleanup.
10146 (A Sample Variable Description): Not all vars can be set.
10147
10148 2005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
10149
10150 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
10151
10152 (Insertion): Document precise type of `insert-char' arg COUNT.
10153
10154 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
10155
10156 * modes.texi (Other Font Lock Variables): Sync the default of
10157 font-lock-lines-before.
10158
10159 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
10160
10161 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
10162
10163 2005-08-29 Richard M. Stallman <rms@gnu.org>
10164
10165 * elisp.texi (Top): Update subnode menu.
10166
10167 * searching.texi (Searching and Matching): Move node.
10168 Rearrange contents and add overall explanation.
10169 (Searching and Case): Move node.
10170 (Searching and Matching): Update menu.
10171
10172 2005-08-27 Eli Zaretskii <eliz@gnu.org>
10173
10174 * os.texi (Startup Summary): Fix the description of the initial
10175 startup message display.
10176
10177 2005-08-25 Richard M. Stallman <rms@gnu.org>
10178
10179 * searching.texi (Search and Replace): Add replace-regexp-in-string.
10180
10181 2005-08-25 Emilio C. Lopes <eclig@gmx.net>
10182
10183 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
10184 `next-overlay-change' example.
10185
10186 2005-08-22 Juri Linkov <juri@jurta.org>
10187
10188 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
10189 Fix invert-face. Fix args of face-background.
10190
10191 * display.texi (Standard Faces): Delete node.
10192 (Faces): Add xref to `(emacs)Standard Faces'.
10193 (Displaying Faces): Fix xref to `Standard Faces'.
10194
10195 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
10196
10197 2005-08-20 Alan Mackenzie <acm@muc.de>
10198
10199 * buffers.texi (The Buffer List): Clarify the manipulation of the
10200 buffer list.
10201
10202 2005-08-14 Richard M. Stallman <rms@gnu.org>
10203
10204 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
10205 a regexp.
10206
10207 2005-08-11 Richard M. Stallman <rms@gnu.org>
10208
10209 * elisp.texi (Top): Update subnode lists.
10210
10211 * display.texi (Inverse Video): Node deleted.
10212
10213 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
10214 New nodes split out of Coding Conventions.
10215
10216 * searching.texi (Regular Expressions): Document re-builder.
10217
10218 * os.texi (Time Parsing): New node split out of Time Conversion.
10219
10220 * processes.texi (Misc Network, Network Feature Testing)
10221 (Network Options, Make Network): New nodes split out of
10222 Low-Level Network.
10223
10224 2005-08-09 Richard M. Stallman <rms@gnu.org>
10225
10226 * frames.texi (Geometry): New node, split from Size and Position.
10227 (Frame Parameters): Refer to Geometry.
10228
10229 * buffers.texi (The Buffer List): Fix xrefs.
10230
10231 * windows.texi (Splitting Windows): Fix xref.
10232
10233 * frames.texi (Layout Parameters): Add xref.
10234
10235 * display.texi (Line Height, Scroll Bars): Fix xrefs.
10236
10237 * keymaps.texi (Menu Bar): Fix xref.
10238
10239 * locals.texi (Standard Buffer-Local Variables): Fix xref.
10240
10241 * modes.texi (%-Constructs): Fix xref.
10242
10243 * frames.texi (Window Frame Parameters): Node split up.
10244 (Basic Parameters, Position Parameters, Size Parameters)
10245 (Layout Parameters, Buffer Parameters, Management Parameters)
10246 (Cursor Parameters, Color Parameters): New subnodes.
10247
10248 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
10249
10250 * positions.texi (Screen Lines): Update xref for previous change
10251 in minibuf.texi.
10252
10253 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
10254 change in minibuf.texi.
10255
10256 2005-08-09 Richard M. Stallman <rms@gnu.org>
10257
10258 * tips.texi (Coding Conventions): Minor cleanup.
10259
10260 * modes.texi (Defining Minor Modes): Explain when init-value
10261 can be non-nil.
10262
10263 * elisp.texi (Top): Update submenu for Minibuffer.
10264
10265 * minibuf.texi (Minibuffer Misc): Node split up.
10266 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
10267 (Recursive Mini): New nodes split out from Minibuffer Misc.
10268 (Minibuffer Misc): Document max-mini-window-height.
10269
10270 * hash.texi (Defining Hash): Delete stray paren in example.
10271
10272 * display.texi (Echo Area Customization): Don't define
10273 max-mini-window-height here; xref instead.
10274
10275 * commands.texi (Event Input Misc): Update while-no-input.
10276
10277 * advice.texi (Advising Functions): Explain when to use advice
10278 and when to use a hook.
10279
10280 2005-07-30 Eli Zaretskii <eliz@gnu.org>
10281
10282 * makefile.w32-in (info): Don't run install-info.
10283 ($(infodir)/dir): New target, produced by running install-info.
10284
10285 2005-07-27 Luc Teirlinck <teirllm@auburn.edu>
10286
10287 * modes.texi (Defining Minor Modes): The keyword for the initial
10288 value is :init-value, not :initial-value.
10289
10290 2005-07-23 Eli Zaretskii <eliz@gnu.org>
10291
10292 * loading.texi (Autoload): Make the `doctor' example be consistent
10293 with what's in current loaddefs.el. Describe the "fn" magic in
10294 the usage portion of the doc string.
10295
10296 2005-07-22 Richard M. Stallman <rms@gnu.org>
10297
10298 * internals.texi (Garbage Collection): Clarify previous change.
10299
10300 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
10301
10302 * internals.texi (Garbage Collection): Add gc-cons-percentage.
10303
10304 2005-07-18 Juri Linkov <juri@jurta.org>
10305
10306 * commands.texi (Accessing Events):
10307 * frames.texi (Text Terminal Colors, Resources):
10308 * markers.texi (The Mark):
10309 * modes.texi (Defining Minor Modes):
10310 Delete duplicate duplicate words.
10311
10312 2005-07-16 Richard M. Stallman <rms@gnu.org>
10313
10314 * display.texi (Managing Overlays): Clarify make-overlay
10315 args for insertion types.
10316
10317 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
10318
10319 * customize.texi (Variable Definitions):
10320 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
10321 `standard-value' is a list too.
10322 (Defining New Types): Use @key{RET} instead of @key{ret}.
10323
10324 2005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
10325
10326 * os.texi (Translating Input): Fix typo.
10327
10328 2005-07-08 Richard M. Stallman <rms@gnu.org>
10329
10330 * README: Update edition number and size estimate.
10331
10332 * elisp.texi (VERSION): Set to 2.9.
10333
10334 2005-07-07 Richard M. Stallman <rms@gnu.org>
10335
10336 * book-spine.texinfo: Update Emacs version.
10337
10338 * display.texi (Inverse Video): Delete mode-line-inverse-video.
10339
10340 2005-07-06 Richard M. Stallman <rms@gnu.org>
10341
10342 * searching.texi (Regexp Search): Clarify what re-search-forward
10343 does when the search fails.
10344
10345 2005-07-05 Lute Kamstra <lute@gnu.org>
10346
10347 * Update FSF's address in GPL notices.
10348
10349 * doclicense.texi (GNU Free Documentation License):
10350 * gpl.texi (GPL):
10351 * tips.texi (Coding Conventions, Library Headers):
10352 * vol1.texi:
10353 * vol2.texi: Update FSF's address.
10354
10355 2005-07-04 Richard M. Stallman <rms@gnu.org>
10356
10357 * hooks.texi (Standard Hooks): Add occur-hook.
10358
10359 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
10360
10361 * display.texi (The Echo Area): Correct menu.
10362
10363 2005-07-03 Richard M. Stallman <rms@gnu.org>
10364
10365 * elisp.texi (Top): Update subnode menu for Display.
10366
10367 * display.texi (Displaying Messages): New node, with most
10368 of what was in The Echo Area.
10369 (Progress): Move under The Echo Area.
10370 (Logging Messages): New node with new text.
10371 (Echo Area Customization): New node, the rest of what was
10372 in The Echo Area. Document message-truncate-lines with @defvar.
10373 (Display): Update menu.
10374
10375 * windows.texi (Textual Scrolling): Doc 3 values for
10376 scroll-preserve-screen-position.
10377
10378 * text.texi (Special Properties): Change hook functions
10379 should bind inhibit-modification-hooks around altering buffer text.
10380
10381 * keymaps.texi (Key Binding Commands): Call binding BINDING
10382 rather than DEFINITION.
10383
10384 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
10385
10386 * variables.texi (Defining Variables): `user-variable-p' returns t
10387 for aliases of user options, nil for alias loops.
10388
10389 2005-06-28 Richard M. Stallman <rms@gnu.org>
10390
10391 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
10392 make-keymap.
10393
10394 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
10395
10396 * variables.texi (Setting Variables): Correct and clarify
10397 description of `add-to-ordered-list'.
10398
10399 2005-06-26 Richard M. Stallman <rms@gnu.org>
10400
10401 * display.texi (Faces): Minor cleanup.
10402
10403 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
10404
10405 * display.texi (Faces): `facep' returns t for strings that are
10406 face names.
10407
10408 2005-06-25 Richard M. Stallman <rms@gnu.org>
10409
10410 * objects.texi (Equality Predicates): Clarify meaning of equal.
10411
10412 * windows.texi (Selecting Windows): save-selected-window
10413 and with-selected-window save and restore the current buffer.
10414
10415 2005-06-24 Richard M. Stallman <rms@gnu.org>
10416
10417 * numbers.texi (Float Basics): Explain how to test for NaN,
10418 and printing the sign of NaNs.
10419
10420 2005-06-24 Eli Zaretskii <eliz@gnu.org>
10421
10422 * makefile.w32-in (MAKEINFO): Use --force.
10423
10424 2005-06-23 Richard M. Stallman <rms@gnu.org>
10425
10426 * display.texi (Face Functions): Correct Texinfo usage.
10427
10428 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
10429
10430 * lists.texi (Rings): `ring-elements' now returns the elements of
10431 RING in order.
10432
10433 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
10434
10435 * markers.texi (The Mark): Texinfo usage fix.
10436
10437 2005-06-23 Kim F. Storm <storm@cua.dk>
10438
10439 * searching.texi (Entire Match Data): Remove evaporate option for
10440 match-data. Do not mention evaporate option for set-match-data.
10441
10442 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
10443
10444 * display.texi (Face Functions): Mention face aliases.
10445
10446 2005-06-21 Richard M. Stallman <rms@gnu.org>
10447
10448 * anti.texi (Antinews): Texinfo usage fix.
10449
10450 2005-06-21 Karl Berry <karl@gnu.org>
10451
10452 * elisp.texi: Use @copying.
10453
10454 * elisp.texi: Put @summarycontents and @contents before the Top
10455 node, instead of the end of the file, so that the contents appear
10456 in the right place in the dvi/pdf output.
10457
10458 2005-06-21 Juri Linkov <juri@jurta.org>
10459
10460 * display.texi (Defining Faces): Add `customized-face'.
10461
10462 2005-06-20 Kim F. Storm <storm@cua.dk>
10463
10464 * variables.texi (Setting Variables): Any type of element can be
10465 given order in add-to-ordered-list. Compare elements with eq.
10466
10467 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
10468
10469 2005-06-20 Karl Berry <karl@gnu.org>
10470
10471 * syntax.texi (Syntax Flags): Make last column very slightly wider
10472 to avoid "generic comment" breaking on two lines and causing an
10473 underfull box.
10474
10475 2005-06-19 Luc Teirlinck <teirllm@auburn.edu>
10476
10477 * lists.texi (Rings): Various minor clarifications and corrections.
10478
10479 2005-06-18 Richard M. Stallman <rms@gnu.org>
10480
10481 * functions.texi (Obsolete Functions): Simplify.
10482
10483 * variables.texi (Variable Aliases): Simplify.
10484
10485 * anti.texi, backups.texi, compile.texi, customize.texi:
10486 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
10487 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
10488 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
10489 * variables.texi: Fix formatting ugliness.
10490
10491 * elisp.texi: Add links to Rings and Byte Packing.
10492 Update version and copyright years.
10493
10494 * minibuf.texi: Fix formatting ugliness.
10495 (Completion Commands): Move keymap vars to the end
10496 and vars completing-read binds to the top.
10497
10498 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
10499
10500 * processes.texi: Fix typos.
10501 (Bindat Spec): Correct Texinfo error.
10502 (Byte Packing): Fix ungrammatical sentence.
10503
10504 2005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
10505
10506 * lists.texi (Rings): New node.
10507 (Lists): Add it to menu.
10508
10509 * processes.texi (Byte Packing): New node.
10510 (Processes): Add it to menu.
10511
10512 2005-06-17 Richard M. Stallman <rms@gnu.org>
10513
10514 * syntax.texi (Parsing Expressions): Fix texinfo usage.
10515
10516 * help.texi (Documentation Basics): Explain the xref to
10517 Documentation Tips.
10518
10519 * debugging.texi (Debugger Commands): Minor fix.
10520
10521 2005-06-16 Luc Teirlinck <teirllm@auburn.edu>
10522
10523 * edebug.texi (Instrumenting): Eliminate duplicate link.
10524 (Specification List): Replace references to "below", referring to
10525 a later node, with one @ref to that node.
10526
10527 * os.texi (Timers): Timers should save and restore the match data
10528 if they change it.
10529
10530 * debugging.texi (Debugger Commands): Mention that the Lisp
10531 debugger can not step through primitive functions.
10532
10533 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
10534
10535 * functions.texi (Obsolete Functions): Update argument names of
10536 `make-obsolete' and `define-obsolete-function-alias'.
10537
10538 * variables.texi (Variable Aliases): Update argument names of
10539 `defvaralias', `make-obsolete-variable' and
10540 `define-obsolete-variable-alias'.
10541
10542 2005-06-15 Kim F. Storm <storm@cua.dk>
10543
10544 * searching.texi (Entire Match Data): Rephrase warnings about
10545 evaporate arg to match-data and set-match-data.
10546
10547 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
10548
10549 * elisp.texi (Top): Update detailed menu.
10550
10551 * edebug.texi (Edebug): Update menu.
10552 (Instrumenting): Update xrefs.
10553 (Edebug Execution Modes): Correct xref.
10554 (Jumping): Clarify description of `h' command.
10555 Eliminate redundant @ref.
10556 (Breaks): New node.
10557 (Breakpoints): Is now a subsubsection.
10558 (Global Break Condition): Mention `C-x X X'.
10559 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
10560 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
10561 (Edebug Display Update): Correct pxref.
10562 (Edebug and Macros): New node.
10563 (Instrumenting Macro Calls): Is now a subsubsection.
10564 Neither arg of `def-edebug-spec' is evaluated.
10565 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
10566 (Specification Examples): Fix typo.
10567
10568 2005-06-14 Lute Kamstra <lute@gnu.org>
10569
10570 * debugging.texi (Function Debugging): Primitives can break on
10571 entry too.
10572
10573 2005-06-14 Kim F. Storm <storm@cua.dk>
10574
10575 * variables.texi (Setting Variables): Add add-to-ordered-list.
10576
10577 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10578
10579 * syntax.texi (Parsing Expressions): Document aux functions and vars of
10580 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
10581
10582 2005-06-13 Lute Kamstra <lute@gnu.org>
10583
10584 * text.texi (Special Properties): Fix cross reference.
10585
10586 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
10587
10588 * debugging.texi (Function Debugging): Delete mention of empty
10589 string argument to `cancel-debug-on-entry'. Delete inaccurate
10590 description of the return value of that command.
10591
10592 2005-06-11 Alan Mackenzie <acm@muc.de>
10593
10594 * text.texi (Adaptive Fill): Amplify the description of
10595 fill-context-prefix.
10596
10597 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
10598
10599 * syntax.texi (Parsing Expressions): Fix Texinfo error.
10600
10601 2005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10602
10603 * syntax.texi (Parsing Expressions): Document syntax-ppss.
10604
10605 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
10606
10607 * debugging.texi (Error Debugging): Minor rewording.
10608 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
10609 is optional.
10610
10611 2005-06-10 Lute Kamstra <lute@gnu.org>
10612
10613 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
10614 (Top): Give it a title. Correct version number. Give the
10615 detailed node listing a more prominent header.
10616 * intro.texi: Don't set VERSION here a second time.
10617 Mention Emacs's version too.
10618 * anti.texi (Antinews): Use EMACSVER to refer to the current
10619 version of Emacs.
10620
10621 2005-06-09 Kim F. Storm <storm@cua.dk>
10622
10623 * searching.texi (Entire Match Data): Explain new `reseat' argument to
10624 match-data and set-match-data.
10625
10626 2005-06-08 Richard M. Stallman <rms@gnu.org>
10627
10628 * searching.texi (Entire Match Data): Clarify when match-data
10629 returns markers and when integers.
10630
10631 * display.texi (Defining Faces): Explain that face name should not
10632 end in `-face'.
10633
10634 * modes.texi (Mode Line Data): Minor cleanup.
10635 (Customizing Keywords): Node split out of Search-based Fontification.
10636 Add example of using font-lock-add-keywords from a hook.
10637 Clarify when MODE should be non-nil, and when nil.
10638
10639 2005-06-06 Richard M. Stallman <rms@gnu.org>
10640
10641 * modes.texi (Mode Line Data): Explain what happens when the car
10642 of a list is a void symbol.
10643 (Search-based Fontification): Explain MODE arg to
10644 font-lock-add-keywords and warn about calls from major modes.
10645
10646 2005-06-08 Juri Linkov <juri@jurta.org>
10647
10648 * display.texi (Standard Faces): Add `shadow' face.
10649
10650 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
10651
10652 * modes.texi (Major Mode Conventions): A derived mode only needs
10653 to put the call to the parent mode inside `delay-mode-hooks'.
10654
10655 2005-05-29 Richard M. Stallman <rms@gnu.org>
10656
10657 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
10658 new, and what that implies. Clarify.
10659
10660 * files.texi (Locating Files): Clean up the text.
10661
10662 * frames.texi (Window Frame Parameters): Document user-size.
10663 Shorten entry for top by referring to left.
10664
10665 2005-05-26 Richard M. Stallman <rms@gnu.org>
10666
10667 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
10668 is new, and what the implications are. Other clarifications.
10669
10670 2005-05-24 Richard M. Stallman <rms@gnu.org>
10671
10672 * frames.texi (Dialog Boxes): Minor fixes.
10673
10674 2005-05-25 Masatake YAMATO <jet@gyve.org>
10675
10676 * display.texi (Standard Faces): Write about `mode-line-highlight'.
10677
10678 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
10679
10680 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
10681 is optional.
10682
10683 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
10684
10685 * frames.texi (Dialog Boxes): Describe new optional argument.
10686
10687 2005-05-23 Lute Kamstra <lute@gnu.org>
10688
10689 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
10690 syntax-begin-function over font-lock-beginning-of-syntax-function.
10691
10692 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
10693
10694 * minibuf.texi (Reading File Names): Update description of
10695 `read-directory-name'.
10696
10697 * modes.texi (Derived Modes): Clarify :group keyword.
10698
10699 2005-05-21 Eli Zaretskii <eliz@gnu.org>
10700
10701 * files.texi (Locating Files): New subsection.
10702 Describe locate-file and executable-find.
10703
10704 2005-05-21 Kevin Ryde <user42@zip.com.au>
10705
10706 * frames.texi (Initial Parameters): Update cross reference to
10707 "Emacs Invocation".
10708
10709 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
10710
10711 * keymaps.texi (Active Keymaps): Add anchor.
10712
10713 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
10714 (Major Mode Conventions): Refer to `Auto Major Mode' in more
10715 appropriate place.
10716 (Derived Modes): Small clarifications.
10717 (Minor Mode Conventions, Keymaps and Minor Modes):
10718 Replace references to nodes with references to anchors.
10719 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
10720 Clarify description of lists whose first element is an integer.
10721 (Mode Line Variables): Add anchor.
10722 (%-Constructs): Clarify description of integer after %.
10723 (Emulating Mode Line): Describe nil value for FACE.
10724
10725 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
10726
10727 * modes.texi (Derived Modes): Correct references to non-existing
10728 variable standard-syntax-table.
10729
10730 2005-05-17 Lute Kamstra <lute@gnu.org>
10731
10732 * modes.texi (Defining Minor Modes): Mention the mode hook.
10733
10734 2005-05-15 Kim F. Storm <storm@cua.dk>
10735
10736 * processes.texi (Network): Remove open-network-stream-nowait.
10737 (Network Servers): Remove open-network-stream-server.
10738
10739 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
10740
10741 * elisp.texi (Top): Update detailed menu.
10742
10743 * variables.texi: Reorder nodes.
10744 (Variables): Update menu.
10745 (File Local Variables): Do not refer to the `-*-' line as
10746 a "local variables list". Add pxref.
10747
10748 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
10749
10750 * elisp.texi (Top): Update detailed menu for node changes.
10751
10752 * modes.texi (Modes): Update Menu.
10753 (Hooks): Move to beginning of chapter.
10754 Most minor modes run mode hooks too.
10755 `add-hook' can handle void hooks or hooks whose value is a single
10756 function.
10757 (Major Modes): Update Menu.
10758 (Major Mode Basics): New node, split off from `Major Modes'.
10759 (Major Mode Conventions): Correct xref. Explain how to handle
10760 auto-mode-alist if the major mode command has an autoload cookie.
10761 (Auto Major Mode): Major update. Add magic-mode-alist.
10762 (Derived Modes): Major update.
10763 (Mode Line Format): Update Menu.
10764 (Mode Line Basics): New node, split off from `Mode Line Format'.
10765
10766 * loading.texi (Autoload): Mention `autoload cookie' as synonym
10767 for `magic autoload comment'. Add index entries and anchor.
10768
10769 2005-05-14 Richard M. Stallman <rms@gnu.org>
10770
10771 * tips.texi (Coding Conventions): Explain how important it is
10772 that just loading certain files not change Emacs behavior.
10773
10774 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
10775
10776 2005-05-12 Lute Kamstra <lute@gnu.org>
10777
10778 * modes.texi (Generic Modes): Update.
10779 (Major Modes): Refer to node "Generic Modes".
10780
10781 * elisp.texi (Top): Update to the current structure of the manual.
10782 * processes.texi (Processes): Add menu description.
10783 * customize.texi (Customization): Add menu descriptions.
10784
10785 2005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
10786
10787 * processes.texi (Signals to Processes)
10788 (Low-Level Network): Fix typos.
10789
10790 2005-05-11 Lute Kamstra <lute@gnu.org>
10791
10792 * elisp.texi (Top): Add some nodes from the chapter "Major and
10793 Minor Modes" to the detailed node listing.
10794
10795 2005-05-10 Richard M. Stallman <rms@gnu.org>
10796
10797 * keymaps.texi (Extended Menu Items): Menu item filter functions
10798 can be called at any time.
10799
10800 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
10801
10802 * variables.texi (File Local Variables): `(hack-local-variables t)'
10803 now also checks whether a mode is specified in the local variables
10804 list.
10805
10806 2005-05-05 Kevin Ryde <user42@zip.com.au>
10807
10808 * display.texi (The Echo Area): Correct format function cross
10809 reference.
10810
10811 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
10812
10813 * variables.texi (Variable Aliases): Change description of
10814 `define-obsolete-variable-alias'.
10815
10816 * functions.texi (Functions): Add "Obsolete Functions" to menu.
10817 (Defining Functions): Add xref.
10818 (Obsolete Functions): New node.
10819 (Function Safety): Standardize capitalization of section title.
10820
10821 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
10822 (Dialog Boxes): Complete description of `x-popup-dialog'.
10823
10824 2005-05-04 Richard M. Stallman <rms@gnu.org>
10825
10826 * commands.texi (Interactive Codes): Fix Texinfo usage.
10827 Document U more clearly.
10828
10829 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10830
10831 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
10832 function and not a macro.
10833
10834 * frames.texi (Pop-Up Menus): Correct and clarify description of
10835 `x-popup-menu'.
10836 (Dialog Boxes): Clarify description of `x-popup-dialog'.
10837
10838 2005-05-01 Richard M. Stallman <rms@gnu.org>
10839
10840 * edebug.texi (Checking Whether to Stop): Fix previous change.
10841
10842 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10843
10844 * display.texi: Fix typos and Texinfo usage.
10845
10846 * edebug.texi (Checking Whether to Stop): executing-macro ->
10847 executing-kbd-macro.
10848
10849 2005-05-01 Richard M. Stallman <rms@gnu.org>
10850
10851 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
10852
10853 2005-04-30 Richard M. Stallman <rms@gnu.org>
10854
10855 * files.texi (Magic File Names): Document `operations' property.
10856
10857 2005-04-29 Lute Kamstra <lute@gnu.org>
10858
10859 * modes.texi (Generic Modes): New node.
10860 (Major Modes): Add it to the menu.
10861 (Derived Modes): Add "derived mode" to concept index.
10862
10863 2005-04-28 Lute Kamstra <lute@gnu.org>
10864
10865 * modes.texi (Defining Minor Modes): Fix previous change.
10866 (Font Lock Mode): Simplify.
10867 (Font Lock Basics): Say that font-lock-defaults is buffer-local
10868 when set and that some parts are optional. Add cross references.
10869 (Search-based Fontification): Say how to specify font-lock-keywords.
10870 Add cross references. Add font-lock-multiline to index.
10871 Move font-lock-keywords-case-fold-search here from node "Other Font
10872 Lock Variables". Document font-lock-add-keywords and
10873 font-lock-remove-keywords.
10874 (Other Font Lock Variables): Move font-lock-keywords-only,
10875 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
10876 and font-lock-syntactic-face-function to node "Syntactic Font
10877 Lock". Move font-lock-keywords-case-fold-search to node
10878 "Search-based Fontification". Document font-lock-inhibit-thing-lock
10879 and font-lock-{,un}fontify-{buffer,region}-function.
10880 (Precalculated Fontification): Remove reference to deleted variable
10881 font-lock-core-only.
10882 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
10883 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
10884 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
10885 and font-lock-syntactic-face-function here from node "Other Font
10886 Lock Variables". Move font-lock-syntactic-keywords to "Setting
10887 Syntax Properties". Add cross references.
10888 (Setting Syntax Properties): New node.
10889 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
10890 * syntax.texi (Syntax Properties): Add cross reference.
10891 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
10892
10893 2005-04-26 Richard M. Stallman <rms@gnu.org>
10894
10895 * display.texi (Defining Faces):
10896 Document `default' elements of defface spec.
10897
10898 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
10899
10900 * variables.texi (Variable Aliases): Clarify text.
10901
10902 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
10903
10904 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
10905
10906 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
10907
10908 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
10909
10910 2005-04-24 Eli Zaretskii <eliz@gnu.org>
10911
10912 * syntax.texi (Syntax Table Internals): Elaborate documentation of
10913 syntax-after and syntax-class.
10914
10915 * files.texi (Changing Files): Fix last change's cross-reference.
10916 (Unique File Names): Don't mention "numbers" in the documentation
10917 of make-temp-file and make-temp-name.
10918
10919 2005-04-23 Richard M. Stallman <rms@gnu.org>
10920
10921 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
10922
10923 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
10924
10925 * windows.texi (Cyclic Window Ordering): Clarify window-list.
10926
10927 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
10928
10929 * variables.texi (Variable Aliases): Describe make-obsolete-variable
10930 and define-obsolete-variable-alias.
10931
10932 2005-04-22 Kim F. Storm <storm@cua.dk>
10933
10934 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
10935 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
10936
10937 2005-04-21 Lute Kamstra <lute@gnu.org>
10938
10939 * lists.texi (Association Lists): Document rassq-delete-all.
10940
10941 2005-04-19 Richard M. Stallman <rms@gnu.org>
10942
10943 * modes.texi (Search-based Fontification): Explain that
10944 facespec is an expression to be evaluated.
10945
10946 2005-04-19 Kevin Ryde <user42@zip.com.au>
10947
10948 * streams.texi (Output Functions): Fix xref.
10949 * strings.texi (String Conversion): Fix xref.
10950
10951 2005-04-19 Kim F. Storm <storm@cua.dk>
10952
10953 * symbols.texi (Symbol Plists): Add safe-get.
10954 Mention that `get' may signal an error.
10955
10956 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
10957
10958 * customize.texi (Variable Definitions): Replace tooltip-mode
10959 example with save-place.
10960
10961 2005-04-17 Richard M. Stallman <rms@gnu.org>
10962
10963 * buffers.texi (Indirect Buffers): Clarify.
10964
10965 * positions.texi (Positions): Clarify converting marker to integer.
10966
10967 * strings.texi (String Basics): Mention string-match; clarify.
10968
10969 2005-04-08 Lute Kamstra <lute@gnu.org>
10970
10971 * modes.texi (Search-based Fontification): Fix cross references.
10972 Use consistent terminology. Document anchored highlighting.
10973
10974 2005-04-05 Lute Kamstra <lute@gnu.org>
10975
10976 * modes.texi (Defining Minor Modes): Document :group keyword
10977 argument and its default value.
10978
10979 2005-04-03 Lute Kamstra <lute@gnu.org>
10980
10981 * hooks.texi (Standard Hooks): Add some hooks. Add cross
10982 references and/or descriptions. Delete major mode hooks; mention
10983 them as a category instead. Rename or delete obsolete hooks.
10984
10985 2005-04-02 Richard M. Stallman <rms@gnu.org>
10986
10987 * nonascii.texi (Coding System Basics): Another wording cleanup.
10988
10989 2005-04-01 Richard M. Stallman <rms@gnu.org>
10990
10991 * nonascii.texi (Coding System Basics): Clarify previous change.
10992
10993 2005-04-01 Kenichi Handa <handa@m17n.org>
10994
10995 * nonascii.texi (Coding System Basics): Describe about roundtrip
10996 identity of coding systems.
10997
10998 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
10999
11000 * text.texi (Buffer Contents): Add filter-buffer-substring and
11001 buffer-substring-filters.
11002
11003 2005-03-26 Chong Yidong <cyd@stupidchicken.com>
11004
11005 * anti.texi (Antinews): Mention `G' interactive code.
11006
11007 * tips.texi (Compilation Tips): Mention benchmark.el.
11008
11009 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
11010
11011 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
11012 is now bound to M-o M-o.
11013
11014 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
11015
11016 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
11017
11018 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
11019 in the Emacs Manual).
11020 * Makefile.in (srcs): Remove calendar.texi.
11021 * makefile.w32-in (srcs): Remove calendar.texi.
11022 * display.texi (Display): Change name of next node.
11023 * os.texi (System In): Change name of previous node.
11024 * elisp.texi (Top): Remove Calendar references.
11025 * vol1.texi (Top): Remove Calendar references.
11026 * vol2.texi (Top): Remove Calendar references.
11027
11028 2005-03-25 Richard M. Stallman <rms@gnu.org>
11029
11030 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
11031 Cleanup previous change.
11032
11033 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
11034
11035 * display.texi (Face Attributes): Faces earlier in an :inherit
11036 list take precedence.
11037 (Scroll Bars): Fix description of vertical-scroll-bars.
11038 Document frame-current-scroll-bars and window-current-scroll-bars.
11039
11040 * markers.texi (The Mark): Document temporary Transient Mark mode.
11041
11042 * minibuf.texi (Reading File Names):
11043 Document read-file-name-completion-ignore-case.
11044
11045 * positions.texi (Screen Lines): Document nil for width argument
11046 to compute-motion.
11047
11048 2005-03-23 Kim F. Storm <storm@cua.dk>
11049
11050 * display.texi (Standard Faces): Other faces used in the fringe
11051 implicitly inherits from the fringe face.
11052 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
11053 properties implicitly inherits from fringe face.
11054 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
11055
11056 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
11057
11058 * display.texi (Invisible Text): State default value of
11059 line-move-ignore-invisible.
11060 (Managing Overlays): Document remove-overlays.
11061 (Standard Faces): Document escape-glyph face.
11062
11063 * minibuf.texi (Reading File Names): Document read-file-name-function.
11064
11065 * modes.texi (Other Font Lock Variables):
11066 Document font-lock-lines-before.
11067
11068 * positions.texi (Skipping Characters): skip-chars-forward allows
11069 character classes.
11070
11071 2005-03-18 Lute Kamstra <lute@gnu.org>
11072
11073 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
11074
11075 2005-03-17 Richard M. Stallman <rms@gnu.org>
11076
11077 * text.texi (Undo): Document extensible undo entries.
11078
11079 * searching.texi (String Search, Regexp Search): Cleanups.
11080
11081 * nonascii.texi (Character Codes): Minor fix.
11082
11083 * display.texi (Display Property): Explain the significance
11084 of having text properties that are eq.
11085 (Other Display Specs): Explain string as display spec.
11086
11087 * commands.texi (Interactive Codes): Document G option.
11088
11089 2005-03-17 Chong Yidong <cyd@stupidchicken.com>
11090
11091 * text.texi (Filling): Add sentence-end-without-period and
11092 sentence-end-without-space.
11093 (Changing Properties): Minor fix.
11094
11095 * anti.texi: Total rewrite.
11096
11097 2005-03-15 Lute Kamstra <lute@gnu.org>
11098
11099 * edebug.texi (Instrumenting Macro Calls): Fix typos.
11100
11101 2005-03-08 Kim F. Storm <storm@cua.dk>
11102
11103 * display.texi (Specified Space): Property :width is support on
11104 non-graphic terminals, :height is not.
11105
11106 2005-03-07 Richard M. Stallman <rms@gnu.org>
11107
11108 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
11109 Now subnodes of Fringes.
11110 (Overlay Arrow): Document overlay-arrow-variable-list.
11111 (Fringe Size/Pos): New node, broken out of Fringes.
11112 (Display): Explain clearing vs redisplay better.
11113 (Truncation): Clarify use of bitmaps.
11114 (The Echo Area): Clarify the uses of the echo area.
11115 Add max-mini-window-height.
11116 (Progress): Clarify.
11117 (Invisible Text): Explain that main loop moves point out.
11118 (Selective Display): Say "hidden", not "invisible".
11119 (Managing Overlays): Move up. Describe relation to Undo here.
11120 (Overlay Properties): Clarify intro.
11121 (Finding Overlays): Explain return values when nothing found.
11122 (Width): truncate-string-to-width has added arg.
11123 (Displaying Faces): Clarify and update mode line face handling.
11124 (Face Functions): Minor cleanup.
11125 (Conditional Display): Merge into Other Display Specs.
11126 (Pixel Specification, Other Display Specs): Minor cleanups.
11127 (Images, Image Descriptors): Minor cleanups.
11128 (GIF Images): Patents have expired.
11129 (Showing Images): Explain default text for insert-image.
11130 (Manipulating Button Types): Merge into Manipulating Buttons.
11131 (Making Buttons): Explain return values.
11132 (Button Buffer Commands): Add xref.
11133 (Inverse Video): Update mode-line-inverse-video.
11134 (Display Table Format): Clarify.
11135 (Active Display Table): Give defaults for window-display-table.
11136
11137 * calendar.texi (Calendar Customizing): calendar-holiday-marker
11138 and calendar-today-marker are strings, not chars.
11139 (Holiday Customizing): Minor fix.
11140
11141 * internals.texi (Writing Emacs Primitives): Update `or' example.
11142 Update limit on # args of subr.
11143
11144 * edebug.texi (Using Edebug): Arrow is in fringe.
11145 (Instrumenting): Arg to eval-defun works without loading edebug.
11146 (Edebug Execution Modes): Add xref.
11147
11148 * customize.texi (Common Keywords): Clarify :require.
11149 Mention :version here.
11150 (Variable Definitions, Group Definitions): Not here.
11151 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
11152
11153 2005-03-07 Chong Yidong <cyd@stupidchicken.com>
11154 * nonascii.texi (Text Representations): Clarify position-bytes.
11155 (Character Sets): Add list-charset-chars.
11156 (Scanning Charsets): Add charset-after.
11157 (Encoding and I/O): Minor fix.
11158
11159 2005-03-06 Richard M. Stallman <rms@gnu.org>
11160
11161 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
11162 (Resizing Windows): Likewise.
11163
11164 * text.texi (Change Hooks): Get rid of "Emacs 21".
11165
11166 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
11167
11168 * streams.texi (Output Variables): Get rid of "Emacs 21".
11169
11170 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
11171
11172 * os.texi (Translating Input): Replace flow-control example
11173 with a less obsolete example that uses `keyboard-translate'.
11174
11175 * objects.texi (Hash Table Type, Circular Objects):
11176 Get rid of "Emacs 21".
11177
11178 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
11179 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
11180
11181 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
11182
11183 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
11184
11185 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
11186 (Menu Bar): Fix when menu-bar-update-hook is called.
11187
11188 * hash.texi (Hash Tables): Get rid of "Emacs 21".
11189
11190 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
11191 and make it read better.
11192
11193 * files.texi (Writing to Files): Get rid of "Emacs 21".
11194 (Unique File Names): Likewise.
11195
11196 * elisp.texi: Update Emacs version to 22.
11197
11198 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
11199 (Overlay Properties, Face Attributes): Likewise.
11200 (Managing Overlays): Fix punctuation.
11201 (Attribute Functions): Clarify set-face-font; get rid of
11202 info about old Emacs versions.
11203 (Auto Faces, Font Lookup, Display Property, Images):
11204 Get rid of "Emacs 21".
11205
11206 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
11207
11208 2005-03-05 Richard M. Stallman <rms@gnu.org>
11209
11210 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
11211
11212 2005-03-04 Lute Kamstra <lute@gnu.org>
11213
11214 * debugging.texi (Error Debugging): Document stack-trace-on-error.
11215
11216 2005-03-03 Lute Kamstra <lute@gnu.org>
11217
11218 * edebug.texi (Instrumenting Macro Calls): Fix typo.
11219
11220 2005-03-01 Lute Kamstra <lute@gnu.org>
11221
11222 * debugging.texi (Debugger Commands): Update `j'.
11223
11224 2005-02-28 Lute Kamstra <lute@gnu.org>
11225
11226 * debugging.texi (Debugging): Fix typo.
11227 (Error Debugging): Document eval-expression-debug-on-error.
11228 (Function Debugging): Update example.
11229 (Using Debugger): Mention starred stack frames.
11230 (Debugger Commands): Document `j' and `l'.
11231 (Invoking the Debugger): `d' and `j' exit recursive edit too.
11232 Update the messages that the debugger displays.
11233 (Internals of Debugger): Add cross reference. Update example.
11234 (Excess Open): Minor improvement.
11235 (Excess Close): Minor improvement.
11236
11237 2005-02-26 Richard M. Stallman <rms@gnu.org>
11238
11239 * tips.texi (Coding Conventions): Clarify.
11240 Put all the major mode key reservations together.
11241 Mention the Mouse-1 => Mouse-2 conventions.
11242
11243 * syntax.texi (Syntax Class Table): Clarify.
11244 (Syntax Table Functions): syntax-after moved from here.
11245 (Syntax Table Internals): syntax-after moved to here.
11246 (Parsing Expressions): Update info on number of values
11247 and what's meaningful in the STATE argument.
11248 (Categories): Fix typo.
11249
11250 * sequences.texi (Arrays): Cleanup.
11251 (Char-Tables): Clarify.
11252
11253 * processes.texi (Deleting Processes): Cleanups, add xref.
11254 (Subprocess Creation): Explain nil in exec-path. Cleanup.
11255 (Process Information): set-process-coding-system, some args optional.
11256 (Input to Processes): Explain various types for PROCESS args.
11257 Rename them from PROCESS-NAME to PROCESS.
11258 (Signals to Processes): Likewise.
11259 (Decoding Output): Cleanup.
11260 (Query Before Exit): Clarify.
11261
11262 * os.texi (Startup Summary): Correct the options; add missing ones.
11263 (Terminal Output, Batch Mode): Clarify.
11264 (Flow Control): Node deleted.
11265
11266 * markers.texi (The Mark): Clarify.
11267
11268 * macros.texi (Expansion): Cleanup.
11269 (Indenting Macros): indent-spec allows ints, not floats.
11270
11271 * keymaps.texi (Keymaps): Clarify.
11272 (Format of Keymaps): Update lisp-mode-map example.
11273 (Active Keymaps, Key Lookup): Clarify.
11274 (Changing Key Bindings): Add xref to `kbd'.
11275 (Key Binding Commands, Simple Menu Items): Clarify.
11276 (Mouse Menus, Menu Bar): Clarify.
11277 (Menu Example): Replace print example with menu-bar-replace-menu.
11278
11279 * help.texi (Documentation Basics): Add function-documentation prop.
11280
11281 * elisp.texi (Top): Don't refer to Flow Control node.
11282
11283 * commands.texi (Command Overview): Improve xrefs.
11284 (Adjusting Point): Adjusting point applies to intangible and invis.
11285 (Key Sequence Input): Doc extra read-key-sequence args.
11286 Likewise for read-key-sequence-vector.
11287
11288 * backups.texi (Rename or Copy): Minor fix.
11289 (Numbered Backups): For version-control, say the default.
11290 (Auto-Saving): make-auto-save-file-name example is simplified.
11291
11292 * advice.texi (Advising Functions): Don't imply one part of Emacs
11293 should advise another part. Markup changes.
11294 (Defining Advice): Move transitional para.
11295 (Activation of Advice): Cleanup.
11296 Explain if COMPILE is nil or negative.
11297
11298 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
11299
11300 2005-02-24 Lute Kamstra <lute@gnu.org>
11301
11302 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
11303 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
11304
11305 2005-02-23 Lute Kamstra <lute@gnu.org>
11306
11307 * modes.texi (Defining Minor Modes): define-minor-mode can be used
11308 to define global minor modes as well.
11309
11310 * display.texi (Managing Overlays): overlay-buffer returns nil for
11311 deleted overlays.
11312
11313 2005-02-22 Kim F. Storm <storm@cua.dk>
11314
11315 * minibuf.texi (Basic Completion): Allow symbols in addition to
11316 strings in try-completion and all-completions.
11317
11318 2005-02-14 Lute Kamstra <lute@gnu.org>
11319
11320 * elisp.texi (Top): Remove reference to deleted node.
11321
11322 * lists.texi (Lists): Remove reference to deleted node.
11323 (Cons Cells): Fix typo.
11324
11325 * loading.texi (Where Defined): Fix typo.
11326
11327 2005-02-14 Richard M. Stallman <rms@gnu.org>
11328
11329 * variables.texi (Creating Buffer-Local): change-major-mode-hook
11330 is useful for discarding some minor modes.
11331
11332 * symbols.texi (Symbol Components): Reorder examples.
11333
11334 * streams.texi (Input Functions): State standard-input default.
11335 (Output Variables): State standard-output default.
11336
11337 * objects.texi (Printed Representation): Clarify read syntax vs print.
11338 (Floating Point Type): Explain meaning better.
11339 (Symbol Type): Explain uniqueness better.
11340 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
11341 List examples sooner.
11342 (Box Diagrams): New subnode broken out.
11343 Some examples moved from old Lists as Boxes node.
11344 (Dotted Pair Notation): Clarify intro.
11345 (Array Type): Clarify.
11346 (Type Predicates): Add hash-table-p.
11347
11348 * numbers.texi (Integer Basics): Clarify radix explanation.
11349 (Predicates on Numbers): Minor clarification.
11350 (Comparison of Numbers): Minor clarification. Clarify eql.
11351 Typos in min, max.
11352 (Math Functions): Clarify overflow in expt.
11353
11354 * minibuf.texi (Text from Minibuffer): Minor clarification.
11355 Mention arrow keys.
11356
11357 * loading.texi (Autoload): defun's doc string overrides autoload's
11358 doc string.
11359 (Repeated Loading): Modernize "add to list" examples.
11360 (Where Defined): Finish updating table of load-history elts.
11361
11362 * lists.texi (List-related Predicates): Minor wording improvement.
11363 (Lists as Boxes): Node deleted.
11364 (Building Lists): Explain trivial cases of number-sequence.
11365
11366 * hash.texi (Hash Tables): Add desc to menu items.
11367 (Creating Hash): Explain "full" means "make larger".
11368 (Hash Access): Any object can be a key.
11369 State value of maphash.
11370
11371 * functions.texi (What Is a Function): Wording cleanup.
11372 (Function Documentation): Minor cleanup.
11373 Explain purpose of calling convention at end of doc string.
11374 (Function Names): Wording cleanup.
11375 (Calling Functions): Wording cleanup.
11376 Explain better how funcall calls the function.
11377 (Function Cells): Delete example of saving and redefining function.
11378
11379 * control.texi (Combining Conditions): Wording cleanup.
11380 (Iteration): dolist and dotimes bind VAR locally.
11381 (Cleanups): Xref to Atomic Changes.
11382
11383 * compile.texi (Byte Compilation): Delete 19.29 info.
11384 (Compilation Functions): Macros' difficulties don't affect defsubst.
11385 (Docs and Compilation): Delete 19.29 info.
11386
11387 2005-02-10 Richard M. Stallman <rms@gnu.org>
11388
11389 * objects.texi (Symbol Type): Minor correction.
11390
11391 2005-02-06 Lute Kamstra <lute@gnu.org>
11392
11393 * modes.texi (Example Major Modes): Fix typos.
11394
11395 2005-02-06 Richard M. Stallman <rms@gnu.org>
11396
11397 * text.texi (Margins): fill-nobreak-predicate can be one function.
11398
11399 * strings.texi (Modifying Strings): clear-string can make unibyte.
11400 (Formatting Strings): format gives error if values missing.
11401
11402 * positions.texi (Character Motion): Mention default arg
11403 for forward-char. backward-char refers to forward-char.
11404 (Word Motion): Mention default arg for forward-word.
11405 (Buffer End Motion): Mention default arg for beginning-of-buffer.
11406 Simplify end-of-buffer.
11407 (Text Lines): Mention default arg for forward-line.
11408 (List Motion): Mention default arg for beginning/end-of-defun.
11409 (Skipping Characters): Minor fixes in explaining character-set.
11410
11411 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
11412 Mode inheritance applies only when default-major-mode is nil.
11413 Clarifications.
11414 (Example Major Modes): Update Text mode and Lisp mode examples.
11415 (Minor Mode Conventions): Mention define-minor-mode at top.
11416 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
11417 (Mode Line Format): Update mode line face display info.
11418 (Properties in Mode): Mention effect of risky vars.
11419 (Imenu): Define imenu-add-to-menubar.
11420 (Font Lock Mode): Add descriptions to menu lines.
11421 (Faces for Font Lock): Add font-lock-doc-face.
11422
11423 2005-02-05 Lute Kamstra <lute@gnu.org>
11424
11425 * text.texi (Maintaining Undo): Remove obsolete function.
11426
11427 2005-02-05 Eli Zaretskii <eliz@gnu.org>
11428
11429 * frames.texi (Color Names): Add pointer to the X docs about RGB
11430 color specifications. Improve indexing.
11431 (Text Terminal Colors): Replace the description of RGB values by
11432 an xref to "Color Names".
11433
11434 2005-02-03 Richard M. Stallman <rms@gnu.org>
11435
11436 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
11437 Clarify.
11438 (Selecting Windows): Clarify save-selected-window.
11439 (Cyclic Window Ordering): Clarify walk-windows.
11440 (Window Point): Clarify.
11441 (Window Start): Add comment to example.
11442 (Resizing Windows): Add `interactive' specs in examples.
11443 Document fit-window-to-buffer.
11444
11445 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
11446 (Undo, Maintaining Undo): Clarify last change.
11447 (Sorting): In sort-numeric-fields, explain about octal and hex.
11448 Mention sort-numeric-base.
11449 (Format Properties): Add xref for hard newlines.
11450
11451 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
11452 (Pop-Up Menus): Fix typo.
11453 (Color Names): Explain all types of color names.
11454 Explain color-values on B&W terminal.
11455 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
11456
11457 * files.texi (File Locks): Not supported on MS systems.
11458 (Testing Accessibility): Clarify.
11459
11460 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
11461 (Coverage Testing): Fix typo.
11462
11463 * commands.texi (Misc Events): Remove stray space.
11464
11465 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
11466 (Modification Time): Clarify when visited-file-modtime returns 0.
11467 (The Buffer List): Clarify bury-buffer.
11468 (Killing Buffers): Clarify.
11469 (Indirect Buffers): Add clone-indirect-buffer.
11470
11471 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
11472
11473 * edebug.texi (Printing in Edebug): Fix default value of
11474 edebug-print-circle.
11475 (Coverage Testing): Fix displayed frequency count data.
11476
11477 2005-02-02 Luc Teirlinck <teirllm@auburn.edu>
11478
11479 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
11480
11481 2005-02-02 Kim F. Storm <storm@cua.dk>
11482
11483 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
11484
11485 2005-01-29 Eli Zaretskii <eliz@gnu.org>
11486
11487 * commands.texi (Misc Events): Describe the help-echo event.
11488
11489 * text.texi (Special Properties) <help-echo>: Use `pos'
11490 consistently in description of the help-echo property.
11491 Use @code{nil} instead of @var{nil}.
11492
11493 * display.texi (Overlay Properties): Fix the index entry for
11494 help-echo overlay property.
11495
11496 * customize.texi (Type Keywords): Uncomment the xref to the
11497 help-echo property documentation.
11498
11499 2005-01-23 Kim F. Storm <storm@cua.dk>
11500
11501 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
11502 return value. Third element FULLY replaced by PARTIAL which
11503 specifies number of invisible pixels if row is only partially visible.
11504 (Textual Scrolling): Mention auto-window-vscroll.
11505 (Vertical Scrolling): New defvar auto-window-vscroll.
11506
11507 2005-01-16 Luc Teirlinck <teirllm@auburn.edu>
11508
11509 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
11510 command remapping.
11511
11512 2005-01-15 Richard M. Stallman <rms@gnu.org>
11513
11514 * display.texi (Defining Images): Mention DATA-P arg of create-image.
11515
11516 2005-01-14 Kim F. Storm <storm@cua.dk>
11517
11518 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
11519
11520 * text.texi (Links and Mouse-1): Fix string and vector item.
11521
11522 2005-01-13 Richard M. Stallman <rms@gnu.org>
11523
11524 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
11525 descriptions of overriding-local-map and overriding-terminal-local-map.
11526
11527 * text.texi (Links and Mouse-1): Clarify text.
11528
11529 2005-01-13 Kim F. Storm <storm@cua.dk>
11530
11531 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
11532
11533 2005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
11534
11535 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
11536
11537 2005-01-12 Kim F. Storm <storm@cua.dk>
11538
11539 * text.texi (Links and Mouse-1): Rename section from Enabling
11540 Mouse-1 to Following Links. Change xrefs.
11541 Add examples for define-button-type and define-widget.
11542
11543 * display.texi (Button Properties, Button Buffer Commands):
11544 Clarify mouse-1 and follow-link functionality.
11545
11546 2005-01-12 Richard M. Stallman <rms@gnu.org>
11547
11548 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
11549
11550 * display.texi (Beeping): Fix Texinfo usage.
11551
11552 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
11553
11554 2005-01-11 Kim F. Storm <storm@cua.dk>
11555
11556 * display.texi (Button Properties, Button Buffer Commands):
11557 Mention mouse-1 binding. Add follow-link keyword.
11558
11559 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
11560 (Enabling Mouse-1 to Follow Links): New subsection.
11561
11562 2005-01-06 Richard M. Stallman <rms@gnu.org>
11563
11564 * text.texi (Special Properties): Minor change.
11565
11566 * os.texi (Timers): Clarify previous change.
11567
11568 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
11569
11570 2005-01-01 Luc Teirlinck <teirllm@auburn.edu>
11571
11572 * display.texi (Face Attributes): Correct xref to renamed node.
11573
11574 2005-01-01 Richard M. Stallman <rms@gnu.org>
11575
11576 * display.texi (Face Attributes): Describe hex color specs.
11577
11578 2004-12-31 Richard M. Stallman <rms@gnu.org>
11579
11580 * os.texi (Timers): Update previous change.
11581
11582 2004-12-30 Kim F. Storm <storm@cua.dk>
11583
11584 * display.texi (Line Height): Total line-height is now specified
11585 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
11586 in cons cells. (nil . RATIO) is relative to actual line height.
11587 Use line-height `t' instead of `0' to get minimum height.
11588
11589 2004-12-29 Richard M. Stallman <rms@gnu.org>
11590
11591 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
11592
11593 2004-12-28 Richard M. Stallman <rms@gnu.org>
11594
11595 * commands.texi (Quitting): Clarify value of with-local-quit.
11596
11597 * elisp.texi (Top): Fix previous change.
11598
11599 * loading.texi (Loading): Fix previous change.
11600
11601 2004-12-27 Richard M. Stallman <rms@gnu.org>
11602
11603 * Makefile.in (MAKEINFO): Specify --force.
11604
11605 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
11606
11607 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
11608
11609 * display.texi (Line Height): Further clarify.
11610
11611 * elisp.texi (Top): Update Loading submenu.
11612
11613 * loading.texi (Where Defined): New node.
11614 (Unloading): load-history moved to Where Defined.
11615
11616 2004-12-21 Richard M. Stallman <rms@gnu.org>
11617
11618 * commands.texi (Event Input Misc): Add while-no-input.
11619
11620 2004-12-11 Richard M. Stallman <rms@gnu.org>
11621
11622 * display.texi (Line Height): Rewrite text for clarity.
11623
11624 2004-12-11 Kim F. Storm <storm@cua.dk>
11625
11626 * display.texi (Display): Add node "Line Height" to menu.
11627 (Line Height): New node. Move full description of line-spacing
11628 and line-height text properties here from text.texi.
11629 (Scroll Bars): Add vertical-scroll-bar variable.
11630
11631 * frames.texi (Window Frame Parameters): Remove line-height defvar.
11632
11633 * locals.texi (Standard Buffer-Local Variables): Fix xref for
11634 line-spacing and vertical-scroll-bar.
11635
11636 * text.texi (Special Properties): Just mention line-spacing and
11637 line-height here, add xref to new "Line Height" node.
11638
11639 2004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
11640
11641 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
11642
11643 * locals.texi (Standard Buffer-Local Variables):
11644 Add @xref for `line-spacing'.
11645
11646 2004-12-05 Richard M. Stallman <rms@gnu.org>
11647
11648 * Makefile.in (maintainer-clean): Remove the info files
11649 in $(infodir) where they are created.
11650
11651 2004-12-03 Richard M. Stallman <rms@gnu.org>
11652
11653 * windows.texi (Selecting Windows): get-lru-window and
11654 get-largest-window don't consider dedicated windows.
11655
11656 * text.texi (Undo): Document undo-in-progress.
11657
11658 2004-11-26 Richard M. Stallman <rms@gnu.org>
11659
11660 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
11661 Remove a few vars that are not always buffer-local.
11662
11663 2004-11-24 Luc Teirlinck <teirllm@auburn.edu>
11664
11665 * locals.texi (Standard Buffer-Local Variables): Comment out
11666 xref's to non-existent node `Yet to be written'.
11667
11668 2004-11-24 Richard M. Stallman <rms@gnu.org>
11669
11670 * processes.texi (Synchronous Processes): Grammar fix.
11671
11672 * numbers.texi (Comparison of Numbers): Add eql.
11673
11674 * locals.texi (Standard Buffer-Local Variables): Add many vars.
11675
11676 * intro.texi (Printing Notation): Fix previous change.
11677
11678 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
11679 and default-indicate-buffer-boundaries from here.
11680 (Usual Display): To here.
11681 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
11682 (Usual Display): Move tab-width up.
11683
11684 * customize.texi (Variable Definitions):
11685 Replace show-paren-mode example with tooltip-mode.
11686 (Simple Types, Composite Types, Defining New Types):
11687 Minor cleanups.
11688
11689 2004-11-21 Jesper Harder <harder@ifa.au.dk>
11690
11691 * processes.texi (Synchronous Processes, Output from Processes):
11692 Markup fix.
11693
11694 2004-11-20 Richard M. Stallman <rms@gnu.org>
11695
11696 * positions.texi (Skipping Characters): skip-chars-forward
11697 now handles char classes.
11698
11699 * intro.texi (Printing Notation): Avoid confusion of `print'
11700 when explaining @print.
11701
11702 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
11703
11704 * display.texi (Display Table Format): Minor fix.
11705
11706 * streams.texi (Output Functions): Fix print example.
11707
11708 * Makefile.in (elisp): New target.
11709 (dist): Depend on $(infodir)/elisp, not elisp.
11710 Copy the info files from $(infodir).
11711
11712 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
11713 read-from-minibuffer.
11714
11715 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
11716
11717 2004-11-19 Richard M. Stallman <rms@gnu.org>
11718
11719 * searching.texi (Regexp Search): Add search-whitespace-regexp.
11720
11721 2004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
11722
11723 * tips.texi (Coding Conventions): Fix typo.
11724
11725 2004-11-16 Richard M. Stallman <rms@gnu.org>
11726
11727 * tips.texi (Coding Conventions): Separate defvar and require
11728 methods to avoid warnings. Use require only when there are many
11729 functions and variables from that package.
11730
11731 * minibuf.texi (Minibuffer Completion): When ignoring case,
11732 predicate must not be case-sensitive.
11733
11734 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
11735 (Test Coverage): Don't talk about "splotches". Clarified.
11736
11737 2004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
11738
11739 * frames.texi (Window Frame Parameters): Fix typo.
11740
11741 2004-11-15 Kim F. Storm <storm@cua.dk>
11742
11743 * symbols.texi (Other Plists): Note that plist-get may signal error.
11744 Add safe-plist-get.
11745
11746 2004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
11747
11748 * modes.texi (Font Lock Basics): Fix typo.
11749
11750 2004-11-08 Richard M. Stallman <rms@gnu.org>
11751
11752 * syntax.texi (Syntax Table Functions): Add syntax-after.
11753
11754 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
11755
11756 * os.texi (Processor Run Time): New section documenting
11757 get-internal-run-time.
11758
11759 2004-11-06 Eli Zaretskii <eliz@gnu.org>
11760
11761 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
11762 it nukes elisp-cover.texi.
11763 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
11764 elisp-0 etc.
11765
11766 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
11767
11768 * commands.texi (Keyboard Macros): Document `append' return value
11769 of `defining-kbd-macro'.
11770
11771 2004-11-01 Richard M. Stallman <rms@gnu.org>
11772
11773 * commands.texi (Interactive Call): Add called-interactively-p.
11774
11775 2004-10-29 Simon Josefsson <jas@extundo.com>
11776
11777 * minibuf.texi (Reading a Password): Revert.
11778
11779 2004-10-28 Richard M. Stallman <rms@gnu.org>
11780
11781 * frames.texi (Display Feature Testing): Explain about "vendor".
11782
11783 2004-10-27 Richard M. Stallman <rms@gnu.org>
11784
11785 * commands.texi (Interactive Codes): `N' uses numeric prefix,
11786 not raw. Clarify `n'.
11787 (Interactive Call): Rewrite interactive-p, focusing on when
11788 and how to use it.
11789 (Misc Events): Clarify previous change.
11790
11791 * advice.texi (Simple Advice): Clarify what job the example does.
11792 (Around-Advice): Clarify ad-do-it.
11793 (Activation of Advice): An option of ad-default-compilation-action
11794 is `never', not `nil'.
11795
11796 2004-10-26 Kim F. Storm <storm@cua.dk>
11797
11798 * commands.texi (Interactive Codes): Add U code letter.
11799
11800 2004-10-25 Simon Josefsson <jas@extundo.com>
11801
11802 * minibuf.texi (Reading a Password): Add.
11803
11804 2004-10-24 Jason Rumney <jasonr@gnu.org>
11805
11806 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
11807 and wheel-down.
11808
11809 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
11810
11811 * processes.texi (Synchronous Processes): Document process-file.
11812
11813 2004-10-22 Kenichi Handa <handa@m17n.org>
11814
11815 * text.texi (translate-region): Document that it accepts also a
11816 char-table.
11817
11818 2004-10-22 David Ponce <david@dponce.com>
11819
11820 * windows.texi (Resizing Windows): Document the `preserve-before'
11821 argument of the functions `enlarge-window' and `shrink-window'.
11822
11823 2004-10-19 Jason Rumney <jasonr@gnu.org>
11824
11825 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
11826
11827 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
11828
11829 * text.texi (Filling): Add anchor for definition of
11830 `sentence-end-double-space'.
11831
11832 * searching.texi (Regexp Example): Update description of how
11833 Emacs currently recognizes the end of a sentence.
11834 (Standard Regexps): Update definition of the variable
11835 `sentence-end'. Add definition of the function `sentence-end'.
11836
11837 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11838
11839 * display.texi (Progress): New node.
11840
11841 2004-10-05 Kim F. Storm <storm@cua.dk>
11842
11843 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
11844
11845 2004-09-29 Kim F. Storm <storm@cua.dk>
11846
11847 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
11848 to identify bitmaps. Remove -fringe-bitmap suffix for standard
11849 fringe bitmap symbols, as they now have their own namespace.
11850 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
11851 vs. pixels. Signal error if no free bitmap slots.
11852 (Pixel Specification): Change IMAGE to @var{image}.
11853
11854 2004-09-28 Richard M. Stallman <rms@gnu.org>
11855
11856 * text.texi (Special Properties): Clarify line-spacing and line-height.
11857
11858 * searching.texi (Regexp Search): Add looking-back.
11859
11860 2004-09-25 Luc Teirlinck <teirllm@auburn.edu>
11861
11862 * display.texi: Correct typos.
11863 (Image Descriptors): Correct xref's.
11864
11865 2004-09-25 Richard M. Stallman <rms@gnu.org>
11866
11867 * text.texi (Special Properties): Cleanups in `cursor'.
11868 Rewrites in `line-height' and `line-spacing'; exchange them.
11869
11870 * display.texi (Fringes): Rewrite previous change.
11871 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
11872 (Display Fringe Bitmaps): Node deleted, text moved.
11873 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
11874 (Scroll Bars): Clarify set-window-scroll-bars.
11875 (Pointer Shape): Rewrite.
11876 (Specified Space): Clarify :align-to, etc.
11877 (Pixel Specification): Use @var. Clarify new text.
11878 (Other Display Specs): Clarify `slice'.
11879 (Image Descriptors): Cleanups.
11880 (Showing Images): Cleanups.
11881
11882 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11883
11884 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
11885
11886 * modes.texi: Various minor changes in addition to:
11887 (Major Mode Conventions): Final call to `run-mode-hooks' should
11888 not be inside the `delay-mode-hooks' form.
11889 (Mode Hooks): New node.
11890 (Hooks): Delete obsolete example.
11891 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
11892 node "Mode Hooks".
11893
11894 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
11895
11896 * display.texi: Correct various typos.
11897 (Display): Rename node "Pointer Shapes" to "Pointer
11898 Shape". (There is already a node called "Pointer Shapes" in
11899 frames.texi.)
11900 (Images): Remove non-existent node "Image Slices" from menu.
11901
11902 2004-09-23 Kim F. Storm <storm@cua.dk>
11903
11904 * text.texi (Special Properties): Add `cursor', `pointer',
11905 `line-height', and `line-spacing' properties.
11906
11907 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
11908 Shapes' to menu.
11909 (Standard Faces): Doc fix for fringe face.
11910 (Fringes): Add `overflow-newline-into-fringe' and
11911 'indicate-buffer-boundaries'.
11912 (Fringe Bitmaps, Pointer Shapes): New nodes.
11913 (Display Property): Add 'Pixel Specification' and 'Display Fringe
11914 Bitmaps' to menu.
11915 (Specified Space): Describe pixel width and height.
11916 (Pixel Specification): New node.
11917 (Other Display Specs): Add `slice' property.
11918 (Display Fringe Bitmaps): New node.
11919 (Images): Add 'Image Slices' to menu.
11920 (Image Descriptors): Add `:pointer' and `:map' properties.
11921 (Showing Images): Add slice arg to `insert-image'.
11922 Add 'insert-sliced-image'.
11923
11924 2004-09-20 Richard M. Stallman <rms@gnu.org>
11925
11926 * commands.texi (Key Sequence Input):
11927 Clarify downcasing in read-key-sequence.
11928
11929 2004-09-08 Juri Linkov <juri@jurta.org>
11930
11931 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
11932
11933 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11934
11935 * locals.texi (Standard Buffer-Local Variables):
11936 Add `buffer-auto-save-file-format'.
11937 * internals.texi (Buffer Internals): Describe new
11938 auto_save_file_format field of the buffer structure.
11939 * files.texi (Format Conversion): `auto-save-file-format' has been
11940 renamed `buffer-auto-save-file-format'.
11941
11942 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
11943
11944 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
11945 an integer or a marker.
11946 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
11947
11948 2004-08-22 Richard M. Stallman <rms@gnu.org>
11949
11950 * modes.texi (Major Mode Conventions): Discuss rebinding of
11951 standard key bindings.
11952
11953 2004-08-18 Kim F. Storm <storm@cua.dk>
11954
11955 * processes.texi (Accepting Output): Add `just-this-one' arg to
11956 `accept-process-output'.
11957 (Output from Processes): New var `process-adaptive-read-buffering'.
11958
11959 2004-08-10 Luc Teirlinck <teirllm@auburn.edu>
11960
11961 * keymaps.texi: Various changes in addition to:
11962 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
11963 Give more varied examples for `kbd'.
11964 (Creating Keymaps): Char tables have slots for all characters
11965 without modifiers.
11966 (Active Keymaps): `overriding-local-map' and
11967 `overriding-terminal-local-map' also override text property and
11968 overlay keymaps.
11969 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
11970 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
11971 to denote a prefix of no events.
11972 `map-keymap' includes parent's bindings _recursively_.
11973 Clarify and correct description of `where-is-internal'.
11974 Mention BUFFER-OR-NAME arg to `describe-bindings'.
11975 (Menu Example): For menus intended for use with the keyboard, the
11976 menu items should be bound to characters or real function keys.
11977
11978 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
11979
11980 * objects.texi (Character Type): Reposition `@anchor' to prevent
11981 double space inside sentence in Info.
11982
11983 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
11984 renamed to `disabled-command-function'.
11985 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
11986 (Command Loop Info): Replace reference to it.
11987 (Disabling Commands): `disabled-command-hook' has been renamed to
11988 `disabled-command-function'.
11989
11990 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
11991
11992 * os.texi (Translating Input): Only non-prefix bindings in
11993 `key-translation-map' override actual key bindings. Warn about
11994 possible indirect effect of actual key bindings on non-prefix
11995 bindings in `key-translation-map'.
11996
11997 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
11998
11999 * minibuf.texi (High-Level Completion): Add anchor for definition
12000 of `read-variable'.
12001
12002 * commands.texi: Various changes in addition to:
12003 (Using Interactive): Clarify description of `interactive-form'.
12004 (Interactive Call): Mention default for KEYS argument to
12005 `call-interactively'.
12006 (Command Loop Info): Clarify description of `this-command-keys'.
12007 Mention KEEP-RECORD argument to `clear-this-command-keys'.
12008 Value of `last-event-frame' can be `macro'.
12009 (Repeat Events): `double-click-fuzz' is also used to distinguish
12010 clicks and drags.
12011 (Classifying Events): Clarify descriptions of `event-modifiers'
12012 `event-basic-type' and `event-convert-list'.
12013 (Accessing Events): `posn-timestamp' takes POSITION argument.
12014 (Quoted Character Input): Clarify description of
12015 `read-quoted-char' and fix example.
12016 (Quitting): Add `with-local-quit'.
12017 (Disabling Commands): Correct and clarify descriptions of
12018 `enable-command' and `disable-command'.
12019 Mention what happens if `disabled-command-hook' is nil.
12020 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
12021 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
12022
12023 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
12024
12025 * frames.texi: Various changes in addition to:
12026 (Creating Frames): Expand and clarify description of `make-frame'.
12027 (Window Frame Parameters): Either none or both of the `icon-left'
12028 and `icon-top' parameters must be specified. Put descriptions of
12029 `menu-bar-lines' and `toolbar-lines' closer together and change
12030 them accordingly.
12031 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
12032 except while processing `frame-title-format' or `icon-title-format'.
12033 (Deleting Frames): Correct description of `delete-frame'.
12034 Non-nil return values of `frame-live-p' are like those of `framep'.
12035 (Frames and Windows): Mention return value of
12036 `set-frame-selected-window'.
12037 (Visibility of Frames): Mention `force' argument to
12038 `make-frame-invisible'. `frame-visible-p' returns t for all
12039 frames on text-only terminals.
12040 (Frame Configurations): Restoring a frame configuration does not
12041 restore deleted frames.
12042 (Window System Selections): `x-set-selection' returns DATA.
12043 (Resources): Add example.
12044 (Display Feature Testing): Clarify descriptions of
12045 `display-pixel-height', `display-pixel-width', `x-server-version'
12046 and `x-server-vendor'.
12047
12048 * windows.texi (Choosing Window): Add anchor.
12049 * minibuf.texi (Minibuffer Misc): Add anchor.
12050
12051 2004-07-23 John Paul Wallington <jpw@gnu.org>
12052
12053 * macros.texi (Defining Macros): Declaration keyword for setting
12054 Edebug spec is `debug' not `edebug'.
12055
12056 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
12057
12058 * windows.texi: Various small changes in addition to:
12059 (Window Point): Mention return value of `set-window-point'.
12060 (Window Start): `pos-visible-in-window-p' disregards horizontal
12061 scrolling. Explain return value if PARTIALLY is non-nil.
12062 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
12063 and `set-window-vscroll'.
12064 (Size of Window): The argument WINDOW to `window-inside-edges',
12065 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
12066 (Resizing Windows): Explain return value of
12067 `shrink-window-if-larger-than-buffer'.
12068 `window-size-fixed' automatically becomes buffer local when set.
12069 (Window Configurations): Explain return value of
12070 `set-window-configuration'.
12071
12072 * minibuf.texi (Minibuffer Misc): Add anchor for
12073 `minibuffer-scroll-window'.
12074
12075 * positions.texi (Text Lines): Add anchor for `count-lines'.
12076
12077 2004-07-17 Richard M. Stallman <rms@gnu.org>
12078
12079 * display.texi (Overlay Properties): Adding `evaporate' prop
12080 deletes empty overlay immediately.
12081
12082 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
12083 fix example.
12084
12085 2004-07-16 Jim Blandy <jimb@redhat.com>
12086
12087 * searching.texi (Regexp Backslash): Document new \_< and \_>
12088 operators.
12089
12090 2004-07-16 Juanma Barranquero <lektu@terra.es>
12091
12092 * display.texi (Images): Fix Texinfo usage.
12093
12094 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
12095
12096 * buffers.texi (Modification Time): `visited-file-modtime' now
12097 returns a list of two integers, instead of a cons.
12098
12099 2004-07-13 Luc Teirlinck <teirllm@auburn.edu>
12100
12101 * windows.texi: Various changes in addition to:
12102 (Splitting Windows): Add `split-window-keep-point'.
12103
12104 2004-07-09 Richard M. Stallman <rms@gnu.org>
12105
12106 * frames.texi (Input Focus): Minor fix.
12107
12108 2004-07-07 Luc Teirlinck <teirllm@auburn.edu>
12109
12110 * frames.texi (Input Focus): Clarify descriptions of
12111 `select-frame-set-input-focus' and `select-frame'.
12112
12113 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
12114
12115 * os.texi: Various small changes in addition to:
12116 (Killing Emacs): Expand and clarify description of
12117 `kill-emacs-query-functions' and `kill-emacs-hook'.
12118 (System Environment): Expand and clarify description of `getenv'
12119 and `setenv'.
12120 (Timers): Clarify description of `run-at-time'.
12121 (Translating Input): Correct description of
12122 `extra-keyboard-modifiers'.
12123 (Flow Control): Correct description of `enable-flow-control'.
12124
12125 2004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
12126
12127 * os.texi: Update copyright.
12128 (Session Management): Grammar fix.
12129 Clarify which Emacs does the restarting.
12130 Use @samp for *scratch* buffer.
12131
12132 2004-07-04 Alan Mackenzie <acm@muc.de>
12133
12134 * frames.texi (Input Focus): Add documentation for
12135 `select-frame-set-input-focus'. Replace refs to non-existent
12136 `switch-frame' with `select-frame'. Minor corrections and tidying
12137 up of text-only terminal stuff.
12138
12139 2004-07-02 Richard M. Stallman <rms@gnu.org>
12140
12141 * files.texi (Saving Buffers): Cleanup write-contents-function.
12142 (Magic File Names): Cleanup file-remote-p.
12143
12144 2004-07-02 Kai Großjohann <kai@emptydomain.de>
12145
12146 * files.texi (Magic File Names): `file-remote-p' returns an
12147 identifier of the remote system, not just t.
12148
12149 2004-07-02 David Kastrup <dak@gnu.org>
12150
12151 * searching.texi (Entire Match Data): Add explanation about new
12152 match-data behavior when @var{integers} is non-nil.
12153
12154 2004-06-24 Richard M. Stallman <rms@gnu.org>
12155
12156 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
12157
12158 * customize.texi (Variable Definitions): Note about doc strings
12159 and :set.
12160
12161 * keymaps.texi (Keymap Terminology): Document `kbd'.
12162 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
12163
12164 * display.texi (Invisible Text): Setting buffer-invisibility-spec
12165 makes it buffer-local.
12166
12167 * files.texi (Saving Buffers): Correct previous change.
12168
12169 * commands.texi (Accessing Events):
12170 Clarify posn-col-row and posn-actual-col-row.
12171
12172 2004-06-24 David Ponce <david.ponce@wanadoo.fr>
12173
12174 * commands.texi (Accessing Events): New functions
12175 posn-at-point and posn-at-x-y. Add example to posn-x-y.
12176
12177 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
12178
12179 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
12180 * frames.texi, buffers.texi, backups.texi, variables.texi:
12181 * loading.texi, eval.texi, functions.texi, control.texi:
12182 * symbols.texi, minibuf.texi: Reposition @anchor's.
12183
12184 * help.texi: Various small changes in addition to the following.
12185 (Describing Characters): Describe PREFIX argument to
12186 `key-description'. Correct and clarify definition of
12187 `text-char-description'. Describe NEED-VECTOR argument to
12188 `read-kbd-macro'.
12189 (Help Functions): Clarify definition of `apropos'.
12190
12191 2004-06-23 Lars Hansen <larsh@math.ku.dk>
12192
12193 * files.texi (Saving Buffers): Correct description of
12194 `write-contents-functions'.
12195
12196 2004-06-21 Juanma Barranquero <lektu@terra.es>
12197
12198 * display.texi (Images): Remove redundant @vindex directives.
12199 Rewrite `image-library-alist' doc in active voice.
12200
12201 2004-06-14 Juanma Barranquero <lektu@terra.es>
12202
12203 * display.texi (Images): Document new delayed library loading,
12204 variable `image-library-alist' and (existing but undocumented)
12205 function `image-type-available-p'.
12206
12207 2004-06-05 Richard M. Stallman <rms@gnu.org>
12208
12209 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
12210 refer the user to the Initial Input node.
12211 (Text from Minibuffer): Likewise.
12212 (Initial Input): New node. Document this feature
12213 and say it is mostly deprecated.
12214
12215 2004-05-30 Richard M. Stallman <rms@gnu.org>
12216
12217 * loading.texi (Named Features): Clarify return value
12218 and meaning of NOERROR.
12219
12220 * variables.texi (File Local Variables): Minor cleanup.
12221
12222 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
12223
12224 * files.texi (Magic File Names): Add `file-remote-p' as operation
12225 of file name handlers.
12226
12227 2004-05-29 Richard M. Stallman <rms@gnu.org>
12228
12229 * modes.texi (Minor Mode Conventions): (-) has no special meaning
12230 as arg to a minor mode command.
12231
12232 2004-05-22 Richard M. Stallman <rms@gnu.org>
12233
12234 * syntax.texi (Syntax Class Table): Word syntax not just for English.
12235
12236 * streams.texi (Output Variables): Doc float-output-format.
12237
12238 * searching.texi (Regexp Special): Nested repetition can be infloop.
12239
12240 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
12241 real stack overflow.
12242
12243 * compile.texi: Minor cleanups.
12244
12245 2004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
12246
12247 * lists.texi (Cons Cells): Explain dotted lists, true lists,
12248 circular lists.
12249 (List Elements): Explain handling of circular and dotted lists.
12250
12251 2004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
12252
12253 * modes.texi (Search-based Fontification): Fix typo.
12254
12255 2004-05-10 Juanma Barranquero <lektu@terra.es>
12256
12257 * modes.texi (Mode Line Variables): Fix description of
12258 global-mode-string, which is now after which-func-mode, not the
12259 buffer name.
12260
12261 2004-05-07 Lars Hansen <larsh@math.ku.dk>
12262
12263 * modes.texi (Desktop Save Mode): Add.
12264 (Modes): Add menu entry Desktop Save Mode.
12265
12266 * hooks.texi: Add desktop-after-read-hook,
12267 desktop-no-desktop-file-hook and desktop-save-hook.
12268
12269 * locals.texi: Add desktop-save-buffer.
12270
12271 2004-04-30 Jesper Harder <harder@ifa.au.dk>
12272
12273 * display.texi: emacs -> Emacs.
12274
12275 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
12276
12277 * files.texi (Changing Files): Document set-file-times.
12278
12279 2004-04-23 Juanma Barranquero <lektu@terra.es>
12280
12281 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
12282
12283 2004-04-18 Jesper Harder <harder@ifa.au.dk>
12284
12285 * tips.texi (Coding Conventions): defopt -> defcustom.
12286
12287 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
12288
12289 * sequences.texi: Various clarifications.
12290
12291 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
12292
12293 * buffers.texi (Read Only Buffers): Mention optional ARG to
12294 `toggle-read-only'.
12295
12296 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
12297
12298 * windows.texi (Selecting Windows): Note that get-lru-window
12299 returns a full-width window if possible.
12300
12301 2004-04-13 Luc Teirlinck <teirllm@auburn.edu>
12302
12303 * buffers.texi: Various changes in addition to:
12304 (Buffer File Name): Add `find-buffer-visiting'.
12305 (Buffer Modification): Mention optional ARG to `not-modified'.
12306 (Indirect Buffers): Mention optional CLONE argument to
12307 `make-indirect-buffer'.
12308
12309 * files.texi: Various changes in addition to:
12310 (Visiting Functions): `find-file-hook' is now a normal hook.
12311 (File Name Expansion): Explain difference between the way that
12312 `expand-file-name' and `file-truename' treat `..'.
12313 (Contents of Directories): Mention optional ID-FORMAT argument to
12314 `directory-files-and-attributes'.
12315 (Format Conversion): Mention new optional CONFIRM argument to
12316 `format-write-file'.
12317
12318 2004-04-12 Miles Bader <miles@gnu.org>
12319
12320 * macros.texi (Expansion): Add description of `macroexpand-all'.
12321
12322 2004-04-05 Jesper Harder <harder@ifa.au.dk>
12323
12324 * variables.texi (Variable Aliases):
12325 Mention cyclic-variable-indirection.
12326
12327 * errors.texi (Standard Errors): Ditto.
12328
12329 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
12330
12331 * backups.texi: Various small changes in addition to:
12332 (Making Backups): Mention return value of `backup-buffer'.
12333 (Auto-Saving): Mention optional FORCE argument to
12334 `delete-auto-save-file-if-necessary'.
12335 (Reverting): Mention optional PRESERVE-MODES argument to
12336 `revert-buffer'. Correct description of `revert-buffer-function'.
12337
12338 2004-03-22 Juri Linkov <juri@jurta.org>
12339
12340 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
12341 with `Vector Functions'.
12342
12343 * text.texi (Sorting): Add missing quote.
12344
12345 2004-03-14 Luc Teirlinck <teirllm@auburn.edu>
12346
12347 * intro.texi (Lisp History): Replace xref to `cl' manual with
12348 inforef.
12349
12350 2004-03-12 Richard M. Stallman <rms@gnu.org>
12351
12352 * intro.texi (Version Info): Add arg to emacs-version.
12353 (Lisp History): Change xref to CL manual.
12354
12355 2004-03-09 Luc Teirlinck <teirllm@auburn.edu>
12356
12357 * minibuf.texi (Completion Commands): Add xref to Emacs manual
12358 for Partial Completion mode.
12359
12360 2004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
12361
12362 * customize.texi: Fix typo. Remove eol whitespace.
12363
12364 2004-03-04 Richard M. Stallman <rms@gnu.org>
12365
12366 * processes.texi: Fix typos.
12367
12368 * lists.texi (Building Lists): Minor clarification.
12369
12370 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
12371 in make-hash-table.
12372
12373 2004-02-29 Juanma Barranquero <lektu@terra.es>
12374
12375 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
12376 rm, and ignore exit code.
12377
12378 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
12379
12380 * display.texi (Defining Faces): Add description for min-colors.
12381 Update example.
12382
12383 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
12384
12385 * abbrevs.texi: Various corrections and clarifications in addition
12386 to the following:
12387 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
12388
12389 2004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
12390
12391 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
12392
12393 2004-02-21 Luc Teirlinck <teirllm@auburn.edu>
12394
12395 * text.texi: Various small changes in addition to the following:
12396 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
12397 to delete-horizontal-space.
12398 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
12399 description of yank-handler text property at various places.
12400
12401 * frames.texi (Window System Selections): Add anchor.
12402
12403 * syntax.texi (Syntax Table Functions): Clarify and correct
12404 descriptions of make-syntax-table and copy-syntax-table.
12405 (Motion and Syntax): Clarify SYNTAXES argument to
12406 skip-syntax-forward.
12407 (Parsing Expressions): Mention that the return value of
12408 parse-partial-sexp is currently a list of ten rather than nine
12409 elements.
12410 (Categories): Various corrections and clarifications.
12411
12412 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
12413
12414 * markers.texi (Marker Insertion Types): Minor change.
12415
12416 * locals.texi (Standard Buffer-Local Variables):
12417 * commands.texi (Interactive Codes, Using Interactive):
12418 * functions.texi (Related Topics): Fix xrefs.
12419
12420 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
12421
12422 * lists.texi (Sets And Lists): Update description of delete-dups.
12423
12424 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
12425
12426 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
12427
12428 2004-02-16 Jan Djärv <jan.h.d@swipnet.se>
12429
12430 * frames.texi (Parameter Access): frame-parameters arg is optional.
12431 modify-frame-parameters handles nil for FRAME.
12432 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
12433 are all-or-nothing for certain toolkits.
12434 Mention parameter wait-for-wm.
12435 (Frames and Windows): In frame-first-window and frame-selected-window
12436 the arg is optional.
12437 (Input Focus): In redirect-frame-focus the second arg is optional.
12438 (Window System Selections): Mention selection type CLIPBOARD.
12439 Mention data-type UTF8_STRING.
12440 Mention numbering of cut buffers.
12441 (Resources): Describe x-resource-name.
12442
12443 2004-02-16 Richard M. Stallman <rms@gnu.org>
12444
12445 * windows.texi (Buffers and Windows): Delete false table
12446 about all-frames.
12447
12448 * syntax.texi (Parsing Expressions): Delete old caveat
12449 about parse-sexp-ignore-comments.
12450
12451 * streams.texi (Output Variables): Add print-quoted.
12452
12453 * lists.texi (Building Lists): Minor cleanup.
12454
12455 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
12456
12457 * display.texi (Overlays): Explain overlays use markers.
12458 (Managing Overlays): Explain front-advance and rear-advance
12459 in more detail.
12460
12461 * loading.texi (Unloading): Document unload-feature-special-hooks.
12462 Get rid of fns-NNN.el file.
12463
12464 2004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
12465
12466 * help.texi (Describing Characters): Fix text-char-description
12467 example output.
12468
12469 * edebug.texi (Using Edebug): Fix example.
12470
12471 * debugging.texi (Internals of Debugger): Fix return value.
12472
12473 * files.texi (Changing Files): Fix argname.
12474
12475 * calendar.texi: Fix parens, and default values.
12476
12477 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
12478 * nonascii.texi, objects.texi, os.texi: Minor fixes.
12479 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
12480
12481 * positions.texi (Text Lines): Don't add -1 in current-line.
12482
12483 2004-02-16 Richard M. Stallman <rms@gnu.org>
12484
12485 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
12486
12487 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
12488
12489 * processes.texi (Low-Level Network): Fix a typo.
12490
12491 2004-02-12 Kim F. Storm <storm@cua.dk>
12492
12493 * display.texi (Fringes): Use consistent wording.
12494 Note that window-fringe's window arg is optional.
12495 (Scroll Bars): Use consistent wording.
12496
12497 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
12498
12499 * tips.texi (Comment Tips): Document the new conventions for
12500 commenting out code.
12501
12502 2004-02-07 Jan Djärv <jan.h.d@swipnet.se>
12503
12504 * positions.texi (Text Lines): Add missing end defun.
12505
12506 2004-02-07 Kim F. Storm <storm@cua.dk>
12507
12508 * positions.texi (Text Lines): Add line-number-at-pos.
12509
12510 2004-02-06 John Paul Wallington <jpw@gnu.org>
12511
12512 * display.texi (Button Properties, Button Buffer Commands):
12513 mouse-2 invokes button, not down-mouse-1.
12514
12515 2004-02-04 Jason Rumney <jasonr@gnu.org>
12516
12517 * makefile.w32-in: Sync with Makefile.in changes.
12518
12519 2004-02-03 Luc Teirlinck <teirllm@auburn.edu>
12520
12521 * minibuf.texi (Text from Minibuffer): Various corrections and
12522 clarifications.
12523 (Object from Minibuffer): Correct Lisp description of
12524 read-minibuffer.
12525 (Minibuffer History): Clarify description of cons values for
12526 HISTORY arguments.
12527 (Basic Completion): Various corrections and clarifications.
12528 Add completion-regexp-list.
12529 (Minibuffer Completion): Correct and clarify description of
12530 completing-read.
12531 (Completion Commands): Mention Partial Completion mode.
12532 Various other minor changes.
12533 (High-Level Completion): Various corrections and clarifications.
12534 (Reading File Names): Ditto.
12535 (Minibuffer Misc): Ditto.
12536
12537 2004-01-26 Luc Teirlinck <teirllm@auburn.edu>
12538
12539 * strings.texi (Text Comparison): assoc-string also matches
12540 elements of alists that are strings instead of conses.
12541 (Formatting Strings): Standardize Texinfo usage. Update index
12542 entries.
12543
12544 2004-01-20 Luc Teirlinck <teirllm@auburn.edu>
12545
12546 * lists.texi (Sets And Lists): Add delete-dups.
12547
12548 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
12549
12550 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
12551 special form.
12552 * macros.texi (Defining Macros): Update description of `declare',
12553 which now is a macro.
12554 (Wrong Time): Fix typos.
12555
12556 2004-01-14 Luc Teirlinck <teirllm@auburn.edu>
12557
12558 * compile.texi (Compilation Functions): Expand descriptions of
12559 `compile-defun', `byte-compile-file', `byte-recompile-directory'
12560 and `batch-byte-compile'. In particular, mention and describe
12561 all optional arguments.
12562 (Disassembly): Correct and clarify the description of `disassemble'.
12563
12564 2004-01-11 Luc Teirlinck <teirllm@auburn.edu>
12565
12566 * searching.texi: Various small changes in addition to the
12567 following.
12568 (Regexp Example): Adapt to new value of `sentence-end'.
12569 (Regexp Functions): The PAREN argument to `regexp-opt' can be
12570 `words'.
12571 (Search and Replace): Add usage note for `perform-replace'.
12572 (Entire Match Data): Mention INTEGERS and REUSE arguments to
12573 `match-data'.
12574 (Standard Regexps): Update for new values of `paragraph-start'
12575 and `sentence-end'.
12576
12577 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
12578
12579 * files.texi (Saving Buffers): Clarify descriptions of
12580 `write-contents-functions' and `before-save-hook'.
12581 Make the defvar's for `before-save-hook' and `after-save-hook'
12582 into defopt's.
12583
12584 2004-01-07 Kim F. Storm <storm@cua.dk>
12585
12586 * commands.texi (Click Events): Describe new image and
12587 width/height elements of click events.
12588 (Accessing Events): Add posn-string, posn-image, and
12589 posn-object-width-height. Change posn-object to return either
12590 image or string object.
12591
12592 2004-01-01 Simon Josefsson <jas@extundo.com>
12593
12594 * hooks.texi (Standard Hooks): Add before-save-hook.
12595 * files.texi (Saving Buffers): Likewise.
12596
12597 2004-01-03 Richard M. Stallman <rms@gnu.org>
12598
12599 * frames.texi (Frames and Windows): Delete frame-root-window.
12600
12601 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
12602
12603 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
12604
12605 * functions.texi: Various small changes in addition to the
12606 following.
12607 (What Is a Function): `functionp' returns nil for macros.
12608 Clarify behavior of this and following functions for symbol arguments.
12609 (Function Documentation): Add `\' in front of (fn @var{arglist})
12610 and explain why.
12611 (Defining Functions): Mention DOCSTRING argument to `defalias'.
12612 Add anchor.
12613 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
12614
12615 2004-01-01 Miles Bader <miles@gnu.org>
12616
12617 * display.texi (Buttons): New section.
12618
12619 2003-12-31 Andreas Schwab <schwab@suse.de>
12620
12621 * numbers.texi (Math Functions): sqrt reports a domain-error
12622 error.
12623 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
12624
12625 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
12626
12627 * tips.texi (Documentation Tips): Update item on hyperlinks in
12628 documentation strings.
12629
12630 * errors.texi (Standard Errors): Various small corrections and
12631 additions.
12632
12633 * control.texi: Various small changes in addition to the
12634 following.
12635 (Signaling Errors): Provide some more details on how `signal'
12636 constructs the error message. Add anchor to the definition of
12637 `signal'.
12638 (Error Symbols): Describe special treatment of `quit'.
12639 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
12640 to emphasize that it has to be a single form.
12641
12642 * buffers.texi: Add anchor.
12643
12644 2003-12-29 Richard M. Stallman <rms@gnu.org>
12645
12646 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
12647 (Window Configurations): Add window-configuration-frame.
12648
12649 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
12650
12651 * text.texi (Examining Properties): Add get-char-property-and-overlay.
12652 Change arg name in get-char-property.
12653 (Special Properties): Update handling of keymap property.
12654
12655 * strings.texi (Modifying Strings): Add clear-string.
12656 (Text Comparison): Add assoc-string and remove
12657 assoc-ignore-case, assoc-ignore-representation.
12658
12659 * os.texi (Time of Day): Add set-time-zone-rule.
12660
12661 * numbers.texi (Math Functions): asin, acos, log, log10
12662 report domain-error errors.
12663
12664 * nonascii.texi (Converting Representations):
12665 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
12666 (Encoding and I/O): Add file-name-coding-system.
12667
12668 * modes.texi (Search-based Fontification): Explain that
12669 face specs are symbols with face names as values.
12670
12671 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
12672
12673 * lists.texi (Building Lists): remq moved elsewhere.
12674 (Sets And Lists): remq moved here.
12675 (Association Lists): Refer to assoc-string.
12676
12677 * internals.texi (Garbage Collection): Add memory-use-counts.
12678
12679 * frames.texi (Frames and Windows): Add set-frame-selected-window
12680 and frame-root-window.
12681
12682 * files.texi (Contents of Directories):
12683 Add directory-files-and-attributes.
12684
12685 * display.texi (Refresh Screen): Add force-window-update.
12686 (Invisible Text): Explain about moving point out of invis text.
12687 (Overlay Properties): Add overlay-properties.
12688 (Managing Overlays): Add overlayp.
12689 (GIF Images): Invalid image number displays a hollow box.
12690
12691 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
12692 (Killing Buffers): Add buffer-live-p.
12693
12694 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
12695
12696 * display.texi (Fringes): Fix typo "set-buffer-window".
12697
12698 2003-12-24 Luc Teirlinck <teirllm@auburn.edu>
12699
12700 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
12701 * nonascii.texi, processes.texi, tips.texi, variables.texi:
12702 Add or change various xrefs and anchors.
12703
12704 * commands.texi: Replace all occurrences of @acronym{CAR} with
12705 @sc{car}, for consistency with the rest of the Elisp manual.
12706 `car' and `cdr' are historically acronyms, but are no longer
12707 widely thought of as such.
12708
12709 * internals.texi (Pure Storage): Mention that `purecopy' does not
12710 copy text properties.
12711 (Object Internals): Now 29 bits are used (in most implementations)
12712 to address Lisp objects.
12713
12714 * variables.texi (Variables with Restricted Values): New node.
12715
12716 * objects.texi (Lisp Data Types): Mention that certain variables
12717 can only take on a restricted set of values and add an xref to
12718 the new node "Variables with Restricted Values".
12719
12720 * eval.texi (Function Indirection): Describe the errors that
12721 `indirect-function' can signal.
12722 (Eval): Clarify the descriptions of `eval-region' and `values'.
12723 Describe `eval-buffer' instead of `eval-current-buffer' and
12724 mention `eval-current-buffer' as an alias for `current-buffer'.
12725 Correct the description and mention all optional arguments.
12726
12727 * nonascii.texi: Various small changes in addition to the
12728 following.
12729 (Converting Representations): Clarify behavior of
12730 `string-make-multibyte' and `string-to-multibyte' for unibyte all
12731 ASCII arguments.
12732 (Character Sets): Document the variable `charset-list' and adapt
12733 the definition of the function `charset-list' accordingly.
12734 (Translation of Characters): Clarify use of generic characters in
12735 `make-translation-table'. Clarify and correct the description of
12736 the use of translation tables in encoding and decoding.
12737 (User-Chosen Coding Systems): Correct and clarify the description
12738 of `select-safe-coding-system'.
12739 (Default Coding Systems): Clarify description of
12740 `file-coding-system-alist'.
12741
12742 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
12743
12744 * strings.texi (Text Comparison): Correctly describe when two
12745 strings are `equal'. Combine and clarify descriptions of
12746 `assoc-ignore-case' and `assoc-ignore-representation'.
12747
12748 * objects.texi (Non-ASCII in Strings): Clarify description of
12749 when a string is unibyte or multibyte.
12750 (Bool-Vector Type): Update examples.
12751 (Equality Predicates): Correctly describe when two strings are
12752 `equal'.
12753
12754 2003-11-29 Luc Teirlinck <teirllm@auburn.edu>
12755
12756 * lists.texi (Building Lists): `append' no longer accepts integer
12757 arguments. Update the description of `number-sequence' to reflect
12758 recent changes.
12759 (Sets And Lists): Describe `member-ignore-case' after `member'.
12760
12761 2003-11-27 Kim F. Storm <storm@cua.dk>
12762
12763 * commands.texi (Click Events): Click object may be an images.
12764 Describe (dx . dy) element of click positions.
12765 (Accessing Events): Remove duplicate posn-timestamp.
12766 New functions posn-object and posn-object-x-y.
12767
12768 2003-11-23 Kim F. Storm <storm@cua.dk>
12769
12770 * commands.texi (Click Events): Describe enhancements to event
12771 position lists, including new text-pos and (col . row) items.
12772 Mention left-fringe and right-fringe area events.
12773 (Accessing Events): New functions posn-area and
12774 posn-actual-col-row. Mention posn-timestamp. Mention that
12775 posn-point in non-text area still returns buffer position.
12776 Clarify posn-col-row.
12777
12778 2003-11-21 Lars Hansen <larsh@math.ku.dk>
12779
12780 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
12781 * anti.texi (File Attributes): Describe removed parameter
12782 ID-FORMAT.
12783
12784 2003-11-20 Luc Teirlinck <teirllm@auburn.edu>
12785
12786 * positions.texi (Positions): Mention that, if a marker is used as
12787 a position, its buffer is ignored.
12788
12789 * markers.texi (Overview of Markers): Mention it here too.
12790
12791 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
12792
12793 * numbers.texi (Numeric Conversions): Not just `floor', but also
12794 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
12795
12796 2003-11-10 Luc Teirlinck <teirllm@auburn.edu>
12797
12798 * markers.texi (Creating Markers): Specify insertion type of
12799 created markers. Add xref to `Marker Insertion Types'.
12800 Second argument to `copy-marker' is optional.
12801 (Marker Insertion Types): Mention that most markers are created
12802 with insertion type nil.
12803 (The Mark): Correctly describe when `mark' signals an error.
12804 (The Region): Correctly describe when `region-beginning' and
12805 `region-end' signal an error.
12806
12807 2003-11-08 Luc Teirlinck <teirllm@auburn.edu>
12808
12809 * hash.texi (Creating Hash): Clarify description of `eql'.
12810 `makehash' is obsolete.
12811 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
12812
12813 * positions.texi (Point): Change description of `buffer-end', so
12814 that it is also correct for floating point arguments.
12815 (List Motion): Correct argument lists of `beginning-of-defun' and
12816 `end-of-defun'.
12817 (Excursions): Add xref to `Marker Insertion Types'.
12818 (Narrowing): Argument to `narrow-to-page' is optional.
12819
12820 2003-11-06 Luc Teirlinck <teirllm@auburn.edu>
12821
12822 * streams.texi (Output Streams): Clarify behavior of point for
12823 marker output streams.
12824
12825 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
12826
12827 * variables.texi (Defining Variables): Second argument to
12828 `defconst' is not optional.
12829 (Setting Variables): Mention optional argument APPEND to
12830 `add-to-list'.
12831 (Creating Buffer-Local): Expand description of
12832 `make-variable-buffer-local'.
12833 (Frame-Local Variables): Expand description of
12834 `make-variable-frame-local'.
12835 (Variable Aliases): Correct description of optional argument
12836 DOCSTRING to `defvaralias'. Mention return value of
12837 `defvaralias'.
12838 (File Local Variables): Add xref to `File variables' in Emacs
12839 Manual. Correct description of `hack-local-variables'. Mention
12840 `safe-local-variable' property. Mention optional second argument
12841 to `risky-local-variable-p'.
12842
12843 2003-11-03 Luc Teirlinck <teirllm@auburn.edu>
12844
12845 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
12846
12847 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
12848
12849 * anti.texi, backups.texi, commands.texi, customize.texi:
12850 * display.texi, files.texi, internals.texi, keymaps.texi:
12851 * loading.texi, modes.texi, nonascii.texi, numbers.texi:
12852 * objects.texi, os.texi, positions.texi, processes.texi:
12853 * searching.texi, sequences.texi, streams.texi, strings.texi:
12854 * syntax.texi, text.texi: Replace @sc{foo} with @acronym{FOO}.
12855
12856 2003-10-27 Luc Teirlinck <teirllm@auburn.edu>
12857
12858 * strings.texi (Creating Strings): Argument START to `substring'
12859 can not be `nil'. Expand description of
12860 `substring-no-properties'. Correct description of `split-string',
12861 especially with respect to empty matches. Prevent very bad line
12862 break in definition of `split-string-default-separators'.
12863 (Text Comparison): `string=' and `string<' also accept symbols as
12864 arguments.
12865 (String Conversion): More completely describe argument BASE in
12866 `string-to-number'.
12867 (Formatting Strings): `%s' and `%S' in `format' do require
12868 corresponding object. Clarify behavior of numeric prefix after
12869 `%' in `format'.
12870 (Case Conversion): The argument to `upcase-initials' can be a
12871 character.
12872
12873 2003-10-27 Kenichi Handa <handa@m17n.org>
12874
12875 * display.texi (Fontsets): Fix texinfo usage.
12876
12877 2003-10-25 Kenichi Handa <handa@m17n.org>
12878
12879 * display.texi (Fontsets): Add description of the function
12880 set-fontset-font.
12881
12882 2003-10-23 Luc Teirlinck <teirllm@auburn.edu>
12883
12884 * display.texi (Temporary Displays): Add xref to `Documentation
12885 Tips'.
12886
12887 * functions.texi (Function Safety): Use inforef instead of pxref
12888 for SES.
12889
12890 2003-10-23 Andreas Schwab <schwab@suse.de>
12891
12892 * Makefile.in (TEX, texinputdir): Don't define.
12893 (TEXI2DVI): Define.
12894 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
12895 add $(srcdir)/index.texi.
12896 ($(infodir)/elisp): Remove index.texi dependency.
12897 (elisp.dvi): Likewise. Use $(TEXI2DVI).
12898 (index.texi): Remove target.
12899 (dist): Don't link $(srcdir)/permute-index.
12900 (clean): Don't remove index.texi.
12901
12902 * permute-index, index.perm: Remove.
12903 * index.texi: Rename from index.unperm.
12904
12905 2003-10-22 Luc Teirlinck <teirllm@auburn.edu>
12906
12907 * tips.texi (Documentation Tips): Document new behavior for face
12908 and variable hyperlinks in Help mode.
12909
12910 2003-10-21 Luc Teirlinck <teirllm@auburn.edu>
12911
12912 * objects.texi (Integer Type): Update for extra bit of integer range.
12913 (Character Type): Ditto.
12914
12915 2003-10-16 Eli Zaretskii <eliz@gnu.org>
12916
12917 * numbers.texi (Integer Basics): Add index entries for reading
12918 numbers in hex, octal, and binary.
12919
12920 2003-10-16 Lute Kamstra <lute@gnu.org>
12921
12922 * modes.texi (Mode Line Format): Mention force-mode-line-update's
12923 argument.
12924
12925 2003-10-13 Luc Teirlinck <teirllm@auburn.edu>
12926
12927 * windows.texi (Choosing Window): Fix typo.
12928 * edebug.texi (Edebug Execution Modes): Fix typo.
12929
12930 2003-10-13 Richard M. Stallman <rms@gnu.org>
12931
12932 * windows.texi (Basic Windows): A window has fringe settings,
12933 display margins and scroll-bar settings.
12934 (Splitting Windows): Doc split-window return value.
12935 Clean up one-window-p.
12936 (Selecting Windows): Fix typo.
12937 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
12938 (Buffers and Windows): In set-window-buffer, explain effect
12939 on fringe settings and scroll bar settings.
12940 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
12941 (Choosing Window): Use defopt for pop-up-frame-function.
12942 For special-display-buffer-names, explain same-window and same-frame.
12943 Clarify window-dedicated-p return value.
12944 (Textual Scrolling): scroll-up and scroll-down can get an error.
12945 (Horizontal Scrolling): Clarify auto-hscroll-mode.
12946 Clarify set-window-hscroll.
12947 (Size of Window): Don't mention tool bar in window-height.
12948 (Coordinates and Windows): Explain what coordinates-in-window-p
12949 returns for fringes and display margins.
12950 (Window Configurations): Explain saving fringes, etc.
12951
12952 * tips.texi (Library Headers): Clean up Documentation.
12953
12954 * syntax.texi (Parsing Expressions): Clean up forward-comment
12955 and parse-sexp-lookup-properties.
12956
12957 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
12958
12959 * os.texi (System Environment): Clean up text for load-average errors.
12960
12961 * modes.texi (Hooks): Don't explain local hook details at front.
12962 Clarify run-hooks and run-hook-with-args a little.
12963 Clean up add-hook and remove-hook.
12964
12965 * edebug.texi (Edebug Execution Modes): Clarify t.
12966 Document edebug-sit-for-seconds.
12967 (Coverage Testing): Document C-x X = and =.
12968 (Instrumenting Macro Calls): Fix typo.
12969 (Specification List): Don't index the specification keywords.
12970
12971 2003-10-10 Kim F. Storm <storm@cua.dk>
12972
12973 * processes.texi (Network): Introduce make-network-process.
12974
12975 2003-10-09 Luc Teirlinck <teirllm@auburn.edu>
12976
12977 * tips.texi (Library Headers): Fix typo.
12978
12979 2003-10-07 Juri Linkov <juri@jurta.org>
12980
12981 * modes.texi (Imenu): Mention imenu-create-index-function's
12982 default value. Explain submenus better.
12983
12984 2003-10-07 Lute Kamstra <lute@gnu.org>
12985
12986 * modes.texi (Faces for Font Lock): Fix typo.
12987 (Hooks): Explain how buffer-local hook variables can refer to
12988 global hook variables.
12989 Various minor clarifications.
12990
12991 2003-10-06 Lute Kamstra <lute@gnu.org>
12992
12993 * tips.texi (Coding Conventions): Mention naming conventions for
12994 hooks.
12995
12996 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
12997
12998 * loading.texi (Library Search): Correct default value of
12999 load-suffixes.
13000 (Named Features): Fix typo.
13001
13002 2003-10-05 Richard M. Stallman <rms@gnu.org>
13003
13004 * loading.texi (Named Features): In `provide',
13005 say how to test for subfeatures.
13006 (Unloading): In unload-feature, use new var name
13007 unload-feature-special-hooks.
13008
13009 2003-10-03 Lute Kamstra <lute@gnu.org>
13010
13011 * modes.texi (Major Mode Conventions): Mention third way to set up
13012 Imenu.
13013 (Imenu): A number of small fixes.
13014 Delete documentation of internal variable imenu--index-alist.
13015 Document the return value format of imenu-create-index-function
13016 functions.
13017
13018 2003-09-30 Richard M. Stallman <rms@gnu.org>
13019
13020 * processes.texi (Network): Say what stopped datagram connections do.
13021
13022 * lists.texi (Association Lists): Clarify `assq-delete-all'.
13023
13024 * display.texi (Overlay Properties): Clarify `evaporate' property.
13025
13026 2003-09-29 Lute Kamstra <lute@gnu.org>
13027
13028 * modes.texi (Mode Line Data): Explain when symbols in mode-line
13029 constructs should be marked as risky.
13030 Change cons cell into proper list.
13031 (Mode Line Variables): Change cons cell into proper list.
13032
13033 2003-09-26 Lute Kamstra <lute@gnu.org>
13034
13035 * modes.texi (Mode Line Data): Document the :propertize construct.
13036 (Mode Line Variables): Reorder the descriptions of the variables
13037 to match their order in the default mode-line-format.
13038 Describe the new variables mode-line-position and mode-line-modes.
13039 Update the default values of mode-line-frame-identification,
13040 minor-mode-alist, and default-mode-line-format.
13041 (Properties in Mode): Mention the :propertize construct.
13042
13043 2003-09-26 Richard M. Stallman <rms@gnu.org>
13044
13045 * buffers.texi, commands.texi, debugging.texi, eval.texi:
13046 * loading.texi, minibuf.texi, text.texi, variables.texi:
13047 Avoid @strong{Note:}.
13048
13049 2003-09-26 Richard M. Stallman <rms@gnu.org>
13050
13051 * keymaps.texi (Remapping Commands): Fix typo.
13052
13053 2003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
13054
13055 * processes.texi (Low-Level Network): Fix typo.
13056
13057 2003-09-23 Kim F. Storm <storm@cua.dk>
13058
13059 * processes.texi (Network, Network Servers): Fix typos.
13060 (Low-Level Network): Add timeout value for :server keyword.
13061 Add new option keywords to make-network-process.
13062 Add set-network-process-options.
13063 Explain how to test availability of network options.
13064
13065 2003-09-19 Richard M. Stallman <rms@gnu.org>
13066
13067 * text.texi (Motion by Indent): Arg to
13068 backward-to-indentation and forward-to-indentation is optional.
13069
13070 * strings.texi (Creating Strings): Add substring-no-properties.
13071
13072 * processes.texi
13073 (Process Information): Add list-processes arg QUERY-ONLY.
13074 Delete process-contact from here.
13075 Add new status values for process-status.
13076 Add process-get, process-put, process-plist, set-process-plist.
13077 (Synchronous Processes): Add call-process-shell-command.
13078 (Signals to Processes): signal-process allows process objects.
13079 (Network): Complete rewrite.
13080 (Network Servers, Datagrams, Low-Level Network): New nodes.
13081
13082 * positions.texi (Word Motion): forward-word, backward-word
13083 arg is optional. Reword.
13084
13085 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
13086
13087 * variables.texi (Creating Buffer-Local):
13088 Delete duplicate definition of buffer-local-value.
13089 (File Local Variables): Explain about discarding text props.
13090
13091 2003-09-11 Richard M. Stallman <rms@gnu.org>
13092
13093 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
13094 changes variables that record input events.
13095 (Minibuffer Misc): Add minibuffer-selected-window.
13096
13097 * lists.texi (Building Lists): Add copy-tree.
13098
13099 * display.texi (Fontsets): Add char-displayable-p.
13100 (Scroll Bars): New node.
13101
13102 2003-09-08 Lute Kamstra <lute@gnu.org>
13103
13104 * modes.texi (%-Constructs): Document new `%i' and `%I'
13105 constructs.
13106
13107 2003-09-03 Peter Runestig <peter@runestig.com>
13108
13109 * makefile.w32-in: New file.
13110
13111 2003-08-29 Richard M. Stallman <rms@gnu.org>
13112
13113 * display.texi (Overlay Properties): Clarify how priorities
13114 affect use of the properties.
13115
13116 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
13117
13118 * customize.texi (Type Keywords): Correct the description of
13119 `:help-echo' in the case where `motion-doc' is a function.
13120
13121 2003-08-14 John Paul Wallington <jpw@gnu.org>
13122
13123 * modes.texi (Emulating Mode Line): Subsection, not section.
13124
13125 2003-08-13 Richard M. Stallman <rms@gnu.org>
13126
13127 * elisp.texi (Top): Update subnode lists in menu.
13128
13129 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
13130 (Kill Functions): kill-region has new arg yank-handler.
13131 (Yanking): New node.
13132 (Yank Commands): Add yank-undo-function.
13133 (Low-Level Kill Ring):
13134 kill-new and kill-append have new arg yank-handler.
13135 (Changing Properties): Add remove-list-of-text-properties.
13136 (Atomic Changes): New node.
13137
13138 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
13139
13140 * streams.texi (Output Variables): Add eval-expression-print-length
13141 and eval-expression-print-level.
13142
13143 * os.texi (Time Conversion): For encode-time, explain limits on year.
13144
13145 * objects.texi (Character Type): Define anchor "modifier bits".
13146
13147 * modes.texi (Emulating Mode Line): New node.
13148 (Search-based Fontification): Font Lock uses font-lock-face property.
13149 (Other Font Lock Variables): Likewise.
13150
13151 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
13152 not vectors.
13153 (Active Keymaps): Add emulation-mode-map-alists.
13154 (Functions for Key Lookup): key-binding has new arg no-remap.
13155 (Remapping Commands): New node.
13156 (Scanning Keymaps): where-is-internal has new arg no-remap.
13157 (Tool Bar): Add tool-bar-local-item-from-menu.
13158 Clarify when to use tool-bar-add-item-from-menu.
13159
13160 * commands.texi (Interactive Call): commandp has new arg.
13161 (Command Loop Info): Add this-original-command.
13162
13163 2003-08-06 John Paul Wallington <jpw@gnu.org>
13164
13165 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
13166
13167 * display.texi (Warning Basics): Fix typo.
13168 (Fringes): Add closing curly bracket and fix typo.
13169
13170 * elisp.texi (Top): Fix typo.
13171
13172 2003-08-05 Richard M. Stallman <rms@gnu.org>
13173
13174 * elisp.texi: Update lists of subnodes.
13175
13176 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
13177
13178 * variables.texi (Local Variables): Use lc for example variable names.
13179
13180 * tips.texi (Library Headers): Explain where to put -*-.
13181
13182 * strings.texi (Creating Strings): Fix xref for vconcat.
13183
13184 * sequences.texi (Vector Functions):
13185 vconcat no longer allows integer args.
13186
13187 * minibuf.texi (Reading File Names): read-file-name has new
13188 arg PREDICATE. New function read-directory-name.
13189
13190 * macros.texi (Defining Macros): Give definition of `declare'.
13191 (Indenting Macros): New node.
13192
13193 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
13194 (Window Frame Parameters): Make separate table of parameters
13195 that are coupled with specific face attributes.
13196 (Deleting Frames): delete-frame-hooks renamed to
13197 delete-frame-functions.
13198
13199 * files.texi (Magic File Names): Add file-remote-p.
13200 Clarify file-local-copy.
13201
13202 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
13203 here; instead xref Defining Macros.
13204
13205 * display.texi (Warnings): New node, and subnodes.
13206 (Fringes): New node.
13207
13208 * debugging.texi (Test Coverage): New node.
13209
13210 * compile.texi (Compiler Errors): Explain with-no-warnings
13211 and other ways to suppress warnings.
13212
13213 * commands.texi (Interactive Call): Minor clarification.
13214
13215 * buffers.texi (Buffer File Name): set-visited-file-name
13216 renames the buffer too.
13217
13218 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
13219
13220 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
13221
13222 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
13223
13224 2003-07-22 Markus Rost <rost@math.ohio-state.edu>
13225
13226 * internals.texi (Garbage Collection): Fix previous change.
13227
13228 2003-07-22 Richard M. Stallman <rms@gnu.org>
13229
13230 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
13231
13232 * display.texi (Width): Use \s syntax in example.
13233 (Font Selection): Add face-font-rescale-alist.
13234
13235 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
13236 Remove spurious indent in example.
13237
13238 * lists.texi (Building Lists): Add number-sequence.
13239
13240 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
13241
13242 * functions.texi (Function Documentation): Explain how to
13243 show calling convention explicitly in the doc string.
13244
13245 * windows.texi (Selecting Windows): save-selected-window saves
13246 selected window of each frame.
13247 (Window Configurations): Minor change.
13248
13249 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
13250
13251 * streams.texi (Output Variables): Add print-continuous-numbering
13252 and print-number-table.
13253
13254 * processes.texi (Decoding Output): New node.
13255
13256 * os.texi (Time Conversion): decode-time arg is optional.
13257
13258 * objects.texi (Character Type): Don't use space as example for \.
13259 Make list of char names and \-sequences correspond.
13260 Explain that \s is not used in strings. `\ ' needs space after.
13261
13262 * nonascii.texi (Converting Representations): Add string-to-multibyte.
13263 (Translation of Characters): Add translation-table-for-input.
13264 (Default Coding Systems): Add auto-coding-functions.
13265 (Explicit Encoding): Add decode-coding-inserted-region.
13266 (Locales): Add locale-info.
13267
13268 * minibuf.texi (Basic Completion): Describe test-completion.
13269 Collections can be lists of strings.
13270 Clean up lazy-completion-table.
13271 (Programmed Completion): Mention test-completion.
13272 Clarify why lambda expressions are not accepted.
13273 (Minibuffer Misc): Describe minibufferp.
13274
13275 2003-07-14 Richard M. Stallman <rms@gnu.org>
13276
13277 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
13278
13279 * windows.texi (Selecting Windows): New arg to select-window.
13280 (Selecting Windows): Add with-selected-window.
13281 (Size of Window): Add window-inside-edges, etc.
13282
13283 * internals.texi (Garbage Collection): Add post-gc-hook.
13284
13285 * processes.texi (Subprocess Creation): Add exec-suffixes.
13286
13287 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
13288 (Scanning Keymaps): Add map-keymaps.
13289 (Defining Menus): Add keymap-prompt.
13290
13291 * numbers.texi (Integer Basics): Add most-positive-fixnum,
13292 most-negative-fixnum.
13293
13294 * compile.texi (Byte Compilation): Explain no-byte-compile.
13295 (Compiler Errors): New node.
13296
13297 * os.texi (User Identification): user-uid, user-real-uid
13298 can return float.
13299
13300 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
13301 and about derived modes.
13302 (Minor Modes): Add minor-mode-list.
13303 (Defining Minor Modes): Keyword args for define-minor-mode.
13304 (Search-based Fontification): Explain managing other properties.
13305 (Other Font Lock Variables): Add font-lock-extra-managed-props.
13306 (Faces for Font Lock): Add font-lock-preprocessor-face.
13307 (Hooks): Add run-mode-hooks and delay-mode-hooks.
13308
13309 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
13310 (Variable Aliases): Clarify defvaralias.
13311
13312 * loading.texi (Library Search): Add load-suffixes.
13313
13314 * minibuf.texi (Basic Completion): Add lazy-completion-table.
13315 (Programmed Completion): Add dynamic-completion-table.
13316
13317 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
13318 (Magic File Names): Specify precedence order of handlers.
13319
13320 * commands.texi (Command Overview): Emacs server runs pre-command-hook
13321 and post-command-hook.
13322 (Waiting): New calling convention for sit-for.
13323
13324 * text.texi (Special Properties): local-map and keymap properties
13325 apply based on their stickiness.
13326
13327 2003-07-07 Richard M. Stallman <rms@gnu.org>
13328
13329 * modes.texi (Minor Mode Conventions): Specify only some kinds
13330 of list values as args to minor modes.
13331
13332 * files.texi (File Name Expansion): Warn about iterative use
13333 of substitute-in-file-name.
13334
13335 * advice.texi (Activation of Advice): Clean up previous change.
13336
13337 2003-07-06 Markus Rost <rost@math.ohio-state.edu>
13338
13339 * advice.texi (Activation of Advice): Note that ad-start-advice is
13340 turned on by default.
13341
13342 2003-06-30 Richard M. Stallman <rms@gnu.org>
13343
13344 * text.texi (Buffer Contents): Document current-word.
13345 (Change Hooks): Not called for *Messages*.
13346
13347 * functions.texi (Defining Functions): Explain about redefining
13348 primitives.
13349 (Function Safety): Rename. Minor changes.
13350 Comment out the detailed criteria for what is safe.
13351
13352 2003-06-22 Andreas Schwab <schwab@suse.de>
13353
13354 * objects.texi (Symbol Type): Fix description of examples.
13355
13356 2003-06-16 Andreas Schwab <schwab@suse.de>
13357
13358 * hash.texi (Creating Hash): Fix description of :weakness.
13359
13360 2003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
13361
13362 * files.texi (Changing Files): copy-file copies file modes, too.
13363
13364 2003-05-28 Richard M. Stallman <rms@gnu.org>
13365
13366 * strings.texi (Creating Strings): Clarify split-string.
13367
13368 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
13369
13370 * strings.texi (Creating Strings): Update split-string specification
13371 and examples.
13372
13373 2003-05-19 Richard M. Stallman <rms@gnu.org>
13374
13375 * elisp.texi: Correct invariant section names.
13376
13377 2003-04-20 Richard M. Stallman <rms@gnu.org>
13378
13379 * os.texi (Timers): Explain about timers and quitting.
13380
13381 2003-04-19 Richard M. Stallman <rms@gnu.org>
13382
13383 * internals.texi (Writing Emacs Primitives): Strings are
13384 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
13385 Explain GCPRO convention for varargs function args.
13386
13387 2003-04-16 Richard M. Stallman <rms@gnu.org>
13388
13389 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
13390
13391 2003-04-08 Richard M. Stallman <rms@gnu.org>
13392
13393 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
13394
13395 2003-02-13 Kim F. Storm <storm@cua.dk>
13396
13397 * objects.texi (Character Type): New \s escape for space.
13398
13399 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
13400
13401 * os.texi (System Environment): Add cygwin system-type.
13402
13403 2003-01-25 Richard M. Stallman <rms@gnu.org>
13404
13405 * keymaps.texi: Document that a symbol can act as a keymap.
13406
13407 2003-01-13 Richard M. Stallman <rms@gnu.org>
13408
13409 * text.texi (Changing Properties): Say string indices are origin-0.
13410
13411 * positions.texi (Screen Lines) <compute-motion>:
13412 Correct order of elts in return value.
13413
13414 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
13415 how to define a default binding.
13416
13417 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
13418
13419 * loading.texi (Unloading): Fix recent change for load-history.
13420
13421 * customize.texi (Simple Types): Clarify description of custom
13422 type 'number. Describe new custom type 'float.
13423
13424 2002-12-04 Markus Rost <rost@math.ohio-state.edu>
13425
13426 * variables.texi (File Local Variables): Fix typo.
13427
13428 2002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
13429
13430 From Michael Albinus <Michael.Albinus@alcatel.de>.
13431
13432 * README: Target for Info file is `make info'.
13433
13434 * files.texi (File Name Components): Fix typos in
13435 `file-name-sans-extension'.
13436 (Magic File Names): Complete list of operations for magic file
13437 name handlers.
13438
13439 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
13440
13441 * variables.texi (File Local Variables): New function
13442 risky-local-variable-p.
13443
13444 2002-09-15 Jonathan Yavner <jyavner@engineer.com>
13445
13446 * functions.texi (Function safety): New node about unsafep.
13447
13448 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
13449
13450 * customize.texi (Splicing into Lists): Fix example.
13451 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
13452
13453 2002-06-17 Juanma Barranquero <lektu@terra.es>
13454
13455 * frames.texi (Display Feature Testing): Fix typo.
13456
13457 2002-06-12 Andreas Schwab <schwab@suse.de>
13458
13459 * frames.texi (Initial Parameters, Resources): Fix references to
13460 the Emacs manual.
13461
13462 2002-05-13 Kim F. Storm <storm@cua.dk>
13463
13464 * variables.texi (Intro to Buffer-Local): Update warning and
13465 example relating to changing buffer inside let.
13466
13467 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
13468
13469 * os.texi (Session Management): New node about X Session management.
13470
13471 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
13472
13473 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
13474 to which the manual corresponds, and the copyright years.
13475
13476 * Makefile.in (VERSION): Set to 2.9.
13477
13478 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
13479
13480 * elisp.texi: Change the category in @dircategory to "Emacs", to
13481 make it consistent with info/dir.
13482
13483 2001-11-25 Miles Bader <miles@gnu.org>
13484
13485 * text.texi (Fields): Describe new `limit' arg in
13486 field-beginning/field-end.
13487
13488 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
13489
13490 * permute-index: Don't depend on csh-specific features.
13491 Replace the interpreter name with /bin/sh.
13492
13493 * two-volume-cross-refs.txt: New file.
13494 * two.el: New file.
13495 * spellfile: New file.
13496
13497 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
13498
13499 * permute-index: New file.
13500
13501 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
13502 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
13503 8+3 restricted namespace.
13504
13505 * Makefile.in (infodir): Define relative to $(srcdir).
13506 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
13507 include directories list via -I switch to makeinfo.
13508 (index.texi): Use cp if both hard and symbolic links fail.
13509
13510 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
13511
13512 * Makefile.in (distclean): Add.
13513
13514 The following changes make ELisp manual part of the Emacs
13515 distribution:
13516
13517 * Makefile.in: Add Copyright notice.
13518 (prefix): Remove.
13519 (infodir): Change value to "../info".
13520 (VPATH): New variable.
13521 (MAKE): Don't define.
13522 (texmacrodir): Don't define.
13523 (texinputdir): Append the existing value of TEXINPUTS.
13524 ($(infodir)/elisp): Instead of just "elisp". Reformat the
13525 command to be compatible with man/Makefile.in, and to put the
13526 output into ../info.
13527 (info): Add target.
13528 (installall): Target removed.
13529
13530 2001-10-31 Pavel Janík <Pavel@Janik.cz>
13531
13532 * tips.texi (Coding Conventions): Fix typo.
13533
13534 2001-10-23 Gerd Moellmann <gerd@gnu.org>
13535
13536 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
13537
13538 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
13539
13540 * files.texi (File Name Components): Update the description of
13541 file-name-sans-extension and file-name-extension, as they now
13542 ignore leading dots.
13543
13544 2001-10-20 Gerd Moellmann <gerd@gnu.org>
13545
13546 * (Version 21.1 released.)
13547
13548 2001-10-19 Miles Bader <miles@gnu.org>
13549
13550 * positions.texi (Text Lines): Describe behavior of
13551 `beginning-of-line'/`end-of-line' in the presence of field properties.
13552
13553 2001-10-17 Gerd Moellmann <gerd@gnu.org>
13554
13555 * Makefile.in (VERSION): Set to 2.8.
13556 (manual): Use `manual-21'.
13557
13558 * elisp.texi (VERSION): Add and use it where the version
13559 number was used. Set it to 2.8.
13560
13561 * intro.texi: Likewise.
13562
13563 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
13564
13565 * files.texi (File Name Completion): Document the significance of
13566 a trailing slash in elements of completion-ignored-extensions.
13567
13568 2001-10-06 Miles Bader <miles@gnu.org>
13569
13570 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
13571
13572 2001-10-04 Gerd Moellmann <gerd@gnu.org>
13573
13574 * variables.texi (Variable Aliases): New node.
13575
13576 2001-10-04 Gerd Moellmann <gerd@gnu.org>
13577
13578 * Branch for 21.1.
13579
13580 2001-10-02 Miles Bader <miles@gnu.org>
13581
13582 * minibuf.texi (Minibuffer Misc): Add entries for
13583 `minibuffer-contents', `minibuffer-contents-no-properties', and
13584 `delete-minibuffer-contents'.
13585 Correct description for `minibuffer-prompt-end'.
13586
13587 * text.texi (Property Search): Correct descriptions of
13588 `next-char-property-change' and `previous-char-property-change'.
13589 Add entries for `next-single-char-property-change' and
13590 `previous-single-char-property-change'.
13591 Make operand names a bit more consistent.
13592
13593 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
13594
13595 * frames.texi (Finding All Frames): Document that next-frame and
13596 previous-frame are local to current terminal.
13597
13598 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
13599
13600 * keymaps.texi (Creating Keymaps): Fix the description of the
13601 result of make-keymap.
13602
13603 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
13604
13605 * display.texi (Font Lookup, Attribute Functions)
13606 (Image Descriptors): Add cross-references to the definition of
13607 selected frame.
13608
13609 * buffers.texi (The Buffer List): Add cross-references to the
13610 definition of selected frame.
13611
13612 * frames.texi (Input Focus): Clarify which frame is _the_ selected
13613 frame at any given time.
13614 (Multiple Displays, Size and Position): Add a cross-reference to
13615 the definition of the selected frame.
13616
13617 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
13618
13619 * strings.texi (String Conversion) <string-to-number>: Document
13620 that a float is returned for integers that are too large.
13621
13622 * frames.texi (Mouse Position): Document mouse-position-function.
13623 (Display Feature Testing): Document display-images-p.
13624 (Window Frame Parameters): Document the cursor-type variable.
13625
13626 * numbers.texi (Integer Basics): Document CL style read syntax for
13627 integers in bases other than 10.
13628
13629 * positions.texi (List Motion):
13630 Document open-paren-in-column-0-is-defun-start.
13631
13632 * lists.texi (Sets And Lists): Document member-ignore-case.
13633
13634 * internals.texi (Garbage Collection): Document the used and free
13635 strings report.
13636 (Memory Usage): Document strings-consed.
13637
13638 * os.texi (Time of Day): Document float-time.
13639 (Recording Input): Document that clear-this-command-keys clears
13640 the vector to be returned by recent-keys.
13641
13642 * keymaps.texi (Scanning Keymaps) <where-is-internal>:
13643 The argument keymap can be a list.
13644
13645 * nonascii.texi (User-Chosen Coding Systems)
13646 <select-safe-coding-system>: Document the new argument
13647 accept-default-p and the variable
13648 select-safe-coding-system-accept-default-p. Tell what happens if
13649 buffer-file-coding-system is undecided.
13650 (Default Coding Systems): Document auto-coding-regexp-alist.
13651
13652 * display.texi (The Echo Area) <message>: Document
13653 message-truncate-lines.
13654 (Glyphs): Document that the glyph table is unused on windowed
13655 displays.
13656
13657 * help.texi (Describing Characters) <single-key-description>:
13658 Document the new argument no-angles.
13659 (Accessing Documentation) <documentation-property>: Document that
13660 a non-string property is evaluated.
13661 <documentation>: Document that the function-documentation property
13662 is looked for.
13663
13664 * windows.texi (Selecting Windows): Document some-window.
13665
13666 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
13667
13668 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
13669 apropos-mode-hook.
13670
13671 * commands.texi (Using Interactive): Document interactive-form.
13672 (Keyboard Macros): Document kbd-macro-termination-hook.
13673 (Command Loop Info): Document that clear-this-command-keys clears
13674 the vector to be returned by recent-keys.
13675
13676 2001-09-04 Werner LEMBERG <wl@gnu.org>
13677
13678 * Makefile.in (srcdir, texinputdir): New variables.
13679 (srcs, index.texi, install): Use $(srcdir).
13680 (.PHONY): Remove elisp.dvi.
13681 (elisp): Use -I switch for makeinfo.
13682 (elisp.dvi): Use $(srcdir) and $(texinputdir).
13683 (installall, dist): Use $(srcdir).
13684 Fix path to texinfo.tex.
13685 (maintainer-clean): Add elisp.dvi and elisp.oaux.
13686
13687 2001-08-30 Gerd Moellmann <gerd@gnu.org>
13688
13689 * display.texi (Conditional Display): Adjust to API change.
13690
13691 * configure: New file.
13692
13693 2001-07-30 Gerd Moellmann <gerd@gnu.org>
13694
13695 * commands.texi (Repeat Events): Add description of
13696 double-click-fuzz.
13697
13698 2001-05-08 Stefan Monnier <monnier@cs.yale.edu>
13699
13700 * syntax.texi (Syntax Class Table): Add the missing designator for
13701 comment and string fences.
13702 (Syntax Properties): Add a xref to syntax table internals.
13703 (Syntax Table Internals): Document string-to-syntax.
13704
13705 2001-05-07 Gerd Moellmann <gerd@gnu.org>
13706
13707 * Makefile.in (install): Use install-info command line options
13708 like in Emacs' Makefile.in.
13709
13710 2000-12-09 Miles Bader <miles@gnu.org>
13711
13712 * windows.texi (Window Start): Update documentation for
13713 `pos-visible-in-window-p'.
13714
13715 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
13716
13717 * lists.texi (Building Lists): Add footnote to explain how to add
13718 to the end of a list.
13719
13720 2000-10-25 Gerd Moellmann <gerd@gnu.org>
13721
13722 * files.texi (Visiting Functions): Typos.
13723
13724 2000-10-25 Kenichi Handa <handa@etl.go.jp>
13725
13726 * files.texi (Visiting Functions): Return value of
13727 find-file-noselect may be a list of buffers if wildcards are used.
13728
13729 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
13730
13731 * display.texi (Defining Faces): Document `graphic' display type
13732 in face specs.
13733
13734 2000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13735
13736 * hooks.texi (Standard Hooks): Replace obsolete
13737 `after-make-frame-hook' with `after-make-frame-functions'.
13738
13739 * frames.texi (Creating Frames): Ditto.
13740
13741 * variables.texi (Future Local Variables): Ditto.
13742
13743 2000-10-16 Gerd Moellmann <gerd@gnu.org>
13744
13745 * display.texi (Other Image Types): Add description of :foreground
13746 and :background properties of mono PBM images.
13747
13748 2000-08-17 Werner LEMBERG <wl@gnu.org>
13749
13750 * .cvsignore: New file.
13751
13752 2000-01-05 Gerd Moellmann <gerd@gnu.org>
13753
13754 * tindex.pl: New script.
13755
13756 1999-12-03 Dave Love <fx@gnu.org>
13757
13758 * Makefile.in (MAKEINFO): New parameter.
13759
13760 1999-09-17 Richard Stallman <rms@gnu.org>
13761
13762 * Makefile.in (srcs): Add hash.texi.
13763 (VERSION): Update to 20.6.
13764
13765 1999-09-13 Richard Stallman <rms@gnu.org>
13766
13767 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
13768
13769 1998-08-29 Karl Heuer <kwzh@gnu.org>
13770
13771 * configure.in: New file.
13772 * Makefile.in: Renamed from Makefile.
13773 (prefix, infodir): Use value obtained from configure.
13774 (emacslibdir): Obsolete variable deleted.
13775 (dist): Distribute configure.in, configure, Makefile.in.
13776
13777 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
13778
13779 * Makefile (INSTALL_INFO): New variable.
13780 (install): Run install-info.
13781
13782 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
13783
13784 * Makefile (elisp.dvi): Add missing backslash.
13785
13786 1998-05-02 Richard Stallman <rms@psilocin.gnu.org>
13787
13788 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
13789 Run texindex without `./'. Always run texindex on elisp.tp.
13790 (elisp.tps): Target deleted.
13791
13792 1998-04-05 Richard Stallman <rms@psilocin.gnu.org>
13793
13794 * Makefile (srcs): Add nonascii.texi and customize.texi.
13795 (dist): Start by deleting `temp'.
13796
13797 1998-02-17 Richard Stallman <rms@psilocin.gnu.org>
13798
13799 * Makefile (makeinfo, texindex): Targets deleted.
13800 (makeinfo.o, texindex.o): Targets deleted.
13801 (clean, dist): Don't do anything with them or with getopt*.
13802
13803 1998-01-30 Richard Stallman <rms@psilocin.gnu.org>
13804
13805 * Makefile (SHELL): Define.
13806
13807 1998-01-27 Richard Stallman <rms@psilocin.gnu.org>
13808
13809 * Makefile (elisp.tps): New target.
13810 (elisp.dvi): Depend on elisp.tps.
13811
13812 1996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
13813
13814 * README: Update phone number.
13815
13816 * Makefile (elisp): Make this be the default target.
13817 Depend on makeinfo.c instead of makeinfo.
13818 (install): Don't depend on elisp.dvi, since we don't install that.
13819 Use mkinstalldirs.
13820 (dist): Add mkinstalldirs.
13821
13822 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13823
13824 * Makefile (VERSION): Update version number.
13825 (maintainer-clean): Rename from realclean.
13826
13827 1995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
13828
13829 * Makefile (realclean): New target.
13830 (elisp): Remove any old elisp-* files first.
13831
13832 1993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
13833
13834 * Makefile (VERSION): New variable.
13835 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
13836 Compressed file suffix should be `.gz', not `.z'.
13837
13838 1993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13839
13840 * Makefile (elisp): Depend on makeinfo.
13841
13842 1993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
13843
13844 * Makefile (srcs): Add anti.texi.
13845
13846 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13847
13848 * Makefile (infodir, prefix): New vars.
13849 (install): Use infodir.
13850 (emacsinfodir): Delete.
13851
13852 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13853
13854 * Makefile (srcs): Add calendar.texi.
13855
13856 * Makefile (dist): Copy texindex.c and makeinfo.c.
13857 Limit elisp-* files to those with one or two digits.
13858
13859 1993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13860
13861 * Makefile (dist): Change to use Gzip instead of compress.
13862
13863 1993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
13864
13865 * loading.texi (Unloading): define-function changed back to
13866 defalias. It may not stay this way, but at least it's
13867 consistent with the known-good version of the code patch.
13868
13869 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
13870
13871 * modes.texi (Hooks): Document new optional arg of add-hook.
13872
13873 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
13874
13875 * variables.texi: Document nil initial value of buffer-local variables.
13876
13877 * tips.texi: Add new section on standard library headers.
13878
13879 1993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13880
13881 * Makefile (srcs): Add frame.texi to the list of sources.
13882
13883 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13884
13885 * Makefile (dist): Don't bother excluding autosave files; they'll
13886 never make it into the temp directory anyway, and the hash marks
13887 in the name are problematic for make and the Bourne shell.
13888 (srcs): ???
13889
13890 1993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13891
13892 * Makefile (dist): Don't include backup files or autosave files in
13893 the distribution tar file.
13894
13895 1991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13896
13897 * Makefile (srcs): Add index.perm.
13898 (elisp.dvi): Remove erroneous shell comment.
13899 Expect output of permute-index in permuted.fns.
13900 Save old elisp.aux in elisp.oaux.
13901 (clean): Add index.texi to be deleted.
13902
13903 1990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13904
13905 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
13906
13907 1990-06-26 David Lawrence (tale@geech)
13908
13909 * files.texi: Noted that completion-ignored-extensions is ignored
13910 when making *Completions*.
13911
13912 1990-06-08 Jay Fenlason (hack@ai.mit.edu)
13913
13914 * Makefile make dist now depends on elisp.dvi, since it tries
13915 to include it in the dist file.
13916
13917 1990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
13918
13919 * functions.texinfo (Mapping Functions): Add missing quote.
13920
13921 1989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13922
13923 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
13924 (defunargs): Turn off \hyphenchar of \sl font temporarily.
13925
13926 1989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13927
13928 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
13929 and @error{} are the terms now being used. The files in the
13930 directory have been changed to reflect this.
13931
13932 * All instances of @indentedresultt{} have been changed to
13933 ` @result{}', using 5 spaces at the beginning of the line.
13934
13935 1989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13936
13937 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
13938 experimental @indentedresult{}, @indentedexpandsto{} are part of
13939 the texinfo.tex in this directory. These TeX macros are not
13940 stable yet.
13941
13942 1989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13943
13944 * texinfo.tex: Temporarily added
13945 \let\result=\dblarrow
13946 \def\error{{\it ERROR} \longdblarrow}
13947 We need to do this better soon.
13948
13949 1989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13950
13951 * Applied Karl Berry's patches to *.texinfo files, but not to
13952 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
13953 new title page format is also not applied, since it requires
13954 texinfo.tex changes.)
13955
13956 * Cleaned up `Makefile' and defined the `emacslibdir' directory
13957 for the Project GNU development environment.
13958
13959 ;; Local Variables:
13960 ;; coding: utf-8
13961 ;; End:
13962
13963 Copyright (C) 1998-2015 Free Software Foundation, Inc.
13964
13965 This file is part of GNU Emacs.
13966
13967 GNU Emacs is free software: you can redistribute it and/or modify
13968 it under the terms of the GNU General Public License as published by
13969 the Free Software Foundation, either version 3 of the License, or
13970 (at your option) any later version.
13971
13972 GNU Emacs is distributed in the hope that it will be useful,
13973 but WITHOUT ANY WARRANTY; without even the implied warranty of
13974 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13975 GNU General Public License for more details.
13976
13977 You should have received a copy of the GNU General Public License
13978 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.