]> code.delx.au - gnu-emacs/blob - doc/lispref/ChangeLog.1
Update copyright year to 2016
[gnu-emacs] / doc / lispref / ChangeLog.1
1 2015-03-29 Glenn Morris <rgm@gnu.org>
2
3 * objects.texi (Equality Predicates): Fix typo in example.
4
5 2015-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6
7 * positions.texi (Excursions, Narrowing): `save-excursion' does not
8 save&restore the mark any more.
9
10 2015-03-24 Paul Eggert <eggert@cs.ucla.edu>
11
12 * numbers.texi (Float Basics): Improve ldexp documentation.
13
14 2015-03-23 Eli Zaretskii <eliz@gnu.org>
15
16 * commands.texi (Event Input Misc): Fix incorrect usage of @code.
17 (Bug#20174)
18 (Accessing Mouse): Expand documentation of 'posn-actual-col-row'.
19 (Bug#20169)
20 More accurate description of 'posn-object-x-y'. (Bug#20168)
21
22 2015-03-23 Daiki Ueno <ueno@gnu.org>
23
24 * processes.texi (Asynchronous Processes): Mention `make-process'.
25
26 2015-03-18 Eli Zaretskii <eliz@gnu.org>
27
28 * minibuf.texi (Basic Completion): Fix a typo. (Bug#20108)
29
30 2015-03-09 Nicolas Petton <nicolas@petton.fr>
31
32 * sequences.texi (seq-into): Add documentation for the new
33 seq-into function.
34
35 2015-03-03 Eli Zaretskii <eliz@gnu.org>
36
37 * processes.texi (Synchronous Processes): Update documentation of
38 call-process-shell-command and process-file-shell-command.
39
40 2015-03-03 Daniel Colascione <dancol@dancol.org>
41
42 * control.texi (Generators): Correct missing word. Clarify which
43 forms are legal in which parts of `unwind-protect'. Fix orphaned
44 close parenthesis.
45
46 * objects.texi (Finalizer Type): New section for finalizer objects.
47 (Type Predicates): Mention finalizers in `type-of' documentation.
48 * elisp.texi (Top): Link to finalizer type.
49
50 2015-03-02 Daniel Colascione <dancol@dancol.org>
51
52 * control.texi (Generators): New section
53 * elisp.texi: Reference new section.
54
55 2015-02-28 Eli Zaretskii <eliz@gnu.org>
56
57 * searching.texi (Char Classes): Update the documentation of
58 [:alpha:] and [:alnum:]. (Bug#19878)
59
60 2015-02-27 Eli Zaretskii <eliz@gnu.org>
61
62 * os.texi (Startup Summary):
63 * display.texi (Window Systems): Mention peculiarities of daemon
64 mode on MS-Windows.
65
66 2015-02-11 Martin Rudalics <rudalics@gmx.at>
67
68 * frames.texi (Size Parameters): Update description of
69 fullscreen frame parameter. Describe `fullscreen-restore'
70 parameter.
71
72 2015-02-09 Nicolas Petton <nicolas@petton.fr>
73
74 * sequences.texi (Sequence Functions): Update documentation
75 examples for seq-group-by.
76
77 2015-02-09 Eli Zaretskii <eliz@gnu.org>
78
79 * positions.texi (Screen Lines): Update the documentation of
80 vertical-motion to document the new additional argument.
81
82 2015-02-06 Nicolas Petton <nicolas@petton.fr>
83
84 * sequences.texi (Sequence Functions): Add documentation for
85 seq-mapcat, seq-partition and seq-group-by.
86
87 2015-02-05 Martin Rudalics <rudalics@gmx.at>
88
89 * display.texi (Size of Displayed Text): Remove description of
90 optional argument BUFFER of `window-text-pixel-size'.
91
92 2015-02-01 Martin Rudalics <rudalics@gmx.at>
93
94 * display.texi (Size of Displayed Text): Describe optional
95 argument BUFFER of `window-text-pixel-size'.
96
97 2015-01-28 Eli Zaretskii <eliz@gnu.org>
98
99 * searching.texi (Regexp Search): Add a cross-reference to "Syntax
100 of Regexps". (Bug#19668)
101
102 2015-01-28 Daniel Koning <dk@danielkoning.com> (tiny change)
103
104 * commands.texi (Drag Events, Motion Events, Event Examples)
105 (Accessing Mouse): Describe actual range of values that mouse
106 position objects can have.
107
108 2015-01-28 Eli Zaretskii <eliz@gnu.org>
109
110 * display.texi (Manipulating Buttons): Explain more about the
111 'action' property. (Bug#19628)
112
113 * text.texi (Clickable Text): Improve indexing. (Bug#19629)
114
115 * variables.texi (Creating Buffer-Local): Improve indexing. (Bug#19608)
116
117 * frames.texi (Display Feature Testing): Make the description of
118 x-server-version and x-server-vendor less X-specific. (Bug#19502)
119
120 2015-01-15 Eli Zaretskii <eliz@gnu.org>
121
122 * streams.texi (Input Functions): Document 'set-binary-mode'.
123 (Output Functions): Cross-reference to documentation of
124 'set-binary-mode'.
125
126 2015-01-04 Paul Eggert <eggert@cs.ucla.edu>
127
128 batch write-region no longer says "Wrote FOO"
129 * files.texi (Writing to Files): Document this.
130
131 2014-12-31 Paul Eggert <eggert@cs.ucla.edu>
132
133 Less 'make' chatter for Emacs doc
134 * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_)
135 (am__v_GEN_0, am__v_GEN_1): New macros, from ../../src/Makefile.in.
136 (ENVADD, $(buildinfodir)/elisp.info, elisp.html):
137 Use them.
138
139 2014-12-30 Martin Rudalics <rudalics@gmx.at>
140
141 * display.texi (Temporary Displays): Amend description of
142 `with-temp-buffer-window'. Add descriptions for
143 `with-current-buffer-window', `with-displayed-buffer-window' and
144 `temp-buffer-resize-mode', `temp-buffer-max-height' and
145 `temp-buffer-max-width'.
146
147 2014-12-29 Paul Eggert <eggert@cs.ucla.edu>
148
149 * os.texi (System Environment): Update for system-name changes.
150
151 2014-12-27 Glenn Morris <rgm@gnu.org>
152
153 * control.texi (Pattern matching case statement):
154 * os.texi (Desktop Notifications):
155 * modes.texi (Defining Minor Modes, SMIE Lexer): Markup fixes.
156
157 2014-12-27 Eli Zaretskii <eliz@gnu.org>
158
159 * windows.texi (Recombining Windows): Index subject of sections.
160
161 * variables.texi (Variables with Restricted Values)
162 (Generalized Variables): Index subject of sections.
163
164 * text.texi (Buffer Contents, Examining Properties)
165 (Changing Properties, Property Search, Substitution): Index
166 subject of sections.
167
168 * syntax.texi (Motion and Syntax, Parsing Expressions)
169 (Motion via Parsing, Position Parse, Control Parsing): Index
170 subject of sections.
171
172 * strings.texi (Predicates for Strings, Creating Strings)
173 (Modifying Strings, Text Comparison): Index subject of sections.
174
175 * searching.texi (Syntax of Regexps, Regexp Special)
176 (Regexp Functions, Regexp Functions): Index subject of sections.
177
178 * processes.texi (Subprocess Creation, Process Information): Index
179 subject of sections.
180
181 * positions.texi (Screen Lines): Index subject of sections.
182
183 * nonascii.texi (Scanning Charsets, Specifying Coding Systems):
184 Index subject of sections.
185
186 * minibuf.texi (Text from Minibuffer, Object from Minibuffer)
187 (Multiple Queries, Minibuffer Contents): Index subject of
188 sections.
189
190 * markers.texi (Predicates on Markers, Creating Markers)
191 (Information from Markers, Moving Markers): Index subject of
192 sections.
193
194 * macros.texi (Defining Macros, Problems with Macros): Index
195 subject of sections.
196
197 * loading.texi (Loading Non-ASCII, Where Defined): Index subject
198 of sections.
199
200 * lists.texi (List-related Predicates, List Variables, Setcar)
201 (Setcdr, Plist Access): Index subject of sections.
202
203 * keymaps.texi (Controlling Active Maps, Scanning Keymaps)
204 (Modifying Menus): Index subject of sections.
205
206 * help.texi (Accessing Documentation, Help Functions): Index
207 subject of sections.
208
209 * hash.texi (Hash Access): Index subject of sections.
210
211 * functions.texi (Core Advising Primitives)
212 (Advising Named Functions, Porting old advices): Index subject of
213 sections.
214
215 * frames.texi (Creating Frames, Initial Parameters)
216 (Position Parameters, Buffer Parameters, Minibuffers and Frames)
217 (Pop-Up Menus, Drag and Drop): Index subject of sections.
218
219 * files.texi (Visiting Functions, Kinds of Files)
220 (Unique File Names): Index subject of sections.
221
222 * display.texi (Refresh Screen, Echo Area Customization)
223 (Warning Variables, Warning Options, Delayed Warnings)
224 (Temporary Displays, Managing Overlays, Overlay Properties)
225 (Finding Overlays, Size of Displayed Text, Defining Faces)
226 (Attribute Functions, Displaying Faces, Face Remapping)
227 (Basic Faces, Font Lookup, Fontsets, Replacing Specs)
228 (Defining Images, Showing Images): Index subject of sections.
229
230 * debugging.texi (Debugging, Explicit Debug)
231 (Invoking the Debugger, Excess Open, Excess Close): Index subject
232 of sections.
233
234 * customize.texi (Defining New Types, Applying Customizations)
235 (Custom Themes): Index subject of sections.
236
237 * control.texi (Sequencing, Combining Conditions)
238 (Processing of Errors, Cleanups): Index subject of sections.
239
240 * compile.texi (Eval During Compile): Index subject of sections.
241
242 * commands.texi (Using Interactive, Distinguish Interactive)
243 (Command Loop Info, Classifying Events, Event Mod)
244 (Invoking the Input Method): Index subject of sections.
245
246 * buffers.texi (Buffer List, Buffer Gap): Index subject of sections.
247
248 * backups.texi (Making Backups, Numbered Backups, Backup Names)
249 (Reverting): Index subject of sections.
250
251 * abbrevs.texi (Abbrev Tables, Defining Abbrevs, Abbrev Files)
252 (Abbrev Expansion, Standard Abbrev Tables, Abbrev Properties)
253 (Abbrev Table Properties): Index subject of sections.
254
255 * os.texi (Time of Day, Time Conversion, Time Parsing)
256 (Time Calculations, Idle Timers): Index subject of sections.
257
258 2014-12-25 Martin Rudalics <rudalics@gmx.at>
259
260 * windows.texi (Windows): Resync @menu order with @node order.
261
262 * minibuf.texi (Minibuffer Windows): Add descriptions of
263 `resize-mini-windows' and `max-mini-window-height'.
264
265 2014-12-25 Glenn Morris <rgm@gnu.org>
266
267 * windows.texi (Windows): Sync @menu order with @node order.
268
269 * sequences.texi (Sequence Functions): Copyedits.
270
271 * control.texi (Pattern matching case statement):
272 * positions.texi (List Motion):
273 * streams.texi (Output Functions):
274 * strings.texi (Text Comparison):
275 * text.texi (Document Object Model): Markup fixes.
276
277 2014-12-22 Paul Eggert <eggert@cs.ucla.edu>
278
279 Remove obsolete references to pre-C99 builds
280 * internals.texi (C Integer Types): Don't mention pre-C99 compilers.
281
282 2014-12-19 Martin Rudalics <rudalics@gmx.at>
283
284 * windows.texi (Resizing Windows): Describe new argument of
285 `fit-window-to-buffer'. Move description of `window-size-fixed'
286 to new section below.
287 (Preserving Window Sizes): New section describing
288 `window-size-fixed' and `window-preserve-size'.
289 (Display Action Functions): Describe `preserve-size' alist
290 entry.
291 (Window Parameters): Describe `preserved-size' parameter.
292
293 2014-12-18 Eli Zaretskii <eliz@gnu.org>
294
295 * display.texi (Low-Level Font): Document font-info and query-font.
296
297 2014-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
298
299 * display.texi (Forcing Redisplay): Remove references to
300 redisplay-dont-pause and redisplay-preemption-period (which doesn't
301 even exist).
302
303 2014-12-16 Nicolas Petton <petton.nicolas@gmail.com>
304
305 * sequences.texi (Seq Library): Add documentation for seq.el.
306
307 2014-12-15 Alan Mackenzie <acm@muc.de>
308
309 "Advice" is a mass noun. Amend text accordingly.
310 * functions.texi: (Advising Functions, Core Advising Primitives)
311 (Advising Named Functions, Advice combinators)
312 (Porting old advice): Replace, e.g., "an advice" with "advice".
313
314 2014-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
315
316 * files.texi (Relative File Names): Mention `directory-name-p'.
317
318 2014-12-13 Eli Zaretskii <eliz@gnu.org>
319
320 * text.texi (Comparing Text): Prevent a text string from being
321 broken between 2 lines. (Bug#19257)
322
323 2014-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
324
325 * files.texi (Contents of Directories):
326 Document directory-files-recursively.
327
328 2014-12-04 Eli Zaretskii <eliz@gnu.org>
329
330 * display.texi (Bidirectional Display):
331 Document 'buffer-substring-with-bidi-context'.
332
333 * text.texi (Buffer Contents):
334 Mention 'buffer-substring-with-bidi-context' with a cross-reference.
335
336 2014-12-02 Eli Zaretskii <eliz@gnu.org>
337
338 * display.texi (Bidirectional Display):
339 Document 'bidi-find-overridden-directionality'.
340
341 2014-11-29 Paul Eggert <eggert@cs.ucla.edu>
342
343 Lessen focus on ChangeLog files, as opposed to change log entries.
344 * intro.texi (Acknowledgments): ChangeLog file -> change log entries.
345 * tips.texi (Library Headers): Emacs uses a version control system.
346
347 2014-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
348
349 * text.texi (Document Object Model): Mention `dom-pp'.
350
351 2014-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
352
353 * text.texi (Document Object Model): New node to document dom.el.
354
355 2014-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
356
357 * processes.texi (Network Security): Made into its own section and
358 fleshed out.
359 (Network Security): Mention more NSM variables.
360 (Processes): Move the Network Security Manager stuff to the Emacs
361 manual.
362
363 2014-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
364
365 * processes.texi (Network): Mention the new :warn-unless-encrypted
366 parameter to `open-network-stream'.
367 (Network): Mention the Network Security Manager.
368
369 2014-11-21 Ulf Jasper <ulf.jasper@web.de>
370
371 * text.texi (Parsing HTML/XML): Document new optional parameter
372 'discard-comments' of 'libxml-parse(html|xml)-region'.
373
374 2014-11-18 Leo Liu <sdl.web@gmail.com>
375
376 * functions.texi (Advising Named Functions):
377 Document define-advice.
378
379 2014-11-17 Paul Eggert <eggert@cs.ucla.edu>
380
381 Improve time stamp handling, and be more consistent about it.
382 * os.texi (Time of Day, Time Conversion, Time Parsing)
383 (Processor Run Time, Time Calculations):
384 Document the new behavior, plus be clearer about the old behavior.
385 (Idle Timers): Take advantage of new functionality.
386
387 2014-11-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
388
389 * text.texi (Special Properties): Mention `inhibit-read-only'.
390
391 2014-11-14 Paul Eggert <eggert@cs.ucla.edu>
392
393 * os.texi (Time of Day):
394 Use leading zero with 24-hour times less than 10:00.
395
396 2014-11-09 Glenn Morris <rgm@gnu.org>
397
398 * Makefile.in (version): Remove variable.
399 (clean): No longer delete dist tarfile.
400 (dist): Remove rule; replace with code in admin.el.
401
402 2014-11-07 Martin Rudalics <rudalics@gmx.at>
403
404 * frames.texi (Size and Position): Rewrite description of
405 `frame-inhibit-implied-resize'.
406
407 2014-10-22 Martin Rudalics <rudalics@gmx.at>
408
409 * frames.texi (Size Parameters): Replace "frame contents" by
410 "frame's text area". Add reference to Size and Position
411 section.
412 (Size and Position): Major rewrite. Add explanations for
413 frame's default font, text and display areas. Add descriptions
414 for `set-frame-font', `frame-text-height', `frame-text-width'
415 and `frame-inhibit-implied-resize'.
416
417 2014-10-20 Glenn Morris <rgm@gnu.org>
418
419 * Merge in all changes up to 24.4 release.
420
421 2014-10-20 Tom Tromey <tom@tromey.com>
422
423 * objects.texi (Type Predicates): Don't mention display-table-p.
424
425 2014-10-15 Eli Zaretskii <eliz@gnu.org>
426
427 * nonascii.texi (Character Properties): Document the new
428 properties 'bracket-type' and 'paired-bracket'.
429
430 * display.texi (Bidirectional Display): Update the version of the
431 UBA to which we are conforming.
432
433 2014-10-13 Glenn Morris <rgm@gnu.org>
434
435 * Makefile.in (dist): Update for new output variables.
436
437 2014-10-12 Glenn Morris <rgm@gnu.org>
438
439 * elisp.texi (DATE): Bump to October 2014.
440
441 2014-10-09 Glenn Morris <rgm@gnu.org>
442
443 * frames.texi (Multiple Terminals): Copyedits.
444
445 2014-10-09 Eli Zaretskii <eliz@gnu.org>
446
447 * frames.texi (Multiple Terminals): Improve the description of X
448 display names. Add index entries.
449 (Basic Parameters): Add a cross-reference to where X display names
450 are described.
451 (Position Parameters): Mention that positional parameters of the
452 form (+ POS) can be negative if they are on a non-primary monitor
453 of a multi-monitor display. (Bug#18636)
454 (Creating Frames): Mention that on multi-monitor displays the
455 frame might be positioned differently than specified by the frame
456 parameters alist.
457
458 2014-10-08 Leo Liu <sdl.web@gmail.com>
459
460 * streams.texi (Output Functions): Document new argument ENSURE to
461 terpri. (Bug#18652)
462
463 2014-10-04 Martin Rudalics <rudalics@gmx.at>
464
465 * display.texi (Scroll Bars): Add description of horizontal scroll
466 bars and associated functions.
467 * frames.texi (Layout Parameters): Add horizontal scroll bar
468 entries. Remove paragraph on "combined fringe widths".
469 * windows.texi (Window Sizes): Describe affects of horizontal
470 scroll bars on window layout and sizes. Fix description of
471 window-full-height-p.
472 (Resizing Windows): Mention horizontal scroll bar.
473
474 2014-10-04 Glenn Morris <rgm@gnu.org>
475
476 * commands.texi (Generic Commands): Copyedits.
477
478 * display.texi (Scroll Bars):
479 * modes.texi (Header Lines): Copyedits.
480
481 * buffers.texi (Buffer List):
482 * display.texi (Image Descriptors, Defining Images):
483 * functions.texi (Core Advising Primitives): Small fixes re @var usage.
484
485 * windows.texi (Window Sizes, Resizing Windows): Copyedits.
486
487 * frames.texi (Multiple Terminals): Copyedits re multiple monitors.
488
489 2014-10-03 Martin Rudalics <rudalics@gmx.at>
490
491 * frames.texi (Size Parameters, Size and Position): Mention that
492 with some window managers you have to set `frame-resize-pixelwise'
493 in order make a frame truly fullscreen or maximized.
494
495 2014-10-01 Paul Eggert <eggert@cs.ucla.edu>
496
497 Improve doc for use of 'int', and discuss 'ssize_t'.
498 * internals.texi (C Integer Types): Mention 'int' for other
499 randomish values that lie in 'int' range. Mention 'ssize_t'. See:
500 http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00019.html
501
502 Use AUTO_CONS instead of SCOPED_CONS, etc.
503 * internals.texi (Stack-allocated Objects):
504 Adjust to match the revised, less error-prone macros.
505
506 2014-09-30 Paul Eggert <eggert@cs.ucla.edu>
507
508 * internals.texi (Stack-allocated Objects): Further improvements.
509 Give an example of misuse.
510
511 2014-09-30 Eli Zaretskii <eliz@gnu.org>
512
513 * internals.texi (Stack-allocated Objects): Minor improvements of
514 the wording and the indexing.
515
516 2014-09-30 Dmitry Antipov <dmantipov@yandex.ru>
517
518 * internals.texi (Stack-allocated Objects): Describe this feature.
519
520 2014-09-15 Daniel Colascione <dancol@dancol.org>
521
522 * text.texi (Registers): Make `insert-register' documentation
523 reflect interface change.
524
525 2014-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
526
527 * functions.texi (Core Advising Primitives): Add a note about the
528 confusing treatment of `interactive' for :filter-args (bug#18399).
529
530 2014-09-07 Michael Albinus <michael.albinus@gmx.de>
531
532 * strings.texi (Text Comparison): Describe `string-collate-equalp'
533 and `string-collate-lessp'.
534
535 2014-09-06 Leo Liu <sdl.web@gmail.com>
536
537 * control.texi (Pattern matching case statement): Document vector
538 qpattern. (Bug#18327)
539
540 2014-08-29 Dmitry Antipov <dmantipov@yandex.ru>
541
542 * lists.texi (Functions that Rearrange Lists):
543 Remove description of sort ...
544 * sequences.texi (Sequence Functions): ... and generalize
545 it for sequences. Add an example.
546
547 2014-08-28 Eli Zaretskii <eliz@gnu.org>
548
549 * display.texi (Bidirectional Display): Update the Emacs's class
550 of bidirectional conformance.
551
552 2014-08-27 Dmitry Antipov <dmantipov@yandex.ru>
553
554 * eval.texi (Eval): Mention possible recovery from stack overflow.
555
556 2014-07-11 Eli Zaretskii <eliz@gnu.org>
557
558 * internals.texi (Garbage Collection): Fix last change.
559
560 2014-07-11 Dmitry Antipov <dmantipov@yandex.ru>
561
562 * internals.texi (Garbage Collection): Mention memory-info.
563
564 2014-07-11 Michael Albinus <michael.albinus@gmx.de>
565
566 * minibuf.texi (Intro to Minibuffers, Reading a Password):
567 Password hiding is available in batch mode, do not mention it in
568 the exclusion list. Mention `read-hide-char'. (Bug#17839)
569
570 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
571
572 * debugging.texi (Function Debugging, Debugger Commands):
573 Update debug-on-entry w.r.t behavior after redefinitions (bug#17902).
574
575 2014-07-03 Glenn Morris <rgm@gnu.org>
576
577 * help.texi (Help Functions): "Online" help doesn't mean what it
578 used to any more.
579
580 2014-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
581
582 * keymaps.texi (Key Lookup): Remove mention of indirect entries.
583 (Scanning Keymaps): Reword the `noindirect' argument.
584
585 2014-06-28 Glenn Morris <rgm@gnu.org>
586
587 * minibuf.texi (Intro to Minibuffers): Batch mode is basic.
588 (Reading a Password): Mention batch mode. (Bug#17839)
589
590 2014-06-23 Glenn Morris <rgm@gnu.org>
591
592 * Makefile.in (%.texi): Disable implicit rules.
593 (mkinfodir): Remove.
594 (.dvi.ps): Replace with explicit rule.
595 (html): Declare as PHONY.
596 (${buildinfodir}): New rule.
597 ($(buildinfodir)/elisp.info): Use order-only prereq for output dir.
598 Use $<.
599 (elisp.dvi, elisp.html, elisp.pdf): Use $<.
600 (elisp.ps): New rule.
601
602 2014-06-21 Eli Zaretskii <eliz@gnu.org>
603
604 * positions.texi (Screen Lines): Clarify how columns are counted
605 by vertical-motion.
606
607 2014-06-15 Glenn Morris <rgm@gnu.org>
608
609 * Makefile.in (bootstrap-clean): New.
610
611 2014-06-15 Eli Zaretskii <eliz@gnu.org>
612
613 * commands.texi (Accessing Mouse): Improve the wording of the
614 posn-col-row documentation. (Bug#17768)
615
616 2014-06-10 Glenn Morris <rgm@gnu.org>
617
618 * Makefile.in (INFO_EXT): Remove and replace by ".info" throughout.
619 (INFO_OPTS): Set directly rather than with configure.
620
621 2014-06-09 Paul Eggert <eggert@cs.ucla.edu>
622
623 Say (accept-process-output P)'s result pertains to P if P is non-nil.
624 * processes.texi (Accepting Output): Mention that if PROCESS is non-nil,
625 the return value is about PROCESS, not about other processes.
626
627 2014-06-08 Glenn Morris <rgm@gnu.org>
628
629 * os.texi (Startup Summary): Small fix for initial-buffer-choice.
630
631 * files.texi (Subroutines of Visiting): Mention uniquify.
632
633 * numbers.texi (Comparison of Numbers): Copyedits.
634
635 2014-06-08 Glenn Morris <rgm@gnu.org>
636
637 * display.texi (Window Systems): Remove window-setup-hook.
638 * os.texi (Startup Summary, Init File):
639 Improve description of window-setup-hook.
640 (Terminal-Specific): Update window-setup-hook cross-reference.
641 * hooks.texi (Standard Hooks): Update window-setup-hook cross-reference.
642
643 * display.texi (Overlay Properties): Update re priority. (Bug#17234)
644
645 * package.texi (Package Archives): Mention signing packages.
646
647 2014-06-07 Eli Zaretskii <eliz@gnu.org>
648
649 * commands.texi (Click Events): Update contents of click event's
650 position list due to last changes in make_lispy_position.
651
652 2014-06-02 Glenn Morris <rgm@gnu.org>
653
654 * text.texi (Buffer Contents):
655 Update for filter-buffer-substring changes.
656
657 * abbrevs.texi (Abbrev Expansion): Update for expand-abbrev changes.
658 * functions.texi (Advising Functions): Standardize menu case.
659
660 2014-05-26 Eli Zaretskii <eliz@gnu.org>
661
662 * display.texi (Invisible Text): Clarify the description of
663 line-move-ignore-invisible. (Bug#17511)
664
665 2014-05-22 Leo Liu <sdl.web@gmail.com>
666
667 * sequences.texi (Sequence Functions): Don't mention when and how
668 SEQ to nreverse is mutated.
669
670 2014-05-21 Leo Liu <sdl.web@gmail.com>
671
672 * sequences.texi (Sequence Functions): Update nreverse.
673
674 2014-05-19 Paul Eggert <eggert@cs.ucla.edu>
675
676 Allow any non-nil value to count as true in bool-vector.
677 * sequences.texi (Bool-Vectors): Coalesce discussion of how to
678 print them. bool-vector's args need not be t or nil.
679
680 2014-05-19 Dmitry Antipov <dmantipov@yandex.ru>
681
682 * sequences.texi (Bool-vectors): Mention bool-vector.
683
684 2014-05-17 Paul Eggert <eggert@cs.ucla.edu>
685
686 Assume C99 or later (Bug#17487).
687 * internals.texi (C Dialect): Document this.
688
689 2014-05-15 Dmitry Antipov <dmantipov@yandex.ru>
690
691 * lists.texi (Building Cons Cells and Lists):
692 Remove description of `reverse' and `'nreverse' to generalize them...
693 * sequences.texi (Sequences): ...for sequences here.
694
695 2014-05-14 Glenn Morris <rgm@gnu.org>
696
697 * files.texi (Changing Files): Mention with-file-modes.
698
699 2014-05-08 Paul Eggert <eggert@cs.ucla.edu>
700
701 * internals.texi (C Dialect): New section.
702 (C Integer Types): Mention bool_bf.
703
704 2014-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
705
706 * processes.texi (Filter Functions, Sentinels): Advertise add-function.
707
708 2014-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
709
710 * windows.texi (Window Configurations, Window Configurations):
711 Window configs don't store marks any more.
712
713 2014-04-25 Eli Zaretskii <eliz@gnu.org>
714
715 * strings.texi (Text Comparison): Mention equal-including-properties
716 for when text properties of the strings matter for comparison.
717
718 2014-04-22 Eli Zaretskii <eliz@gnu.org>
719
720 * text.texi (Registers): Document register-read-with-preview.
721
722 * internals.texi (Building Emacs): Improve indexing.
723
724 2014-04-17 Daniel Colascione <dancol@dancol.org>
725
726 * frames.texi (Terminal Parameters): Document new
727 tty-mode-set-strings and tty-mode-reset-strings terminal
728 parameters.
729
730 2014-04-17 Paul Eggert <eggert@cs.ucla.edu>
731
732 * Makefile.in (infoclean): Be consistent about reporting failures.
733
734 2014-04-09 Daniel Colascione <dancol@dancol.org>
735
736 * errors.texi (Standard Errors): Document required error
737 parameters for `scan-error'.
738
739 * positions.texi (List Motion): Explain new `up-list' arguments.
740 Mention `backward-up-list'.
741
742 2014-04-08 Daniel Colascione <dancol@dancol.org>
743
744 * minibuf.texi (Programmed Completion): Improve phrasing, remove
745 incorrect bullet count.
746
747 2014-04-07 Glenn Morris <rgm@gnu.org>
748
749 * os.texi (Recording Input): Dribble files may contain passwords.
750
751 * backups.texi (Making Backups, Reverting):
752 Update for default values of some -function vars no longer being nil.
753 (Reverting): Update for buffer-stale-function
754 also applying to file-buffers.
755
756 2014-03-31 Daniel Colascione <dancol@dancol.org>
757
758 * minibuf.texi (Completion in Buffers): Discuss using lazy
759 completion tables for inline completion.
760
761 2014-03-28 Glenn Morris <rgm@gnu.org>
762
763 * os.texi (Terminal-Specific): Mention term-file-aliases.
764
765 2014-03-26 Eli Zaretskii <eliz@gnu.org>
766
767 * files.texi (Kinds of Files): Improve documentation of
768 file-symlink-p. (Bug#17073) Add cross-references.
769
770 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com>
771
772 * markers.texi (Moving Marker Positions): The 2014-03-02 doc
773 change mentioning undo's inability to handle relocated markers no
774 longer applies. See bug#16818.
775 * text.texi (Undo): Expand documentation of (TEXT . POS) and
776 (MARKER . ADJUSTMENT) undo elements.
777
778 2014-03-26 Glenn Morris <rgm@gnu.org>
779
780 * files.texi (File Locks): All systems support locking.
781
782 2014-03-22 Glenn Morris <rgm@gnu.org>
783
784 * commands.texi (Defining Commands):
785 Mention that interactive-only also affects describe-function.
786
787 * functions.texi (Declare Form): Add interactive-only.
788 * commands.texi (Defining Commands) Mention declare.
789
790 * commands.texi (Defining Commands): List interactive-only values.
791
792 2014-03-22 Eli Zaretskii <eliz@gnu.org>
793
794 * functions.texi (Core Advising Primitives): Fix cross-reference
795 in last change.
796
797 2014-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
798
799 * functions.texi (Advising Functions): Explain a bit more how
800 arguments work.
801 (Advice combinators): New node.
802 (Core Advising Primitives): Use it. Expand description of "depth".
803 (Advising Named Functions): Document limitation of advices on macros.
804
805 2014-03-21 Martin Rudalics <rudalics@gmx.at>
806
807 * frames.texi (Size and Position): In `frame-resize-pixelwise'
808 description drop remark about frame maximization.
809 * windows.texi (Display Action Functions): Add description for
810 `display-buffer-no-window' and explain use of `allow-no-window'
811 alist entries.
812
813 2014-03-21 Glenn Morris <rgm@gnu.org>
814
815 * commands.texi (Defining Commands): Copyedit re `interactive-only'.
816
817 2014-03-20 Paul Eggert <eggert@cs.ucla.edu>
818
819 * internals.texi (C Integer Types): Prefer 'false' and 'true'
820 to '0' and '1' for booleans.
821
822 2014-03-19 Paul Eggert <eggert@cs.ucla.edu>
823
824 * numbers.texi: Improve and clarify a bit, and fix some minor bugs.
825 Remove now-obsolete hypothetical note about negative division,
826 as the C standard has changed.
827
828 Fix porting inconsistency about rounding to even.
829 * numbers.texi (Numeric Conversions, Rounding Operations):
830 Document that 'round' and 'fround' round to even.
831
832 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
833
834 * customize.texi (Variable Definitions): Recommend avoiding
835 destructive modification of the value argument of :set (bug#16755).
836
837 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
838
839 * modes.texi (Auto-Indentation): Mention electric-indent variables.
840
841 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
842
843 * functions.texi (Advising Named Functions): Fix reference.
844
845 2014-03-18 Paul Eggert <eggert@cs.ucla.edu>
846
847 Improve documentation for integer and floating-point basics.
848 * numbers.texi (Numbers, Integer Basics, Float Basics):
849 Document the basics a bit more precisely. Say more clearly
850 that Emacs floating-point numbers are IEEE doubles on all
851 current platforms. Give more details about frexp.
852 Say more clearly that '1.' is an integer.
853 (Predicates on Numbers): Fix wholenump typo.
854 * objects.texi (Integer Type): Adjust to match numbers.texi.
855
856 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
857
858 * functions.texi (Advising Functions): Try and improve the text.
859 Add example use of advice-add (bug#16959).
860 (Core Advising Primitives): Rename. Explain handling of interactive
861 specs, including advice-eval-interactive-spec.
862 (Advising Named Functions): Try and better explain the difference with
863 add-function.
864 (Porting old advices): New node.
865
866 2014-03-18 Paul Eggert <eggert@cs.ucla.edu>
867
868 Style fixes for floating-point doc.
869 * commands.texi, customize.texi, display.texi, elisp.texi, files.texi:
870 * frames.texi, hash.texi, internals.texi, keymaps.texi, lists.texi:
871 * minibuf.texi, nonascii.texi, numbers.texi, objects.texi, os.texi:
872 * processes.texi, streams.texi, strings.texi, text.texi:
873 * variables.texi, windows.texi:
874 Hyphenate "floating-point" iff it precedes a noun.
875 Reword to avoid nouns and hyphenation when that's easy.
876 Prefer "integer" to "integer number" and "is floating point"
877 to "is a floating point number".
878 Prefer "@minus{}" to "-" when it's a minus.
879
880 2014-03-16 Martin Rudalics <rudalics@gmx.at>
881
882 * display.texi (Temporary Displays): Rewrite descriptions of
883 `with-output-to-temp-buffer' and `with-temp-buffer-window'.
884 * help.texi (Help Functions): Rewrite description of `with-help-window'.
885
886 2014-03-15 Dmitry Gutov <dgutov@yandex.ru>
887
888 * display.texi (Blinking): Update WRT to the new
889 `blink-matchin-paren' behavior.
890
891 2014-03-14 Martin Rudalics <rudalics@gmx.at>
892
893 * display.texi (Temporary Displays): Say that
894 `with-temp-buffer-window' makes its buffer current.
895 * frames.texi (Size and Position): Describe new option
896 `frame-resize-pixelwise'. Rewrite descriptions of
897 `set-frame-size', `set-frame-height' and `set-frame-width'.
898
899 2014-03-09 Martin Rudalics <rudalics@gmx.at>
900
901 * elisp.texi (Top): Rename section "Width" to "Size of Displayed Text".
902 * text.texi (Primitive Indent):
903 * strings.texi (String Basics):
904 * sequences.texi (Sequence Functions): Update references accordingly.
905 * display.texi (Size of Displayed Text): Rename section from
906 "Width". Add description for `window-text-pixel-size'.
907 (Window Dividers): Reword description of window dividers.
908 * frames.texi (Layout Parameters): Improve description of window
909 divider parameters.
910 * windows.texi (Window Sizes): Add descriptions of
911 `window-mode-line-height' and `window-header-line-height'.
912 (Coordinates and Windows): Mention window dividers.
913
914 2014-03-07 Martin Rudalics <rudalics@gmx.at>
915
916 * buffers.texi (The Buffer List): Rename node to Buffer List.
917 Describe `buffer-list-update-hook'.
918 * elisp.texi (Top): "The Buffer List" renamed to "Buffer List".
919 Add node for Window Dividers.
920 * hooks.texi (Standard Hooks): Add reference to
921 `buffer-list-update-hook'.
922 * windows.texi (Window Sizes): Describe `window-min-size'.
923 (Splitting Windows): Update description of `split-window'.
924 (Selecting Windows): Update description of `select-window'.
925
926 2014-03-06 Martin Rudalics <rudalics@gmx.at>
927
928 * frames.texi (Size and Position): Rewrite entries for
929 `fit-frame-to-buffer' and `fit-frame-to-buffer-margins'.
930 Add description for `fit-frame-to-buffer-sizes'.
931 * windows.texi (Resizing Windows): Add descriptions for
932 pixelwise resizing. Add entries for `window-resize-pixelwise'
933 and `fit-window-to-buffer-horizontally'.
934 Rewrite `fit-window-to-buffer' entry.
935
936 2014-03-06 Xue Fuqiao <xfq@gnu.org>
937
938 * internals.texi (Window Internals): Remove field `region_showing'.
939
940 2014-03-06 Glenn Morris <rgm@gnu.org>
941
942 * searching.texi (Replacing Match):
943 Remove incorrect, uninteresting return value. (Bug#16942)
944
945 2014-03-05 Martin Rudalics <rudalics@gmx.at>
946
947 * display.texi (Window Dividers): New section.
948 * frames.texi (Layout Parameters): Add right-divider-width and
949 bottom-divider-width.
950 * windows.texi (Window Sizes): Redraw schematic and rewrite its
951 description. Rewrite descriptions of `window-total-height',
952 `window-total-width', `window-total-size', `window-body-height',
953 `window-body-width' and `window-size-fixed'. Add descriptions
954 for `window-pixel-height', `window-pixel-width',
955 `window-min-height' and `window-min-width'. Remove description
956 of `window-size-fixed-p' moving part of it to that of
957 `window-size-fixed'.
958 (Resizing Windows): Mention dividers when talking about minimum sizes.
959
960 2014-03-05 Glenn Morris <rgm@gnu.org>
961
962 * modes.texi (SMIE Customization): New section.
963 * elisp.texi (Top): Update detailed menu.
964
965 2014-03-04 Martin Rudalics <rudalics@gmx.at>
966
967 * windows.texi (Windows and Frames): Add some missing &optional
968 designators. Adjust description of window-in-direction.
969
970 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
971
972 * markers.texi (Moving Marker Positions): Clarify guidance about
973 when to move markers and when to create a new one, as discussed at
974 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16818#17
975
976 2014-03-02 Glenn Morris <rgm@gnu.org>
977
978 * text.texi (Decompression): New node.
979 * elisp.texi (Top): Update detailed menu.
980
981 2014-03-01 Glenn Morris <rgm@gnu.org>
982
983 * display.texi (Forcing Redisplay): Mention pre-redisplay-function.
984
985 2014-02-28 Xue Fuqiao <xfq@gnu.org>
986
987 * functions.texi (Advising Functions, Advising Named Functions):
988 Tweak markup.
989
990 * display.texi (Defining Faces): Doc fix for `face-spec-set'.
991
992 * elisp.texi (Top):
993 * commands.texi (Generic Commands, Defining Commands):
994 Document `define-alternatives'.
995
996 2014-02-27 Xue Fuqiao <xfq@gnu.org>
997
998 * windows.texi (Window Sizes): Document `window-size'.
999 (Display Action Functions): Document `display-buffer-at-bottom'.
1000 (Window Configurations): Minor fixes.
1001
1002 * modes.texi (Header Lines): Document `window-header-line-height'.
1003
1004 * display.texi (Scroll Bars): Document `window-scroll-bar-width'.
1005
1006 * windows.texi (Window Sizes, Resizing Windows): Document some
1007 pixelwise window operations.
1008
1009 * text.texi (Margins): Fix the description of RET and `C-j'.
1010
1011 * frames.texi (Multiple Terminals): Document
1012 `display-monitor-attributes-list' and `display-monitor-attributes'.
1013 (Display Feature Testing): Add some notes about multi-monitor.
1014
1015 2014-02-27 Glenn Morris <rgm@gnu.org>
1016
1017 * minibuf.texi (Programmed Completion):
1018 Mention completion-table-with-cache.
1019
1020 2014-02-25 Glenn Morris <rgm@gnu.org>
1021
1022 * display.texi (Window Systems):
1023 Replace term-setup-hook with emacs-startup-hook.
1024 * hooks.texi (Standard Hooks):
1025 Replace term-setup-hook with tty-setup-hook.
1026 * os.texi (Startup Summary, Init File, Terminal-Specific):
1027 Replace term-setup-hook with tty-setup-hook, and update.
1028
1029 2014-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
1030
1031 * functions.texi (Declare Form): Document gv-expander, gv-setter,
1032 and compiler-macro (bug#16829, bug#15093).
1033
1034 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
1035
1036 * windows.texi (Window Configurations): Doc fix.
1037 (Windows and Frames): Fix typo.
1038
1039 2014-02-21 Glenn Morris <rgm@gnu.org>
1040
1041 * internals.texi (Process Internals):
1042 * processes.texi (Subprocess Creation, Deleting Processes)
1043 (Output from Processes, Process Buffers, Filter Functions)
1044 (Accepting Output, Sentinels, Network, Network Servers):
1045 Filters and sentinels can no longer be nil.
1046 * elisp.texi (Top): Menu update.
1047
1048 2014-02-20 Glenn Morris <rgm@gnu.org>
1049
1050 * functions.texi (Defining Functions): Mention defalias-fset-function.
1051
1052 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
1053
1054 * minibuf.texi (Completion Commands): Don't document obsolete
1055 `common-substring' arg of display-completion-list.
1056
1057 2014-02-17 Glenn Morris <rgm@gnu.org>
1058
1059 * minibuf.texi (Text from Minibuffer): Update read-regexp details.
1060 Mention read-regexp-defaults-function.
1061
1062 2014-02-13 Glenn Morris <rgm@gnu.org>
1063
1064 * debugging.texi (Debugger Commands): Tiny edits.
1065
1066 2014-02-12 Glenn Morris <rgm@gnu.org>
1067
1068 * package.texi (Simple Packages): Describe URL and Keywords headers.
1069
1070 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
1071
1072 * text.texi (User-Level Deletion):
1073 Document `delete-trailing-whitespace' (bug#15309).
1074
1075 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
1076
1077 * text.texi (Changing Properties): Clarify `propertize' (bug#9825).
1078
1079 * display.texi (Blinking): Clarify doc string in example (bug#10658).
1080
1081 * commands.texi (Accessing Mouse): Mention that these function
1082 also work on keyboard events (bug#14228).
1083 (Quitting): Refer to the right node for `set-input-mode' (bug#11458).
1084
1085 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
1086
1087 * display.texi (Face Attributes): Add an index (bug#14924).
1088
1089 * keymaps.texi (Menu Bar): Minor clarification (bug#15657).
1090
1091 2014-02-06 Glenn Morris <rgm@gnu.org>
1092
1093 * display.texi (Truncation):
1094 * positions.texi (Screen Lines): Do not mention cache-long-scans.
1095
1096 2014-01-31 Juri Linkov <juri@jurta.org>
1097
1098 * searching.texi (String Search): Incremental word search fixes.
1099
1100 2014-01-28 Glenn Morris <rgm@gnu.org>
1101
1102 * text.texi (Indent Tabs): Update related to tab-stops.
1103
1104 2014-01-24 Glenn Morris <rgm@gnu.org>
1105
1106 * control.texi (Handling Errors): Update with-demoted-errors.
1107
1108 * files.texi (File Locks): Every platform supports locking now.
1109
1110 2014-01-22 Glenn Morris <rgm@gnu.org>
1111
1112 * display.texi (ImageMagick Images): Expand on image-format-suffixes.
1113
1114 2014-01-20 Glenn Morris <rgm@gnu.org>
1115
1116 * hash.texi (Other Hash): Do not mention subr-x.el functions;
1117 reverts 2013-12-22 change.
1118
1119 2014-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1120
1121 * functions.texi (Advising Functions): New section.
1122 * modes.texi (Running Hooks): Don't document with-wrapper-hook and
1123 run-hook-wrapped any more.
1124 (Hooks): Link to the new Advising Functions node.
1125 * elisp.texi (Top): Don't include advice.texi.
1126 * advice.texi: Remove.
1127 * makefile.w32-in (srcs):
1128 * Makefile.in (srcs): Adjust accordingly.
1129
1130 2014-01-09 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1131
1132 * text.texi (Parsing HTML/XML): Document `shr-insert-document'.
1133
1134 * strings.texi (Text Comparison): Document `string-suffix-p'.
1135
1136 2014-01-07 Glenn Morris <rgm@gnu.org>
1137
1138 * files.texi (File Attributes): Fix superscipt typo.
1139
1140 2014-01-07 Chong Yidong <cyd@gnu.org>
1141
1142 * files.texi (Changing Files): Document copy-file changes.
1143
1144 2014-01-07 Glenn Morris <rgm@gnu.org>
1145
1146 * display.texi (Logging Messages): Copyedits re messages-buffer.
1147
1148 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
1149
1150 Specify .texi encoding (Bug#16292).
1151 * back.texi, book-spine.texi, lay-flat.texi:
1152 Add @documentencoding.
1153
1154 2014-01-05 Chong Yidong <cyd@gnu.org>
1155
1156 * backups.texi (Making Backups): Document backup-buffer change.
1157
1158 * files.texi (Visiting Files): Copyedits.
1159 (Testing Accessibility): Mention ACLs. Move file-modes here from
1160 File Attributes.
1161 (Truenames): Move file-equal-p here from Kinds of Files.
1162 (File Attributes): Move file-newer-than-file-p here from Testing
1163 Accessibility.
1164 (Extended Attributes): New node. Add file-extended-attributes.
1165 (Changing Files): Document set-file-extended-attributes.
1166
1167 * commands.texi (Defining Commands): Document the interactive-form
1168 property more carefully. Document interactive-only.
1169
1170 * compile.texi (Compiler Errors): Copyedits. Note that the
1171 details for byte-compile-warnings are in its docstring.
1172
1173 * minibuf.texi (Minibuffer Contents): Remove obsolete function
1174 minibuffer-completion-contents.
1175
1176 * variables.texi (Defining Variables): Note that defvar acts
1177 always on the dynamic value.
1178
1179 * customize.texi (Variable Definitions): Likewise.
1180
1181 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
1182
1183 Document vconcat and the empty vector (Bug#16246).
1184 * sequences.texi (Vector Functions):
1185 Document behavior better when the result is empty.
1186
1187 Document behavior of (string-to-number "+@") (Bug#16293).
1188 * strings.texi (String Conversion): Document behavior of
1189 string-to-number on invalid strings that begin with "+", too.
1190
1191 2014-01-03 Chong Yidong <cyd@gnu.org>
1192
1193 * help.texi (Documentation, Accessing Documentation): Copyedits.
1194 (Documentation Basics): Rewrite, avoiding a repeat discussion of
1195 docstring conventions.
1196
1197 * tips.texi (Documentation Tips): Move discussion of
1198 emacs-lisp-docstring-fill-column here from Documentation Basics.
1199
1200 * compile.texi (Docs and Compilation): Copyedits.
1201
1202 2014-01-02 Glenn Morris <rgm@gnu.org>
1203
1204 * numbers.texi (Numeric Conversions): Fix a typo.
1205
1206 2013-12-29 Paul Eggert <eggert@cs.ucla.edu>
1207
1208 Plain copy-file no longer chmods an existing destination (Bug#16133).
1209 * files.texi (Changing Files): Document this.
1210
1211 2013-12-28 Chong Yidong <cyd@gnu.org>
1212
1213 * modes.texi (Auto Major Mode): Document interpreter-mode-alist change.
1214
1215 * buffers.texi (Modification Time): Document visited-file-modtime
1216 change.
1217
1218 2013-12-28 Glenn Morris <rgm@gnu.org>
1219
1220 * control.texi (Pattern matching case statement): Brevity.
1221
1222 2013-12-27 Chong Yidong <cyd@gnu.org>
1223
1224 * functions.texi (Function Cells):
1225 * eval.texi (Function Indirection): Update for the fact that
1226 symbol-function no longer signals an error.
1227
1228 * commands.texi (Reading One Event): Mention keyboard coding.
1229
1230 * keymaps.texi (Translation Keymaps, Translation Keymaps):
1231 * nonascii.texi (Terminal I/O Encoding): Copyedits.
1232
1233 2013-12-26 Chong Yidong <cyd@gnu.org>
1234
1235 * advice.texi (Advising Functions, Defining Advice): Special forms
1236 can no longer be advised.
1237
1238 2013-12-25 Chong Yidong <cyd@gnu.org>
1239
1240 * keymaps.texi (Active Keymaps): Re-organize the text.
1241 (Searching Keymaps): Rewrite the pseudo-code for 24.4 changes.
1242 (Controlling Active Maps): Note that set-transient-map uses
1243 overriding-terminal-local-map.
1244
1245 * tips.texi (Coding Conventions): Tweak the coding system tip;
1246 Emacs now uses utf-8 by default for Emacs Lisp source files.
1247
1248 * display.texi (Font Selection): Tweak example.
1249
1250 * commands.texi (Event Input Misc): Document new arg to input-pending-p.
1251
1252 * nonascii.texi (Specifying Coding Systems): Don't refer to
1253 emacs-mule-dos.
1254 (Lisp and Coding Systems): Describe emacs-mule return value in
1255 modern terms.
1256
1257 2013-12-25 Tassilo Horn <tsdh@gnu.org>
1258
1259 * control.texi (Pattern matching case statement): Rephrase lexical
1260 binding requirement: the example needs it, not `pcase' itself.
1261
1262 2013-12-25 Chong Yidong <cyd@gnu.org>
1263
1264 * eval.texi (Eval): Document the LEXICAL arg to eval.
1265
1266 * variables.texi (Variables, Void Variables): Use "scoping rule"
1267 terminology consistently.
1268 (Variable Scoping): Add index entries, and use "dynamic scope"
1269 terminology in place of "indefinite scope" to reduce confusion.
1270 (Lexical Binding): Document lexical environment format.
1271 (Using Lexical Binding): Add index entries for error messages.
1272
1273 2013-12-24 Tassilo Horn <tsdh@gnu.org>
1274
1275 * control.texi (Pattern matching case statement): Fix missing
1276 argument in simple expression language sample (Bug#16238).
1277 Add some sample programs written in that language. Mention that
1278 `pcase' requires lexical binding.
1279
1280 2013-12-23 Xue Fuqiao <xfq.free@gmail.com>
1281
1282 * eval.texi (Special Forms): Document `special-form-p'.
1283
1284 * macros.texi (Simple Macro): Document `macrop'.
1285
1286 * files.texi (Changing Files): Fix an argument of `copy-file'.
1287
1288 * strings.texi (Creating Strings): Document TRIM in `split-string'.
1289
1290 2013-12-23 Chong Yidong <cyd@gnu.org>
1291
1292 * keymaps.texi (Controlling Active Maps):
1293 Rename set-temporary-overlay-map to set-transient map. Doc fixes.
1294 (Searching Keymaps): The transient keymap takes precedence.
1295
1296 2013-12-23 Glenn Morris <rgm@gnu.org>
1297
1298 * loading.texi (How Programs Do Loading, Load Suffixes):
1299 Mention `load-prefer-newer'.
1300
1301 2013-12-22 Xue Fuqiao <xfq.free@gmail.com>
1302
1303 * hash.texi (Other Hash): Document `hash-table-keys'
1304 and `hash-table-values'.
1305
1306 2013-12-22 Eli Zaretskii <eliz@gnu.org>
1307
1308 * nonascii.texi (Character Properties): NAME or OLD-NAME
1309 properties can be nil (there's no empty string).
1310 (Character Properties): Update the reference to the UCD.
1311
1312 2013-12-22 Xue Fuqiao <xfq.free@gmail.com>
1313
1314 * sequences.texi (Bool-Vectors): Document new bool-vector set
1315 operation functions.
1316
1317 * text.texi (Examining Properties): Document `get-pos-property'.
1318
1319 * variables.texi (Directory Local Variables):
1320 Document `enable-dir-local-variables'.
1321
1322 * debugging.texi (Debugger Commands):
1323 Document `debugger-toggle-locals'.
1324
1325 2013-12-21 Chong Yidong <cyd@gnu.org>
1326
1327 * text.texi (Region Indent): Note the new interactive behavior of
1328 indent-rigidly.
1329
1330 2013-12-20 Tassilo Horn <tsdh@gnu.org>
1331
1332 * numbers.texi (numbers): Document that =, <, <=, >, >= now accept
1333 one or many arguments.
1334
1335 * display.texi: Document `messages-buffer'.
1336
1337 * os.texi: Document `initial-buffer-choice' changes.
1338
1339 2013-12-20 Chong Yidong <cyd@gnu.org>
1340
1341 * text.texi (Changing Properties): Improve documentation for
1342 add-face-text-property.
1343 (Special Properties): Mention add-face-text-property.
1344
1345 2013-12-18 Chong Yidong <cyd@gnu.org>
1346
1347 * customize.texi (Custom Themes): Document custom-known-themes
1348 (Bug#15717).
1349
1350 * modes.texi (Defining Minor Modes): Fix typo (Bug#14874).
1351 (Keymaps and Minor Modes): Fix binding convention (Bug#11522).
1352
1353 2013-12-13 Glenn Morris <rgm@gnu.org>
1354
1355 * internals.texi (Building Emacs):
1356 * loading.texi (Library Search): Mention that site-load,
1357 site-init cannot change load-path.
1358
1359 2013-12-12 Glenn Morris <rgm@gnu.org>
1360
1361 * elisp.texi: Tweak dircategory.
1362
1363 2013-12-12 Eli Zaretskii <eliz@gnu.org>
1364
1365 * nonascii.texi (Encoding and I/O): Document file-name encoding
1366 peculiarities on MS-Windows.
1367
1368 2013-12-12 Glenn Morris <rgm@gnu.org>
1369
1370 * elisp.texi: Sync direntry with info/dir version.
1371
1372 2013-12-08 Juanma Barranquero <lekktu@gmail.com>
1373
1374 * display.texi (Progress, Face Remapping):
1375 * processes.texi (Serial Ports):
1376 * windows.texi (Recombining Windows): Fix typos. (Bug#16089)
1377
1378 2013-12-04 Juri Linkov <juri@jurta.org>
1379
1380 * searching.texi (Search and Replace): Fix `unread-command-events'
1381 and add ref.
1382
1383 2013-12-03 Juri Linkov <juri@jurta.org>
1384
1385 * windows.texi (Choosing Window): Rename `no-display-ok' to
1386 `allow-no-window'. (Bug#13594)
1387
1388 2013-11-30 Glenn Morris <rgm@gnu.org>
1389
1390 * Makefile.in (distclean): Remove Makefile.
1391
1392 2013-11-29 Andreas Politz <politza@fh-trier.de>
1393
1394 * modes.texi (Imenu): Make it clear that sub-alist is the cdr
1395 (Bug#14029).
1396
1397 2013-11-27 Glenn Morris <rgm@gnu.org>
1398
1399 * loading.texi (Library Search):
1400 * os.texi (Startup Summary): No more leim directory.
1401
1402 2013-11-26 Glenn Morris <rgm@gnu.org>
1403
1404 * os.texi (Startup Summary): Update for leim-list being preloaded.
1405
1406 2013-11-23 Brian Jenkins <brian@brianjenkins.org> (tiny change)
1407
1408 * frames.texi (Input Focus):
1409 * hooks.texi (Standard Hooks): Mention focus-in-hook, focus-out-hook.
1410
1411 2013-11-23 Glenn Morris <rgm@gnu.org>
1412
1413 * loading.texi (Library Search):
1414 Empty elements in EMACSLOADPATH now mean the default load-path.
1415
1416 2013-11-22 Glenn Morris <rgm@gnu.org>
1417
1418 * loading.texi (Library Search): Minor clarification.
1419
1420 2013-11-20 Leo Liu <sdl.web@gmail.com>
1421
1422 * windows.texi (Choosing Window): Mention `no-display-ok'. (Bug#13594)
1423
1424 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
1425
1426 * os.texi (File Notifications): Add an index.
1427
1428 * loading.texi (Loading): Add an cross-reference.
1429
1430 2013-11-18 Xue Fuqiao <xfq.free@gmail.com>
1431
1432 * os.texi (Session Management, Desktop Notifications): Add some
1433 indexes and a cross-reference.
1434
1435 2013-11-17 Xue Fuqiao <xfq.free@gmail.com>
1436
1437 * os.texi (Time Parsing, Processor Run Time, Input Modes)
1438 (Terminal Output): Minor fixes.
1439
1440 2013-11-14 Glenn Morris <rgm@gnu.org>
1441
1442 * loading.texi (Library Search): Update section.
1443
1444 2013-11-11 Xue Fuqiao <xfq.free@gmail.com>
1445
1446 * os.texi (User Identification, Time of Day, Time Conversion):
1447 Minor fixes.
1448
1449 2013-11-10 Jan Djärv <jan.h.d@swipnet.se>
1450
1451 * keymaps.texi (Tool Bar): Mention that Gtk+/NS ignores item 1 to 3.
1452
1453 2013-11-09 Xue Fuqiao <xfq.free@gmail.com>
1454
1455 * os.texi (Startup Summary): Add an index about startup screen.
1456 Typo fix.
1457 (Command-Line Arguments): Add cross-reference for `dump-emacs'.
1458
1459 2013-11-08 Eli Zaretskii <eliz@gnu.org>
1460
1461 * display.texi (Truncation): Document that cache-long-scans is now
1462 non-nil by default. (Bug#15797)
1463
1464 2013-11-05 Eli Zaretskii <eliz@gnu.org>
1465
1466 * lists.texi (Rearrangement): Fix indexing.
1467
1468 * display.texi (Bidirectional Display): Fix indexing.
1469
1470 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
1471
1472 * lists.texi (Rearrangement): Improve indexing.
1473
1474 * display.texi (Glyphs): Add an index for glyph code.
1475 (Bidirectional Display): Improve indexing.
1476
1477 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
1478
1479 * display.texi (Face Attributes): Document :distant-foreground.
1480
1481 2013-10-30 Xue Fuqiao <xfq.free@gmail.com>
1482
1483 * display.texi (Abstract Display): Improve indexing.
1484
1485 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1486
1487 * display.texi (Selective Display): Discourage the use of explicit
1488 selective display.
1489
1490 2013-10-29 Xue Fuqiao <xfq.free@gmail.com>
1491
1492 * display.texi (Showing Images): Add an index for image-size.
1493 Use @code instead of @var for a normal variable.
1494 (Multi-Frame Images): Improve indexing.
1495 (Button Buffer Commands): Use @code instead of @var for a normal
1496 variable.
1497 (Abstract Display): Explain the meaning of Ewoc.
1498
1499 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
1500
1501 * display.texi (Image Descriptors): Improve indexing.
1502
1503 2013-10-26 Xue Fuqiao <xfq.free@gmail.com>
1504
1505 * display.texi (Fringe Indicators): Add indexes for fringe indicators.
1506 (Customizing Bitmaps): Add an index for customizing fringe bitmaps.
1507
1508 2013-10-25 Xue Fuqiao <xfq.free@gmail.com>
1509
1510 * display.texi (Fontsets): Minor wording fix.
1511 (Low-Level Font): Improve indexing.
1512
1513 * nonascii.texi (Character Properties): Add an index for script symbols.
1514
1515 2013-10-24 Xue Fuqiao <xfq.free@gmail.com>
1516
1517 * display.texi (Face Remapping): Add indexes for face remapping.
1518 (Font Selection): Add indexes.
1519 (Low-Level Font): Add an index for font registry.
1520
1521 2013-10-23 Glenn Morris <rgm@gnu.org>
1522
1523 * eval.texi, files.texi, intro.texi, objects.texi, searching.texi:
1524 Nuke @refill.
1525
1526 * Makefile.in (install-dvi, install-html, install-pdf)
1527 (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
1528 (uninstall-pdf): Quote entities that might contain whitespace.
1529
1530 2013-10-19 Xue Fuqiao <xfq.free@gmail.com>
1531
1532 * display.texi (Face Attributes): Add indexes for the ‘:box’
1533 face attribute.
1534
1535 2013-10-18 Xue Fuqiao <xfq.free@gmail.com>
1536
1537 * display.texi (Line Height): Add indexes for line height.
1538
1539 2013-10-17 Xue Fuqiao <xfq.free@gmail.com>
1540
1541 * display.texi (Width): Fix arguments of ‘truncate-string-to-width’.
1542
1543 2013-10-16 Xue Fuqiao <xfq.free@gmail.com>
1544
1545 * display.texi (Selective Display): Add an index for explicit
1546 selective display.
1547
1548 2013-10-15 Xue Fuqiao <xfq.free@gmail.com>
1549
1550 * display.texi (Warning Basics): Mention the ‘*Warnings*’ buffer.
1551
1552 2013-10-13 Glenn Morris <rgm@gnu.org>
1553
1554 * intro.texi (Acknowledgments): Use accented form of some names.
1555
1556 2013-10-09 Glenn Morris <rgm@gnu.org>
1557
1558 * control.texi (Conditionals): Copyedits. (Bug#15558)
1559
1560 2013-10-08 Eli Zaretskii <eliz@gnu.org>
1561
1562 Support menus on text-mode terminals.
1563 * keymaps.texi (Defining Menus, Mouse Menus, Menu Bar):
1564 Modify wording to the effect that menus are supported on TTYs.
1565
1566 * frames.texi (Pop-Up Menus, Dialog Boxes)
1567 (Display Feature Testing): Update for menu support on TTYs.
1568
1569 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1570
1571 * tips.texi (Comment Tips): Discourage use of triple semi-colons for
1572 non-headings.
1573
1574 2013-10-05 Xue Fuqiao <xfq.free@gmail.com>
1575
1576 * syntax.texi (Categories): Add an index for category sets.
1577
1578 2013-10-03 Xue Fuqiao <xfq.free@gmail.com>
1579
1580 * syntax.texi (Syntax Flags, Syntax Table Functions): Add indexes.
1581
1582 2013-10-02 Xue Fuqiao <xfq.free@gmail.com>
1583
1584 * syntax.texi (Syntax Class Table): Add an index for syntax class table.
1585
1586 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
1587
1588 * searching.texi (Regexp Search): Refine.
1589
1590 2013-09-22 Xue Fuqiao <xfq.free@gmail.com>
1591
1592 * nonascii.texi (Default Coding Systems): Typo fix.
1593
1594 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
1595
1596 * nonascii.texi (Coding System Basics): Add information about
1597 carriage-return.
1598
1599 2013-09-14 Eli Zaretskii <eliz@gnu.org>
1600
1601 * display.texi (Display Margins): State the units of measuring
1602 margin width. (Bug#15375)
1603
1604 2013-09-13 Eli Zaretskii <eliz@gnu.org>
1605
1606 * text.texi (Not Intervals): Minor wording fix.
1607
1608 2013-09-12 Xue Fuqiao <xfq.free@gmail.com>
1609
1610 * functions.texi (Obsolete Functions): Add an index for obsolete
1611 functions.
1612
1613 2013-09-11 Xue Fuqiao <xfq.free@gmail.com>
1614
1615 * nonascii.texi (Character Properties): Character properties fix
1616 for decimal-digit-value and digit-value.
1617
1618 2013-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1619
1620 * macros.texi (Defining Macros): Prefer "function" to "lambda
1621 expression" (bug#15296).
1622
1623 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
1624
1625 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1626 for portability to hosts where /bin/sh has problems.
1627
1628 2013-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
1629
1630 * variables.texi (File Local Variables): Don't recommend quoting! Ever!
1631
1632 2013-08-20 Eli Zaretskii <eliz@gnu.org>
1633
1634 * files.texi (Information about Files): Mention file names with
1635 trailing blanks on MS-Windows. (Bug#15130)
1636
1637 2013-08-18 Xue Fuqiao <xfq.free@gmail.com>
1638
1639 * positions.texi (Positions): Improve indexing.
1640
1641 2013-08-18 Eli Zaretskii <eliz@gnu.org>
1642
1643 * markers.texi (The Region): Improve indexing.
1644
1645 2013-08-17 Xue Fuqiao <xfq.free@gmail.com>
1646
1647 * modes.texi (SMIE, SMIE Grammar, SMIE Indentation): Add some indexes.
1648
1649 * text.texi (Maintaining Undo): Mention interactive call of
1650 buffer-disable-undo.
1651 (Filling): Add cross-reference for hard newlines.
1652 (Sorting): Fix indentation.
1653 (Columns): Comment out undefined behavior.
1654 (Case Changes): Fix an `args-out-of-range' error in the example.
1655
1656 2013-08-16 Xue Fuqiao <xfq.free@gmail.com>
1657
1658 * text.texi (Insertion): Refine.
1659 (Margins): Add an index.
1660 (Undo): Doc fix for `buffer-undo-list'.
1661
1662 * positions.texi (Character Motion):
1663 * markers.texi (Moving Markers, Creating Markers):
1664 Comment out undefined behavior.
1665
1666 2013-08-15 Xue Fuqiao <xfq.free@gmail.com>
1667
1668 * markers.texi (The Region): Add/move indexes.
1669
1670 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1671
1672 * display.texi (ImageMagick Images): Mention :content-type and
1673 `image-content-type-suffixes'.
1674
1675 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
1676
1677 * positions.texi (Word Motion): Remove redundant sentence.
1678
1679 2013-08-13 Glenn Morris <rgm@gnu.org>
1680
1681 * lists.texi (List Elements):
1682 Undocument behavior of nth and nthcdr with n < 0. (Bug#15059)
1683
1684 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
1685
1686 * frames.texi (Display Feature Testing): Add indexes.
1687
1688 2013-08-12 Glenn Morris <rgm@gnu.org>
1689
1690 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
1691 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
1692 (INSTALL_DATA): New, set by configure.
1693 (HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
1694 New variables.
1695 (.SUFFIXES): Add .ps and .dvi.
1696 (.dvi.ps): New suffix rule.
1697 (dvi, html, pdf, ps): Use *_TARGETS variables.
1698 (elisp.html): Use HTML_OPTS.
1699 (elisp.ps): Remove explicit rule.
1700 (.PHONY): install-dvi, install-html, install-pdf, install-ps,
1701 install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
1702 uninstall-ps, and uninstall-doc.
1703 (install-dvi, install-html, install-pdf, install-ps, install-doc)
1704 (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
1705 (uninstall-doc): New rules.
1706 (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
1707
1708 2013-08-10 Xue Fuqiao <xfq.free@gmail.com>
1709
1710 * edebug.texi (Instrumenting Macro Calls): Use @defmac for macros.
1711
1712 2013-08-09 Xue Fuqiao <xfq.free@gmail.com>
1713
1714 * control.texi (Error Symbols): Minor fix for previous change.
1715
1716 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
1717
1718 * errors.texi (Standard Errors): Don't refer to `error-conditions'.
1719
1720 * control.texi (Signaling Errors): Refer to define-error.
1721 (Error Symbols): Add `define-error'.
1722
1723 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
1724
1725 * positions.texi (Motion by Screen Lines):
1726 * display.texi (Truncation): Rename `cache-long-line-scans'
1727 to `cache-long-scans'.
1728
1729 2013-08-05 Xue Fuqiao <xfq.free@gmail.com>
1730
1731 * windows.texi (Window Start and End): Add an index.
1732
1733 2013-08-02 Xue Fuqiao <xfq.free@gmail.com>
1734
1735 * display.texi (Face Functions): Add an index.
1736
1737 * variables.texi (Variable Aliases): Add an index.
1738
1739 * functions.texi (Defining Functions): Add an index.
1740
1741 * nonascii.texi (Coding System Basics): Add an index.
1742
1743 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
1744
1745 * nonascii.texi (Non-ASCII Characters): Update menu.
1746 (Disabling Multibyte): Move here from doc/emacs/mule.texi.
1747 Fix cross-references.
1748
1749 * elisp.texi (Top): Update menu.
1750
1751 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
1752
1753 * windows.texi (Window History): Mention the default value of
1754 switch-to-visible-buffer. Add cross-references.
1755
1756 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
1757
1758 * errors.texi (Standard Errors): Fix typo.
1759
1760 * files.texi (Magic File Names):
1761 * os.texi (File Notifications): Remove file-notify-supported-p.
1762
1763 2013-07-24 Paul Eggert <eggert@cs.ucla.edu>
1764
1765 * eval.texi (Special Forms): Mention 'lambda'. Also, say that
1766 non-well-formed expressions result in unspecified behavior, though
1767 Emacs will not crash.
1768
1769 2013-07-22 Michael Albinus <michael.albinus@gmx.de>
1770
1771 * files.texi (Magic File Names): Add file-notify-add-watch,
1772 file-notify-rm-watch and file-notify-supported-p.
1773 Move file-remote-p down.
1774
1775 * errors.texi (Standard Errors): Add file-notify-error.
1776
1777 * os.texi (Desktop Notifications): Rename from Notifications.
1778 (File Notifications): New node.
1779
1780 * elisp.texi (Top): Update menu for these changes.
1781
1782 2013-07-19 Xue Fuqiao <xfq.free@gmail.com>
1783
1784 * windows.texi (Display Action Functions): Mention next-window.
1785
1786 2013-07-16 Xue Fuqiao <xfq.free@gmail.com>
1787
1788 * windows.texi (Selecting Windows): Fix the introduction of
1789 `set-frame-selected-window''s arguments.
1790
1791 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
1792
1793 Timestamp fixes for undo (Bug#14824).
1794 * text.texi (Undo): Document (t . 0) and (t . -1) in buffer-undo-list.
1795
1796 2013-07-06 Eli Zaretskii <eliz@gnu.org>
1797
1798 * nonascii.texi (Text Representations): Document that
1799 multibyte-string-p returns nil for non-string objects.
1800
1801 2013-07-06 Glenn Morris <rgm@gnu.org>
1802
1803 * elisp.texi (Top): Move WWW_GNU_ORG section outside @copying.
1804
1805 2013-07-03 Glenn Morris <rgm@gnu.org>
1806
1807 * debugging.texi (Debugging):
1808 * files.texi (File Attributes, Changing Files): Fix cross-references.
1809
1810 * package.texi (Package Archives): Fix @url call.
1811
1812 * syntax.texi (Syntax Table Functions): Mention describe-syntax.
1813
1814 2013-06-29 Eli Zaretskii <eliz@gnu.org>
1815
1816 * display.texi (Bidirectional Display): Document move-point-visually.
1817
1818 2013-06-29 Xue Fuqiao <xfq.free@gmail.com>
1819
1820 * buffers.texi (Buffer File Name): Fix typo.
1821
1822 2013-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
1823
1824 * tips.texi (Coding Conventions): Improve wording.
1825
1826 2013-06-24 Glenn Morris <rgm@gnu.org>
1827
1828 * loading.texi (Autoload): Fix typo.
1829
1830 * variables.texi (Lexical Binding): Fix typo.
1831
1832 * functions.texi (Anonymous Functions): Put back ' removed 2012-10-23.
1833
1834 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1835
1836 * display.texi (ImageMagick Images): Mention :max-width and
1837 :max-height.
1838
1839 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
1840
1841 * numbers.texi (Math Functions): Remove obsolete function log10.
1842
1843 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
1844
1845 * modes.texi (Mode Line Data, Properties in Mode): Advertise `keymap'
1846 rather than `local-map'.
1847
1848 * keymaps.texi (Active Keymaps): Fix documentation of
1849 set-temporary-overlay-map and overriding-terminal-local-map.
1850
1851 2013-06-19 Glenn Morris <rgm@gnu.org>
1852
1853 * Makefile.in (dist): Edit more configure variables.
1854 Try to check that we do not miss any in future.
1855
1856 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
1857
1858 * text.texi (Undo, Changing Properties): Fix typos.
1859
1860 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1861
1862 * text.texi (Changing Properties): Document `add-face-text-property'.
1863
1864 2013-06-17 Kenichi Handa <handa@gnu.org>
1865
1866 * display.texi (Face Attributes): Refer to "Low-Level font" (not
1867 "Font Selection") in the explanation of :font attribute (bug#14629).
1868
1869 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1870
1871 * loading.texi (Hooks for Loading): Don't document after-load-alist.
1872 Document with-eval-after-load instead of eval-after-load.
1873
1874 2013-06-11 Xue Fuqiao <xfq.free@gmail.com>
1875
1876 * files.texi (File Name Expansion): Make the example more
1877 intuitive.
1878
1879 2013-06-10 Paul Eggert <eggert@cs.ucla.edu>
1880
1881 Documentation fix for 'ls' and hard links.
1882 * compile.texi (Compilation Functions):
1883 * files.texi (File Attributes, Changing Files):
1884 Use current format for GNU 'ls' output.
1885 (File Attributes): Fix problem introduced in previous change:
1886 the link count is the number of hard links, not the number
1887 of hard links + 1.
1888
1889 2013-06-10 Xue Fuqiao <xfq.free@gmail.com>
1890
1891 * files.texi (File Attributes): Fix typo.
1892
1893 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1894
1895 * functions.texi (Lambda Expressions): Lambda expressions don't
1896 evaluate to themselves in general (bug#11782).
1897
1898 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1899
1900 * loading.texi (Autoload):
1901 * help.texi (Documentation Basics, Accessing Documentation)
1902 (Accessing Documentation, Accessing Documentation): DOC-* is now DOC.
1903
1904 2013-04-23 Glenn Morris <rgm@gnu.org>
1905
1906 * internals.texi (Writing Emacs Primitives): Remove obvious example.
1907 Tweak other to avoid overly long line.
1908
1909 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
1910
1911 * internals.texi (Writing Emacs Primitives): Remove unnecessary
1912 references to the sources. (Bug#13800)
1913
1914 * searching.texi (Regexp Backslash): Doc fix for backslash
1915 constructs in regular expressions.
1916
1917 2013-04-15 Christopher Schmidt <christopher@ch.ristopher.com>
1918
1919 * tips.texi (Coding Conventions): Mention separation of package
1920 descriptor and name of internal symbols by two hyphens.
1921
1922 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
1923
1924 * windows.texi (Splitting Windows): Change category of
1925 split-window from a command to a function.
1926
1927 2013-04-06 Chong Yidong <cyd@gnu.org>
1928
1929 * display.texi (Faces): Minor clarifications.
1930 (Defining Faces): Clarify default vs custom face specs.
1931 Document face-spec-set.
1932
1933 * display.texi (Overlay Properties):
1934 * text.texi (Special Properties): Use the "anonymous face"
1935 terminology. Describe foreground-color and background-color forms
1936 as compatibility-only.
1937
1938 2013-03-24 Eli Zaretskii <eliz@gnu.org>
1939
1940 * compile.texi (Byte-Code Objects): Add index entry.
1941 (Disassembly): Add cross-references.
1942
1943 2013-03-23 Eli Zaretskii <eliz@gnu.org>
1944
1945 * frames.texi (Size Parameters): More accurate description of the
1946 difference between 'fullboth' and 'maximized'. (Bug#13935)
1947
1948 2013-03-17 Christopher Schmidt <christopher@ch.ristopher.com>
1949
1950 * symbols.texi (Standard Properties): Document pure. (Bug#13823)
1951
1952 2013-03-16 Glenn Morris <rgm@gnu.org>
1953
1954 * elisp.texi: Add some stuff specific to www.gnu.org.
1955
1956 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
1957
1958 * control.texi (Pattern matching case statement): Fix typo.
1959
1960 2013-03-04 Paul Eggert <eggert@cs.ucla.edu>
1961
1962 * elisp.texi, intro.texi: Switch from Latin-1 to UTF-8.
1963
1964 2013-03-03 Glenn Morris <rgm@gnu.org>
1965
1966 * objects.texi (Symbol Type): Fix typo.
1967
1968 2013-02-28 Bastien Guerry <bzg@gnu.org>
1969
1970 * variables.texi (File Local Variables): Fix reference.
1971
1972 2013-02-24 Eli Zaretskii <eliz@gnu.org>
1973
1974 * files.texi (Magic File Names): Improve wording and indexing.
1975
1976 2013-02-21 Glenn Morris <rgm@gnu.org>
1977
1978 * display.texi (Multi-Frame Images): Minor rephrasing.
1979
1980 2013-02-20 Glenn Morris <rgm@gnu.org>
1981
1982 * display.texi (GIF Images, TIFF Images): Delete these nodes.
1983 (ImageMagick Images): For :index, use an xref rather than duplicating.
1984 (Other Image Types): Add GIF, adjust formatting.
1985 (Multi-Frame Images): Rename from Animated Images. Expand section.
1986 * elisp.texi (Top): Update menu for these changes.
1987
1988 2013-02-19 Glenn Morris <rgm@gnu.org>
1989
1990 * text.texi (Change Hooks): Fix typo.
1991
1992 2013-02-15 Glenn Morris <rgm@gnu.org>
1993
1994 * modes.texi (Basic Major Modes): 'z' no longer bound in special-mode.
1995
1996 2013-02-13 Glenn Morris <rgm@gnu.org>
1997
1998 * objects.texi (Char-Table Type): Add footnote about #^^.
1999
2000 * modes.texi (Minor Mode Conventions): Fix typo.
2001
2002 * keymaps.texi (Scanning Keymaps): Remove obsolete sentence about
2003 meta characters; this changed in 22.1. (Bug#13684)
2004
2005 * objects.texi (Char-Table Type): Add cindex.
2006
2007 * keymaps.texi (Key Binding Commands): Trivial rephrasing.
2008
2009 2013-02-10 Glenn Morris <rgm@gnu.org>
2010
2011 * keymaps.texi (Creating Keymaps): Update make-keymap result.
2012
2013 2013-02-09 Eli Zaretskii <eliz@gnu.org>
2014
2015 * modes.texi (%-Constructs): Remove the description of %t.
2016
2017 * nonascii.texi (MS-DOS File Types): Delete node.
2018
2019 2013-02-08 Glenn Morris <rgm@gnu.org>
2020
2021 * keymaps.texi (Active Keymaps, Searching Keymaps):
2022 Remove confusing mention of "symbolic prefix". (Bug#13643)
2023
2024 2013-01-19 Glenn Morris <rgm@gnu.org>
2025
2026 * macros.texi (Indenting Macros): Fix order of an indent
2027 symbol's arguments. (Bug#13450)
2028
2029 2013-01-19 Paul Eggert <eggert@cs.ucla.edu>
2030
2031 Allow floating-point file offsets.
2032 * files.texi (Reading from Files, Writing to Files):
2033 Say that file offsets can be numbers, not just integers.
2034
2035 2013-01-09 Glenn Morris <rgm@gnu.org>
2036
2037 * commands.texi (Interactive Codes):
2038 Whitespace does not terminate interactive "S". (Bug#13393)
2039
2040 2013-01-06 Chong Yidong <cyd@gnu.org>
2041
2042 * windows.texi (Vertical Scrolling): Fix typos (Bug#13267).
2043
2044 2013-01-05 Glenn Morris <rgm@gnu.org>
2045
2046 * display.texi (Overlay Properties): Mention field. (Bug#13364)
2047
2048 2013-01-05 Eli Zaretskii <eliz@gnu.org>
2049
2050 * hooks.texi (Standard Hooks): Use @item, not @itemx, as the first
2051 directive in a group of items.
2052
2053 2013-01-05 Chong Yidong <cyd@gnu.org>
2054
2055 * keymaps.texi (Key Sequences): Remove obsolete sentence
2056 (Bug#13356).
2057
2058 2013-01-04 Ari Roponen <ari.roponen@gmail.com> (tiny change)
2059
2060 * hash.texi (Defining Hash): Fix typo. (Bug#13345)
2061
2062 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
2063
2064 * files.texi (File Attributes): Undocument return format of file-acl.
2065
2066 2013-01-03 Glenn Morris <rgm@gnu.org>
2067
2068 * processes.texi (System Processes):
2069 * syntax.texi (Syntax Table Functions): Tweak some line breaks.
2070
2071 * searching.texi (Replacing Match): Fix xref.
2072
2073 * elisp.texi (DATE): Bump to Jan 2013.
2074
2075 2013-01-02 Glenn Morris <rgm@gnu.org>
2076
2077 * customize.texi (Common Keywords, Type Keywords):
2078 Replace "active field" with "button". (Bug#13310)
2079
2080 * customize.texi (Common Keywords): Add xref. (Bug#13311)
2081 * tips.texi (Library Headers): Add cindex.
2082
2083 2012-12-30 Wolfgang Jenkner <wjenkner@inode.at>
2084
2085 * functions.texi (Declare Form):
2086 * intro.texi (A Sample Function Description):
2087 * syntax.texi (Syntax Table Internals, Syntax Table Functions):
2088 * variables.texi (Using Lexical Binding): Don't use @var or CAPS
2089 in @def.. commands. (Bug#13292)
2090
2091 2012-12-29 Eli Zaretskii <eliz@gnu.org>
2092
2093 * files.texi (Changing Files): Document the return values of
2094 set-file-selinux-context and set-file-acl.
2095
2096 2012-12-27 Glenn Morris <rgm@gnu.org>
2097
2098 * files.texi (File Names): Mention Cygwin conversion functions.
2099
2100 2012-12-22 Martin Rudalics <rudalics@gmx.at>
2101
2102 * windows.texi (Selecting Windows): Reword description of
2103 select-window (Bug#13248).
2104
2105 2012-12-22 Eli Zaretskii <eliz@gnu.org>
2106
2107 * files.texi (File Attributes, Changing Files): Remove the details
2108 about the text returned by file-acl. Instead, just document that
2109 it is an opaque string meant to be used by set-file-acl.
2110
2111 2012-12-21 Chong Yidong <cyd@gnu.org>
2112
2113 * modes.texi (Auto Major Mode): Fix typo (Bug#13230).
2114
2115 * customize.texi (Simple Types): Document key-sequence type
2116 (Bug#13048).
2117
2118 * strings.texi (Text Comparison): Doc fix for compare-strings.
2119
2120 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
2121
2122 * files.texi (Magic File Names): Add `file-acl',
2123 `file-selinux-context', `set-file-acl' and
2124 `set-file-selinux-context'. Make the list consistent.
2125
2126 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
2127
2128 * tips.texi (Library Headers): New header keyword `Homepage'.
2129 Make continuation lines syntax more precise.
2130
2131 2012-12-17 Eli Zaretskii <eliz@gnu.org>
2132
2133 * files.texi (File Attributes, Changing Files): Update to include
2134 MS-Windows support for ACLs.
2135
2136 2012-12-16 Romain Francoise <romain@orebokech.com>
2137
2138 * files.texi (File Attributes): Document ACL support and new
2139 `file-acl' function.
2140 (Changing Files): Mention argument name change of `copy-file' and
2141 document new function `set-file-acl'.
2142
2143 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
2144
2145 Fix permissions bugs with setgid directories etc. (Bug#13125)
2146 * files.texi (Testing Accessibility): Document GROUP arg
2147 of file-ownership-preserved-p.
2148 (File Attributes): Document that 9th element is now
2149 just a placeholder.
2150 * os.texi (User Identification): Document new functions group-gid,
2151 group-real-gid.
2152
2153 2012-12-11 Paul Eggert <eggert@cs.ucla.edu>
2154
2155 * internals.texi (C Integer Types): New section.
2156 This follows up and records an email in
2157 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00496.html>.
2158
2159 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2160
2161 * control.texi (Pattern matching case statement): New node.
2162
2163 * customize.texi (Variable Definitions): Mention the default :group
2164 for defcustoms (bug#13093).
2165
2166 2012-12-09 Glenn Morris <rgm@gnu.org>
2167
2168 * customize.texi (Variable Definitions): Mention eval-defun
2169 on a defcustom calls the :set function when appropriate.
2170
2171 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
2172
2173 * doclicense.texi, gpl.texi: Update to latest version from FSF.
2174 These are just minor editorial changes.
2175
2176 2012-12-06 Chong Yidong <cyd@gnu.org>
2177
2178 * lists.texi (Plist Access): Move put example to Symbol Plists.
2179
2180 * symbols.texi (Standard Properties): Fix typo.
2181
2182 2012-12-03 Chong Yidong <cyd@gnu.org>
2183
2184 * symbols.texi (Symbol Properties): New node.
2185 (Symbol Plists): Make it a subsection under Symbol Properties.
2186 (Standard Properties): New node.
2187
2188 * lists.texi (Property Lists): Move here from symbols.texi.
2189 (Plist Access): Rename from Other Plists.
2190
2191 * customize.texi (Variable Definitions):
2192 * display.texi (Defining Faces):
2193 * sequences.texi (Char-Tables): Fix xref.
2194
2195 * keymaps.texi (Key Sequences): `kbd' is now a function.
2196
2197 * commands.texi (Using Interactive): Fix index entry.
2198
2199 2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
2200
2201 * doclicense.texi: Update to latest version from FSF.
2202 These are just minor editorial changes.
2203 * elisp.texi (GNU Free Documentation License)
2204 (GNU General Public Licens):
2205 Provide sectioning, since doclicense.texi no longer does that.
2206
2207 * loading.texi (Named Features): @ -> @@ to fix typo.
2208
2209 2012-11-24 Martin Rudalics <rudalics@gmx.at>
2210
2211 * windows.texi (Basic Windows): Fix typo.
2212 (Windows and Frames): Fix example. Move description of
2213 window-in-direction here.
2214 (Recombining Windows): Fix example.
2215 (Buffers and Windows): Fix description of replace-buffer-in-windows.
2216 (Switching Buffers): Reword.
2217 (Display Action Functions): Minor adjustments.
2218 (Choosing Window Options): Minor fixes.
2219 (Window History): Minor rewording.
2220 (Dedicated Windows): Correct and reword part describing how
2221 dedicatedness affects functions removing buffers or windows.
2222 * buffers.texi (The Buffer List): Fix description of bury-buffer.
2223
2224 2012-11-24 Chong Yidong <cyd@gnu.org>
2225
2226 * modes.texi (%-Constructs): Fix statement about mode construct
2227 padding (Bug#12866).
2228
2229 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2230
2231 * debugging.texi (Profiling): Make it more clear
2232 that --enable-profiling is about profiling the C code.
2233
2234 2012-11-21 Glenn Morris <rgm@gnu.org>
2235
2236 * display.texi (Attribute Functions):
2237 Update for set-face-* name changes.
2238 Add new "inherit" argument for face-bold-p etc.
2239 Move description of this argument to a common section, like "frame".
2240
2241 * debugging.texi (Profiling): New section.
2242 (Debugging): Mention profiling in the introduction.
2243 * tips.texi (Compilation Tips): Move profiling to separate section.
2244 * elisp.texi: Add Profiling to detailed menu.
2245
2246 2012-11-21 Martin Rudalics <rudalics@gmx.at>
2247
2248 * windows.texi (Display Action Functions): Fix recently added
2249 example. Suggested by Michael Heerdegen.
2250
2251 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
2252
2253 Minor cleanup for times as lists of four integers.
2254 * os.texi (Time Parsing): Time values can now be four integers.
2255
2256 2012-11-18 Glenn Morris <rgm@gnu.org>
2257
2258 * loading.texi (How Programs Do Loading): Add eager macro expansion.
2259 * macros.texi (Expansion): Mention eager macro expansion.
2260
2261 * minibuf.texi (Basic Completion): Mention misc completion-table funcs.
2262
2263 2012-11-18 Leo Liu <sdl.web@gmail.com>
2264
2265 * minibuf.texi (Programmed Completion): Doc fix for metadata
2266 request (Bug#12850).
2267
2268 2012-11-18 Glenn Morris <rgm@gnu.org>
2269
2270 * display.texi (Temporary Displays): Document with-temp-buffer-window.
2271
2272 * frames.texi (Size and Position): Add fit-frame-to-buffer command.
2273 * windows.texi (Resizing Windows): Add fit-frame-to-buffer option.
2274 (Window Sizes): Add vindex for window-min-height, window-min-width.
2275 (Display Action Functions): Mention pop-up-frame-parameters.
2276
2277 2012-11-16 Martin Rudalics <rudalics@gmx.at>
2278
2279 * windows.texi (Choosing Window): Rewrite description of
2280 display-buffer-alist (Bug#12167).
2281 (Display Action Functions): Mention inhibit-switch-frame.
2282 Fix description of display-buffer-below-selected. Reorder actions.
2283 Add example (Bug#12848).
2284
2285 2012-11-16 Glenn Morris <rgm@gnu.org>
2286
2287 * display.texi (Face Attributes): Fix :underline COLOR description.
2288 (Attribute Functions): Update for set-face-underline rename.
2289 Tweak descriptions of face-underline-p, face-inverse-video-p.
2290
2291 * keymaps.texi (Searching Keymaps, Tool Bar): Untabify examples,
2292 so they align better in info.
2293 (Active Keymaps, Searching Keymaps, Controlling Active Maps):
2294 Document set-temporary-overlay-map.
2295
2296 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2297
2298 * keymaps.texi (Translation Keymaps): Add a subsection "Interaction
2299 with normal keymaps".
2300
2301 2012-11-15 Dmitry Antipov <dmantipov@yandex.ru>
2302
2303 * internals.texi (Garbage Collection): Update descriptions
2304 of vectorlike_header, garbage-collect and gc-cons-threshold.
2305 (Object Internals): Explain Lisp_Object layout and the basics
2306 of an internal type system.
2307 (Buffer Internals): Update description of struct buffer.
2308
2309 2012-11-13 Glenn Morris <rgm@gnu.org>
2310
2311 * variables.texi (Adding Generalized Variables):
2312 At least mention gv-define-expander and gv-letplace.
2313
2314 * debugging.texi (Error Debugging): Mention debug-on-message.
2315 (Using Debugger): Mention debugger-bury-or-kill.
2316
2317 * control.texi (Signaling Errors):
2318 * debugging.texi (Error Debugging):
2319 * errors.texi (Standard Errors): Add user-error.
2320
2321 * variables.texi (Adding Generalized Variables):
2322 Use standard formatting for common lisp note about setf functions.
2323
2324 2012-11-10 Martin Rudalics <rudalics@gmx.at>
2325
2326 * elisp.texi (Top): Add Recombining Windows to menu.
2327 * windows.texi (Recombining Windows): New subsection.
2328 (Splitting Windows): Rewrite text on handling of window
2329 combinations and move it to new subsection.
2330
2331 2012-11-10 Chong Yidong <cyd@gnu.org>
2332
2333 * searching.texi (Replacing Match): Document \? in replace-match.
2334
2335 * variables.texi (Creating Buffer-Local): Document setq-local and
2336 defvar-local.
2337 (Setting Generalized Variables): Arrange table alphabetically.
2338
2339 * lists.texi (List Elements, List Variables): Clarify descriptions
2340 of push and pop for generalized variables.
2341
2342 * edebug.texi (Specification List): setf is no longer CL-only.
2343
2344 2012-11-10 Glenn Morris <rgm@gnu.org>
2345
2346 * variables.texi (Adding Generalized Variables):
2347 Update description of FIX-RETURN expansion.
2348
2349 * variables.texi (Setting Generalized Variables):
2350 Split most of previous contents into this subsection.
2351 (Adding Generalized Variables): New subsection.
2352 Move note on lack of setf functions here from misc/cl.texi.
2353
2354 * elisp.texi: Add Generalized Variables subsections to detailed menu.
2355
2356 2012-11-10 Chong Yidong <cyd@gnu.org>
2357
2358 * frames.texi (Initial Parameters): Doc fix (Bug#12144).
2359
2360 2012-11-08 Michael Albinus <michael.albinus@gmx.de>
2361
2362 * os.texi (Notifications): Update descriptions of
2363 notifications-notify, notifications-close-notification and
2364 notifications-get-capabilities according to latest code changes.
2365 Add notifications-get-server-information.
2366
2367 2012-11-03 Chong Yidong <cyd@gnu.org>
2368
2369 * objects.texi (General Escape Syntax): Clarify the explanation of
2370 escape sequences.
2371 (Non-ASCII in Strings): Clarify when a string is unibyte vs
2372 multibyte. Hex escapes do not automatically make a string
2373 multibyte.
2374
2375 2012-11-03 Martin Rudalics <rudalics@gmx.at>
2376
2377 * windows.texi (Switching Buffers): Document option
2378 switch-to-buffer-preserve-window-point.
2379 (Display Action Functions): Document window-height and
2380 window-width alist entries.
2381 (Display Action Functions):
2382 Document display-buffer-below-selected and
2383 display-buffer-in-previous-window.
2384 (Quitting Windows): Document quit-restore-window.
2385 Rewrite section.
2386 (Window Configurations): In window-state-get mention that
2387 argument window must be valid.
2388 (Window Parameters): Document quit-restore window parameter
2389 (Bug#12158).
2390
2391 2012-10-31 Glenn Morris <rgm@gnu.org>
2392
2393 * control.texi (Catch and Throw): Add xref to cl.texi.
2394
2395 * lists.texi (Sets And Lists): Point xref to better location.
2396
2397 * errors.texi (Standard Errors):
2398 * loading.texi (Autoload): Update for cl-lib namespace changes.
2399
2400 * modes.texi (Defining Minor Modes): "Generalized Variables"
2401 section is now in this manual rather than cl.texi.
2402
2403 * eval.texi (Special Forms): No longer special forms: defmacro,
2404 defun, save-window-excursion, with-output-to-temp-buffer.
2405 * functions.texi (Defining Functions): Defun is now a macro.
2406 Defalias is a function.
2407
2408 2012-10-30 Glenn Morris <rgm@gnu.org>
2409
2410 * variables.texi (Generalized Variables): Fix typo.
2411
2412 2012-10-30 Chong Yidong <cyd@gnu.org>
2413
2414 * symbols.texi (Symbol Plists): Document function-get.
2415
2416 * loading.texi (Autoload): Document autoloadp, autoload-do-load.
2417
2418 * frames.texi (Visibility of Frames): Document tty-top-frame.
2419
2420 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2421
2422 * keymaps.texi (Format of Keymaps): Document the multiple
2423 inheritance format.
2424
2425 2012-10-28 Martin Rudalics <rudalics@gmx.at>
2426
2427 * windows.texi (Basic Windows): Reformulate description of live,
2428 internal and valid windows.
2429 (Cyclic Window Ordering): Describe new argument of
2430 get-lru-window and get-largest-window. Add description of
2431 window-in-direction.
2432
2433 2012-10-27 Glenn Morris <rgm@gnu.org>
2434
2435 * variables.texi (Generalized Variables): New section,
2436 adapted from misc/cl.texi.
2437 * elisp.texi (Top): Add Generalized Variables to menu.
2438 * lists.texi (List Elements, List Variables):
2439 Mention generalized variables.
2440
2441 * lists.texi (List Elements): Typo fix.
2442
2443 2012-10-27 Chong Yidong <cyd@gnu.org>
2444
2445 * minibuf.texi (High-Level Completion): Don't mention removed
2446 function iswitchb-read-buffer.
2447
2448 * commands.texi (Event Input Misc): Remove last-input-char.
2449 (Command Loop Info): Remove last-command-char.
2450
2451 * frames.texi (Initial Parameters): Don't mention the obsolete
2452 special-display feature.
2453
2454 * windows.texi (Choosing Window): Don't mention the obsolete
2455 special display feature.
2456 (Choosing Window Options): Remove obsolete special-display
2457 variables, and the functions special-display-p and
2458 special-display-popup-frame.
2459
2460 * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
2461
2462 * hooks.texi (Standard Hooks): Remove obsolete hooks.
2463
2464 * markers.texi (Information from Markers): Remove obsolete
2465 function buffer-has-markers-at.
2466
2467 * text.texi (Yanking): Document yank-handled-properties.
2468
2469 2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
2470
2471 Update manual for new time stamp format (Bug#12706).
2472 * buffers.texi (Modification Time):
2473 * files.texi (Testing Accessibility, File Attributes):
2474 * intro.texi (Version Info):
2475 * os.texi (Time of Day):
2476 Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
2477 These instances were missed the first time around.
2478 Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
2479
2480 2012-10-24 Chong Yidong <cyd@gnu.org>
2481
2482 * minibuf.texi (Text from Minibuffer): Document read-regexp
2483 changes.
2484
2485 * nonascii.texi (Selecting a Representation):
2486 Document set-buffer-multibyte changes.
2487
2488 * keymaps.texi (Toolkit Differences): Node deleted.
2489 (Easy Menu): New node.
2490
2491 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2492
2493 * hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.
2494
2495 2012-10-23 Paul Eggert <eggert@cs.ucla.edu>
2496
2497 Fix outdated timestamp documentation in Elisp manual (bug#12706).
2498 * files.texi (File Attributes):
2499 * text.texi (Undo):
2500 Time stamp resolution is now 1 picosecond, not 1 second.
2501
2502 2012-10-23 Chong Yidong <cyd@gnu.org>
2503
2504 * display.texi (Font Lookup): Remove font-list-limit.
2505
2506 * keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode
2507 (Bug#12529).
2508
2509 2012-10-22 Glenn Morris <rgm@gnu.org>
2510
2511 * os.texi (Recording Input): Tiny fix.
2512
2513 * intro.texi (Lisp History):
2514 * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
2515 * tips.texi (Coding Conventions): Recommend cl-lib over cl.
2516
2517 2012-10-15 Chong Yidong <cyd@gnu.org>
2518
2519 * macros.texi (Defining Macros): defmacro is now a macro.
2520 Explicitly list the docstring and declare arguments.
2521
2522 * functions.texi (Anonymous Functions): Explicitly list the
2523 docstring, declare, and interactive arguments to lambda.
2524 (Defining Functions): Likewise for defun.
2525 (Inline Functions): Likewise for defsubst.
2526 (Declare Form): Tweak description.
2527
2528 2012-10-13 Chong Yidong <cyd@gnu.org>
2529
2530 * display.texi (ImageMagick Images): ImageMagick enabled by default.
2531
2532 2012-10-05 Chong Yidong <cyd@gnu.org>
2533
2534 * minibuf.texi (Basic Completion): Clarify list form of completion
2535 table (Bug#12564).
2536
2537 2012-10-05 Bruno Félix Rezende Ribeiro <oitofelix@gmail.com> (tiny change)
2538
2539 * functions.texi (Function Safety): Copyedit. (Bug#12562)
2540
2541 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
2542
2543 Revert the FOLLOW-SYMLINKS change for file-attributes.
2544 * files.texi (File Attributes, Magic File Names): Undo last change.
2545
2546 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
2547
2548 file-attributes has a new optional arg FOLLOW-SYMLINKS.
2549 * files.texi (File Attributes): Describe it.
2550 (Magic File Names): Use it.
2551
2552 2012-09-30 Chong Yidong <cyd@gnu.org>
2553
2554 * commands.texi (Click Events): Define "mouse position list".
2555 Remove mention of unimplemented horizontal scroll bars.
2556 (Drag Events, Motion Events): Refer to "mouse position list".
2557 (Accessing Mouse): Document posnp.
2558
2559 * errors.texi (Standard Errors): Tweak arith-error description.
2560 Tweak markup. Remove domain-error and friends, which seem to be
2561 unused after the floating-point code revamp.
2562
2563 * functions.texi (Defining Functions): defun is now a macro.
2564 (Obsolete Functions): Obsolescence also affects
2565 documentation commands. Various clarifications.
2566 (Declare Form): New node.
2567
2568 * strings.texi (String Basics): Copyedits.
2569
2570 * os.texi (Startup Summary): Document leim-list.el change.
2571 (User Identification): Add system-users and system-groups.
2572 (Idle Timers): Minor clarifications.
2573
2574 * macros.texi (Defining Macros): Move description of `declare' to
2575 Declare Form node.
2576
2577 * loading.texi (Autoload):
2578 * help.texi (Documentation Basics): The special sequences can
2579 trigger autoloading.
2580
2581 * numbers.texi (Integer Basics): Copyedits.
2582 (Float Basics): Consider IEEE floating point always available.
2583 (Random Numbers): Document actual limits.
2584 (Arithmetic Operations): Clarify division by zero. Don't mention
2585 the machine-independence of negative division since it does not
2586 happen in practice.
2587
2588 2012-09-28 Leo Liu <sdl.web@gmail.com>
2589
2590 * files.texi (Files): Fix typo.
2591
2592 2012-09-23 Chong Yidong <cyd@gnu.org>
2593
2594 * buffers.texi (Read Only Buffers): Document read-only-mode.
2595
2596 * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
2597 read-only-mode.
2598
2599 * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
2600 calling conventions.
2601
2602 2012-09-22 Chong Yidong <cyd@gnu.org>
2603
2604 * searching.texi (Replacing Match): Minor clarification.
2605
2606 2012-09-22 Eli Zaretskii <eliz@gnu.org>
2607
2608 * edebug.texi (Instrumenting): Improve indexing.
2609
2610 * os.texi (Idle Timers): Warn against reinvoking an idle timer
2611 from within its own timer action. (Bug#12447)
2612
2613 2012-09-22 Chong Yidong <cyd@gnu.org>
2614
2615 * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
2616
2617 2012-09-21 Glenn Morris <rgm@gnu.org>
2618
2619 * debugging.texi (Using Debugger): Fix typo.
2620
2621 2012-09-18 Chong Yidong <cyd@gnu.org>
2622
2623 * display.texi (Faces): Discuss anonymous faces.
2624 (Face Attributes): Tweak intro.
2625 (Defining Faces): Move after the Face Attributes node. Copyedits.
2626 (Displaying Faces): Describe role of inheritance.
2627
2628 * customize.texi (Customization): Define customization more
2629 carefully (Bug#11440).
2630 (Common Keywords): Add xref to Constant Variables.
2631
2632 * variables.texi (Defining Variables): Link to defcustom's node
2633 instead of the higher-level Customization chapter.
2634
2635 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
2636
2637 Simplify, document, and port floating-point (Bug#12381).
2638 * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
2639 Document that / and mod (with floating point arguments), along
2640 with asin, acos, log, log10, expt and sqrt, return special values
2641 instead of signaling exceptions.
2642 (Float Basics): Document that logb operates on the absolute value
2643 of its argument.
2644 (Math Functions): Document that (log ARG BASE) also returns NaN if
2645 BASE is negative. Document that (expt X Y) returns NaN if X is a
2646 finite negative number and Y a finite non-integer.
2647
2648 2012-09-09 Chong Yidong <cyd@gnu.org>
2649
2650 * lists.texi (Sets And Lists): Explain that the return value for
2651 delete should be used, like for delq.
2652
2653 * minibuf.texi (Yes-or-No Queries): Document recentering and
2654 scrolling in y-or-n-p. Remove gratuitous example.
2655
2656 * searching.texi (Search and Replace): Document window scrolling
2657 entries in query-replace-map.
2658
2659 2012-09-08 Chong Yidong <cyd@gnu.org>
2660
2661 * syntax.texi (Syntax Table Internals): Define "raw syntax
2662 descriptor" terminology (Bug#12383).
2663 (Syntax Descriptors): Mention raw syntax descriptors.
2664
2665 2012-09-07 Chong Yidong <cyd@gnu.org>
2666
2667 * variables.texi (Creating Buffer-Local): Fix description of
2668 local-variable-if-set-p (Bug#10713).
2669
2670 * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
2671
2672 * windows.texi (Display Action Functions)
2673 (Choosing Window Options): Remove obsolete variable
2674 display-buffer-reuse-frames.
2675 (Switching Buffers): Minor doc tweak for switch-to-buffer.
2676
2677 * positions.texi (Narrowing): Document buffer-narrowed-p.
2678
2679 * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
2680
2681 * syntax.texi (Low-Level Parsing): Add xref to Parser State
2682 (Bug#12269).
2683
2684 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
2685
2686 * debugging.texi (Explicit Debug): Document `debug-on-message'.
2687
2688 2012-09-02 Chong Yidong <cyd@gnu.org>
2689
2690 * windows.texi (Window Configurations): Recommend against using
2691 save-window-excursion (Bug#12075).
2692
2693 * control.texi (Catch and Throw):
2694 * positions.texi (Excursions): Don't mention it.
2695
2696 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2697
2698 Better seed support for (random).
2699 * numbers.texi (Random Numbers): Document new behavior of
2700 the calls (random) and (random STRING).
2701
2702 2012-08-21 Martin Rudalics <rudalics@gmx.at>
2703
2704 * windows.texi (Window Point): Document recent changes in
2705 window-point and set-window-point.
2706 (Selecting Windows): Document recent change in select-window.
2707
2708 2012-08-06 Eli Zaretskii <eliz@gnu.org>
2709
2710 * functions.texi (Closures): Put the main index entry for
2711 "closures" here. (Bug#12138)
2712
2713 * variables.texi (Lexical Binding): Disambiguate the index entry
2714 for "closures".
2715
2716 2012-08-05 Chong Yidong <cyd@gnu.org>
2717
2718 * display.texi (Defining Faces): Move documentation of
2719 frame-background-mode to the Emacs manual (Bug#7774).
2720
2721 2012-08-04 Chong Yidong <cyd@gnu.org>
2722
2723 * syntax.texi (Syntax Basics): Rearrange the text for clarity.
2724 Fix description of syntax table inheritance.
2725 (Syntax Table Functions): Don't refer to internal contents of
2726 syntax table, since that is not explained yet. Copyedits.
2727 (Standard Syntax Tables): Node deleted.
2728 (Syntax Table Internals): Misc clarifications. Improve table
2729 formatting.
2730
2731 * keymaps.texi (Inheritance and Keymaps):
2732 * text.texi (Sticky Properties): Tweak index entry.
2733
2734 2012-07-28 Eli Zaretskii <eliz@gnu.org>
2735
2736 * nonascii.texi (Character Sets): Fix a typo. (Bug#12062)
2737
2738 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
2739
2740 Prefer typical American spelling for "acknowledgment".
2741 * intro.texi (Acknowledgments): Rename from Acknowledgements.
2742
2743 2012-07-21 Eli Zaretskii <eliz@gnu.org>
2744
2745 * commands.texi (Special Events): Mention language-change event.
2746 (Input Events, Interactive Codes):
2747 * keymaps.texi (Key Sequences): Mention events that are
2748 non-keyboard but also non-mouse events.
2749
2750 2012-07-17 Chong Yidong <cyd@gnu.org>
2751
2752 * text.texi (Insertion): Document insert-char changes.
2753
2754 2012-07-15 Leo Liu <sdl.web@gmail.com>
2755
2756 * display.texi (Fringe Bitmaps): Add exclamation-mark.
2757
2758 2012-07-13 Chong Yidong <cyd@gnu.org>
2759
2760 * buffers.texi (Read Only Buffers): Document toggle-read-only
2761 changes. Reword to account for the fact that read-only is
2762 currently not supported in overlay properties.
2763
2764 2012-07-07 Chong Yidong <cyd@gnu.org>
2765
2766 * loading.texi (Library Search): Index site-lisp directories.
2767
2768 2012-07-06 Chong Yidong <cyd@gnu.org>
2769
2770 * intro.texi (A Sample Function Description): Fix incorrect
2771 markup, undoing previous change.
2772 (A Sample Variable Description): Minor clarifications and markup
2773 improvements.
2774
2775 * elisp.texi (Top):
2776 * text.texi (Text): Fix menu order.
2777
2778 2012-07-06 Richard Stallman <rms@gnu.org>
2779
2780 * intro.texi (Evaluation Notation, A Sample Function Description)
2781 (A Sample Variable Description): Improve/undo previous changes.
2782
2783 2012-07-05 Glenn Morris <rgm@gnu.org>
2784
2785 * intro.texi (A Sample Function Description): Fix cross-refs.
2786
2787 2012-07-05 Michael Witten <mfwitten@gmail.com> (tiny change)
2788
2789 * intro.texi (Evaluation Notation, A Sample Function Description)
2790 (A Sample Variable Description, Version Info): Copy edits (bug#11862).
2791
2792 2012-06-27 Chong Yidong <cyd@gnu.org>
2793
2794 * processes.texi (Asynchronous Processes, Input to Processes):
2795 * internals.texi (Process Internals): Don't capitalize "pty".
2796
2797 2012-06-24 Thien-Thi Nguyen <ttn@gnuvola.org>
2798
2799 * processes.texi (Asynchronous Processes): Make the pty vs pipe
2800 discussion more prominent.
2801
2802 2012-06-23 Eli Zaretskii <eliz@gnu.org>
2803
2804 * commands.texi (Misc Events): Document the language-change event.
2805
2806 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
2807
2808 Support higher-resolution time stamps (Bug#9000).
2809 * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
2810 * processes.texi (System Processes):
2811 Time stamp resolution is now picosecond, not microsecond.
2812
2813 2012-06-21 Glenn Morris <rgm@gnu.org>
2814
2815 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
2816
2817 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
2818
2819 * functions.texi (Defining Functions):
2820 * macros.texi (Defining Macros): Un-define the return value of `defun',
2821 `defmacro' and `defalias'.
2822
2823 2012-06-17 Chong Yidong <cyd@gnu.org>
2824
2825 * elisp.texi: Remove urlcolor setting.
2826
2827 2012-06-17 Glenn Morris <rgm@gnu.org>
2828
2829 * display.texi (Face Attributes): Copyedits. Add a few cindex entries.
2830 Overlining no longer behaves exactly like underlining.
2831
2832 2012-06-16 Aurélien Aptel <aurelien.aptel@gmail.com>
2833
2834 * display.texi (Face Attributes):
2835 Document wave-style underline face attribute.
2836
2837 2012-06-11 Chong Yidong <cyd@gnu.org>
2838
2839 * display.texi (ImageMagick Images): ImageMagick now supports the
2840 :background property.
2841
2842 2012-06-10 Dmitry Antipov <dmantipov@yandex.ru>
2843
2844 * internals.texi (Garbage Collection): Typo fix.
2845
2846 2012-06-09 Chong Yidong <cyd@gnu.org>
2847
2848 * text.texi (Special Properties): Clarify the meaning of a list of
2849 faces in the `face' property.
2850
2851 * display.texi (Face Remapping): Minor clarification.
2852
2853 2012-06-08 Chong Yidong <cyd@gnu.org>
2854
2855 * display.texi (Face Attributes): Font family does not accept
2856 wildcards. De-document obsolete :bold and :italic attributes.
2857 (Defining Faces): Use new-style face spec format.
2858
2859 2012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
2860
2861 * internals.texi (Garbage Collection): Document new
2862 vector management code and vectorlike_header structure.
2863
2864 2012-06-03 Chong Yidong <cyd@gnu.org>
2865
2866 * modes.texi (Mode Line Data): Use "mode line construct"
2867 terminology for consistency.
2868
2869 2012-05-27 Glenn Morris <rgm@gnu.org>
2870
2871 * abbrevs.texi, advice.texi, anti.texi, backups.texi:
2872 * buffers.texi, commands.texi, compile.texi, control.texi:
2873 * customize.texi, debugging.texi, display.texi, doclicense.texi:
2874 * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
2875 * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
2876 * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
2877 * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
2878 * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
2879 * objects.texi, os.texi, package.texi, positions.texi:
2880 * processes.texi, searching.texi, sequences.texi, streams.texi:
2881 * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
2882 * variables.texi, windows.texi: Nuke hand-written node pointers.
2883
2884 2012-05-27 Chong Yidong <cyd@gnu.org>
2885
2886 * functions.texi (Obsolete Functions):
2887 Fix doc for set-advertised-calling-convention.
2888
2889 * modes.texi (Mode Help): Fix describe-mode.
2890
2891 * display.texi (Face Functions): Fix define-obsolete-face-alias.
2892
2893 * variables.texi (Variable Aliases): Fix make-obsolete-variable.
2894
2895 2012-05-27 Martin Rudalics <rudalics@gmx.at>
2896
2897 * commands.texi (Recursive Editing): recursive-edit is a command.
2898
2899 * compile.texi (Docs and Compilation):
2900 byte-compile-dynamic-docstrings is an option.
2901
2902 * debugging.texi (Invoking the Debugger): debug is a command.
2903
2904 * display.texi (Progress): progress-reporter-update and
2905 progress-reporter-force-update have VALUE argument optional.
2906 (Animated Images): Use non-@code{nil} instead of non-nil.
2907
2908 * files.texi (Format Conversion Round-Trip):
2909 Use non-@code{nil} instead of non-nil.
2910
2911 * frames.texi (Creating Frames): make-frame is a command.
2912 (Input Focus): select-frame is a command.
2913 (Pointer Shape): void-text-area-pointer is an option.
2914
2915 * help.texi (Describing Characters): read-kbd-macro is a command.
2916 (Help Functions): describe-prefix-bindings is a command.
2917
2918 * markers.texi (Creating Markers): Both arguments of copy-marker
2919 are optional.
2920
2921 * minibuf.texi (Reading File Names): Use @kbd instead of @code.
2922
2923 * modes.texi (Mode Line Variables): mode-line-remote and
2924 mode-line-client are not options.
2925 (Imenu): imenu-add-to-menubar is a command.
2926 (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
2927
2928 * os.texi (Sound Output): play-sound-file is a command.
2929
2930 * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
2931
2932 * processes.texi (Signals to Processes):
2933 Use @key{RET} instead of @code{RET}.
2934 (Signals to Processes): signal-process is a command.
2935
2936 * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
2937 (Base 64): base64-encode-string is not a command while
2938 base64-decode-region is.
2939
2940 * windows.texi (Switching Buffers): pop-to-buffer is a command.
2941
2942 2012-05-12 Glenn Morris <rgm@gnu.org>
2943
2944 * Makefile.in (MKDIR_P): New, set by configure.
2945 (mkinfodir): Use $MKDIR_P.
2946
2947 2012-05-10 Glenn Morris <rgm@gnu.org>
2948
2949 * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
2950 with "coding: raw-text".
2951 Concept of multibyte sessions no longer exists.
2952
2953 * files.texi (File Locks): Mention create-lockfiles option.
2954
2955 2012-05-09 Glenn Morris <rgm@gnu.org>
2956
2957 * vol1.texi, vol2.texi: Remove files.
2958 * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
2959 * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
2960
2961 * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
2962
2963 * two-volume.make (emacsdir): New.
2964 (tex): Add directory with emacsver.texi to TEXINPUTS.
2965
2966 * minibuf.texi (Minibuffer History, Basic Completion):
2967 Tweak page breaks.
2968
2969 * internals.texi (Garbage Collection, Memory Usage)
2970 (Writing Emacs Primitives): Tweak page breaks.
2971
2972 * streams.texi (Output Variables): Improve page break.
2973
2974 * edebug.texi (Edebug Display Update): Improve page break.
2975
2976 * compile.texi (Disassembly): Condense the examples.
2977
2978 * eval.texi, functions.texi, loading.texi, macros.texi:
2979 Where possible, use example rather than smallexample.
2980
2981 * symbols.texi: Where possible, use example rather than smallexample.
2982 (Symbol Components): Fix typo.
2983 (Other Plists): Tweak page break.
2984
2985 * sequences.texi (Arrays): Tweak page breaks.
2986
2987 * customize.texi: Where possible, use example rather than smallexample.
2988 (Common Keywords, Variable Definitions, Applying Customizations)
2989 (Custom Themes): Tweak page breaks.
2990
2991 * control.texi: Where possible, use example rather than smallexample.
2992 (Sequencing, Conditionals, Signaling Errors, Handling Errors):
2993 Tweak page breaks.
2994
2995 2012-05-08 Glenn Morris <rgm@gnu.org>
2996
2997 * two.el: Remove; unused since creation of two-volume.make.
2998
2999 * vol1.texi, vol2.texi: No need to keep menus in these files.
3000
3001 2012-05-05 Glenn Morris <rgm@gnu.org>
3002
3003 * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
3004
3005 * intro.texi (Caveats): Copyedit.
3006 (Lisp History): Convert inforef to xref.
3007 (Lisp History, Printing Notation, Version Info): Improve page-breaks.
3008
3009 * text.texi (Auto Filling): Don't mention Emacs 19.
3010
3011 * commands.texi (Event Input Misc): Don't mention unread-command-char.
3012 * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
3013
3014 * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
3015
3016 * lists.texi (List-related Predicates, List Variables):
3017 Tweak page-breaks.
3018 (Sets And Lists): Convert inforef to xref.
3019
3020 2012-05-04 Glenn Morris <rgm@gnu.org>
3021
3022 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
3023 (info, infoclean): Use $INFO_EXT.
3024 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
3025 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
3026 (info, maintainer-clean): Use $INFO_EXT.
3027 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
3028
3029 2012-05-04 Chong Yidong <cyd@gnu.org>
3030
3031 * os.texi (Timers): Use defopt for timer-max-repeats.
3032
3033 2012-05-03 Paul Eggert <eggert@cs.ucla.edu>
3034
3035 * os.texi (Time of Day): Do not limit current-time-string
3036 to years 1000..9999.
3037
3038 2012-05-02 Chong Yidong <cyd@gnu.org>
3039
3040 * display.texi (Font Lookup):
3041 * frames.texi (Pointer Shape):
3042 * processes.texi (Subprocess Creation): Use defopt for options.
3043
3044 2012-05-02 Glenn Morris <rgm@gnu.org>
3045
3046 * elisp.texi (@copying):
3047 * intro.texi (Introduction): Only print VERSION in the TeX version.
3048
3049 2012-05-02 Chong Yidong <cyd@gnu.org>
3050
3051 * text.texi (Change Hooks): Minor fix for after-change-functions.
3052
3053 2012-05-02 Glenn Morris <rgm@gnu.org>
3054
3055 * package.texi (Packaging Basics):
3056 * loading.texi (Autoload):
3057 * files.texi (Magic File Names):
3058 Reword to remove/reduce some overly long/short lines.
3059
3060 2012-04-27 Glenn Morris <rgm@gnu.org>
3061
3062 * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
3063 * modes.texi (Major Modes, Auto-Indentation):
3064 * buffers.texi (Buffers): Some fixes for menu descriptions.
3065
3066 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3067 * functions.texi (Simple Lambda, Argument List):
3068 * eval.texi (Function Indirection): Avoid deprecated form.
3069
3070 2012-04-27 Glenn Morris <rgm@gnu.org>
3071
3072 * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
3073 Add "et al." to authors.
3074
3075 * buffers.texi, commands.texi, compile.texi, control.texi:
3076 * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
3077 * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
3078 * modes.texi, numbers.texi, objects.texi, streams.texi:
3079 * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
3080 Use Texinfo recommended convention for quotes+punctuation.
3081
3082 2012-04-27 Chong Yidong <cyd@gnu.org>
3083
3084 * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
3085 to where-is-internal (Bug#10872).
3086
3087 2012-04-27 Glenn Morris <rgm@gnu.org>
3088
3089 * macros.texi (Indenting Macros): Fix typo.
3090
3091 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
3092 (Resizing Windows, Deleting Windows, Selecting Windows)
3093 (Choosing Window Options, Horizontal Scrolling)
3094 (Cyclic Window Ordering, Window History, Dedicated Windows)
3095 (Quitting Windows, Window Configurations, Textual Scrolling)
3096 (Coordinates and Windows, Window Configurations)
3097 (Window Parameters, Window Hooks): Copyedits.
3098 (Splitting Windows, Deleting Windows):
3099 Fix ignore-window-parameters logic.
3100 (Selecting Windows, Choosing Window Options): Markup fixes.
3101 (Window Start and End): Remove pointless example.
3102 Remove cross-reference to deleted count-lines content.
3103 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
3104 and recenter-positions. Remove recenter example.
3105
3106 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
3107
3108 * minibuf.texi (Intro to Minibuffers):
3109 Tweak discussion of resizing minibuffer window.
3110
3111 2012-04-26 Glenn Morris <rgm@gnu.org>
3112
3113 * elisp-covers.texi, front-cover-1.texi: Remove files.
3114
3115 * tindex.pl: Remove file.
3116
3117 * makefile.w32-in (srcs):
3118 * Makefile.in (srcs): Remove back.texi (which is unused).
3119
3120 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
3121
3122 * os.texi (Notifications): Extend possible notification hints.
3123 Add notifications-get-capabilities.
3124
3125 2012-04-20 Chong Yidong <cyd@gnu.org>
3126
3127 * processes.texi (Asynchronous Processes): Mention nil argument to
3128 start-process.
3129
3130 2012-04-20 Glenn Morris <rgm@gnu.org>
3131
3132 * minibuf.texi (Basic Completion): No need to describe obarrays here.
3133 Don't mention obsolete `nospace' argument of all-completions.
3134 (Minibuffer Completion, Completion Commands, Reading File Names)
3135 (Completion Variables): Copyedits.
3136 (Completion Commands): Mention parent keymaps.
3137 Remove obsolete minibuffer-local-filename-must-match-map.
3138 (High-Level Completion): Remove read-variable's almost
3139 word-for-word duplication of read-command.
3140 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
3141 Update "High-Level Completion" description.
3142
3143 * minibuf.texi (Minibuffers):
3144 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
3145
3146 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
3147 Use Texinfo-recommended form of quote+punctuation.
3148 (Intro to Minibuffers): First minibuffer is #1, not #0.
3149 Mention minibuffer-inactive-mode.
3150 (Text from Minibuffer): Copyedits.
3151 (Minibuffer History, Programmed Completion): Fix @var usage.
3152 (Object from Minibuffer): Remove overly pedantic para.
3153 (Minibuffer History): Copyedits. Add face-name-history.
3154 (Initial Input, Yes-or-No Queries, Multiple Queries)
3155 (Minibuffer Windows, Minibuffer Misc): Copyedits.
3156 (Yes-or-No Queries): Tweak example.
3157 (Minibuffer Commands): Add next-complete-history-element.
3158 (Minibuffer Misc): Mention minibuffer-message-timeout, and
3159 minibuffer-inactive-mode.
3160
3161 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
3162 (Bindat Functions): Copyedits.
3163
3164 2012-04-20 Christopher Schmidt <christopher@ch.ristopher.com>
3165
3166 * files.texi (Saving Buffers): Document `visit and `visit-save'
3167 values of require-final-newline.
3168
3169 2012-04-20 Glenn Morris <rgm@gnu.org>
3170
3171 * processes.texi (Output from Processes, Filter Functions):
3172 Mention waiting-for-user-input-p.
3173 (Sentinels, Query Before Exit, System Processes, Transaction Queues)
3174 (Network Servers, Datagrams, Network Processes, Network Options)
3175 (Network Feature Testing, Serial Ports): Copyedits.
3176 (Network): Add encrypted network overview paragraph.
3177 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
3178
3179 2012-04-20 Chong Yidong <cyd@gnu.org>
3180
3181 * help.texi (Keys in Documentation): Mention :advertised-binding.
3182
3183 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
3184 description to help.texi.
3185
3186 2012-04-20 Glenn Morris <rgm@gnu.org>
3187
3188 * processes.texi (Process Information, Input to Processes)
3189 (Signals to Processes, Output from Processes, Process Buffers)
3190 (Filter Functions, Decoding Output): Copyedits.
3191 (Accepting Output): Discourage use of `millisec' argument.
3192
3193 2012-04-15 Glenn Morris <rgm@gnu.org>
3194
3195 * processes.texi (Processes, Subprocess Creation, Shell Arguments)
3196 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
3197 Copyedits.
3198 (Subprocess Creation): Discourage modifying exec-path directly.
3199 (Synchronous Processes, Asynchronous Processes):
3200 Update some example output.
3201 (Process Information): Fix typo.
3202 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
3203
3204 2012-04-15 Glenn Morris <rgm@gnu.org>
3205
3206 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
3207 open-network-stream does exist in Emacs 23, but is simpler.
3208
3209 2012-04-15 Chong Yidong <cyd@gnu.org>
3210
3211 * customize.texi (Custom Themes): Also document load-theme etc.
3212
3213 2012-04-14 Chong Yidong <cyd@gnu.org>
3214
3215 * customize.texi (Applying Customizations, Custom Themes): New nodes.
3216
3217 * display.texi (Defining Faces): Reference custom-set-faces.
3218
3219 * modes.texi (Defining Minor Modes, Defining Minor Modes):
3220 * os.texi (Startup Summary): Copyedits.
3221
3222 2012-04-14 Glenn Morris <rgm@gnu.org>
3223
3224 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
3225
3226 * strings.texi (Case Tables):
3227 * objects.texi (General Escape Syntax):
3228 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
3229
3230 * buffers.texi, compile.texi, customize.texi, debugging.texi:
3231 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
3232 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
3233 * text.texi: Use @file for buffers, per the Texinfo manual.
3234
3235 * compile.texi (Compiler Errors): Add missing space in buffer name.
3236
3237 2012-04-14 Chong Yidong <cyd@gnu.org>
3238
3239 * processes.texi (Query Before Exit): Remove obsolete function
3240 process-kill-without-query (Bug#11190).
3241
3242 2012-04-14 Glenn Morris <rgm@gnu.org>
3243
3244 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
3245 Use @env for environment variables.
3246
3247 * Makefile.in: Replace non-portable use of $< in ordinary rules.
3248
3249 2012-04-12 Jari Aalto <jari.aalto@cante.net>
3250
3251 * processes.texi (Synchronous Processes):
3252 Mention `default-directory' (bug#7515).
3253
3254 2012-04-09 Chong Yidong <cyd@gnu.org>
3255
3256 * customize.texi (Variable Definitions): Remove user-variable-p.
3257
3258 * commands.texi (Interactive Codes):
3259 * help.texi (Accessing Documentation):
3260 * minibuf.texi (High-Level Completion): Callers changed.
3261
3262 2012-04-06 Chong Yidong <cyd@gnu.org>
3263
3264 * minibuf.texi (Programmed Completion): Document metadata method.
3265 (Completion Variables): Document completion-category-overrides.
3266
3267 2012-04-05 Chong Yidong <cyd@gnu.org>
3268
3269 * anti.texi (Antinews): Rewrite for Emacs 23.
3270
3271 2012-04-04 Chong Yidong <cyd@gnu.org>
3272
3273 * minibuf.texi (Programmed Completion): Remove obsolete variable
3274 completion-annotate-function.
3275 (Completion Variables): Rename from Completion Styles.
3276 Document completion-extra-properties. Document completion-styles-alist
3277 change.
3278 (Reading File Names): minibuffer-local-filename-must-match-map is
3279 not used anymore.
3280 (Minibuffer Completion): Document completing-read-function.
3281 (Completion in Buffers): completion-at-point-functions can return
3282 properties recognized in completion-extra-properties.
3283
3284 * display.texi (Delayed Warnings): New node.
3285
3286 * os.texi (Notifications): Copyedits.
3287
3288 2012-04-04 Glenn Morris <rgm@gnu.org>
3289
3290 * os.texi (Notifications): Copyedits.
3291
3292 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
3293
3294 * os.texi (Terminal-Specific): Fix typo.
3295 (Notifications): New section.
3296
3297 * elisp.texi (Top):
3298 * vol1.texi (Top):
3299 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
3300 menu entries.
3301
3302 2012-04-01 Chong Yidong <cyd@gnu.org>
3303
3304 * files.texi (Kinds of Files): file-subdir-of-p renamed to
3305 file-in-directory-p.
3306
3307 2012-03-31 Glenn Morris <rgm@gnu.org>
3308
3309 * edebug.texi (Instrumenting Macro Calls):
3310 Mention defining macros at instrumentation time.
3311 (Edebug Options): Mention edebug-unwrap-results.
3312
3313 2012-03-31 Eli Zaretskii <eliz@gnu.org>
3314
3315 * text.texi (Special Properties): Clarify the description of the
3316 effect of integer values of the 'cursor' property on cursor
3317 position. See the discussions in bug#11068 for more details and
3318 context.
3319
3320 2012-03-31 Glenn Morris <rgm@gnu.org>
3321
3322 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
3323 Copyedits.
3324
3325 2012-03-30 Chong Yidong <cyd@gnu.org>
3326
3327 * display.texi (Image Formats): Add imagemagick type.
3328 (Image Descriptors): Mention how they are used.
3329 (ImageMagick Images): Clarify role of imagemagick-register-types.
3330 (Character Display): Don't mention glyph tables.
3331 (Display Tables): Use make-glyph-code in example.
3332 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
3333 tables are semi-obsolete. De-document create-glyph.
3334 (Glyphless Chars): Note that display tables override this.
3335 (Bidirectional Display): Copyedits. Introduce "bidirectional
3336 reordering" terminology, and use it.
3337
3338 2012-03-30 Glenn Morris <rgm@gnu.org>
3339
3340 * edebug.texi (Jumping): Give name of `i' binding.
3341
3342 2012-03-28 Glenn Morris <rgm@gnu.org>
3343
3344 * searching.texi (Regular Expressions, Regexp Special)
3345 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search)
3346 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
3347 (Regexp Special): Mention collation.
3348 Clarify char classes with an example.
3349 (Regexp Functions): Mention regexp-opt is not guaranteed.
3350 Mention regexp-opt-charset.
3351 (Regexp Search): Recommend against looking-back.
3352 (Search and Replace): Use Texinfo recommended quote convention.
3353 Add more query-replace-map items. List multi-query-replace-map items.
3354
3355 2012-03-27 Martin Rudalics <rudalics@gmx.at>
3356
3357 * windows.texi (Window History): Describe new option
3358 switch-to-visible-buffer.
3359
3360 2012-03-27 Glenn Morris <rgm@gnu.org>
3361
3362 * searching.texi (String Search): Add xref to Emacs manual.
3363 Copyedits. Mention the function word-search-regexp.
3364 (Searching and Case): Add xref to Emacs manual. Copyedits.
3365
3366 * processes.texi (Network Servers): Standardize apostrophe usage.
3367
3368 * os.texi (System Environment): Copyedits. Remove some examples
3369 that do not seem useful. Mention setenv third arg.
3370 tty-erase-char does not seem to be nil under a window-system.
3371 (User Identification): Copyedits.
3372 Remove some examples that do not seem useful.
3373
3374 2012-03-26 Glenn Morris <rgm@gnu.org>
3375
3376 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
3377 (Init File): Copyedits.
3378 (Command-Line Arguments): Copyedits. Do not mention argv alias.
3379 (Killing Emacs): Copyedits.
3380 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
3381 Shorten the example, use more standard shell prompts.
3382
3383 2012-03-25 Chong Yidong <cyd@gnu.org>
3384
3385 * display.texi (Fringes): Note that fringes are shown on graphical
3386 displays only.
3387 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
3388 (Replacing Specs): Clarify example.
3389 (Manipulating Buttons): Note that button-at can return a marker.
3390 (Buttons): Minor rewrite.
3391 (Character Display): New node. Consolidate all character display
3392 related nodes into its subsections.
3393 (Usual Display): Character 127 is also affected by ctl-arrow.
3394 (Display Tables): Improve example.
3395
3396 2012-03-22 Glenn Morris <rgm@gnu.org>
3397
3398 * strings.texi (Text Comparison): Mention string-prefix-p.
3399
3400 2012-03-21 Chong Yidong <cyd@gnu.org>
3401
3402 * display.texi (The Echo Area): Add xref to Output Streams.
3403 (Displaying Messages): Improve doc of message.
3404 (Echo Area Customization, Invisible Text): Copyedits.
3405 (Invisible Text): Mention that spec comparison is done with eq.
3406 (Width): Improve doc of char-width.
3407 (Faces): Recommend using symbol instead of string for face name.
3408 Minor clarifications.
3409 (Defining Faces): Copyedits. Update face example.
3410 (Attribute Functions): Mark set-face-foreground etc as commands.
3411 (Face Remapping): Mention text-scale-adjust.
3412 Clarify face-remapping-alist and related docs.
3413 (Face Functions): Don't document make-face or copy-face.
3414
3415 2012-03-20 Chong Yidong <cyd@gnu.org>
3416
3417 * display.texi (Forcing Redisplay): Various rewrites to reflect
3418 new value of redisplay-dont-pause.
3419 (Truncation): Copyedits.
3420
3421 2012-03-20 Glenn Morris <rgm@gnu.org>
3422
3423 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
3424 Add summary table of some relevant command-line options.
3425
3426 2012-03-18 Chong Yidong <cyd@gnu.org>
3427
3428 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
3429 (Writing Emacs Primitives): Re-organize discussion of functions
3430 with variable Lisp arguments are handled. Delete an obsolete
3431 remark, previously tagged as FIXME.
3432
3433 * os.texi (Idle Timers): Minor clarification.
3434 (Idle Timers): Link to Time of Day for description of time list.
3435
3436 2012-03-18 Glenn Morris <rgm@gnu.org>
3437
3438 * os.texi (System Interface): Flow control was removed.
3439 (Startup Summary): General update.
3440 (Init File): Don't mention compiling it.
3441
3442 2012-03-17 Chong Yidong <cyd@gnu.org>
3443
3444 * os.texi (Startup Summary): Mention package loading.
3445 (Init File): Don't refer to .emacs in section title. Copyedits.
3446 (Terminal-Specific): Give a realistic example.
3447 (Command-Line Arguments): Reference Entering Emacs instead of
3448 repeating the spiel about not restarting Emacs.
3449 (Time of Day): Discuss time representation at beginning of node.
3450 (Sound Output): Copyedits.
3451
3452 * package.texi (Packaging Basics): Document package-initialize.
3453
3454 2012-03-17 Eli Zaretskii <eliz@gnu.org>
3455
3456 * frames.texi (Initial Parameters): Add an index entry for
3457 minibuffer-only frame.
3458
3459 2012-03-16 Glenn Morris <rgm@gnu.org>
3460
3461 * modes.texi (Major Mode Conventions): Mention the strange
3462 relationship between View mode and special modes. (Bug#10650)
3463
3464 2012-03-11 Chong Yidong <cyd@gnu.org>
3465
3466 * windows.texi (Window Configurations): save-window-excursion is
3467 now a macro.
3468
3469 * display.texi (Temporary Displays): with-output-to-temp-buffer is
3470 now a macro.
3471
3472 * text.texi (Fields): Minor copyedit.
3473
3474 2012-03-10 Eli Zaretskii <eliz@gnu.org>
3475
3476 * strings.texi (String Basics):
3477 * sequences.texi (Sequence Functions): Mention that `length' is
3478 not appropriate for computing the string width on display; add a
3479 cross-reference to the description of `string-width'. (Bug#10978)
3480
3481 * eval.texi (Autoloading): Minor change of wording.
3482
3483 2012-03-10 Chong Yidong <cyd@gnu.org>
3484
3485 * loading.texi (Autoload): Explicitly state which forms are
3486 processed specially (Bug#7783).
3487
3488 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
3489 non-default situation. Describe one-submenu exception (Bug#7695).
3490
3491 * nonascii.texi (Character Properties): Copyedits.
3492
3493 2012-03-08 Chong Yidong <cyd@gnu.org>
3494
3495 * text.texi (Mode-Specific Indent): Document new behavior of
3496 indent-for-tab-command. Document tab-always-indent.
3497 (Special Properties): Copyedits.
3498 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
3499 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
3500 libxml-parse-html-region.
3501
3502 2012-03-07 Glenn Morris <rgm@gnu.org>
3503
3504 * markers.texi (The Region): Briefly mention use-empty-active-region
3505 and region-active-p.
3506 (Overview of Markers): Reword garbage collection, add cross-ref.
3507 (The Mark): Tiny clarification re command loop and activate-mark-hook.
3508
3509 2012-03-07 Chong Yidong <cyd@gnu.org>
3510
3511 * text.texi (Buffer Contents): Don't duplicate explanation of
3512 region arguments from Text node. Put doc of obsolete var
3513 buffer-substring-filters back, since it is referred to.
3514 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
3515 selection by default.
3516
3517 * markers.texi (The Mark): Fix typo.
3518 (The Region): Copyedits.
3519
3520 2012-03-07 Glenn Morris <rgm@gnu.org>
3521
3522 * markers.texi (Overview of Markers): Copyedits.
3523 (Creating Markers): Update approximate example buffer size.
3524 (The Mark): Don't mention uninteresting return values.
3525
3526 2012-03-05 Chong Yidong <cyd@gnu.org>
3527
3528 * positions.texi (Text Lines): Document count-words.
3529
3530 2012-03-04 Chong Yidong <cyd@gnu.org>
3531
3532 * frames.texi (Frames): Remove little-used "terminal frame" and
3533 "window frame" terminology.
3534 (Frame Parameters, Font and Color Parameters, Initial Parameters)
3535 (Size and Position, Visibility of Frames): Callers changed.
3536 (Frames): Clarify which terminals in framep are graphical.
3537 (Initial Parameters): --geometry is not the only option which adds
3538 to initial-frame-alist.
3539 (Position Parameters): Note that icon-left and icon-top are for
3540 old window managers only.
3541 (Size Parameters): Sizes are in characters even on graphical
3542 displays.
3543 (Management Parameters): Note that window-id and outer-window-id
3544 can't really be changed, and that auto-raise isn't always obeyed.
3545 (Cursor Parameters): Document cursor-type explicitly.
3546 (Size and Position): The aliases set-screen-height and
3547 set-screen-width have been deleted.
3548 (Visibility of Frames): Mention "minimization".
3549
3550 * os.texi (Startup Summary): Minor clarifications.
3551 (Startup Summary, Suspending Emacs): Standardize on "text
3552 terminal" terminology.
3553
3554 * windows.texi (Basic Windows, Coordinates and Windows)
3555 (Coordinates and Windows):
3556 * display.texi (Refresh Screen, Line Height, Face Attributes)
3557 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
3558
3559 2012-03-04 Glenn Morris <rgm@gnu.org>
3560
3561 * abbrevs.texi: Small copyedits throughout.
3562 (Abbrev Mode): Remove this section, folding it into the top-level.
3563 (Abbrev Tables): Don't mention irrelevant return values.
3564 (Abbrev Expansion): Add cross-ref for wrapper hooks.
3565 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
3566 (Abbrev Table Properties): Update nil :regexp description.
3567
3568 2012-03-03 Glenn Morris <rgm@gnu.org>
3569
3570 * internals.texi: Change @appendix section commands to @section.
3571 (Building Emacs): Say less about CANNOT_DUMP platforms.
3572 Replace deleted eval-at-startup with custom-initialize-delay.
3573 (Pure Storage): Small changes.
3574 (Memory Usage): Copyedit.
3575 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
3576 example definitions. Give examples of things with non-nil
3577 interactive args. Mention eval_sub. Remove old info about
3578 strings and GCPRO. Mention cus-start.el.
3579 (Buffer Internals, Window Internals, Process Internals):
3580 Misc small updates and fixes for fields.
3581
3582 * tips.texi: Copyedits.
3583 (Coding Conventions): Mention autoloads.
3584 Combine partially duplicated macro items. Fix xref.
3585 Refer to Library Headers for copyright notice.
3586 (Programming Tips): edit-options is long-obsolete.
3587 (Compilation Tips): Mention loading bytecomp for byte-compile props.
3588 (Warning Tips): Mention declare-function.
3589 (Documentation Tips): Remove old info.
3590 (Comment Tips): Mention comment-dwim, not indent-for-comment.
3591 (Library Headers): General update.
3592
3593 2012-03-02 Glenn Morris <rgm@gnu.org>
3594
3595 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
3596 and relocate entry. Mention buffer-stale-function.
3597
3598 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
3599
3600 * hooks.texi (Standard Hooks): General update.
3601 Put related hooks together. Add and remove items.
3602 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
3603 * modes.texi (Hooks): Tweak cross-ref description.
3604
3605 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
3606
3607 * files.texi (Kinds of Files): The return value of file-equal-p is
3608 unspecified, if FILE1 or FILE2 does not exist.
3609
3610 2012-03-01 Glenn Morris <rgm@gnu.org>
3611
3612 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
3613
3614 * maps.texi (Standard Keymaps): General update.
3615 Remove mode-specific maps, talk about the more general keymaps.
3616 * help.texi (Help Functions): Add vindex for Helper-help-map.
3617 * keymaps.texi (Active Keymaps): Minor rephrasing.
3618
3619 2012-02-29 Glenn Morris <rgm@gnu.org>
3620
3621 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
3622
3623 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3624
3625 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
3626 Update changed behavior of file-subdir-of-p.
3627
3628 2012-02-28 Glenn Morris <rgm@gnu.org>
3629
3630 * advice.texi, anti.texi, display.texi, elisp.texi:
3631 * processes.texi, variables.texi, vol1.texi, vol2.texi:
3632 Standardize possessive apostrophe usage.
3633
3634 * locals.texi: Remove file.
3635 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
3636 Remove menu entry.
3637 * errors.texi, maps.texi: Adjust node pointers.
3638 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
3639 * makefile.w32-in (srcs):
3640 * Makefile.in (srcs): Remove locals.texi.
3641
3642 * frames.texi (Mouse Position): Fix cross-ref.
3643
3644 2012-02-27 Chong Yidong <cyd@gnu.org>
3645
3646 * buffers.texi (Creating Buffers): Clarify that
3647 generate-new-buffer uses generate-new-buffer-names.
3648 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
3649
3650 * files.texi (Directory Names): Index entry for file name abbreviations.
3651 (Relative File Names, File Name Expansion): Refer to it.
3652 (Locating Files): Move locate-user-emacs-file documentation to
3653 Standard File Names.
3654 (Standard File Names): Add locate-user-emacs-file; update examples.
3655
3656 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
3657
3658 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
3659
3660 2012-02-26 Chong Yidong <cyd@gnu.org>
3661
3662 * files.texi (Kinds of Files): Improve documentation of
3663 files-equal-p and file-subdir-of-p.
3664
3665 2012-02-26 Glenn Morris <rgm@gnu.org>
3666
3667 * intro.texi (Acknowledgements): Small changes.
3668
3669 2012-02-25 Glenn Morris <rgm@gnu.org>
3670
3671 * errors.texi: Don't try to list _all_ the error symbols.
3672 Add circular-list, cl-assertion-failed, compression-error.
3673 * elisp.texi, vol1.texi, vol2.texi:
3674 * control.texi (Error Symbols): Tweak "Standard Errors" description.
3675
3676 2012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3677
3678 * files.texi (files-equal-p, file-subdir-of-p): New,
3679 add initial documentation.
3680
3681 2012-02-25 Chong Yidong <cyd@gnu.org>
3682
3683 * files.texi (File Attributes): Document file-selinux-context.
3684 (Changing Files): Link to it.
3685 (Changing Files): Document set-file-selinux-context.
3686
3687 * backups.texi (Making Backups): Return value of backup-buffer is
3688 changed. Mention default value of backup-directory-alist.
3689 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
3690 (Auto-Saving): New minor mode behavior for auto-save-mode.
3691 (Reverting): Add defvar for revert-buffer-in-progress-p.
3692
3693 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
3694
3695 2012-02-24 Glenn Morris <rgm@gnu.org>
3696
3697 * errors.texi (Standard Errors): Mention dbus-error.
3698 For arith-error sub-classes, just use one cross-ref.
3699
3700 2012-02-23 Alan Mackenzie <acm@muc.de>
3701
3702 * modes.texi (Defining Minor Modes): Document the new keyword
3703 :after-hook.
3704
3705 2012-02-21 Chong Yidong <cyd@gnu.org>
3706
3707 * files.texi (Files): Mention magic file names as arguments.
3708 (Reading from Files): Copyedits.
3709 (File Attributes): Mention how to change file modes.
3710 (Changing Files): Use standard "file permissions" terminology.
3711 Add xref to File Attributes node.
3712 (Locating Files): Document locate-user-emacs-file.
3713 (Unique File Names): Recommend against using make-temp-name.
3714
3715 2012-02-19 Chong Yidong <cyd@gnu.org>
3716
3717 * help.texi (Documentation, Documentation Basics, Help Functions):
3718 Minor clarifications.
3719 (Accessing Documentation): Clarify what documentation-property is
3720 for. Add xref to Keys in Documentation.
3721
3722 * tips.texi (Documentation Tips): Don't recommend using * in
3723 docstrings.
3724
3725 * macros.texi (Defining Macros):
3726 * modes.texi (Derived Modes): Say "documentation string" instead
3727 of docstring.
3728
3729 2012-02-18 Chong Yidong <cyd@gnu.org>
3730
3731 * modes.texi (Tabulated List Mode): New node.
3732 (Basic Major Modes): Add xref to it.
3733
3734 * processes.texi (Process Information): Mention Process Menu mode.
3735
3736 2012-02-17 Chong Yidong <cyd@gnu.org>
3737
3738 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
3739
3740 2012-02-17 Glenn Morris <rgm@gnu.org>
3741
3742 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
3743
3744 2012-02-16 Chong Yidong <cyd@gnu.org>
3745
3746 * syntax.texi (Syntax Tables, Syntax Descriptors)
3747 (Syntax Table Functions): Copyedits.
3748 (Syntax Basics): Don't repeat the material in the preceding node.
3749 (Syntax Class Table): Use a table.
3750 (Syntax Properties): Document syntax-propertize-function and
3751 syntax-propertize-extend-region-functions.
3752 (Motion via Parsing): Clarify scan-lists. Fix indentation.
3753 (Parser State): Update for the new "c" comment style.
3754 Fix description of item 7 (comment style).
3755
3756 * modes.texi (Minor Modes): Update how mode commands should treat
3757 arguments now.
3758 (Mode Line Basics): Clarify force-mode-line-update.
3759 (Mode Line Top): Note that the example is not realistic.
3760 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
3761 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
3762 "mode line construct" instead of "mode line specification".
3763 (Syntactic Font Lock): Remove mention of obsolete variable
3764 font-lock-syntactic-keywords.
3765 (Setting Syntax Properties): Node deleted.
3766 (Font Lock Mode): Note that Font Lock mode is a minor mode.
3767 (Font Lock Basics): Note that syntactic fontification falls back
3768 on `syntax-table'.
3769 (Search-based Fontification): Emphasize that font-lock-keywords
3770 should not be set directly.
3771 (Faces for Font Lock): Avoid some confusing terminology.
3772 (Syntactic Font Lock): Minor clarifications. Add xref to
3773 Syntactic Font Lock node.
3774
3775 2012-02-15 Chong Yidong <cyd@gnu.org>
3776
3777 * minibuf.texi (Basic Completion): Define "completion table".
3778 Move completion-in-region to Completion in Buffers node.
3779 (Completion Commands): Use "completion table" terminology.
3780 (Completion in Buffers): New node.
3781
3782 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
3783 (Setting Hooks): Update minor mode usage example.
3784 (Major Mode Conventions): Note that completion-at-point-functions
3785 should be altered locally. Add xref to Completion in Buffers.
3786 Remove duplicate tip about auto-mode-alist.
3787 (Minor Modes): Rewrite introduction.
3788 (Minor Mode Conventions): Copyedits. Don't recommend
3789 variable-only minor modes since few minor modes are like that.
3790
3791 2012-02-15 Glenn Morris <rgm@gnu.org>
3792
3793 * processes.texi (Network): Document open-network-stream :parameters.
3794
3795 2012-02-14 Chong Yidong <cyd@gnu.org>
3796
3797 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
3798 was removed on 2009-09-10. Update lisp-mode-map example.
3799 (Inheritance and Keymaps): Minor clarification.
3800 (Searching Keymaps): Remove out-of-place enumeration.
3801 (Key Lookup): Remove unnecessary example (one was already given in
3802 Format of Keymaps).
3803 (Changing Key Bindings): Update suppress-keymap example.
3804 (Menu Bar, Tool Bar): Copyedits.
3805 (Tool Bar): Update tool-bar-map example.
3806
3807 2012-02-12 Chong Yidong <cyd@gnu.org>
3808
3809 * debugging.texi (Debugger Commands): Continuing is now allowed
3810 for errors.
3811
3812 2012-02-11 Chong Yidong <cyd@gnu.org>
3813
3814 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
3815 Move the list of standard bitmaps there.
3816 (Fringe Cursors): Rewrite for clarity.
3817 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
3818
3819 * commands.texi (Command Overview): Mention read-key.
3820 (Using Interactive, Interactive Call): Minor clarifications.
3821 (Function Keys, Click Events): Avoid "input stream" terminology.
3822 (Click Events): Add xref to Window Sizes and Accessing Mouse.
3823 Clarify column and row components.
3824 (Accessing Mouse): Add xref to Click Events. Minor fixes.
3825 (Special Events): Copyedits.
3826
3827 * streams.texi (Input Streams): De-document get-file-char.
3828 (Output Variables): Don't refer to old backquote syntax.
3829
3830 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
3831 (Error Debugging): Note that debug-ignored-errors overrides list
3832 values of debug-on-error too. Add xref to Signaling Errors.
3833 Note that debug-on-signal is not customizable.
3834 Mention condition-case-unless-debug.
3835 (Compilation Errors): Node deleted.
3836
3837 * compile.texi (Compiler Errors): Move a paragraph here from
3838 deleted node Compilation Errors.
3839
3840 2012-02-10 Leo Liu <sdl.web@gmail.com>
3841
3842 * control.texi (Handling Errors): Change condition-case-no-debug
3843 to condition-case-unless-debug.
3844
3845 2012-02-10 Chong Yidong <cyd@gnu.org>
3846
3847 * advice.texi (Defining Advice): Clarify ad-unadvise.
3848 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
3849 is not abnormal.
3850 (Advising Primitives): Node deleted; ad-define-subr-args has been
3851 removed.
3852
3853 * compile.texi (Speed of Byte-Code): Use float-time in example.
3854 (Compilation Functions): Note that the log uses Compilation mode.
3855 Don't discuss the contents of byte-code function object here.
3856 (Compilation Functions): De-document internal function byte-code.
3857 (Docs and Compilation): Minor clarifications.
3858
3859 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
3860 Objects.
3861
3862 2012-02-10 Glenn Morris <rgm@gnu.org>
3863
3864 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
3865 Mention secure-hash.
3866 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
3867
3868 2012-02-10 Chong Yidong <cyd@gnu.org>
3869
3870 * loading.texi (Loading): Don't emphasize "library" terminology.
3871 (Library Search): load-path is not a user option. Mention role of
3872 -L option and packages. Improve examples.
3873 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
3874 obsolete.
3875 (Autoload): Minor clarifications.
3876
3877 2012-02-10 Glenn Morris <rgm@gnu.org>
3878
3879 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
3880
3881 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
3882
3883 2012-02-08 Glenn Morris <rgm@gnu.org>
3884
3885 * loading.texi (Named Features): Update the require example.
3886
3887 2012-02-07 Glenn Morris <rgm@gnu.org>
3888
3889 * modes.texi (Defining Minor Modes):
3890 Expand on args of defined minor modes.
3891
3892 2012-02-07 Chong Yidong <cyd@gnu.org>
3893
3894 * variables.texi (Creating Buffer-Local): Minor clarification
3895 to buffer-local-variables doc (Bug#10715).
3896
3897 2012-02-07 Glenn Morris <rgm@gnu.org>
3898
3899 * display.texi (ImageMagick Images): General update.
3900 Move most details of imagemagick-render-type to the variable's doc.
3901
3902 2012-02-06 Glenn Morris <rgm@gnu.org>
3903
3904 * keymaps.texi (Tool Bar): Mention separators.
3905 (Inheritance and Keymaps):
3906 Mention make-composed-keymap and multiple inheritance.
3907
3908 * modes.texi (Running Hooks): Mention run-hook-wrapped.
3909
3910 * control.texi (Handling Errors):
3911 Mention condition-case-no-debug and with-demoted-errors.
3912
3913 2012-02-05 Chong Yidong <cyd@gnu.org>
3914
3915 * customize.texi (Common Keywords): Minor clarifications.
3916 Document custom-unlispify-remove-prefixes.
3917 (Variable Definitions): Backquotes in defcustom seem to work fine
3918 now. Various other copyedits.
3919 (Simple Types): Copyedits. Document color selector.
3920 (Composite Types): Copyedits.
3921 (Splicing into Lists): Clarifications.
3922
3923 * eval.texi (Backquote): Move from macros.texi.
3924
3925 * macros.texi (Expansion): Minor clarification.
3926 (Backquote): Move node to eval.texi.
3927 (Defining Macros): Move an example from Backquote node.
3928 (Argument Evaluation): No need to mention Pascal.
3929 (Indenting Macros): Add xref to Defining Macros.
3930
3931 2012-02-05 Glenn Morris <rgm@gnu.org>
3932
3933 * debugging.texi (Error Debugging): Mention debug-on-event default.
3934
3935 2012-02-04 Glenn Morris <rgm@gnu.org>
3936
3937 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
3938
3939 * debugging.texi (Error Debugging): Mention debug-on-event.
3940 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
3941
3942 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
3943
3944 * text.texi (Buffer Contents):
3945 Update filter-buffer-substring description.
3946
3947 2012-02-04 Chong Yidong <cyd@gnu.org>
3948
3949 * functions.texi (What Is a Function): Add closures.
3950 Mention "return value" terminology. Add xref for command-execute.
3951 Remove unused "keystroke command" terminology.
3952 (Lambda Expressions): Give a different example than in the
3953 following subsection. Add xref to Anonymous Functions.
3954 (Function Documentation): Remove gratuitous markup.
3955 (Function Names): Move introductory text to `What Is a Function'.
3956 (Defining Functions): Fix defun argument spec.
3957 (Anonymous Functions): Document lambda macro explicitly.
3958 Mention effects on lexical binding.
3959 (Function Cells): Downplay direct usage of fset.
3960 (Closures): New node.
3961 (Inline Functions): Remove "open-code" terminology.
3962 (Declaring Functions): Minor tweak; .m is not C code.
3963
3964 * variables.texi (Variables): Don't refer to "global value".
3965 (Local Variables, Void Variables): Copyedits.
3966 (Lexical Binding): Minor clarification of example.
3967 (File Local Variables): Mention :safe and :risky defcustom args.
3968 (Lexical Binding): Add xref to Closures node.
3969
3970 2012-02-04 Glenn Morris <rgm@gnu.org>
3971
3972 * minibuf.texi (High-Level Completion): Updates for read-color.
3973
3974 2012-02-03 Glenn Morris <rgm@gnu.org>
3975
3976 * display.texi (GIF Images): Mention animation.
3977 Remove commented-out old example of animation.
3978 (Animated Images): New subsection.
3979 * elisp.texi (Top):
3980 * vol1.texi (Top):
3981 * vol2.texi (Top): Add Animated Images menu entry.
3982
3983 * display.texi (Image Formats): Remove oddly specific information
3984 on versions of image libraries.
3985 (GIF Images, TIFF Images): Minor rephrasing.
3986
3987 2012-02-02 Glenn Morris <rgm@gnu.org>
3988
3989 * processes.texi (Synchronous Processes):
3990 Mention call-process's :file gets overwritten.
3991
3992 * commands.texi (Reading One Event):
3993 * help.texi (Help Functions): Document read-char-choice.
3994
3995 * hooks.texi (Standard Hooks):
3996 * modes.texi (Keymaps and Minor Modes):
3997 * text.texi (Commands for Insertion): Document post-self-insert-hook.
3998
3999 * hooks.texi (Standard Hooks): Add prog-mode-hook.
4000
4001 * hooks.texi (Standard Hooks):
4002 * modes.texi (Major Mode Conventions, Mode Hooks):
4003 Document change-major-mode-after-body-hook.
4004
4005 2012-02-01 Glenn Morris <rgm@gnu.org>
4006
4007 * modes.texi (Defining Minor Modes):
4008 Mention disabling global minor modes on a per-major-mode basis.
4009
4010 2012-01-31 Chong Yidong <cyd@gnu.org>
4011
4012 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
4013 (Parser State): Remove unnecessary statement (Bug#10661).
4014
4015 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
4016
4017 2012-01-31 Glenn Morris <rgm@gnu.org>
4018
4019 * modes.texi (Defining Minor Modes):
4020 Document define-minor-mode's new :variable keyword.
4021
4022 2012-01-29 Chong Yidong <cyd@gnu.org>
4023
4024 * syntax.texi (Syntax Class Table): Tweak description of newline
4025 char syntax (Bug#9619).
4026
4027 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
4028 description (Bug#10189).
4029
4030 2012-01-29 Glenn Morris <rgm@gnu.org>
4031
4032 * files.texi (Changing Files): Document SELinux support.
4033
4034 * windows.texi (Window Sizes): Fix typo.
4035
4036 2012-01-28 Chong Yidong <cyd@gnu.org>
4037
4038 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
4039 doc (Bug#8568).
4040
4041 * frames.texi (Input Focus): Add NORECORD arg to
4042 select-frame-set-input-focus. Clarify its role in select-frame.
4043
4044 * text.texi (Transposition): We don't use transpose-region as an
4045 internal subroutine (Bug#3249).
4046
4047 * modes.texi (Example Major Modes): Update Lisp example code to
4048 current sources. Delete the old non-derived-major-mode example,
4049 which has diverged badly from current sources.
4050
4051 2012-01-27 Glenn Morris <rgm@gnu.org>
4052
4053 * makefile.w32-in (texinputdir): Fix (presumed) typo.
4054 (VERSION, manual): Remove, unused.
4055
4056 2012-01-27 Chong Yidong <cyd@gnu.org>
4057
4058 * commands.texi (Command Overview): Minor clarification (Bug#10384).
4059
4060 2012-01-26 Chong Yidong <cyd@gnu.org>
4061
4062 * searching.texi (String Search): Document negative repeat count
4063 (Bug#10507).
4064
4065 2012-01-26 Glenn Morris <rgm@gnu.org>
4066
4067 * variables.texi (Using Lexical Binding):
4068 Mention that lexical-binding should be set in the first line.
4069
4070 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
4071
4072 * macros.texi (Defining Macros): Don't claim that `declare' only
4073 affects Edebug and indentation.
4074
4075 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
4076
4077 * macros.texi (Defining Macros): Slight `declare' fixup.
4078
4079 2012-01-25 Glenn Morris <rgm@gnu.org>
4080
4081 * makefile.w32-in (texinputdir):
4082 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
4083
4084 2012-01-24 Chong Yidong <cyd@gnu.org>
4085
4086 * variables.texi (Variables, Local Variables, Void Variables):
4087 Edit to make the descriptions less specific to dynamic binding.
4088 (Local Variables): Default max-specpdl-size is now 1300.
4089 (Defining Variables): Edits for lexical scoping.
4090 Delete information about starting docstrings with *. De-document
4091 user-variable-p.
4092 (Tips for Defining): Remove an unimportant discussion of quitting
4093 in the middle of a load.
4094 (Accessing Variables, Setting Variables): Discuss lexical binding.
4095 (Variable Scoping): Rewrite.
4096 (Scope, Extent, Impl of Scope): Nodes deleted.
4097 (Dynamic Binding): New node, with material from Scope, Extent, and
4098 Impl of Scope nodes.
4099 (Dynamic Binding Tips): Rename from Using Scoping.
4100 (Lexical Binding): Rewrite.
4101 (Using Lexical Binding): Rename from Converting to Lexical
4102 Binding. Convert to subsection.
4103
4104 * customize.texi (Variable Definitions): Add custom-variable-p.
4105 Move user-variable-p documentation here.
4106
4107 2012-01-23 Chong Yidong <cyd@gnu.org>
4108
4109 * strings.texi (Text Comparison): Minor qualification.
4110
4111 * lists.texi (Cons Cells): Copyedits.
4112 (List Elements): Mention push.
4113 (List Variables): Mention pop.
4114 (Rings): Move to sequences.texi.
4115
4116 * sequences.texi (Sequence Functions): Don't repeat the
4117 introduction already given in the parent.
4118 (Vectors): Copyedits.
4119 (Rings): Move from lists.texi. Note that this is specific to the
4120 ring package.
4121
4122 * symbols.texi (Definitions, Symbol Components): Mention variable
4123 scoping issues.
4124 (Plists and Alists): Copyedits.
4125
4126 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
4127 correctness with lexical scoping.
4128 (Eval): Copyedits.
4129
4130 2012-01-21 Chong Yidong <cyd@gnu.org>
4131
4132 * intro.texi (A Sample Function Description): Special notation
4133 used for macros too.
4134
4135 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
4136 (Symbol Type): Add xref for keyword symbols.
4137 (Sequence Type): Clarify differences between sequence types.
4138 (Cons Cell Type): Add "linked list" index entry.
4139 (Non-ASCII in Strings): Copyedits.
4140 (Equality Predicates): Symbols with same name need not be eq.
4141
4142 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
4143 ldexp. Move float-e and float-pi to Math Functions node.
4144
4145 2012-01-21 Glenn Morris <rgm@gnu.org>
4146
4147 * modes.texi (Auto Major Mode):
4148 * variables.texi (File Local Variables):
4149 Mention inhibit-local-variables-regexps.
4150
4151 2012-01-19 Martin Rudalics <rudalics@gmx.at>
4152
4153 * windows.texi (Window Configurations): Rewrite references to
4154 persistent window parameters.
4155 (Window Parameters): Fix description of persistent window
4156 parameters.
4157
4158 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
4159
4160 * windows.texi (Window Parameters): Use @pxref.
4161
4162 2012-01-16 Martin Rudalics <rudalics@gmx.at>
4163
4164 * windows.texi (Window Configurations, Window Parameters):
4165 Describe persistent window parameters.
4166
4167 2011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
4168
4169 * variables.texi (Creating Buffer-Local): Warn against misuses of
4170 make-variable-buffer-local (bug#10258).
4171
4172 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4173
4174 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
4175
4176 2012-01-06 Chong Yidong <cyd@gnu.org>
4177
4178 * variables.texi (Directory Local Variables):
4179 Document hack-dir-local-variables-non-file-buffer.
4180
4181 2012-01-06 Glenn Morris <rgm@gnu.org>
4182
4183 * maps.texi (Standard Keymaps): Refer to Info-edit by name
4184 rather than by keybinding.
4185
4186 2011-12-29 Juanma Barranquero <lekktu@gmail.com>
4187
4188 * frames.texi (Font and Color Parameters): Add @pxref.
4189
4190 2011-12-29 Daniel Colascione <dan.colascione@gmail.com>
4191
4192 * frames.texi (Font and Color Parameters):
4193 Document w32 font backends (bug#10399).
4194
4195 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
4196
4197 * files.texi (File Attributes, Changing Files):
4198 Use a more-natural notation for octal numbers.
4199
4200 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
4201
4202 * variables.texi (Variables with Restricted Values):
4203 Change reference to variable (bug#10354).
4204
4205 2011-12-13 Martin Rudalics <rudalics@gmx.at>
4206
4207 * windows.texi (Splitting Windows): Use t instead of non-nil
4208 when describing window-combination-resize.
4209
4210 2011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4211
4212 * text.texi (Special Properties): Warn against `intangible' properties
4213 (bug#10222).
4214
4215 2011-11-26 Eli Zaretskii <eliz@gnu.org>
4216
4217 * display.texi (Truncation):
4218 * text.texi (Special Properties): Describe what a stretch-glyph is
4219 instead of using that term without explanation. Make the
4220 cross-references more accurate.
4221
4222 * display.texi (Usual Display): Update the description,
4223 cross-references, and indexing related to display of control
4224 characters and raw bytes.
4225
4226 2011-11-25 Martin Rudalics <rudalics@gmx.at>
4227
4228 * windows.texi (Splitting Windows): Fix description of
4229 window-combination-limit. Suggested by Eli Zaretskii.
4230
4231 2011-11-23 Chong Yidong <cyd@gnu.org>
4232
4233 * windows.texi (Window Sizes): Move window-top-line,
4234 window-left-column, and window-*-pixel-edges to Coordinates and
4235 Windows node.
4236 (Coordinates and Windows): Restore window-edges doc.
4237
4238 2011-11-21 Martin Rudalics <rudalics@gmx.at>
4239
4240 * windows.texi (Windows and Frames, Splitting Windows):
4241 Fix typos.
4242
4243 2011-11-21 Chong Yidong <cyd@gnu.org>
4244
4245 * windows.texi (Splitting Windows): Fix error in documentation of
4246 window-combination-limit.
4247 (Cyclic Window Ordering): Minor fixes to next-window,
4248 one-window-p, and get-lru-window docs. Don't document
4249 window-list-1.
4250 (Buffers and Windows): Copyedits.
4251 (Choosing Window): Document special handling of special-display-*.
4252 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
4253 Don't document even-window-heights, which is going away.
4254 Clarify which options are obeyed by which action functions.
4255
4256 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4257
4258 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
4259
4260 2011-11-20 Martin Rudalics <rudalics@gmx.at>
4261
4262 * windows.texi (Resizing Windows, Splitting Windows):
4263 Remove term "status" when talking about combination limits.
4264
4265 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
4266
4267 * compile.texi (Compiler Errors):
4268 * help.texi (Help Functions): Fix typos.
4269
4270 2011-11-19 Chong Yidong <cyd@gnu.org>
4271
4272 * windows.texi (Splitting Windows): Clarify role of window
4273 parameters in split-window. Shorten the example.
4274 (Deleting Windows): Rewrite intro to handle internal windows.
4275 Fix delete-windows-on doc.
4276 (Selecting Windows): Copyedits.
4277
4278 2011-11-17 Martin Rudalics <rudalics@gmx.at>
4279
4280 * windows.texi (Resizing Windows, Splitting Windows)
4281 (Deleting Windows): Use term window-combination-resize instead
4282 of window-splits.
4283
4284 2011-11-16 Martin Rudalics <rudalics@gmx.at>
4285
4286 * windows.texi (Resizing Windows, Splitting Windows):
4287 Rename occurrences of window-nest to window-combination-limit.
4288
4289 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
4290
4291 * intro.texi (Lisp History): Fix typo.
4292
4293 2011-11-12 Martin Rudalics <rudalics@gmx.at>
4294
4295 * windows.texi (Splitting Windows, Deleting Windows):
4296 Remove references to splits status of windows.
4297
4298 2011-11-10 Glenn Morris <rgm@gnu.org>
4299
4300 * buffers.texi (Read Only Buffers): Expand a bit on why
4301 toggle-read-only should only be used interactively. (Bug#7292)
4302
4303 2011-11-09 Chong Yidong <cyd@gnu.org>
4304
4305 * windows.texi (Window Sizes): Document window-pixel-edges,
4306 window-inside-pixel-edges, window-absolute-pixel-edges, and
4307 window-inside-absolute-pixel-edges.
4308 (Resizing Windows): shrink-window-if-larger-than-buffer works on
4309 non-full-width windows.
4310
4311 2011-11-09 Martin Rudalics <rudalics@gmx.at>
4312
4313 * windows.texi (Resizing Windows): Rewrite documentation of
4314 window-resizable.
4315
4316 2011-11-09 Chong Yidong <cyd@gnu.org>
4317
4318 * windows.texi (Splitting Windows): Simplify example.
4319
4320 2011-11-08 Chong Yidong <cyd@gnu.org>
4321
4322 * windows.texi (Window Sizes): Copyedits. Document
4323 window-text-height. Remove window-min-height and window-min-width
4324 discussion, referring instead to Emacs manual.
4325 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
4326 (Resizing Windows): Simplify introduction. Don't document
4327 enlarge-window, shrink-window, enlarge-window-horizontally, and
4328 shrink-window-horizontally; they are no longer preferred for
4329 calling from Lisp, and are already documented in the Emacs manual.
4330
4331 2011-11-07 Glenn Morris <rgm@gnu.org>
4332
4333 * windows.texi (Choosing Window): Fix keybinding typo.
4334
4335 2011-11-07 Martin Rudalics <rudalics@gmx.at>
4336
4337 * windows.texi (Resizing Windows, Splitting Windows)
4338 (Window Configurations): Use "child window" instead of
4339 "subwindow".
4340
4341 2011-11-06 Chong Yidong <cyd@gnu.org>
4342
4343 * windows.texi (Basic Windows): Clarify various definitions.
4344 Treat window-normalize-* as internal; don't document them.
4345 (Windows and Frames): Various clarifications, e.g. non-live
4346 windows also belong to frames. Fix window-list description.
4347 Simplify window nesting example.
4348 (Splitting Windows, Window Configurations):
4349 Use split-window-below.
4350
4351 2011-11-04 Eli Zaretskii <eliz@gnu.org>
4352
4353 * windows.texi (Window Sizes): Mention in the doc string that the
4354 return values of `window-body-height' and `window-body-width' are
4355 in frame's canonical units. (Bug#9949)
4356
4357 2011-10-30 Martin Rudalics <rudalics@gmx.at>
4358
4359 * windows.texi (Windows and Frames): Remove "iso-" infix from
4360 documentation of window-iso-combined-p.
4361
4362 2011-10-26 Chong Yidong <cyd@gnu.org>
4363
4364 * modes.texi (Running Hooks): Document with-wrapper-hook.
4365
4366 2011-10-18 Chong Yidong <cyd@gnu.org>
4367
4368 * display.texi (Glyphless Chars): New node.
4369
4370 2011-10-13 Chong Yidong <cyd@stupidchicken.com>
4371
4372 * text.texi (Yanking): Document yank-excluded-properties.
4373
4374 * package.texi (Packaging Basics): The commentary should say how
4375 to begin using the package.
4376
4377 2011-10-11 Martin Rudalics <rudalics@gmx.at>
4378
4379 * windows.texi (Deleting Windows): Mention which window gets
4380 selected when deleting the selected window.
4381
4382 2011-10-09 Martin Rudalics <rudalics@gmx.at>
4383
4384 * buffers.texi (The Buffer List): Describe how bury-buffer deals
4385 with the selected window.
4386 * windows.texi (Buffers and Windows): Reformulate text on how
4387 replace-buffer-in-windows deals with a window.
4388 (Quitting Windows): Describe how quit-window deals with a
4389 standalone frame. Describe new option frame-auto-hide-function.
4390
4391 2011-10-08 Glenn Morris <rgm@gnu.org>
4392
4393 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
4394
4395 * positions.texi (Excursions): Update warning message.
4396
4397 2011-10-05 Chong Yidong <cyd@stupidchicken.com>
4398
4399 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
4400 Fix Emacs manual xref (Bug#9675).
4401
4402 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
4403
4404 * windows.texi (Textual Scrolling): Document scroll-up-command,
4405 scroll-down-command, scroll-error-top-bottom, and the
4406 scroll-command symbol property.
4407 (Display Action Functions): Fix description of
4408 display-buffer-pop-up-window.
4409
4410 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
4411
4412 * windows.texi (Splitting Windows): Fix typos.
4413
4414 2011-09-25 Martin Rudalics <rudalics@gmx.at>
4415
4416 * windows.texi (Windows and Frames, Display Action Functions)
4417 (Switching Buffers): Fix some typos.
4418 (Buffers and Windows): Remove reference to window-auto-delete.
4419 Reword description of replace-buffer-in-windows.
4420 (Window History): Fix some typos and refer to frame local buffer
4421 list.
4422 (Quitting Windows): New node.
4423 (Window Configurations): Add descriptions of window-state-get
4424 and window-state-put.
4425 (Window Parameters): Describe variable ignore-window-parameters.
4426 Sketch some window parameters currently in use.
4427 * elisp.texi (Top): Update node listing.
4428
4429 2011-09-25 Chong Yidong <cyd@stupidchicken.com>
4430
4431 * windows.texi (Display Action Functions)
4432 (Choosing Window Options): New nodes.
4433
4434 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
4435
4436 * windows.texi (Window History): New node. Move text here from
4437 Buffers and Windows.
4438 (Switching Buffers): Rename from Displaying Buffers, since we
4439 don't document display-buffer here; callers changed.
4440 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
4441 switch-to-buffer-other-frame. Delete duplicate
4442 replace-buffer-in-windows doc.
4443 (Choosing Window): Document display actions.
4444
4445 2011-09-24 Eli Zaretskii <eliz@gnu.org>
4446
4447 * display.texi (Forcing Redisplay): Update the description of
4448 redisplay-dont-pause due to change in the default value.
4449
4450 2011-09-23 Martin Rudalics <rudalics@gmx.at>
4451
4452 * frames.texi (Frames and Windows): Move section and rename to
4453 Windows and Frames in windows.texi.
4454 * windows.texi (Windows): Restructure.
4455 (Basic Windows): Rewrite. Explain live and internal windows and
4456 normalization functions.
4457 (Windows and Frames): Move section here from frames.texi.
4458 Describe subwindows, window combinations, window tree, and
4459 corresponding functions including window-list here.
4460 (Window Sizes): Rename section from Size of Window and move it
4461 up in chapter. Describe total and body sizes and the
4462 corresponding functions. Explain new semantics of
4463 window-min-height/-width.
4464 (Resizing Windows): Move section up in chapter. Describe new
4465 resize functions.
4466 (Splitting Windows): Describe new behavior of split-window,
4467 split-window-above-each-other and split-window-side-by-side.
4468 Provide examples. Describe window-nest and window-splits
4469 options.
4470 (Deleting Windows): Minor rewrite.
4471 (Selecting Windows): Minor rewrite.
4472 Describe frame-selected-window and set-frame-selected-window here.
4473 (Cyclic Window Ordering): Minor rewrite.
4474 Describe window-list-1.
4475 (Buffers and Windows): Rewrite. Explain a window's previous and
4476 next buffers and the corresponding functions.
4477 (Window Tree): Merge into Windows and Frames section.
4478 * elisp.texi (Top): Update node listings for frames and windows
4479 sections.
4480
4481 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4482
4483 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
4484
4485 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4486
4487 * errors.texi (Standard Errors): Remove apparent placeholder text
4488 (bug#9491).
4489
4490 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
4491
4492 * frames.texi (Management Parameters): Fix description of
4493 icon-type parameter.
4494
4495 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
4496
4497 * tips.texi (Key Binding Conventions): Don't bind a key sequence
4498 ending in C-g. Suggested by Edward O'Connor.
4499
4500 2011-09-17 Eli Zaretskii <eliz@gnu.org>
4501
4502 * numbers.texi (Integer Basics): Add indexing for
4503 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
4504
4505 2011-09-14 Dani Moncayo <dmoncayo@gmail.com>
4506
4507 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
4508
4509 2011-09-11 Juanma Barranquero <lekktu@gmail.com>
4510
4511 * processes.texi (Network Servers): Clarify what the process
4512 buffer is used for (bug#9233).
4513
4514 2011-08-30 Dani Moncayo <dmoncayo@gmail.com>
4515
4516 * lists.texi (Building Lists): Fix typo.
4517
4518 2011-08-30 Chong Yidong <cyd@stupidchicken.com>
4519
4520 * display.texi (Basic Faces): New node. Document new faces.
4521
4522 * modes.texi (Major Mode Conventions): Move some text there.
4523 (Mode Help): Remove major-mode var, duplicated in Major Modes.
4524
4525 2011-08-29 Chong Yidong <cyd@stupidchicken.com>
4526
4527 * modes.texi (Basic Major Modes): New node. Callers updated.
4528 (Major Modes): Document fundamental-mode and major-mode.
4529 (Major Mode Basics): Node deleted; text moved to Major Modes.
4530 (Derived Modes): Document derived-mode-p.
4531
4532 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
4533
4534 * files.texi (Changing Files, Create/Delete Dirs): Document new
4535 arguments for delete-file, delete-directory, and copy-directory.
4536 (Visiting Functions): Remove view-file; it is documented in the
4537 Emacs manual.
4538
4539 * frames.texi (Layout Parameters): The defaults for the
4540 menu-bar-lines and tool-bar-lines parameters depend on the mode.
4541
4542 * display.texi (Progress): Document spinner functionality.
4543
4544 * os.texi (Killing Emacs): Note that kill-emacs can be called by
4545 operating system signals. Refer to save-buffers-kill-terminal
4546 instead of save-buffers-kill-emacs.
4547
4548 * objects.texi (Symbol Type): Document ## print representation.
4549
4550 2011-08-25 Eli Zaretskii <eliz@gnu.org>
4551
4552 * display.texi (Specified Space): Mention that `space' specs
4553 influence bidi reordering.
4554 (Bidirectional Display): Explain how to use `(space . PROPS)' for
4555 separating fields with bidirectional content.
4556
4557 2011-08-24 Eli Zaretskii <eliz@gnu.org>
4558
4559 * display.texi (Bidirectional Display): Document return value in
4560 buffers that are not bidi-reordered for display, and in unibyte
4561 buffers.
4562
4563 2011-08-23 Eli Zaretskii <eliz@gnu.org>
4564
4565 * nonascii.texi (Character Properties): Document the values for
4566 unassigned codepoints.
4567
4568 2011-08-18 Eli Zaretskii <eliz@gnu.org>
4569
4570 * nonascii.texi (Character Properties): Document use of
4571 `bidi-class' and `mirroring' properties as part of reordering.
4572 Provide cross-references to "Bidirectional Display".
4573
4574 * display.texi (Bidirectional Display): Document the pitfalls of
4575 concatenating strings with bidirectional content, with possible
4576 solutions. Document bidi-string-mark-left-to-right.
4577 Mention paragraph direction in modes that inherit from prog-mode.
4578 Document use of `bidi-class' and `mirroring' properties as part of
4579 reordering.
4580
4581 2011-08-16 Eli Zaretskii <eliz@gnu.org>
4582
4583 * modes.texi (Major Mode Conventions): Improve the documentation
4584 of `mode-class' `special' modes.
4585
4586 * nonascii.texi (Character Properties): Document the `mirroring'
4587 property. Add index entries.
4588
4589 * syntax.texi (Categories): Add an example of defining a new
4590 category and category table.
4591
4592 * searching.texi (Regexp Backslash): Document how to display
4593 existing categories. Mention the possibility of adding
4594 categories, and add an xref to where this is described. Add an
4595 index entry.
4596
4597 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
4598
4599 * text.texi (Special Properties):
4600 * display.texi (Overlay Properties): Note that mouse-face cannot
4601 change the text size (Bug#8530).
4602
4603 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
4604
4605 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
4606 using setenv instead.
4607
4608 2011-07-28 Eli Zaretskii <eliz@gnu.org>
4609
4610 * display.texi (Bidirectional Display): Document the fact that
4611 bidi-display-reordering is t by default.
4612
4613 2011-07-23 Eli Zaretskii <eliz@gnu.org>
4614
4615 * display.texi (Bidirectional Display): New section.
4616
4617 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4618 Tim Cross <theophilusx@gmail.com> (tiny change)
4619 Glenn Morris <rgm@gnu.org>
4620
4621 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
4622
4623 2011-07-15 Andreas Schwab <schwab@linux-m68k.org>
4624
4625 * help.texi (Keys in Documentation): Revert last change.
4626
4627 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4628
4629 * help.texi (Keys in Documentation): Clarify that \= only quotes
4630 the next character, and doesn't affect longer sequences in
4631 particular (bug#8935).
4632
4633 * debugging.texi (Using Debugger):
4634 Mention @code{eval-expression-debug-on-error} (bug#8549).
4635
4636 2011-07-14 Eli Zaretskii <eliz@gnu.org>
4637
4638 * display.texi (Other Display Specs): Document that `left-fringe'
4639 and `right-fringe' display specifications are of the "replacing"
4640 kind.
4641
4642 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4643
4644 * help.texi (Documentation Basics): Add a link to the Function
4645 Documentation node (bug#6580).
4646
4647 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4648
4649 * keymaps.texi (Menu Bar): Mention :visible and :enable
4650 (bug#6344). Text by Drew Adams.
4651
4652 * modes.texi (Running Hooks): Mention buffer-local hook variables
4653 (bug#6218).
4654
4655 * objects.texi (General Escape Syntax): "a with grave accent" is
4656 ?xe0, not ?x8e0 (bug#5259).
4657
4658 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
4659
4660 * display.texi (Face Attributes, Font Selection): Add references
4661 to the Fonts node in the Emacs manual (Bug#4178).
4662
4663 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
4664
4665 * display.texi (Window Systems): `window-system' is
4666 terminal-local.
4667
4668 * frames.texi (Frame Parameters, Parameter Access): Don't mention
4669 frame-local variables.
4670
4671 * variables.texi (Buffer-Local Variables): Don't mention obsolete
4672 frame-local variables.
4673 (Frame-Local Variables): Node deleted.
4674
4675 * elisp.texi (Top): Update node listing.
4676
4677 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4678
4679 * elisp.texi: Change "inferiors" to "subnodes" in three places
4680 (bug#3523).
4681
4682 2011-07-11 Chong Yidong <cyd@stupidchicken.com>
4683
4684 * frames.texi (Window System Selections): Discussion of
4685 x-select-enable-clipboard moved to Emacs manual.
4686
4687 2011-07-11 Deniz Dogan <deniz@dogan.se>
4688
4689 * commands.texi (Prefix Command Arguments): Remove excessive
4690 apostrophe.
4691
4692 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4693
4694 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
4695 description is a string (bug#3313).
4696
4697 * frames.texi (Display Feature Testing): Try to explain what all
4698 the visual classes mean (bug#3042).
4699
4700 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4701
4702 * modes.texi (Mode Line Variables): Document `mode-line-remote'
4703 and `mode-line-client' (bug#2974).
4704
4705 * text.texi (Insertion): Clarify marker movements (bug#1651).
4706 Text from Drew Adams.
4707
4708 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4709
4710 * text.texi (Special Properties): Clarify the format of `face'
4711 (bug#1375).
4712
4713 * commands.texi (Interactive Call): Add a `call-interactively'
4714 example (bug#1010).
4715
4716 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4717
4718 * functions.texi (Calling Functions): Link to the "Interactive
4719 Call" node (bug#1001).
4720
4721 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
4722
4723 * customize.texi (Composite Types): Move alist and plist to here
4724 from Simple Types (Bug#7545).
4725
4726 * elisp.texi (Top): Update menu description.
4727
4728 * display.texi (Face Attributes): Document negative line widths
4729 (Bug#6113).
4730
4731 2011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
4732
4733 * searching.texi (Match Data): Note that match data can be
4734 overwritten by most functions (bug#2499).
4735
4736 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4737
4738 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
4739 flags mean (bug#6659).
4740
4741 * functions.texi (What Is a Function): Document the autoload
4742 object (bug#6496).
4743
4744 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4745
4746 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
4747 is only used in the Customize user interface (bug#6089).
4748
4749 * display.texi (Showing Images): Mention the point of sliced
4750 images (bug#7836).
4751
4752 2011-07-02 Eli Zaretskii <eliz@gnu.org>
4753
4754 * variables.texi (Defining Variables, Void Variables)
4755 (Constant Variables): Fix incorrect usage of @kindex.
4756
4757 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4758
4759 * variables.texi (Defining Variables): Add an index entry for
4760 `set-variable' (bug#7262).
4761 (Defining Variables): Use @findex for functions.
4762
4763 * frames.texi (Basic Parameters): Document the `explicit-name'
4764 parameter (bug#6951).
4765
4766 * customize.texi (Type Keywords): Clarify that :value provides a
4767 default value for all types (bug#7386).
4768
4769 * streams.texi (Output Functions): Document `pp'.
4770
4771 2011-06-25 Chong Yidong <cyd@stupidchicken.com>
4772
4773 * keymaps.texi (Searching Keymaps):
4774 * display.texi (Overlay Properties): Fix errors in 2011-05-29
4775 change. Suggested by Johan Bockgård.
4776
4777 2011-06-15 Chong Yidong <cyd@stupidchicken.com>
4778
4779 * text.texi (Special Properties): Clarify role of font-lock-face.
4780
4781 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4782
4783 * processes.texi (Process Information): Rename `process-alive-p'
4784 to `process-live-p' for consistency with other `-live-p' functions.
4785
4786 2011-06-03 Paul Eggert <eggert@cs.ucla.edu>
4787
4788 Document wide integers better.
4789 * files.texi (File Attributes): Document ino_t values better.
4790 ino_t values no longer map to anything larger than a single cons.
4791 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations)
4792 (Bitwise Operations):
4793 * objects.texi (Integer Type): Use a binary notation that is a bit easier
4794 to read, and that will port better if 62-bits becomes the default.
4795 Fix or remove incorrect examples.
4796 * os.texi (Time Conversion): Document time_t values better.
4797
4798 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4799
4800 * processes.texi (Process Information):
4801 Document `process-alive-p'.
4802
4803 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
4804
4805 * help.texi (Accessing Documentation):
4806 * display.texi (Pixel Specification):
4807 * processes.texi (Serial Ports, Serial Ports):
4808 * nonascii.texi (Character Properties, Default Coding Systems):
4809 * text.texi (Changing Properties, Special Properties):
4810 * windows.texi (Window Start and End):
4811 * modes.texi (SMIE Indentation Example, SMIE Tricks):
4812 * keymaps.texi (Searching Keymaps, Tool Bar):
4813 * minibuf.texi (Basic Completion):
4814 * compile.texi (Eval During Compile):
4815 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
4816 7x9 paper in printed manual.
4817
4818 * lists.texi (Sets And Lists): Fix misplaced text.
4819
4820 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
4821
4822 * keymaps.texi (Remapping Commands): Emphasize that the keymap
4823 needs to be active (Bug#8350).
4824
4825 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
4826
4827 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
4828
4829 * tips.texi (Coding Conventions): Remove antediluvian filename
4830 limit recommendation (Bug#8538).
4831
4832 2011-05-27 Glenn Morris <rgm@gnu.org>
4833
4834 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
4835
4836 2011-05-26 Glenn Morris <rgm@gnu.org>
4837
4838 * variables.texi (File Local Variables):
4839 Update hack-local-variables `mode-only' return value.
4840 Add some more details on what this function does in the other case.
4841
4842 2011-05-19 Glenn Morris <rgm@gnu.org>
4843
4844 * lists.texi (Sets And Lists): Mention cl provides union etc.
4845
4846 2011-05-19 Nix <nix@esperi.org.uk>
4847
4848 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
4849
4850 * text.texi (Parsing HTML): Update for function name changes.
4851
4852 * syntax.texi (Syntax Flags): Small fix.
4853
4854 * keymaps.texi (Active Keymaps): Typo fix.
4855 (Changing Key Bindings): Grammar fix.
4856
4857 * frames.texi (Minibuffers and Frames): Grammar fix.
4858 (Window System Selections): x-select-enable-clipboard now defaults to t.
4859
4860 * customize.texi (Common Keywords):
4861 * display.texi (Abstract Display):
4862 * modes.texi (Auto-Indentation):
4863 * nonascii.texi (Converting Representations): Typo fixes.
4864
4865 * control.texi (Examples of Catch): Call it "goto" not "go to".
4866
4867 2011-05-14 Eli Zaretskii <eliz@gnu.org>
4868
4869 * nonascii.texi (Character Properties): Fix inconsistencies with
4870 implementation.
4871
4872 * text.texi (Special Properties): Move @defvar's out of the
4873 @table. (Bug#8652)
4874
4875 2011-05-12 Glenn Morris <rgm@gnu.org>
4876
4877 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
4878
4879 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4880
4881 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
4882 (Multiline Font Lock):
4883 * vol2.texi (Top):
4884 * vol1.texi (Top):
4885 * elisp.texi (Top): Update menu accordingly.
4886
4887 2011-05-12 Drew Adams <drew.adams@oracle.com>
4888
4889 * modes.texi (Region to Fontify): Fix typo.
4890
4891 2011-05-10 Jim Meyering <meyering@redhat.com>
4892
4893 * minibuf.texi: Fix typo "in in -> in".
4894
4895 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
4896
4897 * numbers.texi (Integer Basics): Large integers are treated as floats.
4898
4899 2011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4900
4901 * processes.texi (Synchronous Processes): Document the (:file
4902 "/file-name") syntax for `call-process'.
4903
4904 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
4905
4906 * windows.texi (Choosing Window): Fix typo.
4907
4908 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
4909
4910 * frames.texi (Layout Parameters): Note the difference between
4911 querying and setting parameters for left-fringe and right-fringe
4912 (Bug#6930).
4913
4914 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4915
4916 * minibuf.texi (Basic Completion): Be a bit more precise about the
4917 valid kinds of completion tables.
4918 (Programmed Completion): Remove obsolete text about lambda expressions
4919 not being valid completion tables.
4920
4921 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
4922
4923 * positions.texi (Excursions): Explain the "save-excursion
4924 defeated by set-buffer" warning.
4925
4926 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
4927 save-excursion. Suggested by Uday S Reddy.
4928
4929 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4930
4931 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
4932 (Lexical Binding): New sub-section.
4933
4934 * eval.texi (Eval): Discourage the use of `eval'.
4935 Document its new `lexical' argument.
4936
4937 2011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4938
4939 * commands.texi (Command Overview): `post-command-hook' is not reset to
4940 nil any more.
4941
4942 2011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
4943
4944 * strings.texi (String Conversion): Don't mention
4945 string-make-(uni|multi)byte (bug#8262).
4946 * nonascii.texi (Converting Representations): Fix up range.
4947 * keymaps.texi (Key Binding Commands): Update code point, avoid
4948 "unibyte character" and remove mention of unibyte bindings.
4949
4950 2011-03-10 Eli Zaretskii <eliz@gnu.org>
4951
4952 * modes.texi (Operator Precedence Grammars): Don't use characters
4953 outside ISO-8859-1.
4954
4955 2011-03-09 Eli Zaretskii <eliz@gnu.org>
4956
4957 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
4958
4959 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
4960
4961 2011-03-08 Glenn Morris <rgm@gnu.org>
4962
4963 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
4964 * intro.texi (Acknowledgements): Names to UTF-8.
4965 * elisp.texi: Set documentencoding.
4966
4967 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
4968
4969 * Version 23.3 released.
4970
4971 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
4972
4973 * package.texi: Update index keywords.
4974 (Package Archives): New node contents. Document package-x.el.
4975
4976 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
4977
4978 * makefile.w32-in (srcs): Add package.texi.
4979
4980 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
4981
4982 * package.texi (Packaging, Packaging Basics, Simple Packages)
4983 (Multi-file Packages): Expand and clarify.
4984 (Package Archives): Temporary placeholder node.
4985
4986 * elisp.texi (Top): Update node listing.
4987
4988 * Makefile.in (srcs): Add package.texi.
4989
4990 2011-03-05 Chong Yidong <cyd@stupidchicken.com>
4991
4992 * processes.texi (Synchronous Processes): Minor clarification
4993 (Bug#8149).
4994
4995 2011-03-03 Glenn Morris <rgm@gnu.org>
4996
4997 * files.texi (Truenames): Minor clarification. (Bug#2341)
4998
4999 2011-03-01 Glenn Morris <rgm@gnu.org>
5000
5001 * variables.texi (Directory Local Variables):
5002 Mention `(subdirs . nil)' alist element.
5003
5004 2011-02-28 Glenn Morris <rgm@gnu.org>
5005
5006 * variables.texi (Directory Local Variables): Mention the optional
5007 mtime argument of dir-locals-set-directory-class. (Bug#3577)
5008
5009 2011-02-27 Chong Yidong <cyd@stupidchicken.com>
5010
5011 * minibuf.texi (Minibuffer History): Clarify discussion of
5012 minibuffer history lists (Bug#8085).
5013
5014 2011-02-19 Eli Zaretskii <eliz@gnu.org>
5015
5016 * elisp.texi: Sync @dircategory with ../../info/dir.
5017
5018 * files.texi (Visiting Functions): Document find-file-literally,
5019 both the command and the variable.
5020
5021 * variables.texi (Creating Buffer-Local): Explain the meaning of
5022 permanent local variables.
5023
5024 * files.texi (Visiting Functions): Document find-file-literally,
5025 both the command and the variable.
5026
5027 * variables.texi (Creating Buffer-Local): Explain the meaning of
5028 permanent local variables.
5029
5030 2011-02-19 Glenn Morris <rgm@gnu.org>
5031
5032 * keymaps.texi (Remapping Commands): Mention how to undo it.
5033
5034 2011-02-09 Reuben Thomas <rrt@sc3d.org>
5035
5036 * loading.texi (Hooks for Loading): Remove unnecessary advice
5037 about eval-after-load (Bug#7986).
5038
5039 2011-02-05 Chong Yidong <cyd@stupidchicken.com>
5040
5041 * commands.texi (Accessing Mouse): Note that a header line is not
5042 included in the row of posn-col-row.
5043
5044 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
5045
5046 * modes.texi (Major Mode Conventions): Add face guidelines.
5047 (Faces for Font Lock): List faces in order of prominence.
5048
5049 2011-02-01 Paul Eggert <eggert@cs.ucla.edu>
5050
5051 format-time-string now supports subsecond time stamp resolution
5052 * os.texi (Time Parsing): Document %N.
5053
5054 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
5055
5056 * vol1.texi (Top):
5057 * vol2.texi (Top):
5058 * elisp.texi (Top):
5059 * display.texi (Display Property): Shorten the menu description of
5060 the "Other Display Specs" node (Bug#7816).
5061
5062 * keymaps.texi (Defining Menus): Add "menu item" and "extended
5063 menu item" concept index entries (Bug#7805).
5064
5065 2011-01-29 Eli Zaretskii <eliz@gnu.org>
5066
5067 * makefile.w32-in (texinfodir): New variable.
5068 (usermanualdir): Remove as redundant with $(emacsdir).
5069 (MAKEINFO): Remove options, leave only program name.
5070 (MAKEINFO_OPTS): New variable.
5071 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
5072
5073 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
5074 Richard Kim <emacs18@gmail.com>
5075
5076 * loading.texi (Library Search): Document list-load-path-shadows
5077 (Bug#7757).
5078
5079 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
5080
5081 * searching.texi (Regexp Special): Remove outdated discussion of
5082 character sets (Bug#7780).
5083
5084 * frames.texi (Pop-Up Menus): Document where menu title comes
5085 from (Bug#7684).
5086
5087 2011-01-25 Glenn Morris <rgm@gnu.org>
5088
5089 * display.texi (Making Buttons): Mention limitation of text buttons.
5090
5091 2011-01-23 Werner Lemberg <wl@gnu.org>
5092
5093 * Makefile.in (MAKEINFO): Now controlled by `configure'.
5094 (MAKEINFO_OPTS): New variable. Use it where appropriate.
5095 (ENVADD): New variable to control texi2dvi and texi2pdf.
5096
5097 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
5098
5099 * files.texi (Directory Names): Move directory-abbrev-alist doc to
5100 Emacs manual.
5101
5102 2011-01-15 Eli Zaretskii <eliz@gnu.org>
5103
5104 * files.texi (Directory Names): Explain why FROM in
5105 directory-abbrev-alist should begin with \`. (Bug#7777)
5106
5107 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
5108
5109 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
5110
5111 2011-01-02 Eli Zaretskii <eliz@gnu.org>
5112
5113 * modes.texi (Emulating Mode Line): Fix last change.
5114
5115 2011-01-02 Eli Zaretskii <eliz@gnu.org>
5116
5117 * modes.texi (Emulating Mode Line): Update documentation of
5118 format-mode-line according to changes that fixed bug #7587.
5119
5120 2010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
5121
5122 * modes.texi (Derived Modes): Mention prog-mode.
5123
5124 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
5125 of the key-binding-data cache since we don't use it any more.
5126
5127 2010-12-13 Eli Zaretskii <eliz@gnu.org>
5128
5129 * processes.texi (Shell Arguments):
5130 * strings.texi (Creating Strings): Don't mention "shell commands";
5131 make it explicit that `split-string-and-unquote' and
5132 `combine-and-quote-strings' are mainly for working with arguments
5133 to call-process and start-process.
5134
5135 * processes.texi (Shell Arguments): Fix documentation of
5136 `split-string-and-unquote'. Add indexing. (Bug#7563)
5137
5138 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5139
5140 * modes.texi (Auto-Indentation): New section to document SMIE.
5141 (Major Mode Conventions):
5142 * text.texi (Mode-Specific Indent): Refer to it.
5143
5144 2010-12-13 Eli Zaretskii <eliz@gnu.org>
5145
5146 * display.texi (Other Display Specs): Document left-fringe and
5147 right-fringe display specs.
5148
5149 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5150
5151 * backups.texi (Making Backups):
5152 * modes.texi (Example Major Modes): Use recommended coding style.
5153 (Major Mode Basics, Derived Modes): Encourge more strongly use of
5154 define-derived-mode. Mention completion-at-point-functions.
5155
5156 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
5157
5158 * nonascii.texi (Converting Representations):
5159 Document byte-to-string.
5160
5161 2010-12-08 Glenn Morris <rgm@gnu.org>
5162
5163 * buffers.texi (Modification Time):
5164 verify-visited-file-modtime now defaults to the current buffer.
5165
5166 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
5167
5168 * nonascii.texi (Converting Representations): Document byte-to-string.
5169
5170 * strings.texi (Creating Strings): Don't mention semi-obsolete
5171 function char-to-string.
5172 (String Conversion): Shorten discussion of semi-obsolete function
5173 string-to-char. Link to Converting Representations.
5174
5175 * objects.texi (Symbol Type):
5176 * text.texi (Near Point):
5177 * help.texi (Help Functions):
5178 * functions.texi (Mapping Functions): Use string instead of
5179 char-to-string in examples.
5180
5181 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
5182
5183 * text.texi (Kill Functions, Kill Functions)
5184 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
5185 YANK-HANDLER args.
5186
5187 * symbols.texi (Creating Symbols): Using unintern without an
5188 obarray arg is now obsolete.
5189
5190 * numbers.texi (Float Basics): Document float-e and float-pi.
5191
5192 * variables.texi (Defining Variables): Change "pi" example to
5193 "float-pi".
5194
5195 2010-11-26 Eli Zaretskii <eliz@gnu.org>
5196
5197 * commands.texi (Click Events): Document the values of X, Y and
5198 COL, ROW in the event's position, when the click is on the header
5199 or mode line, on the fringes, or in the margins.
5200
5201 2010-11-17 Eli Zaretskii <eliz@gnu.org>
5202
5203 * customize.texi (Composite Types): Lower-case index entry.
5204
5205 * loading.texi (How Programs Do Loading):
5206 Document load-file-name. (Bug#7346)
5207
5208 2010-11-17 Glenn Morris <rgm@gnu.org>
5209
5210 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
5211
5212 2010-11-13 Eli Zaretskii <eliz@gnu.org>
5213
5214 * display.texi (Usual Display): Characters with no fonts are not
5215 necessarily displayed as empty boxes.
5216
5217 2010-10-31 Glenn Morris <rgm@gnu.org>
5218
5219 * maps.texi (Standard Keymaps): Update File menu description.
5220
5221 2010-10-28 Glenn Morris <rgm@gnu.org>
5222
5223 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
5224
5225 2010-10-24 Eli Zaretskii <eliz@gnu.org>
5226
5227 * display.texi (Window Systems): Deprecate use of window-system as
5228 a predicate.
5229
5230 2010-10-23 Glenn Morris <rgm@gnu.org>
5231
5232 * help.texi (Documentation Basics): Remove mentions of digest-doc and
5233 sorted-doc.
5234
5235 2010-10-15 Eli Zaretskii <eliz@gnu.org>
5236
5237 * os.texi (Dynamic Libraries): New node, with slightly modified
5238 text deleted from "Image Formats".
5239 (System Interface): Add @menu entry for "Dynamic Libraries".
5240
5241 * display.texi (Image Formats): Remove description of
5242 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
5243
5244 2010-10-12 Glenn Morris <rgm@gnu.org>
5245
5246 * book-spine.texinfo: Rename to book-spine.texi.
5247
5248 2010-10-11 Glenn Morris <rgm@gnu.org>
5249
5250 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
5251
5252 * Makefile.in (DVIPS): New variable.
5253 (.PHONY): Add html, ps.
5254 (html, elisp.html, ps, elisp.ps): New targets.
5255 (clean): Delete html, ps files.
5256 ($(infodir)/elisp): Remove unnecessary includes.
5257
5258 2010-10-09 Eli Zaretskii <eliz@gnu.org>
5259
5260 * makefile.w32-in (emacsdir): New variable.
5261 (srcs): Add emacsver.texi.
5262 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
5263
5264 2010-10-09 Glenn Morris <rgm@gnu.org>
5265
5266 * Makefile.in (VPATH): Remove.
5267 (infodir): Make it absolute.
5268 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
5269
5270 * Makefile.in (dist): Anchor regexps.
5271
5272 * Makefile.in (srcs): Put elisp.texi first.
5273 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
5274
5275 * Makefile.in (infoclean): Remove harmless, long-standing error.
5276
5277 * Makefile.in ($(infodir)): Delete rule.
5278 (mkinfodir): New.
5279 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
5280
5281 * Makefile.in (dist): Remove reference to emacsver.texi.in.
5282 Also copy emacsver.texi, and edit $emacsdir.
5283
5284 2010-10-09 Glenn Morris <rgm@gnu.org>
5285
5286 * Makefile.in (emacsdir): New variable.
5287 (MAKEINFO): Add -I $emacsdir.
5288 (dist): Copy emacsver.texi.
5289 (srcs): Add emacsver.texi.
5290
5291 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
5292 Set EMACSVER by including emacsver.texi.
5293
5294 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
5295
5296 2010-10-07 Glenn Morris <rgm@gnu.org>
5297
5298 * Makefile.in (version): New, set by configure.
5299 (clean): Delete dist tar file.
5300 (dist): Use version in tar name.
5301
5302 2010-10-06 Glenn Morris <rgm@gnu.org>
5303
5304 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
5305 (INSTALL_INFO): Remove unused variable.
5306 (mostlyclean, infoclean, dist): New rules.
5307 (clean): Delete dvi and pdf files.
5308 (maintainer-clean): Remove elisp.oaux, use infoclean.
5309 ($(infodir)): Add parallel build workaround.
5310
5311 2010-10-04 Glenn Morris <rgm@gnu.org>
5312
5313 * Makefile.in (dvi, pdf, $(infodir)): New targets.
5314 ($(infodir)/elisp): Ensure target directory exists. Use $@.
5315 Fix -I typo.
5316 (clean): No 'make.out' or 'core' files.
5317 (.PHONY): Declare clean rules.
5318 (maintainer-clean): Delete pdf file. Guard against cd failures.
5319
5320 2010-10-03 Glenn Morris <rgm@gnu.org>
5321
5322 * files.texi (File Name Components): Remove ignored section about
5323 deleted variable directory-sep-char.
5324
5325 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
5326
5327 * files.texi (Magic File Names): New defopt
5328 remote-file-name-inhibit-cache.
5329
5330 2010-10-02 Glenn Morris <rgm@gnu.org>
5331
5332 * os.texi (Killing Emacs): Hook now runs in batch mode.
5333
5334 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
5335
5336 * text.texi (Special Properties): Clarify when modification-hooks run.
5337
5338 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5339
5340 * syntax.texi (Syntax Flags): Document new `c' flag.
5341
5342 2010-09-09 Glenn Morris <rgm@gnu.org>
5343
5344 * display.texi (ImageMagick Images): General cleanup.
5345
5346 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
5347
5348 * files.texi (Directory Names): Use \` rather than ^.
5349
5350 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
5351
5352 * text.texi (Low-Level Kill Ring):
5353 * frames.texi (Window System Selections): Remove cut buffer
5354 documentation.
5355
5356 2010-08-28 Eli Zaretskii <eliz@gnu.org>
5357
5358 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
5359 Parameters", where the default fringe width is described.
5360
5361 * frames.texi (Window Frame Parameters, Basic Parameters)
5362 (Position Parameters, Layout Parameters, Management Parameters)
5363 (Cursor Parameters, Font and Color Parameters): Add indexing for
5364 frame parameters. (Bug#6929)
5365
5366 2010-08-25 Tom Tromey <tromey@redhat.com>
5367
5368 * vol2.texi (Top): Update.
5369 * vol1.texi (Top): Update.
5370 * tips.texi (Library Headers): Mention Package-Version and
5371 Package-Requires.
5372 * package.texi: New file.
5373 * os.texi (System Interface): Update pointers.
5374 * elisp.texi (Top): Link to new nodes. Include package.texi.
5375 * anti.texi (Antinews): Update pointers.
5376
5377 2010-08-25 Eli Zaretskii <eliz@gnu.org>
5378
5379 * processes.texi (Filter Functions): Fix last change.
5380
5381 2010-08-24 Markus Triska <triska@gmx.at>
5382
5383 * processes.texi (Filter Functions): Use `buffer-live-p' instead
5384 of `buffer-name' in the main text as well as in the example
5385 (Bug#3098).
5386
5387 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
5388
5389 * nonascii.texi (Text Representations):
5390 * loading.texi (Loading Non-ASCII):
5391 * compile.texi (Byte Compilation): Don't mention obsolete
5392 --unibyte command-line argument.
5393
5394 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
5395
5396 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
5397
5398 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
5399
5400 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
5401
5402 2010-08-20 Eli Zaretskii <eliz@gnu.org>
5403
5404 * commands.texi (Misc Events): Add cross-references to where
5405 POSITION of a mouse event is described in detail.
5406
5407 2010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
5408
5409 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
5410
5411 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
5412
5413 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
5414 Suggested by Štěpán Němec <stepnem@gmail.com>.
5415
5416 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
5417
5418 * minibuf.texi (High-Level Completion): Document args of
5419 `read-buffer-function' (bug#5625).
5420
5421 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
5422
5423 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
5424
5425 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
5426
5427 * processes.texi (Process Information): Explain process property
5428 `remote-tty'.
5429
5430 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
5431
5432 * modes.texi (Defining Minor Modes): Use C-delete in examples,
5433 instead of "\C-\^?" (bug#6334).
5434
5435 * text.texi (Special Properties): Fix typo.
5436
5437 2010-07-09 Eli Zaretskii <eliz@gnu.org>
5438
5439 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
5440 calling sequences, which are now the standard.
5441
5442 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
5443
5444 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
5445
5446 * commands.texi (Command Overview): Mention undo-boundary call.
5447
5448 2010-06-23 Glenn Morris <rgm@gnu.org>
5449
5450 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
5451 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
5452 * frames.texi, functions.texi, internals.texi, keymaps.texi:
5453 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
5454 * searching.texi, sequences.texi, strings.texi, syntax.texi:
5455 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
5456 Untabify Texinfo files.
5457
5458 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
5459
5460 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
5461
5462 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
5463
5464 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5465
5466 2010-06-02 Chong Yidong <cyd@stupidchicken.com>
5467
5468 * searching.texi (Regexp Special): Remove obsolete information
5469 about matching non-ASCII characters, and suggest using char
5470 classes (Bug#6283).
5471
5472 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
5473
5474 * minibuf.texi (Basic Completion): Add missing "@end defun".
5475
5476 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5477
5478 * minibuf.texi (Basic Completion): Document completion-boundaries.
5479 (Programmed Completion): Document the new fourth method for boundaries.
5480
5481 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
5482
5483 * display.texi (Image Cache): Update documentation about image caching.
5484
5485 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
5486
5487 * windows.texi (Textual Scrolling):
5488 * tips.texi (Coding Conventions):
5489 * minibuf.texi (Minibuffer History):
5490 * maps.texi (Standard Keymaps):
5491 * loading.texi (Where Defined):
5492 * edebug.texi (Instrumenting): Fix typos.
5493
5494 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5495
5496 * keymaps.texi (Menu Bar): Document :advertised-binding property.
5497
5498 * functions.texi (Obsolete Functions):
5499 Document set-advertised-calling-convention.
5500
5501 * minibuf.texi (Basic Completion): Document completion-in-region.
5502 (Programmed Completion): Document completion-annotate-function.
5503
5504 * commands.texi (Reading One Event): Document read-key.
5505 (Distinguish Interactive): Document KIND arg to
5506 called-interactively-p. Delete obsolete interactive-p.
5507
5508 * elisp.texi (Top): Update node description.
5509
5510 2010-05-08 Eli Zaretskii <eliz@gnu.org>
5511
5512 * nonascii.texi (Character Properties):
5513 Document unicode-category-table. Add an index entry for Unicode
5514 general category.
5515
5516 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
5517
5518 * Version 23.2 released.
5519
5520 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
5521
5522 * locals.texi (Standard Buffer-Local Variables):
5523 Remove @ignore'd reference to `direction-reversed'.
5524
5525 2010-04-14 Juri Linkov <juri@jurta.org>
5526
5527 Fix @deffn without category.
5528
5529 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
5530 for `abbrev-insert'.
5531
5532 * buffers.texi (Indirect Buffers): Add category `Command'
5533 to @deffn of `clone-indirect-buffer'.
5534
5535 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
5536 for `next-window' and `previous-window'. Add category `Command'
5537 to @deffn of `pop-to-buffer'.
5538
5539 2010-04-01 Chong Yidong <cyd@stupidchicken.com>
5540
5541 * nonascii.texi (Text Representations): Don't mark
5542 enable-multibyte-characters as a user option.
5543
5544 2010-03-31 Eli Zaretskii <eliz@gnu.org>
5545
5546 * control.texi (Handling Errors): How to re-throw a signal caught
5547 by condition-case.
5548
5549 2010-03-26 Chong Yidong <cyd@stupidchicken.com>
5550
5551 * loading.texi (Hooks for Loading): Document after-load-functions.
5552 Copyedits.
5553
5554 2010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
5555
5556 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
5557
5558 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
5559
5560 * processes.texi (Network Processes): Document seqpacket type.
5561
5562 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
5563
5564 * os.texi (System Environment): Do not mention lynxos.
5565
5566 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
5567
5568 * Branch for 23.2.
5569
5570 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
5571
5572 * objects.texi (Integer Type): Take note of the read syntax
5573 exception for numbers that cannot fit in the integer type.
5574
5575 2010-03-03 Glenn Morris <rgm@gnu.org>
5576
5577 * numbers.texi (Integer Basics, Bitwise Operations):
5578 * objects.texi (Integer Type): Update for integers now being 30-bit.
5579
5580 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
5581
5582 * display.texi (Low-Level Font): Document :otf font-spec property.
5583
5584 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
5585
5586 * display.texi (Line Height): Avoid obsolete special default variables
5587 like default-major-mode.
5588
5589 2010-01-28 Alan Mackenzie <acm@muc.de>
5590
5591 * display.texi (Auto Faces): Say fontification-functions is called
5592 whether or not Font Lock is enabled. Tidy up the wording a bit.
5593
5594 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
5595
5596 * elisp.texi: Remove duplicate edition information (Bug#5407).
5597
5598 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
5599
5600 * two.el (volume-header-toc-markup): Fix typos in docstring.
5601
5602 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
5603
5604 Avoid dubious uses of save-excursions.
5605 * positions.texi (Excursions): Recommend the use of
5606 save-current-buffer if applicable.
5607 * text.texi (Clickable Text): Fix the example code which used
5608 save-excursion in a naive way which sometimes preserves point and
5609 sometimes not.
5610 * variables.texi (Creating Buffer-Local):
5611 * os.texi (Session Management):
5612 * display.texi (GIF Images):
5613 * control.texi (Cleanups): Use (save|with)-current-buffer.
5614
5615 2010-01-02 Eli Zaretskii <eliz@gnu.org>
5616
5617 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
5618
5619 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
5620
5621 * nonascii.texi (Text Representations, Character Codes)
5622 (Converting Representations, Explicit Encoding)
5623 (Translation of Characters): Use hex notation consistently.
5624 (Character Sets): Fix map-charset-chars doc (Bug#5197).
5625
5626 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
5627
5628 * loading.texi (Where Defined): Make it clearer that these are
5629 loaded files (Bug#5068).
5630
5631 2009-12-29 Chong Yidong <cyd@stupidchicken.com>
5632
5633 * minibuf.texi (Completion Styles): Document `initials' style.
5634
5635 2009-12-25 Chong Yidong <cyd@stupidchicken.com>
5636
5637 * frames.texi (Resources): Describe inhibit-x-resources.
5638 (Size Parameters): Copyedit.
5639
5640 * hash.texi (Creating Hash):
5641 * objects.texi (Hash Table Type): Document the new hash table
5642 printed representation.
5643
5644 * minibuf.texi (Basic Completion): 4th arg to all-completions is
5645 obsolete.
5646
5647 * processes.texi (Process Buffers):
5648 Document process-kill-buffer-query-function.
5649
5650 2009-12-05 Glenn Morris <rgm@gnu.org>
5651
5652 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
5653 diary-display-function, and no longer recommended to be a hook.
5654 Update for changes in the names of calendar and diary hooks.
5655 diary-print-entries-hook has changed section.
5656
5657 2009-11-28 Eli Zaretskii <eliz@gnu.org>
5658
5659 * text.texi (Special Properties): More accurate description of
5660 what the `cursor' property does.
5661
5662 2009-11-26 Kevin Ryde <user42@zip.com.au>
5663
5664 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
5665 mouse-wheel-down-event, the closest thing to a definition for them.
5666 * os.texi (Startup Summary): vindex inhibit-startup-message and
5667 inhibit-splash-screen.
5668 (Command-Line Arguments): vindex argv.
5669 (Suspending Emacs): vindex suspend-tty-functions and
5670 resume-tty-functions. Don't want to index every hook, but having
5671 the programming ones is helpful.
5672
5673 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
5674
5675 * commands.texi (Motion Events): Fix typo (Bug#4907).
5676
5677 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5678
5679 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
5680 are affected by case-fold-search (Bug#4483).
5681
5682 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
5683
5684 * minibuf.texi (Reading File Names): Note that read-file-name may
5685 use a graphical file dialog.
5686
5687 2009-10-31 Glenn Morris <rgm@gnu.org>
5688
5689 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
5690
5691 2009-10-16 Kevin Ryde <user42@zip.com.au>
5692
5693 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
5694 in particular so `info-lookup-symbol' can find its docs.
5695
5696 2009-10-16 Chong Yidong <cyd@stupidchicken.com>
5697
5698 * variables.texi (Constant Variables): Distinguish from defconst
5699 variables.
5700 (Defining Variables): Add cindex.
5701
5702 2009-10-15 Chong Yidong <cyd@stupidchicken.com>
5703
5704 * os.texi (Time of Day): Clarify that the microsecond part is
5705 ignored (Bug#4637).
5706
5707 2009-10-11 Glenn Morris <rgm@gnu.org>
5708
5709 * frames.texi (Size and Position): Clarify what is included in the frame
5710 height. (Bug#4535)
5711
5712 2009-10-10 Glenn Morris <rgm@gnu.org>
5713
5714 * windows.texi (Size of Window): The relationship between window and
5715 frame heights is not so simple. (Bug#4535)
5716 Mention window-full-height-p.
5717
5718 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5719
5720 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
5721 used from Lisp.
5722
5723 2009-10-07 Eli Zaretskii <eliz@gnu.org>
5724
5725 * files.texi (Directory Names) <abbreviate-file-name>:
5726 Document that root home directories are not replaced with "~".
5727
5728 2009-10-06 Eli Zaretskii <eliz@gnu.org>
5729
5730 * text.texi (Special Properties): Document the meaning of the
5731 `cursor' text property whose value is an integer.
5732
5733 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5734
5735 * files.texi (Magic File Names): Add `copy-directory'.
5736
5737 2009-10-05 Eli Zaretskii <eliz@gnu.org>
5738
5739 * files.texi (File Attributes): Fix description of file
5740 attributes. (Bug#4638) Update attributes of files.texi example to
5741 be more representative.
5742
5743 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5744
5745 * files.texi (Create/Delete Dirs): New command copy-directory.
5746
5747 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
5748
5749 * anti.texi (Antinews):
5750 * macros.texi (Indenting Macros):
5751 * strings.texi (Creating Strings, Case Conversion):
5752 Remove duplicate words.
5753
5754 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
5755
5756 * files.texi (Create/Delete Dirs): delete-directory has an
5757 optional parameter RECURSIVE.
5758
5759 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5760
5761 * buffers.texi (Swapping Text): Minor clarification.
5762
5763 2009-10-01 Glenn Morris <rgm@gnu.org>
5764
5765 * functions.texi (Declaring Functions): Mention that we also search for
5766 ".m" files in the src/ directory.
5767
5768 2009-09-25 David Engster <deng@randomsample.de>
5769
5770 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
5771
5772 2009-09-22 Glenn Morris <rgm@gnu.org>
5773
5774 * internals.texi (Building Emacs): Mention preloaded-file-list.
5775
5776 2009-09-14 Alan Mackenzie <acm@muc.de>
5777
5778 * os.texi (Terminal Output): Put "@code{}" around "stdout".
5779
5780 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
5781
5782 * functions.texi (Anonymous Functions): Rearrange discussion,
5783 giving usage of unquoted lambda forms first. Mention that
5784 `function' and `#'' are no longer required (Bug#4290).
5785
5786 2009-09-11 Alan Mackenzie <acm@muc.de>
5787
5788 * os.texi (Terminal Output): Document `send-string-to-terminal' in
5789 batch mode.
5790
5791 2009-09-01 Glenn Morris <rgm@gnu.org>
5792
5793 * display.texi (Face Functions): Mention define-obsolete-face-alias.
5794
5795 2009-08-26 Ulrich Mueller <ulm@gentoo.org>
5796
5797 * nonascii.texi (Character Codes): Fix typos.
5798
5799 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
5800
5801 * processes.texi (Synchronous Processes): New defvar
5802 process-file-side-effects.
5803
5804 2009-08-25 Glenn Morris <rgm@gnu.org>
5805
5806 * display.texi (Fontsets): Fix typo.
5807
5808 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
5809
5810 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5811
5812 * processes.texi (Asynchronous Processes): Adjust arglist of
5813 start-process-shell-command and start-file-process-shell-command.
5814
5815 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
5816
5817 * advice.texi (Argument Access in Advice): Note that argument
5818 positions are zero-based (Bug#3932).
5819
5820 * commands.texi (Distinguish Interactive): Minor copyedit.
5821
5822 * display.texi (Face Attributes): Add xref to Displaying Faces for
5823 explanation of "underlying face".
5824
5825 * customize.texi (Common Keywords): Add xref to Loading.
5826
5827 * loading.texi (How Programs Do Loading): Add xref to Lisp
5828 Libraries node in the Emacs manual.
5829
5830 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
5831
5832 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
5833
5834 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
5835
5836 * processes.texi (Shell Arguments): Copyedits.
5837
5838 2009-07-18 Glenn Morris <rgm@gnu.org>
5839
5840 * loading.texi (Repeated Loading): Fix typo.
5841
5842 2009-07-16 Richard Stallman <rms@gnu.org>
5843
5844 * buffers.texi (Swapping Text): Recommend setting
5845 write-region-annotate-functions and buffer-saved-size.
5846
5847 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
5848
5849 2009-07-15 Glenn Morris <rgm@gnu.org>
5850
5851 * edebug.texi: Minor re-phrasings throughout.
5852 (Edebug Execution Modes): Sit-for affects continue mode too.
5853 (Jumping): Use `forward-sexp' rather than its keybinding.
5854 (Edebug Misc): Fix Q binding.
5855 (Edebug Eval): Remove cl version.
5856 (Printing in Edebug): Clarify print-length etc.
5857 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
5858 (Specification List): Remove edebug-unwrap findex entry.
5859 (Specification Examples): defmacro is actually not the same as defun.
5860 Escape "`" in example.
5861
5862 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
5863
5864 * markers.texi (The Mark): Document optional arg to
5865 deactivate-mark.
5866
5867 2009-07-11 Kevin Ryde <user42@zip.com.au>
5868
5869 * hooks.texi (Standard Hooks): Fix cross-references.
5870
5871 * loading.texi (Named Features): Refer to eval-after-load.
5872
5873 2009-07-11 Glenn Morris <rgm@gnu.org>
5874
5875 * Makefile.in (TEXI2PDF): New.
5876 (elisp.pdf): New target.
5877
5878 * searching.texi (Regexp Backslash): Fix typo.
5879
5880 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5881
5882 2009-07-10 Glenn Morris <rgm@gnu.org>
5883
5884 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
5885
5886 * customize.texi (Customization Types):
5887 * display.texi (Abstract Display):
5888 * objects.texi (Character Type, String Type):
5889 Merge in some menu descriptions from elisp.texi.
5890
5891 * hash.texi (Hash Tables):
5892 * modes.texi (Multiline Font Lock):
5893 End menu description with period.
5894
5895 2009-07-09 Glenn Morris <rgm@gnu.org>
5896
5897 * back.texi: Don't hard-code texinfo location.
5898
5899 * two-volume.make (texinfodir): New, with location of texinfo.tex.
5900 (tex): Add texinfodir to TEXINPUTS.
5901 (elisp1med-init, elisp2med-init): Use texinfodir.
5902
5903 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
5904 (clean): Add two-volume.make intermediate files.
5905
5906 * elisp.texi, vol1.texi, vol2.texi:
5907 Use a DATE variable with the publication date, and update it.
5908 Fix antinews menu description.
5909
5910 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
5911 Update the detailed node listing to match elisp.texi.
5912
5913 * README: Update edition to match elisp.texi.
5914
5915 * objects.texi (General Escape Syntax):
5916 * nonascii.texi (Character Sets):
5917 Use consistent case for "Unicode Standard".
5918
5919 * anti.texi (Antinews):
5920 * customize.texi (Variable Definitions):
5921 * functions.texi (Declaring Functions):
5922 * nonascii.texi (Character Properties):
5923 * processes.texi (Serial Ports):
5924 * text.texi (Special Properties):
5925 * tips.texi (Coding Conventions):
5926 Minor rearrangements to improve TeX line-filling.
5927
5928 * commands.texi (Using Interactive): Fix cross-reference.
5929
5930 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5931
5932 * frames.texi (Management Parameters): Mention sticky.
5933
5934 2009-07-01 Andreas Schwab <aschwab@redhat.com>
5935
5936 * help.texi (Help Functions): Fix description of help-buffer and
5937 help-setup-xref to use @defun instead of @deffn.
5938
5939 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5940
5941 * frames.texi (Size Parameters): Mention maximized for fullscreen.
5942
5943 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
5944
5945 * display.texi (Window Systems): Add ns to the list.
5946
5947 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
5948
5949 * Branch for 23.1.
5950
5951 2009-06-17 Martin Rudalics <rudalics@gmx.at>
5952
5953 * windows.texi (Dedicated Windows): Fix typo.
5954 (Resizing Windows): Replace @defun by @deffn.
5955
5956 2009-06-17 Glenn Morris <rgm@gnu.org>
5957
5958 * variables.texi (Directory Local Variables):
5959 Update for 2009-04-11 name-change of dir-locals-directory-alist.
5960
5961 2009-06-09 Kenichi Handa <handa@m17n.org>
5962
5963 * nonascii.texi (Character Sets): State clearly that FROM and TO
5964 are codepoints of CHARSET.
5965
5966 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
5967
5968 * minibuf.texi (Reading File Names): Fix introductory text.
5969 Suggested by stan@derbycityprints.com.
5970 (High-Level Completion): Fix typo.
5971
5972 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
5973
5974 * frames.texi (Text Terminal Colors): Multi-tty is already
5975 implemented, but tty-local colors are not.
5976
5977 2009-05-27 Chong Yidong <cyd@stupidchicken.com>
5978
5979 * hooks.texi (Standard Hooks): Remove mention of obsolete
5980 redisplay-end-trigger-functions.
5981
5982 * internals.texi (Window Internals): Remove mention of obsolete
5983 redisplay-end-trigger-functions.
5984
5985 2009-05-21 Martin Rudalics <rudalics@gmx.at>
5986
5987 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
5988
5989 * backups.texi (Making Backups): backup-directory-alist and
5990 make-backup-file-name-function are options.
5991 (Auto-Saving): auto-save-list-file-prefix is an option.
5992
5993 * buffers.texi (Killing Buffers): buffer-offer-save is an
5994 option.
5995
5996 * display.texi (Refresh Screen): no-redraw-on-reenter is an
5997 option.
5998 (Echo Area Customization): echo-keystrokes is an option.
5999 (Selective Display): selective-display-ellipses is an option.
6000 (Temporary Displays): temp-buffer-show-function is an option.
6001 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
6002 are options.
6003 (Font Selection): face-font-family-alternatives,
6004 face-font-selection-order, face-font-registry-alternatives, and
6005 scalable-fonts-allowed are options.
6006 (Fringe Indicators): indicate-buffer-boundaries is an option.
6007 (Fringe Cursors): overflow-newline-into-fringe is an option.
6008 (Scroll Bars): scroll-bar-mode is an option.
6009
6010 * eval.texi (Eval): max-lisp-eval-depth is an option.
6011
6012 * files.texi (Visiting Functions): find-file-hook is an option.
6013 (Directory Names): directory-abbrev-alist is an option.
6014 (Unique File Names): temporary-file-directory and
6015 small-temporary-file-directory are options.
6016
6017 * frames.texi (Initial Parameters): initial-frame-alist,
6018 minibuffer-frame-alist and default-frame-alist are options.
6019 (Cursor Parameters): blink-cursor-alist and
6020 cursor-in-non-selected-windows ar options.
6021 (Window System Selections): selection-coding-system is an
6022 option.
6023 (Display Feature Testing): display-mm-dimensions-alist is an
6024 option.
6025
6026 * help.texi (Help Functions): help-char and help-event-list are
6027 options.
6028
6029 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
6030 an option.
6031
6032 * minibuf.texi (Minibuffer History): history-length and
6033 history-delete-duplicates are options.
6034 (High-Level Completion): read-buffer-function and
6035 read-buffer-completion-ignore-case are options.
6036 (Reading File Names): read-file-name-completion-ignore-case is
6037 an option.
6038
6039 * modes.texi (Mode Line Top): mode-line-format is an option.
6040 (Mode Line Variables): mode-line-position and mode-line-modes
6041 are options.
6042
6043 * nonascii.texi (Text Representations):
6044 enable-multibyte-characters is an option.
6045 (Default Coding Systems): auto-coding-regexp-alist,
6046 file-coding-system-alist, auto-coding-alist and
6047 auto-coding-functions are options.
6048 (Specifying Coding Systems): inhibit-eol-conversion is an
6049 option.
6050
6051 * os.texi (Init File): site-run-file is an option.
6052 (System Environment): mail-host-address is an option.
6053 (User Identification): user-mail-address is an option.
6054 (Terminal Output): baud-rate is an option.
6055
6056 * positions.texi (Word Motion): words-include-escapes is an
6057 option.
6058
6059 * searching.texi (Standard Regexps): page-delimiter,
6060 paragraph-separate, paragraph-separate and sentence-end are
6061 options.
6062
6063 * text.texi (Margins): left-margin and fill-nobreak-predicate
6064 are options.
6065
6066 * variables.texi (Local Variables): max-specpdl-size is an
6067 option.
6068
6069 * windows.texi (Choosing Window):
6070 split-window-preferred-function, special-display-function and
6071 display-buffer-function are options.
6072
6073 2009-05-20 Chong Yidong <cyd@stupidchicken.com>
6074
6075 Fix errors spotted by Martin Rudalics.
6076
6077 * syntax.texi (Position Parse): Document rationale for ignored
6078 arguments to syntax-ppss-flush-cache.
6079
6080 * processes.texi (Input to Processes): Mark PROCESS arg to
6081 process-running-child-p as optional.
6082 (Network Options): Document NO-ERROR arg to
6083 set-network-process-option.
6084
6085 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
6086 command.
6087
6088 * searching.texi (POSIX Regexps): Mark posix-search-forward and
6089 posix-search-backward as commands.
6090
6091 * os.texi (Killing Emacs): Mark kill-emacs as a command.
6092 (Suspending Emacs): Mark suspend-emacs as a command.
6093 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
6094 commands.
6095 (Terminal Output): Remove obsolete function baud-rate.
6096 Document TERMINAL arg for send-string-to-terminal.
6097
6098 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
6099 terminal-coding-system and set-terminal-coding-system.
6100 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
6101 as optional.
6102 (Character Sets): Document RESTRICTION arg of char-charset.
6103 (Character Codes): Mark POS argument to get-byte as optional.
6104
6105 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
6106 minibuffer-message.
6107
6108 * files.texi (Create/Delete Dirs): Mark make-directory and
6109 delete-directory as commands.
6110
6111 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
6112
6113 * text.texi (Base 64): Mark base64-decode-string and
6114 base64-encode-string as commands.
6115 (Columns): Mark move-to-column as a command.
6116 (Mode-Specific Indent): Document RIGID arg to
6117 indent-for-tab-command.
6118 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
6119 Mark indent-code-rigidly as a command.
6120 (Substitution): Mark translate-region as a command.
6121
6122 * frames.texi (Size and Position): Remove obsolete functions
6123 screen-height and screen-width.
6124
6125 2009-05-19 Chong Yidong <cyd@stupidchicken.com>
6126
6127 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
6128 (Displaying Buffers, Resizing Windows): Correct mistakes;
6129 next-window, previous-window, and pop-to-buffer are not commands,
6130 and fit-window-to-buffer" is a command. (Pointed out by Martin
6131 Rudalics.)
6132
6133 2009-05-17 Richard M Stallman <rms@gnu.org>
6134
6135 * modes.texi (Precalculated Fontification): Clarify text.
6136
6137 2009-05-17 Martin Rudalics <rudalics@gmx.at>
6138
6139 * windows.texi (Selecting Windows): Clarify descriptions of
6140 with-selected-window and get-lru-window.
6141 (Cyclic Window Ordering): Refer to particular frame when talking
6142 about how splitting affects the ordering.
6143 (Displaying Buffers): Fix descriptions of switch-to-buffer and
6144 switch-to-buffer-other-window. Explain how setting of
6145 display-buffer-reuse-frames affects pop-to-buffer.
6146 (Choosing Window): Clarify some details in descriptions of
6147 display-buffer-reuse-frames, pop-up-frames, and
6148 pop-up-frame-function.
6149 (Dedicated Windows): Clarify some details.
6150 (Textual Scrolling): Replace term vscroll by term vertical
6151 scroll position.
6152 (Vertical Scrolling): Fix typo.
6153 (Window Hooks): Relate text on jit-lock-register to window
6154 scrolling and size changes.
6155
6156 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
6157
6158 * frames.texi (Initial Parameters): Clarify what the initial
6159 minibuffer frame is.
6160 (Buffer Parameters): Note that the minibuffer parameter can not be
6161 altered.
6162
6163 * anti.texi (Antinews): Copyedits. Rearrange some entries.
6164 Document display-buffer changes.
6165
6166 2009-05-13 Chong Yidong <cyd@stupidchicken.com>
6167
6168 * anti.texi (Antinews): Rewrite for Emacs 22.
6169
6170 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
6171 obarrays are first mentioned. Define "system abbrev" more
6172 prominently, and add it to the index.
6173 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
6174 Copyedits.
6175 (Abbrev Expansion): Document abbrev-insert.
6176
6177 2009-05-12 Chong Yidong <cyd@stupidchicken.com>
6178
6179 * frames.texi (Font and Color Parameters): Rename from Color
6180 Parameters. Document font-backend parameter.
6181
6182 * vol2.texi (Top): Update node listing.
6183 * vol1.texi (Top): Update node listing.
6184 * elisp.texi (Top): Update node listing.
6185
6186 2009-05-11 Martin Rudalics <rudalics@gmx.at>
6187
6188 * windows.texi (Choosing Window): Don't explicitly refer to
6189 split-window-sensibly's window argument in descriptions of
6190 split-height-threshold and split-width-threshold.
6191
6192 2009-05-10 Martin Rudalics <rudalics@gmx.at>
6193
6194 * windows.texi (Choosing Window): Fix rewrite of window
6195 splitting section.
6196
6197 2009-05-09 Eli Zaretskii <eliz@gnu.org>
6198
6199 * nonascii.texi (Default Coding Systems):
6200 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
6201 Add indexing.
6202 (Lisp and Coding Systems): Add index entries.
6203
6204 2009-05-09 Martin Rudalics <rudalics@gmx.at>
6205
6206 * windows.texi (Choosing Window): Describe split-window-sensibly
6207 and rewrite section on window splitting accordingly.
6208 (Textual Scrolling): Replace `...' by @code{...}.
6209
6210 2009-05-04 Chong Yidong <cyd@stupidchicken.com>
6211
6212 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
6213 Remove obsoleted pre-abbrev-expand-hook.
6214
6215 * locals.texi (Standard Buffer-Local Variables): Consolidate table
6216 entries.
6217
6218 * internals.texi (Object Internals): Don't assume 32-bit machines
6219 are the norm.
6220 (Buffer Internals): Consolidate table entries for readability.
6221 (Window Internals): Synch field names to window.h.
6222 (Process Internals): Synch field names to process.h.
6223
6224 2009-04-29 Chong Yidong <cyd@stupidchicken.com>
6225
6226 * variables.texi (File Local Variables): Note that read-circle is
6227 bound to nil when reading file-local variables.
6228
6229 * streams.texi (Input Functions): Document read-circle.
6230 (Output Variables): Add xref to Circular Objects.
6231
6232 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
6233
6234 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
6235 Features and Coding System Basics. Node that "p" stands for
6236 "predicate". Recommend utf-8-emacs instead of emacs-mule.
6237 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
6238 mouse-appearance-menu.
6239 (Programming Tips): Add xref to Progress.
6240
6241 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
6242
6243 * os.texi (Command-Line Arguments):
6244 Document command-line-args-left.
6245 (Suspending Emacs): Adapt text to multi-tty case. Document use of
6246 terminal objects for tty arguments.
6247 (Startup Summary): Add xref to Session Management.
6248 (Session Management): Mention emacs-session-restore. Copyedits.
6249
6250 2009-04-20 Chong Yidong <cyd@stupidchicken.com>
6251
6252 * os.texi (Startup Summary): Copyedits. The init file is not
6253 necessarily named .emacs now. Document initial-buffer-choice and
6254 initial-scratch-message. Note where Emacs exits in batch mode.
6255 Document inhibit-splash-screen as an alias.
6256 (Init File): Be neutral about which init file name to use.
6257
6258 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
6259
6260 * os.texi (System Interface): Fix Texinfo usage.
6261
6262 2009-04-15 Chong Yidong <cyd@stupidchicken.com>
6263
6264 * searching.texi (Regexp Backslash): Also refer to shy groups as
6265 non-capturing or unnumbered groups.
6266 (Regexp Functions): Add cross-reference to Regexp Backslash.
6267
6268 * display.texi (Truncation): Overlays can use line-prefix and
6269 wrap-prefix too.
6270 (Overlay Properties): Document wrap-prefix and line-prefix.
6271 (Face Attributes): Document underline-minimum-offset.
6272 (Face Remapping): Copyedits.
6273 (Low-Level Font): Copyedits.
6274 (Image Cache): Note that the image cache is shared between frames.
6275 (Line Height): Emphasize that line-spacing only takes effect on
6276 graphical terminals.
6277
6278 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
6279
6280 * display.texi (Refresh Screen): Note that a passage about screen
6281 refreshing is text terminal only.
6282 (Forcing Redisplay): Delete misleading comment---sit-for calls
6283 redisplay, not the other way around.
6284 (Truncation): Note new values of truncate-partial-width-windows.
6285 Copyedits.
6286 (Invisible Text): Document invisible-p.
6287
6288 2009-04-11 Eli Zaretskii <eliz@gnu.org>
6289
6290 * display.texi (Overlays): Overlays don't scale well. See
6291 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
6292
6293 2009-04-10 Chong Yidong <cyd@stupidchicken.com>
6294
6295 * syntax.texi (Syntax Table Functions): Document cons cell
6296 argument for modify-syntax-entry.
6297 (Categories): Document cons cell argument for
6298 modify-category-entry.
6299
6300 * searching.texi (String Search): Document word-search-forward-lax
6301 and word-search-backward-lax.
6302 (Searching and Case): Describe isearch behavior more precisely.
6303
6304 * keymaps.texi (Tool Bar): Mention that some platforms do not
6305 support multi-line toolbars. Suggested by Stephen Eglen.
6306
6307 * frames.texi (Layout Parameters): Mention that Nextstep also
6308 allows only one tool-bar line. Suggested by Stephen Eglen.
6309
6310 * nonascii.texi (Text Representations): Copyedits.
6311 (Coding System Basics): Also mention utf-8-emacs.
6312 (Converting Representations, Selecting a Representation)
6313 (Scanning Charsets, Translation of Characters, Encoding and I/O):
6314 Copyedits.
6315 (Character Codes): Mention role of codepoints 1114112 to 4194175.
6316
6317 2009-04-09 Chong Yidong <cyd@stupidchicken.com>
6318
6319 * text.texi (Yank Commands): Note that yank uses push-mark.
6320 (Filling): Clarify REGION argument of fill-paragraph.
6321 Document fill-forward-paragraph-function.
6322 (Special Properties): Remove "new in Emacs 22" declaration.
6323 (Clickable Text): Merge with Links and Mouse-1 node.
6324
6325 * display.texi (Button Properties, Button Buffer Commands):
6326 Change xref to Clickable Text.
6327
6328 * tips.texi (Key Binding Conventions): Change xref to Clickable
6329 Text.
6330
6331 * elisp.texi (Top): Update node listing.
6332
6333 2009-04-05 Chong Yidong <cyd@stupidchicken.com>
6334
6335 * markers.texi (The Mark): Copyedits. Improve description of
6336 handle-shift-selection.
6337 (The Region): Move use-region-p here from The Mark.
6338
6339 * positions.texi (Screen Lines): Document (cols . lines) argument
6340 for vertical-motion.
6341
6342 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
6343
6344 * frames.texi (Frames): Clean up introduction. Document `ns'
6345 return value for framep.
6346 (Creating Frames): Note how the terminal is chosen.
6347 (Multiple Terminals, Multiple Displays): Merge into a single node.
6348 (Color Parameters): Fix typo.
6349
6350 * variables.texi (Local Variables, Buffer-Local Variables)
6351 (Creating Buffer-Local): Change link to Multiple Terminals.
6352
6353 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
6354
6355 * keymaps.texi (Controlling Active Maps): Change link to Multiple
6356 Terminals.
6357
6358 * commands.texi (Command Loop Info, Keyboard Macros): Change link
6359 to Multiple Terminals.
6360
6361 * elisp.texi (Top): Update node listing.
6362 * vol2.texi (Top): Update node listing.
6363 * vol1.texi (Top): Update node listing.
6364
6365 * buffers.texi (Current Buffer): Note that the append-to-buffer
6366 example is no longer in synch with the latest code. Tie the two
6367 examples together.
6368
6369 * files.texi (File Attributes): Move note about MS-DOS from
6370 Changing Files to File Attributes.
6371 (Create/Delete Dirs): Note that mkdir is an alias for this.
6372
6373 2009-04-01 Markus Triska <triska@gmx.at>
6374
6375 * processes.texi (Filter Functions): Suggest how to handle output
6376 batches.
6377
6378 2009-03-30 Chong Yidong <cyd@stupidchicken.com>
6379
6380 * help.texi (Accessing Documentation): Update example to use
6381 help-setup-xref and with-help-window.
6382 (Help Functions): Remove print-help-return-message, which is
6383 semi-obsolete due to with-help-window. Document help-buffer and
6384 help-setup-xref.
6385
6386 2009-03-29 Chong Yidong <cyd@stupidchicken.com>
6387
6388 * help.texi (Accessing Documentation, Help Functions):
6389 Remove information about long-obsolete Emacs versions.
6390
6391 * modes.texi (Mode Line Variables): The default values of the mode
6392 line variables are now more complicated.
6393
6394 2009-03-28 Chong Yidong <cyd@stupidchicken.com>
6395
6396 * modes.texi (Major Mode Conventions): Note that specialness is
6397 inherited.
6398 (Derived Modes): Note that define-derive-mode sets the mode-class
6399 property.
6400
6401 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
6402 goto-map. Add search-map to the list.
6403
6404 2009-03-27 Eli Zaretskii <eliz@gnu.org>
6405
6406 * os.texi (System Environment): Update the list of system-type
6407 values.
6408
6409 * markers.texi (The Mark) <handle-shift-selection>: Update for
6410 removal of the optional argument DEACTIVATE.
6411
6412 2009-03-25 Chong Yidong <cyd@stupidchicken.com>
6413
6414 * commands.texi (Focus Events): Most X window managers don't use
6415 focus-follows-mouse nowadays.
6416
6417 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
6418
6419 * commands.texi (Defining Commands): Clarify introduction.
6420 (Using Interactive): Not that interactive can be put in a symbol
6421 property.
6422 (Interactive Call): Note that a symbol with a non-nil
6423 interactive-form property satisfies commandp.
6424
6425 2009-03-23 Juanma Barranquero <lekktu@gmail.com>
6426
6427 * minibuf.texi (Intro to Minibuffers): Fix typos.
6428
6429 2009-03-23 Chong Yidong <cyd@stupidchicken.com>
6430
6431 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
6432 about minibuffers in old Emacs versions. Copyedits.
6433 Emphasize that enable-recursive-minibuffers defaults to nil.
6434 (Text from Minibuffer): Simplify introduction.
6435
6436 2009-03-22 Alan Mackenzie <acm@muc.de>
6437
6438 * commands.texi (Using Interactive): Clarify string argument to
6439 `interactive' - even promptless elements need \n separators.
6440
6441 2009-03-18 Chong Yidong <cyd@stupidchicken.com>
6442
6443 * minibuf.texi (Completion Styles): New node.
6444
6445 * elisp.texi (Top): Update node listing.
6446
6447 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
6448
6449 * minibuf.texi (Basic Completion): Note that
6450 read-file-name-completion-ignore-case and
6451 read-buffer-completion-ignore-case can override
6452 completion-ignore-case.
6453 (Minibuffer Completion): Document completing-read changes.
6454 (Completion Commands): Avoid mentioning partial completion mode.
6455 Document minibuffer-completion-confirm changes, and
6456 minibuffer-confirm-exit-commands.
6457 (High-Level Completion): Document new require-match behavior for
6458 read-buffer. Document read-buffer-completion-ignore-case.
6459 (Reading File Names): Document new require-match behavior for
6460 read-file-name.
6461
6462 2009-03-14 Chong Yidong <cyd@stupidchicken.com>
6463
6464 * debugging.texi (Error Debugging): Don't mislead the reader into
6465 thinking that debug-on-error enters debugger for C-f at EOB.
6466 (Error Debugging): Setting debug-on-init within the init file
6467 works, and has for some time.
6468
6469 2009-03-13 Kenichi Handa <handa@m17n.org>
6470
6471 * display.texi (Fontsets): Update the description.
6472
6473 2009-03-13 Chong Yidong <cyd@stupidchicken.com>
6474
6475 * advice.texi (Advising Primitives): Link to What Is a Function.
6476
6477 2009-03-12 Chong Yidong <cyd@stupidchicken.com>
6478
6479 * compile.texi (Speed of Byte-Code): Update example.
6480 (Disassembly): Update examples.
6481
6482 * loading.texi (Repeated Loading): Simplify examples.
6483
6484 * customize.texi (Common Keywords): It's not necessary to use :tag
6485 to remove hyphens, as custom-unlispify-tag-name does it
6486 automatically.
6487 (Variable Definitions): Link to File Local Variables.
6488 Document customized-value symbol property.
6489 (Customization Types): Move menu to end of node.
6490
6491 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
6492
6493 * macros.texi (Compiling Macros): Omit misleading sentence, which
6494 implied that macros can only be used in the same file they are
6495 defined.
6496 (Backquote): Remove obsolete information about Emacs 19.
6497
6498 2009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
6499
6500 * display.texi (Display Margins): Fix paren typo.
6501
6502 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
6503
6504 * elisp.texi (Top): Update node listing.
6505
6506 * variables.texi (Variables): Clarify introduction.
6507 (Global Variables): Mention that setq is a special form.
6508 (Local Variables): Use active voice.
6509 (Tips for Defining): Mention marking variables as safe.
6510 (Buffer-Local Variables): Mention terminal-local and frame-local
6511 variables together.
6512 (File Local Variables): Copyedits.
6513 (Frame-Local Variables): Note that they are not really useful.
6514 (Future Local Variables): Node deleted.
6515
6516 * objects.texi (General Escape Syntax): Update explanation of
6517 Unicode escape syntax.
6518
6519 2009-02-23 Chong Yidong <cyd@stupidchicken.com>
6520
6521 * control.texi (Control Structures): Add cindex entry for "textual
6522 order".
6523
6524 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
6525 instead of "expression" throughout.
6526 (Function Indirection): Copyedits. Use active voice.
6527 (Eval): The default value of max-lisp-eval-depth is now 400.
6528
6529 2009-02-23 Miles Bader <miles@gnu.org>
6530
6531 * processes.texi (System Processes): Rename `system-process-attributes'
6532 to `process-attributes'.
6533
6534 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
6535
6536 * symbols.texi (Property Lists): Emphasize that property lists are
6537 not restricted to symbol cells.
6538 (Other Plists): Copyedit.
6539
6540 * sequences.texi (Sequences Arrays Vectors): Make introduction
6541 more concise.
6542 (Arrays): Mention char-tables and bool-vectors too.
6543 (Vectors): Don't repeat information given in Arrays node. Link to
6544 nodes that explain the vector usage examples.
6545 (Char-Tables): Note that char-table elements can have arbitrary
6546 type. Explain effect of omitted char-table-extra-slots property.
6547 Link to Property Lists node.
6548
6549 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
6550
6551 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
6552 `append'.
6553 (List Elements): Copyedits.
6554
6555 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
6556 of `vconcat'.
6557
6558 * strings.texi (Creating Strings): Copyedits. Remove obsolete
6559 Emacs 20 usage of `concat'.
6560 (Case Conversion): Copyedits.
6561
6562 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
6563
6564 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
6565 Minor edits.
6566 (Frame Configuration Type): Emphasize that it is not primitive.
6567 (Font Type): New node.
6568 (Type Predicates): Add fontp; type-of now recognizes font object
6569 types.
6570
6571 * intro.texi (Version Info): Update version numbers in examples.
6572 (Acknowledgements): List more contributors.
6573
6574 * elisp.texi: Bump version number to 3.0.
6575 (Top): Link to Font Type node.
6576
6577 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
6578
6579 * modes.texi (Major Mode Conventions): Remove duplicate words.
6580 (Customizing Keywords): Fix typo.
6581
6582 2009-02-14 Eli Zaretskii <eliz@gnu.org>
6583
6584 * nonascii.texi (User-Chosen Coding Systems): Document that
6585 select-safe-coding-system suggests raw-text if there are raw bytes
6586 in the region.
6587 (Explicit Encoding): Warn not to use `undecided' when encoding.
6588
6589 2009-02-11 Glenn Morris <rgm@gnu.org>
6590
6591 * frames.texi (Visibility of Frames): Mention the effect multiple
6592 workspaces/desktops can have on visibility.
6593
6594 2009-02-07 Eli Zaretskii <eliz@gnu.org>
6595
6596 * text.texi (Commands for Insertion):
6597 * commands.texi (Event Mod):
6598 * keymaps.texi (Searching Keymaps):
6599 * nonascii.texi (Translation of Characters):
6600 Reinstate documentation of translation-table-for-input.
6601 (Explicit Encoding): Document the `charset' text property produced
6602 by decode-coding-region and decode-coding-string.
6603
6604 2009-01-27 Alan Mackenzie <acm@muc.de>
6605
6606 * modes.texi (Search-based Fontification): Correct a typo.
6607
6608 2009-01-25 Juanma Barranquero <lekktu@gmail.com>
6609
6610 * abbrevs.texi (Abbrev Table Properties): Fix typo.
6611 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
6612
6613 2009-01-24 Eli Zaretskii <eliz@gnu.org>
6614
6615 * display.texi (Window Systems): Document the value of
6616 `initial-window-system' under --daemon.
6617
6618 * os.texi (System Environment): Remove description of the
6619 `environment' function which has been deleted.
6620
6621 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
6622
6623 * frames.texi (Multiple Displays): Remove documentation for
6624 removed function make-frame-on-tty.
6625
6626 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
6627
6628 * files.texi (Format Conversion Piecemeal): Clarify behavior of
6629 write-region-annotate-functions.
6630 Document write-region-post-annotation-function.
6631
6632 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
6633
6634 * display.texi (Font Lookup): Document WIDTH argument of
6635 x-list-fonts.
6636
6637 2009-01-17 Eli Zaretskii <eliz@gnu.org>
6638
6639 * maps.texi (Standard Keymaps): Rename function-key-map to
6640 local-function-key-map.
6641
6642 * keymaps.texi (Translation Keymaps): Rename function-key-map to
6643 local-function-key-map.
6644
6645 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
6646 and `set-keyboard-coding-system' now accept an optional terminal
6647 argument.
6648
6649 * commands.texi (Event Mod): `keyboard-translate-table' is now
6650 terminal-local.
6651 (Function Keys): Rename function-key-map to
6652 local-function-key-map.
6653
6654 * elisp.texi (Top): Make @detailmenu be consistent with changes in
6655 frames.texi.
6656
6657 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
6658 `delete-terminal-functions', `suspend-tty-functions' and
6659 `resume-tty-functions'.
6660
6661 * frames.texi (Frames): Document `frame-terminal' and
6662 `terminal-live-p'.
6663 (Multiple Displays): Document `make-frame-on-tty'.
6664 (Multiple Terminals): Document `terminal-list', `delete-terminal',
6665 `terminal-name', and `get-device-terminal'.
6666 (Terminal Parameters): Document `terminal-parameters',
6667 `terminal-parameter', and `set-terminal-parameter'.
6668
6669 * os.texi (System Environment): Document `environment' and
6670 `initial-environment'.
6671 (Suspending Emacs): Update for multi-tty; document
6672 `suspend-tty', `resume-tty', and `controlling-tty-p'.
6673
6674 * nonascii.texi (Coding System Basics): More accurate description
6675 of `raw-text'.
6676
6677 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
6678
6679 * display.texi (Low-Level Font): Fix typo.
6680
6681 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
6682
6683 * elisp.texi (Top): Update node listing.
6684
6685 * display.texi (PostScript Images): Node deleted.
6686
6687 2009-01-10 Eli Zaretskii <eliz@gnu.org>
6688
6689 * processes.texi (Decoding Output): Document that null bytes force
6690 no-conversion for reading process output.
6691
6692 * files.texi (Reading from Files): Document that null bytes force
6693 no-conversion when visiting files.
6694
6695 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
6696
6697 * nonascii.texi (Lisp and Coding Systems):
6698 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
6699 (Character Properties): Improve wording.
6700
6701 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
6702
6703 * display.texi (Font Lookup): Remove obsolete function
6704 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
6705 (Low-Level Font): Rename from Fonts, move to end of Faces section.
6706 (Font Selection): Reorder order of variable descriptions.
6707 Minor clarifications.
6708
6709 * elisp.texi (Top): Update node listing.
6710
6711 2009-01-09 Glenn Morris <rgm@gnu.org>
6712
6713 * commands.texi (Command Loop Info): Say that last-command-char and
6714 last-input-char are obsolete aliases.
6715
6716 * edebug.texi (Edebug Recursive Edit): Remove separate references to
6717 last-input-char and last-command-char, since they are just aliases for
6718 last-input-event and last-command-event.
6719
6720 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
6721 last-command-char.
6722
6723 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
6724
6725 * elisp.texi: Update node listing.
6726
6727 * display.texi (Faces): Put Font Selection node after Auto Faces.
6728 (Face Attributes): Don't link to Font Lookup.
6729 Document font-family-list.
6730 (Fonts): New node.
6731
6732 2009-01-08 Jason Rumney <jasonr@gnu.org>
6733
6734 * frames.texi (Pointer Shape): Clarify that only X supports
6735 changing the standard pointer shapes. (Bug#1485)
6736
6737 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
6738
6739 * display.texi (Attribute Functions): Note that a function value
6740 :height is relative, and that compatibility functions work by
6741 calling set-face-attribute.
6742 (Displaying Faces): Reorder list in order of increasing priority.
6743 (Face Remapping): New node. Content moved here from Displaying
6744 Faces.
6745 (Glyphs): Link to Face Functions.
6746
6747 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
6748
6749 * display.texi (Faces): Don't discuss face id here. facep does
6750 not return t.
6751 (Defining Faces): Minor clarification.
6752 (Face Attributes): Rearrange items to match docstring of
6753 set-face-attribute. Add :foundry attribute. Document new role of
6754 :font attribute. Texinfo usage fix.
6755 (Attribute Functions): Copyedits.
6756 (Face Functions): Note that face number is seldom used.
6757
6758 2009-01-05 Richard M Stallman <rms@gnu.org>
6759
6760 * strings.texi (Predicates for Strings): Minor clarification.
6761
6762 * functions.texi (Function Safety): Texinfo usage fix.
6763
6764 2009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny change)
6765
6766 * objects.texi (General Escape Syntax): Fix typo.
6767
6768 2009-01-03 Martin Rudalics <rudalics@gmx.at>
6769
6770 * windows.texi (Choosing Window): Say that pop-up-frame-alist
6771 works via the default value of pop-up-frame-function.
6772
6773 2009-01-02 Eli Zaretskii <eliz@gnu.org>
6774
6775 * processes.texi (System Processes): Document the `time' and
6776 `ctime' attributes of `system-process-attributes'.
6777
6778 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
6779
6780 * display.texi (Face Attributes): Clarify :height attribute.
6781
6782 2008-12-31 Martin Rudalics <rudalics@gmx.at>
6783
6784 * buffers.texi (The Buffer List): Clarify what moves a buffer to
6785 the front of the buffer list. Add entries for `last-buffer' and
6786 `unbury-buffer'.
6787
6788 2008-12-27 Eli Zaretskii <eliz@gnu.org>
6789
6790 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
6791 and its subsections.
6792
6793 * frames.texi (Multiple Terminals, Low-level Terminal)
6794 (Terminal Parameters, Frames on Other TTY devices): New sections.
6795 (Frames): Add an xref to "Multiple Terminals".
6796
6797 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
6798
6799 * objects.texi (Terminal Type): New node.
6800 (Editing Types): Add it to the menu.
6801
6802 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
6803 Variables".
6804
6805 * variables.texi (Directory Local Variables): New node.
6806 (Variables): Add a menu item for it.
6807
6808 * loading.texi (Autoload): Document `generate-autoload-cookie' and
6809 `generated-autoload-file'.
6810
6811 2008-12-20 Eli Zaretskii <eliz@gnu.org>
6812
6813 * os.texi (Startup Summary): Add xref to documentation of
6814 `initial-window-system'.
6815
6816 * display.texi (Window Systems): Document `window-system' the
6817 function. The variable `window-system' is now frame-local.
6818 Document `initial-window-system'.
6819
6820 2008-12-19 Martin Rudalics <rudalics@gmx.at>
6821
6822 * windows.texi (Windows): Rewrite description of
6823 fit-window-to-buffer.
6824
6825 2008-12-13 Glenn Morris <rgm@gnu.org>
6826
6827 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
6828 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
6829
6830 2008-12-12 Glenn Morris <rgm@gnu.org>
6831
6832 * debugging.texi (Error Debugging): Refer forwards to
6833 eval-expression-debug-on-error.
6834
6835 2008-12-05 Eli Zaretskii <eliz@gnu.org>
6836
6837 * strings.texi (String Basics): Only unibyte strings that
6838 represent key sequences hold 8-bit raw bytes.
6839
6840 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
6841 paragraph to speak about `undecided'.
6842 (Character Properties): Don't explain the meaning of each
6843 property; instead, identify their Unicode Standard names.
6844 (Character Sets): Document `map-charset-chars'.
6845
6846 2008-12-02 Glenn Morris <rgm@gnu.org>
6847
6848 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
6849 section yet again.
6850
6851 2008-11-29 Eli Zaretskii <eliz@gnu.org>
6852
6853 * nonascii.texi (Character Properties): New Section.
6854 (Specifying Coding Systems): Document
6855 `coding-system-priority-list', `set-coding-system-priority', and
6856 `with-coding-priority'.
6857 (Lisp and Coding Systems): Document `check-coding-systems-region'
6858 and `coding-system-charset-list'.
6859 (Coding System Basics): Document `coding-system-aliases'.
6860
6861 * elisp.texi (Top): Add a @detailmenu entry for "Character
6862 Properties".
6863
6864 * objects.texi (Character Type): Correct the range of Emacs
6865 characters. Add an @xref to "Character Codes".
6866
6867 * strings.texi (String Basics): Add an @xref to "Character Codes".
6868
6869 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
6870
6871 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
6872 (Character Codes): Document `max-char'.
6873
6874 2008-11-28 Eli Zaretskii <eliz@gnu.org>
6875
6876 * nonascii.texi (Text Representations, Converting Representations)
6877 (Character Sets, Scanning Charsets, Translation of Characters):
6878 Make text more accurate.
6879
6880 2008-11-28 Glenn Morris <rgm@gnu.org>
6881
6882 * files.texi (Format Conversion Round-Trip): Improve previous change.
6883
6884 2008-11-26 Chong Yidong <cyd@stupidchicken.com>
6885
6886 * modes.texi (Auto Major Mode): Fix example.
6887
6888 2008-11-25 Glenn Morris <rgm@gnu.org>
6889
6890 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
6891
6892 * files.texi (Format Conversion Round-Trip):
6893 Use active voice for previous change.
6894
6895 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
6896
6897 * os.texi (Processor Run Time):
6898 * processes.texi (Transaction Queues):
6899 * markers.texi (The Mark):
6900 * windows.texi (Choosing Window, Selecting Windows):
6901 * files.texi (Changing Files, Magic File Names):
6902 * commands.texi (Key Sequence Input):
6903 * functions.texi (Declaring Functions):
6904 * strings.texi (Predicates for Strings):
6905 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
6906
6907 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
6908
6909 * help.texi (Accessing Documentation): Update example.
6910
6911 * variables.texi (Defining Variables): Note that `*' is not
6912 necessary if defcustom is used.
6913
6914 2008-11-22 Eli Zaretskii <eliz@gnu.org>
6915
6916 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
6917 Characters" from @detailmenu.
6918
6919 * nonascii.texi (Character Codes, Character Sets)
6920 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
6921 (Chars and Bytes, Splitting Characters): Sections removed.
6922
6923 2008-11-22 Lute Kamstra <lute@gnu.org>
6924
6925 * positions.texi (Text Lines): Update goto-line documentation.
6926
6927 2008-11-21 Martin Rudalics <rudalics@gmx.at>
6928
6929 * frames.texi (Frames): Fix typo, add cross references, reword.
6930 (Initial Parameters): Reword special-display-frame-alist text.
6931 (Frames and Windows): Reword. Describe argument norecord for
6932 set-frame-selected-window.
6933 (Input Focus): Describe argument norecord for select-frame.
6934 Remove comment on MS-Windows behavior for focus-follows-mouse.
6935 (Raising and Lowering): Mention windows-frames dichotomy in
6936 metaphor.
6937
6938 * windows.texi (Displaying Buffers, Vertical Scrolling)
6939 (Horizontal Scrolling): Fix indenting and rewording issues
6940 introduced with 2008-11-07 change.
6941
6942 2008-11-20 Glenn Morris <rgm@gnu.org>
6943
6944 * files.texi (Format Conversion Round-Trip): Mention `preserve'
6945 element of `format-alist'.
6946
6947 2008-11-19 Glenn Morris <rgm@gnu.org>
6948
6949 * doclicense.texi: Update to FDL 1.3.
6950 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
6951
6952 2008-11-18 Chong Yidong <cyd@stupidchicken.com>
6953
6954 * windows.texi (Window Hooks): Remove *-end-trigger-functions
6955 vars, which are obsolete. Mention jit-lock-register.
6956
6957 * modes.texi (Other Font Lock Variables):
6958 Document jit-lock-register and jit-lock-unregister.
6959
6960 * frames.texi (Color Parameters): Document alpha parameter.
6961
6962 2008-11-16 Martin Rudalics <rudalics@gmx.at>
6963
6964 * windows.texi (Splitting Windows, Deleting Windows)
6965 (Selecting Windows, Cyclic Window Ordering)
6966 (Buffers and Windows, Displaying Buffers, Choosing Window)
6967 (Dedicated Windows, Window Point, Window Start and End)
6968 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
6969 (Size of Window, Resizing Windows, Window Configurations)
6970 (Window Parameters): Avoid @var at beginning of sentences and
6971 reword accordingly.
6972
6973 2008-11-11 Lute Kamstra <lute@gnu.org>
6974
6975 * files.texi (File Name Components): Fix file-name-extension
6976 documentation.
6977
6978 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
6979
6980 * frames.texi (Basic Parameters): Remove display-environment-variable
6981 and term-environment-variable.
6982
6983 2008-11-08 Eli Zaretskii <eliz@gnu.org>
6984
6985 * windows.texi (Basic Windows, Splitting Windows)
6986 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
6987 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
6988 (Resizing Windows, Window Configurations, Window Parameters):
6989 Fix wording and markup.
6990
6991 2008-11-07 Martin Rudalics <rudalics@gmx.at>
6992
6993 * windows.texi (Windows): Update entries.
6994 (Basic Windows): Remove listing of attributes. Reword.
6995 (Splitting Windows, Deleting Windows): Reword.
6996 (Selecting Windows, Cyclic Window Ordering): Reword with special
6997 emphasis on order of recently selected windows and buffer list.
6998 (Buffers and Windows, Choosing Window): Reword with special
6999 emphasis on dedicated windows.
7000 (Displaying Buffers): Reword. For switch-to-buffer mention that
7001 it may fall back on pop-to-buffer. For other-window try to
7002 explain how it treats the cyclic ordering of windows.
7003 (Dedicated Windows): New node and section discussing dedicated
7004 windows and associated functions.
7005 (Window Point): Add entry for window-point-insertion-type. Reword.
7006 (Window Start and End): Rename node and section title. Reword.
7007 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
7008 Minor rewording.
7009 (Size of Window): Reword, in particular text on window-width.
7010 (Resizing Windows): Reword. Add text on balancing windows.
7011 (Window Configurations): Reword. Mention window parameters.
7012 (Window Parameters): New node and section on window parameters.
7013 (Window Hooks): Reword. Mention that
7014 window-configuration-change-hook is run "buffer-locally".
7015 * elisp.texi (Top): Update Windows entries in @detailmenu
7016 section.
7017
7018 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
7019
7020 * searching.texi (Regexp Search): Fix typo.
7021
7022 2008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
7023
7024 * searching.texi (Regexp Search): Document GREEDY arg.
7025 (Simple Match Data): Fix return value.
7026
7027 2008-11-01 Eli Zaretskii <eliz@gnu.org>
7028
7029 * nonascii.texi (Text Representations): Rewrite to make consistent
7030 with Emacs 23 internal representation of characters.
7031 Document `unibyte-string'.
7032
7033 2008-10-28 Chong Yidong <cyd@stupidchicken.com>
7034
7035 * processes.texi (Process Information): Note that process-status
7036 does not accept buffer names.
7037
7038 2008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
7039
7040 * positions.texi (Skipping Characters): Correct return value of
7041 skip-chars-forward.
7042
7043 2008-10-25 Martin Rudalics <rudalics@gmx.at>
7044
7045 * windows.texi (Deleting Windows): Update documentation of
7046 delete-windows-on.
7047 (Buffers and Windows): Update documentations of
7048 get-buffer-window and get-buffer-window-list.
7049 (Displaying Buffers): Update documentation of
7050 replace-buffer-in-windows.
7051
7052 * buffers.texi (Current Buffer): Reword set-buffer and
7053 with-current-buffer documentations.
7054 (Creating Buffers): Reword documentation of get-buffer-create.
7055
7056 2008-10-23 Martin Rudalics <rudalics@gmx.at>
7057
7058 * buffers.texi (Current Buffer): Reword documentation of
7059 set-buffer.
7060 (Buffer Names): Reword documentation of buffer-name.
7061 (The Buffer List): For bury-buffer explain what happens with the
7062 buffer's window.
7063 (Creating Buffers): Say that get-buffer-create's arg is called
7064 buffer-or-name.
7065
7066 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
7067
7068 * advice.texi (Computed Advice): Explain what DEFINITION is.
7069
7070 * nonascii.texi (Character Codes): Remove obsolete function
7071 char-valid-p, and document characterp instead.
7072
7073 2008-10-22 Martin Rudalics <rudalics@gmx.at>
7074
7075 * windows.texi (Displaying Buffers): Reword documentation of
7076 pop-to-buffer.
7077 (Choosing Window): Rewrite documentation of display-buffer and
7078 its options.
7079
7080 * buffers.texi (Killing Buffers): Update documentation of
7081 kill-buffer.
7082
7083 2008-10-21 Eli Zaretskii <eliz@gnu.org>
7084
7085 * processes.texi (Serial Ports): Fix wording and improve markup.
7086
7087 * searching.texi (Regexp Search): Document `string-match-p' and
7088 `looking-at-p'.
7089 (POSIX Regexps): Add an xref for "non-greedy".
7090 (Regexp Special): Add @cindex entry for "non-greedy".
7091
7092 * display.texi (Attribute Functions): Document `face-all-attributes'.
7093 (Image Cache) <image-refresh>: Minor wording fixes.
7094
7095 * frames.texi (Color Names): Add an xref to `read-color'.
7096
7097 * minibuf.texi (High-Level Completion): Document `read-color'.
7098
7099 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
7100
7101 * positions.texi (Narrowing): Add an xref to "Swapping Text".
7102
7103 * buffers.texi (Swapping Text): New section, documents
7104 `buffer-swap-text'.
7105
7106 2008-10-21 Martin Rudalics <rudalics@gmx.at>
7107
7108 * windows.texi (Resizing Windows): Minor wording fix.
7109
7110 2008-10-20 Eli Zaretskii <eliz@gnu.org>
7111
7112 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
7113 and `combine-and-quote-strings'.
7114
7115 * strings.texi (Creating Strings): Add xrefs for them.
7116
7117 2008-10-19 Eli Zaretskii <eliz@gnu.org>
7118
7119 * elisp.texi (Top): Make descriptive text for "Reading File Names"
7120 match the corresponding menu in minibuf.texi.
7121
7122 * minibuf.texi (Reading File Names): Document `read-shell-command'
7123 and `minibuffer-local-shell-command-map'.
7124
7125 2008-10-19 Martin Rudalics <rudalics@gmx.at>
7126
7127 * windows.texi (Resizing Windows): Remove var{} around "window" in
7128 documentation of enlarge-window.
7129 Rewrite documentation of window-min-height and window-min-width.
7130
7131 2008-10-19 Eli Zaretskii <eliz@gnu.org>
7132
7133 * functions.texi (Calling Functions): Document `apply-partially'.
7134
7135 * hooks.texi (Standard Hooks): Mention
7136 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
7137
7138 * variables.texi (File Local Variables): Document
7139 `file-local-variables-alist', `before-hack-local-variables-hook'
7140 and `hack-local-variables-hook'.
7141
7142 * processes.texi (Synchronous Processes): Document `process-lines'.
7143
7144 * customize.texi (Variable Definitions):
7145 Document `custom-reevaluate-setting'.
7146
7147 2008-10-18 Martin Rudalics <rudalics@gmx.at>
7148
7149 * windows.texi (Choosing Window, Deleting Windows)
7150 (Displaying Buffers): Expand documentation of dedicated windows.
7151
7152 2008-10-18 Eli Zaretskii <eliz@gnu.org>
7153
7154 * files.texi (Changing Files): Document symbolic input of file
7155 modes to `set-file-modes'. Document `read-file-modes' and
7156 `file-modes-symbolic-to-number'.
7157
7158 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
7159 and `search-map'.
7160
7161 * searching.texi (Search and Replace):
7162 Document `replace-search-function' and `replace-re-search-function'.
7163 Document `multi-query-replace-map'.
7164
7165 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
7166 (Completion Commands, Reading File Names):
7167 Rename `minibuffer-local-must-match-filename-map' to
7168 `minibuffer-local-filename-must-match-map'.
7169 (Minibuffer Completion): The `require-match' argument to
7170 `completing-read' can now have the value `confirm-only'.
7171
7172 * windows.texi (Displaying Buffers): Minor wording fix.
7173 (Choosing Window): `split-height-threshold' can now be nil.
7174 Document `split-width-threshold'. `pop-up-frames' can have the
7175 value `graphic-only'.
7176
7177 2008-10-17 Eli Zaretskii <eliz@gnu.org>
7178
7179 * os.texi (Startup Summary): Document `before-init-time' and
7180 `after-init-time'. Document `initial-window-system' and
7181 `window-system-initialization-alist'. Document reading the
7182 abbrevs file. Document the call to `server-start' under --daemon.
7183 Rearrange a bit to be consistent with the code flow.
7184 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
7185 (Time Parsing): Document `format-seconds'.
7186
7187 2008-10-17 Martin Rudalics <rudalics@gmx.at>
7188
7189 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
7190 and reword.
7191
7192 2008-10-16 Eli Zaretskii <eliz@gnu.org>
7193
7194 * markers.texi (The Mark): Document use-region-p.
7195
7196 2008-10-15 Eli Zaretskii <eliz@gnu.org>
7197
7198 * internals.texi (Writing Emacs Primitives): The interactive spec
7199 of a primitive can be a Lisp form.
7200
7201 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
7202 values of transient-mark-mode. Document handle-shift-selection.
7203
7204 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
7205 (Interactive Examples): Show an example of `^'.
7206 (Key Sequence Input): Document this-command-keys-shift-translated.
7207 (Defining Commands, Using Interactive): The interactive-form of a
7208 function can be added via its symbol's property.
7209
7210 * positions.texi (List Motion): beginning-of-defun-function can
7211 now accept an argument.
7212
7213 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
7214 now return a list of strings.
7215
7216 * control.texi (Handling Errors): Document ignore-errors.
7217
7218 * frames.texi (Creating Frames): Document frame-inherited-parameters.
7219 (Parameter Access): Document set-frame-parameter.
7220
7221 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
7222 Hooks" for the effect of kill-all-local-variables on local hook
7223 functions.
7224
7225 * modes.texi (Major Mode Conventions, Mode Line Variables):
7226 `mode-name' need not be a string. xref to "Mode Line Data" for
7227 details, and to "Emulating Mode Line" for computing a string
7228 value.
7229
7230 2008-10-14 Eli Zaretskii <eliz@gnu.org>
7231
7232 * processes.texi (System Processes): New section.
7233 (Processes, Signals to Processes): Add xrefs to it.
7234
7235 * objects.texi (Editing Types): A `process' is a subprocess of
7236 Emacs, not just any process running on the OS.
7237
7238 * elisp.texi (Top): Adjust the @detailmenu for the above two
7239 changes.
7240
7241 * sequences.texi (Char-Tables): Remove documentation of
7242 set-char-table-default, which has no effect since Emacs 23.
7243 <char-table-range, set-char-table-range>: Don't mention generic
7244 characters and charsets. Add a cons cell as a possible argument.
7245
7246 * nonascii.texi (Splitting Characters)
7247 (Translation of Characters): Don't mention generic characters.
7248
7249 * display.texi (Fontsets): Don't mention generic characters.
7250
7251 * sequences.texi (Char-Tables): `map-char-table' can now call its
7252 argument FUNCTION with a cons cell as KEY.
7253
7254 2008-10-13 Eli Zaretskii <eliz@gnu.org>
7255
7256 * objects.texi (Primitive Function Type): Move "@cindex special
7257 forms" from here...
7258
7259 * eval.texi (Special Forms): ...to here.
7260
7261 * functions.texi (What Is a Function): `functionp' returns nil for
7262 special forms. Add an xref.
7263
7264 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
7265 Variables".
7266
7267 * variables.texi (Frame-Local Variables): New section.
7268 (Buffer-Local Variables): Add an xref to it.
7269 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
7270 have both frame-local and buffer-local binding.
7271
7272 * frames.texi (Frames): Mention multiple tty frames.
7273 (Frame Parameters, Parameter Access): Mention frame-local variable
7274 bindings.
7275
7276 2008-09-20 Glenn Morris <rgm@gnu.org>
7277
7278 * display.texi (Defining Faces): Recommend against face variables.
7279
7280 2008-09-16 Juanma Barranquero <lekktu@gmail.com>
7281
7282 * display.texi (Echo Area Customization): Fix typo.
7283
7284 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
7285
7286 * loading.texi (Where Defined): Add `defface' item.
7287
7288 2008-09-06 Martin Rudalics <rudalics@gmx.at>
7289
7290 * loading.texi (Where Defined): Fix description of symbol-file.
7291
7292 2008-08-26 Jason Rumney <jasonr@gnu.org>
7293
7294 * display.texi (TIFF Images): New section describing :index property.
7295
7296 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
7297
7298 * display.texi (Temporary Displays): Remove unnecessary comment
7299 about usage of temp-buffer-show-hook.
7300
7301 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
7302
7303 * symbols.texi (Other Plists): Fix incorrect example.
7304 Suggested by Florian Beck.
7305
7306 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
7307
7308 * os.texi: Fix previous change.
7309
7310 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7311
7312 * os.texi:
7313 * intro.texi:
7314 * files.texi: Remove VMS support.
7315
7316 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7317
7318 * os.texi:
7319 * frames.texi:
7320 * display.texi: Remove mentions of Mac Carbon.
7321
7322 2008-07-01 Miles Bader <miles@gnu.org>
7323
7324 * text.texi (Special Properties):
7325 * display.texi (Truncation): Add wrap-prefix and line-prefix.
7326
7327 2008-06-28 Johan Bockgård <bojohan@gnu.org>
7328
7329 * display.texi (Other Image Types): Fix copy/paste error; say
7330 "PBM", not "XBM".
7331
7332 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
7333
7334 * os.texi: Remove references to obsolete systems.
7335
7336 2008-06-20 Eli Zaretskii <eliz@gnu.org>
7337
7338 * makefile.w32-in (distclean): Remove makefile.
7339
7340 2008-06-17 Glenn Morris <rgm@gnu.org>
7341
7342 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
7343 (elisp, dist): Remove rules and variables that are obsolete now
7344 the lisp manual is no longer distributed separately.
7345
7346 2008-06-16 Glenn Morris <rgm@gnu.org>
7347
7348 * configure, configure.in, mkinstalldirs: Remove unused files.
7349
7350 * book-spine.texinfo: Set version to 23.0.60.
7351 * vol1.texi (EMACSVER):
7352 * vol2.texi (EMACSVER): Set to 23.0.60.
7353
7354 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
7355 as per maintain.info.
7356
7357 2008-06-15 Glenn Morris <rgm@gnu.org>
7358
7359 * makefile.w32-in (manual): Use "23" rather than "21".
7360
7361 * Makefile.in (emacsver): New, set by configure.
7362 (manual): Use emacsver.
7363
7364 * intro.texi: Report bugs using M-x report-emacs-bug.
7365
7366 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
7367
7368 2008-06-13 Daniel Engeler <engeler@gmail.com>
7369
7370 * elisp.texi, internals.texi, processes.texi: Add documentation
7371 about serial port access.
7372
7373 2008-06-05 Miles Bader <miles@gnu.org>
7374
7375 * display.texi (Displaying Faces): Update to reflect function
7376 renamings in face-remap.el.
7377
7378 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
7379
7380 * display.texi (Fontsets): Fix typos.
7381
7382 2008-06-03 Miles Bader <miles@gnu.org>
7383
7384 * display.texi (Displaying Faces): Add add-relative-face-remapping,
7385 remove-relative-face-remapping, set-base-face-remapping,
7386 and set-default-base-face-remapping.
7387
7388 2008-06-01 Miles Bader <miles@gnu.org>
7389
7390 * display.texi (Displaying Faces): Add face-remapping-alist.
7391
7392 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7393
7394 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
7395 variable names.
7396
7397 2008-05-03 Eric S. Raymond <esr@golux>
7398
7399 * keymaps.texi: Clarify that (current-local-map) and
7400 (current-global-map) return references, not copies.
7401
7402 2008-05-02 Juri Linkov <juri@jurta.org>
7403
7404 * minibuf.texi (Text from Minibuffer): Document a list of
7405 default values for `read-from-minibuffer'.
7406
7407 2008-04-24 Juanma Barranquero <lekktu@gmail.com>
7408
7409 * nonascii.texi (Translation of Characters): Fix previous change.
7410
7411 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
7412
7413 * display.texi (Overlay Properties): Clarify role of underlying
7414 textprop and overlay keymaps for display strings.
7415
7416 * keymaps.texi (Active Keymaps): Ditto.
7417
7418 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
7419
7420 * minibuf.texi (Programmed Completion):
7421 Replace dynamic-completion-table with the new completion-table-dynamic.
7422
7423 2008-04-07 Chong Yidong <cyd@stupidchicken.com>
7424
7425 * intro.texi (Some Terms): Change "fonts in this manual" index
7426 entry to "typographic conventions".
7427
7428 2008-04-05 Eli Zaretskii <eliz@gnu.org>
7429
7430 * objects.texi (Text Props and Strings): Add indexing for read
7431 syntax of text properties.
7432
7433 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
7434
7435 * processes.texi (Decoding Output): Remove process-filter-multibyte
7436 functions.
7437
7438 2008-03-15 Martin Rudalics <rudalics@gmx.at>
7439
7440 * display.texi (Finding Overlays): Say that empty overlays at
7441 the end of the buffer are reported too.
7442
7443 2008-03-13 Glenn Morris <rgm@gnu.org>
7444
7445 * elisp.texi (EMACSVER): Set to 23.0.60.
7446
7447 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
7448
7449 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
7450
7451 2008-02-22 Glenn Morris <rgm@gnu.org>
7452
7453 * frames.texi (Position Parameters): Clarify the description of
7454 `left' and `top', using information from "Geometry".
7455 (Geometry): Give a pointer to "Position Parameters", rather than
7456 repeating information.
7457
7458 2008-02-11 Glenn Morris <rgm@gnu.org>
7459
7460 * objects.texi (Equality Predicates): No longer talk about "two"
7461 functions.
7462
7463 2008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
7464
7465 * objects.texi (Equality Predicates): Add defun for
7466 equal-including-properties.
7467
7468 2008-02-10 Glenn Morris <rgm@gnu.org>
7469
7470 * objects.texi (Equality Predicates):
7471 Mention equal-including-properties.
7472
7473 2008-02-07 Richard Stallman <rms@gnu.org>
7474
7475 * windows.texi (Window Start): Mention the feature of moving
7476 window-start to start of line.
7477
7478 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
7479
7480 * keymaps.texi (Tool Bar): Document rtl property.
7481
7482 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
7483
7484 * display.texi (Button Types):
7485 For define-button-type, clarify type of NAME.
7486
7487 2008-01-19 Martin Rudalics <rudalics@gmx.at>
7488
7489 * buffers.texi (Buffer Modification): Fix typo.
7490
7491 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
7492
7493 * os.texi (System Environment): Remove references to OSes that are
7494 not supported anymore.
7495
7496 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
7497
7498 * os.texi (System Environment): Remove mention for Masscomp.
7499
7500 2008-01-04 Richard Stallman <rms@gnu.org>
7501
7502 * display.texi (Faces): Don't talk about internal face vector as arg
7503 to facep.
7504
7505 * customize.texi (Type Keywords): Fix previous change.
7506
7507 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
7508 * elisp.texi (Top): Fix menu for commands.texi change.
7509
7510 2007-12-30 Richard Stallman <rms@gnu.org>
7511
7512 * commands.texi (Accessing Mouse): Rename from Accessing Events.
7513 (Accessing Scroll): New node broken out of Accessing Mouse.
7514
7515 2007-12-28 Richard Stallman <rms@gnu.org>
7516
7517 * frames.texi (Size Parameters): Fix typo.
7518 (Basic Parameters): For `title', refer to title bar.
7519 (Size and Position): Explain meaning of frame pixel width and height.
7520
7521 2007-12-23 Richard Stallman <rms@gnu.org>
7522
7523 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
7524 Improve some of the commented-out keywords' text too.
7525
7526 2007-12-14 Martin Rudalics <rudalics@gmx.at>
7527
7528 * nonascii.texi (Encoding and I/O): Reword to avoid saying
7529 "visit the current buffer".
7530
7531 * os.texi (System Interface): Fix typo.
7532
7533 2007-12-04 Richard Stallman <rms@gnu.org>
7534
7535 * objects.texi (Symbol Type): Fix typo.
7536
7537 2007-12-03 Richard Stallman <rms@gnu.org>
7538
7539 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
7540
7541 2007-12-01 Glenn Morris <rgm@gnu.org>
7542
7543 * functions.texi (Declaring Functions): Improve previous change.
7544
7545 2007-11-30 Glenn Morris <rgm@gnu.org>
7546
7547 * functions.texi (Declaring Functions): Add optional fourth
7548 argument of declare-function, and setting third argument to `t'.
7549
7550 2007-11-29 Richard Stallman <rms@gnu.org>
7551
7552 * customize.texi (Composite Types): Document `group' type.
7553
7554 2007-11-29 Glenn Morris <rgm@gnu.org>
7555
7556 * functions.texi (Declaring Functions): Add findex.
7557 Mention `external' files.
7558
7559 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
7560
7561 * functions.texi (Declaring Functions): Fix directive.
7562
7563 2007-11-25 Richard Stallman <rms@gnu.org>
7564
7565 * help.texi (Help Functions): Clean up last change.
7566
7567 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
7568
7569 * loading.texi (Named Features): Minor cleanup.
7570
7571 * macros.texi (Eval During Expansion): Minor cleanup.
7572
7573 * variables.texi (Variable Aliases): Minor cleanup.
7574
7575 2007-11-24 Richard Stallman <rms@gnu.org>
7576
7577 * functions.texi (Declaring Functions): Clarify previous change.
7578
7579 * compile.texi (Compiler Errors): Clarify previous change.
7580
7581 2007-11-24 Richard Stallman <rms@gnu.org>
7582
7583 * display.texi (Refresh Screen, Forcing Redisplay):
7584 Clarify the text and move items around.
7585
7586 2007-11-24 Glenn Morris <rgm@gnu.org>
7587
7588 * functions.texi (Declaring Functions): New section.
7589 * compile.texi (Compiler Errors): Mention declaring functions,
7590 defvar with no initvalue, and byte-compile-warnings.
7591
7592 2007-11-15 Martin Rudalics <rudalics@gmx.at>
7593
7594 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
7595 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
7596
7597 2007-11-13 Martin Rudalics <rudalics@gmx.at>
7598
7599 * help.texi (Help Functions): Document new macro `with-help-window'.
7600
7601 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
7602
7603 * searching.texi (Replacing Match): Describe new
7604 `match-substitute-replacement'.
7605
7606 2007-10-31 Richard Stallman <rms@gnu.org>
7607
7608 * strings.texi (Creating Strings): Null strings from concat not unique.
7609
7610 2007-10-26 Richard Stallman <rms@gnu.org>
7611
7612 * objects.texi (Equality Predicates): Null strings are uniquified.
7613
7614 * minibuf.texi: Minor clarifications in previous change.
7615
7616 2007-10-25 Glenn Morris <rgm@gnu.org>
7617
7618 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
7619
7620 2007-10-24 Richard Stallman <rms@gnu.org>
7621
7622 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
7623
7624 * variables.texi (Frame-Local Variables): Node deleted.
7625 (Variables): Delete Frame-Local Variables from menu.
7626 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
7627 (Default Value): Don't mention frame-local vars.
7628
7629 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
7630
7631 * loading.texi (Unloading): Document FEATURE-unload-function
7632 instead of FEATURE-unload-hook.
7633
7634 * frames.texi (Multiple Displays): Don't mention frame-local vars.
7635
7636 2007-10-22 Juri Linkov <juri@jurta.org>
7637
7638 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
7639 (High-Level Completion): Document a list of default value strings
7640 in the DEFAULT argument, for which minibuffer functions return the
7641 first element.
7642
7643 2007-10-17 Juri Linkov <juri@jurta.org>
7644
7645 * text.texi (Filling): Update arguments of fill-paragraph.
7646 fill-paragraph operates on the active region in Transient Mark mode.
7647 Remove fill-paragraph-or-region.
7648
7649 2007-10-13 Karl Berry <karl@gnu.org>
7650
7651 * elisp.texi (@dircategory): Move to after @copying,
7652 since we want @copying as close as possible to the beginning of
7653 the output.
7654
7655 2007-10-12 Richard Stallman <rms@gnu.org>
7656
7657 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
7658
7659 * commands.texi (Distinguish Interactive): New node,
7660 broken out from Interactive Call and rewritten.
7661 (Command Loop): Put Distinguish Interactive in menu.
7662
7663 2007-10-09 Richard Stallman <rms@gnu.org>
7664
7665 * text.texi (Examining Properties): Mention overlay priority.
7666
7667 * display.texi (Display Margins): Correct the description
7668 of margin display specifications.
7669 (Replacing Specs): New subnode broken out of Display Property.
7670
7671 2007-10-06 Juri Linkov <juri@jurta.org>
7672
7673 * text.texi (Filling): Document fill-paragraph-or-region.
7674
7675 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
7676
7677 * display.texi (Auto Faces): Fix typo.
7678
7679 2007-10-02 Richard Stallman <rms@gnu.org>
7680
7681 * display.texi (Display Property): Explain some display specs
7682 don't let you move point in.
7683
7684 * frames.texi (Cursor Parameters):
7685 Describe cursor-in-non-selected-windows here. Explain more values.
7686
7687 * windows.texi (Basic Windows): Don't describe
7688 cursor-in-non-selected-windows here.
7689
7690 2007-10-01 Eli Zaretskii <eliz@gnu.org>
7691
7692 * processes.texi (Misc Network): Note that these functions are
7693 supported only on some systems.
7694
7695 2007-10-01 Richard Stallman <rms@gnu.org>
7696
7697 * display.texi (Overlay Properties): Explain nil as priority.
7698 Explain that conflicts are unpredictable if not resolved by
7699 priorities.
7700
7701 2007-09-23 Richard Stallman <rms@gnu.org>
7702
7703 * macros.texi (Backquote): Minor clarification.
7704
7705 2007-09-19 Richard Stallman <rms@gnu.org>
7706
7707 * display.texi (Display Property): Explain multiple display specs.
7708 Clarify when they work in parallel and when one overrides.
7709 Fix error in example.
7710
7711 2007-09-06 Glenn Morris <rgm@gnu.org>
7712
7713 Move from lispref/ to doc/lispref/. Change all setfilename
7714 commands to use ../../info.
7715 * Makefile.in (infodir): Go up one more level.
7716 (usermanualdir): Change from ../man to ../emacs.
7717 (miscmanualdir): New.
7718 (dist): Use new variable miscmanualdir.
7719 * makefile.w32-in (infodir, texinputdir): Go up one more level.
7720 (usermanualdir): Change from ../man to ../emacs.
7721
7722 2007-08-30 Martin Rudalics <rudalics@gmx.at>
7723
7724 * commands.texi (Command Loop Info): Advise against changing
7725 most variables described here. Explain new variable
7726 last-repeatable-command.
7727
7728 2007-08-29 Glenn Morris <rgm@gnu.org>
7729
7730 * elisp.texi (EMACSVER): Increase to 23.0.50.
7731
7732 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
7733
7734 * frames.texi (Basic Parameters): Add display-environment-variable
7735 and term-environment-variable.
7736
7737 2007-08-28 Juri Linkov <juri@jurta.org>
7738
7739 * display.texi (Image Formats, Other Image Types): Add SVG.
7740
7741 2007-08-28 Juri Linkov <juri@jurta.org>
7742
7743 * display.texi (Images): Move formats-related text to new node
7744 "Image Formats".
7745 (Image Formats): New node.
7746
7747 2007-08-27 Richard Stallman <rms@gnu.org>
7748
7749 * windows.texi (Window Configurations): Clarify what
7750 a window configuration saves.
7751
7752 2007-08-25 Richard Stallman <rms@gnu.org>
7753
7754 * display.texi (Images): Delete redundant @findex.
7755
7756 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
7757
7758 * text.texi (Change Hooks): (after|before)-change-functions are no
7759 longer bound to nil while running; rather inhibit-modification-hooks
7760 is t.
7761
7762 2007-08-16 Richard Stallman <rms@gnu.org>
7763
7764 * processes.texi (Asynchronous Processes):
7765 Clarify doc of start-file-process.
7766
7767 2007-08-08 Martin Rudalics <rudalics@gmx.at>
7768
7769 * modes.texi (Example Major Modes): Fix typo.
7770
7771 2007-08-08 Glenn Morris <rgm@gnu.org>
7772
7773 * intro.texi (nil and t): Do not use `iff' in documentation.
7774
7775 * tips.texi (Documentation Tips): Recommend against `iff'.
7776
7777 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
7778
7779 * display.texi (Image Cache): Document image-refresh.
7780
7781 2007-08-06 Martin Rudalics <rudalics@gmx.at>
7782
7783 * windows.texi (Size of Window): Document window-full-width-p.
7784
7785 2007-07-25 Glenn Morris <rgm@gnu.org>
7786
7787 * gpl.texi (GPL): Replace license with GPLv3.
7788
7789 * Relicense all FSF files to GPLv3 or later.
7790
7791 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
7792
7793 * processes.texi (Synchronous Processes):
7794 Add `process-file-shell-command'.
7795 (Asynchronous Processes): Mention restricted use of
7796 `process-filter' and `process-sentinel' in
7797 `start-file-process'. Add `start-file-process-shell-command'.
7798
7799 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
7800
7801 * files.texi (Magic File Names): Introduce optional parameter
7802 IDENTIFICATION for `file-remote-p'.
7803
7804 2007-07-16 Richard Stallman <rms@gnu.org>
7805
7806 * display.texi (Defining Faces): Fix previous change.
7807
7808 2007-07-14 Richard Stallman <rms@gnu.org>
7809
7810 * control.texi (Handling Errors): Document `debug' in handler list.
7811
7812 2007-07-10 Richard Stallman <rms@gnu.org>
7813
7814 * display.texi (Defining Faces): Explain C-M-x feature for defface.
7815
7816 2007-07-09 Richard Stallman <rms@gnu.org>
7817
7818 * files.texi (Magic File Names): Rewrite previous change.
7819
7820 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
7821
7822 * files.texi (Magic File Names): Introduce optional parameter
7823 CONNECTED for `file-remote-p'.
7824
7825 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
7826
7827 * processes.texi (Asynchronous Processes):
7828 * files.texi (Magic File Names): Add `start-file-process'.
7829
7830 2007-06-27 Richard Stallman <rms@gnu.org>
7831
7832 * files.texi (Format Conversion Piecemeal):
7833 Clarify `after-insert-file-functions' calling convention.
7834
7835 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
7836
7837 * files.texi (Magic File Names): Remove `dired-call-process'.
7838 Add `process-file'.
7839
7840 2007-06-27 Kenichi Handa <handa@m17n.org>
7841
7842 * text.texi (Special Properties): Fix description about
7843 `composition' property.
7844
7845 2007-06-26 Kenichi Handa <handa@m17n.org>
7846
7847 * nonascii.texi (Default Coding Systems): Document about the
7848 return value `undecided'.
7849
7850 2007-06-25 David Kastrup <dak@gnu.org>
7851
7852 * keymaps.texi (Active Keymaps): Document new POSITION argument of
7853 `current-active-maps'.
7854
7855 2007-06-24 Karl Berry <karl@gnu.org>
7856
7857 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
7858
7859 2007-06-15 Juanma Barranquero <lekktu@gmail.com>
7860
7861 * display.texi (Overlay Arrow): Doc fix.
7862
7863 2007-06-14 Karl Berry <karl@tug.org>
7864
7865 * anti.texi (Antinews): Typo.
7866
7867 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
7868
7869 * display.texi (Image Cache): Document image-refresh.
7870
7871 2007-06-12 Karl Berry <karl@gnu.org>
7872
7873 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
7874 * two-volume.make: New file.
7875 * .cvsignore: Ignore two-volume files.
7876
7877 2007-06-12 Tom Tromey <tromey@redhat.com>
7878
7879 * os.texi (Init File): Document user-emacs-directory.
7880
7881 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
7882
7883 * commands.texi (Click Events): Describe width and height when
7884 object is nil.
7885
7886 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
7887
7888 * commands.texi (Click Events): Layout more logically.
7889 Describe width and height.
7890 (Drag Events, Motion Events): Update to new format for position.
7891
7892 2007-06-02 Richard Stallman <rms@gnu.org>
7893
7894 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
7895
7896 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
7897
7898 * Version 22.1 released.
7899
7900 2007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7901
7902 * text.texi (Special Properties): Correct meaning of fontified face.
7903
7904 2007-05-30 Richard Stallman <rms@gnu.org>
7905
7906 * text.texi (Special Properties): Add link to Adjusting Point.
7907
7908 2007-05-12 Richard Stallman <rms@gnu.org>
7909
7910 * text.texi (Margins): indent-to-left-margin is not the default.
7911 (Mode-Specific Indent): For indent-line-function, the default
7912 is indent-relative.
7913
7914 * modes.texi (Example Major Modes): Explain last line of text-mode
7915 is redundant.
7916
7917 2007-05-10 Richard Stallman <rms@gnu.org>
7918
7919 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
7920
7921 * help.texi (Keys in Documentation): Add reference to
7922 Documentation Tips.
7923
7924 * files.texi (Format Conversion): TO-FN gets three arguments.
7925
7926 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
7927
7928 2007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
7929
7930 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
7931 * files.texi (Format Conversion): Expand intro; add menu.
7932 (Format Conversion Overview, Format Conversion Round-Trip)
7933 (Format Conversion Piecemeal): New nodes/subsections.
7934 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
7935 * text.texi (Text Properties): Remove "Saving Properties" from menu.
7936 (Saving Properties): Delete node/subsection.
7937
7938 2007-05-07 Karl Berry <karl@gnu.org>
7939
7940 * elisp.texi (EMACSVER): Back to 22.
7941
7942 2007-05-06 Richard Stallman <rms@gnu.org>
7943
7944 * processes.texi (Accepting Output): Revert most of previous change.
7945
7946 2007-05-05 Richard Stallman <rms@gnu.org>
7947
7948 * processes.texi (Accepting Output): accept-process-output
7949 uses microseconds, not milliseconds. But that arg is obsolete.
7950
7951 2007-05-04 Karl Berry <karl@tug.org>
7952
7953 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
7954
7955 2007-05-04 Eli Zaretskii <eliz@gnu.org>
7956
7957 * tips.texi (Documentation Tips): Rearrange items to place the
7958 more important ones first. Add an index entry for hyperlinks.
7959
7960 2007-05-03 Karl Berry <karl@gnu.org>
7961
7962 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
7963 (EMACSVER) [smallbook]: 22 for printed version.
7964
7965 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
7966 so restore anchor to normal position after defun. Found by Kevin Ryde.
7967
7968 2007-04-26 Glenn Morris <rgm@gnu.org>
7969
7970 * elisp.texi (EMACSVER): Increase to 22.1.50.
7971
7972 2007-04-28 Karl Berry <karl@gnu.org>
7973
7974 * elisp.texi: Improve line breaks on copyright page,
7975 similar layout to emacs manual, 8.5x11 by default.
7976
7977 2007-04-24 Richard Stallman <rms@gnu.org>
7978
7979 * text.texi (Special Properties): Add xref to Overlay Properties.
7980
7981 * display.texi (Overlay Properties): Add xref to Special Properties.
7982
7983 2007-04-22 Richard Stallman <rms@gnu.org>
7984
7985 * keymaps.texi (Extended Menu Items): Move the info about
7986 format with cached keyboard binding.
7987
7988 2007-04-21 Richard Stallman <rms@gnu.org>
7989
7990 * text.texi (Special Properties): Clarify previous change.
7991
7992 * files.texi (File Name Expansion): Clarify previous change.
7993
7994 * display.texi (Attribute Functions): Fix example for
7995 face-attribute-relative-p.
7996
7997 2007-04-19 Kenichi Handa <handa@m17n.org>
7998
7999 * text.texi (Special Properties): Document composition property.
8000
8001 2007-04-19 Glenn Morris <rgm@gnu.org>
8002
8003 * files.texi (File Name Expansion): Mention "superroot".
8004
8005 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
8006
8007 * frames.texi (Multiple Displays): Add note about "multi-monitor"
8008 setups.
8009 (Display Feature Testing): Note that display refers to all
8010 physical monitors for multi-monitor setups.
8011
8012 2007-04-14 Richard Stallman <rms@gnu.org>
8013
8014 * lists.texi (Sets And Lists): Clarify `delete' examples.
8015 Remove spurious xref to same node.
8016 Clarify xref for add-to-list.
8017
8018 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
8019
8020 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
8021 value of lisp-mode-map.
8022
8023 2007-04-11 Karl Berry <karl@gnu.org>
8024
8025 * anti.texi (Antinews):
8026 * display.texi (Overlay Properties, Defining Images):
8027 * processes.texi (Synchronous Processes, Sentinels):
8028 * syntax.texi (Syntax Table Internals):
8029 * searching.texi (Regexp Special):
8030 * nonascii.texi (Default Coding Systems):
8031 * text.texi (Special Properties):
8032 * minibuf.texi (Basic Completion): Wording to improve breaks in
8033 8.5x11 format.
8034 * elisp.texi (smallbook): New @set to more easily switch between
8035 smallbook and 8.5x11.
8036
8037 2007-04-11 Richard Stallman <rms@gnu.org>
8038
8039 * text.texi (Lazy Properties): Minor fix.
8040
8041 2007-04-08 Karl Berry <karl@gnu.org>
8042
8043 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
8044 * macros.texi (Backquote): Downcase Backquote in index entries for
8045 consistency.
8046
8047 2007-04-08 Richard Stallman <rms@gnu.org>
8048
8049 * text.texi (Adaptive Fill): Just describe default,
8050 don't show it (since it contains non-ASCII chars).
8051
8052 2007-04-07 Karl Berry <karl@gnu.org>
8053
8054 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
8055 adaptive-fill-regexp's value, since they are not in the standard
8056 TeX fonts.
8057
8058 2007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
8059
8060 * display.texi (Defining Faces): Fix example.
8061
8062 2007-04-07 Karl Berry <karl@gnu.org>
8063
8064 * display.texi (Button Buffer Commands): Improve page break.
8065
8066 2007-04-07 Richard Stallman <rms@gnu.org>
8067
8068 * advice.texi (Activation of Advice): Remove redundant index entry.
8069
8070 * backups.texi: Improve index entries. Remove redundant ones.
8071
8072 * compile.texi (Byte Compilation): Improve index entry.
8073
8074 * hash.texi (Creating Hash): Improve index entry.
8075
8076 * symbols.texi (Definitions): Improve index entry.
8077
8078 * edebug.texi: Improve index entries. Remove redundant/useless ones.
8079
8080 * maps.texi (Standard Keymaps): Remove useless index entry.
8081
8082 * help.texi (Documentation Basics): Remove redundant index entries.
8083
8084 * customize.texi: Improve index entries.
8085 Remove redundant/useless ones.
8086
8087 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
8088
8089 * streams.texi (Output Variables): Improve index entry.
8090
8091 * abbrevs.texi (Abbrevs): Remove useless index entry.
8092
8093 * macros.texi (Expansion): Remove useless index entry.
8094
8095 * text.texi: Improve index entries. Remove redundant/useless ones.
8096 (Text Properties, Examining Properties)
8097 (Special Properties): Use "property category" instead of "category"
8098 to refer to the `category' property.
8099
8100 * positions.texi: Improve index entries. Remove useless one.
8101
8102 * lists.texi: Improve index entries. Remove redundant/useless ones.
8103
8104 * os.texi: Improve index entries.
8105 (Timers): Fix previous change.
8106
8107 * buffers.texi: Improve index entries.
8108 (Modification Time): Get rid of term "obsolete buffer".
8109
8110 * debugging.texi: Improve index entries.
8111 (Test Coverage): Add xref to other test coverage ftr.
8112
8113 * eval.texi: Improve index entry. Remove redundant ones.
8114
8115 * numbers.texi: Improve index entries. Remove redundant/useless ones.
8116
8117 * files.texi: Improve index entries. Remove redundant/useless ones.
8118
8119 * objects.texi: Improve index entries.
8120
8121 * processes.texi: Improve index entries.
8122
8123 * modes.texi: Improve index entry. Remove redundant one.
8124
8125 * nonascii.texi: Improve index entries.
8126
8127 * internals.texi: Improve index entries.
8128
8129 * syntax.texi: Improve index entries.
8130
8131 * keymaps.texi (Active Keymaps): Improve index entries.
8132
8133 * commands.texi: Improve index entries. Remove redundant/useless ones.
8134
8135 * frames.texi: Improve index entries. Remove redundant/useless ones.
8136
8137 * markers.texi: Improve index entries. Remove redundant ones.
8138
8139 * tips.texi: Improve index entries.
8140
8141 * loading.texi (Unloading): Improve index entry.
8142
8143 * variables.texi: Improve index entries. Remove redundant one.
8144
8145 * sequences.texi: Improve index entry.
8146
8147 * display.texi: Improve index entries. Remove redundant ones.
8148
8149 * windows.texi: Improve index entries.
8150
8151 * searching.texi: Improve index entries. Remove redundant one.
8152
8153 * strings.texi (Case Tables): Improve last change.
8154
8155 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
8156
8157 * strings.texi (Case Tables): Document with-case-table and
8158 ascii-case-table.
8159
8160 2007-04-03 Karl Berry <karl@gnu.org>
8161
8162 * processes.texi (Network): Reword to improve page break.
8163
8164 2007-04-03 Eli Zaretskii <eliz@gnu.org>
8165
8166 * functions.texi (Inline Functions): Describe more disadvantages
8167 of defsubst, and make advice against it stronger.
8168
8169 2007-04-02 Karl Berry <karl@gnu.org>
8170
8171 * backups.texi (Backup Names): Avoid widow words.
8172 * modes.texi (Example Major Modes): Align last comment.
8173
8174 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
8175
8176 * keymaps.texi (Remapping Commands): Document new arg to
8177 command-remapping.
8178
8179 2007-04-01 Karl Berry <karl@gnu.org>
8180
8181 * processes.texi (Low-Level Network): Typo.
8182 * loading.texi (Hooks for Loading): Avoid double "the".
8183 * keymaps.texi (Key Sequences): No double "and".
8184 (Changing Key Bindings): Shorten to improve line break.
8185
8186 2007-03-31 Glenn Morris <rgm@gnu.org>
8187
8188 * os.texi (Timers): Fix description of run-at-time TIME formats.
8189
8190 2007-03-31 Richard Stallman <rms@gnu.org>
8191
8192 * display.texi (Invisible Text): Correct buffer-invisibility-spec
8193 regarding ellipsis.
8194
8195 2007-03-31 Eli Zaretskii <eliz@gnu.org>
8196
8197 * intro.texi (nil and t):
8198 * symbols.texi (Plists and Alists):
8199 * variables.texi (Variable Aliases, Constant Variables):
8200 * functions.texi (Defining Functions):
8201 * advice.texi (Advising Primitives):
8202 * debugging.texi (Syntax Errors, Compilation Errors):
8203 * minibuf.texi (Minibuffer Windows):
8204 * commands.texi (Adjusting Point):
8205 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
8206 (Auto Major Mode, Major Mode Conventions):
8207 * help.texi (Describing Characters):
8208 * files.texi (Create/Delete Dirs, Information about Files)
8209 (File Locks, Writing to Files, Reading from Files)
8210 (Saving Buffers):
8211 * windows.texi (Resizing Windows, Cyclic Window Ordering):
8212 * frames.texi (Finding All Frames):
8213 * positions.texi (Buffer End, Motion):
8214 * markers.texi (The Region):
8215 * text.texi (Deletion, Near Point):
8216 * display.texi (Displaying Messages, Truncation):
8217 * os.texi (Processor Run Time):
8218 * tips.texi (Key Binding Conventions, Programming Tips)
8219 (Warning Tips, Documentation Tips, Comment Tips):
8220 * internals.texi (Memory Usage): Improve indexing.
8221
8222 * variables.texi (Frame-Local Variables):
8223 * functions.texi (Argument List):
8224 * loading.texi (Library Search):
8225 * streams.texi (Output Variables):
8226 * keymaps.texi (Translation Keymaps, Searching Keymaps):
8227 * searching.texi (Replacing Match, Search and Replace):
8228 * processes.texi (Byte Packing, Decoding Output)
8229 (Accepting Output, Network Servers, Shell Arguments):
8230 * display.texi (Abstract Display, Image Cache, Scroll Bars):
8231 * windows.texi (Window Point, Window Start):
8232 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
8233 * commands.texi (Reading Input, Keyboard Events):
8234 * minibuf.texi (Reading File Names, Minibuffer Completion)
8235 (Recursive Mini):
8236 * positions.texi (List Motion):
8237 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
8238 * numbers.texi (Arithmetic Operations, Math Functions)
8239 (Predicates on Numbers, Comparison of Numbers, Numeric Conversions):
8240 * locals.texi (Standard Buffer-Local Variables):
8241 * maps.texi (Standard Keymaps):
8242 * os.texi (User Identification, System Environment, Recording Input)
8243 (X11 Keysyms):
8244 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
8245 * backups.texi (Backups and Auto-Saving):
8246 * customize.texi (Customization, Group Definitions)
8247 (Variable Definitions):
8248 * compile.texi (Byte Compilation): Improve index entries.
8249
8250 2007-03-31 Karl Berry <karl@gnu.org>
8251
8252 * macros.texi (Defining Macros): Avoid widow syllable.
8253
8254 2007-03-31 Eli Zaretskii <eliz@gnu.org>
8255
8256 * elisp.texi (Top): Postscript -> PostScript.
8257
8258 * display.texi (Images, Postscript Images): Postscript -> PostScript.
8259
8260 2007-03-31 Markus Triska <markus.triska@gmx.at>
8261
8262 * internals.texi (Writing Emacs Primitives): Untabify `For'.
8263
8264 2007-03-30 Karl Berry <karl@gnu.org>
8265
8266 * lists.texi (List-related Predicates): Remove spurious @need.
8267 (Setcdr): Use @smallexample to improve page break.
8268 (Association Lists) <assoc>: Reword to improve page break.
8269
8270 * strings.texi (String Conversion): Insert blank line to improve
8271 page break.
8272
8273 * numbers.texi (Random Numbers): Use @minus{}.
8274 (Math Functions): Use @minus{}.
8275
8276 * intro.texi (Acknowledgements): Avoid line breaks before middle
8277 initials.
8278
8279 2007-03-24 Eli Zaretskii <eliz@gnu.org>
8280
8281 * errors.texi (Standard Errors): Add an index entry.
8282
8283 2007-03-19 Richard Stallman <rms@gnu.org>
8284
8285 * os.texi (Recording Input): recent-keys now gives 300 keys.
8286
8287 2007-03-12 Glenn Morris <rgm@gnu.org>
8288
8289 * os.texi: Replace "daylight savings" with "daylight saving"
8290 throughout.
8291
8292 2007-03-05 Richard Stallman <rms@gnu.org>
8293
8294 * variables.texi (File Local Variables):
8295 Update enable-local-variables values.
8296
8297 2007-03-04 Richard Stallman <rms@gnu.org>
8298
8299 * syntax.texi (Control Parsing): Minor clarification.
8300
8301 * strings.texi (Formatting Strings): Clarify width, precision, flags.
8302
8303 * sequences.texi (Sequence Functions): Move string-bytes away,
8304 add xref.
8305
8306 * nonascii.texi (Text Representations): Move string-bytes here.
8307
8308 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
8309
8310 * minibuf.texi (Basic Completion): Minor clarification.
8311
8312 * markers.texi (The Mark): Clarify existence vs activation of mark.
8313 Other cleanup.
8314
8315 * display.texi (Finding Overlays): Write better example.
8316
8317 * compile.texi (Eval During Compile): Clarify putting macros
8318 in eval-when-compile.
8319
8320 2007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
8321
8322 * loading.texi (How Programs Do Loading): Fix anchor position at
8323 load-read-function definition doc.
8324
8325 2007-02-21 Kim F. Storm <storm@cua.dk>
8326
8327 * strings.texi (Text Comparison): Mention that assoc-string
8328 converts symbols to strings before testing.
8329
8330 2007-02-17 Kim F. Storm <storm@cua.dk>
8331
8332 * processes.texi (Bindat Spec): Vector types can have optional
8333 element type.
8334 (Bindat Examples): Fix example. Add vector with element type.
8335
8336 2007-02-16 Andreas Schwab <schwab@suse.de>
8337
8338 * strings.texi (Formatting Strings): Document '+' flag.
8339
8340 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
8341
8342 * strings.texi (Modifying Strings): Clarify that `clear-string'
8343 always converts the string to unibyte.
8344
8345 2007-02-14 Kim F. Storm <storm@cua.dk>
8346
8347 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
8348 Rewrite glyph code description to refer to these functions.
8349 Remove details of encoding face number and char into integer code.
8350
8351 2007-02-03 Alan Mackenzie <acm@muc.de>
8352
8353 * loading.texi (Hooks for Loading): Make the description of
8354 `eval-after-load' more detailed, and amend the description of
8355 after-load-alist, in accordance with changes from 2006-05.
8356
8357 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
8358
8359 * modes.texi (Defining Minor Modes): Document that a :require
8360 keyword or similar may be required to make saved customization
8361 variables work.
8362
8363 2007-02-03 Eli Zaretskii <eliz@gnu.org>
8364
8365 * elisp.texi (Top): Make the detailed menu headers compliant with
8366 Texinfo guidelines and with what texnfo-upd.el expects.
8367 Add comments to prevent people from inadvertently modifying the key
8368 parts needed by `texinfo-multiple-files-update'.
8369
8370 2007-02-02 Eli Zaretskii <eliz@gnu.org>
8371
8372 * elisp.texi (Top): Update the top-level menus.
8373
8374 * syntax.texi (Categories): Add index entries.
8375
8376 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
8377
8378 * display.texi (Attribute Functions): Fix name and description of
8379 the UNDERLINE arg of `set-face-underline-p'.
8380
8381 2007-01-29 Eli Zaretskii <eliz@gnu.org>
8382
8383 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
8384 Variables", and "Standard Keymaps" to the detailed menu.
8385
8386 * variables.texi (Future Local Variables): Add index entry.
8387
8388 2007-01-28 Richard Stallman <rms@gnu.org>
8389
8390 * tips.texi (Coding Conventions): Clarify the tip about macros
8391 that define a function or a variable.
8392
8393 * files.texi (File Attributes): UID and GID can be floats.
8394 (Magic File Names): Explain why deferring all operations to
8395 the standard handler does not work.
8396
8397 2007-01-23 Martin Rudalics <rudalics@gmx.at>
8398
8399 * backups.texi (Reverting): Use "buffer" instead of "file"
8400 when talking about major and minor modes.
8401
8402 2007-01-21 Richard Stallman <rms@gnu.org>
8403
8404 * help.texi (Documentation): Add xref to Documentation Tips.
8405
8406 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
8407
8408 * tips.texi (Coding Conventions): Fix typos.
8409
8410 2007-01-05 Richard Stallman <rms@gnu.org>
8411
8412 * modes.texi (Defining Minor Modes): Fix previous change.
8413
8414 2007-01-03 Richard Stallman <rms@gnu.org>
8415
8416 * customize.texi (Variable Definitions, Customization Types):
8417 Don't use * in doc string for defcustom.
8418
8419 2007-01-02 Richard Stallman <rms@gnu.org>
8420
8421 * variables.texi (Variable Aliases): Clarify that aliases vars
8422 always have the same value.
8423
8424 * processes.texi (Bindat Spec): Fix Texinfo usage.
8425
8426 * modes.texi (Defining Minor Modes): Explain effect of command
8427 defined with define-global-minor-mode on new buffers.
8428
8429 2006-12-30 Kim F. Storm <storm@cua.dk>
8430
8431 * keymaps.texi (Tool Bar): Describe `grow-only' value of
8432 `auto-resize-tool-bars'.
8433
8434 2006-12-30 Richard Stallman <rms@gnu.org>
8435
8436 * keymaps.texi (Active Keymaps): Fix previous change.
8437
8438 2006-12-30 Nick Roberts <nickrob@snap.net.nz>
8439
8440 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
8441
8442 2006-12-30 Kim F. Storm <storm@cua.dk>
8443
8444 * processes.texi (Bindat Spec): Clarify using field names in
8445 length specifications.
8446
8447 2006-12-29 Kim F. Storm <storm@cua.dk>
8448
8449 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
8450 Add count and index variables for eval forms in repeat blocks.
8451
8452 2006-12-24 Richard Stallman <rms@gnu.org>
8453
8454 * customize.texi (Variable Definitions):
8455 Document new name custom-add-frequent-value.
8456
8457 2006-12-19 Kim F. Storm <storm@cua.dk>
8458
8459 * commands.texi (Misc Events): User signals now result in sigusr1
8460 and sigusr2 events which are handled through special-event-map.
8461 (Special Events): User signals and drag-n-drop are special.
8462
8463 2006-12-17 Richard Stallman <rms@gnu.org>
8464
8465 * loading.texi (Named Features): Explain subfeatures better.
8466
8467 * customize.texi: Use "option" only for user options.
8468 For the keyword values inside defcustom etc, say "keywords".
8469 For :options value's elements, say "elements".
8470 :group should not be omitted.
8471
8472 * syntax.texi (Parsing Expressions): Split up node.
8473 (Motion via Parsing, Position Parse, Parser State)
8474 (Low-Level Parsing, Control Parsing): New subnodes.
8475 (Parser State): Document syntax-ppss-toplevel-pos.
8476
8477 * positions.texi (List Motion): Punctuation fix.
8478
8479 * files.texi (File Name Completion): Document PREDICATE arg
8480 to file-name-completion.
8481
8482 2006-12-16 Eli Zaretskii <eliz@gnu.org>
8483
8484 * internals.texi (Building Emacs, Writing Emacs Primitives):
8485 Add index entries.
8486
8487 2006-12-11 Richard Stallman <rms@gnu.org>
8488
8489 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
8490 affects face menu. Explain how to make it non-nil without enabling
8491 any fontification.
8492
8493 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
8494
8495 * modes.texi (Font Lock Basics): Document nil value of
8496 font-lock-defaults.
8497
8498 2006-12-10 Glenn Morris <rgm@gnu.org>
8499
8500 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
8501 value for system-flag argument. Abbrev tables may not be empty
8502 when major modes are loaded.
8503
8504 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
8505
8506 * makefile.w32-in (maintainer-clean): Partially revert last
8507 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
8508 to protect elisp-covers.texi.
8509
8510 2006-12-07 Juanma Barranquero <lekktu@gmail.com>
8511
8512 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
8513 Don't remove elisp* info files; they are already deleted by the
8514 `clean' and `distclean' targets, and they are in the $(infodir)
8515 directory, not the current one.
8516
8517 2006-12-04 Kim F. Storm <storm@cua.dk>
8518
8519 * commands.texi (Misc Events): Update signal events.
8520 (Event Examples): Add signal example.
8521
8522 2006-11-29 Richard Stallman <rms@gnu.org>
8523
8524 * frames.texi (Visibility of Frames): Explain visible windows
8525 can be covered by others. Add xref for raise-frame.
8526
8527 2006-11-28 Richard Stallman <rms@gnu.org>
8528
8529 * searching.texi (Regexp Special): Update when ^ is special.
8530
8531 2006-11-27 Eli Zaretskii <eliz@gnu.org>
8532
8533 * customize.texi (Customization, Common Keywords)
8534 (Group Definitions, Variable Definitions, Composite Types)
8535 (Type Keywords, Customization Types): Add index entries for
8536 various customization keywords.
8537
8538 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
8539
8540 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
8541
8542 2006-11-10 Jan Djärv <jan.h.d@swipnet.se>
8543
8544 * frames.texi (Window System Selections): Remove clipboard from
8545 description of selection-coding-system.
8546
8547 2006-11-06 Richard Stallman <rms@gnu.org>
8548
8549 * lists.texi (List Variables): Document COMPARE-FN.
8550
8551 * keymaps.texi: Avoid use of "binding" to mean a relation;
8552 use it only to refer to the meaning associated with a key.
8553 (Keymaps): Change menu node description.
8554
8555 * elisp.texi (Top): Change menu node description.
8556
8557 * display.texi (Managing Overlays): Document overlay-recenter.
8558
8559 2006-10-29 Chong Yidong <cyd@stupidchicken.com>
8560
8561 * Makefile.in: Use relative paths to avoid advertising filesystem
8562 contents during compilation.
8563
8564 2006-10-23 Kim F. Storm <storm@cua.dk>
8565
8566 * commands.texi (Event Input Misc): Update unread-command-events.
8567
8568 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
8569
8570 * lists.texi (Sets And Lists): Fix typos.
8571
8572 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
8573
8574 * control.texi (Processing of Errors): Use @var for an argument,
8575 not @code.
8576
8577 2006-10-16 Richard Stallman <rms@gnu.org>
8578
8579 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
8580
8581 * keymaps.texi (Format of Keymaps): Show all the keymap element
8582 patterns that result from menu items.
8583 (Key Lookup): Minor cleanups.
8584
8585 * modes.texi (Precalculated Fontification): Don't say that
8586 not setting font-lock-defaults avoids loading font-lock.
8587
8588 * help.texi (Documentation): Move xref to Emacs Manual here.
8589 (Documentation Basics): From here.
8590 Also doc emacs-lisp-docstring-fill-column.
8591
8592 * elisp.texi: Update version and ISBN.
8593
8594 * commands.texi (Interactive Call): Clarify KEYS arg to
8595 call-interactively is a vector.
8596 (Command Loop Info): Delete anchor in this-command-keys.
8597 Add anchor in this-command-keys-vector.
8598 (Recursive Editing): Document how recursive-edit
8599 handles the current buffer.
8600
8601 2006-10-13 Chong Yidong <cyd@stupidchicken.com>
8602
8603 * frames.texi (Frame Titles): %c and %l are ignored in
8604 frame-title-format.
8605
8606 2006-10-11 Richard Stallman <rms@gnu.org>
8607
8608 * keymaps.texi (Key Sequences): Clarify use of kbd.
8609
8610 2006-10-10 Kim F. Storm <storm@cua.dk>
8611
8612 * lists.texi (Sets And Lists): Add memql.
8613
8614 2006-10-03 Richard Stallman <rms@gnu.org>
8615
8616 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
8617 Clarify :ascii: and :nonascii:.
8618
8619 2006-09-29 Juri Linkov <juri@jurta.org>
8620
8621 * modes.texi (%-Constructs): Reorder coding systems in the
8622 documentation of %z to the real order displayed in the modeline.
8623
8624 2006-09-25 Richard Stallman <rms@gnu.org>
8625
8626 * os.texi (Timers): Describe timer-max-repeats.
8627
8628 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
8629
8630 * os.texi (Timers): Mention with-local-quit.
8631
8632 2006-09-24 Richard Stallman <rms@gnu.org>
8633
8634 * searching.texi (Searching and Matching): Mention property search.
8635
8636 * commands.texi (Command Loop Info): Explain how read-event affects
8637 this-command-keys.
8638
8639 2006-09-20 Richard Stallman <rms@gnu.org>
8640
8641 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
8642
8643 * windows.texi (Window Start): Minor cleanups.
8644
8645 2006-09-20 Kim F. Storm <storm@cua.dk>
8646
8647 * windows.texi (Window Start): pos-visible-in-window-p allows
8648 specifying t for position to mean "end of window".
8649 Add window-line-height.
8650
8651 * anti.texi (Antinews): Mention window-line-height.
8652
8653 2006-09-19 David Kastrup <dak@gnu.org>
8654
8655 * keymaps.texi (Searching Keymaps): Small clarification.
8656
8657 2006-09-18 Richard Stallman <rms@gnu.org>
8658
8659 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
8660 cause keyboard menus.
8661 (Menu Keymaps): Likewise.
8662 (Defining Menus, Keyboard Menus): Clarify.
8663
8664 * text.texi (Fields): Clarify explanation of constrain-to-field.
8665
8666 2006-09-16 Eli Zaretskii <eliz@gnu.org>
8667
8668 * variables.texi (Tips for Defining): Fix a typo.
8669
8670 2006-09-15 Richard Stallman <rms@gnu.org>
8671
8672 * keymaps.texi (Remapping Commands, Searching Keymaps)
8673 (Active Keymaps): Clean up previous change.
8674
8675 2006-09-15 Jay Belanger <belanger@truman.edu>
8676
8677 * gpl.texi: Replace "Library Public License" by "Lesser Public
8678 License" throughout.
8679
8680 2006-09-15 David Kastrup <dak@gnu.org>
8681
8682 * keymaps.texi (Active Keymaps): Adapt description to use
8683 `get-char-property' instead `get-text-property'. Explain how
8684 mouse events change this. Explain the new optional argument of
8685 `key-binding' and its mouse-dependent lookup.
8686 (Searching Keymaps): Adapt description similarly.
8687 (Remapping Commands): Explain the new optional argument of
8688 `command-remapping'.
8689
8690 2006-09-14 Richard Stallman <rms@gnu.org>
8691
8692 * keymaps.texi (Searching Keymaps): Clarification.
8693 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
8694
8695 2006-09-13 Richard Stallman <rms@gnu.org>
8696
8697 * objects.texi (Character Type): Node split.
8698 Add xref to Describing Characters.
8699 (Basic Char Syntax, General Escape Syntax)
8700 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
8701
8702 2006-09-11 Richard Stallman <rms@gnu.org>
8703
8704 * display.texi (Display Table Format): Wording clarification.
8705 (Glyphs): Clarifications.
8706
8707 2006-09-10 Chong Yidong <cyd@stupidchicken.com>
8708
8709 * keymaps.texi (Active Keymaps): Mention that key-binding checks
8710 local maps.
8711
8712 2006-09-10 Kim F. Storm <storm@cua.dk>
8713
8714 * display.texi (Forcing Redisplay): Document return value of
8715 function redisplay.
8716
8717 2006-09-09 Richard Stallman <rms@gnu.org>
8718
8719 * windows.texi (Window Hooks): Explain limits of
8720 window-scroll-functions.
8721
8722 * display.texi (Fringe Indicators): Update for last change in
8723 indicate-buffer-boundaries.
8724
8725 2006-09-08 Richard Stallman <rms@gnu.org>
8726
8727 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
8728
8729 2006-09-06 Kim F. Storm <storm@cua.dk>
8730
8731 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
8732
8733 * windows.texi (Window Start): Update pos-visible-in-window-p.
8734
8735 2006-09-04 Richard Stallman <rms@gnu.org>
8736
8737 * processes.texi (Accepting Output): Explain SECONDS=0 for
8738 accept-process-output.
8739
8740 * os.texi (Idle Timers): Explain why timer functions should not
8741 loop until (input-pending-p).
8742
8743 2006-09-02 Eli Zaretskii <eliz@gnu.org>
8744
8745 * makefile.w32-in (usermanualdir): New variable.
8746 (elisp.dvi): Use it.
8747
8748 2006-09-01 Eli Zaretskii <eliz@gnu.org>
8749
8750 * buffers.texi (Buffer Modification): Fix last change.
8751
8752 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
8753
8754 * buffers.texi (Buffer Modification):
8755 Document buffer-chars-modified-tick.
8756
8757 2006-08-31 Richard Stallman <rms@gnu.org>
8758
8759 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
8760
8761 2006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
8762
8763 * modes.texi (Syntactic Font Lock):
8764 Mention font-lock-syntactic-face-function
8765 instead of specific faces.
8766
8767 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
8768
8769 * display.texi (Images): Add xrref to display-images-p.
8770
8771 2006-08-28 Kenichi Handa <handa@m17n.org>
8772
8773 * nonascii.texi (Lisp and Coding Systems): Fix description of
8774 detect-coding-region.
8775
8776 2006-08-27 Michael Olson <mwolson@gnu.org>
8777
8778 * processes.texi (Transaction Queues): Remove stray quote
8779 character.
8780
8781 2006-08-25 Richard Stallman <rms@gnu.org>
8782
8783 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
8784 Add xref.
8785
8786 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
8787
8788 * os.texi (Timers): Avoid waiting inside timers.
8789
8790 2006-08-21 Lute Kamstra <lute@gnu.org>
8791
8792 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
8793
8794 2006-08-20 Richard Stallman <rms@gnu.org>
8795
8796 * os.texi (Idle Timers): New node, split out from Timers.
8797 Document current-idle-time.
8798 * commands.texi (Reading One Event): Update xref.
8799 * elisp.texi (Top): Update subnode menu.
8800
8801 2006-08-16 Richard Stallman <rms@gnu.org>
8802
8803 * keymaps.texi (Extended Menu Items): Show format of cached
8804 bindings in extended menu items.
8805
8806 * customize.texi (Variable Definitions): Explain when the
8807 standard value expression is evaluated.
8808
8809 2006-08-15 Chong Yidong <cyd@stupidchicken.com>
8810
8811 * commands.texi (Reading One Event): Explain idleness in
8812 `read-event'.
8813
8814 2006-08-12 Chong Yidong <cyd@stupidchicken.com>
8815
8816 * text.texi (Near Point): Say "cursor" not "terminal cursor".
8817 (Commands for Insertion): Remove split-line since it's not
8818 relevant for Lisp programming.
8819 (Yank Commands): Rewrite introduction.
8820 (Undo): Clarify.
8821 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
8822 (Filling): Remove redundant comment. Clarify return value of
8823 current-justification.
8824 (Margins): Minor clarifications.
8825 (Adaptive Fill): Update default value of adaptive-fill-regexp.
8826 (Sorting): Update definition of sort-lines.
8827 (Columns): Clarify behavior of sort-columns.
8828 (Indent Tabs): Link to Tab Stops in Emacs manual.
8829 (Special Properties): Clarify.
8830 (Clickable Text): Mention Buttons package.
8831
8832 2006-08-12 Kevin Ryde <user42@zip.com.au>
8833
8834 * os.texi (Time Parsing): Add %z to description of
8835 format-time-string, as per docstring. Add cross reference to
8836 glibc manual for strftime.
8837
8838 2006-08-08 Richard Stallman <rms@gnu.org>
8839
8840 * modes.texi: Clean up wording in previous change.
8841
8842 2006-08-07 Chong Yidong <cyd@stupidchicken.com>
8843
8844 * modes.texi (Hooks): Clarify.
8845 (Major Mode Basics): Mention define-derived-mode explicitly.
8846 (Major Mode Conventions): Rebinding RET is OK for some modes.
8847 Mention change-major-mode-hook and after-change-major-mode-hook.
8848 (Example Major Modes): Move to end of Modes section.
8849 (Mode Line Basics): Clarify.
8850 (Mode Line Data): Mention help-echo and local-map in strings.
8851 Explain reason for treatment of non-risky variables.
8852 (Properties in Mode): Clarify.
8853 (Faces for Font Lock): Add font-lock-negation-char-face.
8854
8855 2006-08-04 Eli Zaretskii <eliz@gnu.org>
8856
8857 * strings.texi (Formatting Strings): Warn against arbitrary
8858 strings as first arg to `format'.
8859
8860 2006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
8861
8862 * text.texi (Clickable Text): Mention `help-echo' text property.
8863 Update intro, examples and associated explanations.
8864
8865 2006-07-31 Richard Stallman <rms@gnu.org>
8866
8867 * commands.texi: Update xrefs.
8868 (Event Mod): New node, cut out from old Translating Input.
8869
8870 * maps.texi: Update xrefs.
8871
8872 * keymaps.texi (Translation Keymaps): New node.
8873 Update xrefs from Translating Input to Translation Keymaps.
8874
8875 * elisp.texi (Top): Update subnode menu.
8876
8877 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
8878
8879 * os.texi (System Interface): Fix menu descriptions of some nodes.
8880 (Translating Input): Node deleted.
8881
8882 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
8883
8884 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
8885
8886 * lists.texi (Sets And Lists): Likewise.
8887
8888 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
8889
8890 * text.texi (Fields): Mention POS
8891 requirement when narrowing is in effect.
8892
8893 2006-07-28 Richard Stallman <rms@gnu.org>
8894
8895 * display.texi (Face Attributes): Simplify wording.
8896 (Attribute Functions): Clarify meaning of new-frame default
8897 attribute settings.
8898
8899 * customize.texi (Common Keywords): Document how to use
8900 :package-version in a package not in Emacs.
8901
8902 2006-07-28 Kim F. Storm <storm@cua.dk>
8903
8904 * commands.texi (Reading One Event): Fix last change.
8905
8906 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
8907
8908 * commands.texi (Reading One Event): Document SECONDS argument for
8909 read-event, read-char, and read-char-exclusive.
8910
8911 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
8912
8913 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
8914 to ensure correct identification.
8915
8916 2006-07-24 Richard Stallman <rms@gnu.org>
8917
8918 * text.texi (Clickable Text): Clarify.
8919
8920 * sequences.texi (Vector Functions): Delete duplicate xref.
8921
8922 * objects.texi (Function Type): Clarify.
8923
8924 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
8925 modes.
8926
8927 * lists.texi (List Variables): New node.
8928 Material moved from other nodes.
8929
8930 * variables.texi (Setting Variables): add-to-list and
8931 add-to-ordered-list moved to List Variables node.
8932
8933 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
8934
8935 * text.texi (Links and Mouse-1):
8936 For mouse-on-link-p, expand on arg POS.
8937
8938 2006-07-21 Kim F. Storm <storm@cua.dk>
8939
8940 * display.texi (Forcing Redisplay): Don't mention systems which
8941 don't support sub-second timers for redisplay-preemption-period.
8942
8943 * os.texi (Terminal Output): Clarify text vs graphical terminal.
8944
8945 2006-07-21 Eli Zaretskii <eliz@gnu.org>
8946
8947 * frames.texi (Input Focus): Document that focus-follows-mouse has
8948 no effect on MS-Windows.
8949
8950 2006-07-18 Richard Stallman <rms@gnu.org>
8951
8952 * display.texi (Forcing Redisplay): Cleanups in previous change.
8953
8954 * processes.texi (Low-Level Network): Make menu more convenient.
8955
8956 2006-07-18 Kim F. Storm <storm@cua.dk>
8957
8958 * display.texi (Forcing Redisplay): redisplay-preemption-period
8959 only used on window systems. Add xref to Terminal Output.
8960
8961 * os.texi (Terminal Output): baud-rate only controls preemption on
8962 non-window systems. Add xref to Forcing Redisplay.
8963
8964 * processes.texi (Low-Level Network): Rename node "Make Network"
8965 to "Network Processes".
8966
8967 2006-07-18 Karl Berry <karl@gnu.org>
8968
8969 * variables.texi, functions.texi, customize.texi, loading.texi:
8970 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
8971
8972 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
8973
8974 * commands.texi (Waiting): Document batch-mode sit-for behavior.
8975
8976 2006-07-17 Richard Stallman <rms@gnu.org>
8977
8978 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
8979 Put period and comma inside quotes.
8980
8981 * loading.texi, markers.texi: Use real doublequote inside menus.
8982
8983 * windows.texi: Put point and comma inside quotes.
8984 (Textual Scrolling): Use @samp for error message.
8985
8986 * variables.texi, tips.texi, syntax.texi, symbols.texi:
8987 * strings.texi, streams.texi, processes.texi, os.texi:
8988 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
8989 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
8990 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
8991 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
8992 Put point and comma inside quotes.
8993
8994 * control.texi (Processing of Errors): Add command-error-function.
8995
8996 * variables.texi (File Local Variables): Clarify that
8997 file local variables make buffer-local bindings.
8998
8999 * modes.texi (Syntactic Font Lock): Give default for
9000 font-lock-syntax-table.
9001
9002 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
9003
9004 * text.texi (Special Properties): Clean up previous change.
9005
9006 2006-07-16 Karl Berry <karl@gnu.org>
9007
9008 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
9009 * control.texi: Fix bad page breaks through chapter 10 (control).
9010
9011 * anti.texi (Antinews): Reorder face-attribute fns to avoid
9012 underfull hbox.
9013
9014 2006-07-15 Nick Roberts <nickrob@snap.net.nz>
9015
9016 * text.texi (Special Properties): Describe fontified text property
9017 in relation to a character (not text).
9018
9019 2006-07-15 Kim F. Storm <storm@cua.dk>
9020
9021 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
9022 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
9023 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
9024
9025 * anti.texi (Antinews): Mention redisplay function.
9026 The kbd macro existed, but was not documented, before 22.x.
9027 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
9028
9029 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
9030
9031 * display.texi (Displaying Messages): Add anchor.
9032
9033 * frames.texi (Dialog Boxes): Use it.
9034
9035 2006-07-12 Richard Stallman <rms@gnu.org>
9036
9037 * objects.texi (Frame Type): Explain nature of frames better.
9038
9039 * frames.texi (Frames): Explain nature of frames better.
9040
9041 2006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
9042
9043 * tips.texi (Coding Conventions): Explain why use cl at compile time.
9044
9045 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9046
9047 * frames.texi (Window System Selections): Mention scrap support for Mac.
9048 Default value of x-select-enable-clipboard is t on Mac.
9049
9050 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
9051
9052 2006-07-11 Kim F. Storm <storm@cua.dk>
9053
9054 * display.texi (Forcing Redisplay): Add `redisplay' function.
9055 Don't mention (sit-for -1) -- use (redisplay t) instead.
9056
9057 * commands.texi (Waiting): (sit-for -1) is no longer special.
9058 (sit-for 0) is equivalent to (redisplay).
9059 Iconifying/deiconifying no longer makes sit-for return.
9060
9061 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
9062
9063 * display.texi (Buttons): Fix typo.
9064
9065 * index.texi, elisp.texi (New Symbols): Comment node out.
9066
9067 2006-07-09 Richard Stallman <rms@gnu.org>
9068
9069 * display.texi (Truncation): Clean up previous change.
9070
9071 2006-07-08 Richard Stallman <rms@gnu.org>
9072
9073 * commands.texi (Interactive Call): Use 3 as prefix in example
9074 for execute-extended-command.
9075
9076 * display.texi (Attribute Functions): Move paragraph about
9077 compatibility with Emacs < 21.
9078
9079 2006-07-09 Kim F. Storm <storm@cua.dk>
9080
9081 * display.texi (Refresh Screen): Clarify force-window-update.
9082 (Truncation): "Normally" indicated by fringe arrows.
9083
9084 2006-07-08 Eli Zaretskii <eliz@gnu.org>
9085
9086 * windows.texi (Textual Scrolling, Resizing Windows):
9087 * variables.texi (Constant Variables):
9088 * text.texi (Buffer Contents, Deletion, Changing Properties)
9089 (Property Search, Special Properties, Sticky Properties)
9090 (Links and Mouse-1, Fields, Change Hooks):
9091 * syntax.texi (Syntax Table Functions, Parsing Expressions)
9092 (Categories):
9093 * symbols.texi (Other Plists):
9094 * streams.texi (Output Variables):
9095 * processes.texi (Input to Processes, Query Before Exit):
9096 * positions.texi (Word Motion, Text Lines, List Motion):
9097 * os.texi (Init File, System Environment, Sound Output)
9098 (Session Management):
9099 * nonascii.texi (Text Representations, Character Sets)
9100 (Chars and Bytes, Locales):
9101 * modes.texi (Defining Minor Modes, Header Lines):
9102 * minibuf.texi (Minibuffer Contents):
9103 * markers.texi (Information from Markers):
9104 * lists.texi (List Elements, Building Lists, Association Lists):
9105 * keymaps.texi (Tool Bar):
9106 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
9107 * functions.texi (What Is a Function, Mapping Functions):
9108 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
9109 (Color Names, Text Terminal Colors, Display Feature Testing):
9110 * files.texi (Visiting Functions, File Name Components)
9111 (Unique File Names, Contents of Directories):
9112 * display.texi (Forcing Redisplay, Displaying Messages)
9113 (Temporary Displays, Font Selection, Auto Faces)
9114 (Font Lookup, Fringe Indicators, Display Margins)
9115 (Image Descriptors, Showing Images, Image Cache, Button Types)
9116 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
9117 (Display Table Format, Glyphs):
9118 * control.texi (Iteration):
9119 * commands.texi (Command Loop Info, Adjusting Point):
9120 * backups.texi (Making Backups, Auto-Saving):
9121 Remove @tindex entries.
9122
9123 2006-07-07 Kim F. Storm <storm@cua.dk>
9124
9125 * display.texi (Fringe Cursors): Fix typo.
9126 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
9127 (Overlay Arrow): Default is overlay-arrow fringe indicator.
9128
9129 2006-07-05 Richard Stallman <rms@gnu.org>
9130
9131 * text.texi (Buffer Contents): Add example of text props
9132 in result of buffer-substring.
9133 (Text Properties): Explain better about use of specific property names.
9134 (Property Search): Some cleanups; reorder some functions.
9135
9136 * keymaps.texi (Changing Key Bindings): Cleanup.
9137 Add xref to Key Binding Conventions.
9138
9139 * display.texi (Attribute Functions): Add examples for
9140 face-attribute-relative-p.
9141
9142 * tips.texi (Coding Conventions): Cleanup last change.
9143
9144 2006-07-05 Karl Berry <karl@gnu.org>
9145
9146 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
9147 Remove @setchapternewpage odd.
9148 Result is 1013 pages, down from 1100.
9149
9150 * anti.texi, customize.texi, display.texi, internals.texi:
9151 * minibuf.texi, modes.texi, tips.texi:
9152 Fix overfull/underfull boxes.
9153
9154 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
9155
9156 * edebug.texi (Instrumenting):
9157 Add Edebug-specific findex for eval-buffer.
9158 * loading.texi (Loading):
9159 Replace eval-current-buffer with eval-buffer.
9160
9161 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
9162
9163 * locals.texi (Standard Buffer-Local Variables): Update the list
9164 of variables.
9165
9166 2006-06-26 Nick Roberts <nickrob@snap.net.nz>
9167
9168 * files.texi (File Name Completion): Point user to the node
9169 "Reading File Names".
9170
9171 2006-06-24 Eli Zaretskii <eliz@gnu.org>
9172
9173 * files.texi (Contents of Directories): Document case-insensitive
9174 behavior on respective filesystems.
9175
9176 * objects.texi (Character Type): Document that Emacs signals an
9177 error for unsupported Unicode characters specified as \uNNNN.
9178
9179 2006-06-19 Richard Stallman <rms@gnu.org>
9180
9181 * processes.texi (Bindat Spec): Clarify previous change.
9182
9183 2006-06-16 Richard Stallman <rms@gnu.org>
9184
9185 * tips.texi (Coding Conventions): Better explain conventions
9186 for definition constructs.
9187
9188 * text.texi (Special Properties): String value of `read-only'
9189 serves as the error message.
9190
9191 * objects.texi (Character Type): Clarify prev. change.
9192 (Non-ASCII in Strings): Mention \u and \U.
9193
9194 * commands.texi (Using Interactive): Explain problem of
9195 markers, etc., in command-history.
9196
9197 2006-06-14 Kim F. Storm <storm@cua.dk>
9198
9199 * commands.texi (Waiting): Negative arg to sit-for forces
9200 redisplay even if input is pending.
9201
9202 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
9203 redisplay. Remove incorrect example of binding redisplay-dont-pause
9204 around (sit-for 0).
9205
9206 2006-06-13 Richard Stallman <rms@gnu.org>
9207
9208 * display.texi (Forcing Redisplay): Clarify previous change.
9209
9210 2006-06-13 Romain Francoise <romain@orebokech.com>
9211
9212 * display.texi (Forcing Redisplay): Fix typo.
9213
9214 2006-06-13 Kim F. Storm <storm@cua.dk>
9215
9216 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
9217
9218 2006-06-10 Luc Teirlinck <teirllm@auburn.edu>
9219
9220 * tips.texi (Coding Conventions): Add `@end itemize'.
9221
9222 2006-06-10 Richard Stallman <rms@gnu.org>
9223
9224 * tips.texi (Coding Conventions): Explain use of coding systems
9225 to ensure one decoding for strings.
9226
9227 2006-06-09 Aidan Kehoe <kehoea@parhasard.net>
9228
9229 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
9230 syntax.
9231
9232 2006-06-07 Eli Zaretskii <eliz@gnu.org>
9233
9234 * display.texi (Font Selection): Remove description of
9235 clear-face-cache.
9236
9237 * compile.texi (Eval During Compile): Fix a typo. Add index
9238 entries for possible uses of eval-when-compile.
9239
9240 2006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
9241
9242 * display.texi (Abstract Display): Fix typo.
9243
9244 2006-06-03 Eli Zaretskii <eliz@gnu.org>
9245
9246 * minibuf.texi (Minibuffer History) <history-add-new-input>:
9247 Reword variable's description.
9248
9249 2006-06-01 Richard Stallman <rms@gnu.org>
9250
9251 * windows.texi (Splitting Windows): Clarify splitting nonselected
9252 window.
9253
9254 2006-05-31 Juri Linkov <juri@jurta.org>
9255
9256 * minibuf.texi (Minibuffer History): Add history-add-new-input.
9257
9258 2006-05-30 Richard Stallman <rms@gnu.org>
9259
9260 * display.texi (Line Height): Fix errors in description of
9261 default line height and line-height property.
9262
9263 * nonascii.texi (Default Coding Systems): Further clarification.
9264
9265 2006-05-29 Luc Teirlinck <teirllm@auburn.edu>
9266
9267 * internals.texi (Pure Storage): Mention that an overflow in pure
9268 space causes a memory leak.
9269 (Garbage Collection): If there was an overflow in pure space,
9270 `garbage-collect' returns nil.
9271
9272 2006-05-30 Eli Zaretskii <eliz@gnu.org>
9273
9274 * nonascii.texi (Default Coding Systems): Fix it some more.
9275
9276 2006-05-29 Eli Zaretskii <eliz@gnu.org>
9277
9278 * nonascii.texi (Default Coding Systems): Fix last change.
9279
9280 2006-05-29 Kenichi Handa <handa@m17n.org>
9281
9282 * nonascii.texi (find-operation-coding-system): Describe the new
9283 argument format (FILENAME . BUFFER).
9284
9285 2006-05-28 Richard Stallman <rms@gnu.org>
9286
9287 * tips.texi (Coding Conventions): Better explain reasons not to
9288 advise other packages or use `eval-after-load'.
9289
9290 2006-05-29 Kim F. Storm <storm@cua.dk>
9291
9292 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
9293 `bindat-idx' and `bindat-raw' for clarity.
9294
9295 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
9296
9297 * processes.texi (Bindat Spec): Expand on `repeat' handler.
9298
9299 * display.texi (Display): Add "Abstract Display" to menu.
9300 (Abstract Display, Abstract Display Functions)
9301 (Abstract Display Example): New nodes.
9302 * elisp.texi (Top): Add "Abstract Display" to menu.
9303
9304 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
9305
9306 * keymaps.texi (Key Sequences): Link to input events definition.
9307 (Format of Keymaps): Delete material duplicated in Keymap Basics.
9308
9309 * files.texi (Changing Files): Document updated argument list for
9310 copy-file.
9311
9312 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
9313
9314 * processes.texi (Bindat Functions): Explain term "total length".
9315 Use it in bindat-length and bindat-pack descriptions.
9316
9317 2006-05-26 Eli Zaretskii <eliz@gnu.org>
9318
9319 * tips.texi (Coding Conventions): Advise against using
9320 eval-after-load in packages. Add an index entry.
9321
9322 2006-05-25 Juri Linkov <juri@jurta.org>
9323
9324 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
9325
9326 * modes.texi (%-Constructs): Add %e, %z, %Z.
9327
9328 2006-05-25 Richard Stallman <rms@gnu.org>
9329
9330 * elisp.texi (Top): Update subnode menu.
9331
9332 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
9333 (Keymaps): Update menu.
9334
9335 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
9336
9337 * keymaps.texi (Key Sequences): Some clarifications.
9338
9339 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
9340
9341 * processes.texi (Bindat Functions): Say "unibyte string"
9342 explicitly for bindat-unpack and bindat-pack descriptions.
9343 (Bindat Examples): Don't call `string-make-unibyte' in example.
9344
9345 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
9346
9347 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
9348 Explain string and vector representations of key sequences.
9349
9350 * keymaps.texi (Changing Key Bindings):
9351 * commands.texi (Interactive Codes):
9352 * help.texi (Describing Characters): Refer to it.
9353
9354 2006-05-23 Luc Teirlinck <teirllm@auburn.edu>
9355
9356 * frames.texi (Pointer Shape): @end table -> @end defvar.
9357
9358 2006-05-22 Richard Stallman <rms@gnu.org>
9359
9360 * elisp.texi (Top): Update subnode menus.
9361
9362 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
9363 Contents rewritten; material from old Pointer Shape node moved here.
9364
9365 * display.texi (Pointer Shape): Node deleted.
9366 (Image Descriptors): Minor cleanup.
9367
9368 2006-05-21 Richard Stallman <rms@gnu.org>
9369
9370 * syntax.texi (Parsing Expressions): Update info on which STATE
9371 elements are ignored.
9372
9373 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
9374
9375 * hooks.texi (Standard Hooks): Correct typo.
9376
9377 * gpl.texi (GPL): ifinfo -> ifnottex.
9378
9379 2006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
9380
9381 * searching.texi (Simple Match Data): Warn about match data being
9382 set anew by every search.
9383
9384 2006-05-17 Richard Stallman <rms@gnu.org>
9385
9386 * minibuf.texi (Minibuffer History): Clarify.
9387
9388 * searching.texi (Regexp Special): Clarify nested regexp warning.
9389
9390 2006-05-16 Kim F. Storm <storm@cua.dk>
9391
9392 * minibuf.texi (Minibuffer History): Update add-to-history.
9393
9394 2006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
9395
9396 * nonascii.texi (Explicit Encoding):
9397 Fix typo (encoding<->decoding).
9398
9399 2006-05-14 Richard Stallman <rms@gnu.org>
9400
9401 * buffers.texi (Creating Buffers): Cleanup.
9402
9403 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
9404
9405 2006-05-13 Eli Zaretskii <eliz@gnu.org>
9406
9407 * buffers.texi (Current Buffer): Document that with-temp-buffer
9408 disables undo.
9409
9410 * os.texi (Terminal-Specific): More accurate description of how
9411 Emacs searches for the terminal-specific libraries.
9412
9413 2006-05-12 Eli Zaretskii <eliz@gnu.org>
9414
9415 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
9416 emacs-xtra to @inforef's.
9417
9418 * text.texi (Undo): Document that undo is turned off in buffers
9419 whose names begin with a space.
9420
9421 * buffers.texi (Buffer Names): Add index entries for buffers whose
9422 names begin with a space.
9423 (Creating Buffers): Document that undo is turned off in buffers
9424 whose names begin with a space.
9425
9426 * files.texi (Visiting Functions, Reading from Files)
9427 (Saving Buffers): Mention code and EOL conversions by file I/O
9428 primitives and subroutines.
9429
9430 * nonascii.texi (Lisp and Coding Systems):
9431 Document coding-system-eol-type. Add index entries for eol conversion.
9432
9433 * display.texi (Defining Faces): Mention `mac', and add an xref to
9434 where window-system is described.
9435
9436 2006-05-10 Richard Stallman <rms@gnu.org>
9437
9438 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
9439
9440 2006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
9441
9442 * variables.texi (File Local Variables): Recommend to quote lambda
9443 expressions in safe-local-variable property.
9444
9445 2006-05-09 Richard Stallman <rms@gnu.org>
9446
9447 * variables.texi (File Local Variables):
9448 Document safe-local-eval-forms and safe-local-eval-function.
9449
9450 2006-05-07 Kim F. Storm <storm@cua.dk>
9451
9452 * minibuf.texi (Minibuffer History): Remove keep-dups arg
9453 from add-to-history.
9454
9455 2006-05-07 Romain Francoise <romain@orebokech.com>
9456
9457 * commands.texi (Event Input Misc):
9458 * compile.texi (Eval During Compile):
9459 * internals.texi (Buffer Internals):
9460 * minibuf.texi (Initial Input):
9461 * nonascii.texi (Scanning Charsets):
9462 * numbers.texi (Comparison of Numbers):
9463 * windows.texi (Textual Scrolling, Vertical Scrolling):
9464 Fix various typos.
9465
9466 2006-05-06 Eli Zaretskii <eliz@gnu.org>
9467
9468 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
9469 conditional xref's to either emacs or emacs-xtra, depending on
9470 @iftex/@ifnottex.
9471
9472 * minibuf.texi (Minibuffer History): Document add-to-history.
9473
9474 2006-05-05 Eli Zaretskii <eliz@gnu.org>
9475
9476 * internals.texi (Pure Storage): Mention the pure overflow message
9477 at startup.
9478
9479 2006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
9480
9481 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
9482 (Searching Keymaps): Fix pseudo-Lisp description of keymap
9483 search.
9484
9485 2006-05-01 Richard Stallman <rms@gnu.org>
9486
9487 * intro.texi (nil and t): Clarify.
9488
9489 * variables.texi (File Local Variables): Suggest using booleanp.
9490
9491 2006-05-01 Juanma Barranquero <lekktu@gmail.com>
9492
9493 * objects.texi (Type Predicates): Fix typos.
9494
9495 2006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
9496
9497 * intro.texi (nil and t): Add booleanp.
9498
9499 * objects.texi (Type Predicates): Add links for booleanp and
9500 string-or-null-p.
9501
9502 2006-04-29 Richard Stallman <rms@gnu.org>
9503
9504 * modes.texi (Multiline Font Lock): Rename from
9505 Multi line Font Lock Elements. Much clarification.
9506 (Font Lock Multiline, Region to Fontify): Much clarification.
9507
9508 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9509
9510 * variables.texi (File Local Variables): Remove the special case t for
9511 safe-local-variable.
9512
9513 2006-04-26 Richard Stallman <rms@gnu.org>
9514
9515 * syntax.texi (Parsing Expressions): Minor cleanup.
9516
9517 2006-04-18 Richard Stallman <rms@gnu.org>
9518
9519 * tips.texi (Coding Conventions): Explain when the package's
9520 prefix should appear later on (not at the start of the name).
9521
9522 * searching.texi (String Search): Clarify effect of NOERROR.
9523
9524 * modes.texi (Imenu): Clarify what special items do.
9525
9526 * hooks.texi (Standard Hooks): Delete text about old hook names.
9527
9528 2006-04-17 Romain Francoise <romain@orebokech.com>
9529
9530 * variables.texi (Local Variables): Update the default value of
9531 `max-specpdl-size'.
9532
9533 2006-04-15 Michael Olson <mwolson@gnu.org>
9534
9535 * processes.texi (Transaction Queues): Mention the new optional
9536 `delay-question' argument for `tq-enqueue'.
9537
9538 2006-04-13 Bill Wohler <wohler@newt.com>
9539
9540 * customize.texi (Common Keywords): Use dotted notation for
9541 :package-version value. Specify its values. Improve documentation
9542 for customize-package-emacs-version-alist.
9543
9544 2006-04-12 Bill Wohler <wohler@newt.com>
9545
9546 * customize.texi (Common Keywords): Move description of
9547 customize-package-emacs-version-alist to @defvar.
9548
9549 2006-04-10 Bill Wohler <wohler@newt.com>
9550
9551 * customize.texi (Common Keywords): Add :package-version.
9552
9553 2006-04-10 Kim F. Storm <storm@cua.dk>
9554
9555 * text.texi (Buffer Contents): Add NOPROPS arg to
9556 filter-buffer-substring.
9557
9558 2006-04-08 Kevin Ryde <user42@zip.com.au>
9559
9560 * os.texi (Command-Line Arguments): Update xref to emacs manual
9561 "Command Arguments" -> "Emacs Invocation", per change there.
9562
9563 2006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
9564
9565 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
9566 be on one line to help makeinfo not render two spaces after the dot.
9567
9568 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
9569
9570 * strings.texi (Predicates for Strings): Add string-or-null-p.
9571
9572 2006-03-28 Kim F. Storm <storm@cua.dk>
9573
9574 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
9575 remarks about systems that don't support fractional seconds.
9576
9577 2006-03-25 Karl Berry <karl@gnu.org>
9578
9579 * elisp.texi: Use @copyright{} instead of (C), and do not indent
9580 the year list.
9581
9582 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
9583
9584 * display.texi (Fringe Indicators): Fix typos.
9585
9586 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
9587
9588 * tips.texi (Documentation Tips): One can now also write `program'
9589 in front of a quoted symbol in a docstring to prevent making a
9590 hyperlink.
9591
9592 2006-03-19 Alan Mackenzie <acm@muc.de>
9593
9594 * text.texi (Special Properties): Clarify `fontified' property.
9595
9596 2006-03-16 Richard Stallman <rms@gnu.org>
9597
9598 * display.texi (Defining Images): Minor cleanup.
9599
9600 2006-03-16 Bill Wohler <wohler@newt.com>
9601
9602 * display.texi (Defining Images): In image-load-path-for-library,
9603 prefer user's images.
9604
9605 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9606
9607 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
9608
9609 2006-03-15 Bill Wohler <wohler@newt.com>
9610
9611 * display.texi (Defining Images): Fix example in
9612 image-load-path-for-library by not recommending that one binds
9613 image-load-path. Just defvar it to placate compiler and only use
9614 it if previously defined.
9615
9616 2006-03-14 Bill Wohler <wohler@newt.com>
9617
9618 * display.texi (Defining Images): In image-load-path-for-library,
9619 always return list of directories. Update example.
9620
9621 2006-03-14 Alan Mackenzie <acm@muc.de>
9622
9623 * modes.texi: New node, "Region to Fontify" (for Font Lock).
9624 This describes font-lock-extend-region-function.
9625 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
9626 the new node "Region to Fontify".
9627
9628 2006-03-13 Richard Stallman <rms@gnu.org>
9629
9630 * display.texi (Invisible Text): The impossible position is
9631 now before the invisible text, not after.
9632 (Defining Images): Clean up last change.
9633
9634 2006-03-11 Bill Wohler <wohler@newt.com>
9635
9636 * display.texi (Defining Images): Add image-load-path-for-library.
9637
9638 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
9639
9640 * text.texi (Adaptive Fill): Fix Texinfo usage.
9641
9642 * strings.texi (Creating Strings): Fix Texinfo usage.
9643
9644 * searching.texi (Regexp Special): Use @samp for regular
9645 expressions that are not in Lisp syntax.
9646
9647 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
9648
9649 * searching.texi (Regexp Special): Put remark between parentheses
9650 to avoid misreading.
9651
9652 2006-03-07 Luc Teirlinck <teirllm@auburn.edu>
9653
9654 * searching.texi (Syntax of Regexps): More accurately describe
9655 which characters are special in which situations.
9656 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
9657 are not special. Describe in detail when `[' and `]' are special.
9658 (Regexp Backslash): Plenty of regexps with unbalanced square
9659 brackets are valid, so reword that statement.
9660
9661 2006-03-02 Kim F. Storm <storm@cua.dk>
9662
9663 * keymaps.texi (Tool Bar): Add tool-bar-border.
9664
9665 2006-02-28 Luc Teirlinck <teirllm@auburn.edu>
9666
9667 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
9668
9669 2006-02-27 Luc Teirlinck <teirllm@auburn.edu>
9670
9671 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
9672
9673 * files.texi (Locating Files): Suggest additional values for the
9674 SUFFIXES arg of `locate-file'. Update pxref.
9675
9676 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
9677 (How Programs Do Loading): Discuss the effects of Auto Compression
9678 mode on `load'.
9679 (Load Suffixes): New node.
9680 (Library Search): Delete description of `load-suffixes'; it was
9681 moved to "Load Suffixes".
9682 (Autoload, Named Features): Mention `load-suffixes'.
9683
9684 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
9685
9686 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
9687
9688 * windows.texi (Window Tree): Fix typo.
9689
9690 2006-02-20 Kim F. Storm <storm@cua.dk>
9691
9692 * display.texi (Fringe Indicators): New section.
9693 Move indicate-empty-lines, indicate-buffer-boundaries, and
9694 default-indicate-buffer-boundaries here.
9695 Add fringe-indicator-alist and default-fringes-indicator-alist.
9696 Add list of logical fringe indicator symbols.
9697 Update list of standard bitmap names.
9698 (Fringe Cursors): New section.
9699 Move overflow-newline-into-fringe here.
9700 Add fringe-cursor-alist and default-fringes-cursor-alist.
9701 Add list of fringe cursor symbols.
9702
9703 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
9704
9705 * commands.texi (Using Interactive): Fix reference to node
9706 "Minibuffers".
9707
9708 2006-02-19 Richard M. Stallman <rms@gnu.org>
9709
9710 * minibuf.texi (High-Level Completion):
9711 Add xref to read-input-method-name.
9712
9713 * files.texi (Relative File Names): Move file-relative-name here.
9714 (File Name Expansion): From here. Minor clarifications.
9715
9716 * commands.texi (Using Interactive): Add xrefs about reading input.
9717 Clarify remarks about that moving point and mark.
9718 Put string case before list case.
9719
9720 2006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
9721
9722 * display.texi (Other Display Specs, Image Descriptors):
9723 Revert erroneous changes. The previous description of
9724 image-descriptors as `(image . PROPS)' was correct.
9725
9726 2006-02-14 Richard M. Stallman <rms@gnu.org>
9727
9728 * variables.texi (File Local Variables): Clarifications.
9729
9730 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
9731
9732 * variables.texi (File Local Variables): Use @code for a cons
9733 cell, not @var.
9734
9735 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
9736
9737 * variables.texi (File Local Variables): Document new file local
9738 variable behavior.
9739
9740 2006-02-10 Kim F. Storm <storm@cua.dk>
9741
9742 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
9743
9744 2006-02-08 Juanma Barranquero <lekktu@gmail.com>
9745
9746 * modes.texi (%-Constructs): Remove obsolete info about
9747 `global-mode-string'.
9748
9749 2006-02-07 Richard M. Stallman <rms@gnu.org>
9750
9751 * commands.texi (Prefix Command Arguments): Minor cleanup.
9752
9753 * display.texi: "Graphical display", not window system.
9754
9755 * functions.texi (What Is a Function): Fix xref.
9756
9757 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
9758 (Changing Key Bindings): Clarify when remapping is better than
9759 substitute-key-definition.
9760
9761 2006-02-02 Richard M. Stallman <rms@gnu.org>
9762
9763 * minibuf.texi (Basic Completion): Completion alists are risky.
9764
9765 * keymaps.texi (Active Keymaps): Clarifications.
9766 (Searching Keymaps): New node.
9767 (Keymaps): Update menu.
9768
9769 * frames.texi (Layout Parameters): Minor clarification.
9770 (Drag and Drop): New node.
9771 (Frames): Update menu.
9772
9773 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
9774
9775 * display.texi (Other Display Specs, Image Descriptors):
9776 Image description is a list, not a cons cell.
9777
9778 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
9779
9780 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
9781 list is not necessarily a list).
9782
9783 2006-01-27 Eli Zaretskii <eliz@gnu.org>
9784
9785 * frames.texi (Layout Parameters): border-width and
9786 internal-border-width belong to the frame, not the window.
9787
9788 2006-01-19 Richard M. Stallman <rms@gnu.org>
9789
9790 * nonascii.texi (Translation of Characters): Search cmds use
9791 translation-table-for-input. Automatically made local.
9792
9793 * markers.texi (Overview of Markers): Count insertion type
9794 as one of a marker's attributes.
9795
9796 * keymaps.texi (Controlling Active Maps): New node, split out of
9797 Active Keymaps.
9798 (Keymaps): Menu updated.
9799 (Active Keymaps): Give pseudocode to explain how the active
9800 maps are searched. current-active-maps and key-binding moved here.
9801 (Functions for Key Lookup): current-active-maps and key-binding moved.
9802 Clarifications.
9803 (Searching the Keymaps): New subnode.
9804
9805 * elisp.texi (Top): Menu clarification.
9806
9807 * display.texi (Other Display Specs): Delete duplicate entry for
9808 just a string as display spec. Move text about recursive display
9809 specs on such a string.
9810
9811 * commands.texi (Key Sequence Input): Clarify.
9812 Move num-nonmacro-input-events out.
9813 (Reading One Event): num-nonmacro-input-events moved here.
9814
9815 2006-01-14 Nick Roberts <nickrob@snap.net.nz>
9816
9817 * advice.texi (Simple Advice): Update example to fit argument
9818 change in previous-line.
9819
9820 2006-01-05 Richard M. Stallman <rms@gnu.org>
9821
9822 * markers.texi (The Mark): Fix in `mark'.
9823
9824 2006-01-04 Richard M. Stallman <rms@gnu.org>
9825
9826 * processes.texi (Misc Network, Make Network): Minor cleanups.
9827
9828 2006-01-04 Kim F. Storm <storm@cua.dk>
9829
9830 * processes.texi (Make Network): Add IPv6 addresses and handling.
9831 (Network Feature Testing): Mention (:family ipv6).
9832 (Misc Network): Add IPv6 formats to format-network-address.
9833
9834 2005-12-30 Richard M. Stallman <rms@gnu.org>
9835
9836 * text.texi (Changing Properties):
9837 Don't use return value of set-text-properties.
9838
9839 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
9840
9841 * modes.texi (Mode Line Format): Correct typo in menu.
9842
9843 2005-12-29 Richard M. Stallman <rms@gnu.org>
9844
9845 * modes.texi (Mode Line Top): New node.
9846 (Mode Line Data): Some text moved to new node.
9847 Explain the data structure more concretely.
9848 (Mode Line Basics): Clarifications.
9849 (Mode Line Variables): Clarify intro paragraph.
9850 (%-Constructs): Clarify intro paragraph.
9851 (Mode Line Format): Update menu.
9852
9853 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
9854
9855 * minibuf.texi (Basic Completion): Update lazy-completion-table
9856 examples for removal of ARGS argument.
9857
9858 2005-12-23 Richard M. Stallman <rms@gnu.org>
9859
9860 * text.texi (Undo): Restore some explanation from the version
9861 that was deleted.
9862
9863 2005-12-23 Eli Zaretskii <eliz@gnu.org>
9864
9865 * text.texi (Undo): Remove duplicate descriptions of `apply
9866 funname' and `apply delta' elements of the undo list.
9867
9868 2005-12-20 Richard M. Stallman <rms@gnu.org>
9869
9870 * help.texi (Help Functions): Update documentation of `apropos'.
9871
9872 2005-12-20 Luc Teirlinck <teirllm@auburn.edu>
9873
9874 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
9875 because it is confusing. If the :help-echo keyword is a function,
9876 it is not directly used as the :help-echo overlay property, as the
9877 xref seems to suggest (it does not take the appropriate args).
9878
9879 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
9880
9881 * customize.texi (Common Keywords): Fix Texinfo usage.
9882 (Group Definitions, Variable Definitions): Update for new
9883 conventions for using `*' in docstrings.
9884
9885 * tips.texi (Documentation Tips): Update for new conventions for
9886 using `*' in docstrings.
9887
9888 2005-12-16 Richard M. Stallman <rms@gnu.org>
9889
9890 * minibuf.texi (Minibuffer Contents): Minor cleanup.
9891
9892 2005-12-16 Juri Linkov <juri@jurta.org>
9893
9894 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
9895
9896 2005-12-14 Romain Francoise <romain@orebokech.com>
9897
9898 * modes.texi (Customizing Keywords): Rename `append' to `how'.
9899 Fix typo.
9900
9901 2005-12-11 Juri Linkov <juri@jurta.org>
9902
9903 * minibuf.texi (Completion Commands): Add mention of read-file-name
9904 for filename completion keymaps.
9905 (Reading File Names): Add mention of filename completion keymaps
9906 for read-file-name and xref to `Completion Commands'.
9907
9908 2005-12-10 Richard M. Stallman <rms@gnu.org>
9909
9910 * customize.texi (Common Keywords): State caveats for use of :tag.
9911
9912 2005-12-08 Richard M. Stallman <rms@gnu.org>
9913
9914 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
9915 with xrefs and better explanation.
9916 (Completion Commands): Add the filename completion maps.
9917
9918 * objects.texi (Character Type): Clarify that \s is not space
9919 if a dash follows.
9920
9921 2005-12-05 Richard M. Stallman <rms@gnu.org>
9922
9923 * windows.texi (Resizing Windows): Delete preserve-before args.
9924
9925 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9926
9927 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
9928 in full keymaps, since the quirk has been fixed.
9929
9930 2005-12-03 Eli Zaretskii <eliz@gnu.org>
9931
9932 * hooks.texi (Standard Hooks): Add index entries.
9933 Mention `compilation-finish-functions'.
9934
9935 2005-11-27 Richard M. Stallman <rms@gnu.org>
9936
9937 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
9938
9939 2005-11-21 Juri Linkov <juri@jurta.org>
9940
9941 * customize.texi (Common Keywords): Update links types
9942 custom-manual and url-link. Add link types emacs-library-link,
9943 file-link, function-link, variable-link, custom-group-link.
9944
9945 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
9946
9947 * display.texi: Revert 2005-11-20 change.
9948
9949 2005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9950
9951 * processes.texi (Bindat Functions):
9952 Say "third" to refer to zero-based index "2".
9953
9954 2005-11-18 Luc Teirlinck <teirllm@auburn.edu>
9955
9956 * loading.texi (Library Search): Update the default value of
9957 `load-suffixes'.
9958
9959 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
9960
9961 * display.texi (Attribute Functions): Mention :ignore-defface.
9962
9963 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9964
9965 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
9966 (Minor Mode Conventions): Mention the use of a hook.
9967
9968 2005-11-06 Richard M. Stallman <rms@gnu.org>
9969
9970 * files.texi (Magic File Names): find-file-name-handler checks the
9971 `operations' property of the handler.
9972
9973 2005-11-03 Richard M. Stallman <rms@gnu.org>
9974
9975 * variables.texi (Frame-Local Variables): Small clarification.
9976
9977 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
9978
9979 * os.texi (Init File): Document ~/.emacs.d/init.el.
9980
9981 2005-10-29 Richard M. Stallman <rms@gnu.org>
9982
9983 * internals.texi (Garbage Collection): Document memory-full.
9984
9985 2005-10-28 Bill Wohler <wohler@newt.com>
9986
9987 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
9988 for URLs.
9989
9990 2005-10-28 Richard M. Stallman <rms@gnu.org>
9991
9992 * minibuf.texi (Completion Commands): Clean up prev change.
9993
9994 2005-10-26 Kevin Ryde <user42@zip.com.au>
9995
9996 * compile.texi (Eval During Compile): Explain recommended uses
9997 of eval-when-compile and eval-and-compile.
9998
9999 2005-10-27 Masatake YAMATO <jet@gyve.org>
10000
10001 * minibuf.texi (Completion Commands):
10002 Write about new optional argument for `display-completion-list'.
10003
10004 2005-10-23 Richard M. Stallman <rms@gnu.org>
10005
10006 * display.texi (Overlay Arrow): Clarify about local bindings of
10007 overlay-arrow-position.
10008
10009 2005-10-22 Eli Zaretskii <eliz@gnu.org>
10010
10011 * internals.texi (Building Emacs): Fix last change.
10012
10013 2005-10-22 Richard M. Stallman <rms@gnu.org>
10014
10015 * internals.texi (Building Emacs): Document eval-at-startup.
10016
10017 2005-10-21 Richard M. Stallman <rms@gnu.org>
10018
10019 * loading.texi (Where Defined): load-history contains abs file names.
10020 symbol-file returns abs file names.
10021
10022 2005-10-19 Kim F. Storm <storm@cua.dk>
10023
10024 * display.texi (Showing Images): Add max-image-size integer value.
10025
10026 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
10027
10028 * display.texi (Showing Images): Document max-image-size.
10029
10030 2005-10-17 Richard M. Stallman <rms@gnu.org>
10031
10032 * commands.texi (Quitting): Minor clarification.
10033
10034 * processes.texi (Sentinels): Clarify about output and quitting.
10035 (Filter Functions): Mention with-local-quit.
10036
10037 2005-10-17 Juri Linkov <juri@jurta.org>
10038
10039 * buffers.texi (Current Buffer):
10040 * commands.texi (Event Input Misc):
10041 * compile.texi (Eval During Compile, Compiler Errors):
10042 * customize.texi (Group Definitions):
10043 * display.texi (Progress, Defining Faces):
10044 * files.texi (Writing to Files):
10045 * modes.texi (Mode Hooks, Defining Minor Modes):
10046 * streams.texi (Output Functions):
10047 * syntax.texi (Syntax Table Functions):
10048 * text.texi (Change Hooks):
10049 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
10050
10051 * commands.texi (Quitting): Replace arg `forms' with `body' in
10052 `with-local-quit'.
10053
10054 * positions.texi (Excursions): Replace arg `forms' with `body' in
10055 `save-excursion'.
10056
10057 2005-10-08 Kim F. Storm <storm@cua.dk>
10058
10059 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
10060 Rename manual section accordingly.
10061
10062 2005-10-04 Kim F. Storm <storm@cua.dk>
10063
10064 * windows.texi (Window Split Tree): New section describing
10065 new function window-split-tree function.
10066
10067 2005-10-03 Nick Roberts <nickrob@snap.net.nz>
10068
10069 * display.texi (Fringe Size/Pos): Simplify and add detail.
10070
10071 2005-09-30 Romain Francoise <romain@orebokech.com>
10072
10073 * minibuf.texi (High-Level Completion): Explain that the prompt
10074 given to `read-buffer' should end with a colon and a space.
10075 Update usage examples.
10076
10077 2005-09-29 Juri Linkov <juri@jurta.org>
10078
10079 * display.texi (Displaying Messages): Rename argument name
10080 `string' to `format-string' in functions `message', `message-box',
10081 `message-or-box'.
10082
10083 2005-09-26 Chong Yidong <cyd@stupidchicken.com>
10084
10085 * errors.texi (Standard Errors): Correct xrefs.
10086
10087 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
10088
10089 * display.texi (Defining Images): Update documentation for
10090 `image-load-path'.
10091
10092 2005-09-17 Richard M. Stallman <rms@gnu.org>
10093
10094 * display.texi (Defining Images): Clean up previous change.
10095
10096 2005-09-16 Romain Francoise <romain@orebokech.com>
10097
10098 * elisp.texi: Specify GFDL version 1.2.
10099
10100 * doclicense.texi (GNU Free Documentation License): Update to
10101 version 1.2.
10102
10103 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
10104
10105 * display.texi (Defining Images): Document `image-load-path'.
10106
10107 2005-09-15 Richard M. Stallman <rms@gnu.org>
10108
10109 * objects.texi (Printed Representation): Minor cleanup.
10110 (Box Diagrams): Minor fix.
10111 (Cons Cell Type): Move (...) index item here.
10112 (Box Diagrams): From here.
10113 (Array Type): Minor fix.
10114 (Type Predicates): Delete index "predicates".
10115 (Hash Table Type): Clarify xref.
10116 (Dotted Pair Notation): Minor fix.
10117
10118 2005-09-10 Chong Yidong <cyd@stupidchicken.com>
10119
10120 * files.texi (Saving Buffers): Fix typo.
10121
10122 2005-09-08 Richard M. Stallman <rms@gnu.org>
10123
10124 * tips.texi (Programming Tips): Correct the "default" prompt spec.
10125
10126 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
10127
10128 * locals.texi (Standard Buffer-Local Variables): Don't include
10129 mode variables for minor modes.
10130 Fix xrefs for buffer-display-count, buffer-display-table,
10131 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
10132 enable-multibyte-characters, fill-column, header-line-format,
10133 left-fringe-width, left-margin, and right-fringe-width.
10134
10135 * hooks.texi (Standard Hooks): All hooks should conform to the
10136 standard naming convention now.
10137 Fix xref for `echo-area-clear-hook'.
10138
10139 * display.texi (Usual Display): Note that indicate-empty-lines and
10140 tab-width are buffer-local.
10141
10142 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
10143
10144 * modes.texi (Mode Help): Note that major-mode is buffer-local.
10145
10146 * nonascii.texi (Encoding and I/O): Note that
10147 buffer-file-coding-system is buffer-local.
10148
10149 * positions.texi (List Motion): Note that defun-prompt-regexp is
10150 buffer-local.
10151
10152 * text.texi (Auto Filling): Note that auto-fill-function is
10153 buffer-local.
10154 (Undo): Note that buffer-undo-list is buffer-local.
10155
10156 * windows.texi (Buffers and Windows):
10157 Document buffer-display-count.
10158
10159 2005-09-06 Richard M. Stallman <rms@gnu.org>
10160
10161 * tips.texi (Coding Conventions): Sometimes it is ok to put the
10162 package prefix elsewhere than at the start of the name.
10163
10164 2005-09-03 Richard M. Stallman <rms@gnu.org>
10165
10166 * tips.texi (Programming Tips): Add conventions for minibuffer
10167 questions and prompts.
10168
10169 2005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
10170
10171 * intro.texi (nil and t): Minor cleanup.
10172 Delete spurious mention of keyword symbols.
10173 (Evaluation Notation): Add index entry.
10174 (A Sample Function Description): Minor cleanup.
10175 (A Sample Variable Description): Not all vars can be set.
10176
10177 2005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
10178
10179 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
10180
10181 (Insertion): Document precise type of `insert-char' arg COUNT.
10182
10183 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
10184
10185 * modes.texi (Other Font Lock Variables): Sync the default of
10186 font-lock-lines-before.
10187
10188 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
10189
10190 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
10191
10192 2005-08-29 Richard M. Stallman <rms@gnu.org>
10193
10194 * elisp.texi (Top): Update subnode menu.
10195
10196 * searching.texi (Searching and Matching): Move node.
10197 Rearrange contents and add overall explanation.
10198 (Searching and Case): Move node.
10199 (Searching and Matching): Update menu.
10200
10201 2005-08-27 Eli Zaretskii <eliz@gnu.org>
10202
10203 * os.texi (Startup Summary): Fix the description of the initial
10204 startup message display.
10205
10206 2005-08-25 Richard M. Stallman <rms@gnu.org>
10207
10208 * searching.texi (Search and Replace): Add replace-regexp-in-string.
10209
10210 2005-08-25 Emilio C. Lopes <eclig@gmx.net>
10211
10212 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
10213 `next-overlay-change' example.
10214
10215 2005-08-22 Juri Linkov <juri@jurta.org>
10216
10217 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
10218 Fix invert-face. Fix args of face-background.
10219
10220 * display.texi (Standard Faces): Delete node.
10221 (Faces): Add xref to `(emacs)Standard Faces'.
10222 (Displaying Faces): Fix xref to `Standard Faces'.
10223
10224 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
10225
10226 2005-08-20 Alan Mackenzie <acm@muc.de>
10227
10228 * buffers.texi (The Buffer List): Clarify the manipulation of the
10229 buffer list.
10230
10231 2005-08-14 Richard M. Stallman <rms@gnu.org>
10232
10233 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
10234 a regexp.
10235
10236 2005-08-11 Richard M. Stallman <rms@gnu.org>
10237
10238 * elisp.texi (Top): Update subnode lists.
10239
10240 * display.texi (Inverse Video): Node deleted.
10241
10242 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
10243 New nodes split out of Coding Conventions.
10244
10245 * searching.texi (Regular Expressions): Document re-builder.
10246
10247 * os.texi (Time Parsing): New node split out of Time Conversion.
10248
10249 * processes.texi (Misc Network, Network Feature Testing)
10250 (Network Options, Make Network): New nodes split out of
10251 Low-Level Network.
10252
10253 2005-08-09 Richard M. Stallman <rms@gnu.org>
10254
10255 * frames.texi (Geometry): New node, split from Size and Position.
10256 (Frame Parameters): Refer to Geometry.
10257
10258 * buffers.texi (The Buffer List): Fix xrefs.
10259
10260 * windows.texi (Splitting Windows): Fix xref.
10261
10262 * frames.texi (Layout Parameters): Add xref.
10263
10264 * display.texi (Line Height, Scroll Bars): Fix xrefs.
10265
10266 * keymaps.texi (Menu Bar): Fix xref.
10267
10268 * locals.texi (Standard Buffer-Local Variables): Fix xref.
10269
10270 * modes.texi (%-Constructs): Fix xref.
10271
10272 * frames.texi (Window Frame Parameters): Node split up.
10273 (Basic Parameters, Position Parameters, Size Parameters)
10274 (Layout Parameters, Buffer Parameters, Management Parameters)
10275 (Cursor Parameters, Color Parameters): New subnodes.
10276
10277 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
10278
10279 * positions.texi (Screen Lines): Update xref for previous change
10280 in minibuf.texi.
10281
10282 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
10283 change in minibuf.texi.
10284
10285 2005-08-09 Richard M. Stallman <rms@gnu.org>
10286
10287 * tips.texi (Coding Conventions): Minor cleanup.
10288
10289 * modes.texi (Defining Minor Modes): Explain when init-value
10290 can be non-nil.
10291
10292 * elisp.texi (Top): Update submenu for Minibuffer.
10293
10294 * minibuf.texi (Minibuffer Misc): Node split up.
10295 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
10296 (Recursive Mini): New nodes split out from Minibuffer Misc.
10297 (Minibuffer Misc): Document max-mini-window-height.
10298
10299 * hash.texi (Defining Hash): Delete stray paren in example.
10300
10301 * display.texi (Echo Area Customization): Don't define
10302 max-mini-window-height here; xref instead.
10303
10304 * commands.texi (Event Input Misc): Update while-no-input.
10305
10306 * advice.texi (Advising Functions): Explain when to use advice
10307 and when to use a hook.
10308
10309 2005-07-30 Eli Zaretskii <eliz@gnu.org>
10310
10311 * makefile.w32-in (info): Don't run install-info.
10312 ($(infodir)/dir): New target, produced by running install-info.
10313
10314 2005-07-27 Luc Teirlinck <teirllm@auburn.edu>
10315
10316 * modes.texi (Defining Minor Modes): The keyword for the initial
10317 value is :init-value, not :initial-value.
10318
10319 2005-07-23 Eli Zaretskii <eliz@gnu.org>
10320
10321 * loading.texi (Autoload): Make the `doctor' example be consistent
10322 with what's in current loaddefs.el. Describe the "fn" magic in
10323 the usage portion of the doc string.
10324
10325 2005-07-22 Richard M. Stallman <rms@gnu.org>
10326
10327 * internals.texi (Garbage Collection): Clarify previous change.
10328
10329 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
10330
10331 * internals.texi (Garbage Collection): Add gc-cons-percentage.
10332
10333 2005-07-18 Juri Linkov <juri@jurta.org>
10334
10335 * commands.texi (Accessing Events):
10336 * frames.texi (Text Terminal Colors, Resources):
10337 * markers.texi (The Mark):
10338 * modes.texi (Defining Minor Modes):
10339 Delete duplicate duplicate words.
10340
10341 2005-07-16 Richard M. Stallman <rms@gnu.org>
10342
10343 * display.texi (Managing Overlays): Clarify make-overlay
10344 args for insertion types.
10345
10346 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
10347
10348 * customize.texi (Variable Definitions):
10349 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
10350 `standard-value' is a list too.
10351 (Defining New Types): Use @key{RET} instead of @key{ret}.
10352
10353 2005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
10354
10355 * os.texi (Translating Input): Fix typo.
10356
10357 2005-07-08 Richard M. Stallman <rms@gnu.org>
10358
10359 * README: Update edition number and size estimate.
10360
10361 * elisp.texi (VERSION): Set to 2.9.
10362
10363 2005-07-07 Richard M. Stallman <rms@gnu.org>
10364
10365 * book-spine.texinfo: Update Emacs version.
10366
10367 * display.texi (Inverse Video): Delete mode-line-inverse-video.
10368
10369 2005-07-06 Richard M. Stallman <rms@gnu.org>
10370
10371 * searching.texi (Regexp Search): Clarify what re-search-forward
10372 does when the search fails.
10373
10374 2005-07-05 Lute Kamstra <lute@gnu.org>
10375
10376 * Update FSF's address in GPL notices.
10377
10378 * doclicense.texi (GNU Free Documentation License):
10379 * gpl.texi (GPL):
10380 * tips.texi (Coding Conventions, Library Headers):
10381 * vol1.texi:
10382 * vol2.texi: Update FSF's address.
10383
10384 2005-07-04 Richard M. Stallman <rms@gnu.org>
10385
10386 * hooks.texi (Standard Hooks): Add occur-hook.
10387
10388 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
10389
10390 * display.texi (The Echo Area): Correct menu.
10391
10392 2005-07-03 Richard M. Stallman <rms@gnu.org>
10393
10394 * elisp.texi (Top): Update subnode menu for Display.
10395
10396 * display.texi (Displaying Messages): New node, with most
10397 of what was in The Echo Area.
10398 (Progress): Move under The Echo Area.
10399 (Logging Messages): New node with new text.
10400 (Echo Area Customization): New node, the rest of what was
10401 in The Echo Area. Document message-truncate-lines with @defvar.
10402 (Display): Update menu.
10403
10404 * windows.texi (Textual Scrolling): Doc 3 values for
10405 scroll-preserve-screen-position.
10406
10407 * text.texi (Special Properties): Change hook functions
10408 should bind inhibit-modification-hooks around altering buffer text.
10409
10410 * keymaps.texi (Key Binding Commands): Call binding BINDING
10411 rather than DEFINITION.
10412
10413 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
10414
10415 * variables.texi (Defining Variables): `user-variable-p' returns t
10416 for aliases of user options, nil for alias loops.
10417
10418 2005-06-28 Richard M. Stallman <rms@gnu.org>
10419
10420 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
10421 make-keymap.
10422
10423 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
10424
10425 * variables.texi (Setting Variables): Correct and clarify
10426 description of `add-to-ordered-list'.
10427
10428 2005-06-26 Richard M. Stallman <rms@gnu.org>
10429
10430 * display.texi (Faces): Minor cleanup.
10431
10432 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
10433
10434 * display.texi (Faces): `facep' returns t for strings that are
10435 face names.
10436
10437 2005-06-25 Richard M. Stallman <rms@gnu.org>
10438
10439 * objects.texi (Equality Predicates): Clarify meaning of equal.
10440
10441 * windows.texi (Selecting Windows): save-selected-window
10442 and with-selected-window save and restore the current buffer.
10443
10444 2005-06-24 Richard M. Stallman <rms@gnu.org>
10445
10446 * numbers.texi (Float Basics): Explain how to test for NaN,
10447 and printing the sign of NaNs.
10448
10449 2005-06-24 Eli Zaretskii <eliz@gnu.org>
10450
10451 * makefile.w32-in (MAKEINFO): Use --force.
10452
10453 2005-06-23 Richard M. Stallman <rms@gnu.org>
10454
10455 * display.texi (Face Functions): Correct Texinfo usage.
10456
10457 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
10458
10459 * lists.texi (Rings): `ring-elements' now returns the elements of
10460 RING in order.
10461
10462 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
10463
10464 * markers.texi (The Mark): Texinfo usage fix.
10465
10466 2005-06-23 Kim F. Storm <storm@cua.dk>
10467
10468 * searching.texi (Entire Match Data): Remove evaporate option for
10469 match-data. Do not mention evaporate option for set-match-data.
10470
10471 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
10472
10473 * display.texi (Face Functions): Mention face aliases.
10474
10475 2005-06-21 Richard M. Stallman <rms@gnu.org>
10476
10477 * anti.texi (Antinews): Texinfo usage fix.
10478
10479 2005-06-21 Karl Berry <karl@gnu.org>
10480
10481 * elisp.texi: Use @copying.
10482
10483 * elisp.texi: Put @summarycontents and @contents before the Top
10484 node, instead of the end of the file, so that the contents appear
10485 in the right place in the dvi/pdf output.
10486
10487 2005-06-21 Juri Linkov <juri@jurta.org>
10488
10489 * display.texi (Defining Faces): Add `customized-face'.
10490
10491 2005-06-20 Kim F. Storm <storm@cua.dk>
10492
10493 * variables.texi (Setting Variables): Any type of element can be
10494 given order in add-to-ordered-list. Compare elements with eq.
10495
10496 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
10497
10498 2005-06-20 Karl Berry <karl@gnu.org>
10499
10500 * syntax.texi (Syntax Flags): Make last column very slightly wider
10501 to avoid "generic comment" breaking on two lines and causing an
10502 underfull box.
10503
10504 2005-06-19 Luc Teirlinck <teirllm@auburn.edu>
10505
10506 * lists.texi (Rings): Various minor clarifications and corrections.
10507
10508 2005-06-18 Richard M. Stallman <rms@gnu.org>
10509
10510 * functions.texi (Obsolete Functions): Simplify.
10511
10512 * variables.texi (Variable Aliases): Simplify.
10513
10514 * anti.texi, backups.texi, compile.texi, customize.texi:
10515 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
10516 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
10517 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
10518 * variables.texi: Fix formatting ugliness.
10519
10520 * elisp.texi: Add links to Rings and Byte Packing.
10521 Update version and copyright years.
10522
10523 * minibuf.texi: Fix formatting ugliness.
10524 (Completion Commands): Move keymap vars to the end
10525 and vars completing-read binds to the top.
10526
10527 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
10528
10529 * processes.texi: Fix typos.
10530 (Bindat Spec): Correct Texinfo error.
10531 (Byte Packing): Fix ungrammatical sentence.
10532
10533 2005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
10534
10535 * lists.texi (Rings): New node.
10536 (Lists): Add it to menu.
10537
10538 * processes.texi (Byte Packing): New node.
10539 (Processes): Add it to menu.
10540
10541 2005-06-17 Richard M. Stallman <rms@gnu.org>
10542
10543 * syntax.texi (Parsing Expressions): Fix texinfo usage.
10544
10545 * help.texi (Documentation Basics): Explain the xref to
10546 Documentation Tips.
10547
10548 * debugging.texi (Debugger Commands): Minor fix.
10549
10550 2005-06-16 Luc Teirlinck <teirllm@auburn.edu>
10551
10552 * edebug.texi (Instrumenting): Eliminate duplicate link.
10553 (Specification List): Replace references to "below", referring to
10554 a later node, with one @ref to that node.
10555
10556 * os.texi (Timers): Timers should save and restore the match data
10557 if they change it.
10558
10559 * debugging.texi (Debugger Commands): Mention that the Lisp
10560 debugger can not step through primitive functions.
10561
10562 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
10563
10564 * functions.texi (Obsolete Functions): Update argument names of
10565 `make-obsolete' and `define-obsolete-function-alias'.
10566
10567 * variables.texi (Variable Aliases): Update argument names of
10568 `defvaralias', `make-obsolete-variable' and
10569 `define-obsolete-variable-alias'.
10570
10571 2005-06-15 Kim F. Storm <storm@cua.dk>
10572
10573 * searching.texi (Entire Match Data): Rephrase warnings about
10574 evaporate arg to match-data and set-match-data.
10575
10576 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
10577
10578 * elisp.texi (Top): Update detailed menu.
10579
10580 * edebug.texi (Edebug): Update menu.
10581 (Instrumenting): Update xrefs.
10582 (Edebug Execution Modes): Correct xref.
10583 (Jumping): Clarify description of `h' command.
10584 Eliminate redundant @ref.
10585 (Breaks): New node.
10586 (Breakpoints): Is now a subsubsection.
10587 (Global Break Condition): Mention `C-x X X'.
10588 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
10589 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
10590 (Edebug Display Update): Correct pxref.
10591 (Edebug and Macros): New node.
10592 (Instrumenting Macro Calls): Is now a subsubsection.
10593 Neither arg of `def-edebug-spec' is evaluated.
10594 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
10595 (Specification Examples): Fix typo.
10596
10597 2005-06-14 Lute Kamstra <lute@gnu.org>
10598
10599 * debugging.texi (Function Debugging): Primitives can break on
10600 entry too.
10601
10602 2005-06-14 Kim F. Storm <storm@cua.dk>
10603
10604 * variables.texi (Setting Variables): Add add-to-ordered-list.
10605
10606 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10607
10608 * syntax.texi (Parsing Expressions): Document aux functions and vars of
10609 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
10610
10611 2005-06-13 Lute Kamstra <lute@gnu.org>
10612
10613 * text.texi (Special Properties): Fix cross reference.
10614
10615 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
10616
10617 * debugging.texi (Function Debugging): Delete mention of empty
10618 string argument to `cancel-debug-on-entry'. Delete inaccurate
10619 description of the return value of that command.
10620
10621 2005-06-11 Alan Mackenzie <acm@muc.de>
10622
10623 * text.texi (Adaptive Fill): Amplify the description of
10624 fill-context-prefix.
10625
10626 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
10627
10628 * syntax.texi (Parsing Expressions): Fix Texinfo error.
10629
10630 2005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10631
10632 * syntax.texi (Parsing Expressions): Document syntax-ppss.
10633
10634 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
10635
10636 * debugging.texi (Error Debugging): Minor rewording.
10637 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
10638 is optional.
10639
10640 2005-06-10 Lute Kamstra <lute@gnu.org>
10641
10642 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
10643 (Top): Give it a title. Correct version number. Give the
10644 detailed node listing a more prominent header.
10645 * intro.texi: Don't set VERSION here a second time.
10646 Mention Emacs's version too.
10647 * anti.texi (Antinews): Use EMACSVER to refer to the current
10648 version of Emacs.
10649
10650 2005-06-09 Kim F. Storm <storm@cua.dk>
10651
10652 * searching.texi (Entire Match Data): Explain new `reseat' argument to
10653 match-data and set-match-data.
10654
10655 2005-06-08 Richard M. Stallman <rms@gnu.org>
10656
10657 * searching.texi (Entire Match Data): Clarify when match-data
10658 returns markers and when integers.
10659
10660 * display.texi (Defining Faces): Explain that face name should not
10661 end in `-face'.
10662
10663 * modes.texi (Mode Line Data): Minor cleanup.
10664 (Customizing Keywords): Node split out of Search-based Fontification.
10665 Add example of using font-lock-add-keywords from a hook.
10666 Clarify when MODE should be non-nil, and when nil.
10667
10668 2005-06-06 Richard M. Stallman <rms@gnu.org>
10669
10670 * modes.texi (Mode Line Data): Explain what happens when the car
10671 of a list is a void symbol.
10672 (Search-based Fontification): Explain MODE arg to
10673 font-lock-add-keywords and warn about calls from major modes.
10674
10675 2005-06-08 Juri Linkov <juri@jurta.org>
10676
10677 * display.texi (Standard Faces): Add `shadow' face.
10678
10679 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
10680
10681 * modes.texi (Major Mode Conventions): A derived mode only needs
10682 to put the call to the parent mode inside `delay-mode-hooks'.
10683
10684 2005-05-29 Richard M. Stallman <rms@gnu.org>
10685
10686 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
10687 new, and what that implies. Clarify.
10688
10689 * files.texi (Locating Files): Clean up the text.
10690
10691 * frames.texi (Window Frame Parameters): Document user-size.
10692 Shorten entry for top by referring to left.
10693
10694 2005-05-26 Richard M. Stallman <rms@gnu.org>
10695
10696 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
10697 is new, and what the implications are. Other clarifications.
10698
10699 2005-05-24 Richard M. Stallman <rms@gnu.org>
10700
10701 * frames.texi (Dialog Boxes): Minor fixes.
10702
10703 2005-05-25 Masatake YAMATO <jet@gyve.org>
10704
10705 * display.texi (Standard Faces): Write about `mode-line-highlight'.
10706
10707 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
10708
10709 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
10710 is optional.
10711
10712 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
10713
10714 * frames.texi (Dialog Boxes): Describe new optional argument.
10715
10716 2005-05-23 Lute Kamstra <lute@gnu.org>
10717
10718 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
10719 syntax-begin-function over font-lock-beginning-of-syntax-function.
10720
10721 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
10722
10723 * minibuf.texi (Reading File Names): Update description of
10724 `read-directory-name'.
10725
10726 * modes.texi (Derived Modes): Clarify :group keyword.
10727
10728 2005-05-21 Eli Zaretskii <eliz@gnu.org>
10729
10730 * files.texi (Locating Files): New subsection.
10731 Describe locate-file and executable-find.
10732
10733 2005-05-21 Kevin Ryde <user42@zip.com.au>
10734
10735 * frames.texi (Initial Parameters): Update cross reference to
10736 "Emacs Invocation".
10737
10738 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
10739
10740 * keymaps.texi (Active Keymaps): Add anchor.
10741
10742 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
10743 (Major Mode Conventions): Refer to `Auto Major Mode' in more
10744 appropriate place.
10745 (Derived Modes): Small clarifications.
10746 (Minor Mode Conventions, Keymaps and Minor Modes):
10747 Replace references to nodes with references to anchors.
10748 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
10749 Clarify description of lists whose first element is an integer.
10750 (Mode Line Variables): Add anchor.
10751 (%-Constructs): Clarify description of integer after %.
10752 (Emulating Mode Line): Describe nil value for FACE.
10753
10754 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
10755
10756 * modes.texi (Derived Modes): Correct references to non-existing
10757 variable standard-syntax-table.
10758
10759 2005-05-17 Lute Kamstra <lute@gnu.org>
10760
10761 * modes.texi (Defining Minor Modes): Mention the mode hook.
10762
10763 2005-05-15 Kim F. Storm <storm@cua.dk>
10764
10765 * processes.texi (Network): Remove open-network-stream-nowait.
10766 (Network Servers): Remove open-network-stream-server.
10767
10768 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
10769
10770 * elisp.texi (Top): Update detailed menu.
10771
10772 * variables.texi: Reorder nodes.
10773 (Variables): Update menu.
10774 (File Local Variables): Do not refer to the `-*-' line as
10775 a "local variables list". Add pxref.
10776
10777 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
10778
10779 * elisp.texi (Top): Update detailed menu for node changes.
10780
10781 * modes.texi (Modes): Update Menu.
10782 (Hooks): Move to beginning of chapter.
10783 Most minor modes run mode hooks too.
10784 `add-hook' can handle void hooks or hooks whose value is a single
10785 function.
10786 (Major Modes): Update Menu.
10787 (Major Mode Basics): New node, split off from `Major Modes'.
10788 (Major Mode Conventions): Correct xref. Explain how to handle
10789 auto-mode-alist if the major mode command has an autoload cookie.
10790 (Auto Major Mode): Major update. Add magic-mode-alist.
10791 (Derived Modes): Major update.
10792 (Mode Line Format): Update Menu.
10793 (Mode Line Basics): New node, split off from `Mode Line Format'.
10794
10795 * loading.texi (Autoload): Mention `autoload cookie' as synonym
10796 for `magic autoload comment'. Add index entries and anchor.
10797
10798 2005-05-14 Richard M. Stallman <rms@gnu.org>
10799
10800 * tips.texi (Coding Conventions): Explain how important it is
10801 that just loading certain files not change Emacs behavior.
10802
10803 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
10804
10805 2005-05-12 Lute Kamstra <lute@gnu.org>
10806
10807 * modes.texi (Generic Modes): Update.
10808 (Major Modes): Refer to node "Generic Modes".
10809
10810 * elisp.texi (Top): Update to the current structure of the manual.
10811 * processes.texi (Processes): Add menu description.
10812 * customize.texi (Customization): Add menu descriptions.
10813
10814 2005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
10815
10816 * processes.texi (Signals to Processes)
10817 (Low-Level Network): Fix typos.
10818
10819 2005-05-11 Lute Kamstra <lute@gnu.org>
10820
10821 * elisp.texi (Top): Add some nodes from the chapter "Major and
10822 Minor Modes" to the detailed node listing.
10823
10824 2005-05-10 Richard M. Stallman <rms@gnu.org>
10825
10826 * keymaps.texi (Extended Menu Items): Menu item filter functions
10827 can be called at any time.
10828
10829 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
10830
10831 * variables.texi (File Local Variables): `(hack-local-variables t)'
10832 now also checks whether a mode is specified in the local variables
10833 list.
10834
10835 2005-05-05 Kevin Ryde <user42@zip.com.au>
10836
10837 * display.texi (The Echo Area): Correct format function cross
10838 reference.
10839
10840 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
10841
10842 * variables.texi (Variable Aliases): Change description of
10843 `define-obsolete-variable-alias'.
10844
10845 * functions.texi (Functions): Add "Obsolete Functions" to menu.
10846 (Defining Functions): Add xref.
10847 (Obsolete Functions): New node.
10848 (Function Safety): Standardize capitalization of section title.
10849
10850 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
10851 (Dialog Boxes): Complete description of `x-popup-dialog'.
10852
10853 2005-05-04 Richard M. Stallman <rms@gnu.org>
10854
10855 * commands.texi (Interactive Codes): Fix Texinfo usage.
10856 Document U more clearly.
10857
10858 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10859
10860 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
10861 function and not a macro.
10862
10863 * frames.texi (Pop-Up Menus): Correct and clarify description of
10864 `x-popup-menu'.
10865 (Dialog Boxes): Clarify description of `x-popup-dialog'.
10866
10867 2005-05-01 Richard M. Stallman <rms@gnu.org>
10868
10869 * edebug.texi (Checking Whether to Stop): Fix previous change.
10870
10871 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10872
10873 * display.texi: Fix typos and Texinfo usage.
10874
10875 * edebug.texi (Checking Whether to Stop): executing-macro ->
10876 executing-kbd-macro.
10877
10878 2005-05-01 Richard M. Stallman <rms@gnu.org>
10879
10880 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
10881
10882 2005-04-30 Richard M. Stallman <rms@gnu.org>
10883
10884 * files.texi (Magic File Names): Document `operations' property.
10885
10886 2005-04-29 Lute Kamstra <lute@gnu.org>
10887
10888 * modes.texi (Generic Modes): New node.
10889 (Major Modes): Add it to the menu.
10890 (Derived Modes): Add "derived mode" to concept index.
10891
10892 2005-04-28 Lute Kamstra <lute@gnu.org>
10893
10894 * modes.texi (Defining Minor Modes): Fix previous change.
10895 (Font Lock Mode): Simplify.
10896 (Font Lock Basics): Say that font-lock-defaults is buffer-local
10897 when set and that some parts are optional. Add cross references.
10898 (Search-based Fontification): Say how to specify font-lock-keywords.
10899 Add cross references. Add font-lock-multiline to index.
10900 Move font-lock-keywords-case-fold-search here from node "Other Font
10901 Lock Variables". Document font-lock-add-keywords and
10902 font-lock-remove-keywords.
10903 (Other Font Lock Variables): Move font-lock-keywords-only,
10904 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
10905 and font-lock-syntactic-face-function to node "Syntactic Font
10906 Lock". Move font-lock-keywords-case-fold-search to node
10907 "Search-based Fontification". Document font-lock-inhibit-thing-lock
10908 and font-lock-{,un}fontify-{buffer,region}-function.
10909 (Precalculated Fontification): Remove reference to deleted variable
10910 font-lock-core-only.
10911 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
10912 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
10913 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
10914 and font-lock-syntactic-face-function here from node "Other Font
10915 Lock Variables". Move font-lock-syntactic-keywords to "Setting
10916 Syntax Properties". Add cross references.
10917 (Setting Syntax Properties): New node.
10918 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
10919 * syntax.texi (Syntax Properties): Add cross reference.
10920 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
10921
10922 2005-04-26 Richard M. Stallman <rms@gnu.org>
10923
10924 * display.texi (Defining Faces):
10925 Document `default' elements of defface spec.
10926
10927 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
10928
10929 * variables.texi (Variable Aliases): Clarify text.
10930
10931 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
10932
10933 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
10934
10935 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
10936
10937 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
10938
10939 2005-04-24 Eli Zaretskii <eliz@gnu.org>
10940
10941 * syntax.texi (Syntax Table Internals): Elaborate documentation of
10942 syntax-after and syntax-class.
10943
10944 * files.texi (Changing Files): Fix last change's cross-reference.
10945 (Unique File Names): Don't mention "numbers" in the documentation
10946 of make-temp-file and make-temp-name.
10947
10948 2005-04-23 Richard M. Stallman <rms@gnu.org>
10949
10950 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
10951
10952 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
10953
10954 * windows.texi (Cyclic Window Ordering): Clarify window-list.
10955
10956 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
10957
10958 * variables.texi (Variable Aliases): Describe make-obsolete-variable
10959 and define-obsolete-variable-alias.
10960
10961 2005-04-22 Kim F. Storm <storm@cua.dk>
10962
10963 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
10964 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
10965
10966 2005-04-21 Lute Kamstra <lute@gnu.org>
10967
10968 * lists.texi (Association Lists): Document rassq-delete-all.
10969
10970 2005-04-19 Richard M. Stallman <rms@gnu.org>
10971
10972 * modes.texi (Search-based Fontification): Explain that
10973 facespec is an expression to be evaluated.
10974
10975 2005-04-19 Kevin Ryde <user42@zip.com.au>
10976
10977 * streams.texi (Output Functions): Fix xref.
10978 * strings.texi (String Conversion): Fix xref.
10979
10980 2005-04-19 Kim F. Storm <storm@cua.dk>
10981
10982 * symbols.texi (Symbol Plists): Add safe-get.
10983 Mention that `get' may signal an error.
10984
10985 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
10986
10987 * customize.texi (Variable Definitions): Replace tooltip-mode
10988 example with save-place.
10989
10990 2005-04-17 Richard M. Stallman <rms@gnu.org>
10991
10992 * buffers.texi (Indirect Buffers): Clarify.
10993
10994 * positions.texi (Positions): Clarify converting marker to integer.
10995
10996 * strings.texi (String Basics): Mention string-match; clarify.
10997
10998 2005-04-08 Lute Kamstra <lute@gnu.org>
10999
11000 * modes.texi (Search-based Fontification): Fix cross references.
11001 Use consistent terminology. Document anchored highlighting.
11002
11003 2005-04-05 Lute Kamstra <lute@gnu.org>
11004
11005 * modes.texi (Defining Minor Modes): Document :group keyword
11006 argument and its default value.
11007
11008 2005-04-03 Lute Kamstra <lute@gnu.org>
11009
11010 * hooks.texi (Standard Hooks): Add some hooks. Add cross
11011 references and/or descriptions. Delete major mode hooks; mention
11012 them as a category instead. Rename or delete obsolete hooks.
11013
11014 2005-04-02 Richard M. Stallman <rms@gnu.org>
11015
11016 * nonascii.texi (Coding System Basics): Another wording cleanup.
11017
11018 2005-04-01 Richard M. Stallman <rms@gnu.org>
11019
11020 * nonascii.texi (Coding System Basics): Clarify previous change.
11021
11022 2005-04-01 Kenichi Handa <handa@m17n.org>
11023
11024 * nonascii.texi (Coding System Basics): Describe about roundtrip
11025 identity of coding systems.
11026
11027 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
11028
11029 * text.texi (Buffer Contents): Add filter-buffer-substring and
11030 buffer-substring-filters.
11031
11032 2005-03-26 Chong Yidong <cyd@stupidchicken.com>
11033
11034 * anti.texi (Antinews): Mention `G' interactive code.
11035
11036 * tips.texi (Compilation Tips): Mention benchmark.el.
11037
11038 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
11039
11040 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
11041 is now bound to M-o M-o.
11042
11043 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
11044
11045 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
11046
11047 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
11048 in the Emacs Manual).
11049 * Makefile.in (srcs): Remove calendar.texi.
11050 * makefile.w32-in (srcs): Remove calendar.texi.
11051 * display.texi (Display): Change name of next node.
11052 * os.texi (System In): Change name of previous node.
11053 * elisp.texi (Top): Remove Calendar references.
11054 * vol1.texi (Top): Remove Calendar references.
11055 * vol2.texi (Top): Remove Calendar references.
11056
11057 2005-03-25 Richard M. Stallman <rms@gnu.org>
11058
11059 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
11060 Cleanup previous change.
11061
11062 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
11063
11064 * display.texi (Face Attributes): Faces earlier in an :inherit
11065 list take precedence.
11066 (Scroll Bars): Fix description of vertical-scroll-bars.
11067 Document frame-current-scroll-bars and window-current-scroll-bars.
11068
11069 * markers.texi (The Mark): Document temporary Transient Mark mode.
11070
11071 * minibuf.texi (Reading File Names):
11072 Document read-file-name-completion-ignore-case.
11073
11074 * positions.texi (Screen Lines): Document nil for width argument
11075 to compute-motion.
11076
11077 2005-03-23 Kim F. Storm <storm@cua.dk>
11078
11079 * display.texi (Standard Faces): Other faces used in the fringe
11080 implicitly inherits from the fringe face.
11081 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
11082 properties implicitly inherits from fringe face.
11083 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
11084
11085 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
11086
11087 * display.texi (Invisible Text): State default value of
11088 line-move-ignore-invisible.
11089 (Managing Overlays): Document remove-overlays.
11090 (Standard Faces): Document escape-glyph face.
11091
11092 * minibuf.texi (Reading File Names): Document read-file-name-function.
11093
11094 * modes.texi (Other Font Lock Variables):
11095 Document font-lock-lines-before.
11096
11097 * positions.texi (Skipping Characters): skip-chars-forward allows
11098 character classes.
11099
11100 2005-03-18 Lute Kamstra <lute@gnu.org>
11101
11102 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
11103
11104 2005-03-17 Richard M. Stallman <rms@gnu.org>
11105
11106 * text.texi (Undo): Document extensible undo entries.
11107
11108 * searching.texi (String Search, Regexp Search): Cleanups.
11109
11110 * nonascii.texi (Character Codes): Minor fix.
11111
11112 * display.texi (Display Property): Explain the significance
11113 of having text properties that are eq.
11114 (Other Display Specs): Explain string as display spec.
11115
11116 * commands.texi (Interactive Codes): Document G option.
11117
11118 2005-03-17 Chong Yidong <cyd@stupidchicken.com>
11119
11120 * text.texi (Filling): Add sentence-end-without-period and
11121 sentence-end-without-space.
11122 (Changing Properties): Minor fix.
11123
11124 * anti.texi: Total rewrite.
11125
11126 2005-03-15 Lute Kamstra <lute@gnu.org>
11127
11128 * edebug.texi (Instrumenting Macro Calls): Fix typos.
11129
11130 2005-03-08 Kim F. Storm <storm@cua.dk>
11131
11132 * display.texi (Specified Space): Property :width is support on
11133 non-graphic terminals, :height is not.
11134
11135 2005-03-07 Richard M. Stallman <rms@gnu.org>
11136
11137 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
11138 Now subnodes of Fringes.
11139 (Overlay Arrow): Document overlay-arrow-variable-list.
11140 (Fringe Size/Pos): New node, broken out of Fringes.
11141 (Display): Explain clearing vs redisplay better.
11142 (Truncation): Clarify use of bitmaps.
11143 (The Echo Area): Clarify the uses of the echo area.
11144 Add max-mini-window-height.
11145 (Progress): Clarify.
11146 (Invisible Text): Explain that main loop moves point out.
11147 (Selective Display): Say "hidden", not "invisible".
11148 (Managing Overlays): Move up. Describe relation to Undo here.
11149 (Overlay Properties): Clarify intro.
11150 (Finding Overlays): Explain return values when nothing found.
11151 (Width): truncate-string-to-width has added arg.
11152 (Displaying Faces): Clarify and update mode line face handling.
11153 (Face Functions): Minor cleanup.
11154 (Conditional Display): Merge into Other Display Specs.
11155 (Pixel Specification, Other Display Specs): Minor cleanups.
11156 (Images, Image Descriptors): Minor cleanups.
11157 (GIF Images): Patents have expired.
11158 (Showing Images): Explain default text for insert-image.
11159 (Manipulating Button Types): Merge into Manipulating Buttons.
11160 (Making Buttons): Explain return values.
11161 (Button Buffer Commands): Add xref.
11162 (Inverse Video): Update mode-line-inverse-video.
11163 (Display Table Format): Clarify.
11164 (Active Display Table): Give defaults for window-display-table.
11165
11166 * calendar.texi (Calendar Customizing): calendar-holiday-marker
11167 and calendar-today-marker are strings, not chars.
11168 (Holiday Customizing): Minor fix.
11169
11170 * internals.texi (Writing Emacs Primitives): Update `or' example.
11171 Update limit on # args of subr.
11172
11173 * edebug.texi (Using Edebug): Arrow is in fringe.
11174 (Instrumenting): Arg to eval-defun works without loading edebug.
11175 (Edebug Execution Modes): Add xref.
11176
11177 * customize.texi (Common Keywords): Clarify :require.
11178 Mention :version here.
11179 (Variable Definitions, Group Definitions): Not here.
11180 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
11181
11182 2005-03-07 Chong Yidong <cyd@stupidchicken.com>
11183 * nonascii.texi (Text Representations): Clarify position-bytes.
11184 (Character Sets): Add list-charset-chars.
11185 (Scanning Charsets): Add charset-after.
11186 (Encoding and I/O): Minor fix.
11187
11188 2005-03-06 Richard M. Stallman <rms@gnu.org>
11189
11190 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
11191 (Resizing Windows): Likewise.
11192
11193 * text.texi (Change Hooks): Get rid of "Emacs 21".
11194
11195 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
11196
11197 * streams.texi (Output Variables): Get rid of "Emacs 21".
11198
11199 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
11200
11201 * os.texi (Translating Input): Replace flow-control example
11202 with a less obsolete example that uses `keyboard-translate'.
11203
11204 * objects.texi (Hash Table Type, Circular Objects):
11205 Get rid of "Emacs 21".
11206
11207 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
11208 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
11209
11210 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
11211
11212 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
11213
11214 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
11215 (Menu Bar): Fix when menu-bar-update-hook is called.
11216
11217 * hash.texi (Hash Tables): Get rid of "Emacs 21".
11218
11219 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
11220 and make it read better.
11221
11222 * files.texi (Writing to Files): Get rid of "Emacs 21".
11223 (Unique File Names): Likewise.
11224
11225 * elisp.texi: Update Emacs version to 22.
11226
11227 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
11228 (Overlay Properties, Face Attributes): Likewise.
11229 (Managing Overlays): Fix punctuation.
11230 (Attribute Functions): Clarify set-face-font; get rid of
11231 info about old Emacs versions.
11232 (Auto Faces, Font Lookup, Display Property, Images):
11233 Get rid of "Emacs 21".
11234
11235 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
11236
11237 2005-03-05 Richard M. Stallman <rms@gnu.org>
11238
11239 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
11240
11241 2005-03-04 Lute Kamstra <lute@gnu.org>
11242
11243 * debugging.texi (Error Debugging): Document stack-trace-on-error.
11244
11245 2005-03-03 Lute Kamstra <lute@gnu.org>
11246
11247 * edebug.texi (Instrumenting Macro Calls): Fix typo.
11248
11249 2005-03-01 Lute Kamstra <lute@gnu.org>
11250
11251 * debugging.texi (Debugger Commands): Update `j'.
11252
11253 2005-02-28 Lute Kamstra <lute@gnu.org>
11254
11255 * debugging.texi (Debugging): Fix typo.
11256 (Error Debugging): Document eval-expression-debug-on-error.
11257 (Function Debugging): Update example.
11258 (Using Debugger): Mention starred stack frames.
11259 (Debugger Commands): Document `j' and `l'.
11260 (Invoking the Debugger): `d' and `j' exit recursive edit too.
11261 Update the messages that the debugger displays.
11262 (Internals of Debugger): Add cross reference. Update example.
11263 (Excess Open): Minor improvement.
11264 (Excess Close): Minor improvement.
11265
11266 2005-02-26 Richard M. Stallman <rms@gnu.org>
11267
11268 * tips.texi (Coding Conventions): Clarify.
11269 Put all the major mode key reservations together.
11270 Mention the Mouse-1 => Mouse-2 conventions.
11271
11272 * syntax.texi (Syntax Class Table): Clarify.
11273 (Syntax Table Functions): syntax-after moved from here.
11274 (Syntax Table Internals): syntax-after moved to here.
11275 (Parsing Expressions): Update info on number of values
11276 and what's meaningful in the STATE argument.
11277 (Categories): Fix typo.
11278
11279 * sequences.texi (Arrays): Cleanup.
11280 (Char-Tables): Clarify.
11281
11282 * processes.texi (Deleting Processes): Cleanups, add xref.
11283 (Subprocess Creation): Explain nil in exec-path. Cleanup.
11284 (Process Information): set-process-coding-system, some args optional.
11285 (Input to Processes): Explain various types for PROCESS args.
11286 Rename them from PROCESS-NAME to PROCESS.
11287 (Signals to Processes): Likewise.
11288 (Decoding Output): Cleanup.
11289 (Query Before Exit): Clarify.
11290
11291 * os.texi (Startup Summary): Correct the options; add missing ones.
11292 (Terminal Output, Batch Mode): Clarify.
11293 (Flow Control): Node deleted.
11294
11295 * markers.texi (The Mark): Clarify.
11296
11297 * macros.texi (Expansion): Cleanup.
11298 (Indenting Macros): indent-spec allows ints, not floats.
11299
11300 * keymaps.texi (Keymaps): Clarify.
11301 (Format of Keymaps): Update lisp-mode-map example.
11302 (Active Keymaps, Key Lookup): Clarify.
11303 (Changing Key Bindings): Add xref to `kbd'.
11304 (Key Binding Commands, Simple Menu Items): Clarify.
11305 (Mouse Menus, Menu Bar): Clarify.
11306 (Menu Example): Replace print example with menu-bar-replace-menu.
11307
11308 * help.texi (Documentation Basics): Add function-documentation prop.
11309
11310 * elisp.texi (Top): Don't refer to Flow Control node.
11311
11312 * commands.texi (Command Overview): Improve xrefs.
11313 (Adjusting Point): Adjusting point applies to intangible and invis.
11314 (Key Sequence Input): Doc extra read-key-sequence args.
11315 Likewise for read-key-sequence-vector.
11316
11317 * backups.texi (Rename or Copy): Minor fix.
11318 (Numbered Backups): For version-control, say the default.
11319 (Auto-Saving): make-auto-save-file-name example is simplified.
11320
11321 * advice.texi (Advising Functions): Don't imply one part of Emacs
11322 should advise another part. Markup changes.
11323 (Defining Advice): Move transitional para.
11324 (Activation of Advice): Cleanup.
11325 Explain if COMPILE is nil or negative.
11326
11327 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
11328
11329 2005-02-24 Lute Kamstra <lute@gnu.org>
11330
11331 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
11332 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
11333
11334 2005-02-23 Lute Kamstra <lute@gnu.org>
11335
11336 * modes.texi (Defining Minor Modes): define-minor-mode can be used
11337 to define global minor modes as well.
11338
11339 * display.texi (Managing Overlays): overlay-buffer returns nil for
11340 deleted overlays.
11341
11342 2005-02-22 Kim F. Storm <storm@cua.dk>
11343
11344 * minibuf.texi (Basic Completion): Allow symbols in addition to
11345 strings in try-completion and all-completions.
11346
11347 2005-02-14 Lute Kamstra <lute@gnu.org>
11348
11349 * elisp.texi (Top): Remove reference to deleted node.
11350
11351 * lists.texi (Lists): Remove reference to deleted node.
11352 (Cons Cells): Fix typo.
11353
11354 * loading.texi (Where Defined): Fix typo.
11355
11356 2005-02-14 Richard M. Stallman <rms@gnu.org>
11357
11358 * variables.texi (Creating Buffer-Local): change-major-mode-hook
11359 is useful for discarding some minor modes.
11360
11361 * symbols.texi (Symbol Components): Reorder examples.
11362
11363 * streams.texi (Input Functions): State standard-input default.
11364 (Output Variables): State standard-output default.
11365
11366 * objects.texi (Printed Representation): Clarify read syntax vs print.
11367 (Floating Point Type): Explain meaning better.
11368 (Symbol Type): Explain uniqueness better.
11369 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
11370 List examples sooner.
11371 (Box Diagrams): New subnode broken out.
11372 Some examples moved from old Lists as Boxes node.
11373 (Dotted Pair Notation): Clarify intro.
11374 (Array Type): Clarify.
11375 (Type Predicates): Add hash-table-p.
11376
11377 * numbers.texi (Integer Basics): Clarify radix explanation.
11378 (Predicates on Numbers): Minor clarification.
11379 (Comparison of Numbers): Minor clarification. Clarify eql.
11380 Typos in min, max.
11381 (Math Functions): Clarify overflow in expt.
11382
11383 * minibuf.texi (Text from Minibuffer): Minor clarification.
11384 Mention arrow keys.
11385
11386 * loading.texi (Autoload): defun's doc string overrides autoload's
11387 doc string.
11388 (Repeated Loading): Modernize "add to list" examples.
11389 (Where Defined): Finish updating table of load-history elts.
11390
11391 * lists.texi (List-related Predicates): Minor wording improvement.
11392 (Lists as Boxes): Node deleted.
11393 (Building Lists): Explain trivial cases of number-sequence.
11394
11395 * hash.texi (Hash Tables): Add desc to menu items.
11396 (Creating Hash): Explain "full" means "make larger".
11397 (Hash Access): Any object can be a key.
11398 State value of maphash.
11399
11400 * functions.texi (What Is a Function): Wording cleanup.
11401 (Function Documentation): Minor cleanup.
11402 Explain purpose of calling convention at end of doc string.
11403 (Function Names): Wording cleanup.
11404 (Calling Functions): Wording cleanup.
11405 Explain better how funcall calls the function.
11406 (Function Cells): Delete example of saving and redefining function.
11407
11408 * control.texi (Combining Conditions): Wording cleanup.
11409 (Iteration): dolist and dotimes bind VAR locally.
11410 (Cleanups): Xref to Atomic Changes.
11411
11412 * compile.texi (Byte Compilation): Delete 19.29 info.
11413 (Compilation Functions): Macros' difficulties don't affect defsubst.
11414 (Docs and Compilation): Delete 19.29 info.
11415
11416 2005-02-10 Richard M. Stallman <rms@gnu.org>
11417
11418 * objects.texi (Symbol Type): Minor correction.
11419
11420 2005-02-06 Lute Kamstra <lute@gnu.org>
11421
11422 * modes.texi (Example Major Modes): Fix typos.
11423
11424 2005-02-06 Richard M. Stallman <rms@gnu.org>
11425
11426 * text.texi (Margins): fill-nobreak-predicate can be one function.
11427
11428 * strings.texi (Modifying Strings): clear-string can make unibyte.
11429 (Formatting Strings): format gives error if values missing.
11430
11431 * positions.texi (Character Motion): Mention default arg
11432 for forward-char. backward-char refers to forward-char.
11433 (Word Motion): Mention default arg for forward-word.
11434 (Buffer End Motion): Mention default arg for beginning-of-buffer.
11435 Simplify end-of-buffer.
11436 (Text Lines): Mention default arg for forward-line.
11437 (List Motion): Mention default arg for beginning/end-of-defun.
11438 (Skipping Characters): Minor fixes in explaining character-set.
11439
11440 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
11441 Mode inheritance applies only when default-major-mode is nil.
11442 Clarifications.
11443 (Example Major Modes): Update Text mode and Lisp mode examples.
11444 (Minor Mode Conventions): Mention define-minor-mode at top.
11445 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
11446 (Mode Line Format): Update mode line face display info.
11447 (Properties in Mode): Mention effect of risky vars.
11448 (Imenu): Define imenu-add-to-menubar.
11449 (Font Lock Mode): Add descriptions to menu lines.
11450 (Faces for Font Lock): Add font-lock-doc-face.
11451
11452 2005-02-05 Lute Kamstra <lute@gnu.org>
11453
11454 * text.texi (Maintaining Undo): Remove obsolete function.
11455
11456 2005-02-05 Eli Zaretskii <eliz@gnu.org>
11457
11458 * frames.texi (Color Names): Add pointer to the X docs about RGB
11459 color specifications. Improve indexing.
11460 (Text Terminal Colors): Replace the description of RGB values by
11461 an xref to "Color Names".
11462
11463 2005-02-03 Richard M. Stallman <rms@gnu.org>
11464
11465 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
11466 Clarify.
11467 (Selecting Windows): Clarify save-selected-window.
11468 (Cyclic Window Ordering): Clarify walk-windows.
11469 (Window Point): Clarify.
11470 (Window Start): Add comment to example.
11471 (Resizing Windows): Add `interactive' specs in examples.
11472 Document fit-window-to-buffer.
11473
11474 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
11475 (Undo, Maintaining Undo): Clarify last change.
11476 (Sorting): In sort-numeric-fields, explain about octal and hex.
11477 Mention sort-numeric-base.
11478 (Format Properties): Add xref for hard newlines.
11479
11480 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
11481 (Pop-Up Menus): Fix typo.
11482 (Color Names): Explain all types of color names.
11483 Explain color-values on B&W terminal.
11484 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
11485
11486 * files.texi (File Locks): Not supported on MS systems.
11487 (Testing Accessibility): Clarify.
11488
11489 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
11490 (Coverage Testing): Fix typo.
11491
11492 * commands.texi (Misc Events): Remove stray space.
11493
11494 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
11495 (Modification Time): Clarify when visited-file-modtime returns 0.
11496 (The Buffer List): Clarify bury-buffer.
11497 (Killing Buffers): Clarify.
11498 (Indirect Buffers): Add clone-indirect-buffer.
11499
11500 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
11501
11502 * edebug.texi (Printing in Edebug): Fix default value of
11503 edebug-print-circle.
11504 (Coverage Testing): Fix displayed frequency count data.
11505
11506 2005-02-02 Luc Teirlinck <teirllm@auburn.edu>
11507
11508 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
11509
11510 2005-02-02 Kim F. Storm <storm@cua.dk>
11511
11512 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
11513
11514 2005-01-29 Eli Zaretskii <eliz@gnu.org>
11515
11516 * commands.texi (Misc Events): Describe the help-echo event.
11517
11518 * text.texi (Special Properties) <help-echo>: Use `pos'
11519 consistently in description of the help-echo property.
11520 Use @code{nil} instead of @var{nil}.
11521
11522 * display.texi (Overlay Properties): Fix the index entry for
11523 help-echo overlay property.
11524
11525 * customize.texi (Type Keywords): Uncomment the xref to the
11526 help-echo property documentation.
11527
11528 2005-01-23 Kim F. Storm <storm@cua.dk>
11529
11530 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
11531 return value. Third element FULLY replaced by PARTIAL which
11532 specifies number of invisible pixels if row is only partially visible.
11533 (Textual Scrolling): Mention auto-window-vscroll.
11534 (Vertical Scrolling): New defvar auto-window-vscroll.
11535
11536 2005-01-16 Luc Teirlinck <teirllm@auburn.edu>
11537
11538 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
11539 command remapping.
11540
11541 2005-01-15 Richard M. Stallman <rms@gnu.org>
11542
11543 * display.texi (Defining Images): Mention DATA-P arg of create-image.
11544
11545 2005-01-14 Kim F. Storm <storm@cua.dk>
11546
11547 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
11548
11549 * text.texi (Links and Mouse-1): Fix string and vector item.
11550
11551 2005-01-13 Richard M. Stallman <rms@gnu.org>
11552
11553 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
11554 descriptions of overriding-local-map and overriding-terminal-local-map.
11555
11556 * text.texi (Links and Mouse-1): Clarify text.
11557
11558 2005-01-13 Kim F. Storm <storm@cua.dk>
11559
11560 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
11561
11562 2005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
11563
11564 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
11565
11566 2005-01-12 Kim F. Storm <storm@cua.dk>
11567
11568 * text.texi (Links and Mouse-1): Rename section from Enabling
11569 Mouse-1 to Following Links. Change xrefs.
11570 Add examples for define-button-type and define-widget.
11571
11572 * display.texi (Button Properties, Button Buffer Commands):
11573 Clarify mouse-1 and follow-link functionality.
11574
11575 2005-01-12 Richard M. Stallman <rms@gnu.org>
11576
11577 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
11578
11579 * display.texi (Beeping): Fix Texinfo usage.
11580
11581 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
11582
11583 2005-01-11 Kim F. Storm <storm@cua.dk>
11584
11585 * display.texi (Button Properties, Button Buffer Commands):
11586 Mention mouse-1 binding. Add follow-link keyword.
11587
11588 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
11589 (Enabling Mouse-1 to Follow Links): New subsection.
11590
11591 2005-01-06 Richard M. Stallman <rms@gnu.org>
11592
11593 * text.texi (Special Properties): Minor change.
11594
11595 * os.texi (Timers): Clarify previous change.
11596
11597 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
11598
11599 2005-01-01 Luc Teirlinck <teirllm@auburn.edu>
11600
11601 * display.texi (Face Attributes): Correct xref to renamed node.
11602
11603 2005-01-01 Richard M. Stallman <rms@gnu.org>
11604
11605 * display.texi (Face Attributes): Describe hex color specs.
11606
11607 2004-12-31 Richard M. Stallman <rms@gnu.org>
11608
11609 * os.texi (Timers): Update previous change.
11610
11611 2004-12-30 Kim F. Storm <storm@cua.dk>
11612
11613 * display.texi (Line Height): Total line-height is now specified
11614 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
11615 in cons cells. (nil . RATIO) is relative to actual line height.
11616 Use line-height `t' instead of `0' to get minimum height.
11617
11618 2004-12-29 Richard M. Stallman <rms@gnu.org>
11619
11620 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
11621
11622 2004-12-28 Richard M. Stallman <rms@gnu.org>
11623
11624 * commands.texi (Quitting): Clarify value of with-local-quit.
11625
11626 * elisp.texi (Top): Fix previous change.
11627
11628 * loading.texi (Loading): Fix previous change.
11629
11630 2004-12-27 Richard M. Stallman <rms@gnu.org>
11631
11632 * Makefile.in (MAKEINFO): Specify --force.
11633
11634 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
11635
11636 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
11637
11638 * display.texi (Line Height): Further clarify.
11639
11640 * elisp.texi (Top): Update Loading submenu.
11641
11642 * loading.texi (Where Defined): New node.
11643 (Unloading): load-history moved to Where Defined.
11644
11645 2004-12-21 Richard M. Stallman <rms@gnu.org>
11646
11647 * commands.texi (Event Input Misc): Add while-no-input.
11648
11649 2004-12-11 Richard M. Stallman <rms@gnu.org>
11650
11651 * display.texi (Line Height): Rewrite text for clarity.
11652
11653 2004-12-11 Kim F. Storm <storm@cua.dk>
11654
11655 * display.texi (Display): Add node "Line Height" to menu.
11656 (Line Height): New node. Move full description of line-spacing
11657 and line-height text properties here from text.texi.
11658 (Scroll Bars): Add vertical-scroll-bar variable.
11659
11660 * frames.texi (Window Frame Parameters): Remove line-height defvar.
11661
11662 * locals.texi (Standard Buffer-Local Variables): Fix xref for
11663 line-spacing and vertical-scroll-bar.
11664
11665 * text.texi (Special Properties): Just mention line-spacing and
11666 line-height here, add xref to new "Line Height" node.
11667
11668 2004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
11669
11670 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
11671
11672 * locals.texi (Standard Buffer-Local Variables):
11673 Add @xref for `line-spacing'.
11674
11675 2004-12-05 Richard M. Stallman <rms@gnu.org>
11676
11677 * Makefile.in (maintainer-clean): Remove the info files
11678 in $(infodir) where they are created.
11679
11680 2004-12-03 Richard M. Stallman <rms@gnu.org>
11681
11682 * windows.texi (Selecting Windows): get-lru-window and
11683 get-largest-window don't consider dedicated windows.
11684
11685 * text.texi (Undo): Document undo-in-progress.
11686
11687 2004-11-26 Richard M. Stallman <rms@gnu.org>
11688
11689 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
11690 Remove a few vars that are not always buffer-local.
11691
11692 2004-11-24 Luc Teirlinck <teirllm@auburn.edu>
11693
11694 * locals.texi (Standard Buffer-Local Variables): Comment out
11695 xref's to non-existent node `Yet to be written'.
11696
11697 2004-11-24 Richard M. Stallman <rms@gnu.org>
11698
11699 * processes.texi (Synchronous Processes): Grammar fix.
11700
11701 * numbers.texi (Comparison of Numbers): Add eql.
11702
11703 * locals.texi (Standard Buffer-Local Variables): Add many vars.
11704
11705 * intro.texi (Printing Notation): Fix previous change.
11706
11707 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
11708 and default-indicate-buffer-boundaries from here.
11709 (Usual Display): To here.
11710 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
11711 (Usual Display): Move tab-width up.
11712
11713 * customize.texi (Variable Definitions):
11714 Replace show-paren-mode example with tooltip-mode.
11715 (Simple Types, Composite Types, Defining New Types):
11716 Minor cleanups.
11717
11718 2004-11-21 Jesper Harder <harder@ifa.au.dk>
11719
11720 * processes.texi (Synchronous Processes, Output from Processes):
11721 Markup fix.
11722
11723 2004-11-20 Richard M. Stallman <rms@gnu.org>
11724
11725 * positions.texi (Skipping Characters): skip-chars-forward
11726 now handles char classes.
11727
11728 * intro.texi (Printing Notation): Avoid confusion of `print'
11729 when explaining @print.
11730
11731 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
11732
11733 * display.texi (Display Table Format): Minor fix.
11734
11735 * streams.texi (Output Functions): Fix print example.
11736
11737 * Makefile.in (elisp): New target.
11738 (dist): Depend on $(infodir)/elisp, not elisp.
11739 Copy the info files from $(infodir).
11740
11741 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
11742 read-from-minibuffer.
11743
11744 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
11745
11746 2004-11-19 Richard M. Stallman <rms@gnu.org>
11747
11748 * searching.texi (Regexp Search): Add search-whitespace-regexp.
11749
11750 2004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
11751
11752 * tips.texi (Coding Conventions): Fix typo.
11753
11754 2004-11-16 Richard M. Stallman <rms@gnu.org>
11755
11756 * tips.texi (Coding Conventions): Separate defvar and require
11757 methods to avoid warnings. Use require only when there are many
11758 functions and variables from that package.
11759
11760 * minibuf.texi (Minibuffer Completion): When ignoring case,
11761 predicate must not be case-sensitive.
11762
11763 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
11764 (Test Coverage): Don't talk about "splotches". Clarified.
11765
11766 2004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
11767
11768 * frames.texi (Window Frame Parameters): Fix typo.
11769
11770 2004-11-15 Kim F. Storm <storm@cua.dk>
11771
11772 * symbols.texi (Other Plists): Note that plist-get may signal error.
11773 Add safe-plist-get.
11774
11775 2004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
11776
11777 * modes.texi (Font Lock Basics): Fix typo.
11778
11779 2004-11-08 Richard M. Stallman <rms@gnu.org>
11780
11781 * syntax.texi (Syntax Table Functions): Add syntax-after.
11782
11783 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
11784
11785 * os.texi (Processor Run Time): New section documenting
11786 get-internal-run-time.
11787
11788 2004-11-06 Eli Zaretskii <eliz@gnu.org>
11789
11790 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
11791 it nukes elisp-cover.texi.
11792 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
11793 elisp-0 etc.
11794
11795 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
11796
11797 * commands.texi (Keyboard Macros): Document `append' return value
11798 of `defining-kbd-macro'.
11799
11800 2004-11-01 Richard M. Stallman <rms@gnu.org>
11801
11802 * commands.texi (Interactive Call): Add called-interactively-p.
11803
11804 2004-10-29 Simon Josefsson <jas@extundo.com>
11805
11806 * minibuf.texi (Reading a Password): Revert.
11807
11808 2004-10-28 Richard M. Stallman <rms@gnu.org>
11809
11810 * frames.texi (Display Feature Testing): Explain about "vendor".
11811
11812 2004-10-27 Richard M. Stallman <rms@gnu.org>
11813
11814 * commands.texi (Interactive Codes): `N' uses numeric prefix,
11815 not raw. Clarify `n'.
11816 (Interactive Call): Rewrite interactive-p, focusing on when
11817 and how to use it.
11818 (Misc Events): Clarify previous change.
11819
11820 * advice.texi (Simple Advice): Clarify what job the example does.
11821 (Around-Advice): Clarify ad-do-it.
11822 (Activation of Advice): An option of ad-default-compilation-action
11823 is `never', not `nil'.
11824
11825 2004-10-26 Kim F. Storm <storm@cua.dk>
11826
11827 * commands.texi (Interactive Codes): Add U code letter.
11828
11829 2004-10-25 Simon Josefsson <jas@extundo.com>
11830
11831 * minibuf.texi (Reading a Password): Add.
11832
11833 2004-10-24 Jason Rumney <jasonr@gnu.org>
11834
11835 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
11836 and wheel-down.
11837
11838 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
11839
11840 * processes.texi (Synchronous Processes): Document process-file.
11841
11842 2004-10-22 Kenichi Handa <handa@m17n.org>
11843
11844 * text.texi (translate-region): Document that it accepts also a
11845 char-table.
11846
11847 2004-10-22 David Ponce <david@dponce.com>
11848
11849 * windows.texi (Resizing Windows): Document the `preserve-before'
11850 argument of the functions `enlarge-window' and `shrink-window'.
11851
11852 2004-10-19 Jason Rumney <jasonr@gnu.org>
11853
11854 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
11855
11856 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
11857
11858 * text.texi (Filling): Add anchor for definition of
11859 `sentence-end-double-space'.
11860
11861 * searching.texi (Regexp Example): Update description of how
11862 Emacs currently recognizes the end of a sentence.
11863 (Standard Regexps): Update definition of the variable
11864 `sentence-end'. Add definition of the function `sentence-end'.
11865
11866 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11867
11868 * display.texi (Progress): New node.
11869
11870 2004-10-05 Kim F. Storm <storm@cua.dk>
11871
11872 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
11873
11874 2004-09-29 Kim F. Storm <storm@cua.dk>
11875
11876 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
11877 to identify bitmaps. Remove -fringe-bitmap suffix for standard
11878 fringe bitmap symbols, as they now have their own namespace.
11879 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
11880 vs. pixels. Signal error if no free bitmap slots.
11881 (Pixel Specification): Change IMAGE to @var{image}.
11882
11883 2004-09-28 Richard M. Stallman <rms@gnu.org>
11884
11885 * text.texi (Special Properties): Clarify line-spacing and line-height.
11886
11887 * searching.texi (Regexp Search): Add looking-back.
11888
11889 2004-09-25 Luc Teirlinck <teirllm@auburn.edu>
11890
11891 * display.texi: Correct typos.
11892 (Image Descriptors): Correct xref's.
11893
11894 2004-09-25 Richard M. Stallman <rms@gnu.org>
11895
11896 * text.texi (Special Properties): Cleanups in `cursor'.
11897 Rewrites in `line-height' and `line-spacing'; exchange them.
11898
11899 * display.texi (Fringes): Rewrite previous change.
11900 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
11901 (Display Fringe Bitmaps): Node deleted, text moved.
11902 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
11903 (Scroll Bars): Clarify set-window-scroll-bars.
11904 (Pointer Shape): Rewrite.
11905 (Specified Space): Clarify :align-to, etc.
11906 (Pixel Specification): Use @var. Clarify new text.
11907 (Other Display Specs): Clarify `slice'.
11908 (Image Descriptors): Cleanups.
11909 (Showing Images): Cleanups.
11910
11911 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11912
11913 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
11914
11915 * modes.texi: Various minor changes in addition to:
11916 (Major Mode Conventions): Final call to `run-mode-hooks' should
11917 not be inside the `delay-mode-hooks' form.
11918 (Mode Hooks): New node.
11919 (Hooks): Delete obsolete example.
11920 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
11921 node "Mode Hooks".
11922
11923 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
11924
11925 * display.texi: Correct various typos.
11926 (Display): Rename node "Pointer Shapes" to "Pointer
11927 Shape". (There is already a node called "Pointer Shapes" in
11928 frames.texi.)
11929 (Images): Remove non-existent node "Image Slices" from menu.
11930
11931 2004-09-23 Kim F. Storm <storm@cua.dk>
11932
11933 * text.texi (Special Properties): Add `cursor', `pointer',
11934 `line-height', and `line-spacing' properties.
11935
11936 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
11937 Shapes' to menu.
11938 (Standard Faces): Doc fix for fringe face.
11939 (Fringes): Add `overflow-newline-into-fringe' and
11940 'indicate-buffer-boundaries'.
11941 (Fringe Bitmaps, Pointer Shapes): New nodes.
11942 (Display Property): Add 'Pixel Specification' and 'Display Fringe
11943 Bitmaps' to menu.
11944 (Specified Space): Describe pixel width and height.
11945 (Pixel Specification): New node.
11946 (Other Display Specs): Add `slice' property.
11947 (Display Fringe Bitmaps): New node.
11948 (Images): Add 'Image Slices' to menu.
11949 (Image Descriptors): Add `:pointer' and `:map' properties.
11950 (Showing Images): Add slice arg to `insert-image'.
11951 Add 'insert-sliced-image'.
11952
11953 2004-09-20 Richard M. Stallman <rms@gnu.org>
11954
11955 * commands.texi (Key Sequence Input):
11956 Clarify downcasing in read-key-sequence.
11957
11958 2004-09-08 Juri Linkov <juri@jurta.org>
11959
11960 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
11961
11962 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11963
11964 * locals.texi (Standard Buffer-Local Variables):
11965 Add `buffer-auto-save-file-format'.
11966 * internals.texi (Buffer Internals): Describe new
11967 auto_save_file_format field of the buffer structure.
11968 * files.texi (Format Conversion): `auto-save-file-format' has been
11969 renamed `buffer-auto-save-file-format'.
11970
11971 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
11972
11973 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
11974 an integer or a marker.
11975 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
11976
11977 2004-08-22 Richard M. Stallman <rms@gnu.org>
11978
11979 * modes.texi (Major Mode Conventions): Discuss rebinding of
11980 standard key bindings.
11981
11982 2004-08-18 Kim F. Storm <storm@cua.dk>
11983
11984 * processes.texi (Accepting Output): Add `just-this-one' arg to
11985 `accept-process-output'.
11986 (Output from Processes): New var `process-adaptive-read-buffering'.
11987
11988 2004-08-10 Luc Teirlinck <teirllm@auburn.edu>
11989
11990 * keymaps.texi: Various changes in addition to:
11991 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
11992 Give more varied examples for `kbd'.
11993 (Creating Keymaps): Char tables have slots for all characters
11994 without modifiers.
11995 (Active Keymaps): `overriding-local-map' and
11996 `overriding-terminal-local-map' also override text property and
11997 overlay keymaps.
11998 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
11999 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
12000 to denote a prefix of no events.
12001 `map-keymap' includes parent's bindings _recursively_.
12002 Clarify and correct description of `where-is-internal'.
12003 Mention BUFFER-OR-NAME arg to `describe-bindings'.
12004 (Menu Example): For menus intended for use with the keyboard, the
12005 menu items should be bound to characters or real function keys.
12006
12007 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
12008
12009 * objects.texi (Character Type): Reposition `@anchor' to prevent
12010 double space inside sentence in Info.
12011
12012 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
12013 renamed to `disabled-command-function'.
12014 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
12015 (Command Loop Info): Replace reference to it.
12016 (Disabling Commands): `disabled-command-hook' has been renamed to
12017 `disabled-command-function'.
12018
12019 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
12020
12021 * os.texi (Translating Input): Only non-prefix bindings in
12022 `key-translation-map' override actual key bindings. Warn about
12023 possible indirect effect of actual key bindings on non-prefix
12024 bindings in `key-translation-map'.
12025
12026 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
12027
12028 * minibuf.texi (High-Level Completion): Add anchor for definition
12029 of `read-variable'.
12030
12031 * commands.texi: Various changes in addition to:
12032 (Using Interactive): Clarify description of `interactive-form'.
12033 (Interactive Call): Mention default for KEYS argument to
12034 `call-interactively'.
12035 (Command Loop Info): Clarify description of `this-command-keys'.
12036 Mention KEEP-RECORD argument to `clear-this-command-keys'.
12037 Value of `last-event-frame' can be `macro'.
12038 (Repeat Events): `double-click-fuzz' is also used to distinguish
12039 clicks and drags.
12040 (Classifying Events): Clarify descriptions of `event-modifiers'
12041 `event-basic-type' and `event-convert-list'.
12042 (Accessing Events): `posn-timestamp' takes POSITION argument.
12043 (Quoted Character Input): Clarify description of
12044 `read-quoted-char' and fix example.
12045 (Quitting): Add `with-local-quit'.
12046 (Disabling Commands): Correct and clarify descriptions of
12047 `enable-command' and `disable-command'.
12048 Mention what happens if `disabled-command-hook' is nil.
12049 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
12050 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
12051
12052 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
12053
12054 * frames.texi: Various changes in addition to:
12055 (Creating Frames): Expand and clarify description of `make-frame'.
12056 (Window Frame Parameters): Either none or both of the `icon-left'
12057 and `icon-top' parameters must be specified. Put descriptions of
12058 `menu-bar-lines' and `toolbar-lines' closer together and change
12059 them accordingly.
12060 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
12061 except while processing `frame-title-format' or `icon-title-format'.
12062 (Deleting Frames): Correct description of `delete-frame'.
12063 Non-nil return values of `frame-live-p' are like those of `framep'.
12064 (Frames and Windows): Mention return value of
12065 `set-frame-selected-window'.
12066 (Visibility of Frames): Mention `force' argument to
12067 `make-frame-invisible'. `frame-visible-p' returns t for all
12068 frames on text-only terminals.
12069 (Frame Configurations): Restoring a frame configuration does not
12070 restore deleted frames.
12071 (Window System Selections): `x-set-selection' returns DATA.
12072 (Resources): Add example.
12073 (Display Feature Testing): Clarify descriptions of
12074 `display-pixel-height', `display-pixel-width', `x-server-version'
12075 and `x-server-vendor'.
12076
12077 * windows.texi (Choosing Window): Add anchor.
12078 * minibuf.texi (Minibuffer Misc): Add anchor.
12079
12080 2004-07-23 John Paul Wallington <jpw@gnu.org>
12081
12082 * macros.texi (Defining Macros): Declaration keyword for setting
12083 Edebug spec is `debug' not `edebug'.
12084
12085 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
12086
12087 * windows.texi: Various small changes in addition to:
12088 (Window Point): Mention return value of `set-window-point'.
12089 (Window Start): `pos-visible-in-window-p' disregards horizontal
12090 scrolling. Explain return value if PARTIALLY is non-nil.
12091 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
12092 and `set-window-vscroll'.
12093 (Size of Window): The argument WINDOW to `window-inside-edges',
12094 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
12095 (Resizing Windows): Explain return value of
12096 `shrink-window-if-larger-than-buffer'.
12097 `window-size-fixed' automatically becomes buffer local when set.
12098 (Window Configurations): Explain return value of
12099 `set-window-configuration'.
12100
12101 * minibuf.texi (Minibuffer Misc): Add anchor for
12102 `minibuffer-scroll-window'.
12103
12104 * positions.texi (Text Lines): Add anchor for `count-lines'.
12105
12106 2004-07-17 Richard M. Stallman <rms@gnu.org>
12107
12108 * display.texi (Overlay Properties): Adding `evaporate' prop
12109 deletes empty overlay immediately.
12110
12111 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
12112 fix example.
12113
12114 2004-07-16 Jim Blandy <jimb@redhat.com>
12115
12116 * searching.texi (Regexp Backslash): Document new \_< and \_>
12117 operators.
12118
12119 2004-07-16 Juanma Barranquero <lektu@terra.es>
12120
12121 * display.texi (Images): Fix Texinfo usage.
12122
12123 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
12124
12125 * buffers.texi (Modification Time): `visited-file-modtime' now
12126 returns a list of two integers, instead of a cons.
12127
12128 2004-07-13 Luc Teirlinck <teirllm@auburn.edu>
12129
12130 * windows.texi: Various changes in addition to:
12131 (Splitting Windows): Add `split-window-keep-point'.
12132
12133 2004-07-09 Richard M. Stallman <rms@gnu.org>
12134
12135 * frames.texi (Input Focus): Minor fix.
12136
12137 2004-07-07 Luc Teirlinck <teirllm@auburn.edu>
12138
12139 * frames.texi (Input Focus): Clarify descriptions of
12140 `select-frame-set-input-focus' and `select-frame'.
12141
12142 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
12143
12144 * os.texi: Various small changes in addition to:
12145 (Killing Emacs): Expand and clarify description of
12146 `kill-emacs-query-functions' and `kill-emacs-hook'.
12147 (System Environment): Expand and clarify description of `getenv'
12148 and `setenv'.
12149 (Timers): Clarify description of `run-at-time'.
12150 (Translating Input): Correct description of
12151 `extra-keyboard-modifiers'.
12152 (Flow Control): Correct description of `enable-flow-control'.
12153
12154 2004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
12155
12156 * os.texi: Update copyright.
12157 (Session Management): Grammar fix.
12158 Clarify which Emacs does the restarting.
12159 Use @samp for *scratch* buffer.
12160
12161 2004-07-04 Alan Mackenzie <acm@muc.de>
12162
12163 * frames.texi (Input Focus): Add documentation for
12164 `select-frame-set-input-focus'. Replace refs to non-existent
12165 `switch-frame' with `select-frame'. Minor corrections and tidying
12166 up of text-only terminal stuff.
12167
12168 2004-07-02 Richard M. Stallman <rms@gnu.org>
12169
12170 * files.texi (Saving Buffers): Cleanup write-contents-function.
12171 (Magic File Names): Cleanup file-remote-p.
12172
12173 2004-07-02 Kai Großjohann <kai@emptydomain.de>
12174
12175 * files.texi (Magic File Names): `file-remote-p' returns an
12176 identifier of the remote system, not just t.
12177
12178 2004-07-02 David Kastrup <dak@gnu.org>
12179
12180 * searching.texi (Entire Match Data): Add explanation about new
12181 match-data behavior when @var{integers} is non-nil.
12182
12183 2004-06-24 Richard M. Stallman <rms@gnu.org>
12184
12185 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
12186
12187 * customize.texi (Variable Definitions): Note about doc strings
12188 and :set.
12189
12190 * keymaps.texi (Keymap Terminology): Document `kbd'.
12191 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
12192
12193 * display.texi (Invisible Text): Setting buffer-invisibility-spec
12194 makes it buffer-local.
12195
12196 * files.texi (Saving Buffers): Correct previous change.
12197
12198 * commands.texi (Accessing Events):
12199 Clarify posn-col-row and posn-actual-col-row.
12200
12201 2004-06-24 David Ponce <david.ponce@wanadoo.fr>
12202
12203 * commands.texi (Accessing Events): New functions
12204 posn-at-point and posn-at-x-y. Add example to posn-x-y.
12205
12206 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
12207
12208 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
12209 * frames.texi, buffers.texi, backups.texi, variables.texi:
12210 * loading.texi, eval.texi, functions.texi, control.texi:
12211 * symbols.texi, minibuf.texi: Reposition @anchor's.
12212
12213 * help.texi: Various small changes in addition to the following.
12214 (Describing Characters): Describe PREFIX argument to
12215 `key-description'. Correct and clarify definition of
12216 `text-char-description'. Describe NEED-VECTOR argument to
12217 `read-kbd-macro'.
12218 (Help Functions): Clarify definition of `apropos'.
12219
12220 2004-06-23 Lars Hansen <larsh@math.ku.dk>
12221
12222 * files.texi (Saving Buffers): Correct description of
12223 `write-contents-functions'.
12224
12225 2004-06-21 Juanma Barranquero <lektu@terra.es>
12226
12227 * display.texi (Images): Remove redundant @vindex directives.
12228 Rewrite `image-library-alist' doc in active voice.
12229
12230 2004-06-14 Juanma Barranquero <lektu@terra.es>
12231
12232 * display.texi (Images): Document new delayed library loading,
12233 variable `image-library-alist' and (existing but undocumented)
12234 function `image-type-available-p'.
12235
12236 2004-06-05 Richard M. Stallman <rms@gnu.org>
12237
12238 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
12239 refer the user to the Initial Input node.
12240 (Text from Minibuffer): Likewise.
12241 (Initial Input): New node. Document this feature
12242 and say it is mostly deprecated.
12243
12244 2004-05-30 Richard M. Stallman <rms@gnu.org>
12245
12246 * loading.texi (Named Features): Clarify return value
12247 and meaning of NOERROR.
12248
12249 * variables.texi (File Local Variables): Minor cleanup.
12250
12251 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
12252
12253 * files.texi (Magic File Names): Add `file-remote-p' as operation
12254 of file name handlers.
12255
12256 2004-05-29 Richard M. Stallman <rms@gnu.org>
12257
12258 * modes.texi (Minor Mode Conventions): (-) has no special meaning
12259 as arg to a minor mode command.
12260
12261 2004-05-22 Richard M. Stallman <rms@gnu.org>
12262
12263 * syntax.texi (Syntax Class Table): Word syntax not just for English.
12264
12265 * streams.texi (Output Variables): Doc float-output-format.
12266
12267 * searching.texi (Regexp Special): Nested repetition can be infloop.
12268
12269 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
12270 real stack overflow.
12271
12272 * compile.texi: Minor cleanups.
12273
12274 2004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
12275
12276 * lists.texi (Cons Cells): Explain dotted lists, true lists,
12277 circular lists.
12278 (List Elements): Explain handling of circular and dotted lists.
12279
12280 2004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
12281
12282 * modes.texi (Search-based Fontification): Fix typo.
12283
12284 2004-05-10 Juanma Barranquero <lektu@terra.es>
12285
12286 * modes.texi (Mode Line Variables): Fix description of
12287 global-mode-string, which is now after which-func-mode, not the
12288 buffer name.
12289
12290 2004-05-07 Lars Hansen <larsh@math.ku.dk>
12291
12292 * modes.texi (Desktop Save Mode): Add.
12293 (Modes): Add menu entry Desktop Save Mode.
12294
12295 * hooks.texi: Add desktop-after-read-hook,
12296 desktop-no-desktop-file-hook and desktop-save-hook.
12297
12298 * locals.texi: Add desktop-save-buffer.
12299
12300 2004-04-30 Jesper Harder <harder@ifa.au.dk>
12301
12302 * display.texi: emacs -> Emacs.
12303
12304 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
12305
12306 * files.texi (Changing Files): Document set-file-times.
12307
12308 2004-04-23 Juanma Barranquero <lektu@terra.es>
12309
12310 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
12311
12312 2004-04-18 Jesper Harder <harder@ifa.au.dk>
12313
12314 * tips.texi (Coding Conventions): defopt -> defcustom.
12315
12316 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
12317
12318 * sequences.texi: Various clarifications.
12319
12320 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
12321
12322 * buffers.texi (Read Only Buffers): Mention optional ARG to
12323 `toggle-read-only'.
12324
12325 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
12326
12327 * windows.texi (Selecting Windows): Note that get-lru-window
12328 returns a full-width window if possible.
12329
12330 2004-04-13 Luc Teirlinck <teirllm@auburn.edu>
12331
12332 * buffers.texi: Various changes in addition to:
12333 (Buffer File Name): Add `find-buffer-visiting'.
12334 (Buffer Modification): Mention optional ARG to `not-modified'.
12335 (Indirect Buffers): Mention optional CLONE argument to
12336 `make-indirect-buffer'.
12337
12338 * files.texi: Various changes in addition to:
12339 (Visiting Functions): `find-file-hook' is now a normal hook.
12340 (File Name Expansion): Explain difference between the way that
12341 `expand-file-name' and `file-truename' treat `..'.
12342 (Contents of Directories): Mention optional ID-FORMAT argument to
12343 `directory-files-and-attributes'.
12344 (Format Conversion): Mention new optional CONFIRM argument to
12345 `format-write-file'.
12346
12347 2004-04-12 Miles Bader <miles@gnu.org>
12348
12349 * macros.texi (Expansion): Add description of `macroexpand-all'.
12350
12351 2004-04-05 Jesper Harder <harder@ifa.au.dk>
12352
12353 * variables.texi (Variable Aliases):
12354 Mention cyclic-variable-indirection.
12355
12356 * errors.texi (Standard Errors): Ditto.
12357
12358 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
12359
12360 * backups.texi: Various small changes in addition to:
12361 (Making Backups): Mention return value of `backup-buffer'.
12362 (Auto-Saving): Mention optional FORCE argument to
12363 `delete-auto-save-file-if-necessary'.
12364 (Reverting): Mention optional PRESERVE-MODES argument to
12365 `revert-buffer'. Correct description of `revert-buffer-function'.
12366
12367 2004-03-22 Juri Linkov <juri@jurta.org>
12368
12369 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
12370 with `Vector Functions'.
12371
12372 * text.texi (Sorting): Add missing quote.
12373
12374 2004-03-14 Luc Teirlinck <teirllm@auburn.edu>
12375
12376 * intro.texi (Lisp History): Replace xref to `cl' manual with
12377 inforef.
12378
12379 2004-03-12 Richard M. Stallman <rms@gnu.org>
12380
12381 * intro.texi (Version Info): Add arg to emacs-version.
12382 (Lisp History): Change xref to CL manual.
12383
12384 2004-03-09 Luc Teirlinck <teirllm@auburn.edu>
12385
12386 * minibuf.texi (Completion Commands): Add xref to Emacs manual
12387 for Partial Completion mode.
12388
12389 2004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
12390
12391 * customize.texi: Fix typo. Remove eol whitespace.
12392
12393 2004-03-04 Richard M. Stallman <rms@gnu.org>
12394
12395 * processes.texi: Fix typos.
12396
12397 * lists.texi (Building Lists): Minor clarification.
12398
12399 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
12400 in make-hash-table.
12401
12402 2004-02-29 Juanma Barranquero <lektu@terra.es>
12403
12404 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
12405 rm, and ignore exit code.
12406
12407 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
12408
12409 * display.texi (Defining Faces): Add description for min-colors.
12410 Update example.
12411
12412 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
12413
12414 * abbrevs.texi: Various corrections and clarifications in addition
12415 to the following:
12416 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
12417
12418 2004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
12419
12420 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
12421
12422 2004-02-21 Luc Teirlinck <teirllm@auburn.edu>
12423
12424 * text.texi: Various small changes in addition to the following:
12425 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
12426 to delete-horizontal-space.
12427 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
12428 description of yank-handler text property at various places.
12429
12430 * frames.texi (Window System Selections): Add anchor.
12431
12432 * syntax.texi (Syntax Table Functions): Clarify and correct
12433 descriptions of make-syntax-table and copy-syntax-table.
12434 (Motion and Syntax): Clarify SYNTAXES argument to
12435 skip-syntax-forward.
12436 (Parsing Expressions): Mention that the return value of
12437 parse-partial-sexp is currently a list of ten rather than nine
12438 elements.
12439 (Categories): Various corrections and clarifications.
12440
12441 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
12442
12443 * markers.texi (Marker Insertion Types): Minor change.
12444
12445 * locals.texi (Standard Buffer-Local Variables):
12446 * commands.texi (Interactive Codes, Using Interactive):
12447 * functions.texi (Related Topics): Fix xrefs.
12448
12449 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
12450
12451 * lists.texi (Sets And Lists): Update description of delete-dups.
12452
12453 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
12454
12455 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
12456
12457 2004-02-16 Jan Djärv <jan.h.d@swipnet.se>
12458
12459 * frames.texi (Parameter Access): frame-parameters arg is optional.
12460 modify-frame-parameters handles nil for FRAME.
12461 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
12462 are all-or-nothing for certain toolkits.
12463 Mention parameter wait-for-wm.
12464 (Frames and Windows): In frame-first-window and frame-selected-window
12465 the arg is optional.
12466 (Input Focus): In redirect-frame-focus the second arg is optional.
12467 (Window System Selections): Mention selection type CLIPBOARD.
12468 Mention data-type UTF8_STRING.
12469 Mention numbering of cut buffers.
12470 (Resources): Describe x-resource-name.
12471
12472 2004-02-16 Richard M. Stallman <rms@gnu.org>
12473
12474 * windows.texi (Buffers and Windows): Delete false table
12475 about all-frames.
12476
12477 * syntax.texi (Parsing Expressions): Delete old caveat
12478 about parse-sexp-ignore-comments.
12479
12480 * streams.texi (Output Variables): Add print-quoted.
12481
12482 * lists.texi (Building Lists): Minor cleanup.
12483
12484 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
12485
12486 * display.texi (Overlays): Explain overlays use markers.
12487 (Managing Overlays): Explain front-advance and rear-advance
12488 in more detail.
12489
12490 * loading.texi (Unloading): Document unload-feature-special-hooks.
12491 Get rid of fns-NNN.el file.
12492
12493 2004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
12494
12495 * help.texi (Describing Characters): Fix text-char-description
12496 example output.
12497
12498 * edebug.texi (Using Edebug): Fix example.
12499
12500 * debugging.texi (Internals of Debugger): Fix return value.
12501
12502 * files.texi (Changing Files): Fix argname.
12503
12504 * calendar.texi: Fix parens, and default values.
12505
12506 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
12507 * nonascii.texi, objects.texi, os.texi: Minor fixes.
12508 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
12509
12510 * positions.texi (Text Lines): Don't add -1 in current-line.
12511
12512 2004-02-16 Richard M. Stallman <rms@gnu.org>
12513
12514 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
12515
12516 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
12517
12518 * processes.texi (Low-Level Network): Fix a typo.
12519
12520 2004-02-12 Kim F. Storm <storm@cua.dk>
12521
12522 * display.texi (Fringes): Use consistent wording.
12523 Note that window-fringe's window arg is optional.
12524 (Scroll Bars): Use consistent wording.
12525
12526 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
12527
12528 * tips.texi (Comment Tips): Document the new conventions for
12529 commenting out code.
12530
12531 2004-02-07 Jan Djärv <jan.h.d@swipnet.se>
12532
12533 * positions.texi (Text Lines): Add missing end defun.
12534
12535 2004-02-07 Kim F. Storm <storm@cua.dk>
12536
12537 * positions.texi (Text Lines): Add line-number-at-pos.
12538
12539 2004-02-06 John Paul Wallington <jpw@gnu.org>
12540
12541 * display.texi (Button Properties, Button Buffer Commands):
12542 mouse-2 invokes button, not down-mouse-1.
12543
12544 2004-02-04 Jason Rumney <jasonr@gnu.org>
12545
12546 * makefile.w32-in: Sync with Makefile.in changes.
12547
12548 2004-02-03 Luc Teirlinck <teirllm@auburn.edu>
12549
12550 * minibuf.texi (Text from Minibuffer): Various corrections and
12551 clarifications.
12552 (Object from Minibuffer): Correct Lisp description of
12553 read-minibuffer.
12554 (Minibuffer History): Clarify description of cons values for
12555 HISTORY arguments.
12556 (Basic Completion): Various corrections and clarifications.
12557 Add completion-regexp-list.
12558 (Minibuffer Completion): Correct and clarify description of
12559 completing-read.
12560 (Completion Commands): Mention Partial Completion mode.
12561 Various other minor changes.
12562 (High-Level Completion): Various corrections and clarifications.
12563 (Reading File Names): Ditto.
12564 (Minibuffer Misc): Ditto.
12565
12566 2004-01-26 Luc Teirlinck <teirllm@auburn.edu>
12567
12568 * strings.texi (Text Comparison): assoc-string also matches
12569 elements of alists that are strings instead of conses.
12570 (Formatting Strings): Standardize Texinfo usage. Update index
12571 entries.
12572
12573 2004-01-20 Luc Teirlinck <teirllm@auburn.edu>
12574
12575 * lists.texi (Sets And Lists): Add delete-dups.
12576
12577 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
12578
12579 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
12580 special form.
12581 * macros.texi (Defining Macros): Update description of `declare',
12582 which now is a macro.
12583 (Wrong Time): Fix typos.
12584
12585 2004-01-14 Luc Teirlinck <teirllm@auburn.edu>
12586
12587 * compile.texi (Compilation Functions): Expand descriptions of
12588 `compile-defun', `byte-compile-file', `byte-recompile-directory'
12589 and `batch-byte-compile'. In particular, mention and describe
12590 all optional arguments.
12591 (Disassembly): Correct and clarify the description of `disassemble'.
12592
12593 2004-01-11 Luc Teirlinck <teirllm@auburn.edu>
12594
12595 * searching.texi: Various small changes in addition to the
12596 following.
12597 (Regexp Example): Adapt to new value of `sentence-end'.
12598 (Regexp Functions): The PAREN argument to `regexp-opt' can be
12599 `words'.
12600 (Search and Replace): Add usage note for `perform-replace'.
12601 (Entire Match Data): Mention INTEGERS and REUSE arguments to
12602 `match-data'.
12603 (Standard Regexps): Update for new values of `paragraph-start'
12604 and `sentence-end'.
12605
12606 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
12607
12608 * files.texi (Saving Buffers): Clarify descriptions of
12609 `write-contents-functions' and `before-save-hook'.
12610 Make the defvar's for `before-save-hook' and `after-save-hook'
12611 into defopt's.
12612
12613 2004-01-07 Kim F. Storm <storm@cua.dk>
12614
12615 * commands.texi (Click Events): Describe new image and
12616 width/height elements of click events.
12617 (Accessing Events): Add posn-string, posn-image, and
12618 posn-object-width-height. Change posn-object to return either
12619 image or string object.
12620
12621 2004-01-01 Simon Josefsson <jas@extundo.com>
12622
12623 * hooks.texi (Standard Hooks): Add before-save-hook.
12624 * files.texi (Saving Buffers): Likewise.
12625
12626 2004-01-03 Richard M. Stallman <rms@gnu.org>
12627
12628 * frames.texi (Frames and Windows): Delete frame-root-window.
12629
12630 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
12631
12632 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
12633
12634 * functions.texi: Various small changes in addition to the
12635 following.
12636 (What Is a Function): `functionp' returns nil for macros.
12637 Clarify behavior of this and following functions for symbol arguments.
12638 (Function Documentation): Add `\' in front of (fn @var{arglist})
12639 and explain why.
12640 (Defining Functions): Mention DOCSTRING argument to `defalias'.
12641 Add anchor.
12642 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
12643
12644 2004-01-01 Miles Bader <miles@gnu.org>
12645
12646 * display.texi (Buttons): New section.
12647
12648 2003-12-31 Andreas Schwab <schwab@suse.de>
12649
12650 * numbers.texi (Math Functions): sqrt reports a domain-error
12651 error.
12652 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
12653
12654 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
12655
12656 * tips.texi (Documentation Tips): Update item on hyperlinks in
12657 documentation strings.
12658
12659 * errors.texi (Standard Errors): Various small corrections and
12660 additions.
12661
12662 * control.texi: Various small changes in addition to the
12663 following.
12664 (Signaling Errors): Provide some more details on how `signal'
12665 constructs the error message. Add anchor to the definition of
12666 `signal'.
12667 (Error Symbols): Describe special treatment of `quit'.
12668 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
12669 to emphasize that it has to be a single form.
12670
12671 * buffers.texi: Add anchor.
12672
12673 2003-12-29 Richard M. Stallman <rms@gnu.org>
12674
12675 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
12676 (Window Configurations): Add window-configuration-frame.
12677
12678 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
12679
12680 * text.texi (Examining Properties): Add get-char-property-and-overlay.
12681 Change arg name in get-char-property.
12682 (Special Properties): Update handling of keymap property.
12683
12684 * strings.texi (Modifying Strings): Add clear-string.
12685 (Text Comparison): Add assoc-string and remove
12686 assoc-ignore-case, assoc-ignore-representation.
12687
12688 * os.texi (Time of Day): Add set-time-zone-rule.
12689
12690 * numbers.texi (Math Functions): asin, acos, log, log10
12691 report domain-error errors.
12692
12693 * nonascii.texi (Converting Representations):
12694 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
12695 (Encoding and I/O): Add file-name-coding-system.
12696
12697 * modes.texi (Search-based Fontification): Explain that
12698 face specs are symbols with face names as values.
12699
12700 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
12701
12702 * lists.texi (Building Lists): remq moved elsewhere.
12703 (Sets And Lists): remq moved here.
12704 (Association Lists): Refer to assoc-string.
12705
12706 * internals.texi (Garbage Collection): Add memory-use-counts.
12707
12708 * frames.texi (Frames and Windows): Add set-frame-selected-window
12709 and frame-root-window.
12710
12711 * files.texi (Contents of Directories):
12712 Add directory-files-and-attributes.
12713
12714 * display.texi (Refresh Screen): Add force-window-update.
12715 (Invisible Text): Explain about moving point out of invis text.
12716 (Overlay Properties): Add overlay-properties.
12717 (Managing Overlays): Add overlayp.
12718 (GIF Images): Invalid image number displays a hollow box.
12719
12720 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
12721 (Killing Buffers): Add buffer-live-p.
12722
12723 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
12724
12725 * display.texi (Fringes): Fix typo "set-buffer-window".
12726
12727 2003-12-24 Luc Teirlinck <teirllm@auburn.edu>
12728
12729 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
12730 * nonascii.texi, processes.texi, tips.texi, variables.texi:
12731 Add or change various xrefs and anchors.
12732
12733 * commands.texi: Replace all occurrences of @acronym{CAR} with
12734 @sc{car}, for consistency with the rest of the Elisp manual.
12735 `car' and `cdr' are historically acronyms, but are no longer
12736 widely thought of as such.
12737
12738 * internals.texi (Pure Storage): Mention that `purecopy' does not
12739 copy text properties.
12740 (Object Internals): Now 29 bits are used (in most implementations)
12741 to address Lisp objects.
12742
12743 * variables.texi (Variables with Restricted Values): New node.
12744
12745 * objects.texi (Lisp Data Types): Mention that certain variables
12746 can only take on a restricted set of values and add an xref to
12747 the new node "Variables with Restricted Values".
12748
12749 * eval.texi (Function Indirection): Describe the errors that
12750 `indirect-function' can signal.
12751 (Eval): Clarify the descriptions of `eval-region' and `values'.
12752 Describe `eval-buffer' instead of `eval-current-buffer' and
12753 mention `eval-current-buffer' as an alias for `current-buffer'.
12754 Correct the description and mention all optional arguments.
12755
12756 * nonascii.texi: Various small changes in addition to the
12757 following.
12758 (Converting Representations): Clarify behavior of
12759 `string-make-multibyte' and `string-to-multibyte' for unibyte all
12760 ASCII arguments.
12761 (Character Sets): Document the variable `charset-list' and adapt
12762 the definition of the function `charset-list' accordingly.
12763 (Translation of Characters): Clarify use of generic characters in
12764 `make-translation-table'. Clarify and correct the description of
12765 the use of translation tables in encoding and decoding.
12766 (User-Chosen Coding Systems): Correct and clarify the description
12767 of `select-safe-coding-system'.
12768 (Default Coding Systems): Clarify description of
12769 `file-coding-system-alist'.
12770
12771 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
12772
12773 * strings.texi (Text Comparison): Correctly describe when two
12774 strings are `equal'. Combine and clarify descriptions of
12775 `assoc-ignore-case' and `assoc-ignore-representation'.
12776
12777 * objects.texi (Non-ASCII in Strings): Clarify description of
12778 when a string is unibyte or multibyte.
12779 (Bool-Vector Type): Update examples.
12780 (Equality Predicates): Correctly describe when two strings are
12781 `equal'.
12782
12783 2003-11-29 Luc Teirlinck <teirllm@auburn.edu>
12784
12785 * lists.texi (Building Lists): `append' no longer accepts integer
12786 arguments. Update the description of `number-sequence' to reflect
12787 recent changes.
12788 (Sets And Lists): Describe `member-ignore-case' after `member'.
12789
12790 2003-11-27 Kim F. Storm <storm@cua.dk>
12791
12792 * commands.texi (Click Events): Click object may be an images.
12793 Describe (dx . dy) element of click positions.
12794 (Accessing Events): Remove duplicate posn-timestamp.
12795 New functions posn-object and posn-object-x-y.
12796
12797 2003-11-23 Kim F. Storm <storm@cua.dk>
12798
12799 * commands.texi (Click Events): Describe enhancements to event
12800 position lists, including new text-pos and (col . row) items.
12801 Mention left-fringe and right-fringe area events.
12802 (Accessing Events): New functions posn-area and
12803 posn-actual-col-row. Mention posn-timestamp. Mention that
12804 posn-point in non-text area still returns buffer position.
12805 Clarify posn-col-row.
12806
12807 2003-11-21 Lars Hansen <larsh@math.ku.dk>
12808
12809 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
12810 * anti.texi (File Attributes): Describe removed parameter
12811 ID-FORMAT.
12812
12813 2003-11-20 Luc Teirlinck <teirllm@auburn.edu>
12814
12815 * positions.texi (Positions): Mention that, if a marker is used as
12816 a position, its buffer is ignored.
12817
12818 * markers.texi (Overview of Markers): Mention it here too.
12819
12820 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
12821
12822 * numbers.texi (Numeric Conversions): Not just `floor', but also
12823 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
12824
12825 2003-11-10 Luc Teirlinck <teirllm@auburn.edu>
12826
12827 * markers.texi (Creating Markers): Specify insertion type of
12828 created markers. Add xref to `Marker Insertion Types'.
12829 Second argument to `copy-marker' is optional.
12830 (Marker Insertion Types): Mention that most markers are created
12831 with insertion type nil.
12832 (The Mark): Correctly describe when `mark' signals an error.
12833 (The Region): Correctly describe when `region-beginning' and
12834 `region-end' signal an error.
12835
12836 2003-11-08 Luc Teirlinck <teirllm@auburn.edu>
12837
12838 * hash.texi (Creating Hash): Clarify description of `eql'.
12839 `makehash' is obsolete.
12840 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
12841
12842 * positions.texi (Point): Change description of `buffer-end', so
12843 that it is also correct for floating point arguments.
12844 (List Motion): Correct argument lists of `beginning-of-defun' and
12845 `end-of-defun'.
12846 (Excursions): Add xref to `Marker Insertion Types'.
12847 (Narrowing): Argument to `narrow-to-page' is optional.
12848
12849 2003-11-06 Luc Teirlinck <teirllm@auburn.edu>
12850
12851 * streams.texi (Output Streams): Clarify behavior of point for
12852 marker output streams.
12853
12854 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
12855
12856 * variables.texi (Defining Variables): Second argument to
12857 `defconst' is not optional.
12858 (Setting Variables): Mention optional argument APPEND to
12859 `add-to-list'.
12860 (Creating Buffer-Local): Expand description of
12861 `make-variable-buffer-local'.
12862 (Frame-Local Variables): Expand description of
12863 `make-variable-frame-local'.
12864 (Variable Aliases): Correct description of optional argument
12865 DOCSTRING to `defvaralias'. Mention return value of
12866 `defvaralias'.
12867 (File Local Variables): Add xref to `File variables' in Emacs
12868 Manual. Correct description of `hack-local-variables'. Mention
12869 `safe-local-variable' property. Mention optional second argument
12870 to `risky-local-variable-p'.
12871
12872 2003-11-03 Luc Teirlinck <teirllm@auburn.edu>
12873
12874 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
12875
12876 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
12877
12878 * anti.texi, backups.texi, commands.texi, customize.texi:
12879 * display.texi, files.texi, internals.texi, keymaps.texi:
12880 * loading.texi, modes.texi, nonascii.texi, numbers.texi:
12881 * objects.texi, os.texi, positions.texi, processes.texi:
12882 * searching.texi, sequences.texi, streams.texi, strings.texi:
12883 * syntax.texi, text.texi: Replace @sc{foo} with @acronym{FOO}.
12884
12885 2003-10-27 Luc Teirlinck <teirllm@auburn.edu>
12886
12887 * strings.texi (Creating Strings): Argument START to `substring'
12888 can not be `nil'. Expand description of
12889 `substring-no-properties'. Correct description of `split-string',
12890 especially with respect to empty matches. Prevent very bad line
12891 break in definition of `split-string-default-separators'.
12892 (Text Comparison): `string=' and `string<' also accept symbols as
12893 arguments.
12894 (String Conversion): More completely describe argument BASE in
12895 `string-to-number'.
12896 (Formatting Strings): `%s' and `%S' in `format' do require
12897 corresponding object. Clarify behavior of numeric prefix after
12898 `%' in `format'.
12899 (Case Conversion): The argument to `upcase-initials' can be a
12900 character.
12901
12902 2003-10-27 Kenichi Handa <handa@m17n.org>
12903
12904 * display.texi (Fontsets): Fix texinfo usage.
12905
12906 2003-10-25 Kenichi Handa <handa@m17n.org>
12907
12908 * display.texi (Fontsets): Add description of the function
12909 set-fontset-font.
12910
12911 2003-10-23 Luc Teirlinck <teirllm@auburn.edu>
12912
12913 * display.texi (Temporary Displays): Add xref to `Documentation
12914 Tips'.
12915
12916 * functions.texi (Function Safety): Use inforef instead of pxref
12917 for SES.
12918
12919 2003-10-23 Andreas Schwab <schwab@suse.de>
12920
12921 * Makefile.in (TEX, texinputdir): Don't define.
12922 (TEXI2DVI): Define.
12923 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
12924 add $(srcdir)/index.texi.
12925 ($(infodir)/elisp): Remove index.texi dependency.
12926 (elisp.dvi): Likewise. Use $(TEXI2DVI).
12927 (index.texi): Remove target.
12928 (dist): Don't link $(srcdir)/permute-index.
12929 (clean): Don't remove index.texi.
12930
12931 * permute-index, index.perm: Remove.
12932 * index.texi: Rename from index.unperm.
12933
12934 2003-10-22 Luc Teirlinck <teirllm@auburn.edu>
12935
12936 * tips.texi (Documentation Tips): Document new behavior for face
12937 and variable hyperlinks in Help mode.
12938
12939 2003-10-21 Luc Teirlinck <teirllm@auburn.edu>
12940
12941 * objects.texi (Integer Type): Update for extra bit of integer range.
12942 (Character Type): Ditto.
12943
12944 2003-10-16 Eli Zaretskii <eliz@gnu.org>
12945
12946 * numbers.texi (Integer Basics): Add index entries for reading
12947 numbers in hex, octal, and binary.
12948
12949 2003-10-16 Lute Kamstra <lute@gnu.org>
12950
12951 * modes.texi (Mode Line Format): Mention force-mode-line-update's
12952 argument.
12953
12954 2003-10-13 Luc Teirlinck <teirllm@auburn.edu>
12955
12956 * windows.texi (Choosing Window): Fix typo.
12957 * edebug.texi (Edebug Execution Modes): Fix typo.
12958
12959 2003-10-13 Richard M. Stallman <rms@gnu.org>
12960
12961 * windows.texi (Basic Windows): A window has fringe settings,
12962 display margins and scroll-bar settings.
12963 (Splitting Windows): Doc split-window return value.
12964 Clean up one-window-p.
12965 (Selecting Windows): Fix typo.
12966 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
12967 (Buffers and Windows): In set-window-buffer, explain effect
12968 on fringe settings and scroll bar settings.
12969 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
12970 (Choosing Window): Use defopt for pop-up-frame-function.
12971 For special-display-buffer-names, explain same-window and same-frame.
12972 Clarify window-dedicated-p return value.
12973 (Textual Scrolling): scroll-up and scroll-down can get an error.
12974 (Horizontal Scrolling): Clarify auto-hscroll-mode.
12975 Clarify set-window-hscroll.
12976 (Size of Window): Don't mention tool bar in window-height.
12977 (Coordinates and Windows): Explain what coordinates-in-window-p
12978 returns for fringes and display margins.
12979 (Window Configurations): Explain saving fringes, etc.
12980
12981 * tips.texi (Library Headers): Clean up Documentation.
12982
12983 * syntax.texi (Parsing Expressions): Clean up forward-comment
12984 and parse-sexp-lookup-properties.
12985
12986 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
12987
12988 * os.texi (System Environment): Clean up text for load-average errors.
12989
12990 * modes.texi (Hooks): Don't explain local hook details at front.
12991 Clarify run-hooks and run-hook-with-args a little.
12992 Clean up add-hook and remove-hook.
12993
12994 * edebug.texi (Edebug Execution Modes): Clarify t.
12995 Document edebug-sit-for-seconds.
12996 (Coverage Testing): Document C-x X = and =.
12997 (Instrumenting Macro Calls): Fix typo.
12998 (Specification List): Don't index the specification keywords.
12999
13000 2003-10-10 Kim F. Storm <storm@cua.dk>
13001
13002 * processes.texi (Network): Introduce make-network-process.
13003
13004 2003-10-09 Luc Teirlinck <teirllm@auburn.edu>
13005
13006 * tips.texi (Library Headers): Fix typo.
13007
13008 2003-10-07 Juri Linkov <juri@jurta.org>
13009
13010 * modes.texi (Imenu): Mention imenu-create-index-function's
13011 default value. Explain submenus better.
13012
13013 2003-10-07 Lute Kamstra <lute@gnu.org>
13014
13015 * modes.texi (Faces for Font Lock): Fix typo.
13016 (Hooks): Explain how buffer-local hook variables can refer to
13017 global hook variables.
13018 Various minor clarifications.
13019
13020 2003-10-06 Lute Kamstra <lute@gnu.org>
13021
13022 * tips.texi (Coding Conventions): Mention naming conventions for
13023 hooks.
13024
13025 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
13026
13027 * loading.texi (Library Search): Correct default value of
13028 load-suffixes.
13029 (Named Features): Fix typo.
13030
13031 2003-10-05 Richard M. Stallman <rms@gnu.org>
13032
13033 * loading.texi (Named Features): In `provide',
13034 say how to test for subfeatures.
13035 (Unloading): In unload-feature, use new var name
13036 unload-feature-special-hooks.
13037
13038 2003-10-03 Lute Kamstra <lute@gnu.org>
13039
13040 * modes.texi (Major Mode Conventions): Mention third way to set up
13041 Imenu.
13042 (Imenu): A number of small fixes.
13043 Delete documentation of internal variable imenu--index-alist.
13044 Document the return value format of imenu-create-index-function
13045 functions.
13046
13047 2003-09-30 Richard M. Stallman <rms@gnu.org>
13048
13049 * processes.texi (Network): Say what stopped datagram connections do.
13050
13051 * lists.texi (Association Lists): Clarify `assq-delete-all'.
13052
13053 * display.texi (Overlay Properties): Clarify `evaporate' property.
13054
13055 2003-09-29 Lute Kamstra <lute@gnu.org>
13056
13057 * modes.texi (Mode Line Data): Explain when symbols in mode-line
13058 constructs should be marked as risky.
13059 Change cons cell into proper list.
13060 (Mode Line Variables): Change cons cell into proper list.
13061
13062 2003-09-26 Lute Kamstra <lute@gnu.org>
13063
13064 * modes.texi (Mode Line Data): Document the :propertize construct.
13065 (Mode Line Variables): Reorder the descriptions of the variables
13066 to match their order in the default mode-line-format.
13067 Describe the new variables mode-line-position and mode-line-modes.
13068 Update the default values of mode-line-frame-identification,
13069 minor-mode-alist, and default-mode-line-format.
13070 (Properties in Mode): Mention the :propertize construct.
13071
13072 2003-09-26 Richard M. Stallman <rms@gnu.org>
13073
13074 * buffers.texi, commands.texi, debugging.texi, eval.texi:
13075 * loading.texi, minibuf.texi, text.texi, variables.texi:
13076 Avoid @strong{Note:}.
13077
13078 2003-09-26 Richard M. Stallman <rms@gnu.org>
13079
13080 * keymaps.texi (Remapping Commands): Fix typo.
13081
13082 2003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
13083
13084 * processes.texi (Low-Level Network): Fix typo.
13085
13086 2003-09-23 Kim F. Storm <storm@cua.dk>
13087
13088 * processes.texi (Network, Network Servers): Fix typos.
13089 (Low-Level Network): Add timeout value for :server keyword.
13090 Add new option keywords to make-network-process.
13091 Add set-network-process-options.
13092 Explain how to test availability of network options.
13093
13094 2003-09-19 Richard M. Stallman <rms@gnu.org>
13095
13096 * text.texi (Motion by Indent): Arg to
13097 backward-to-indentation and forward-to-indentation is optional.
13098
13099 * strings.texi (Creating Strings): Add substring-no-properties.
13100
13101 * processes.texi
13102 (Process Information): Add list-processes arg QUERY-ONLY.
13103 Delete process-contact from here.
13104 Add new status values for process-status.
13105 Add process-get, process-put, process-plist, set-process-plist.
13106 (Synchronous Processes): Add call-process-shell-command.
13107 (Signals to Processes): signal-process allows process objects.
13108 (Network): Complete rewrite.
13109 (Network Servers, Datagrams, Low-Level Network): New nodes.
13110
13111 * positions.texi (Word Motion): forward-word, backward-word
13112 arg is optional. Reword.
13113
13114 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
13115
13116 * variables.texi (Creating Buffer-Local):
13117 Delete duplicate definition of buffer-local-value.
13118 (File Local Variables): Explain about discarding text props.
13119
13120 2003-09-11 Richard M. Stallman <rms@gnu.org>
13121
13122 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
13123 changes variables that record input events.
13124 (Minibuffer Misc): Add minibuffer-selected-window.
13125
13126 * lists.texi (Building Lists): Add copy-tree.
13127
13128 * display.texi (Fontsets): Add char-displayable-p.
13129 (Scroll Bars): New node.
13130
13131 2003-09-08 Lute Kamstra <lute@gnu.org>
13132
13133 * modes.texi (%-Constructs): Document new `%i' and `%I'
13134 constructs.
13135
13136 2003-09-03 Peter Runestig <peter@runestig.com>
13137
13138 * makefile.w32-in: New file.
13139
13140 2003-08-29 Richard M. Stallman <rms@gnu.org>
13141
13142 * display.texi (Overlay Properties): Clarify how priorities
13143 affect use of the properties.
13144
13145 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
13146
13147 * customize.texi (Type Keywords): Correct the description of
13148 `:help-echo' in the case where `motion-doc' is a function.
13149
13150 2003-08-14 John Paul Wallington <jpw@gnu.org>
13151
13152 * modes.texi (Emulating Mode Line): Subsection, not section.
13153
13154 2003-08-13 Richard M. Stallman <rms@gnu.org>
13155
13156 * elisp.texi (Top): Update subnode lists in menu.
13157
13158 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
13159 (Kill Functions): kill-region has new arg yank-handler.
13160 (Yanking): New node.
13161 (Yank Commands): Add yank-undo-function.
13162 (Low-Level Kill Ring):
13163 kill-new and kill-append have new arg yank-handler.
13164 (Changing Properties): Add remove-list-of-text-properties.
13165 (Atomic Changes): New node.
13166
13167 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
13168
13169 * streams.texi (Output Variables): Add eval-expression-print-length
13170 and eval-expression-print-level.
13171
13172 * os.texi (Time Conversion): For encode-time, explain limits on year.
13173
13174 * objects.texi (Character Type): Define anchor "modifier bits".
13175
13176 * modes.texi (Emulating Mode Line): New node.
13177 (Search-based Fontification): Font Lock uses font-lock-face property.
13178 (Other Font Lock Variables): Likewise.
13179
13180 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
13181 not vectors.
13182 (Active Keymaps): Add emulation-mode-map-alists.
13183 (Functions for Key Lookup): key-binding has new arg no-remap.
13184 (Remapping Commands): New node.
13185 (Scanning Keymaps): where-is-internal has new arg no-remap.
13186 (Tool Bar): Add tool-bar-local-item-from-menu.
13187 Clarify when to use tool-bar-add-item-from-menu.
13188
13189 * commands.texi (Interactive Call): commandp has new arg.
13190 (Command Loop Info): Add this-original-command.
13191
13192 2003-08-06 John Paul Wallington <jpw@gnu.org>
13193
13194 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
13195
13196 * display.texi (Warning Basics): Fix typo.
13197 (Fringes): Add closing curly bracket and fix typo.
13198
13199 * elisp.texi (Top): Fix typo.
13200
13201 2003-08-05 Richard M. Stallman <rms@gnu.org>
13202
13203 * elisp.texi: Update lists of subnodes.
13204
13205 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
13206
13207 * variables.texi (Local Variables): Use lc for example variable names.
13208
13209 * tips.texi (Library Headers): Explain where to put -*-.
13210
13211 * strings.texi (Creating Strings): Fix xref for vconcat.
13212
13213 * sequences.texi (Vector Functions):
13214 vconcat no longer allows integer args.
13215
13216 * minibuf.texi (Reading File Names): read-file-name has new
13217 arg PREDICATE. New function read-directory-name.
13218
13219 * macros.texi (Defining Macros): Give definition of `declare'.
13220 (Indenting Macros): New node.
13221
13222 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
13223 (Window Frame Parameters): Make separate table of parameters
13224 that are coupled with specific face attributes.
13225 (Deleting Frames): delete-frame-hooks renamed to
13226 delete-frame-functions.
13227
13228 * files.texi (Magic File Names): Add file-remote-p.
13229 Clarify file-local-copy.
13230
13231 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
13232 here; instead xref Defining Macros.
13233
13234 * display.texi (Warnings): New node, and subnodes.
13235 (Fringes): New node.
13236
13237 * debugging.texi (Test Coverage): New node.
13238
13239 * compile.texi (Compiler Errors): Explain with-no-warnings
13240 and other ways to suppress warnings.
13241
13242 * commands.texi (Interactive Call): Minor clarification.
13243
13244 * buffers.texi (Buffer File Name): set-visited-file-name
13245 renames the buffer too.
13246
13247 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
13248
13249 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
13250
13251 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
13252
13253 2003-07-22 Markus Rost <rost@math.ohio-state.edu>
13254
13255 * internals.texi (Garbage Collection): Fix previous change.
13256
13257 2003-07-22 Richard M. Stallman <rms@gnu.org>
13258
13259 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
13260
13261 * display.texi (Width): Use \s syntax in example.
13262 (Font Selection): Add face-font-rescale-alist.
13263
13264 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
13265 Remove spurious indent in example.
13266
13267 * lists.texi (Building Lists): Add number-sequence.
13268
13269 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
13270
13271 * functions.texi (Function Documentation): Explain how to
13272 show calling convention explicitly in the doc string.
13273
13274 * windows.texi (Selecting Windows): save-selected-window saves
13275 selected window of each frame.
13276 (Window Configurations): Minor change.
13277
13278 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
13279
13280 * streams.texi (Output Variables): Add print-continuous-numbering
13281 and print-number-table.
13282
13283 * processes.texi (Decoding Output): New node.
13284
13285 * os.texi (Time Conversion): decode-time arg is optional.
13286
13287 * objects.texi (Character Type): Don't use space as example for \.
13288 Make list of char names and \-sequences correspond.
13289 Explain that \s is not used in strings. `\ ' needs space after.
13290
13291 * nonascii.texi (Converting Representations): Add string-to-multibyte.
13292 (Translation of Characters): Add translation-table-for-input.
13293 (Default Coding Systems): Add auto-coding-functions.
13294 (Explicit Encoding): Add decode-coding-inserted-region.
13295 (Locales): Add locale-info.
13296
13297 * minibuf.texi (Basic Completion): Describe test-completion.
13298 Collections can be lists of strings.
13299 Clean up lazy-completion-table.
13300 (Programmed Completion): Mention test-completion.
13301 Clarify why lambda expressions are not accepted.
13302 (Minibuffer Misc): Describe minibufferp.
13303
13304 2003-07-14 Richard M. Stallman <rms@gnu.org>
13305
13306 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
13307
13308 * windows.texi (Selecting Windows): New arg to select-window.
13309 (Selecting Windows): Add with-selected-window.
13310 (Size of Window): Add window-inside-edges, etc.
13311
13312 * internals.texi (Garbage Collection): Add post-gc-hook.
13313
13314 * processes.texi (Subprocess Creation): Add exec-suffixes.
13315
13316 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
13317 (Scanning Keymaps): Add map-keymaps.
13318 (Defining Menus): Add keymap-prompt.
13319
13320 * numbers.texi (Integer Basics): Add most-positive-fixnum,
13321 most-negative-fixnum.
13322
13323 * compile.texi (Byte Compilation): Explain no-byte-compile.
13324 (Compiler Errors): New node.
13325
13326 * os.texi (User Identification): user-uid, user-real-uid
13327 can return float.
13328
13329 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
13330 and about derived modes.
13331 (Minor Modes): Add minor-mode-list.
13332 (Defining Minor Modes): Keyword args for define-minor-mode.
13333 (Search-based Fontification): Explain managing other properties.
13334 (Other Font Lock Variables): Add font-lock-extra-managed-props.
13335 (Faces for Font Lock): Add font-lock-preprocessor-face.
13336 (Hooks): Add run-mode-hooks and delay-mode-hooks.
13337
13338 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
13339 (Variable Aliases): Clarify defvaralias.
13340
13341 * loading.texi (Library Search): Add load-suffixes.
13342
13343 * minibuf.texi (Basic Completion): Add lazy-completion-table.
13344 (Programmed Completion): Add dynamic-completion-table.
13345
13346 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
13347 (Magic File Names): Specify precedence order of handlers.
13348
13349 * commands.texi (Command Overview): Emacs server runs pre-command-hook
13350 and post-command-hook.
13351 (Waiting): New calling convention for sit-for.
13352
13353 * text.texi (Special Properties): local-map and keymap properties
13354 apply based on their stickiness.
13355
13356 2003-07-07 Richard M. Stallman <rms@gnu.org>
13357
13358 * modes.texi (Minor Mode Conventions): Specify only some kinds
13359 of list values as args to minor modes.
13360
13361 * files.texi (File Name Expansion): Warn about iterative use
13362 of substitute-in-file-name.
13363
13364 * advice.texi (Activation of Advice): Clean up previous change.
13365
13366 2003-07-06 Markus Rost <rost@math.ohio-state.edu>
13367
13368 * advice.texi (Activation of Advice): Note that ad-start-advice is
13369 turned on by default.
13370
13371 2003-06-30 Richard M. Stallman <rms@gnu.org>
13372
13373 * text.texi (Buffer Contents): Document current-word.
13374 (Change Hooks): Not called for *Messages*.
13375
13376 * functions.texi (Defining Functions): Explain about redefining
13377 primitives.
13378 (Function Safety): Rename. Minor changes.
13379 Comment out the detailed criteria for what is safe.
13380
13381 2003-06-22 Andreas Schwab <schwab@suse.de>
13382
13383 * objects.texi (Symbol Type): Fix description of examples.
13384
13385 2003-06-16 Andreas Schwab <schwab@suse.de>
13386
13387 * hash.texi (Creating Hash): Fix description of :weakness.
13388
13389 2003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
13390
13391 * files.texi (Changing Files): copy-file copies file modes, too.
13392
13393 2003-05-28 Richard M. Stallman <rms@gnu.org>
13394
13395 * strings.texi (Creating Strings): Clarify split-string.
13396
13397 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
13398
13399 * strings.texi (Creating Strings): Update split-string specification
13400 and examples.
13401
13402 2003-05-19 Richard M. Stallman <rms@gnu.org>
13403
13404 * elisp.texi: Correct invariant section names.
13405
13406 2003-04-20 Richard M. Stallman <rms@gnu.org>
13407
13408 * os.texi (Timers): Explain about timers and quitting.
13409
13410 2003-04-19 Richard M. Stallman <rms@gnu.org>
13411
13412 * internals.texi (Writing Emacs Primitives): Strings are
13413 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
13414 Explain GCPRO convention for varargs function args.
13415
13416 2003-04-16 Richard M. Stallman <rms@gnu.org>
13417
13418 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
13419
13420 2003-04-08 Richard M. Stallman <rms@gnu.org>
13421
13422 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
13423
13424 2003-02-13 Kim F. Storm <storm@cua.dk>
13425
13426 * objects.texi (Character Type): New \s escape for space.
13427
13428 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
13429
13430 * os.texi (System Environment): Add cygwin system-type.
13431
13432 2003-01-25 Richard M. Stallman <rms@gnu.org>
13433
13434 * keymaps.texi: Document that a symbol can act as a keymap.
13435
13436 2003-01-13 Richard M. Stallman <rms@gnu.org>
13437
13438 * text.texi (Changing Properties): Say string indices are origin-0.
13439
13440 * positions.texi (Screen Lines) <compute-motion>:
13441 Correct order of elts in return value.
13442
13443 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
13444 how to define a default binding.
13445
13446 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
13447
13448 * loading.texi (Unloading): Fix recent change for load-history.
13449
13450 * customize.texi (Simple Types): Clarify description of custom
13451 type 'number. Describe new custom type 'float.
13452
13453 2002-12-04 Markus Rost <rost@math.ohio-state.edu>
13454
13455 * variables.texi (File Local Variables): Fix typo.
13456
13457 2002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
13458
13459 From Michael Albinus <Michael.Albinus@alcatel.de>.
13460
13461 * README: Target for Info file is `make info'.
13462
13463 * files.texi (File Name Components): Fix typos in
13464 `file-name-sans-extension'.
13465 (Magic File Names): Complete list of operations for magic file
13466 name handlers.
13467
13468 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
13469
13470 * variables.texi (File Local Variables): New function
13471 risky-local-variable-p.
13472
13473 2002-09-15 Jonathan Yavner <jyavner@engineer.com>
13474
13475 * functions.texi (Function safety): New node about unsafep.
13476
13477 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
13478
13479 * customize.texi (Splicing into Lists): Fix example.
13480 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
13481
13482 2002-06-17 Juanma Barranquero <lektu@terra.es>
13483
13484 * frames.texi (Display Feature Testing): Fix typo.
13485
13486 2002-06-12 Andreas Schwab <schwab@suse.de>
13487
13488 * frames.texi (Initial Parameters, Resources): Fix references to
13489 the Emacs manual.
13490
13491 2002-05-13 Kim F. Storm <storm@cua.dk>
13492
13493 * variables.texi (Intro to Buffer-Local): Update warning and
13494 example relating to changing buffer inside let.
13495
13496 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
13497
13498 * os.texi (Session Management): New node about X Session management.
13499
13500 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
13501
13502 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
13503 to which the manual corresponds, and the copyright years.
13504
13505 * Makefile.in (VERSION): Set to 2.9.
13506
13507 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
13508
13509 * elisp.texi: Change the category in @dircategory to "Emacs", to
13510 make it consistent with info/dir.
13511
13512 2001-11-25 Miles Bader <miles@gnu.org>
13513
13514 * text.texi (Fields): Describe new `limit' arg in
13515 field-beginning/field-end.
13516
13517 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
13518
13519 * permute-index: Don't depend on csh-specific features.
13520 Replace the interpreter name with /bin/sh.
13521
13522 * two-volume-cross-refs.txt: New file.
13523 * two.el: New file.
13524 * spellfile: New file.
13525
13526 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
13527
13528 * permute-index: New file.
13529
13530 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
13531 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
13532 8+3 restricted namespace.
13533
13534 * Makefile.in (infodir): Define relative to $(srcdir).
13535 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
13536 include directories list via -I switch to makeinfo.
13537 (index.texi): Use cp if both hard and symbolic links fail.
13538
13539 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
13540
13541 * Makefile.in (distclean): Add.
13542
13543 The following changes make ELisp manual part of the Emacs
13544 distribution:
13545
13546 * Makefile.in: Add Copyright notice.
13547 (prefix): Remove.
13548 (infodir): Change value to "../info".
13549 (VPATH): New variable.
13550 (MAKE): Don't define.
13551 (texmacrodir): Don't define.
13552 (texinputdir): Append the existing value of TEXINPUTS.
13553 ($(infodir)/elisp): Instead of just "elisp". Reformat the
13554 command to be compatible with man/Makefile.in, and to put the
13555 output into ../info.
13556 (info): Add target.
13557 (installall): Target removed.
13558
13559 2001-10-31 Pavel Janík <Pavel@Janik.cz>
13560
13561 * tips.texi (Coding Conventions): Fix typo.
13562
13563 2001-10-23 Gerd Moellmann <gerd@gnu.org>
13564
13565 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
13566
13567 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
13568
13569 * files.texi (File Name Components): Update the description of
13570 file-name-sans-extension and file-name-extension, as they now
13571 ignore leading dots.
13572
13573 2001-10-20 Gerd Moellmann <gerd@gnu.org>
13574
13575 * (Version 21.1 released.)
13576
13577 2001-10-19 Miles Bader <miles@gnu.org>
13578
13579 * positions.texi (Text Lines): Describe behavior of
13580 `beginning-of-line'/`end-of-line' in the presence of field properties.
13581
13582 2001-10-17 Gerd Moellmann <gerd@gnu.org>
13583
13584 * Makefile.in (VERSION): Set to 2.8.
13585 (manual): Use `manual-21'.
13586
13587 * elisp.texi (VERSION): Add and use it where the version
13588 number was used. Set it to 2.8.
13589
13590 * intro.texi: Likewise.
13591
13592 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
13593
13594 * files.texi (File Name Completion): Document the significance of
13595 a trailing slash in elements of completion-ignored-extensions.
13596
13597 2001-10-06 Miles Bader <miles@gnu.org>
13598
13599 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
13600
13601 2001-10-04 Gerd Moellmann <gerd@gnu.org>
13602
13603 * variables.texi (Variable Aliases): New node.
13604
13605 2001-10-04 Gerd Moellmann <gerd@gnu.org>
13606
13607 * Branch for 21.1.
13608
13609 2001-10-02 Miles Bader <miles@gnu.org>
13610
13611 * minibuf.texi (Minibuffer Misc): Add entries for
13612 `minibuffer-contents', `minibuffer-contents-no-properties', and
13613 `delete-minibuffer-contents'.
13614 Correct description for `minibuffer-prompt-end'.
13615
13616 * text.texi (Property Search): Correct descriptions of
13617 `next-char-property-change' and `previous-char-property-change'.
13618 Add entries for `next-single-char-property-change' and
13619 `previous-single-char-property-change'.
13620 Make operand names a bit more consistent.
13621
13622 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
13623
13624 * frames.texi (Finding All Frames): Document that next-frame and
13625 previous-frame are local to current terminal.
13626
13627 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
13628
13629 * keymaps.texi (Creating Keymaps): Fix the description of the
13630 result of make-keymap.
13631
13632 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
13633
13634 * display.texi (Font Lookup, Attribute Functions)
13635 (Image Descriptors): Add cross-references to the definition of
13636 selected frame.
13637
13638 * buffers.texi (The Buffer List): Add cross-references to the
13639 definition of selected frame.
13640
13641 * frames.texi (Input Focus): Clarify which frame is _the_ selected
13642 frame at any given time.
13643 (Multiple Displays, Size and Position): Add a cross-reference to
13644 the definition of the selected frame.
13645
13646 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
13647
13648 * strings.texi (String Conversion) <string-to-number>: Document
13649 that a float is returned for integers that are too large.
13650
13651 * frames.texi (Mouse Position): Document mouse-position-function.
13652 (Display Feature Testing): Document display-images-p.
13653 (Window Frame Parameters): Document the cursor-type variable.
13654
13655 * numbers.texi (Integer Basics): Document CL style read syntax for
13656 integers in bases other than 10.
13657
13658 * positions.texi (List Motion):
13659 Document open-paren-in-column-0-is-defun-start.
13660
13661 * lists.texi (Sets And Lists): Document member-ignore-case.
13662
13663 * internals.texi (Garbage Collection): Document the used and free
13664 strings report.
13665 (Memory Usage): Document strings-consed.
13666
13667 * os.texi (Time of Day): Document float-time.
13668 (Recording Input): Document that clear-this-command-keys clears
13669 the vector to be returned by recent-keys.
13670
13671 * keymaps.texi (Scanning Keymaps) <where-is-internal>:
13672 The argument keymap can be a list.
13673
13674 * nonascii.texi (User-Chosen Coding Systems)
13675 <select-safe-coding-system>: Document the new argument
13676 accept-default-p and the variable
13677 select-safe-coding-system-accept-default-p. Tell what happens if
13678 buffer-file-coding-system is undecided.
13679 (Default Coding Systems): Document auto-coding-regexp-alist.
13680
13681 * display.texi (The Echo Area) <message>: Document
13682 message-truncate-lines.
13683 (Glyphs): Document that the glyph table is unused on windowed
13684 displays.
13685
13686 * help.texi (Describing Characters) <single-key-description>:
13687 Document the new argument no-angles.
13688 (Accessing Documentation) <documentation-property>: Document that
13689 a non-string property is evaluated.
13690 <documentation>: Document that the function-documentation property
13691 is looked for.
13692
13693 * windows.texi (Selecting Windows): Document some-window.
13694
13695 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
13696
13697 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
13698 apropos-mode-hook.
13699
13700 * commands.texi (Using Interactive): Document interactive-form.
13701 (Keyboard Macros): Document kbd-macro-termination-hook.
13702 (Command Loop Info): Document that clear-this-command-keys clears
13703 the vector to be returned by recent-keys.
13704
13705 2001-09-04 Werner LEMBERG <wl@gnu.org>
13706
13707 * Makefile.in (srcdir, texinputdir): New variables.
13708 (srcs, index.texi, install): Use $(srcdir).
13709 (.PHONY): Remove elisp.dvi.
13710 (elisp): Use -I switch for makeinfo.
13711 (elisp.dvi): Use $(srcdir) and $(texinputdir).
13712 (installall, dist): Use $(srcdir).
13713 Fix path to texinfo.tex.
13714 (maintainer-clean): Add elisp.dvi and elisp.oaux.
13715
13716 2001-08-30 Gerd Moellmann <gerd@gnu.org>
13717
13718 * display.texi (Conditional Display): Adjust to API change.
13719
13720 * configure: New file.
13721
13722 2001-07-30 Gerd Moellmann <gerd@gnu.org>
13723
13724 * commands.texi (Repeat Events): Add description of
13725 double-click-fuzz.
13726
13727 2001-05-08 Stefan Monnier <monnier@cs.yale.edu>
13728
13729 * syntax.texi (Syntax Class Table): Add the missing designator for
13730 comment and string fences.
13731 (Syntax Properties): Add a xref to syntax table internals.
13732 (Syntax Table Internals): Document string-to-syntax.
13733
13734 2001-05-07 Gerd Moellmann <gerd@gnu.org>
13735
13736 * Makefile.in (install): Use install-info command line options
13737 like in Emacs' Makefile.in.
13738
13739 2000-12-09 Miles Bader <miles@gnu.org>
13740
13741 * windows.texi (Window Start): Update documentation for
13742 `pos-visible-in-window-p'.
13743
13744 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
13745
13746 * lists.texi (Building Lists): Add footnote to explain how to add
13747 to the end of a list.
13748
13749 2000-10-25 Gerd Moellmann <gerd@gnu.org>
13750
13751 * files.texi (Visiting Functions): Typos.
13752
13753 2000-10-25 Kenichi Handa <handa@etl.go.jp>
13754
13755 * files.texi (Visiting Functions): Return value of
13756 find-file-noselect may be a list of buffers if wildcards are used.
13757
13758 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
13759
13760 * display.texi (Defining Faces): Document `graphic' display type
13761 in face specs.
13762
13763 2000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13764
13765 * hooks.texi (Standard Hooks): Replace obsolete
13766 `after-make-frame-hook' with `after-make-frame-functions'.
13767
13768 * frames.texi (Creating Frames): Ditto.
13769
13770 * variables.texi (Future Local Variables): Ditto.
13771
13772 2000-10-16 Gerd Moellmann <gerd@gnu.org>
13773
13774 * display.texi (Other Image Types): Add description of :foreground
13775 and :background properties of mono PBM images.
13776
13777 2000-08-17 Werner LEMBERG <wl@gnu.org>
13778
13779 * .cvsignore: New file.
13780
13781 2000-01-05 Gerd Moellmann <gerd@gnu.org>
13782
13783 * tindex.pl: New script.
13784
13785 1999-12-03 Dave Love <fx@gnu.org>
13786
13787 * Makefile.in (MAKEINFO): New parameter.
13788
13789 1999-09-17 Richard Stallman <rms@gnu.org>
13790
13791 * Makefile.in (srcs): Add hash.texi.
13792 (VERSION): Update to 20.6.
13793
13794 1999-09-13 Richard Stallman <rms@gnu.org>
13795
13796 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
13797
13798 1998-08-29 Karl Heuer <kwzh@gnu.org>
13799
13800 * configure.in: New file.
13801 * Makefile.in: Renamed from Makefile.
13802 (prefix, infodir): Use value obtained from configure.
13803 (emacslibdir): Obsolete variable deleted.
13804 (dist): Distribute configure.in, configure, Makefile.in.
13805
13806 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
13807
13808 * Makefile (INSTALL_INFO): New variable.
13809 (install): Run install-info.
13810
13811 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
13812
13813 * Makefile (elisp.dvi): Add missing backslash.
13814
13815 1998-05-02 Richard Stallman <rms@psilocin.gnu.org>
13816
13817 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
13818 Run texindex without `./'. Always run texindex on elisp.tp.
13819 (elisp.tps): Target deleted.
13820
13821 1998-04-05 Richard Stallman <rms@psilocin.gnu.org>
13822
13823 * Makefile (srcs): Add nonascii.texi and customize.texi.
13824 (dist): Start by deleting `temp'.
13825
13826 1998-02-17 Richard Stallman <rms@psilocin.gnu.org>
13827
13828 * Makefile (makeinfo, texindex): Targets deleted.
13829 (makeinfo.o, texindex.o): Targets deleted.
13830 (clean, dist): Don't do anything with them or with getopt*.
13831
13832 1998-01-30 Richard Stallman <rms@psilocin.gnu.org>
13833
13834 * Makefile (SHELL): Define.
13835
13836 1998-01-27 Richard Stallman <rms@psilocin.gnu.org>
13837
13838 * Makefile (elisp.tps): New target.
13839 (elisp.dvi): Depend on elisp.tps.
13840
13841 1996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
13842
13843 * README: Update phone number.
13844
13845 * Makefile (elisp): Make this be the default target.
13846 Depend on makeinfo.c instead of makeinfo.
13847 (install): Don't depend on elisp.dvi, since we don't install that.
13848 Use mkinstalldirs.
13849 (dist): Add mkinstalldirs.
13850
13851 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13852
13853 * Makefile (VERSION): Update version number.
13854 (maintainer-clean): Rename from realclean.
13855
13856 1995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
13857
13858 * Makefile (realclean): New target.
13859 (elisp): Remove any old elisp-* files first.
13860
13861 1993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
13862
13863 * Makefile (VERSION): New variable.
13864 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
13865 Compressed file suffix should be `.gz', not `.z'.
13866
13867 1993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13868
13869 * Makefile (elisp): Depend on makeinfo.
13870
13871 1993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
13872
13873 * Makefile (srcs): Add anti.texi.
13874
13875 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13876
13877 * Makefile (infodir, prefix): New vars.
13878 (install): Use infodir.
13879 (emacsinfodir): Delete.
13880
13881 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13882
13883 * Makefile (srcs): Add calendar.texi.
13884
13885 * Makefile (dist): Copy texindex.c and makeinfo.c.
13886 Limit elisp-* files to those with one or two digits.
13887
13888 1993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13889
13890 * Makefile (dist): Change to use Gzip instead of compress.
13891
13892 1993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
13893
13894 * loading.texi (Unloading): define-function changed back to
13895 defalias. It may not stay this way, but at least it's
13896 consistent with the known-good version of the code patch.
13897
13898 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
13899
13900 * modes.texi (Hooks): Document new optional arg of add-hook.
13901
13902 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
13903
13904 * variables.texi: Document nil initial value of buffer-local variables.
13905
13906 * tips.texi: Add new section on standard library headers.
13907
13908 1993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13909
13910 * Makefile (srcs): Add frame.texi to the list of sources.
13911
13912 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13913
13914 * Makefile (dist): Don't bother excluding autosave files; they'll
13915 never make it into the temp directory anyway, and the hash marks
13916 in the name are problematic for make and the Bourne shell.
13917 (srcs): ???
13918
13919 1993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13920
13921 * Makefile (dist): Don't include backup files or autosave files in
13922 the distribution tar file.
13923
13924 1991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13925
13926 * Makefile (srcs): Add index.perm.
13927 (elisp.dvi): Remove erroneous shell comment.
13928 Expect output of permute-index in permuted.fns.
13929 Save old elisp.aux in elisp.oaux.
13930 (clean): Add index.texi to be deleted.
13931
13932 1990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13933
13934 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
13935
13936 1990-06-26 David Lawrence (tale@geech)
13937
13938 * files.texi: Noted that completion-ignored-extensions is ignored
13939 when making *Completions*.
13940
13941 1990-06-08 Jay Fenlason (hack@ai.mit.edu)
13942
13943 * Makefile make dist now depends on elisp.dvi, since it tries
13944 to include it in the dist file.
13945
13946 1990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
13947
13948 * functions.texinfo (Mapping Functions): Add missing quote.
13949
13950 1989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13951
13952 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
13953 (defunargs): Turn off \hyphenchar of \sl font temporarily.
13954
13955 1989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13956
13957 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
13958 and @error{} are the terms now being used. The files in the
13959 directory have been changed to reflect this.
13960
13961 * All instances of @indentedresultt{} have been changed to
13962 ` @result{}', using 5 spaces at the beginning of the line.
13963
13964 1989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13965
13966 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
13967 experimental @indentedresult{}, @indentedexpandsto{} are part of
13968 the texinfo.tex in this directory. These TeX macros are not
13969 stable yet.
13970
13971 1989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13972
13973 * texinfo.tex: Temporarily added
13974 \let\result=\dblarrow
13975 \def\error{{\it ERROR} \longdblarrow}
13976 We need to do this better soon.
13977
13978 1989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13979
13980 * Applied Karl Berry's patches to *.texinfo files, but not to
13981 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
13982 new title page format is also not applied, since it requires
13983 texinfo.tex changes.)
13984
13985 * Cleaned up `Makefile' and defined the `emacslibdir' directory
13986 for the Project GNU development environment.
13987
13988 ;; Local Variables:
13989 ;; coding: utf-8
13990 ;; End:
13991
13992 Copyright (C) 1998-2016 Free Software Foundation, Inc.
13993
13994 This file is part of GNU Emacs.
13995
13996 GNU Emacs is free software: you can redistribute it and/or modify
13997 it under the terms of the GNU General Public License as published by
13998 the Free Software Foundation, either version 3 of the License, or
13999 (at your option) any later version.
14000
14001 GNU Emacs is distributed in the hope that it will be useful,
14002 but WITHOUT ANY WARRANTY; without even the implied warranty of
14003 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14004 GNU General Public License for more details.
14005
14006 You should have received a copy of the GNU General Public License
14007 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.