]> code.delx.au - gnu-emacs/blob - doc/lispref/ChangeLog
Merge from origin/emacs-24
[gnu-emacs] / doc / lispref / ChangeLog
1 2015-03-23 Daiki Ueno <ueno@gnu.org>
2
3 * processes.texi (Asynchronous Processes): Mention `make-process'.
4
5 2015-03-18 Eli Zaretskii <eliz@gnu.org>
6
7 * minibuf.texi (Basic Completion): Fix a typo. (Bug#20108)
8
9 2015-03-09 Nicolas Petton <nicolas@petton.fr>
10
11 * sequences.texi (seq-into): Add documentation for the new
12 seq-into function.
13
14 2015-03-03 Eli Zaretskii <eliz@gnu.org>
15
16 * processes.texi (Synchronous Processes): Update documentation of
17 call-process-shell-command and process-file-shell-command.
18
19 2015-03-03 Daniel Colascione <dancol@dancol.org>
20
21 * control.texi (Generators): Correct missing word. Clarify which
22 forms are legal in which parts of `unwind-protect'. Fix orphaned
23 close parenthesis.
24
25 * objects.texi (Finalizer Type): New section for finalizer objects.
26 (Type Predicates): Mention finalizers in `type-of' documentation.
27 * elisp.texi (Top): Link to finalizer type.
28
29 2015-03-02 Daniel Colascione <dancol@dancol.org>
30
31 * control.texi (Generators): New section
32 * elisp.text: Reference new section.
33
34 2015-02-28 Eli Zaretskii <eliz@gnu.org>
35
36 * searching.texi (Char Classes): Update the documentation of
37 [:alpha:] and [:alnum:]. (Bug#19878)
38
39 2015-02-27 Eli Zaretskii <eliz@gnu.org>
40
41 * os.texi (Startup Summary):
42 * display.texi (Window Systems): Mention peculiarities of daemon
43 mode on MS-Windows.
44
45 2015-02-11 Martin Rudalics <rudalics@gmx.at>
46
47 * frames.texi (Size Parameters): Update description of
48 fullscreen frame parameter. Describe `fullscreen-restore'
49 parameter.
50
51 2015-02-09 Nicolas Petton <nicolas@petton.fr>
52
53 * sequences.texi (Sequence Functions): Update documentation
54 examples for seq-group-by.
55
56 2015-02-09 Eli Zaretskii <eliz@gnu.org>
57
58 * positions.texi (Screen Lines): Update the documentation of
59 vertical-motion to document the new additional argument.
60
61 2015-02-06 Nicolas Petton <nicolas@petton.fr>
62
63 * sequences.texi (Sequence Functions): Add documentation for
64 seq-mapcat, seq-partition and seq-group-by.
65
66 2015-02-05 Martin Rudalics <rudalics@gmx.at>
67
68 * display.texi (Size of Displayed Text): Remove description of
69 optional argument BUFFER of `window-text-pixel-size'.
70
71 2015-02-01 Martin Rudalics <rudalics@gmx.at>
72
73 * display.texi (Size of Displayed Text): Describe optional
74 argument BUFFER of `window-text-pixel-size'.
75
76 2015-01-28 Eli Zaretskii <eliz@gnu.org>
77
78 * searching.texi (Regexp Search): Add a cross-reference to "Syntax
79 of Regexps". (Bug#19668)
80
81 2015-01-28 Daniel Koning <dk@danielkoning.com> (tiny change)
82
83 * commands.texi (Drag Events, Motion Events, Event Examples)
84 (Accessing Mouse): Describe actual range of values that mouse
85 position objects can have.
86
87 2015-01-28 Eli Zaretskii <eliz@gnu.org>
88
89 * display.texi (Manipulating Buttons): Explain more about the
90 'action' property. (Bug#19628)
91
92 * text.texi (Clickable Text): Improve indexing. (Bug#19629)
93
94 * variables.texi (Creating Buffer-Local): Improve indexing. (Bug#19608)
95
96 * frames.texi (Display Feature Testing): Make the description of
97 x-server-version and x-server-vendor less X-specific. (Bug#19502)
98
99 2015-01-15 Eli Zaretskii <eliz@gnu.org>
100
101 * streams.texi (Input Functions): Document 'set-binary-mode'.
102 (Output Functions): Cross-reference to documentation of
103 'set-binary-mode'.
104
105 2015-01-04 Paul Eggert <eggert@cs.ucla.edu>
106
107 batch write-region no longer says "Wrote FOO"
108 * files.texi (Writing to Files): Document this.
109
110 2014-12-31 Paul Eggert <eggert@cs.ucla.edu>
111
112 Less 'make' chatter for Emacs doc
113 * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_)
114 (am__v_GEN_0, am__v_GEN_1): New macros, from ../../src/Makefile.in.
115 (ENVADD, $(buildinfodir)/elisp.info, elisp.html):
116 Use them.
117
118 2014-12-30 Martin Rudalics <rudalics@gmx.at>
119
120 * display.texi (Temporary Displays): Amend description of
121 `with-temp-buffer-window'. Add descriptions for
122 `with-current-buffer-window', `with-displayed-buffer-window' and
123 `temp-buffer-resize-mode', `temp-buffer-max-height' and
124 `temp-buffer-max-width'.
125
126 2014-12-29 Paul Eggert <eggert@cs.ucla.edu>
127
128 * os.texi (System Environment): Update for system-name changes.
129
130 2014-12-27 Glenn Morris <rgm@gnu.org>
131
132 * control.texi (Pattern matching case statement):
133 * os.texi (Desktop Notifications):
134 * modes.texi (Defining Minor Modes, SMIE Lexer): Markup fixes.
135
136 2014-12-27 Eli Zaretskii <eliz@gnu.org>
137
138 * windows.texi (Recombining Windows): Index subject of sections.
139
140 * variables.texi (Variables with Restricted Values)
141 (Generalized Variables): Index subject of sections.
142
143 * text.texi (Buffer Contents, Examining Properties)
144 (Changing Properties, Property Search, Substitution): Index
145 subject of sections.
146
147 * syntax.texi (Motion and Syntax, Parsing Expressions)
148 (Motion via Parsing, Position Parse, Control Parsing): Index
149 subject of sections.
150
151 * strings.texi (Predicates for Strings, Creating Strings)
152 (Modifying Strings, Text Comparison): Index subject of sections.
153
154 * searching.texi (Syntax of Regexps, Regexp Special)
155 (Regexp Functions, Regexp Functions): Index subject of sections.
156
157 * processes.texi (Subprocess Creation, Process Information): Index
158 subject of sections.
159
160 * positions.texi (Screen Lines): Index subject of sections.
161
162 * nonascii.texi (Scanning Charsets, Specifying Coding Systems):
163 Index subject of sections.
164
165 * minibuf.texi (Text from Minibuffer, Object from Minibuffer)
166 (Multiple Queries, Minibuffer Contents): Index subject of
167 sections.
168
169 * markers.texi (Predicates on Markers, Creating Markers)
170 (Information from Markers, Moving Markers): Index subject of
171 sections.
172
173 * macros.texi (Defining Macros, Problems with Macros): Index
174 subject of sections.
175
176 * loading.texi (Loading Non-ASCII, Where Defined): Index subject
177 of sections.
178
179 * lists.texi (List-related Predicates, List Variables, Setcar)
180 (Setcdr, Plist Access): Index subject of sections.
181
182 * keymaps.texi (Controlling Active Maps, Scanning Keymaps)
183 (Modifying Menus): Index subject of sections.
184
185 * help.texi (Accessing Documentation, Help Functions): Index
186 subject of sections.
187
188 * hash.texi (Hash Access): Index subject of sections.
189
190 * functions.texi (Core Advising Primitives)
191 (Advising Named Functions, Porting old advices): Index subject of
192 sections.
193
194 * frames.texi (Creating Frames, Initial Parameters)
195 (Position Parameters, Buffer Parameters, Minibuffers and Frames)
196 (Pop-Up Menus, Drag and Drop): Index subject of sections.
197
198 * files.texi (Visiting Functions, Kinds of Files)
199 (Unique File Names): Index subject of sections.
200
201 * display.texi (Refresh Screen, Echo Area Customization)
202 (Warning Variables, Warning Options, Delayed Warnings)
203 (Temporary Displays, Managing Overlays, Overlay Properties)
204 (Finding Overlays, Size of Displayed Text, Defining Faces)
205 (Attribute Functions, Displaying Faces, Face Remapping)
206 (Basic Faces, Font Lookup, Fontsets, Replacing Specs)
207 (Defining Images, Showing Images): Index subject of sections.
208
209 * debugging.texi (Debugging, Explicit Debug)
210 (Invoking the Debugger, Excess Open, Excess Close): Index subject
211 of sections.
212
213 * customize.texi (Defining New Types, Applying Customizations)
214 (Custom Themes): Index subject of sections.
215
216 * control.texi (Sequencing, Combining Conditions)
217 (Processing of Errors, Cleanups): Index subject of sections.
218
219 * compile.texi (Eval During Compile): Index subject of sections.
220
221 * commands.texi (Using Interactive, Distinguish Interactive)
222 (Command Loop Info, Classifying Events, Event Mod)
223 (Invoking the Input Method): Index subject of sections.
224
225 * buffers.texi (Buffer List, Buffer Gap): Index subject of sections.
226
227 * backups.texi (Making Backups, Numbered Backups, Backup Names)
228 (Reverting): Index subject of sections.
229
230 * abbrevs.texi (Abbrev Tables, Defining Abbrevs, Abbrev Files)
231 (Abbrev Expansion, Standard Abbrev Tables, Abbrev Properties)
232 (Abbrev Table Properties): Index subject of sections.
233
234 * os.texi (Time of Day, Time Conversion, Time Parsing)
235 (Time Calculations, Idle Timers): Index subject of sections.
236
237 2014-12-25 Martin Rudalics <rudalics@gmx.at>
238
239 * windows.texi (Windows): Resync @menu order with @node order.
240
241 * minibuf.texi (Minibuffer Windows): Add descriptions of
242 `resize-mini-windows' and `max-mini-window-height'.
243
244 2014-12-25 Glenn Morris <rgm@gnu.org>
245
246 * windows.texi (Windows): Sync @menu order with @node order.
247
248 * sequences.texi (Sequence Functions): Copyedits.
249
250 * control.texi (Pattern matching case statement):
251 * positions.texi (List Motion):
252 * streams.texi (Output Functions):
253 * strings.texi (Text Comparison):
254 * text.texi (Document Object Model): Markup fixes.
255
256 2014-12-22 Paul Eggert <eggert@cs.ucla.edu>
257
258 Remove obsolete references to pre-C99 builds
259 * internals.texi (C Integer Types): Don't mention pre-C99 compilers.
260
261 2014-12-19 Martin Rudalics <rudalics@gmx.at>
262
263 * windows.texi (Resizing Windows): Describe new argument of
264 `fit-window-to-buffer'. Move description of `window-size-fixed'
265 to new section below.
266 (Preserving Window Sizes): New section describing
267 `window-size-fixed' and `window-preserve-size'.
268 (Display Action Functions): Describe `preserve-size' alist
269 entry.
270 (Window Parameters): Describe `preserved-size' parameter.
271
272 2014-12-18 Eli Zaretskii <eliz@gnu.org>
273
274 * display.texi (Low-Level Font): Document font-info and query-font.
275
276 2014-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
277
278 * display.texi (Forcing Redisplay): Remove references to
279 redisplay-dont-pause and redisplay-preemption-period (which doesn't
280 even exist).
281
282 2014-12-16 Nicolas Petton <petton.nicolas@gmail.com>
283
284 * sequences.texi (Seq Library): Add documentation for seq.el.
285
286 2014-12-15 Alan Mackenzie <acm@muc.de>
287
288 "Advice" is a mass noun. Amend text accordingly.
289 * functions.texi: (Advising Functions, Core Advising Primitives)
290 (Advising Named Functions, Advice combinators)
291 (Porting old advice): Replace, e.g., "an advice" with "advice".
292
293 2014-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
294
295 * files.texi (Relative File Names): Mention `directory-name-p'.
296
297 2014-12-13 Eli Zaretskii <eliz@gnu.org>
298
299 * text.texi (Comparing Text): Prevent a text string from being
300 broken between 2 lines. (Bug#19257)
301
302 2014-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
303
304 * files.texi (Contents of Directories):
305 Document directory-files-recursively.
306
307 2014-12-04 Eli Zaretskii <eliz@gnu.org>
308
309 * display.texi (Bidirectional Display):
310 Document 'buffer-substring-with-bidi-context'.
311
312 * text.texi (Buffer Contents):
313 Mention 'buffer-substring-with-bidi-context' with a cross-reference.
314
315 2014-12-02 Eli Zaretskii <eliz@gnu.org>
316
317 * display.texi (Bidirectional Display):
318 Document 'bidi-find-overridden-directionality'.
319
320 2014-11-29 Paul Eggert <eggert@cs.ucla.edu>
321
322 Lessen focus on ChangeLog files, as opposed to change log entries.
323 * intro.texi (Acknowledgments): ChangeLog file -> change log entries.
324 * tips.texi (Library Headers): Emacs uses a version control system.
325
326 2014-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
327
328 * text.texi (Document Object Model): Mention `dom-pp'.
329
330 2014-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
331
332 * text.texi (Document Object Model): New node to document dom.el.
333
334 2014-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
335
336 * processes.texi (Network Security): Made into its own section and
337 fleshed out.
338 (Network Security): Mention more NSM variables.
339 (Processes): Move the Network Security Manager stuff to the Emacs
340 manual.
341
342 2014-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
343
344 * processes.texi (Network): Mention the new :warn-unless-encrypted
345 parameter to `open-network-stream'.
346 (Network): Mention the Network Security Manager.
347
348 2014-11-21 Ulf Jasper <ulf.jasper@web.de>
349
350 * text.texi (Parsing HTML/XML): Document new optional parameter
351 'discard-comments' of 'libxml-parse(html|xml)-region'.
352
353 2014-11-18 Leo Liu <sdl.web@gmail.com>
354
355 * functions.texi (Advising Named Functions):
356 Document define-advice.
357
358 2014-11-17 Paul Eggert <eggert@cs.ucla.edu>
359
360 Improve time stamp handling, and be more consistent about it.
361 * os.texi (Time of Day, Time Conversion, Time Parsing)
362 (Processor Run Time, Time Calculations):
363 Document the new behavior, plus be clearer about the old behavior.
364 (Idle Timers): Take advantage of new functionality.
365
366 2014-11-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
367
368 * text.texi (Special Properties): Mention `inhibit-read-only'.
369
370 2014-11-14 Paul Eggert <eggert@cs.ucla.edu>
371
372 * os.texi (Time of Day):
373 Use leading zero with 24-hour times less than 10:00.
374
375 2014-11-09 Glenn Morris <rgm@gnu.org>
376
377 * Makefile.in (version): Remove variable.
378 (clean): No longer delete dist tarfile.
379 (dist): Remove rule; replace with code in admin.el.
380
381 2014-11-07 Martin Rudalics <rudalics@gmx.at>
382
383 * frames.texi (Size and Position): Rewrite description of
384 `frame-inhibit-implied-resize'.
385
386 2014-10-22 Martin Rudalics <rudalics@gmx.at>
387
388 * frames.texi (Size Parameters): Replace "frame contents" by
389 "frame's text area". Add reference to Size and Position
390 section.
391 (Size and Position): Major rewrite. Add explanations for
392 frame's default font, text and display areas. Add descriptions
393 for `set-frame-font', `frame-text-height', `frame-text-width'
394 and `frame-inhibit-implied-resize'.
395
396 2014-10-20 Glenn Morris <rgm@gnu.org>
397
398 * Merge in all changes up to 24.4 release.
399
400 2014-10-20 Tom Tromey <tom@tromey.com>
401
402 * objects.texi (Type Predicates): Don't mention display-table-p.
403
404 2014-10-15 Eli Zaretskii <eliz@gnu.org>
405
406 * nonascii.texi (Character Properties): Document the new
407 properties 'bracket-type' and 'paired-bracket'.
408
409 * display.texi (Bidirectional Display): Update the version of the
410 UBA to which we are conforming.
411
412 2014-10-13 Glenn Morris <rgm@gnu.org>
413
414 * Makefile.in (dist): Update for new output variables.
415
416 2014-10-12 Glenn Morris <rgm@gnu.org>
417
418 * elisp.texi (DATE): Bump to October 2014.
419
420 2014-10-09 Glenn Morris <rgm@gnu.org>
421
422 * frames.texi (Multiple Terminals): Copyedits.
423
424 2014-10-09 Eli Zaretskii <eliz@gnu.org>
425
426 * frames.texi (Multiple Terminals): Improve the description of X
427 display names. Add index entries.
428 (Basic Parameters): Add a cross-reference to where X display names
429 are described.
430 (Position Parameters): Mention that positional parameters of the
431 form (+ POS) can be negative if they are on a non-primary monitor
432 of a multi-monitor display. (Bug#18636)
433 (Creating Frames): Mention that on multi-monitor displays the
434 frame might be positioned differently than specified by the frame
435 parameters alist.
436
437 2014-10-08 Leo Liu <sdl.web@gmail.com>
438
439 * streams.texi (Output Functions): Document new argument ENSURE to
440 terpri. (Bug#18652)
441
442 2014-10-04 Martin Rudalics <rudalics@gmx.at>
443
444 * display.texi (Scroll Bars): Add description of horizontal scroll
445 bars and associated functions.
446 * frames.texi (Layout Parameters): Add horizontal scroll bar
447 entries. Remove paragraph on "combined fringe widths".
448 * windows.texi (Window Sizes): Describe affects of horizontal
449 scroll bars on window layout and sizes. Fix description of
450 window-full-height-p.
451 (Resizing Windows): Mention horizontal scroll bar.
452
453 2014-10-04 Glenn Morris <rgm@gnu.org>
454
455 * commands.texi (Generic Commands): Copyedits.
456
457 * display.texi (Scroll Bars):
458 * modes.texi (Header Lines): Copyedits.
459
460 * buffers.texi (Buffer List):
461 * display.texi (Image Descriptors, Defining Images):
462 * functions.texi (Core Advising Primitives): Small fixes re @var usage.
463
464 * windows.texi (Window Sizes, Resizing Windows): Copyedits.
465
466 * frames.texi (Multiple Terminals): Copyedits re multiple monitors.
467
468 2014-10-03 Martin Rudalics <rudalics@gmx.at>
469
470 * frames.texi (Size Parameters, Size and Position): Mention that
471 with some window managers you have to set `frame-resize-pixelwise'
472 in order make a frame truly fullscreen or maximized.
473
474 2014-10-01 Paul Eggert <eggert@cs.ucla.edu>
475
476 Improve doc for use of 'int', and discuss 'ssize_t'.
477 * internals.texi (C Integer Types): Mention 'int' for other
478 randomish values that lie in 'int' range. Mention 'ssize_t'. See:
479 http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00019.html
480
481 Use AUTO_CONS instead of SCOPED_CONS, etc.
482 * internals.texi (Stack-allocated Objects):
483 Adjust to match the revised, less error-prone macros.
484
485 2014-09-30 Paul Eggert <eggert@cs.ucla.edu>
486
487 * internals.texi (Stack-allocated Objects): Further improvements.
488 Give an example of misuse.
489
490 2014-09-30 Eli Zaretskii <eliz@gnu.org>
491
492 * internals.texi (Stack-allocated Objects): Minor improvements of
493 the wording and the indexing.
494
495 2014-09-30 Dmitry Antipov <dmantipov@yandex.ru>
496
497 * internals.texi (Stack-allocated Objects): Describe this feature.
498
499 2014-09-15 Daniel Colascione <dancol@dancol.org>
500
501 * text.texi (Registers): Make `insert-register' documentation
502 reflect interface change.
503
504 2014-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
505
506 * functions.texi (Core Advising Primitives): Add a note about the
507 confusing treatment of `interactive' for :filter-args (bug#18399).
508
509 2014-09-07 Michael Albinus <michael.albinus@gmx.de>
510
511 * strings.texi (Text Comparison): Describe `string-collate-equalp'
512 and `string-collate-lessp'.
513
514 2014-09-06 Leo Liu <sdl.web@gmail.com>
515
516 * control.texi (Pattern matching case statement): Document vector
517 qpattern. (Bug#18327)
518
519 2014-08-29 Dmitry Antipov <dmantipov@yandex.ru>
520
521 * lists.texi (Functions that Rearrange Lists):
522 Remove description of sort ...
523 * sequences.texi (Sequence Functions): ... and generalize
524 it for sequences. Add an example.
525
526 2014-08-28 Eli Zaretskii <eliz@gnu.org>
527
528 * display.texi (Bidirectional Display): Update the Emacs's class
529 of bidirectional conformance.
530
531 2014-08-27 Dmitry Antipov <dmantipov@yandex.ru>
532
533 * eval.texi (Eval): Mention possible recovery from stack overflow.
534
535 2014-07-11 Eli Zaretskii <eliz@gnu.org>
536
537 * internals.texi (Garbage Collection): Fix last change.
538
539 2014-07-11 Dmitry Antipov <dmantipov@yandex.ru>
540
541 * internals.texi (Garbage Collection): Mention memory-info.
542
543 2014-07-11 Michael Albinus <michael.albinus@gmx.de>
544
545 * minibuf.texi (Intro to Minibuffers, Reading a Password):
546 Password hiding is available in batch mode, do not mention it in
547 the exclusion list. Mention `read-hide-char'. (Bug#17839)
548
549 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
550
551 * debugging.texi (Function Debugging, Debugger Commands):
552 Update debug-on-entry w.r.t behavior after redefinitions (bug#17902).
553
554 2014-07-03 Glenn Morris <rgm@gnu.org>
555
556 * help.texi (Help Functions): "Online" help doesn't mean what it
557 used to any more.
558
559 2014-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
560
561 * keymaps.texi (Key Lookup): Remove mention of indirect entries.
562 (Scanning Keymaps): Reword the `noindirect' argument.
563
564 2014-06-28 Glenn Morris <rgm@gnu.org>
565
566 * minibuf.texi (Intro to Minibuffers): Batch mode is basic.
567 (Reading a Password): Mention batch mode. (Bug#17839)
568
569 2014-06-23 Glenn Morris <rgm@gnu.org>
570
571 * Makefile.in (%.texi): Disable implicit rules.
572 (mkinfodir): Remove.
573 (.dvi.ps): Replace with explicit rule.
574 (html): Declare as PHONY.
575 (${buildinfodir}): New rule.
576 ($(buildinfodir)/elisp.info): Use order-only prereq for output dir.
577 Use $<.
578 (elisp.dvi, elisp.html, elisp.pdf): Use $<.
579 (elisp.ps): New rule.
580
581 2014-06-21 Eli Zaretskii <eliz@gnu.org>
582
583 * positions.texi (Screen Lines): Clarify how columns are counted
584 by vertical-motion.
585
586 2014-06-15 Glenn Morris <rgm@gnu.org>
587
588 * Makefile.in (bootstrap-clean): New.
589
590 2014-06-15 Eli Zaretskii <eliz@gnu.org>
591
592 * commands.texi (Accessing Mouse): Improve the wording of the
593 posn-col-row documentation. (Bug#17768)
594
595 2014-06-10 Glenn Morris <rgm@gnu.org>
596
597 * Makefile.in (INFO_EXT): Remove and replace by ".info" throughout.
598 (INFO_OPTS): Set directly rather than with configure.
599
600 2014-06-09 Paul Eggert <eggert@cs.ucla.edu>
601
602 Say (accept-process-output P)'s result pertains to P if P is non-nil.
603 * processes.texi (Accepting Output): Mention that if PROCESS is non-nil,
604 the return value is about PROCESS, not about other processes.
605
606 2014-06-08 Glenn Morris <rgm@gnu.org>
607
608 * os.texi (Startup Summary): Small fix for initial-buffer-choice.
609
610 * files.texi (Subroutines of Visiting): Mention uniquify.
611
612 * numbers.texi (Comparison of Numbers): Copyedits.
613
614 2014-06-08 Glenn Morris <rgm@gnu.org>
615
616 * display.texi (Window Systems): Remove window-setup-hook.
617 * os.texi (Startup Summary, Init File):
618 Improve description of window-setup-hook.
619 (Terminal-Specific): Update window-setup-hook cross-reference.
620 * hooks.texi (Standard Hooks): Update window-setup-hook cross-reference.
621
622 * display.texi (Overlay Properties): Update re priority. (Bug#17234)
623
624 * package.texi (Package Archives): Mention signing packages.
625
626 2014-06-07 Eli Zaretskii <eliz@gnu.org>
627
628 * commands.texi (Click Events): Update contents of click event's
629 position list due to last changes in make_lispy_position.
630
631 2014-06-02 Glenn Morris <rgm@gnu.org>
632
633 * text.texi (Buffer Contents):
634 Update for filter-buffer-substring changes.
635
636 * abbrevs.texi (Abbrev Expansion): Update for expand-abbrev changes.
637 * functions.texi (Advising Functions): Standardize menu case.
638
639 2014-05-26 Eli Zaretskii <eliz@gnu.org>
640
641 * display.texi (Invisible Text): Clarify the description of
642 line-move-ignore-invisible. (Bug#17511)
643
644 2014-05-22 Leo Liu <sdl.web@gmail.com>
645
646 * sequences.texi (Sequence Functions): Don't mention when and how
647 SEQ to nreverse is mutated.
648
649 2014-05-21 Leo Liu <sdl.web@gmail.com>
650
651 * sequences.texi (Sequence Functions): Update nreverse.
652
653 2014-05-19 Paul Eggert <eggert@cs.ucla.edu>
654
655 Allow any non-nil value to count as true in bool-vector.
656 * sequences.texi (Bool-Vectors): Coalesce discussion of how to
657 print them. bool-vector's args need not be t or nil.
658
659 2014-05-19 Dmitry Antipov <dmantipov@yandex.ru>
660
661 * sequences.texi (Bool-vectors): Mention bool-vector.
662
663 2014-05-17 Paul Eggert <eggert@cs.ucla.edu>
664
665 Assume C99 or later (Bug#17487).
666 * internals.texi (C Dialect): Document this.
667
668 2014-05-15 Dmitry Antipov <dmantipov@yandex.ru>
669
670 * lists.texi (Building Cons Cells and Lists):
671 Remove description of `reverse' and `'nreverse' to generalize them...
672 * sequences.texi (Sequences): ...for sequences here.
673
674 2014-05-14 Glenn Morris <rgm@gnu.org>
675
676 * files.texi (Changing Files): Mention with-file-modes.
677
678 2014-05-08 Paul Eggert <eggert@cs.ucla.edu>
679
680 * internals.texi (C Dialect): New section.
681 (C Integer Types): Mention bool_bf.
682
683 2014-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
684
685 * processes.texi (Filter Functions, Sentinels): Advertise add-function.
686
687 2014-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
688
689 * windows.texi (Window Configurations, Window Configurations):
690 Window configs don't store marks any more.
691
692 2014-04-25 Eli Zaretskii <eliz@gnu.org>
693
694 * strings.texi (Text Comparison): Mention equal-including-properties
695 for when text properties of the strings matter for comparison.
696
697 2014-04-22 Eli Zaretskii <eliz@gnu.org>
698
699 * text.texi (Registers): Document register-read-with-preview.
700
701 * internals.texi (Building Emacs): Improve indexing.
702
703 2014-04-17 Daniel Colascione <dancol@dancol.org>
704
705 * frames.texi (Terminal Parameters): Document new
706 tty-mode-set-strings and tty-mode-reset-strings terminal
707 parameters.
708
709 2014-04-17 Paul Eggert <eggert@cs.ucla.edu>
710
711 * Makefile.in (infoclean): Be consistent about reporting failures.
712
713 2014-04-09 Daniel Colascione <dancol@dancol.org>
714
715 * errors.texi (Standard Errors): Document required error
716 parameters for `scan-error'.
717
718 * positions.texi (List Motion): Explain new `up-list' arguments.
719 Mention `backward-up-list'.
720
721 2014-04-08 Daniel Colascione <dancol@dancol.org>
722
723 * minibuf.texi (Programmed Completion): Improve phrasing, remove
724 incorrect bullet count.
725
726 2014-04-07 Glenn Morris <rgm@gnu.org>
727
728 * os.texi (Recording Input): Dribble files may contain passwords.
729
730 * backups.texi (Making Backups, Reverting):
731 Update for default values of some -function vars no longer being nil.
732 (Reverting): Update for buffer-stale-function
733 also applying to file-buffers.
734
735 2014-03-31 Daniel Colascione <dancol@dancol.org>
736
737 * minibuf.texi (Completion in Buffers): Discuss using lazy
738 completion tables for inline completion.
739
740 2014-03-28 Glenn Morris <rgm@gnu.org>
741
742 * os.texi (Terminal-Specific): Mention term-file-aliases.
743
744 2014-03-26 Eli Zaretskii <eliz@gnu.org>
745
746 * files.texi (Kinds of Files): Improve documentation of
747 file-symlink-p. (Bug#17073) Add cross-references.
748
749 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com>
750
751 * markers.texi (Moving Marker Positions): The 2014-03-02 doc
752 change mentioning undo's inability to handle relocated markers no
753 longer applies. See bug#16818.
754 * text.texi (Undo): Expand documentation of (TEXT . POS) and
755 (MARKER . ADJUSTMENT) undo elements.
756
757 2014-03-26 Glenn Morris <rgm@gnu.org>
758
759 * files.texi (File Locks): All systems support locking.
760
761 2014-03-22 Glenn Morris <rgm@gnu.org>
762
763 * commands.texi (Defining Commands):
764 Mention that interactive-only also affects describe-function.
765
766 * functions.texi (Declare Form): Add interactive-only.
767 * commands.texi (Defining Commands) Mention declare.
768
769 * commands.texi (Defining Commands): List interactive-only values.
770
771 2014-03-22 Eli Zaretskii <eliz@gnu.org>
772
773 * functions.texi (Core Advising Primitives): Fix cross-reference
774 in last change.
775
776 2014-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
777
778 * functions.texi (Advising Functions): Explain a bit more how
779 arguments work.
780 (Advice combinators): New node.
781 (Core Advising Primitives): Use it. Expand description of "depth".
782 (Advising Named Functions): Document limitation of advices on macros.
783
784 2014-03-21 Martin Rudalics <rudalics@gmx.at>
785
786 * frames.texi (Size and Position): In `frame-resize-pixelwise'
787 description drop remark about frame maximization.
788 * windows.texi (Display Action Functions): Add description for
789 `display-buffer-no-window' and explain use of `allow-no-window'
790 alist entries.
791
792 2014-03-21 Glenn Morris <rgm@gnu.org>
793
794 * commands.texi (Defining Commands): Copyedit re `interactive-only'.
795
796 2014-03-20 Paul Eggert <eggert@cs.ucla.edu>
797
798 * internals.texi (C Integer Types): Prefer 'false' and 'true'
799 to '0' and '1' for booleans.
800
801 2014-03-19 Paul Eggert <eggert@cs.ucla.edu>
802
803 * numbers.texi: Improve and clarify a bit, and fix some minor bugs.
804 Remove now-obsolete hypothetical note about negative division,
805 as the C standard has changed.
806
807 Fix porting inconsistency about rounding to even.
808 * numbers.texi (Numeric Conversions, Rounding Operations):
809 Document that 'round' and 'fround' round to even.
810
811 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
812
813 * customize.texi (Variable Definitions): Recommend avoiding
814 destructive modification of the value argument of :set (bug#16755).
815
816 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
817
818 * modes.texi (Auto-Indentation): Mention electric-indent variables.
819
820 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
821
822 * functions.texi (Advising Named Functions): Fix reference.
823
824 2014-03-18 Paul Eggert <eggert@cs.ucla.edu>
825
826 Improve documentation for integer and floating-point basics.
827 * numbers.texi (Numbers, Integer Basics, Float Basics):
828 Document the basics a bit more precisely. Say more clearly
829 that Emacs floating-point numbers are IEEE doubles on all
830 current platforms. Give more details about frexp.
831 Say more clearly that '1.' is an integer.
832 (Predicates on Numbers): Fix wholenump typo.
833 * objects.texi (Integer Type): Adjust to match numbers.texi.
834
835 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
836
837 * functions.texi (Advising Functions): Try and improve the text.
838 Add example use of advice-add (bug#16959).
839 (Core Advising Primitives): Rename. Explain handling of interactive
840 specs, including advice-eval-interactive-spec.
841 (Advising Named Functions): Try and better explain the difference with
842 add-function.
843 (Porting old advices): New node.
844
845 2014-03-18 Paul Eggert <eggert@cs.ucla.edu>
846
847 Style fixes for floating-point doc.
848 * commands.texi, customize.texi, display.texi, elisp.texi, files.texi:
849 * frames.texi, hash.texi, internals.texi, keymaps.texi, lists.texi:
850 * minibuf.texi, nonascii.texi, numbers.texi, objects.texi, os.texi:
851 * processes.texi, streams.texi, strings.texi, text.texi:
852 * variables.texi, windows.texi:
853 Hyphenate "floating-point" iff it precedes a noun.
854 Reword to avoid nouns and hyphenation when that's easy.
855 Prefer "integer" to "integer number" and "is floating point"
856 to "is a floating point number".
857 Prefer "@minus{}" to "-" when it's a minus.
858
859 2014-03-16 Martin Rudalics <rudalics@gmx.at>
860
861 * display.texi (Temporary Displays): Rewrite descriptions of
862 `with-output-to-temp-buffer' and `with-temp-buffer-window'.
863 * help.texi (Help Functions): Rewrite description of `with-help-window'.
864
865 2014-03-15 Dmitry Gutov <dgutov@yandex.ru>
866
867 * display.texi (Blinking): Update WRT to the new
868 `blink-matchin-paren' behavior.
869
870 2014-03-14 Martin Rudalics <rudalics@gmx.at>
871
872 * display.texi (Temporary Displays): Say that
873 `with-temp-buffer-window' makes its buffer current.
874 * frames.texi (Size and Position): Describe new option
875 `frame-resize-pixelwise'. Rewrite descriptions of
876 `set-frame-size', `set-frame-height' and `set-frame-width'.
877
878 2014-03-09 Martin Rudalics <rudalics@gmx.at>
879
880 * elisp.texi (Top): Rename section "Width" to "Size of Displayed Text".
881 * text.texi (Primitive Indent):
882 * strings.texi (String Basics):
883 * sequences.texi (Sequence Functions): Update references accordingly.
884 * display.texi (Size of Displayed Text): Rename section from
885 "Width". Add description for `window-text-pixel-size'.
886 (Window Dividers): Reword description of window dividers.
887 * frames.texi (Layout Parameters): Improve description of window
888 divider parameters.
889 * windows.texi (Window Sizes): Add descriptions of
890 `window-mode-line-height' and `window-header-line-height'.
891 (Coordinates and Windows): Mention window dividers.
892
893 2014-03-07 Martin Rudalics <rudalics@gmx.at>
894
895 * buffers.texi (The Buffer List): Rename node to Buffer List.
896 Describe `buffer-list-update-hook'.
897 * elisp.texi (Top): "The Buffer List" renamed to "Buffer List".
898 Add node for Window Dividers.
899 * hooks.texi (Standard Hooks): Add reference to
900 `buffer-list-update-hook'.
901 * windows.texi (Window Sizes): Describe `window-min-size'.
902 (Splitting Windows): Update description of `split-window'.
903 (Selecting Windows): Update description of `select-window'.
904
905 2014-03-06 Martin Rudalics <rudalics@gmx.at>
906
907 * frames.texi (Size and Position): Rewrite entries for
908 `fit-frame-to-buffer' and `fit-frame-to-buffer-margins'.
909 Add description for `fit-frame-to-buffer-sizes'.
910 * windows.texi (Resizing Windows): Add descriptions for
911 pixelwise resizing. Add entries for `window-resize-pixelwise'
912 and `fit-window-to-buffer-horizontally'.
913 Rewrite `fit-window-to-buffer' entry.
914
915 2014-03-06 Xue Fuqiao <xfq@gnu.org>
916
917 * internals.texi (Window Internals): Remove field `region_showing'.
918
919 2014-03-06 Glenn Morris <rgm@gnu.org>
920
921 * searching.texi (Replacing Match):
922 Remove incorrect, uninteresting return value. (Bug#16942)
923
924 2014-03-05 Martin Rudalics <rudalics@gmx.at>
925
926 * display.texi (Window Dividers): New section.
927 * frames.texi (Layout Parameters): Add right-divider-width and
928 bottom-divider-width.
929 * windows.texi (Window Sizes): Redraw schematic and rewrite its
930 description. Rewrite descriptions of `window-total-height',
931 `window-total-width', `window-total-size', `window-body-height',
932 `window-body-width' and `window-size-fixed'. Add descriptions
933 for `window-pixel-height', `window-pixel-width',
934 `window-min-height' and `window-min-width'. Remove description
935 of `window-size-fixed-p' moving part of it to that of
936 `window-size-fixed'.
937 (Resizing Windows): Mention dividers when talking about minimum sizes.
938
939 2014-03-05 Glenn Morris <rgm@gnu.org>
940
941 * modes.texi (SMIE Customization): New section.
942 * elisp.texi (Top): Update detailed menu.
943
944 2014-03-04 Martin Rudalics <rudalics@gmx.at>
945
946 * windows.texi (Windows and Frames): Add some missing &optional
947 designators. Adjust description of window-in-direction.
948
949 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
950
951 * markers.texi (Moving Marker Positions): Clarify guidance about
952 when to move markers and when to create a new one, as discussed at
953 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16818#17
954
955 2014-03-02 Glenn Morris <rgm@gnu.org>
956
957 * text.texi (Decompression): New node.
958 * elisp.texi (Top): Update detailed menu.
959
960 2014-03-01 Glenn Morris <rgm@gnu.org>
961
962 * display.texi (Forcing Redisplay): Mention pre-redisplay-function.
963
964 2014-02-28 Xue Fuqiao <xfq@gnu.org>
965
966 * functions.texi (Advising Functions, Advising Named Functions):
967 Tweak markup.
968
969 * display.texi (Defining Faces): Doc fix for `face-spec-set'.
970
971 * elisp.texi (Top):
972 * commands.texi (Generic Commands, Defining Commands):
973 Document `define-alternatives'.
974
975 2014-02-27 Xue Fuqiao <xfq@gnu.org>
976
977 * windows.texi (Window Sizes): Document `window-size'.
978 (Display Action Functions): Document `display-buffer-at-bottom'.
979 (Window Configurations): Minor fixes.
980
981 * modes.texi (Header Lines): Document `window-header-line-height'.
982
983 * display.texi (Scroll Bars): Document `window-scroll-bar-width'.
984
985 * windows.texi (Window Sizes, Resizing Windows): Document some
986 pixelwise window operations.
987
988 * text.texi (Margins): Fix the description of RET and `C-j'.
989
990 * frames.texi (Multiple Terminals): Document
991 `display-monitor-attributes-list' and `display-monitor-attributes'.
992 (Display Feature Testing): Add some notes about multi-monitor.
993
994 2014-02-27 Glenn Morris <rgm@gnu.org>
995
996 * minibuf.texi (Programmed Completion):
997 Mention completion-table-with-cache.
998
999 2014-02-25 Glenn Morris <rgm@gnu.org>
1000
1001 * display.texi (Window Systems):
1002 Replace term-setup-hook with emacs-startup-hook.
1003 * hooks.texi (Standard Hooks):
1004 Replace term-setup-hook with tty-setup-hook.
1005 * os.texi (Startup Summary, Init File, Terminal-Specific):
1006 Replace term-setup-hook with tty-setup-hook, and update.
1007
1008 2014-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
1009
1010 * functions.texi (Declare Form): Document gv-expander, gv-setter,
1011 and compiler-macro (bug#16829, bug#15093).
1012
1013 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
1014
1015 * windows.texi (Window Configurations): Doc fix.
1016 (Windows and Frames): Fix typo.
1017
1018 2014-02-21 Glenn Morris <rgm@gnu.org>
1019
1020 * internals.texi (Process Internals):
1021 * processes.texi (Subprocess Creation, Deleting Processes)
1022 (Output from Processes, Process Buffers, Filter Functions)
1023 (Accepting Output, Sentinels, Network, Network Servers):
1024 Filters and sentinels can no longer be nil.
1025 * elisp.texi (Top): Menu update.
1026
1027 2014-02-20 Glenn Morris <rgm@gnu.org>
1028
1029 * functions.texi (Defining Functions): Mention defalias-fset-function.
1030
1031 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
1032
1033 * minibuf.texi (Completion Commands): Don't document obsolete
1034 `common-substring' arg of display-completion-list.
1035
1036 2014-02-17 Glenn Morris <rgm@gnu.org>
1037
1038 * minibuf.texi (Text from Minibuffer): Update read-regexp details.
1039 Mention read-regexp-defaults-function.
1040
1041 2014-02-13 Glenn Morris <rgm@gnu.org>
1042
1043 * debugging.texi (Debugger Commands): Tiny edits.
1044
1045 2014-02-12 Glenn Morris <rgm@gnu.org>
1046
1047 * package.texi (Simple Packages): Describe URL and Keywords headers.
1048
1049 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
1050
1051 * text.texi (User-Level Deletion):
1052 Document `delete-trailing-whitespace' (bug#15309).
1053
1054 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
1055
1056 * text.texi (Changing Properties): Clarify `propertize' (bug#9825).
1057
1058 * display.texi (Blinking): Clarify doc string in example (bug#10658).
1059
1060 * commands.texi (Accessing Mouse): Mention that these function
1061 also work on keyboard events (bug#14228).
1062 (Quitting): Refer to the right node for `set-input-mode' (bug#11458).
1063
1064 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
1065
1066 * display.texi (Face Attributes): Add an index (bug#14924).
1067
1068 * keymaps.texi (Menu Bar): Minor clarification (bug#15657).
1069
1070 2014-02-06 Glenn Morris <rgm@gnu.org>
1071
1072 * display.texi (Truncation):
1073 * positions.texi (Screen Lines): Do not mention cache-long-scans.
1074
1075 2014-01-31 Juri Linkov <juri@jurta.org>
1076
1077 * searching.texi (String Search): Incremental word search fixes.
1078
1079 2014-01-28 Glenn Morris <rgm@gnu.org>
1080
1081 * text.texi (Indent Tabs): Update related to tab-stops.
1082
1083 2014-01-24 Glenn Morris <rgm@gnu.org>
1084
1085 * control.texi (Handling Errors): Update with-demoted-errors.
1086
1087 * files.texi (File Locks): Every platform supports locking now.
1088
1089 2014-01-22 Glenn Morris <rgm@gnu.org>
1090
1091 * display.texi (ImageMagick Images): Expand on image-format-suffixes.
1092
1093 2014-01-20 Glenn Morris <rgm@gnu.org>
1094
1095 * hash.texi (Other Hash): Do not mention subr-x.el functions;
1096 reverts 2013-12-22 change.
1097
1098 2014-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1099
1100 * functions.texi (Advising Functions): New section.
1101 * modes.texi (Running Hooks): Don't document with-wrapper-hook and
1102 run-hook-wrapped any more.
1103 (Hooks): Link to the new Advising Functions node.
1104 * elisp.texi (Top): Don't include advice.texi.
1105 * advice.texi: Remove.
1106 * makefile.w32-in (srcs):
1107 * Makefile.in (srcs): Adjust accordingly.
1108
1109 2014-01-09 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1110
1111 * text.texi (Parsing HTML/XML): Document `shr-insert-document'.
1112
1113 * strings.texi (Text Comparison): Document `string-suffix-p'.
1114
1115 2014-01-07 Glenn Morris <rgm@gnu.org>
1116
1117 * files.texi (File Attributes): Fix superscipt typo.
1118
1119 2014-01-07 Chong Yidong <cyd@gnu.org>
1120
1121 * files.texi (Changing Files): Document copy-file changes.
1122
1123 2014-01-07 Glenn Morris <rgm@gnu.org>
1124
1125 * display.texi (Logging Messages): Copyedits re messages-buffer.
1126
1127 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
1128
1129 Specify .texi encoding (Bug#16292).
1130 * back.texi, book-spine.texi, lay-flat.texi:
1131 Add @documentencoding.
1132
1133 2014-01-05 Chong Yidong <cyd@gnu.org>
1134
1135 * backups.texi (Making Backups): Document backup-buffer change.
1136
1137 * files.texi (Visiting Files): Copyedits.
1138 (Testing Accessibility): Mention ACLs. Move file-modes here from
1139 File Attributes.
1140 (Truenames): Move file-equal-p here from Kinds of Files.
1141 (File Attributes): Move file-newer-than-file-p here from Testing
1142 Accessibility.
1143 (Extended Attributes): New node. Add file-extended-attributes.
1144 (Changing Files): Document set-file-extended-attributes.
1145
1146 * commands.texi (Defining Commands): Document the interactive-form
1147 property more carefully. Document interactive-only.
1148
1149 * compile.texi (Compiler Errors): Copyedits. Note that the
1150 details for byte-compile-warnings are in its docstring.
1151
1152 * minibuf.texi (Minibuffer Contents): Remove obsolete function
1153 minibuffer-completion-contents.
1154
1155 * variables.texi (Defining Variables): Note that defvar acts
1156 always on the dynamic value.
1157
1158 * customize.texi (Variable Definitions): Likewise.
1159
1160 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
1161
1162 Document vconcat and the empty vector (Bug#16246).
1163 * sequences.texi (Vector Functions):
1164 Document behavior better when the result is empty.
1165
1166 Document behavior of (string-to-number "+@") (Bug#16293).
1167 * strings.texi (String Conversion): Document behavior of
1168 string-to-number on invalid strings that begin with "+", too.
1169
1170 2014-01-03 Chong Yidong <cyd@gnu.org>
1171
1172 * help.texi (Documentation, Accessing Documentation): Copyedits.
1173 (Documentation Basics): Rewrite, avoiding a repeat discussion of
1174 docstring conventions.
1175
1176 * tips.texi (Documentation Tips): Move discussion of
1177 emacs-lisp-docstring-fill-column here from Documentation Basics.
1178
1179 * compile.texi (Docs and Compilation): Copyedits.
1180
1181 2014-01-02 Glenn Morris <rgm@gnu.org>
1182
1183 * numbers.texi (Numeric Conversions): Fix a typo.
1184
1185 2013-12-29 Paul Eggert <eggert@cs.ucla.edu>
1186
1187 Plain copy-file no longer chmods an existing destination (Bug#16133).
1188 * files.texi (Changing Files): Document this.
1189
1190 2013-12-28 Chong Yidong <cyd@gnu.org>
1191
1192 * modes.texi (Auto Major Mode): Document interpreter-mode-alist change.
1193
1194 * buffers.texi (Modification Time): Document visited-file-modtime
1195 change.
1196
1197 2013-12-28 Glenn Morris <rgm@gnu.org>
1198
1199 * control.texi (Pattern matching case statement): Brevity.
1200
1201 2013-12-27 Chong Yidong <cyd@gnu.org>
1202
1203 * functions.texi (Function Cells):
1204 * eval.texi (Function Indirection): Update for the fact that
1205 symbol-function no longer signals an error.
1206
1207 * commands.texi (Reading One Event): Mention keyboard coding.
1208
1209 * keymaps.texi (Translation Keymaps, Translation Keymaps):
1210 * nonascii.texi (Terminal I/O Encoding): Copyedits.
1211
1212 2013-12-26 Chong Yidong <cyd@gnu.org>
1213
1214 * advice.texi (Advising Functions, Defining Advice): Special forms
1215 can no longer be advised.
1216
1217 2013-12-25 Chong Yidong <cyd@gnu.org>
1218
1219 * keymaps.texi (Active Keymaps): Re-organize the text.
1220 (Searching Keymaps): Rewrite the pseudo-code for 24.4 changes.
1221 (Controlling Active Maps): Note that set-transient-map uses
1222 overriding-terminal-local-map.
1223
1224 * tips.texi (Coding Conventions): Tweak the coding system tip;
1225 Emacs now uses utf-8 by default for Emacs Lisp source files.
1226
1227 * display.texi (Font Selection): Tweak example.
1228
1229 * commands.texi (Event Input Misc): Document new arg to input-pending-p.
1230
1231 * nonascii.texi (Specifying Coding Systems): Don't refer to
1232 emacs-mule-dos.
1233 (Lisp and Coding Systems): Describe emacs-mule return value in
1234 modern terms.
1235
1236 2013-12-25 Tassilo Horn <tsdh@gnu.org>
1237
1238 * control.texi (Pattern matching case statement): Rephrase lexical
1239 binding requirement: the example needs it, not `pcase' itself.
1240
1241 2013-12-25 Chong Yidong <cyd@gnu.org>
1242
1243 * eval.texi (Eval): Document the LEXICAL arg to eval.
1244
1245 * variables.texi (Variables, Void Variables): Use "scoping rule"
1246 terminology consistently.
1247 (Variable Scoping): Add index entries, and use "dynamic scope"
1248 terminology in place of "indefinite scope" to reduce confusion.
1249 (Lexical Binding): Document lexical environment format.
1250 (Using Lexical Binding): Add index entries for error messages.
1251
1252 2013-12-24 Tassilo Horn <tsdh@gnu.org>
1253
1254 * control.texi (Pattern matching case statement): Fix missing
1255 argument in simple expression language sample (Bug#16238).
1256 Add some sample programs written in that language. Mention that
1257 `pcase' requires lexical binding.
1258
1259 2013-12-23 Xue Fuqiao <xfq.free@gmail.com>
1260
1261 * eval.texi (Special Forms): Document `special-form-p'.
1262
1263 * macros.texi (Simple Macro): Document `macrop'.
1264
1265 * files.texi (Changing Files): Fix an argument of `copy-file'.
1266
1267 * strings.texi (Creating Strings): Document TRIM in `split-string'.
1268
1269 2013-12-23 Chong Yidong <cyd@gnu.org>
1270
1271 * keymaps.texi (Controlling Active Maps):
1272 Rename set-temporary-overlay-map to set-transient map. Doc fixes.
1273 (Searching Keymaps): The transient keymap takes precedence.
1274
1275 2013-12-23 Glenn Morris <rgm@gnu.org>
1276
1277 * loading.texi (How Programs Do Loading, Load Suffixes):
1278 Mention `load-prefer-newer'.
1279
1280 2013-12-22 Xue Fuqiao <xfq.free@gmail.com>
1281
1282 * hash.texi (Other Hash): Document `hash-table-keys'
1283 and `hash-table-values'.
1284
1285 2013-12-22 Eli Zaretskii <eliz@gnu.org>
1286
1287 * nonascii.texi (Character Properties): NAME or OLD-NAME
1288 properties can be nil (there's no empty string).
1289 (Character Properties): Update the reference to the UCD.
1290
1291 2013-12-22 Xue Fuqiao <xfq.free@gmail.com>
1292
1293 * sequences.texi (Bool-Vectors): Document new bool-vector set
1294 operation functions.
1295
1296 * text.texi (Examining Properties): Document `get-pos-property'.
1297
1298 * variables.texi (Directory Local Variables):
1299 Document `enable-dir-local-variables'.
1300
1301 * debugging.texi (Debugger Commands):
1302 Document `debugger-toggle-locals'.
1303
1304 2013-12-21 Chong Yidong <cyd@gnu.org>
1305
1306 * text.texi (Region Indent): Note the new interactive behavior of
1307 indent-rigidly.
1308
1309 2013-12-20 Tassilo Horn <tsdh@gnu.org>
1310
1311 * numbers.texi (numbers): Document that =, <, <=, >, >= now accept
1312 one or many arguments.
1313
1314 * display.texi: Document `messages-buffer'.
1315
1316 * os.texi: Document `initial-buffer-choice' changes.
1317
1318 2013-12-20 Chong Yidong <cyd@gnu.org>
1319
1320 * text.texi (Changing Properties): Improve documentation for
1321 add-face-text-property.
1322 (Special Properties): Mention add-face-text-property.
1323
1324 2013-12-18 Chong Yidong <cyd@gnu.org>
1325
1326 * customize.texi (Custom Themes): Document custom-known-themes
1327 (Bug#15717).
1328
1329 * modes.texi (Defining Minor Modes): Fix typo (Bug#14874).
1330 (Keymaps and Minor Modes): Fix binding convention (Bug#11522).
1331
1332 2013-12-13 Glenn Morris <rgm@gnu.org>
1333
1334 * internals.texi (Building Emacs):
1335 * loading.texi (Library Search): Mention that site-load,
1336 site-init cannot change load-path.
1337
1338 2013-12-12 Glenn Morris <rgm@gnu.org>
1339
1340 * elisp.texi: Tweak dircategory.
1341
1342 2013-12-12 Eli Zaretskii <eliz@gnu.org>
1343
1344 * nonascii.texi (Encoding and I/O): Document file-name encoding
1345 peculiarities on MS-Windows.
1346
1347 2013-12-12 Glenn Morris <rgm@gnu.org>
1348
1349 * elisp.texi: Sync direntry with info/dir version.
1350
1351 2013-12-08 Juanma Barranquero <lekktu@gmail.com>
1352
1353 * display.texi (Progress, Face Remapping):
1354 * processes.texi (Serial Ports):
1355 * windows.texi (Recombining Windows): Fix typos. (Bug#16089)
1356
1357 2013-12-04 Juri Linkov <juri@jurta.org>
1358
1359 * searching.texi (Search and Replace): Fix `unread-command-events'
1360 and add ref.
1361
1362 2013-12-03 Juri Linkov <juri@jurta.org>
1363
1364 * windows.texi (Choosing Window): Rename `no-display-ok' to
1365 `allow-no-window'. (Bug#13594)
1366
1367 2013-11-30 Glenn Morris <rgm@gnu.org>
1368
1369 * Makefile.in (distclean): Remove Makefile.
1370
1371 2013-11-29 Andreas Politz <politza@fh-trier.de>
1372
1373 * modes.texi (Imenu): Make it clear that sub-alist is the cdr
1374 (Bug#14029).
1375
1376 2013-11-27 Glenn Morris <rgm@gnu.org>
1377
1378 * loading.texi (Library Search):
1379 * os.texi (Startup Summary): No more leim directory.
1380
1381 2013-11-26 Glenn Morris <rgm@gnu.org>
1382
1383 * os.texi (Startup Summary): Update for leim-list being preloaded.
1384
1385 2013-11-23 Brian Jenkins <brian@brianjenkins.org> (tiny change)
1386
1387 * frames.texi (Input Focus):
1388 * hooks.texi (Standard Hooks): Mention focus-in-hook, focus-out-hook.
1389
1390 2013-11-23 Glenn Morris <rgm@gnu.org>
1391
1392 * loading.texi (Library Search):
1393 Empty elements in EMACSLOADPATH now mean the default load-path.
1394
1395 2013-11-22 Glenn Morris <rgm@gnu.org>
1396
1397 * loading.texi (Library Search): Minor clarification.
1398
1399 2013-11-20 Leo Liu <sdl.web@gmail.com>
1400
1401 * windows.texi (Choosing Window): Mention `no-display-ok'. (Bug#13594)
1402
1403 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
1404
1405 * os.texi (File Notifications): Add an index.
1406
1407 * loading.texi (Loading): Add an cross-reference.
1408
1409 2013-11-18 Xue Fuqiao <xfq.free@gmail.com>
1410
1411 * os.texi (Session Management, Desktop Notifications): Add some
1412 indexes and a cross-reference.
1413
1414 2013-11-17 Xue Fuqiao <xfq.free@gmail.com>
1415
1416 * os.texi (Time Parsing, Processor Run Time, Input Modes)
1417 (Terminal Output): Minor fixes.
1418
1419 2013-11-14 Glenn Morris <rgm@gnu.org>
1420
1421 * loading.texi (Library Search): Update section.
1422
1423 2013-11-11 Xue Fuqiao <xfq.free@gmail.com>
1424
1425 * os.texi (User Identification, Time of Day, Time Conversion):
1426 Minor fixes.
1427
1428 2013-11-10 Jan Djärv <jan.h.d@swipnet.se>
1429
1430 * keymaps.texi (Tool Bar): Mention that Gtk+/NS ignores item 1 to 3.
1431
1432 2013-11-09 Xue Fuqiao <xfq.free@gmail.com>
1433
1434 * os.texi (Startup Summary): Add an index about startup screen.
1435 Typo fix.
1436 (Command-Line Arguments): Add cross-reference for `dump-emacs'.
1437
1438 2013-11-08 Eli Zaretskii <eliz@gnu.org>
1439
1440 * display.texi (Truncation): Document that cache-long-scans is now
1441 non-nil by default. (Bug#15797)
1442
1443 2013-11-05 Eli Zaretskii <eliz@gnu.org>
1444
1445 * lists.texi (Rearrangement): Fix indexing.
1446
1447 * display.texi (Bidirectional Display): Fix indexing.
1448
1449 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
1450
1451 * lists.texi (Rearrangement): Improve indexing.
1452
1453 * display.texi (Glyphs): Add an index for glyph code.
1454 (Bidirectional Display): Improve indexing.
1455
1456 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
1457
1458 * display.texi (Face Attributes): Document :distant-foreground.
1459
1460 2013-10-30 Xue Fuqiao <xfq.free@gmail.com>
1461
1462 * display.texi (Abstract Display): Improve indexing.
1463
1464 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1465
1466 * display.texi (Selective Display): Discourage the use of explicit
1467 selective display.
1468
1469 2013-10-29 Xue Fuqiao <xfq.free@gmail.com>
1470
1471 * display.texi (Showing Images): Add an index for image-size.
1472 Use @code instead of @var for a normal variable.
1473 (Multi-Frame Images): Improve indexing.
1474 (Button Buffer Commands): Use @code instead of @var for a normal
1475 variable.
1476 (Abstract Display): Explain the meaning of Ewoc.
1477
1478 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
1479
1480 * display.texi (Image Descriptors): Improve indexing.
1481
1482 2013-10-26 Xue Fuqiao <xfq.free@gmail.com>
1483
1484 * display.texi (Fringe Indicators): Add indexes for fringe indicators.
1485 (Customizing Bitmaps): Add an index for customizing fringe bitmaps.
1486
1487 2013-10-25 Xue Fuqiao <xfq.free@gmail.com>
1488
1489 * display.texi (Fontsets): Minor wording fix.
1490 (Low-Level Font): Improve indexing.
1491
1492 * nonascii.texi (Character Properties): Add an index for script symbols.
1493
1494 2013-10-24 Xue Fuqiao <xfq.free@gmail.com>
1495
1496 * display.texi (Face Remapping): Add indexes for face remapping.
1497 (Font Selection): Add indexes.
1498 (Low-Level Font): Add an index for font registry.
1499
1500 2013-10-23 Glenn Morris <rgm@gnu.org>
1501
1502 * eval.texi, files.texi, intro.texi, objects.texi, searching.texi:
1503 Nuke @refill.
1504
1505 * Makefile.in (install-dvi, install-html, install-pdf)
1506 (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
1507 (uninstall-pdf): Quote entities that might contain whitespace.
1508
1509 2013-10-19 Xue Fuqiao <xfq.free@gmail.com>
1510
1511 * display.texi (Face Attributes): Add indexes for the ‘:box’
1512 face attribute.
1513
1514 2013-10-18 Xue Fuqiao <xfq.free@gmail.com>
1515
1516 * display.texi (Line Height): Add indexes for line height.
1517
1518 2013-10-17 Xue Fuqiao <xfq.free@gmail.com>
1519
1520 * display.texi (Width): Fix arguments of ‘truncate-string-to-width’.
1521
1522 2013-10-16 Xue Fuqiao <xfq.free@gmail.com>
1523
1524 * display.texi (Selective Display): Add an index for explicit
1525 selective display.
1526
1527 2013-10-15 Xue Fuqiao <xfq.free@gmail.com>
1528
1529 * display.texi (Warning Basics): Mention the ‘*Warnings*’ buffer.
1530
1531 2013-10-13 Glenn Morris <rgm@gnu.org>
1532
1533 * intro.texi (Acknowledgments): Use accented form of some names.
1534
1535 2013-10-09 Glenn Morris <rgm@gnu.org>
1536
1537 * control.texi (Conditionals): Copyedits. (Bug#15558)
1538
1539 2013-10-08 Eli Zaretskii <eliz@gnu.org>
1540
1541 Support menus on text-mode terminals.
1542 * keymaps.texi (Defining Menus, Mouse Menus, Menu Bar):
1543 Modify wording to the effect that menus are supported on TTYs.
1544
1545 * frames.texi (Pop-Up Menus, Dialog Boxes)
1546 (Display Feature Testing): Update for menu support on TTYs.
1547
1548 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1549
1550 * tips.texi (Comment Tips): Discourage use of triple semi-colons for
1551 non-headings.
1552
1553 2013-10-05 Xue Fuqiao <xfq.free@gmail.com>
1554
1555 * syntax.texi (Categories): Add an index for category sets.
1556
1557 2013-10-03 Xue Fuqiao <xfq.free@gmail.com>
1558
1559 * syntax.texi (Syntax Flags, Syntax Table Functions): Add indexes.
1560
1561 2013-10-02 Xue Fuqiao <xfq.free@gmail.com>
1562
1563 * syntax.texi (Syntax Class Table): Add an index for syntax class table.
1564
1565 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
1566
1567 * searching.texi (Regexp Search): Refine.
1568
1569 2013-09-22 Xue Fuqiao <xfq.free@gmail.com>
1570
1571 * nonascii.texi (Default Coding Systems): Typo fix.
1572
1573 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
1574
1575 * nonascii.texi (Coding System Basics): Add information about
1576 carriage-return.
1577
1578 2013-09-14 Eli Zaretskii <eliz@gnu.org>
1579
1580 * display.texi (Display Margins): State the units of measuring
1581 margin width. (Bug#15375)
1582
1583 2013-09-13 Eli Zaretskii <eliz@gnu.org>
1584
1585 * text.texi (Not Intervals): Minor wording fix.
1586
1587 2013-09-12 Xue Fuqiao <xfq.free@gmail.com>
1588
1589 * functions.texi (Obsolete Functions): Add an index for obsolete
1590 functions.
1591
1592 2013-09-11 Xue Fuqiao <xfq.free@gmail.com>
1593
1594 * nonascii.texi (Character Properties): Character properties fix
1595 for decimal-digit-value and digit-value.
1596
1597 2013-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1598
1599 * macros.texi (Defining Macros): Prefer "function" to "lambda
1600 expression" (bug#15296).
1601
1602 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
1603
1604 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1605 for portability to hosts where /bin/sh has problems.
1606
1607 2013-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
1608
1609 * variables.texi (File Local Variables): Don't recommend quoting! Ever!
1610
1611 2013-08-20 Eli Zaretskii <eliz@gnu.org>
1612
1613 * files.texi (Information about Files): Mention file names with
1614 trailing blanks on MS-Windows. (Bug#15130)
1615
1616 2013-08-18 Xue Fuqiao <xfq.free@gmail.com>
1617
1618 * positions.texi (Positions): Improve indexing.
1619
1620 2013-08-18 Eli Zaretskii <eliz@gnu.org>
1621
1622 * markers.texi (The Region): Improve indexing.
1623
1624 2013-08-17 Xue Fuqiao <xfq.free@gmail.com>
1625
1626 * modes.texi (SMIE, SMIE Grammar, SMIE Indentation): Add some indexes.
1627
1628 * text.texi (Maintaining Undo): Mention interactive call of
1629 buffer-disable-undo.
1630 (Filling): Add cross-reference for hard newlines.
1631 (Sorting): Fix indentation.
1632 (Columns): Comment out undefined behavior.
1633 (Case Changes): Fix an `args-out-of-range' error in the example.
1634
1635 2013-08-16 Xue Fuqiao <xfq.free@gmail.com>
1636
1637 * text.texi (Insertion): Refine.
1638 (Margins): Add an index.
1639 (Undo): Doc fix for `buffer-undo-list'.
1640
1641 * positions.texi (Character Motion):
1642 * markers.texi (Moving Markers, Creating Markers):
1643 Comment out undefined behavior.
1644
1645 2013-08-15 Xue Fuqiao <xfq.free@gmail.com>
1646
1647 * markers.texi (The Region): Add/move indexes.
1648
1649 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1650
1651 * display.texi (ImageMagick Images): Mention :content-type and
1652 `image-content-type-suffixes'.
1653
1654 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
1655
1656 * positions.texi (Word Motion): Remove redundant sentence.
1657
1658 2013-08-13 Glenn Morris <rgm@gnu.org>
1659
1660 * lists.texi (List Elements):
1661 Undocument behavior of nth and nthcdr with n < 0. (Bug#15059)
1662
1663 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
1664
1665 * frames.texi (Display Feature Testing): Add indexes.
1666
1667 2013-08-12 Glenn Morris <rgm@gnu.org>
1668
1669 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
1670 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
1671 (INSTALL_DATA): New, set by configure.
1672 (HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
1673 New variables.
1674 (.SUFFIXES): Add .ps and .dvi.
1675 (.dvi.ps): New suffix rule.
1676 (dvi, html, pdf, ps): Use *_TARGETS variables.
1677 (elisp.html): Use HTML_OPTS.
1678 (elisp.ps): Remove explicit rule.
1679 (.PHONY): install-dvi, install-html, install-pdf, install-ps,
1680 install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
1681 uninstall-ps, and uninstall-doc.
1682 (install-dvi, install-html, install-pdf, install-ps, install-doc)
1683 (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
1684 (uninstall-doc): New rules.
1685 (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
1686
1687 2013-08-10 Xue Fuqiao <xfq.free@gmail.com>
1688
1689 * edebug.texi (Instrumenting Macro Calls): Use @defmac for macros.
1690
1691 2013-08-09 Xue Fuqiao <xfq.free@gmail.com>
1692
1693 * control.texi (Error Symbols): Minor fix for previous change.
1694
1695 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
1696
1697 * errors.texi (Standard Errors): Don't refer to `error-conditions'.
1698
1699 * control.texi (Signaling Errors): Refer to define-error.
1700 (Error Symbols): Add `define-error'.
1701
1702 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
1703
1704 * positions.texi (Motion by Screen Lines):
1705 * display.texi (Truncation): Rename `cache-long-line-scans'
1706 to `cache-long-scans'.
1707
1708 2013-08-05 Xue Fuqiao <xfq.free@gmail.com>
1709
1710 * windows.texi (Window Start and End): Add an index.
1711
1712 2013-08-02 Xue Fuqiao <xfq.free@gmail.com>
1713
1714 * display.texi (Face Functions): Add an index.
1715
1716 * variables.texi (Variable Aliases): Add an index.
1717
1718 * functions.texi (Defining Functions): Add an index.
1719
1720 * nonascii.texi (Coding System Basics): Add an index.
1721
1722 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
1723
1724 * nonascii.texi (Non-ASCII Characters): Update menu.
1725 (Disabling Multibyte): Move here from doc/emacs/mule.texi.
1726 Fix cross-references.
1727
1728 * elisp.texi (Top): Update menu.
1729
1730 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
1731
1732 * windows.texi (Window History): Mention the default value of
1733 switch-to-visible-buffer. Add cross-references.
1734
1735 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
1736
1737 * errors.texi (Standard Errors): Fix typo.
1738
1739 * files.texi (Magic File Names):
1740 * os.texi (File Notifications): Remove file-notify-supported-p.
1741
1742 2013-07-24 Paul Eggert <eggert@cs.ucla.edu>
1743
1744 * eval.texi (Special Forms): Mention 'lambda'. Also, say that
1745 non-well-formed expressions result in unspecified behavior, though
1746 Emacs will not crash.
1747
1748 2013-07-22 Michael Albinus <michael.albinus@gmx.de>
1749
1750 * files.texi (Magic File Names): Add file-notify-add-watch,
1751 file-notify-rm-watch and file-notify-supported-p.
1752 Move file-remote-p down.
1753
1754 * errors.texi (Standard Errors): Add file-notify-error.
1755
1756 * os.texi (Desktop Notifications): Rename from Notifications.
1757 (File Notifications): New node.
1758
1759 * elisp.texi (Top): Update menu for these changes.
1760
1761 2013-07-19 Xue Fuqiao <xfq.free@gmail.com>
1762
1763 * windows.texi (Display Action Functions): Mention next-window.
1764
1765 2013-07-16 Xue Fuqiao <xfq.free@gmail.com>
1766
1767 * windows.texi (Selecting Windows): Fix the introduction of
1768 `set-frame-selected-window''s arguments.
1769
1770 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
1771
1772 Timestamp fixes for undo (Bug#14824).
1773 * text.texi (Undo): Document (t . 0) and (t . -1) in buffer-undo-list.
1774
1775 2013-07-06 Eli Zaretskii <eliz@gnu.org>
1776
1777 * nonascii.texi (Text Representations): Document that
1778 multibyte-string-p returns nil for non-string objects.
1779
1780 2013-07-06 Glenn Morris <rgm@gnu.org>
1781
1782 * elisp.texi (Top): Move WWW_GNU_ORG section outside @copying.
1783
1784 2013-07-03 Glenn Morris <rgm@gnu.org>
1785
1786 * debugging.texi (Debugging):
1787 * files.texi (File Attributes, Changing Files): Fix cross-references.
1788
1789 * package.texi (Package Archives): Fix @url call.
1790
1791 * syntax.texi (Syntax Table Functions): Mention describe-syntax.
1792
1793 2013-06-29 Eli Zaretskii <eliz@gnu.org>
1794
1795 * display.texi (Bidirectional Display): Document move-point-visually.
1796
1797 2013-06-29 Xue Fuqiao <xfq.free@gmail.com>
1798
1799 * buffers.texi (Buffer File Name): Fix typo.
1800
1801 2013-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
1802
1803 * tips.texi (Coding Conventions): Improve wording.
1804
1805 2013-06-24 Glenn Morris <rgm@gnu.org>
1806
1807 * loading.texi (Autoload): Fix typo.
1808
1809 * variables.texi (Lexical Binding): Fix typo.
1810
1811 * functions.texi (Anonymous Functions): Put back ' removed 2012-10-23.
1812
1813 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1814
1815 * display.texi (ImageMagick Images): Mention :max-width and
1816 :max-height.
1817
1818 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
1819
1820 * numbers.texi (Math Functions): Remove obsolete function log10.
1821
1822 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
1823
1824 * modes.texi (Mode Line Data, Properties in Mode): Advertise `keymap'
1825 rather than `local-map'.
1826
1827 * keymaps.texi (Active Keymaps): Fix documentation of
1828 set-temporary-overlay-map and overriding-terminal-local-map.
1829
1830 2013-06-19 Glenn Morris <rgm@gnu.org>
1831
1832 * Makefile.in (dist): Edit more configure variables.
1833 Try to check that we do not miss any in future.
1834
1835 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
1836
1837 * text.texi (Undo, Changing Properties): Fix typos.
1838
1839 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1840
1841 * text.texi (Changing Properties): Document `add-face-text-property'.
1842
1843 2013-06-17 Kenichi Handa <handa@gnu.org>
1844
1845 * display.texi (Face Attributes): Refer to "Low-Level font" (not
1846 "Font Selection") in the explanation of :font attribute (bug#14629).
1847
1848 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1849
1850 * loading.texi (Hooks for Loading): Don't document after-load-alist.
1851 Document with-eval-after-load instead of eval-after-load.
1852
1853 2013-06-11 Xue Fuqiao <xfq.free@gmail.com>
1854
1855 * files.texi (File Name Expansion): Make the example more
1856 intuitive.
1857
1858 2013-06-10 Paul Eggert <eggert@cs.ucla.edu>
1859
1860 Documentation fix for 'ls' and hard links.
1861 * compile.texi (Compilation Functions):
1862 * files.texi (File Attributes, Changing Files):
1863 Use current format for GNU 'ls' output.
1864 (File Attributes): Fix problem introduced in previous change:
1865 the link count is the number of hard links, not the number
1866 of hard links + 1.
1867
1868 2013-06-10 Xue Fuqiao <xfq.free@gmail.com>
1869
1870 * files.texi (File Attributes): Fix typo.
1871
1872 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1873
1874 * functions.texi (Lambda Expressions): Lambda expressions don't
1875 evaluate to themselves in general (bug#11782).
1876
1877 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1878
1879 * loading.texi (Autoload):
1880 * help.texi (Documentation Basics, Accessing Documentation)
1881 (Accessing Documentation, Accessing Documentation): DOC-* is now DOC.
1882
1883 2013-04-23 Glenn Morris <rgm@gnu.org>
1884
1885 * internals.texi (Writing Emacs Primitives): Remove obvious example.
1886 Tweak other to avoid overly long line.
1887
1888 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
1889
1890 * internals.texi (Writing Emacs Primitives): Remove unnecessary
1891 references to the sources. (Bug#13800)
1892
1893 * searching.texi (Regexp Backslash): Doc fix for backslash
1894 constructs in regular expressions.
1895
1896 2013-04-15 Christopher Schmidt <christopher@ch.ristopher.com>
1897
1898 * tips.texi (Coding Conventions): Mention separation of package
1899 descriptor and name of internal symbols by two hyphens.
1900
1901 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
1902
1903 * windows.texi (Splitting Windows): Change category of
1904 split-window from a command to a function.
1905
1906 2013-04-06 Chong Yidong <cyd@gnu.org>
1907
1908 * display.texi (Faces): Minor clarifications.
1909 (Defining Faces): Clarify default vs custom face specs.
1910 Document face-spec-set.
1911
1912 * display.texi (Overlay Properties):
1913 * text.texi (Special Properties): Use the "anonymous face"
1914 terminology. Describe foreground-color and background-color forms
1915 as compatibility-only.
1916
1917 2013-03-24 Eli Zaretskii <eliz@gnu.org>
1918
1919 * compile.texi (Byte-Code Objects): Add index entry.
1920 (Disassembly): Add cross-references.
1921
1922 2013-03-23 Eli Zaretskii <eliz@gnu.org>
1923
1924 * frames.texi (Size Parameters): More accurate description of the
1925 difference between 'fullboth' and 'maximized'. (Bug#13935)
1926
1927 2013-03-17 Christopher Schmidt <christopher@ch.ristopher.com>
1928
1929 * symbols.texi (Standard Properties): Document pure. (Bug#13823)
1930
1931 2013-03-16 Glenn Morris <rgm@gnu.org>
1932
1933 * elisp.texi: Add some stuff specific to www.gnu.org.
1934
1935 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
1936
1937 * control.texi (Pattern matching case statement): Fix typo.
1938
1939 2013-03-04 Paul Eggert <eggert@cs.ucla.edu>
1940
1941 * elisp.texi, intro.texi: Switch from Latin-1 to UTF-8.
1942
1943 2013-03-03 Glenn Morris <rgm@gnu.org>
1944
1945 * objects.texi (Symbol Type): Fix typo.
1946
1947 2013-02-28 Bastien Guerry <bzg@gnu.org>
1948
1949 * variables.texi (File Local Variables): Fix reference.
1950
1951 2013-02-24 Eli Zaretskii <eliz@gnu.org>
1952
1953 * files.texi (Magic File Names): Improve wording and indexing.
1954
1955 2013-02-21 Glenn Morris <rgm@gnu.org>
1956
1957 * display.texi (Multi-Frame Images): Minor rephrasing.
1958
1959 2013-02-20 Glenn Morris <rgm@gnu.org>
1960
1961 * display.texi (GIF Images, TIFF Images): Delete these nodes.
1962 (ImageMagick Images): For :index, use an xref rather than duplicating.
1963 (Other Image Types): Add GIF, adjust formatting.
1964 (Multi-Frame Images): Rename from Animated Images. Expand section.
1965 * elisp.texi (Top): Update menu for these changes.
1966
1967 2013-02-19 Glenn Morris <rgm@gnu.org>
1968
1969 * text.texi (Change Hooks): Fix typo.
1970
1971 2013-02-15 Glenn Morris <rgm@gnu.org>
1972
1973 * modes.texi (Basic Major Modes): 'z' no longer bound in special-mode.
1974
1975 2013-02-13 Glenn Morris <rgm@gnu.org>
1976
1977 * objects.texi (Char-Table Type): Add footnote about #^^.
1978
1979 * modes.texi (Minor Mode Conventions): Fix typo.
1980
1981 * keymaps.texi (Scanning Keymaps): Remove obsolete sentence about
1982 meta characters; this changed in 22.1. (Bug#13684)
1983
1984 * objects.texi (Char-Table Type): Add cindex.
1985
1986 * keymaps.texi (Key Binding Commands): Trivial rephrasing.
1987
1988 2013-02-10 Glenn Morris <rgm@gnu.org>
1989
1990 * keymaps.texi (Creating Keymaps): Update make-keymap result.
1991
1992 2013-02-09 Eli Zaretskii <eliz@gnu.org>
1993
1994 * modes.texi (%-Constructs): Remove the description of %t.
1995
1996 * nonascii.texi (MS-DOS File Types): Delete node.
1997
1998 2013-02-08 Glenn Morris <rgm@gnu.org>
1999
2000 * keymaps.texi (Active Keymaps, Searching Keymaps):
2001 Remove confusing mention of "symbolic prefix". (Bug#13643)
2002
2003 2013-01-19 Glenn Morris <rgm@gnu.org>
2004
2005 * macros.texi (Indenting Macros): Fix order of an indent
2006 symbol's arguments. (Bug#13450)
2007
2008 2013-01-19 Paul Eggert <eggert@cs.ucla.edu>
2009
2010 Allow floating-point file offsets.
2011 * files.texi (Reading from Files, Writing to Files):
2012 Say that file offsets can be numbers, not just integers.
2013
2014 2013-01-09 Glenn Morris <rgm@gnu.org>
2015
2016 * commands.texi (Interactive Codes):
2017 Whitespace does not terminate interactive "S". (Bug#13393)
2018
2019 2013-01-06 Chong Yidong <cyd@gnu.org>
2020
2021 * windows.texi (Vertical Scrolling): Fix typos (Bug#13267).
2022
2023 2013-01-05 Glenn Morris <rgm@gnu.org>
2024
2025 * display.texi (Overlay Properties): Mention field. (Bug#13364)
2026
2027 2013-01-05 Eli Zaretskii <eliz@gnu.org>
2028
2029 * hooks.texi (Standard Hooks): Use @item, not @itemx, as the first
2030 directive in a group of items.
2031
2032 2013-01-05 Chong Yidong <cyd@gnu.org>
2033
2034 * keymaps.texi (Key Sequences): Remove obsolete sentence
2035 (Bug#13356).
2036
2037 2013-01-04 Ari Roponen <ari.roponen@gmail.com> (tiny change)
2038
2039 * hash.texi (Defining Hash): Fix typo. (Bug#13345)
2040
2041 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
2042
2043 * files.texi (File Attributes): Undocument return format of file-acl.
2044
2045 2013-01-03 Glenn Morris <rgm@gnu.org>
2046
2047 * processes.texi (System Processes):
2048 * syntax.texi (Syntax Table Functions): Tweak some line breaks.
2049
2050 * searching.texi (Replacing Match): Fix xref.
2051
2052 * elisp.texi (DATE): Bump to Jan 2013.
2053
2054 2013-01-02 Glenn Morris <rgm@gnu.org>
2055
2056 * customize.texi (Common Keywords, Type Keywords):
2057 Replace "active field" with "button". (Bug#13310)
2058
2059 * customize.texi (Common Keywords): Add xref. (Bug#13311)
2060 * tips.texi (Library Headers): Add cindex.
2061
2062 2012-12-30 Wolfgang Jenkner <wjenkner@inode.at>
2063
2064 * functions.texi (Declare Form):
2065 * intro.texi (A Sample Function Description):
2066 * syntax.texi (Syntax Table Internals, Syntax Table Functions):
2067 * variables.texi (Using Lexical Binding): Don't use @var or CAPS
2068 in @def.. commands. (Bug#13292)
2069
2070 2012-12-29 Eli Zaretskii <eliz@gnu.org>
2071
2072 * files.texi (Changing Files): Document the return values of
2073 set-file-selinux-context and set-file-acl.
2074
2075 2012-12-27 Glenn Morris <rgm@gnu.org>
2076
2077 * files.texi (File Names): Mention Cygwin conversion functions.
2078
2079 2012-12-22 Martin Rudalics <rudalics@gmx.at>
2080
2081 * windows.texi (Selecting Windows): Reword description of
2082 select-window (Bug#13248).
2083
2084 2012-12-22 Eli Zaretskii <eliz@gnu.org>
2085
2086 * files.texi (File Attributes, Changing Files): Remove the details
2087 about the text returned by file-acl. Instead, just document that
2088 it is an opaque string meant to be used by set-file-acl.
2089
2090 2012-12-21 Chong Yidong <cyd@gnu.org>
2091
2092 * modes.texi (Auto Major Mode): Fix typo (Bug#13230).
2093
2094 * customize.texi (Simple Types): Document key-sequence type
2095 (Bug#13048).
2096
2097 * strings.texi (Text Comparison): Doc fix for compare-strings.
2098
2099 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
2100
2101 * files.texi (Magic File Names): Add `file-acl',
2102 `file-selinux-context', `set-file-acl' and
2103 `set-file-selinux-context'. Make the list consistent.
2104
2105 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
2106
2107 * tips.texi (Library Headers): New header keyword `Homepage'.
2108 Make continuation lines syntax more precise.
2109
2110 2012-12-17 Eli Zaretskii <eliz@gnu.org>
2111
2112 * files.texi (File Attributes, Changing Files): Update to include
2113 MS-Windows support for ACLs.
2114
2115 2012-12-16 Romain Francoise <romain@orebokech.com>
2116
2117 * files.texi (File Attributes): Document ACL support and new
2118 `file-acl' function.
2119 (Changing Files): Mention argument name change of `copy-file' and
2120 document new function `set-file-acl'.
2121
2122 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
2123
2124 Fix permissions bugs with setgid directories etc. (Bug#13125)
2125 * files.texi (Testing Accessibility): Document GROUP arg
2126 of file-ownership-preserved-p.
2127 (File Attributes): Document that 9th element is now
2128 just a placeholder.
2129 * os.texi (User Identification): Document new functions group-gid,
2130 group-real-gid.
2131
2132 2012-12-11 Paul Eggert <eggert@cs.ucla.edu>
2133
2134 * internals.texi (C Integer Types): New section.
2135 This follows up and records an email in
2136 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00496.html>.
2137
2138 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2139
2140 * control.texi (Pattern matching case statement): New node.
2141
2142 * customize.texi (Variable Definitions): Mention the default :group
2143 for defcustoms (bug#13093).
2144
2145 2012-12-09 Glenn Morris <rgm@gnu.org>
2146
2147 * customize.texi (Variable Definitions): Mention eval-defun
2148 on a defcustom calls the :set function when appropriate.
2149
2150 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
2151
2152 * doclicense.texi, gpl.texi: Update to latest version from FSF.
2153 These are just minor editorial changes.
2154
2155 2012-12-06 Chong Yidong <cyd@gnu.org>
2156
2157 * lists.texi (Plist Access): Move put example to Symbol Plists.
2158
2159 * symbols.texi (Standard Properties): Fix typo.
2160
2161 2012-12-03 Chong Yidong <cyd@gnu.org>
2162
2163 * symbols.texi (Symbol Properties): New node.
2164 (Symbol Plists): Make it a subsection under Symbol Properties.
2165 (Standard Properties): New node.
2166
2167 * lists.texi (Property Lists): Move here from symbols.texi.
2168 (Plist Access): Rename from Other Plists.
2169
2170 * customize.texi (Variable Definitions):
2171 * display.texi (Defining Faces):
2172 * sequences.texi (Char-Tables): Fix xref.
2173
2174 * keymaps.texi (Key Sequences): `kbd' is now a function.
2175
2176 * commands.texi (Using Interactive): Fix index entry.
2177
2178 2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
2179
2180 * doclicense.texi: Update to latest version from FSF.
2181 These are just minor editorial changes.
2182 * elisp.texi (GNU Free Documentation License)
2183 (GNU General Public Licens):
2184 Provide sectioning, since doclicense.texi no longer does that.
2185
2186 * loading.texi (Named Features): @ -> @@ to fix typo.
2187
2188 2012-11-24 Martin Rudalics <rudalics@gmx.at>
2189
2190 * windows.texi (Basic Windows): Fix typo.
2191 (Windows and Frames): Fix example. Move description of
2192 window-in-direction here.
2193 (Recombining Windows): Fix example.
2194 (Buffers and Windows): Fix description of replace-buffer-in-windows.
2195 (Switching Buffers): Reword.
2196 (Display Action Functions): Minor adjustments.
2197 (Choosing Window Options): Minor fixes.
2198 (Window History): Minor rewording.
2199 (Dedicated Windows): Correct and reword part describing how
2200 dedicatedness affects functions removing buffers or windows.
2201 * buffers.texi (The Buffer List): Fix description of bury-buffer.
2202
2203 2012-11-24 Chong Yidong <cyd@gnu.org>
2204
2205 * modes.texi (%-Constructs): Fix statement about mode construct
2206 padding (Bug#12866).
2207
2208 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2209
2210 * debugging.texi (Profiling): Make it more clear
2211 that --enable-profiling is about profiling the C code.
2212
2213 2012-11-21 Glenn Morris <rgm@gnu.org>
2214
2215 * display.texi (Attribute Functions):
2216 Update for set-face-* name changes.
2217 Add new "inherit" argument for face-bold-p etc.
2218 Move description of this argument to a common section, like "frame".
2219
2220 * debugging.texi (Profiling): New section.
2221 (Debugging): Mention profiling in the introduction.
2222 * tips.texi (Compilation Tips): Move profiling to separate section.
2223 * elisp.texi: Add Profiling to detailed menu.
2224
2225 2012-11-21 Martin Rudalics <rudalics@gmx.at>
2226
2227 * windows.texi (Display Action Functions): Fix recently added
2228 example. Suggested by Michael Heerdegen.
2229
2230 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
2231
2232 Minor cleanup for times as lists of four integers.
2233 * os.texi (Time Parsing): Time values can now be four integers.
2234
2235 2012-11-18 Glenn Morris <rgm@gnu.org>
2236
2237 * loading.texi (How Programs Do Loading): Add eager macro expansion.
2238 * macros.texi (Expansion): Mention eager macro expansion.
2239
2240 * minibuf.texi (Basic Completion): Mention misc completion-table funcs.
2241
2242 2012-11-18 Leo Liu <sdl.web@gmail.com>
2243
2244 * minibuf.texi (Programmed Completion): Doc fix for metadata
2245 request (Bug#12850).
2246
2247 2012-11-18 Glenn Morris <rgm@gnu.org>
2248
2249 * display.texi (Temporary Displays): Document with-temp-buffer-window.
2250
2251 * frames.texi (Size and Position): Add fit-frame-to-buffer command.
2252 * windows.texi (Resizing Windows): Add fit-frame-to-buffer option.
2253 (Window Sizes): Add vindex for window-min-height, window-min-width.
2254 (Display Action Functions): Mention pop-up-frame-parameters.
2255
2256 2012-11-16 Martin Rudalics <rudalics@gmx.at>
2257
2258 * windows.texi (Choosing Window): Rewrite description of
2259 display-buffer-alist (Bug#12167).
2260 (Display Action Functions): Mention inhibit-switch-frame.
2261 Fix description of display-buffer-below-selected. Reorder actions.
2262 Add example (Bug#12848).
2263
2264 2012-11-16 Glenn Morris <rgm@gnu.org>
2265
2266 * display.texi (Face Attributes): Fix :underline COLOR description.
2267 (Attribute Functions): Update for set-face-underline rename.
2268 Tweak descriptions of face-underline-p, face-inverse-video-p.
2269
2270 * keymaps.texi (Searching Keymaps, Tool Bar): Untabify examples,
2271 so they align better in info.
2272 (Active Keymaps, Searching Keymaps, Controlling Active Maps):
2273 Document set-temporary-overlay-map.
2274
2275 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2276
2277 * keymaps.texi (Translation Keymaps): Add a subsection "Interaction
2278 with normal keymaps".
2279
2280 2012-11-15 Dmitry Antipov <dmantipov@yandex.ru>
2281
2282 * internals.texi (Garbage Collection): Update descriptions
2283 of vectorlike_header, garbage-collect and gc-cons-threshold.
2284 (Object Internals): Explain Lisp_Object layout and the basics
2285 of an internal type system.
2286 (Buffer Internals): Update description of struct buffer.
2287
2288 2012-11-13 Glenn Morris <rgm@gnu.org>
2289
2290 * variables.texi (Adding Generalized Variables):
2291 At least mention gv-define-expander and gv-letplace.
2292
2293 * debugging.texi (Error Debugging): Mention debug-on-message.
2294 (Using Debugger): Mention debugger-bury-or-kill.
2295
2296 * control.texi (Signaling Errors):
2297 * debugging.texi (Error Debugging):
2298 * errors.texi (Standard Errors): Add user-error.
2299
2300 * variables.texi (Adding Generalized Variables):
2301 Use standard formatting for common lisp note about setf functions.
2302
2303 2012-11-10 Martin Rudalics <rudalics@gmx.at>
2304
2305 * elisp.texi (Top): Add Recombining Windows to menu.
2306 * windows.texi (Recombining Windows): New subsection.
2307 (Splitting Windows): Rewrite text on handling of window
2308 combinations and move it to new subsection.
2309
2310 2012-11-10 Chong Yidong <cyd@gnu.org>
2311
2312 * searching.texi (Replacing Match): Document \? in replace-match.
2313
2314 * variables.texi (Creating Buffer-Local): Document setq-local and
2315 defvar-local.
2316 (Setting Generalized Variables): Arrange table alphabetically.
2317
2318 * lists.texi (List Elements, List Variables): Clarify descriptions
2319 of push and pop for generalized variables.
2320
2321 * edebug.texi (Specification List): setf is no longer CL-only.
2322
2323 2012-11-10 Glenn Morris <rgm@gnu.org>
2324
2325 * variables.texi (Adding Generalized Variables):
2326 Update description of FIX-RETURN expansion.
2327
2328 * variables.texi (Setting Generalized Variables):
2329 Split most of previous contents into this subsection.
2330 (Adding Generalized Variables): New subsection.
2331 Move note on lack of setf functions here from misc/cl.texi.
2332
2333 * elisp.texi: Add Generalized Variables subsections to detailed menu.
2334
2335 2012-11-10 Chong Yidong <cyd@gnu.org>
2336
2337 * frames.texi (Initial Parameters): Doc fix (Bug#12144).
2338
2339 2012-11-08 Michael Albinus <michael.albinus@gmx.de>
2340
2341 * os.texi (Notifications): Update descriptions of
2342 notifications-notify, notifications-close-notification and
2343 notifications-get-capabilities according to latest code changes.
2344 Add notifications-get-server-information.
2345
2346 2012-11-03 Chong Yidong <cyd@gnu.org>
2347
2348 * objects.texi (General Escape Syntax): Clarify the explanation of
2349 escape sequences.
2350 (Non-ASCII in Strings): Clarify when a string is unibyte vs
2351 multibyte. Hex escapes do not automatically make a string
2352 multibyte.
2353
2354 2012-11-03 Martin Rudalics <rudalics@gmx.at>
2355
2356 * windows.texi (Switching Buffers): Document option
2357 switch-to-buffer-preserve-window-point.
2358 (Display Action Functions): Document window-height and
2359 window-width alist entries.
2360 (Display Action Functions):
2361 Document display-buffer-below-selected and
2362 display-buffer-in-previous-window.
2363 (Quitting Windows): Document quit-restore-window.
2364 Rewrite section.
2365 (Window Configurations): In window-state-get mention that
2366 argument window must be valid.
2367 (Window Parameters): Document quit-restore window parameter
2368 (Bug#12158).
2369
2370 2012-10-31 Glenn Morris <rgm@gnu.org>
2371
2372 * control.texi (Catch and Throw): Add xref to cl.texi.
2373
2374 * lists.texi (Sets And Lists): Point xref to better location.
2375
2376 * errors.texi (Standard Errors):
2377 * loading.texi (Autoload): Update for cl-lib namespace changes.
2378
2379 * modes.texi (Defining Minor Modes): "Generalized Variables"
2380 section is now in this manual rather than cl.texi.
2381
2382 * eval.texi (Special Forms): No longer special forms: defmacro,
2383 defun, save-window-excursion, with-output-to-temp-buffer.
2384 * functions.texi (Defining Functions): Defun is now a macro.
2385 Defalias is a function.
2386
2387 2012-10-30 Glenn Morris <rgm@gnu.org>
2388
2389 * variables.texi (Generalized Variables): Fix typo.
2390
2391 2012-10-30 Chong Yidong <cyd@gnu.org>
2392
2393 * symbols.texi (Symbol Plists): Document function-get.
2394
2395 * loading.texi (Autoload): Document autoloadp, autoload-do-load.
2396
2397 * frames.texi (Visibility of Frames): Document tty-top-frame.
2398
2399 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2400
2401 * keymaps.texi (Format of Keymaps): Document the multiple
2402 inheritance format.
2403
2404 2012-10-28 Martin Rudalics <rudalics@gmx.at>
2405
2406 * windows.texi (Basic Windows): Reformulate description of live,
2407 internal and valid windows.
2408 (Cyclic Window Ordering): Describe new argument of
2409 get-lru-window and get-largest-window. Add description of
2410 window-in-direction.
2411
2412 2012-10-27 Glenn Morris <rgm@gnu.org>
2413
2414 * variables.texi (Generalized Variables): New section,
2415 adapted from misc/cl.texi.
2416 * elisp.texi (Top): Add Generalized Variables to menu.
2417 * lists.texi (List Elements, List Variables):
2418 Mention generalized variables.
2419
2420 * lists.texi (List Elements): Typo fix.
2421
2422 2012-10-27 Chong Yidong <cyd@gnu.org>
2423
2424 * minibuf.texi (High-Level Completion): Don't mention removed
2425 function iswitchb-read-buffer.
2426
2427 * commands.texi (Event Input Misc): Remove last-input-char.
2428 (Command Loop Info): Remove last-command-char.
2429
2430 * frames.texi (Initial Parameters): Don't mention the obsolete
2431 special-display feature.
2432
2433 * windows.texi (Choosing Window): Don't mention the obsolete
2434 special display feature.
2435 (Choosing Window Options): Remove obsolete special-display
2436 variables, and the functions special-display-p and
2437 special-display-popup-frame.
2438
2439 * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
2440
2441 * hooks.texi (Standard Hooks): Remove obsolete hooks.
2442
2443 * markers.texi (Information from Markers): Remove obsolete
2444 function buffer-has-markers-at.
2445
2446 * text.texi (Yanking): Document yank-handled-properties.
2447
2448 2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
2449
2450 Update manual for new time stamp format (Bug#12706).
2451 * buffers.texi (Modification Time):
2452 * files.texi (Testing Accessibility, File Attributes):
2453 * intro.texi (Version Info):
2454 * os.texi (Time of Day):
2455 Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
2456 These instances were missed the first time around.
2457 Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
2458
2459 2012-10-24 Chong Yidong <cyd@gnu.org>
2460
2461 * minibuf.texi (Text from Minibuffer): Document read-regexp
2462 changes.
2463
2464 * nonascii.texi (Selecting a Representation):
2465 Document set-buffer-multibyte changes.
2466
2467 * keymaps.texi (Toolkit Differences): Node deleted.
2468 (Easy Menu): New node.
2469
2470 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2471
2472 * hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.
2473
2474 2012-10-23 Paul Eggert <eggert@cs.ucla.edu>
2475
2476 Fix outdated timestamp documentation in Elisp manual (bug#12706).
2477 * files.texi (File Attributes):
2478 * text.texi (Undo):
2479 Time stamp resolution is now 1 picosecond, not 1 second.
2480
2481 2012-10-23 Chong Yidong <cyd@gnu.org>
2482
2483 * display.texi (Font Lookup): Remove font-list-limit.
2484
2485 * keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode
2486 (Bug#12529).
2487
2488 2012-10-22 Glenn Morris <rgm@gnu.org>
2489
2490 * os.texi (Recording Input): Tiny fix.
2491
2492 * intro.texi (Lisp History):
2493 * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
2494 * tips.texi (Coding Conventions): Recommend cl-lib over cl.
2495
2496 2012-10-15 Chong Yidong <cyd@gnu.org>
2497
2498 * macros.texi (Defining Macros): defmacro is now a macro.
2499 Explicitly list the docstring and declare arguments.
2500
2501 * functions.texi (Anonymous Functions): Explicitly list the
2502 docstring, declare, and interactive arguments to lambda.
2503 (Defining Functions): Likewise for defun.
2504 (Inline Functions): Likewise for defsubst.
2505 (Declare Form): Tweak description.
2506
2507 2012-10-13 Chong Yidong <cyd@gnu.org>
2508
2509 * display.texi (ImageMagick Images): ImageMagick enabled by default.
2510
2511 2012-10-05 Chong Yidong <cyd@gnu.org>
2512
2513 * minibuf.texi (Basic Completion): Clarify list form of completion
2514 table (Bug#12564).
2515
2516 2012-10-05 Bruno Félix Rezende Ribeiro <oitofelix@gmail.com> (tiny change)
2517
2518 * functions.texi (Function Safety): Copyedit. (Bug#12562)
2519
2520 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
2521
2522 Revert the FOLLOW-SYMLINKS change for file-attributes.
2523 * files.texi (File Attributes, Magic File Names): Undo last change.
2524
2525 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
2526
2527 file-attributes has a new optional arg FOLLOW-SYMLINKS.
2528 * files.texi (File Attributes): Describe it.
2529 (Magic File Names): Use it.
2530
2531 2012-09-30 Chong Yidong <cyd@gnu.org>
2532
2533 * commands.texi (Click Events): Define "mouse position list".
2534 Remove mention of unimplemented horizontal scroll bars.
2535 (Drag Events, Motion Events): Refer to "mouse position list".
2536 (Accessing Mouse): Document posnp.
2537
2538 * errors.texi (Standard Errors): Tweak arith-error description.
2539 Tweak markup. Remove domain-error and friends, which seem to be
2540 unused after the floating-point code revamp.
2541
2542 * functions.texi (Defining Functions): defun is now a macro.
2543 (Obsolete Functions): Obsolescence also affects
2544 documentation commands. Various clarifications.
2545 (Declare Form): New node.
2546
2547 * strings.texi (String Basics): Copyedits.
2548
2549 * os.texi (Startup Summary): Document leim-list.el change.
2550 (User Identification): Add system-users and system-groups.
2551 (Idle Timers): Minor clarifications.
2552
2553 * macros.texi (Defining Macros): Move description of `declare' to
2554 Declare Form node.
2555
2556 * loading.texi (Autoload):
2557 * help.texi (Documentation Basics): The special sequences can
2558 trigger autoloading.
2559
2560 * numbers.texi (Integer Basics): Copyedits.
2561 (Float Basics): Consider IEEE floating point always available.
2562 (Random Numbers): Document actual limits.
2563 (Arithmetic Operations): Clarify division by zero. Don't mention
2564 the machine-independence of negative division since it does not
2565 happen in practice.
2566
2567 2012-09-28 Leo Liu <sdl.web@gmail.com>
2568
2569 * files.texi (Files): Fix typo.
2570
2571 2012-09-23 Chong Yidong <cyd@gnu.org>
2572
2573 * buffers.texi (Read Only Buffers): Document read-only-mode.
2574
2575 * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
2576 read-only-mode.
2577
2578 * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
2579 calling conventions.
2580
2581 2012-09-22 Chong Yidong <cyd@gnu.org>
2582
2583 * searching.texi (Replacing Match): Minor clarification.
2584
2585 2012-09-22 Eli Zaretskii <eliz@gnu.org>
2586
2587 * edebug.texi (Instrumenting): Improve indexing.
2588
2589 * os.texi (Idle Timers): Warn against reinvoking an idle timer
2590 from within its own timer action. (Bug#12447)
2591
2592 2012-09-22 Chong Yidong <cyd@gnu.org>
2593
2594 * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
2595
2596 2012-09-21 Glenn Morris <rgm@gnu.org>
2597
2598 * debugging.texi (Using Debugger): Fix typo.
2599
2600 2012-09-18 Chong Yidong <cyd@gnu.org>
2601
2602 * display.texi (Faces): Discuss anonymous faces.
2603 (Face Attributes): Tweak intro.
2604 (Defining Faces): Move after the Face Attributes node. Copyedits.
2605 (Displaying Faces): Describe role of inheritance.
2606
2607 * customize.texi (Customization): Define customization more
2608 carefully (Bug#11440).
2609 (Common Keywords): Add xref to Constant Variables.
2610
2611 * variables.texi (Defining Variables): Link to defcustom's node
2612 instead of the higher-level Customization chapter.
2613
2614 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
2615
2616 Simplify, document, and port floating-point (Bug#12381).
2617 * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
2618 Document that / and mod (with floating point arguments), along
2619 with asin, acos, log, log10, expt and sqrt, return special values
2620 instead of signaling exceptions.
2621 (Float Basics): Document that logb operates on the absolute value
2622 of its argument.
2623 (Math Functions): Document that (log ARG BASE) also returns NaN if
2624 BASE is negative. Document that (expt X Y) returns NaN if X is a
2625 finite negative number and Y a finite non-integer.
2626
2627 2012-09-09 Chong Yidong <cyd@gnu.org>
2628
2629 * lists.texi (Sets And Lists): Explain that the return value for
2630 delete should be used, like for delq.
2631
2632 * minibuf.texi (Yes-or-No Queries): Document recentering and
2633 scrolling in y-or-n-p. Remove gratuitous example.
2634
2635 * searching.texi (Search and Replace): Document window scrolling
2636 entries in query-replace-map.
2637
2638 2012-09-08 Chong Yidong <cyd@gnu.org>
2639
2640 * syntax.texi (Syntax Table Internals): Define "raw syntax
2641 descriptor" terminology (Bug#12383).
2642 (Syntax Descriptors): Mention raw syntax descriptors.
2643
2644 2012-09-07 Chong Yidong <cyd@gnu.org>
2645
2646 * variables.texi (Creating Buffer-Local): Fix description of
2647 local-variable-if-set-p (Bug#10713).
2648
2649 * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
2650
2651 * windows.texi (Display Action Functions)
2652 (Choosing Window Options): Remove obsolete variable
2653 display-buffer-reuse-frames.
2654 (Switching Buffers): Minor doc tweak for switch-to-buffer.
2655
2656 * positions.texi (Narrowing): Document buffer-narrowed-p.
2657
2658 * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
2659
2660 * syntax.texi (Low-Level Parsing): Add xref to Parser State
2661 (Bug#12269).
2662
2663 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
2664
2665 * debugging.texi (Explicit Debug): Document `debug-on-message'.
2666
2667 2012-09-02 Chong Yidong <cyd@gnu.org>
2668
2669 * windows.texi (Window Configurations): Recommend against using
2670 save-window-excursion (Bug#12075).
2671
2672 * control.texi (Catch and Throw):
2673 * positions.texi (Excursions): Don't mention it.
2674
2675 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2676
2677 Better seed support for (random).
2678 * numbers.texi (Random Numbers): Document new behavior of
2679 the calls (random) and (random STRING).
2680
2681 2012-08-21 Martin Rudalics <rudalics@gmx.at>
2682
2683 * windows.texi (Window Point): Document recent changes in
2684 window-point and set-window-point.
2685 (Selecting Windows): Document recent change in select-window.
2686
2687 2012-08-06 Eli Zaretskii <eliz@gnu.org>
2688
2689 * functions.texi (Closures): Put the main index entry for
2690 "closures" here. (Bug#12138)
2691
2692 * variables.texi (Lexical Binding): Disambiguate the index entry
2693 for "closures".
2694
2695 2012-08-05 Chong Yidong <cyd@gnu.org>
2696
2697 * display.texi (Defining Faces): Move documentation of
2698 frame-background-mode to the Emacs manual (Bug#7774).
2699
2700 2012-08-04 Chong Yidong <cyd@gnu.org>
2701
2702 * syntax.texi (Syntax Basics): Rearrange the text for clarity.
2703 Fix description of syntax table inheritance.
2704 (Syntax Table Functions): Don't refer to internal contents of
2705 syntax table, since that is not explained yet. Copyedits.
2706 (Standard Syntax Tables): Node deleted.
2707 (Syntax Table Internals): Misc clarifications. Improve table
2708 formatting.
2709
2710 * keymaps.texi (Inheritance and Keymaps):
2711 * text.texi (Sticky Properties): Tweak index entry.
2712
2713 2012-07-28 Eli Zaretskii <eliz@gnu.org>
2714
2715 * nonascii.texi (Character Sets): Fix a typo. (Bug#12062)
2716
2717 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
2718
2719 Prefer typical American spelling for "acknowledgment".
2720 * intro.texi (Acknowledgments): Rename from Acknowledgements.
2721
2722 2012-07-21 Eli Zaretskii <eliz@gnu.org>
2723
2724 * commands.texi (Special Events): Mention language-change event.
2725 (Input Events, Interactive Codes):
2726 * keymaps.texi (Key Sequences): Mention events that are
2727 non-keyboard but also non-mouse events.
2728
2729 2012-07-17 Chong Yidong <cyd@gnu.org>
2730
2731 * text.texi (Insertion): Document insert-char changes.
2732
2733 2012-07-15 Leo Liu <sdl.web@gmail.com>
2734
2735 * display.texi (Fringe Bitmaps): Add exclamation-mark.
2736
2737 2012-07-13 Chong Yidong <cyd@gnu.org>
2738
2739 * buffers.texi (Read Only Buffers): Document toggle-read-only
2740 changes. Reword to account for the fact that read-only is
2741 currently not supported in overlay properties.
2742
2743 2012-07-07 Chong Yidong <cyd@gnu.org>
2744
2745 * loading.texi (Library Search): Index site-lisp directories.
2746
2747 2012-07-06 Chong Yidong <cyd@gnu.org>
2748
2749 * intro.texi (A Sample Function Description): Fix incorrect
2750 markup, undoing previous change.
2751 (A Sample Variable Description): Minor clarifications and markup
2752 improvements.
2753
2754 * elisp.texi (Top):
2755 * text.texi (Text): Fix menu order.
2756
2757 2012-07-06 Richard Stallman <rms@gnu.org>
2758
2759 * intro.texi (Evaluation Notation, A Sample Function Description)
2760 (A Sample Variable Description): Improve/undo previous changes.
2761
2762 2012-07-05 Glenn Morris <rgm@gnu.org>
2763
2764 * intro.texi (A Sample Function Description): Fix cross-refs.
2765
2766 2012-07-05 Michael Witten <mfwitten@gmail.com> (tiny change)
2767
2768 * intro.texi (Evaluation Notation, A Sample Function Description)
2769 (A Sample Variable Description, Version Info): Copy edits (bug#11862).
2770
2771 2012-06-27 Chong Yidong <cyd@gnu.org>
2772
2773 * processes.texi (Asynchronous Processes, Input to Processes):
2774 * internals.texi (Process Internals): Don't capitalize "pty".
2775
2776 2012-06-24 Thien-Thi Nguyen <ttn@gnuvola.org>
2777
2778 * processes.texi (Asynchronous Processes): Make the pty vs pipe
2779 discussion more prominent.
2780
2781 2012-06-23 Eli Zaretskii <eliz@gnu.org>
2782
2783 * commands.texi (Misc Events): Document the language-change event.
2784
2785 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
2786
2787 Support higher-resolution time stamps (Bug#9000).
2788 * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
2789 * processes.texi (System Processes):
2790 Time stamp resolution is now picosecond, not microsecond.
2791
2792 2012-06-21 Glenn Morris <rgm@gnu.org>
2793
2794 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
2795
2796 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
2797
2798 * functions.texi (Defining Functions):
2799 * macros.texi (Defining Macros): Un-define the return value of `defun',
2800 `defmacro' and `defalias'.
2801
2802 2012-06-17 Chong Yidong <cyd@gnu.org>
2803
2804 * elisp.texi: Remove urlcolor setting.
2805
2806 2012-06-17 Glenn Morris <rgm@gnu.org>
2807
2808 * display.texi (Face Attributes): Copyedits. Add a few cindex entries.
2809 Overlining no longer behaves exactly like underlining.
2810
2811 2012-06-16 Aurélien Aptel <aurelien.aptel@gmail.com>
2812
2813 * display.texi (Face Attributes):
2814 Document wave-style underline face attribute.
2815
2816 2012-06-11 Chong Yidong <cyd@gnu.org>
2817
2818 * display.texi (ImageMagick Images): ImageMagick now supports the
2819 :background property.
2820
2821 2012-06-10 Dmitry Antipov <dmantipov@yandex.ru>
2822
2823 * internals.texi (Garbage Collection): Typo fix.
2824
2825 2012-06-09 Chong Yidong <cyd@gnu.org>
2826
2827 * text.texi (Special Properties): Clarify the meaning of a list of
2828 faces in the `face' property.
2829
2830 * display.texi (Face Remapping): Minor clarification.
2831
2832 2012-06-08 Chong Yidong <cyd@gnu.org>
2833
2834 * display.texi (Face Attributes): Font family does not accept
2835 wildcards. De-document obsolete :bold and :italic attributes.
2836 (Defining Faces): Use new-style face spec format.
2837
2838 2012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
2839
2840 * internals.texi (Garbage Collection): Document new
2841 vector management code and vectorlike_header structure.
2842
2843 2012-06-03 Chong Yidong <cyd@gnu.org>
2844
2845 * modes.texi (Mode Line Data): Use "mode line construct"
2846 terminology for consistency.
2847
2848 2012-05-27 Glenn Morris <rgm@gnu.org>
2849
2850 * abbrevs.texi, advice.texi, anti.texi, backups.texi:
2851 * buffers.texi, commands.texi, compile.texi, control.texi:
2852 * customize.texi, debugging.texi, display.texi, doclicense.texi:
2853 * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
2854 * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
2855 * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
2856 * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
2857 * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
2858 * objects.texi, os.texi, package.texi, positions.texi:
2859 * processes.texi, searching.texi, sequences.texi, streams.texi:
2860 * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
2861 * variables.texi, windows.texi: Nuke hand-written node pointers.
2862
2863 2012-05-27 Chong Yidong <cyd@gnu.org>
2864
2865 * functions.texi (Obsolete Functions):
2866 Fix doc for set-advertised-calling-convention.
2867
2868 * modes.texi (Mode Help): Fix describe-mode.
2869
2870 * display.texi (Face Functions): Fix define-obsolete-face-alias.
2871
2872 * variables.texi (Variable Aliases): Fix make-obsolete-variable.
2873
2874 2012-05-27 Martin Rudalics <rudalics@gmx.at>
2875
2876 * commands.texi (Recursive Editing): recursive-edit is a command.
2877
2878 * compile.texi (Docs and Compilation):
2879 byte-compile-dynamic-docstrings is an option.
2880
2881 * debugging.texi (Invoking the Debugger): debug is a command.
2882
2883 * display.texi (Progress): progress-reporter-update and
2884 progress-reporter-force-update have VALUE argument optional.
2885 (Animated Images): Use non-@code{nil} instead of non-nil.
2886
2887 * files.texi (Format Conversion Round-Trip):
2888 Use non-@code{nil} instead of non-nil.
2889
2890 * frames.texi (Creating Frames): make-frame is a command.
2891 (Input Focus): select-frame is a command.
2892 (Pointer Shape): void-text-area-pointer is an option.
2893
2894 * help.texi (Describing Characters): read-kbd-macro is a command.
2895 (Help Functions): describe-prefix-bindings is a command.
2896
2897 * markers.texi (Creating Markers): Both arguments of copy-marker
2898 are optional.
2899
2900 * minibuf.texi (Reading File Names): Use @kbd instead of @code.
2901
2902 * modes.texi (Mode Line Variables): mode-line-remote and
2903 mode-line-client are not options.
2904 (Imenu): imenu-add-to-menubar is a command.
2905 (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
2906
2907 * os.texi (Sound Output): play-sound-file is a command.
2908
2909 * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
2910
2911 * processes.texi (Signals to Processes):
2912 Use @key{RET} instead of @code{RET}.
2913 (Signals to Processes): signal-process is a command.
2914
2915 * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
2916 (Base 64): base64-encode-string is not a command while
2917 base64-decode-region is.
2918
2919 * windows.texi (Switching Buffers): pop-to-buffer is a command.
2920
2921 2012-05-12 Glenn Morris <rgm@gnu.org>
2922
2923 * Makefile.in (MKDIR_P): New, set by configure.
2924 (mkinfodir): Use $MKDIR_P.
2925
2926 2012-05-10 Glenn Morris <rgm@gnu.org>
2927
2928 * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
2929 with "coding: raw-text".
2930 Concept of multibyte sessions no longer exists.
2931
2932 * files.texi (File Locks): Mention create-lockfiles option.
2933
2934 2012-05-09 Glenn Morris <rgm@gnu.org>
2935
2936 * vol1.texi, vol2.texi: Remove files.
2937 * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
2938 * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
2939
2940 * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
2941
2942 * two-volume.make (emacsdir): New.
2943 (tex): Add directory with emacsver.texi to TEXINPUTS.
2944
2945 * minibuf.texi (Minibuffer History, Basic Completion):
2946 Tweak page breaks.
2947
2948 * internals.texi (Garbage Collection, Memory Usage)
2949 (Writing Emacs Primitives): Tweak page breaks.
2950
2951 * streams.texi (Output Variables): Improve page break.
2952
2953 * edebug.texi (Edebug Display Update): Improve page break.
2954
2955 * compile.texi (Disassembly): Condense the examples.
2956
2957 * eval.texi, functions.texi, loading.texi, macros.texi:
2958 Where possible, use example rather than smallexample.
2959
2960 * symbols.texi: Where possible, use example rather than smallexample.
2961 (Symbol Components): Fix typo.
2962 (Other Plists): Tweak page break.
2963
2964 * sequences.texi (Arrays): Tweak page breaks.
2965
2966 * customize.texi: Where possible, use example rather than smallexample.
2967 (Common Keywords, Variable Definitions, Applying Customizations)
2968 (Custom Themes): Tweak page breaks.
2969
2970 * control.texi: Where possible, use example rather than smallexample.
2971 (Sequencing, Conditionals, Signaling Errors, Handling Errors):
2972 Tweak page breaks.
2973
2974 2012-05-08 Glenn Morris <rgm@gnu.org>
2975
2976 * two.el: Remove; unused since creation of two-volume.make.
2977
2978 * vol1.texi, vol2.texi: No need to keep menus in these files.
2979
2980 2012-05-05 Glenn Morris <rgm@gnu.org>
2981
2982 * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
2983
2984 * intro.texi (Caveats): Copyedit.
2985 (Lisp History): Convert inforef to xref.
2986 (Lisp History, Printing Notation, Version Info): Improve page-breaks.
2987
2988 * text.texi (Auto Filling): Don't mention Emacs 19.
2989
2990 * commands.texi (Event Input Misc): Don't mention unread-command-char.
2991 * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
2992
2993 * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
2994
2995 * lists.texi (List-related Predicates, List Variables):
2996 Tweak page-breaks.
2997 (Sets And Lists): Convert inforef to xref.
2998
2999 2012-05-04 Glenn Morris <rgm@gnu.org>
3000
3001 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
3002 (info, infoclean): Use $INFO_EXT.
3003 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
3004 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
3005 (info, maintainer-clean): Use $INFO_EXT.
3006 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
3007
3008 2012-05-04 Chong Yidong <cyd@gnu.org>
3009
3010 * os.texi (Timers): Use defopt for timer-max-repeats.
3011
3012 2012-05-03 Paul Eggert <eggert@cs.ucla.edu>
3013
3014 * os.texi (Time of Day): Do not limit current-time-string
3015 to years 1000..9999.
3016
3017 2012-05-02 Chong Yidong <cyd@gnu.org>
3018
3019 * display.texi (Font Lookup):
3020 * frames.texi (Pointer Shape):
3021 * processes.texi (Subprocess Creation): Use defopt for options.
3022
3023 2012-05-02 Glenn Morris <rgm@gnu.org>
3024
3025 * elisp.texi (@copying):
3026 * intro.texi (Introduction): Only print VERSION in the TeX version.
3027
3028 2012-05-02 Chong Yidong <cyd@gnu.org>
3029
3030 * text.texi (Change Hooks): Minor fix for after-change-functions.
3031
3032 2012-05-02 Glenn Morris <rgm@gnu.org>
3033
3034 * package.texi (Packaging Basics):
3035 * loading.texi (Autoload):
3036 * files.texi (Magic File Names):
3037 Reword to remove/reduce some overly long/short lines.
3038
3039 2012-04-27 Glenn Morris <rgm@gnu.org>
3040
3041 * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
3042 * modes.texi (Major Modes, Auto-Indentation):
3043 * buffers.texi (Buffers): Some fixes for menu descriptions.
3044
3045 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3046 * functions.texi (Simple Lambda, Argument List):
3047 * eval.texi (Function Indirection): Avoid deprecated form.
3048
3049 2012-04-27 Glenn Morris <rgm@gnu.org>
3050
3051 * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
3052 Add "et al." to authors.
3053
3054 * buffers.texi, commands.texi, compile.texi, control.texi:
3055 * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
3056 * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
3057 * modes.texi, numbers.texi, objects.texi, streams.texi:
3058 * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
3059 Use Texinfo recommended convention for quotes+punctuation.
3060
3061 2012-04-27 Chong Yidong <cyd@gnu.org>
3062
3063 * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
3064 to where-is-internal (Bug#10872).
3065
3066 2012-04-27 Glenn Morris <rgm@gnu.org>
3067
3068 * macros.texi (Indenting Macros): Fix typo.
3069
3070 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
3071 (Resizing Windows, Deleting Windows, Selecting Windows)
3072 (Choosing Window Options, Horizontal Scrolling)
3073 (Cyclic Window Ordering, Window History, Dedicated Windows)
3074 (Quitting Windows, Window Configurations, Textual Scrolling)
3075 (Coordinates and Windows, Window Configurations)
3076 (Window Parameters, Window Hooks): Copyedits.
3077 (Splitting Windows, Deleting Windows):
3078 Fix ignore-window-parameters logic.
3079 (Selecting Windows, Choosing Window Options): Markup fixes.
3080 (Window Start and End): Remove pointless example.
3081 Remove cross-reference to deleted count-lines content.
3082 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
3083 and recenter-positions. Remove recenter example.
3084
3085 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
3086
3087 * minibuf.texi (Intro to Minibuffers):
3088 Tweak discussion of resizing minibuffer window.
3089
3090 2012-04-26 Glenn Morris <rgm@gnu.org>
3091
3092 * elisp-covers.texi, front-cover-1.texi: Remove files.
3093
3094 * tindex.pl: Remove file.
3095
3096 * makefile.w32-in (srcs):
3097 * Makefile.in (srcs): Remove back.texi (which is unused).
3098
3099 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
3100
3101 * os.texi (Notifications): Extend possible notification hints.
3102 Add notifications-get-capabilities.
3103
3104 2012-04-20 Chong Yidong <cyd@gnu.org>
3105
3106 * processes.texi (Asynchronous Processes): Mention nil argument to
3107 start-process.
3108
3109 2012-04-20 Glenn Morris <rgm@gnu.org>
3110
3111 * minibuf.texi (Basic Completion): No need to describe obarrays here.
3112 Don't mention obsolete `nospace' argument of all-completions.
3113 (Minibuffer Completion, Completion Commands, Reading File Names)
3114 (Completion Variables): Copyedits.
3115 (Completion Commands): Mention parent keymaps.
3116 Remove obsolete minibuffer-local-filename-must-match-map.
3117 (High-Level Completion): Remove read-variable's almost
3118 word-for-word duplication of read-command.
3119 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
3120 Update "High-Level Completion" description.
3121
3122 * minibuf.texi (Minibuffers):
3123 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
3124
3125 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
3126 Use Texinfo-recommended form of quote+punctuation.
3127 (Intro to Minibuffers): First minibuffer is #1, not #0.
3128 Mention minibuffer-inactive-mode.
3129 (Text from Minibuffer): Copyedits.
3130 (Minibuffer History, Programmed Completion): Fix @var usage.
3131 (Object from Minibuffer): Remove overly pedantic para.
3132 (Minibuffer History): Copyedits. Add face-name-history.
3133 (Initial Input, Yes-or-No Queries, Multiple Queries)
3134 (Minibuffer Windows, Minibuffer Misc): Copyedits.
3135 (Yes-or-No Queries): Tweak example.
3136 (Minibuffer Commands): Add next-complete-history-element.
3137 (Minibuffer Misc): Mention minibuffer-message-timeout, and
3138 minibuffer-inactive-mode.
3139
3140 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
3141 (Bindat Functions): Copyedits.
3142
3143 2012-04-20 Christopher Schmidt <christopher@ch.ristopher.com>
3144
3145 * files.texi (Saving Buffers): Document `visit and `visit-save'
3146 values of require-final-newline.
3147
3148 2012-04-20 Glenn Morris <rgm@gnu.org>
3149
3150 * processes.texi (Output from Processes, Filter Functions):
3151 Mention waiting-for-user-input-p.
3152 (Sentinels, Query Before Exit, System Processes, Transaction Queues)
3153 (Network Servers, Datagrams, Network Processes, Network Options)
3154 (Network Feature Testing, Serial Ports): Copyedits.
3155 (Network): Add encrypted network overview paragraph.
3156 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
3157
3158 2012-04-20 Chong Yidong <cyd@gnu.org>
3159
3160 * help.texi (Keys in Documentation): Mention :advertised-binding.
3161
3162 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
3163 description to help.texi.
3164
3165 2012-04-20 Glenn Morris <rgm@gnu.org>
3166
3167 * processes.texi (Process Information, Input to Processes)
3168 (Signals to Processes, Output from Processes, Process Buffers)
3169 (Filter Functions, Decoding Output): Copyedits.
3170 (Accepting Output): Discourage use of `millisec' argument.
3171
3172 2012-04-15 Glenn Morris <rgm@gnu.org>
3173
3174 * processes.texi (Processes, Subprocess Creation, Shell Arguments)
3175 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
3176 Copyedits.
3177 (Subprocess Creation): Discourage modifying exec-path directly.
3178 (Synchronous Processes, Asynchronous Processes):
3179 Update some example output.
3180 (Process Information): Fix typo.
3181 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
3182
3183 2012-04-15 Glenn Morris <rgm@gnu.org>
3184
3185 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
3186 open-network-stream does exist in Emacs 23, but is simpler.
3187
3188 2012-04-15 Chong Yidong <cyd@gnu.org>
3189
3190 * customize.texi (Custom Themes): Also document load-theme etc.
3191
3192 2012-04-14 Chong Yidong <cyd@gnu.org>
3193
3194 * customize.texi (Applying Customizations, Custom Themes): New nodes.
3195
3196 * display.texi (Defining Faces): Reference custom-set-faces.
3197
3198 * modes.texi (Defining Minor Modes, Defining Minor Modes):
3199 * os.texi (Startup Summary): Copyedits.
3200
3201 2012-04-14 Glenn Morris <rgm@gnu.org>
3202
3203 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
3204
3205 * strings.texi (Case Tables):
3206 * objects.texi (General Escape Syntax):
3207 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
3208
3209 * buffers.texi, compile.texi, customize.texi, debugging.texi:
3210 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
3211 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
3212 * text.texi: Use @file for buffers, per the Texinfo manual.
3213
3214 * compile.texi (Compiler Errors): Add missing space in buffer name.
3215
3216 2012-04-14 Chong Yidong <cyd@gnu.org>
3217
3218 * processes.texi (Query Before Exit): Remove obsolete function
3219 process-kill-without-query (Bug#11190).
3220
3221 2012-04-14 Glenn Morris <rgm@gnu.org>
3222
3223 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
3224 Use @env for environment variables.
3225
3226 * Makefile.in: Replace non-portable use of $< in ordinary rules.
3227
3228 2012-04-12 Jari Aalto <jari.aalto@cante.net>
3229
3230 * processes.texi (Synchronous Processes):
3231 Mention `default-directory' (bug#7515).
3232
3233 2012-04-09 Chong Yidong <cyd@gnu.org>
3234
3235 * customize.texi (Variable Definitions): Remove user-variable-p.
3236
3237 * commands.texi (Interactive Codes):
3238 * help.texi (Accessing Documentation):
3239 * minibuf.texi (High-Level Completion): Callers changed.
3240
3241 2012-04-06 Chong Yidong <cyd@gnu.org>
3242
3243 * minibuf.texi (Programmed Completion): Document metadata method.
3244 (Completion Variables): Document completion-category-overrides.
3245
3246 2012-04-05 Chong Yidong <cyd@gnu.org>
3247
3248 * anti.texi (Antinews): Rewrite for Emacs 23.
3249
3250 2012-04-04 Chong Yidong <cyd@gnu.org>
3251
3252 * minibuf.texi (Programmed Completion): Remove obsolete variable
3253 completion-annotate-function.
3254 (Completion Variables): Rename from Completion Styles.
3255 Document completion-extra-properties. Document completion-styles-alist
3256 change.
3257 (Reading File Names): minibuffer-local-filename-must-match-map is
3258 not used anymore.
3259 (Minibuffer Completion): Document completing-read-function.
3260 (Completion in Buffers): completion-at-point-functions can return
3261 properties recognized in completion-extra-properties.
3262
3263 * display.texi (Delayed Warnings): New node.
3264
3265 * os.texi (Notifications): Copyedits.
3266
3267 2012-04-04 Glenn Morris <rgm@gnu.org>
3268
3269 * os.texi (Notifications): Copyedits.
3270
3271 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
3272
3273 * os.texi (Terminal-Specific): Fix typo.
3274 (Notifications): New section.
3275
3276 * elisp.texi (Top):
3277 * vol1.texi (Top):
3278 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
3279 menu entries.
3280
3281 2012-04-01 Chong Yidong <cyd@gnu.org>
3282
3283 * files.texi (Kinds of Files): file-subdir-of-p renamed to
3284 file-in-directory-p.
3285
3286 2012-03-31 Glenn Morris <rgm@gnu.org>
3287
3288 * edebug.texi (Instrumenting Macro Calls):
3289 Mention defining macros at instrumentation time.
3290 (Edebug Options): Mention edebug-unwrap-results.
3291
3292 2012-03-31 Eli Zaretskii <eliz@gnu.org>
3293
3294 * text.texi (Special Properties): Clarify the description of the
3295 effect of integer values of the 'cursor' property on cursor
3296 position. See the discussions in bug#11068 for more details and
3297 context.
3298
3299 2012-03-31 Glenn Morris <rgm@gnu.org>
3300
3301 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
3302 Copyedits.
3303
3304 2012-03-30 Chong Yidong <cyd@gnu.org>
3305
3306 * display.texi (Image Formats): Add imagemagick type.
3307 (Image Descriptors): Mention how they are used.
3308 (ImageMagick Images): Clarify role of imagemagick-register-types.
3309 (Character Display): Don't mention glyph tables.
3310 (Display Tables): Use make-glyph-code in example.
3311 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
3312 tables are semi-obsolete. De-document create-glyph.
3313 (Glyphless Chars): Note that display tables override this.
3314 (Bidirectional Display): Copyedits. Introduce "bidirectional
3315 reordering" terminology, and use it.
3316
3317 2012-03-30 Glenn Morris <rgm@gnu.org>
3318
3319 * edebug.texi (Jumping): Give name of `i' binding.
3320
3321 2012-03-28 Glenn Morris <rgm@gnu.org>
3322
3323 * searching.texi (Regular Expressions, Regexp Special)
3324 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search)
3325 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
3326 (Regexp Special): Mention collation.
3327 Clarify char classes with an example.
3328 (Regexp Functions): Mention regexp-opt is not guaranteed.
3329 Mention regexp-opt-charset.
3330 (Regexp Search): Recommend against looking-back.
3331 (Search and Replace): Use Texinfo recommended quote convention.
3332 Add more query-replace-map items. List multi-query-replace-map items.
3333
3334 2012-03-27 Martin Rudalics <rudalics@gmx.at>
3335
3336 * windows.texi (Window History): Describe new option
3337 switch-to-visible-buffer.
3338
3339 2012-03-27 Glenn Morris <rgm@gnu.org>
3340
3341 * searching.texi (String Search): Add xref to Emacs manual.
3342 Copyedits. Mention the function word-search-regexp.
3343 (Searching and Case): Add xref to Emacs manual. Copyedits.
3344
3345 * processes.texi (Network Servers): Standardize apostrophe usage.
3346
3347 * os.texi (System Environment): Copyedits. Remove some examples
3348 that do not seem useful. Mention setenv third arg.
3349 tty-erase-char does not seem to be nil under a window-system.
3350 (User Identification): Copyedits.
3351 Remove some examples that do not seem useful.
3352
3353 2012-03-26 Glenn Morris <rgm@gnu.org>
3354
3355 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
3356 (Init File): Copyedits.
3357 (Command-Line Arguments): Copyedits. Do not mention argv alias.
3358 (Killing Emacs): Copyedits.
3359 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
3360 Shorten the example, use more standard shell prompts.
3361
3362 2012-03-25 Chong Yidong <cyd@gnu.org>
3363
3364 * display.texi (Fringes): Note that fringes are shown on graphical
3365 displays only.
3366 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
3367 (Replacing Specs): Clarify example.
3368 (Manipulating Buttons): Note that button-at can return a marker.
3369 (Buttons): Minor rewrite.
3370 (Character Display): New node. Consolidate all character display
3371 related nodes into its subsections.
3372 (Usual Display): Character 127 is also affected by ctl-arrow.
3373 (Display Tables): Improve example.
3374
3375 2012-03-22 Glenn Morris <rgm@gnu.org>
3376
3377 * strings.texi (Text Comparison): Mention string-prefix-p.
3378
3379 2012-03-21 Chong Yidong <cyd@gnu.org>
3380
3381 * display.texi (The Echo Area): Add xref to Output Streams.
3382 (Displaying Messages): Improve doc of message.
3383 (Echo Area Customization, Invisible Text): Copyedits.
3384 (Invisible Text): Mention that spec comparison is done with eq.
3385 (Width): Improve doc of char-width.
3386 (Faces): Recommend using symbol instead of string for face name.
3387 Minor clarifications.
3388 (Defining Faces): Copyedits. Update face example.
3389 (Attribute Functions): Mark set-face-foreground etc as commands.
3390 (Face Remapping): Mention text-scale-adjust.
3391 Clarify face-remapping-alist and related docs.
3392 (Face Functions): Don't document make-face or copy-face.
3393
3394 2012-03-20 Chong Yidong <cyd@gnu.org>
3395
3396 * display.texi (Forcing Redisplay): Various rewrites to reflect
3397 new value of redisplay-dont-pause.
3398 (Truncation): Copyedits.
3399
3400 2012-03-20 Glenn Morris <rgm@gnu.org>
3401
3402 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
3403 Add summary table of some relevant command-line options.
3404
3405 2012-03-18 Chong Yidong <cyd@gnu.org>
3406
3407 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
3408 (Writing Emacs Primitives): Re-organize discussion of functions
3409 with variable Lisp arguments are handled. Delete an obsolete
3410 remark, previously tagged as FIXME.
3411
3412 * os.texi (Idle Timers): Minor clarification.
3413 (Idle Timers): Link to Time of Day for description of time list.
3414
3415 2012-03-18 Glenn Morris <rgm@gnu.org>
3416
3417 * os.texi (System Interface): Flow control was removed.
3418 (Startup Summary): General update.
3419 (Init File): Don't mention compiling it.
3420
3421 2012-03-17 Chong Yidong <cyd@gnu.org>
3422
3423 * os.texi (Startup Summary): Mention package loading.
3424 (Init File): Don't refer to .emacs in section title. Copyedits.
3425 (Terminal-Specific): Give a realistic example.
3426 (Command-Line Arguments): Reference Entering Emacs instead of
3427 repeating the spiel about not restarting Emacs.
3428 (Time of Day): Discuss time representation at beginning of node.
3429 (Sound Output): Copyedits.
3430
3431 * package.texi (Packaging Basics): Document package-initialize.
3432
3433 2012-03-17 Eli Zaretskii <eliz@gnu.org>
3434
3435 * frames.texi (Initial Parameters): Add an index entry for
3436 minibuffer-only frame.
3437
3438 2012-03-16 Glenn Morris <rgm@gnu.org>
3439
3440 * modes.texi (Major Mode Conventions): Mention the strange
3441 relationship between View mode and special modes. (Bug#10650)
3442
3443 2012-03-11 Chong Yidong <cyd@gnu.org>
3444
3445 * windows.texi (Window Configurations): save-window-excursion is
3446 now a macro.
3447
3448 * display.texi (Temporary Displays): with-output-to-temp-buffer is
3449 now a macro.
3450
3451 * text.texi (Fields): Minor copyedit.
3452
3453 2012-03-10 Eli Zaretskii <eliz@gnu.org>
3454
3455 * strings.texi (String Basics):
3456 * sequences.texi (Sequence Functions): Mention that `length' is
3457 not appropriate for computing the string width on display; add a
3458 cross-reference to the description of `string-width'. (Bug#10978)
3459
3460 * eval.texi (Autoloading): Minor change of wording.
3461
3462 2012-03-10 Chong Yidong <cyd@gnu.org>
3463
3464 * loading.texi (Autoload): Explicitly state which forms are
3465 processed specially (Bug#7783).
3466
3467 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
3468 non-default situation. Describe one-submenu exception (Bug#7695).
3469
3470 * nonascii.texi (Character Properties): Copyedits.
3471
3472 2012-03-08 Chong Yidong <cyd@gnu.org>
3473
3474 * text.texi (Mode-Specific Indent): Document new behavior of
3475 indent-for-tab-command. Document tab-always-indent.
3476 (Special Properties): Copyedits.
3477 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
3478 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
3479 libxml-parse-html-region.
3480
3481 2012-03-07 Glenn Morris <rgm@gnu.org>
3482
3483 * markers.texi (The Region): Briefly mention use-empty-active-region
3484 and region-active-p.
3485 (Overview of Markers): Reword garbage collection, add cross-ref.
3486 (The Mark): Tiny clarification re command loop and activate-mark-hook.
3487
3488 2012-03-07 Chong Yidong <cyd@gnu.org>
3489
3490 * text.texi (Buffer Contents): Don't duplicate explanation of
3491 region arguments from Text node. Put doc of obsolete var
3492 buffer-substring-filters back, since it is referred to.
3493 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
3494 selection by default.
3495
3496 * markers.texi (The Mark): Fix typo.
3497 (The Region): Copyedits.
3498
3499 2012-03-07 Glenn Morris <rgm@gnu.org>
3500
3501 * markers.texi (Overview of Markers): Copyedits.
3502 (Creating Markers): Update approximate example buffer size.
3503 (The Mark): Don't mention uninteresting return values.
3504
3505 2012-03-05 Chong Yidong <cyd@gnu.org>
3506
3507 * positions.texi (Text Lines): Document count-words.
3508
3509 2012-03-04 Chong Yidong <cyd@gnu.org>
3510
3511 * frames.texi (Frames): Remove little-used "terminal frame" and
3512 "window frame" terminology.
3513 (Frame Parameters, Font and Color Parameters, Initial Parameters)
3514 (Size and Position, Visibility of Frames): Callers changed.
3515 (Frames): Clarify which terminals in framep are graphical.
3516 (Initial Parameters): --geometry is not the only option which adds
3517 to initial-frame-alist.
3518 (Position Parameters): Note that icon-left and icon-top are for
3519 old window managers only.
3520 (Size Parameters): Sizes are in characters even on graphical
3521 displays.
3522 (Management Parameters): Note that window-id and outer-window-id
3523 can't really be changed, and that auto-raise isn't always obeyed.
3524 (Cursor Parameters): Document cursor-type explicitly.
3525 (Size and Position): The aliases set-screen-height and
3526 set-screen-width have been deleted.
3527 (Visibility of Frames): Mention "minimization".
3528
3529 * os.texi (Startup Summary): Minor clarifications.
3530 (Startup Summary, Suspending Emacs): Standardize on "text
3531 terminal" terminology.
3532
3533 * windows.texi (Basic Windows, Coordinates and Windows)
3534 (Coordinates and Windows):
3535 * display.texi (Refresh Screen, Line Height, Face Attributes)
3536 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
3537
3538 2012-03-04 Glenn Morris <rgm@gnu.org>
3539
3540 * abbrevs.texi: Small copyedits throughout.
3541 (Abbrev Mode): Remove this section, folding it into the top-level.
3542 (Abbrev Tables): Don't mention irrelevant return values.
3543 (Abbrev Expansion): Add cross-ref for wrapper hooks.
3544 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
3545 (Abbrev Table Properties): Update nil :regexp description.
3546
3547 2012-03-03 Glenn Morris <rgm@gnu.org>
3548
3549 * internals.texi: Change @appendix section commands to @section.
3550 (Building Emacs): Say less about CANNOT_DUMP platforms.
3551 Replace deleted eval-at-startup with custom-initialize-delay.
3552 (Pure Storage): Small changes.
3553 (Memory Usage): Copyedit.
3554 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
3555 example definitions. Give examples of things with non-nil
3556 interactive args. Mention eval_sub. Remove old info about
3557 strings and GCPRO. Mention cus-start.el.
3558 (Buffer Internals, Window Internals, Process Internals):
3559 Misc small updates and fixes for fields.
3560
3561 * tips.texi: Copyedits.
3562 (Coding Conventions): Mention autoloads.
3563 Combine partially duplicated macro items. Fix xref.
3564 Refer to Library Headers for copyright notice.
3565 (Programming Tips): edit-options is long-obsolete.
3566 (Compilation Tips): Mention loading bytecomp for byte-compile props.
3567 (Warning Tips): Mention declare-function.
3568 (Documentation Tips): Remove old info.
3569 (Comment Tips): Mention comment-dwim, not indent-for-comment.
3570 (Library Headers): General update.
3571
3572 2012-03-02 Glenn Morris <rgm@gnu.org>
3573
3574 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
3575 and relocate entry. Mention buffer-stale-function.
3576
3577 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
3578
3579 * hooks.texi (Standard Hooks): General update.
3580 Put related hooks together. Add and remove items.
3581 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
3582 * modes.texi (Hooks): Tweak cross-ref description.
3583
3584 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
3585
3586 * files.texi (Kinds of Files): The return value of file-equal-p is
3587 unspecified, if FILE1 or FILE2 does not exist.
3588
3589 2012-03-01 Glenn Morris <rgm@gnu.org>
3590
3591 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
3592
3593 * maps.texi (Standard Keymaps): General update.
3594 Remove mode-specific maps, talk about the more general keymaps.
3595 * help.texi (Help Functions): Add vindex for Helper-help-map.
3596 * keymaps.texi (Active Keymaps): Minor rephrasing.
3597
3598 2012-02-29 Glenn Morris <rgm@gnu.org>
3599
3600 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
3601
3602 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3603
3604 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
3605 Update changed behavior of file-subdir-of-p.
3606
3607 2012-02-28 Glenn Morris <rgm@gnu.org>
3608
3609 * advice.texi, anti.texi, display.texi, elisp.texi:
3610 * processes.texi, variables.texi, vol1.texi, vol2.texi:
3611 Standardize possessive apostrophe usage.
3612
3613 * locals.texi: Remove file.
3614 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
3615 Remove menu entry.
3616 * errors.texi, maps.texi: Adjust node pointers.
3617 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
3618 * makefile.w32-in (srcs):
3619 * Makefile.in (srcs): Remove locals.texi.
3620
3621 * frames.texi (Mouse Position): Fix cross-ref.
3622
3623 2012-02-27 Chong Yidong <cyd@gnu.org>
3624
3625 * buffers.texi (Creating Buffers): Clarify that
3626 generate-new-buffer uses generate-new-buffer-names.
3627 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
3628
3629 * files.texi (Directory Names): Index entry for file name abbreviations.
3630 (Relative File Names, File Name Expansion): Refer to it.
3631 (Locating Files): Move locate-user-emacs-file documentation to
3632 Standard File Names.
3633 (Standard File Names): Add locate-user-emacs-file; update examples.
3634
3635 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
3636
3637 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
3638
3639 2012-02-26 Chong Yidong <cyd@gnu.org>
3640
3641 * files.texi (Kinds of Files): Improve documentation of
3642 files-equal-p and file-subdir-of-p.
3643
3644 2012-02-26 Glenn Morris <rgm@gnu.org>
3645
3646 * intro.texi (Acknowledgements): Small changes.
3647
3648 2012-02-25 Glenn Morris <rgm@gnu.org>
3649
3650 * errors.texi: Don't try to list _all_ the error symbols.
3651 Add circular-list, cl-assertion-failed, compression-error.
3652 * elisp.texi, vol1.texi, vol2.texi:
3653 * control.texi (Error Symbols): Tweak "Standard Errors" description.
3654
3655 2012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3656
3657 * files.texi (files-equal-p, file-subdir-of-p): New,
3658 add initial documentation.
3659
3660 2012-02-25 Chong Yidong <cyd@gnu.org>
3661
3662 * files.texi (File Attributes): Document file-selinux-context.
3663 (Changing Files): Link to it.
3664 (Changing Files): Document set-file-selinux-context.
3665
3666 * backups.texi (Making Backups): Return value of backup-buffer is
3667 changed. Mention default value of backup-directory-alist.
3668 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
3669 (Auto-Saving): New minor mode behavior for auto-save-mode.
3670 (Reverting): Add defvar for revert-buffer-in-progress-p.
3671
3672 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
3673
3674 2012-02-24 Glenn Morris <rgm@gnu.org>
3675
3676 * errors.texi (Standard Errors): Mention dbus-error.
3677 For arith-error sub-classes, just use one cross-ref.
3678
3679 2012-02-23 Alan Mackenzie <acm@muc.de>
3680
3681 * modes.texi (Defining Minor Modes): Document the new keyword
3682 :after-hook.
3683
3684 2012-02-21 Chong Yidong <cyd@gnu.org>
3685
3686 * files.texi (Files): Mention magic file names as arguments.
3687 (Reading from Files): Copyedits.
3688 (File Attributes): Mention how to change file modes.
3689 (Changing Files): Use standard "file permissions" terminology.
3690 Add xref to File Attributes node.
3691 (Locating Files): Document locate-user-emacs-file.
3692 (Unique File Names): Recommend against using make-temp-name.
3693
3694 2012-02-19 Chong Yidong <cyd@gnu.org>
3695
3696 * help.texi (Documentation, Documentation Basics, Help Functions):
3697 Minor clarifications.
3698 (Accessing Documentation): Clarify what documentation-property is
3699 for. Add xref to Keys in Documentation.
3700
3701 * tips.texi (Documentation Tips): Don't recommend using * in
3702 docstrings.
3703
3704 * macros.texi (Defining Macros):
3705 * modes.texi (Derived Modes): Say "documentation string" instead
3706 of docstring.
3707
3708 2012-02-18 Chong Yidong <cyd@gnu.org>
3709
3710 * modes.texi (Tabulated List Mode): New node.
3711 (Basic Major Modes): Add xref to it.
3712
3713 * processes.texi (Process Information): Mention Process Menu mode.
3714
3715 2012-02-17 Chong Yidong <cyd@gnu.org>
3716
3717 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
3718
3719 2012-02-17 Glenn Morris <rgm@gnu.org>
3720
3721 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
3722
3723 2012-02-16 Chong Yidong <cyd@gnu.org>
3724
3725 * syntax.texi (Syntax Tables, Syntax Descriptors)
3726 (Syntax Table Functions): Copyedits.
3727 (Syntax Basics): Don't repeat the material in the preceding node.
3728 (Syntax Class Table): Use a table.
3729 (Syntax Properties): Document syntax-propertize-function and
3730 syntax-propertize-extend-region-functions.
3731 (Motion via Parsing): Clarify scan-lists. Fix indentation.
3732 (Parser State): Update for the new "c" comment style.
3733 Fix description of item 7 (comment style).
3734
3735 * modes.texi (Minor Modes): Update how mode commands should treat
3736 arguments now.
3737 (Mode Line Basics): Clarify force-mode-line-update.
3738 (Mode Line Top): Note that the example is not realistic.
3739 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
3740 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
3741 "mode line construct" instead of "mode line specification".
3742 (Syntactic Font Lock): Remove mention of obsolete variable
3743 font-lock-syntactic-keywords.
3744 (Setting Syntax Properties): Node deleted.
3745 (Font Lock Mode): Note that Font Lock mode is a minor mode.
3746 (Font Lock Basics): Note that syntactic fontification falls back
3747 on `syntax-table'.
3748 (Search-based Fontification): Emphasize that font-lock-keywords
3749 should not be set directly.
3750 (Faces for Font Lock): Avoid some confusing terminology.
3751 (Syntactic Font Lock): Minor clarifications. Add xref to
3752 Syntactic Font Lock node.
3753
3754 2012-02-15 Chong Yidong <cyd@gnu.org>
3755
3756 * minibuf.texi (Basic Completion): Define "completion table".
3757 Move completion-in-region to Completion in Buffers node.
3758 (Completion Commands): Use "completion table" terminology.
3759 (Completion in Buffers): New node.
3760
3761 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
3762 (Setting Hooks): Update minor mode usage example.
3763 (Major Mode Conventions): Note that completion-at-point-functions
3764 should be altered locally. Add xref to Completion in Buffers.
3765 Remove duplicate tip about auto-mode-alist.
3766 (Minor Modes): Rewrite introduction.
3767 (Minor Mode Conventions): Copyedits. Don't recommend
3768 variable-only minor modes since few minor modes are like that.
3769
3770 2012-02-15 Glenn Morris <rgm@gnu.org>
3771
3772 * processes.texi (Network): Document open-network-stream :parameters.
3773
3774 2012-02-14 Chong Yidong <cyd@gnu.org>
3775
3776 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
3777 was removed on 2009-09-10. Update lisp-mode-map example.
3778 (Inheritance and Keymaps): Minor clarification.
3779 (Searching Keymaps): Remove out-of-place enumeration.
3780 (Key Lookup): Remove unnecessary example (one was already given in
3781 Format of Keymaps).
3782 (Changing Key Bindings): Update suppress-keymap example.
3783 (Menu Bar, Tool Bar): Copyedits.
3784 (Tool Bar): Update tool-bar-map example.
3785
3786 2012-02-12 Chong Yidong <cyd@gnu.org>
3787
3788 * debugging.texi (Debugger Commands): Continuing is now allowed
3789 for errors.
3790
3791 2012-02-11 Chong Yidong <cyd@gnu.org>
3792
3793 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
3794 Move the list of standard bitmaps there.
3795 (Fringe Cursors): Rewrite for clarity.
3796 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
3797
3798 * commands.texi (Command Overview): Mention read-key.
3799 (Using Interactive, Interactive Call): Minor clarifications.
3800 (Function Keys, Click Events): Avoid "input stream" terminology.
3801 (Click Events): Add xref to Window Sizes and Accessing Mouse.
3802 Clarify column and row components.
3803 (Accessing Mouse): Add xref to Click Events. Minor fixes.
3804 (Special Events): Copyedits.
3805
3806 * streams.texi (Input Streams): De-document get-file-char.
3807 (Output Variables): Don't refer to old backquote syntax.
3808
3809 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
3810 (Error Debugging): Note that debug-ignored-errors overrides list
3811 values of debug-on-error too. Add xref to Signaling Errors.
3812 Note that debug-on-signal is not customizable.
3813 Mention condition-case-unless-debug.
3814 (Compilation Errors): Node deleted.
3815
3816 * compile.texi (Compiler Errors): Move a paragraph here from
3817 deleted node Compilation Errors.
3818
3819 2012-02-10 Leo Liu <sdl.web@gmail.com>
3820
3821 * control.texi (Handling Errors): Change condition-case-no-debug
3822 to condition-case-unless-debug.
3823
3824 2012-02-10 Chong Yidong <cyd@gnu.org>
3825
3826 * advice.texi (Defining Advice): Clarify ad-unadvise.
3827 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
3828 is not abnormal.
3829 (Advising Primitives): Node deleted; ad-define-subr-args has been
3830 removed.
3831
3832 * compile.texi (Speed of Byte-Code): Use float-time in example.
3833 (Compilation Functions): Note that the log uses Compilation mode.
3834 Don't discuss the contents of byte-code function object here.
3835 (Compilation Functions): De-document internal function byte-code.
3836 (Docs and Compilation): Minor clarifications.
3837
3838 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
3839 Objects.
3840
3841 2012-02-10 Glenn Morris <rgm@gnu.org>
3842
3843 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
3844 Mention secure-hash.
3845 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
3846
3847 2012-02-10 Chong Yidong <cyd@gnu.org>
3848
3849 * loading.texi (Loading): Don't emphasize "library" terminology.
3850 (Library Search): load-path is not a user option. Mention role of
3851 -L option and packages. Improve examples.
3852 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
3853 obsolete.
3854 (Autoload): Minor clarifications.
3855
3856 2012-02-10 Glenn Morris <rgm@gnu.org>
3857
3858 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
3859
3860 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
3861
3862 2012-02-08 Glenn Morris <rgm@gnu.org>
3863
3864 * loading.texi (Named Features): Update the require example.
3865
3866 2012-02-07 Glenn Morris <rgm@gnu.org>
3867
3868 * modes.texi (Defining Minor Modes):
3869 Expand on args of defined minor modes.
3870
3871 2012-02-07 Chong Yidong <cyd@gnu.org>
3872
3873 * variables.texi (Creating Buffer-Local): Minor clarification
3874 to buffer-local-variables doc (Bug#10715).
3875
3876 2012-02-07 Glenn Morris <rgm@gnu.org>
3877
3878 * display.texi (ImageMagick Images): General update.
3879 Move most details of imagemagick-render-type to the variable's doc.
3880
3881 2012-02-06 Glenn Morris <rgm@gnu.org>
3882
3883 * keymaps.texi (Tool Bar): Mention separators.
3884 (Inheritance and Keymaps):
3885 Mention make-composed-keymap and multiple inheritance.
3886
3887 * modes.texi (Running Hooks): Mention run-hook-wrapped.
3888
3889 * control.texi (Handling Errors):
3890 Mention condition-case-no-debug and with-demoted-errors.
3891
3892 2012-02-05 Chong Yidong <cyd@gnu.org>
3893
3894 * customize.texi (Common Keywords): Minor clarifications.
3895 Document custom-unlispify-remove-prefixes.
3896 (Variable Definitions): Backquotes in defcustom seem to work fine
3897 now. Various other copyedits.
3898 (Simple Types): Copyedits. Document color selector.
3899 (Composite Types): Copyedits.
3900 (Splicing into Lists): Clarifications.
3901
3902 * eval.texi (Backquote): Move from macros.texi.
3903
3904 * macros.texi (Expansion): Minor clarification.
3905 (Backquote): Move node to eval.texi.
3906 (Defining Macros): Move an example from Backquote node.
3907 (Argument Evaluation): No need to mention Pascal.
3908 (Indenting Macros): Add xref to Defining Macros.
3909
3910 2012-02-05 Glenn Morris <rgm@gnu.org>
3911
3912 * debugging.texi (Error Debugging): Mention debug-on-event default.
3913
3914 2012-02-04 Glenn Morris <rgm@gnu.org>
3915
3916 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
3917
3918 * debugging.texi (Error Debugging): Mention debug-on-event.
3919 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
3920
3921 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
3922
3923 * text.texi (Buffer Contents):
3924 Update filter-buffer-substring description.
3925
3926 2012-02-04 Chong Yidong <cyd@gnu.org>
3927
3928 * functions.texi (What Is a Function): Add closures.
3929 Mention "return value" terminology. Add xref for command-execute.
3930 Remove unused "keystroke command" terminology.
3931 (Lambda Expressions): Give a different example than in the
3932 following subsection. Add xref to Anonymous Functions.
3933 (Function Documentation): Remove gratuitous markup.
3934 (Function Names): Move introductory text to `What Is a Function'.
3935 (Defining Functions): Fix defun argument spec.
3936 (Anonymous Functions): Document lambda macro explicitly.
3937 Mention effects on lexical binding.
3938 (Function Cells): Downplay direct usage of fset.
3939 (Closures): New node.
3940 (Inline Functions): Remove "open-code" terminology.
3941 (Declaring Functions): Minor tweak; .m is not C code.
3942
3943 * variables.texi (Variables): Don't refer to "global value".
3944 (Local Variables, Void Variables): Copyedits.
3945 (Lexical Binding): Minor clarification of example.
3946 (File Local Variables): Mention :safe and :risky defcustom args.
3947 (Lexical Binding): Add xref to Closures node.
3948
3949 2012-02-04 Glenn Morris <rgm@gnu.org>
3950
3951 * minibuf.texi (High-Level Completion): Updates for read-color.
3952
3953 2012-02-03 Glenn Morris <rgm@gnu.org>
3954
3955 * display.texi (GIF Images): Mention animation.
3956 Remove commented-out old example of animation.
3957 (Animated Images): New subsection.
3958 * elisp.texi (Top):
3959 * vol1.texi (Top):
3960 * vol2.texi (Top): Add Animated Images menu entry.
3961
3962 * display.texi (Image Formats): Remove oddly specific information
3963 on versions of image libraries.
3964 (GIF Images, TIFF Images): Minor rephrasing.
3965
3966 2012-02-02 Glenn Morris <rgm@gnu.org>
3967
3968 * processes.texi (Synchronous Processes):
3969 Mention call-process's :file gets overwritten.
3970
3971 * commands.texi (Reading One Event):
3972 * help.texi (Help Functions): Document read-char-choice.
3973
3974 * hooks.texi (Standard Hooks):
3975 * modes.texi (Keymaps and Minor Modes):
3976 * text.texi (Commands for Insertion): Document post-self-insert-hook.
3977
3978 * hooks.texi (Standard Hooks): Add prog-mode-hook.
3979
3980 * hooks.texi (Standard Hooks):
3981 * modes.texi (Major Mode Conventions, Mode Hooks):
3982 Document change-major-mode-after-body-hook.
3983
3984 2012-02-01 Glenn Morris <rgm@gnu.org>
3985
3986 * modes.texi (Defining Minor Modes):
3987 Mention disabling global minor modes on a per-major-mode basis.
3988
3989 2012-01-31 Chong Yidong <cyd@gnu.org>
3990
3991 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
3992 (Parser State): Remove unnecessary statement (Bug#10661).
3993
3994 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
3995
3996 2012-01-31 Glenn Morris <rgm@gnu.org>
3997
3998 * modes.texi (Defining Minor Modes):
3999 Document define-minor-mode's new :variable keyword.
4000
4001 2012-01-29 Chong Yidong <cyd@gnu.org>
4002
4003 * syntax.texi (Syntax Class Table): Tweak description of newline
4004 char syntax (Bug#9619).
4005
4006 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
4007 description (Bug#10189).
4008
4009 2012-01-29 Glenn Morris <rgm@gnu.org>
4010
4011 * files.texi (Changing Files): Document SELinux support.
4012
4013 * windows.texi (Window Sizes): Fix typo.
4014
4015 2012-01-28 Chong Yidong <cyd@gnu.org>
4016
4017 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
4018 doc (Bug#8568).
4019
4020 * frames.texi (Input Focus): Add NORECORD arg to
4021 select-frame-set-input-focus. Clarify its role in select-frame.
4022
4023 * text.texi (Transposition): We don't use transpose-region as an
4024 internal subroutine (Bug#3249).
4025
4026 * modes.texi (Example Major Modes): Update Lisp example code to
4027 current sources. Delete the old non-derived-major-mode example,
4028 which has diverged badly from current sources.
4029
4030 2012-01-27 Glenn Morris <rgm@gnu.org>
4031
4032 * makefile.w32-in (texinputdir): Fix (presumed) typo.
4033 (VERSION, manual): Remove, unused.
4034
4035 2012-01-27 Chong Yidong <cyd@gnu.org>
4036
4037 * commands.texi (Command Overview): Minor clarification (Bug#10384).
4038
4039 2012-01-26 Chong Yidong <cyd@gnu.org>
4040
4041 * searching.texi (String Search): Document negative repeat count
4042 (Bug#10507).
4043
4044 2012-01-26 Glenn Morris <rgm@gnu.org>
4045
4046 * variables.texi (Using Lexical Binding):
4047 Mention that lexical-binding should be set in the first line.
4048
4049 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
4050
4051 * macros.texi (Defining Macros): Don't claim that `declare' only
4052 affects Edebug and indentation.
4053
4054 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
4055
4056 * macros.texi (Defining Macros): Slight `declare' fixup.
4057
4058 2012-01-25 Glenn Morris <rgm@gnu.org>
4059
4060 * makefile.w32-in (texinputdir):
4061 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
4062
4063 2012-01-24 Chong Yidong <cyd@gnu.org>
4064
4065 * variables.texi (Variables, Local Variables, Void Variables):
4066 Edit to make the descriptions less specific to dynamic binding.
4067 (Local Variables): Default max-specpdl-size is now 1300.
4068 (Defining Variables): Edits for lexical scoping.
4069 Delete information about starting docstrings with *. De-document
4070 user-variable-p.
4071 (Tips for Defining): Remove an unimportant discussion of quitting
4072 in the middle of a load.
4073 (Accessing Variables, Setting Variables): Discuss lexical binding.
4074 (Variable Scoping): Rewrite.
4075 (Scope, Extent, Impl of Scope): Nodes deleted.
4076 (Dynamic Binding): New node, with material from Scope, Extent, and
4077 Impl of Scope nodes.
4078 (Dynamic Binding Tips): Rename from Using Scoping.
4079 (Lexical Binding): Rewrite.
4080 (Using Lexical Binding): Rename from Converting to Lexical
4081 Binding. Convert to subsection.
4082
4083 * customize.texi (Variable Definitions): Add custom-variable-p.
4084 Move user-variable-p documentation here.
4085
4086 2012-01-23 Chong Yidong <cyd@gnu.org>
4087
4088 * strings.texi (Text Comparison): Minor qualification.
4089
4090 * lists.texi (Cons Cells): Copyedits.
4091 (List Elements): Mention push.
4092 (List Variables): Mention pop.
4093 (Rings): Move to sequences.texi.
4094
4095 * sequences.texi (Sequence Functions): Don't repeat the
4096 introduction already given in the parent.
4097 (Vectors): Copyedits.
4098 (Rings): Move from lists.texi. Note that this is specific to the
4099 ring package.
4100
4101 * symbols.texi (Definitions, Symbol Components): Mention variable
4102 scoping issues.
4103 (Plists and Alists): Copyedits.
4104
4105 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
4106 correctness with lexical scoping.
4107 (Eval): Copyedits.
4108
4109 2012-01-21 Chong Yidong <cyd@gnu.org>
4110
4111 * intro.texi (A Sample Function Description): Special notation
4112 used for macros too.
4113
4114 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
4115 (Symbol Type): Add xref for keyword symbols.
4116 (Sequence Type): Clarify differences between sequence types.
4117 (Cons Cell Type): Add "linked list" index entry.
4118 (Non-ASCII in Strings): Copyedits.
4119 (Equality Predicates): Symbols with same name need not be eq.
4120
4121 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
4122 ldexp. Move float-e and float-pi to Math Functions node.
4123
4124 2012-01-21 Glenn Morris <rgm@gnu.org>
4125
4126 * modes.texi (Auto Major Mode):
4127 * variables.texi (File Local Variables):
4128 Mention inhibit-local-variables-regexps.
4129
4130 2012-01-19 Martin Rudalics <rudalics@gmx.at>
4131
4132 * windows.texi (Window Configurations): Rewrite references to
4133 persistent window parameters.
4134 (Window Parameters): Fix description of persistent window
4135 parameters.
4136
4137 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
4138
4139 * windows.texi (Window Parameters): Use @pxref.
4140
4141 2012-01-16 Martin Rudalics <rudalics@gmx.at>
4142
4143 * windows.texi (Window Configurations, Window Parameters):
4144 Describe persistent window parameters.
4145
4146 2011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
4147
4148 * variables.texi (Creating Buffer-Local): Warn against misuses of
4149 make-variable-buffer-local (bug#10258).
4150
4151 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4152
4153 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
4154
4155 2012-01-06 Chong Yidong <cyd@gnu.org>
4156
4157 * variables.texi (Directory Local Variables):
4158 Document hack-dir-local-variables-non-file-buffer.
4159
4160 2012-01-06 Glenn Morris <rgm@gnu.org>
4161
4162 * maps.texi (Standard Keymaps): Refer to Info-edit by name
4163 rather than by keybinding.
4164
4165 2011-12-29 Juanma Barranquero <lekktu@gmail.com>
4166
4167 * frames.texi (Font and Color Parameters): Add @pxref.
4168
4169 2011-12-29 Daniel Colascione <dan.colascione@gmail.com>
4170
4171 * frames.texi (Font and Color Parameters):
4172 Document w32 font backends (bug#10399).
4173
4174 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
4175
4176 * files.texi (File Attributes, Changing Files):
4177 Use a more-natural notation for octal numbers.
4178
4179 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
4180
4181 * variables.texi (Variables with Restricted Values):
4182 Change reference to variable (bug#10354).
4183
4184 2011-12-13 Martin Rudalics <rudalics@gmx.at>
4185
4186 * windows.texi (Splitting Windows): Use t instead of non-nil
4187 when describing window-combination-resize.
4188
4189 2011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4190
4191 * text.texi (Special Properties): Warn against `intangible' properties
4192 (bug#10222).
4193
4194 2011-11-26 Eli Zaretskii <eliz@gnu.org>
4195
4196 * display.texi (Truncation):
4197 * text.texi (Special Properties): Describe what a stretch-glyph is
4198 instead of using that term without explanation. Make the
4199 cross-references more accurate.
4200
4201 * display.texi (Usual Display): Update the description,
4202 cross-references, and indexing related to display of control
4203 characters and raw bytes.
4204
4205 2011-11-25 Martin Rudalics <rudalics@gmx.at>
4206
4207 * windows.texi (Splitting Windows): Fix description of
4208 window-combination-limit. Suggested by Eli Zaretskii.
4209
4210 2011-11-23 Chong Yidong <cyd@gnu.org>
4211
4212 * windows.texi (Window Sizes): Move window-top-line,
4213 window-left-column, and window-*-pixel-edges to Coordinates and
4214 Windows node.
4215 (Coordinates and Windows): Restore window-edges doc.
4216
4217 2011-11-21 Martin Rudalics <rudalics@gmx.at>
4218
4219 * windows.texi (Windows and Frames, Splitting Windows):
4220 Fix typos.
4221
4222 2011-11-21 Chong Yidong <cyd@gnu.org>
4223
4224 * windows.texi (Splitting Windows): Fix error in documentation of
4225 window-combination-limit.
4226 (Cyclic Window Ordering): Minor fixes to next-window,
4227 one-window-p, and get-lru-window docs. Don't document
4228 window-list-1.
4229 (Buffers and Windows): Copyedits.
4230 (Choosing Window): Document special handling of special-display-*.
4231 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
4232 Don't document even-window-heights, which is going away.
4233 Clarify which options are obeyed by which action functions.
4234
4235 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4236
4237 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
4238
4239 2011-11-20 Martin Rudalics <rudalics@gmx.at>
4240
4241 * windows.texi (Resizing Windows, Splitting Windows):
4242 Remove term "status" when talking about combination limits.
4243
4244 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
4245
4246 * compile.texi (Compiler Errors):
4247 * help.texi (Help Functions): Fix typos.
4248
4249 2011-11-19 Chong Yidong <cyd@gnu.org>
4250
4251 * windows.texi (Splitting Windows): Clarify role of window
4252 parameters in split-window. Shorten the example.
4253 (Deleting Windows): Rewrite intro to handle internal windows.
4254 Fix delete-windows-on doc.
4255 (Selecting Windows): Copyedits.
4256
4257 2011-11-17 Martin Rudalics <rudalics@gmx.at>
4258
4259 * windows.texi (Resizing Windows, Splitting Windows)
4260 (Deleting Windows): Use term window-combination-resize instead
4261 of window-splits.
4262
4263 2011-11-16 Martin Rudalics <rudalics@gmx.at>
4264
4265 * windows.texi (Resizing Windows, Splitting Windows):
4266 Rename occurrences of window-nest to window-combination-limit.
4267
4268 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
4269
4270 * intro.texi (Lisp History): Fix typo.
4271
4272 2011-11-12 Martin Rudalics <rudalics@gmx.at>
4273
4274 * windows.texi (Splitting Windows, Deleting Windows):
4275 Remove references to splits status of windows.
4276
4277 2011-11-10 Glenn Morris <rgm@gnu.org>
4278
4279 * buffers.texi (Read Only Buffers): Expand a bit on why
4280 toggle-read-only should only be used interactively. (Bug#7292)
4281
4282 2011-11-09 Chong Yidong <cyd@gnu.org>
4283
4284 * windows.texi (Window Sizes): Document window-pixel-edges,
4285 window-inside-pixel-edges, window-absolute-pixel-edges, and
4286 window-inside-absolute-pixel-edges.
4287 (Resizing Windows): shrink-window-if-larger-than-buffer works on
4288 non-full-width windows.
4289
4290 2011-11-09 Martin Rudalics <rudalics@gmx.at>
4291
4292 * windows.texi (Resizing Windows): Rewrite documentation of
4293 window-resizable.
4294
4295 2011-11-09 Chong Yidong <cyd@gnu.org>
4296
4297 * windows.texi (Splitting Windows): Simplify example.
4298
4299 2011-11-08 Chong Yidong <cyd@gnu.org>
4300
4301 * windows.texi (Window Sizes): Copyedits. Document
4302 window-text-height. Remove window-min-height and window-min-width
4303 discussion, referring instead to Emacs manual.
4304 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
4305 (Resizing Windows): Simplify introduction. Don't document
4306 enlarge-window, shrink-window, enlarge-window-horizontally, and
4307 shrink-window-horizontally; they are no longer preferred for
4308 calling from Lisp, and are already documented in the Emacs manual.
4309
4310 2011-11-07 Glenn Morris <rgm@gnu.org>
4311
4312 * windows.texi (Choosing Window): Fix keybinding typo.
4313
4314 2011-11-07 Martin Rudalics <rudalics@gmx.at>
4315
4316 * windows.texi (Resizing Windows, Splitting Windows)
4317 (Window Configurations): Use "child window" instead of
4318 "subwindow".
4319
4320 2011-11-06 Chong Yidong <cyd@gnu.org>
4321
4322 * windows.texi (Basic Windows): Clarify various definitions.
4323 Treat window-normalize-* as internal; don't document them.
4324 (Windows and Frames): Various clarifications, e.g. non-live
4325 windows also belong to frames. Fix window-list description.
4326 Simplify window nesting example.
4327 (Splitting Windows, Window Configurations):
4328 Use split-window-below.
4329
4330 2011-11-04 Eli Zaretskii <eliz@gnu.org>
4331
4332 * windows.texi (Window Sizes): Mention in the doc string that the
4333 return values of `window-body-height' and `window-body-width' are
4334 in frame's canonical units. (Bug#9949)
4335
4336 2011-10-30 Martin Rudalics <rudalics@gmx.at>
4337
4338 * windows.texi (Windows and Frames): Remove "iso-" infix from
4339 documentation of window-iso-combined-p.
4340
4341 2011-10-26 Chong Yidong <cyd@gnu.org>
4342
4343 * modes.texi (Running Hooks): Document with-wrapper-hook.
4344
4345 2011-10-18 Chong Yidong <cyd@gnu.org>
4346
4347 * display.texi (Glyphless Chars): New node.
4348
4349 2011-10-13 Chong Yidong <cyd@stupidchicken.com>
4350
4351 * text.texi (Yanking): Document yank-excluded-properties.
4352
4353 * package.texi (Packaging Basics): The commentary should say how
4354 to begin using the package.
4355
4356 2011-10-11 Martin Rudalics <rudalics@gmx.at>
4357
4358 * windows.texi (Deleting Windows): Mention which window gets
4359 selected when deleting the selected window.
4360
4361 2011-10-09 Martin Rudalics <rudalics@gmx.at>
4362
4363 * buffers.texi (The Buffer List): Describe how bury-buffer deals
4364 with the selected window.
4365 * windows.texi (Buffers and Windows): Reformulate text on how
4366 replace-buffer-in-windows deals with a window.
4367 (Quitting Windows): Describe how quit-window deals with a
4368 standalone frame. Describe new option frame-auto-hide-function.
4369
4370 2011-10-08 Glenn Morris <rgm@gnu.org>
4371
4372 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
4373
4374 * positions.texi (Excursions): Update warning message.
4375
4376 2011-10-05 Chong Yidong <cyd@stupidchicken.com>
4377
4378 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
4379 Fix Emacs manual xref (Bug#9675).
4380
4381 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
4382
4383 * windows.texi (Textual Scrolling): Document scroll-up-command,
4384 scroll-down-command, scroll-error-top-bottom, and the
4385 scroll-command symbol property.
4386 (Display Action Functions): Fix description of
4387 display-buffer-pop-up-window.
4388
4389 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
4390
4391 * windows.texi (Splitting Windows): Fix typos.
4392
4393 2011-09-25 Martin Rudalics <rudalics@gmx.at>
4394
4395 * windows.texi (Windows and Frames, Display Action Functions)
4396 (Switching Buffers): Fix some typos.
4397 (Buffers and Windows): Remove reference to window-auto-delete.
4398 Reword description of replace-buffer-in-windows.
4399 (Window History): Fix some typos and refer to frame local buffer
4400 list.
4401 (Quitting Windows): New node.
4402 (Window Configurations): Add descriptions of window-state-get
4403 and window-state-put.
4404 (Window Parameters): Describe variable ignore-window-parameters.
4405 Sketch some window parameters currently in use.
4406 * elisp.texi (Top): Update node listing.
4407
4408 2011-09-25 Chong Yidong <cyd@stupidchicken.com>
4409
4410 * windows.texi (Display Action Functions)
4411 (Choosing Window Options): New nodes.
4412
4413 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
4414
4415 * windows.texi (Window History): New node. Move text here from
4416 Buffers and Windows.
4417 (Switching Buffers): Rename from Displaying Buffers, since we
4418 don't document display-buffer here; callers changed.
4419 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
4420 switch-to-buffer-other-frame. Delete duplicate
4421 replace-buffer-in-windows doc.
4422 (Choosing Window): Document display actions.
4423
4424 2011-09-24 Eli Zaretskii <eliz@gnu.org>
4425
4426 * display.texi (Forcing Redisplay): Update the description of
4427 redisplay-dont-pause due to change in the default value.
4428
4429 2011-09-23 Martin Rudalics <rudalics@gmx.at>
4430
4431 * frames.texi (Frames and Windows): Move section and rename to
4432 Windows and Frames in windows.texi.
4433 * windows.texi (Windows): Restructure.
4434 (Basic Windows): Rewrite. Explain live and internal windows and
4435 normalization functions.
4436 (Windows and Frames): Move section here from frames.texi.
4437 Describe subwindows, window combinations, window tree, and
4438 corresponding functions including window-list here.
4439 (Window Sizes): Rename section from Size of Window and move it
4440 up in chapter. Describe total and body sizes and the
4441 corresponding functions. Explain new semantics of
4442 window-min-height/-width.
4443 (Resizing Windows): Move section up in chapter. Describe new
4444 resize functions.
4445 (Splitting Windows): Describe new behavior of split-window,
4446 split-window-above-each-other and split-window-side-by-side.
4447 Provide examples. Describe window-nest and window-splits
4448 options.
4449 (Deleting Windows): Minor rewrite.
4450 (Selecting Windows): Minor rewrite.
4451 Describe frame-selected-window and set-frame-selected-window here.
4452 (Cyclic Window Ordering): Minor rewrite.
4453 Describe window-list-1.
4454 (Buffers and Windows): Rewrite. Explain a window's previous and
4455 next buffers and the corresponding functions.
4456 (Window Tree): Merge into Windows and Frames section.
4457 * elisp.texi (Top): Update node listings for frames and windows
4458 sections.
4459
4460 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4461
4462 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
4463
4464 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4465
4466 * errors.texi (Standard Errors): Remove apparent placeholder text
4467 (bug#9491).
4468
4469 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
4470
4471 * frames.texi (Management Parameters): Fix description of
4472 icon-type parameter.
4473
4474 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
4475
4476 * tips.texi (Key Binding Conventions): Don't bind a key sequence
4477 ending in C-g. Suggested by Edward O'Connor.
4478
4479 2011-09-17 Eli Zaretskii <eliz@gnu.org>
4480
4481 * numbers.texi (Integer Basics): Add indexing for
4482 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
4483
4484 2011-09-14 Dani Moncayo <dmoncayo@gmail.com>
4485
4486 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
4487
4488 2011-09-11 Juanma Barranquero <lekktu@gmail.com>
4489
4490 * processes.texi (Network Servers): Clarify what the process
4491 buffer is used for (bug#9233).
4492
4493 2011-08-30 Dani Moncayo <dmoncayo@gmail.com>
4494
4495 * lists.texi (Building Lists): Fix typo.
4496
4497 2011-08-30 Chong Yidong <cyd@stupidchicken.com>
4498
4499 * display.texi (Basic Faces): New node. Document new faces.
4500
4501 * modes.texi (Major Mode Conventions): Move some text there.
4502 (Mode Help): Remove major-mode var, duplicated in Major Modes.
4503
4504 2011-08-29 Chong Yidong <cyd@stupidchicken.com>
4505
4506 * modes.texi (Basic Major Modes): New node. Callers updated.
4507 (Major Modes): Document fundamental-mode and major-mode.
4508 (Major Mode Basics): Node deleted; text moved to Major Modes.
4509 (Derived Modes): Document derived-mode-p.
4510
4511 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
4512
4513 * files.texi (Changing Files, Create/Delete Dirs): Document new
4514 arguments for delete-file, delete-directory, and copy-directory.
4515 (Visiting Functions): Remove view-file; it is documented in the
4516 Emacs manual.
4517
4518 * frames.texi (Layout Parameters): The defaults for the
4519 menu-bar-lines and tool-bar-lines parameters depend on the mode.
4520
4521 * display.texi (Progress): Document spinner functionality.
4522
4523 * os.texi (Killing Emacs): Note that kill-emacs can be called by
4524 operating system signals. Refer to save-buffers-kill-terminal
4525 instead of save-buffers-kill-emacs.
4526
4527 * objects.texi (Symbol Type): Document ## print representation.
4528
4529 2011-08-25 Eli Zaretskii <eliz@gnu.org>
4530
4531 * display.texi (Specified Space): Mention that `space' specs
4532 influence bidi reordering.
4533 (Bidirectional Display): Explain how to use `(space . PROPS)' for
4534 separating fields with bidirectional content.
4535
4536 2011-08-24 Eli Zaretskii <eliz@gnu.org>
4537
4538 * display.texi (Bidirectional Display): Document return value in
4539 buffers that are not bidi-reordered for display, and in unibyte
4540 buffers.
4541
4542 2011-08-23 Eli Zaretskii <eliz@gnu.org>
4543
4544 * nonascii.texi (Character Properties): Document the values for
4545 unassigned codepoints.
4546
4547 2011-08-18 Eli Zaretskii <eliz@gnu.org>
4548
4549 * nonascii.texi (Character Properties): Document use of
4550 `bidi-class' and `mirroring' properties as part of reordering.
4551 Provide cross-references to "Bidirectional Display".
4552
4553 * display.texi (Bidirectional Display): Document the pitfalls of
4554 concatenating strings with bidirectional content, with possible
4555 solutions. Document bidi-string-mark-left-to-right.
4556 Mention paragraph direction in modes that inherit from prog-mode.
4557 Document use of `bidi-class' and `mirroring' properties as part of
4558 reordering.
4559
4560 2011-08-16 Eli Zaretskii <eliz@gnu.org>
4561
4562 * modes.texi (Major Mode Conventions): Improve the documentation
4563 of `mode-class' `special' modes.
4564
4565 * nonascii.texi (Character Properties): Document the `mirroring'
4566 property. Add index entries.
4567
4568 * syntax.texi (Categories): Add an example of defining a new
4569 category and category table.
4570
4571 * searching.texi (Regexp Backslash): Document how to display
4572 existing categories. Mention the possibility of adding
4573 categories, and add an xref to where this is described. Add an
4574 index entry.
4575
4576 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
4577
4578 * text.texi (Special Properties):
4579 * display.texi (Overlay Properties): Note that mouse-face cannot
4580 change the text size (Bug#8530).
4581
4582 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
4583
4584 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
4585 using setenv instead.
4586
4587 2011-07-28 Eli Zaretskii <eliz@gnu.org>
4588
4589 * display.texi (Bidirectional Display): Document the fact that
4590 bidi-display-reordering is t by default.
4591
4592 2011-07-23 Eli Zaretskii <eliz@gnu.org>
4593
4594 * display.texi (Bidirectional Display): New section.
4595
4596 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4597 Tim Cross <theophilusx@gmail.com> (tiny change)
4598 Glenn Morris <rgm@gnu.org>
4599
4600 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
4601
4602 2011-07-15 Andreas Schwab <schwab@linux-m68k.org>
4603
4604 * help.texi (Keys in Documentation): Revert last change.
4605
4606 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4607
4608 * help.texi (Keys in Documentation): Clarify that \= only quotes
4609 the next character, and doesn't affect longer sequences in
4610 particular (bug#8935).
4611
4612 * debugging.texi (Using Debugger):
4613 Mention @code{eval-expression-debug-on-error} (bug#8549).
4614
4615 2011-07-14 Eli Zaretskii <eliz@gnu.org>
4616
4617 * display.texi (Other Display Specs): Document that `left-fringe'
4618 and `right-fringe' display specifications are of the "replacing"
4619 kind.
4620
4621 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4622
4623 * help.texi (Documentation Basics): Add a link to the Function
4624 Documentation node (bug#6580).
4625
4626 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4627
4628 * keymaps.texi (Menu Bar): Mention :visible and :enable
4629 (bug#6344). Text by Drew Adams.
4630
4631 * modes.texi (Running Hooks): Mention buffer-local hook variables
4632 (bug#6218).
4633
4634 * objects.texi (General Escape Syntax): "a with grave accent" is
4635 ?xe0, not ?x8e0 (bug#5259).
4636
4637 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
4638
4639 * display.texi (Face Attributes, Font Selection): Add references
4640 to the Fonts node in the Emacs manual (Bug#4178).
4641
4642 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
4643
4644 * display.texi (Window Systems): `window-system' is
4645 terminal-local.
4646
4647 * frames.texi (Frame Parameters, Parameter Access): Don't mention
4648 frame-local variables.
4649
4650 * variables.texi (Buffer-Local Variables): Don't mention obsolete
4651 frame-local variables.
4652 (Frame-Local Variables): Node deleted.
4653
4654 * elisp.texi (Top): Update node listing.
4655
4656 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4657
4658 * elisp.texi: Change "inferiors" to "subnodes" in three places
4659 (bug#3523).
4660
4661 2011-07-11 Chong Yidong <cyd@stupidchicken.com>
4662
4663 * frames.texi (Window System Selections): Discussion of
4664 x-select-enable-clipboard moved to Emacs manual.
4665
4666 2011-07-11 Deniz Dogan <deniz@dogan.se>
4667
4668 * commands.texi (Prefix Command Arguments): Remove excessive
4669 apostrophe.
4670
4671 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4672
4673 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
4674 description is a string (bug#3313).
4675
4676 * frames.texi (Display Feature Testing): Try to explain what all
4677 the visual classes mean (bug#3042).
4678
4679 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4680
4681 * modes.texi (Mode Line Variables): Document `mode-line-remote'
4682 and `mode-line-client' (bug#2974).
4683
4684 * text.texi (Insertion): Clarify marker movements (bug#1651).
4685 Text from Drew Adams.
4686
4687 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4688
4689 * text.texi (Special Properties): Clarify the format of `face'
4690 (bug#1375).
4691
4692 * commands.texi (Interactive Call): Add a `call-interactively'
4693 example (bug#1010).
4694
4695 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4696
4697 * functions.texi (Calling Functions): Link to the "Interactive
4698 Call" node (bug#1001).
4699
4700 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
4701
4702 * customize.texi (Composite Types): Move alist and plist to here
4703 from Simple Types (Bug#7545).
4704
4705 * elisp.texi (Top): Update menu description.
4706
4707 * display.texi (Face Attributes): Document negative line widths
4708 (Bug#6113).
4709
4710 2011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
4711
4712 * searching.texi (Match Data): Note that match data can be
4713 overwritten by most functions (bug#2499).
4714
4715 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4716
4717 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
4718 flags mean (bug#6659).
4719
4720 * functions.texi (What Is a Function): Document the autoload
4721 object (bug#6496).
4722
4723 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4724
4725 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
4726 is only used in the Customize user interface (bug#6089).
4727
4728 * display.texi (Showing Images): Mention the point of sliced
4729 images (bug#7836).
4730
4731 2011-07-02 Eli Zaretskii <eliz@gnu.org>
4732
4733 * variables.texi (Defining Variables, Void Variables)
4734 (Constant Variables): Fix incorrect usage of @kindex.
4735
4736 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4737
4738 * variables.texi (Defining Variables): Add an index entry for
4739 `set-variable' (bug#7262).
4740 (Defining Variables): Use @findex for functions.
4741
4742 * frames.texi (Basic Parameters): Document the `explicit-name'
4743 parameter (bug#6951).
4744
4745 * customize.texi (Type Keywords): Clarify that :value provides a
4746 default value for all types (bug#7386).
4747
4748 * streams.texi (Output Functions): Document `pp'.
4749
4750 2011-06-25 Chong Yidong <cyd@stupidchicken.com>
4751
4752 * keymaps.texi (Searching Keymaps):
4753 * display.texi (Overlay Properties): Fix errors in 2011-05-29
4754 change. Suggested by Johan Bockgård.
4755
4756 2011-06-15 Chong Yidong <cyd@stupidchicken.com>
4757
4758 * text.texi (Special Properties): Clarify role of font-lock-face.
4759
4760 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4761
4762 * processes.texi (Process Information): Rename `process-alive-p'
4763 to `process-live-p' for consistency with other `-live-p' functions.
4764
4765 2011-06-03 Paul Eggert <eggert@cs.ucla.edu>
4766
4767 Document wide integers better.
4768 * files.texi (File Attributes): Document ino_t values better.
4769 ino_t values no longer map to anything larger than a single cons.
4770 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations)
4771 (Bitwise Operations):
4772 * objects.texi (Integer Type): Use a binary notation that is a bit easier
4773 to read, and that will port better if 62-bits becomes the default.
4774 Fix or remove incorrect examples.
4775 * os.texi (Time Conversion): Document time_t values better.
4776
4777 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4778
4779 * processes.texi (Process Information):
4780 Document `process-alive-p'.
4781
4782 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
4783
4784 * help.texi (Accessing Documentation):
4785 * display.texi (Pixel Specification):
4786 * processes.texi (Serial Ports, Serial Ports):
4787 * nonascii.texi (Character Properties, Default Coding Systems):
4788 * text.texi (Changing Properties, Special Properties):
4789 * windows.texi (Window Start and End):
4790 * modes.texi (SMIE Indentation Example, SMIE Tricks):
4791 * keymaps.texi (Searching Keymaps, Tool Bar):
4792 * minibuf.texi (Basic Completion):
4793 * compile.texi (Eval During Compile):
4794 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
4795 7x9 paper in printed manual.
4796
4797 * lists.texi (Sets And Lists): Fix misplaced text.
4798
4799 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
4800
4801 * keymaps.texi (Remapping Commands): Emphasize that the keymap
4802 needs to be active (Bug#8350).
4803
4804 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
4805
4806 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
4807
4808 * tips.texi (Coding Conventions): Remove antediluvian filename
4809 limit recommendation (Bug#8538).
4810
4811 2011-05-27 Glenn Morris <rgm@gnu.org>
4812
4813 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
4814
4815 2011-05-26 Glenn Morris <rgm@gnu.org>
4816
4817 * variables.texi (File Local Variables):
4818 Update hack-local-variables `mode-only' return value.
4819 Add some more details on what this function does in the other case.
4820
4821 2011-05-19 Glenn Morris <rgm@gnu.org>
4822
4823 * lists.texi (Sets And Lists): Mention cl provides union etc.
4824
4825 2011-05-19 Nix <nix@esperi.org.uk>
4826
4827 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
4828
4829 * text.texi (Parsing HTML): Update for function name changes.
4830
4831 * syntax.texi (Syntax Flags): Small fix.
4832
4833 * keymaps.texi (Active Keymaps): Typo fix.
4834 (Changing Key Bindings): Grammar fix.
4835
4836 * frames.texi (Minibuffers and Frames): Grammar fix.
4837 (Window System Selections): x-select-enable-clipboard now defaults to t.
4838
4839 * customize.texi (Common Keywords):
4840 * display.texi (Abstract Display):
4841 * modes.texi (Auto-Indentation):
4842 * nonascii.texi (Converting Representations): Typo fixes.
4843
4844 * control.texi (Examples of Catch): Call it "goto" not "go to".
4845
4846 2011-05-14 Eli Zaretskii <eliz@gnu.org>
4847
4848 * nonascii.texi (Character Properties): Fix inconsistencies with
4849 implementation.
4850
4851 * text.texi (Special Properties): Move @defvar's out of the
4852 @table. (Bug#8652)
4853
4854 2011-05-12 Glenn Morris <rgm@gnu.org>
4855
4856 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
4857
4858 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4859
4860 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
4861 (Multiline Font Lock):
4862 * vol2.texi (Top):
4863 * vol1.texi (Top):
4864 * elisp.texi (Top): Update menu accordingly.
4865
4866 2011-05-12 Drew Adams <drew.adams@oracle.com>
4867
4868 * modes.texi (Region to Fontify): Fix typo.
4869
4870 2011-05-10 Jim Meyering <meyering@redhat.com>
4871
4872 * minibuf.texi: Fix typo "in in -> in".
4873
4874 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
4875
4876 * numbers.texi (Integer Basics): Large integers are treated as floats.
4877
4878 2011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4879
4880 * processes.texi (Synchronous Processes): Document the (:file
4881 "/file-name") syntax for `call-process'.
4882
4883 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
4884
4885 * windows.texi (Choosing Window): Fix typo.
4886
4887 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
4888
4889 * frames.texi (Layout Parameters): Note the difference between
4890 querying and setting parameters for left-fringe and right-fringe
4891 (Bug#6930).
4892
4893 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4894
4895 * minibuf.texi (Basic Completion): Be a bit more precise about the
4896 valid kinds of completion tables.
4897 (Programmed Completion): Remove obsolete text about lambda expressions
4898 not being valid completion tables.
4899
4900 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
4901
4902 * positions.texi (Excursions): Explain the "save-excursion
4903 defeated by set-buffer" warning.
4904
4905 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
4906 save-excursion. Suggested by Uday S Reddy.
4907
4908 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4909
4910 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
4911 (Lexical Binding): New sub-section.
4912
4913 * eval.texi (Eval): Discourage the use of `eval'.
4914 Document its new `lexical' argument.
4915
4916 2011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4917
4918 * commands.texi (Command Overview): `post-command-hook' is not reset to
4919 nil any more.
4920
4921 2011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
4922
4923 * strings.texi (String Conversion): Don't mention
4924 string-make-(uni|multi)byte (bug#8262).
4925 * nonascii.texi (Converting Representations): Fix up range.
4926 * keymaps.texi (Key Binding Commands): Update code point, avoid
4927 "unibyte character" and remove mention of unibyte bindings.
4928
4929 2011-03-10 Eli Zaretskii <eliz@gnu.org>
4930
4931 * modes.texi (Operator Precedence Grammars): Don't use characters
4932 outside ISO-8859-1.
4933
4934 2011-03-09 Eli Zaretskii <eliz@gnu.org>
4935
4936 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
4937
4938 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
4939
4940 2011-03-08 Glenn Morris <rgm@gnu.org>
4941
4942 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
4943 * intro.texi (Acknowledgements): Names to UTF-8.
4944 * elisp.texi: Set documentencoding.
4945
4946 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
4947
4948 * Version 23.3 released.
4949
4950 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
4951
4952 * package.texi: Update index keywords.
4953 (Package Archives): New node contents. Document package-x.el.
4954
4955 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
4956
4957 * makefile.w32-in (srcs): Add package.texi.
4958
4959 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
4960
4961 * package.texi (Packaging, Packaging Basics, Simple Packages)
4962 (Multi-file Packages): Expand and clarify.
4963 (Package Archives): Temporary placeholder node.
4964
4965 * elisp.texi (Top): Update node listing.
4966
4967 * Makefile.in (srcs): Add package.texi.
4968
4969 2011-03-05 Chong Yidong <cyd@stupidchicken.com>
4970
4971 * processes.texi (Synchronous Processes): Minor clarification
4972 (Bug#8149).
4973
4974 2011-03-03 Glenn Morris <rgm@gnu.org>
4975
4976 * files.texi (Truenames): Minor clarification. (Bug#2341)
4977
4978 2011-03-01 Glenn Morris <rgm@gnu.org>
4979
4980 * variables.texi (Directory Local Variables):
4981 Mention `(subdirs . nil)' alist element.
4982
4983 2011-02-28 Glenn Morris <rgm@gnu.org>
4984
4985 * variables.texi (Directory Local Variables): Mention the optional
4986 mtime argument of dir-locals-set-directory-class. (Bug#3577)
4987
4988 2011-02-27 Chong Yidong <cyd@stupidchicken.com>
4989
4990 * minibuf.texi (Minibuffer History): Clarify discussion of
4991 minibuffer history lists (Bug#8085).
4992
4993 2011-02-19 Eli Zaretskii <eliz@gnu.org>
4994
4995 * elisp.texi: Sync @dircategory with ../../info/dir.
4996
4997 * files.texi (Visiting Functions): Document find-file-literally,
4998 both the command and the variable.
4999
5000 * variables.texi (Creating Buffer-Local): Explain the meaning of
5001 permanent local variables.
5002
5003 * files.texi (Visiting Functions): Document find-file-literally,
5004 both the command and the variable.
5005
5006 * variables.texi (Creating Buffer-Local): Explain the meaning of
5007 permanent local variables.
5008
5009 2011-02-19 Glenn Morris <rgm@gnu.org>
5010
5011 * keymaps.texi (Remapping Commands): Mention how to undo it.
5012
5013 2011-02-09 Reuben Thomas <rrt@sc3d.org>
5014
5015 * loading.texi (Hooks for Loading): Remove unnecessary advice
5016 about eval-after-load (Bug#7986).
5017
5018 2011-02-05 Chong Yidong <cyd@stupidchicken.com>
5019
5020 * commands.texi (Accessing Mouse): Note that a header line is not
5021 included in the row of posn-col-row.
5022
5023 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
5024
5025 * modes.texi (Major Mode Conventions): Add face guidelines.
5026 (Faces for Font Lock): List faces in order of prominence.
5027
5028 2011-02-01 Paul Eggert <eggert@cs.ucla.edu>
5029
5030 format-time-string now supports subsecond time stamp resolution
5031 * os.texi (Time Parsing): Document %N.
5032
5033 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
5034
5035 * vol1.texi (Top):
5036 * vol2.texi (Top):
5037 * elisp.texi (Top):
5038 * display.texi (Display Property): Shorten the menu description of
5039 the "Other Display Specs" node (Bug#7816).
5040
5041 * keymaps.texi (Defining Menus): Add "menu item" and "extended
5042 menu item" concept index entries (Bug#7805).
5043
5044 2011-01-29 Eli Zaretskii <eliz@gnu.org>
5045
5046 * makefile.w32-in (texinfodir): New variable.
5047 (usermanualdir): Remove as redundant with $(emacsdir).
5048 (MAKEINFO): Remove options, leave only program name.
5049 (MAKEINFO_OPTS): New variable.
5050 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
5051
5052 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
5053 Richard Kim <emacs18@gmail.com>
5054
5055 * loading.texi (Library Search): Document list-load-path-shadows
5056 (Bug#7757).
5057
5058 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
5059
5060 * searching.texi (Regexp Special): Remove outdated discussion of
5061 character sets (Bug#7780).
5062
5063 * frames.texi (Pop-Up Menus): Document where menu title comes
5064 from (Bug#7684).
5065
5066 2011-01-25 Glenn Morris <rgm@gnu.org>
5067
5068 * display.texi (Making Buttons): Mention limitation of text buttons.
5069
5070 2011-01-23 Werner Lemberg <wl@gnu.org>
5071
5072 * Makefile.in (MAKEINFO): Now controlled by `configure'.
5073 (MAKEINFO_OPTS): New variable. Use it where appropriate.
5074 (ENVADD): New variable to control texi2dvi and texi2pdf.
5075
5076 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
5077
5078 * files.texi (Directory Names): Move directory-abbrev-alist doc to
5079 Emacs manual.
5080
5081 2011-01-15 Eli Zaretskii <eliz@gnu.org>
5082
5083 * files.texi (Directory Names): Explain why FROM in
5084 directory-abbrev-alist should begin with \`. (Bug#7777)
5085
5086 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
5087
5088 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
5089
5090 2011-01-02 Eli Zaretskii <eliz@gnu.org>
5091
5092 * modes.texi (Emulating Mode Line): Fix last change.
5093
5094 2011-01-02 Eli Zaretskii <eliz@gnu.org>
5095
5096 * modes.texi (Emulating Mode Line): Update documentation of
5097 format-mode-line according to changes that fixed bug #7587.
5098
5099 2010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
5100
5101 * modes.texi (Derived Modes): Mention prog-mode.
5102
5103 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
5104 of the key-binding-data cache since we don't use it any more.
5105
5106 2010-12-13 Eli Zaretskii <eliz@gnu.org>
5107
5108 * processes.texi (Shell Arguments):
5109 * strings.texi (Creating Strings): Don't mention "shell commands";
5110 make it explicit that `split-string-and-unquote' and
5111 `combine-and-quote-strings' are mainly for working with arguments
5112 to call-process and start-process.
5113
5114 * processes.texi (Shell Arguments): Fix documentation of
5115 `split-string-and-unquote'. Add indexing. (Bug#7563)
5116
5117 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5118
5119 * modes.texi (Auto-Indentation): New section to document SMIE.
5120 (Major Mode Conventions):
5121 * text.texi (Mode-Specific Indent): Refer to it.
5122
5123 2010-12-13 Eli Zaretskii <eliz@gnu.org>
5124
5125 * display.texi (Other Display Specs): Document left-fringe and
5126 right-fringe display specs.
5127
5128 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5129
5130 * backups.texi (Making Backups):
5131 * modes.texi (Example Major Modes): Use recommended coding style.
5132 (Major Mode Basics, Derived Modes): Encourge more strongly use of
5133 define-derived-mode. Mention completion-at-point-functions.
5134
5135 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
5136
5137 * nonascii.texi (Converting Representations):
5138 Document byte-to-string.
5139
5140 2010-12-08 Glenn Morris <rgm@gnu.org>
5141
5142 * buffers.texi (Modification Time):
5143 verify-visited-file-modtime now defaults to the current buffer.
5144
5145 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
5146
5147 * nonascii.texi (Converting Representations): Document byte-to-string.
5148
5149 * strings.texi (Creating Strings): Don't mention semi-obsolete
5150 function char-to-string.
5151 (String Conversion): Shorten discussion of semi-obsolete function
5152 string-to-char. Link to Converting Representations.
5153
5154 * objects.texi (Symbol Type):
5155 * text.texi (Near Point):
5156 * help.texi (Help Functions):
5157 * functions.texi (Mapping Functions): Use string instead of
5158 char-to-string in examples.
5159
5160 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
5161
5162 * text.texi (Kill Functions, Kill Functions)
5163 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
5164 YANK-HANDLER args.
5165
5166 * symbols.texi (Creating Symbols): Using unintern without an
5167 obarray arg is now obsolete.
5168
5169 * numbers.texi (Float Basics): Document float-e and float-pi.
5170
5171 * variables.texi (Defining Variables): Change "pi" example to
5172 "float-pi".
5173
5174 2010-11-26 Eli Zaretskii <eliz@gnu.org>
5175
5176 * commands.texi (Click Events): Document the values of X, Y and
5177 COL, ROW in the event's position, when the click is on the header
5178 or mode line, on the fringes, or in the margins.
5179
5180 2010-11-17 Eli Zaretskii <eliz@gnu.org>
5181
5182 * customize.texi (Composite Types): Lower-case index entry.
5183
5184 * loading.texi (How Programs Do Loading):
5185 Document load-file-name. (Bug#7346)
5186
5187 2010-11-17 Glenn Morris <rgm@gnu.org>
5188
5189 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
5190
5191 2010-11-13 Eli Zaretskii <eliz@gnu.org>
5192
5193 * display.texi (Usual Display): Characters with no fonts are not
5194 necessarily displayed as empty boxes.
5195
5196 2010-10-31 Glenn Morris <rgm@gnu.org>
5197
5198 * maps.texi (Standard Keymaps): Update File menu description.
5199
5200 2010-10-28 Glenn Morris <rgm@gnu.org>
5201
5202 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
5203
5204 2010-10-24 Eli Zaretskii <eliz@gnu.org>
5205
5206 * display.texi (Window Systems): Deprecate use of window-system as
5207 a predicate.
5208
5209 2010-10-23 Glenn Morris <rgm@gnu.org>
5210
5211 * help.texi (Documentation Basics): Remove mentions of digest-doc and
5212 sorted-doc.
5213
5214 2010-10-15 Eli Zaretskii <eliz@gnu.org>
5215
5216 * os.texi (Dynamic Libraries): New node, with slightly modified
5217 text deleted from "Image Formats".
5218 (System Interface): Add @menu entry for "Dynamic Libraries".
5219
5220 * display.texi (Image Formats): Remove description of
5221 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
5222
5223 2010-10-12 Glenn Morris <rgm@gnu.org>
5224
5225 * book-spine.texinfo: Rename to book-spine.texi.
5226
5227 2010-10-11 Glenn Morris <rgm@gnu.org>
5228
5229 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
5230
5231 * Makefile.in (DVIPS): New variable.
5232 (.PHONY): Add html, ps.
5233 (html, elisp.html, ps, elisp.ps): New targets.
5234 (clean): Delete html, ps files.
5235 ($(infodir)/elisp): Remove unnecessary includes.
5236
5237 2010-10-09 Eli Zaretskii <eliz@gnu.org>
5238
5239 * makefile.w32-in (emacsdir): New variable.
5240 (srcs): Add emacsver.texi.
5241 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
5242
5243 2010-10-09 Glenn Morris <rgm@gnu.org>
5244
5245 * Makefile.in (VPATH): Remove.
5246 (infodir): Make it absolute.
5247 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
5248
5249 * Makefile.in (dist): Anchor regexps.
5250
5251 * Makefile.in (srcs): Put elisp.texi first.
5252 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
5253
5254 * Makefile.in (infoclean): Remove harmless, long-standing error.
5255
5256 * Makefile.in ($(infodir)): Delete rule.
5257 (mkinfodir): New.
5258 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
5259
5260 * Makefile.in (dist): Remove reference to emacsver.texi.in.
5261 Also copy emacsver.texi, and edit $emacsdir.
5262
5263 2010-10-09 Glenn Morris <rgm@gnu.org>
5264
5265 * Makefile.in (emacsdir): New variable.
5266 (MAKEINFO): Add -I $emacsdir.
5267 (dist): Copy emacsver.texi.
5268 (srcs): Add emacsver.texi.
5269
5270 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
5271 Set EMACSVER by including emacsver.texi.
5272
5273 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
5274
5275 2010-10-07 Glenn Morris <rgm@gnu.org>
5276
5277 * Makefile.in (version): New, set by configure.
5278 (clean): Delete dist tar file.
5279 (dist): Use version in tar name.
5280
5281 2010-10-06 Glenn Morris <rgm@gnu.org>
5282
5283 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
5284 (INSTALL_INFO): Remove unused variable.
5285 (mostlyclean, infoclean, dist): New rules.
5286 (clean): Delete dvi and pdf files.
5287 (maintainer-clean): Remove elisp.oaux, use infoclean.
5288 ($(infodir)): Add parallel build workaround.
5289
5290 2010-10-04 Glenn Morris <rgm@gnu.org>
5291
5292 * Makefile.in (dvi, pdf, $(infodir)): New targets.
5293 ($(infodir)/elisp): Ensure target directory exists. Use $@.
5294 Fix -I typo.
5295 (clean): No 'make.out' or 'core' files.
5296 (.PHONY): Declare clean rules.
5297 (maintainer-clean): Delete pdf file. Guard against cd failures.
5298
5299 2010-10-03 Glenn Morris <rgm@gnu.org>
5300
5301 * files.texi (File Name Components): Remove ignored section about
5302 deleted variable directory-sep-char.
5303
5304 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
5305
5306 * files.texi (Magic File Names): New defopt
5307 remote-file-name-inhibit-cache.
5308
5309 2010-10-02 Glenn Morris <rgm@gnu.org>
5310
5311 * os.texi (Killing Emacs): Hook now runs in batch mode.
5312
5313 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
5314
5315 * text.texi (Special Properties): Clarify when modification-hooks run.
5316
5317 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5318
5319 * syntax.texi (Syntax Flags): Document new `c' flag.
5320
5321 2010-09-09 Glenn Morris <rgm@gnu.org>
5322
5323 * display.texi (ImageMagick Images): General cleanup.
5324
5325 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
5326
5327 * files.texi (Directory Names): Use \` rather than ^.
5328
5329 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
5330
5331 * text.texi (Low-Level Kill Ring):
5332 * frames.texi (Window System Selections): Remove cut buffer
5333 documentation.
5334
5335 2010-08-28 Eli Zaretskii <eliz@gnu.org>
5336
5337 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
5338 Parameters", where the default fringe width is described.
5339
5340 * frames.texi (Window Frame Parameters, Basic Parameters)
5341 (Position Parameters, Layout Parameters, Management Parameters)
5342 (Cursor Parameters, Font and Color Parameters): Add indexing for
5343 frame parameters. (Bug#6929)
5344
5345 2010-08-25 Tom Tromey <tromey@redhat.com>
5346
5347 * vol2.texi (Top): Update.
5348 * vol1.texi (Top): Update.
5349 * tips.texi (Library Headers): Mention Package-Version and
5350 Package-Requires.
5351 * package.texi: New file.
5352 * os.texi (System Interface): Update pointers.
5353 * elisp.texi (Top): Link to new nodes. Include package.texi.
5354 * anti.texi (Antinews): Update pointers.
5355
5356 2010-08-25 Eli Zaretskii <eliz@gnu.org>
5357
5358 * processes.texi (Filter Functions): Fix last change.
5359
5360 2010-08-24 Markus Triska <triska@gmx.at>
5361
5362 * processes.texi (Filter Functions): Use `buffer-live-p' instead
5363 of `buffer-name' in the main text as well as in the example
5364 (Bug#3098).
5365
5366 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
5367
5368 * nonascii.texi (Text Representations):
5369 * loading.texi (Loading Non-ASCII):
5370 * compile.texi (Byte Compilation): Don't mention obsolete
5371 --unibyte command-line argument.
5372
5373 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
5374
5375 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
5376
5377 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
5378
5379 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
5380
5381 2010-08-20 Eli Zaretskii <eliz@gnu.org>
5382
5383 * commands.texi (Misc Events): Add cross-references to where
5384 POSITION of a mouse event is described in detail.
5385
5386 2010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
5387
5388 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
5389
5390 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
5391
5392 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
5393 Suggested by Štěpán Němec <stepnem@gmail.com>.
5394
5395 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
5396
5397 * minibuf.texi (High-Level Completion): Document args of
5398 `read-buffer-function' (bug#5625).
5399
5400 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
5401
5402 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
5403
5404 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
5405
5406 * processes.texi (Process Information): Explain process property
5407 `remote-tty'.
5408
5409 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
5410
5411 * modes.texi (Defining Minor Modes): Use C-delete in examples,
5412 instead of "\C-\^?" (bug#6334).
5413
5414 * text.texi (Special Properties): Fix typo.
5415
5416 2010-07-09 Eli Zaretskii <eliz@gnu.org>
5417
5418 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
5419 calling sequences, which are now the standard.
5420
5421 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
5422
5423 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
5424
5425 * commands.texi (Command Overview): Mention undo-boundary call.
5426
5427 2010-06-23 Glenn Morris <rgm@gnu.org>
5428
5429 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
5430 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
5431 * frames.texi, functions.texi, internals.texi, keymaps.texi:
5432 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
5433 * searching.texi, sequences.texi, strings.texi, syntax.texi:
5434 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
5435 Untabify Texinfo files.
5436
5437 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
5438
5439 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
5440
5441 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
5442
5443 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5444
5445 2010-06-02 Chong Yidong <cyd@stupidchicken.com>
5446
5447 * searching.texi (Regexp Special): Remove obsolete information
5448 about matching non-ASCII characters, and suggest using char
5449 classes (Bug#6283).
5450
5451 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
5452
5453 * minibuf.texi (Basic Completion): Add missing "@end defun".
5454
5455 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5456
5457 * minibuf.texi (Basic Completion): Document completion-boundaries.
5458 (Programmed Completion): Document the new fourth method for boundaries.
5459
5460 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
5461
5462 * display.texi (Image Cache): Update documentation about image caching.
5463
5464 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
5465
5466 * windows.texi (Textual Scrolling):
5467 * tips.texi (Coding Conventions):
5468 * minibuf.texi (Minibuffer History):
5469 * maps.texi (Standard Keymaps):
5470 * loading.texi (Where Defined):
5471 * edebug.texi (Instrumenting): Fix typos.
5472
5473 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5474
5475 * keymaps.texi (Menu Bar): Document :advertised-binding property.
5476
5477 * functions.texi (Obsolete Functions):
5478 Document set-advertised-calling-convention.
5479
5480 * minibuf.texi (Basic Completion): Document completion-in-region.
5481 (Programmed Completion): Document completion-annotate-function.
5482
5483 * commands.texi (Reading One Event): Document read-key.
5484 (Distinguish Interactive): Document KIND arg to
5485 called-interactively-p. Delete obsolete interactive-p.
5486
5487 * elisp.texi (Top): Update node description.
5488
5489 2010-05-08 Eli Zaretskii <eliz@gnu.org>
5490
5491 * nonascii.texi (Character Properties):
5492 Document unicode-category-table. Add an index entry for Unicode
5493 general category.
5494
5495 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
5496
5497 * Version 23.2 released.
5498
5499 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
5500
5501 * locals.texi (Standard Buffer-Local Variables):
5502 Remove @ignore'd reference to `direction-reversed'.
5503
5504 2010-04-14 Juri Linkov <juri@jurta.org>
5505
5506 Fix @deffn without category.
5507
5508 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
5509 for `abbrev-insert'.
5510
5511 * buffers.texi (Indirect Buffers): Add category `Command'
5512 to @deffn of `clone-indirect-buffer'.
5513
5514 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
5515 for `next-window' and `previous-window'. Add category `Command'
5516 to @deffn of `pop-to-buffer'.
5517
5518 2010-04-01 Chong Yidong <cyd@stupidchicken.com>
5519
5520 * nonascii.texi (Text Representations): Don't mark
5521 enable-multibyte-characters as a user option.
5522
5523 2010-03-31 Eli Zaretskii <eliz@gnu.org>
5524
5525 * control.texi (Handling Errors): How to re-throw a signal caught
5526 by condition-case.
5527
5528 2010-03-26 Chong Yidong <cyd@stupidchicken.com>
5529
5530 * loading.texi (Hooks for Loading): Document after-load-functions.
5531 Copyedits.
5532
5533 2010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
5534
5535 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
5536
5537 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
5538
5539 * processes.texi (Network Processes): Document seqpacket type.
5540
5541 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
5542
5543 * os.texi (System Environment): Do not mention lynxos.
5544
5545 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
5546
5547 * Branch for 23.2.
5548
5549 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
5550
5551 * objects.texi (Integer Type): Take note of the read syntax
5552 exception for numbers that cannot fit in the integer type.
5553
5554 2010-03-03 Glenn Morris <rgm@gnu.org>
5555
5556 * numbers.texi (Integer Basics, Bitwise Operations):
5557 * objects.texi (Integer Type): Update for integers now being 30-bit.
5558
5559 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
5560
5561 * display.texi (Low-Level Font): Document :otf font-spec property.
5562
5563 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
5564
5565 * display.texi (Line Height): Avoid obsolete special default variables
5566 like default-major-mode.
5567
5568 2010-01-28 Alan Mackenzie <acm@muc.de>
5569
5570 * display.texi (Auto Faces): Say fontification-functions is called
5571 whether or not Font Lock is enabled. Tidy up the wording a bit.
5572
5573 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
5574
5575 * elisp.texi: Remove duplicate edition information (Bug#5407).
5576
5577 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
5578
5579 * two.el (volume-header-toc-markup): Fix typos in docstring.
5580
5581 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
5582
5583 Avoid dubious uses of save-excursions.
5584 * positions.texi (Excursions): Recommend the use of
5585 save-current-buffer if applicable.
5586 * text.texi (Clickable Text): Fix the example code which used
5587 save-excursion in a naive way which sometimes preserves point and
5588 sometimes not.
5589 * variables.texi (Creating Buffer-Local):
5590 * os.texi (Session Management):
5591 * display.texi (GIF Images):
5592 * control.texi (Cleanups): Use (save|with)-current-buffer.
5593
5594 2010-01-02 Eli Zaretskii <eliz@gnu.org>
5595
5596 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
5597
5598 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
5599
5600 * nonascii.texi (Text Representations, Character Codes)
5601 (Converting Representations, Explicit Encoding)
5602 (Translation of Characters): Use hex notation consistently.
5603 (Character Sets): Fix map-charset-chars doc (Bug#5197).
5604
5605 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
5606
5607 * loading.texi (Where Defined): Make it clearer that these are
5608 loaded files (Bug#5068).
5609
5610 2009-12-29 Chong Yidong <cyd@stupidchicken.com>
5611
5612 * minibuf.texi (Completion Styles): Document `initials' style.
5613
5614 2009-12-25 Chong Yidong <cyd@stupidchicken.com>
5615
5616 * frames.texi (Resources): Describe inhibit-x-resources.
5617 (Size Parameters): Copyedit.
5618
5619 * hash.texi (Creating Hash):
5620 * objects.texi (Hash Table Type): Document the new hash table
5621 printed representation.
5622
5623 * minibuf.texi (Basic Completion): 4th arg to all-completions is
5624 obsolete.
5625
5626 * processes.texi (Process Buffers):
5627 Document process-kill-buffer-query-function.
5628
5629 2009-12-05 Glenn Morris <rgm@gnu.org>
5630
5631 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
5632 diary-display-function, and no longer recommended to be a hook.
5633 Update for changes in the names of calendar and diary hooks.
5634 diary-print-entries-hook has changed section.
5635
5636 2009-11-28 Eli Zaretskii <eliz@gnu.org>
5637
5638 * text.texi (Special Properties): More accurate description of
5639 what the `cursor' property does.
5640
5641 2009-11-26 Kevin Ryde <user42@zip.com.au>
5642
5643 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
5644 mouse-wheel-down-event, the closest thing to a definition for them.
5645 * os.texi (Startup Summary): vindex inhibit-startup-message and
5646 inhibit-splash-screen.
5647 (Command-Line Arguments): vindex argv.
5648 (Suspending Emacs): vindex suspend-tty-functions and
5649 resume-tty-functions. Don't want to index every hook, but having
5650 the programming ones is helpful.
5651
5652 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
5653
5654 * commands.texi (Motion Events): Fix typo (Bug#4907).
5655
5656 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5657
5658 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
5659 are affected by case-fold-search (Bug#4483).
5660
5661 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
5662
5663 * minibuf.texi (Reading File Names): Note that read-file-name may
5664 use a graphical file dialog.
5665
5666 2009-10-31 Glenn Morris <rgm@gnu.org>
5667
5668 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
5669
5670 2009-10-16 Kevin Ryde <user42@zip.com.au>
5671
5672 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
5673 in particular so `info-lookup-symbol' can find its docs.
5674
5675 2009-10-16 Chong Yidong <cyd@stupidchicken.com>
5676
5677 * variables.texi (Constant Variables): Distinguish from defconst
5678 variables.
5679 (Defining Variables): Add cindex.
5680
5681 2009-10-15 Chong Yidong <cyd@stupidchicken.com>
5682
5683 * os.texi (Time of Day): Clarify that the microsecond part is
5684 ignored (Bug#4637).
5685
5686 2009-10-11 Glenn Morris <rgm@gnu.org>
5687
5688 * frames.texi (Size and Position): Clarify what is included in the frame
5689 height. (Bug#4535)
5690
5691 2009-10-10 Glenn Morris <rgm@gnu.org>
5692
5693 * windows.texi (Size of Window): The relationship between window and
5694 frame heights is not so simple. (Bug#4535)
5695 Mention window-full-height-p.
5696
5697 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5698
5699 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
5700 used from Lisp.
5701
5702 2009-10-07 Eli Zaretskii <eliz@gnu.org>
5703
5704 * files.texi (Directory Names) <abbreviate-file-name>:
5705 Document that root home directories are not replaced with "~".
5706
5707 2009-10-06 Eli Zaretskii <eliz@gnu.org>
5708
5709 * text.texi (Special Properties): Document the meaning of the
5710 `cursor' text property whose value is an integer.
5711
5712 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5713
5714 * files.texi (Magic File Names): Add `copy-directory'.
5715
5716 2009-10-05 Eli Zaretskii <eliz@gnu.org>
5717
5718 * files.texi (File Attributes): Fix description of file
5719 attributes. (Bug#4638) Update attributes of files.texi example to
5720 be more representative.
5721
5722 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5723
5724 * files.texi (Create/Delete Dirs): New command copy-directory.
5725
5726 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
5727
5728 * anti.texi (Antinews):
5729 * macros.texi (Indenting Macros):
5730 * strings.texi (Creating Strings, Case Conversion):
5731 Remove duplicate words.
5732
5733 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
5734
5735 * files.texi (Create/Delete Dirs): delete-directory has an
5736 optional parameter RECURSIVE.
5737
5738 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5739
5740 * buffers.texi (Swapping Text): Minor clarification.
5741
5742 2009-10-01 Glenn Morris <rgm@gnu.org>
5743
5744 * functions.texi (Declaring Functions): Mention that we also search for
5745 ".m" files in the src/ directory.
5746
5747 2009-09-25 David Engster <deng@randomsample.de>
5748
5749 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
5750
5751 2009-09-22 Glenn Morris <rgm@gnu.org>
5752
5753 * internals.texi (Building Emacs): Mention preloaded-file-list.
5754
5755 2009-09-14 Alan Mackenzie <acm@muc.de>
5756
5757 * os.texi (Terminal Output): Put "@code{}" around "stdout".
5758
5759 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
5760
5761 * functions.texi (Anonymous Functions): Rearrange discussion,
5762 giving usage of unquoted lambda forms first. Mention that
5763 `function' and `#'' are no longer required (Bug#4290).
5764
5765 2009-09-11 Alan Mackenzie <acm@muc.de>
5766
5767 * os.texi (Terminal Output): Document `send-string-to-terminal' in
5768 batch mode.
5769
5770 2009-09-01 Glenn Morris <rgm@gnu.org>
5771
5772 * display.texi (Face Functions): Mention define-obsolete-face-alias.
5773
5774 2009-08-26 Ulrich Mueller <ulm@gentoo.org>
5775
5776 * nonascii.texi (Character Codes): Fix typos.
5777
5778 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
5779
5780 * processes.texi (Synchronous Processes): New defvar
5781 process-file-side-effects.
5782
5783 2009-08-25 Glenn Morris <rgm@gnu.org>
5784
5785 * display.texi (Fontsets): Fix typo.
5786
5787 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
5788
5789 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5790
5791 * processes.texi (Asynchronous Processes): Adjust arglist of
5792 start-process-shell-command and start-file-process-shell-command.
5793
5794 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
5795
5796 * advice.texi (Argument Access in Advice): Note that argument
5797 positions are zero-based (Bug#3932).
5798
5799 * commands.texi (Distinguish Interactive): Minor copyedit.
5800
5801 * display.texi (Face Attributes): Add xref to Displaying Faces for
5802 explanation of "underlying face".
5803
5804 * customize.texi (Common Keywords): Add xref to Loading.
5805
5806 * loading.texi (How Programs Do Loading): Add xref to Lisp
5807 Libraries node in the Emacs manual.
5808
5809 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
5810
5811 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
5812
5813 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
5814
5815 * processes.texi (Shell Arguments): Copyedits.
5816
5817 2009-07-18 Glenn Morris <rgm@gnu.org>
5818
5819 * loading.texi (Repeated Loading): Fix typo.
5820
5821 2009-07-16 Richard Stallman <rms@gnu.org>
5822
5823 * buffers.texi (Swapping Text): Recommend setting
5824 write-region-annotate-functions and buffer-saved-size.
5825
5826 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
5827
5828 2009-07-15 Glenn Morris <rgm@gnu.org>
5829
5830 * edebug.texi: Minor re-phrasings throughout.
5831 (Edebug Execution Modes): Sit-for affects continue mode too.
5832 (Jumping): Use `forward-sexp' rather than its keybinding.
5833 (Edebug Misc): Fix Q binding.
5834 (Edebug Eval): Remove cl version.
5835 (Printing in Edebug): Clarify print-length etc.
5836 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
5837 (Specification List): Remove edebug-unwrap findex entry.
5838 (Specification Examples): defmacro is actually not the same as defun.
5839 Escape "`" in example.
5840
5841 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
5842
5843 * markers.texi (The Mark): Document optional arg to
5844 deactivate-mark.
5845
5846 2009-07-11 Kevin Ryde <user42@zip.com.au>
5847
5848 * hooks.texi (Standard Hooks): Fix cross-references.
5849
5850 * loading.texi (Named Features): Refer to eval-after-load.
5851
5852 2009-07-11 Glenn Morris <rgm@gnu.org>
5853
5854 * Makefile.in (TEXI2PDF): New.
5855 (elisp.pdf): New target.
5856
5857 * searching.texi (Regexp Backslash): Fix typo.
5858
5859 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5860
5861 2009-07-10 Glenn Morris <rgm@gnu.org>
5862
5863 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
5864
5865 * customize.texi (Customization Types):
5866 * display.texi (Abstract Display):
5867 * objects.texi (Character Type, String Type):
5868 Merge in some menu descriptions from elisp.texi.
5869
5870 * hash.texi (Hash Tables):
5871 * modes.texi (Multiline Font Lock):
5872 End menu description with period.
5873
5874 2009-07-09 Glenn Morris <rgm@gnu.org>
5875
5876 * back.texi: Don't hard-code texinfo location.
5877
5878 * two-volume.make (texinfodir): New, with location of texinfo.tex.
5879 (tex): Add texinfodir to TEXINPUTS.
5880 (elisp1med-init, elisp2med-init): Use texinfodir.
5881
5882 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
5883 (clean): Add two-volume.make intermediate files.
5884
5885 * elisp.texi, vol1.texi, vol2.texi:
5886 Use a DATE variable with the publication date, and update it.
5887 Fix antinews menu description.
5888
5889 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
5890 Update the detailed node listing to match elisp.texi.
5891
5892 * README: Update edition to match elisp.texi.
5893
5894 * objects.texi (General Escape Syntax):
5895 * nonascii.texi (Character Sets):
5896 Use consistent case for "Unicode Standard".
5897
5898 * anti.texi (Antinews):
5899 * customize.texi (Variable Definitions):
5900 * functions.texi (Declaring Functions):
5901 * nonascii.texi (Character Properties):
5902 * processes.texi (Serial Ports):
5903 * text.texi (Special Properties):
5904 * tips.texi (Coding Conventions):
5905 Minor rearrangements to improve TeX line-filling.
5906
5907 * commands.texi (Using Interactive): Fix cross-reference.
5908
5909 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5910
5911 * frames.texi (Management Parameters): Mention sticky.
5912
5913 2009-07-01 Andreas Schwab <aschwab@redhat.com>
5914
5915 * help.texi (Help Functions): Fix description of help-buffer and
5916 help-setup-xref to use @defun instead of @deffn.
5917
5918 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5919
5920 * frames.texi (Size Parameters): Mention maximized for fullscreen.
5921
5922 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
5923
5924 * display.texi (Window Systems): Add ns to the list.
5925
5926 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
5927
5928 * Branch for 23.1.
5929
5930 2009-06-17 Martin Rudalics <rudalics@gmx.at>
5931
5932 * windows.texi (Dedicated Windows): Fix typo.
5933 (Resizing Windows): Replace @defun by @deffn.
5934
5935 2009-06-17 Glenn Morris <rgm@gnu.org>
5936
5937 * variables.texi (Directory Local Variables):
5938 Update for 2009-04-11 name-change of dir-locals-directory-alist.
5939
5940 2009-06-09 Kenichi Handa <handa@m17n.org>
5941
5942 * nonascii.texi (Character Sets): State clearly that FROM and TO
5943 are codepoints of CHARSET.
5944
5945 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
5946
5947 * minibuf.texi (Reading File Names): Fix introductory text.
5948 Suggested by stan@derbycityprints.com.
5949 (High-Level Completion): Fix typo.
5950
5951 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
5952
5953 * frames.texi (Text Terminal Colors): Multi-tty is already
5954 implemented, but tty-local colors are not.
5955
5956 2009-05-27 Chong Yidong <cyd@stupidchicken.com>
5957
5958 * hooks.texi (Standard Hooks): Remove mention of obsolete
5959 redisplay-end-trigger-functions.
5960
5961 * internals.texi (Window Internals): Remove mention of obsolete
5962 redisplay-end-trigger-functions.
5963
5964 2009-05-21 Martin Rudalics <rudalics@gmx.at>
5965
5966 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
5967
5968 * backups.texi (Making Backups): backup-directory-alist and
5969 make-backup-file-name-function are options.
5970 (Auto-Saving): auto-save-list-file-prefix is an option.
5971
5972 * buffers.texi (Killing Buffers): buffer-offer-save is an
5973 option.
5974
5975 * display.texi (Refresh Screen): no-redraw-on-reenter is an
5976 option.
5977 (Echo Area Customization): echo-keystrokes is an option.
5978 (Selective Display): selective-display-ellipses is an option.
5979 (Temporary Displays): temp-buffer-show-function is an option.
5980 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
5981 are options.
5982 (Font Selection): face-font-family-alternatives,
5983 face-font-selection-order, face-font-registry-alternatives, and
5984 scalable-fonts-allowed are options.
5985 (Fringe Indicators): indicate-buffer-boundaries is an option.
5986 (Fringe Cursors): overflow-newline-into-fringe is an option.
5987 (Scroll Bars): scroll-bar-mode is an option.
5988
5989 * eval.texi (Eval): max-lisp-eval-depth is an option.
5990
5991 * files.texi (Visiting Functions): find-file-hook is an option.
5992 (Directory Names): directory-abbrev-alist is an option.
5993 (Unique File Names): temporary-file-directory and
5994 small-temporary-file-directory are options.
5995
5996 * frames.texi (Initial Parameters): initial-frame-alist,
5997 minibuffer-frame-alist and default-frame-alist are options.
5998 (Cursor Parameters): blink-cursor-alist and
5999 cursor-in-non-selected-windows ar options.
6000 (Window System Selections): selection-coding-system is an
6001 option.
6002 (Display Feature Testing): display-mm-dimensions-alist is an
6003 option.
6004
6005 * help.texi (Help Functions): help-char and help-event-list are
6006 options.
6007
6008 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
6009 an option.
6010
6011 * minibuf.texi (Minibuffer History): history-length and
6012 history-delete-duplicates are options.
6013 (High-Level Completion): read-buffer-function and
6014 read-buffer-completion-ignore-case are options.
6015 (Reading File Names): read-file-name-completion-ignore-case is
6016 an option.
6017
6018 * modes.texi (Mode Line Top): mode-line-format is an option.
6019 (Mode Line Variables): mode-line-position and mode-line-modes
6020 are options.
6021
6022 * nonascii.texi (Text Representations):
6023 enable-multibyte-characters is an option.
6024 (Default Coding Systems): auto-coding-regexp-alist,
6025 file-coding-system-alist, auto-coding-alist and
6026 auto-coding-functions are options.
6027 (Specifying Coding Systems): inhibit-eol-conversion is an
6028 option.
6029
6030 * os.texi (Init File): site-run-file is an option.
6031 (System Environment): mail-host-address is an option.
6032 (User Identification): user-mail-address is an option.
6033 (Terminal Output): baud-rate is an option.
6034
6035 * positions.texi (Word Motion): words-include-escapes is an
6036 option.
6037
6038 * searching.texi (Standard Regexps): page-delimiter,
6039 paragraph-separate, paragraph-separate and sentence-end are
6040 options.
6041
6042 * text.texi (Margins): left-margin and fill-nobreak-predicate
6043 are options.
6044
6045 * variables.texi (Local Variables): max-specpdl-size is an
6046 option.
6047
6048 * windows.texi (Choosing Window):
6049 split-window-preferred-function, special-display-function and
6050 display-buffer-function are options.
6051
6052 2009-05-20 Chong Yidong <cyd@stupidchicken.com>
6053
6054 Fix errors spotted by Martin Rudalics.
6055
6056 * syntax.texi (Position Parse): Document rationale for ignored
6057 arguments to syntax-ppss-flush-cache.
6058
6059 * processes.texi (Input to Processes): Mark PROCESS arg to
6060 process-running-child-p as optional.
6061 (Network Options): Document NO-ERROR arg to
6062 set-network-process-option.
6063
6064 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
6065 command.
6066
6067 * searching.texi (POSIX Regexps): Mark posix-search-forward and
6068 posix-search-backward as commands.
6069
6070 * os.texi (Killing Emacs): Mark kill-emacs as a command.
6071 (Suspending Emacs): Mark suspend-emacs as a command.
6072 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
6073 commands.
6074 (Terminal Output): Remove obsolete function baud-rate.
6075 Document TERMINAL arg for send-string-to-terminal.
6076
6077 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
6078 terminal-coding-system and set-terminal-coding-system.
6079 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
6080 as optional.
6081 (Character Sets): Document RESTRICTION arg of char-charset.
6082 (Character Codes): Mark POS argument to get-byte as optional.
6083
6084 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
6085 minibuffer-message.
6086
6087 * files.texi (Create/Delete Dirs): Mark make-directory and
6088 delete-directory as commands.
6089
6090 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
6091
6092 * text.texi (Base 64): Mark base64-decode-string and
6093 base64-encode-string as commands.
6094 (Columns): Mark move-to-column as a command.
6095 (Mode-Specific Indent): Document RIGID arg to
6096 indent-for-tab-command.
6097 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
6098 Mark indent-code-rigidly as a command.
6099 (Substitution): Mark translate-region as a command.
6100
6101 * frames.texi (Size and Position): Remove obsolete functions
6102 screen-height and screen-width.
6103
6104 2009-05-19 Chong Yidong <cyd@stupidchicken.com>
6105
6106 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
6107 (Displaying Buffers, Resizing Windows): Correct mistakes;
6108 next-window, previous-window, and pop-to-buffer are not commands,
6109 and fit-window-to-buffer" is a command. (Pointed out by Martin
6110 Rudalics.)
6111
6112 2009-05-17 Richard M Stallman <rms@gnu.org>
6113
6114 * modes.texi (Precalculated Fontification): Clarify text.
6115
6116 2009-05-17 Martin Rudalics <rudalics@gmx.at>
6117
6118 * windows.texi (Selecting Windows): Clarify descriptions of
6119 with-selected-window and get-lru-window.
6120 (Cyclic Window Ordering): Refer to particular frame when talking
6121 about how splitting affects the ordering.
6122 (Displaying Buffers): Fix descriptions of switch-to-buffer and
6123 switch-to-buffer-other-window. Explain how setting of
6124 display-buffer-reuse-frames affects pop-to-buffer.
6125 (Choosing Window): Clarify some details in descriptions of
6126 display-buffer-reuse-frames, pop-up-frames, and
6127 pop-up-frame-function.
6128 (Dedicated Windows): Clarify some details.
6129 (Textual Scrolling): Replace term vscroll by term vertical
6130 scroll position.
6131 (Vertical Scrolling): Fix typo.
6132 (Window Hooks): Relate text on jit-lock-register to window
6133 scrolling and size changes.
6134
6135 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
6136
6137 * frames.texi (Initial Parameters): Clarify what the initial
6138 minibuffer frame is.
6139 (Buffer Parameters): Note that the minibuffer parameter can not be
6140 altered.
6141
6142 * anti.texi (Antinews): Copyedits. Rearrange some entries.
6143 Document display-buffer changes.
6144
6145 2009-05-13 Chong Yidong <cyd@stupidchicken.com>
6146
6147 * anti.texi (Antinews): Rewrite for Emacs 22.
6148
6149 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
6150 obarrays are first mentioned. Define "system abbrev" more
6151 prominently, and add it to the index.
6152 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
6153 Copyedits.
6154 (Abbrev Expansion): Document abbrev-insert.
6155
6156 2009-05-12 Chong Yidong <cyd@stupidchicken.com>
6157
6158 * frames.texi (Font and Color Parameters): Rename from Color
6159 Parameters. Document font-backend parameter.
6160
6161 * vol2.texi (Top): Update node listing.
6162 * vol1.texi (Top): Update node listing.
6163 * elisp.texi (Top): Update node listing.
6164
6165 2009-05-11 Martin Rudalics <rudalics@gmx.at>
6166
6167 * windows.texi (Choosing Window): Don't explicitly refer to
6168 split-window-sensibly's window argument in descriptions of
6169 split-height-threshold and split-width-threshold.
6170
6171 2009-05-10 Martin Rudalics <rudalics@gmx.at>
6172
6173 * windows.texi (Choosing Window): Fix rewrite of window
6174 splitting section.
6175
6176 2009-05-09 Eli Zaretskii <eliz@gnu.org>
6177
6178 * nonascii.texi (Default Coding Systems):
6179 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
6180 Add indexing.
6181 (Lisp and Coding Systems): Add index entries.
6182
6183 2009-05-09 Martin Rudalics <rudalics@gmx.at>
6184
6185 * windows.texi (Choosing Window): Describe split-window-sensibly
6186 and rewrite section on window splitting accordingly.
6187 (Textual Scrolling): Replace `...' by @code{...}.
6188
6189 2009-05-04 Chong Yidong <cyd@stupidchicken.com>
6190
6191 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
6192 Remove obsoleted pre-abbrev-expand-hook.
6193
6194 * locals.texi (Standard Buffer-Local Variables): Consolidate table
6195 entries.
6196
6197 * internals.texi (Object Internals): Don't assume 32-bit machines
6198 are the norm.
6199 (Buffer Internals): Consolidate table entries for readability.
6200 (Window Internals): Synch field names to window.h.
6201 (Process Internals): Synch field names to process.h.
6202
6203 2009-04-29 Chong Yidong <cyd@stupidchicken.com>
6204
6205 * variables.texi (File Local Variables): Note that read-circle is
6206 bound to nil when reading file-local variables.
6207
6208 * streams.texi (Input Functions): Document read-circle.
6209 (Output Variables): Add xref to Circular Objects.
6210
6211 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
6212
6213 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
6214 Features and Coding System Basics. Node that "p" stands for
6215 "predicate". Recommend utf-8-emacs instead of emacs-mule.
6216 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
6217 mouse-appearance-menu.
6218 (Programming Tips): Add xref to Progress.
6219
6220 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
6221
6222 * os.texi (Command-Line Arguments):
6223 Document command-line-args-left.
6224 (Suspending Emacs): Adapt text to multi-tty case. Document use of
6225 terminal objects for tty arguments.
6226 (Startup Summary): Add xref to Session Management.
6227 (Session Management): Mention emacs-session-restore. Copyedits.
6228
6229 2009-04-20 Chong Yidong <cyd@stupidchicken.com>
6230
6231 * os.texi (Startup Summary): Copyedits. The init file is not
6232 necessarily named .emacs now. Document initial-buffer-choice and
6233 initial-scratch-message. Note where Emacs exits in batch mode.
6234 Document inhibit-splash-screen as an alias.
6235 (Init File): Be neutral about which init file name to use.
6236
6237 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
6238
6239 * os.texi (System Interface): Fix Texinfo usage.
6240
6241 2009-04-15 Chong Yidong <cyd@stupidchicken.com>
6242
6243 * searching.texi (Regexp Backslash): Also refer to shy groups as
6244 non-capturing or unnumbered groups.
6245 (Regexp Functions): Add cross-reference to Regexp Backslash.
6246
6247 * display.texi (Truncation): Overlays can use line-prefix and
6248 wrap-prefix too.
6249 (Overlay Properties): Document wrap-prefix and line-prefix.
6250 (Face Attributes): Document underline-minimum-offset.
6251 (Face Remapping): Copyedits.
6252 (Low-Level Font): Copyedits.
6253 (Image Cache): Note that the image cache is shared between frames.
6254 (Line Height): Emphasize that line-spacing only takes effect on
6255 graphical terminals.
6256
6257 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
6258
6259 * display.texi (Refresh Screen): Note that a passage about screen
6260 refreshing is text terminal only.
6261 (Forcing Redisplay): Delete misleading comment---sit-for calls
6262 redisplay, not the other way around.
6263 (Truncation): Note new values of truncate-partial-width-windows.
6264 Copyedits.
6265 (Invisible Text): Document invisible-p.
6266
6267 2009-04-11 Eli Zaretskii <eliz@gnu.org>
6268
6269 * display.texi (Overlays): Overlays don't scale well. See
6270 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
6271
6272 2009-04-10 Chong Yidong <cyd@stupidchicken.com>
6273
6274 * syntax.texi (Syntax Table Functions): Document cons cell
6275 argument for modify-syntax-entry.
6276 (Categories): Document cons cell argument for
6277 modify-category-entry.
6278
6279 * searching.texi (String Search): Document word-search-forward-lax
6280 and word-search-backward-lax.
6281 (Searching and Case): Describe isearch behavior more precisely.
6282
6283 * keymaps.texi (Tool Bar): Mention that some platforms do not
6284 support multi-line toolbars. Suggested by Stephen Eglen.
6285
6286 * frames.texi (Layout Parameters): Mention that Nextstep also
6287 allows only one tool-bar line. Suggested by Stephen Eglen.
6288
6289 * nonascii.texi (Text Representations): Copyedits.
6290 (Coding System Basics): Also mention utf-8-emacs.
6291 (Converting Representations, Selecting a Representation)
6292 (Scanning Charsets, Translation of Characters, Encoding and I/O):
6293 Copyedits.
6294 (Character Codes): Mention role of codepoints 1114112 to 4194175.
6295
6296 2009-04-09 Chong Yidong <cyd@stupidchicken.com>
6297
6298 * text.texi (Yank Commands): Note that yank uses push-mark.
6299 (Filling): Clarify REGION argument of fill-paragraph.
6300 Document fill-forward-paragraph-function.
6301 (Special Properties): Remove "new in Emacs 22" declaration.
6302 (Clickable Text): Merge with Links and Mouse-1 node.
6303
6304 * display.texi (Button Properties, Button Buffer Commands):
6305 Change xref to Clickable Text.
6306
6307 * tips.texi (Key Binding Conventions): Change xref to Clickable
6308 Text.
6309
6310 * elisp.texi (Top): Update node listing.
6311
6312 2009-04-05 Chong Yidong <cyd@stupidchicken.com>
6313
6314 * markers.texi (The Mark): Copyedits. Improve description of
6315 handle-shift-selection.
6316 (The Region): Move use-region-p here from The Mark.
6317
6318 * positions.texi (Screen Lines): Document (cols . lines) argument
6319 for vertical-motion.
6320
6321 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
6322
6323 * frames.texi (Frames): Clean up introduction. Document `ns'
6324 return value for framep.
6325 (Creating Frames): Note how the terminal is chosen.
6326 (Multiple Terminals, Multiple Displays): Merge into a single node.
6327 (Color Parameters): Fix typo.
6328
6329 * variables.texi (Local Variables, Buffer-Local Variables)
6330 (Creating Buffer-Local): Change link to Multiple Terminals.
6331
6332 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
6333
6334 * keymaps.texi (Controlling Active Maps): Change link to Multiple
6335 Terminals.
6336
6337 * commands.texi (Command Loop Info, Keyboard Macros): Change link
6338 to Multiple Terminals.
6339
6340 * elisp.texi (Top): Update node listing.
6341 * vol2.texi (Top): Update node listing.
6342 * vol1.texi (Top): Update node listing.
6343
6344 * buffers.texi (Current Buffer): Note that the append-to-buffer
6345 example is no longer in synch with the latest code. Tie the two
6346 examples together.
6347
6348 * files.texi (File Attributes): Move note about MS-DOS from
6349 Changing Files to File Attributes.
6350 (Create/Delete Dirs): Note that mkdir is an alias for this.
6351
6352 2009-04-01 Markus Triska <triska@gmx.at>
6353
6354 * processes.texi (Filter Functions): Suggest how to handle output
6355 batches.
6356
6357 2009-03-30 Chong Yidong <cyd@stupidchicken.com>
6358
6359 * help.texi (Accessing Documentation): Update example to use
6360 help-setup-xref and with-help-window.
6361 (Help Functions): Remove print-help-return-message, which is
6362 semi-obsolete due to with-help-window. Document help-buffer and
6363 help-setup-xref.
6364
6365 2009-03-29 Chong Yidong <cyd@stupidchicken.com>
6366
6367 * help.texi (Accessing Documentation, Help Functions):
6368 Remove information about long-obsolete Emacs versions.
6369
6370 * modes.texi (Mode Line Variables): The default values of the mode
6371 line variables are now more complicated.
6372
6373 2009-03-28 Chong Yidong <cyd@stupidchicken.com>
6374
6375 * modes.texi (Major Mode Conventions): Note that specialness is
6376 inherited.
6377 (Derived Modes): Note that define-derive-mode sets the mode-class
6378 property.
6379
6380 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
6381 goto-map. Add search-map to the list.
6382
6383 2009-03-27 Eli Zaretskii <eliz@gnu.org>
6384
6385 * os.texi (System Environment): Update the list of system-type
6386 values.
6387
6388 * markers.texi (The Mark) <handle-shift-selection>: Update for
6389 removal of the optional argument DEACTIVATE.
6390
6391 2009-03-25 Chong Yidong <cyd@stupidchicken.com>
6392
6393 * commands.texi (Focus Events): Most X window managers don't use
6394 focus-follows-mouse nowadays.
6395
6396 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
6397
6398 * commands.texi (Defining Commands): Clarify introduction.
6399 (Using Interactive): Not that interactive can be put in a symbol
6400 property.
6401 (Interactive Call): Note that a symbol with a non-nil
6402 interactive-form property satisfies commandp.
6403
6404 2009-03-23 Juanma Barranquero <lekktu@gmail.com>
6405
6406 * minibuf.texi (Intro to Minibuffers): Fix typos.
6407
6408 2009-03-23 Chong Yidong <cyd@stupidchicken.com>
6409
6410 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
6411 about minibuffers in old Emacs versions. Copyedits.
6412 Emphasize that enable-recursive-minibuffers defaults to nil.
6413 (Text from Minibuffer): Simplify introduction.
6414
6415 2009-03-22 Alan Mackenzie <acm@muc.de>
6416
6417 * commands.texi (Using Interactive): Clarify string argument to
6418 `interactive' - even promptless elements need \n separators.
6419
6420 2009-03-18 Chong Yidong <cyd@stupidchicken.com>
6421
6422 * minibuf.texi (Completion Styles): New node.
6423
6424 * elisp.texi (Top): Update node listing.
6425
6426 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
6427
6428 * minibuf.texi (Basic Completion): Note that
6429 read-file-name-completion-ignore-case and
6430 read-buffer-completion-ignore-case can override
6431 completion-ignore-case.
6432 (Minibuffer Completion): Document completing-read changes.
6433 (Completion Commands): Avoid mentioning partial completion mode.
6434 Document minibuffer-completion-confirm changes, and
6435 minibuffer-confirm-exit-commands.
6436 (High-Level Completion): Document new require-match behavior for
6437 read-buffer. Document read-buffer-completion-ignore-case.
6438 (Reading File Names): Document new require-match behavior for
6439 read-file-name.
6440
6441 2009-03-14 Chong Yidong <cyd@stupidchicken.com>
6442
6443 * debugging.texi (Error Debugging): Don't mislead the reader into
6444 thinking that debug-on-error enters debugger for C-f at EOB.
6445 (Error Debugging): Setting debug-on-init within the init file
6446 works, and has for some time.
6447
6448 2009-03-13 Kenichi Handa <handa@m17n.org>
6449
6450 * display.texi (Fontsets): Update the description.
6451
6452 2009-03-13 Chong Yidong <cyd@stupidchicken.com>
6453
6454 * advice.texi (Advising Primitives): Link to What Is a Function.
6455
6456 2009-03-12 Chong Yidong <cyd@stupidchicken.com>
6457
6458 * compile.texi (Speed of Byte-Code): Update example.
6459 (Disassembly): Update examples.
6460
6461 * loading.texi (Repeated Loading): Simplify examples.
6462
6463 * customize.texi (Common Keywords): It's not necessary to use :tag
6464 to remove hyphens, as custom-unlispify-tag-name does it
6465 automatically.
6466 (Variable Definitions): Link to File Local Variables.
6467 Document customized-value symbol property.
6468 (Customization Types): Move menu to end of node.
6469
6470 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
6471
6472 * macros.texi (Compiling Macros): Omit misleading sentence, which
6473 implied that macros can only be used in the same file they are
6474 defined.
6475 (Backquote): Remove obsolete information about Emacs 19.
6476
6477 2009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
6478
6479 * display.texi (Display Margins): Fix paren typo.
6480
6481 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
6482
6483 * elisp.texi (Top): Update node listing.
6484
6485 * variables.texi (Variables): Clarify introduction.
6486 (Global Variables): Mention that setq is a special form.
6487 (Local Variables): Use active voice.
6488 (Tips for Defining): Mention marking variables as safe.
6489 (Buffer-Local Variables): Mention terminal-local and frame-local
6490 variables together.
6491 (File Local Variables): Copyedits.
6492 (Frame-Local Variables): Note that they are not really useful.
6493 (Future Local Variables): Node deleted.
6494
6495 * objects.texi (General Escape Syntax): Update explanation of
6496 Unicode escape syntax.
6497
6498 2009-02-23 Chong Yidong <cyd@stupidchicken.com>
6499
6500 * control.texi (Control Structures): Add cindex entry for "textual
6501 order".
6502
6503 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
6504 instead of "expression" throughout.
6505 (Function Indirection): Copyedits. Use active voice.
6506 (Eval): The default value of max-lisp-eval-depth is now 400.
6507
6508 2009-02-23 Miles Bader <miles@gnu.org>
6509
6510 * processes.texi (System Processes): Rename `system-process-attributes'
6511 to `process-attributes'.
6512
6513 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
6514
6515 * symbols.texi (Property Lists): Emphasize that property lists are
6516 not restricted to symbol cells.
6517 (Other Plists): Copyedit.
6518
6519 * sequences.texi (Sequences Arrays Vectors): Make introduction
6520 more concise.
6521 (Arrays): Mention char-tables and bool-vectors too.
6522 (Vectors): Don't repeat information given in Arrays node. Link to
6523 nodes that explain the vector usage examples.
6524 (Char-Tables): Note that char-table elements can have arbitrary
6525 type. Explain effect of omitted char-table-extra-slots property.
6526 Link to Property Lists node.
6527
6528 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
6529
6530 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
6531 `append'.
6532 (List Elements): Copyedits.
6533
6534 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
6535 of `vconcat'.
6536
6537 * strings.texi (Creating Strings): Copyedits. Remove obsolete
6538 Emacs 20 usage of `concat'.
6539 (Case Conversion): Copyedits.
6540
6541 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
6542
6543 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
6544 Minor edits.
6545 (Frame Configuration Type): Emphasize that it is not primitive.
6546 (Font Type): New node.
6547 (Type Predicates): Add fontp; type-of now recognizes font object
6548 types.
6549
6550 * intro.texi (Version Info): Update version numbers in examples.
6551 (Acknowledgements): List more contributors.
6552
6553 * elisp.texi: Bump version number to 3.0.
6554 (Top): Link to Font Type node.
6555
6556 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
6557
6558 * modes.texi (Major Mode Conventions): Remove duplicate words.
6559 (Customizing Keywords): Fix typo.
6560
6561 2009-02-14 Eli Zaretskii <eliz@gnu.org>
6562
6563 * nonascii.texi (User-Chosen Coding Systems): Document that
6564 select-safe-coding-system suggests raw-text if there are raw bytes
6565 in the region.
6566 (Explicit Encoding): Warn not to use `undecided' when encoding.
6567
6568 2009-02-11 Glenn Morris <rgm@gnu.org>
6569
6570 * frames.texi (Visibility of Frames): Mention the effect multiple
6571 workspaces/desktops can have on visibility.
6572
6573 2009-02-07 Eli Zaretskii <eliz@gnu.org>
6574
6575 * text.texi (Commands for Insertion):
6576 * commands.texi (Event Mod):
6577 * keymaps.texi (Searching Keymaps):
6578 * nonascii.texi (Translation of Characters):
6579 Reinstate documentation of translation-table-for-input.
6580 (Explicit Encoding): Document the `charset' text property produced
6581 by decode-coding-region and decode-coding-string.
6582
6583 2009-01-27 Alan Mackenzie <acm@muc.de>
6584
6585 * modes.texi (Search-based Fontification): Correct a typo.
6586
6587 2009-01-25 Juanma Barranquero <lekktu@gmail.com>
6588
6589 * abbrevs.texi (Abbrev Table Properties): Fix typo.
6590 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
6591
6592 2009-01-24 Eli Zaretskii <eliz@gnu.org>
6593
6594 * display.texi (Window Systems): Document the value of
6595 `initial-window-system' under --daemon.
6596
6597 * os.texi (System Environment): Remove description of the
6598 `environment' function which has been deleted.
6599
6600 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
6601
6602 * frames.texi (Multiple Displays): Remove documentation for
6603 removed function make-frame-on-tty.
6604
6605 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
6606
6607 * files.texi (Format Conversion Piecemeal): Clarify behavior of
6608 write-region-annotate-functions.
6609 Document write-region-post-annotation-function.
6610
6611 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
6612
6613 * display.texi (Font Lookup): Document WIDTH argument of
6614 x-list-fonts.
6615
6616 2009-01-17 Eli Zaretskii <eliz@gnu.org>
6617
6618 * maps.texi (Standard Keymaps): Rename function-key-map to
6619 local-function-key-map.
6620
6621 * keymaps.texi (Translation Keymaps): Rename function-key-map to
6622 local-function-key-map.
6623
6624 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
6625 and `set-keyboard-coding-system' now accept an optional terminal
6626 argument.
6627
6628 * commands.texi (Event Mod): `keyboard-translate-table' is now
6629 terminal-local.
6630 (Function Keys): Rename function-key-map to
6631 local-function-key-map.
6632
6633 * elisp.texi (Top): Make @detailmenu be consistent with changes in
6634 frames.texi.
6635
6636 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
6637 `delete-terminal-functions', `suspend-tty-functions' and
6638 `resume-tty-functions'.
6639
6640 * frames.texi (Frames): Document `frame-terminal' and
6641 `terminal-live-p'.
6642 (Multiple Displays): Document `make-frame-on-tty'.
6643 (Multiple Terminals): Document `terminal-list', `delete-terminal',
6644 `terminal-name', and `get-device-terminal'.
6645 (Terminal Parameters): Document `terminal-parameters',
6646 `terminal-parameter', and `set-terminal-parameter'.
6647
6648 * os.texi (System Environment): Document `environment' and
6649 `initial-environment'.
6650 (Suspending Emacs): Update for multi-tty; document
6651 `suspend-tty', `resume-tty', and `controlling-tty-p'.
6652
6653 * nonascii.texi (Coding System Basics): More accurate description
6654 of `raw-text'.
6655
6656 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
6657
6658 * display.texi (Low-Level Font): Fix typo.
6659
6660 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
6661
6662 * elisp.texi (Top): Update node listing.
6663
6664 * display.texi (PostScript Images): Node deleted.
6665
6666 2009-01-10 Eli Zaretskii <eliz@gnu.org>
6667
6668 * processes.texi (Decoding Output): Document that null bytes force
6669 no-conversion for reading process output.
6670
6671 * files.texi (Reading from Files): Document that null bytes force
6672 no-conversion when visiting files.
6673
6674 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
6675
6676 * nonascii.texi (Lisp and Coding Systems):
6677 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
6678 (Character Properties): Improve wording.
6679
6680 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
6681
6682 * display.texi (Font Lookup): Remove obsolete function
6683 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
6684 (Low-Level Font): Rename from Fonts, move to end of Faces section.
6685 (Font Selection): Reorder order of variable descriptions.
6686 Minor clarifications.
6687
6688 * elisp.texi (Top): Update node listing.
6689
6690 2009-01-09 Glenn Morris <rgm@gnu.org>
6691
6692 * commands.texi (Command Loop Info): Say that last-command-char and
6693 last-input-char are obsolete aliases.
6694
6695 * edebug.texi (Edebug Recursive Edit): Remove separate references to
6696 last-input-char and last-command-char, since they are just aliases for
6697 last-input-event and last-command-event.
6698
6699 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
6700 last-command-char.
6701
6702 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
6703
6704 * elisp.texi: Update node listing.
6705
6706 * display.texi (Faces): Put Font Selection node after Auto Faces.
6707 (Face Attributes): Don't link to Font Lookup.
6708 Document font-family-list.
6709 (Fonts): New node.
6710
6711 2009-01-08 Jason Rumney <jasonr@gnu.org>
6712
6713 * frames.texi (Pointer Shape): Clarify that only X supports
6714 changing the standard pointer shapes. (Bug#1485)
6715
6716 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
6717
6718 * display.texi (Attribute Functions): Note that a function value
6719 :height is relative, and that compatibility functions work by
6720 calling set-face-attribute.
6721 (Displaying Faces): Reorder list in order of increasing priority.
6722 (Face Remapping): New node. Content moved here from Displaying
6723 Faces.
6724 (Glyphs): Link to Face Functions.
6725
6726 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
6727
6728 * display.texi (Faces): Don't discuss face id here. facep does
6729 not return t.
6730 (Defining Faces): Minor clarification.
6731 (Face Attributes): Rearrange items to match docstring of
6732 set-face-attribute. Add :foundry attribute. Document new role of
6733 :font attribute. Texinfo usage fix.
6734 (Attribute Functions): Copyedits.
6735 (Face Functions): Note that face number is seldom used.
6736
6737 2009-01-05 Richard M Stallman <rms@gnu.org>
6738
6739 * strings.texi (Predicates for Strings): Minor clarification.
6740
6741 * functions.texi (Function Safety): Texinfo usage fix.
6742
6743 2009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny change)
6744
6745 * objects.texi (General Escape Syntax): Fix typo.
6746
6747 2009-01-03 Martin Rudalics <rudalics@gmx.at>
6748
6749 * windows.texi (Choosing Window): Say that pop-up-frame-alist
6750 works via the default value of pop-up-frame-function.
6751
6752 2009-01-02 Eli Zaretskii <eliz@gnu.org>
6753
6754 * processes.texi (System Processes): Document the `time' and
6755 `ctime' attributes of `system-process-attributes'.
6756
6757 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
6758
6759 * display.texi (Face Attributes): Clarify :height attribute.
6760
6761 2008-12-31 Martin Rudalics <rudalics@gmx.at>
6762
6763 * buffers.texi (The Buffer List): Clarify what moves a buffer to
6764 the front of the buffer list. Add entries for `last-buffer' and
6765 `unbury-buffer'.
6766
6767 2008-12-27 Eli Zaretskii <eliz@gnu.org>
6768
6769 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
6770 and its subsections.
6771
6772 * frames.texi (Multiple Terminals, Low-level Terminal)
6773 (Terminal Parameters, Frames on Other TTY devices): New sections.
6774 (Frames): Add an xref to "Multiple Terminals".
6775
6776 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
6777
6778 * objects.texi (Terminal Type): New node.
6779 (Editing Types): Add it to the menu.
6780
6781 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
6782 Variables".
6783
6784 * variables.texi (Directory Local Variables): New node.
6785 (Variables): Add a menu item for it.
6786
6787 * loading.texi (Autoload): Document `generate-autoload-cookie' and
6788 `generated-autoload-file'.
6789
6790 2008-12-20 Eli Zaretskii <eliz@gnu.org>
6791
6792 * os.texi (Startup Summary): Add xref to documentation of
6793 `initial-window-system'.
6794
6795 * display.texi (Window Systems): Document `window-system' the
6796 function. The variable `window-system' is now frame-local.
6797 Document `initial-window-system'.
6798
6799 2008-12-19 Martin Rudalics <rudalics@gmx.at>
6800
6801 * windows.texi (Windows): Rewrite description of
6802 fit-window-to-buffer.
6803
6804 2008-12-13 Glenn Morris <rgm@gnu.org>
6805
6806 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
6807 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
6808
6809 2008-12-12 Glenn Morris <rgm@gnu.org>
6810
6811 * debugging.texi (Error Debugging): Refer forwards to
6812 eval-expression-debug-on-error.
6813
6814 2008-12-05 Eli Zaretskii <eliz@gnu.org>
6815
6816 * strings.texi (String Basics): Only unibyte strings that
6817 represent key sequences hold 8-bit raw bytes.
6818
6819 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
6820 paragraph to speak about `undecided'.
6821 (Character Properties): Don't explain the meaning of each
6822 property; instead, identify their Unicode Standard names.
6823 (Character Sets): Document `map-charset-chars'.
6824
6825 2008-12-02 Glenn Morris <rgm@gnu.org>
6826
6827 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
6828 section yet again.
6829
6830 2008-11-29 Eli Zaretskii <eliz@gnu.org>
6831
6832 * nonascii.texi (Character Properties): New Section.
6833 (Specifying Coding Systems): Document
6834 `coding-system-priority-list', `set-coding-system-priority', and
6835 `with-coding-priority'.
6836 (Lisp and Coding Systems): Document `check-coding-systems-region'
6837 and `coding-system-charset-list'.
6838 (Coding System Basics): Document `coding-system-aliases'.
6839
6840 * elisp.texi (Top): Add a @detailmenu entry for "Character
6841 Properties".
6842
6843 * objects.texi (Character Type): Correct the range of Emacs
6844 characters. Add an @xref to "Character Codes".
6845
6846 * strings.texi (String Basics): Add an @xref to "Character Codes".
6847
6848 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
6849
6850 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
6851 (Character Codes): Document `max-char'.
6852
6853 2008-11-28 Eli Zaretskii <eliz@gnu.org>
6854
6855 * nonascii.texi (Text Representations, Converting Representations)
6856 (Character Sets, Scanning Charsets, Translation of Characters):
6857 Make text more accurate.
6858
6859 2008-11-28 Glenn Morris <rgm@gnu.org>
6860
6861 * files.texi (Format Conversion Round-Trip): Improve previous change.
6862
6863 2008-11-26 Chong Yidong <cyd@stupidchicken.com>
6864
6865 * modes.texi (Auto Major Mode): Fix example.
6866
6867 2008-11-25 Glenn Morris <rgm@gnu.org>
6868
6869 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
6870
6871 * files.texi (Format Conversion Round-Trip):
6872 Use active voice for previous change.
6873
6874 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
6875
6876 * os.texi (Processor Run Time):
6877 * processes.texi (Transaction Queues):
6878 * markers.texi (The Mark):
6879 * windows.texi (Choosing Window, Selecting Windows):
6880 * files.texi (Changing Files, Magic File Names):
6881 * commands.texi (Key Sequence Input):
6882 * functions.texi (Declaring Functions):
6883 * strings.texi (Predicates for Strings):
6884 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
6885
6886 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
6887
6888 * help.texi (Accessing Documentation): Update example.
6889
6890 * variables.texi (Defining Variables): Note that `*' is not
6891 necessary if defcustom is used.
6892
6893 2008-11-22 Eli Zaretskii <eliz@gnu.org>
6894
6895 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
6896 Characters" from @detailmenu.
6897
6898 * nonascii.texi (Character Codes, Character Sets)
6899 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
6900 (Chars and Bytes, Splitting Characters): Sections removed.
6901
6902 2008-11-22 Lute Kamstra <lute@gnu.org>
6903
6904 * positions.texi (Text Lines): Update goto-line documentation.
6905
6906 2008-11-21 Martin Rudalics <rudalics@gmx.at>
6907
6908 * frames.texi (Frames): Fix typo, add cross references, reword.
6909 (Initial Parameters): Reword special-display-frame-alist text.
6910 (Frames and Windows): Reword. Describe argument norecord for
6911 set-frame-selected-window.
6912 (Input Focus): Describe argument norecord for select-frame.
6913 Remove comment on MS-Windows behavior for focus-follows-mouse.
6914 (Raising and Lowering): Mention windows-frames dichotomy in
6915 metaphor.
6916
6917 * windows.texi (Displaying Buffers, Vertical Scrolling)
6918 (Horizontal Scrolling): Fix indenting and rewording issues
6919 introduced with 2008-11-07 change.
6920
6921 2008-11-20 Glenn Morris <rgm@gnu.org>
6922
6923 * files.texi (Format Conversion Round-Trip): Mention `preserve'
6924 element of `format-alist'.
6925
6926 2008-11-19 Glenn Morris <rgm@gnu.org>
6927
6928 * doclicense.texi: Update to FDL 1.3.
6929 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
6930
6931 2008-11-18 Chong Yidong <cyd@stupidchicken.com>
6932
6933 * windows.texi (Window Hooks): Remove *-end-trigger-functions
6934 vars, which are obsolete. Mention jit-lock-register.
6935
6936 * modes.texi (Other Font Lock Variables):
6937 Document jit-lock-register and jit-lock-unregister.
6938
6939 * frames.texi (Color Parameters): Document alpha parameter.
6940
6941 2008-11-16 Martin Rudalics <rudalics@gmx.at>
6942
6943 * windows.texi (Splitting Windows, Deleting Windows)
6944 (Selecting Windows, Cyclic Window Ordering)
6945 (Buffers and Windows, Displaying Buffers, Choosing Window)
6946 (Dedicated Windows, Window Point, Window Start and End)
6947 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
6948 (Size of Window, Resizing Windows, Window Configurations)
6949 (Window Parameters): Avoid @var at beginning of sentences and
6950 reword accordingly.
6951
6952 2008-11-11 Lute Kamstra <lute@gnu.org>
6953
6954 * files.texi (File Name Components): Fix file-name-extension
6955 documentation.
6956
6957 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
6958
6959 * frames.texi (Basic Parameters): Remove display-environment-variable
6960 and term-environment-variable.
6961
6962 2008-11-08 Eli Zaretskii <eliz@gnu.org>
6963
6964 * windows.texi (Basic Windows, Splitting Windows)
6965 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
6966 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
6967 (Resizing Windows, Window Configurations, Window Parameters):
6968 Fix wording and markup.
6969
6970 2008-11-07 Martin Rudalics <rudalics@gmx.at>
6971
6972 * windows.texi (Windows): Update entries.
6973 (Basic Windows): Remove listing of attributes. Reword.
6974 (Splitting Windows, Deleting Windows): Reword.
6975 (Selecting Windows, Cyclic Window Ordering): Reword with special
6976 emphasis on order of recently selected windows and buffer list.
6977 (Buffers and Windows, Choosing Window): Reword with special
6978 emphasis on dedicated windows.
6979 (Displaying Buffers): Reword. For switch-to-buffer mention that
6980 it may fall back on pop-to-buffer. For other-window try to
6981 explain how it treats the cyclic ordering of windows.
6982 (Dedicated Windows): New node and section discussing dedicated
6983 windows and associated functions.
6984 (Window Point): Add entry for window-point-insertion-type. Reword.
6985 (Window Start and End): Rename node and section title. Reword.
6986 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
6987 Minor rewording.
6988 (Size of Window): Reword, in particular text on window-width.
6989 (Resizing Windows): Reword. Add text on balancing windows.
6990 (Window Configurations): Reword. Mention window parameters.
6991 (Window Parameters): New node and section on window parameters.
6992 (Window Hooks): Reword. Mention that
6993 window-configuration-change-hook is run "buffer-locally".
6994 * elisp.texi (Top): Update Windows entries in @detailmenu
6995 section.
6996
6997 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
6998
6999 * searching.texi (Regexp Search): Fix typo.
7000
7001 2008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
7002
7003 * searching.texi (Regexp Search): Document GREEDY arg.
7004 (Simple Match Data): Fix return value.
7005
7006 2008-11-01 Eli Zaretskii <eliz@gnu.org>
7007
7008 * nonascii.texi (Text Representations): Rewrite to make consistent
7009 with Emacs 23 internal representation of characters.
7010 Document `unibyte-string'.
7011
7012 2008-10-28 Chong Yidong <cyd@stupidchicken.com>
7013
7014 * processes.texi (Process Information): Note that process-status
7015 does not accept buffer names.
7016
7017 2008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
7018
7019 * positions.texi (Skipping Characters): Correct return value of
7020 skip-chars-forward.
7021
7022 2008-10-25 Martin Rudalics <rudalics@gmx.at>
7023
7024 * windows.texi (Deleting Windows): Update documentation of
7025 delete-windows-on.
7026 (Buffers and Windows): Update documentations of
7027 get-buffer-window and get-buffer-window-list.
7028 (Displaying Buffers): Update documentation of
7029 replace-buffer-in-windows.
7030
7031 * buffers.texi (Current Buffer): Reword set-buffer and
7032 with-current-buffer documentations.
7033 (Creating Buffers): Reword documentation of get-buffer-create.
7034
7035 2008-10-23 Martin Rudalics <rudalics@gmx.at>
7036
7037 * buffers.texi (Current Buffer): Reword documentation of
7038 set-buffer.
7039 (Buffer Names): Reword documentation of buffer-name.
7040 (The Buffer List): For bury-buffer explain what happens with the
7041 buffer's window.
7042 (Creating Buffers): Say that get-buffer-create's arg is called
7043 buffer-or-name.
7044
7045 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
7046
7047 * advice.texi (Computed Advice): Explain what DEFINITION is.
7048
7049 * nonascii.texi (Character Codes): Remove obsolete function
7050 char-valid-p, and document characterp instead.
7051
7052 2008-10-22 Martin Rudalics <rudalics@gmx.at>
7053
7054 * windows.texi (Displaying Buffers): Reword documentation of
7055 pop-to-buffer.
7056 (Choosing Window): Rewrite documentation of display-buffer and
7057 its options.
7058
7059 * buffers.texi (Killing Buffers): Update documentation of
7060 kill-buffer.
7061
7062 2008-10-21 Eli Zaretskii <eliz@gnu.org>
7063
7064 * processes.texi (Serial Ports): Fix wording and improve markup.
7065
7066 * searching.texi (Regexp Search): Document `string-match-p' and
7067 `looking-at-p'.
7068 (POSIX Regexps): Add an xref for "non-greedy".
7069 (Regexp Special): Add @cindex entry for "non-greedy".
7070
7071 * display.texi (Attribute Functions): Document `face-all-attributes'.
7072 (Image Cache) <image-refresh>: Minor wording fixes.
7073
7074 * frames.texi (Color Names): Add an xref to `read-color'.
7075
7076 * minibuf.texi (High-Level Completion): Document `read-color'.
7077
7078 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
7079
7080 * positions.texi (Narrowing): Add an xref to "Swapping Text".
7081
7082 * buffers.texi (Swapping Text): New section, documents
7083 `buffer-swap-text'.
7084
7085 2008-10-21 Martin Rudalics <rudalics@gmx.at>
7086
7087 * windows.texi (Resizing Windows): Minor wording fix.
7088
7089 2008-10-20 Eli Zaretskii <eliz@gnu.org>
7090
7091 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
7092 and `combine-and-quote-strings'.
7093
7094 * strings.texi (Creating Strings): Add xrefs for them.
7095
7096 2008-10-19 Eli Zaretskii <eliz@gnu.org>
7097
7098 * elisp.texi (Top): Make descriptive text for "Reading File Names"
7099 match the corresponding menu in minibuf.texi.
7100
7101 * minibuf.texi (Reading File Names): Document `read-shell-command'
7102 and `minibuffer-local-shell-command-map'.
7103
7104 2008-10-19 Martin Rudalics <rudalics@gmx.at>
7105
7106 * windows.texi (Resizing Windows): Remove var{} around "window" in
7107 documentation of enlarge-window.
7108 Rewrite documentation of window-min-height and window-min-width.
7109
7110 2008-10-19 Eli Zaretskii <eliz@gnu.org>
7111
7112 * functions.texi (Calling Functions): Document `apply-partially'.
7113
7114 * hooks.texi (Standard Hooks): Mention
7115 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
7116
7117 * variables.texi (File Local Variables): Document
7118 `file-local-variables-alist', `before-hack-local-variables-hook'
7119 and `hack-local-variables-hook'.
7120
7121 * processes.texi (Synchronous Processes): Document `process-lines'.
7122
7123 * customize.texi (Variable Definitions):
7124 Document `custom-reevaluate-setting'.
7125
7126 2008-10-18 Martin Rudalics <rudalics@gmx.at>
7127
7128 * windows.texi (Choosing Window, Deleting Windows)
7129 (Displaying Buffers): Expand documentation of dedicated windows.
7130
7131 2008-10-18 Eli Zaretskii <eliz@gnu.org>
7132
7133 * files.texi (Changing Files): Document symbolic input of file
7134 modes to `set-file-modes'. Document `read-file-modes' and
7135 `file-modes-symbolic-to-number'.
7136
7137 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
7138 and `search-map'.
7139
7140 * searching.texi (Search and Replace):
7141 Document `replace-search-function' and `replace-re-search-function'.
7142 Document `multi-query-replace-map'.
7143
7144 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
7145 (Completion Commands, Reading File Names):
7146 Rename `minibuffer-local-must-match-filename-map' to
7147 `minibuffer-local-filename-must-match-map'.
7148 (Minibuffer Completion): The `require-match' argument to
7149 `completing-read' can now have the value `confirm-only'.
7150
7151 * windows.texi (Displaying Buffers): Minor wording fix.
7152 (Choosing Window): `split-height-threshold' can now be nil.
7153 Document `split-width-threshold'. `pop-up-frames' can have the
7154 value `graphic-only'.
7155
7156 2008-10-17 Eli Zaretskii <eliz@gnu.org>
7157
7158 * os.texi (Startup Summary): Document `before-init-time' and
7159 `after-init-time'. Document `initial-window-system' and
7160 `window-system-initialization-alist'. Document reading the
7161 abbrevs file. Document the call to `server-start' under --daemon.
7162 Rearrange a bit to be consistent with the code flow.
7163 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
7164 (Time Parsing): Document `format-seconds'.
7165
7166 2008-10-17 Martin Rudalics <rudalics@gmx.at>
7167
7168 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
7169 and reword.
7170
7171 2008-10-16 Eli Zaretskii <eliz@gnu.org>
7172
7173 * markers.texi (The Mark): Document use-region-p.
7174
7175 2008-10-15 Eli Zaretskii <eliz@gnu.org>
7176
7177 * internals.texi (Writing Emacs Primitives): The interactive spec
7178 of a primitive can be a Lisp form.
7179
7180 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
7181 values of transient-mark-mode. Document handle-shift-selection.
7182
7183 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
7184 (Interactive Examples): Show an example of `^'.
7185 (Key Sequence Input): Document this-command-keys-shift-translated.
7186 (Defining Commands, Using Interactive): The interactive-form of a
7187 function can be added via its symbol's property.
7188
7189 * positions.texi (List Motion): beginning-of-defun-function can
7190 now accept an argument.
7191
7192 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
7193 now return a list of strings.
7194
7195 * control.texi (Handling Errors): Document ignore-errors.
7196
7197 * frames.texi (Creating Frames): Document frame-inherited-parameters.
7198 (Parameter Access): Document set-frame-parameter.
7199
7200 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
7201 Hooks" for the effect of kill-all-local-variables on local hook
7202 functions.
7203
7204 * modes.texi (Major Mode Conventions, Mode Line Variables):
7205 `mode-name' need not be a string. xref to "Mode Line Data" for
7206 details, and to "Emulating Mode Line" for computing a string
7207 value.
7208
7209 2008-10-14 Eli Zaretskii <eliz@gnu.org>
7210
7211 * processes.texi (System Processes): New section.
7212 (Processes, Signals to Processes): Add xrefs to it.
7213
7214 * objects.texi (Editing Types): A `process' is a subprocess of
7215 Emacs, not just any process running on the OS.
7216
7217 * elisp.texi (Top): Adjust the @detailmenu for the above two
7218 changes.
7219
7220 * sequences.texi (Char-Tables): Remove documentation of
7221 set-char-table-default, which has no effect since Emacs 23.
7222 <char-table-range, set-char-table-range>: Don't mention generic
7223 characters and charsets. Add a cons cell as a possible argument.
7224
7225 * nonascii.texi (Splitting Characters)
7226 (Translation of Characters): Don't mention generic characters.
7227
7228 * display.texi (Fontsets): Don't mention generic characters.
7229
7230 * sequences.texi (Char-Tables): `map-char-table' can now call its
7231 argument FUNCTION with a cons cell as KEY.
7232
7233 2008-10-13 Eli Zaretskii <eliz@gnu.org>
7234
7235 * objects.texi (Primitive Function Type): Move "@cindex special
7236 forms" from here...
7237
7238 * eval.texi (Special Forms): ...to here.
7239
7240 * functions.texi (What Is a Function): `functionp' returns nil for
7241 special forms. Add an xref.
7242
7243 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
7244 Variables".
7245
7246 * variables.texi (Frame-Local Variables): New section.
7247 (Buffer-Local Variables): Add an xref to it.
7248 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
7249 have both frame-local and buffer-local binding.
7250
7251 * frames.texi (Frames): Mention multiple tty frames.
7252 (Frame Parameters, Parameter Access): Mention frame-local variable
7253 bindings.
7254
7255 2008-09-20 Glenn Morris <rgm@gnu.org>
7256
7257 * display.texi (Defining Faces): Recommend against face variables.
7258
7259 2008-09-16 Juanma Barranquero <lekktu@gmail.com>
7260
7261 * display.texi (Echo Area Customization): Fix typo.
7262
7263 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
7264
7265 * loading.texi (Where Defined): Add `defface' item.
7266
7267 2008-09-06 Martin Rudalics <rudalics@gmx.at>
7268
7269 * loading.texi (Where Defined): Fix description of symbol-file.
7270
7271 2008-08-26 Jason Rumney <jasonr@gnu.org>
7272
7273 * display.texi (TIFF Images): New section describing :index property.
7274
7275 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
7276
7277 * display.texi (Temporary Displays): Remove unnecessary comment
7278 about usage of temp-buffer-show-hook.
7279
7280 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
7281
7282 * symbols.texi (Other Plists): Fix incorrect example.
7283 Suggested by Florian Beck.
7284
7285 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
7286
7287 * os.texi: Fix previous change.
7288
7289 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7290
7291 * os.texi:
7292 * intro.texi:
7293 * files.texi: Remove VMS support.
7294
7295 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7296
7297 * os.texi:
7298 * frames.texi:
7299 * display.texi: Remove mentions of Mac Carbon.
7300
7301 2008-07-01 Miles Bader <miles@gnu.org>
7302
7303 * text.texi (Special Properties):
7304 * display.texi (Truncation): Add wrap-prefix and line-prefix.
7305
7306 2008-06-28 Johan Bockgård <bojohan@gnu.org>
7307
7308 * display.texi (Other Image Types): Fix copy/paste error; say
7309 "PBM", not "XBM".
7310
7311 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
7312
7313 * os.texi: Remove references to obsolete systems.
7314
7315 2008-06-20 Eli Zaretskii <eliz@gnu.org>
7316
7317 * makefile.w32-in (distclean): Remove makefile.
7318
7319 2008-06-17 Glenn Morris <rgm@gnu.org>
7320
7321 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
7322 (elisp, dist): Remove rules and variables that are obsolete now
7323 the lisp manual is no longer distributed separately.
7324
7325 2008-06-16 Glenn Morris <rgm@gnu.org>
7326
7327 * configure, configure.in, mkinstalldirs: Remove unused files.
7328
7329 * book-spine.texinfo: Set version to 23.0.60.
7330 * vol1.texi (EMACSVER):
7331 * vol2.texi (EMACSVER): Set to 23.0.60.
7332
7333 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
7334 as per maintain.info.
7335
7336 2008-06-15 Glenn Morris <rgm@gnu.org>
7337
7338 * makefile.w32-in (manual): Use "23" rather than "21".
7339
7340 * Makefile.in (emacsver): New, set by configure.
7341 (manual): Use emacsver.
7342
7343 * intro.texi: Report bugs using M-x report-emacs-bug.
7344
7345 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
7346
7347 2008-06-13 Daniel Engeler <engeler@gmail.com>
7348
7349 * elisp.texi, internals.texi, processes.texi: Add documentation
7350 about serial port access.
7351
7352 2008-06-05 Miles Bader <miles@gnu.org>
7353
7354 * display.texi (Displaying Faces): Update to reflect function
7355 renamings in face-remap.el.
7356
7357 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
7358
7359 * display.texi (Fontsets): Fix typos.
7360
7361 2008-06-03 Miles Bader <miles@gnu.org>
7362
7363 * display.texi (Displaying Faces): Add add-relative-face-remapping,
7364 remove-relative-face-remapping, set-base-face-remapping,
7365 and set-default-base-face-remapping.
7366
7367 2008-06-01 Miles Bader <miles@gnu.org>
7368
7369 * display.texi (Displaying Faces): Add face-remapping-alist.
7370
7371 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7372
7373 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
7374 variable names.
7375
7376 2008-05-03 Eric S. Raymond <esr@golux>
7377
7378 * keymaps.texi: Clarify that (current-local-map) and
7379 (current-global-map) return references, not copies.
7380
7381 2008-05-02 Juri Linkov <juri@jurta.org>
7382
7383 * minibuf.texi (Text from Minibuffer): Document a list of
7384 default values for `read-from-minibuffer'.
7385
7386 2008-04-24 Juanma Barranquero <lekktu@gmail.com>
7387
7388 * nonascii.texi (Translation of Characters): Fix previous change.
7389
7390 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
7391
7392 * display.texi (Overlay Properties): Clarify role of underlying
7393 textprop and overlay keymaps for display strings.
7394
7395 * keymaps.texi (Active Keymaps): Ditto.
7396
7397 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
7398
7399 * minibuf.texi (Programmed Completion):
7400 Replace dynamic-completion-table with the new completion-table-dynamic.
7401
7402 2008-04-07 Chong Yidong <cyd@stupidchicken.com>
7403
7404 * intro.texi (Some Terms): Change "fonts in this manual" index
7405 entry to "typographic conventions".
7406
7407 2008-04-05 Eli Zaretskii <eliz@gnu.org>
7408
7409 * objects.texi (Text Props and Strings): Add indexing for read
7410 syntax of text properties.
7411
7412 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
7413
7414 * processes.texi (Decoding Output): Remove process-filter-multibyte
7415 functions.
7416
7417 2008-03-15 Martin Rudalics <rudalics@gmx.at>
7418
7419 * display.texi (Finding Overlays): Say that empty overlays at
7420 the end of the buffer are reported too.
7421
7422 2008-03-13 Glenn Morris <rgm@gnu.org>
7423
7424 * elisp.texi (EMACSVER): Set to 23.0.60.
7425
7426 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
7427
7428 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
7429
7430 2008-02-22 Glenn Morris <rgm@gnu.org>
7431
7432 * frames.texi (Position Parameters): Clarify the description of
7433 `left' and `top', using information from "Geometry".
7434 (Geometry): Give a pointer to "Position Parameters", rather than
7435 repeating information.
7436
7437 2008-02-11 Glenn Morris <rgm@gnu.org>
7438
7439 * objects.texi (Equality Predicates): No longer talk about "two"
7440 functions.
7441
7442 2008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
7443
7444 * objects.texi (Equality Predicates): Add defun for
7445 equal-including-properties.
7446
7447 2008-02-10 Glenn Morris <rgm@gnu.org>
7448
7449 * objects.texi (Equality Predicates):
7450 Mention equal-including-properties.
7451
7452 2008-02-07 Richard Stallman <rms@gnu.org>
7453
7454 * windows.texi (Window Start): Mention the feature of moving
7455 window-start to start of line.
7456
7457 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
7458
7459 * keymaps.texi (Tool Bar): Document rtl property.
7460
7461 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
7462
7463 * display.texi (Button Types):
7464 For define-button-type, clarify type of NAME.
7465
7466 2008-01-19 Martin Rudalics <rudalics@gmx.at>
7467
7468 * buffers.texi (Buffer Modification): Fix typo.
7469
7470 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
7471
7472 * os.texi (System Environment): Remove references to OSes that are
7473 not supported anymore.
7474
7475 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
7476
7477 * os.texi (System Environment): Remove mention for Masscomp.
7478
7479 2008-01-04 Richard Stallman <rms@gnu.org>
7480
7481 * display.texi (Faces): Don't talk about internal face vector as arg
7482 to facep.
7483
7484 * customize.texi (Type Keywords): Fix previous change.
7485
7486 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
7487 * elisp.texi (Top): Fix menu for commands.texi change.
7488
7489 2007-12-30 Richard Stallman <rms@gnu.org>
7490
7491 * commands.texi (Accessing Mouse): Rename from Accessing Events.
7492 (Accessing Scroll): New node broken out of Accessing Mouse.
7493
7494 2007-12-28 Richard Stallman <rms@gnu.org>
7495
7496 * frames.texi (Size Parameters): Fix typo.
7497 (Basic Parameters): For `title', refer to title bar.
7498 (Size and Position): Explain meaning of frame pixel width and height.
7499
7500 2007-12-23 Richard Stallman <rms@gnu.org>
7501
7502 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
7503 Improve some of the commented-out keywords' text too.
7504
7505 2007-12-14 Martin Rudalics <rudalics@gmx.at>
7506
7507 * nonascii.texi (Encoding and I/O): Reword to avoid saying
7508 "visit the current buffer".
7509
7510 * os.texi (System Interface): Fix typo.
7511
7512 2007-12-04 Richard Stallman <rms@gnu.org>
7513
7514 * objects.texi (Symbol Type): Fix typo.
7515
7516 2007-12-03 Richard Stallman <rms@gnu.org>
7517
7518 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
7519
7520 2007-12-01 Glenn Morris <rgm@gnu.org>
7521
7522 * functions.texi (Declaring Functions): Improve previous change.
7523
7524 2007-11-30 Glenn Morris <rgm@gnu.org>
7525
7526 * functions.texi (Declaring Functions): Add optional fourth
7527 argument of declare-function, and setting third argument to `t'.
7528
7529 2007-11-29 Richard Stallman <rms@gnu.org>
7530
7531 * customize.texi (Composite Types): Document `group' type.
7532
7533 2007-11-29 Glenn Morris <rgm@gnu.org>
7534
7535 * functions.texi (Declaring Functions): Add findex.
7536 Mention `external' files.
7537
7538 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
7539
7540 * functions.texi (Declaring Functions): Fix directive.
7541
7542 2007-11-25 Richard Stallman <rms@gnu.org>
7543
7544 * help.texi (Help Functions): Clean up last change.
7545
7546 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
7547
7548 * loading.texi (Named Features): Minor cleanup.
7549
7550 * macros.texi (Eval During Expansion): Minor cleanup.
7551
7552 * variables.texi (Variable Aliases): Minor cleanup.
7553
7554 2007-11-24 Richard Stallman <rms@gnu.org>
7555
7556 * functions.texi (Declaring Functions): Clarify previous change.
7557
7558 * compile.texi (Compiler Errors): Clarify previous change.
7559
7560 2007-11-24 Richard Stallman <rms@gnu.org>
7561
7562 * display.texi (Refresh Screen, Forcing Redisplay):
7563 Clarify the text and move items around.
7564
7565 2007-11-24 Glenn Morris <rgm@gnu.org>
7566
7567 * functions.texi (Declaring Functions): New section.
7568 * compile.texi (Compiler Errors): Mention declaring functions,
7569 defvar with no initvalue, and byte-compile-warnings.
7570
7571 2007-11-15 Martin Rudalics <rudalics@gmx.at>
7572
7573 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
7574 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
7575
7576 2007-11-13 Martin Rudalics <rudalics@gmx.at>
7577
7578 * help.texi (Help Functions): Document new macro `with-help-window'.
7579
7580 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
7581
7582 * searching.texi (Replacing Match): Describe new
7583 `match-substitute-replacement'.
7584
7585 2007-10-31 Richard Stallman <rms@gnu.org>
7586
7587 * strings.texi (Creating Strings): Null strings from concat not unique.
7588
7589 2007-10-26 Richard Stallman <rms@gnu.org>
7590
7591 * objects.texi (Equality Predicates): Null strings are uniquified.
7592
7593 * minibuf.texi: Minor clarifications in previous change.
7594
7595 2007-10-25 Glenn Morris <rgm@gnu.org>
7596
7597 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
7598
7599 2007-10-24 Richard Stallman <rms@gnu.org>
7600
7601 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
7602
7603 * variables.texi (Frame-Local Variables): Node deleted.
7604 (Variables): Delete Frame-Local Variables from menu.
7605 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
7606 (Default Value): Don't mention frame-local vars.
7607
7608 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
7609
7610 * loading.texi (Unloading): Document FEATURE-unload-function
7611 instead of FEATURE-unload-hook.
7612
7613 * frames.texi (Multiple Displays): Don't mention frame-local vars.
7614
7615 2007-10-22 Juri Linkov <juri@jurta.org>
7616
7617 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
7618 (High-Level Completion): Document a list of default value strings
7619 in the DEFAULT argument, for which minibuffer functions return the
7620 first element.
7621
7622 2007-10-17 Juri Linkov <juri@jurta.org>
7623
7624 * text.texi (Filling): Update arguments of fill-paragraph.
7625 fill-paragraph operates on the active region in Transient Mark mode.
7626 Remove fill-paragraph-or-region.
7627
7628 2007-10-13 Karl Berry <karl@gnu.org>
7629
7630 * elisp.texi (@dircategory): Move to after @copying,
7631 since we want @copying as close as possible to the beginning of
7632 the output.
7633
7634 2007-10-12 Richard Stallman <rms@gnu.org>
7635
7636 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
7637
7638 * commands.texi (Distinguish Interactive): New node,
7639 broken out from Interactive Call and rewritten.
7640 (Command Loop): Put Distinguish Interactive in menu.
7641
7642 2007-10-09 Richard Stallman <rms@gnu.org>
7643
7644 * text.texi (Examining Properties): Mention overlay priority.
7645
7646 * display.texi (Display Margins): Correct the description
7647 of margin display specifications.
7648 (Replacing Specs): New subnode broken out of Display Property.
7649
7650 2007-10-06 Juri Linkov <juri@jurta.org>
7651
7652 * text.texi (Filling): Document fill-paragraph-or-region.
7653
7654 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
7655
7656 * display.texi (Auto Faces): Fix typo.
7657
7658 2007-10-02 Richard Stallman <rms@gnu.org>
7659
7660 * display.texi (Display Property): Explain some display specs
7661 don't let you move point in.
7662
7663 * frames.texi (Cursor Parameters):
7664 Describe cursor-in-non-selected-windows here. Explain more values.
7665
7666 * windows.texi (Basic Windows): Don't describe
7667 cursor-in-non-selected-windows here.
7668
7669 2007-10-01 Eli Zaretskii <eliz@gnu.org>
7670
7671 * processes.texi (Misc Network): Note that these functions are
7672 supported only on some systems.
7673
7674 2007-10-01 Richard Stallman <rms@gnu.org>
7675
7676 * display.texi (Overlay Properties): Explain nil as priority.
7677 Explain that conflicts are unpredictable if not resolved by
7678 priorities.
7679
7680 2007-09-23 Richard Stallman <rms@gnu.org>
7681
7682 * macros.texi (Backquote): Minor clarification.
7683
7684 2007-09-19 Richard Stallman <rms@gnu.org>
7685
7686 * display.texi (Display Property): Explain multiple display specs.
7687 Clarify when they work in parallel and when one overrides.
7688 Fix error in example.
7689
7690 2007-09-06 Glenn Morris <rgm@gnu.org>
7691
7692 Move from lispref/ to doc/lispref/. Change all setfilename
7693 commands to use ../../info.
7694 * Makefile.in (infodir): Go up one more level.
7695 (usermanualdir): Change from ../man to ../emacs.
7696 (miscmanualdir): New.
7697 (dist): Use new variable miscmanualdir.
7698 * makefile.w32-in (infodir, texinputdir): Go up one more level.
7699 (usermanualdir): Change from ../man to ../emacs.
7700
7701 2007-08-30 Martin Rudalics <rudalics@gmx.at>
7702
7703 * commands.texi (Command Loop Info): Advise against changing
7704 most variables described here. Explain new variable
7705 last-repeatable-command.
7706
7707 2007-08-29 Glenn Morris <rgm@gnu.org>
7708
7709 * elisp.texi (EMACSVER): Increase to 23.0.50.
7710
7711 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
7712
7713 * frames.texi (Basic Parameters): Add display-environment-variable
7714 and term-environment-variable.
7715
7716 2007-08-28 Juri Linkov <juri@jurta.org>
7717
7718 * display.texi (Image Formats, Other Image Types): Add SVG.
7719
7720 2007-08-28 Juri Linkov <juri@jurta.org>
7721
7722 * display.texi (Images): Move formats-related text to new node
7723 "Image Formats".
7724 (Image Formats): New node.
7725
7726 2007-08-27 Richard Stallman <rms@gnu.org>
7727
7728 * windows.texi (Window Configurations): Clarify what
7729 a window configuration saves.
7730
7731 2007-08-25 Richard Stallman <rms@gnu.org>
7732
7733 * display.texi (Images): Delete redundant @findex.
7734
7735 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
7736
7737 * text.texi (Change Hooks): (after|before)-change-functions are no
7738 longer bound to nil while running; rather inhibit-modification-hooks
7739 is t.
7740
7741 2007-08-16 Richard Stallman <rms@gnu.org>
7742
7743 * processes.texi (Asynchronous Processes):
7744 Clarify doc of start-file-process.
7745
7746 2007-08-08 Martin Rudalics <rudalics@gmx.at>
7747
7748 * modes.texi (Example Major Modes): Fix typo.
7749
7750 2007-08-08 Glenn Morris <rgm@gnu.org>
7751
7752 * intro.texi (nil and t): Do not use `iff' in documentation.
7753
7754 * tips.texi (Documentation Tips): Recommend against `iff'.
7755
7756 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
7757
7758 * display.texi (Image Cache): Document image-refresh.
7759
7760 2007-08-06 Martin Rudalics <rudalics@gmx.at>
7761
7762 * windows.texi (Size of Window): Document window-full-width-p.
7763
7764 2007-07-25 Glenn Morris <rgm@gnu.org>
7765
7766 * gpl.texi (GPL): Replace license with GPLv3.
7767
7768 * Relicense all FSF files to GPLv3 or later.
7769
7770 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
7771
7772 * processes.texi (Synchronous Processes):
7773 Add `process-file-shell-command'.
7774 (Asynchronous Processes): Mention restricted use of
7775 `process-filter' and `process-sentinel' in
7776 `start-file-process'. Add `start-file-process-shell-command'.
7777
7778 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
7779
7780 * files.texi (Magic File Names): Introduce optional parameter
7781 IDENTIFICATION for `file-remote-p'.
7782
7783 2007-07-16 Richard Stallman <rms@gnu.org>
7784
7785 * display.texi (Defining Faces): Fix previous change.
7786
7787 2007-07-14 Richard Stallman <rms@gnu.org>
7788
7789 * control.texi (Handling Errors): Document `debug' in handler list.
7790
7791 2007-07-10 Richard Stallman <rms@gnu.org>
7792
7793 * display.texi (Defining Faces): Explain C-M-x feature for defface.
7794
7795 2007-07-09 Richard Stallman <rms@gnu.org>
7796
7797 * files.texi (Magic File Names): Rewrite previous change.
7798
7799 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
7800
7801 * files.texi (Magic File Names): Introduce optional parameter
7802 CONNECTED for `file-remote-p'.
7803
7804 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
7805
7806 * processes.texi (Asynchronous Processes):
7807 * files.texi (Magic File Names): Add `start-file-process'.
7808
7809 2007-06-27 Richard Stallman <rms@gnu.org>
7810
7811 * files.texi (Format Conversion Piecemeal):
7812 Clarify `after-insert-file-functions' calling convention.
7813
7814 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
7815
7816 * files.texi (Magic File Names): Remove `dired-call-process'.
7817 Add `process-file'.
7818
7819 2007-06-27 Kenichi Handa <handa@m17n.org>
7820
7821 * text.texi (Special Properties): Fix description about
7822 `composition' property.
7823
7824 2007-06-26 Kenichi Handa <handa@m17n.org>
7825
7826 * nonascii.texi (Default Coding Systems): Document about the
7827 return value `undecided'.
7828
7829 2007-06-25 David Kastrup <dak@gnu.org>
7830
7831 * keymaps.texi (Active Keymaps): Document new POSITION argument of
7832 `current-active-maps'.
7833
7834 2007-06-24 Karl Berry <karl@gnu.org>
7835
7836 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
7837
7838 2007-06-15 Juanma Barranquero <lekktu@gmail.com>
7839
7840 * display.texi (Overlay Arrow): Doc fix.
7841
7842 2007-06-14 Karl Berry <karl@tug.org>
7843
7844 * anti.texi (Antinews): Typo.
7845
7846 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
7847
7848 * display.texi (Image Cache): Document image-refresh.
7849
7850 2007-06-12 Karl Berry <karl@gnu.org>
7851
7852 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
7853 * two-volume.make: New file.
7854 * .cvsignore: Ignore two-volume files.
7855
7856 2007-06-12 Tom Tromey <tromey@redhat.com>
7857
7858 * os.texi (Init File): Document user-emacs-directory.
7859
7860 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
7861
7862 * commands.texi (Click Events): Describe width and height when
7863 object is nil.
7864
7865 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
7866
7867 * commands.texi (Click Events): Layout more logically.
7868 Describe width and height.
7869 (Drag Events, Motion Events): Update to new format for position.
7870
7871 2007-06-02 Richard Stallman <rms@gnu.org>
7872
7873 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
7874
7875 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
7876
7877 * Version 22.1 released.
7878
7879 2007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7880
7881 * text.texi (Special Properties): Correct meaning of fontified face.
7882
7883 2007-05-30 Richard Stallman <rms@gnu.org>
7884
7885 * text.texi (Special Properties): Add link to Adjusting Point.
7886
7887 2007-05-12 Richard Stallman <rms@gnu.org>
7888
7889 * text.texi (Margins): indent-to-left-margin is not the default.
7890 (Mode-Specific Indent): For indent-line-function, the default
7891 is indent-relative.
7892
7893 * modes.texi (Example Major Modes): Explain last line of text-mode
7894 is redundant.
7895
7896 2007-05-10 Richard Stallman <rms@gnu.org>
7897
7898 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
7899
7900 * help.texi (Keys in Documentation): Add reference to
7901 Documentation Tips.
7902
7903 * files.texi (Format Conversion): TO-FN gets three arguments.
7904
7905 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
7906
7907 2007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
7908
7909 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
7910 * files.texi (Format Conversion): Expand intro; add menu.
7911 (Format Conversion Overview, Format Conversion Round-Trip)
7912 (Format Conversion Piecemeal): New nodes/subsections.
7913 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
7914 * text.texi (Text Properties): Remove "Saving Properties" from menu.
7915 (Saving Properties): Delete node/subsection.
7916
7917 2007-05-07 Karl Berry <karl@gnu.org>
7918
7919 * elisp.texi (EMACSVER): Back to 22.
7920
7921 2007-05-06 Richard Stallman <rms@gnu.org>
7922
7923 * processes.texi (Accepting Output): Revert most of previous change.
7924
7925 2007-05-05 Richard Stallman <rms@gnu.org>
7926
7927 * processes.texi (Accepting Output): accept-process-output
7928 uses microseconds, not milliseconds. But that arg is obsolete.
7929
7930 2007-05-04 Karl Berry <karl@tug.org>
7931
7932 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
7933
7934 2007-05-04 Eli Zaretskii <eliz@gnu.org>
7935
7936 * tips.texi (Documentation Tips): Rearrange items to place the
7937 more important ones first. Add an index entry for hyperlinks.
7938
7939 2007-05-03 Karl Berry <karl@gnu.org>
7940
7941 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
7942 (EMACSVER) [smallbook]: 22 for printed version.
7943
7944 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
7945 so restore anchor to normal position after defun. Found by Kevin Ryde.
7946
7947 2007-04-26 Glenn Morris <rgm@gnu.org>
7948
7949 * elisp.texi (EMACSVER): Increase to 22.1.50.
7950
7951 2007-04-28 Karl Berry <karl@gnu.org>
7952
7953 * elisp.texi: Improve line breaks on copyright page,
7954 similar layout to emacs manual, 8.5x11 by default.
7955
7956 2007-04-24 Richard Stallman <rms@gnu.org>
7957
7958 * text.texi (Special Properties): Add xref to Overlay Properties.
7959
7960 * display.texi (Overlay Properties): Add xref to Special Properties.
7961
7962 2007-04-22 Richard Stallman <rms@gnu.org>
7963
7964 * keymaps.texi (Extended Menu Items): Move the info about
7965 format with cached keyboard binding.
7966
7967 2007-04-21 Richard Stallman <rms@gnu.org>
7968
7969 * text.texi (Special Properties): Clarify previous change.
7970
7971 * files.texi (File Name Expansion): Clarify previous change.
7972
7973 * display.texi (Attribute Functions): Fix example for
7974 face-attribute-relative-p.
7975
7976 2007-04-19 Kenichi Handa <handa@m17n.org>
7977
7978 * text.texi (Special Properties): Document composition property.
7979
7980 2007-04-19 Glenn Morris <rgm@gnu.org>
7981
7982 * files.texi (File Name Expansion): Mention "superroot".
7983
7984 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
7985
7986 * frames.texi (Multiple Displays): Add note about "multi-monitor"
7987 setups.
7988 (Display Feature Testing): Note that display refers to all
7989 physical monitors for multi-monitor setups.
7990
7991 2007-04-14 Richard Stallman <rms@gnu.org>
7992
7993 * lists.texi (Sets And Lists): Clarify `delete' examples.
7994 Remove spurious xref to same node.
7995 Clarify xref for add-to-list.
7996
7997 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
7998
7999 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
8000 value of lisp-mode-map.
8001
8002 2007-04-11 Karl Berry <karl@gnu.org>
8003
8004 * anti.texi (Antinews):
8005 * display.texi (Overlay Properties, Defining Images):
8006 * processes.texi (Synchronous Processes, Sentinels):
8007 * syntax.texi (Syntax Table Internals):
8008 * searching.texi (Regexp Special):
8009 * nonascii.texi (Default Coding Systems):
8010 * text.texi (Special Properties):
8011 * minibuf.texi (Basic Completion): Wording to improve breaks in
8012 8.5x11 format.
8013 * elisp.texi (smallbook): New @set to more easily switch between
8014 smallbook and 8.5x11.
8015
8016 2007-04-11 Richard Stallman <rms@gnu.org>
8017
8018 * text.texi (Lazy Properties): Minor fix.
8019
8020 2007-04-08 Karl Berry <karl@gnu.org>
8021
8022 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
8023 * macros.texi (Backquote): Downcase Backquote in index entries for
8024 consistency.
8025
8026 2007-04-08 Richard Stallman <rms@gnu.org>
8027
8028 * text.texi (Adaptive Fill): Just describe default,
8029 don't show it (since it contains non-ASCII chars).
8030
8031 2007-04-07 Karl Berry <karl@gnu.org>
8032
8033 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
8034 adaptive-fill-regexp's value, since they are not in the standard
8035 TeX fonts.
8036
8037 2007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
8038
8039 * display.texi (Defining Faces): Fix example.
8040
8041 2007-04-07 Karl Berry <karl@gnu.org>
8042
8043 * display.texi (Button Buffer Commands): Improve page break.
8044
8045 2007-04-07 Richard Stallman <rms@gnu.org>
8046
8047 * advice.texi (Activation of Advice): Remove redundant index entry.
8048
8049 * backups.texi: Improve index entries. Remove redundant ones.
8050
8051 * compile.texi (Byte Compilation): Improve index entry.
8052
8053 * hash.texi (Creating Hash): Improve index entry.
8054
8055 * symbols.texi (Definitions): Improve index entry.
8056
8057 * edebug.texi: Improve index entries. Remove redundant/useless ones.
8058
8059 * maps.texi (Standard Keymaps): Remove useless index entry.
8060
8061 * help.texi (Documentation Basics): Remove redundant index entries.
8062
8063 * customize.texi: Improve index entries.
8064 Remove redundant/useless ones.
8065
8066 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
8067
8068 * streams.texi (Output Variables): Improve index entry.
8069
8070 * abbrevs.texi (Abbrevs): Remove useless index entry.
8071
8072 * macros.texi (Expansion): Remove useless index entry.
8073
8074 * text.texi: Improve index entries. Remove redundant/useless ones.
8075 (Text Properties, Examining Properties)
8076 (Special Properties): Use "property category" instead of "category"
8077 to refer to the `category' property.
8078
8079 * positions.texi: Improve index entries. Remove useless one.
8080
8081 * lists.texi: Improve index entries. Remove redundant/useless ones.
8082
8083 * os.texi: Improve index entries.
8084 (Timers): Fix previous change.
8085
8086 * buffers.texi: Improve index entries.
8087 (Modification Time): Get rid of term "obsolete buffer".
8088
8089 * debugging.texi: Improve index entries.
8090 (Test Coverage): Add xref to other test coverage ftr.
8091
8092 * eval.texi: Improve index entry. Remove redundant ones.
8093
8094 * numbers.texi: Improve index entries. Remove redundant/useless ones.
8095
8096 * files.texi: Improve index entries. Remove redundant/useless ones.
8097
8098 * objects.texi: Improve index entries.
8099
8100 * processes.texi: Improve index entries.
8101
8102 * modes.texi: Improve index entry. Remove redundant one.
8103
8104 * nonascii.texi: Improve index entries.
8105
8106 * internals.texi: Improve index entries.
8107
8108 * syntax.texi: Improve index entries.
8109
8110 * keymaps.texi (Active Keymaps): Improve index entries.
8111
8112 * commands.texi: Improve index entries. Remove redundant/useless ones.
8113
8114 * frames.texi: Improve index entries. Remove redundant/useless ones.
8115
8116 * markers.texi: Improve index entries. Remove redundant ones.
8117
8118 * tips.texi: Improve index entries.
8119
8120 * loading.texi (Unloading): Improve index entry.
8121
8122 * variables.texi: Improve index entries. Remove redundant one.
8123
8124 * sequences.texi: Improve index entry.
8125
8126 * display.texi: Improve index entries. Remove redundant ones.
8127
8128 * windows.texi: Improve index entries.
8129
8130 * searching.texi: Improve index entries. Remove redundant one.
8131
8132 * strings.texi (Case Tables): Improve last change.
8133
8134 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
8135
8136 * strings.texi (Case Tables): Document with-case-table and
8137 ascii-case-table.
8138
8139 2007-04-03 Karl Berry <karl@gnu.org>
8140
8141 * processes.texi (Network): Reword to improve page break.
8142
8143 2007-04-03 Eli Zaretskii <eliz@gnu.org>
8144
8145 * functions.texi (Inline Functions): Describe more disadvantages
8146 of defsubst, and make advice against it stronger.
8147
8148 2007-04-02 Karl Berry <karl@gnu.org>
8149
8150 * backups.texi (Backup Names): Avoid widow words.
8151 * modes.texi (Example Major Modes): Align last comment.
8152
8153 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
8154
8155 * keymaps.texi (Remapping Commands): Document new arg to
8156 command-remapping.
8157
8158 2007-04-01 Karl Berry <karl@gnu.org>
8159
8160 * processes.texi (Low-Level Network): Typo.
8161 * loading.texi (Hooks for Loading): Avoid double "the".
8162 * keymaps.texi (Key Sequences): No double "and".
8163 (Changing Key Bindings): Shorten to improve line break.
8164
8165 2007-03-31 Glenn Morris <rgm@gnu.org>
8166
8167 * os.texi (Timers): Fix description of run-at-time TIME formats.
8168
8169 2007-03-31 Richard Stallman <rms@gnu.org>
8170
8171 * display.texi (Invisible Text): Correct buffer-invisibility-spec
8172 regarding ellipsis.
8173
8174 2007-03-31 Eli Zaretskii <eliz@gnu.org>
8175
8176 * intro.texi (nil and t):
8177 * symbols.texi (Plists and Alists):
8178 * variables.texi (Variable Aliases, Constant Variables):
8179 * functions.texi (Defining Functions):
8180 * advice.texi (Advising Primitives):
8181 * debugging.texi (Syntax Errors, Compilation Errors):
8182 * minibuf.texi (Minibuffer Windows):
8183 * commands.texi (Adjusting Point):
8184 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
8185 (Auto Major Mode, Major Mode Conventions):
8186 * help.texi (Describing Characters):
8187 * files.texi (Create/Delete Dirs, Information about Files)
8188 (File Locks, Writing to Files, Reading from Files)
8189 (Saving Buffers):
8190 * windows.texi (Resizing Windows, Cyclic Window Ordering):
8191 * frames.texi (Finding All Frames):
8192 * positions.texi (Buffer End, Motion):
8193 * markers.texi (The Region):
8194 * text.texi (Deletion, Near Point):
8195 * display.texi (Displaying Messages, Truncation):
8196 * os.texi (Processor Run Time):
8197 * tips.texi (Key Binding Conventions, Programming Tips)
8198 (Warning Tips, Documentation Tips, Comment Tips):
8199 * internals.texi (Memory Usage): Improve indexing.
8200
8201 * variables.texi (Frame-Local Variables):
8202 * functions.texi (Argument List):
8203 * loading.texi (Library Search):
8204 * streams.texi (Output Variables):
8205 * keymaps.texi (Translation Keymaps, Searching Keymaps):
8206 * searching.texi (Replacing Match, Search and Replace):
8207 * processes.texi (Byte Packing, Decoding Output)
8208 (Accepting Output, Network Servers, Shell Arguments):
8209 * display.texi (Abstract Display, Image Cache, Scroll Bars):
8210 * windows.texi (Window Point, Window Start):
8211 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
8212 * commands.texi (Reading Input, Keyboard Events):
8213 * minibuf.texi (Reading File Names, Minibuffer Completion)
8214 (Recursive Mini):
8215 * positions.texi (List Motion):
8216 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
8217 * numbers.texi (Arithmetic Operations, Math Functions)
8218 (Predicates on Numbers, Comparison of Numbers, Numeric Conversions):
8219 * locals.texi (Standard Buffer-Local Variables):
8220 * maps.texi (Standard Keymaps):
8221 * os.texi (User Identification, System Environment, Recording Input)
8222 (X11 Keysyms):
8223 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
8224 * backups.texi (Backups and Auto-Saving):
8225 * customize.texi (Customization, Group Definitions)
8226 (Variable Definitions):
8227 * compile.texi (Byte Compilation): Improve index entries.
8228
8229 2007-03-31 Karl Berry <karl@gnu.org>
8230
8231 * macros.texi (Defining Macros): Avoid widow syllable.
8232
8233 2007-03-31 Eli Zaretskii <eliz@gnu.org>
8234
8235 * elisp.texi (Top): Postscript -> PostScript.
8236
8237 * display.texi (Images, Postscript Images): Postscript -> PostScript.
8238
8239 2007-03-31 Markus Triska <markus.triska@gmx.at>
8240
8241 * internals.texi (Writing Emacs Primitives): Untabify `For'.
8242
8243 2007-03-30 Karl Berry <karl@gnu.org>
8244
8245 * lists.texi (List-related Predicates): Remove spurious @need.
8246 (Setcdr): Use @smallexample to improve page break.
8247 (Association Lists) <assoc>: Reword to improve page break.
8248
8249 * strings.texi (String Conversion): Insert blank line to improve
8250 page break.
8251
8252 * numbers.texi (Random Numbers): Use @minus{}.
8253 (Math Functions): Use @minus{}.
8254
8255 * intro.texi (Acknowledgements): Avoid line breaks before middle
8256 initials.
8257
8258 2007-03-24 Eli Zaretskii <eliz@gnu.org>
8259
8260 * errors.texi (Standard Errors): Add an index entry.
8261
8262 2007-03-19 Richard Stallman <rms@gnu.org>
8263
8264 * os.texi (Recording Input): recent-keys now gives 300 keys.
8265
8266 2007-03-12 Glenn Morris <rgm@gnu.org>
8267
8268 * os.texi: Replace "daylight savings" with "daylight saving"
8269 throughout.
8270
8271 2007-03-05 Richard Stallman <rms@gnu.org>
8272
8273 * variables.texi (File Local Variables):
8274 Update enable-local-variables values.
8275
8276 2007-03-04 Richard Stallman <rms@gnu.org>
8277
8278 * syntax.texi (Control Parsing): Minor clarification.
8279
8280 * strings.texi (Formatting Strings): Clarify width, precision, flags.
8281
8282 * sequences.texi (Sequence Functions): Move string-bytes away,
8283 add xref.
8284
8285 * nonascii.texi (Text Representations): Move string-bytes here.
8286
8287 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
8288
8289 * minibuf.texi (Basic Completion): Minor clarification.
8290
8291 * markers.texi (The Mark): Clarify existence vs activation of mark.
8292 Other cleanup.
8293
8294 * display.texi (Finding Overlays): Write better example.
8295
8296 * compile.texi (Eval During Compile): Clarify putting macros
8297 in eval-when-compile.
8298
8299 2007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
8300
8301 * loading.texi (How Programs Do Loading): Fix anchor position at
8302 load-read-function definition doc.
8303
8304 2007-02-21 Kim F. Storm <storm@cua.dk>
8305
8306 * strings.texi (Text Comparison): Mention that assoc-string
8307 converts symbols to strings before testing.
8308
8309 2007-02-17 Kim F. Storm <storm@cua.dk>
8310
8311 * processes.texi (Bindat Spec): Vector types can have optional
8312 element type.
8313 (Bindat Examples): Fix example. Add vector with element type.
8314
8315 2007-02-16 Andreas Schwab <schwab@suse.de>
8316
8317 * strings.texi (Formatting Strings): Document '+' flag.
8318
8319 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
8320
8321 * strings.texi (Modifying Strings): Clarify that `clear-string'
8322 always converts the string to unibyte.
8323
8324 2007-02-14 Kim F. Storm <storm@cua.dk>
8325
8326 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
8327 Rewrite glyph code description to refer to these functions.
8328 Remove details of encoding face number and char into integer code.
8329
8330 2007-02-03 Alan Mackenzie <acm@muc.de>
8331
8332 * loading.texi (Hooks for Loading): Make the description of
8333 `eval-after-load' more detailed, and amend the description of
8334 after-load-alist, in accordance with changes from 2006-05.
8335
8336 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
8337
8338 * modes.texi (Defining Minor Modes): Document that a :require
8339 keyword or similar may be required to make saved customization
8340 variables work.
8341
8342 2007-02-03 Eli Zaretskii <eliz@gnu.org>
8343
8344 * elisp.texi (Top): Make the detailed menu headers compliant with
8345 Texinfo guidelines and with what texnfo-upd.el expects.
8346 Add comments to prevent people from inadvertently modifying the key
8347 parts needed by `texinfo-multiple-files-update'.
8348
8349 2007-02-02 Eli Zaretskii <eliz@gnu.org>
8350
8351 * elisp.texi (Top): Update the top-level menus.
8352
8353 * syntax.texi (Categories): Add index entries.
8354
8355 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
8356
8357 * display.texi (Attribute Functions): Fix name and description of
8358 the UNDERLINE arg of `set-face-underline-p'.
8359
8360 2007-01-29 Eli Zaretskii <eliz@gnu.org>
8361
8362 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
8363 Variables", and "Standard Keymaps" to the detailed menu.
8364
8365 * variables.texi (Future Local Variables): Add index entry.
8366
8367 2007-01-28 Richard Stallman <rms@gnu.org>
8368
8369 * tips.texi (Coding Conventions): Clarify the tip about macros
8370 that define a function or a variable.
8371
8372 * files.texi (File Attributes): UID and GID can be floats.
8373 (Magic File Names): Explain why deferring all operations to
8374 the standard handler does not work.
8375
8376 2007-01-23 Martin Rudalics <rudalics@gmx.at>
8377
8378 * backups.texi (Reverting): Use "buffer" instead of "file"
8379 when talking about major and minor modes.
8380
8381 2007-01-21 Richard Stallman <rms@gnu.org>
8382
8383 * help.texi (Documentation): Add xref to Documentation Tips.
8384
8385 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
8386
8387 * tips.texi (Coding Conventions): Fix typos.
8388
8389 2007-01-05 Richard Stallman <rms@gnu.org>
8390
8391 * modes.texi (Defining Minor Modes): Fix previous change.
8392
8393 2007-01-03 Richard Stallman <rms@gnu.org>
8394
8395 * customize.texi (Variable Definitions, Customization Types):
8396 Don't use * in doc string for defcustom.
8397
8398 2007-01-02 Richard Stallman <rms@gnu.org>
8399
8400 * variables.texi (Variable Aliases): Clarify that aliases vars
8401 always have the same value.
8402
8403 * processes.texi (Bindat Spec): Fix Texinfo usage.
8404
8405 * modes.texi (Defining Minor Modes): Explain effect of command
8406 defined with define-global-minor-mode on new buffers.
8407
8408 2006-12-30 Kim F. Storm <storm@cua.dk>
8409
8410 * keymaps.texi (Tool Bar): Describe `grow-only' value of
8411 `auto-resize-tool-bars'.
8412
8413 2006-12-30 Richard Stallman <rms@gnu.org>
8414
8415 * keymaps.texi (Active Keymaps): Fix previous change.
8416
8417 2006-12-30 Nick Roberts <nickrob@snap.net.nz>
8418
8419 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
8420
8421 2006-12-30 Kim F. Storm <storm@cua.dk>
8422
8423 * processes.texi (Bindat Spec): Clarify using field names in
8424 length specifications.
8425
8426 2006-12-29 Kim F. Storm <storm@cua.dk>
8427
8428 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
8429 Add count and index variables for eval forms in repeat blocks.
8430
8431 2006-12-24 Richard Stallman <rms@gnu.org>
8432
8433 * customize.texi (Variable Definitions):
8434 Document new name custom-add-frequent-value.
8435
8436 2006-12-19 Kim F. Storm <storm@cua.dk>
8437
8438 * commands.texi (Misc Events): User signals now result in sigusr1
8439 and sigusr2 events which are handled through special-event-map.
8440 (Special Events): User signals and drag-n-drop are special.
8441
8442 2006-12-17 Richard Stallman <rms@gnu.org>
8443
8444 * loading.texi (Named Features): Explain subfeatures better.
8445
8446 * customize.texi: Use "option" only for user options.
8447 For the keyword values inside defcustom etc, say "keywords".
8448 For :options value's elements, say "elements".
8449 :group should not be omitted.
8450
8451 * syntax.texi (Parsing Expressions): Split up node.
8452 (Motion via Parsing, Position Parse, Parser State)
8453 (Low-Level Parsing, Control Parsing): New subnodes.
8454 (Parser State): Document syntax-ppss-toplevel-pos.
8455
8456 * positions.texi (List Motion): Punctuation fix.
8457
8458 * files.texi (File Name Completion): Document PREDICATE arg
8459 to file-name-completion.
8460
8461 2006-12-16 Eli Zaretskii <eliz@gnu.org>
8462
8463 * internals.texi (Building Emacs, Writing Emacs Primitives):
8464 Add index entries.
8465
8466 2006-12-11 Richard Stallman <rms@gnu.org>
8467
8468 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
8469 affects face menu. Explain how to make it non-nil without enabling
8470 any fontification.
8471
8472 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
8473
8474 * modes.texi (Font Lock Basics): Document nil value of
8475 font-lock-defaults.
8476
8477 2006-12-10 Glenn Morris <rgm@gnu.org>
8478
8479 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
8480 value for system-flag argument. Abbrev tables may not be empty
8481 when major modes are loaded.
8482
8483 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
8484
8485 * makefile.w32-in (maintainer-clean): Partially revert last
8486 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
8487 to protect elisp-covers.texi.
8488
8489 2006-12-07 Juanma Barranquero <lekktu@gmail.com>
8490
8491 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
8492 Don't remove elisp* info files; they are already deleted by the
8493 `clean' and `distclean' targets, and they are in the $(infodir)
8494 directory, not the current one.
8495
8496 2006-12-04 Kim F. Storm <storm@cua.dk>
8497
8498 * commands.texi (Misc Events): Update signal events.
8499 (Event Examples): Add signal example.
8500
8501 2006-11-29 Richard Stallman <rms@gnu.org>
8502
8503 * frames.texi (Visibility of Frames): Explain visible windows
8504 can be covered by others. Add xref for raise-frame.
8505
8506 2006-11-28 Richard Stallman <rms@gnu.org>
8507
8508 * searching.texi (Regexp Special): Update when ^ is special.
8509
8510 2006-11-27 Eli Zaretskii <eliz@gnu.org>
8511
8512 * customize.texi (Customization, Common Keywords)
8513 (Group Definitions, Variable Definitions, Composite Types)
8514 (Type Keywords, Customization Types): Add index entries for
8515 various customization keywords.
8516
8517 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
8518
8519 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
8520
8521 2006-11-10 Jan Djärv <jan.h.d@swipnet.se>
8522
8523 * frames.texi (Window System Selections): Remove clipboard from
8524 description of selection-coding-system.
8525
8526 2006-11-06 Richard Stallman <rms@gnu.org>
8527
8528 * lists.texi (List Variables): Document COMPARE-FN.
8529
8530 * keymaps.texi: Avoid use of "binding" to mean a relation;
8531 use it only to refer to the meaning associated with a key.
8532 (Keymaps): Change menu node description.
8533
8534 * elisp.texi (Top): Change menu node description.
8535
8536 * display.texi (Managing Overlays): Document overlay-recenter.
8537
8538 2006-10-29 Chong Yidong <cyd@stupidchicken.com>
8539
8540 * Makefile.in: Use relative paths to avoid advertising filesystem
8541 contents during compilation.
8542
8543 2006-10-23 Kim F. Storm <storm@cua.dk>
8544
8545 * commands.texi (Event Input Misc): Update unread-command-events.
8546
8547 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
8548
8549 * lists.texi (Sets And Lists): Fix typos.
8550
8551 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
8552
8553 * control.texi (Processing of Errors): Use @var for an argument,
8554 not @code.
8555
8556 2006-10-16 Richard Stallman <rms@gnu.org>
8557
8558 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
8559
8560 * keymaps.texi (Format of Keymaps): Show all the keymap element
8561 patterns that result from menu items.
8562 (Key Lookup): Minor cleanups.
8563
8564 * modes.texi (Precalculated Fontification): Don't say that
8565 not setting font-lock-defaults avoids loading font-lock.
8566
8567 * help.texi (Documentation): Move xref to Emacs Manual here.
8568 (Documentation Basics): From here.
8569 Also doc emacs-lisp-docstring-fill-column.
8570
8571 * elisp.texi: Update version and ISBN.
8572
8573 * commands.texi (Interactive Call): Clarify KEYS arg to
8574 call-interactively is a vector.
8575 (Command Loop Info): Delete anchor in this-command-keys.
8576 Add anchor in this-command-keys-vector.
8577 (Recursive Editing): Document how recursive-edit
8578 handles the current buffer.
8579
8580 2006-10-13 Chong Yidong <cyd@stupidchicken.com>
8581
8582 * frames.texi (Frame Titles): %c and %l are ignored in
8583 frame-title-format.
8584
8585 2006-10-11 Richard Stallman <rms@gnu.org>
8586
8587 * keymaps.texi (Key Sequences): Clarify use of kbd.
8588
8589 2006-10-10 Kim F. Storm <storm@cua.dk>
8590
8591 * lists.texi (Sets And Lists): Add memql.
8592
8593 2006-10-03 Richard Stallman <rms@gnu.org>
8594
8595 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
8596 Clarify :ascii: and :nonascii:.
8597
8598 2006-09-29 Juri Linkov <juri@jurta.org>
8599
8600 * modes.texi (%-Constructs): Reorder coding systems in the
8601 documentation of %z to the real order displayed in the modeline.
8602
8603 2006-09-25 Richard Stallman <rms@gnu.org>
8604
8605 * os.texi (Timers): Describe timer-max-repeats.
8606
8607 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
8608
8609 * os.texi (Timers): Mention with-local-quit.
8610
8611 2006-09-24 Richard Stallman <rms@gnu.org>
8612
8613 * searching.texi (Searching and Matching): Mention property search.
8614
8615 * commands.texi (Command Loop Info): Explain how read-event affects
8616 this-command-keys.
8617
8618 2006-09-20 Richard Stallman <rms@gnu.org>
8619
8620 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
8621
8622 * windows.texi (Window Start): Minor cleanups.
8623
8624 2006-09-20 Kim F. Storm <storm@cua.dk>
8625
8626 * windows.texi (Window Start): pos-visible-in-window-p allows
8627 specifying t for position to mean "end of window".
8628 Add window-line-height.
8629
8630 * anti.texi (Antinews): Mention window-line-height.
8631
8632 2006-09-19 David Kastrup <dak@gnu.org>
8633
8634 * keymaps.texi (Searching Keymaps): Small clarification.
8635
8636 2006-09-18 Richard Stallman <rms@gnu.org>
8637
8638 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
8639 cause keyboard menus.
8640 (Menu Keymaps): Likewise.
8641 (Defining Menus, Keyboard Menus): Clarify.
8642
8643 * text.texi (Fields): Clarify explanation of constrain-to-field.
8644
8645 2006-09-16 Eli Zaretskii <eliz@gnu.org>
8646
8647 * variables.texi (Tips for Defining): Fix a typo.
8648
8649 2006-09-15 Richard Stallman <rms@gnu.org>
8650
8651 * keymaps.texi (Remapping Commands, Searching Keymaps)
8652 (Active Keymaps): Clean up previous change.
8653
8654 2006-09-15 Jay Belanger <belanger@truman.edu>
8655
8656 * gpl.texi: Replace "Library Public License" by "Lesser Public
8657 License" throughout.
8658
8659 2006-09-15 David Kastrup <dak@gnu.org>
8660
8661 * keymaps.texi (Active Keymaps): Adapt description to use
8662 `get-char-property' instead `get-text-property'. Explain how
8663 mouse events change this. Explain the new optional argument of
8664 `key-binding' and its mouse-dependent lookup.
8665 (Searching Keymaps): Adapt description similarly.
8666 (Remapping Commands): Explain the new optional argument of
8667 `command-remapping'.
8668
8669 2006-09-14 Richard Stallman <rms@gnu.org>
8670
8671 * keymaps.texi (Searching Keymaps): Clarification.
8672 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
8673
8674 2006-09-13 Richard Stallman <rms@gnu.org>
8675
8676 * objects.texi (Character Type): Node split.
8677 Add xref to Describing Characters.
8678 (Basic Char Syntax, General Escape Syntax)
8679 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
8680
8681 2006-09-11 Richard Stallman <rms@gnu.org>
8682
8683 * display.texi (Display Table Format): Wording clarification.
8684 (Glyphs): Clarifications.
8685
8686 2006-09-10 Chong Yidong <cyd@stupidchicken.com>
8687
8688 * keymaps.texi (Active Keymaps): Mention that key-binding checks
8689 local maps.
8690
8691 2006-09-10 Kim F. Storm <storm@cua.dk>
8692
8693 * display.texi (Forcing Redisplay): Document return value of
8694 function redisplay.
8695
8696 2006-09-09 Richard Stallman <rms@gnu.org>
8697
8698 * windows.texi (Window Hooks): Explain limits of
8699 window-scroll-functions.
8700
8701 * display.texi (Fringe Indicators): Update for last change in
8702 indicate-buffer-boundaries.
8703
8704 2006-09-08 Richard Stallman <rms@gnu.org>
8705
8706 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
8707
8708 2006-09-06 Kim F. Storm <storm@cua.dk>
8709
8710 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
8711
8712 * windows.texi (Window Start): Update pos-visible-in-window-p.
8713
8714 2006-09-04 Richard Stallman <rms@gnu.org>
8715
8716 * processes.texi (Accepting Output): Explain SECONDS=0 for
8717 accept-process-output.
8718
8719 * os.texi (Idle Timers): Explain why timer functions should not
8720 loop until (input-pending-p).
8721
8722 2006-09-02 Eli Zaretskii <eliz@gnu.org>
8723
8724 * makefile.w32-in (usermanualdir): New variable.
8725 (elisp.dvi): Use it.
8726
8727 2006-09-01 Eli Zaretskii <eliz@gnu.org>
8728
8729 * buffers.texi (Buffer Modification): Fix last change.
8730
8731 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
8732
8733 * buffers.texi (Buffer Modification):
8734 Document buffer-chars-modified-tick.
8735
8736 2006-08-31 Richard Stallman <rms@gnu.org>
8737
8738 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
8739
8740 2006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
8741
8742 * modes.texi (Syntactic Font Lock):
8743 Mention font-lock-syntactic-face-function
8744 instead of specific faces.
8745
8746 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
8747
8748 * display.texi (Images): Add xrref to display-images-p.
8749
8750 2006-08-28 Kenichi Handa <handa@m17n.org>
8751
8752 * nonascii.texi (Lisp and Coding Systems): Fix description of
8753 detect-coding-region.
8754
8755 2006-08-27 Michael Olson <mwolson@gnu.org>
8756
8757 * processes.texi (Transaction Queues): Remove stray quote
8758 character.
8759
8760 2006-08-25 Richard Stallman <rms@gnu.org>
8761
8762 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
8763 Add xref.
8764
8765 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
8766
8767 * os.texi (Timers): Avoid waiting inside timers.
8768
8769 2006-08-21 Lute Kamstra <lute@gnu.org>
8770
8771 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
8772
8773 2006-08-20 Richard Stallman <rms@gnu.org>
8774
8775 * os.texi (Idle Timers): New node, split out from Timers.
8776 Document current-idle-time.
8777 * commands.texi (Reading One Event): Update xref.
8778 * elisp.texi (Top): Update subnode menu.
8779
8780 2006-08-16 Richard Stallman <rms@gnu.org>
8781
8782 * keymaps.texi (Extended Menu Items): Show format of cached
8783 bindings in extended menu items.
8784
8785 * customize.texi (Variable Definitions): Explain when the
8786 standard value expression is evaluated.
8787
8788 2006-08-15 Chong Yidong <cyd@stupidchicken.com>
8789
8790 * commands.texi (Reading One Event): Explain idleness in
8791 `read-event'.
8792
8793 2006-08-12 Chong Yidong <cyd@stupidchicken.com>
8794
8795 * text.texi (Near Point): Say "cursor" not "terminal cursor".
8796 (Commands for Insertion): Remove split-line since it's not
8797 relevant for Lisp programming.
8798 (Yank Commands): Rewrite introduction.
8799 (Undo): Clarify.
8800 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
8801 (Filling): Remove redundant comment. Clarify return value of
8802 current-justification.
8803 (Margins): Minor clarifications.
8804 (Adaptive Fill): Update default value of adaptive-fill-regexp.
8805 (Sorting): Update definition of sort-lines.
8806 (Columns): Clarify behavior of sort-columns.
8807 (Indent Tabs): Link to Tab Stops in Emacs manual.
8808 (Special Properties): Clarify.
8809 (Clickable Text): Mention Buttons package.
8810
8811 2006-08-12 Kevin Ryde <user42@zip.com.au>
8812
8813 * os.texi (Time Parsing): Add %z to description of
8814 format-time-string, as per docstring. Add cross reference to
8815 glibc manual for strftime.
8816
8817 2006-08-08 Richard Stallman <rms@gnu.org>
8818
8819 * modes.texi: Clean up wording in previous change.
8820
8821 2006-08-07 Chong Yidong <cyd@stupidchicken.com>
8822
8823 * modes.texi (Hooks): Clarify.
8824 (Major Mode Basics): Mention define-derived-mode explicitly.
8825 (Major Mode Conventions): Rebinding RET is OK for some modes.
8826 Mention change-major-mode-hook and after-change-major-mode-hook.
8827 (Example Major Modes): Move to end of Modes section.
8828 (Mode Line Basics): Clarify.
8829 (Mode Line Data): Mention help-echo and local-map in strings.
8830 Explain reason for treatment of non-risky variables.
8831 (Properties in Mode): Clarify.
8832 (Faces for Font Lock): Add font-lock-negation-char-face.
8833
8834 2006-08-04 Eli Zaretskii <eliz@gnu.org>
8835
8836 * strings.texi (Formatting Strings): Warn against arbitrary
8837 strings as first arg to `format'.
8838
8839 2006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
8840
8841 * text.texi (Clickable Text): Mention `help-echo' text property.
8842 Update intro, examples and associated explanations.
8843
8844 2006-07-31 Richard Stallman <rms@gnu.org>
8845
8846 * commands.texi: Update xrefs.
8847 (Event Mod): New node, cut out from old Translating Input.
8848
8849 * maps.texi: Update xrefs.
8850
8851 * keymaps.texi (Translation Keymaps): New node.
8852 Update xrefs from Translating Input to Translation Keymaps.
8853
8854 * elisp.texi (Top): Update subnode menu.
8855
8856 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
8857
8858 * os.texi (System Interface): Fix menu descriptions of some nodes.
8859 (Translating Input): Node deleted.
8860
8861 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
8862
8863 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
8864
8865 * lists.texi (Sets And Lists): Likewise.
8866
8867 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
8868
8869 * text.texi (Fields): Mention POS
8870 requirement when narrowing is in effect.
8871
8872 2006-07-28 Richard Stallman <rms@gnu.org>
8873
8874 * display.texi (Face Attributes): Simplify wording.
8875 (Attribute Functions): Clarify meaning of new-frame default
8876 attribute settings.
8877
8878 * customize.texi (Common Keywords): Document how to use
8879 :package-version in a package not in Emacs.
8880
8881 2006-07-28 Kim F. Storm <storm@cua.dk>
8882
8883 * commands.texi (Reading One Event): Fix last change.
8884
8885 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
8886
8887 * commands.texi (Reading One Event): Document SECONDS argument for
8888 read-event, read-char, and read-char-exclusive.
8889
8890 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
8891
8892 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
8893 to ensure correct identification.
8894
8895 2006-07-24 Richard Stallman <rms@gnu.org>
8896
8897 * text.texi (Clickable Text): Clarify.
8898
8899 * sequences.texi (Vector Functions): Delete duplicate xref.
8900
8901 * objects.texi (Function Type): Clarify.
8902
8903 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
8904 modes.
8905
8906 * lists.texi (List Variables): New node.
8907 Material moved from other nodes.
8908
8909 * variables.texi (Setting Variables): add-to-list and
8910 add-to-ordered-list moved to List Variables node.
8911
8912 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
8913
8914 * text.texi (Links and Mouse-1):
8915 For mouse-on-link-p, expand on arg POS.
8916
8917 2006-07-21 Kim F. Storm <storm@cua.dk>
8918
8919 * display.texi (Forcing Redisplay): Don't mention systems which
8920 don't support sub-second timers for redisplay-preemption-period.
8921
8922 * os.texi (Terminal Output): Clarify text vs graphical terminal.
8923
8924 2006-07-21 Eli Zaretskii <eliz@gnu.org>
8925
8926 * frames.texi (Input Focus): Document that focus-follows-mouse has
8927 no effect on MS-Windows.
8928
8929 2006-07-18 Richard Stallman <rms@gnu.org>
8930
8931 * display.texi (Forcing Redisplay): Cleanups in previous change.
8932
8933 * processes.texi (Low-Level Network): Make menu more convenient.
8934
8935 2006-07-18 Kim F. Storm <storm@cua.dk>
8936
8937 * display.texi (Forcing Redisplay): redisplay-preemption-period
8938 only used on window systems. Add xref to Terminal Output.
8939
8940 * os.texi (Terminal Output): baud-rate only controls preemption on
8941 non-window systems. Add xref to Forcing Redisplay.
8942
8943 * processes.texi (Low-Level Network): Rename node "Make Network"
8944 to "Network Processes".
8945
8946 2006-07-18 Karl Berry <karl@gnu.org>
8947
8948 * variables.texi, functions.texi, customize.texi, loading.texi:
8949 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
8950
8951 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
8952
8953 * commands.texi (Waiting): Document batch-mode sit-for behavior.
8954
8955 2006-07-17 Richard Stallman <rms@gnu.org>
8956
8957 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
8958 Put period and comma inside quotes.
8959
8960 * loading.texi, markers.texi: Use real doublequote inside menus.
8961
8962 * windows.texi: Put point and comma inside quotes.
8963 (Textual Scrolling): Use @samp for error message.
8964
8965 * variables.texi, tips.texi, syntax.texi, symbols.texi:
8966 * strings.texi, streams.texi, processes.texi, os.texi:
8967 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
8968 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
8969 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
8970 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
8971 Put point and comma inside quotes.
8972
8973 * control.texi (Processing of Errors): Add command-error-function.
8974
8975 * variables.texi (File Local Variables): Clarify that
8976 file local variables make buffer-local bindings.
8977
8978 * modes.texi (Syntactic Font Lock): Give default for
8979 font-lock-syntax-table.
8980
8981 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
8982
8983 * text.texi (Special Properties): Clean up previous change.
8984
8985 2006-07-16 Karl Berry <karl@gnu.org>
8986
8987 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
8988 * control.texi: Fix bad page breaks through chapter 10 (control).
8989
8990 * anti.texi (Antinews): Reorder face-attribute fns to avoid
8991 underfull hbox.
8992
8993 2006-07-15 Nick Roberts <nickrob@snap.net.nz>
8994
8995 * text.texi (Special Properties): Describe fontified text property
8996 in relation to a character (not text).
8997
8998 2006-07-15 Kim F. Storm <storm@cua.dk>
8999
9000 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
9001 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
9002 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
9003
9004 * anti.texi (Antinews): Mention redisplay function.
9005 The kbd macro existed, but was not documented, before 22.x.
9006 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
9007
9008 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
9009
9010 * display.texi (Displaying Messages): Add anchor.
9011
9012 * frames.texi (Dialog Boxes): Use it.
9013
9014 2006-07-12 Richard Stallman <rms@gnu.org>
9015
9016 * objects.texi (Frame Type): Explain nature of frames better.
9017
9018 * frames.texi (Frames): Explain nature of frames better.
9019
9020 2006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
9021
9022 * tips.texi (Coding Conventions): Explain why use cl at compile time.
9023
9024 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9025
9026 * frames.texi (Window System Selections): Mention scrap support for Mac.
9027 Default value of x-select-enable-clipboard is t on Mac.
9028
9029 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
9030
9031 2006-07-11 Kim F. Storm <storm@cua.dk>
9032
9033 * display.texi (Forcing Redisplay): Add `redisplay' function.
9034 Don't mention (sit-for -1) -- use (redisplay t) instead.
9035
9036 * commands.texi (Waiting): (sit-for -1) is no longer special.
9037 (sit-for 0) is equivalent to (redisplay).
9038 Iconifying/deiconifying no longer makes sit-for return.
9039
9040 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
9041
9042 * display.texi (Buttons): Fix typo.
9043
9044 * index.texi, elisp.texi (New Symbols): Comment node out.
9045
9046 2006-07-09 Richard Stallman <rms@gnu.org>
9047
9048 * display.texi (Truncation): Clean up previous change.
9049
9050 2006-07-08 Richard Stallman <rms@gnu.org>
9051
9052 * commands.texi (Interactive Call): Use 3 as prefix in example
9053 for execute-extended-command.
9054
9055 * display.texi (Attribute Functions): Move paragraph about
9056 compatibility with Emacs < 21.
9057
9058 2006-07-09 Kim F. Storm <storm@cua.dk>
9059
9060 * display.texi (Refresh Screen): Clarify force-window-update.
9061 (Truncation): "Normally" indicated by fringe arrows.
9062
9063 2006-07-08 Eli Zaretskii <eliz@gnu.org>
9064
9065 * windows.texi (Textual Scrolling, Resizing Windows):
9066 * variables.texi (Constant Variables):
9067 * text.texi (Buffer Contents, Deletion, Changing Properties)
9068 (Property Search, Special Properties, Sticky Properties)
9069 (Links and Mouse-1, Fields, Change Hooks):
9070 * syntax.texi (Syntax Table Functions, Parsing Expressions)
9071 (Categories):
9072 * symbols.texi (Other Plists):
9073 * streams.texi (Output Variables):
9074 * processes.texi (Input to Processes, Query Before Exit):
9075 * positions.texi (Word Motion, Text Lines, List Motion):
9076 * os.texi (Init File, System Environment, Sound Output)
9077 (Session Management):
9078 * nonascii.texi (Text Representations, Character Sets)
9079 (Chars and Bytes, Locales):
9080 * modes.texi (Defining Minor Modes, Header Lines):
9081 * minibuf.texi (Minibuffer Contents):
9082 * markers.texi (Information from Markers):
9083 * lists.texi (List Elements, Building Lists, Association Lists):
9084 * keymaps.texi (Tool Bar):
9085 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
9086 * functions.texi (What Is a Function, Mapping Functions):
9087 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
9088 (Color Names, Text Terminal Colors, Display Feature Testing):
9089 * files.texi (Visiting Functions, File Name Components)
9090 (Unique File Names, Contents of Directories):
9091 * display.texi (Forcing Redisplay, Displaying Messages)
9092 (Temporary Displays, Font Selection, Auto Faces)
9093 (Font Lookup, Fringe Indicators, Display Margins)
9094 (Image Descriptors, Showing Images, Image Cache, Button Types)
9095 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
9096 (Display Table Format, Glyphs):
9097 * control.texi (Iteration):
9098 * commands.texi (Command Loop Info, Adjusting Point):
9099 * backups.texi (Making Backups, Auto-Saving):
9100 Remove @tindex entries.
9101
9102 2006-07-07 Kim F. Storm <storm@cua.dk>
9103
9104 * display.texi (Fringe Cursors): Fix typo.
9105 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
9106 (Overlay Arrow): Default is overlay-arrow fringe indicator.
9107
9108 2006-07-05 Richard Stallman <rms@gnu.org>
9109
9110 * text.texi (Buffer Contents): Add example of text props
9111 in result of buffer-substring.
9112 (Text Properties): Explain better about use of specific property names.
9113 (Property Search): Some cleanups; reorder some functions.
9114
9115 * keymaps.texi (Changing Key Bindings): Cleanup.
9116 Add xref to Key Binding Conventions.
9117
9118 * display.texi (Attribute Functions): Add examples for
9119 face-attribute-relative-p.
9120
9121 * tips.texi (Coding Conventions): Cleanup last change.
9122
9123 2006-07-05 Karl Berry <karl@gnu.org>
9124
9125 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
9126 Remove @setchapternewpage odd.
9127 Result is 1013 pages, down from 1100.
9128
9129 * anti.texi, customize.texi, display.texi, internals.texi:
9130 * minibuf.texi, modes.texi, tips.texi:
9131 Fix overfull/underfull boxes.
9132
9133 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
9134
9135 * edebug.texi (Instrumenting):
9136 Add Edebug-specific findex for eval-buffer.
9137 * loading.texi (Loading):
9138 Replace eval-current-buffer with eval-buffer.
9139
9140 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
9141
9142 * locals.texi (Standard Buffer-Local Variables): Update the list
9143 of variables.
9144
9145 2006-06-26 Nick Roberts <nickrob@snap.net.nz>
9146
9147 * files.texi (File Name Completion): Point user to the node
9148 "Reading File Names".
9149
9150 2006-06-24 Eli Zaretskii <eliz@gnu.org>
9151
9152 * files.texi (Contents of Directories): Document case-insensitive
9153 behavior on respective filesystems.
9154
9155 * objects.texi (Character Type): Document that Emacs signals an
9156 error for unsupported Unicode characters specified as \uNNNN.
9157
9158 2006-06-19 Richard Stallman <rms@gnu.org>
9159
9160 * processes.texi (Bindat Spec): Clarify previous change.
9161
9162 2006-06-16 Richard Stallman <rms@gnu.org>
9163
9164 * tips.texi (Coding Conventions): Better explain conventions
9165 for definition constructs.
9166
9167 * text.texi (Special Properties): String value of `read-only'
9168 serves as the error message.
9169
9170 * objects.texi (Character Type): Clarify prev. change.
9171 (Non-ASCII in Strings): Mention \u and \U.
9172
9173 * commands.texi (Using Interactive): Explain problem of
9174 markers, etc., in command-history.
9175
9176 2006-06-14 Kim F. Storm <storm@cua.dk>
9177
9178 * commands.texi (Waiting): Negative arg to sit-for forces
9179 redisplay even if input is pending.
9180
9181 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
9182 redisplay. Remove incorrect example of binding redisplay-dont-pause
9183 around (sit-for 0).
9184
9185 2006-06-13 Richard Stallman <rms@gnu.org>
9186
9187 * display.texi (Forcing Redisplay): Clarify previous change.
9188
9189 2006-06-13 Romain Francoise <romain@orebokech.com>
9190
9191 * display.texi (Forcing Redisplay): Fix typo.
9192
9193 2006-06-13 Kim F. Storm <storm@cua.dk>
9194
9195 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
9196
9197 2006-06-10 Luc Teirlinck <teirllm@auburn.edu>
9198
9199 * tips.texi (Coding Conventions): Add `@end itemize'.
9200
9201 2006-06-10 Richard Stallman <rms@gnu.org>
9202
9203 * tips.texi (Coding Conventions): Explain use of coding systems
9204 to ensure one decoding for strings.
9205
9206 2006-06-09 Aidan Kehoe <kehoea@parhasard.net>
9207
9208 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
9209 syntax.
9210
9211 2006-06-07 Eli Zaretskii <eliz@gnu.org>
9212
9213 * display.texi (Font Selection): Remove description of
9214 clear-face-cache.
9215
9216 * compile.texi (Eval During Compile): Fix a typo. Add index
9217 entries for possible uses of eval-when-compile.
9218
9219 2006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
9220
9221 * display.texi (Abstract Display): Fix typo.
9222
9223 2006-06-03 Eli Zaretskii <eliz@gnu.org>
9224
9225 * minibuf.texi (Minibuffer History) <history-add-new-input>:
9226 Reword variable's description.
9227
9228 2006-06-01 Richard Stallman <rms@gnu.org>
9229
9230 * windows.texi (Splitting Windows): Clarify splitting nonselected
9231 window.
9232
9233 2006-05-31 Juri Linkov <juri@jurta.org>
9234
9235 * minibuf.texi (Minibuffer History): Add history-add-new-input.
9236
9237 2006-05-30 Richard Stallman <rms@gnu.org>
9238
9239 * display.texi (Line Height): Fix errors in description of
9240 default line height and line-height property.
9241
9242 * nonascii.texi (Default Coding Systems): Further clarification.
9243
9244 2006-05-29 Luc Teirlinck <teirllm@auburn.edu>
9245
9246 * internals.texi (Pure Storage): Mention that an overflow in pure
9247 space causes a memory leak.
9248 (Garbage Collection): If there was an overflow in pure space,
9249 `garbage-collect' returns nil.
9250
9251 2006-05-30 Eli Zaretskii <eliz@gnu.org>
9252
9253 * nonascii.texi (Default Coding Systems): Fix it some more.
9254
9255 2006-05-29 Eli Zaretskii <eliz@gnu.org>
9256
9257 * nonascii.texi (Default Coding Systems): Fix last change.
9258
9259 2006-05-29 Kenichi Handa <handa@m17n.org>
9260
9261 * nonascii.texi (find-operation-coding-system): Describe the new
9262 argument format (FILENAME . BUFFER).
9263
9264 2006-05-28 Richard Stallman <rms@gnu.org>
9265
9266 * tips.texi (Coding Conventions): Better explain reasons not to
9267 advise other packages or use `eval-after-load'.
9268
9269 2006-05-29 Kim F. Storm <storm@cua.dk>
9270
9271 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
9272 `bindat-idx' and `bindat-raw' for clarity.
9273
9274 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
9275
9276 * processes.texi (Bindat Spec): Expand on `repeat' handler.
9277
9278 * display.texi (Display): Add "Abstract Display" to menu.
9279 (Abstract Display, Abstract Display Functions)
9280 (Abstract Display Example): New nodes.
9281 * elisp.texi (Top): Add "Abstract Display" to menu.
9282
9283 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
9284
9285 * keymaps.texi (Key Sequences): Link to input events definition.
9286 (Format of Keymaps): Delete material duplicated in Keymap Basics.
9287
9288 * files.texi (Changing Files): Document updated argument list for
9289 copy-file.
9290
9291 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
9292
9293 * processes.texi (Bindat Functions): Explain term "total length".
9294 Use it in bindat-length and bindat-pack descriptions.
9295
9296 2006-05-26 Eli Zaretskii <eliz@gnu.org>
9297
9298 * tips.texi (Coding Conventions): Advise against using
9299 eval-after-load in packages. Add an index entry.
9300
9301 2006-05-25 Juri Linkov <juri@jurta.org>
9302
9303 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
9304
9305 * modes.texi (%-Constructs): Add %e, %z, %Z.
9306
9307 2006-05-25 Richard Stallman <rms@gnu.org>
9308
9309 * elisp.texi (Top): Update subnode menu.
9310
9311 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
9312 (Keymaps): Update menu.
9313
9314 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
9315
9316 * keymaps.texi (Key Sequences): Some clarifications.
9317
9318 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
9319
9320 * processes.texi (Bindat Functions): Say "unibyte string"
9321 explicitly for bindat-unpack and bindat-pack descriptions.
9322 (Bindat Examples): Don't call `string-make-unibyte' in example.
9323
9324 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
9325
9326 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
9327 Explain string and vector representations of key sequences.
9328
9329 * keymaps.texi (Changing Key Bindings):
9330 * commands.texi (Interactive Codes):
9331 * help.texi (Describing Characters): Refer to it.
9332
9333 2006-05-23 Luc Teirlinck <teirllm@auburn.edu>
9334
9335 * frames.texi (Pointer Shape): @end table -> @end defvar.
9336
9337 2006-05-22 Richard Stallman <rms@gnu.org>
9338
9339 * elisp.texi (Top): Update subnode menus.
9340
9341 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
9342 Contents rewritten; material from old Pointer Shape node moved here.
9343
9344 * display.texi (Pointer Shape): Node deleted.
9345 (Image Descriptors): Minor cleanup.
9346
9347 2006-05-21 Richard Stallman <rms@gnu.org>
9348
9349 * syntax.texi (Parsing Expressions): Update info on which STATE
9350 elements are ignored.
9351
9352 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
9353
9354 * hooks.texi (Standard Hooks): Correct typo.
9355
9356 * gpl.texi (GPL): ifinfo -> ifnottex.
9357
9358 2006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
9359
9360 * searching.texi (Simple Match Data): Warn about match data being
9361 set anew by every search.
9362
9363 2006-05-17 Richard Stallman <rms@gnu.org>
9364
9365 * minibuf.texi (Minibuffer History): Clarify.
9366
9367 * searching.texi (Regexp Special): Clarify nested regexp warning.
9368
9369 2006-05-16 Kim F. Storm <storm@cua.dk>
9370
9371 * minibuf.texi (Minibuffer History): Update add-to-history.
9372
9373 2006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
9374
9375 * nonascii.texi (Explicit Encoding):
9376 Fix typo (encoding<->decoding).
9377
9378 2006-05-14 Richard Stallman <rms@gnu.org>
9379
9380 * buffers.texi (Creating Buffers): Cleanup.
9381
9382 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
9383
9384 2006-05-13 Eli Zaretskii <eliz@gnu.org>
9385
9386 * buffers.texi (Current Buffer): Document that with-temp-buffer
9387 disables undo.
9388
9389 * os.texi (Terminal-Specific): More accurate description of how
9390 Emacs searches for the terminal-specific libraries.
9391
9392 2006-05-12 Eli Zaretskii <eliz@gnu.org>
9393
9394 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
9395 emacs-xtra to @inforef's.
9396
9397 * text.texi (Undo): Document that undo is turned off in buffers
9398 whose names begin with a space.
9399
9400 * buffers.texi (Buffer Names): Add index entries for buffers whose
9401 names begin with a space.
9402 (Creating Buffers): Document that undo is turned off in buffers
9403 whose names begin with a space.
9404
9405 * files.texi (Visiting Functions, Reading from Files)
9406 (Saving Buffers): Mention code and EOL conversions by file I/O
9407 primitives and subroutines.
9408
9409 * nonascii.texi (Lisp and Coding Systems):
9410 Document coding-system-eol-type. Add index entries for eol conversion.
9411
9412 * display.texi (Defining Faces): Mention `mac', and add an xref to
9413 where window-system is described.
9414
9415 2006-05-10 Richard Stallman <rms@gnu.org>
9416
9417 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
9418
9419 2006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
9420
9421 * variables.texi (File Local Variables): Recommend to quote lambda
9422 expressions in safe-local-variable property.
9423
9424 2006-05-09 Richard Stallman <rms@gnu.org>
9425
9426 * variables.texi (File Local Variables):
9427 Document safe-local-eval-forms and safe-local-eval-function.
9428
9429 2006-05-07 Kim F. Storm <storm@cua.dk>
9430
9431 * minibuf.texi (Minibuffer History): Remove keep-dups arg
9432 from add-to-history.
9433
9434 2006-05-07 Romain Francoise <romain@orebokech.com>
9435
9436 * commands.texi (Event Input Misc):
9437 * compile.texi (Eval During Compile):
9438 * internals.texi (Buffer Internals):
9439 * minibuf.texi (Initial Input):
9440 * nonascii.texi (Scanning Charsets):
9441 * numbers.texi (Comparison of Numbers):
9442 * windows.texi (Textual Scrolling, Vertical Scrolling):
9443 Fix various typos.
9444
9445 2006-05-06 Eli Zaretskii <eliz@gnu.org>
9446
9447 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
9448 conditional xref's to either emacs or emacs-xtra, depending on
9449 @iftex/@ifnottex.
9450
9451 * minibuf.texi (Minibuffer History): Document add-to-history.
9452
9453 2006-05-05 Eli Zaretskii <eliz@gnu.org>
9454
9455 * internals.texi (Pure Storage): Mention the pure overflow message
9456 at startup.
9457
9458 2006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
9459
9460 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
9461 (Searching Keymaps): Fix pseudo-Lisp description of keymap
9462 search.
9463
9464 2006-05-01 Richard Stallman <rms@gnu.org>
9465
9466 * intro.texi (nil and t): Clarify.
9467
9468 * variables.texi (File Local Variables): Suggest using booleanp.
9469
9470 2006-05-01 Juanma Barranquero <lekktu@gmail.com>
9471
9472 * objects.texi (Type Predicates): Fix typos.
9473
9474 2006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
9475
9476 * intro.texi (nil and t): Add booleanp.
9477
9478 * objects.texi (Type Predicates): Add links for booleanp and
9479 string-or-null-p.
9480
9481 2006-04-29 Richard Stallman <rms@gnu.org>
9482
9483 * modes.texi (Multiline Font Lock): Rename from
9484 Multi line Font Lock Elements. Much clarification.
9485 (Font Lock Multiline, Region to Fontify): Much clarification.
9486
9487 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9488
9489 * variables.texi (File Local Variables): Remove the special case t for
9490 safe-local-variable.
9491
9492 2006-04-26 Richard Stallman <rms@gnu.org>
9493
9494 * syntax.texi (Parsing Expressions): Minor cleanup.
9495
9496 2006-04-18 Richard Stallman <rms@gnu.org>
9497
9498 * tips.texi (Coding Conventions): Explain when the package's
9499 prefix should appear later on (not at the start of the name).
9500
9501 * searching.texi (String Search): Clarify effect of NOERROR.
9502
9503 * modes.texi (Imenu): Clarify what special items do.
9504
9505 * hooks.texi (Standard Hooks): Delete text about old hook names.
9506
9507 2006-04-17 Romain Francoise <romain@orebokech.com>
9508
9509 * variables.texi (Local Variables): Update the default value of
9510 `max-specpdl-size'.
9511
9512 2006-04-15 Michael Olson <mwolson@gnu.org>
9513
9514 * processes.texi (Transaction Queues): Mention the new optional
9515 `delay-question' argument for `tq-enqueue'.
9516
9517 2006-04-13 Bill Wohler <wohler@newt.com>
9518
9519 * customize.texi (Common Keywords): Use dotted notation for
9520 :package-version value. Specify its values. Improve documentation
9521 for customize-package-emacs-version-alist.
9522
9523 2006-04-12 Bill Wohler <wohler@newt.com>
9524
9525 * customize.texi (Common Keywords): Move description of
9526 customize-package-emacs-version-alist to @defvar.
9527
9528 2006-04-10 Bill Wohler <wohler@newt.com>
9529
9530 * customize.texi (Common Keywords): Add :package-version.
9531
9532 2006-04-10 Kim F. Storm <storm@cua.dk>
9533
9534 * text.texi (Buffer Contents): Add NOPROPS arg to
9535 filter-buffer-substring.
9536
9537 2006-04-08 Kevin Ryde <user42@zip.com.au>
9538
9539 * os.texi (Command-Line Arguments): Update xref to emacs manual
9540 "Command Arguments" -> "Emacs Invocation", per change there.
9541
9542 2006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
9543
9544 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
9545 be on one line to help makeinfo not render two spaces after the dot.
9546
9547 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
9548
9549 * strings.texi (Predicates for Strings): Add string-or-null-p.
9550
9551 2006-03-28 Kim F. Storm <storm@cua.dk>
9552
9553 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
9554 remarks about systems that don't support fractional seconds.
9555
9556 2006-03-25 Karl Berry <karl@gnu.org>
9557
9558 * elisp.texi: Use @copyright{} instead of (C), and do not indent
9559 the year list.
9560
9561 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
9562
9563 * display.texi (Fringe Indicators): Fix typos.
9564
9565 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
9566
9567 * tips.texi (Documentation Tips): One can now also write `program'
9568 in front of a quoted symbol in a docstring to prevent making a
9569 hyperlink.
9570
9571 2006-03-19 Alan Mackenzie <acm@muc.de>
9572
9573 * text.texi (Special Properties): Clarify `fontified' property.
9574
9575 2006-03-16 Richard Stallman <rms@gnu.org>
9576
9577 * display.texi (Defining Images): Minor cleanup.
9578
9579 2006-03-16 Bill Wohler <wohler@newt.com>
9580
9581 * display.texi (Defining Images): In image-load-path-for-library,
9582 prefer user's images.
9583
9584 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9585
9586 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
9587
9588 2006-03-15 Bill Wohler <wohler@newt.com>
9589
9590 * display.texi (Defining Images): Fix example in
9591 image-load-path-for-library by not recommending that one binds
9592 image-load-path. Just defvar it to placate compiler and only use
9593 it if previously defined.
9594
9595 2006-03-14 Bill Wohler <wohler@newt.com>
9596
9597 * display.texi (Defining Images): In image-load-path-for-library,
9598 always return list of directories. Update example.
9599
9600 2006-03-14 Alan Mackenzie <acm@muc.de>
9601
9602 * modes.texi: New node, "Region to Fontify" (for Font Lock).
9603 This describes font-lock-extend-region-function.
9604 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
9605 the new node "Region to Fontify".
9606
9607 2006-03-13 Richard Stallman <rms@gnu.org>
9608
9609 * display.texi (Invisible Text): The impossible position is
9610 now before the invisible text, not after.
9611 (Defining Images): Clean up last change.
9612
9613 2006-03-11 Bill Wohler <wohler@newt.com>
9614
9615 * display.texi (Defining Images): Add image-load-path-for-library.
9616
9617 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
9618
9619 * text.texi (Adaptive Fill): Fix Texinfo usage.
9620
9621 * strings.texi (Creating Strings): Fix Texinfo usage.
9622
9623 * searching.texi (Regexp Special): Use @samp for regular
9624 expressions that are not in Lisp syntax.
9625
9626 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
9627
9628 * searching.texi (Regexp Special): Put remark between parentheses
9629 to avoid misreading.
9630
9631 2006-03-07 Luc Teirlinck <teirllm@auburn.edu>
9632
9633 * searching.texi (Syntax of Regexps): More accurately describe
9634 which characters are special in which situations.
9635 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
9636 are not special. Describe in detail when `[' and `]' are special.
9637 (Regexp Backslash): Plenty of regexps with unbalanced square
9638 brackets are valid, so reword that statement.
9639
9640 2006-03-02 Kim F. Storm <storm@cua.dk>
9641
9642 * keymaps.texi (Tool Bar): Add tool-bar-border.
9643
9644 2006-02-28 Luc Teirlinck <teirllm@auburn.edu>
9645
9646 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
9647
9648 2006-02-27 Luc Teirlinck <teirllm@auburn.edu>
9649
9650 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
9651
9652 * files.texi (Locating Files): Suggest additional values for the
9653 SUFFIXES arg of `locate-file'. Update pxref.
9654
9655 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
9656 (How Programs Do Loading): Discuss the effects of Auto Compression
9657 mode on `load'.
9658 (Load Suffixes): New node.
9659 (Library Search): Delete description of `load-suffixes'; it was
9660 moved to "Load Suffixes".
9661 (Autoload, Named Features): Mention `load-suffixes'.
9662
9663 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
9664
9665 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
9666
9667 * windows.texi (Window Tree): Fix typo.
9668
9669 2006-02-20 Kim F. Storm <storm@cua.dk>
9670
9671 * display.texi (Fringe Indicators): New section.
9672 Move indicate-empty-lines, indicate-buffer-boundaries, and
9673 default-indicate-buffer-boundaries here.
9674 Add fringe-indicator-alist and default-fringes-indicator-alist.
9675 Add list of logical fringe indicator symbols.
9676 Update list of standard bitmap names.
9677 (Fringe Cursors): New section.
9678 Move overflow-newline-into-fringe here.
9679 Add fringe-cursor-alist and default-fringes-cursor-alist.
9680 Add list of fringe cursor symbols.
9681
9682 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
9683
9684 * commands.texi (Using Interactive): Fix reference to node
9685 "Minibuffers".
9686
9687 2006-02-19 Richard M. Stallman <rms@gnu.org>
9688
9689 * minibuf.texi (High-Level Completion):
9690 Add xref to read-input-method-name.
9691
9692 * files.texi (Relative File Names): Move file-relative-name here.
9693 (File Name Expansion): From here. Minor clarifications.
9694
9695 * commands.texi (Using Interactive): Add xrefs about reading input.
9696 Clarify remarks about that moving point and mark.
9697 Put string case before list case.
9698
9699 2006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
9700
9701 * display.texi (Other Display Specs, Image Descriptors):
9702 Revert erroneous changes. The previous description of
9703 image-descriptors as `(image . PROPS)' was correct.
9704
9705 2006-02-14 Richard M. Stallman <rms@gnu.org>
9706
9707 * variables.texi (File Local Variables): Clarifications.
9708
9709 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
9710
9711 * variables.texi (File Local Variables): Use @code for a cons
9712 cell, not @var.
9713
9714 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
9715
9716 * variables.texi (File Local Variables): Document new file local
9717 variable behavior.
9718
9719 2006-02-10 Kim F. Storm <storm@cua.dk>
9720
9721 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
9722
9723 2006-02-08 Juanma Barranquero <lekktu@gmail.com>
9724
9725 * modes.texi (%-Constructs): Remove obsolete info about
9726 `global-mode-string'.
9727
9728 2006-02-07 Richard M. Stallman <rms@gnu.org>
9729
9730 * commands.texi (Prefix Command Arguments): Minor cleanup.
9731
9732 * display.texi: "Graphical display", not window system.
9733
9734 * functions.texi (What Is a Function): Fix xref.
9735
9736 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
9737 (Changing Key Bindings): Clarify when remapping is better than
9738 substitute-key-definition.
9739
9740 2006-02-02 Richard M. Stallman <rms@gnu.org>
9741
9742 * minibuf.texi (Basic Completion): Completion alists are risky.
9743
9744 * keymaps.texi (Active Keymaps): Clarifications.
9745 (Searching Keymaps): New node.
9746 (Keymaps): Update menu.
9747
9748 * frames.texi (Layout Parameters): Minor clarification.
9749 (Drag and Drop): New node.
9750 (Frames): Update menu.
9751
9752 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
9753
9754 * display.texi (Other Display Specs, Image Descriptors):
9755 Image description is a list, not a cons cell.
9756
9757 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
9758
9759 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
9760 list is not necessarily a list).
9761
9762 2006-01-27 Eli Zaretskii <eliz@gnu.org>
9763
9764 * frames.texi (Layout Parameters): border-width and
9765 internal-border-width belong to the frame, not the window.
9766
9767 2006-01-19 Richard M. Stallman <rms@gnu.org>
9768
9769 * nonascii.texi (Translation of Characters): Search cmds use
9770 translation-table-for-input. Automatically made local.
9771
9772 * markers.texi (Overview of Markers): Count insertion type
9773 as one of a marker's attributes.
9774
9775 * keymaps.texi (Controlling Active Maps): New node, split out of
9776 Active Keymaps.
9777 (Keymaps): Menu updated.
9778 (Active Keymaps): Give pseudocode to explain how the active
9779 maps are searched. current-active-maps and key-binding moved here.
9780 (Functions for Key Lookup): current-active-maps and key-binding moved.
9781 Clarifications.
9782 (Searching the Keymaps): New subnode.
9783
9784 * elisp.texi (Top): Menu clarification.
9785
9786 * display.texi (Other Display Specs): Delete duplicate entry for
9787 just a string as display spec. Move text about recursive display
9788 specs on such a string.
9789
9790 * commands.texi (Key Sequence Input): Clarify.
9791 Move num-nonmacro-input-events out.
9792 (Reading One Event): num-nonmacro-input-events moved here.
9793
9794 2006-01-14 Nick Roberts <nickrob@snap.net.nz>
9795
9796 * advice.texi (Simple Advice): Update example to fit argument
9797 change in previous-line.
9798
9799 2006-01-05 Richard M. Stallman <rms@gnu.org>
9800
9801 * markers.texi (The Mark): Fix in `mark'.
9802
9803 2006-01-04 Richard M. Stallman <rms@gnu.org>
9804
9805 * processes.texi (Misc Network, Make Network): Minor cleanups.
9806
9807 2006-01-04 Kim F. Storm <storm@cua.dk>
9808
9809 * processes.texi (Make Network): Add IPv6 addresses and handling.
9810 (Network Feature Testing): Mention (:family ipv6).
9811 (Misc Network): Add IPv6 formats to format-network-address.
9812
9813 2005-12-30 Richard M. Stallman <rms@gnu.org>
9814
9815 * text.texi (Changing Properties):
9816 Don't use return value of set-text-properties.
9817
9818 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
9819
9820 * modes.texi (Mode Line Format): Correct typo in menu.
9821
9822 2005-12-29 Richard M. Stallman <rms@gnu.org>
9823
9824 * modes.texi (Mode Line Top): New node.
9825 (Mode Line Data): Some text moved to new node.
9826 Explain the data structure more concretely.
9827 (Mode Line Basics): Clarifications.
9828 (Mode Line Variables): Clarify intro paragraph.
9829 (%-Constructs): Clarify intro paragraph.
9830 (Mode Line Format): Update menu.
9831
9832 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
9833
9834 * minibuf.texi (Basic Completion): Update lazy-completion-table
9835 examples for removal of ARGS argument.
9836
9837 2005-12-23 Richard M. Stallman <rms@gnu.org>
9838
9839 * text.texi (Undo): Restore some explanation from the version
9840 that was deleted.
9841
9842 2005-12-23 Eli Zaretskii <eliz@gnu.org>
9843
9844 * text.texi (Undo): Remove duplicate descriptions of `apply
9845 funname' and `apply delta' elements of the undo list.
9846
9847 2005-12-20 Richard M. Stallman <rms@gnu.org>
9848
9849 * help.texi (Help Functions): Update documentation of `apropos'.
9850
9851 2005-12-20 Luc Teirlinck <teirllm@auburn.edu>
9852
9853 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
9854 because it is confusing. If the :help-echo keyword is a function,
9855 it is not directly used as the :help-echo overlay property, as the
9856 xref seems to suggest (it does not take the appropriate args).
9857
9858 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
9859
9860 * customize.texi (Common Keywords): Fix Texinfo usage.
9861 (Group Definitions, Variable Definitions): Update for new
9862 conventions for using `*' in docstrings.
9863
9864 * tips.texi (Documentation Tips): Update for new conventions for
9865 using `*' in docstrings.
9866
9867 2005-12-16 Richard M. Stallman <rms@gnu.org>
9868
9869 * minibuf.texi (Minibuffer Contents): Minor cleanup.
9870
9871 2005-12-16 Juri Linkov <juri@jurta.org>
9872
9873 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
9874
9875 2005-12-14 Romain Francoise <romain@orebokech.com>
9876
9877 * modes.texi (Customizing Keywords): Rename `append' to `how'.
9878 Fix typo.
9879
9880 2005-12-11 Juri Linkov <juri@jurta.org>
9881
9882 * minibuf.texi (Completion Commands): Add mention of read-file-name
9883 for filename completion keymaps.
9884 (Reading File Names): Add mention of filename completion keymaps
9885 for read-file-name and xref to `Completion Commands'.
9886
9887 2005-12-10 Richard M. Stallman <rms@gnu.org>
9888
9889 * customize.texi (Common Keywords): State caveats for use of :tag.
9890
9891 2005-12-08 Richard M. Stallman <rms@gnu.org>
9892
9893 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
9894 with xrefs and better explanation.
9895 (Completion Commands): Add the filename completion maps.
9896
9897 * objects.texi (Character Type): Clarify that \s is not space
9898 if a dash follows.
9899
9900 2005-12-05 Richard M. Stallman <rms@gnu.org>
9901
9902 * windows.texi (Resizing Windows): Delete preserve-before args.
9903
9904 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9905
9906 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
9907 in full keymaps, since the quirk has been fixed.
9908
9909 2005-12-03 Eli Zaretskii <eliz@gnu.org>
9910
9911 * hooks.texi (Standard Hooks): Add index entries.
9912 Mention `compilation-finish-functions'.
9913
9914 2005-11-27 Richard M. Stallman <rms@gnu.org>
9915
9916 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
9917
9918 2005-11-21 Juri Linkov <juri@jurta.org>
9919
9920 * customize.texi (Common Keywords): Update links types
9921 custom-manual and url-link. Add link types emacs-library-link,
9922 file-link, function-link, variable-link, custom-group-link.
9923
9924 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
9925
9926 * display.texi: Revert 2005-11-20 change.
9927
9928 2005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9929
9930 * processes.texi (Bindat Functions):
9931 Say "third" to refer to zero-based index "2".
9932
9933 2005-11-18 Luc Teirlinck <teirllm@auburn.edu>
9934
9935 * loading.texi (Library Search): Update the default value of
9936 `load-suffixes'.
9937
9938 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
9939
9940 * display.texi (Attribute Functions): Mention :ignore-defface.
9941
9942 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9943
9944 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
9945 (Minor Mode Conventions): Mention the use of a hook.
9946
9947 2005-11-06 Richard M. Stallman <rms@gnu.org>
9948
9949 * files.texi (Magic File Names): find-file-name-handler checks the
9950 `operations' property of the handler.
9951
9952 2005-11-03 Richard M. Stallman <rms@gnu.org>
9953
9954 * variables.texi (Frame-Local Variables): Small clarification.
9955
9956 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
9957
9958 * os.texi (Init File): Document ~/.emacs.d/init.el.
9959
9960 2005-10-29 Richard M. Stallman <rms@gnu.org>
9961
9962 * internals.texi (Garbage Collection): Document memory-full.
9963
9964 2005-10-28 Bill Wohler <wohler@newt.com>
9965
9966 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
9967 for URLs.
9968
9969 2005-10-28 Richard M. Stallman <rms@gnu.org>
9970
9971 * minibuf.texi (Completion Commands): Clean up prev change.
9972
9973 2005-10-26 Kevin Ryde <user42@zip.com.au>
9974
9975 * compile.texi (Eval During Compile): Explain recommended uses
9976 of eval-when-compile and eval-and-compile.
9977
9978 2005-10-27 Masatake YAMATO <jet@gyve.org>
9979
9980 * minibuf.texi (Completion Commands):
9981 Write about new optional argument for `display-completion-list'.
9982
9983 2005-10-23 Richard M. Stallman <rms@gnu.org>
9984
9985 * display.texi (Overlay Arrow): Clarify about local bindings of
9986 overlay-arrow-position.
9987
9988 2005-10-22 Eli Zaretskii <eliz@gnu.org>
9989
9990 * internals.texi (Building Emacs): Fix last change.
9991
9992 2005-10-22 Richard M. Stallman <rms@gnu.org>
9993
9994 * internals.texi (Building Emacs): Document eval-at-startup.
9995
9996 2005-10-21 Richard M. Stallman <rms@gnu.org>
9997
9998 * loading.texi (Where Defined): load-history contains abs file names.
9999 symbol-file returns abs file names.
10000
10001 2005-10-19 Kim F. Storm <storm@cua.dk>
10002
10003 * display.texi (Showing Images): Add max-image-size integer value.
10004
10005 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
10006
10007 * display.texi (Showing Images): Document max-image-size.
10008
10009 2005-10-17 Richard M. Stallman <rms@gnu.org>
10010
10011 * commands.texi (Quitting): Minor clarification.
10012
10013 * processes.texi (Sentinels): Clarify about output and quitting.
10014 (Filter Functions): Mention with-local-quit.
10015
10016 2005-10-17 Juri Linkov <juri@jurta.org>
10017
10018 * buffers.texi (Current Buffer):
10019 * commands.texi (Event Input Misc):
10020 * compile.texi (Eval During Compile, Compiler Errors):
10021 * customize.texi (Group Definitions):
10022 * display.texi (Progress, Defining Faces):
10023 * files.texi (Writing to Files):
10024 * modes.texi (Mode Hooks, Defining Minor Modes):
10025 * streams.texi (Output Functions):
10026 * syntax.texi (Syntax Table Functions):
10027 * text.texi (Change Hooks):
10028 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
10029
10030 * commands.texi (Quitting): Replace arg `forms' with `body' in
10031 `with-local-quit'.
10032
10033 * positions.texi (Excursions): Replace arg `forms' with `body' in
10034 `save-excursion'.
10035
10036 2005-10-08 Kim F. Storm <storm@cua.dk>
10037
10038 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
10039 Rename manual section accordingly.
10040
10041 2005-10-04 Kim F. Storm <storm@cua.dk>
10042
10043 * windows.texi (Window Split Tree): New section describing
10044 new function window-split-tree function.
10045
10046 2005-10-03 Nick Roberts <nickrob@snap.net.nz>
10047
10048 * display.texi (Fringe Size/Pos): Simplify and add detail.
10049
10050 2005-09-30 Romain Francoise <romain@orebokech.com>
10051
10052 * minibuf.texi (High-Level Completion): Explain that the prompt
10053 given to `read-buffer' should end with a colon and a space.
10054 Update usage examples.
10055
10056 2005-09-29 Juri Linkov <juri@jurta.org>
10057
10058 * display.texi (Displaying Messages): Rename argument name
10059 `string' to `format-string' in functions `message', `message-box',
10060 `message-or-box'.
10061
10062 2005-09-26 Chong Yidong <cyd@stupidchicken.com>
10063
10064 * errors.texi (Standard Errors): Correct xrefs.
10065
10066 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
10067
10068 * display.texi (Defining Images): Update documentation for
10069 `image-load-path'.
10070
10071 2005-09-17 Richard M. Stallman <rms@gnu.org>
10072
10073 * display.texi (Defining Images): Clean up previous change.
10074
10075 2005-09-16 Romain Francoise <romain@orebokech.com>
10076
10077 * elisp.texi: Specify GFDL version 1.2.
10078
10079 * doclicense.texi (GNU Free Documentation License): Update to
10080 version 1.2.
10081
10082 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
10083
10084 * display.texi (Defining Images): Document `image-load-path'.
10085
10086 2005-09-15 Richard M. Stallman <rms@gnu.org>
10087
10088 * objects.texi (Printed Representation): Minor cleanup.
10089 (Box Diagrams): Minor fix.
10090 (Cons Cell Type): Move (...) index item here.
10091 (Box Diagrams): From here.
10092 (Array Type): Minor fix.
10093 (Type Predicates): Delete index "predicates".
10094 (Hash Table Type): Clarify xref.
10095 (Dotted Pair Notation): Minor fix.
10096
10097 2005-09-10 Chong Yidong <cyd@stupidchicken.com>
10098
10099 * files.texi (Saving Buffers): Fix typo.
10100
10101 2005-09-08 Richard M. Stallman <rms@gnu.org>
10102
10103 * tips.texi (Programming Tips): Correct the "default" prompt spec.
10104
10105 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
10106
10107 * locals.texi (Standard Buffer-Local Variables): Don't include
10108 mode variables for minor modes.
10109 Fix xrefs for buffer-display-count, buffer-display-table,
10110 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
10111 enable-multibyte-characters, fill-column, header-line-format,
10112 left-fringe-width, left-margin, and right-fringe-width.
10113
10114 * hooks.texi (Standard Hooks): All hooks should conform to the
10115 standard naming convention now.
10116 Fix xref for `echo-area-clear-hook'.
10117
10118 * display.texi (Usual Display): Note that indicate-empty-lines and
10119 tab-width are buffer-local.
10120
10121 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
10122
10123 * modes.texi (Mode Help): Note that major-mode is buffer-local.
10124
10125 * nonascii.texi (Encoding and I/O): Note that
10126 buffer-file-coding-system is buffer-local.
10127
10128 * positions.texi (List Motion): Note that defun-prompt-regexp is
10129 buffer-local.
10130
10131 * text.texi (Auto Filling): Note that auto-fill-function is
10132 buffer-local.
10133 (Undo): Note that buffer-undo-list is buffer-local.
10134
10135 * windows.texi (Buffers and Windows):
10136 Document buffer-display-count.
10137
10138 2005-09-06 Richard M. Stallman <rms@gnu.org>
10139
10140 * tips.texi (Coding Conventions): Sometimes it is ok to put the
10141 package prefix elsewhere than at the start of the name.
10142
10143 2005-09-03 Richard M. Stallman <rms@gnu.org>
10144
10145 * tips.texi (Programming Tips): Add conventions for minibuffer
10146 questions and prompts.
10147
10148 2005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
10149
10150 * intro.texi (nil and t): Minor cleanup.
10151 Delete spurious mention of keyword symbols.
10152 (Evaluation Notation): Add index entry.
10153 (A Sample Function Description): Minor cleanup.
10154 (A Sample Variable Description): Not all vars can be set.
10155
10156 2005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
10157
10158 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
10159
10160 (Insertion): Document precise type of `insert-char' arg COUNT.
10161
10162 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
10163
10164 * modes.texi (Other Font Lock Variables): Sync the default of
10165 font-lock-lines-before.
10166
10167 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
10168
10169 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
10170
10171 2005-08-29 Richard M. Stallman <rms@gnu.org>
10172
10173 * elisp.texi (Top): Update subnode menu.
10174
10175 * searching.texi (Searching and Matching): Move node.
10176 Rearrange contents and add overall explanation.
10177 (Searching and Case): Move node.
10178 (Searching and Matching): Update menu.
10179
10180 2005-08-27 Eli Zaretskii <eliz@gnu.org>
10181
10182 * os.texi (Startup Summary): Fix the description of the initial
10183 startup message display.
10184
10185 2005-08-25 Richard M. Stallman <rms@gnu.org>
10186
10187 * searching.texi (Search and Replace): Add replace-regexp-in-string.
10188
10189 2005-08-25 Emilio C. Lopes <eclig@gmx.net>
10190
10191 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
10192 `next-overlay-change' example.
10193
10194 2005-08-22 Juri Linkov <juri@jurta.org>
10195
10196 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
10197 Fix invert-face. Fix args of face-background.
10198
10199 * display.texi (Standard Faces): Delete node.
10200 (Faces): Add xref to `(emacs)Standard Faces'.
10201 (Displaying Faces): Fix xref to `Standard Faces'.
10202
10203 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
10204
10205 2005-08-20 Alan Mackenzie <acm@muc.de>
10206
10207 * buffers.texi (The Buffer List): Clarify the manipulation of the
10208 buffer list.
10209
10210 2005-08-14 Richard M. Stallman <rms@gnu.org>
10211
10212 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
10213 a regexp.
10214
10215 2005-08-11 Richard M. Stallman <rms@gnu.org>
10216
10217 * elisp.texi (Top): Update subnode lists.
10218
10219 * display.texi (Inverse Video): Node deleted.
10220
10221 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
10222 New nodes split out of Coding Conventions.
10223
10224 * searching.texi (Regular Expressions): Document re-builder.
10225
10226 * os.texi (Time Parsing): New node split out of Time Conversion.
10227
10228 * processes.texi (Misc Network, Network Feature Testing)
10229 (Network Options, Make Network): New nodes split out of
10230 Low-Level Network.
10231
10232 2005-08-09 Richard M. Stallman <rms@gnu.org>
10233
10234 * frames.texi (Geometry): New node, split from Size and Position.
10235 (Frame Parameters): Refer to Geometry.
10236
10237 * buffers.texi (The Buffer List): Fix xrefs.
10238
10239 * windows.texi (Splitting Windows): Fix xref.
10240
10241 * frames.texi (Layout Parameters): Add xref.
10242
10243 * display.texi (Line Height, Scroll Bars): Fix xrefs.
10244
10245 * keymaps.texi (Menu Bar): Fix xref.
10246
10247 * locals.texi (Standard Buffer-Local Variables): Fix xref.
10248
10249 * modes.texi (%-Constructs): Fix xref.
10250
10251 * frames.texi (Window Frame Parameters): Node split up.
10252 (Basic Parameters, Position Parameters, Size Parameters)
10253 (Layout Parameters, Buffer Parameters, Management Parameters)
10254 (Cursor Parameters, Color Parameters): New subnodes.
10255
10256 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
10257
10258 * positions.texi (Screen Lines): Update xref for previous change
10259 in minibuf.texi.
10260
10261 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
10262 change in minibuf.texi.
10263
10264 2005-08-09 Richard M. Stallman <rms@gnu.org>
10265
10266 * tips.texi (Coding Conventions): Minor cleanup.
10267
10268 * modes.texi (Defining Minor Modes): Explain when init-value
10269 can be non-nil.
10270
10271 * elisp.texi (Top): Update submenu for Minibuffer.
10272
10273 * minibuf.texi (Minibuffer Misc): Node split up.
10274 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
10275 (Recursive Mini): New nodes split out from Minibuffer Misc.
10276 (Minibuffer Misc): Document max-mini-window-height.
10277
10278 * hash.texi (Defining Hash): Delete stray paren in example.
10279
10280 * display.texi (Echo Area Customization): Don't define
10281 max-mini-window-height here; xref instead.
10282
10283 * commands.texi (Event Input Misc): Update while-no-input.
10284
10285 * advice.texi (Advising Functions): Explain when to use advice
10286 and when to use a hook.
10287
10288 2005-07-30 Eli Zaretskii <eliz@gnu.org>
10289
10290 * makefile.w32-in (info): Don't run install-info.
10291 ($(infodir)/dir): New target, produced by running install-info.
10292
10293 2005-07-27 Luc Teirlinck <teirllm@auburn.edu>
10294
10295 * modes.texi (Defining Minor Modes): The keyword for the initial
10296 value is :init-value, not :initial-value.
10297
10298 2005-07-23 Eli Zaretskii <eliz@gnu.org>
10299
10300 * loading.texi (Autoload): Make the `doctor' example be consistent
10301 with what's in current loaddefs.el. Describe the "fn" magic in
10302 the usage portion of the doc string.
10303
10304 2005-07-22 Richard M. Stallman <rms@gnu.org>
10305
10306 * internals.texi (Garbage Collection): Clarify previous change.
10307
10308 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
10309
10310 * internals.texi (Garbage Collection): Add gc-cons-percentage.
10311
10312 2005-07-18 Juri Linkov <juri@jurta.org>
10313
10314 * commands.texi (Accessing Events):
10315 * frames.texi (Text Terminal Colors, Resources):
10316 * markers.texi (The Mark):
10317 * modes.texi (Defining Minor Modes):
10318 Delete duplicate duplicate words.
10319
10320 2005-07-16 Richard M. Stallman <rms@gnu.org>
10321
10322 * display.texi (Managing Overlays): Clarify make-overlay
10323 args for insertion types.
10324
10325 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
10326
10327 * customize.texi (Variable Definitions):
10328 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
10329 `standard-value' is a list too.
10330 (Defining New Types): Use @key{RET} instead of @key{ret}.
10331
10332 2005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
10333
10334 * os.texi (Translating Input): Fix typo.
10335
10336 2005-07-08 Richard M. Stallman <rms@gnu.org>
10337
10338 * README: Update edition number and size estimate.
10339
10340 * elisp.texi (VERSION): Set to 2.9.
10341
10342 2005-07-07 Richard M. Stallman <rms@gnu.org>
10343
10344 * book-spine.texinfo: Update Emacs version.
10345
10346 * display.texi (Inverse Video): Delete mode-line-inverse-video.
10347
10348 2005-07-06 Richard M. Stallman <rms@gnu.org>
10349
10350 * searching.texi (Regexp Search): Clarify what re-search-forward
10351 does when the search fails.
10352
10353 2005-07-05 Lute Kamstra <lute@gnu.org>
10354
10355 * Update FSF's address in GPL notices.
10356
10357 * doclicense.texi (GNU Free Documentation License):
10358 * gpl.texi (GPL):
10359 * tips.texi (Coding Conventions, Library Headers):
10360 * vol1.texi:
10361 * vol2.texi: Update FSF's address.
10362
10363 2005-07-04 Richard M. Stallman <rms@gnu.org>
10364
10365 * hooks.texi (Standard Hooks): Add occur-hook.
10366
10367 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
10368
10369 * display.texi (The Echo Area): Correct menu.
10370
10371 2005-07-03 Richard M. Stallman <rms@gnu.org>
10372
10373 * elisp.texi (Top): Update subnode menu for Display.
10374
10375 * display.texi (Displaying Messages): New node, with most
10376 of what was in The Echo Area.
10377 (Progress): Move under The Echo Area.
10378 (Logging Messages): New node with new text.
10379 (Echo Area Customization): New node, the rest of what was
10380 in The Echo Area. Document message-truncate-lines with @defvar.
10381 (Display): Update menu.
10382
10383 * windows.texi (Textual Scrolling): Doc 3 values for
10384 scroll-preserve-screen-position.
10385
10386 * text.texi (Special Properties): Change hook functions
10387 should bind inhibit-modification-hooks around altering buffer text.
10388
10389 * keymaps.texi (Key Binding Commands): Call binding BINDING
10390 rather than DEFINITION.
10391
10392 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
10393
10394 * variables.texi (Defining Variables): `user-variable-p' returns t
10395 for aliases of user options, nil for alias loops.
10396
10397 2005-06-28 Richard M. Stallman <rms@gnu.org>
10398
10399 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
10400 make-keymap.
10401
10402 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
10403
10404 * variables.texi (Setting Variables): Correct and clarify
10405 description of `add-to-ordered-list'.
10406
10407 2005-06-26 Richard M. Stallman <rms@gnu.org>
10408
10409 * display.texi (Faces): Minor cleanup.
10410
10411 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
10412
10413 * display.texi (Faces): `facep' returns t for strings that are
10414 face names.
10415
10416 2005-06-25 Richard M. Stallman <rms@gnu.org>
10417
10418 * objects.texi (Equality Predicates): Clarify meaning of equal.
10419
10420 * windows.texi (Selecting Windows): save-selected-window
10421 and with-selected-window save and restore the current buffer.
10422
10423 2005-06-24 Richard M. Stallman <rms@gnu.org>
10424
10425 * numbers.texi (Float Basics): Explain how to test for NaN,
10426 and printing the sign of NaNs.
10427
10428 2005-06-24 Eli Zaretskii <eliz@gnu.org>
10429
10430 * makefile.w32-in (MAKEINFO): Use --force.
10431
10432 2005-06-23 Richard M. Stallman <rms@gnu.org>
10433
10434 * display.texi (Face Functions): Correct Texinfo usage.
10435
10436 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
10437
10438 * lists.texi (Rings): `ring-elements' now returns the elements of
10439 RING in order.
10440
10441 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
10442
10443 * markers.texi (The Mark): Texinfo usage fix.
10444
10445 2005-06-23 Kim F. Storm <storm@cua.dk>
10446
10447 * searching.texi (Entire Match Data): Remove evaporate option for
10448 match-data. Do not mention evaporate option for set-match-data.
10449
10450 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
10451
10452 * display.texi (Face Functions): Mention face aliases.
10453
10454 2005-06-21 Richard M. Stallman <rms@gnu.org>
10455
10456 * anti.texi (Antinews): Texinfo usage fix.
10457
10458 2005-06-21 Karl Berry <karl@gnu.org>
10459
10460 * elisp.texi: Use @copying.
10461
10462 * elisp.texi: Put @summarycontents and @contents before the Top
10463 node, instead of the end of the file, so that the contents appear
10464 in the right place in the dvi/pdf output.
10465
10466 2005-06-21 Juri Linkov <juri@jurta.org>
10467
10468 * display.texi (Defining Faces): Add `customized-face'.
10469
10470 2005-06-20 Kim F. Storm <storm@cua.dk>
10471
10472 * variables.texi (Setting Variables): Any type of element can be
10473 given order in add-to-ordered-list. Compare elements with eq.
10474
10475 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
10476
10477 2005-06-20 Karl Berry <karl@gnu.org>
10478
10479 * syntax.texi (Syntax Flags): Make last column very slightly wider
10480 to avoid "generic comment" breaking on two lines and causing an
10481 underfull box.
10482
10483 2005-06-19 Luc Teirlinck <teirllm@auburn.edu>
10484
10485 * lists.texi (Rings): Various minor clarifications and corrections.
10486
10487 2005-06-18 Richard M. Stallman <rms@gnu.org>
10488
10489 * functions.texi (Obsolete Functions): Simplify.
10490
10491 * variables.texi (Variable Aliases): Simplify.
10492
10493 * anti.texi, backups.texi, compile.texi, customize.texi:
10494 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
10495 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
10496 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
10497 * variables.texi: Fix formatting ugliness.
10498
10499 * elisp.texi: Add links to Rings and Byte Packing.
10500 Update version and copyright years.
10501
10502 * minibuf.texi: Fix formatting ugliness.
10503 (Completion Commands): Move keymap vars to the end
10504 and vars completing-read binds to the top.
10505
10506 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
10507
10508 * processes.texi: Fix typos.
10509 (Bindat Spec): Correct Texinfo error.
10510 (Byte Packing): Fix ungrammatical sentence.
10511
10512 2005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
10513
10514 * lists.texi (Rings): New node.
10515 (Lists): Add it to menu.
10516
10517 * processes.texi (Byte Packing): New node.
10518 (Processes): Add it to menu.
10519
10520 2005-06-17 Richard M. Stallman <rms@gnu.org>
10521
10522 * syntax.texi (Parsing Expressions): Fix texinfo usage.
10523
10524 * help.texi (Documentation Basics): Explain the xref to
10525 Documentation Tips.
10526
10527 * debugging.texi (Debugger Commands): Minor fix.
10528
10529 2005-06-16 Luc Teirlinck <teirllm@auburn.edu>
10530
10531 * edebug.texi (Instrumenting): Eliminate duplicate link.
10532 (Specification List): Replace references to "below", referring to
10533 a later node, with one @ref to that node.
10534
10535 * os.texi (Timers): Timers should save and restore the match data
10536 if they change it.
10537
10538 * debugging.texi (Debugger Commands): Mention that the Lisp
10539 debugger can not step through primitive functions.
10540
10541 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
10542
10543 * functions.texi (Obsolete Functions): Update argument names of
10544 `make-obsolete' and `define-obsolete-function-alias'.
10545
10546 * variables.texi (Variable Aliases): Update argument names of
10547 `defvaralias', `make-obsolete-variable' and
10548 `define-obsolete-variable-alias'.
10549
10550 2005-06-15 Kim F. Storm <storm@cua.dk>
10551
10552 * searching.texi (Entire Match Data): Rephrase warnings about
10553 evaporate arg to match-data and set-match-data.
10554
10555 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
10556
10557 * elisp.texi (Top): Update detailed menu.
10558
10559 * edebug.texi (Edebug): Update menu.
10560 (Instrumenting): Update xrefs.
10561 (Edebug Execution Modes): Correct xref.
10562 (Jumping): Clarify description of `h' command.
10563 Eliminate redundant @ref.
10564 (Breaks): New node.
10565 (Breakpoints): Is now a subsubsection.
10566 (Global Break Condition): Mention `C-x X X'.
10567 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
10568 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
10569 (Edebug Display Update): Correct pxref.
10570 (Edebug and Macros): New node.
10571 (Instrumenting Macro Calls): Is now a subsubsection.
10572 Neither arg of `def-edebug-spec' is evaluated.
10573 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
10574 (Specification Examples): Fix typo.
10575
10576 2005-06-14 Lute Kamstra <lute@gnu.org>
10577
10578 * debugging.texi (Function Debugging): Primitives can break on
10579 entry too.
10580
10581 2005-06-14 Kim F. Storm <storm@cua.dk>
10582
10583 * variables.texi (Setting Variables): Add add-to-ordered-list.
10584
10585 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10586
10587 * syntax.texi (Parsing Expressions): Document aux functions and vars of
10588 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
10589
10590 2005-06-13 Lute Kamstra <lute@gnu.org>
10591
10592 * text.texi (Special Properties): Fix cross reference.
10593
10594 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
10595
10596 * debugging.texi (Function Debugging): Delete mention of empty
10597 string argument to `cancel-debug-on-entry'. Delete inaccurate
10598 description of the return value of that command.
10599
10600 2005-06-11 Alan Mackenzie <acm@muc.de>
10601
10602 * text.texi (Adaptive Fill): Amplify the description of
10603 fill-context-prefix.
10604
10605 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
10606
10607 * syntax.texi (Parsing Expressions): Fix Texinfo error.
10608
10609 2005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10610
10611 * syntax.texi (Parsing Expressions): Document syntax-ppss.
10612
10613 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
10614
10615 * debugging.texi (Error Debugging): Minor rewording.
10616 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
10617 is optional.
10618
10619 2005-06-10 Lute Kamstra <lute@gnu.org>
10620
10621 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
10622 (Top): Give it a title. Correct version number. Give the
10623 detailed node listing a more prominent header.
10624 * intro.texi: Don't set VERSION here a second time.
10625 Mention Emacs's version too.
10626 * anti.texi (Antinews): Use EMACSVER to refer to the current
10627 version of Emacs.
10628
10629 2005-06-09 Kim F. Storm <storm@cua.dk>
10630
10631 * searching.texi (Entire Match Data): Explain new `reseat' argument to
10632 match-data and set-match-data.
10633
10634 2005-06-08 Richard M. Stallman <rms@gnu.org>
10635
10636 * searching.texi (Entire Match Data): Clarify when match-data
10637 returns markers and when integers.
10638
10639 * display.texi (Defining Faces): Explain that face name should not
10640 end in `-face'.
10641
10642 * modes.texi (Mode Line Data): Minor cleanup.
10643 (Customizing Keywords): Node split out of Search-based Fontification.
10644 Add example of using font-lock-add-keywords from a hook.
10645 Clarify when MODE should be non-nil, and when nil.
10646
10647 2005-06-06 Richard M. Stallman <rms@gnu.org>
10648
10649 * modes.texi (Mode Line Data): Explain what happens when the car
10650 of a list is a void symbol.
10651 (Search-based Fontification): Explain MODE arg to
10652 font-lock-add-keywords and warn about calls from major modes.
10653
10654 2005-06-08 Juri Linkov <juri@jurta.org>
10655
10656 * display.texi (Standard Faces): Add `shadow' face.
10657
10658 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
10659
10660 * modes.texi (Major Mode Conventions): A derived mode only needs
10661 to put the call to the parent mode inside `delay-mode-hooks'.
10662
10663 2005-05-29 Richard M. Stallman <rms@gnu.org>
10664
10665 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
10666 new, and what that implies. Clarify.
10667
10668 * files.texi (Locating Files): Clean up the text.
10669
10670 * frames.texi (Window Frame Parameters): Document user-size.
10671 Shorten entry for top by referring to left.
10672
10673 2005-05-26 Richard M. Stallman <rms@gnu.org>
10674
10675 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
10676 is new, and what the implications are. Other clarifications.
10677
10678 2005-05-24 Richard M. Stallman <rms@gnu.org>
10679
10680 * frames.texi (Dialog Boxes): Minor fixes.
10681
10682 2005-05-25 Masatake YAMATO <jet@gyve.org>
10683
10684 * display.texi (Standard Faces): Write about `mode-line-highlight'.
10685
10686 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
10687
10688 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
10689 is optional.
10690
10691 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
10692
10693 * frames.texi (Dialog Boxes): Describe new optional argument.
10694
10695 2005-05-23 Lute Kamstra <lute@gnu.org>
10696
10697 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
10698 syntax-begin-function over font-lock-beginning-of-syntax-function.
10699
10700 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
10701
10702 * minibuf.texi (Reading File Names): Update description of
10703 `read-directory-name'.
10704
10705 * modes.texi (Derived Modes): Clarify :group keyword.
10706
10707 2005-05-21 Eli Zaretskii <eliz@gnu.org>
10708
10709 * files.texi (Locating Files): New subsection.
10710 Describe locate-file and executable-find.
10711
10712 2005-05-21 Kevin Ryde <user42@zip.com.au>
10713
10714 * frames.texi (Initial Parameters): Update cross reference to
10715 "Emacs Invocation".
10716
10717 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
10718
10719 * keymaps.texi (Active Keymaps): Add anchor.
10720
10721 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
10722 (Major Mode Conventions): Refer to `Auto Major Mode' in more
10723 appropriate place.
10724 (Derived Modes): Small clarifications.
10725 (Minor Mode Conventions, Keymaps and Minor Modes):
10726 Replace references to nodes with references to anchors.
10727 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
10728 Clarify description of lists whose first element is an integer.
10729 (Mode Line Variables): Add anchor.
10730 (%-Constructs): Clarify description of integer after %.
10731 (Emulating Mode Line): Describe nil value for FACE.
10732
10733 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
10734
10735 * modes.texi (Derived Modes): Correct references to non-existing
10736 variable standard-syntax-table.
10737
10738 2005-05-17 Lute Kamstra <lute@gnu.org>
10739
10740 * modes.texi (Defining Minor Modes): Mention the mode hook.
10741
10742 2005-05-15 Kim F. Storm <storm@cua.dk>
10743
10744 * processes.texi (Network): Remove open-network-stream-nowait.
10745 (Network Servers): Remove open-network-stream-server.
10746
10747 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
10748
10749 * elisp.texi (Top): Update detailed menu.
10750
10751 * variables.texi: Reorder nodes.
10752 (Variables): Update menu.
10753 (File Local Variables): Do not refer to the `-*-' line as
10754 a "local variables list". Add pxref.
10755
10756 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
10757
10758 * elisp.texi (Top): Update detailed menu for node changes.
10759
10760 * modes.texi (Modes): Update Menu.
10761 (Hooks): Move to beginning of chapter.
10762 Most minor modes run mode hooks too.
10763 `add-hook' can handle void hooks or hooks whose value is a single
10764 function.
10765 (Major Modes): Update Menu.
10766 (Major Mode Basics): New node, split off from `Major Modes'.
10767 (Major Mode Conventions): Correct xref. Explain how to handle
10768 auto-mode-alist if the major mode command has an autoload cookie.
10769 (Auto Major Mode): Major update. Add magic-mode-alist.
10770 (Derived Modes): Major update.
10771 (Mode Line Format): Update Menu.
10772 (Mode Line Basics): New node, split off from `Mode Line Format'.
10773
10774 * loading.texi (Autoload): Mention `autoload cookie' as synonym
10775 for `magic autoload comment'. Add index entries and anchor.
10776
10777 2005-05-14 Richard M. Stallman <rms@gnu.org>
10778
10779 * tips.texi (Coding Conventions): Explain how important it is
10780 that just loading certain files not change Emacs behavior.
10781
10782 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
10783
10784 2005-05-12 Lute Kamstra <lute@gnu.org>
10785
10786 * modes.texi (Generic Modes): Update.
10787 (Major Modes): Refer to node "Generic Modes".
10788
10789 * elisp.texi (Top): Update to the current structure of the manual.
10790 * processes.texi (Processes): Add menu description.
10791 * customize.texi (Customization): Add menu descriptions.
10792
10793 2005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
10794
10795 * processes.texi (Signals to Processes)
10796 (Low-Level Network): Fix typos.
10797
10798 2005-05-11 Lute Kamstra <lute@gnu.org>
10799
10800 * elisp.texi (Top): Add some nodes from the chapter "Major and
10801 Minor Modes" to the detailed node listing.
10802
10803 2005-05-10 Richard M. Stallman <rms@gnu.org>
10804
10805 * keymaps.texi (Extended Menu Items): Menu item filter functions
10806 can be called at any time.
10807
10808 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
10809
10810 * variables.texi (File Local Variables): `(hack-local-variables t)'
10811 now also checks whether a mode is specified in the local variables
10812 list.
10813
10814 2005-05-05 Kevin Ryde <user42@zip.com.au>
10815
10816 * display.texi (The Echo Area): Correct format function cross
10817 reference.
10818
10819 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
10820
10821 * variables.texi (Variable Aliases): Change description of
10822 `define-obsolete-variable-alias'.
10823
10824 * functions.texi (Functions): Add "Obsolete Functions" to menu.
10825 (Defining Functions): Add xref.
10826 (Obsolete Functions): New node.
10827 (Function Safety): Standardize capitalization of section title.
10828
10829 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
10830 (Dialog Boxes): Complete description of `x-popup-dialog'.
10831
10832 2005-05-04 Richard M. Stallman <rms@gnu.org>
10833
10834 * commands.texi (Interactive Codes): Fix Texinfo usage.
10835 Document U more clearly.
10836
10837 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10838
10839 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
10840 function and not a macro.
10841
10842 * frames.texi (Pop-Up Menus): Correct and clarify description of
10843 `x-popup-menu'.
10844 (Dialog Boxes): Clarify description of `x-popup-dialog'.
10845
10846 2005-05-01 Richard M. Stallman <rms@gnu.org>
10847
10848 * edebug.texi (Checking Whether to Stop): Fix previous change.
10849
10850 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10851
10852 * display.texi: Fix typos and Texinfo usage.
10853
10854 * edebug.texi (Checking Whether to Stop): executing-macro ->
10855 executing-kbd-macro.
10856
10857 2005-05-01 Richard M. Stallman <rms@gnu.org>
10858
10859 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
10860
10861 2005-04-30 Richard M. Stallman <rms@gnu.org>
10862
10863 * files.texi (Magic File Names): Document `operations' property.
10864
10865 2005-04-29 Lute Kamstra <lute@gnu.org>
10866
10867 * modes.texi (Generic Modes): New node.
10868 (Major Modes): Add it to the menu.
10869 (Derived Modes): Add "derived mode" to concept index.
10870
10871 2005-04-28 Lute Kamstra <lute@gnu.org>
10872
10873 * modes.texi (Defining Minor Modes): Fix previous change.
10874 (Font Lock Mode): Simplify.
10875 (Font Lock Basics): Say that font-lock-defaults is buffer-local
10876 when set and that some parts are optional. Add cross references.
10877 (Search-based Fontification): Say how to specify font-lock-keywords.
10878 Add cross references. Add font-lock-multiline to index.
10879 Move font-lock-keywords-case-fold-search here from node "Other Font
10880 Lock Variables". Document font-lock-add-keywords and
10881 font-lock-remove-keywords.
10882 (Other Font Lock Variables): Move font-lock-keywords-only,
10883 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
10884 and font-lock-syntactic-face-function to node "Syntactic Font
10885 Lock". Move font-lock-keywords-case-fold-search to node
10886 "Search-based Fontification". Document font-lock-inhibit-thing-lock
10887 and font-lock-{,un}fontify-{buffer,region}-function.
10888 (Precalculated Fontification): Remove reference to deleted variable
10889 font-lock-core-only.
10890 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
10891 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
10892 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
10893 and font-lock-syntactic-face-function here from node "Other Font
10894 Lock Variables". Move font-lock-syntactic-keywords to "Setting
10895 Syntax Properties". Add cross references.
10896 (Setting Syntax Properties): New node.
10897 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
10898 * syntax.texi (Syntax Properties): Add cross reference.
10899 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
10900
10901 2005-04-26 Richard M. Stallman <rms@gnu.org>
10902
10903 * display.texi (Defining Faces):
10904 Document `default' elements of defface spec.
10905
10906 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
10907
10908 * variables.texi (Variable Aliases): Clarify text.
10909
10910 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
10911
10912 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
10913
10914 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
10915
10916 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
10917
10918 2005-04-24 Eli Zaretskii <eliz@gnu.org>
10919
10920 * syntax.texi (Syntax Table Internals): Elaborate documentation of
10921 syntax-after and syntax-class.
10922
10923 * files.texi (Changing Files): Fix last change's cross-reference.
10924 (Unique File Names): Don't mention "numbers" in the documentation
10925 of make-temp-file and make-temp-name.
10926
10927 2005-04-23 Richard M. Stallman <rms@gnu.org>
10928
10929 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
10930
10931 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
10932
10933 * windows.texi (Cyclic Window Ordering): Clarify window-list.
10934
10935 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
10936
10937 * variables.texi (Variable Aliases): Describe make-obsolete-variable
10938 and define-obsolete-variable-alias.
10939
10940 2005-04-22 Kim F. Storm <storm@cua.dk>
10941
10942 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
10943 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
10944
10945 2005-04-21 Lute Kamstra <lute@gnu.org>
10946
10947 * lists.texi (Association Lists): Document rassq-delete-all.
10948
10949 2005-04-19 Richard M. Stallman <rms@gnu.org>
10950
10951 * modes.texi (Search-based Fontification): Explain that
10952 facespec is an expression to be evaluated.
10953
10954 2005-04-19 Kevin Ryde <user42@zip.com.au>
10955
10956 * streams.texi (Output Functions): Fix xref.
10957 * strings.texi (String Conversion): Fix xref.
10958
10959 2005-04-19 Kim F. Storm <storm@cua.dk>
10960
10961 * symbols.texi (Symbol Plists): Add safe-get.
10962 Mention that `get' may signal an error.
10963
10964 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
10965
10966 * customize.texi (Variable Definitions): Replace tooltip-mode
10967 example with save-place.
10968
10969 2005-04-17 Richard M. Stallman <rms@gnu.org>
10970
10971 * buffers.texi (Indirect Buffers): Clarify.
10972
10973 * positions.texi (Positions): Clarify converting marker to integer.
10974
10975 * strings.texi (String Basics): Mention string-match; clarify.
10976
10977 2005-04-08 Lute Kamstra <lute@gnu.org>
10978
10979 * modes.texi (Search-based Fontification): Fix cross references.
10980 Use consistent terminology. Document anchored highlighting.
10981
10982 2005-04-05 Lute Kamstra <lute@gnu.org>
10983
10984 * modes.texi (Defining Minor Modes): Document :group keyword
10985 argument and its default value.
10986
10987 2005-04-03 Lute Kamstra <lute@gnu.org>
10988
10989 * hooks.texi (Standard Hooks): Add some hooks. Add cross
10990 references and/or descriptions. Delete major mode hooks; mention
10991 them as a category instead. Rename or delete obsolete hooks.
10992
10993 2005-04-02 Richard M. Stallman <rms@gnu.org>
10994
10995 * nonascii.texi (Coding System Basics): Another wording cleanup.
10996
10997 2005-04-01 Richard M. Stallman <rms@gnu.org>
10998
10999 * nonascii.texi (Coding System Basics): Clarify previous change.
11000
11001 2005-04-01 Kenichi Handa <handa@m17n.org>
11002
11003 * nonascii.texi (Coding System Basics): Describe about roundtrip
11004 identity of coding systems.
11005
11006 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
11007
11008 * text.texi (Buffer Contents): Add filter-buffer-substring and
11009 buffer-substring-filters.
11010
11011 2005-03-26 Chong Yidong <cyd@stupidchicken.com>
11012
11013 * anti.texi (Antinews): Mention `G' interactive code.
11014
11015 * tips.texi (Compilation Tips): Mention benchmark.el.
11016
11017 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
11018
11019 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
11020 is now bound to M-o M-o.
11021
11022 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
11023
11024 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
11025
11026 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
11027 in the Emacs Manual).
11028 * Makefile.in (srcs): Remove calendar.texi.
11029 * makefile.w32-in (srcs): Remove calendar.texi.
11030 * display.texi (Display): Change name of next node.
11031 * os.texi (System In): Change name of previous node.
11032 * elisp.texi (Top): Remove Calendar references.
11033 * vol1.texi (Top): Remove Calendar references.
11034 * vol2.texi (Top): Remove Calendar references.
11035
11036 2005-03-25 Richard M. Stallman <rms@gnu.org>
11037
11038 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
11039 Cleanup previous change.
11040
11041 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
11042
11043 * display.texi (Face Attributes): Faces earlier in an :inherit
11044 list take precedence.
11045 (Scroll Bars): Fix description of vertical-scroll-bars.
11046 Document frame-current-scroll-bars and window-current-scroll-bars.
11047
11048 * markers.texi (The Mark): Document temporary Transient Mark mode.
11049
11050 * minibuf.texi (Reading File Names):
11051 Document read-file-name-completion-ignore-case.
11052
11053 * positions.texi (Screen Lines): Document nil for width argument
11054 to compute-motion.
11055
11056 2005-03-23 Kim F. Storm <storm@cua.dk>
11057
11058 * display.texi (Standard Faces): Other faces used in the fringe
11059 implicitly inherits from the fringe face.
11060 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
11061 properties implicitly inherits from fringe face.
11062 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
11063
11064 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
11065
11066 * display.texi (Invisible Text): State default value of
11067 line-move-ignore-invisible.
11068 (Managing Overlays): Document remove-overlays.
11069 (Standard Faces): Document escape-glyph face.
11070
11071 * minibuf.texi (Reading File Names): Document read-file-name-function.
11072
11073 * modes.texi (Other Font Lock Variables):
11074 Document font-lock-lines-before.
11075
11076 * positions.texi (Skipping Characters): skip-chars-forward allows
11077 character classes.
11078
11079 2005-03-18 Lute Kamstra <lute@gnu.org>
11080
11081 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
11082
11083 2005-03-17 Richard M. Stallman <rms@gnu.org>
11084
11085 * text.texi (Undo): Document extensible undo entries.
11086
11087 * searching.texi (String Search, Regexp Search): Cleanups.
11088
11089 * nonascii.texi (Character Codes): Minor fix.
11090
11091 * display.texi (Display Property): Explain the significance
11092 of having text properties that are eq.
11093 (Other Display Specs): Explain string as display spec.
11094
11095 * commands.texi (Interactive Codes): Document G option.
11096
11097 2005-03-17 Chong Yidong <cyd@stupidchicken.com>
11098
11099 * text.texi (Filling): Add sentence-end-without-period and
11100 sentence-end-without-space.
11101 (Changing Properties): Minor fix.
11102
11103 * anti.texi: Total rewrite.
11104
11105 2005-03-15 Lute Kamstra <lute@gnu.org>
11106
11107 * edebug.texi (Instrumenting Macro Calls): Fix typos.
11108
11109 2005-03-08 Kim F. Storm <storm@cua.dk>
11110
11111 * display.texi (Specified Space): Property :width is support on
11112 non-graphic terminals, :height is not.
11113
11114 2005-03-07 Richard M. Stallman <rms@gnu.org>
11115
11116 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
11117 Now subnodes of Fringes.
11118 (Overlay Arrow): Document overlay-arrow-variable-list.
11119 (Fringe Size/Pos): New node, broken out of Fringes.
11120 (Display): Explain clearing vs redisplay better.
11121 (Truncation): Clarify use of bitmaps.
11122 (The Echo Area): Clarify the uses of the echo area.
11123 Add max-mini-window-height.
11124 (Progress): Clarify.
11125 (Invisible Text): Explain that main loop moves point out.
11126 (Selective Display): Say "hidden", not "invisible".
11127 (Managing Overlays): Move up. Describe relation to Undo here.
11128 (Overlay Properties): Clarify intro.
11129 (Finding Overlays): Explain return values when nothing found.
11130 (Width): truncate-string-to-width has added arg.
11131 (Displaying Faces): Clarify and update mode line face handling.
11132 (Face Functions): Minor cleanup.
11133 (Conditional Display): Merge into Other Display Specs.
11134 (Pixel Specification, Other Display Specs): Minor cleanups.
11135 (Images, Image Descriptors): Minor cleanups.
11136 (GIF Images): Patents have expired.
11137 (Showing Images): Explain default text for insert-image.
11138 (Manipulating Button Types): Merge into Manipulating Buttons.
11139 (Making Buttons): Explain return values.
11140 (Button Buffer Commands): Add xref.
11141 (Inverse Video): Update mode-line-inverse-video.
11142 (Display Table Format): Clarify.
11143 (Active Display Table): Give defaults for window-display-table.
11144
11145 * calendar.texi (Calendar Customizing): calendar-holiday-marker
11146 and calendar-today-marker are strings, not chars.
11147 (Holiday Customizing): Minor fix.
11148
11149 * internals.texi (Writing Emacs Primitives): Update `or' example.
11150 Update limit on # args of subr.
11151
11152 * edebug.texi (Using Edebug): Arrow is in fringe.
11153 (Instrumenting): Arg to eval-defun works without loading edebug.
11154 (Edebug Execution Modes): Add xref.
11155
11156 * customize.texi (Common Keywords): Clarify :require.
11157 Mention :version here.
11158 (Variable Definitions, Group Definitions): Not here.
11159 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
11160
11161 2005-03-07 Chong Yidong <cyd@stupidchicken.com>
11162 * nonascii.texi (Text Representations): Clarify position-bytes.
11163 (Character Sets): Add list-charset-chars.
11164 (Scanning Charsets): Add charset-after.
11165 (Encoding and I/O): Minor fix.
11166
11167 2005-03-06 Richard M. Stallman <rms@gnu.org>
11168
11169 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
11170 (Resizing Windows): Likewise.
11171
11172 * text.texi (Change Hooks): Get rid of "Emacs 21".
11173
11174 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
11175
11176 * streams.texi (Output Variables): Get rid of "Emacs 21".
11177
11178 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
11179
11180 * os.texi (Translating Input): Replace flow-control example
11181 with a less obsolete example that uses `keyboard-translate'.
11182
11183 * objects.texi (Hash Table Type, Circular Objects):
11184 Get rid of "Emacs 21".
11185
11186 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
11187 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
11188
11189 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
11190
11191 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
11192
11193 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
11194 (Menu Bar): Fix when menu-bar-update-hook is called.
11195
11196 * hash.texi (Hash Tables): Get rid of "Emacs 21".
11197
11198 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
11199 and make it read better.
11200
11201 * files.texi (Writing to Files): Get rid of "Emacs 21".
11202 (Unique File Names): Likewise.
11203
11204 * elisp.texi: Update Emacs version to 22.
11205
11206 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
11207 (Overlay Properties, Face Attributes): Likewise.
11208 (Managing Overlays): Fix punctuation.
11209 (Attribute Functions): Clarify set-face-font; get rid of
11210 info about old Emacs versions.
11211 (Auto Faces, Font Lookup, Display Property, Images):
11212 Get rid of "Emacs 21".
11213
11214 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
11215
11216 2005-03-05 Richard M. Stallman <rms@gnu.org>
11217
11218 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
11219
11220 2005-03-04 Lute Kamstra <lute@gnu.org>
11221
11222 * debugging.texi (Error Debugging): Document stack-trace-on-error.
11223
11224 2005-03-03 Lute Kamstra <lute@gnu.org>
11225
11226 * edebug.texi (Instrumenting Macro Calls): Fix typo.
11227
11228 2005-03-01 Lute Kamstra <lute@gnu.org>
11229
11230 * debugging.texi (Debugger Commands): Update `j'.
11231
11232 2005-02-28 Lute Kamstra <lute@gnu.org>
11233
11234 * debugging.texi (Debugging): Fix typo.
11235 (Error Debugging): Document eval-expression-debug-on-error.
11236 (Function Debugging): Update example.
11237 (Using Debugger): Mention starred stack frames.
11238 (Debugger Commands): Document `j' and `l'.
11239 (Invoking the Debugger): `d' and `j' exit recursive edit too.
11240 Update the messages that the debugger displays.
11241 (Internals of Debugger): Add cross reference. Update example.
11242 (Excess Open): Minor improvement.
11243 (Excess Close): Minor improvement.
11244
11245 2005-02-26 Richard M. Stallman <rms@gnu.org>
11246
11247 * tips.texi (Coding Conventions): Clarify.
11248 Put all the major mode key reservations together.
11249 Mention the Mouse-1 => Mouse-2 conventions.
11250
11251 * syntax.texi (Syntax Class Table): Clarify.
11252 (Syntax Table Functions): syntax-after moved from here.
11253 (Syntax Table Internals): syntax-after moved to here.
11254 (Parsing Expressions): Update info on number of values
11255 and what's meaningful in the STATE argument.
11256 (Categories): Fix typo.
11257
11258 * sequences.texi (Arrays): Cleanup.
11259 (Char-Tables): Clarify.
11260
11261 * processes.texi (Deleting Processes): Cleanups, add xref.
11262 (Subprocess Creation): Explain nil in exec-path. Cleanup.
11263 (Process Information): set-process-coding-system, some args optional.
11264 (Input to Processes): Explain various types for PROCESS args.
11265 Rename them from PROCESS-NAME to PROCESS.
11266 (Signals to Processes): Likewise.
11267 (Decoding Output): Cleanup.
11268 (Query Before Exit): Clarify.
11269
11270 * os.texi (Startup Summary): Correct the options; add missing ones.
11271 (Terminal Output, Batch Mode): Clarify.
11272 (Flow Control): Node deleted.
11273
11274 * markers.texi (The Mark): Clarify.
11275
11276 * macros.texi (Expansion): Cleanup.
11277 (Indenting Macros): indent-spec allows ints, not floats.
11278
11279 * keymaps.texi (Keymaps): Clarify.
11280 (Format of Keymaps): Update lisp-mode-map example.
11281 (Active Keymaps, Key Lookup): Clarify.
11282 (Changing Key Bindings): Add xref to `kbd'.
11283 (Key Binding Commands, Simple Menu Items): Clarify.
11284 (Mouse Menus, Menu Bar): Clarify.
11285 (Menu Example): Replace print example with menu-bar-replace-menu.
11286
11287 * help.texi (Documentation Basics): Add function-documentation prop.
11288
11289 * elisp.texi (Top): Don't refer to Flow Control node.
11290
11291 * commands.texi (Command Overview): Improve xrefs.
11292 (Adjusting Point): Adjusting point applies to intangible and invis.
11293 (Key Sequence Input): Doc extra read-key-sequence args.
11294 Likewise for read-key-sequence-vector.
11295
11296 * backups.texi (Rename or Copy): Minor fix.
11297 (Numbered Backups): For version-control, say the default.
11298 (Auto-Saving): make-auto-save-file-name example is simplified.
11299
11300 * advice.texi (Advising Functions): Don't imply one part of Emacs
11301 should advise another part. Markup changes.
11302 (Defining Advice): Move transitional para.
11303 (Activation of Advice): Cleanup.
11304 Explain if COMPILE is nil or negative.
11305
11306 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
11307
11308 2005-02-24 Lute Kamstra <lute@gnu.org>
11309
11310 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
11311 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
11312
11313 2005-02-23 Lute Kamstra <lute@gnu.org>
11314
11315 * modes.texi (Defining Minor Modes): define-minor-mode can be used
11316 to define global minor modes as well.
11317
11318 * display.texi (Managing Overlays): overlay-buffer returns nil for
11319 deleted overlays.
11320
11321 2005-02-22 Kim F. Storm <storm@cua.dk>
11322
11323 * minibuf.texi (Basic Completion): Allow symbols in addition to
11324 strings in try-completion and all-completions.
11325
11326 2005-02-14 Lute Kamstra <lute@gnu.org>
11327
11328 * elisp.texi (Top): Remove reference to deleted node.
11329
11330 * lists.texi (Lists): Remove reference to deleted node.
11331 (Cons Cells): Fix typo.
11332
11333 * loading.texi (Where Defined): Fix typo.
11334
11335 2005-02-14 Richard M. Stallman <rms@gnu.org>
11336
11337 * variables.texi (Creating Buffer-Local): change-major-mode-hook
11338 is useful for discarding some minor modes.
11339
11340 * symbols.texi (Symbol Components): Reorder examples.
11341
11342 * streams.texi (Input Functions): State standard-input default.
11343 (Output Variables): State standard-output default.
11344
11345 * objects.texi (Printed Representation): Clarify read syntax vs print.
11346 (Floating Point Type): Explain meaning better.
11347 (Symbol Type): Explain uniqueness better.
11348 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
11349 List examples sooner.
11350 (Box Diagrams): New subnode broken out.
11351 Some examples moved from old Lists as Boxes node.
11352 (Dotted Pair Notation): Clarify intro.
11353 (Array Type): Clarify.
11354 (Type Predicates): Add hash-table-p.
11355
11356 * numbers.texi (Integer Basics): Clarify radix explanation.
11357 (Predicates on Numbers): Minor clarification.
11358 (Comparison of Numbers): Minor clarification. Clarify eql.
11359 Typos in min, max.
11360 (Math Functions): Clarify overflow in expt.
11361
11362 * minibuf.texi (Text from Minibuffer): Minor clarification.
11363 Mention arrow keys.
11364
11365 * loading.texi (Autoload): defun's doc string overrides autoload's
11366 doc string.
11367 (Repeated Loading): Modernize "add to list" examples.
11368 (Where Defined): Finish updating table of load-history elts.
11369
11370 * lists.texi (List-related Predicates): Minor wording improvement.
11371 (Lists as Boxes): Node deleted.
11372 (Building Lists): Explain trivial cases of number-sequence.
11373
11374 * hash.texi (Hash Tables): Add desc to menu items.
11375 (Creating Hash): Explain "full" means "make larger".
11376 (Hash Access): Any object can be a key.
11377 State value of maphash.
11378
11379 * functions.texi (What Is a Function): Wording cleanup.
11380 (Function Documentation): Minor cleanup.
11381 Explain purpose of calling convention at end of doc string.
11382 (Function Names): Wording cleanup.
11383 (Calling Functions): Wording cleanup.
11384 Explain better how funcall calls the function.
11385 (Function Cells): Delete example of saving and redefining function.
11386
11387 * control.texi (Combining Conditions): Wording cleanup.
11388 (Iteration): dolist and dotimes bind VAR locally.
11389 (Cleanups): Xref to Atomic Changes.
11390
11391 * compile.texi (Byte Compilation): Delete 19.29 info.
11392 (Compilation Functions): Macros' difficulties don't affect defsubst.
11393 (Docs and Compilation): Delete 19.29 info.
11394
11395 2005-02-10 Richard M. Stallman <rms@gnu.org>
11396
11397 * objects.texi (Symbol Type): Minor correction.
11398
11399 2005-02-06 Lute Kamstra <lute@gnu.org>
11400
11401 * modes.texi (Example Major Modes): Fix typos.
11402
11403 2005-02-06 Richard M. Stallman <rms@gnu.org>
11404
11405 * text.texi (Margins): fill-nobreak-predicate can be one function.
11406
11407 * strings.texi (Modifying Strings): clear-string can make unibyte.
11408 (Formatting Strings): format gives error if values missing.
11409
11410 * positions.texi (Character Motion): Mention default arg
11411 for forward-char. backward-char refers to forward-char.
11412 (Word Motion): Mention default arg for forward-word.
11413 (Buffer End Motion): Mention default arg for beginning-of-buffer.
11414 Simplify end-of-buffer.
11415 (Text Lines): Mention default arg for forward-line.
11416 (List Motion): Mention default arg for beginning/end-of-defun.
11417 (Skipping Characters): Minor fixes in explaining character-set.
11418
11419 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
11420 Mode inheritance applies only when default-major-mode is nil.
11421 Clarifications.
11422 (Example Major Modes): Update Text mode and Lisp mode examples.
11423 (Minor Mode Conventions): Mention define-minor-mode at top.
11424 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
11425 (Mode Line Format): Update mode line face display info.
11426 (Properties in Mode): Mention effect of risky vars.
11427 (Imenu): Define imenu-add-to-menubar.
11428 (Font Lock Mode): Add descriptions to menu lines.
11429 (Faces for Font Lock): Add font-lock-doc-face.
11430
11431 2005-02-05 Lute Kamstra <lute@gnu.org>
11432
11433 * text.texi (Maintaining Undo): Remove obsolete function.
11434
11435 2005-02-05 Eli Zaretskii <eliz@gnu.org>
11436
11437 * frames.texi (Color Names): Add pointer to the X docs about RGB
11438 color specifications. Improve indexing.
11439 (Text Terminal Colors): Replace the description of RGB values by
11440 an xref to "Color Names".
11441
11442 2005-02-03 Richard M. Stallman <rms@gnu.org>
11443
11444 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
11445 Clarify.
11446 (Selecting Windows): Clarify save-selected-window.
11447 (Cyclic Window Ordering): Clarify walk-windows.
11448 (Window Point): Clarify.
11449 (Window Start): Add comment to example.
11450 (Resizing Windows): Add `interactive' specs in examples.
11451 Document fit-window-to-buffer.
11452
11453 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
11454 (Undo, Maintaining Undo): Clarify last change.
11455 (Sorting): In sort-numeric-fields, explain about octal and hex.
11456 Mention sort-numeric-base.
11457 (Format Properties): Add xref for hard newlines.
11458
11459 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
11460 (Pop-Up Menus): Fix typo.
11461 (Color Names): Explain all types of color names.
11462 Explain color-values on B&W terminal.
11463 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
11464
11465 * files.texi (File Locks): Not supported on MS systems.
11466 (Testing Accessibility): Clarify.
11467
11468 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
11469 (Coverage Testing): Fix typo.
11470
11471 * commands.texi (Misc Events): Remove stray space.
11472
11473 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
11474 (Modification Time): Clarify when visited-file-modtime returns 0.
11475 (The Buffer List): Clarify bury-buffer.
11476 (Killing Buffers): Clarify.
11477 (Indirect Buffers): Add clone-indirect-buffer.
11478
11479 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
11480
11481 * edebug.texi (Printing in Edebug): Fix default value of
11482 edebug-print-circle.
11483 (Coverage Testing): Fix displayed frequency count data.
11484
11485 2005-02-02 Luc Teirlinck <teirllm@auburn.edu>
11486
11487 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
11488
11489 2005-02-02 Kim F. Storm <storm@cua.dk>
11490
11491 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
11492
11493 2005-01-29 Eli Zaretskii <eliz@gnu.org>
11494
11495 * commands.texi (Misc Events): Describe the help-echo event.
11496
11497 * text.texi (Special Properties) <help-echo>: Use `pos'
11498 consistently in description of the help-echo property.
11499 Use @code{nil} instead of @var{nil}.
11500
11501 * display.texi (Overlay Properties): Fix the index entry for
11502 help-echo overlay property.
11503
11504 * customize.texi (Type Keywords): Uncomment the xref to the
11505 help-echo property documentation.
11506
11507 2005-01-23 Kim F. Storm <storm@cua.dk>
11508
11509 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
11510 return value. Third element FULLY replaced by PARTIAL which
11511 specifies number of invisible pixels if row is only partially visible.
11512 (Textual Scrolling): Mention auto-window-vscroll.
11513 (Vertical Scrolling): New defvar auto-window-vscroll.
11514
11515 2005-01-16 Luc Teirlinck <teirllm@auburn.edu>
11516
11517 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
11518 command remapping.
11519
11520 2005-01-15 Richard M. Stallman <rms@gnu.org>
11521
11522 * display.texi (Defining Images): Mention DATA-P arg of create-image.
11523
11524 2005-01-14 Kim F. Storm <storm@cua.dk>
11525
11526 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
11527
11528 * text.texi (Links and Mouse-1): Fix string and vector item.
11529
11530 2005-01-13 Richard M. Stallman <rms@gnu.org>
11531
11532 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
11533 descriptions of overriding-local-map and overriding-terminal-local-map.
11534
11535 * text.texi (Links and Mouse-1): Clarify text.
11536
11537 2005-01-13 Kim F. Storm <storm@cua.dk>
11538
11539 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
11540
11541 2005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
11542
11543 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
11544
11545 2005-01-12 Kim F. Storm <storm@cua.dk>
11546
11547 * text.texi (Links and Mouse-1): Rename section from Enabling
11548 Mouse-1 to Following Links. Change xrefs.
11549 Add examples for define-button-type and define-widget.
11550
11551 * display.texi (Button Properties, Button Buffer Commands):
11552 Clarify mouse-1 and follow-link functionality.
11553
11554 2005-01-12 Richard M. Stallman <rms@gnu.org>
11555
11556 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
11557
11558 * display.texi (Beeping): Fix Texinfo usage.
11559
11560 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
11561
11562 2005-01-11 Kim F. Storm <storm@cua.dk>
11563
11564 * display.texi (Button Properties, Button Buffer Commands):
11565 Mention mouse-1 binding. Add follow-link keyword.
11566
11567 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
11568 (Enabling Mouse-1 to Follow Links): New subsection.
11569
11570 2005-01-06 Richard M. Stallman <rms@gnu.org>
11571
11572 * text.texi (Special Properties): Minor change.
11573
11574 * os.texi (Timers): Clarify previous change.
11575
11576 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
11577
11578 2005-01-01 Luc Teirlinck <teirllm@auburn.edu>
11579
11580 * display.texi (Face Attributes): Correct xref to renamed node.
11581
11582 2005-01-01 Richard M. Stallman <rms@gnu.org>
11583
11584 * display.texi (Face Attributes): Describe hex color specs.
11585
11586 2004-12-31 Richard M. Stallman <rms@gnu.org>
11587
11588 * os.texi (Timers): Update previous change.
11589
11590 2004-12-30 Kim F. Storm <storm@cua.dk>
11591
11592 * display.texi (Line Height): Total line-height is now specified
11593 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
11594 in cons cells. (nil . RATIO) is relative to actual line height.
11595 Use line-height `t' instead of `0' to get minimum height.
11596
11597 2004-12-29 Richard M. Stallman <rms@gnu.org>
11598
11599 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
11600
11601 2004-12-28 Richard M. Stallman <rms@gnu.org>
11602
11603 * commands.texi (Quitting): Clarify value of with-local-quit.
11604
11605 * elisp.texi (Top): Fix previous change.
11606
11607 * loading.texi (Loading): Fix previous change.
11608
11609 2004-12-27 Richard M. Stallman <rms@gnu.org>
11610
11611 * Makefile.in (MAKEINFO): Specify --force.
11612
11613 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
11614
11615 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
11616
11617 * display.texi (Line Height): Further clarify.
11618
11619 * elisp.texi (Top): Update Loading submenu.
11620
11621 * loading.texi (Where Defined): New node.
11622 (Unloading): load-history moved to Where Defined.
11623
11624 2004-12-21 Richard M. Stallman <rms@gnu.org>
11625
11626 * commands.texi (Event Input Misc): Add while-no-input.
11627
11628 2004-12-11 Richard M. Stallman <rms@gnu.org>
11629
11630 * display.texi (Line Height): Rewrite text for clarity.
11631
11632 2004-12-11 Kim F. Storm <storm@cua.dk>
11633
11634 * display.texi (Display): Add node "Line Height" to menu.
11635 (Line Height): New node. Move full description of line-spacing
11636 and line-height text properties here from text.texi.
11637 (Scroll Bars): Add vertical-scroll-bar variable.
11638
11639 * frames.texi (Window Frame Parameters): Remove line-height defvar.
11640
11641 * locals.texi (Standard Buffer-Local Variables): Fix xref for
11642 line-spacing and vertical-scroll-bar.
11643
11644 * text.texi (Special Properties): Just mention line-spacing and
11645 line-height here, add xref to new "Line Height" node.
11646
11647 2004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
11648
11649 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
11650
11651 * locals.texi (Standard Buffer-Local Variables):
11652 Add @xref for `line-spacing'.
11653
11654 2004-12-05 Richard M. Stallman <rms@gnu.org>
11655
11656 * Makefile.in (maintainer-clean): Remove the info files
11657 in $(infodir) where they are created.
11658
11659 2004-12-03 Richard M. Stallman <rms@gnu.org>
11660
11661 * windows.texi (Selecting Windows): get-lru-window and
11662 get-largest-window don't consider dedicated windows.
11663
11664 * text.texi (Undo): Document undo-in-progress.
11665
11666 2004-11-26 Richard M. Stallman <rms@gnu.org>
11667
11668 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
11669 Remove a few vars that are not always buffer-local.
11670
11671 2004-11-24 Luc Teirlinck <teirllm@auburn.edu>
11672
11673 * locals.texi (Standard Buffer-Local Variables): Comment out
11674 xref's to non-existent node `Yet to be written'.
11675
11676 2004-11-24 Richard M. Stallman <rms@gnu.org>
11677
11678 * processes.texi (Synchronous Processes): Grammar fix.
11679
11680 * numbers.texi (Comparison of Numbers): Add eql.
11681
11682 * locals.texi (Standard Buffer-Local Variables): Add many vars.
11683
11684 * intro.texi (Printing Notation): Fix previous change.
11685
11686 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
11687 and default-indicate-buffer-boundaries from here.
11688 (Usual Display): To here.
11689 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
11690 (Usual Display): Move tab-width up.
11691
11692 * customize.texi (Variable Definitions):
11693 Replace show-paren-mode example with tooltip-mode.
11694 (Simple Types, Composite Types, Defining New Types):
11695 Minor cleanups.
11696
11697 2004-11-21 Jesper Harder <harder@ifa.au.dk>
11698
11699 * processes.texi (Synchronous Processes, Output from Processes):
11700 Markup fix.
11701
11702 2004-11-20 Richard M. Stallman <rms@gnu.org>
11703
11704 * positions.texi (Skipping Characters): skip-chars-forward
11705 now handles char classes.
11706
11707 * intro.texi (Printing Notation): Avoid confusion of `print'
11708 when explaining @print.
11709
11710 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
11711
11712 * display.texi (Display Table Format): Minor fix.
11713
11714 * streams.texi (Output Functions): Fix print example.
11715
11716 * Makefile.in (elisp): New target.
11717 (dist): Depend on $(infodir)/elisp, not elisp.
11718 Copy the info files from $(infodir).
11719
11720 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
11721 read-from-minibuffer.
11722
11723 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
11724
11725 2004-11-19 Richard M. Stallman <rms@gnu.org>
11726
11727 * searching.texi (Regexp Search): Add search-whitespace-regexp.
11728
11729 2004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
11730
11731 * tips.texi (Coding Conventions): Fix typo.
11732
11733 2004-11-16 Richard M. Stallman <rms@gnu.org>
11734
11735 * tips.texi (Coding Conventions): Separate defvar and require
11736 methods to avoid warnings. Use require only when there are many
11737 functions and variables from that package.
11738
11739 * minibuf.texi (Minibuffer Completion): When ignoring case,
11740 predicate must not be case-sensitive.
11741
11742 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
11743 (Test Coverage): Don't talk about "splotches". Clarified.
11744
11745 2004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
11746
11747 * frames.texi (Window Frame Parameters): Fix typo.
11748
11749 2004-11-15 Kim F. Storm <storm@cua.dk>
11750
11751 * symbols.texi (Other Plists): Note that plist-get may signal error.
11752 Add safe-plist-get.
11753
11754 2004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
11755
11756 * modes.texi (Font Lock Basics): Fix typo.
11757
11758 2004-11-08 Richard M. Stallman <rms@gnu.org>
11759
11760 * syntax.texi (Syntax Table Functions): Add syntax-after.
11761
11762 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
11763
11764 * os.texi (Processor Run Time): New section documenting
11765 get-internal-run-time.
11766
11767 2004-11-06 Eli Zaretskii <eliz@gnu.org>
11768
11769 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
11770 it nukes elisp-cover.texi.
11771 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
11772 elisp-0 etc.
11773
11774 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
11775
11776 * commands.texi (Keyboard Macros): Document `append' return value
11777 of `defining-kbd-macro'.
11778
11779 2004-11-01 Richard M. Stallman <rms@gnu.org>
11780
11781 * commands.texi (Interactive Call): Add called-interactively-p.
11782
11783 2004-10-29 Simon Josefsson <jas@extundo.com>
11784
11785 * minibuf.texi (Reading a Password): Revert.
11786
11787 2004-10-28 Richard M. Stallman <rms@gnu.org>
11788
11789 * frames.texi (Display Feature Testing): Explain about "vendor".
11790
11791 2004-10-27 Richard M. Stallman <rms@gnu.org>
11792
11793 * commands.texi (Interactive Codes): `N' uses numeric prefix,
11794 not raw. Clarify `n'.
11795 (Interactive Call): Rewrite interactive-p, focusing on when
11796 and how to use it.
11797 (Misc Events): Clarify previous change.
11798
11799 * advice.texi (Simple Advice): Clarify what job the example does.
11800 (Around-Advice): Clarify ad-do-it.
11801 (Activation of Advice): An option of ad-default-compilation-action
11802 is `never', not `nil'.
11803
11804 2004-10-26 Kim F. Storm <storm@cua.dk>
11805
11806 * commands.texi (Interactive Codes): Add U code letter.
11807
11808 2004-10-25 Simon Josefsson <jas@extundo.com>
11809
11810 * minibuf.texi (Reading a Password): Add.
11811
11812 2004-10-24 Jason Rumney <jasonr@gnu.org>
11813
11814 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
11815 and wheel-down.
11816
11817 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
11818
11819 * processes.texi (Synchronous Processes): Document process-file.
11820
11821 2004-10-22 Kenichi Handa <handa@m17n.org>
11822
11823 * text.texi (translate-region): Document that it accepts also a
11824 char-table.
11825
11826 2004-10-22 David Ponce <david@dponce.com>
11827
11828 * windows.texi (Resizing Windows): Document the `preserve-before'
11829 argument of the functions `enlarge-window' and `shrink-window'.
11830
11831 2004-10-19 Jason Rumney <jasonr@gnu.org>
11832
11833 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
11834
11835 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
11836
11837 * text.texi (Filling): Add anchor for definition of
11838 `sentence-end-double-space'.
11839
11840 * searching.texi (Regexp Example): Update description of how
11841 Emacs currently recognizes the end of a sentence.
11842 (Standard Regexps): Update definition of the variable
11843 `sentence-end'. Add definition of the function `sentence-end'.
11844
11845 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11846
11847 * display.texi (Progress): New node.
11848
11849 2004-10-05 Kim F. Storm <storm@cua.dk>
11850
11851 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
11852
11853 2004-09-29 Kim F. Storm <storm@cua.dk>
11854
11855 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
11856 to identify bitmaps. Remove -fringe-bitmap suffix for standard
11857 fringe bitmap symbols, as they now have their own namespace.
11858 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
11859 vs. pixels. Signal error if no free bitmap slots.
11860 (Pixel Specification): Change IMAGE to @var{image}.
11861
11862 2004-09-28 Richard M. Stallman <rms@gnu.org>
11863
11864 * text.texi (Special Properties): Clarify line-spacing and line-height.
11865
11866 * searching.texi (Regexp Search): Add looking-back.
11867
11868 2004-09-25 Luc Teirlinck <teirllm@auburn.edu>
11869
11870 * display.texi: Correct typos.
11871 (Image Descriptors): Correct xref's.
11872
11873 2004-09-25 Richard M. Stallman <rms@gnu.org>
11874
11875 * text.texi (Special Properties): Cleanups in `cursor'.
11876 Rewrites in `line-height' and `line-spacing'; exchange them.
11877
11878 * display.texi (Fringes): Rewrite previous change.
11879 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
11880 (Display Fringe Bitmaps): Node deleted, text moved.
11881 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
11882 (Scroll Bars): Clarify set-window-scroll-bars.
11883 (Pointer Shape): Rewrite.
11884 (Specified Space): Clarify :align-to, etc.
11885 (Pixel Specification): Use @var. Clarify new text.
11886 (Other Display Specs): Clarify `slice'.
11887 (Image Descriptors): Cleanups.
11888 (Showing Images): Cleanups.
11889
11890 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11891
11892 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
11893
11894 * modes.texi: Various minor changes in addition to:
11895 (Major Mode Conventions): Final call to `run-mode-hooks' should
11896 not be inside the `delay-mode-hooks' form.
11897 (Mode Hooks): New node.
11898 (Hooks): Delete obsolete example.
11899 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
11900 node "Mode Hooks".
11901
11902 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
11903
11904 * display.texi: Correct various typos.
11905 (Display): Rename node "Pointer Shapes" to "Pointer
11906 Shape". (There is already a node called "Pointer Shapes" in
11907 frames.texi.)
11908 (Images): Remove non-existent node "Image Slices" from menu.
11909
11910 2004-09-23 Kim F. Storm <storm@cua.dk>
11911
11912 * text.texi (Special Properties): Add `cursor', `pointer',
11913 `line-height', and `line-spacing' properties.
11914
11915 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
11916 Shapes' to menu.
11917 (Standard Faces): Doc fix for fringe face.
11918 (Fringes): Add `overflow-newline-into-fringe' and
11919 'indicate-buffer-boundaries'.
11920 (Fringe Bitmaps, Pointer Shapes): New nodes.
11921 (Display Property): Add 'Pixel Specification' and 'Display Fringe
11922 Bitmaps' to menu.
11923 (Specified Space): Describe pixel width and height.
11924 (Pixel Specification): New node.
11925 (Other Display Specs): Add `slice' property.
11926 (Display Fringe Bitmaps): New node.
11927 (Images): Add 'Image Slices' to menu.
11928 (Image Descriptors): Add `:pointer' and `:map' properties.
11929 (Showing Images): Add slice arg to `insert-image'.
11930 Add 'insert-sliced-image'.
11931
11932 2004-09-20 Richard M. Stallman <rms@gnu.org>
11933
11934 * commands.texi (Key Sequence Input):
11935 Clarify downcasing in read-key-sequence.
11936
11937 2004-09-08 Juri Linkov <juri@jurta.org>
11938
11939 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
11940
11941 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11942
11943 * locals.texi (Standard Buffer-Local Variables):
11944 Add `buffer-auto-save-file-format'.
11945 * internals.texi (Buffer Internals): Describe new
11946 auto_save_file_format field of the buffer structure.
11947 * files.texi (Format Conversion): `auto-save-file-format' has been
11948 renamed `buffer-auto-save-file-format'.
11949
11950 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
11951
11952 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
11953 an integer or a marker.
11954 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
11955
11956 2004-08-22 Richard M. Stallman <rms@gnu.org>
11957
11958 * modes.texi (Major Mode Conventions): Discuss rebinding of
11959 standard key bindings.
11960
11961 2004-08-18 Kim F. Storm <storm@cua.dk>
11962
11963 * processes.texi (Accepting Output): Add `just-this-one' arg to
11964 `accept-process-output'.
11965 (Output from Processes): New var `process-adaptive-read-buffering'.
11966
11967 2004-08-10 Luc Teirlinck <teirllm@auburn.edu>
11968
11969 * keymaps.texi: Various changes in addition to:
11970 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
11971 Give more varied examples for `kbd'.
11972 (Creating Keymaps): Char tables have slots for all characters
11973 without modifiers.
11974 (Active Keymaps): `overriding-local-map' and
11975 `overriding-terminal-local-map' also override text property and
11976 overlay keymaps.
11977 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
11978 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
11979 to denote a prefix of no events.
11980 `map-keymap' includes parent's bindings _recursively_.
11981 Clarify and correct description of `where-is-internal'.
11982 Mention BUFFER-OR-NAME arg to `describe-bindings'.
11983 (Menu Example): For menus intended for use with the keyboard, the
11984 menu items should be bound to characters or real function keys.
11985
11986 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
11987
11988 * objects.texi (Character Type): Reposition `@anchor' to prevent
11989 double space inside sentence in Info.
11990
11991 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
11992 renamed to `disabled-command-function'.
11993 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
11994 (Command Loop Info): Replace reference to it.
11995 (Disabling Commands): `disabled-command-hook' has been renamed to
11996 `disabled-command-function'.
11997
11998 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
11999
12000 * os.texi (Translating Input): Only non-prefix bindings in
12001 `key-translation-map' override actual key bindings. Warn about
12002 possible indirect effect of actual key bindings on non-prefix
12003 bindings in `key-translation-map'.
12004
12005 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
12006
12007 * minibuf.texi (High-Level Completion): Add anchor for definition
12008 of `read-variable'.
12009
12010 * commands.texi: Various changes in addition to:
12011 (Using Interactive): Clarify description of `interactive-form'.
12012 (Interactive Call): Mention default for KEYS argument to
12013 `call-interactively'.
12014 (Command Loop Info): Clarify description of `this-command-keys'.
12015 Mention KEEP-RECORD argument to `clear-this-command-keys'.
12016 Value of `last-event-frame' can be `macro'.
12017 (Repeat Events): `double-click-fuzz' is also used to distinguish
12018 clicks and drags.
12019 (Classifying Events): Clarify descriptions of `event-modifiers'
12020 `event-basic-type' and `event-convert-list'.
12021 (Accessing Events): `posn-timestamp' takes POSITION argument.
12022 (Quoted Character Input): Clarify description of
12023 `read-quoted-char' and fix example.
12024 (Quitting): Add `with-local-quit'.
12025 (Disabling Commands): Correct and clarify descriptions of
12026 `enable-command' and `disable-command'.
12027 Mention what happens if `disabled-command-hook' is nil.
12028 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
12029 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
12030
12031 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
12032
12033 * frames.texi: Various changes in addition to:
12034 (Creating Frames): Expand and clarify description of `make-frame'.
12035 (Window Frame Parameters): Either none or both of the `icon-left'
12036 and `icon-top' parameters must be specified. Put descriptions of
12037 `menu-bar-lines' and `toolbar-lines' closer together and change
12038 them accordingly.
12039 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
12040 except while processing `frame-title-format' or `icon-title-format'.
12041 (Deleting Frames): Correct description of `delete-frame'.
12042 Non-nil return values of `frame-live-p' are like those of `framep'.
12043 (Frames and Windows): Mention return value of
12044 `set-frame-selected-window'.
12045 (Visibility of Frames): Mention `force' argument to
12046 `make-frame-invisible'. `frame-visible-p' returns t for all
12047 frames on text-only terminals.
12048 (Frame Configurations): Restoring a frame configuration does not
12049 restore deleted frames.
12050 (Window System Selections): `x-set-selection' returns DATA.
12051 (Resources): Add example.
12052 (Display Feature Testing): Clarify descriptions of
12053 `display-pixel-height', `display-pixel-width', `x-server-version'
12054 and `x-server-vendor'.
12055
12056 * windows.texi (Choosing Window): Add anchor.
12057 * minibuf.texi (Minibuffer Misc): Add anchor.
12058
12059 2004-07-23 John Paul Wallington <jpw@gnu.org>
12060
12061 * macros.texi (Defining Macros): Declaration keyword for setting
12062 Edebug spec is `debug' not `edebug'.
12063
12064 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
12065
12066 * windows.texi: Various small changes in addition to:
12067 (Window Point): Mention return value of `set-window-point'.
12068 (Window Start): `pos-visible-in-window-p' disregards horizontal
12069 scrolling. Explain return value if PARTIALLY is non-nil.
12070 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
12071 and `set-window-vscroll'.
12072 (Size of Window): The argument WINDOW to `window-inside-edges',
12073 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
12074 (Resizing Windows): Explain return value of
12075 `shrink-window-if-larger-than-buffer'.
12076 `window-size-fixed' automatically becomes buffer local when set.
12077 (Window Configurations): Explain return value of
12078 `set-window-configuration'.
12079
12080 * minibuf.texi (Minibuffer Misc): Add anchor for
12081 `minibuffer-scroll-window'.
12082
12083 * positions.texi (Text Lines): Add anchor for `count-lines'.
12084
12085 2004-07-17 Richard M. Stallman <rms@gnu.org>
12086
12087 * display.texi (Overlay Properties): Adding `evaporate' prop
12088 deletes empty overlay immediately.
12089
12090 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
12091 fix example.
12092
12093 2004-07-16 Jim Blandy <jimb@redhat.com>
12094
12095 * searching.texi (Regexp Backslash): Document new \_< and \_>
12096 operators.
12097
12098 2004-07-16 Juanma Barranquero <lektu@terra.es>
12099
12100 * display.texi (Images): Fix Texinfo usage.
12101
12102 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
12103
12104 * buffers.texi (Modification Time): `visited-file-modtime' now
12105 returns a list of two integers, instead of a cons.
12106
12107 2004-07-13 Luc Teirlinck <teirllm@auburn.edu>
12108
12109 * windows.texi: Various changes in addition to:
12110 (Splitting Windows): Add `split-window-keep-point'.
12111
12112 2004-07-09 Richard M. Stallman <rms@gnu.org>
12113
12114 * frames.texi (Input Focus): Minor fix.
12115
12116 2004-07-07 Luc Teirlinck <teirllm@auburn.edu>
12117
12118 * frames.texi (Input Focus): Clarify descriptions of
12119 `select-frame-set-input-focus' and `select-frame'.
12120
12121 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
12122
12123 * os.texi: Various small changes in addition to:
12124 (Killing Emacs): Expand and clarify description of
12125 `kill-emacs-query-functions' and `kill-emacs-hook'.
12126 (System Environment): Expand and clarify description of `getenv'
12127 and `setenv'.
12128 (Timers): Clarify description of `run-at-time'.
12129 (Translating Input): Correct description of
12130 `extra-keyboard-modifiers'.
12131 (Flow Control): Correct description of `enable-flow-control'.
12132
12133 2004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
12134
12135 * os.texi: Update copyright.
12136 (Session Management): Grammar fix.
12137 Clarify which Emacs does the restarting.
12138 Use @samp for *scratch* buffer.
12139
12140 2004-07-04 Alan Mackenzie <acm@muc.de>
12141
12142 * frames.texi (Input Focus): Add documentation for
12143 `select-frame-set-input-focus'. Replace refs to non-existent
12144 `switch-frame' with `select-frame'. Minor corrections and tidying
12145 up of text-only terminal stuff.
12146
12147 2004-07-02 Richard M. Stallman <rms@gnu.org>
12148
12149 * files.texi (Saving Buffers): Cleanup write-contents-function.
12150 (Magic File Names): Cleanup file-remote-p.
12151
12152 2004-07-02 Kai Großjohann <kai@emptydomain.de>
12153
12154 * files.texi (Magic File Names): `file-remote-p' returns an
12155 identifier of the remote system, not just t.
12156
12157 2004-07-02 David Kastrup <dak@gnu.org>
12158
12159 * searching.texi (Entire Match Data): Add explanation about new
12160 match-data behavior when @var{integers} is non-nil.
12161
12162 2004-06-24 Richard M. Stallman <rms@gnu.org>
12163
12164 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
12165
12166 * customize.texi (Variable Definitions): Note about doc strings
12167 and :set.
12168
12169 * keymaps.texi (Keymap Terminology): Document `kbd'.
12170 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
12171
12172 * display.texi (Invisible Text): Setting buffer-invisibility-spec
12173 makes it buffer-local.
12174
12175 * files.texi (Saving Buffers): Correct previous change.
12176
12177 * commands.texi (Accessing Events):
12178 Clarify posn-col-row and posn-actual-col-row.
12179
12180 2004-06-24 David Ponce <david.ponce@wanadoo.fr>
12181
12182 * commands.texi (Accessing Events): New functions
12183 posn-at-point and posn-at-x-y. Add example to posn-x-y.
12184
12185 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
12186
12187 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
12188 * frames.texi, buffers.texi, backups.texi, variables.texi:
12189 * loading.texi, eval.texi, functions.texi, control.texi:
12190 * symbols.texi, minibuf.texi: Reposition @anchor's.
12191
12192 * help.texi: Various small changes in addition to the following.
12193 (Describing Characters): Describe PREFIX argument to
12194 `key-description'. Correct and clarify definition of
12195 `text-char-description'. Describe NEED-VECTOR argument to
12196 `read-kbd-macro'.
12197 (Help Functions): Clarify definition of `apropos'.
12198
12199 2004-06-23 Lars Hansen <larsh@math.ku.dk>
12200
12201 * files.texi (Saving Buffers): Correct description of
12202 `write-contents-functions'.
12203
12204 2004-06-21 Juanma Barranquero <lektu@terra.es>
12205
12206 * display.texi (Images): Remove redundant @vindex directives.
12207 Rewrite `image-library-alist' doc in active voice.
12208
12209 2004-06-14 Juanma Barranquero <lektu@terra.es>
12210
12211 * display.texi (Images): Document new delayed library loading,
12212 variable `image-library-alist' and (existing but undocumented)
12213 function `image-type-available-p'.
12214
12215 2004-06-05 Richard M. Stallman <rms@gnu.org>
12216
12217 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
12218 refer the user to the Initial Input node.
12219 (Text from Minibuffer): Likewise.
12220 (Initial Input): New node. Document this feature
12221 and say it is mostly deprecated.
12222
12223 2004-05-30 Richard M. Stallman <rms@gnu.org>
12224
12225 * loading.texi (Named Features): Clarify return value
12226 and meaning of NOERROR.
12227
12228 * variables.texi (File Local Variables): Minor cleanup.
12229
12230 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
12231
12232 * files.texi (Magic File Names): Add `file-remote-p' as operation
12233 of file name handlers.
12234
12235 2004-05-29 Richard M. Stallman <rms@gnu.org>
12236
12237 * modes.texi (Minor Mode Conventions): (-) has no special meaning
12238 as arg to a minor mode command.
12239
12240 2004-05-22 Richard M. Stallman <rms@gnu.org>
12241
12242 * syntax.texi (Syntax Class Table): Word syntax not just for English.
12243
12244 * streams.texi (Output Variables): Doc float-output-format.
12245
12246 * searching.texi (Regexp Special): Nested repetition can be infloop.
12247
12248 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
12249 real stack overflow.
12250
12251 * compile.texi: Minor cleanups.
12252
12253 2004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
12254
12255 * lists.texi (Cons Cells): Explain dotted lists, true lists,
12256 circular lists.
12257 (List Elements): Explain handling of circular and dotted lists.
12258
12259 2004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
12260
12261 * modes.texi (Search-based Fontification): Fix typo.
12262
12263 2004-05-10 Juanma Barranquero <lektu@terra.es>
12264
12265 * modes.texi (Mode Line Variables): Fix description of
12266 global-mode-string, which is now after which-func-mode, not the
12267 buffer name.
12268
12269 2004-05-07 Lars Hansen <larsh@math.ku.dk>
12270
12271 * modes.texi (Desktop Save Mode): Add.
12272 (Modes): Add menu entry Desktop Save Mode.
12273
12274 * hooks.texi: Add desktop-after-read-hook,
12275 desktop-no-desktop-file-hook and desktop-save-hook.
12276
12277 * locals.texi: Add desktop-save-buffer.
12278
12279 2004-04-30 Jesper Harder <harder@ifa.au.dk>
12280
12281 * display.texi: emacs -> Emacs.
12282
12283 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
12284
12285 * files.texi (Changing Files): Document set-file-times.
12286
12287 2004-04-23 Juanma Barranquero <lektu@terra.es>
12288
12289 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
12290
12291 2004-04-18 Jesper Harder <harder@ifa.au.dk>
12292
12293 * tips.texi (Coding Conventions): defopt -> defcustom.
12294
12295 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
12296
12297 * sequences.texi: Various clarifications.
12298
12299 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
12300
12301 * buffers.texi (Read Only Buffers): Mention optional ARG to
12302 `toggle-read-only'.
12303
12304 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
12305
12306 * windows.texi (Selecting Windows): Note that get-lru-window
12307 returns a full-width window if possible.
12308
12309 2004-04-13 Luc Teirlinck <teirllm@auburn.edu>
12310
12311 * buffers.texi: Various changes in addition to:
12312 (Buffer File Name): Add `find-buffer-visiting'.
12313 (Buffer Modification): Mention optional ARG to `not-modified'.
12314 (Indirect Buffers): Mention optional CLONE argument to
12315 `make-indirect-buffer'.
12316
12317 * files.texi: Various changes in addition to:
12318 (Visiting Functions): `find-file-hook' is now a normal hook.
12319 (File Name Expansion): Explain difference between the way that
12320 `expand-file-name' and `file-truename' treat `..'.
12321 (Contents of Directories): Mention optional ID-FORMAT argument to
12322 `directory-files-and-attributes'.
12323 (Format Conversion): Mention new optional CONFIRM argument to
12324 `format-write-file'.
12325
12326 2004-04-12 Miles Bader <miles@gnu.org>
12327
12328 * macros.texi (Expansion): Add description of `macroexpand-all'.
12329
12330 2004-04-05 Jesper Harder <harder@ifa.au.dk>
12331
12332 * variables.texi (Variable Aliases):
12333 Mention cyclic-variable-indirection.
12334
12335 * errors.texi (Standard Errors): Ditto.
12336
12337 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
12338
12339 * backups.texi: Various small changes in addition to:
12340 (Making Backups): Mention return value of `backup-buffer'.
12341 (Auto-Saving): Mention optional FORCE argument to
12342 `delete-auto-save-file-if-necessary'.
12343 (Reverting): Mention optional PRESERVE-MODES argument to
12344 `revert-buffer'. Correct description of `revert-buffer-function'.
12345
12346 2004-03-22 Juri Linkov <juri@jurta.org>
12347
12348 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
12349 with `Vector Functions'.
12350
12351 * text.texi (Sorting): Add missing quote.
12352
12353 2004-03-14 Luc Teirlinck <teirllm@auburn.edu>
12354
12355 * intro.texi (Lisp History): Replace xref to `cl' manual with
12356 inforef.
12357
12358 2004-03-12 Richard M. Stallman <rms@gnu.org>
12359
12360 * intro.texi (Version Info): Add arg to emacs-version.
12361 (Lisp History): Change xref to CL manual.
12362
12363 2004-03-09 Luc Teirlinck <teirllm@auburn.edu>
12364
12365 * minibuf.texi (Completion Commands): Add xref to Emacs manual
12366 for Partial Completion mode.
12367
12368 2004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
12369
12370 * customize.texi: Fix typo. Remove eol whitespace.
12371
12372 2004-03-04 Richard M. Stallman <rms@gnu.org>
12373
12374 * processes.texi: Fix typos.
12375
12376 * lists.texi (Building Lists): Minor clarification.
12377
12378 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
12379 in make-hash-table.
12380
12381 2004-02-29 Juanma Barranquero <lektu@terra.es>
12382
12383 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
12384 rm, and ignore exit code.
12385
12386 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
12387
12388 * display.texi (Defining Faces): Add description for min-colors.
12389 Update example.
12390
12391 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
12392
12393 * abbrevs.texi: Various corrections and clarifications in addition
12394 to the following:
12395 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
12396
12397 2004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
12398
12399 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
12400
12401 2004-02-21 Luc Teirlinck <teirllm@auburn.edu>
12402
12403 * text.texi: Various small changes in addition to the following:
12404 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
12405 to delete-horizontal-space.
12406 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
12407 description of yank-handler text property at various places.
12408
12409 * frames.texi (Window System Selections): Add anchor.
12410
12411 * syntax.texi (Syntax Table Functions): Clarify and correct
12412 descriptions of make-syntax-table and copy-syntax-table.
12413 (Motion and Syntax): Clarify SYNTAXES argument to
12414 skip-syntax-forward.
12415 (Parsing Expressions): Mention that the return value of
12416 parse-partial-sexp is currently a list of ten rather than nine
12417 elements.
12418 (Categories): Various corrections and clarifications.
12419
12420 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
12421
12422 * markers.texi (Marker Insertion Types): Minor change.
12423
12424 * locals.texi (Standard Buffer-Local Variables):
12425 * commands.texi (Interactive Codes, Using Interactive):
12426 * functions.texi (Related Topics): Fix xrefs.
12427
12428 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
12429
12430 * lists.texi (Sets And Lists): Update description of delete-dups.
12431
12432 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
12433
12434 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
12435
12436 2004-02-16 Jan Djärv <jan.h.d@swipnet.se>
12437
12438 * frames.texi (Parameter Access): frame-parameters arg is optional.
12439 modify-frame-parameters handles nil for FRAME.
12440 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
12441 are all-or-nothing for certain toolkits.
12442 Mention parameter wait-for-wm.
12443 (Frames and Windows): In frame-first-window and frame-selected-window
12444 the arg is optional.
12445 (Input Focus): In redirect-frame-focus the second arg is optional.
12446 (Window System Selections): Mention selection type CLIPBOARD.
12447 Mention data-type UTF8_STRING.
12448 Mention numbering of cut buffers.
12449 (Resources): Describe x-resource-name.
12450
12451 2004-02-16 Richard M. Stallman <rms@gnu.org>
12452
12453 * windows.texi (Buffers and Windows): Delete false table
12454 about all-frames.
12455
12456 * syntax.texi (Parsing Expressions): Delete old caveat
12457 about parse-sexp-ignore-comments.
12458
12459 * streams.texi (Output Variables): Add print-quoted.
12460
12461 * lists.texi (Building Lists): Minor cleanup.
12462
12463 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
12464
12465 * display.texi (Overlays): Explain overlays use markers.
12466 (Managing Overlays): Explain front-advance and rear-advance
12467 in more detail.
12468
12469 * loading.texi (Unloading): Document unload-feature-special-hooks.
12470 Get rid of fns-NNN.el file.
12471
12472 2004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
12473
12474 * help.texi (Describing Characters): Fix text-char-description
12475 example output.
12476
12477 * edebug.texi (Using Edebug): Fix example.
12478
12479 * debugging.texi (Internals of Debugger): Fix return value.
12480
12481 * files.texi (Changing Files): Fix argname.
12482
12483 * calendar.texi: Fix parens, and default values.
12484
12485 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
12486 * nonascii.texi, objects.texi, os.texi: Minor fixes.
12487 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
12488
12489 * positions.texi (Text Lines): Don't add -1 in current-line.
12490
12491 2004-02-16 Richard M. Stallman <rms@gnu.org>
12492
12493 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
12494
12495 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
12496
12497 * processes.texi (Low-Level Network): Fix a typo.
12498
12499 2004-02-12 Kim F. Storm <storm@cua.dk>
12500
12501 * display.texi (Fringes): Use consistent wording.
12502 Note that window-fringe's window arg is optional.
12503 (Scroll Bars): Use consistent wording.
12504
12505 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
12506
12507 * tips.texi (Comment Tips): Document the new conventions for
12508 commenting out code.
12509
12510 2004-02-07 Jan Djärv <jan.h.d@swipnet.se>
12511
12512 * positions.texi (Text Lines): Add missing end defun.
12513
12514 2004-02-07 Kim F. Storm <storm@cua.dk>
12515
12516 * positions.texi (Text Lines): Add line-number-at-pos.
12517
12518 2004-02-06 John Paul Wallington <jpw@gnu.org>
12519
12520 * display.texi (Button Properties, Button Buffer Commands):
12521 mouse-2 invokes button, not down-mouse-1.
12522
12523 2004-02-04 Jason Rumney <jasonr@gnu.org>
12524
12525 * makefile.w32-in: Sync with Makefile.in changes.
12526
12527 2004-02-03 Luc Teirlinck <teirllm@auburn.edu>
12528
12529 * minibuf.texi (Text from Minibuffer): Various corrections and
12530 clarifications.
12531 (Object from Minibuffer): Correct Lisp description of
12532 read-minibuffer.
12533 (Minibuffer History): Clarify description of cons values for
12534 HISTORY arguments.
12535 (Basic Completion): Various corrections and clarifications.
12536 Add completion-regexp-list.
12537 (Minibuffer Completion): Correct and clarify description of
12538 completing-read.
12539 (Completion Commands): Mention Partial Completion mode.
12540 Various other minor changes.
12541 (High-Level Completion): Various corrections and clarifications.
12542 (Reading File Names): Ditto.
12543 (Minibuffer Misc): Ditto.
12544
12545 2004-01-26 Luc Teirlinck <teirllm@auburn.edu>
12546
12547 * strings.texi (Text Comparison): assoc-string also matches
12548 elements of alists that are strings instead of conses.
12549 (Formatting Strings): Standardize Texinfo usage. Update index
12550 entries.
12551
12552 2004-01-20 Luc Teirlinck <teirllm@auburn.edu>
12553
12554 * lists.texi (Sets And Lists): Add delete-dups.
12555
12556 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
12557
12558 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
12559 special form.
12560 * macros.texi (Defining Macros): Update description of `declare',
12561 which now is a macro.
12562 (Wrong Time): Fix typos.
12563
12564 2004-01-14 Luc Teirlinck <teirllm@auburn.edu>
12565
12566 * compile.texi (Compilation Functions): Expand descriptions of
12567 `compile-defun', `byte-compile-file', `byte-recompile-directory'
12568 and `batch-byte-compile'. In particular, mention and describe
12569 all optional arguments.
12570 (Disassembly): Correct and clarify the description of `disassemble'.
12571
12572 2004-01-11 Luc Teirlinck <teirllm@auburn.edu>
12573
12574 * searching.texi: Various small changes in addition to the
12575 following.
12576 (Regexp Example): Adapt to new value of `sentence-end'.
12577 (Regexp Functions): The PAREN argument to `regexp-opt' can be
12578 `words'.
12579 (Search and Replace): Add usage note for `perform-replace'.
12580 (Entire Match Data): Mention INTEGERS and REUSE arguments to
12581 `match-data'.
12582 (Standard Regexps): Update for new values of `paragraph-start'
12583 and `sentence-end'.
12584
12585 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
12586
12587 * files.texi (Saving Buffers): Clarify descriptions of
12588 `write-contents-functions' and `before-save-hook'.
12589 Make the defvar's for `before-save-hook' and `after-save-hook'
12590 into defopt's.
12591
12592 2004-01-07 Kim F. Storm <storm@cua.dk>
12593
12594 * commands.texi (Click Events): Describe new image and
12595 width/height elements of click events.
12596 (Accessing Events): Add posn-string, posn-image, and
12597 posn-object-width-height. Change posn-object to return either
12598 image or string object.
12599
12600 2004-01-01 Simon Josefsson <jas@extundo.com>
12601
12602 * hooks.texi (Standard Hooks): Add before-save-hook.
12603 * files.texi (Saving Buffers): Likewise.
12604
12605 2004-01-03 Richard M. Stallman <rms@gnu.org>
12606
12607 * frames.texi (Frames and Windows): Delete frame-root-window.
12608
12609 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
12610
12611 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
12612
12613 * functions.texi: Various small changes in addition to the
12614 following.
12615 (What Is a Function): `functionp' returns nil for macros.
12616 Clarify behavior of this and following functions for symbol arguments.
12617 (Function Documentation): Add `\' in front of (fn @var{arglist})
12618 and explain why.
12619 (Defining Functions): Mention DOCSTRING argument to `defalias'.
12620 Add anchor.
12621 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
12622
12623 2004-01-01 Miles Bader <miles@gnu.org>
12624
12625 * display.texi (Buttons): New section.
12626
12627 2003-12-31 Andreas Schwab <schwab@suse.de>
12628
12629 * numbers.texi (Math Functions): sqrt reports a domain-error
12630 error.
12631 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
12632
12633 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
12634
12635 * tips.texi (Documentation Tips): Update item on hyperlinks in
12636 documentation strings.
12637
12638 * errors.texi (Standard Errors): Various small corrections and
12639 additions.
12640
12641 * control.texi: Various small changes in addition to the
12642 following.
12643 (Signaling Errors): Provide some more details on how `signal'
12644 constructs the error message. Add anchor to the definition of
12645 `signal'.
12646 (Error Symbols): Describe special treatment of `quit'.
12647 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
12648 to emphasize that it has to be a single form.
12649
12650 * buffers.texi: Add anchor.
12651
12652 2003-12-29 Richard M. Stallman <rms@gnu.org>
12653
12654 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
12655 (Window Configurations): Add window-configuration-frame.
12656
12657 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
12658
12659 * text.texi (Examining Properties): Add get-char-property-and-overlay.
12660 Change arg name in get-char-property.
12661 (Special Properties): Update handling of keymap property.
12662
12663 * strings.texi (Modifying Strings): Add clear-string.
12664 (Text Comparison): Add assoc-string and remove
12665 assoc-ignore-case, assoc-ignore-representation.
12666
12667 * os.texi (Time of Day): Add set-time-zone-rule.
12668
12669 * numbers.texi (Math Functions): asin, acos, log, log10
12670 report domain-error errors.
12671
12672 * nonascii.texi (Converting Representations):
12673 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
12674 (Encoding and I/O): Add file-name-coding-system.
12675
12676 * modes.texi (Search-based Fontification): Explain that
12677 face specs are symbols with face names as values.
12678
12679 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
12680
12681 * lists.texi (Building Lists): remq moved elsewhere.
12682 (Sets And Lists): remq moved here.
12683 (Association Lists): Refer to assoc-string.
12684
12685 * internals.texi (Garbage Collection): Add memory-use-counts.
12686
12687 * frames.texi (Frames and Windows): Add set-frame-selected-window
12688 and frame-root-window.
12689
12690 * files.texi (Contents of Directories):
12691 Add directory-files-and-attributes.
12692
12693 * display.texi (Refresh Screen): Add force-window-update.
12694 (Invisible Text): Explain about moving point out of invis text.
12695 (Overlay Properties): Add overlay-properties.
12696 (Managing Overlays): Add overlayp.
12697 (GIF Images): Invalid image number displays a hollow box.
12698
12699 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
12700 (Killing Buffers): Add buffer-live-p.
12701
12702 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
12703
12704 * display.texi (Fringes): Fix typo "set-buffer-window".
12705
12706 2003-12-24 Luc Teirlinck <teirllm@auburn.edu>
12707
12708 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
12709 * nonascii.texi, processes.texi, tips.texi, variables.texi:
12710 Add or change various xrefs and anchors.
12711
12712 * commands.texi: Replace all occurrences of @acronym{CAR} with
12713 @sc{car}, for consistency with the rest of the Elisp manual.
12714 `car' and `cdr' are historically acronyms, but are no longer
12715 widely thought of as such.
12716
12717 * internals.texi (Pure Storage): Mention that `purecopy' does not
12718 copy text properties.
12719 (Object Internals): Now 29 bits are used (in most implementations)
12720 to address Lisp objects.
12721
12722 * variables.texi (Variables with Restricted Values): New node.
12723
12724 * objects.texi (Lisp Data Types): Mention that certain variables
12725 can only take on a restricted set of values and add an xref to
12726 the new node "Variables with Restricted Values".
12727
12728 * eval.texi (Function Indirection): Describe the errors that
12729 `indirect-function' can signal.
12730 (Eval): Clarify the descriptions of `eval-region' and `values'.
12731 Describe `eval-buffer' instead of `eval-current-buffer' and
12732 mention `eval-current-buffer' as an alias for `current-buffer'.
12733 Correct the description and mention all optional arguments.
12734
12735 * nonascii.texi: Various small changes in addition to the
12736 following.
12737 (Converting Representations): Clarify behavior of
12738 `string-make-multibyte' and `string-to-multibyte' for unibyte all
12739 ASCII arguments.
12740 (Character Sets): Document the variable `charset-list' and adapt
12741 the definition of the function `charset-list' accordingly.
12742 (Translation of Characters): Clarify use of generic characters in
12743 `make-translation-table'. Clarify and correct the description of
12744 the use of translation tables in encoding and decoding.
12745 (User-Chosen Coding Systems): Correct and clarify the description
12746 of `select-safe-coding-system'.
12747 (Default Coding Systems): Clarify description of
12748 `file-coding-system-alist'.
12749
12750 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
12751
12752 * strings.texi (Text Comparison): Correctly describe when two
12753 strings are `equal'. Combine and clarify descriptions of
12754 `assoc-ignore-case' and `assoc-ignore-representation'.
12755
12756 * objects.texi (Non-ASCII in Strings): Clarify description of
12757 when a string is unibyte or multibyte.
12758 (Bool-Vector Type): Update examples.
12759 (Equality Predicates): Correctly describe when two strings are
12760 `equal'.
12761
12762 2003-11-29 Luc Teirlinck <teirllm@auburn.edu>
12763
12764 * lists.texi (Building Lists): `append' no longer accepts integer
12765 arguments. Update the description of `number-sequence' to reflect
12766 recent changes.
12767 (Sets And Lists): Describe `member-ignore-case' after `member'.
12768
12769 2003-11-27 Kim F. Storm <storm@cua.dk>
12770
12771 * commands.texi (Click Events): Click object may be an images.
12772 Describe (dx . dy) element of click positions.
12773 (Accessing Events): Remove duplicate posn-timestamp.
12774 New functions posn-object and posn-object-x-y.
12775
12776 2003-11-23 Kim F. Storm <storm@cua.dk>
12777
12778 * commands.texi (Click Events): Describe enhancements to event
12779 position lists, including new text-pos and (col . row) items.
12780 Mention left-fringe and right-fringe area events.
12781 (Accessing Events): New functions posn-area and
12782 posn-actual-col-row. Mention posn-timestamp. Mention that
12783 posn-point in non-text area still returns buffer position.
12784 Clarify posn-col-row.
12785
12786 2003-11-21 Lars Hansen <larsh@math.ku.dk>
12787
12788 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
12789 * anti.texi (File Attributes): Describe removed parameter
12790 ID-FORMAT.
12791
12792 2003-11-20 Luc Teirlinck <teirllm@auburn.edu>
12793
12794 * positions.texi (Positions): Mention that, if a marker is used as
12795 a position, its buffer is ignored.
12796
12797 * markers.texi (Overview of Markers): Mention it here too.
12798
12799 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
12800
12801 * numbers.texi (Numeric Conversions): Not just `floor', but also
12802 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
12803
12804 2003-11-10 Luc Teirlinck <teirllm@auburn.edu>
12805
12806 * markers.texi (Creating Markers): Specify insertion type of
12807 created markers. Add xref to `Marker Insertion Types'.
12808 Second argument to `copy-marker' is optional.
12809 (Marker Insertion Types): Mention that most markers are created
12810 with insertion type nil.
12811 (The Mark): Correctly describe when `mark' signals an error.
12812 (The Region): Correctly describe when `region-beginning' and
12813 `region-end' signal an error.
12814
12815 2003-11-08 Luc Teirlinck <teirllm@auburn.edu>
12816
12817 * hash.texi (Creating Hash): Clarify description of `eql'.
12818 `makehash' is obsolete.
12819 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
12820
12821 * positions.texi (Point): Change description of `buffer-end', so
12822 that it is also correct for floating point arguments.
12823 (List Motion): Correct argument lists of `beginning-of-defun' and
12824 `end-of-defun'.
12825 (Excursions): Add xref to `Marker Insertion Types'.
12826 (Narrowing): Argument to `narrow-to-page' is optional.
12827
12828 2003-11-06 Luc Teirlinck <teirllm@auburn.edu>
12829
12830 * streams.texi (Output Streams): Clarify behavior of point for
12831 marker output streams.
12832
12833 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
12834
12835 * variables.texi (Defining Variables): Second argument to
12836 `defconst' is not optional.
12837 (Setting Variables): Mention optional argument APPEND to
12838 `add-to-list'.
12839 (Creating Buffer-Local): Expand description of
12840 `make-variable-buffer-local'.
12841 (Frame-Local Variables): Expand description of
12842 `make-variable-frame-local'.
12843 (Variable Aliases): Correct description of optional argument
12844 DOCSTRING to `defvaralias'. Mention return value of
12845 `defvaralias'.
12846 (File Local Variables): Add xref to `File variables' in Emacs
12847 Manual. Correct description of `hack-local-variables'. Mention
12848 `safe-local-variable' property. Mention optional second argument
12849 to `risky-local-variable-p'.
12850
12851 2003-11-03 Luc Teirlinck <teirllm@auburn.edu>
12852
12853 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
12854
12855 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
12856
12857 * anti.texi, backups.texi, commands.texi, customize.texi:
12858 * display.texi, files.texi, internals.texi, keymaps.texi:
12859 * loading.texi, modes.texi, nonascii.texi, numbers.texi:
12860 * objects.texi, os.texi, positions.texi, processes.texi:
12861 * searching.texi, sequences.texi, streams.texi, strings.texi:
12862 * syntax.texi, text.texi: Replace @sc{foo} with @acronym{FOO}.
12863
12864 2003-10-27 Luc Teirlinck <teirllm@auburn.edu>
12865
12866 * strings.texi (Creating Strings): Argument START to `substring'
12867 can not be `nil'. Expand description of
12868 `substring-no-properties'. Correct description of `split-string',
12869 especially with respect to empty matches. Prevent very bad line
12870 break in definition of `split-string-default-separators'.
12871 (Text Comparison): `string=' and `string<' also accept symbols as
12872 arguments.
12873 (String Conversion): More completely describe argument BASE in
12874 `string-to-number'.
12875 (Formatting Strings): `%s' and `%S' in `format' do require
12876 corresponding object. Clarify behavior of numeric prefix after
12877 `%' in `format'.
12878 (Case Conversion): The argument to `upcase-initials' can be a
12879 character.
12880
12881 2003-10-27 Kenichi Handa <handa@m17n.org>
12882
12883 * display.texi (Fontsets): Fix texinfo usage.
12884
12885 2003-10-25 Kenichi Handa <handa@m17n.org>
12886
12887 * display.texi (Fontsets): Add description of the function
12888 set-fontset-font.
12889
12890 2003-10-23 Luc Teirlinck <teirllm@auburn.edu>
12891
12892 * display.texi (Temporary Displays): Add xref to `Documentation
12893 Tips'.
12894
12895 * functions.texi (Function Safety): Use inforef instead of pxref
12896 for SES.
12897
12898 2003-10-23 Andreas Schwab <schwab@suse.de>
12899
12900 * Makefile.in (TEX, texinputdir): Don't define.
12901 (TEXI2DVI): Define.
12902 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
12903 add $(srcdir)/index.texi.
12904 ($(infodir)/elisp): Remove index.texi dependency.
12905 (elisp.dvi): Likewise. Use $(TEXI2DVI).
12906 (index.texi): Remove target.
12907 (dist): Don't link $(srcdir)/permute-index.
12908 (clean): Don't remove index.texi.
12909
12910 * permute-index, index.perm: Remove.
12911 * index.texi: Rename from index.unperm.
12912
12913 2003-10-22 Luc Teirlinck <teirllm@auburn.edu>
12914
12915 * tips.texi (Documentation Tips): Document new behavior for face
12916 and variable hyperlinks in Help mode.
12917
12918 2003-10-21 Luc Teirlinck <teirllm@auburn.edu>
12919
12920 * objects.texi (Integer Type): Update for extra bit of integer range.
12921 (Character Type): Ditto.
12922
12923 2003-10-16 Eli Zaretskii <eliz@gnu.org>
12924
12925 * numbers.texi (Integer Basics): Add index entries for reading
12926 numbers in hex, octal, and binary.
12927
12928 2003-10-16 Lute Kamstra <lute@gnu.org>
12929
12930 * modes.texi (Mode Line Format): Mention force-mode-line-update's
12931 argument.
12932
12933 2003-10-13 Luc Teirlinck <teirllm@auburn.edu>
12934
12935 * windows.texi (Choosing Window): Fix typo.
12936 * edebug.texi (Edebug Execution Modes): Fix typo.
12937
12938 2003-10-13 Richard M. Stallman <rms@gnu.org>
12939
12940 * windows.texi (Basic Windows): A window has fringe settings,
12941 display margins and scroll-bar settings.
12942 (Splitting Windows): Doc split-window return value.
12943 Clean up one-window-p.
12944 (Selecting Windows): Fix typo.
12945 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
12946 (Buffers and Windows): In set-window-buffer, explain effect
12947 on fringe settings and scroll bar settings.
12948 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
12949 (Choosing Window): Use defopt for pop-up-frame-function.
12950 For special-display-buffer-names, explain same-window and same-frame.
12951 Clarify window-dedicated-p return value.
12952 (Textual Scrolling): scroll-up and scroll-down can get an error.
12953 (Horizontal Scrolling): Clarify auto-hscroll-mode.
12954 Clarify set-window-hscroll.
12955 (Size of Window): Don't mention tool bar in window-height.
12956 (Coordinates and Windows): Explain what coordinates-in-window-p
12957 returns for fringes and display margins.
12958 (Window Configurations): Explain saving fringes, etc.
12959
12960 * tips.texi (Library Headers): Clean up Documentation.
12961
12962 * syntax.texi (Parsing Expressions): Clean up forward-comment
12963 and parse-sexp-lookup-properties.
12964
12965 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
12966
12967 * os.texi (System Environment): Clean up text for load-average errors.
12968
12969 * modes.texi (Hooks): Don't explain local hook details at front.
12970 Clarify run-hooks and run-hook-with-args a little.
12971 Clean up add-hook and remove-hook.
12972
12973 * edebug.texi (Edebug Execution Modes): Clarify t.
12974 Document edebug-sit-for-seconds.
12975 (Coverage Testing): Document C-x X = and =.
12976 (Instrumenting Macro Calls): Fix typo.
12977 (Specification List): Don't index the specification keywords.
12978
12979 2003-10-10 Kim F. Storm <storm@cua.dk>
12980
12981 * processes.texi (Network): Introduce make-network-process.
12982
12983 2003-10-09 Luc Teirlinck <teirllm@auburn.edu>
12984
12985 * tips.texi (Library Headers): Fix typo.
12986
12987 2003-10-07 Juri Linkov <juri@jurta.org>
12988
12989 * modes.texi (Imenu): Mention imenu-create-index-function's
12990 default value. Explain submenus better.
12991
12992 2003-10-07 Lute Kamstra <lute@gnu.org>
12993
12994 * modes.texi (Faces for Font Lock): Fix typo.
12995 (Hooks): Explain how buffer-local hook variables can refer to
12996 global hook variables.
12997 Various minor clarifications.
12998
12999 2003-10-06 Lute Kamstra <lute@gnu.org>
13000
13001 * tips.texi (Coding Conventions): Mention naming conventions for
13002 hooks.
13003
13004 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
13005
13006 * loading.texi (Library Search): Correct default value of
13007 load-suffixes.
13008 (Named Features): Fix typo.
13009
13010 2003-10-05 Richard M. Stallman <rms@gnu.org>
13011
13012 * loading.texi (Named Features): In `provide',
13013 say how to test for subfeatures.
13014 (Unloading): In unload-feature, use new var name
13015 unload-feature-special-hooks.
13016
13017 2003-10-03 Lute Kamstra <lute@gnu.org>
13018
13019 * modes.texi (Major Mode Conventions): Mention third way to set up
13020 Imenu.
13021 (Imenu): A number of small fixes.
13022 Delete documentation of internal variable imenu--index-alist.
13023 Document the return value format of imenu-create-index-function
13024 functions.
13025
13026 2003-09-30 Richard M. Stallman <rms@gnu.org>
13027
13028 * processes.texi (Network): Say what stopped datagram connections do.
13029
13030 * lists.texi (Association Lists): Clarify `assq-delete-all'.
13031
13032 * display.texi (Overlay Properties): Clarify `evaporate' property.
13033
13034 2003-09-29 Lute Kamstra <lute@gnu.org>
13035
13036 * modes.texi (Mode Line Data): Explain when symbols in mode-line
13037 constructs should be marked as risky.
13038 Change cons cell into proper list.
13039 (Mode Line Variables): Change cons cell into proper list.
13040
13041 2003-09-26 Lute Kamstra <lute@gnu.org>
13042
13043 * modes.texi (Mode Line Data): Document the :propertize construct.
13044 (Mode Line Variables): Reorder the descriptions of the variables
13045 to match their order in the default mode-line-format.
13046 Describe the new variables mode-line-position and mode-line-modes.
13047 Update the default values of mode-line-frame-identification,
13048 minor-mode-alist, and default-mode-line-format.
13049 (Properties in Mode): Mention the :propertize construct.
13050
13051 2003-09-26 Richard M. Stallman <rms@gnu.org>
13052
13053 * buffers.texi, commands.texi, debugging.texi, eval.texi:
13054 * loading.texi, minibuf.texi, text.texi, variables.texi:
13055 Avoid @strong{Note:}.
13056
13057 2003-09-26 Richard M. Stallman <rms@gnu.org>
13058
13059 * keymaps.texi (Remapping Commands): Fix typo.
13060
13061 2003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
13062
13063 * processes.texi (Low-Level Network): Fix typo.
13064
13065 2003-09-23 Kim F. Storm <storm@cua.dk>
13066
13067 * processes.texi (Network, Network Servers): Fix typos.
13068 (Low-Level Network): Add timeout value for :server keyword.
13069 Add new option keywords to make-network-process.
13070 Add set-network-process-options.
13071 Explain how to test availability of network options.
13072
13073 2003-09-19 Richard M. Stallman <rms@gnu.org>
13074
13075 * text.texi (Motion by Indent): Arg to
13076 backward-to-indentation and forward-to-indentation is optional.
13077
13078 * strings.texi (Creating Strings): Add substring-no-properties.
13079
13080 * processes.texi
13081 (Process Information): Add list-processes arg QUERY-ONLY.
13082 Delete process-contact from here.
13083 Add new status values for process-status.
13084 Add process-get, process-put, process-plist, set-process-plist.
13085 (Synchronous Processes): Add call-process-shell-command.
13086 (Signals to Processes): signal-process allows process objects.
13087 (Network): Complete rewrite.
13088 (Network Servers, Datagrams, Low-Level Network): New nodes.
13089
13090 * positions.texi (Word Motion): forward-word, backward-word
13091 arg is optional. Reword.
13092
13093 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
13094
13095 * variables.texi (Creating Buffer-Local):
13096 Delete duplicate definition of buffer-local-value.
13097 (File Local Variables): Explain about discarding text props.
13098
13099 2003-09-11 Richard M. Stallman <rms@gnu.org>
13100
13101 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
13102 changes variables that record input events.
13103 (Minibuffer Misc): Add minibuffer-selected-window.
13104
13105 * lists.texi (Building Lists): Add copy-tree.
13106
13107 * display.texi (Fontsets): Add char-displayable-p.
13108 (Scroll Bars): New node.
13109
13110 2003-09-08 Lute Kamstra <lute@gnu.org>
13111
13112 * modes.texi (%-Constructs): Document new `%i' and `%I'
13113 constructs.
13114
13115 2003-09-03 Peter Runestig <peter@runestig.com>
13116
13117 * makefile.w32-in: New file.
13118
13119 2003-08-29 Richard M. Stallman <rms@gnu.org>
13120
13121 * display.texi (Overlay Properties): Clarify how priorities
13122 affect use of the properties.
13123
13124 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
13125
13126 * customize.texi (Type Keywords): Correct the description of
13127 `:help-echo' in the case where `motion-doc' is a function.
13128
13129 2003-08-14 John Paul Wallington <jpw@gnu.org>
13130
13131 * modes.texi (Emulating Mode Line): Subsection, not section.
13132
13133 2003-08-13 Richard M. Stallman <rms@gnu.org>
13134
13135 * elisp.texi (Top): Update subnode lists in menu.
13136
13137 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
13138 (Kill Functions): kill-region has new arg yank-handler.
13139 (Yanking): New node.
13140 (Yank Commands): Add yank-undo-function.
13141 (Low-Level Kill Ring):
13142 kill-new and kill-append have new arg yank-handler.
13143 (Changing Properties): Add remove-list-of-text-properties.
13144 (Atomic Changes): New node.
13145
13146 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
13147
13148 * streams.texi (Output Variables): Add eval-expression-print-length
13149 and eval-expression-print-level.
13150
13151 * os.texi (Time Conversion): For encode-time, explain limits on year.
13152
13153 * objects.texi (Character Type): Define anchor "modifier bits".
13154
13155 * modes.texi (Emulating Mode Line): New node.
13156 (Search-based Fontification): Font Lock uses font-lock-face property.
13157 (Other Font Lock Variables): Likewise.
13158
13159 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
13160 not vectors.
13161 (Active Keymaps): Add emulation-mode-map-alists.
13162 (Functions for Key Lookup): key-binding has new arg no-remap.
13163 (Remapping Commands): New node.
13164 (Scanning Keymaps): where-is-internal has new arg no-remap.
13165 (Tool Bar): Add tool-bar-local-item-from-menu.
13166 Clarify when to use tool-bar-add-item-from-menu.
13167
13168 * commands.texi (Interactive Call): commandp has new arg.
13169 (Command Loop Info): Add this-original-command.
13170
13171 2003-08-06 John Paul Wallington <jpw@gnu.org>
13172
13173 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
13174
13175 * display.texi (Warning Basics): Fix typo.
13176 (Fringes): Add closing curly bracket and fix typo.
13177
13178 * elisp.texi (Top): Fix typo.
13179
13180 2003-08-05 Richard M. Stallman <rms@gnu.org>
13181
13182 * elisp.texi: Update lists of subnodes.
13183
13184 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
13185
13186 * variables.texi (Local Variables): Use lc for example variable names.
13187
13188 * tips.texi (Library Headers): Explain where to put -*-.
13189
13190 * strings.texi (Creating Strings): Fix xref for vconcat.
13191
13192 * sequences.texi (Vector Functions):
13193 vconcat no longer allows integer args.
13194
13195 * minibuf.texi (Reading File Names): read-file-name has new
13196 arg PREDICATE. New function read-directory-name.
13197
13198 * macros.texi (Defining Macros): Give definition of `declare'.
13199 (Indenting Macros): New node.
13200
13201 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
13202 (Window Frame Parameters): Make separate table of parameters
13203 that are coupled with specific face attributes.
13204 (Deleting Frames): delete-frame-hooks renamed to
13205 delete-frame-functions.
13206
13207 * files.texi (Magic File Names): Add file-remote-p.
13208 Clarify file-local-copy.
13209
13210 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
13211 here; instead xref Defining Macros.
13212
13213 * display.texi (Warnings): New node, and subnodes.
13214 (Fringes): New node.
13215
13216 * debugging.texi (Test Coverage): New node.
13217
13218 * compile.texi (Compiler Errors): Explain with-no-warnings
13219 and other ways to suppress warnings.
13220
13221 * commands.texi (Interactive Call): Minor clarification.
13222
13223 * buffers.texi (Buffer File Name): set-visited-file-name
13224 renames the buffer too.
13225
13226 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
13227
13228 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
13229
13230 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
13231
13232 2003-07-22 Markus Rost <rost@math.ohio-state.edu>
13233
13234 * internals.texi (Garbage Collection): Fix previous change.
13235
13236 2003-07-22 Richard M. Stallman <rms@gnu.org>
13237
13238 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
13239
13240 * display.texi (Width): Use \s syntax in example.
13241 (Font Selection): Add face-font-rescale-alist.
13242
13243 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
13244 Remove spurious indent in example.
13245
13246 * lists.texi (Building Lists): Add number-sequence.
13247
13248 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
13249
13250 * functions.texi (Function Documentation): Explain how to
13251 show calling convention explicitly in the doc string.
13252
13253 * windows.texi (Selecting Windows): save-selected-window saves
13254 selected window of each frame.
13255 (Window Configurations): Minor change.
13256
13257 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
13258
13259 * streams.texi (Output Variables): Add print-continuous-numbering
13260 and print-number-table.
13261
13262 * processes.texi (Decoding Output): New node.
13263
13264 * os.texi (Time Conversion): decode-time arg is optional.
13265
13266 * objects.texi (Character Type): Don't use space as example for \.
13267 Make list of char names and \-sequences correspond.
13268 Explain that \s is not used in strings. `\ ' needs space after.
13269
13270 * nonascii.texi (Converting Representations): Add string-to-multibyte.
13271 (Translation of Characters): Add translation-table-for-input.
13272 (Default Coding Systems): Add auto-coding-functions.
13273 (Explicit Encoding): Add decode-coding-inserted-region.
13274 (Locales): Add locale-info.
13275
13276 * minibuf.texi (Basic Completion): Describe test-completion.
13277 Collections can be lists of strings.
13278 Clean up lazy-completion-table.
13279 (Programmed Completion): Mention test-completion.
13280 Clarify why lambda expressions are not accepted.
13281 (Minibuffer Misc): Describe minibufferp.
13282
13283 2003-07-14 Richard M. Stallman <rms@gnu.org>
13284
13285 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
13286
13287 * windows.texi (Selecting Windows): New arg to select-window.
13288 (Selecting Windows): Add with-selected-window.
13289 (Size of Window): Add window-inside-edges, etc.
13290
13291 * internals.texi (Garbage Collection): Add post-gc-hook.
13292
13293 * processes.texi (Subprocess Creation): Add exec-suffixes.
13294
13295 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
13296 (Scanning Keymaps): Add map-keymaps.
13297 (Defining Menus): Add keymap-prompt.
13298
13299 * numbers.texi (Integer Basics): Add most-positive-fixnum,
13300 most-negative-fixnum.
13301
13302 * compile.texi (Byte Compilation): Explain no-byte-compile.
13303 (Compiler Errors): New node.
13304
13305 * os.texi (User Identification): user-uid, user-real-uid
13306 can return float.
13307
13308 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
13309 and about derived modes.
13310 (Minor Modes): Add minor-mode-list.
13311 (Defining Minor Modes): Keyword args for define-minor-mode.
13312 (Search-based Fontification): Explain managing other properties.
13313 (Other Font Lock Variables): Add font-lock-extra-managed-props.
13314 (Faces for Font Lock): Add font-lock-preprocessor-face.
13315 (Hooks): Add run-mode-hooks and delay-mode-hooks.
13316
13317 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
13318 (Variable Aliases): Clarify defvaralias.
13319
13320 * loading.texi (Library Search): Add load-suffixes.
13321
13322 * minibuf.texi (Basic Completion): Add lazy-completion-table.
13323 (Programmed Completion): Add dynamic-completion-table.
13324
13325 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
13326 (Magic File Names): Specify precedence order of handlers.
13327
13328 * commands.texi (Command Overview): Emacs server runs pre-command-hook
13329 and post-command-hook.
13330 (Waiting): New calling convention for sit-for.
13331
13332 * text.texi (Special Properties): local-map and keymap properties
13333 apply based on their stickiness.
13334
13335 2003-07-07 Richard M. Stallman <rms@gnu.org>
13336
13337 * modes.texi (Minor Mode Conventions): Specify only some kinds
13338 of list values as args to minor modes.
13339
13340 * files.texi (File Name Expansion): Warn about iterative use
13341 of substitute-in-file-name.
13342
13343 * advice.texi (Activation of Advice): Clean up previous change.
13344
13345 2003-07-06 Markus Rost <rost@math.ohio-state.edu>
13346
13347 * advice.texi (Activation of Advice): Note that ad-start-advice is
13348 turned on by default.
13349
13350 2003-06-30 Richard M. Stallman <rms@gnu.org>
13351
13352 * text.texi (Buffer Contents): Document current-word.
13353 (Change Hooks): Not called for *Messages*.
13354
13355 * functions.texi (Defining Functions): Explain about redefining
13356 primitives.
13357 (Function Safety): Rename. Minor changes.
13358 Comment out the detailed criteria for what is safe.
13359
13360 2003-06-22 Andreas Schwab <schwab@suse.de>
13361
13362 * objects.texi (Symbol Type): Fix description of examples.
13363
13364 2003-06-16 Andreas Schwab <schwab@suse.de>
13365
13366 * hash.texi (Creating Hash): Fix description of :weakness.
13367
13368 2003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
13369
13370 * files.texi (Changing Files): copy-file copies file modes, too.
13371
13372 2003-05-28 Richard M. Stallman <rms@gnu.org>
13373
13374 * strings.texi (Creating Strings): Clarify split-string.
13375
13376 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
13377
13378 * strings.texi (Creating Strings): Update split-string specification
13379 and examples.
13380
13381 2003-05-19 Richard M. Stallman <rms@gnu.org>
13382
13383 * elisp.texi: Correct invariant section names.
13384
13385 2003-04-20 Richard M. Stallman <rms@gnu.org>
13386
13387 * os.texi (Timers): Explain about timers and quitting.
13388
13389 2003-04-19 Richard M. Stallman <rms@gnu.org>
13390
13391 * internals.texi (Writing Emacs Primitives): Strings are
13392 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
13393 Explain GCPRO convention for varargs function args.
13394
13395 2003-04-16 Richard M. Stallman <rms@gnu.org>
13396
13397 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
13398
13399 2003-04-08 Richard M. Stallman <rms@gnu.org>
13400
13401 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
13402
13403 2003-02-13 Kim F. Storm <storm@cua.dk>
13404
13405 * objects.texi (Character Type): New \s escape for space.
13406
13407 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
13408
13409 * os.texi (System Environment): Add cygwin system-type.
13410
13411 2003-01-25 Richard M. Stallman <rms@gnu.org>
13412
13413 * keymaps.texi: Document that a symbol can act as a keymap.
13414
13415 2003-01-13 Richard M. Stallman <rms@gnu.org>
13416
13417 * text.texi (Changing Properties): Say string indices are origin-0.
13418
13419 * positions.texi (Screen Lines) <compute-motion>:
13420 Correct order of elts in return value.
13421
13422 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
13423 how to define a default binding.
13424
13425 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
13426
13427 * loading.texi (Unloading): Fix recent change for load-history.
13428
13429 * customize.texi (Simple Types): Clarify description of custom
13430 type 'number. Describe new custom type 'float.
13431
13432 2002-12-04 Markus Rost <rost@math.ohio-state.edu>
13433
13434 * variables.texi (File Local Variables): Fix typo.
13435
13436 2002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
13437
13438 From Michael Albinus <Michael.Albinus@alcatel.de>.
13439
13440 * README: Target for Info file is `make info'.
13441
13442 * files.texi (File Name Components): Fix typos in
13443 `file-name-sans-extension'.
13444 (Magic File Names): Complete list of operations for magic file
13445 name handlers.
13446
13447 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
13448
13449 * variables.texi (File Local Variables): New function
13450 risky-local-variable-p.
13451
13452 2002-09-15 Jonathan Yavner <jyavner@engineer.com>
13453
13454 * functions.texi (Function safety): New node about unsafep.
13455
13456 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
13457
13458 * customize.texi (Splicing into Lists): Fix example.
13459 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
13460
13461 2002-06-17 Juanma Barranquero <lektu@terra.es>
13462
13463 * frames.texi (Display Feature Testing): Fix typo.
13464
13465 2002-06-12 Andreas Schwab <schwab@suse.de>
13466
13467 * frames.texi (Initial Parameters, Resources): Fix references to
13468 the Emacs manual.
13469
13470 2002-05-13 Kim F. Storm <storm@cua.dk>
13471
13472 * variables.texi (Intro to Buffer-Local): Update warning and
13473 example relating to changing buffer inside let.
13474
13475 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
13476
13477 * os.texi (Session Management): New node about X Session management.
13478
13479 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
13480
13481 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
13482 to which the manual corresponds, and the copyright years.
13483
13484 * Makefile.in (VERSION): Set to 2.9.
13485
13486 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
13487
13488 * elisp.texi: Change the category in @dircategory to "Emacs", to
13489 make it consistent with info/dir.
13490
13491 2001-11-25 Miles Bader <miles@gnu.org>
13492
13493 * text.texi (Fields): Describe new `limit' arg in
13494 field-beginning/field-end.
13495
13496 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
13497
13498 * permute-index: Don't depend on csh-specific features.
13499 Replace the interpreter name with /bin/sh.
13500
13501 * two-volume-cross-refs.txt: New file.
13502 * two.el: New file.
13503 * spellfile: New file.
13504
13505 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
13506
13507 * permute-index: New file.
13508
13509 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
13510 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
13511 8+3 restricted namespace.
13512
13513 * Makefile.in (infodir): Define relative to $(srcdir).
13514 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
13515 include directories list via -I switch to makeinfo.
13516 (index.texi): Use cp if both hard and symbolic links fail.
13517
13518 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
13519
13520 * Makefile.in (distclean): Add.
13521
13522 The following changes make ELisp manual part of the Emacs
13523 distribution:
13524
13525 * Makefile.in: Add Copyright notice.
13526 (prefix): Remove.
13527 (infodir): Change value to "../info".
13528 (VPATH): New variable.
13529 (MAKE): Don't define.
13530 (texmacrodir): Don't define.
13531 (texinputdir): Append the existing value of TEXINPUTS.
13532 ($(infodir)/elisp): Instead of just "elisp". Reformat the
13533 command to be compatible with man/Makefile.in, and to put the
13534 output into ../info.
13535 (info): Add target.
13536 (installall): Target removed.
13537
13538 2001-10-31 Pavel Janík <Pavel@Janik.cz>
13539
13540 * tips.texi (Coding Conventions): Fix typo.
13541
13542 2001-10-23 Gerd Moellmann <gerd@gnu.org>
13543
13544 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
13545
13546 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
13547
13548 * files.texi (File Name Components): Update the description of
13549 file-name-sans-extension and file-name-extension, as they now
13550 ignore leading dots.
13551
13552 2001-10-20 Gerd Moellmann <gerd@gnu.org>
13553
13554 * (Version 21.1 released.)
13555
13556 2001-10-19 Miles Bader <miles@gnu.org>
13557
13558 * positions.texi (Text Lines): Describe behavior of
13559 `beginning-of-line'/`end-of-line' in the presence of field properties.
13560
13561 2001-10-17 Gerd Moellmann <gerd@gnu.org>
13562
13563 * Makefile.in (VERSION): Set to 2.8.
13564 (manual): Use `manual-21'.
13565
13566 * elisp.texi (VERSION): Add and use it where the version
13567 number was used. Set it to 2.8.
13568
13569 * intro.texi: Likewise.
13570
13571 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
13572
13573 * files.texi (File Name Completion): Document the significance of
13574 a trailing slash in elements of completion-ignored-extensions.
13575
13576 2001-10-06 Miles Bader <miles@gnu.org>
13577
13578 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
13579
13580 2001-10-04 Gerd Moellmann <gerd@gnu.org>
13581
13582 * variables.texi (Variable Aliases): New node.
13583
13584 2001-10-04 Gerd Moellmann <gerd@gnu.org>
13585
13586 * Branch for 21.1.
13587
13588 2001-10-02 Miles Bader <miles@gnu.org>
13589
13590 * minibuf.texi (Minibuffer Misc): Add entries for
13591 `minibuffer-contents', `minibuffer-contents-no-properties', and
13592 `delete-minibuffer-contents'.
13593 Correct description for `minibuffer-prompt-end'.
13594
13595 * text.texi (Property Search): Correct descriptions of
13596 `next-char-property-change' and `previous-char-property-change'.
13597 Add entries for `next-single-char-property-change' and
13598 `previous-single-char-property-change'.
13599 Make operand names a bit more consistent.
13600
13601 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
13602
13603 * frames.texi (Finding All Frames): Document that next-frame and
13604 previous-frame are local to current terminal.
13605
13606 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
13607
13608 * keymaps.texi (Creating Keymaps): Fix the description of the
13609 result of make-keymap.
13610
13611 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
13612
13613 * display.texi (Font Lookup, Attribute Functions)
13614 (Image Descriptors): Add cross-references to the definition of
13615 selected frame.
13616
13617 * buffers.texi (The Buffer List): Add cross-references to the
13618 definition of selected frame.
13619
13620 * frames.texi (Input Focus): Clarify which frame is _the_ selected
13621 frame at any given time.
13622 (Multiple Displays, Size and Position): Add a cross-reference to
13623 the definition of the selected frame.
13624
13625 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
13626
13627 * strings.texi (String Conversion) <string-to-number>: Document
13628 that a float is returned for integers that are too large.
13629
13630 * frames.texi (Mouse Position): Document mouse-position-function.
13631 (Display Feature Testing): Document display-images-p.
13632 (Window Frame Parameters): Document the cursor-type variable.
13633
13634 * numbers.texi (Integer Basics): Document CL style read syntax for
13635 integers in bases other than 10.
13636
13637 * positions.texi (List Motion):
13638 Document open-paren-in-column-0-is-defun-start.
13639
13640 * lists.texi (Sets And Lists): Document member-ignore-case.
13641
13642 * internals.texi (Garbage Collection): Document the used and free
13643 strings report.
13644 (Memory Usage): Document strings-consed.
13645
13646 * os.texi (Time of Day): Document float-time.
13647 (Recording Input): Document that clear-this-command-keys clears
13648 the vector to be returned by recent-keys.
13649
13650 * keymaps.texi (Scanning Keymaps) <where-is-internal>:
13651 The argument keymap can be a list.
13652
13653 * nonascii.texi (User-Chosen Coding Systems)
13654 <select-safe-coding-system>: Document the new argument
13655 accept-default-p and the variable
13656 select-safe-coding-system-accept-default-p. Tell what happens if
13657 buffer-file-coding-system is undecided.
13658 (Default Coding Systems): Document auto-coding-regexp-alist.
13659
13660 * display.texi (The Echo Area) <message>: Document
13661 message-truncate-lines.
13662 (Glyphs): Document that the glyph table is unused on windowed
13663 displays.
13664
13665 * help.texi (Describing Characters) <single-key-description>:
13666 Document the new argument no-angles.
13667 (Accessing Documentation) <documentation-property>: Document that
13668 a non-string property is evaluated.
13669 <documentation>: Document that the function-documentation property
13670 is looked for.
13671
13672 * windows.texi (Selecting Windows): Document some-window.
13673
13674 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
13675
13676 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
13677 apropos-mode-hook.
13678
13679 * commands.texi (Using Interactive): Document interactive-form.
13680 (Keyboard Macros): Document kbd-macro-termination-hook.
13681 (Command Loop Info): Document that clear-this-command-keys clears
13682 the vector to be returned by recent-keys.
13683
13684 2001-09-04 Werner LEMBERG <wl@gnu.org>
13685
13686 * Makefile.in (srcdir, texinputdir): New variables.
13687 (srcs, index.texi, install): Use $(srcdir).
13688 (.PHONY): Remove elisp.dvi.
13689 (elisp): Use -I switch for makeinfo.
13690 (elisp.dvi): Use $(srcdir) and $(texinputdir).
13691 (installall, dist): Use $(srcdir).
13692 Fix path to texinfo.tex.
13693 (maintainer-clean): Add elisp.dvi and elisp.oaux.
13694
13695 2001-08-30 Gerd Moellmann <gerd@gnu.org>
13696
13697 * display.texi (Conditional Display): Adjust to API change.
13698
13699 * configure: New file.
13700
13701 2001-07-30 Gerd Moellmann <gerd@gnu.org>
13702
13703 * commands.texi (Repeat Events): Add description of
13704 double-click-fuzz.
13705
13706 2001-05-08 Stefan Monnier <monnier@cs.yale.edu>
13707
13708 * syntax.texi (Syntax Class Table): Add the missing designator for
13709 comment and string fences.
13710 (Syntax Properties): Add a xref to syntax table internals.
13711 (Syntax Table Internals): Document string-to-syntax.
13712
13713 2001-05-07 Gerd Moellmann <gerd@gnu.org>
13714
13715 * Makefile.in (install): Use install-info command line options
13716 like in Emacs' Makefile.in.
13717
13718 2000-12-09 Miles Bader <miles@gnu.org>
13719
13720 * windows.texi (Window Start): Update documentation for
13721 `pos-visible-in-window-p'.
13722
13723 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
13724
13725 * lists.texi (Building Lists): Add footnote to explain how to add
13726 to the end of a list.
13727
13728 2000-10-25 Gerd Moellmann <gerd@gnu.org>
13729
13730 * files.texi (Visiting Functions): Typos.
13731
13732 2000-10-25 Kenichi Handa <handa@etl.go.jp>
13733
13734 * files.texi (Visiting Functions): Return value of
13735 find-file-noselect may be a list of buffers if wildcards are used.
13736
13737 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
13738
13739 * display.texi (Defining Faces): Document `graphic' display type
13740 in face specs.
13741
13742 2000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13743
13744 * hooks.texi (Standard Hooks): Replace obsolete
13745 `after-make-frame-hook' with `after-make-frame-functions'.
13746
13747 * frames.texi (Creating Frames): Ditto.
13748
13749 * variables.texi (Future Local Variables): Ditto.
13750
13751 2000-10-16 Gerd Moellmann <gerd@gnu.org>
13752
13753 * display.texi (Other Image Types): Add description of :foreground
13754 and :background properties of mono PBM images.
13755
13756 2000-08-17 Werner LEMBERG <wl@gnu.org>
13757
13758 * .cvsignore: New file.
13759
13760 2000-01-05 Gerd Moellmann <gerd@gnu.org>
13761
13762 * tindex.pl: New script.
13763
13764 1999-12-03 Dave Love <fx@gnu.org>
13765
13766 * Makefile.in (MAKEINFO): New parameter.
13767
13768 1999-09-17 Richard Stallman <rms@gnu.org>
13769
13770 * Makefile.in (srcs): Add hash.texi.
13771 (VERSION): Update to 20.6.
13772
13773 1999-09-13 Richard Stallman <rms@gnu.org>
13774
13775 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
13776
13777 1998-08-29 Karl Heuer <kwzh@gnu.org>
13778
13779 * configure.in: New file.
13780 * Makefile.in: Renamed from Makefile.
13781 (prefix, infodir): Use value obtained from configure.
13782 (emacslibdir): Obsolete variable deleted.
13783 (dist): Distribute configure.in, configure, Makefile.in.
13784
13785 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
13786
13787 * Makefile (INSTALL_INFO): New variable.
13788 (install): Run install-info.
13789
13790 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
13791
13792 * Makefile (elisp.dvi): Add missing backslash.
13793
13794 1998-05-02 Richard Stallman <rms@psilocin.gnu.org>
13795
13796 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
13797 Run texindex without `./'. Always run texindex on elisp.tp.
13798 (elisp.tps): Target deleted.
13799
13800 1998-04-05 Richard Stallman <rms@psilocin.gnu.org>
13801
13802 * Makefile (srcs): Add nonascii.texi and customize.texi.
13803 (dist): Start by deleting `temp'.
13804
13805 1998-02-17 Richard Stallman <rms@psilocin.gnu.org>
13806
13807 * Makefile (makeinfo, texindex): Targets deleted.
13808 (makeinfo.o, texindex.o): Targets deleted.
13809 (clean, dist): Don't do anything with them or with getopt*.
13810
13811 1998-01-30 Richard Stallman <rms@psilocin.gnu.org>
13812
13813 * Makefile (SHELL): Define.
13814
13815 1998-01-27 Richard Stallman <rms@psilocin.gnu.org>
13816
13817 * Makefile (elisp.tps): New target.
13818 (elisp.dvi): Depend on elisp.tps.
13819
13820 1996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
13821
13822 * README: Update phone number.
13823
13824 * Makefile (elisp): Make this be the default target.
13825 Depend on makeinfo.c instead of makeinfo.
13826 (install): Don't depend on elisp.dvi, since we don't install that.
13827 Use mkinstalldirs.
13828 (dist): Add mkinstalldirs.
13829
13830 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13831
13832 * Makefile (VERSION): Update version number.
13833 (maintainer-clean): Rename from realclean.
13834
13835 1995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
13836
13837 * Makefile (realclean): New target.
13838 (elisp): Remove any old elisp-* files first.
13839
13840 1993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
13841
13842 * Makefile (VERSION): New variable.
13843 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
13844 Compressed file suffix should be `.gz', not `.z'.
13845
13846 1993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13847
13848 * Makefile (elisp): Depend on makeinfo.
13849
13850 1993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
13851
13852 * Makefile (srcs): Add anti.texi.
13853
13854 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13855
13856 * Makefile (infodir, prefix): New vars.
13857 (install): Use infodir.
13858 (emacsinfodir): Delete.
13859
13860 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13861
13862 * Makefile (srcs): Add calendar.texi.
13863
13864 * Makefile (dist): Copy texindex.c and makeinfo.c.
13865 Limit elisp-* files to those with one or two digits.
13866
13867 1993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13868
13869 * Makefile (dist): Change to use Gzip instead of compress.
13870
13871 1993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
13872
13873 * loading.texi (Unloading): define-function changed back to
13874 defalias. It may not stay this way, but at least it's
13875 consistent with the known-good version of the code patch.
13876
13877 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
13878
13879 * modes.texi (Hooks): Document new optional arg of add-hook.
13880
13881 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
13882
13883 * variables.texi: Document nil initial value of buffer-local variables.
13884
13885 * tips.texi: Add new section on standard library headers.
13886
13887 1993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13888
13889 * Makefile (srcs): Add frame.texi to the list of sources.
13890
13891 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13892
13893 * Makefile (dist): Don't bother excluding autosave files; they'll
13894 never make it into the temp directory anyway, and the hash marks
13895 in the name are problematic for make and the Bourne shell.
13896 (srcs): ???
13897
13898 1993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13899
13900 * Makefile (dist): Don't include backup files or autosave files in
13901 the distribution tar file.
13902
13903 1991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13904
13905 * Makefile (srcs): Add index.perm.
13906 (elisp.dvi): Remove erroneous shell comment.
13907 Expect output of permute-index in permuted.fns.
13908 Save old elisp.aux in elisp.oaux.
13909 (clean): Add index.texi to be deleted.
13910
13911 1990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13912
13913 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
13914
13915 1990-06-26 David Lawrence (tale@geech)
13916
13917 * files.texi: Noted that completion-ignored-extensions is ignored
13918 when making *Completions*.
13919
13920 1990-06-08 Jay Fenlason (hack@ai.mit.edu)
13921
13922 * Makefile make dist now depends on elisp.dvi, since it tries
13923 to include it in the dist file.
13924
13925 1990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
13926
13927 * functions.texinfo (Mapping Functions): Add missing quote.
13928
13929 1989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13930
13931 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
13932 (defunargs): Turn off \hyphenchar of \sl font temporarily.
13933
13934 1989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13935
13936 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
13937 and @error{} are the terms now being used. The files in the
13938 directory have been changed to reflect this.
13939
13940 * All instances of @indentedresultt{} have been changed to
13941 ` @result{}', using 5 spaces at the beginning of the line.
13942
13943 1989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13944
13945 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
13946 experimental @indentedresult{}, @indentedexpandsto{} are part of
13947 the texinfo.tex in this directory. These TeX macros are not
13948 stable yet.
13949
13950 1989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13951
13952 * texinfo.tex: Temporarily added
13953 \let\result=\dblarrow
13954 \def\error{{\it ERROR} \longdblarrow}
13955 We need to do this better soon.
13956
13957 1989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13958
13959 * Applied Karl Berry's patches to *.texinfo files, but not to
13960 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
13961 new title page format is also not applied, since it requires
13962 texinfo.tex changes.)
13963
13964 * Cleaned up `Makefile' and defined the `emacslibdir' directory
13965 for the Project GNU development environment.
13966
13967 ;; Local Variables:
13968 ;; coding: utf-8
13969 ;; End:
13970
13971 Copyright (C) 1998-2015 Free Software Foundation, Inc.
13972
13973 This file is part of GNU Emacs.
13974
13975 GNU Emacs is free software: you can redistribute it and/or modify
13976 it under the terms of the GNU General Public License as published by
13977 the Free Software Foundation, either version 3 of the License, or
13978 (at your option) any later version.
13979
13980 GNU Emacs is distributed in the hope that it will be useful,
13981 but WITHOUT ANY WARRANTY; without even the implied warranty of
13982 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13983 GNU General Public License for more details.
13984
13985 You should have received a copy of the GNU General Public License
13986 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.