]> code.delx.au - gnu-emacs/blob - doc/lispref/ChangeLog
Merge from origin/emacs-24
[gnu-emacs] / doc / lispref / ChangeLog
1 2015-01-04 Eli Zaretskii <eliz@gnu.org>
2
3 * frames.texi (Display Feature Testing): Make the description of
4 x-server-version and x-server-vendor less X-specific. (Bug#19502)
5
6 2015-01-15 Eli Zaretskii <eliz@gnu.org>
7
8 * streams.texi (Input Functions): Document 'set-binary-mode'.
9 (Output Functions): Cross-reference to documentation of
10 'set-binary-mode'.
11
12 2015-01-04 Paul Eggert <eggert@cs.ucla.edu>
13
14 batch write-region no longer says "Wrote FOO"
15 * files.texi (Writing to Files): Document this.
16
17 2014-12-31 Paul Eggert <eggert@cs.ucla.edu>
18
19 Less 'make' chatter for Emacs doc
20 * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_)
21 (am__v_GEN_0, am__v_GEN_1): New macros, from ../../src/Makefile.in.
22 (ENVADD, $(buildinfodir)/elisp.info, elisp.html):
23 Use them.
24
25 2014-12-30 Martin Rudalics <rudalics@gmx.at>
26
27 * display.texi (Temporary Displays): Amend description of
28 `with-temp-buffer-window'. Add descriptions for
29 `with-current-buffer-window', `with-displayed-buffer-window' and
30 `temp-buffer-resize-mode', `temp-buffer-max-height' and
31 `temp-buffer-max-width'.
32
33 2014-12-29 Paul Eggert <eggert@cs.ucla.edu>
34
35 * os.texi (System Environment): Update for system-name changes.
36
37 2014-12-27 Glenn Morris <rgm@gnu.org>
38
39 * control.texi (Pattern matching case statement):
40 * os.texi (Desktop Notifications):
41 * modes.texi (Defining Minor Modes, SMIE Lexer): Markup fixes.
42
43 2014-12-27 Eli Zaretskii <eliz@gnu.org>
44
45 * windows.texi (Recombining Windows): Index subject of sections.
46
47 * variables.texi (Variables with Restricted Values)
48 (Generalized Variables): Index subject of sections.
49
50 * text.texi (Buffer Contents, Examining Properties)
51 (Changing Properties, Property Search, Substitution): Index
52 subject of sections.
53
54 * syntax.texi (Motion and Syntax, Parsing Expressions)
55 (Motion via Parsing, Position Parse, Control Parsing): Index
56 subject of sections.
57
58 * strings.texi (Predicates for Strings, Creating Strings)
59 (Modifying Strings, Text Comparison): Index subject of sections.
60
61 * searching.texi (Syntax of Regexps, Regexp Special)
62 (Regexp Functions, Regexp Functions): Index subject of sections.
63
64 * processes.texi (Subprocess Creation, Process Information): Index
65 subject of sections.
66
67 * positions.texi (Screen Lines): Index subject of sections.
68
69 * nonascii.texi (Scanning Charsets, Specifying Coding Systems):
70 Index subject of sections.
71
72 * minibuf.texi (Text from Minibuffer, Object from Minibuffer)
73 (Multiple Queries, Minibuffer Contents): Index subject of
74 sections.
75
76 * markers.texi (Predicates on Markers, Creating Markers)
77 (Information from Markers, Moving Markers): Index subject of
78 sections.
79
80 * macros.texi (Defining Macros, Problems with Macros): Index
81 subject of sections.
82
83 * loading.texi (Loading Non-ASCII, Where Defined): Index subject
84 of sections.
85
86 * lists.texi (List-related Predicates, List Variables, Setcar)
87 (Setcdr, Plist Access): Index subject of sections.
88
89 * keymaps.texi (Controlling Active Maps, Scanning Keymaps)
90 (Modifying Menus): Index subject of sections.
91
92 * help.texi (Accessing Documentation, Help Functions): Index
93 subject of sections.
94
95 * hash.texi (Hash Access): Index subject of sections.
96
97 * functions.texi (Core Advising Primitives)
98 (Advising Named Functions, Porting old advices): Index subject of
99 sections.
100
101 * frames.texi (Creating Frames, Initial Parameters)
102 (Position Parameters, Buffer Parameters, Minibuffers and Frames)
103 (Pop-Up Menus, Drag and Drop): Index subject of sections.
104
105 * files.texi (Visiting Functions, Kinds of Files)
106 (Unique File Names): Index subject of sections.
107
108 * display.texi (Refresh Screen, Echo Area Customization)
109 (Warning Variables, Warning Options, Delayed Warnings)
110 (Temporary Displays, Managing Overlays, Overlay Properties)
111 (Finding Overlays, Size of Displayed Text, Defining Faces)
112 (Attribute Functions, Displaying Faces, Face Remapping)
113 (Basic Faces, Font Lookup, Fontsets, Replacing Specs)
114 (Defining Images, Showing Images): Index subject of sections.
115
116 * debugging.texi (Debugging, Explicit Debug)
117 (Invoking the Debugger, Excess Open, Excess Close): Index subject
118 of sections.
119
120 * customize.texi (Defining New Types, Applying Customizations)
121 (Custom Themes): Index subject of sections.
122
123 * control.texi (Sequencing, Combining Conditions)
124 (Processing of Errors, Cleanups): Index subject of sections.
125
126 * compile.texi (Eval During Compile): Index subject of sections.
127
128 * commands.texi (Using Interactive, Distinguish Interactive)
129 (Command Loop Info, Classifying Events, Event Mod)
130 (Invoking the Input Method): Index subject of sections.
131
132 * buffers.texi (Buffer List, Buffer Gap): Index subject of sections.
133
134 * backups.texi (Making Backups, Numbered Backups, Backup Names)
135 (Reverting): Index subject of sections.
136
137 * abbrevs.texi (Abbrev Tables, Defining Abbrevs, Abbrev Files)
138 (Abbrev Expansion, Standard Abbrev Tables, Abbrev Properties)
139 (Abbrev Table Properties): Index subject of sections.
140
141 * os.texi (Time of Day, Time Conversion, Time Parsing)
142 (Time Calculations, Idle Timers): Index subject of sections.
143
144 2014-12-25 Martin Rudalics <rudalics@gmx.at>
145
146 * windows.texi (Windows): Resync @menu order with @node order.
147
148 * minibuf.texi (Minibuffer Windows): Add descriptions of
149 `resize-mini-windows' and `max-mini-window-height'.
150
151 2014-12-25 Glenn Morris <rgm@gnu.org>
152
153 * windows.texi (Windows): Sync @menu order with @node order.
154
155 * sequences.texi (Sequence Functions): Copyedits.
156
157 * control.texi (Pattern matching case statement):
158 * positions.texi (List Motion):
159 * streams.texi (Output Functions):
160 * strings.texi (Text Comparison):
161 * text.texi (Document Object Model): Markup fixes.
162
163 2014-12-22 Paul Eggert <eggert@cs.ucla.edu>
164
165 Remove obsolete references to pre-C99 builds
166 * internals.texi (C Integer Types): Don't mention pre-C99 compilers.
167
168 2014-12-19 Martin Rudalics <rudalics@gmx.at>
169
170 * windows.texi (Resizing Windows): Describe new argument of
171 `fit-window-to-buffer'. Move description of `window-size-fixed'
172 to new section below.
173 (Preserving Window Sizes): New section describing
174 `window-size-fixed' and `window-preserve-size'.
175 (Display Action Functions): Describe `preserve-size' alist
176 entry.
177 (Window Parameters): Describe `preserved-size' parameter.
178
179 2014-12-18 Eli Zaretskii <eliz@gnu.org>
180
181 * display.texi (Low-Level Font): Document font-info and query-font.
182
183 2014-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
184
185 * display.texi (Forcing Redisplay): Remove references to
186 redisplay-dont-pause and redisplay-preemption-period (which doesn't
187 even exist).
188
189 2014-12-16 Nicolas Petton <petton.nicolas@gmail.com>
190
191 * sequences.texi (Seq Library): Add documentation for seq.el.
192
193 2014-12-15 Alan Mackenzie <acm@muc.de>
194
195 "Advice" is a mass noun. Amend text accordingly.
196 * functions.texi: (Advising Functions, Core Advising Primitives)
197 (Advising Named Functions, Advice combinators)
198 (Porting old advice): Replace, e.g., "an advice" with "advice".
199
200 2014-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
201
202 * files.texi (Relative File Names): Mention `directory-name-p'.
203
204 2014-12-13 Eli Zaretskii <eliz@gnu.org>
205
206 * text.texi (Comparing Text): Prevent a text string from being
207 broken between 2 lines. (Bug#19257)
208
209 2014-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
210
211 * files.texi (Contents of Directories):
212 Document directory-files-recursively.
213
214 2014-12-04 Eli Zaretskii <eliz@gnu.org>
215
216 * display.texi (Bidirectional Display):
217 Document 'buffer-substring-with-bidi-context'.
218
219 * text.texi (Buffer Contents):
220 Mention 'buffer-substring-with-bidi-context' with a cross-reference.
221
222 2014-12-02 Eli Zaretskii <eliz@gnu.org>
223
224 * display.texi (Bidirectional Display):
225 Document 'bidi-find-overridden-directionality'.
226
227 2014-11-29 Paul Eggert <eggert@cs.ucla.edu>
228
229 Lessen focus on ChangeLog files, as opposed to change log entries.
230 * intro.texi (Acknowledgments): ChangeLog file -> change log entries.
231 * tips.texi (Library Headers): Emacs uses a version control system.
232
233 2014-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
234
235 * text.texi (Document Object Model): Mention `dom-pp'.
236
237 2014-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
238
239 * text.texi (Document Object Model): New node to document dom.el.
240
241 2014-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
242
243 * processes.texi (Network Security): Made into its own section and
244 fleshed out.
245 (Network Security): Mention more NSM variables.
246 (Processes): Move the Network Security Manager stuff to the Emacs
247 manual.
248
249 2014-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
250
251 * processes.texi (Network): Mention the new :warn-unless-encrypted
252 parameter to `open-network-stream'.
253 (Network): Mention the Network Security Manager.
254
255 2014-11-21 Ulf Jasper <ulf.jasper@web.de>
256
257 * text.texi (Parsing HTML/XML): Document new optional parameter
258 'discard-comments' of 'libxml-parse(html|xml)-region'.
259
260 2014-11-18 Leo Liu <sdl.web@gmail.com>
261
262 * functions.texi (Advising Named Functions):
263 Document define-advice.
264
265 2014-11-17 Paul Eggert <eggert@cs.ucla.edu>
266
267 Improve time stamp handling, and be more consistent about it.
268 * os.texi (Time of Day, Time Conversion, Time Parsing)
269 (Processor Run Time, Time Calculations):
270 Document the new behavior, plus be clearer about the old behavior.
271 (Idle Timers): Take advantage of new functionality.
272
273 2014-11-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
274
275 * text.texi (Special Properties): Mention `inhibit-read-only'.
276
277 2014-11-14 Paul Eggert <eggert@cs.ucla.edu>
278
279 * os.texi (Time of Day):
280 Use leading zero with 24-hour times less than 10:00.
281
282 2014-11-09 Glenn Morris <rgm@gnu.org>
283
284 * Makefile.in (version): Remove variable.
285 (clean): No longer delete dist tarfile.
286 (dist): Remove rule; replace with code in admin.el.
287
288 2014-11-07 Martin Rudalics <rudalics@gmx.at>
289
290 * frames.texi (Size and Position): Rewrite description of
291 `frame-inhibit-implied-resize'.
292
293 2014-10-22 Martin Rudalics <rudalics@gmx.at>
294
295 * frames.texi (Size Parameters): Replace "frame contents" by
296 "frame's text area". Add reference to Size and Position
297 section.
298 (Size and Position): Major rewrite. Add explanations for
299 frame's default font, text and display areas. Add descriptions
300 for `set-frame-font', `frame-text-height', `frame-text-width'
301 and `frame-inhibit-implied-resize'.
302
303 2014-10-20 Glenn Morris <rgm@gnu.org>
304
305 * Merge in all changes up to 24.4 release.
306
307 2014-10-20 Tom Tromey <tom@tromey.com>
308
309 * objects.texi (Type Predicates): Don't mention display-table-p.
310
311 2014-10-15 Eli Zaretskii <eliz@gnu.org>
312
313 * nonascii.texi (Character Properties): Document the new
314 properties 'bracket-type' and 'paired-bracket'.
315
316 * display.texi (Bidirectional Display): Update the version of the
317 UBA to which we are conforming.
318
319 2014-10-13 Glenn Morris <rgm@gnu.org>
320
321 * Makefile.in (dist): Update for new output variables.
322
323 2014-10-12 Glenn Morris <rgm@gnu.org>
324
325 * elisp.texi (DATE): Bump to October 2014.
326
327 2014-10-09 Glenn Morris <rgm@gnu.org>
328
329 * frames.texi (Multiple Terminals): Copyedits.
330
331 2014-10-09 Eli Zaretskii <eliz@gnu.org>
332
333 * frames.texi (Multiple Terminals): Improve the description of X
334 display names. Add index entries.
335 (Basic Parameters): Add a cross-reference to where X display names
336 are described.
337 (Position Parameters): Mention that positional parameters of the
338 form (+ POS) can be negative if they are on a non-primary monitor
339 of a multi-monitor display. (Bug#18636)
340 (Creating Frames): Mention that on multi-monitor displays the
341 frame might be positioned differently than specified by the frame
342 parameters alist.
343
344 2014-10-08 Leo Liu <sdl.web@gmail.com>
345
346 * streams.texi (Output Functions): Document new argument ENSURE to
347 terpri. (Bug#18652)
348
349 2014-10-04 Martin Rudalics <rudalics@gmx.at>
350
351 * display.texi (Scroll Bars): Add description of horizontal scroll
352 bars and associated functions.
353 * frames.texi (Layout Parameters): Add horizontal scroll bar
354 entries. Remove paragraph on "combined fringe widths".
355 * windows.texi (Window Sizes): Describe affects of horizontal
356 scroll bars on window layout and sizes. Fix description of
357 window-full-height-p.
358 (Resizing Windows): Mention horizontal scroll bar.
359
360 2014-10-04 Glenn Morris <rgm@gnu.org>
361
362 * commands.texi (Generic Commands): Copyedits.
363
364 * display.texi (Scroll Bars):
365 * modes.texi (Header Lines): Copyedits.
366
367 * buffers.texi (Buffer List):
368 * display.texi (Image Descriptors, Defining Images):
369 * functions.texi (Core Advising Primitives): Small fixes re @var usage.
370
371 * windows.texi (Window Sizes, Resizing Windows): Copyedits.
372
373 * frames.texi (Multiple Terminals): Copyedits re multiple monitors.
374
375 2014-10-03 Martin Rudalics <rudalics@gmx.at>
376
377 * frames.texi (Size Parameters, Size and Position): Mention that
378 with some window managers you have to set `frame-resize-pixelwise'
379 in order make a frame truly fullscreen or maximized.
380
381 2014-10-01 Paul Eggert <eggert@cs.ucla.edu>
382
383 Improve doc for use of 'int', and discuss 'ssize_t'.
384 * internals.texi (C Integer Types): Mention 'int' for other
385 randomish values that lie in 'int' range. Mention 'ssize_t'. See:
386 http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00019.html
387
388 Use AUTO_CONS instead of SCOPED_CONS, etc.
389 * internals.texi (Stack-allocated Objects):
390 Adjust to match the revised, less error-prone macros.
391
392 2014-09-30 Paul Eggert <eggert@cs.ucla.edu>
393
394 * internals.texi (Stack-allocated Objects): Further improvements.
395 Give an example of misuse.
396
397 2014-09-30 Eli Zaretskii <eliz@gnu.org>
398
399 * internals.texi (Stack-allocated Objects): Minor improvements of
400 the wording and the indexing.
401
402 2014-09-30 Dmitry Antipov <dmantipov@yandex.ru>
403
404 * internals.texi (Stack-allocated Objects): Describe this feature.
405
406 2014-09-15 Daniel Colascione <dancol@dancol.org>
407
408 * text.texi (Registers): Make `insert-register' documentation
409 reflect interface change.
410
411 2014-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
412
413 * functions.texi (Core Advising Primitives): Add a note about the
414 confusing treatment of `interactive' for :filter-args (bug#18399).
415
416 2014-09-07 Michael Albinus <michael.albinus@gmx.de>
417
418 * strings.texi (Text Comparison): Describe `string-collate-equalp'
419 and `string-collate-lessp'.
420
421 2014-09-06 Leo Liu <sdl.web@gmail.com>
422
423 * control.texi (Pattern matching case statement): Document vector
424 qpattern. (Bug#18327)
425
426 2014-08-29 Dmitry Antipov <dmantipov@yandex.ru>
427
428 * lists.texi (Functions that Rearrange Lists):
429 Remove description of sort ...
430 * sequences.texi (Sequence Functions): ... and generalize
431 it for sequences. Add an example.
432
433 2014-08-28 Eli Zaretskii <eliz@gnu.org>
434
435 * display.texi (Bidirectional Display): Update the Emacs's class
436 of bidirectional conformance.
437
438 2014-08-27 Dmitry Antipov <dmantipov@yandex.ru>
439
440 * eval.texi (Eval): Mention possible recovery from stack overflow.
441
442 2014-07-11 Eli Zaretskii <eliz@gnu.org>
443
444 * internals.texi (Garbage Collection): Fix last change.
445
446 2014-07-11 Dmitry Antipov <dmantipov@yandex.ru>
447
448 * internals.texi (Garbage Collection): Mention memory-info.
449
450 2014-07-11 Michael Albinus <michael.albinus@gmx.de>
451
452 * minibuf.texi (Intro to Minibuffers, Reading a Password):
453 Password hiding is available in batch mode, do not mention it in
454 the exclusion list. Mention `read-hide-char'. (Bug#17839)
455
456 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
457
458 * debugging.texi (Function Debugging, Debugger Commands):
459 Update debug-on-entry w.r.t behavior after redefinitions (bug#17902).
460
461 2014-07-03 Glenn Morris <rgm@gnu.org>
462
463 * help.texi (Help Functions): "Online" help doesn't mean what it
464 used to any more.
465
466 2014-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
467
468 * keymaps.texi (Key Lookup): Remove mention of indirect entries.
469 (Scanning Keymaps): Reword the `noindirect' argument.
470
471 2014-06-28 Glenn Morris <rgm@gnu.org>
472
473 * minibuf.texi (Intro to Minibuffers): Batch mode is basic.
474 (Reading a Password): Mention batch mode. (Bug#17839)
475
476 2014-06-23 Glenn Morris <rgm@gnu.org>
477
478 * Makefile.in (%.texi): Disable implicit rules.
479 (mkinfodir): Remove.
480 (.dvi.ps): Replace with explicit rule.
481 (html): Declare as PHONY.
482 (${buildinfodir}): New rule.
483 ($(buildinfodir)/elisp.info): Use order-only prereq for output dir.
484 Use $<.
485 (elisp.dvi, elisp.html, elisp.pdf): Use $<.
486 (elisp.ps): New rule.
487
488 2014-06-21 Eli Zaretskii <eliz@gnu.org>
489
490 * positions.texi (Screen Lines): Clarify how columns are counted
491 by vertical-motion.
492
493 2014-06-15 Glenn Morris <rgm@gnu.org>
494
495 * Makefile.in (bootstrap-clean): New.
496
497 2014-06-15 Eli Zaretskii <eliz@gnu.org>
498
499 * commands.texi (Accessing Mouse): Improve the wording of the
500 posn-col-row documentation. (Bug#17768)
501
502 2014-06-10 Glenn Morris <rgm@gnu.org>
503
504 * Makefile.in (INFO_EXT): Remove and replace by ".info" throughout.
505 (INFO_OPTS): Set directly rather than with configure.
506
507 2014-06-09 Paul Eggert <eggert@cs.ucla.edu>
508
509 Say (accept-process-output P)'s result pertains to P if P is non-nil.
510 * processes.texi (Accepting Output): Mention that if PROCESS is non-nil,
511 the return value is about PROCESS, not about other processes.
512
513 2014-06-08 Glenn Morris <rgm@gnu.org>
514
515 * os.texi (Startup Summary): Small fix for initial-buffer-choice.
516
517 * files.texi (Subroutines of Visiting): Mention uniquify.
518
519 * numbers.texi (Comparison of Numbers): Copyedits.
520
521 2014-06-08 Glenn Morris <rgm@gnu.org>
522
523 * display.texi (Window Systems): Remove window-setup-hook.
524 * os.texi (Startup Summary, Init File):
525 Improve description of window-setup-hook.
526 (Terminal-Specific): Update window-setup-hook cross-reference.
527 * hooks.texi (Standard Hooks): Update window-setup-hook cross-reference.
528
529 * display.texi (Overlay Properties): Update re priority. (Bug#17234)
530
531 * package.texi (Package Archives): Mention signing packages.
532
533 2014-06-07 Eli Zaretskii <eliz@gnu.org>
534
535 * commands.texi (Click Events): Update contents of click event's
536 position list due to last changes in make_lispy_position.
537
538 2014-06-02 Glenn Morris <rgm@gnu.org>
539
540 * text.texi (Buffer Contents):
541 Update for filter-buffer-substring changes.
542
543 * abbrevs.texi (Abbrev Expansion): Update for expand-abbrev changes.
544 * functions.texi (Advising Functions): Standardize menu case.
545
546 2014-05-26 Eli Zaretskii <eliz@gnu.org>
547
548 * display.texi (Invisible Text): Clarify the description of
549 line-move-ignore-invisible. (Bug#17511)
550
551 2014-05-22 Leo Liu <sdl.web@gmail.com>
552
553 * sequences.texi (Sequence Functions): Don't mention when and how
554 SEQ to nreverse is mutated.
555
556 2014-05-21 Leo Liu <sdl.web@gmail.com>
557
558 * sequences.texi (Sequence Functions): Update nreverse.
559
560 2014-05-19 Paul Eggert <eggert@cs.ucla.edu>
561
562 Allow any non-nil value to count as true in bool-vector.
563 * sequences.texi (Bool-Vectors): Coalesce discussion of how to
564 print them. bool-vector's args need not be t or nil.
565
566 2014-05-19 Dmitry Antipov <dmantipov@yandex.ru>
567
568 * sequences.texi (Bool-vectors): Mention bool-vector.
569
570 2014-05-17 Paul Eggert <eggert@cs.ucla.edu>
571
572 Assume C99 or later (Bug#17487).
573 * internals.texi (C Dialect): Document this.
574
575 2014-05-15 Dmitry Antipov <dmantipov@yandex.ru>
576
577 * lists.texi (Building Cons Cells and Lists):
578 Remove description of `reverse' and `'nreverse' to generalize them...
579 * sequences.texi (Sequences): ...for sequences here.
580
581 2014-05-14 Glenn Morris <rgm@gnu.org>
582
583 * files.texi (Changing Files): Mention with-file-modes.
584
585 2014-05-08 Paul Eggert <eggert@cs.ucla.edu>
586
587 * internals.texi (C Dialect): New section.
588 (C Integer Types): Mention bool_bf.
589
590 2014-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
591
592 * processes.texi (Filter Functions, Sentinels): Advertise add-function.
593
594 2014-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
595
596 * windows.texi (Window Configurations, Window Configurations):
597 Window configs don't store marks any more.
598
599 2014-04-25 Eli Zaretskii <eliz@gnu.org>
600
601 * strings.texi (Text Comparison): Mention equal-including-properties
602 for when text properties of the strings matter for comparison.
603
604 2014-04-22 Eli Zaretskii <eliz@gnu.org>
605
606 * text.texi (Registers): Document register-read-with-preview.
607
608 * internals.texi (Building Emacs): Improve indexing.
609
610 2014-04-17 Daniel Colascione <dancol@dancol.org>
611
612 * frames.texi (Terminal Parameters): Document new
613 tty-mode-set-strings and tty-mode-reset-strings terminal
614 parameters.
615
616 2014-04-17 Paul Eggert <eggert@cs.ucla.edu>
617
618 * Makefile.in (infoclean): Be consistent about reporting failures.
619
620 2014-04-09 Daniel Colascione <dancol@dancol.org>
621
622 * errors.texi (Standard Errors): Document required error
623 parameters for `scan-error'.
624
625 * positions.texi (List Motion): Explain new `up-list' arguments.
626 Mention `backward-up-list'.
627
628 2014-04-08 Daniel Colascione <dancol@dancol.org>
629
630 * minibuf.texi (Programmed Completion): Improve phrasing, remove
631 incorrect bullet count.
632
633 2014-04-07 Glenn Morris <rgm@gnu.org>
634
635 * os.texi (Recording Input): Dribble files may contain passwords.
636
637 * backups.texi (Making Backups, Reverting):
638 Update for default values of some -function vars no longer being nil.
639 (Reverting): Update for buffer-stale-function
640 also applying to file-buffers.
641
642 2014-03-31 Daniel Colascione <dancol@dancol.org>
643
644 * minibuf.texi (Completion in Buffers): Discuss using lazy
645 completion tables for inline completion.
646
647 2014-03-28 Glenn Morris <rgm@gnu.org>
648
649 * os.texi (Terminal-Specific): Mention term-file-aliases.
650
651 2014-03-26 Eli Zaretskii <eliz@gnu.org>
652
653 * files.texi (Kinds of Files): Improve documentation of
654 file-symlink-p. (Bug#17073) Add cross-references.
655
656 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com>
657
658 * markers.texi (Moving Marker Positions): The 2014-03-02 doc
659 change mentioning undo's inability to handle relocated markers no
660 longer applies. See bug#16818.
661 * text.texi (Undo): Expand documentation of (TEXT . POS) and
662 (MARKER . ADJUSTMENT) undo elements.
663
664 2014-03-26 Glenn Morris <rgm@gnu.org>
665
666 * files.texi (File Locks): All systems support locking.
667
668 2014-03-22 Glenn Morris <rgm@gnu.org>
669
670 * commands.texi (Defining Commands):
671 Mention that interactive-only also affects describe-function.
672
673 * functions.texi (Declare Form): Add interactive-only.
674 * commands.texi (Defining Commands) Mention declare.
675
676 * commands.texi (Defining Commands): List interactive-only values.
677
678 2014-03-22 Eli Zaretskii <eliz@gnu.org>
679
680 * functions.texi (Core Advising Primitives): Fix cross-reference
681 in last change.
682
683 2014-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
684
685 * functions.texi (Advising Functions): Explain a bit more how
686 arguments work.
687 (Advice combinators): New node.
688 (Core Advising Primitives): Use it. Expand description of "depth".
689 (Advising Named Functions): Document limitation of advices on macros.
690
691 2014-03-21 Martin Rudalics <rudalics@gmx.at>
692
693 * frames.texi (Size and Position): In `frame-resize-pixelwise'
694 description drop remark about frame maximization.
695 * windows.texi (Display Action Functions): Add description for
696 `display-buffer-no-window' and explain use of `allow-no-window'
697 alist entries.
698
699 2014-03-21 Glenn Morris <rgm@gnu.org>
700
701 * commands.texi (Defining Commands): Copyedit re `interactive-only'.
702
703 2014-03-20 Paul Eggert <eggert@cs.ucla.edu>
704
705 * internals.texi (C Integer Types): Prefer 'false' and 'true'
706 to '0' and '1' for booleans.
707
708 2014-03-19 Paul Eggert <eggert@cs.ucla.edu>
709
710 * numbers.texi: Improve and clarify a bit, and fix some minor bugs.
711 Remove now-obsolete hypothetical note about negative division,
712 as the C standard has changed.
713
714 Fix porting inconsistency about rounding to even.
715 * numbers.texi (Numeric Conversions, Rounding Operations):
716 Document that 'round' and 'fround' round to even.
717
718 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
719
720 * customize.texi (Variable Definitions): Recommend avoiding
721 destructive modification of the value argument of :set (bug#16755).
722
723 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
724
725 * modes.texi (Auto-Indentation): Mention electric-indent variables.
726
727 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
728
729 * functions.texi (Advising Named Functions): Fix reference.
730
731 2014-03-18 Paul Eggert <eggert@cs.ucla.edu>
732
733 Improve documentation for integer and floating-point basics.
734 * numbers.texi (Numbers, Integer Basics, Float Basics):
735 Document the basics a bit more precisely. Say more clearly
736 that Emacs floating-point numbers are IEEE doubles on all
737 current platforms. Give more details about frexp.
738 Say more clearly that '1.' is an integer.
739 (Predicates on Numbers): Fix wholenump typo.
740 * objects.texi (Integer Type): Adjust to match numbers.texi.
741
742 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
743
744 * functions.texi (Advising Functions): Try and improve the text.
745 Add example use of advice-add (bug#16959).
746 (Core Advising Primitives): Rename. Explain handling of interactive
747 specs, including advice-eval-interactive-spec.
748 (Advising Named Functions): Try and better explain the difference with
749 add-function.
750 (Porting old advices): New node.
751
752 2014-03-18 Paul Eggert <eggert@cs.ucla.edu>
753
754 Style fixes for floating-point doc.
755 * commands.texi, customize.texi, display.texi, elisp.texi, files.texi:
756 * frames.texi, hash.texi, internals.texi, keymaps.texi, lists.texi:
757 * minibuf.texi, nonascii.texi, numbers.texi, objects.texi, os.texi:
758 * processes.texi, streams.texi, strings.texi, text.texi:
759 * variables.texi, windows.texi:
760 Hyphenate "floating-point" iff it precedes a noun.
761 Reword to avoid nouns and hyphenation when that's easy.
762 Prefer "integer" to "integer number" and "is floating point"
763 to "is a floating point number".
764 Prefer "@minus{}" to "-" when it's a minus.
765
766 2014-03-16 Martin Rudalics <rudalics@gmx.at>
767
768 * display.texi (Temporary Displays): Rewrite descriptions of
769 `with-output-to-temp-buffer' and `with-temp-buffer-window'.
770 * help.texi (Help Functions): Rewrite description of `with-help-window'.
771
772 2014-03-15 Dmitry Gutov <dgutov@yandex.ru>
773
774 * display.texi (Blinking): Update WRT to the new
775 `blink-matchin-paren' behavior.
776
777 2014-03-14 Martin Rudalics <rudalics@gmx.at>
778
779 * display.texi (Temporary Displays): Say that
780 `with-temp-buffer-window' makes its buffer current.
781 * frames.texi (Size and Position): Describe new option
782 `frame-resize-pixelwise'. Rewrite descriptions of
783 `set-frame-size', `set-frame-height' and `set-frame-width'.
784
785 2014-03-09 Martin Rudalics <rudalics@gmx.at>
786
787 * elisp.texi (Top): Rename section "Width" to "Size of Displayed Text".
788 * text.texi (Primitive Indent):
789 * strings.texi (String Basics):
790 * sequences.texi (Sequence Functions): Update references accordingly.
791 * display.texi (Size of Displayed Text): Rename section from
792 "Width". Add description for `window-text-pixel-size'.
793 (Window Dividers): Reword description of window dividers.
794 * frames.texi (Layout Parameters): Improve description of window
795 divider parameters.
796 * windows.texi (Window Sizes): Add descriptions of
797 `window-mode-line-height' and `window-header-line-height'.
798 (Coordinates and Windows): Mention window dividers.
799
800 2014-03-07 Martin Rudalics <rudalics@gmx.at>
801
802 * buffers.texi (The Buffer List): Rename node to Buffer List.
803 Describe `buffer-list-update-hook'.
804 * elisp.texi (Top): "The Buffer List" renamed to "Buffer List".
805 Add node for Window Dividers.
806 * hooks.texi (Standard Hooks): Add reference to
807 `buffer-list-update-hook'.
808 * windows.texi (Window Sizes): Describe `window-min-size'.
809 (Splitting Windows): Update description of `split-window'.
810 (Selecting Windows): Update description of `select-window'.
811
812 2014-03-06 Martin Rudalics <rudalics@gmx.at>
813
814 * frames.texi (Size and Position): Rewrite entries for
815 `fit-frame-to-buffer' and `fit-frame-to-buffer-margins'.
816 Add description for `fit-frame-to-buffer-sizes'.
817 * windows.texi (Resizing Windows): Add descriptions for
818 pixelwise resizing. Add entries for `window-resize-pixelwise'
819 and `fit-window-to-buffer-horizontally'.
820 Rewrite `fit-window-to-buffer' entry.
821
822 2014-03-06 Xue Fuqiao <xfq@gnu.org>
823
824 * internals.texi (Window Internals): Remove field `region_showing'.
825
826 2014-03-06 Glenn Morris <rgm@gnu.org>
827
828 * searching.texi (Replacing Match):
829 Remove incorrect, uninteresting return value. (Bug#16942)
830
831 2014-03-05 Martin Rudalics <rudalics@gmx.at>
832
833 * display.texi (Window Dividers): New section.
834 * frames.texi (Layout Parameters): Add right-divider-width and
835 bottom-divider-width.
836 * windows.texi (Window Sizes): Redraw schematic and rewrite its
837 description. Rewrite descriptions of `window-total-height',
838 `window-total-width', `window-total-size', `window-body-height',
839 `window-body-width' and `window-size-fixed'. Add descriptions
840 for `window-pixel-height', `window-pixel-width',
841 `window-min-height' and `window-min-width'. Remove description
842 of `window-size-fixed-p' moving part of it to that of
843 `window-size-fixed'.
844 (Resizing Windows): Mention dividers when talking about minimum sizes.
845
846 2014-03-05 Glenn Morris <rgm@gnu.org>
847
848 * modes.texi (SMIE Customization): New section.
849 * elisp.texi (Top): Update detailed menu.
850
851 2014-03-04 Martin Rudalics <rudalics@gmx.at>
852
853 * windows.texi (Windows and Frames): Add some missing &optional
854 designators. Adjust description of window-in-direction.
855
856 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
857
858 * markers.texi (Moving Marker Positions): Clarify guidance about
859 when to move markers and when to create a new one, as discussed at
860 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16818#17
861
862 2014-03-02 Glenn Morris <rgm@gnu.org>
863
864 * text.texi (Decompression): New node.
865 * elisp.texi (Top): Update detailed menu.
866
867 2014-03-01 Glenn Morris <rgm@gnu.org>
868
869 * display.texi (Forcing Redisplay): Mention pre-redisplay-function.
870
871 2014-02-28 Xue Fuqiao <xfq@gnu.org>
872
873 * functions.texi (Advising Functions, Advising Named Functions):
874 Tweak markup.
875
876 * display.texi (Defining Faces): Doc fix for `face-spec-set'.
877
878 * elisp.texi (Top):
879 * commands.texi (Generic Commands, Defining Commands):
880 Document `define-alternatives'.
881
882 2014-02-27 Xue Fuqiao <xfq@gnu.org>
883
884 * windows.texi (Window Sizes): Document `window-size'.
885 (Display Action Functions): Document `display-buffer-at-bottom'.
886 (Window Configurations): Minor fixes.
887
888 * modes.texi (Header Lines): Document `window-header-line-height'.
889
890 * display.texi (Scroll Bars): Document `window-scroll-bar-width'.
891
892 * windows.texi (Window Sizes, Resizing Windows): Document some
893 pixelwise window operations.
894
895 * text.texi (Margins): Fix the description of RET and `C-j'.
896
897 * frames.texi (Multiple Terminals): Document
898 `display-monitor-attributes-list' and `display-monitor-attributes'.
899 (Display Feature Testing): Add some notes about multi-monitor.
900
901 2014-02-27 Glenn Morris <rgm@gnu.org>
902
903 * minibuf.texi (Programmed Completion):
904 Mention completion-table-with-cache.
905
906 2014-02-25 Glenn Morris <rgm@gnu.org>
907
908 * display.texi (Window Systems):
909 Replace term-setup-hook with emacs-startup-hook.
910 * hooks.texi (Standard Hooks):
911 Replace term-setup-hook with tty-setup-hook.
912 * os.texi (Startup Summary, Init File, Terminal-Specific):
913 Replace term-setup-hook with tty-setup-hook, and update.
914
915 2014-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
916
917 * functions.texi (Declare Form): Document gv-expander, gv-setter,
918 and compiler-macro (bug#16829, bug#15093).
919
920 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
921
922 * windows.texi (Window Configurations): Doc fix.
923 (Windows and Frames): Fix typo.
924
925 2014-02-21 Glenn Morris <rgm@gnu.org>
926
927 * internals.texi (Process Internals):
928 * processes.texi (Subprocess Creation, Deleting Processes)
929 (Output from Processes, Process Buffers, Filter Functions)
930 (Accepting Output, Sentinels, Network, Network Servers):
931 Filters and sentinels can no longer be nil.
932 * elisp.texi (Top): Menu update.
933
934 2014-02-20 Glenn Morris <rgm@gnu.org>
935
936 * functions.texi (Defining Functions): Mention defalias-fset-function.
937
938 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
939
940 * minibuf.texi (Completion Commands): Don't document obsolete
941 `common-substring' arg of display-completion-list.
942
943 2014-02-17 Glenn Morris <rgm@gnu.org>
944
945 * minibuf.texi (Text from Minibuffer): Update read-regexp details.
946 Mention read-regexp-defaults-function.
947
948 2014-02-13 Glenn Morris <rgm@gnu.org>
949
950 * debugging.texi (Debugger Commands): Tiny edits.
951
952 2014-02-12 Glenn Morris <rgm@gnu.org>
953
954 * package.texi (Simple Packages): Describe URL and Keywords headers.
955
956 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
957
958 * text.texi (User-Level Deletion):
959 Document `delete-trailing-whitespace' (bug#15309).
960
961 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
962
963 * text.texi (Changing Properties): Clarify `propertize' (bug#9825).
964
965 * display.texi (Blinking): Clarify doc string in example (bug#10658).
966
967 * commands.texi (Accessing Mouse): Mention that these function
968 also work on keyboard events (bug#14228).
969 (Quitting): Refer to the right node for `set-input-mode' (bug#11458).
970
971 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
972
973 * display.texi (Face Attributes): Add an index (bug#14924).
974
975 * keymaps.texi (Menu Bar): Minor clarification (bug#15657).
976
977 2014-02-06 Glenn Morris <rgm@gnu.org>
978
979 * display.texi (Truncation):
980 * positions.texi (Screen Lines): Do not mention cache-long-scans.
981
982 2014-01-31 Juri Linkov <juri@jurta.org>
983
984 * searching.texi (String Search): Incremental word search fixes.
985
986 2014-01-28 Glenn Morris <rgm@gnu.org>
987
988 * text.texi (Indent Tabs): Update related to tab-stops.
989
990 2014-01-24 Glenn Morris <rgm@gnu.org>
991
992 * control.texi (Handling Errors): Update with-demoted-errors.
993
994 * files.texi (File Locks): Every platform supports locking now.
995
996 2014-01-22 Glenn Morris <rgm@gnu.org>
997
998 * display.texi (ImageMagick Images): Expand on image-format-suffixes.
999
1000 2014-01-20 Glenn Morris <rgm@gnu.org>
1001
1002 * hash.texi (Other Hash): Do not mention subr-x.el functions;
1003 reverts 2013-12-22 change.
1004
1005 2014-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1006
1007 * functions.texi (Advising Functions): New section.
1008 * modes.texi (Running Hooks): Don't document with-wrapper-hook and
1009 run-hook-wrapped any more.
1010 (Hooks): Link to the new Advising Functions node.
1011 * elisp.texi (Top): Don't include advice.texi.
1012 * advice.texi: Remove.
1013 * makefile.w32-in (srcs):
1014 * Makefile.in (srcs): Adjust accordingly.
1015
1016 2014-01-09 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1017
1018 * text.texi (Parsing HTML/XML): Document `shr-insert-document'.
1019
1020 * strings.texi (Text Comparison): Document `string-suffix-p'.
1021
1022 2014-01-07 Glenn Morris <rgm@gnu.org>
1023
1024 * files.texi (File Attributes): Fix superscipt typo.
1025
1026 2014-01-07 Chong Yidong <cyd@gnu.org>
1027
1028 * files.texi (Changing Files): Document copy-file changes.
1029
1030 2014-01-07 Glenn Morris <rgm@gnu.org>
1031
1032 * display.texi (Logging Messages): Copyedits re messages-buffer.
1033
1034 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
1035
1036 Specify .texi encoding (Bug#16292).
1037 * back.texi, book-spine.texi, lay-flat.texi:
1038 Add @documentencoding.
1039
1040 2014-01-05 Chong Yidong <cyd@gnu.org>
1041
1042 * backups.texi (Making Backups): Document backup-buffer change.
1043
1044 * files.texi (Visiting Files): Copyedits.
1045 (Testing Accessibility): Mention ACLs. Move file-modes here from
1046 File Attributes.
1047 (Truenames): Move file-equal-p here from Kinds of Files.
1048 (File Attributes): Move file-newer-than-file-p here from Testing
1049 Accessibility.
1050 (Extended Attributes): New node. Add file-extended-attributes.
1051 (Changing Files): Document set-file-extended-attributes.
1052
1053 * commands.texi (Defining Commands): Document the interactive-form
1054 property more carefully. Document interactive-only.
1055
1056 * compile.texi (Compiler Errors): Copyedits. Note that the
1057 details for byte-compile-warnings are in its docstring.
1058
1059 * minibuf.texi (Minibuffer Contents): Remove obsolete function
1060 minibuffer-completion-contents.
1061
1062 * variables.texi (Defining Variables): Note that defvar acts
1063 always on the dynamic value.
1064
1065 * customize.texi (Variable Definitions): Likewise.
1066
1067 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
1068
1069 Document vconcat and the empty vector (Bug#16246).
1070 * sequences.texi (Vector Functions):
1071 Document behavior better when the result is empty.
1072
1073 Document behavior of (string-to-number "+@") (Bug#16293).
1074 * strings.texi (String Conversion): Document behavior of
1075 string-to-number on invalid strings that begin with "+", too.
1076
1077 2014-01-03 Chong Yidong <cyd@gnu.org>
1078
1079 * help.texi (Documentation, Accessing Documentation): Copyedits.
1080 (Documentation Basics): Rewrite, avoiding a repeat discussion of
1081 docstring conventions.
1082
1083 * tips.texi (Documentation Tips): Move discussion of
1084 emacs-lisp-docstring-fill-column here from Documentation Basics.
1085
1086 * compile.texi (Docs and Compilation): Copyedits.
1087
1088 2014-01-02 Glenn Morris <rgm@gnu.org>
1089
1090 * numbers.texi (Numeric Conversions): Fix a typo.
1091
1092 2013-12-29 Paul Eggert <eggert@cs.ucla.edu>
1093
1094 Plain copy-file no longer chmods an existing destination (Bug#16133).
1095 * files.texi (Changing Files): Document this.
1096
1097 2013-12-28 Chong Yidong <cyd@gnu.org>
1098
1099 * modes.texi (Auto Major Mode): Document interpreter-mode-alist change.
1100
1101 * buffers.texi (Modification Time): Document visited-file-modtime
1102 change.
1103
1104 2013-12-28 Glenn Morris <rgm@gnu.org>
1105
1106 * control.texi (Pattern matching case statement): Brevity.
1107
1108 2013-12-27 Chong Yidong <cyd@gnu.org>
1109
1110 * functions.texi (Function Cells):
1111 * eval.texi (Function Indirection): Update for the fact that
1112 symbol-function no longer signals an error.
1113
1114 * commands.texi (Reading One Event): Mention keyboard coding.
1115
1116 * keymaps.texi (Translation Keymaps, Translation Keymaps):
1117 * nonascii.texi (Terminal I/O Encoding): Copyedits.
1118
1119 2013-12-26 Chong Yidong <cyd@gnu.org>
1120
1121 * advice.texi (Advising Functions, Defining Advice): Special forms
1122 can no longer be advised.
1123
1124 2013-12-25 Chong Yidong <cyd@gnu.org>
1125
1126 * keymaps.texi (Active Keymaps): Re-organize the text.
1127 (Searching Keymaps): Rewrite the pseudo-code for 24.4 changes.
1128 (Controlling Active Maps): Note that set-transient-map uses
1129 overriding-terminal-local-map.
1130
1131 * tips.texi (Coding Conventions): Tweak the coding system tip;
1132 Emacs now uses utf-8 by default for Emacs Lisp source files.
1133
1134 * display.texi (Font Selection): Tweak example.
1135
1136 * commands.texi (Event Input Misc): Document new arg to input-pending-p.
1137
1138 * nonascii.texi (Specifying Coding Systems): Don't refer to
1139 emacs-mule-dos.
1140 (Lisp and Coding Systems): Describe emacs-mule return value in
1141 modern terms.
1142
1143 2013-12-25 Tassilo Horn <tsdh@gnu.org>
1144
1145 * control.texi (Pattern matching case statement): Rephrase lexical
1146 binding requirement: the example needs it, not `pcase' itself.
1147
1148 2013-12-25 Chong Yidong <cyd@gnu.org>
1149
1150 * eval.texi (Eval): Document the LEXICAL arg to eval.
1151
1152 * variables.texi (Variables, Void Variables): Use "scoping rule"
1153 terminology consistently.
1154 (Variable Scoping): Add index entries, and use "dynamic scope"
1155 terminology in place of "indefinite scope" to reduce confusion.
1156 (Lexical Binding): Document lexical environment format.
1157 (Using Lexical Binding): Add index entries for error messages.
1158
1159 2013-12-24 Tassilo Horn <tsdh@gnu.org>
1160
1161 * control.texi (Pattern matching case statement): Fix missing
1162 argument in simple expression language sample (Bug#16238).
1163 Add some sample programs written in that language. Mention that
1164 `pcase' requires lexical binding.
1165
1166 2013-12-23 Xue Fuqiao <xfq.free@gmail.com>
1167
1168 * eval.texi (Special Forms): Document `special-form-p'.
1169
1170 * macros.texi (Simple Macro): Document `macrop'.
1171
1172 * files.texi (Changing Files): Fix an argument of `copy-file'.
1173
1174 * strings.texi (Creating Strings): Document TRIM in `split-string'.
1175
1176 2013-12-23 Chong Yidong <cyd@gnu.org>
1177
1178 * keymaps.texi (Controlling Active Maps):
1179 Rename set-temporary-overlay-map to set-transient map. Doc fixes.
1180 (Searching Keymaps): The transient keymap takes precedence.
1181
1182 2013-12-23 Glenn Morris <rgm@gnu.org>
1183
1184 * loading.texi (How Programs Do Loading, Load Suffixes):
1185 Mention `load-prefer-newer'.
1186
1187 2013-12-22 Xue Fuqiao <xfq.free@gmail.com>
1188
1189 * hash.texi (Other Hash): Document `hash-table-keys'
1190 and `hash-table-values'.
1191
1192 2013-12-22 Eli Zaretskii <eliz@gnu.org>
1193
1194 * nonascii.texi (Character Properties): NAME or OLD-NAME
1195 properties can be nil (there's no empty string).
1196 (Character Properties): Update the reference to the UCD.
1197
1198 2013-12-22 Xue Fuqiao <xfq.free@gmail.com>
1199
1200 * sequences.texi (Bool-Vectors): Document new bool-vector set
1201 operation functions.
1202
1203 * text.texi (Examining Properties): Document `get-pos-property'.
1204
1205 * variables.texi (Directory Local Variables):
1206 Document `enable-dir-local-variables'.
1207
1208 * debugging.texi (Debugger Commands):
1209 Document `debugger-toggle-locals'.
1210
1211 2013-12-21 Chong Yidong <cyd@gnu.org>
1212
1213 * text.texi (Region Indent): Note the new interactive behavior of
1214 indent-rigidly.
1215
1216 2013-12-20 Tassilo Horn <tsdh@gnu.org>
1217
1218 * numbers.texi (numbers): Document that =, <, <=, >, >= now accept
1219 one or many arguments.
1220
1221 * display.texi: Document `messages-buffer'.
1222
1223 * os.texi: Document `initial-buffer-choice' changes.
1224
1225 2013-12-20 Chong Yidong <cyd@gnu.org>
1226
1227 * text.texi (Changing Properties): Improve documentation for
1228 add-face-text-property.
1229 (Special Properties): Mention add-face-text-property.
1230
1231 2013-12-18 Chong Yidong <cyd@gnu.org>
1232
1233 * customize.texi (Custom Themes): Document custom-known-themes
1234 (Bug#15717).
1235
1236 * modes.texi (Defining Minor Modes): Fix typo (Bug#14874).
1237 (Keymaps and Minor Modes): Fix binding convention (Bug#11522).
1238
1239 2013-12-13 Glenn Morris <rgm@gnu.org>
1240
1241 * internals.texi (Building Emacs):
1242 * loading.texi (Library Search): Mention that site-load,
1243 site-init cannot change load-path.
1244
1245 2013-12-12 Glenn Morris <rgm@gnu.org>
1246
1247 * elisp.texi: Tweak dircategory.
1248
1249 2013-12-12 Eli Zaretskii <eliz@gnu.org>
1250
1251 * nonascii.texi (Encoding and I/O): Document file-name encoding
1252 peculiarities on MS-Windows.
1253
1254 2013-12-12 Glenn Morris <rgm@gnu.org>
1255
1256 * elisp.texi: Sync direntry with info/dir version.
1257
1258 2013-12-08 Juanma Barranquero <lekktu@gmail.com>
1259
1260 * display.texi (Progress, Face Remapping):
1261 * processes.texi (Serial Ports):
1262 * windows.texi (Recombining Windows): Fix typos. (Bug#16089)
1263
1264 2013-12-04 Juri Linkov <juri@jurta.org>
1265
1266 * searching.texi (Search and Replace): Fix `unread-command-events'
1267 and add ref.
1268
1269 2013-12-03 Juri Linkov <juri@jurta.org>
1270
1271 * windows.texi (Choosing Window): Rename `no-display-ok' to
1272 `allow-no-window'. (Bug#13594)
1273
1274 2013-11-30 Glenn Morris <rgm@gnu.org>
1275
1276 * Makefile.in (distclean): Remove Makefile.
1277
1278 2013-11-29 Andreas Politz <politza@fh-trier.de>
1279
1280 * modes.texi (Imenu): Make it clear that sub-alist is the cdr
1281 (Bug#14029).
1282
1283 2013-11-27 Glenn Morris <rgm@gnu.org>
1284
1285 * loading.texi (Library Search):
1286 * os.texi (Startup Summary): No more leim directory.
1287
1288 2013-11-26 Glenn Morris <rgm@gnu.org>
1289
1290 * os.texi (Startup Summary): Update for leim-list being preloaded.
1291
1292 2013-11-23 Brian Jenkins <brian@brianjenkins.org> (tiny change)
1293
1294 * frames.texi (Input Focus):
1295 * hooks.texi (Standard Hooks): Mention focus-in-hook, focus-out-hook.
1296
1297 2013-11-23 Glenn Morris <rgm@gnu.org>
1298
1299 * loading.texi (Library Search):
1300 Empty elements in EMACSLOADPATH now mean the default load-path.
1301
1302 2013-11-22 Glenn Morris <rgm@gnu.org>
1303
1304 * loading.texi (Library Search): Minor clarification.
1305
1306 2013-11-20 Leo Liu <sdl.web@gmail.com>
1307
1308 * windows.texi (Choosing Window): Mention `no-display-ok'. (Bug#13594)
1309
1310 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
1311
1312 * os.texi (File Notifications): Add an index.
1313
1314 * loading.texi (Loading): Add an cross-reference.
1315
1316 2013-11-18 Xue Fuqiao <xfq.free@gmail.com>
1317
1318 * os.texi (Session Management, Desktop Notifications): Add some
1319 indexes and a cross-reference.
1320
1321 2013-11-17 Xue Fuqiao <xfq.free@gmail.com>
1322
1323 * os.texi (Time Parsing, Processor Run Time, Input Modes)
1324 (Terminal Output): Minor fixes.
1325
1326 2013-11-14 Glenn Morris <rgm@gnu.org>
1327
1328 * loading.texi (Library Search): Update section.
1329
1330 2013-11-11 Xue Fuqiao <xfq.free@gmail.com>
1331
1332 * os.texi (User Identification, Time of Day, Time Conversion):
1333 Minor fixes.
1334
1335 2013-11-10 Jan Djärv <jan.h.d@swipnet.se>
1336
1337 * keymaps.texi (Tool Bar): Mention that Gtk+/NS ignores item 1 to 3.
1338
1339 2013-11-09 Xue Fuqiao <xfq.free@gmail.com>
1340
1341 * os.texi (Startup Summary): Add an index about startup screen.
1342 Typo fix.
1343 (Command-Line Arguments): Add cross-reference for `dump-emacs'.
1344
1345 2013-11-08 Eli Zaretskii <eliz@gnu.org>
1346
1347 * display.texi (Truncation): Document that cache-long-scans is now
1348 non-nil by default. (Bug#15797)
1349
1350 2013-11-05 Eli Zaretskii <eliz@gnu.org>
1351
1352 * lists.texi (Rearrangement): Fix indexing.
1353
1354 * display.texi (Bidirectional Display): Fix indexing.
1355
1356 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
1357
1358 * lists.texi (Rearrangement): Improve indexing.
1359
1360 * display.texi (Glyphs): Add an index for glyph code.
1361 (Bidirectional Display): Improve indexing.
1362
1363 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
1364
1365 * display.texi (Face Attributes): Document :distant-foreground.
1366
1367 2013-10-30 Xue Fuqiao <xfq.free@gmail.com>
1368
1369 * display.texi (Abstract Display): Improve indexing.
1370
1371 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1372
1373 * display.texi (Selective Display): Discourage the use of explicit
1374 selective display.
1375
1376 2013-10-29 Xue Fuqiao <xfq.free@gmail.com>
1377
1378 * display.texi (Showing Images): Add an index for image-size.
1379 Use @code instead of @var for a normal variable.
1380 (Multi-Frame Images): Improve indexing.
1381 (Button Buffer Commands): Use @code instead of @var for a normal
1382 variable.
1383 (Abstract Display): Explain the meaning of Ewoc.
1384
1385 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
1386
1387 * display.texi (Image Descriptors): Improve indexing.
1388
1389 2013-10-26 Xue Fuqiao <xfq.free@gmail.com>
1390
1391 * display.texi (Fringe Indicators): Add indexes for fringe indicators.
1392 (Customizing Bitmaps): Add an index for customizing fringe bitmaps.
1393
1394 2013-10-25 Xue Fuqiao <xfq.free@gmail.com>
1395
1396 * display.texi (Fontsets): Minor wording fix.
1397 (Low-Level Font): Improve indexing.
1398
1399 * nonascii.texi (Character Properties): Add an index for script symbols.
1400
1401 2013-10-24 Xue Fuqiao <xfq.free@gmail.com>
1402
1403 * display.texi (Face Remapping): Add indexes for face remapping.
1404 (Font Selection): Add indexes.
1405 (Low-Level Font): Add an index for font registry.
1406
1407 2013-10-23 Glenn Morris <rgm@gnu.org>
1408
1409 * eval.texi, files.texi, intro.texi, objects.texi, searching.texi:
1410 Nuke @refill.
1411
1412 * Makefile.in (install-dvi, install-html, install-pdf)
1413 (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
1414 (uninstall-pdf): Quote entities that might contain whitespace.
1415
1416 2013-10-19 Xue Fuqiao <xfq.free@gmail.com>
1417
1418 * display.texi (Face Attributes): Add indexes for the ‘:box’
1419 face attribute.
1420
1421 2013-10-18 Xue Fuqiao <xfq.free@gmail.com>
1422
1423 * display.texi (Line Height): Add indexes for line height.
1424
1425 2013-10-17 Xue Fuqiao <xfq.free@gmail.com>
1426
1427 * display.texi (Width): Fix arguments of ‘truncate-string-to-width’.
1428
1429 2013-10-16 Xue Fuqiao <xfq.free@gmail.com>
1430
1431 * display.texi (Selective Display): Add an index for explicit
1432 selective display.
1433
1434 2013-10-15 Xue Fuqiao <xfq.free@gmail.com>
1435
1436 * display.texi (Warning Basics): Mention the ‘*Warnings*’ buffer.
1437
1438 2013-10-13 Glenn Morris <rgm@gnu.org>
1439
1440 * intro.texi (Acknowledgments): Use accented form of some names.
1441
1442 2013-10-09 Glenn Morris <rgm@gnu.org>
1443
1444 * control.texi (Conditionals): Copyedits. (Bug#15558)
1445
1446 2013-10-08 Eli Zaretskii <eliz@gnu.org>
1447
1448 Support menus on text-mode terminals.
1449 * keymaps.texi (Defining Menus, Mouse Menus, Menu Bar):
1450 Modify wording to the effect that menus are supported on TTYs.
1451
1452 * frames.texi (Pop-Up Menus, Dialog Boxes)
1453 (Display Feature Testing): Update for menu support on TTYs.
1454
1455 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1456
1457 * tips.texi (Comment Tips): Discourage use of triple semi-colons for
1458 non-headings.
1459
1460 2013-10-05 Xue Fuqiao <xfq.free@gmail.com>
1461
1462 * syntax.texi (Categories): Add an index for category sets.
1463
1464 2013-10-03 Xue Fuqiao <xfq.free@gmail.com>
1465
1466 * syntax.texi (Syntax Flags, Syntax Table Functions): Add indexes.
1467
1468 2013-10-02 Xue Fuqiao <xfq.free@gmail.com>
1469
1470 * syntax.texi (Syntax Class Table): Add an index for syntax class table.
1471
1472 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
1473
1474 * searching.texi (Regexp Search): Refine.
1475
1476 2013-09-22 Xue Fuqiao <xfq.free@gmail.com>
1477
1478 * nonascii.texi (Default Coding Systems): Typo fix.
1479
1480 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
1481
1482 * nonascii.texi (Coding System Basics): Add information about
1483 carriage-return.
1484
1485 2013-09-14 Eli Zaretskii <eliz@gnu.org>
1486
1487 * display.texi (Display Margins): State the units of measuring
1488 margin width. (Bug#15375)
1489
1490 2013-09-13 Eli Zaretskii <eliz@gnu.org>
1491
1492 * text.texi (Not Intervals): Minor wording fix.
1493
1494 2013-09-12 Xue Fuqiao <xfq.free@gmail.com>
1495
1496 * functions.texi (Obsolete Functions): Add an index for obsolete
1497 functions.
1498
1499 2013-09-11 Xue Fuqiao <xfq.free@gmail.com>
1500
1501 * nonascii.texi (Character Properties): Character properties fix
1502 for decimal-digit-value and digit-value.
1503
1504 2013-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1505
1506 * macros.texi (Defining Macros): Prefer "function" to "lambda
1507 expression" (bug#15296).
1508
1509 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
1510
1511 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1512 for portability to hosts where /bin/sh has problems.
1513
1514 2013-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
1515
1516 * variables.texi (File Local Variables): Don't recommend quoting! Ever!
1517
1518 2013-08-20 Eli Zaretskii <eliz@gnu.org>
1519
1520 * files.texi (Information about Files): Mention file names with
1521 trailing blanks on MS-Windows. (Bug#15130)
1522
1523 2013-08-18 Xue Fuqiao <xfq.free@gmail.com>
1524
1525 * positions.texi (Positions): Improve indexing.
1526
1527 2013-08-18 Eli Zaretskii <eliz@gnu.org>
1528
1529 * markers.texi (The Region): Improve indexing.
1530
1531 2013-08-17 Xue Fuqiao <xfq.free@gmail.com>
1532
1533 * modes.texi (SMIE, SMIE Grammar, SMIE Indentation): Add some indexes.
1534
1535 * text.texi (Maintaining Undo): Mention interactive call of
1536 buffer-disable-undo.
1537 (Filling): Add cross-reference for hard newlines.
1538 (Sorting): Fix indentation.
1539 (Columns): Comment out undefined behavior.
1540 (Case Changes): Fix an `args-out-of-range' error in the example.
1541
1542 2013-08-16 Xue Fuqiao <xfq.free@gmail.com>
1543
1544 * text.texi (Insertion): Refine.
1545 (Margins): Add an index.
1546 (Undo): Doc fix for `buffer-undo-list'.
1547
1548 * positions.texi (Character Motion):
1549 * markers.texi (Moving Markers, Creating Markers):
1550 Comment out undefined behavior.
1551
1552 2013-08-15 Xue Fuqiao <xfq.free@gmail.com>
1553
1554 * markers.texi (The Region): Add/move indexes.
1555
1556 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1557
1558 * display.texi (ImageMagick Images): Mention :content-type and
1559 `image-content-type-suffixes'.
1560
1561 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
1562
1563 * positions.texi (Word Motion): Remove redundant sentence.
1564
1565 2013-08-13 Glenn Morris <rgm@gnu.org>
1566
1567 * lists.texi (List Elements):
1568 Undocument behavior of nth and nthcdr with n < 0. (Bug#15059)
1569
1570 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
1571
1572 * frames.texi (Display Feature Testing): Add indexes.
1573
1574 2013-08-12 Glenn Morris <rgm@gnu.org>
1575
1576 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
1577 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
1578 (INSTALL_DATA): New, set by configure.
1579 (HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
1580 New variables.
1581 (.SUFFIXES): Add .ps and .dvi.
1582 (.dvi.ps): New suffix rule.
1583 (dvi, html, pdf, ps): Use *_TARGETS variables.
1584 (elisp.html): Use HTML_OPTS.
1585 (elisp.ps): Remove explicit rule.
1586 (.PHONY): install-dvi, install-html, install-pdf, install-ps,
1587 install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
1588 uninstall-ps, and uninstall-doc.
1589 (install-dvi, install-html, install-pdf, install-ps, install-doc)
1590 (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
1591 (uninstall-doc): New rules.
1592 (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
1593
1594 2013-08-10 Xue Fuqiao <xfq.free@gmail.com>
1595
1596 * edebug.texi (Instrumenting Macro Calls): Use @defmac for macros.
1597
1598 2013-08-09 Xue Fuqiao <xfq.free@gmail.com>
1599
1600 * control.texi (Error Symbols): Minor fix for previous change.
1601
1602 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
1603
1604 * errors.texi (Standard Errors): Don't refer to `error-conditions'.
1605
1606 * control.texi (Signaling Errors): Refer to define-error.
1607 (Error Symbols): Add `define-error'.
1608
1609 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
1610
1611 * positions.texi (Motion by Screen Lines):
1612 * display.texi (Truncation): Rename `cache-long-line-scans'
1613 to `cache-long-scans'.
1614
1615 2013-08-05 Xue Fuqiao <xfq.free@gmail.com>
1616
1617 * windows.texi (Window Start and End): Add an index.
1618
1619 2013-08-02 Xue Fuqiao <xfq.free@gmail.com>
1620
1621 * display.texi (Face Functions): Add an index.
1622
1623 * variables.texi (Variable Aliases): Add an index.
1624
1625 * functions.texi (Defining Functions): Add an index.
1626
1627 * nonascii.texi (Coding System Basics): Add an index.
1628
1629 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
1630
1631 * nonascii.texi (Non-ASCII Characters): Update menu.
1632 (Disabling Multibyte): Move here from doc/emacs/mule.texi.
1633 Fix cross-references.
1634
1635 * elisp.texi (Top): Update menu.
1636
1637 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
1638
1639 * windows.texi (Window History): Mention the default value of
1640 switch-to-visible-buffer. Add cross-references.
1641
1642 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
1643
1644 * errors.texi (Standard Errors): Fix typo.
1645
1646 * files.texi (Magic File Names):
1647 * os.texi (File Notifications): Remove file-notify-supported-p.
1648
1649 2013-07-24 Paul Eggert <eggert@cs.ucla.edu>
1650
1651 * eval.texi (Special Forms): Mention 'lambda'. Also, say that
1652 non-well-formed expressions result in unspecified behavior, though
1653 Emacs will not crash.
1654
1655 2013-07-22 Michael Albinus <michael.albinus@gmx.de>
1656
1657 * files.texi (Magic File Names): Add file-notify-add-watch,
1658 file-notify-rm-watch and file-notify-supported-p.
1659 Move file-remote-p down.
1660
1661 * errors.texi (Standard Errors): Add file-notify-error.
1662
1663 * os.texi (Desktop Notifications): Rename from Notifications.
1664 (File Notifications): New node.
1665
1666 * elisp.texi (Top): Update menu for these changes.
1667
1668 2013-07-19 Xue Fuqiao <xfq.free@gmail.com>
1669
1670 * windows.texi (Display Action Functions): Mention next-window.
1671
1672 2013-07-16 Xue Fuqiao <xfq.free@gmail.com>
1673
1674 * windows.texi (Selecting Windows): Fix the introduction of
1675 `set-frame-selected-window''s arguments.
1676
1677 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
1678
1679 Timestamp fixes for undo (Bug#14824).
1680 * text.texi (Undo): Document (t . 0) and (t . -1) in buffer-undo-list.
1681
1682 2013-07-06 Eli Zaretskii <eliz@gnu.org>
1683
1684 * nonascii.texi (Text Representations): Document that
1685 multibyte-string-p returns nil for non-string objects.
1686
1687 2013-07-06 Glenn Morris <rgm@gnu.org>
1688
1689 * elisp.texi (Top): Move WWW_GNU_ORG section outside @copying.
1690
1691 2013-07-03 Glenn Morris <rgm@gnu.org>
1692
1693 * debugging.texi (Debugging):
1694 * files.texi (File Attributes, Changing Files): Fix cross-references.
1695
1696 * package.texi (Package Archives): Fix @url call.
1697
1698 * syntax.texi (Syntax Table Functions): Mention describe-syntax.
1699
1700 2013-06-29 Eli Zaretskii <eliz@gnu.org>
1701
1702 * display.texi (Bidirectional Display): Document move-point-visually.
1703
1704 2013-06-29 Xue Fuqiao <xfq.free@gmail.com>
1705
1706 * buffers.texi (Buffer File Name): Fix typo.
1707
1708 2013-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
1709
1710 * tips.texi (Coding Conventions): Improve wording.
1711
1712 2013-06-24 Glenn Morris <rgm@gnu.org>
1713
1714 * loading.texi (Autoload): Fix typo.
1715
1716 * variables.texi (Lexical Binding): Fix typo.
1717
1718 * functions.texi (Anonymous Functions): Put back ' removed 2012-10-23.
1719
1720 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1721
1722 * display.texi (ImageMagick Images): Mention :max-width and
1723 :max-height.
1724
1725 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
1726
1727 * numbers.texi (Math Functions): Remove obsolete function log10.
1728
1729 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
1730
1731 * modes.texi (Mode Line Data, Properties in Mode): Advertise `keymap'
1732 rather than `local-map'.
1733
1734 * keymaps.texi (Active Keymaps): Fix documentation of
1735 set-temporary-overlay-map and overriding-terminal-local-map.
1736
1737 2013-06-19 Glenn Morris <rgm@gnu.org>
1738
1739 * Makefile.in (dist): Edit more configure variables.
1740 Try to check that we do not miss any in future.
1741
1742 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
1743
1744 * text.texi (Undo, Changing Properties): Fix typos.
1745
1746 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1747
1748 * text.texi (Changing Properties): Document `add-face-text-property'.
1749
1750 2013-06-17 Kenichi Handa <handa@gnu.org>
1751
1752 * display.texi (Face Attributes): Refer to "Low-Level font" (not
1753 "Font Selection") in the explanation of :font attribute (bug#14629).
1754
1755 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1756
1757 * loading.texi (Hooks for Loading): Don't document after-load-alist.
1758 Document with-eval-after-load instead of eval-after-load.
1759
1760 2013-06-11 Xue Fuqiao <xfq.free@gmail.com>
1761
1762 * files.texi (File Name Expansion): Make the example more
1763 intuitive.
1764
1765 2013-06-10 Paul Eggert <eggert@cs.ucla.edu>
1766
1767 Documentation fix for 'ls' and hard links.
1768 * compile.texi (Compilation Functions):
1769 * files.texi (File Attributes, Changing Files):
1770 Use current format for GNU 'ls' output.
1771 (File Attributes): Fix problem introduced in previous change:
1772 the link count is the number of hard links, not the number
1773 of hard links + 1.
1774
1775 2013-06-10 Xue Fuqiao <xfq.free@gmail.com>
1776
1777 * files.texi (File Attributes): Fix typo.
1778
1779 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1780
1781 * functions.texi (Lambda Expressions): Lambda expressions don't
1782 evaluate to themselves in general (bug#11782).
1783
1784 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1785
1786 * loading.texi (Autoload):
1787 * help.texi (Documentation Basics, Accessing Documentation)
1788 (Accessing Documentation, Accessing Documentation): DOC-* is now DOC.
1789
1790 2013-04-23 Glenn Morris <rgm@gnu.org>
1791
1792 * internals.texi (Writing Emacs Primitives): Remove obvious example.
1793 Tweak other to avoid overly long line.
1794
1795 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
1796
1797 * internals.texi (Writing Emacs Primitives): Remove unnecessary
1798 references to the sources. (Bug#13800)
1799
1800 * searching.texi (Regexp Backslash): Doc fix for backslash
1801 constructs in regular expressions.
1802
1803 2013-04-15 Christopher Schmidt <christopher@ch.ristopher.com>
1804
1805 * tips.texi (Coding Conventions): Mention separation of package
1806 descriptor and name of internal symbols by two hyphens.
1807
1808 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
1809
1810 * windows.texi (Splitting Windows): Change category of
1811 split-window from a command to a function.
1812
1813 2013-04-06 Chong Yidong <cyd@gnu.org>
1814
1815 * display.texi (Faces): Minor clarifications.
1816 (Defining Faces): Clarify default vs custom face specs.
1817 Document face-spec-set.
1818
1819 * display.texi (Overlay Properties):
1820 * text.texi (Special Properties): Use the "anonymous face"
1821 terminology. Describe foreground-color and background-color forms
1822 as compatibility-only.
1823
1824 2013-03-24 Eli Zaretskii <eliz@gnu.org>
1825
1826 * compile.texi (Byte-Code Objects): Add index entry.
1827 (Disassembly): Add cross-references.
1828
1829 2013-03-23 Eli Zaretskii <eliz@gnu.org>
1830
1831 * frames.texi (Size Parameters): More accurate description of the
1832 difference between 'fullboth' and 'maximized'. (Bug#13935)
1833
1834 2013-03-17 Christopher Schmidt <christopher@ch.ristopher.com>
1835
1836 * symbols.texi (Standard Properties): Document pure. (Bug#13823)
1837
1838 2013-03-16 Glenn Morris <rgm@gnu.org>
1839
1840 * elisp.texi: Add some stuff specific to www.gnu.org.
1841
1842 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
1843
1844 * control.texi (Pattern matching case statement): Fix typo.
1845
1846 2013-03-04 Paul Eggert <eggert@cs.ucla.edu>
1847
1848 * elisp.texi, intro.texi: Switch from Latin-1 to UTF-8.
1849
1850 2013-03-03 Glenn Morris <rgm@gnu.org>
1851
1852 * objects.texi (Symbol Type): Fix typo.
1853
1854 2013-02-28 Bastien Guerry <bzg@gnu.org>
1855
1856 * variables.texi (File Local Variables): Fix reference.
1857
1858 2013-02-24 Eli Zaretskii <eliz@gnu.org>
1859
1860 * files.texi (Magic File Names): Improve wording and indexing.
1861
1862 2013-02-21 Glenn Morris <rgm@gnu.org>
1863
1864 * display.texi (Multi-Frame Images): Minor rephrasing.
1865
1866 2013-02-20 Glenn Morris <rgm@gnu.org>
1867
1868 * display.texi (GIF Images, TIFF Images): Delete these nodes.
1869 (ImageMagick Images): For :index, use an xref rather than duplicating.
1870 (Other Image Types): Add GIF, adjust formatting.
1871 (Multi-Frame Images): Rename from Animated Images. Expand section.
1872 * elisp.texi (Top): Update menu for these changes.
1873
1874 2013-02-19 Glenn Morris <rgm@gnu.org>
1875
1876 * text.texi (Change Hooks): Fix typo.
1877
1878 2013-02-15 Glenn Morris <rgm@gnu.org>
1879
1880 * modes.texi (Basic Major Modes): 'z' no longer bound in special-mode.
1881
1882 2013-02-13 Glenn Morris <rgm@gnu.org>
1883
1884 * objects.texi (Char-Table Type): Add footnote about #^^.
1885
1886 * modes.texi (Minor Mode Conventions): Fix typo.
1887
1888 * keymaps.texi (Scanning Keymaps): Remove obsolete sentence about
1889 meta characters; this changed in 22.1. (Bug#13684)
1890
1891 * objects.texi (Char-Table Type): Add cindex.
1892
1893 * keymaps.texi (Key Binding Commands): Trivial rephrasing.
1894
1895 2013-02-10 Glenn Morris <rgm@gnu.org>
1896
1897 * keymaps.texi (Creating Keymaps): Update make-keymap result.
1898
1899 2013-02-09 Eli Zaretskii <eliz@gnu.org>
1900
1901 * modes.texi (%-Constructs): Remove the description of %t.
1902
1903 * nonascii.texi (MS-DOS File Types): Delete node.
1904
1905 2013-02-08 Glenn Morris <rgm@gnu.org>
1906
1907 * keymaps.texi (Active Keymaps, Searching Keymaps):
1908 Remove confusing mention of "symbolic prefix". (Bug#13643)
1909
1910 2013-01-19 Glenn Morris <rgm@gnu.org>
1911
1912 * macros.texi (Indenting Macros): Fix order of an indent
1913 symbol's arguments. (Bug#13450)
1914
1915 2013-01-19 Paul Eggert <eggert@cs.ucla.edu>
1916
1917 Allow floating-point file offsets.
1918 * files.texi (Reading from Files, Writing to Files):
1919 Say that file offsets can be numbers, not just integers.
1920
1921 2013-01-09 Glenn Morris <rgm@gnu.org>
1922
1923 * commands.texi (Interactive Codes):
1924 Whitespace does not terminate interactive "S". (Bug#13393)
1925
1926 2013-01-06 Chong Yidong <cyd@gnu.org>
1927
1928 * windows.texi (Vertical Scrolling): Fix typos (Bug#13267).
1929
1930 2013-01-05 Glenn Morris <rgm@gnu.org>
1931
1932 * display.texi (Overlay Properties): Mention field. (Bug#13364)
1933
1934 2013-01-05 Eli Zaretskii <eliz@gnu.org>
1935
1936 * hooks.texi (Standard Hooks): Use @item, not @itemx, as the first
1937 directive in a group of items.
1938
1939 2013-01-05 Chong Yidong <cyd@gnu.org>
1940
1941 * keymaps.texi (Key Sequences): Remove obsolete sentence
1942 (Bug#13356).
1943
1944 2013-01-04 Ari Roponen <ari.roponen@gmail.com> (tiny change)
1945
1946 * hash.texi (Defining Hash): Fix typo. (Bug#13345)
1947
1948 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1949
1950 * files.texi (File Attributes): Undocument return format of file-acl.
1951
1952 2013-01-03 Glenn Morris <rgm@gnu.org>
1953
1954 * processes.texi (System Processes):
1955 * syntax.texi (Syntax Table Functions): Tweak some line breaks.
1956
1957 * searching.texi (Replacing Match): Fix xref.
1958
1959 * elisp.texi (DATE): Bump to Jan 2013.
1960
1961 2013-01-02 Glenn Morris <rgm@gnu.org>
1962
1963 * customize.texi (Common Keywords, Type Keywords):
1964 Replace "active field" with "button". (Bug#13310)
1965
1966 * customize.texi (Common Keywords): Add xref. (Bug#13311)
1967 * tips.texi (Library Headers): Add cindex.
1968
1969 2012-12-30 Wolfgang Jenkner <wjenkner@inode.at>
1970
1971 * functions.texi (Declare Form):
1972 * intro.texi (A Sample Function Description):
1973 * syntax.texi (Syntax Table Internals, Syntax Table Functions):
1974 * variables.texi (Using Lexical Binding): Don't use @var or CAPS
1975 in @def.. commands. (Bug#13292)
1976
1977 2012-12-29 Eli Zaretskii <eliz@gnu.org>
1978
1979 * files.texi (Changing Files): Document the return values of
1980 set-file-selinux-context and set-file-acl.
1981
1982 2012-12-27 Glenn Morris <rgm@gnu.org>
1983
1984 * files.texi (File Names): Mention Cygwin conversion functions.
1985
1986 2012-12-22 Martin Rudalics <rudalics@gmx.at>
1987
1988 * windows.texi (Selecting Windows): Reword description of
1989 select-window (Bug#13248).
1990
1991 2012-12-22 Eli Zaretskii <eliz@gnu.org>
1992
1993 * files.texi (File Attributes, Changing Files): Remove the details
1994 about the text returned by file-acl. Instead, just document that
1995 it is an opaque string meant to be used by set-file-acl.
1996
1997 2012-12-21 Chong Yidong <cyd@gnu.org>
1998
1999 * modes.texi (Auto Major Mode): Fix typo (Bug#13230).
2000
2001 * customize.texi (Simple Types): Document key-sequence type
2002 (Bug#13048).
2003
2004 * strings.texi (Text Comparison): Doc fix for compare-strings.
2005
2006 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
2007
2008 * files.texi (Magic File Names): Add `file-acl',
2009 `file-selinux-context', `set-file-acl' and
2010 `set-file-selinux-context'. Make the list consistent.
2011
2012 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
2013
2014 * tips.texi (Library Headers): New header keyword `Homepage'.
2015 Make continuation lines syntax more precise.
2016
2017 2012-12-17 Eli Zaretskii <eliz@gnu.org>
2018
2019 * files.texi (File Attributes, Changing Files): Update to include
2020 MS-Windows support for ACLs.
2021
2022 2012-12-16 Romain Francoise <romain@orebokech.com>
2023
2024 * files.texi (File Attributes): Document ACL support and new
2025 `file-acl' function.
2026 (Changing Files): Mention argument name change of `copy-file' and
2027 document new function `set-file-acl'.
2028
2029 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
2030
2031 Fix permissions bugs with setgid directories etc. (Bug#13125)
2032 * files.texi (Testing Accessibility): Document GROUP arg
2033 of file-ownership-preserved-p.
2034 (File Attributes): Document that 9th element is now
2035 just a placeholder.
2036 * os.texi (User Identification): Document new functions group-gid,
2037 group-real-gid.
2038
2039 2012-12-11 Paul Eggert <eggert@cs.ucla.edu>
2040
2041 * internals.texi (C Integer Types): New section.
2042 This follows up and records an email in
2043 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00496.html>.
2044
2045 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2046
2047 * control.texi (Pattern matching case statement): New node.
2048
2049 * customize.texi (Variable Definitions): Mention the default :group
2050 for defcustoms (bug#13093).
2051
2052 2012-12-09 Glenn Morris <rgm@gnu.org>
2053
2054 * customize.texi (Variable Definitions): Mention eval-defun
2055 on a defcustom calls the :set function when appropriate.
2056
2057 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
2058
2059 * doclicense.texi, gpl.texi: Update to latest version from FSF.
2060 These are just minor editorial changes.
2061
2062 2012-12-06 Chong Yidong <cyd@gnu.org>
2063
2064 * lists.texi (Plist Access): Move put example to Symbol Plists.
2065
2066 * symbols.texi (Standard Properties): Fix typo.
2067
2068 2012-12-03 Chong Yidong <cyd@gnu.org>
2069
2070 * symbols.texi (Symbol Properties): New node.
2071 (Symbol Plists): Make it a subsection under Symbol Properties.
2072 (Standard Properties): New node.
2073
2074 * lists.texi (Property Lists): Move here from symbols.texi.
2075 (Plist Access): Rename from Other Plists.
2076
2077 * customize.texi (Variable Definitions):
2078 * display.texi (Defining Faces):
2079 * sequences.texi (Char-Tables): Fix xref.
2080
2081 * keymaps.texi (Key Sequences): `kbd' is now a function.
2082
2083 * commands.texi (Using Interactive): Fix index entry.
2084
2085 2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
2086
2087 * doclicense.texi: Update to latest version from FSF.
2088 These are just minor editorial changes.
2089 * elisp.texi (GNU Free Documentation License)
2090 (GNU General Public Licens):
2091 Provide sectioning, since doclicense.texi no longer does that.
2092
2093 * loading.texi (Named Features): @ -> @@ to fix typo.
2094
2095 2012-11-24 Martin Rudalics <rudalics@gmx.at>
2096
2097 * windows.texi (Basic Windows): Fix typo.
2098 (Windows and Frames): Fix example. Move description of
2099 window-in-direction here.
2100 (Recombining Windows): Fix example.
2101 (Buffers and Windows): Fix description of replace-buffer-in-windows.
2102 (Switching Buffers): Reword.
2103 (Display Action Functions): Minor adjustments.
2104 (Choosing Window Options): Minor fixes.
2105 (Window History): Minor rewording.
2106 (Dedicated Windows): Correct and reword part describing how
2107 dedicatedness affects functions removing buffers or windows.
2108 * buffers.texi (The Buffer List): Fix description of bury-buffer.
2109
2110 2012-11-24 Chong Yidong <cyd@gnu.org>
2111
2112 * modes.texi (%-Constructs): Fix statement about mode construct
2113 padding (Bug#12866).
2114
2115 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2116
2117 * debugging.texi (Profiling): Make it more clear
2118 that --enable-profiling is about profiling the C code.
2119
2120 2012-11-21 Glenn Morris <rgm@gnu.org>
2121
2122 * display.texi (Attribute Functions):
2123 Update for set-face-* name changes.
2124 Add new "inherit" argument for face-bold-p etc.
2125 Move description of this argument to a common section, like "frame".
2126
2127 * debugging.texi (Profiling): New section.
2128 (Debugging): Mention profiling in the introduction.
2129 * tips.texi (Compilation Tips): Move profiling to separate section.
2130 * elisp.texi: Add Profiling to detailed menu.
2131
2132 2012-11-21 Martin Rudalics <rudalics@gmx.at>
2133
2134 * windows.texi (Display Action Functions): Fix recently added
2135 example. Suggested by Michael Heerdegen.
2136
2137 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
2138
2139 Minor cleanup for times as lists of four integers.
2140 * os.texi (Time Parsing): Time values can now be four integers.
2141
2142 2012-11-18 Glenn Morris <rgm@gnu.org>
2143
2144 * loading.texi (How Programs Do Loading): Add eager macro expansion.
2145 * macros.texi (Expansion): Mention eager macro expansion.
2146
2147 * minibuf.texi (Basic Completion): Mention misc completion-table funcs.
2148
2149 2012-11-18 Leo Liu <sdl.web@gmail.com>
2150
2151 * minibuf.texi (Programmed Completion): Doc fix for metadata
2152 request (Bug#12850).
2153
2154 2012-11-18 Glenn Morris <rgm@gnu.org>
2155
2156 * display.texi (Temporary Displays): Document with-temp-buffer-window.
2157
2158 * frames.texi (Size and Position): Add fit-frame-to-buffer command.
2159 * windows.texi (Resizing Windows): Add fit-frame-to-buffer option.
2160 (Window Sizes): Add vindex for window-min-height, window-min-width.
2161 (Display Action Functions): Mention pop-up-frame-parameters.
2162
2163 2012-11-16 Martin Rudalics <rudalics@gmx.at>
2164
2165 * windows.texi (Choosing Window): Rewrite description of
2166 display-buffer-alist (Bug#12167).
2167 (Display Action Functions): Mention inhibit-switch-frame.
2168 Fix description of display-buffer-below-selected. Reorder actions.
2169 Add example (Bug#12848).
2170
2171 2012-11-16 Glenn Morris <rgm@gnu.org>
2172
2173 * display.texi (Face Attributes): Fix :underline COLOR description.
2174 (Attribute Functions): Update for set-face-underline rename.
2175 Tweak descriptions of face-underline-p, face-inverse-video-p.
2176
2177 * keymaps.texi (Searching Keymaps, Tool Bar): Untabify examples,
2178 so they align better in info.
2179 (Active Keymaps, Searching Keymaps, Controlling Active Maps):
2180 Document set-temporary-overlay-map.
2181
2182 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2183
2184 * keymaps.texi (Translation Keymaps): Add a subsection "Interaction
2185 with normal keymaps".
2186
2187 2012-11-15 Dmitry Antipov <dmantipov@yandex.ru>
2188
2189 * internals.texi (Garbage Collection): Update descriptions
2190 of vectorlike_header, garbage-collect and gc-cons-threshold.
2191 (Object Internals): Explain Lisp_Object layout and the basics
2192 of an internal type system.
2193 (Buffer Internals): Update description of struct buffer.
2194
2195 2012-11-13 Glenn Morris <rgm@gnu.org>
2196
2197 * variables.texi (Adding Generalized Variables):
2198 At least mention gv-define-expander and gv-letplace.
2199
2200 * debugging.texi (Error Debugging): Mention debug-on-message.
2201 (Using Debugger): Mention debugger-bury-or-kill.
2202
2203 * control.texi (Signaling Errors):
2204 * debugging.texi (Error Debugging):
2205 * errors.texi (Standard Errors): Add user-error.
2206
2207 * variables.texi (Adding Generalized Variables):
2208 Use standard formatting for common lisp note about setf functions.
2209
2210 2012-11-10 Martin Rudalics <rudalics@gmx.at>
2211
2212 * elisp.texi (Top): Add Recombining Windows to menu.
2213 * windows.texi (Recombining Windows): New subsection.
2214 (Splitting Windows): Rewrite text on handling of window
2215 combinations and move it to new subsection.
2216
2217 2012-11-10 Chong Yidong <cyd@gnu.org>
2218
2219 * searching.texi (Replacing Match): Document \? in replace-match.
2220
2221 * variables.texi (Creating Buffer-Local): Document setq-local and
2222 defvar-local.
2223 (Setting Generalized Variables): Arrange table alphabetically.
2224
2225 * lists.texi (List Elements, List Variables): Clarify descriptions
2226 of push and pop for generalized variables.
2227
2228 * edebug.texi (Specification List): setf is no longer CL-only.
2229
2230 2012-11-10 Glenn Morris <rgm@gnu.org>
2231
2232 * variables.texi (Adding Generalized Variables):
2233 Update description of FIX-RETURN expansion.
2234
2235 * variables.texi (Setting Generalized Variables):
2236 Split most of previous contents into this subsection.
2237 (Adding Generalized Variables): New subsection.
2238 Move note on lack of setf functions here from misc/cl.texi.
2239
2240 * elisp.texi: Add Generalized Variables subsections to detailed menu.
2241
2242 2012-11-10 Chong Yidong <cyd@gnu.org>
2243
2244 * frames.texi (Initial Parameters): Doc fix (Bug#12144).
2245
2246 2012-11-08 Michael Albinus <michael.albinus@gmx.de>
2247
2248 * os.texi (Notifications): Update descriptions of
2249 notifications-notify, notifications-close-notification and
2250 notifications-get-capabilities according to latest code changes.
2251 Add notifications-get-server-information.
2252
2253 2012-11-03 Chong Yidong <cyd@gnu.org>
2254
2255 * objects.texi (General Escape Syntax): Clarify the explanation of
2256 escape sequences.
2257 (Non-ASCII in Strings): Clarify when a string is unibyte vs
2258 multibyte. Hex escapes do not automatically make a string
2259 multibyte.
2260
2261 2012-11-03 Martin Rudalics <rudalics@gmx.at>
2262
2263 * windows.texi (Switching Buffers): Document option
2264 switch-to-buffer-preserve-window-point.
2265 (Display Action Functions): Document window-height and
2266 window-width alist entries.
2267 (Display Action Functions):
2268 Document display-buffer-below-selected and
2269 display-buffer-in-previous-window.
2270 (Quitting Windows): Document quit-restore-window.
2271 Rewrite section.
2272 (Window Configurations): In window-state-get mention that
2273 argument window must be valid.
2274 (Window Parameters): Document quit-restore window parameter
2275 (Bug#12158).
2276
2277 2012-10-31 Glenn Morris <rgm@gnu.org>
2278
2279 * control.texi (Catch and Throw): Add xref to cl.texi.
2280
2281 * lists.texi (Sets And Lists): Point xref to better location.
2282
2283 * errors.texi (Standard Errors):
2284 * loading.texi (Autoload): Update for cl-lib namespace changes.
2285
2286 * modes.texi (Defining Minor Modes): "Generalized Variables"
2287 section is now in this manual rather than cl.texi.
2288
2289 * eval.texi (Special Forms): No longer special forms: defmacro,
2290 defun, save-window-excursion, with-output-to-temp-buffer.
2291 * functions.texi (Defining Functions): Defun is now a macro.
2292 Defalias is a function.
2293
2294 2012-10-30 Glenn Morris <rgm@gnu.org>
2295
2296 * variables.texi (Generalized Variables): Fix typo.
2297
2298 2012-10-30 Chong Yidong <cyd@gnu.org>
2299
2300 * symbols.texi (Symbol Plists): Document function-get.
2301
2302 * loading.texi (Autoload): Document autoloadp, autoload-do-load.
2303
2304 * frames.texi (Visibility of Frames): Document tty-top-frame.
2305
2306 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2307
2308 * keymaps.texi (Format of Keymaps): Document the multiple
2309 inheritance format.
2310
2311 2012-10-28 Martin Rudalics <rudalics@gmx.at>
2312
2313 * windows.texi (Basic Windows): Reformulate description of live,
2314 internal and valid windows.
2315 (Cyclic Window Ordering): Describe new argument of
2316 get-lru-window and get-largest-window. Add description of
2317 window-in-direction.
2318
2319 2012-10-27 Glenn Morris <rgm@gnu.org>
2320
2321 * variables.texi (Generalized Variables): New section,
2322 adapted from misc/cl.texi.
2323 * elisp.texi (Top): Add Generalized Variables to menu.
2324 * lists.texi (List Elements, List Variables):
2325 Mention generalized variables.
2326
2327 * lists.texi (List Elements): Typo fix.
2328
2329 2012-10-27 Chong Yidong <cyd@gnu.org>
2330
2331 * minibuf.texi (High-Level Completion): Don't mention removed
2332 function iswitchb-read-buffer.
2333
2334 * commands.texi (Event Input Misc): Remove last-input-char.
2335 (Command Loop Info): Remove last-command-char.
2336
2337 * frames.texi (Initial Parameters): Don't mention the obsolete
2338 special-display feature.
2339
2340 * windows.texi (Choosing Window): Don't mention the obsolete
2341 special display feature.
2342 (Choosing Window Options): Remove obsolete special-display
2343 variables, and the functions special-display-p and
2344 special-display-popup-frame.
2345
2346 * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
2347
2348 * hooks.texi (Standard Hooks): Remove obsolete hooks.
2349
2350 * markers.texi (Information from Markers): Remove obsolete
2351 function buffer-has-markers-at.
2352
2353 * text.texi (Yanking): Document yank-handled-properties.
2354
2355 2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
2356
2357 Update manual for new time stamp format (Bug#12706).
2358 * buffers.texi (Modification Time):
2359 * files.texi (Testing Accessibility, File Attributes):
2360 * intro.texi (Version Info):
2361 * os.texi (Time of Day):
2362 Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
2363 These instances were missed the first time around.
2364 Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
2365
2366 2012-10-24 Chong Yidong <cyd@gnu.org>
2367
2368 * minibuf.texi (Text from Minibuffer): Document read-regexp
2369 changes.
2370
2371 * nonascii.texi (Selecting a Representation):
2372 Document set-buffer-multibyte changes.
2373
2374 * keymaps.texi (Toolkit Differences): Node deleted.
2375 (Easy Menu): New node.
2376
2377 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2378
2379 * hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.
2380
2381 2012-10-23 Paul Eggert <eggert@cs.ucla.edu>
2382
2383 Fix outdated timestamp documentation in Elisp manual (bug#12706).
2384 * files.texi (File Attributes):
2385 * text.texi (Undo):
2386 Time stamp resolution is now 1 picosecond, not 1 second.
2387
2388 2012-10-23 Chong Yidong <cyd@gnu.org>
2389
2390 * display.texi (Font Lookup): Remove font-list-limit.
2391
2392 * keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode
2393 (Bug#12529).
2394
2395 2012-10-22 Glenn Morris <rgm@gnu.org>
2396
2397 * os.texi (Recording Input): Tiny fix.
2398
2399 * intro.texi (Lisp History):
2400 * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
2401 * tips.texi (Coding Conventions): Recommend cl-lib over cl.
2402
2403 2012-10-15 Chong Yidong <cyd@gnu.org>
2404
2405 * macros.texi (Defining Macros): defmacro is now a macro.
2406 Explicitly list the docstring and declare arguments.
2407
2408 * functions.texi (Anonymous Functions): Explicitly list the
2409 docstring, declare, and interactive arguments to lambda.
2410 (Defining Functions): Likewise for defun.
2411 (Inline Functions): Likewise for defsubst.
2412 (Declare Form): Tweak description.
2413
2414 2012-10-13 Chong Yidong <cyd@gnu.org>
2415
2416 * display.texi (ImageMagick Images): ImageMagick enabled by default.
2417
2418 2012-10-05 Chong Yidong <cyd@gnu.org>
2419
2420 * minibuf.texi (Basic Completion): Clarify list form of completion
2421 table (Bug#12564).
2422
2423 2012-10-05 Bruno Félix Rezende Ribeiro <oitofelix@gmail.com> (tiny change)
2424
2425 * functions.texi (Function Safety): Copyedit. (Bug#12562)
2426
2427 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
2428
2429 Revert the FOLLOW-SYMLINKS change for file-attributes.
2430 * files.texi (File Attributes, Magic File Names): Undo last change.
2431
2432 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
2433
2434 file-attributes has a new optional arg FOLLOW-SYMLINKS.
2435 * files.texi (File Attributes): Describe it.
2436 (Magic File Names): Use it.
2437
2438 2012-09-30 Chong Yidong <cyd@gnu.org>
2439
2440 * commands.texi (Click Events): Define "mouse position list".
2441 Remove mention of unimplemented horizontal scroll bars.
2442 (Drag Events, Motion Events): Refer to "mouse position list".
2443 (Accessing Mouse): Document posnp.
2444
2445 * errors.texi (Standard Errors): Tweak arith-error description.
2446 Tweak markup. Remove domain-error and friends, which seem to be
2447 unused after the floating-point code revamp.
2448
2449 * functions.texi (Defining Functions): defun is now a macro.
2450 (Obsolete Functions): Obsolescence also affects
2451 documentation commands. Various clarifications.
2452 (Declare Form): New node.
2453
2454 * strings.texi (String Basics): Copyedits.
2455
2456 * os.texi (Startup Summary): Document leim-list.el change.
2457 (User Identification): Add system-users and system-groups.
2458 (Idle Timers): Minor clarifications.
2459
2460 * macros.texi (Defining Macros): Move description of `declare' to
2461 Declare Form node.
2462
2463 * loading.texi (Autoload):
2464 * help.texi (Documentation Basics): The special sequences can
2465 trigger autoloading.
2466
2467 * numbers.texi (Integer Basics): Copyedits.
2468 (Float Basics): Consider IEEE floating point always available.
2469 (Random Numbers): Document actual limits.
2470 (Arithmetic Operations): Clarify division by zero. Don't mention
2471 the machine-independence of negative division since it does not
2472 happen in practice.
2473
2474 2012-09-28 Leo Liu <sdl.web@gmail.com>
2475
2476 * files.texi (Files): Fix typo.
2477
2478 2012-09-23 Chong Yidong <cyd@gnu.org>
2479
2480 * buffers.texi (Read Only Buffers): Document read-only-mode.
2481
2482 * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
2483 read-only-mode.
2484
2485 * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
2486 calling conventions.
2487
2488 2012-09-22 Chong Yidong <cyd@gnu.org>
2489
2490 * searching.texi (Replacing Match): Minor clarification.
2491
2492 2012-09-22 Eli Zaretskii <eliz@gnu.org>
2493
2494 * edebug.texi (Instrumenting): Improve indexing.
2495
2496 * os.texi (Idle Timers): Warn against reinvoking an idle timer
2497 from within its own timer action. (Bug#12447)
2498
2499 2012-09-22 Chong Yidong <cyd@gnu.org>
2500
2501 * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
2502
2503 2012-09-21 Glenn Morris <rgm@gnu.org>
2504
2505 * debugging.texi (Using Debugger): Fix typo.
2506
2507 2012-09-18 Chong Yidong <cyd@gnu.org>
2508
2509 * display.texi (Faces): Discuss anonymous faces.
2510 (Face Attributes): Tweak intro.
2511 (Defining Faces): Move after the Face Attributes node. Copyedits.
2512 (Displaying Faces): Describe role of inheritance.
2513
2514 * customize.texi (Customization): Define customization more
2515 carefully (Bug#11440).
2516 (Common Keywords): Add xref to Constant Variables.
2517
2518 * variables.texi (Defining Variables): Link to defcustom's node
2519 instead of the higher-level Customization chapter.
2520
2521 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
2522
2523 Simplify, document, and port floating-point (Bug#12381).
2524 * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
2525 Document that / and mod (with floating point arguments), along
2526 with asin, acos, log, log10, expt and sqrt, return special values
2527 instead of signaling exceptions.
2528 (Float Basics): Document that logb operates on the absolute value
2529 of its argument.
2530 (Math Functions): Document that (log ARG BASE) also returns NaN if
2531 BASE is negative. Document that (expt X Y) returns NaN if X is a
2532 finite negative number and Y a finite non-integer.
2533
2534 2012-09-09 Chong Yidong <cyd@gnu.org>
2535
2536 * lists.texi (Sets And Lists): Explain that the return value for
2537 delete should be used, like for delq.
2538
2539 * minibuf.texi (Yes-or-No Queries): Document recentering and
2540 scrolling in y-or-n-p. Remove gratuitous example.
2541
2542 * searching.texi (Search and Replace): Document window scrolling
2543 entries in query-replace-map.
2544
2545 2012-09-08 Chong Yidong <cyd@gnu.org>
2546
2547 * syntax.texi (Syntax Table Internals): Define "raw syntax
2548 descriptor" terminology (Bug#12383).
2549 (Syntax Descriptors): Mention raw syntax descriptors.
2550
2551 2012-09-07 Chong Yidong <cyd@gnu.org>
2552
2553 * variables.texi (Creating Buffer-Local): Fix description of
2554 local-variable-if-set-p (Bug#10713).
2555
2556 * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
2557
2558 * windows.texi (Display Action Functions)
2559 (Choosing Window Options): Remove obsolete variable
2560 display-buffer-reuse-frames.
2561 (Switching Buffers): Minor doc tweak for switch-to-buffer.
2562
2563 * positions.texi (Narrowing): Document buffer-narrowed-p.
2564
2565 * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
2566
2567 * syntax.texi (Low-Level Parsing): Add xref to Parser State
2568 (Bug#12269).
2569
2570 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
2571
2572 * debugging.texi (Explicit Debug): Document `debug-on-message'.
2573
2574 2012-09-02 Chong Yidong <cyd@gnu.org>
2575
2576 * windows.texi (Window Configurations): Recommend against using
2577 save-window-excursion (Bug#12075).
2578
2579 * control.texi (Catch and Throw):
2580 * positions.texi (Excursions): Don't mention it.
2581
2582 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2583
2584 Better seed support for (random).
2585 * numbers.texi (Random Numbers): Document new behavior of
2586 the calls (random) and (random STRING).
2587
2588 2012-08-21 Martin Rudalics <rudalics@gmx.at>
2589
2590 * windows.texi (Window Point): Document recent changes in
2591 window-point and set-window-point.
2592 (Selecting Windows): Document recent change in select-window.
2593
2594 2012-08-06 Eli Zaretskii <eliz@gnu.org>
2595
2596 * functions.texi (Closures): Put the main index entry for
2597 "closures" here. (Bug#12138)
2598
2599 * variables.texi (Lexical Binding): Disambiguate the index entry
2600 for "closures".
2601
2602 2012-08-05 Chong Yidong <cyd@gnu.org>
2603
2604 * display.texi (Defining Faces): Move documentation of
2605 frame-background-mode to the Emacs manual (Bug#7774).
2606
2607 2012-08-04 Chong Yidong <cyd@gnu.org>
2608
2609 * syntax.texi (Syntax Basics): Rearrange the text for clarity.
2610 Fix description of syntax table inheritance.
2611 (Syntax Table Functions): Don't refer to internal contents of
2612 syntax table, since that is not explained yet. Copyedits.
2613 (Standard Syntax Tables): Node deleted.
2614 (Syntax Table Internals): Misc clarifications. Improve table
2615 formatting.
2616
2617 * keymaps.texi (Inheritance and Keymaps):
2618 * text.texi (Sticky Properties): Tweak index entry.
2619
2620 2012-07-28 Eli Zaretskii <eliz@gnu.org>
2621
2622 * nonascii.texi (Character Sets): Fix a typo. (Bug#12062)
2623
2624 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
2625
2626 Prefer typical American spelling for "acknowledgment".
2627 * intro.texi (Acknowledgments): Rename from Acknowledgements.
2628
2629 2012-07-21 Eli Zaretskii <eliz@gnu.org>
2630
2631 * commands.texi (Special Events): Mention language-change event.
2632 (Input Events, Interactive Codes):
2633 * keymaps.texi (Key Sequences): Mention events that are
2634 non-keyboard but also non-mouse events.
2635
2636 2012-07-17 Chong Yidong <cyd@gnu.org>
2637
2638 * text.texi (Insertion): Document insert-char changes.
2639
2640 2012-07-15 Leo Liu <sdl.web@gmail.com>
2641
2642 * display.texi (Fringe Bitmaps): Add exclamation-mark.
2643
2644 2012-07-13 Chong Yidong <cyd@gnu.org>
2645
2646 * buffers.texi (Read Only Buffers): Document toggle-read-only
2647 changes. Reword to account for the fact that read-only is
2648 currently not supported in overlay properties.
2649
2650 2012-07-07 Chong Yidong <cyd@gnu.org>
2651
2652 * loading.texi (Library Search): Index site-lisp directories.
2653
2654 2012-07-06 Chong Yidong <cyd@gnu.org>
2655
2656 * intro.texi (A Sample Function Description): Fix incorrect
2657 markup, undoing previous change.
2658 (A Sample Variable Description): Minor clarifications and markup
2659 improvements.
2660
2661 * elisp.texi (Top):
2662 * text.texi (Text): Fix menu order.
2663
2664 2012-07-06 Richard Stallman <rms@gnu.org>
2665
2666 * intro.texi (Evaluation Notation, A Sample Function Description)
2667 (A Sample Variable Description): Improve/undo previous changes.
2668
2669 2012-07-05 Glenn Morris <rgm@gnu.org>
2670
2671 * intro.texi (A Sample Function Description): Fix cross-refs.
2672
2673 2012-07-05 Michael Witten <mfwitten@gmail.com> (tiny change)
2674
2675 * intro.texi (Evaluation Notation, A Sample Function Description)
2676 (A Sample Variable Description, Version Info): Copy edits (bug#11862).
2677
2678 2012-06-27 Chong Yidong <cyd@gnu.org>
2679
2680 * processes.texi (Asynchronous Processes, Input to Processes):
2681 * internals.texi (Process Internals): Don't capitalize "pty".
2682
2683 2012-06-24 Thien-Thi Nguyen <ttn@gnuvola.org>
2684
2685 * processes.texi (Asynchronous Processes): Make the pty vs pipe
2686 discussion more prominent.
2687
2688 2012-06-23 Eli Zaretskii <eliz@gnu.org>
2689
2690 * commands.texi (Misc Events): Document the language-change event.
2691
2692 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
2693
2694 Support higher-resolution time stamps (Bug#9000).
2695 * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
2696 * processes.texi (System Processes):
2697 Time stamp resolution is now picosecond, not microsecond.
2698
2699 2012-06-21 Glenn Morris <rgm@gnu.org>
2700
2701 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
2702
2703 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
2704
2705 * functions.texi (Defining Functions):
2706 * macros.texi (Defining Macros): Un-define the return value of `defun',
2707 `defmacro' and `defalias'.
2708
2709 2012-06-17 Chong Yidong <cyd@gnu.org>
2710
2711 * elisp.texi: Remove urlcolor setting.
2712
2713 2012-06-17 Glenn Morris <rgm@gnu.org>
2714
2715 * display.texi (Face Attributes): Copyedits. Add a few cindex entries.
2716 Overlining no longer behaves exactly like underlining.
2717
2718 2012-06-16 Aurélien Aptel <aurelien.aptel@gmail.com>
2719
2720 * display.texi (Face Attributes):
2721 Document wave-style underline face attribute.
2722
2723 2012-06-11 Chong Yidong <cyd@gnu.org>
2724
2725 * display.texi (ImageMagick Images): ImageMagick now supports the
2726 :background property.
2727
2728 2012-06-10 Dmitry Antipov <dmantipov@yandex.ru>
2729
2730 * internals.texi (Garbage Collection): Typo fix.
2731
2732 2012-06-09 Chong Yidong <cyd@gnu.org>
2733
2734 * text.texi (Special Properties): Clarify the meaning of a list of
2735 faces in the `face' property.
2736
2737 * display.texi (Face Remapping): Minor clarification.
2738
2739 2012-06-08 Chong Yidong <cyd@gnu.org>
2740
2741 * display.texi (Face Attributes): Font family does not accept
2742 wildcards. De-document obsolete :bold and :italic attributes.
2743 (Defining Faces): Use new-style face spec format.
2744
2745 2012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
2746
2747 * internals.texi (Garbage Collection): Document new
2748 vector management code and vectorlike_header structure.
2749
2750 2012-06-03 Chong Yidong <cyd@gnu.org>
2751
2752 * modes.texi (Mode Line Data): Use "mode line construct"
2753 terminology for consistency.
2754
2755 2012-05-27 Glenn Morris <rgm@gnu.org>
2756
2757 * abbrevs.texi, advice.texi, anti.texi, backups.texi:
2758 * buffers.texi, commands.texi, compile.texi, control.texi:
2759 * customize.texi, debugging.texi, display.texi, doclicense.texi:
2760 * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
2761 * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
2762 * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
2763 * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
2764 * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
2765 * objects.texi, os.texi, package.texi, positions.texi:
2766 * processes.texi, searching.texi, sequences.texi, streams.texi:
2767 * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
2768 * variables.texi, windows.texi: Nuke hand-written node pointers.
2769
2770 2012-05-27 Chong Yidong <cyd@gnu.org>
2771
2772 * functions.texi (Obsolete Functions):
2773 Fix doc for set-advertised-calling-convention.
2774
2775 * modes.texi (Mode Help): Fix describe-mode.
2776
2777 * display.texi (Face Functions): Fix define-obsolete-face-alias.
2778
2779 * variables.texi (Variable Aliases): Fix make-obsolete-variable.
2780
2781 2012-05-27 Martin Rudalics <rudalics@gmx.at>
2782
2783 * commands.texi (Recursive Editing): recursive-edit is a command.
2784
2785 * compile.texi (Docs and Compilation):
2786 byte-compile-dynamic-docstrings is an option.
2787
2788 * debugging.texi (Invoking the Debugger): debug is a command.
2789
2790 * display.texi (Progress): progress-reporter-update and
2791 progress-reporter-force-update have VALUE argument optional.
2792 (Animated Images): Use non-@code{nil} instead of non-nil.
2793
2794 * files.texi (Format Conversion Round-Trip):
2795 Use non-@code{nil} instead of non-nil.
2796
2797 * frames.texi (Creating Frames): make-frame is a command.
2798 (Input Focus): select-frame is a command.
2799 (Pointer Shape): void-text-area-pointer is an option.
2800
2801 * help.texi (Describing Characters): read-kbd-macro is a command.
2802 (Help Functions): describe-prefix-bindings is a command.
2803
2804 * markers.texi (Creating Markers): Both arguments of copy-marker
2805 are optional.
2806
2807 * minibuf.texi (Reading File Names): Use @kbd instead of @code.
2808
2809 * modes.texi (Mode Line Variables): mode-line-remote and
2810 mode-line-client are not options.
2811 (Imenu): imenu-add-to-menubar is a command.
2812 (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
2813
2814 * os.texi (Sound Output): play-sound-file is a command.
2815
2816 * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
2817
2818 * processes.texi (Signals to Processes):
2819 Use @key{RET} instead of @code{RET}.
2820 (Signals to Processes): signal-process is a command.
2821
2822 * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
2823 (Base 64): base64-encode-string is not a command while
2824 base64-decode-region is.
2825
2826 * windows.texi (Switching Buffers): pop-to-buffer is a command.
2827
2828 2012-05-12 Glenn Morris <rgm@gnu.org>
2829
2830 * Makefile.in (MKDIR_P): New, set by configure.
2831 (mkinfodir): Use $MKDIR_P.
2832
2833 2012-05-10 Glenn Morris <rgm@gnu.org>
2834
2835 * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
2836 with "coding: raw-text".
2837 Concept of multibyte sessions no longer exists.
2838
2839 * files.texi (File Locks): Mention create-lockfiles option.
2840
2841 2012-05-09 Glenn Morris <rgm@gnu.org>
2842
2843 * vol1.texi, vol2.texi: Remove files.
2844 * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
2845 * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
2846
2847 * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
2848
2849 * two-volume.make (emacsdir): New.
2850 (tex): Add directory with emacsver.texi to TEXINPUTS.
2851
2852 * minibuf.texi (Minibuffer History, Basic Completion):
2853 Tweak page breaks.
2854
2855 * internals.texi (Garbage Collection, Memory Usage)
2856 (Writing Emacs Primitives): Tweak page breaks.
2857
2858 * streams.texi (Output Variables): Improve page break.
2859
2860 * edebug.texi (Edebug Display Update): Improve page break.
2861
2862 * compile.texi (Disassembly): Condense the examples.
2863
2864 * eval.texi, functions.texi, loading.texi, macros.texi:
2865 Where possible, use example rather than smallexample.
2866
2867 * symbols.texi: Where possible, use example rather than smallexample.
2868 (Symbol Components): Fix typo.
2869 (Other Plists): Tweak page break.
2870
2871 * sequences.texi (Arrays): Tweak page breaks.
2872
2873 * customize.texi: Where possible, use example rather than smallexample.
2874 (Common Keywords, Variable Definitions, Applying Customizations)
2875 (Custom Themes): Tweak page breaks.
2876
2877 * control.texi: Where possible, use example rather than smallexample.
2878 (Sequencing, Conditionals, Signaling Errors, Handling Errors):
2879 Tweak page breaks.
2880
2881 2012-05-08 Glenn Morris <rgm@gnu.org>
2882
2883 * two.el: Remove; unused since creation of two-volume.make.
2884
2885 * vol1.texi, vol2.texi: No need to keep menus in these files.
2886
2887 2012-05-05 Glenn Morris <rgm@gnu.org>
2888
2889 * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
2890
2891 * intro.texi (Caveats): Copyedit.
2892 (Lisp History): Convert inforef to xref.
2893 (Lisp History, Printing Notation, Version Info): Improve page-breaks.
2894
2895 * text.texi (Auto Filling): Don't mention Emacs 19.
2896
2897 * commands.texi (Event Input Misc): Don't mention unread-command-char.
2898 * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
2899
2900 * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
2901
2902 * lists.texi (List-related Predicates, List Variables):
2903 Tweak page-breaks.
2904 (Sets And Lists): Convert inforef to xref.
2905
2906 2012-05-04 Glenn Morris <rgm@gnu.org>
2907
2908 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
2909 (info, infoclean): Use $INFO_EXT.
2910 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
2911 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
2912 (info, maintainer-clean): Use $INFO_EXT.
2913 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
2914
2915 2012-05-04 Chong Yidong <cyd@gnu.org>
2916
2917 * os.texi (Timers): Use defopt for timer-max-repeats.
2918
2919 2012-05-03 Paul Eggert <eggert@cs.ucla.edu>
2920
2921 * os.texi (Time of Day): Do not limit current-time-string
2922 to years 1000..9999.
2923
2924 2012-05-02 Chong Yidong <cyd@gnu.org>
2925
2926 * display.texi (Font Lookup):
2927 * frames.texi (Pointer Shape):
2928 * processes.texi (Subprocess Creation): Use defopt for options.
2929
2930 2012-05-02 Glenn Morris <rgm@gnu.org>
2931
2932 * elisp.texi (@copying):
2933 * intro.texi (Introduction): Only print VERSION in the TeX version.
2934
2935 2012-05-02 Chong Yidong <cyd@gnu.org>
2936
2937 * text.texi (Change Hooks): Minor fix for after-change-functions.
2938
2939 2012-05-02 Glenn Morris <rgm@gnu.org>
2940
2941 * package.texi (Packaging Basics):
2942 * loading.texi (Autoload):
2943 * files.texi (Magic File Names):
2944 Reword to remove/reduce some overly long/short lines.
2945
2946 2012-04-27 Glenn Morris <rgm@gnu.org>
2947
2948 * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
2949 * modes.texi (Major Modes, Auto-Indentation):
2950 * buffers.texi (Buffers): Some fixes for menu descriptions.
2951
2952 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2953 * functions.texi (Simple Lambda, Argument List):
2954 * eval.texi (Function Indirection): Avoid deprecated form.
2955
2956 2012-04-27 Glenn Morris <rgm@gnu.org>
2957
2958 * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
2959 Add "et al." to authors.
2960
2961 * buffers.texi, commands.texi, compile.texi, control.texi:
2962 * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
2963 * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
2964 * modes.texi, numbers.texi, objects.texi, streams.texi:
2965 * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
2966 Use Texinfo recommended convention for quotes+punctuation.
2967
2968 2012-04-27 Chong Yidong <cyd@gnu.org>
2969
2970 * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
2971 to where-is-internal (Bug#10872).
2972
2973 2012-04-27 Glenn Morris <rgm@gnu.org>
2974
2975 * macros.texi (Indenting Macros): Fix typo.
2976
2977 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
2978 (Resizing Windows, Deleting Windows, Selecting Windows)
2979 (Choosing Window Options, Horizontal Scrolling)
2980 (Cyclic Window Ordering, Window History, Dedicated Windows)
2981 (Quitting Windows, Window Configurations, Textual Scrolling)
2982 (Coordinates and Windows, Window Configurations)
2983 (Window Parameters, Window Hooks): Copyedits.
2984 (Splitting Windows, Deleting Windows):
2985 Fix ignore-window-parameters logic.
2986 (Selecting Windows, Choosing Window Options): Markup fixes.
2987 (Window Start and End): Remove pointless example.
2988 Remove cross-reference to deleted count-lines content.
2989 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
2990 and recenter-positions. Remove recenter example.
2991
2992 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
2993
2994 * minibuf.texi (Intro to Minibuffers):
2995 Tweak discussion of resizing minibuffer window.
2996
2997 2012-04-26 Glenn Morris <rgm@gnu.org>
2998
2999 * elisp-covers.texi, front-cover-1.texi: Remove files.
3000
3001 * tindex.pl: Remove file.
3002
3003 * makefile.w32-in (srcs):
3004 * Makefile.in (srcs): Remove back.texi (which is unused).
3005
3006 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
3007
3008 * os.texi (Notifications): Extend possible notification hints.
3009 Add notifications-get-capabilities.
3010
3011 2012-04-20 Chong Yidong <cyd@gnu.org>
3012
3013 * processes.texi (Asynchronous Processes): Mention nil argument to
3014 start-process.
3015
3016 2012-04-20 Glenn Morris <rgm@gnu.org>
3017
3018 * minibuf.texi (Basic Completion): No need to describe obarrays here.
3019 Don't mention obsolete `nospace' argument of all-completions.
3020 (Minibuffer Completion, Completion Commands, Reading File Names)
3021 (Completion Variables): Copyedits.
3022 (Completion Commands): Mention parent keymaps.
3023 Remove obsolete minibuffer-local-filename-must-match-map.
3024 (High-Level Completion): Remove read-variable's almost
3025 word-for-word duplication of read-command.
3026 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
3027 Update "High-Level Completion" description.
3028
3029 * minibuf.texi (Minibuffers):
3030 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
3031
3032 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
3033 Use Texinfo-recommended form of quote+punctuation.
3034 (Intro to Minibuffers): First minibuffer is #1, not #0.
3035 Mention minibuffer-inactive-mode.
3036 (Text from Minibuffer): Copyedits.
3037 (Minibuffer History, Programmed Completion): Fix @var usage.
3038 (Object from Minibuffer): Remove overly pedantic para.
3039 (Minibuffer History): Copyedits. Add face-name-history.
3040 (Initial Input, Yes-or-No Queries, Multiple Queries)
3041 (Minibuffer Windows, Minibuffer Misc): Copyedits.
3042 (Yes-or-No Queries): Tweak example.
3043 (Minibuffer Commands): Add next-complete-history-element.
3044 (Minibuffer Misc): Mention minibuffer-message-timeout, and
3045 minibuffer-inactive-mode.
3046
3047 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
3048 (Bindat Functions): Copyedits.
3049
3050 2012-04-20 Christopher Schmidt <christopher@ch.ristopher.com>
3051
3052 * files.texi (Saving Buffers): Document `visit and `visit-save'
3053 values of require-final-newline.
3054
3055 2012-04-20 Glenn Morris <rgm@gnu.org>
3056
3057 * processes.texi (Output from Processes, Filter Functions):
3058 Mention waiting-for-user-input-p.
3059 (Sentinels, Query Before Exit, System Processes, Transaction Queues)
3060 (Network Servers, Datagrams, Network Processes, Network Options)
3061 (Network Feature Testing, Serial Ports): Copyedits.
3062 (Network): Add encrypted network overview paragraph.
3063 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
3064
3065 2012-04-20 Chong Yidong <cyd@gnu.org>
3066
3067 * help.texi (Keys in Documentation): Mention :advertised-binding.
3068
3069 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
3070 description to help.texi.
3071
3072 2012-04-20 Glenn Morris <rgm@gnu.org>
3073
3074 * processes.texi (Process Information, Input to Processes)
3075 (Signals to Processes, Output from Processes, Process Buffers)
3076 (Filter Functions, Decoding Output): Copyedits.
3077 (Accepting Output): Discourage use of `millisec' argument.
3078
3079 2012-04-15 Glenn Morris <rgm@gnu.org>
3080
3081 * processes.texi (Processes, Subprocess Creation, Shell Arguments)
3082 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
3083 Copyedits.
3084 (Subprocess Creation): Discourage modifying exec-path directly.
3085 (Synchronous Processes, Asynchronous Processes):
3086 Update some example output.
3087 (Process Information): Fix typo.
3088 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
3089
3090 2012-04-15 Glenn Morris <rgm@gnu.org>
3091
3092 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
3093 open-network-stream does exist in Emacs 23, but is simpler.
3094
3095 2012-04-15 Chong Yidong <cyd@gnu.org>
3096
3097 * customize.texi (Custom Themes): Also document load-theme etc.
3098
3099 2012-04-14 Chong Yidong <cyd@gnu.org>
3100
3101 * customize.texi (Applying Customizations, Custom Themes): New nodes.
3102
3103 * display.texi (Defining Faces): Reference custom-set-faces.
3104
3105 * modes.texi (Defining Minor Modes, Defining Minor Modes):
3106 * os.texi (Startup Summary): Copyedits.
3107
3108 2012-04-14 Glenn Morris <rgm@gnu.org>
3109
3110 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
3111
3112 * strings.texi (Case Tables):
3113 * objects.texi (General Escape Syntax):
3114 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
3115
3116 * buffers.texi, compile.texi, customize.texi, debugging.texi:
3117 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
3118 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
3119 * text.texi: Use @file for buffers, per the Texinfo manual.
3120
3121 * compile.texi (Compiler Errors): Add missing space in buffer name.
3122
3123 2012-04-14 Chong Yidong <cyd@gnu.org>
3124
3125 * processes.texi (Query Before Exit): Remove obsolete function
3126 process-kill-without-query (Bug#11190).
3127
3128 2012-04-14 Glenn Morris <rgm@gnu.org>
3129
3130 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
3131 Use @env for environment variables.
3132
3133 * Makefile.in: Replace non-portable use of $< in ordinary rules.
3134
3135 2012-04-12 Jari Aalto <jari.aalto@cante.net>
3136
3137 * processes.texi (Synchronous Processes):
3138 Mention `default-directory' (bug#7515).
3139
3140 2012-04-09 Chong Yidong <cyd@gnu.org>
3141
3142 * customize.texi (Variable Definitions): Remove user-variable-p.
3143
3144 * commands.texi (Interactive Codes):
3145 * help.texi (Accessing Documentation):
3146 * minibuf.texi (High-Level Completion): Callers changed.
3147
3148 2012-04-06 Chong Yidong <cyd@gnu.org>
3149
3150 * minibuf.texi (Programmed Completion): Document metadata method.
3151 (Completion Variables): Document completion-category-overrides.
3152
3153 2012-04-05 Chong Yidong <cyd@gnu.org>
3154
3155 * anti.texi (Antinews): Rewrite for Emacs 23.
3156
3157 2012-04-04 Chong Yidong <cyd@gnu.org>
3158
3159 * minibuf.texi (Programmed Completion): Remove obsolete variable
3160 completion-annotate-function.
3161 (Completion Variables): Rename from Completion Styles.
3162 Document completion-extra-properties. Document completion-styles-alist
3163 change.
3164 (Reading File Names): minibuffer-local-filename-must-match-map is
3165 not used anymore.
3166 (Minibuffer Completion): Document completing-read-function.
3167 (Completion in Buffers): completion-at-point-functions can return
3168 properties recognized in completion-extra-properties.
3169
3170 * display.texi (Delayed Warnings): New node.
3171
3172 * os.texi (Notifications): Copyedits.
3173
3174 2012-04-04 Glenn Morris <rgm@gnu.org>
3175
3176 * os.texi (Notifications): Copyedits.
3177
3178 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
3179
3180 * os.texi (Terminal-Specific): Fix typo.
3181 (Notifications): New section.
3182
3183 * elisp.texi (Top):
3184 * vol1.texi (Top):
3185 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
3186 menu entries.
3187
3188 2012-04-01 Chong Yidong <cyd@gnu.org>
3189
3190 * files.texi (Kinds of Files): file-subdir-of-p renamed to
3191 file-in-directory-p.
3192
3193 2012-03-31 Glenn Morris <rgm@gnu.org>
3194
3195 * edebug.texi (Instrumenting Macro Calls):
3196 Mention defining macros at instrumentation time.
3197 (Edebug Options): Mention edebug-unwrap-results.
3198
3199 2012-03-31 Eli Zaretskii <eliz@gnu.org>
3200
3201 * text.texi (Special Properties): Clarify the description of the
3202 effect of integer values of the 'cursor' property on cursor
3203 position. See the discussions in bug#11068 for more details and
3204 context.
3205
3206 2012-03-31 Glenn Morris <rgm@gnu.org>
3207
3208 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
3209 Copyedits.
3210
3211 2012-03-30 Chong Yidong <cyd@gnu.org>
3212
3213 * display.texi (Image Formats): Add imagemagick type.
3214 (Image Descriptors): Mention how they are used.
3215 (ImageMagick Images): Clarify role of imagemagick-register-types.
3216 (Character Display): Don't mention glyph tables.
3217 (Display Tables): Use make-glyph-code in example.
3218 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
3219 tables are semi-obsolete. De-document create-glyph.
3220 (Glyphless Chars): Note that display tables override this.
3221 (Bidirectional Display): Copyedits. Introduce "bidirectional
3222 reordering" terminology, and use it.
3223
3224 2012-03-30 Glenn Morris <rgm@gnu.org>
3225
3226 * edebug.texi (Jumping): Give name of `i' binding.
3227
3228 2012-03-28 Glenn Morris <rgm@gnu.org>
3229
3230 * searching.texi (Regular Expressions, Regexp Special)
3231 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search)
3232 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
3233 (Regexp Special): Mention collation.
3234 Clarify char classes with an example.
3235 (Regexp Functions): Mention regexp-opt is not guaranteed.
3236 Mention regexp-opt-charset.
3237 (Regexp Search): Recommend against looking-back.
3238 (Search and Replace): Use Texinfo recommended quote convention.
3239 Add more query-replace-map items. List multi-query-replace-map items.
3240
3241 2012-03-27 Martin Rudalics <rudalics@gmx.at>
3242
3243 * windows.texi (Window History): Describe new option
3244 switch-to-visible-buffer.
3245
3246 2012-03-27 Glenn Morris <rgm@gnu.org>
3247
3248 * searching.texi (String Search): Add xref to Emacs manual.
3249 Copyedits. Mention the function word-search-regexp.
3250 (Searching and Case): Add xref to Emacs manual. Copyedits.
3251
3252 * processes.texi (Network Servers): Standardize apostrophe usage.
3253
3254 * os.texi (System Environment): Copyedits. Remove some examples
3255 that do not seem useful. Mention setenv third arg.
3256 tty-erase-char does not seem to be nil under a window-system.
3257 (User Identification): Copyedits.
3258 Remove some examples that do not seem useful.
3259
3260 2012-03-26 Glenn Morris <rgm@gnu.org>
3261
3262 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
3263 (Init File): Copyedits.
3264 (Command-Line Arguments): Copyedits. Do not mention argv alias.
3265 (Killing Emacs): Copyedits.
3266 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
3267 Shorten the example, use more standard shell prompts.
3268
3269 2012-03-25 Chong Yidong <cyd@gnu.org>
3270
3271 * display.texi (Fringes): Note that fringes are shown on graphical
3272 displays only.
3273 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
3274 (Replacing Specs): Clarify example.
3275 (Manipulating Buttons): Note that button-at can return a marker.
3276 (Buttons): Minor rewrite.
3277 (Character Display): New node. Consolidate all character display
3278 related nodes into its subsections.
3279 (Usual Display): Character 127 is also affected by ctl-arrow.
3280 (Display Tables): Improve example.
3281
3282 2012-03-22 Glenn Morris <rgm@gnu.org>
3283
3284 * strings.texi (Text Comparison): Mention string-prefix-p.
3285
3286 2012-03-21 Chong Yidong <cyd@gnu.org>
3287
3288 * display.texi (The Echo Area): Add xref to Output Streams.
3289 (Displaying Messages): Improve doc of message.
3290 (Echo Area Customization, Invisible Text): Copyedits.
3291 (Invisible Text): Mention that spec comparison is done with eq.
3292 (Width): Improve doc of char-width.
3293 (Faces): Recommend using symbol instead of string for face name.
3294 Minor clarifications.
3295 (Defining Faces): Copyedits. Update face example.
3296 (Attribute Functions): Mark set-face-foreground etc as commands.
3297 (Face Remapping): Mention text-scale-adjust.
3298 Clarify face-remapping-alist and related docs.
3299 (Face Functions): Don't document make-face or copy-face.
3300
3301 2012-03-20 Chong Yidong <cyd@gnu.org>
3302
3303 * display.texi (Forcing Redisplay): Various rewrites to reflect
3304 new value of redisplay-dont-pause.
3305 (Truncation): Copyedits.
3306
3307 2012-03-20 Glenn Morris <rgm@gnu.org>
3308
3309 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
3310 Add summary table of some relevant command-line options.
3311
3312 2012-03-18 Chong Yidong <cyd@gnu.org>
3313
3314 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
3315 (Writing Emacs Primitives): Re-organize discussion of functions
3316 with variable Lisp arguments are handled. Delete an obsolete
3317 remark, previously tagged as FIXME.
3318
3319 * os.texi (Idle Timers): Minor clarification.
3320 (Idle Timers): Link to Time of Day for description of time list.
3321
3322 2012-03-18 Glenn Morris <rgm@gnu.org>
3323
3324 * os.texi (System Interface): Flow control was removed.
3325 (Startup Summary): General update.
3326 (Init File): Don't mention compiling it.
3327
3328 2012-03-17 Chong Yidong <cyd@gnu.org>
3329
3330 * os.texi (Startup Summary): Mention package loading.
3331 (Init File): Don't refer to .emacs in section title. Copyedits.
3332 (Terminal-Specific): Give a realistic example.
3333 (Command-Line Arguments): Reference Entering Emacs instead of
3334 repeating the spiel about not restarting Emacs.
3335 (Time of Day): Discuss time representation at beginning of node.
3336 (Sound Output): Copyedits.
3337
3338 * package.texi (Packaging Basics): Document package-initialize.
3339
3340 2012-03-17 Eli Zaretskii <eliz@gnu.org>
3341
3342 * frames.texi (Initial Parameters): Add an index entry for
3343 minibuffer-only frame.
3344
3345 2012-03-16 Glenn Morris <rgm@gnu.org>
3346
3347 * modes.texi (Major Mode Conventions): Mention the strange
3348 relationship between View mode and special modes. (Bug#10650)
3349
3350 2012-03-11 Chong Yidong <cyd@gnu.org>
3351
3352 * windows.texi (Window Configurations): save-window-excursion is
3353 now a macro.
3354
3355 * display.texi (Temporary Displays): with-output-to-temp-buffer is
3356 now a macro.
3357
3358 * text.texi (Fields): Minor copyedit.
3359
3360 2012-03-10 Eli Zaretskii <eliz@gnu.org>
3361
3362 * strings.texi (String Basics):
3363 * sequences.texi (Sequence Functions): Mention that `length' is
3364 not appropriate for computing the string width on display; add a
3365 cross-reference to the description of `string-width'. (Bug#10978)
3366
3367 * eval.texi (Autoloading): Minor change of wording.
3368
3369 2012-03-10 Chong Yidong <cyd@gnu.org>
3370
3371 * loading.texi (Autoload): Explicitly state which forms are
3372 processed specially (Bug#7783).
3373
3374 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
3375 non-default situation. Describe one-submenu exception (Bug#7695).
3376
3377 * nonascii.texi (Character Properties): Copyedits.
3378
3379 2012-03-08 Chong Yidong <cyd@gnu.org>
3380
3381 * text.texi (Mode-Specific Indent): Document new behavior of
3382 indent-for-tab-command. Document tab-always-indent.
3383 (Special Properties): Copyedits.
3384 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
3385 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
3386 libxml-parse-html-region.
3387
3388 2012-03-07 Glenn Morris <rgm@gnu.org>
3389
3390 * markers.texi (The Region): Briefly mention use-empty-active-region
3391 and region-active-p.
3392 (Overview of Markers): Reword garbage collection, add cross-ref.
3393 (The Mark): Tiny clarification re command loop and activate-mark-hook.
3394
3395 2012-03-07 Chong Yidong <cyd@gnu.org>
3396
3397 * text.texi (Buffer Contents): Don't duplicate explanation of
3398 region arguments from Text node. Put doc of obsolete var
3399 buffer-substring-filters back, since it is referred to.
3400 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
3401 selection by default.
3402
3403 * markers.texi (The Mark): Fix typo.
3404 (The Region): Copyedits.
3405
3406 2012-03-07 Glenn Morris <rgm@gnu.org>
3407
3408 * markers.texi (Overview of Markers): Copyedits.
3409 (Creating Markers): Update approximate example buffer size.
3410 (The Mark): Don't mention uninteresting return values.
3411
3412 2012-03-05 Chong Yidong <cyd@gnu.org>
3413
3414 * positions.texi (Text Lines): Document count-words.
3415
3416 2012-03-04 Chong Yidong <cyd@gnu.org>
3417
3418 * frames.texi (Frames): Remove little-used "terminal frame" and
3419 "window frame" terminology.
3420 (Frame Parameters, Font and Color Parameters, Initial Parameters)
3421 (Size and Position, Visibility of Frames): Callers changed.
3422 (Frames): Clarify which terminals in framep are graphical.
3423 (Initial Parameters): --geometry is not the only option which adds
3424 to initial-frame-alist.
3425 (Position Parameters): Note that icon-left and icon-top are for
3426 old window managers only.
3427 (Size Parameters): Sizes are in characters even on graphical
3428 displays.
3429 (Management Parameters): Note that window-id and outer-window-id
3430 can't really be changed, and that auto-raise isn't always obeyed.
3431 (Cursor Parameters): Document cursor-type explicitly.
3432 (Size and Position): The aliases set-screen-height and
3433 set-screen-width have been deleted.
3434 (Visibility of Frames): Mention "minimization".
3435
3436 * os.texi (Startup Summary): Minor clarifications.
3437 (Startup Summary, Suspending Emacs): Standardize on "text
3438 terminal" terminology.
3439
3440 * windows.texi (Basic Windows, Coordinates and Windows)
3441 (Coordinates and Windows):
3442 * display.texi (Refresh Screen, Line Height, Face Attributes)
3443 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
3444
3445 2012-03-04 Glenn Morris <rgm@gnu.org>
3446
3447 * abbrevs.texi: Small copyedits throughout.
3448 (Abbrev Mode): Remove this section, folding it into the top-level.
3449 (Abbrev Tables): Don't mention irrelevant return values.
3450 (Abbrev Expansion): Add cross-ref for wrapper hooks.
3451 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
3452 (Abbrev Table Properties): Update nil :regexp description.
3453
3454 2012-03-03 Glenn Morris <rgm@gnu.org>
3455
3456 * internals.texi: Change @appendix section commands to @section.
3457 (Building Emacs): Say less about CANNOT_DUMP platforms.
3458 Replace deleted eval-at-startup with custom-initialize-delay.
3459 (Pure Storage): Small changes.
3460 (Memory Usage): Copyedit.
3461 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
3462 example definitions. Give examples of things with non-nil
3463 interactive args. Mention eval_sub. Remove old info about
3464 strings and GCPRO. Mention cus-start.el.
3465 (Buffer Internals, Window Internals, Process Internals):
3466 Misc small updates and fixes for fields.
3467
3468 * tips.texi: Copyedits.
3469 (Coding Conventions): Mention autoloads.
3470 Combine partially duplicated macro items. Fix xref.
3471 Refer to Library Headers for copyright notice.
3472 (Programming Tips): edit-options is long-obsolete.
3473 (Compilation Tips): Mention loading bytecomp for byte-compile props.
3474 (Warning Tips): Mention declare-function.
3475 (Documentation Tips): Remove old info.
3476 (Comment Tips): Mention comment-dwim, not indent-for-comment.
3477 (Library Headers): General update.
3478
3479 2012-03-02 Glenn Morris <rgm@gnu.org>
3480
3481 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
3482 and relocate entry. Mention buffer-stale-function.
3483
3484 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
3485
3486 * hooks.texi (Standard Hooks): General update.
3487 Put related hooks together. Add and remove items.
3488 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
3489 * modes.texi (Hooks): Tweak cross-ref description.
3490
3491 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
3492
3493 * files.texi (Kinds of Files): The return value of file-equal-p is
3494 unspecified, if FILE1 or FILE2 does not exist.
3495
3496 2012-03-01 Glenn Morris <rgm@gnu.org>
3497
3498 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
3499
3500 * maps.texi (Standard Keymaps): General update.
3501 Remove mode-specific maps, talk about the more general keymaps.
3502 * help.texi (Help Functions): Add vindex for Helper-help-map.
3503 * keymaps.texi (Active Keymaps): Minor rephrasing.
3504
3505 2012-02-29 Glenn Morris <rgm@gnu.org>
3506
3507 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
3508
3509 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3510
3511 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
3512 Update changed behavior of file-subdir-of-p.
3513
3514 2012-02-28 Glenn Morris <rgm@gnu.org>
3515
3516 * advice.texi, anti.texi, display.texi, elisp.texi:
3517 * processes.texi, variables.texi, vol1.texi, vol2.texi:
3518 Standardize possessive apostrophe usage.
3519
3520 * locals.texi: Remove file.
3521 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
3522 Remove menu entry.
3523 * errors.texi, maps.texi: Adjust node pointers.
3524 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
3525 * makefile.w32-in (srcs):
3526 * Makefile.in (srcs): Remove locals.texi.
3527
3528 * frames.texi (Mouse Position): Fix cross-ref.
3529
3530 2012-02-27 Chong Yidong <cyd@gnu.org>
3531
3532 * buffers.texi (Creating Buffers): Clarify that
3533 generate-new-buffer uses generate-new-buffer-names.
3534 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
3535
3536 * files.texi (Directory Names): Index entry for file name abbreviations.
3537 (Relative File Names, File Name Expansion): Refer to it.
3538 (Locating Files): Move locate-user-emacs-file documentation to
3539 Standard File Names.
3540 (Standard File Names): Add locate-user-emacs-file; update examples.
3541
3542 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
3543
3544 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
3545
3546 2012-02-26 Chong Yidong <cyd@gnu.org>
3547
3548 * files.texi (Kinds of Files): Improve documentation of
3549 files-equal-p and file-subdir-of-p.
3550
3551 2012-02-26 Glenn Morris <rgm@gnu.org>
3552
3553 * intro.texi (Acknowledgements): Small changes.
3554
3555 2012-02-25 Glenn Morris <rgm@gnu.org>
3556
3557 * errors.texi: Don't try to list _all_ the error symbols.
3558 Add circular-list, cl-assertion-failed, compression-error.
3559 * elisp.texi, vol1.texi, vol2.texi:
3560 * control.texi (Error Symbols): Tweak "Standard Errors" description.
3561
3562 2012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3563
3564 * files.texi (files-equal-p, file-subdir-of-p): New,
3565 add initial documentation.
3566
3567 2012-02-25 Chong Yidong <cyd@gnu.org>
3568
3569 * files.texi (File Attributes): Document file-selinux-context.
3570 (Changing Files): Link to it.
3571 (Changing Files): Document set-file-selinux-context.
3572
3573 * backups.texi (Making Backups): Return value of backup-buffer is
3574 changed. Mention default value of backup-directory-alist.
3575 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
3576 (Auto-Saving): New minor mode behavior for auto-save-mode.
3577 (Reverting): Add defvar for revert-buffer-in-progress-p.
3578
3579 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
3580
3581 2012-02-24 Glenn Morris <rgm@gnu.org>
3582
3583 * errors.texi (Standard Errors): Mention dbus-error.
3584 For arith-error sub-classes, just use one cross-ref.
3585
3586 2012-02-23 Alan Mackenzie <acm@muc.de>
3587
3588 * modes.texi (Defining Minor Modes): Document the new keyword
3589 :after-hook.
3590
3591 2012-02-21 Chong Yidong <cyd@gnu.org>
3592
3593 * files.texi (Files): Mention magic file names as arguments.
3594 (Reading from Files): Copyedits.
3595 (File Attributes): Mention how to change file modes.
3596 (Changing Files): Use standard "file permissions" terminology.
3597 Add xref to File Attributes node.
3598 (Locating Files): Document locate-user-emacs-file.
3599 (Unique File Names): Recommend against using make-temp-name.
3600
3601 2012-02-19 Chong Yidong <cyd@gnu.org>
3602
3603 * help.texi (Documentation, Documentation Basics, Help Functions):
3604 Minor clarifications.
3605 (Accessing Documentation): Clarify what documentation-property is
3606 for. Add xref to Keys in Documentation.
3607
3608 * tips.texi (Documentation Tips): Don't recommend using * in
3609 docstrings.
3610
3611 * macros.texi (Defining Macros):
3612 * modes.texi (Derived Modes): Say "documentation string" instead
3613 of docstring.
3614
3615 2012-02-18 Chong Yidong <cyd@gnu.org>
3616
3617 * modes.texi (Tabulated List Mode): New node.
3618 (Basic Major Modes): Add xref to it.
3619
3620 * processes.texi (Process Information): Mention Process Menu mode.
3621
3622 2012-02-17 Chong Yidong <cyd@gnu.org>
3623
3624 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
3625
3626 2012-02-17 Glenn Morris <rgm@gnu.org>
3627
3628 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
3629
3630 2012-02-16 Chong Yidong <cyd@gnu.org>
3631
3632 * syntax.texi (Syntax Tables, Syntax Descriptors)
3633 (Syntax Table Functions): Copyedits.
3634 (Syntax Basics): Don't repeat the material in the preceding node.
3635 (Syntax Class Table): Use a table.
3636 (Syntax Properties): Document syntax-propertize-function and
3637 syntax-propertize-extend-region-functions.
3638 (Motion via Parsing): Clarify scan-lists. Fix indentation.
3639 (Parser State): Update for the new "c" comment style.
3640 Fix description of item 7 (comment style).
3641
3642 * modes.texi (Minor Modes): Update how mode commands should treat
3643 arguments now.
3644 (Mode Line Basics): Clarify force-mode-line-update.
3645 (Mode Line Top): Note that the example is not realistic.
3646 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
3647 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
3648 "mode line construct" instead of "mode line specification".
3649 (Syntactic Font Lock): Remove mention of obsolete variable
3650 font-lock-syntactic-keywords.
3651 (Setting Syntax Properties): Node deleted.
3652 (Font Lock Mode): Note that Font Lock mode is a minor mode.
3653 (Font Lock Basics): Note that syntactic fontification falls back
3654 on `syntax-table'.
3655 (Search-based Fontification): Emphasize that font-lock-keywords
3656 should not be set directly.
3657 (Faces for Font Lock): Avoid some confusing terminology.
3658 (Syntactic Font Lock): Minor clarifications. Add xref to
3659 Syntactic Font Lock node.
3660
3661 2012-02-15 Chong Yidong <cyd@gnu.org>
3662
3663 * minibuf.texi (Basic Completion): Define "completion table".
3664 Move completion-in-region to Completion in Buffers node.
3665 (Completion Commands): Use "completion table" terminology.
3666 (Completion in Buffers): New node.
3667
3668 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
3669 (Setting Hooks): Update minor mode usage example.
3670 (Major Mode Conventions): Note that completion-at-point-functions
3671 should be altered locally. Add xref to Completion in Buffers.
3672 Remove duplicate tip about auto-mode-alist.
3673 (Minor Modes): Rewrite introduction.
3674 (Minor Mode Conventions): Copyedits. Don't recommend
3675 variable-only minor modes since few minor modes are like that.
3676
3677 2012-02-15 Glenn Morris <rgm@gnu.org>
3678
3679 * processes.texi (Network): Document open-network-stream :parameters.
3680
3681 2012-02-14 Chong Yidong <cyd@gnu.org>
3682
3683 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
3684 was removed on 2009-09-10. Update lisp-mode-map example.
3685 (Inheritance and Keymaps): Minor clarification.
3686 (Searching Keymaps): Remove out-of-place enumeration.
3687 (Key Lookup): Remove unnecessary example (one was already given in
3688 Format of Keymaps).
3689 (Changing Key Bindings): Update suppress-keymap example.
3690 (Menu Bar, Tool Bar): Copyedits.
3691 (Tool Bar): Update tool-bar-map example.
3692
3693 2012-02-12 Chong Yidong <cyd@gnu.org>
3694
3695 * debugging.texi (Debugger Commands): Continuing is now allowed
3696 for errors.
3697
3698 2012-02-11 Chong Yidong <cyd@gnu.org>
3699
3700 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
3701 Move the list of standard bitmaps there.
3702 (Fringe Cursors): Rewrite for clarity.
3703 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
3704
3705 * commands.texi (Command Overview): Mention read-key.
3706 (Using Interactive, Interactive Call): Minor clarifications.
3707 (Function Keys, Click Events): Avoid "input stream" terminology.
3708 (Click Events): Add xref to Window Sizes and Accessing Mouse.
3709 Clarify column and row components.
3710 (Accessing Mouse): Add xref to Click Events. Minor fixes.
3711 (Special Events): Copyedits.
3712
3713 * streams.texi (Input Streams): De-document get-file-char.
3714 (Output Variables): Don't refer to old backquote syntax.
3715
3716 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
3717 (Error Debugging): Note that debug-ignored-errors overrides list
3718 values of debug-on-error too. Add xref to Signaling Errors.
3719 Note that debug-on-signal is not customizable.
3720 Mention condition-case-unless-debug.
3721 (Compilation Errors): Node deleted.
3722
3723 * compile.texi (Compiler Errors): Move a paragraph here from
3724 deleted node Compilation Errors.
3725
3726 2012-02-10 Leo Liu <sdl.web@gmail.com>
3727
3728 * control.texi (Handling Errors): Change condition-case-no-debug
3729 to condition-case-unless-debug.
3730
3731 2012-02-10 Chong Yidong <cyd@gnu.org>
3732
3733 * advice.texi (Defining Advice): Clarify ad-unadvise.
3734 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
3735 is not abnormal.
3736 (Advising Primitives): Node deleted; ad-define-subr-args has been
3737 removed.
3738
3739 * compile.texi (Speed of Byte-Code): Use float-time in example.
3740 (Compilation Functions): Note that the log uses Compilation mode.
3741 Don't discuss the contents of byte-code function object here.
3742 (Compilation Functions): De-document internal function byte-code.
3743 (Docs and Compilation): Minor clarifications.
3744
3745 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
3746 Objects.
3747
3748 2012-02-10 Glenn Morris <rgm@gnu.org>
3749
3750 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
3751 Mention secure-hash.
3752 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
3753
3754 2012-02-10 Chong Yidong <cyd@gnu.org>
3755
3756 * loading.texi (Loading): Don't emphasize "library" terminology.
3757 (Library Search): load-path is not a user option. Mention role of
3758 -L option and packages. Improve examples.
3759 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
3760 obsolete.
3761 (Autoload): Minor clarifications.
3762
3763 2012-02-10 Glenn Morris <rgm@gnu.org>
3764
3765 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
3766
3767 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
3768
3769 2012-02-08 Glenn Morris <rgm@gnu.org>
3770
3771 * loading.texi (Named Features): Update the require example.
3772
3773 2012-02-07 Glenn Morris <rgm@gnu.org>
3774
3775 * modes.texi (Defining Minor Modes):
3776 Expand on args of defined minor modes.
3777
3778 2012-02-07 Chong Yidong <cyd@gnu.org>
3779
3780 * variables.texi (Creating Buffer-Local): Minor clarification
3781 to buffer-local-variables doc (Bug#10715).
3782
3783 2012-02-07 Glenn Morris <rgm@gnu.org>
3784
3785 * display.texi (ImageMagick Images): General update.
3786 Move most details of imagemagick-render-type to the variable's doc.
3787
3788 2012-02-06 Glenn Morris <rgm@gnu.org>
3789
3790 * keymaps.texi (Tool Bar): Mention separators.
3791 (Inheritance and Keymaps):
3792 Mention make-composed-keymap and multiple inheritance.
3793
3794 * modes.texi (Running Hooks): Mention run-hook-wrapped.
3795
3796 * control.texi (Handling Errors):
3797 Mention condition-case-no-debug and with-demoted-errors.
3798
3799 2012-02-05 Chong Yidong <cyd@gnu.org>
3800
3801 * customize.texi (Common Keywords): Minor clarifications.
3802 Document custom-unlispify-remove-prefixes.
3803 (Variable Definitions): Backquotes in defcustom seem to work fine
3804 now. Various other copyedits.
3805 (Simple Types): Copyedits. Document color selector.
3806 (Composite Types): Copyedits.
3807 (Splicing into Lists): Clarifications.
3808
3809 * eval.texi (Backquote): Move from macros.texi.
3810
3811 * macros.texi (Expansion): Minor clarification.
3812 (Backquote): Move node to eval.texi.
3813 (Defining Macros): Move an example from Backquote node.
3814 (Argument Evaluation): No need to mention Pascal.
3815 (Indenting Macros): Add xref to Defining Macros.
3816
3817 2012-02-05 Glenn Morris <rgm@gnu.org>
3818
3819 * debugging.texi (Error Debugging): Mention debug-on-event default.
3820
3821 2012-02-04 Glenn Morris <rgm@gnu.org>
3822
3823 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
3824
3825 * debugging.texi (Error Debugging): Mention debug-on-event.
3826 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
3827
3828 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
3829
3830 * text.texi (Buffer Contents):
3831 Update filter-buffer-substring description.
3832
3833 2012-02-04 Chong Yidong <cyd@gnu.org>
3834
3835 * functions.texi (What Is a Function): Add closures.
3836 Mention "return value" terminology. Add xref for command-execute.
3837 Remove unused "keystroke command" terminology.
3838 (Lambda Expressions): Give a different example than in the
3839 following subsection. Add xref to Anonymous Functions.
3840 (Function Documentation): Remove gratuitous markup.
3841 (Function Names): Move introductory text to `What Is a Function'.
3842 (Defining Functions): Fix defun argument spec.
3843 (Anonymous Functions): Document lambda macro explicitly.
3844 Mention effects on lexical binding.
3845 (Function Cells): Downplay direct usage of fset.
3846 (Closures): New node.
3847 (Inline Functions): Remove "open-code" terminology.
3848 (Declaring Functions): Minor tweak; .m is not C code.
3849
3850 * variables.texi (Variables): Don't refer to "global value".
3851 (Local Variables, Void Variables): Copyedits.
3852 (Lexical Binding): Minor clarification of example.
3853 (File Local Variables): Mention :safe and :risky defcustom args.
3854 (Lexical Binding): Add xref to Closures node.
3855
3856 2012-02-04 Glenn Morris <rgm@gnu.org>
3857
3858 * minibuf.texi (High-Level Completion): Updates for read-color.
3859
3860 2012-02-03 Glenn Morris <rgm@gnu.org>
3861
3862 * display.texi (GIF Images): Mention animation.
3863 Remove commented-out old example of animation.
3864 (Animated Images): New subsection.
3865 * elisp.texi (Top):
3866 * vol1.texi (Top):
3867 * vol2.texi (Top): Add Animated Images menu entry.
3868
3869 * display.texi (Image Formats): Remove oddly specific information
3870 on versions of image libraries.
3871 (GIF Images, TIFF Images): Minor rephrasing.
3872
3873 2012-02-02 Glenn Morris <rgm@gnu.org>
3874
3875 * processes.texi (Synchronous Processes):
3876 Mention call-process's :file gets overwritten.
3877
3878 * commands.texi (Reading One Event):
3879 * help.texi (Help Functions): Document read-char-choice.
3880
3881 * hooks.texi (Standard Hooks):
3882 * modes.texi (Keymaps and Minor Modes):
3883 * text.texi (Commands for Insertion): Document post-self-insert-hook.
3884
3885 * hooks.texi (Standard Hooks): Add prog-mode-hook.
3886
3887 * hooks.texi (Standard Hooks):
3888 * modes.texi (Major Mode Conventions, Mode Hooks):
3889 Document change-major-mode-after-body-hook.
3890
3891 2012-02-01 Glenn Morris <rgm@gnu.org>
3892
3893 * modes.texi (Defining Minor Modes):
3894 Mention disabling global minor modes on a per-major-mode basis.
3895
3896 2012-01-31 Chong Yidong <cyd@gnu.org>
3897
3898 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
3899 (Parser State): Remove unnecessary statement (Bug#10661).
3900
3901 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
3902
3903 2012-01-31 Glenn Morris <rgm@gnu.org>
3904
3905 * modes.texi (Defining Minor Modes):
3906 Document define-minor-mode's new :variable keyword.
3907
3908 2012-01-29 Chong Yidong <cyd@gnu.org>
3909
3910 * syntax.texi (Syntax Class Table): Tweak description of newline
3911 char syntax (Bug#9619).
3912
3913 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
3914 description (Bug#10189).
3915
3916 2012-01-29 Glenn Morris <rgm@gnu.org>
3917
3918 * files.texi (Changing Files): Document SELinux support.
3919
3920 * windows.texi (Window Sizes): Fix typo.
3921
3922 2012-01-28 Chong Yidong <cyd@gnu.org>
3923
3924 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
3925 doc (Bug#8568).
3926
3927 * frames.texi (Input Focus): Add NORECORD arg to
3928 select-frame-set-input-focus. Clarify its role in select-frame.
3929
3930 * text.texi (Transposition): We don't use transpose-region as an
3931 internal subroutine (Bug#3249).
3932
3933 * modes.texi (Example Major Modes): Update Lisp example code to
3934 current sources. Delete the old non-derived-major-mode example,
3935 which has diverged badly from current sources.
3936
3937 2012-01-27 Glenn Morris <rgm@gnu.org>
3938
3939 * makefile.w32-in (texinputdir): Fix (presumed) typo.
3940 (VERSION, manual): Remove, unused.
3941
3942 2012-01-27 Chong Yidong <cyd@gnu.org>
3943
3944 * commands.texi (Command Overview): Minor clarification (Bug#10384).
3945
3946 2012-01-26 Chong Yidong <cyd@gnu.org>
3947
3948 * searching.texi (String Search): Document negative repeat count
3949 (Bug#10507).
3950
3951 2012-01-26 Glenn Morris <rgm@gnu.org>
3952
3953 * variables.texi (Using Lexical Binding):
3954 Mention that lexical-binding should be set in the first line.
3955
3956 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3957
3958 * macros.texi (Defining Macros): Don't claim that `declare' only
3959 affects Edebug and indentation.
3960
3961 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
3962
3963 * macros.texi (Defining Macros): Slight `declare' fixup.
3964
3965 2012-01-25 Glenn Morris <rgm@gnu.org>
3966
3967 * makefile.w32-in (texinputdir):
3968 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
3969
3970 2012-01-24 Chong Yidong <cyd@gnu.org>
3971
3972 * variables.texi (Variables, Local Variables, Void Variables):
3973 Edit to make the descriptions less specific to dynamic binding.
3974 (Local Variables): Default max-specpdl-size is now 1300.
3975 (Defining Variables): Edits for lexical scoping.
3976 Delete information about starting docstrings with *. De-document
3977 user-variable-p.
3978 (Tips for Defining): Remove an unimportant discussion of quitting
3979 in the middle of a load.
3980 (Accessing Variables, Setting Variables): Discuss lexical binding.
3981 (Variable Scoping): Rewrite.
3982 (Scope, Extent, Impl of Scope): Nodes deleted.
3983 (Dynamic Binding): New node, with material from Scope, Extent, and
3984 Impl of Scope nodes.
3985 (Dynamic Binding Tips): Rename from Using Scoping.
3986 (Lexical Binding): Rewrite.
3987 (Using Lexical Binding): Rename from Converting to Lexical
3988 Binding. Convert to subsection.
3989
3990 * customize.texi (Variable Definitions): Add custom-variable-p.
3991 Move user-variable-p documentation here.
3992
3993 2012-01-23 Chong Yidong <cyd@gnu.org>
3994
3995 * strings.texi (Text Comparison): Minor qualification.
3996
3997 * lists.texi (Cons Cells): Copyedits.
3998 (List Elements): Mention push.
3999 (List Variables): Mention pop.
4000 (Rings): Move to sequences.texi.
4001
4002 * sequences.texi (Sequence Functions): Don't repeat the
4003 introduction already given in the parent.
4004 (Vectors): Copyedits.
4005 (Rings): Move from lists.texi. Note that this is specific to the
4006 ring package.
4007
4008 * symbols.texi (Definitions, Symbol Components): Mention variable
4009 scoping issues.
4010 (Plists and Alists): Copyedits.
4011
4012 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
4013 correctness with lexical scoping.
4014 (Eval): Copyedits.
4015
4016 2012-01-21 Chong Yidong <cyd@gnu.org>
4017
4018 * intro.texi (A Sample Function Description): Special notation
4019 used for macros too.
4020
4021 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
4022 (Symbol Type): Add xref for keyword symbols.
4023 (Sequence Type): Clarify differences between sequence types.
4024 (Cons Cell Type): Add "linked list" index entry.
4025 (Non-ASCII in Strings): Copyedits.
4026 (Equality Predicates): Symbols with same name need not be eq.
4027
4028 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
4029 ldexp. Move float-e and float-pi to Math Functions node.
4030
4031 2012-01-21 Glenn Morris <rgm@gnu.org>
4032
4033 * modes.texi (Auto Major Mode):
4034 * variables.texi (File Local Variables):
4035 Mention inhibit-local-variables-regexps.
4036
4037 2012-01-19 Martin Rudalics <rudalics@gmx.at>
4038
4039 * windows.texi (Window Configurations): Rewrite references to
4040 persistent window parameters.
4041 (Window Parameters): Fix description of persistent window
4042 parameters.
4043
4044 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
4045
4046 * windows.texi (Window Parameters): Use @pxref.
4047
4048 2012-01-16 Martin Rudalics <rudalics@gmx.at>
4049
4050 * windows.texi (Window Configurations, Window Parameters):
4051 Describe persistent window parameters.
4052
4053 2011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
4054
4055 * variables.texi (Creating Buffer-Local): Warn against misuses of
4056 make-variable-buffer-local (bug#10258).
4057
4058 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4059
4060 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
4061
4062 2012-01-06 Chong Yidong <cyd@gnu.org>
4063
4064 * variables.texi (Directory Local Variables):
4065 Document hack-dir-local-variables-non-file-buffer.
4066
4067 2012-01-06 Glenn Morris <rgm@gnu.org>
4068
4069 * maps.texi (Standard Keymaps): Refer to Info-edit by name
4070 rather than by keybinding.
4071
4072 2011-12-29 Juanma Barranquero <lekktu@gmail.com>
4073
4074 * frames.texi (Font and Color Parameters): Add @pxref.
4075
4076 2011-12-29 Daniel Colascione <dan.colascione@gmail.com>
4077
4078 * frames.texi (Font and Color Parameters):
4079 Document w32 font backends (bug#10399).
4080
4081 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
4082
4083 * files.texi (File Attributes, Changing Files):
4084 Use a more-natural notation for octal numbers.
4085
4086 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
4087
4088 * variables.texi (Variables with Restricted Values):
4089 Change reference to variable (bug#10354).
4090
4091 2011-12-13 Martin Rudalics <rudalics@gmx.at>
4092
4093 * windows.texi (Splitting Windows): Use t instead of non-nil
4094 when describing window-combination-resize.
4095
4096 2011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4097
4098 * text.texi (Special Properties): Warn against `intangible' properties
4099 (bug#10222).
4100
4101 2011-11-26 Eli Zaretskii <eliz@gnu.org>
4102
4103 * display.texi (Truncation):
4104 * text.texi (Special Properties): Describe what a stretch-glyph is
4105 instead of using that term without explanation. Make the
4106 cross-references more accurate.
4107
4108 * display.texi (Usual Display): Update the description,
4109 cross-references, and indexing related to display of control
4110 characters and raw bytes.
4111
4112 2011-11-25 Martin Rudalics <rudalics@gmx.at>
4113
4114 * windows.texi (Splitting Windows): Fix description of
4115 window-combination-limit. Suggested by Eli Zaretskii.
4116
4117 2011-11-23 Chong Yidong <cyd@gnu.org>
4118
4119 * windows.texi (Window Sizes): Move window-top-line,
4120 window-left-column, and window-*-pixel-edges to Coordinates and
4121 Windows node.
4122 (Coordinates and Windows): Restore window-edges doc.
4123
4124 2011-11-21 Martin Rudalics <rudalics@gmx.at>
4125
4126 * windows.texi (Windows and Frames, Splitting Windows):
4127 Fix typos.
4128
4129 2011-11-21 Chong Yidong <cyd@gnu.org>
4130
4131 * windows.texi (Splitting Windows): Fix error in documentation of
4132 window-combination-limit.
4133 (Cyclic Window Ordering): Minor fixes to next-window,
4134 one-window-p, and get-lru-window docs. Don't document
4135 window-list-1.
4136 (Buffers and Windows): Copyedits.
4137 (Choosing Window): Document special handling of special-display-*.
4138 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
4139 Don't document even-window-heights, which is going away.
4140 Clarify which options are obeyed by which action functions.
4141
4142 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4143
4144 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
4145
4146 2011-11-20 Martin Rudalics <rudalics@gmx.at>
4147
4148 * windows.texi (Resizing Windows, Splitting Windows):
4149 Remove term "status" when talking about combination limits.
4150
4151 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
4152
4153 * compile.texi (Compiler Errors):
4154 * help.texi (Help Functions): Fix typos.
4155
4156 2011-11-19 Chong Yidong <cyd@gnu.org>
4157
4158 * windows.texi (Splitting Windows): Clarify role of window
4159 parameters in split-window. Shorten the example.
4160 (Deleting Windows): Rewrite intro to handle internal windows.
4161 Fix delete-windows-on doc.
4162 (Selecting Windows): Copyedits.
4163
4164 2011-11-17 Martin Rudalics <rudalics@gmx.at>
4165
4166 * windows.texi (Resizing Windows, Splitting Windows)
4167 (Deleting Windows): Use term window-combination-resize instead
4168 of window-splits.
4169
4170 2011-11-16 Martin Rudalics <rudalics@gmx.at>
4171
4172 * windows.texi (Resizing Windows, Splitting Windows):
4173 Rename occurrences of window-nest to window-combination-limit.
4174
4175 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
4176
4177 * intro.texi (Lisp History): Fix typo.
4178
4179 2011-11-12 Martin Rudalics <rudalics@gmx.at>
4180
4181 * windows.texi (Splitting Windows, Deleting Windows):
4182 Remove references to splits status of windows.
4183
4184 2011-11-10 Glenn Morris <rgm@gnu.org>
4185
4186 * buffers.texi (Read Only Buffers): Expand a bit on why
4187 toggle-read-only should only be used interactively. (Bug#7292)
4188
4189 2011-11-09 Chong Yidong <cyd@gnu.org>
4190
4191 * windows.texi (Window Sizes): Document window-pixel-edges,
4192 window-inside-pixel-edges, window-absolute-pixel-edges, and
4193 window-inside-absolute-pixel-edges.
4194 (Resizing Windows): shrink-window-if-larger-than-buffer works on
4195 non-full-width windows.
4196
4197 2011-11-09 Martin Rudalics <rudalics@gmx.at>
4198
4199 * windows.texi (Resizing Windows): Rewrite documentation of
4200 window-resizable.
4201
4202 2011-11-09 Chong Yidong <cyd@gnu.org>
4203
4204 * windows.texi (Splitting Windows): Simplify example.
4205
4206 2011-11-08 Chong Yidong <cyd@gnu.org>
4207
4208 * windows.texi (Window Sizes): Copyedits. Document
4209 window-text-height. Remove window-min-height and window-min-width
4210 discussion, referring instead to Emacs manual.
4211 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
4212 (Resizing Windows): Simplify introduction. Don't document
4213 enlarge-window, shrink-window, enlarge-window-horizontally, and
4214 shrink-window-horizontally; they are no longer preferred for
4215 calling from Lisp, and are already documented in the Emacs manual.
4216
4217 2011-11-07 Glenn Morris <rgm@gnu.org>
4218
4219 * windows.texi (Choosing Window): Fix keybinding typo.
4220
4221 2011-11-07 Martin Rudalics <rudalics@gmx.at>
4222
4223 * windows.texi (Resizing Windows, Splitting Windows)
4224 (Window Configurations): Use "child window" instead of
4225 "subwindow".
4226
4227 2011-11-06 Chong Yidong <cyd@gnu.org>
4228
4229 * windows.texi (Basic Windows): Clarify various definitions.
4230 Treat window-normalize-* as internal; don't document them.
4231 (Windows and Frames): Various clarifications, e.g. non-live
4232 windows also belong to frames. Fix window-list description.
4233 Simplify window nesting example.
4234 (Splitting Windows, Window Configurations):
4235 Use split-window-below.
4236
4237 2011-11-04 Eli Zaretskii <eliz@gnu.org>
4238
4239 * windows.texi (Window Sizes): Mention in the doc string that the
4240 return values of `window-body-height' and `window-body-width' are
4241 in frame's canonical units. (Bug#9949)
4242
4243 2011-10-30 Martin Rudalics <rudalics@gmx.at>
4244
4245 * windows.texi (Windows and Frames): Remove "iso-" infix from
4246 documentation of window-iso-combined-p.
4247
4248 2011-10-26 Chong Yidong <cyd@gnu.org>
4249
4250 * modes.texi (Running Hooks): Document with-wrapper-hook.
4251
4252 2011-10-18 Chong Yidong <cyd@gnu.org>
4253
4254 * display.texi (Glyphless Chars): New node.
4255
4256 2011-10-13 Chong Yidong <cyd@stupidchicken.com>
4257
4258 * text.texi (Yanking): Document yank-excluded-properties.
4259
4260 * package.texi (Packaging Basics): The commentary should say how
4261 to begin using the package.
4262
4263 2011-10-11 Martin Rudalics <rudalics@gmx.at>
4264
4265 * windows.texi (Deleting Windows): Mention which window gets
4266 selected when deleting the selected window.
4267
4268 2011-10-09 Martin Rudalics <rudalics@gmx.at>
4269
4270 * buffers.texi (The Buffer List): Describe how bury-buffer deals
4271 with the selected window.
4272 * windows.texi (Buffers and Windows): Reformulate text on how
4273 replace-buffer-in-windows deals with a window.
4274 (Quitting Windows): Describe how quit-window deals with a
4275 standalone frame. Describe new option frame-auto-hide-function.
4276
4277 2011-10-08 Glenn Morris <rgm@gnu.org>
4278
4279 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
4280
4281 * positions.texi (Excursions): Update warning message.
4282
4283 2011-10-05 Chong Yidong <cyd@stupidchicken.com>
4284
4285 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
4286 Fix Emacs manual xref (Bug#9675).
4287
4288 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
4289
4290 * windows.texi (Textual Scrolling): Document scroll-up-command,
4291 scroll-down-command, scroll-error-top-bottom, and the
4292 scroll-command symbol property.
4293 (Display Action Functions): Fix description of
4294 display-buffer-pop-up-window.
4295
4296 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
4297
4298 * windows.texi (Splitting Windows): Fix typos.
4299
4300 2011-09-25 Martin Rudalics <rudalics@gmx.at>
4301
4302 * windows.texi (Windows and Frames, Display Action Functions)
4303 (Switching Buffers): Fix some typos.
4304 (Buffers and Windows): Remove reference to window-auto-delete.
4305 Reword description of replace-buffer-in-windows.
4306 (Window History): Fix some typos and refer to frame local buffer
4307 list.
4308 (Quitting Windows): New node.
4309 (Window Configurations): Add descriptions of window-state-get
4310 and window-state-put.
4311 (Window Parameters): Describe variable ignore-window-parameters.
4312 Sketch some window parameters currently in use.
4313 * elisp.texi (Top): Update node listing.
4314
4315 2011-09-25 Chong Yidong <cyd@stupidchicken.com>
4316
4317 * windows.texi (Display Action Functions)
4318 (Choosing Window Options): New nodes.
4319
4320 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
4321
4322 * windows.texi (Window History): New node. Move text here from
4323 Buffers and Windows.
4324 (Switching Buffers): Rename from Displaying Buffers, since we
4325 don't document display-buffer here; callers changed.
4326 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
4327 switch-to-buffer-other-frame. Delete duplicate
4328 replace-buffer-in-windows doc.
4329 (Choosing Window): Document display actions.
4330
4331 2011-09-24 Eli Zaretskii <eliz@gnu.org>
4332
4333 * display.texi (Forcing Redisplay): Update the description of
4334 redisplay-dont-pause due to change in the default value.
4335
4336 2011-09-23 Martin Rudalics <rudalics@gmx.at>
4337
4338 * frames.texi (Frames and Windows): Move section and rename to
4339 Windows and Frames in windows.texi.
4340 * windows.texi (Windows): Restructure.
4341 (Basic Windows): Rewrite. Explain live and internal windows and
4342 normalization functions.
4343 (Windows and Frames): Move section here from frames.texi.
4344 Describe subwindows, window combinations, window tree, and
4345 corresponding functions including window-list here.
4346 (Window Sizes): Rename section from Size of Window and move it
4347 up in chapter. Describe total and body sizes and the
4348 corresponding functions. Explain new semantics of
4349 window-min-height/-width.
4350 (Resizing Windows): Move section up in chapter. Describe new
4351 resize functions.
4352 (Splitting Windows): Describe new behavior of split-window,
4353 split-window-above-each-other and split-window-side-by-side.
4354 Provide examples. Describe window-nest and window-splits
4355 options.
4356 (Deleting Windows): Minor rewrite.
4357 (Selecting Windows): Minor rewrite.
4358 Describe frame-selected-window and set-frame-selected-window here.
4359 (Cyclic Window Ordering): Minor rewrite.
4360 Describe window-list-1.
4361 (Buffers and Windows): Rewrite. Explain a window's previous and
4362 next buffers and the corresponding functions.
4363 (Window Tree): Merge into Windows and Frames section.
4364 * elisp.texi (Top): Update node listings for frames and windows
4365 sections.
4366
4367 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4368
4369 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
4370
4371 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4372
4373 * errors.texi (Standard Errors): Remove apparent placeholder text
4374 (bug#9491).
4375
4376 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
4377
4378 * frames.texi (Management Parameters): Fix description of
4379 icon-type parameter.
4380
4381 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
4382
4383 * tips.texi (Key Binding Conventions): Don't bind a key sequence
4384 ending in C-g. Suggested by Edward O'Connor.
4385
4386 2011-09-17 Eli Zaretskii <eliz@gnu.org>
4387
4388 * numbers.texi (Integer Basics): Add indexing for
4389 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
4390
4391 2011-09-14 Dani Moncayo <dmoncayo@gmail.com>
4392
4393 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
4394
4395 2011-09-11 Juanma Barranquero <lekktu@gmail.com>
4396
4397 * processes.texi (Network Servers): Clarify what the process
4398 buffer is used for (bug#9233).
4399
4400 2011-08-30 Dani Moncayo <dmoncayo@gmail.com>
4401
4402 * lists.texi (Building Lists): Fix typo.
4403
4404 2011-08-30 Chong Yidong <cyd@stupidchicken.com>
4405
4406 * display.texi (Basic Faces): New node. Document new faces.
4407
4408 * modes.texi (Major Mode Conventions): Move some text there.
4409 (Mode Help): Remove major-mode var, duplicated in Major Modes.
4410
4411 2011-08-29 Chong Yidong <cyd@stupidchicken.com>
4412
4413 * modes.texi (Basic Major Modes): New node. Callers updated.
4414 (Major Modes): Document fundamental-mode and major-mode.
4415 (Major Mode Basics): Node deleted; text moved to Major Modes.
4416 (Derived Modes): Document derived-mode-p.
4417
4418 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
4419
4420 * files.texi (Changing Files, Create/Delete Dirs): Document new
4421 arguments for delete-file, delete-directory, and copy-directory.
4422 (Visiting Functions): Remove view-file; it is documented in the
4423 Emacs manual.
4424
4425 * frames.texi (Layout Parameters): The defaults for the
4426 menu-bar-lines and tool-bar-lines parameters depend on the mode.
4427
4428 * display.texi (Progress): Document spinner functionality.
4429
4430 * os.texi (Killing Emacs): Note that kill-emacs can be called by
4431 operating system signals. Refer to save-buffers-kill-terminal
4432 instead of save-buffers-kill-emacs.
4433
4434 * objects.texi (Symbol Type): Document ## print representation.
4435
4436 2011-08-25 Eli Zaretskii <eliz@gnu.org>
4437
4438 * display.texi (Specified Space): Mention that `space' specs
4439 influence bidi reordering.
4440 (Bidirectional Display): Explain how to use `(space . PROPS)' for
4441 separating fields with bidirectional content.
4442
4443 2011-08-24 Eli Zaretskii <eliz@gnu.org>
4444
4445 * display.texi (Bidirectional Display): Document return value in
4446 buffers that are not bidi-reordered for display, and in unibyte
4447 buffers.
4448
4449 2011-08-23 Eli Zaretskii <eliz@gnu.org>
4450
4451 * nonascii.texi (Character Properties): Document the values for
4452 unassigned codepoints.
4453
4454 2011-08-18 Eli Zaretskii <eliz@gnu.org>
4455
4456 * nonascii.texi (Character Properties): Document use of
4457 `bidi-class' and `mirroring' properties as part of reordering.
4458 Provide cross-references to "Bidirectional Display".
4459
4460 * display.texi (Bidirectional Display): Document the pitfalls of
4461 concatenating strings with bidirectional content, with possible
4462 solutions. Document bidi-string-mark-left-to-right.
4463 Mention paragraph direction in modes that inherit from prog-mode.
4464 Document use of `bidi-class' and `mirroring' properties as part of
4465 reordering.
4466
4467 2011-08-16 Eli Zaretskii <eliz@gnu.org>
4468
4469 * modes.texi (Major Mode Conventions): Improve the documentation
4470 of `mode-class' `special' modes.
4471
4472 * nonascii.texi (Character Properties): Document the `mirroring'
4473 property. Add index entries.
4474
4475 * syntax.texi (Categories): Add an example of defining a new
4476 category and category table.
4477
4478 * searching.texi (Regexp Backslash): Document how to display
4479 existing categories. Mention the possibility of adding
4480 categories, and add an xref to where this is described. Add an
4481 index entry.
4482
4483 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
4484
4485 * text.texi (Special Properties):
4486 * display.texi (Overlay Properties): Note that mouse-face cannot
4487 change the text size (Bug#8530).
4488
4489 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
4490
4491 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
4492 using setenv instead.
4493
4494 2011-07-28 Eli Zaretskii <eliz@gnu.org>
4495
4496 * display.texi (Bidirectional Display): Document the fact that
4497 bidi-display-reordering is t by default.
4498
4499 2011-07-23 Eli Zaretskii <eliz@gnu.org>
4500
4501 * display.texi (Bidirectional Display): New section.
4502
4503 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4504 Tim Cross <theophilusx@gmail.com> (tiny change)
4505 Glenn Morris <rgm@gnu.org>
4506
4507 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
4508
4509 2011-07-15 Andreas Schwab <schwab@linux-m68k.org>
4510
4511 * help.texi (Keys in Documentation): Revert last change.
4512
4513 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4514
4515 * help.texi (Keys in Documentation): Clarify that \= only quotes
4516 the next character, and doesn't affect longer sequences in
4517 particular (bug#8935).
4518
4519 * debugging.texi (Using Debugger):
4520 Mention @code{eval-expression-debug-on-error} (bug#8549).
4521
4522 2011-07-14 Eli Zaretskii <eliz@gnu.org>
4523
4524 * display.texi (Other Display Specs): Document that `left-fringe'
4525 and `right-fringe' display specifications are of the "replacing"
4526 kind.
4527
4528 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4529
4530 * help.texi (Documentation Basics): Add a link to the Function
4531 Documentation node (bug#6580).
4532
4533 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4534
4535 * keymaps.texi (Menu Bar): Mention :visible and :enable
4536 (bug#6344). Text by Drew Adams.
4537
4538 * modes.texi (Running Hooks): Mention buffer-local hook variables
4539 (bug#6218).
4540
4541 * objects.texi (General Escape Syntax): "a with grave accent" is
4542 ?xe0, not ?x8e0 (bug#5259).
4543
4544 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
4545
4546 * display.texi (Face Attributes, Font Selection): Add references
4547 to the Fonts node in the Emacs manual (Bug#4178).
4548
4549 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
4550
4551 * display.texi (Window Systems): `window-system' is
4552 terminal-local.
4553
4554 * frames.texi (Frame Parameters, Parameter Access): Don't mention
4555 frame-local variables.
4556
4557 * variables.texi (Buffer-Local Variables): Don't mention obsolete
4558 frame-local variables.
4559 (Frame-Local Variables): Node deleted.
4560
4561 * elisp.texi (Top): Update node listing.
4562
4563 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4564
4565 * elisp.texi: Change "inferiors" to "subnodes" in three places
4566 (bug#3523).
4567
4568 2011-07-11 Chong Yidong <cyd@stupidchicken.com>
4569
4570 * frames.texi (Window System Selections): Discussion of
4571 x-select-enable-clipboard moved to Emacs manual.
4572
4573 2011-07-11 Deniz Dogan <deniz@dogan.se>
4574
4575 * commands.texi (Prefix Command Arguments): Remove excessive
4576 apostrophe.
4577
4578 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4579
4580 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
4581 description is a string (bug#3313).
4582
4583 * frames.texi (Display Feature Testing): Try to explain what all
4584 the visual classes mean (bug#3042).
4585
4586 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4587
4588 * modes.texi (Mode Line Variables): Document `mode-line-remote'
4589 and `mode-line-client' (bug#2974).
4590
4591 * text.texi (Insertion): Clarify marker movements (bug#1651).
4592 Text from Drew Adams.
4593
4594 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4595
4596 * text.texi (Special Properties): Clarify the format of `face'
4597 (bug#1375).
4598
4599 * commands.texi (Interactive Call): Add a `call-interactively'
4600 example (bug#1010).
4601
4602 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4603
4604 * functions.texi (Calling Functions): Link to the "Interactive
4605 Call" node (bug#1001).
4606
4607 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
4608
4609 * customize.texi (Composite Types): Move alist and plist to here
4610 from Simple Types (Bug#7545).
4611
4612 * elisp.texi (Top): Update menu description.
4613
4614 * display.texi (Face Attributes): Document negative line widths
4615 (Bug#6113).
4616
4617 2011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
4618
4619 * searching.texi (Match Data): Note that match data can be
4620 overwritten by most functions (bug#2499).
4621
4622 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4623
4624 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
4625 flags mean (bug#6659).
4626
4627 * functions.texi (What Is a Function): Document the autoload
4628 object (bug#6496).
4629
4630 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4631
4632 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
4633 is only used in the Customize user interface (bug#6089).
4634
4635 * display.texi (Showing Images): Mention the point of sliced
4636 images (bug#7836).
4637
4638 2011-07-02 Eli Zaretskii <eliz@gnu.org>
4639
4640 * variables.texi (Defining Variables, Void Variables)
4641 (Constant Variables): Fix incorrect usage of @kindex.
4642
4643 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4644
4645 * variables.texi (Defining Variables): Add an index entry for
4646 `set-variable' (bug#7262).
4647 (Defining Variables): Use @findex for functions.
4648
4649 * frames.texi (Basic Parameters): Document the `explicit-name'
4650 parameter (bug#6951).
4651
4652 * customize.texi (Type Keywords): Clarify that :value provides a
4653 default value for all types (bug#7386).
4654
4655 * streams.texi (Output Functions): Document `pp'.
4656
4657 2011-06-25 Chong Yidong <cyd@stupidchicken.com>
4658
4659 * keymaps.texi (Searching Keymaps):
4660 * display.texi (Overlay Properties): Fix errors in 2011-05-29
4661 change. Suggested by Johan Bockgård.
4662
4663 2011-06-15 Chong Yidong <cyd@stupidchicken.com>
4664
4665 * text.texi (Special Properties): Clarify role of font-lock-face.
4666
4667 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4668
4669 * processes.texi (Process Information): Rename `process-alive-p'
4670 to `process-live-p' for consistency with other `-live-p' functions.
4671
4672 2011-06-03 Paul Eggert <eggert@cs.ucla.edu>
4673
4674 Document wide integers better.
4675 * files.texi (File Attributes): Document ino_t values better.
4676 ino_t values no longer map to anything larger than a single cons.
4677 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations)
4678 (Bitwise Operations):
4679 * objects.texi (Integer Type): Use a binary notation that is a bit easier
4680 to read, and that will port better if 62-bits becomes the default.
4681 Fix or remove incorrect examples.
4682 * os.texi (Time Conversion): Document time_t values better.
4683
4684 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4685
4686 * processes.texi (Process Information):
4687 Document `process-alive-p'.
4688
4689 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
4690
4691 * help.texi (Accessing Documentation):
4692 * display.texi (Pixel Specification):
4693 * processes.texi (Serial Ports, Serial Ports):
4694 * nonascii.texi (Character Properties, Default Coding Systems):
4695 * text.texi (Changing Properties, Special Properties):
4696 * windows.texi (Window Start and End):
4697 * modes.texi (SMIE Indentation Example, SMIE Tricks):
4698 * keymaps.texi (Searching Keymaps, Tool Bar):
4699 * minibuf.texi (Basic Completion):
4700 * compile.texi (Eval During Compile):
4701 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
4702 7x9 paper in printed manual.
4703
4704 * lists.texi (Sets And Lists): Fix misplaced text.
4705
4706 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
4707
4708 * keymaps.texi (Remapping Commands): Emphasize that the keymap
4709 needs to be active (Bug#8350).
4710
4711 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
4712
4713 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
4714
4715 * tips.texi (Coding Conventions): Remove antediluvian filename
4716 limit recommendation (Bug#8538).
4717
4718 2011-05-27 Glenn Morris <rgm@gnu.org>
4719
4720 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
4721
4722 2011-05-26 Glenn Morris <rgm@gnu.org>
4723
4724 * variables.texi (File Local Variables):
4725 Update hack-local-variables `mode-only' return value.
4726 Add some more details on what this function does in the other case.
4727
4728 2011-05-19 Glenn Morris <rgm@gnu.org>
4729
4730 * lists.texi (Sets And Lists): Mention cl provides union etc.
4731
4732 2011-05-19 Nix <nix@esperi.org.uk>
4733
4734 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
4735
4736 * text.texi (Parsing HTML): Update for function name changes.
4737
4738 * syntax.texi (Syntax Flags): Small fix.
4739
4740 * keymaps.texi (Active Keymaps): Typo fix.
4741 (Changing Key Bindings): Grammar fix.
4742
4743 * frames.texi (Minibuffers and Frames): Grammar fix.
4744 (Window System Selections): x-select-enable-clipboard now defaults to t.
4745
4746 * customize.texi (Common Keywords):
4747 * display.texi (Abstract Display):
4748 * modes.texi (Auto-Indentation):
4749 * nonascii.texi (Converting Representations): Typo fixes.
4750
4751 * control.texi (Examples of Catch): Call it "goto" not "go to".
4752
4753 2011-05-14 Eli Zaretskii <eliz@gnu.org>
4754
4755 * nonascii.texi (Character Properties): Fix inconsistencies with
4756 implementation.
4757
4758 * text.texi (Special Properties): Move @defvar's out of the
4759 @table. (Bug#8652)
4760
4761 2011-05-12 Glenn Morris <rgm@gnu.org>
4762
4763 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
4764
4765 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4766
4767 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
4768 (Multiline Font Lock):
4769 * vol2.texi (Top):
4770 * vol1.texi (Top):
4771 * elisp.texi (Top): Update menu accordingly.
4772
4773 2011-05-12 Drew Adams <drew.adams@oracle.com>
4774
4775 * modes.texi (Region to Fontify): Fix typo.
4776
4777 2011-05-10 Jim Meyering <meyering@redhat.com>
4778
4779 * minibuf.texi: Fix typo "in in -> in".
4780
4781 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
4782
4783 * numbers.texi (Integer Basics): Large integers are treated as floats.
4784
4785 2011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4786
4787 * processes.texi (Synchronous Processes): Document the (:file
4788 "/file-name") syntax for `call-process'.
4789
4790 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
4791
4792 * windows.texi (Choosing Window): Fix typo.
4793
4794 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
4795
4796 * frames.texi (Layout Parameters): Note the difference between
4797 querying and setting parameters for left-fringe and right-fringe
4798 (Bug#6930).
4799
4800 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4801
4802 * minibuf.texi (Basic Completion): Be a bit more precise about the
4803 valid kinds of completion tables.
4804 (Programmed Completion): Remove obsolete text about lambda expressions
4805 not being valid completion tables.
4806
4807 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
4808
4809 * positions.texi (Excursions): Explain the "save-excursion
4810 defeated by set-buffer" warning.
4811
4812 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
4813 save-excursion. Suggested by Uday S Reddy.
4814
4815 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4816
4817 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
4818 (Lexical Binding): New sub-section.
4819
4820 * eval.texi (Eval): Discourage the use of `eval'.
4821 Document its new `lexical' argument.
4822
4823 2011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4824
4825 * commands.texi (Command Overview): `post-command-hook' is not reset to
4826 nil any more.
4827
4828 2011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
4829
4830 * strings.texi (String Conversion): Don't mention
4831 string-make-(uni|multi)byte (bug#8262).
4832 * nonascii.texi (Converting Representations): Fix up range.
4833 * keymaps.texi (Key Binding Commands): Update code point, avoid
4834 "unibyte character" and remove mention of unibyte bindings.
4835
4836 2011-03-10 Eli Zaretskii <eliz@gnu.org>
4837
4838 * modes.texi (Operator Precedence Grammars): Don't use characters
4839 outside ISO-8859-1.
4840
4841 2011-03-09 Eli Zaretskii <eliz@gnu.org>
4842
4843 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
4844
4845 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
4846
4847 2011-03-08 Glenn Morris <rgm@gnu.org>
4848
4849 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
4850 * intro.texi (Acknowledgements): Names to UTF-8.
4851 * elisp.texi: Set documentencoding.
4852
4853 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
4854
4855 * Version 23.3 released.
4856
4857 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
4858
4859 * package.texi: Update index keywords.
4860 (Package Archives): New node contents. Document package-x.el.
4861
4862 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
4863
4864 * makefile.w32-in (srcs): Add package.texi.
4865
4866 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
4867
4868 * package.texi (Packaging, Packaging Basics, Simple Packages)
4869 (Multi-file Packages): Expand and clarify.
4870 (Package Archives): Temporary placeholder node.
4871
4872 * elisp.texi (Top): Update node listing.
4873
4874 * Makefile.in (srcs): Add package.texi.
4875
4876 2011-03-05 Chong Yidong <cyd@stupidchicken.com>
4877
4878 * processes.texi (Synchronous Processes): Minor clarification
4879 (Bug#8149).
4880
4881 2011-03-03 Glenn Morris <rgm@gnu.org>
4882
4883 * files.texi (Truenames): Minor clarification. (Bug#2341)
4884
4885 2011-03-01 Glenn Morris <rgm@gnu.org>
4886
4887 * variables.texi (Directory Local Variables):
4888 Mention `(subdirs . nil)' alist element.
4889
4890 2011-02-28 Glenn Morris <rgm@gnu.org>
4891
4892 * variables.texi (Directory Local Variables): Mention the optional
4893 mtime argument of dir-locals-set-directory-class. (Bug#3577)
4894
4895 2011-02-27 Chong Yidong <cyd@stupidchicken.com>
4896
4897 * minibuf.texi (Minibuffer History): Clarify discussion of
4898 minibuffer history lists (Bug#8085).
4899
4900 2011-02-19 Eli Zaretskii <eliz@gnu.org>
4901
4902 * elisp.texi: Sync @dircategory with ../../info/dir.
4903
4904 * files.texi (Visiting Functions): Document find-file-literally,
4905 both the command and the variable.
4906
4907 * variables.texi (Creating Buffer-Local): Explain the meaning of
4908 permanent local variables.
4909
4910 * files.texi (Visiting Functions): Document find-file-literally,
4911 both the command and the variable.
4912
4913 * variables.texi (Creating Buffer-Local): Explain the meaning of
4914 permanent local variables.
4915
4916 2011-02-19 Glenn Morris <rgm@gnu.org>
4917
4918 * keymaps.texi (Remapping Commands): Mention how to undo it.
4919
4920 2011-02-09 Reuben Thomas <rrt@sc3d.org>
4921
4922 * loading.texi (Hooks for Loading): Remove unnecessary advice
4923 about eval-after-load (Bug#7986).
4924
4925 2011-02-05 Chong Yidong <cyd@stupidchicken.com>
4926
4927 * commands.texi (Accessing Mouse): Note that a header line is not
4928 included in the row of posn-col-row.
4929
4930 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
4931
4932 * modes.texi (Major Mode Conventions): Add face guidelines.
4933 (Faces for Font Lock): List faces in order of prominence.
4934
4935 2011-02-01 Paul Eggert <eggert@cs.ucla.edu>
4936
4937 format-time-string now supports subsecond time stamp resolution
4938 * os.texi (Time Parsing): Document %N.
4939
4940 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
4941
4942 * vol1.texi (Top):
4943 * vol2.texi (Top):
4944 * elisp.texi (Top):
4945 * display.texi (Display Property): Shorten the menu description of
4946 the "Other Display Specs" node (Bug#7816).
4947
4948 * keymaps.texi (Defining Menus): Add "menu item" and "extended
4949 menu item" concept index entries (Bug#7805).
4950
4951 2011-01-29 Eli Zaretskii <eliz@gnu.org>
4952
4953 * makefile.w32-in (texinfodir): New variable.
4954 (usermanualdir): Remove as redundant with $(emacsdir).
4955 (MAKEINFO): Remove options, leave only program name.
4956 (MAKEINFO_OPTS): New variable.
4957 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
4958
4959 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
4960 Richard Kim <emacs18@gmail.com>
4961
4962 * loading.texi (Library Search): Document list-load-path-shadows
4963 (Bug#7757).
4964
4965 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
4966
4967 * searching.texi (Regexp Special): Remove outdated discussion of
4968 character sets (Bug#7780).
4969
4970 * frames.texi (Pop-Up Menus): Document where menu title comes
4971 from (Bug#7684).
4972
4973 2011-01-25 Glenn Morris <rgm@gnu.org>
4974
4975 * display.texi (Making Buttons): Mention limitation of text buttons.
4976
4977 2011-01-23 Werner Lemberg <wl@gnu.org>
4978
4979 * Makefile.in (MAKEINFO): Now controlled by `configure'.
4980 (MAKEINFO_OPTS): New variable. Use it where appropriate.
4981 (ENVADD): New variable to control texi2dvi and texi2pdf.
4982
4983 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
4984
4985 * files.texi (Directory Names): Move directory-abbrev-alist doc to
4986 Emacs manual.
4987
4988 2011-01-15 Eli Zaretskii <eliz@gnu.org>
4989
4990 * files.texi (Directory Names): Explain why FROM in
4991 directory-abbrev-alist should begin with \`. (Bug#7777)
4992
4993 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
4994
4995 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
4996
4997 2011-01-02 Eli Zaretskii <eliz@gnu.org>
4998
4999 * modes.texi (Emulating Mode Line): Fix last change.
5000
5001 2011-01-02 Eli Zaretskii <eliz@gnu.org>
5002
5003 * modes.texi (Emulating Mode Line): Update documentation of
5004 format-mode-line according to changes that fixed bug #7587.
5005
5006 2010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
5007
5008 * modes.texi (Derived Modes): Mention prog-mode.
5009
5010 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
5011 of the key-binding-data cache since we don't use it any more.
5012
5013 2010-12-13 Eli Zaretskii <eliz@gnu.org>
5014
5015 * processes.texi (Shell Arguments):
5016 * strings.texi (Creating Strings): Don't mention "shell commands";
5017 make it explicit that `split-string-and-unquote' and
5018 `combine-and-quote-strings' are mainly for working with arguments
5019 to call-process and start-process.
5020
5021 * processes.texi (Shell Arguments): Fix documentation of
5022 `split-string-and-unquote'. Add indexing. (Bug#7563)
5023
5024 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5025
5026 * modes.texi (Auto-Indentation): New section to document SMIE.
5027 (Major Mode Conventions):
5028 * text.texi (Mode-Specific Indent): Refer to it.
5029
5030 2010-12-13 Eli Zaretskii <eliz@gnu.org>
5031
5032 * display.texi (Other Display Specs): Document left-fringe and
5033 right-fringe display specs.
5034
5035 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5036
5037 * backups.texi (Making Backups):
5038 * modes.texi (Example Major Modes): Use recommended coding style.
5039 (Major Mode Basics, Derived Modes): Encourge more strongly use of
5040 define-derived-mode. Mention completion-at-point-functions.
5041
5042 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
5043
5044 * nonascii.texi (Converting Representations):
5045 Document byte-to-string.
5046
5047 2010-12-08 Glenn Morris <rgm@gnu.org>
5048
5049 * buffers.texi (Modification Time):
5050 verify-visited-file-modtime now defaults to the current buffer.
5051
5052 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
5053
5054 * nonascii.texi (Converting Representations): Document byte-to-string.
5055
5056 * strings.texi (Creating Strings): Don't mention semi-obsolete
5057 function char-to-string.
5058 (String Conversion): Shorten discussion of semi-obsolete function
5059 string-to-char. Link to Converting Representations.
5060
5061 * objects.texi (Symbol Type):
5062 * text.texi (Near Point):
5063 * help.texi (Help Functions):
5064 * functions.texi (Mapping Functions): Use string instead of
5065 char-to-string in examples.
5066
5067 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
5068
5069 * text.texi (Kill Functions, Kill Functions)
5070 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
5071 YANK-HANDLER args.
5072
5073 * symbols.texi (Creating Symbols): Using unintern without an
5074 obarray arg is now obsolete.
5075
5076 * numbers.texi (Float Basics): Document float-e and float-pi.
5077
5078 * variables.texi (Defining Variables): Change "pi" example to
5079 "float-pi".
5080
5081 2010-11-26 Eli Zaretskii <eliz@gnu.org>
5082
5083 * commands.texi (Click Events): Document the values of X, Y and
5084 COL, ROW in the event's position, when the click is on the header
5085 or mode line, on the fringes, or in the margins.
5086
5087 2010-11-17 Eli Zaretskii <eliz@gnu.org>
5088
5089 * customize.texi (Composite Types): Lower-case index entry.
5090
5091 * loading.texi (How Programs Do Loading):
5092 Document load-file-name. (Bug#7346)
5093
5094 2010-11-17 Glenn Morris <rgm@gnu.org>
5095
5096 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
5097
5098 2010-11-13 Eli Zaretskii <eliz@gnu.org>
5099
5100 * display.texi (Usual Display): Characters with no fonts are not
5101 necessarily displayed as empty boxes.
5102
5103 2010-10-31 Glenn Morris <rgm@gnu.org>
5104
5105 * maps.texi (Standard Keymaps): Update File menu description.
5106
5107 2010-10-28 Glenn Morris <rgm@gnu.org>
5108
5109 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
5110
5111 2010-10-24 Eli Zaretskii <eliz@gnu.org>
5112
5113 * display.texi (Window Systems): Deprecate use of window-system as
5114 a predicate.
5115
5116 2010-10-23 Glenn Morris <rgm@gnu.org>
5117
5118 * help.texi (Documentation Basics): Remove mentions of digest-doc and
5119 sorted-doc.
5120
5121 2010-10-15 Eli Zaretskii <eliz@gnu.org>
5122
5123 * os.texi (Dynamic Libraries): New node, with slightly modified
5124 text deleted from "Image Formats".
5125 (System Interface): Add @menu entry for "Dynamic Libraries".
5126
5127 * display.texi (Image Formats): Remove description of
5128 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
5129
5130 2010-10-12 Glenn Morris <rgm@gnu.org>
5131
5132 * book-spine.texinfo: Rename to book-spine.texi.
5133
5134 2010-10-11 Glenn Morris <rgm@gnu.org>
5135
5136 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
5137
5138 * Makefile.in (DVIPS): New variable.
5139 (.PHONY): Add html, ps.
5140 (html, elisp.html, ps, elisp.ps): New targets.
5141 (clean): Delete html, ps files.
5142 ($(infodir)/elisp): Remove unnecessary includes.
5143
5144 2010-10-09 Eli Zaretskii <eliz@gnu.org>
5145
5146 * makefile.w32-in (emacsdir): New variable.
5147 (srcs): Add emacsver.texi.
5148 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
5149
5150 2010-10-09 Glenn Morris <rgm@gnu.org>
5151
5152 * Makefile.in (VPATH): Remove.
5153 (infodir): Make it absolute.
5154 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
5155
5156 * Makefile.in (dist): Anchor regexps.
5157
5158 * Makefile.in (srcs): Put elisp.texi first.
5159 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
5160
5161 * Makefile.in (infoclean): Remove harmless, long-standing error.
5162
5163 * Makefile.in ($(infodir)): Delete rule.
5164 (mkinfodir): New.
5165 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
5166
5167 * Makefile.in (dist): Remove reference to emacsver.texi.in.
5168 Also copy emacsver.texi, and edit $emacsdir.
5169
5170 2010-10-09 Glenn Morris <rgm@gnu.org>
5171
5172 * Makefile.in (emacsdir): New variable.
5173 (MAKEINFO): Add -I $emacsdir.
5174 (dist): Copy emacsver.texi.
5175 (srcs): Add emacsver.texi.
5176
5177 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
5178 Set EMACSVER by including emacsver.texi.
5179
5180 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
5181
5182 2010-10-07 Glenn Morris <rgm@gnu.org>
5183
5184 * Makefile.in (version): New, set by configure.
5185 (clean): Delete dist tar file.
5186 (dist): Use version in tar name.
5187
5188 2010-10-06 Glenn Morris <rgm@gnu.org>
5189
5190 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
5191 (INSTALL_INFO): Remove unused variable.
5192 (mostlyclean, infoclean, dist): New rules.
5193 (clean): Delete dvi and pdf files.
5194 (maintainer-clean): Remove elisp.oaux, use infoclean.
5195 ($(infodir)): Add parallel build workaround.
5196
5197 2010-10-04 Glenn Morris <rgm@gnu.org>
5198
5199 * Makefile.in (dvi, pdf, $(infodir)): New targets.
5200 ($(infodir)/elisp): Ensure target directory exists. Use $@.
5201 Fix -I typo.
5202 (clean): No 'make.out' or 'core' files.
5203 (.PHONY): Declare clean rules.
5204 (maintainer-clean): Delete pdf file. Guard against cd failures.
5205
5206 2010-10-03 Glenn Morris <rgm@gnu.org>
5207
5208 * files.texi (File Name Components): Remove ignored section about
5209 deleted variable directory-sep-char.
5210
5211 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
5212
5213 * files.texi (Magic File Names): New defopt
5214 remote-file-name-inhibit-cache.
5215
5216 2010-10-02 Glenn Morris <rgm@gnu.org>
5217
5218 * os.texi (Killing Emacs): Hook now runs in batch mode.
5219
5220 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
5221
5222 * text.texi (Special Properties): Clarify when modification-hooks run.
5223
5224 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5225
5226 * syntax.texi (Syntax Flags): Document new `c' flag.
5227
5228 2010-09-09 Glenn Morris <rgm@gnu.org>
5229
5230 * display.texi (ImageMagick Images): General cleanup.
5231
5232 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
5233
5234 * files.texi (Directory Names): Use \` rather than ^.
5235
5236 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
5237
5238 * text.texi (Low-Level Kill Ring):
5239 * frames.texi (Window System Selections): Remove cut buffer
5240 documentation.
5241
5242 2010-08-28 Eli Zaretskii <eliz@gnu.org>
5243
5244 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
5245 Parameters", where the default fringe width is described.
5246
5247 * frames.texi (Window Frame Parameters, Basic Parameters)
5248 (Position Parameters, Layout Parameters, Management Parameters)
5249 (Cursor Parameters, Font and Color Parameters): Add indexing for
5250 frame parameters. (Bug#6929)
5251
5252 2010-08-25 Tom Tromey <tromey@redhat.com>
5253
5254 * vol2.texi (Top): Update.
5255 * vol1.texi (Top): Update.
5256 * tips.texi (Library Headers): Mention Package-Version and
5257 Package-Requires.
5258 * package.texi: New file.
5259 * os.texi (System Interface): Update pointers.
5260 * elisp.texi (Top): Link to new nodes. Include package.texi.
5261 * anti.texi (Antinews): Update pointers.
5262
5263 2010-08-25 Eli Zaretskii <eliz@gnu.org>
5264
5265 * processes.texi (Filter Functions): Fix last change.
5266
5267 2010-08-24 Markus Triska <triska@gmx.at>
5268
5269 * processes.texi (Filter Functions): Use `buffer-live-p' instead
5270 of `buffer-name' in the main text as well as in the example
5271 (Bug#3098).
5272
5273 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
5274
5275 * nonascii.texi (Text Representations):
5276 * loading.texi (Loading Non-ASCII):
5277 * compile.texi (Byte Compilation): Don't mention obsolete
5278 --unibyte command-line argument.
5279
5280 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
5281
5282 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
5283
5284 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
5285
5286 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
5287
5288 2010-08-20 Eli Zaretskii <eliz@gnu.org>
5289
5290 * commands.texi (Misc Events): Add cross-references to where
5291 POSITION of a mouse event is described in detail.
5292
5293 2010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
5294
5295 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
5296
5297 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
5298
5299 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
5300 Suggested by Štěpán Němec <stepnem@gmail.com>.
5301
5302 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
5303
5304 * minibuf.texi (High-Level Completion): Document args of
5305 `read-buffer-function' (bug#5625).
5306
5307 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
5308
5309 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
5310
5311 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
5312
5313 * processes.texi (Process Information): Explain process property
5314 `remote-tty'.
5315
5316 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
5317
5318 * modes.texi (Defining Minor Modes): Use C-delete in examples,
5319 instead of "\C-\^?" (bug#6334).
5320
5321 * text.texi (Special Properties): Fix typo.
5322
5323 2010-07-09 Eli Zaretskii <eliz@gnu.org>
5324
5325 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
5326 calling sequences, which are now the standard.
5327
5328 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
5329
5330 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
5331
5332 * commands.texi (Command Overview): Mention undo-boundary call.
5333
5334 2010-06-23 Glenn Morris <rgm@gnu.org>
5335
5336 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
5337 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
5338 * frames.texi, functions.texi, internals.texi, keymaps.texi:
5339 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
5340 * searching.texi, sequences.texi, strings.texi, syntax.texi:
5341 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
5342 Untabify Texinfo files.
5343
5344 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
5345
5346 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
5347
5348 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
5349
5350 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5351
5352 2010-06-02 Chong Yidong <cyd@stupidchicken.com>
5353
5354 * searching.texi (Regexp Special): Remove obsolete information
5355 about matching non-ASCII characters, and suggest using char
5356 classes (Bug#6283).
5357
5358 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
5359
5360 * minibuf.texi (Basic Completion): Add missing "@end defun".
5361
5362 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5363
5364 * minibuf.texi (Basic Completion): Document completion-boundaries.
5365 (Programmed Completion): Document the new fourth method for boundaries.
5366
5367 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
5368
5369 * display.texi (Image Cache): Update documentation about image caching.
5370
5371 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
5372
5373 * windows.texi (Textual Scrolling):
5374 * tips.texi (Coding Conventions):
5375 * minibuf.texi (Minibuffer History):
5376 * maps.texi (Standard Keymaps):
5377 * loading.texi (Where Defined):
5378 * edebug.texi (Instrumenting): Fix typos.
5379
5380 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5381
5382 * keymaps.texi (Menu Bar): Document :advertised-binding property.
5383
5384 * functions.texi (Obsolete Functions):
5385 Document set-advertised-calling-convention.
5386
5387 * minibuf.texi (Basic Completion): Document completion-in-region.
5388 (Programmed Completion): Document completion-annotate-function.
5389
5390 * commands.texi (Reading One Event): Document read-key.
5391 (Distinguish Interactive): Document KIND arg to
5392 called-interactively-p. Delete obsolete interactive-p.
5393
5394 * elisp.texi (Top): Update node description.
5395
5396 2010-05-08 Eli Zaretskii <eliz@gnu.org>
5397
5398 * nonascii.texi (Character Properties):
5399 Document unicode-category-table. Add an index entry for Unicode
5400 general category.
5401
5402 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
5403
5404 * Version 23.2 released.
5405
5406 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
5407
5408 * locals.texi (Standard Buffer-Local Variables):
5409 Remove @ignore'd reference to `direction-reversed'.
5410
5411 2010-04-14 Juri Linkov <juri@jurta.org>
5412
5413 Fix @deffn without category.
5414
5415 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
5416 for `abbrev-insert'.
5417
5418 * buffers.texi (Indirect Buffers): Add category `Command'
5419 to @deffn of `clone-indirect-buffer'.
5420
5421 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
5422 for `next-window' and `previous-window'. Add category `Command'
5423 to @deffn of `pop-to-buffer'.
5424
5425 2010-04-01 Chong Yidong <cyd@stupidchicken.com>
5426
5427 * nonascii.texi (Text Representations): Don't mark
5428 enable-multibyte-characters as a user option.
5429
5430 2010-03-31 Eli Zaretskii <eliz@gnu.org>
5431
5432 * control.texi (Handling Errors): How to re-throw a signal caught
5433 by condition-case.
5434
5435 2010-03-26 Chong Yidong <cyd@stupidchicken.com>
5436
5437 * loading.texi (Hooks for Loading): Document after-load-functions.
5438 Copyedits.
5439
5440 2010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
5441
5442 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
5443
5444 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
5445
5446 * processes.texi (Network Processes): Document seqpacket type.
5447
5448 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
5449
5450 * os.texi (System Environment): Do not mention lynxos.
5451
5452 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
5453
5454 * Branch for 23.2.
5455
5456 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
5457
5458 * objects.texi (Integer Type): Take note of the read syntax
5459 exception for numbers that cannot fit in the integer type.
5460
5461 2010-03-03 Glenn Morris <rgm@gnu.org>
5462
5463 * numbers.texi (Integer Basics, Bitwise Operations):
5464 * objects.texi (Integer Type): Update for integers now being 30-bit.
5465
5466 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
5467
5468 * display.texi (Low-Level Font): Document :otf font-spec property.
5469
5470 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
5471
5472 * display.texi (Line Height): Avoid obsolete special default variables
5473 like default-major-mode.
5474
5475 2010-01-28 Alan Mackenzie <acm@muc.de>
5476
5477 * display.texi (Auto Faces): Say fontification-functions is called
5478 whether or not Font Lock is enabled. Tidy up the wording a bit.
5479
5480 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
5481
5482 * elisp.texi: Remove duplicate edition information (Bug#5407).
5483
5484 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
5485
5486 * two.el (volume-header-toc-markup): Fix typos in docstring.
5487
5488 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
5489
5490 Avoid dubious uses of save-excursions.
5491 * positions.texi (Excursions): Recommend the use of
5492 save-current-buffer if applicable.
5493 * text.texi (Clickable Text): Fix the example code which used
5494 save-excursion in a naive way which sometimes preserves point and
5495 sometimes not.
5496 * variables.texi (Creating Buffer-Local):
5497 * os.texi (Session Management):
5498 * display.texi (GIF Images):
5499 * control.texi (Cleanups): Use (save|with)-current-buffer.
5500
5501 2010-01-02 Eli Zaretskii <eliz@gnu.org>
5502
5503 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
5504
5505 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
5506
5507 * nonascii.texi (Text Representations, Character Codes)
5508 (Converting Representations, Explicit Encoding)
5509 (Translation of Characters): Use hex notation consistently.
5510 (Character Sets): Fix map-charset-chars doc (Bug#5197).
5511
5512 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
5513
5514 * loading.texi (Where Defined): Make it clearer that these are
5515 loaded files (Bug#5068).
5516
5517 2009-12-29 Chong Yidong <cyd@stupidchicken.com>
5518
5519 * minibuf.texi (Completion Styles): Document `initials' style.
5520
5521 2009-12-25 Chong Yidong <cyd@stupidchicken.com>
5522
5523 * frames.texi (Resources): Describe inhibit-x-resources.
5524 (Size Parameters): Copyedit.
5525
5526 * hash.texi (Creating Hash):
5527 * objects.texi (Hash Table Type): Document the new hash table
5528 printed representation.
5529
5530 * minibuf.texi (Basic Completion): 4th arg to all-completions is
5531 obsolete.
5532
5533 * processes.texi (Process Buffers):
5534 Document process-kill-buffer-query-function.
5535
5536 2009-12-05 Glenn Morris <rgm@gnu.org>
5537
5538 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
5539 diary-display-function, and no longer recommended to be a hook.
5540 Update for changes in the names of calendar and diary hooks.
5541 diary-print-entries-hook has changed section.
5542
5543 2009-11-28 Eli Zaretskii <eliz@gnu.org>
5544
5545 * text.texi (Special Properties): More accurate description of
5546 what the `cursor' property does.
5547
5548 2009-11-26 Kevin Ryde <user42@zip.com.au>
5549
5550 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
5551 mouse-wheel-down-event, the closest thing to a definition for them.
5552 * os.texi (Startup Summary): vindex inhibit-startup-message and
5553 inhibit-splash-screen.
5554 (Command-Line Arguments): vindex argv.
5555 (Suspending Emacs): vindex suspend-tty-functions and
5556 resume-tty-functions. Don't want to index every hook, but having
5557 the programming ones is helpful.
5558
5559 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
5560
5561 * commands.texi (Motion Events): Fix typo (Bug#4907).
5562
5563 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5564
5565 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
5566 are affected by case-fold-search (Bug#4483).
5567
5568 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
5569
5570 * minibuf.texi (Reading File Names): Note that read-file-name may
5571 use a graphical file dialog.
5572
5573 2009-10-31 Glenn Morris <rgm@gnu.org>
5574
5575 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
5576
5577 2009-10-16 Kevin Ryde <user42@zip.com.au>
5578
5579 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
5580 in particular so `info-lookup-symbol' can find its docs.
5581
5582 2009-10-16 Chong Yidong <cyd@stupidchicken.com>
5583
5584 * variables.texi (Constant Variables): Distinguish from defconst
5585 variables.
5586 (Defining Variables): Add cindex.
5587
5588 2009-10-15 Chong Yidong <cyd@stupidchicken.com>
5589
5590 * os.texi (Time of Day): Clarify that the microsecond part is
5591 ignored (Bug#4637).
5592
5593 2009-10-11 Glenn Morris <rgm@gnu.org>
5594
5595 * frames.texi (Size and Position): Clarify what is included in the frame
5596 height. (Bug#4535)
5597
5598 2009-10-10 Glenn Morris <rgm@gnu.org>
5599
5600 * windows.texi (Size of Window): The relationship between window and
5601 frame heights is not so simple. (Bug#4535)
5602 Mention window-full-height-p.
5603
5604 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5605
5606 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
5607 used from Lisp.
5608
5609 2009-10-07 Eli Zaretskii <eliz@gnu.org>
5610
5611 * files.texi (Directory Names) <abbreviate-file-name>:
5612 Document that root home directories are not replaced with "~".
5613
5614 2009-10-06 Eli Zaretskii <eliz@gnu.org>
5615
5616 * text.texi (Special Properties): Document the meaning of the
5617 `cursor' text property whose value is an integer.
5618
5619 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5620
5621 * files.texi (Magic File Names): Add `copy-directory'.
5622
5623 2009-10-05 Eli Zaretskii <eliz@gnu.org>
5624
5625 * files.texi (File Attributes): Fix description of file
5626 attributes. (Bug#4638) Update attributes of files.texi example to
5627 be more representative.
5628
5629 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5630
5631 * files.texi (Create/Delete Dirs): New command copy-directory.
5632
5633 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
5634
5635 * anti.texi (Antinews):
5636 * macros.texi (Indenting Macros):
5637 * strings.texi (Creating Strings, Case Conversion):
5638 Remove duplicate words.
5639
5640 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
5641
5642 * files.texi (Create/Delete Dirs): delete-directory has an
5643 optional parameter RECURSIVE.
5644
5645 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5646
5647 * buffers.texi (Swapping Text): Minor clarification.
5648
5649 2009-10-01 Glenn Morris <rgm@gnu.org>
5650
5651 * functions.texi (Declaring Functions): Mention that we also search for
5652 ".m" files in the src/ directory.
5653
5654 2009-09-25 David Engster <deng@randomsample.de>
5655
5656 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
5657
5658 2009-09-22 Glenn Morris <rgm@gnu.org>
5659
5660 * internals.texi (Building Emacs): Mention preloaded-file-list.
5661
5662 2009-09-14 Alan Mackenzie <acm@muc.de>
5663
5664 * os.texi (Terminal Output): Put "@code{}" around "stdout".
5665
5666 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
5667
5668 * functions.texi (Anonymous Functions): Rearrange discussion,
5669 giving usage of unquoted lambda forms first. Mention that
5670 `function' and `#'' are no longer required (Bug#4290).
5671
5672 2009-09-11 Alan Mackenzie <acm@muc.de>
5673
5674 * os.texi (Terminal Output): Document `send-string-to-terminal' in
5675 batch mode.
5676
5677 2009-09-01 Glenn Morris <rgm@gnu.org>
5678
5679 * display.texi (Face Functions): Mention define-obsolete-face-alias.
5680
5681 2009-08-26 Ulrich Mueller <ulm@gentoo.org>
5682
5683 * nonascii.texi (Character Codes): Fix typos.
5684
5685 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
5686
5687 * processes.texi (Synchronous Processes): New defvar
5688 process-file-side-effects.
5689
5690 2009-08-25 Glenn Morris <rgm@gnu.org>
5691
5692 * display.texi (Fontsets): Fix typo.
5693
5694 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
5695
5696 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5697
5698 * processes.texi (Asynchronous Processes): Adjust arglist of
5699 start-process-shell-command and start-file-process-shell-command.
5700
5701 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
5702
5703 * advice.texi (Argument Access in Advice): Note that argument
5704 positions are zero-based (Bug#3932).
5705
5706 * commands.texi (Distinguish Interactive): Minor copyedit.
5707
5708 * display.texi (Face Attributes): Add xref to Displaying Faces for
5709 explanation of "underlying face".
5710
5711 * customize.texi (Common Keywords): Add xref to Loading.
5712
5713 * loading.texi (How Programs Do Loading): Add xref to Lisp
5714 Libraries node in the Emacs manual.
5715
5716 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
5717
5718 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
5719
5720 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
5721
5722 * processes.texi (Shell Arguments): Copyedits.
5723
5724 2009-07-18 Glenn Morris <rgm@gnu.org>
5725
5726 * loading.texi (Repeated Loading): Fix typo.
5727
5728 2009-07-16 Richard Stallman <rms@gnu.org>
5729
5730 * buffers.texi (Swapping Text): Recommend setting
5731 write-region-annotate-functions and buffer-saved-size.
5732
5733 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
5734
5735 2009-07-15 Glenn Morris <rgm@gnu.org>
5736
5737 * edebug.texi: Minor re-phrasings throughout.
5738 (Edebug Execution Modes): Sit-for affects continue mode too.
5739 (Jumping): Use `forward-sexp' rather than its keybinding.
5740 (Edebug Misc): Fix Q binding.
5741 (Edebug Eval): Remove cl version.
5742 (Printing in Edebug): Clarify print-length etc.
5743 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
5744 (Specification List): Remove edebug-unwrap findex entry.
5745 (Specification Examples): defmacro is actually not the same as defun.
5746 Escape "`" in example.
5747
5748 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
5749
5750 * markers.texi (The Mark): Document optional arg to
5751 deactivate-mark.
5752
5753 2009-07-11 Kevin Ryde <user42@zip.com.au>
5754
5755 * hooks.texi (Standard Hooks): Fix cross-references.
5756
5757 * loading.texi (Named Features): Refer to eval-after-load.
5758
5759 2009-07-11 Glenn Morris <rgm@gnu.org>
5760
5761 * Makefile.in (TEXI2PDF): New.
5762 (elisp.pdf): New target.
5763
5764 * searching.texi (Regexp Backslash): Fix typo.
5765
5766 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5767
5768 2009-07-10 Glenn Morris <rgm@gnu.org>
5769
5770 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
5771
5772 * customize.texi (Customization Types):
5773 * display.texi (Abstract Display):
5774 * objects.texi (Character Type, String Type):
5775 Merge in some menu descriptions from elisp.texi.
5776
5777 * hash.texi (Hash Tables):
5778 * modes.texi (Multiline Font Lock):
5779 End menu description with period.
5780
5781 2009-07-09 Glenn Morris <rgm@gnu.org>
5782
5783 * back.texi: Don't hard-code texinfo location.
5784
5785 * two-volume.make (texinfodir): New, with location of texinfo.tex.
5786 (tex): Add texinfodir to TEXINPUTS.
5787 (elisp1med-init, elisp2med-init): Use texinfodir.
5788
5789 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
5790 (clean): Add two-volume.make intermediate files.
5791
5792 * elisp.texi, vol1.texi, vol2.texi:
5793 Use a DATE variable with the publication date, and update it.
5794 Fix antinews menu description.
5795
5796 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
5797 Update the detailed node listing to match elisp.texi.
5798
5799 * README: Update edition to match elisp.texi.
5800
5801 * objects.texi (General Escape Syntax):
5802 * nonascii.texi (Character Sets):
5803 Use consistent case for "Unicode Standard".
5804
5805 * anti.texi (Antinews):
5806 * customize.texi (Variable Definitions):
5807 * functions.texi (Declaring Functions):
5808 * nonascii.texi (Character Properties):
5809 * processes.texi (Serial Ports):
5810 * text.texi (Special Properties):
5811 * tips.texi (Coding Conventions):
5812 Minor rearrangements to improve TeX line-filling.
5813
5814 * commands.texi (Using Interactive): Fix cross-reference.
5815
5816 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5817
5818 * frames.texi (Management Parameters): Mention sticky.
5819
5820 2009-07-01 Andreas Schwab <aschwab@redhat.com>
5821
5822 * help.texi (Help Functions): Fix description of help-buffer and
5823 help-setup-xref to use @defun instead of @deffn.
5824
5825 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5826
5827 * frames.texi (Size Parameters): Mention maximized for fullscreen.
5828
5829 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
5830
5831 * display.texi (Window Systems): Add ns to the list.
5832
5833 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
5834
5835 * Branch for 23.1.
5836
5837 2009-06-17 Martin Rudalics <rudalics@gmx.at>
5838
5839 * windows.texi (Dedicated Windows): Fix typo.
5840 (Resizing Windows): Replace @defun by @deffn.
5841
5842 2009-06-17 Glenn Morris <rgm@gnu.org>
5843
5844 * variables.texi (Directory Local Variables):
5845 Update for 2009-04-11 name-change of dir-locals-directory-alist.
5846
5847 2009-06-09 Kenichi Handa <handa@m17n.org>
5848
5849 * nonascii.texi (Character Sets): State clearly that FROM and TO
5850 are codepoints of CHARSET.
5851
5852 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
5853
5854 * minibuf.texi (Reading File Names): Fix introductory text.
5855 Suggested by stan@derbycityprints.com.
5856 (High-Level Completion): Fix typo.
5857
5858 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
5859
5860 * frames.texi (Text Terminal Colors): Multi-tty is already
5861 implemented, but tty-local colors are not.
5862
5863 2009-05-27 Chong Yidong <cyd@stupidchicken.com>
5864
5865 * hooks.texi (Standard Hooks): Remove mention of obsolete
5866 redisplay-end-trigger-functions.
5867
5868 * internals.texi (Window Internals): Remove mention of obsolete
5869 redisplay-end-trigger-functions.
5870
5871 2009-05-21 Martin Rudalics <rudalics@gmx.at>
5872
5873 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
5874
5875 * backups.texi (Making Backups): backup-directory-alist and
5876 make-backup-file-name-function are options.
5877 (Auto-Saving): auto-save-list-file-prefix is an option.
5878
5879 * buffers.texi (Killing Buffers): buffer-offer-save is an
5880 option.
5881
5882 * display.texi (Refresh Screen): no-redraw-on-reenter is an
5883 option.
5884 (Echo Area Customization): echo-keystrokes is an option.
5885 (Selective Display): selective-display-ellipses is an option.
5886 (Temporary Displays): temp-buffer-show-function is an option.
5887 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
5888 are options.
5889 (Font Selection): face-font-family-alternatives,
5890 face-font-selection-order, face-font-registry-alternatives, and
5891 scalable-fonts-allowed are options.
5892 (Fringe Indicators): indicate-buffer-boundaries is an option.
5893 (Fringe Cursors): overflow-newline-into-fringe is an option.
5894 (Scroll Bars): scroll-bar-mode is an option.
5895
5896 * eval.texi (Eval): max-lisp-eval-depth is an option.
5897
5898 * files.texi (Visiting Functions): find-file-hook is an option.
5899 (Directory Names): directory-abbrev-alist is an option.
5900 (Unique File Names): temporary-file-directory and
5901 small-temporary-file-directory are options.
5902
5903 * frames.texi (Initial Parameters): initial-frame-alist,
5904 minibuffer-frame-alist and default-frame-alist are options.
5905 (Cursor Parameters): blink-cursor-alist and
5906 cursor-in-non-selected-windows ar options.
5907 (Window System Selections): selection-coding-system is an
5908 option.
5909 (Display Feature Testing): display-mm-dimensions-alist is an
5910 option.
5911
5912 * help.texi (Help Functions): help-char and help-event-list are
5913 options.
5914
5915 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
5916 an option.
5917
5918 * minibuf.texi (Minibuffer History): history-length and
5919 history-delete-duplicates are options.
5920 (High-Level Completion): read-buffer-function and
5921 read-buffer-completion-ignore-case are options.
5922 (Reading File Names): read-file-name-completion-ignore-case is
5923 an option.
5924
5925 * modes.texi (Mode Line Top): mode-line-format is an option.
5926 (Mode Line Variables): mode-line-position and mode-line-modes
5927 are options.
5928
5929 * nonascii.texi (Text Representations):
5930 enable-multibyte-characters is an option.
5931 (Default Coding Systems): auto-coding-regexp-alist,
5932 file-coding-system-alist, auto-coding-alist and
5933 auto-coding-functions are options.
5934 (Specifying Coding Systems): inhibit-eol-conversion is an
5935 option.
5936
5937 * os.texi (Init File): site-run-file is an option.
5938 (System Environment): mail-host-address is an option.
5939 (User Identification): user-mail-address is an option.
5940 (Terminal Output): baud-rate is an option.
5941
5942 * positions.texi (Word Motion): words-include-escapes is an
5943 option.
5944
5945 * searching.texi (Standard Regexps): page-delimiter,
5946 paragraph-separate, paragraph-separate and sentence-end are
5947 options.
5948
5949 * text.texi (Margins): left-margin and fill-nobreak-predicate
5950 are options.
5951
5952 * variables.texi (Local Variables): max-specpdl-size is an
5953 option.
5954
5955 * windows.texi (Choosing Window):
5956 split-window-preferred-function, special-display-function and
5957 display-buffer-function are options.
5958
5959 2009-05-20 Chong Yidong <cyd@stupidchicken.com>
5960
5961 Fix errors spotted by Martin Rudalics.
5962
5963 * syntax.texi (Position Parse): Document rationale for ignored
5964 arguments to syntax-ppss-flush-cache.
5965
5966 * processes.texi (Input to Processes): Mark PROCESS arg to
5967 process-running-child-p as optional.
5968 (Network Options): Document NO-ERROR arg to
5969 set-network-process-option.
5970
5971 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
5972 command.
5973
5974 * searching.texi (POSIX Regexps): Mark posix-search-forward and
5975 posix-search-backward as commands.
5976
5977 * os.texi (Killing Emacs): Mark kill-emacs as a command.
5978 (Suspending Emacs): Mark suspend-emacs as a command.
5979 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
5980 commands.
5981 (Terminal Output): Remove obsolete function baud-rate.
5982 Document TERMINAL arg for send-string-to-terminal.
5983
5984 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
5985 terminal-coding-system and set-terminal-coding-system.
5986 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
5987 as optional.
5988 (Character Sets): Document RESTRICTION arg of char-charset.
5989 (Character Codes): Mark POS argument to get-byte as optional.
5990
5991 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
5992 minibuffer-message.
5993
5994 * files.texi (Create/Delete Dirs): Mark make-directory and
5995 delete-directory as commands.
5996
5997 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
5998
5999 * text.texi (Base 64): Mark base64-decode-string and
6000 base64-encode-string as commands.
6001 (Columns): Mark move-to-column as a command.
6002 (Mode-Specific Indent): Document RIGID arg to
6003 indent-for-tab-command.
6004 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
6005 Mark indent-code-rigidly as a command.
6006 (Substitution): Mark translate-region as a command.
6007
6008 * frames.texi (Size and Position): Remove obsolete functions
6009 screen-height and screen-width.
6010
6011 2009-05-19 Chong Yidong <cyd@stupidchicken.com>
6012
6013 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
6014 (Displaying Buffers, Resizing Windows): Correct mistakes;
6015 next-window, previous-window, and pop-to-buffer are not commands,
6016 and fit-window-to-buffer" is a command. (Pointed out by Martin
6017 Rudalics.)
6018
6019 2009-05-17 Richard M Stallman <rms@gnu.org>
6020
6021 * modes.texi (Precalculated Fontification): Clarify text.
6022
6023 2009-05-17 Martin Rudalics <rudalics@gmx.at>
6024
6025 * windows.texi (Selecting Windows): Clarify descriptions of
6026 with-selected-window and get-lru-window.
6027 (Cyclic Window Ordering): Refer to particular frame when talking
6028 about how splitting affects the ordering.
6029 (Displaying Buffers): Fix descriptions of switch-to-buffer and
6030 switch-to-buffer-other-window. Explain how setting of
6031 display-buffer-reuse-frames affects pop-to-buffer.
6032 (Choosing Window): Clarify some details in descriptions of
6033 display-buffer-reuse-frames, pop-up-frames, and
6034 pop-up-frame-function.
6035 (Dedicated Windows): Clarify some details.
6036 (Textual Scrolling): Replace term vscroll by term vertical
6037 scroll position.
6038 (Vertical Scrolling): Fix typo.
6039 (Window Hooks): Relate text on jit-lock-register to window
6040 scrolling and size changes.
6041
6042 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
6043
6044 * frames.texi (Initial Parameters): Clarify what the initial
6045 minibuffer frame is.
6046 (Buffer Parameters): Note that the minibuffer parameter can not be
6047 altered.
6048
6049 * anti.texi (Antinews): Copyedits. Rearrange some entries.
6050 Document display-buffer changes.
6051
6052 2009-05-13 Chong Yidong <cyd@stupidchicken.com>
6053
6054 * anti.texi (Antinews): Rewrite for Emacs 22.
6055
6056 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
6057 obarrays are first mentioned. Define "system abbrev" more
6058 prominently, and add it to the index.
6059 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
6060 Copyedits.
6061 (Abbrev Expansion): Document abbrev-insert.
6062
6063 2009-05-12 Chong Yidong <cyd@stupidchicken.com>
6064
6065 * frames.texi (Font and Color Parameters): Rename from Color
6066 Parameters. Document font-backend parameter.
6067
6068 * vol2.texi (Top): Update node listing.
6069 * vol1.texi (Top): Update node listing.
6070 * elisp.texi (Top): Update node listing.
6071
6072 2009-05-11 Martin Rudalics <rudalics@gmx.at>
6073
6074 * windows.texi (Choosing Window): Don't explicitly refer to
6075 split-window-sensibly's window argument in descriptions of
6076 split-height-threshold and split-width-threshold.
6077
6078 2009-05-10 Martin Rudalics <rudalics@gmx.at>
6079
6080 * windows.texi (Choosing Window): Fix rewrite of window
6081 splitting section.
6082
6083 2009-05-09 Eli Zaretskii <eliz@gnu.org>
6084
6085 * nonascii.texi (Default Coding Systems):
6086 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
6087 Add indexing.
6088 (Lisp and Coding Systems): Add index entries.
6089
6090 2009-05-09 Martin Rudalics <rudalics@gmx.at>
6091
6092 * windows.texi (Choosing Window): Describe split-window-sensibly
6093 and rewrite section on window splitting accordingly.
6094 (Textual Scrolling): Replace `...' by @code{...}.
6095
6096 2009-05-04 Chong Yidong <cyd@stupidchicken.com>
6097
6098 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
6099 Remove obsoleted pre-abbrev-expand-hook.
6100
6101 * locals.texi (Standard Buffer-Local Variables): Consolidate table
6102 entries.
6103
6104 * internals.texi (Object Internals): Don't assume 32-bit machines
6105 are the norm.
6106 (Buffer Internals): Consolidate table entries for readability.
6107 (Window Internals): Synch field names to window.h.
6108 (Process Internals): Synch field names to process.h.
6109
6110 2009-04-29 Chong Yidong <cyd@stupidchicken.com>
6111
6112 * variables.texi (File Local Variables): Note that read-circle is
6113 bound to nil when reading file-local variables.
6114
6115 * streams.texi (Input Functions): Document read-circle.
6116 (Output Variables): Add xref to Circular Objects.
6117
6118 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
6119
6120 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
6121 Features and Coding System Basics. Node that "p" stands for
6122 "predicate". Recommend utf-8-emacs instead of emacs-mule.
6123 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
6124 mouse-appearance-menu.
6125 (Programming Tips): Add xref to Progress.
6126
6127 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
6128
6129 * os.texi (Command-Line Arguments):
6130 Document command-line-args-left.
6131 (Suspending Emacs): Adapt text to multi-tty case. Document use of
6132 terminal objects for tty arguments.
6133 (Startup Summary): Add xref to Session Management.
6134 (Session Management): Mention emacs-session-restore. Copyedits.
6135
6136 2009-04-20 Chong Yidong <cyd@stupidchicken.com>
6137
6138 * os.texi (Startup Summary): Copyedits. The init file is not
6139 necessarily named .emacs now. Document initial-buffer-choice and
6140 initial-scratch-message. Note where Emacs exits in batch mode.
6141 Document inhibit-splash-screen as an alias.
6142 (Init File): Be neutral about which init file name to use.
6143
6144 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
6145
6146 * os.texi (System Interface): Fix Texinfo usage.
6147
6148 2009-04-15 Chong Yidong <cyd@stupidchicken.com>
6149
6150 * searching.texi (Regexp Backslash): Also refer to shy groups as
6151 non-capturing or unnumbered groups.
6152 (Regexp Functions): Add cross-reference to Regexp Backslash.
6153
6154 * display.texi (Truncation): Overlays can use line-prefix and
6155 wrap-prefix too.
6156 (Overlay Properties): Document wrap-prefix and line-prefix.
6157 (Face Attributes): Document underline-minimum-offset.
6158 (Face Remapping): Copyedits.
6159 (Low-Level Font): Copyedits.
6160 (Image Cache): Note that the image cache is shared between frames.
6161 (Line Height): Emphasize that line-spacing only takes effect on
6162 graphical terminals.
6163
6164 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
6165
6166 * display.texi (Refresh Screen): Note that a passage about screen
6167 refreshing is text terminal only.
6168 (Forcing Redisplay): Delete misleading comment---sit-for calls
6169 redisplay, not the other way around.
6170 (Truncation): Note new values of truncate-partial-width-windows.
6171 Copyedits.
6172 (Invisible Text): Document invisible-p.
6173
6174 2009-04-11 Eli Zaretskii <eliz@gnu.org>
6175
6176 * display.texi (Overlays): Overlays don't scale well. See
6177 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
6178
6179 2009-04-10 Chong Yidong <cyd@stupidchicken.com>
6180
6181 * syntax.texi (Syntax Table Functions): Document cons cell
6182 argument for modify-syntax-entry.
6183 (Categories): Document cons cell argument for
6184 modify-category-entry.
6185
6186 * searching.texi (String Search): Document word-search-forward-lax
6187 and word-search-backward-lax.
6188 (Searching and Case): Describe isearch behavior more precisely.
6189
6190 * keymaps.texi (Tool Bar): Mention that some platforms do not
6191 support multi-line toolbars. Suggested by Stephen Eglen.
6192
6193 * frames.texi (Layout Parameters): Mention that Nextstep also
6194 allows only one tool-bar line. Suggested by Stephen Eglen.
6195
6196 * nonascii.texi (Text Representations): Copyedits.
6197 (Coding System Basics): Also mention utf-8-emacs.
6198 (Converting Representations, Selecting a Representation)
6199 (Scanning Charsets, Translation of Characters, Encoding and I/O):
6200 Copyedits.
6201 (Character Codes): Mention role of codepoints 1114112 to 4194175.
6202
6203 2009-04-09 Chong Yidong <cyd@stupidchicken.com>
6204
6205 * text.texi (Yank Commands): Note that yank uses push-mark.
6206 (Filling): Clarify REGION argument of fill-paragraph.
6207 Document fill-forward-paragraph-function.
6208 (Special Properties): Remove "new in Emacs 22" declaration.
6209 (Clickable Text): Merge with Links and Mouse-1 node.
6210
6211 * display.texi (Button Properties, Button Buffer Commands):
6212 Change xref to Clickable Text.
6213
6214 * tips.texi (Key Binding Conventions): Change xref to Clickable
6215 Text.
6216
6217 * elisp.texi (Top): Update node listing.
6218
6219 2009-04-05 Chong Yidong <cyd@stupidchicken.com>
6220
6221 * markers.texi (The Mark): Copyedits. Improve description of
6222 handle-shift-selection.
6223 (The Region): Move use-region-p here from The Mark.
6224
6225 * positions.texi (Screen Lines): Document (cols . lines) argument
6226 for vertical-motion.
6227
6228 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
6229
6230 * frames.texi (Frames): Clean up introduction. Document `ns'
6231 return value for framep.
6232 (Creating Frames): Note how the terminal is chosen.
6233 (Multiple Terminals, Multiple Displays): Merge into a single node.
6234 (Color Parameters): Fix typo.
6235
6236 * variables.texi (Local Variables, Buffer-Local Variables)
6237 (Creating Buffer-Local): Change link to Multiple Terminals.
6238
6239 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
6240
6241 * keymaps.texi (Controlling Active Maps): Change link to Multiple
6242 Terminals.
6243
6244 * commands.texi (Command Loop Info, Keyboard Macros): Change link
6245 to Multiple Terminals.
6246
6247 * elisp.texi (Top): Update node listing.
6248 * vol2.texi (Top): Update node listing.
6249 * vol1.texi (Top): Update node listing.
6250
6251 * buffers.texi (Current Buffer): Note that the append-to-buffer
6252 example is no longer in synch with the latest code. Tie the two
6253 examples together.
6254
6255 * files.texi (File Attributes): Move note about MS-DOS from
6256 Changing Files to File Attributes.
6257 (Create/Delete Dirs): Note that mkdir is an alias for this.
6258
6259 2009-04-01 Markus Triska <triska@gmx.at>
6260
6261 * processes.texi (Filter Functions): Suggest how to handle output
6262 batches.
6263
6264 2009-03-30 Chong Yidong <cyd@stupidchicken.com>
6265
6266 * help.texi (Accessing Documentation): Update example to use
6267 help-setup-xref and with-help-window.
6268 (Help Functions): Remove print-help-return-message, which is
6269 semi-obsolete due to with-help-window. Document help-buffer and
6270 help-setup-xref.
6271
6272 2009-03-29 Chong Yidong <cyd@stupidchicken.com>
6273
6274 * help.texi (Accessing Documentation, Help Functions):
6275 Remove information about long-obsolete Emacs versions.
6276
6277 * modes.texi (Mode Line Variables): The default values of the mode
6278 line variables are now more complicated.
6279
6280 2009-03-28 Chong Yidong <cyd@stupidchicken.com>
6281
6282 * modes.texi (Major Mode Conventions): Note that specialness is
6283 inherited.
6284 (Derived Modes): Note that define-derive-mode sets the mode-class
6285 property.
6286
6287 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
6288 goto-map. Add search-map to the list.
6289
6290 2009-03-27 Eli Zaretskii <eliz@gnu.org>
6291
6292 * os.texi (System Environment): Update the list of system-type
6293 values.
6294
6295 * markers.texi (The Mark) <handle-shift-selection>: Update for
6296 removal of the optional argument DEACTIVATE.
6297
6298 2009-03-25 Chong Yidong <cyd@stupidchicken.com>
6299
6300 * commands.texi (Focus Events): Most X window managers don't use
6301 focus-follows-mouse nowadays.
6302
6303 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
6304
6305 * commands.texi (Defining Commands): Clarify introduction.
6306 (Using Interactive): Not that interactive can be put in a symbol
6307 property.
6308 (Interactive Call): Note that a symbol with a non-nil
6309 interactive-form property satisfies commandp.
6310
6311 2009-03-23 Juanma Barranquero <lekktu@gmail.com>
6312
6313 * minibuf.texi (Intro to Minibuffers): Fix typos.
6314
6315 2009-03-23 Chong Yidong <cyd@stupidchicken.com>
6316
6317 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
6318 about minibuffers in old Emacs versions. Copyedits.
6319 Emphasize that enable-recursive-minibuffers defaults to nil.
6320 (Text from Minibuffer): Simplify introduction.
6321
6322 2009-03-22 Alan Mackenzie <acm@muc.de>
6323
6324 * commands.texi (Using Interactive): Clarify string argument to
6325 `interactive' - even promptless elements need \n separators.
6326
6327 2009-03-18 Chong Yidong <cyd@stupidchicken.com>
6328
6329 * minibuf.texi (Completion Styles): New node.
6330
6331 * elisp.texi (Top): Update node listing.
6332
6333 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
6334
6335 * minibuf.texi (Basic Completion): Note that
6336 read-file-name-completion-ignore-case and
6337 read-buffer-completion-ignore-case can override
6338 completion-ignore-case.
6339 (Minibuffer Completion): Document completing-read changes.
6340 (Completion Commands): Avoid mentioning partial completion mode.
6341 Document minibuffer-completion-confirm changes, and
6342 minibuffer-confirm-exit-commands.
6343 (High-Level Completion): Document new require-match behavior for
6344 read-buffer. Document read-buffer-completion-ignore-case.
6345 (Reading File Names): Document new require-match behavior for
6346 read-file-name.
6347
6348 2009-03-14 Chong Yidong <cyd@stupidchicken.com>
6349
6350 * debugging.texi (Error Debugging): Don't mislead the reader into
6351 thinking that debug-on-error enters debugger for C-f at EOB.
6352 (Error Debugging): Setting debug-on-init within the init file
6353 works, and has for some time.
6354
6355 2009-03-13 Kenichi Handa <handa@m17n.org>
6356
6357 * display.texi (Fontsets): Update the description.
6358
6359 2009-03-13 Chong Yidong <cyd@stupidchicken.com>
6360
6361 * advice.texi (Advising Primitives): Link to What Is a Function.
6362
6363 2009-03-12 Chong Yidong <cyd@stupidchicken.com>
6364
6365 * compile.texi (Speed of Byte-Code): Update example.
6366 (Disassembly): Update examples.
6367
6368 * loading.texi (Repeated Loading): Simplify examples.
6369
6370 * customize.texi (Common Keywords): It's not necessary to use :tag
6371 to remove hyphens, as custom-unlispify-tag-name does it
6372 automatically.
6373 (Variable Definitions): Link to File Local Variables.
6374 Document customized-value symbol property.
6375 (Customization Types): Move menu to end of node.
6376
6377 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
6378
6379 * macros.texi (Compiling Macros): Omit misleading sentence, which
6380 implied that macros can only be used in the same file they are
6381 defined.
6382 (Backquote): Remove obsolete information about Emacs 19.
6383
6384 2009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
6385
6386 * display.texi (Display Margins): Fix paren typo.
6387
6388 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
6389
6390 * elisp.texi (Top): Update node listing.
6391
6392 * variables.texi (Variables): Clarify introduction.
6393 (Global Variables): Mention that setq is a special form.
6394 (Local Variables): Use active voice.
6395 (Tips for Defining): Mention marking variables as safe.
6396 (Buffer-Local Variables): Mention terminal-local and frame-local
6397 variables together.
6398 (File Local Variables): Copyedits.
6399 (Frame-Local Variables): Note that they are not really useful.
6400 (Future Local Variables): Node deleted.
6401
6402 * objects.texi (General Escape Syntax): Update explanation of
6403 Unicode escape syntax.
6404
6405 2009-02-23 Chong Yidong <cyd@stupidchicken.com>
6406
6407 * control.texi (Control Structures): Add cindex entry for "textual
6408 order".
6409
6410 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
6411 instead of "expression" throughout.
6412 (Function Indirection): Copyedits. Use active voice.
6413 (Eval): The default value of max-lisp-eval-depth is now 400.
6414
6415 2009-02-23 Miles Bader <miles@gnu.org>
6416
6417 * processes.texi (System Processes): Rename `system-process-attributes'
6418 to `process-attributes'.
6419
6420 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
6421
6422 * symbols.texi (Property Lists): Emphasize that property lists are
6423 not restricted to symbol cells.
6424 (Other Plists): Copyedit.
6425
6426 * sequences.texi (Sequences Arrays Vectors): Make introduction
6427 more concise.
6428 (Arrays): Mention char-tables and bool-vectors too.
6429 (Vectors): Don't repeat information given in Arrays node. Link to
6430 nodes that explain the vector usage examples.
6431 (Char-Tables): Note that char-table elements can have arbitrary
6432 type. Explain effect of omitted char-table-extra-slots property.
6433 Link to Property Lists node.
6434
6435 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
6436
6437 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
6438 `append'.
6439 (List Elements): Copyedits.
6440
6441 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
6442 of `vconcat'.
6443
6444 * strings.texi (Creating Strings): Copyedits. Remove obsolete
6445 Emacs 20 usage of `concat'.
6446 (Case Conversion): Copyedits.
6447
6448 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
6449
6450 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
6451 Minor edits.
6452 (Frame Configuration Type): Emphasize that it is not primitive.
6453 (Font Type): New node.
6454 (Type Predicates): Add fontp; type-of now recognizes font object
6455 types.
6456
6457 * intro.texi (Version Info): Update version numbers in examples.
6458 (Acknowledgements): List more contributors.
6459
6460 * elisp.texi: Bump version number to 3.0.
6461 (Top): Link to Font Type node.
6462
6463 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
6464
6465 * modes.texi (Major Mode Conventions): Remove duplicate words.
6466 (Customizing Keywords): Fix typo.
6467
6468 2009-02-14 Eli Zaretskii <eliz@gnu.org>
6469
6470 * nonascii.texi (User-Chosen Coding Systems): Document that
6471 select-safe-coding-system suggests raw-text if there are raw bytes
6472 in the region.
6473 (Explicit Encoding): Warn not to use `undecided' when encoding.
6474
6475 2009-02-11 Glenn Morris <rgm@gnu.org>
6476
6477 * frames.texi (Visibility of Frames): Mention the effect multiple
6478 workspaces/desktops can have on visibility.
6479
6480 2009-02-07 Eli Zaretskii <eliz@gnu.org>
6481
6482 * text.texi (Commands for Insertion):
6483 * commands.texi (Event Mod):
6484 * keymaps.texi (Searching Keymaps):
6485 * nonascii.texi (Translation of Characters):
6486 Reinstate documentation of translation-table-for-input.
6487 (Explicit Encoding): Document the `charset' text property produced
6488 by decode-coding-region and decode-coding-string.
6489
6490 2009-01-27 Alan Mackenzie <acm@muc.de>
6491
6492 * modes.texi (Search-based Fontification): Correct a typo.
6493
6494 2009-01-25 Juanma Barranquero <lekktu@gmail.com>
6495
6496 * abbrevs.texi (Abbrev Table Properties): Fix typo.
6497 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
6498
6499 2009-01-24 Eli Zaretskii <eliz@gnu.org>
6500
6501 * display.texi (Window Systems): Document the value of
6502 `initial-window-system' under --daemon.
6503
6504 * os.texi (System Environment): Remove description of the
6505 `environment' function which has been deleted.
6506
6507 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
6508
6509 * frames.texi (Multiple Displays): Remove documentation for
6510 removed function make-frame-on-tty.
6511
6512 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
6513
6514 * files.texi (Format Conversion Piecemeal): Clarify behavior of
6515 write-region-annotate-functions.
6516 Document write-region-post-annotation-function.
6517
6518 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
6519
6520 * display.texi (Font Lookup): Document WIDTH argument of
6521 x-list-fonts.
6522
6523 2009-01-17 Eli Zaretskii <eliz@gnu.org>
6524
6525 * maps.texi (Standard Keymaps): Rename function-key-map to
6526 local-function-key-map.
6527
6528 * keymaps.texi (Translation Keymaps): Rename function-key-map to
6529 local-function-key-map.
6530
6531 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
6532 and `set-keyboard-coding-system' now accept an optional terminal
6533 argument.
6534
6535 * commands.texi (Event Mod): `keyboard-translate-table' is now
6536 terminal-local.
6537 (Function Keys): Rename function-key-map to
6538 local-function-key-map.
6539
6540 * elisp.texi (Top): Make @detailmenu be consistent with changes in
6541 frames.texi.
6542
6543 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
6544 `delete-terminal-functions', `suspend-tty-functions' and
6545 `resume-tty-functions'.
6546
6547 * frames.texi (Frames): Document `frame-terminal' and
6548 `terminal-live-p'.
6549 (Multiple Displays): Document `make-frame-on-tty'.
6550 (Multiple Terminals): Document `terminal-list', `delete-terminal',
6551 `terminal-name', and `get-device-terminal'.
6552 (Terminal Parameters): Document `terminal-parameters',
6553 `terminal-parameter', and `set-terminal-parameter'.
6554
6555 * os.texi (System Environment): Document `environment' and
6556 `initial-environment'.
6557 (Suspending Emacs): Update for multi-tty; document
6558 `suspend-tty', `resume-tty', and `controlling-tty-p'.
6559
6560 * nonascii.texi (Coding System Basics): More accurate description
6561 of `raw-text'.
6562
6563 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
6564
6565 * display.texi (Low-Level Font): Fix typo.
6566
6567 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
6568
6569 * elisp.texi (Top): Update node listing.
6570
6571 * display.texi (PostScript Images): Node deleted.
6572
6573 2009-01-10 Eli Zaretskii <eliz@gnu.org>
6574
6575 * processes.texi (Decoding Output): Document that null bytes force
6576 no-conversion for reading process output.
6577
6578 * files.texi (Reading from Files): Document that null bytes force
6579 no-conversion when visiting files.
6580
6581 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
6582
6583 * nonascii.texi (Lisp and Coding Systems):
6584 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
6585 (Character Properties): Improve wording.
6586
6587 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
6588
6589 * display.texi (Font Lookup): Remove obsolete function
6590 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
6591 (Low-Level Font): Rename from Fonts, move to end of Faces section.
6592 (Font Selection): Reorder order of variable descriptions.
6593 Minor clarifications.
6594
6595 * elisp.texi (Top): Update node listing.
6596
6597 2009-01-09 Glenn Morris <rgm@gnu.org>
6598
6599 * commands.texi (Command Loop Info): Say that last-command-char and
6600 last-input-char are obsolete aliases.
6601
6602 * edebug.texi (Edebug Recursive Edit): Remove separate references to
6603 last-input-char and last-command-char, since they are just aliases for
6604 last-input-event and last-command-event.
6605
6606 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
6607 last-command-char.
6608
6609 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
6610
6611 * elisp.texi: Update node listing.
6612
6613 * display.texi (Faces): Put Font Selection node after Auto Faces.
6614 (Face Attributes): Don't link to Font Lookup.
6615 Document font-family-list.
6616 (Fonts): New node.
6617
6618 2009-01-08 Jason Rumney <jasonr@gnu.org>
6619
6620 * frames.texi (Pointer Shape): Clarify that only X supports
6621 changing the standard pointer shapes. (Bug#1485)
6622
6623 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
6624
6625 * display.texi (Attribute Functions): Note that a function value
6626 :height is relative, and that compatibility functions work by
6627 calling set-face-attribute.
6628 (Displaying Faces): Reorder list in order of increasing priority.
6629 (Face Remapping): New node. Content moved here from Displaying
6630 Faces.
6631 (Glyphs): Link to Face Functions.
6632
6633 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
6634
6635 * display.texi (Faces): Don't discuss face id here. facep does
6636 not return t.
6637 (Defining Faces): Minor clarification.
6638 (Face Attributes): Rearrange items to match docstring of
6639 set-face-attribute. Add :foundry attribute. Document new role of
6640 :font attribute. Texinfo usage fix.
6641 (Attribute Functions): Copyedits.
6642 (Face Functions): Note that face number is seldom used.
6643
6644 2009-01-05 Richard M Stallman <rms@gnu.org>
6645
6646 * strings.texi (Predicates for Strings): Minor clarification.
6647
6648 * functions.texi (Function Safety): Texinfo usage fix.
6649
6650 2009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny change)
6651
6652 * objects.texi (General Escape Syntax): Fix typo.
6653
6654 2009-01-03 Martin Rudalics <rudalics@gmx.at>
6655
6656 * windows.texi (Choosing Window): Say that pop-up-frame-alist
6657 works via the default value of pop-up-frame-function.
6658
6659 2009-01-02 Eli Zaretskii <eliz@gnu.org>
6660
6661 * processes.texi (System Processes): Document the `time' and
6662 `ctime' attributes of `system-process-attributes'.
6663
6664 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
6665
6666 * display.texi (Face Attributes): Clarify :height attribute.
6667
6668 2008-12-31 Martin Rudalics <rudalics@gmx.at>
6669
6670 * buffers.texi (The Buffer List): Clarify what moves a buffer to
6671 the front of the buffer list. Add entries for `last-buffer' and
6672 `unbury-buffer'.
6673
6674 2008-12-27 Eli Zaretskii <eliz@gnu.org>
6675
6676 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
6677 and its subsections.
6678
6679 * frames.texi (Multiple Terminals, Low-level Terminal)
6680 (Terminal Parameters, Frames on Other TTY devices): New sections.
6681 (Frames): Add an xref to "Multiple Terminals".
6682
6683 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
6684
6685 * objects.texi (Terminal Type): New node.
6686 (Editing Types): Add it to the menu.
6687
6688 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
6689 Variables".
6690
6691 * variables.texi (Directory Local Variables): New node.
6692 (Variables): Add a menu item for it.
6693
6694 * loading.texi (Autoload): Document `generate-autoload-cookie' and
6695 `generated-autoload-file'.
6696
6697 2008-12-20 Eli Zaretskii <eliz@gnu.org>
6698
6699 * os.texi (Startup Summary): Add xref to documentation of
6700 `initial-window-system'.
6701
6702 * display.texi (Window Systems): Document `window-system' the
6703 function. The variable `window-system' is now frame-local.
6704 Document `initial-window-system'.
6705
6706 2008-12-19 Martin Rudalics <rudalics@gmx.at>
6707
6708 * windows.texi (Windows): Rewrite description of
6709 fit-window-to-buffer.
6710
6711 2008-12-13 Glenn Morris <rgm@gnu.org>
6712
6713 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
6714 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
6715
6716 2008-12-12 Glenn Morris <rgm@gnu.org>
6717
6718 * debugging.texi (Error Debugging): Refer forwards to
6719 eval-expression-debug-on-error.
6720
6721 2008-12-05 Eli Zaretskii <eliz@gnu.org>
6722
6723 * strings.texi (String Basics): Only unibyte strings that
6724 represent key sequences hold 8-bit raw bytes.
6725
6726 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
6727 paragraph to speak about `undecided'.
6728 (Character Properties): Don't explain the meaning of each
6729 property; instead, identify their Unicode Standard names.
6730 (Character Sets): Document `map-charset-chars'.
6731
6732 2008-12-02 Glenn Morris <rgm@gnu.org>
6733
6734 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
6735 section yet again.
6736
6737 2008-11-29 Eli Zaretskii <eliz@gnu.org>
6738
6739 * nonascii.texi (Character Properties): New Section.
6740 (Specifying Coding Systems): Document
6741 `coding-system-priority-list', `set-coding-system-priority', and
6742 `with-coding-priority'.
6743 (Lisp and Coding Systems): Document `check-coding-systems-region'
6744 and `coding-system-charset-list'.
6745 (Coding System Basics): Document `coding-system-aliases'.
6746
6747 * elisp.texi (Top): Add a @detailmenu entry for "Character
6748 Properties".
6749
6750 * objects.texi (Character Type): Correct the range of Emacs
6751 characters. Add an @xref to "Character Codes".
6752
6753 * strings.texi (String Basics): Add an @xref to "Character Codes".
6754
6755 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
6756
6757 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
6758 (Character Codes): Document `max-char'.
6759
6760 2008-11-28 Eli Zaretskii <eliz@gnu.org>
6761
6762 * nonascii.texi (Text Representations, Converting Representations)
6763 (Character Sets, Scanning Charsets, Translation of Characters):
6764 Make text more accurate.
6765
6766 2008-11-28 Glenn Morris <rgm@gnu.org>
6767
6768 * files.texi (Format Conversion Round-Trip): Improve previous change.
6769
6770 2008-11-26 Chong Yidong <cyd@stupidchicken.com>
6771
6772 * modes.texi (Auto Major Mode): Fix example.
6773
6774 2008-11-25 Glenn Morris <rgm@gnu.org>
6775
6776 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
6777
6778 * files.texi (Format Conversion Round-Trip):
6779 Use active voice for previous change.
6780
6781 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
6782
6783 * os.texi (Processor Run Time):
6784 * processes.texi (Transaction Queues):
6785 * markers.texi (The Mark):
6786 * windows.texi (Choosing Window, Selecting Windows):
6787 * files.texi (Changing Files, Magic File Names):
6788 * commands.texi (Key Sequence Input):
6789 * functions.texi (Declaring Functions):
6790 * strings.texi (Predicates for Strings):
6791 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
6792
6793 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
6794
6795 * help.texi (Accessing Documentation): Update example.
6796
6797 * variables.texi (Defining Variables): Note that `*' is not
6798 necessary if defcustom is used.
6799
6800 2008-11-22 Eli Zaretskii <eliz@gnu.org>
6801
6802 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
6803 Characters" from @detailmenu.
6804
6805 * nonascii.texi (Character Codes, Character Sets)
6806 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
6807 (Chars and Bytes, Splitting Characters): Sections removed.
6808
6809 2008-11-22 Lute Kamstra <lute@gnu.org>
6810
6811 * positions.texi (Text Lines): Update goto-line documentation.
6812
6813 2008-11-21 Martin Rudalics <rudalics@gmx.at>
6814
6815 * frames.texi (Frames): Fix typo, add cross references, reword.
6816 (Initial Parameters): Reword special-display-frame-alist text.
6817 (Frames and Windows): Reword. Describe argument norecord for
6818 set-frame-selected-window.
6819 (Input Focus): Describe argument norecord for select-frame.
6820 Remove comment on MS-Windows behavior for focus-follows-mouse.
6821 (Raising and Lowering): Mention windows-frames dichotomy in
6822 metaphor.
6823
6824 * windows.texi (Displaying Buffers, Vertical Scrolling)
6825 (Horizontal Scrolling): Fix indenting and rewording issues
6826 introduced with 2008-11-07 change.
6827
6828 2008-11-20 Glenn Morris <rgm@gnu.org>
6829
6830 * files.texi (Format Conversion Round-Trip): Mention `preserve'
6831 element of `format-alist'.
6832
6833 2008-11-19 Glenn Morris <rgm@gnu.org>
6834
6835 * doclicense.texi: Update to FDL 1.3.
6836 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
6837
6838 2008-11-18 Chong Yidong <cyd@stupidchicken.com>
6839
6840 * windows.texi (Window Hooks): Remove *-end-trigger-functions
6841 vars, which are obsolete. Mention jit-lock-register.
6842
6843 * modes.texi (Other Font Lock Variables):
6844 Document jit-lock-register and jit-lock-unregister.
6845
6846 * frames.texi (Color Parameters): Document alpha parameter.
6847
6848 2008-11-16 Martin Rudalics <rudalics@gmx.at>
6849
6850 * windows.texi (Splitting Windows, Deleting Windows)
6851 (Selecting Windows, Cyclic Window Ordering)
6852 (Buffers and Windows, Displaying Buffers, Choosing Window)
6853 (Dedicated Windows, Window Point, Window Start and End)
6854 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
6855 (Size of Window, Resizing Windows, Window Configurations)
6856 (Window Parameters): Avoid @var at beginning of sentences and
6857 reword accordingly.
6858
6859 2008-11-11 Lute Kamstra <lute@gnu.org>
6860
6861 * files.texi (File Name Components): Fix file-name-extension
6862 documentation.
6863
6864 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
6865
6866 * frames.texi (Basic Parameters): Remove display-environment-variable
6867 and term-environment-variable.
6868
6869 2008-11-08 Eli Zaretskii <eliz@gnu.org>
6870
6871 * windows.texi (Basic Windows, Splitting Windows)
6872 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
6873 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
6874 (Resizing Windows, Window Configurations, Window Parameters):
6875 Fix wording and markup.
6876
6877 2008-11-07 Martin Rudalics <rudalics@gmx.at>
6878
6879 * windows.texi (Windows): Update entries.
6880 (Basic Windows): Remove listing of attributes. Reword.
6881 (Splitting Windows, Deleting Windows): Reword.
6882 (Selecting Windows, Cyclic Window Ordering): Reword with special
6883 emphasis on order of recently selected windows and buffer list.
6884 (Buffers and Windows, Choosing Window): Reword with special
6885 emphasis on dedicated windows.
6886 (Displaying Buffers): Reword. For switch-to-buffer mention that
6887 it may fall back on pop-to-buffer. For other-window try to
6888 explain how it treats the cyclic ordering of windows.
6889 (Dedicated Windows): New node and section discussing dedicated
6890 windows and associated functions.
6891 (Window Point): Add entry for window-point-insertion-type. Reword.
6892 (Window Start and End): Rename node and section title. Reword.
6893 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
6894 Minor rewording.
6895 (Size of Window): Reword, in particular text on window-width.
6896 (Resizing Windows): Reword. Add text on balancing windows.
6897 (Window Configurations): Reword. Mention window parameters.
6898 (Window Parameters): New node and section on window parameters.
6899 (Window Hooks): Reword. Mention that
6900 window-configuration-change-hook is run "buffer-locally".
6901 * elisp.texi (Top): Update Windows entries in @detailmenu
6902 section.
6903
6904 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
6905
6906 * searching.texi (Regexp Search): Fix typo.
6907
6908 2008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
6909
6910 * searching.texi (Regexp Search): Document GREEDY arg.
6911 (Simple Match Data): Fix return value.
6912
6913 2008-11-01 Eli Zaretskii <eliz@gnu.org>
6914
6915 * nonascii.texi (Text Representations): Rewrite to make consistent
6916 with Emacs 23 internal representation of characters.
6917 Document `unibyte-string'.
6918
6919 2008-10-28 Chong Yidong <cyd@stupidchicken.com>
6920
6921 * processes.texi (Process Information): Note that process-status
6922 does not accept buffer names.
6923
6924 2008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
6925
6926 * positions.texi (Skipping Characters): Correct return value of
6927 skip-chars-forward.
6928
6929 2008-10-25 Martin Rudalics <rudalics@gmx.at>
6930
6931 * windows.texi (Deleting Windows): Update documentation of
6932 delete-windows-on.
6933 (Buffers and Windows): Update documentations of
6934 get-buffer-window and get-buffer-window-list.
6935 (Displaying Buffers): Update documentation of
6936 replace-buffer-in-windows.
6937
6938 * buffers.texi (Current Buffer): Reword set-buffer and
6939 with-current-buffer documentations.
6940 (Creating Buffers): Reword documentation of get-buffer-create.
6941
6942 2008-10-23 Martin Rudalics <rudalics@gmx.at>
6943
6944 * buffers.texi (Current Buffer): Reword documentation of
6945 set-buffer.
6946 (Buffer Names): Reword documentation of buffer-name.
6947 (The Buffer List): For bury-buffer explain what happens with the
6948 buffer's window.
6949 (Creating Buffers): Say that get-buffer-create's arg is called
6950 buffer-or-name.
6951
6952 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
6953
6954 * advice.texi (Computed Advice): Explain what DEFINITION is.
6955
6956 * nonascii.texi (Character Codes): Remove obsolete function
6957 char-valid-p, and document characterp instead.
6958
6959 2008-10-22 Martin Rudalics <rudalics@gmx.at>
6960
6961 * windows.texi (Displaying Buffers): Reword documentation of
6962 pop-to-buffer.
6963 (Choosing Window): Rewrite documentation of display-buffer and
6964 its options.
6965
6966 * buffers.texi (Killing Buffers): Update documentation of
6967 kill-buffer.
6968
6969 2008-10-21 Eli Zaretskii <eliz@gnu.org>
6970
6971 * processes.texi (Serial Ports): Fix wording and improve markup.
6972
6973 * searching.texi (Regexp Search): Document `string-match-p' and
6974 `looking-at-p'.
6975 (POSIX Regexps): Add an xref for "non-greedy".
6976 (Regexp Special): Add @cindex entry for "non-greedy".
6977
6978 * display.texi (Attribute Functions): Document `face-all-attributes'.
6979 (Image Cache) <image-refresh>: Minor wording fixes.
6980
6981 * frames.texi (Color Names): Add an xref to `read-color'.
6982
6983 * minibuf.texi (High-Level Completion): Document `read-color'.
6984
6985 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
6986
6987 * positions.texi (Narrowing): Add an xref to "Swapping Text".
6988
6989 * buffers.texi (Swapping Text): New section, documents
6990 `buffer-swap-text'.
6991
6992 2008-10-21 Martin Rudalics <rudalics@gmx.at>
6993
6994 * windows.texi (Resizing Windows): Minor wording fix.
6995
6996 2008-10-20 Eli Zaretskii <eliz@gnu.org>
6997
6998 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
6999 and `combine-and-quote-strings'.
7000
7001 * strings.texi (Creating Strings): Add xrefs for them.
7002
7003 2008-10-19 Eli Zaretskii <eliz@gnu.org>
7004
7005 * elisp.texi (Top): Make descriptive text for "Reading File Names"
7006 match the corresponding menu in minibuf.texi.
7007
7008 * minibuf.texi (Reading File Names): Document `read-shell-command'
7009 and `minibuffer-local-shell-command-map'.
7010
7011 2008-10-19 Martin Rudalics <rudalics@gmx.at>
7012
7013 * windows.texi (Resizing Windows): Remove var{} around "window" in
7014 documentation of enlarge-window.
7015 Rewrite documentation of window-min-height and window-min-width.
7016
7017 2008-10-19 Eli Zaretskii <eliz@gnu.org>
7018
7019 * functions.texi (Calling Functions): Document `apply-partially'.
7020
7021 * hooks.texi (Standard Hooks): Mention
7022 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
7023
7024 * variables.texi (File Local Variables): Document
7025 `file-local-variables-alist', `before-hack-local-variables-hook'
7026 and `hack-local-variables-hook'.
7027
7028 * processes.texi (Synchronous Processes): Document `process-lines'.
7029
7030 * customize.texi (Variable Definitions):
7031 Document `custom-reevaluate-setting'.
7032
7033 2008-10-18 Martin Rudalics <rudalics@gmx.at>
7034
7035 * windows.texi (Choosing Window, Deleting Windows)
7036 (Displaying Buffers): Expand documentation of dedicated windows.
7037
7038 2008-10-18 Eli Zaretskii <eliz@gnu.org>
7039
7040 * files.texi (Changing Files): Document symbolic input of file
7041 modes to `set-file-modes'. Document `read-file-modes' and
7042 `file-modes-symbolic-to-number'.
7043
7044 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
7045 and `search-map'.
7046
7047 * searching.texi (Search and Replace):
7048 Document `replace-search-function' and `replace-re-search-function'.
7049 Document `multi-query-replace-map'.
7050
7051 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
7052 (Completion Commands, Reading File Names):
7053 Rename `minibuffer-local-must-match-filename-map' to
7054 `minibuffer-local-filename-must-match-map'.
7055 (Minibuffer Completion): The `require-match' argument to
7056 `completing-read' can now have the value `confirm-only'.
7057
7058 * windows.texi (Displaying Buffers): Minor wording fix.
7059 (Choosing Window): `split-height-threshold' can now be nil.
7060 Document `split-width-threshold'. `pop-up-frames' can have the
7061 value `graphic-only'.
7062
7063 2008-10-17 Eli Zaretskii <eliz@gnu.org>
7064
7065 * os.texi (Startup Summary): Document `before-init-time' and
7066 `after-init-time'. Document `initial-window-system' and
7067 `window-system-initialization-alist'. Document reading the
7068 abbrevs file. Document the call to `server-start' under --daemon.
7069 Rearrange a bit to be consistent with the code flow.
7070 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
7071 (Time Parsing): Document `format-seconds'.
7072
7073 2008-10-17 Martin Rudalics <rudalics@gmx.at>
7074
7075 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
7076 and reword.
7077
7078 2008-10-16 Eli Zaretskii <eliz@gnu.org>
7079
7080 * markers.texi (The Mark): Document use-region-p.
7081
7082 2008-10-15 Eli Zaretskii <eliz@gnu.org>
7083
7084 * internals.texi (Writing Emacs Primitives): The interactive spec
7085 of a primitive can be a Lisp form.
7086
7087 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
7088 values of transient-mark-mode. Document handle-shift-selection.
7089
7090 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
7091 (Interactive Examples): Show an example of `^'.
7092 (Key Sequence Input): Document this-command-keys-shift-translated.
7093 (Defining Commands, Using Interactive): The interactive-form of a
7094 function can be added via its symbol's property.
7095
7096 * positions.texi (List Motion): beginning-of-defun-function can
7097 now accept an argument.
7098
7099 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
7100 now return a list of strings.
7101
7102 * control.texi (Handling Errors): Document ignore-errors.
7103
7104 * frames.texi (Creating Frames): Document frame-inherited-parameters.
7105 (Parameter Access): Document set-frame-parameter.
7106
7107 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
7108 Hooks" for the effect of kill-all-local-variables on local hook
7109 functions.
7110
7111 * modes.texi (Major Mode Conventions, Mode Line Variables):
7112 `mode-name' need not be a string. xref to "Mode Line Data" for
7113 details, and to "Emulating Mode Line" for computing a string
7114 value.
7115
7116 2008-10-14 Eli Zaretskii <eliz@gnu.org>
7117
7118 * processes.texi (System Processes): New section.
7119 (Processes, Signals to Processes): Add xrefs to it.
7120
7121 * objects.texi (Editing Types): A `process' is a subprocess of
7122 Emacs, not just any process running on the OS.
7123
7124 * elisp.texi (Top): Adjust the @detailmenu for the above two
7125 changes.
7126
7127 * sequences.texi (Char-Tables): Remove documentation of
7128 set-char-table-default, which has no effect since Emacs 23.
7129 <char-table-range, set-char-table-range>: Don't mention generic
7130 characters and charsets. Add a cons cell as a possible argument.
7131
7132 * nonascii.texi (Splitting Characters)
7133 (Translation of Characters): Don't mention generic characters.
7134
7135 * display.texi (Fontsets): Don't mention generic characters.
7136
7137 * sequences.texi (Char-Tables): `map-char-table' can now call its
7138 argument FUNCTION with a cons cell as KEY.
7139
7140 2008-10-13 Eli Zaretskii <eliz@gnu.org>
7141
7142 * objects.texi (Primitive Function Type): Move "@cindex special
7143 forms" from here...
7144
7145 * eval.texi (Special Forms): ...to here.
7146
7147 * functions.texi (What Is a Function): `functionp' returns nil for
7148 special forms. Add an xref.
7149
7150 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
7151 Variables".
7152
7153 * variables.texi (Frame-Local Variables): New section.
7154 (Buffer-Local Variables): Add an xref to it.
7155 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
7156 have both frame-local and buffer-local binding.
7157
7158 * frames.texi (Frames): Mention multiple tty frames.
7159 (Frame Parameters, Parameter Access): Mention frame-local variable
7160 bindings.
7161
7162 2008-09-20 Glenn Morris <rgm@gnu.org>
7163
7164 * display.texi (Defining Faces): Recommend against face variables.
7165
7166 2008-09-16 Juanma Barranquero <lekktu@gmail.com>
7167
7168 * display.texi (Echo Area Customization): Fix typo.
7169
7170 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
7171
7172 * loading.texi (Where Defined): Add `defface' item.
7173
7174 2008-09-06 Martin Rudalics <rudalics@gmx.at>
7175
7176 * loading.texi (Where Defined): Fix description of symbol-file.
7177
7178 2008-08-26 Jason Rumney <jasonr@gnu.org>
7179
7180 * display.texi (TIFF Images): New section describing :index property.
7181
7182 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
7183
7184 * display.texi (Temporary Displays): Remove unnecessary comment
7185 about usage of temp-buffer-show-hook.
7186
7187 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
7188
7189 * symbols.texi (Other Plists): Fix incorrect example.
7190 Suggested by Florian Beck.
7191
7192 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
7193
7194 * os.texi: Fix previous change.
7195
7196 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7197
7198 * os.texi:
7199 * intro.texi:
7200 * files.texi: Remove VMS support.
7201
7202 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7203
7204 * os.texi:
7205 * frames.texi:
7206 * display.texi: Remove mentions of Mac Carbon.
7207
7208 2008-07-01 Miles Bader <miles@gnu.org>
7209
7210 * text.texi (Special Properties):
7211 * display.texi (Truncation): Add wrap-prefix and line-prefix.
7212
7213 2008-06-28 Johan Bockgård <bojohan@gnu.org>
7214
7215 * display.texi (Other Image Types): Fix copy/paste error; say
7216 "PBM", not "XBM".
7217
7218 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
7219
7220 * os.texi: Remove references to obsolete systems.
7221
7222 2008-06-20 Eli Zaretskii <eliz@gnu.org>
7223
7224 * makefile.w32-in (distclean): Remove makefile.
7225
7226 2008-06-17 Glenn Morris <rgm@gnu.org>
7227
7228 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
7229 (elisp, dist): Remove rules and variables that are obsolete now
7230 the lisp manual is no longer distributed separately.
7231
7232 2008-06-16 Glenn Morris <rgm@gnu.org>
7233
7234 * configure, configure.in, mkinstalldirs: Remove unused files.
7235
7236 * book-spine.texinfo: Set version to 23.0.60.
7237 * vol1.texi (EMACSVER):
7238 * vol2.texi (EMACSVER): Set to 23.0.60.
7239
7240 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
7241 as per maintain.info.
7242
7243 2008-06-15 Glenn Morris <rgm@gnu.org>
7244
7245 * makefile.w32-in (manual): Use "23" rather than "21".
7246
7247 * Makefile.in (emacsver): New, set by configure.
7248 (manual): Use emacsver.
7249
7250 * intro.texi: Report bugs using M-x report-emacs-bug.
7251
7252 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
7253
7254 2008-06-13 Daniel Engeler <engeler@gmail.com>
7255
7256 * elisp.texi, internals.texi, processes.texi: Add documentation
7257 about serial port access.
7258
7259 2008-06-05 Miles Bader <miles@gnu.org>
7260
7261 * display.texi (Displaying Faces): Update to reflect function
7262 renamings in face-remap.el.
7263
7264 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
7265
7266 * display.texi (Fontsets): Fix typos.
7267
7268 2008-06-03 Miles Bader <miles@gnu.org>
7269
7270 * display.texi (Displaying Faces): Add add-relative-face-remapping,
7271 remove-relative-face-remapping, set-base-face-remapping,
7272 and set-default-base-face-remapping.
7273
7274 2008-06-01 Miles Bader <miles@gnu.org>
7275
7276 * display.texi (Displaying Faces): Add face-remapping-alist.
7277
7278 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7279
7280 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
7281 variable names.
7282
7283 2008-05-03 Eric S. Raymond <esr@golux>
7284
7285 * keymaps.texi: Clarify that (current-local-map) and
7286 (current-global-map) return references, not copies.
7287
7288 2008-05-02 Juri Linkov <juri@jurta.org>
7289
7290 * minibuf.texi (Text from Minibuffer): Document a list of
7291 default values for `read-from-minibuffer'.
7292
7293 2008-04-24 Juanma Barranquero <lekktu@gmail.com>
7294
7295 * nonascii.texi (Translation of Characters): Fix previous change.
7296
7297 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
7298
7299 * display.texi (Overlay Properties): Clarify role of underlying
7300 textprop and overlay keymaps for display strings.
7301
7302 * keymaps.texi (Active Keymaps): Ditto.
7303
7304 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
7305
7306 * minibuf.texi (Programmed Completion):
7307 Replace dynamic-completion-table with the new completion-table-dynamic.
7308
7309 2008-04-07 Chong Yidong <cyd@stupidchicken.com>
7310
7311 * intro.texi (Some Terms): Change "fonts in this manual" index
7312 entry to "typographic conventions".
7313
7314 2008-04-05 Eli Zaretskii <eliz@gnu.org>
7315
7316 * objects.texi (Text Props and Strings): Add indexing for read
7317 syntax of text properties.
7318
7319 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
7320
7321 * processes.texi (Decoding Output): Remove process-filter-multibyte
7322 functions.
7323
7324 2008-03-15 Martin Rudalics <rudalics@gmx.at>
7325
7326 * display.texi (Finding Overlays): Say that empty overlays at
7327 the end of the buffer are reported too.
7328
7329 2008-03-13 Glenn Morris <rgm@gnu.org>
7330
7331 * elisp.texi (EMACSVER): Set to 23.0.60.
7332
7333 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
7334
7335 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
7336
7337 2008-02-22 Glenn Morris <rgm@gnu.org>
7338
7339 * frames.texi (Position Parameters): Clarify the description of
7340 `left' and `top', using information from "Geometry".
7341 (Geometry): Give a pointer to "Position Parameters", rather than
7342 repeating information.
7343
7344 2008-02-11 Glenn Morris <rgm@gnu.org>
7345
7346 * objects.texi (Equality Predicates): No longer talk about "two"
7347 functions.
7348
7349 2008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
7350
7351 * objects.texi (Equality Predicates): Add defun for
7352 equal-including-properties.
7353
7354 2008-02-10 Glenn Morris <rgm@gnu.org>
7355
7356 * objects.texi (Equality Predicates):
7357 Mention equal-including-properties.
7358
7359 2008-02-07 Richard Stallman <rms@gnu.org>
7360
7361 * windows.texi (Window Start): Mention the feature of moving
7362 window-start to start of line.
7363
7364 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
7365
7366 * keymaps.texi (Tool Bar): Document rtl property.
7367
7368 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
7369
7370 * display.texi (Button Types):
7371 For define-button-type, clarify type of NAME.
7372
7373 2008-01-19 Martin Rudalics <rudalics@gmx.at>
7374
7375 * buffers.texi (Buffer Modification): Fix typo.
7376
7377 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
7378
7379 * os.texi (System Environment): Remove references to OSes that are
7380 not supported anymore.
7381
7382 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
7383
7384 * os.texi (System Environment): Remove mention for Masscomp.
7385
7386 2008-01-04 Richard Stallman <rms@gnu.org>
7387
7388 * display.texi (Faces): Don't talk about internal face vector as arg
7389 to facep.
7390
7391 * customize.texi (Type Keywords): Fix previous change.
7392
7393 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
7394 * elisp.texi (Top): Fix menu for commands.texi change.
7395
7396 2007-12-30 Richard Stallman <rms@gnu.org>
7397
7398 * commands.texi (Accessing Mouse): Rename from Accessing Events.
7399 (Accessing Scroll): New node broken out of Accessing Mouse.
7400
7401 2007-12-28 Richard Stallman <rms@gnu.org>
7402
7403 * frames.texi (Size Parameters): Fix typo.
7404 (Basic Parameters): For `title', refer to title bar.
7405 (Size and Position): Explain meaning of frame pixel width and height.
7406
7407 2007-12-23 Richard Stallman <rms@gnu.org>
7408
7409 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
7410 Improve some of the commented-out keywords' text too.
7411
7412 2007-12-14 Martin Rudalics <rudalics@gmx.at>
7413
7414 * nonascii.texi (Encoding and I/O): Reword to avoid saying
7415 "visit the current buffer".
7416
7417 * os.texi (System Interface): Fix typo.
7418
7419 2007-12-04 Richard Stallman <rms@gnu.org>
7420
7421 * objects.texi (Symbol Type): Fix typo.
7422
7423 2007-12-03 Richard Stallman <rms@gnu.org>
7424
7425 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
7426
7427 2007-12-01 Glenn Morris <rgm@gnu.org>
7428
7429 * functions.texi (Declaring Functions): Improve previous change.
7430
7431 2007-11-30 Glenn Morris <rgm@gnu.org>
7432
7433 * functions.texi (Declaring Functions): Add optional fourth
7434 argument of declare-function, and setting third argument to `t'.
7435
7436 2007-11-29 Richard Stallman <rms@gnu.org>
7437
7438 * customize.texi (Composite Types): Document `group' type.
7439
7440 2007-11-29 Glenn Morris <rgm@gnu.org>
7441
7442 * functions.texi (Declaring Functions): Add findex.
7443 Mention `external' files.
7444
7445 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
7446
7447 * functions.texi (Declaring Functions): Fix directive.
7448
7449 2007-11-25 Richard Stallman <rms@gnu.org>
7450
7451 * help.texi (Help Functions): Clean up last change.
7452
7453 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
7454
7455 * loading.texi (Named Features): Minor cleanup.
7456
7457 * macros.texi (Eval During Expansion): Minor cleanup.
7458
7459 * variables.texi (Variable Aliases): Minor cleanup.
7460
7461 2007-11-24 Richard Stallman <rms@gnu.org>
7462
7463 * functions.texi (Declaring Functions): Clarify previous change.
7464
7465 * compile.texi (Compiler Errors): Clarify previous change.
7466
7467 2007-11-24 Richard Stallman <rms@gnu.org>
7468
7469 * display.texi (Refresh Screen, Forcing Redisplay):
7470 Clarify the text and move items around.
7471
7472 2007-11-24 Glenn Morris <rgm@gnu.org>
7473
7474 * functions.texi (Declaring Functions): New section.
7475 * compile.texi (Compiler Errors): Mention declaring functions,
7476 defvar with no initvalue, and byte-compile-warnings.
7477
7478 2007-11-15 Martin Rudalics <rudalics@gmx.at>
7479
7480 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
7481 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
7482
7483 2007-11-13 Martin Rudalics <rudalics@gmx.at>
7484
7485 * help.texi (Help Functions): Document new macro `with-help-window'.
7486
7487 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
7488
7489 * searching.texi (Replacing Match): Describe new
7490 `match-substitute-replacement'.
7491
7492 2007-10-31 Richard Stallman <rms@gnu.org>
7493
7494 * strings.texi (Creating Strings): Null strings from concat not unique.
7495
7496 2007-10-26 Richard Stallman <rms@gnu.org>
7497
7498 * objects.texi (Equality Predicates): Null strings are uniquified.
7499
7500 * minibuf.texi: Minor clarifications in previous change.
7501
7502 2007-10-25 Glenn Morris <rgm@gnu.org>
7503
7504 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
7505
7506 2007-10-24 Richard Stallman <rms@gnu.org>
7507
7508 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
7509
7510 * variables.texi (Frame-Local Variables): Node deleted.
7511 (Variables): Delete Frame-Local Variables from menu.
7512 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
7513 (Default Value): Don't mention frame-local vars.
7514
7515 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
7516
7517 * loading.texi (Unloading): Document FEATURE-unload-function
7518 instead of FEATURE-unload-hook.
7519
7520 * frames.texi (Multiple Displays): Don't mention frame-local vars.
7521
7522 2007-10-22 Juri Linkov <juri@jurta.org>
7523
7524 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
7525 (High-Level Completion): Document a list of default value strings
7526 in the DEFAULT argument, for which minibuffer functions return the
7527 first element.
7528
7529 2007-10-17 Juri Linkov <juri@jurta.org>
7530
7531 * text.texi (Filling): Update arguments of fill-paragraph.
7532 fill-paragraph operates on the active region in Transient Mark mode.
7533 Remove fill-paragraph-or-region.
7534
7535 2007-10-13 Karl Berry <karl@gnu.org>
7536
7537 * elisp.texi (@dircategory): Move to after @copying,
7538 since we want @copying as close as possible to the beginning of
7539 the output.
7540
7541 2007-10-12 Richard Stallman <rms@gnu.org>
7542
7543 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
7544
7545 * commands.texi (Distinguish Interactive): New node,
7546 broken out from Interactive Call and rewritten.
7547 (Command Loop): Put Distinguish Interactive in menu.
7548
7549 2007-10-09 Richard Stallman <rms@gnu.org>
7550
7551 * text.texi (Examining Properties): Mention overlay priority.
7552
7553 * display.texi (Display Margins): Correct the description
7554 of margin display specifications.
7555 (Replacing Specs): New subnode broken out of Display Property.
7556
7557 2007-10-06 Juri Linkov <juri@jurta.org>
7558
7559 * text.texi (Filling): Document fill-paragraph-or-region.
7560
7561 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
7562
7563 * display.texi (Auto Faces): Fix typo.
7564
7565 2007-10-02 Richard Stallman <rms@gnu.org>
7566
7567 * display.texi (Display Property): Explain some display specs
7568 don't let you move point in.
7569
7570 * frames.texi (Cursor Parameters):
7571 Describe cursor-in-non-selected-windows here. Explain more values.
7572
7573 * windows.texi (Basic Windows): Don't describe
7574 cursor-in-non-selected-windows here.
7575
7576 2007-10-01 Eli Zaretskii <eliz@gnu.org>
7577
7578 * processes.texi (Misc Network): Note that these functions are
7579 supported only on some systems.
7580
7581 2007-10-01 Richard Stallman <rms@gnu.org>
7582
7583 * display.texi (Overlay Properties): Explain nil as priority.
7584 Explain that conflicts are unpredictable if not resolved by
7585 priorities.
7586
7587 2007-09-23 Richard Stallman <rms@gnu.org>
7588
7589 * macros.texi (Backquote): Minor clarification.
7590
7591 2007-09-19 Richard Stallman <rms@gnu.org>
7592
7593 * display.texi (Display Property): Explain multiple display specs.
7594 Clarify when they work in parallel and when one overrides.
7595 Fix error in example.
7596
7597 2007-09-06 Glenn Morris <rgm@gnu.org>
7598
7599 Move from lispref/ to doc/lispref/. Change all setfilename
7600 commands to use ../../info.
7601 * Makefile.in (infodir): Go up one more level.
7602 (usermanualdir): Change from ../man to ../emacs.
7603 (miscmanualdir): New.
7604 (dist): Use new variable miscmanualdir.
7605 * makefile.w32-in (infodir, texinputdir): Go up one more level.
7606 (usermanualdir): Change from ../man to ../emacs.
7607
7608 2007-08-30 Martin Rudalics <rudalics@gmx.at>
7609
7610 * commands.texi (Command Loop Info): Advise against changing
7611 most variables described here. Explain new variable
7612 last-repeatable-command.
7613
7614 2007-08-29 Glenn Morris <rgm@gnu.org>
7615
7616 * elisp.texi (EMACSVER): Increase to 23.0.50.
7617
7618 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
7619
7620 * frames.texi (Basic Parameters): Add display-environment-variable
7621 and term-environment-variable.
7622
7623 2007-08-28 Juri Linkov <juri@jurta.org>
7624
7625 * display.texi (Image Formats, Other Image Types): Add SVG.
7626
7627 2007-08-28 Juri Linkov <juri@jurta.org>
7628
7629 * display.texi (Images): Move formats-related text to new node
7630 "Image Formats".
7631 (Image Formats): New node.
7632
7633 2007-08-27 Richard Stallman <rms@gnu.org>
7634
7635 * windows.texi (Window Configurations): Clarify what
7636 a window configuration saves.
7637
7638 2007-08-25 Richard Stallman <rms@gnu.org>
7639
7640 * display.texi (Images): Delete redundant @findex.
7641
7642 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
7643
7644 * text.texi (Change Hooks): (after|before)-change-functions are no
7645 longer bound to nil while running; rather inhibit-modification-hooks
7646 is t.
7647
7648 2007-08-16 Richard Stallman <rms@gnu.org>
7649
7650 * processes.texi (Asynchronous Processes):
7651 Clarify doc of start-file-process.
7652
7653 2007-08-08 Martin Rudalics <rudalics@gmx.at>
7654
7655 * modes.texi (Example Major Modes): Fix typo.
7656
7657 2007-08-08 Glenn Morris <rgm@gnu.org>
7658
7659 * intro.texi (nil and t): Do not use `iff' in documentation.
7660
7661 * tips.texi (Documentation Tips): Recommend against `iff'.
7662
7663 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
7664
7665 * display.texi (Image Cache): Document image-refresh.
7666
7667 2007-08-06 Martin Rudalics <rudalics@gmx.at>
7668
7669 * windows.texi (Size of Window): Document window-full-width-p.
7670
7671 2007-07-25 Glenn Morris <rgm@gnu.org>
7672
7673 * gpl.texi (GPL): Replace license with GPLv3.
7674
7675 * Relicense all FSF files to GPLv3 or later.
7676
7677 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
7678
7679 * processes.texi (Synchronous Processes):
7680 Add `process-file-shell-command'.
7681 (Asynchronous Processes): Mention restricted use of
7682 `process-filter' and `process-sentinel' in
7683 `start-file-process'. Add `start-file-process-shell-command'.
7684
7685 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
7686
7687 * files.texi (Magic File Names): Introduce optional parameter
7688 IDENTIFICATION for `file-remote-p'.
7689
7690 2007-07-16 Richard Stallman <rms@gnu.org>
7691
7692 * display.texi (Defining Faces): Fix previous change.
7693
7694 2007-07-14 Richard Stallman <rms@gnu.org>
7695
7696 * control.texi (Handling Errors): Document `debug' in handler list.
7697
7698 2007-07-10 Richard Stallman <rms@gnu.org>
7699
7700 * display.texi (Defining Faces): Explain C-M-x feature for defface.
7701
7702 2007-07-09 Richard Stallman <rms@gnu.org>
7703
7704 * files.texi (Magic File Names): Rewrite previous change.
7705
7706 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
7707
7708 * files.texi (Magic File Names): Introduce optional parameter
7709 CONNECTED for `file-remote-p'.
7710
7711 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
7712
7713 * processes.texi (Asynchronous Processes):
7714 * files.texi (Magic File Names): Add `start-file-process'.
7715
7716 2007-06-27 Richard Stallman <rms@gnu.org>
7717
7718 * files.texi (Format Conversion Piecemeal):
7719 Clarify `after-insert-file-functions' calling convention.
7720
7721 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
7722
7723 * files.texi (Magic File Names): Remove `dired-call-process'.
7724 Add `process-file'.
7725
7726 2007-06-27 Kenichi Handa <handa@m17n.org>
7727
7728 * text.texi (Special Properties): Fix description about
7729 `composition' property.
7730
7731 2007-06-26 Kenichi Handa <handa@m17n.org>
7732
7733 * nonascii.texi (Default Coding Systems): Document about the
7734 return value `undecided'.
7735
7736 2007-06-25 David Kastrup <dak@gnu.org>
7737
7738 * keymaps.texi (Active Keymaps): Document new POSITION argument of
7739 `current-active-maps'.
7740
7741 2007-06-24 Karl Berry <karl@gnu.org>
7742
7743 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
7744
7745 2007-06-15 Juanma Barranquero <lekktu@gmail.com>
7746
7747 * display.texi (Overlay Arrow): Doc fix.
7748
7749 2007-06-14 Karl Berry <karl@tug.org>
7750
7751 * anti.texi (Antinews): Typo.
7752
7753 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
7754
7755 * display.texi (Image Cache): Document image-refresh.
7756
7757 2007-06-12 Karl Berry <karl@gnu.org>
7758
7759 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
7760 * two-volume.make: New file.
7761 * .cvsignore: Ignore two-volume files.
7762
7763 2007-06-12 Tom Tromey <tromey@redhat.com>
7764
7765 * os.texi (Init File): Document user-emacs-directory.
7766
7767 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
7768
7769 * commands.texi (Click Events): Describe width and height when
7770 object is nil.
7771
7772 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
7773
7774 * commands.texi (Click Events): Layout more logically.
7775 Describe width and height.
7776 (Drag Events, Motion Events): Update to new format for position.
7777
7778 2007-06-02 Richard Stallman <rms@gnu.org>
7779
7780 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
7781
7782 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
7783
7784 * Version 22.1 released.
7785
7786 2007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7787
7788 * text.texi (Special Properties): Correct meaning of fontified face.
7789
7790 2007-05-30 Richard Stallman <rms@gnu.org>
7791
7792 * text.texi (Special Properties): Add link to Adjusting Point.
7793
7794 2007-05-12 Richard Stallman <rms@gnu.org>
7795
7796 * text.texi (Margins): indent-to-left-margin is not the default.
7797 (Mode-Specific Indent): For indent-line-function, the default
7798 is indent-relative.
7799
7800 * modes.texi (Example Major Modes): Explain last line of text-mode
7801 is redundant.
7802
7803 2007-05-10 Richard Stallman <rms@gnu.org>
7804
7805 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
7806
7807 * help.texi (Keys in Documentation): Add reference to
7808 Documentation Tips.
7809
7810 * files.texi (Format Conversion): TO-FN gets three arguments.
7811
7812 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
7813
7814 2007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
7815
7816 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
7817 * files.texi (Format Conversion): Expand intro; add menu.
7818 (Format Conversion Overview, Format Conversion Round-Trip)
7819 (Format Conversion Piecemeal): New nodes/subsections.
7820 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
7821 * text.texi (Text Properties): Remove "Saving Properties" from menu.
7822 (Saving Properties): Delete node/subsection.
7823
7824 2007-05-07 Karl Berry <karl@gnu.org>
7825
7826 * elisp.texi (EMACSVER): Back to 22.
7827
7828 2007-05-06 Richard Stallman <rms@gnu.org>
7829
7830 * processes.texi (Accepting Output): Revert most of previous change.
7831
7832 2007-05-05 Richard Stallman <rms@gnu.org>
7833
7834 * processes.texi (Accepting Output): accept-process-output
7835 uses microseconds, not milliseconds. But that arg is obsolete.
7836
7837 2007-05-04 Karl Berry <karl@tug.org>
7838
7839 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
7840
7841 2007-05-04 Eli Zaretskii <eliz@gnu.org>
7842
7843 * tips.texi (Documentation Tips): Rearrange items to place the
7844 more important ones first. Add an index entry for hyperlinks.
7845
7846 2007-05-03 Karl Berry <karl@gnu.org>
7847
7848 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
7849 (EMACSVER) [smallbook]: 22 for printed version.
7850
7851 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
7852 so restore anchor to normal position after defun. Found by Kevin Ryde.
7853
7854 2007-04-26 Glenn Morris <rgm@gnu.org>
7855
7856 * elisp.texi (EMACSVER): Increase to 22.1.50.
7857
7858 2007-04-28 Karl Berry <karl@gnu.org>
7859
7860 * elisp.texi: Improve line breaks on copyright page,
7861 similar layout to emacs manual, 8.5x11 by default.
7862
7863 2007-04-24 Richard Stallman <rms@gnu.org>
7864
7865 * text.texi (Special Properties): Add xref to Overlay Properties.
7866
7867 * display.texi (Overlay Properties): Add xref to Special Properties.
7868
7869 2007-04-22 Richard Stallman <rms@gnu.org>
7870
7871 * keymaps.texi (Extended Menu Items): Move the info about
7872 format with cached keyboard binding.
7873
7874 2007-04-21 Richard Stallman <rms@gnu.org>
7875
7876 * text.texi (Special Properties): Clarify previous change.
7877
7878 * files.texi (File Name Expansion): Clarify previous change.
7879
7880 * display.texi (Attribute Functions): Fix example for
7881 face-attribute-relative-p.
7882
7883 2007-04-19 Kenichi Handa <handa@m17n.org>
7884
7885 * text.texi (Special Properties): Document composition property.
7886
7887 2007-04-19 Glenn Morris <rgm@gnu.org>
7888
7889 * files.texi (File Name Expansion): Mention "superroot".
7890
7891 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
7892
7893 * frames.texi (Multiple Displays): Add note about "multi-monitor"
7894 setups.
7895 (Display Feature Testing): Note that display refers to all
7896 physical monitors for multi-monitor setups.
7897
7898 2007-04-14 Richard Stallman <rms@gnu.org>
7899
7900 * lists.texi (Sets And Lists): Clarify `delete' examples.
7901 Remove spurious xref to same node.
7902 Clarify xref for add-to-list.
7903
7904 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
7905
7906 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
7907 value of lisp-mode-map.
7908
7909 2007-04-11 Karl Berry <karl@gnu.org>
7910
7911 * anti.texi (Antinews):
7912 * display.texi (Overlay Properties, Defining Images):
7913 * processes.texi (Synchronous Processes, Sentinels):
7914 * syntax.texi (Syntax Table Internals):
7915 * searching.texi (Regexp Special):
7916 * nonascii.texi (Default Coding Systems):
7917 * text.texi (Special Properties):
7918 * minibuf.texi (Basic Completion): Wording to improve breaks in
7919 8.5x11 format.
7920 * elisp.texi (smallbook): New @set to more easily switch between
7921 smallbook and 8.5x11.
7922
7923 2007-04-11 Richard Stallman <rms@gnu.org>
7924
7925 * text.texi (Lazy Properties): Minor fix.
7926
7927 2007-04-08 Karl Berry <karl@gnu.org>
7928
7929 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
7930 * macros.texi (Backquote): Downcase Backquote in index entries for
7931 consistency.
7932
7933 2007-04-08 Richard Stallman <rms@gnu.org>
7934
7935 * text.texi (Adaptive Fill): Just describe default,
7936 don't show it (since it contains non-ASCII chars).
7937
7938 2007-04-07 Karl Berry <karl@gnu.org>
7939
7940 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
7941 adaptive-fill-regexp's value, since they are not in the standard
7942 TeX fonts.
7943
7944 2007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
7945
7946 * display.texi (Defining Faces): Fix example.
7947
7948 2007-04-07 Karl Berry <karl@gnu.org>
7949
7950 * display.texi (Button Buffer Commands): Improve page break.
7951
7952 2007-04-07 Richard Stallman <rms@gnu.org>
7953
7954 * advice.texi (Activation of Advice): Remove redundant index entry.
7955
7956 * backups.texi: Improve index entries. Remove redundant ones.
7957
7958 * compile.texi (Byte Compilation): Improve index entry.
7959
7960 * hash.texi (Creating Hash): Improve index entry.
7961
7962 * symbols.texi (Definitions): Improve index entry.
7963
7964 * edebug.texi: Improve index entries. Remove redundant/useless ones.
7965
7966 * maps.texi (Standard Keymaps): Remove useless index entry.
7967
7968 * help.texi (Documentation Basics): Remove redundant index entries.
7969
7970 * customize.texi: Improve index entries.
7971 Remove redundant/useless ones.
7972
7973 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
7974
7975 * streams.texi (Output Variables): Improve index entry.
7976
7977 * abbrevs.texi (Abbrevs): Remove useless index entry.
7978
7979 * macros.texi (Expansion): Remove useless index entry.
7980
7981 * text.texi: Improve index entries. Remove redundant/useless ones.
7982 (Text Properties, Examining Properties)
7983 (Special Properties): Use "property category" instead of "category"
7984 to refer to the `category' property.
7985
7986 * positions.texi: Improve index entries. Remove useless one.
7987
7988 * lists.texi: Improve index entries. Remove redundant/useless ones.
7989
7990 * os.texi: Improve index entries.
7991 (Timers): Fix previous change.
7992
7993 * buffers.texi: Improve index entries.
7994 (Modification Time): Get rid of term "obsolete buffer".
7995
7996 * debugging.texi: Improve index entries.
7997 (Test Coverage): Add xref to other test coverage ftr.
7998
7999 * eval.texi: Improve index entry. Remove redundant ones.
8000
8001 * numbers.texi: Improve index entries. Remove redundant/useless ones.
8002
8003 * files.texi: Improve index entries. Remove redundant/useless ones.
8004
8005 * objects.texi: Improve index entries.
8006
8007 * processes.texi: Improve index entries.
8008
8009 * modes.texi: Improve index entry. Remove redundant one.
8010
8011 * nonascii.texi: Improve index entries.
8012
8013 * internals.texi: Improve index entries.
8014
8015 * syntax.texi: Improve index entries.
8016
8017 * keymaps.texi (Active Keymaps): Improve index entries.
8018
8019 * commands.texi: Improve index entries. Remove redundant/useless ones.
8020
8021 * frames.texi: Improve index entries. Remove redundant/useless ones.
8022
8023 * markers.texi: Improve index entries. Remove redundant ones.
8024
8025 * tips.texi: Improve index entries.
8026
8027 * loading.texi (Unloading): Improve index entry.
8028
8029 * variables.texi: Improve index entries. Remove redundant one.
8030
8031 * sequences.texi: Improve index entry.
8032
8033 * display.texi: Improve index entries. Remove redundant ones.
8034
8035 * windows.texi: Improve index entries.
8036
8037 * searching.texi: Improve index entries. Remove redundant one.
8038
8039 * strings.texi (Case Tables): Improve last change.
8040
8041 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
8042
8043 * strings.texi (Case Tables): Document with-case-table and
8044 ascii-case-table.
8045
8046 2007-04-03 Karl Berry <karl@gnu.org>
8047
8048 * processes.texi (Network): Reword to improve page break.
8049
8050 2007-04-03 Eli Zaretskii <eliz@gnu.org>
8051
8052 * functions.texi (Inline Functions): Describe more disadvantages
8053 of defsubst, and make advice against it stronger.
8054
8055 2007-04-02 Karl Berry <karl@gnu.org>
8056
8057 * backups.texi (Backup Names): Avoid widow words.
8058 * modes.texi (Example Major Modes): Align last comment.
8059
8060 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
8061
8062 * keymaps.texi (Remapping Commands): Document new arg to
8063 command-remapping.
8064
8065 2007-04-01 Karl Berry <karl@gnu.org>
8066
8067 * processes.texi (Low-Level Network): Typo.
8068 * loading.texi (Hooks for Loading): Avoid double "the".
8069 * keymaps.texi (Key Sequences): No double "and".
8070 (Changing Key Bindings): Shorten to improve line break.
8071
8072 2007-03-31 Glenn Morris <rgm@gnu.org>
8073
8074 * os.texi (Timers): Fix description of run-at-time TIME formats.
8075
8076 2007-03-31 Richard Stallman <rms@gnu.org>
8077
8078 * display.texi (Invisible Text): Correct buffer-invisibility-spec
8079 regarding ellipsis.
8080
8081 2007-03-31 Eli Zaretskii <eliz@gnu.org>
8082
8083 * intro.texi (nil and t):
8084 * symbols.texi (Plists and Alists):
8085 * variables.texi (Variable Aliases, Constant Variables):
8086 * functions.texi (Defining Functions):
8087 * advice.texi (Advising Primitives):
8088 * debugging.texi (Syntax Errors, Compilation Errors):
8089 * minibuf.texi (Minibuffer Windows):
8090 * commands.texi (Adjusting Point):
8091 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
8092 (Auto Major Mode, Major Mode Conventions):
8093 * help.texi (Describing Characters):
8094 * files.texi (Create/Delete Dirs, Information about Files)
8095 (File Locks, Writing to Files, Reading from Files)
8096 (Saving Buffers):
8097 * windows.texi (Resizing Windows, Cyclic Window Ordering):
8098 * frames.texi (Finding All Frames):
8099 * positions.texi (Buffer End, Motion):
8100 * markers.texi (The Region):
8101 * text.texi (Deletion, Near Point):
8102 * display.texi (Displaying Messages, Truncation):
8103 * os.texi (Processor Run Time):
8104 * tips.texi (Key Binding Conventions, Programming Tips)
8105 (Warning Tips, Documentation Tips, Comment Tips):
8106 * internals.texi (Memory Usage): Improve indexing.
8107
8108 * variables.texi (Frame-Local Variables):
8109 * functions.texi (Argument List):
8110 * loading.texi (Library Search):
8111 * streams.texi (Output Variables):
8112 * keymaps.texi (Translation Keymaps, Searching Keymaps):
8113 * searching.texi (Replacing Match, Search and Replace):
8114 * processes.texi (Byte Packing, Decoding Output)
8115 (Accepting Output, Network Servers, Shell Arguments):
8116 * display.texi (Abstract Display, Image Cache, Scroll Bars):
8117 * windows.texi (Window Point, Window Start):
8118 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
8119 * commands.texi (Reading Input, Keyboard Events):
8120 * minibuf.texi (Reading File Names, Minibuffer Completion)
8121 (Recursive Mini):
8122 * positions.texi (List Motion):
8123 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
8124 * numbers.texi (Arithmetic Operations, Math Functions)
8125 (Predicates on Numbers, Comparison of Numbers, Numeric Conversions):
8126 * locals.texi (Standard Buffer-Local Variables):
8127 * maps.texi (Standard Keymaps):
8128 * os.texi (User Identification, System Environment, Recording Input)
8129 (X11 Keysyms):
8130 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
8131 * backups.texi (Backups and Auto-Saving):
8132 * customize.texi (Customization, Group Definitions)
8133 (Variable Definitions):
8134 * compile.texi (Byte Compilation): Improve index entries.
8135
8136 2007-03-31 Karl Berry <karl@gnu.org>
8137
8138 * macros.texi (Defining Macros): Avoid widow syllable.
8139
8140 2007-03-31 Eli Zaretskii <eliz@gnu.org>
8141
8142 * elisp.texi (Top): Postscript -> PostScript.
8143
8144 * display.texi (Images, Postscript Images): Postscript -> PostScript.
8145
8146 2007-03-31 Markus Triska <markus.triska@gmx.at>
8147
8148 * internals.texi (Writing Emacs Primitives): Untabify `For'.
8149
8150 2007-03-30 Karl Berry <karl@gnu.org>
8151
8152 * lists.texi (List-related Predicates): Remove spurious @need.
8153 (Setcdr): Use @smallexample to improve page break.
8154 (Association Lists) <assoc>: Reword to improve page break.
8155
8156 * strings.texi (String Conversion): Insert blank line to improve
8157 page break.
8158
8159 * numbers.texi (Random Numbers): Use @minus{}.
8160 (Math Functions): Use @minus{}.
8161
8162 * intro.texi (Acknowledgements): Avoid line breaks before middle
8163 initials.
8164
8165 2007-03-24 Eli Zaretskii <eliz@gnu.org>
8166
8167 * errors.texi (Standard Errors): Add an index entry.
8168
8169 2007-03-19 Richard Stallman <rms@gnu.org>
8170
8171 * os.texi (Recording Input): recent-keys now gives 300 keys.
8172
8173 2007-03-12 Glenn Morris <rgm@gnu.org>
8174
8175 * os.texi: Replace "daylight savings" with "daylight saving"
8176 throughout.
8177
8178 2007-03-05 Richard Stallman <rms@gnu.org>
8179
8180 * variables.texi (File Local Variables):
8181 Update enable-local-variables values.
8182
8183 2007-03-04 Richard Stallman <rms@gnu.org>
8184
8185 * syntax.texi (Control Parsing): Minor clarification.
8186
8187 * strings.texi (Formatting Strings): Clarify width, precision, flags.
8188
8189 * sequences.texi (Sequence Functions): Move string-bytes away,
8190 add xref.
8191
8192 * nonascii.texi (Text Representations): Move string-bytes here.
8193
8194 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
8195
8196 * minibuf.texi (Basic Completion): Minor clarification.
8197
8198 * markers.texi (The Mark): Clarify existence vs activation of mark.
8199 Other cleanup.
8200
8201 * display.texi (Finding Overlays): Write better example.
8202
8203 * compile.texi (Eval During Compile): Clarify putting macros
8204 in eval-when-compile.
8205
8206 2007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
8207
8208 * loading.texi (How Programs Do Loading): Fix anchor position at
8209 load-read-function definition doc.
8210
8211 2007-02-21 Kim F. Storm <storm@cua.dk>
8212
8213 * strings.texi (Text Comparison): Mention that assoc-string
8214 converts symbols to strings before testing.
8215
8216 2007-02-17 Kim F. Storm <storm@cua.dk>
8217
8218 * processes.texi (Bindat Spec): Vector types can have optional
8219 element type.
8220 (Bindat Examples): Fix example. Add vector with element type.
8221
8222 2007-02-16 Andreas Schwab <schwab@suse.de>
8223
8224 * strings.texi (Formatting Strings): Document '+' flag.
8225
8226 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
8227
8228 * strings.texi (Modifying Strings): Clarify that `clear-string'
8229 always converts the string to unibyte.
8230
8231 2007-02-14 Kim F. Storm <storm@cua.dk>
8232
8233 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
8234 Rewrite glyph code description to refer to these functions.
8235 Remove details of encoding face number and char into integer code.
8236
8237 2007-02-03 Alan Mackenzie <acm@muc.de>
8238
8239 * loading.texi (Hooks for Loading): Make the description of
8240 `eval-after-load' more detailed, and amend the description of
8241 after-load-alist, in accordance with changes from 2006-05.
8242
8243 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
8244
8245 * modes.texi (Defining Minor Modes): Document that a :require
8246 keyword or similar may be required to make saved customization
8247 variables work.
8248
8249 2007-02-03 Eli Zaretskii <eliz@gnu.org>
8250
8251 * elisp.texi (Top): Make the detailed menu headers compliant with
8252 Texinfo guidelines and with what texnfo-upd.el expects.
8253 Add comments to prevent people from inadvertently modifying the key
8254 parts needed by `texinfo-multiple-files-update'.
8255
8256 2007-02-02 Eli Zaretskii <eliz@gnu.org>
8257
8258 * elisp.texi (Top): Update the top-level menus.
8259
8260 * syntax.texi (Categories): Add index entries.
8261
8262 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
8263
8264 * display.texi (Attribute Functions): Fix name and description of
8265 the UNDERLINE arg of `set-face-underline-p'.
8266
8267 2007-01-29 Eli Zaretskii <eliz@gnu.org>
8268
8269 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
8270 Variables", and "Standard Keymaps" to the detailed menu.
8271
8272 * variables.texi (Future Local Variables): Add index entry.
8273
8274 2007-01-28 Richard Stallman <rms@gnu.org>
8275
8276 * tips.texi (Coding Conventions): Clarify the tip about macros
8277 that define a function or a variable.
8278
8279 * files.texi (File Attributes): UID and GID can be floats.
8280 (Magic File Names): Explain why deferring all operations to
8281 the standard handler does not work.
8282
8283 2007-01-23 Martin Rudalics <rudalics@gmx.at>
8284
8285 * backups.texi (Reverting): Use "buffer" instead of "file"
8286 when talking about major and minor modes.
8287
8288 2007-01-21 Richard Stallman <rms@gnu.org>
8289
8290 * help.texi (Documentation): Add xref to Documentation Tips.
8291
8292 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
8293
8294 * tips.texi (Coding Conventions): Fix typos.
8295
8296 2007-01-05 Richard Stallman <rms@gnu.org>
8297
8298 * modes.texi (Defining Minor Modes): Fix previous change.
8299
8300 2007-01-03 Richard Stallman <rms@gnu.org>
8301
8302 * customize.texi (Variable Definitions, Customization Types):
8303 Don't use * in doc string for defcustom.
8304
8305 2007-01-02 Richard Stallman <rms@gnu.org>
8306
8307 * variables.texi (Variable Aliases): Clarify that aliases vars
8308 always have the same value.
8309
8310 * processes.texi (Bindat Spec): Fix Texinfo usage.
8311
8312 * modes.texi (Defining Minor Modes): Explain effect of command
8313 defined with define-global-minor-mode on new buffers.
8314
8315 2006-12-30 Kim F. Storm <storm@cua.dk>
8316
8317 * keymaps.texi (Tool Bar): Describe `grow-only' value of
8318 `auto-resize-tool-bars'.
8319
8320 2006-12-30 Richard Stallman <rms@gnu.org>
8321
8322 * keymaps.texi (Active Keymaps): Fix previous change.
8323
8324 2006-12-30 Nick Roberts <nickrob@snap.net.nz>
8325
8326 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
8327
8328 2006-12-30 Kim F. Storm <storm@cua.dk>
8329
8330 * processes.texi (Bindat Spec): Clarify using field names in
8331 length specifications.
8332
8333 2006-12-29 Kim F. Storm <storm@cua.dk>
8334
8335 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
8336 Add count and index variables for eval forms in repeat blocks.
8337
8338 2006-12-24 Richard Stallman <rms@gnu.org>
8339
8340 * customize.texi (Variable Definitions):
8341 Document new name custom-add-frequent-value.
8342
8343 2006-12-19 Kim F. Storm <storm@cua.dk>
8344
8345 * commands.texi (Misc Events): User signals now result in sigusr1
8346 and sigusr2 events which are handled through special-event-map.
8347 (Special Events): User signals and drag-n-drop are special.
8348
8349 2006-12-17 Richard Stallman <rms@gnu.org>
8350
8351 * loading.texi (Named Features): Explain subfeatures better.
8352
8353 * customize.texi: Use "option" only for user options.
8354 For the keyword values inside defcustom etc, say "keywords".
8355 For :options value's elements, say "elements".
8356 :group should not be omitted.
8357
8358 * syntax.texi (Parsing Expressions): Split up node.
8359 (Motion via Parsing, Position Parse, Parser State)
8360 (Low-Level Parsing, Control Parsing): New subnodes.
8361 (Parser State): Document syntax-ppss-toplevel-pos.
8362
8363 * positions.texi (List Motion): Punctuation fix.
8364
8365 * files.texi (File Name Completion): Document PREDICATE arg
8366 to file-name-completion.
8367
8368 2006-12-16 Eli Zaretskii <eliz@gnu.org>
8369
8370 * internals.texi (Building Emacs, Writing Emacs Primitives):
8371 Add index entries.
8372
8373 2006-12-11 Richard Stallman <rms@gnu.org>
8374
8375 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
8376 affects face menu. Explain how to make it non-nil without enabling
8377 any fontification.
8378
8379 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
8380
8381 * modes.texi (Font Lock Basics): Document nil value of
8382 font-lock-defaults.
8383
8384 2006-12-10 Glenn Morris <rgm@gnu.org>
8385
8386 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
8387 value for system-flag argument. Abbrev tables may not be empty
8388 when major modes are loaded.
8389
8390 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
8391
8392 * makefile.w32-in (maintainer-clean): Partially revert last
8393 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
8394 to protect elisp-covers.texi.
8395
8396 2006-12-07 Juanma Barranquero <lekktu@gmail.com>
8397
8398 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
8399 Don't remove elisp* info files; they are already deleted by the
8400 `clean' and `distclean' targets, and they are in the $(infodir)
8401 directory, not the current one.
8402
8403 2006-12-04 Kim F. Storm <storm@cua.dk>
8404
8405 * commands.texi (Misc Events): Update signal events.
8406 (Event Examples): Add signal example.
8407
8408 2006-11-29 Richard Stallman <rms@gnu.org>
8409
8410 * frames.texi (Visibility of Frames): Explain visible windows
8411 can be covered by others. Add xref for raise-frame.
8412
8413 2006-11-28 Richard Stallman <rms@gnu.org>
8414
8415 * searching.texi (Regexp Special): Update when ^ is special.
8416
8417 2006-11-27 Eli Zaretskii <eliz@gnu.org>
8418
8419 * customize.texi (Customization, Common Keywords)
8420 (Group Definitions, Variable Definitions, Composite Types)
8421 (Type Keywords, Customization Types): Add index entries for
8422 various customization keywords.
8423
8424 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
8425
8426 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
8427
8428 2006-11-10 Jan Djärv <jan.h.d@swipnet.se>
8429
8430 * frames.texi (Window System Selections): Remove clipboard from
8431 description of selection-coding-system.
8432
8433 2006-11-06 Richard Stallman <rms@gnu.org>
8434
8435 * lists.texi (List Variables): Document COMPARE-FN.
8436
8437 * keymaps.texi: Avoid use of "binding" to mean a relation;
8438 use it only to refer to the meaning associated with a key.
8439 (Keymaps): Change menu node description.
8440
8441 * elisp.texi (Top): Change menu node description.
8442
8443 * display.texi (Managing Overlays): Document overlay-recenter.
8444
8445 2006-10-29 Chong Yidong <cyd@stupidchicken.com>
8446
8447 * Makefile.in: Use relative paths to avoid advertising filesystem
8448 contents during compilation.
8449
8450 2006-10-23 Kim F. Storm <storm@cua.dk>
8451
8452 * commands.texi (Event Input Misc): Update unread-command-events.
8453
8454 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
8455
8456 * lists.texi (Sets And Lists): Fix typos.
8457
8458 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
8459
8460 * control.texi (Processing of Errors): Use @var for an argument,
8461 not @code.
8462
8463 2006-10-16 Richard Stallman <rms@gnu.org>
8464
8465 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
8466
8467 * keymaps.texi (Format of Keymaps): Show all the keymap element
8468 patterns that result from menu items.
8469 (Key Lookup): Minor cleanups.
8470
8471 * modes.texi (Precalculated Fontification): Don't say that
8472 not setting font-lock-defaults avoids loading font-lock.
8473
8474 * help.texi (Documentation): Move xref to Emacs Manual here.
8475 (Documentation Basics): From here.
8476 Also doc emacs-lisp-docstring-fill-column.
8477
8478 * elisp.texi: Update version and ISBN.
8479
8480 * commands.texi (Interactive Call): Clarify KEYS arg to
8481 call-interactively is a vector.
8482 (Command Loop Info): Delete anchor in this-command-keys.
8483 Add anchor in this-command-keys-vector.
8484 (Recursive Editing): Document how recursive-edit
8485 handles the current buffer.
8486
8487 2006-10-13 Chong Yidong <cyd@stupidchicken.com>
8488
8489 * frames.texi (Frame Titles): %c and %l are ignored in
8490 frame-title-format.
8491
8492 2006-10-11 Richard Stallman <rms@gnu.org>
8493
8494 * keymaps.texi (Key Sequences): Clarify use of kbd.
8495
8496 2006-10-10 Kim F. Storm <storm@cua.dk>
8497
8498 * lists.texi (Sets And Lists): Add memql.
8499
8500 2006-10-03 Richard Stallman <rms@gnu.org>
8501
8502 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
8503 Clarify :ascii: and :nonascii:.
8504
8505 2006-09-29 Juri Linkov <juri@jurta.org>
8506
8507 * modes.texi (%-Constructs): Reorder coding systems in the
8508 documentation of %z to the real order displayed in the modeline.
8509
8510 2006-09-25 Richard Stallman <rms@gnu.org>
8511
8512 * os.texi (Timers): Describe timer-max-repeats.
8513
8514 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
8515
8516 * os.texi (Timers): Mention with-local-quit.
8517
8518 2006-09-24 Richard Stallman <rms@gnu.org>
8519
8520 * searching.texi (Searching and Matching): Mention property search.
8521
8522 * commands.texi (Command Loop Info): Explain how read-event affects
8523 this-command-keys.
8524
8525 2006-09-20 Richard Stallman <rms@gnu.org>
8526
8527 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
8528
8529 * windows.texi (Window Start): Minor cleanups.
8530
8531 2006-09-20 Kim F. Storm <storm@cua.dk>
8532
8533 * windows.texi (Window Start): pos-visible-in-window-p allows
8534 specifying t for position to mean "end of window".
8535 Add window-line-height.
8536
8537 * anti.texi (Antinews): Mention window-line-height.
8538
8539 2006-09-19 David Kastrup <dak@gnu.org>
8540
8541 * keymaps.texi (Searching Keymaps): Small clarification.
8542
8543 2006-09-18 Richard Stallman <rms@gnu.org>
8544
8545 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
8546 cause keyboard menus.
8547 (Menu Keymaps): Likewise.
8548 (Defining Menus, Keyboard Menus): Clarify.
8549
8550 * text.texi (Fields): Clarify explanation of constrain-to-field.
8551
8552 2006-09-16 Eli Zaretskii <eliz@gnu.org>
8553
8554 * variables.texi (Tips for Defining): Fix a typo.
8555
8556 2006-09-15 Richard Stallman <rms@gnu.org>
8557
8558 * keymaps.texi (Remapping Commands, Searching Keymaps)
8559 (Active Keymaps): Clean up previous change.
8560
8561 2006-09-15 Jay Belanger <belanger@truman.edu>
8562
8563 * gpl.texi: Replace "Library Public License" by "Lesser Public
8564 License" throughout.
8565
8566 2006-09-15 David Kastrup <dak@gnu.org>
8567
8568 * keymaps.texi (Active Keymaps): Adapt description to use
8569 `get-char-property' instead `get-text-property'. Explain how
8570 mouse events change this. Explain the new optional argument of
8571 `key-binding' and its mouse-dependent lookup.
8572 (Searching Keymaps): Adapt description similarly.
8573 (Remapping Commands): Explain the new optional argument of
8574 `command-remapping'.
8575
8576 2006-09-14 Richard Stallman <rms@gnu.org>
8577
8578 * keymaps.texi (Searching Keymaps): Clarification.
8579 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
8580
8581 2006-09-13 Richard Stallman <rms@gnu.org>
8582
8583 * objects.texi (Character Type): Node split.
8584 Add xref to Describing Characters.
8585 (Basic Char Syntax, General Escape Syntax)
8586 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
8587
8588 2006-09-11 Richard Stallman <rms@gnu.org>
8589
8590 * display.texi (Display Table Format): Wording clarification.
8591 (Glyphs): Clarifications.
8592
8593 2006-09-10 Chong Yidong <cyd@stupidchicken.com>
8594
8595 * keymaps.texi (Active Keymaps): Mention that key-binding checks
8596 local maps.
8597
8598 2006-09-10 Kim F. Storm <storm@cua.dk>
8599
8600 * display.texi (Forcing Redisplay): Document return value of
8601 function redisplay.
8602
8603 2006-09-09 Richard Stallman <rms@gnu.org>
8604
8605 * windows.texi (Window Hooks): Explain limits of
8606 window-scroll-functions.
8607
8608 * display.texi (Fringe Indicators): Update for last change in
8609 indicate-buffer-boundaries.
8610
8611 2006-09-08 Richard Stallman <rms@gnu.org>
8612
8613 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
8614
8615 2006-09-06 Kim F. Storm <storm@cua.dk>
8616
8617 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
8618
8619 * windows.texi (Window Start): Update pos-visible-in-window-p.
8620
8621 2006-09-04 Richard Stallman <rms@gnu.org>
8622
8623 * processes.texi (Accepting Output): Explain SECONDS=0 for
8624 accept-process-output.
8625
8626 * os.texi (Idle Timers): Explain why timer functions should not
8627 loop until (input-pending-p).
8628
8629 2006-09-02 Eli Zaretskii <eliz@gnu.org>
8630
8631 * makefile.w32-in (usermanualdir): New variable.
8632 (elisp.dvi): Use it.
8633
8634 2006-09-01 Eli Zaretskii <eliz@gnu.org>
8635
8636 * buffers.texi (Buffer Modification): Fix last change.
8637
8638 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
8639
8640 * buffers.texi (Buffer Modification):
8641 Document buffer-chars-modified-tick.
8642
8643 2006-08-31 Richard Stallman <rms@gnu.org>
8644
8645 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
8646
8647 2006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
8648
8649 * modes.texi (Syntactic Font Lock):
8650 Mention font-lock-syntactic-face-function
8651 instead of specific faces.
8652
8653 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
8654
8655 * display.texi (Images): Add xrref to display-images-p.
8656
8657 2006-08-28 Kenichi Handa <handa@m17n.org>
8658
8659 * nonascii.texi (Lisp and Coding Systems): Fix description of
8660 detect-coding-region.
8661
8662 2006-08-27 Michael Olson <mwolson@gnu.org>
8663
8664 * processes.texi (Transaction Queues): Remove stray quote
8665 character.
8666
8667 2006-08-25 Richard Stallman <rms@gnu.org>
8668
8669 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
8670 Add xref.
8671
8672 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
8673
8674 * os.texi (Timers): Avoid waiting inside timers.
8675
8676 2006-08-21 Lute Kamstra <lute@gnu.org>
8677
8678 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
8679
8680 2006-08-20 Richard Stallman <rms@gnu.org>
8681
8682 * os.texi (Idle Timers): New node, split out from Timers.
8683 Document current-idle-time.
8684 * commands.texi (Reading One Event): Update xref.
8685 * elisp.texi (Top): Update subnode menu.
8686
8687 2006-08-16 Richard Stallman <rms@gnu.org>
8688
8689 * keymaps.texi (Extended Menu Items): Show format of cached
8690 bindings in extended menu items.
8691
8692 * customize.texi (Variable Definitions): Explain when the
8693 standard value expression is evaluated.
8694
8695 2006-08-15 Chong Yidong <cyd@stupidchicken.com>
8696
8697 * commands.texi (Reading One Event): Explain idleness in
8698 `read-event'.
8699
8700 2006-08-12 Chong Yidong <cyd@stupidchicken.com>
8701
8702 * text.texi (Near Point): Say "cursor" not "terminal cursor".
8703 (Commands for Insertion): Remove split-line since it's not
8704 relevant for Lisp programming.
8705 (Yank Commands): Rewrite introduction.
8706 (Undo): Clarify.
8707 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
8708 (Filling): Remove redundant comment. Clarify return value of
8709 current-justification.
8710 (Margins): Minor clarifications.
8711 (Adaptive Fill): Update default value of adaptive-fill-regexp.
8712 (Sorting): Update definition of sort-lines.
8713 (Columns): Clarify behavior of sort-columns.
8714 (Indent Tabs): Link to Tab Stops in Emacs manual.
8715 (Special Properties): Clarify.
8716 (Clickable Text): Mention Buttons package.
8717
8718 2006-08-12 Kevin Ryde <user42@zip.com.au>
8719
8720 * os.texi (Time Parsing): Add %z to description of
8721 format-time-string, as per docstring. Add cross reference to
8722 glibc manual for strftime.
8723
8724 2006-08-08 Richard Stallman <rms@gnu.org>
8725
8726 * modes.texi: Clean up wording in previous change.
8727
8728 2006-08-07 Chong Yidong <cyd@stupidchicken.com>
8729
8730 * modes.texi (Hooks): Clarify.
8731 (Major Mode Basics): Mention define-derived-mode explicitly.
8732 (Major Mode Conventions): Rebinding RET is OK for some modes.
8733 Mention change-major-mode-hook and after-change-major-mode-hook.
8734 (Example Major Modes): Move to end of Modes section.
8735 (Mode Line Basics): Clarify.
8736 (Mode Line Data): Mention help-echo and local-map in strings.
8737 Explain reason for treatment of non-risky variables.
8738 (Properties in Mode): Clarify.
8739 (Faces for Font Lock): Add font-lock-negation-char-face.
8740
8741 2006-08-04 Eli Zaretskii <eliz@gnu.org>
8742
8743 * strings.texi (Formatting Strings): Warn against arbitrary
8744 strings as first arg to `format'.
8745
8746 2006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
8747
8748 * text.texi (Clickable Text): Mention `help-echo' text property.
8749 Update intro, examples and associated explanations.
8750
8751 2006-07-31 Richard Stallman <rms@gnu.org>
8752
8753 * commands.texi: Update xrefs.
8754 (Event Mod): New node, cut out from old Translating Input.
8755
8756 * maps.texi: Update xrefs.
8757
8758 * keymaps.texi (Translation Keymaps): New node.
8759 Update xrefs from Translating Input to Translation Keymaps.
8760
8761 * elisp.texi (Top): Update subnode menu.
8762
8763 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
8764
8765 * os.texi (System Interface): Fix menu descriptions of some nodes.
8766 (Translating Input): Node deleted.
8767
8768 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
8769
8770 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
8771
8772 * lists.texi (Sets And Lists): Likewise.
8773
8774 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
8775
8776 * text.texi (Fields): Mention POS
8777 requirement when narrowing is in effect.
8778
8779 2006-07-28 Richard Stallman <rms@gnu.org>
8780
8781 * display.texi (Face Attributes): Simplify wording.
8782 (Attribute Functions): Clarify meaning of new-frame default
8783 attribute settings.
8784
8785 * customize.texi (Common Keywords): Document how to use
8786 :package-version in a package not in Emacs.
8787
8788 2006-07-28 Kim F. Storm <storm@cua.dk>
8789
8790 * commands.texi (Reading One Event): Fix last change.
8791
8792 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
8793
8794 * commands.texi (Reading One Event): Document SECONDS argument for
8795 read-event, read-char, and read-char-exclusive.
8796
8797 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
8798
8799 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
8800 to ensure correct identification.
8801
8802 2006-07-24 Richard Stallman <rms@gnu.org>
8803
8804 * text.texi (Clickable Text): Clarify.
8805
8806 * sequences.texi (Vector Functions): Delete duplicate xref.
8807
8808 * objects.texi (Function Type): Clarify.
8809
8810 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
8811 modes.
8812
8813 * lists.texi (List Variables): New node.
8814 Material moved from other nodes.
8815
8816 * variables.texi (Setting Variables): add-to-list and
8817 add-to-ordered-list moved to List Variables node.
8818
8819 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
8820
8821 * text.texi (Links and Mouse-1):
8822 For mouse-on-link-p, expand on arg POS.
8823
8824 2006-07-21 Kim F. Storm <storm@cua.dk>
8825
8826 * display.texi (Forcing Redisplay): Don't mention systems which
8827 don't support sub-second timers for redisplay-preemption-period.
8828
8829 * os.texi (Terminal Output): Clarify text vs graphical terminal.
8830
8831 2006-07-21 Eli Zaretskii <eliz@gnu.org>
8832
8833 * frames.texi (Input Focus): Document that focus-follows-mouse has
8834 no effect on MS-Windows.
8835
8836 2006-07-18 Richard Stallman <rms@gnu.org>
8837
8838 * display.texi (Forcing Redisplay): Cleanups in previous change.
8839
8840 * processes.texi (Low-Level Network): Make menu more convenient.
8841
8842 2006-07-18 Kim F. Storm <storm@cua.dk>
8843
8844 * display.texi (Forcing Redisplay): redisplay-preemption-period
8845 only used on window systems. Add xref to Terminal Output.
8846
8847 * os.texi (Terminal Output): baud-rate only controls preemption on
8848 non-window systems. Add xref to Forcing Redisplay.
8849
8850 * processes.texi (Low-Level Network): Rename node "Make Network"
8851 to "Network Processes".
8852
8853 2006-07-18 Karl Berry <karl@gnu.org>
8854
8855 * variables.texi, functions.texi, customize.texi, loading.texi:
8856 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
8857
8858 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
8859
8860 * commands.texi (Waiting): Document batch-mode sit-for behavior.
8861
8862 2006-07-17 Richard Stallman <rms@gnu.org>
8863
8864 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
8865 Put period and comma inside quotes.
8866
8867 * loading.texi, markers.texi: Use real doublequote inside menus.
8868
8869 * windows.texi: Put point and comma inside quotes.
8870 (Textual Scrolling): Use @samp for error message.
8871
8872 * variables.texi, tips.texi, syntax.texi, symbols.texi:
8873 * strings.texi, streams.texi, processes.texi, os.texi:
8874 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
8875 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
8876 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
8877 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
8878 Put point and comma inside quotes.
8879
8880 * control.texi (Processing of Errors): Add command-error-function.
8881
8882 * variables.texi (File Local Variables): Clarify that
8883 file local variables make buffer-local bindings.
8884
8885 * modes.texi (Syntactic Font Lock): Give default for
8886 font-lock-syntax-table.
8887
8888 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
8889
8890 * text.texi (Special Properties): Clean up previous change.
8891
8892 2006-07-16 Karl Berry <karl@gnu.org>
8893
8894 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
8895 * control.texi: Fix bad page breaks through chapter 10 (control).
8896
8897 * anti.texi (Antinews): Reorder face-attribute fns to avoid
8898 underfull hbox.
8899
8900 2006-07-15 Nick Roberts <nickrob@snap.net.nz>
8901
8902 * text.texi (Special Properties): Describe fontified text property
8903 in relation to a character (not text).
8904
8905 2006-07-15 Kim F. Storm <storm@cua.dk>
8906
8907 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
8908 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
8909 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
8910
8911 * anti.texi (Antinews): Mention redisplay function.
8912 The kbd macro existed, but was not documented, before 22.x.
8913 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
8914
8915 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
8916
8917 * display.texi (Displaying Messages): Add anchor.
8918
8919 * frames.texi (Dialog Boxes): Use it.
8920
8921 2006-07-12 Richard Stallman <rms@gnu.org>
8922
8923 * objects.texi (Frame Type): Explain nature of frames better.
8924
8925 * frames.texi (Frames): Explain nature of frames better.
8926
8927 2006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
8928
8929 * tips.texi (Coding Conventions): Explain why use cl at compile time.
8930
8931 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8932
8933 * frames.texi (Window System Selections): Mention scrap support for Mac.
8934 Default value of x-select-enable-clipboard is t on Mac.
8935
8936 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
8937
8938 2006-07-11 Kim F. Storm <storm@cua.dk>
8939
8940 * display.texi (Forcing Redisplay): Add `redisplay' function.
8941 Don't mention (sit-for -1) -- use (redisplay t) instead.
8942
8943 * commands.texi (Waiting): (sit-for -1) is no longer special.
8944 (sit-for 0) is equivalent to (redisplay).
8945 Iconifying/deiconifying no longer makes sit-for return.
8946
8947 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
8948
8949 * display.texi (Buttons): Fix typo.
8950
8951 * index.texi, elisp.texi (New Symbols): Comment node out.
8952
8953 2006-07-09 Richard Stallman <rms@gnu.org>
8954
8955 * display.texi (Truncation): Clean up previous change.
8956
8957 2006-07-08 Richard Stallman <rms@gnu.org>
8958
8959 * commands.texi (Interactive Call): Use 3 as prefix in example
8960 for execute-extended-command.
8961
8962 * display.texi (Attribute Functions): Move paragraph about
8963 compatibility with Emacs < 21.
8964
8965 2006-07-09 Kim F. Storm <storm@cua.dk>
8966
8967 * display.texi (Refresh Screen): Clarify force-window-update.
8968 (Truncation): "Normally" indicated by fringe arrows.
8969
8970 2006-07-08 Eli Zaretskii <eliz@gnu.org>
8971
8972 * windows.texi (Textual Scrolling, Resizing Windows):
8973 * variables.texi (Constant Variables):
8974 * text.texi (Buffer Contents, Deletion, Changing Properties)
8975 (Property Search, Special Properties, Sticky Properties)
8976 (Links and Mouse-1, Fields, Change Hooks):
8977 * syntax.texi (Syntax Table Functions, Parsing Expressions)
8978 (Categories):
8979 * symbols.texi (Other Plists):
8980 * streams.texi (Output Variables):
8981 * processes.texi (Input to Processes, Query Before Exit):
8982 * positions.texi (Word Motion, Text Lines, List Motion):
8983 * os.texi (Init File, System Environment, Sound Output)
8984 (Session Management):
8985 * nonascii.texi (Text Representations, Character Sets)
8986 (Chars and Bytes, Locales):
8987 * modes.texi (Defining Minor Modes, Header Lines):
8988 * minibuf.texi (Minibuffer Contents):
8989 * markers.texi (Information from Markers):
8990 * lists.texi (List Elements, Building Lists, Association Lists):
8991 * keymaps.texi (Tool Bar):
8992 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
8993 * functions.texi (What Is a Function, Mapping Functions):
8994 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
8995 (Color Names, Text Terminal Colors, Display Feature Testing):
8996 * files.texi (Visiting Functions, File Name Components)
8997 (Unique File Names, Contents of Directories):
8998 * display.texi (Forcing Redisplay, Displaying Messages)
8999 (Temporary Displays, Font Selection, Auto Faces)
9000 (Font Lookup, Fringe Indicators, Display Margins)
9001 (Image Descriptors, Showing Images, Image Cache, Button Types)
9002 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
9003 (Display Table Format, Glyphs):
9004 * control.texi (Iteration):
9005 * commands.texi (Command Loop Info, Adjusting Point):
9006 * backups.texi (Making Backups, Auto-Saving):
9007 Remove @tindex entries.
9008
9009 2006-07-07 Kim F. Storm <storm@cua.dk>
9010
9011 * display.texi (Fringe Cursors): Fix typo.
9012 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
9013 (Overlay Arrow): Default is overlay-arrow fringe indicator.
9014
9015 2006-07-05 Richard Stallman <rms@gnu.org>
9016
9017 * text.texi (Buffer Contents): Add example of text props
9018 in result of buffer-substring.
9019 (Text Properties): Explain better about use of specific property names.
9020 (Property Search): Some cleanups; reorder some functions.
9021
9022 * keymaps.texi (Changing Key Bindings): Cleanup.
9023 Add xref to Key Binding Conventions.
9024
9025 * display.texi (Attribute Functions): Add examples for
9026 face-attribute-relative-p.
9027
9028 * tips.texi (Coding Conventions): Cleanup last change.
9029
9030 2006-07-05 Karl Berry <karl@gnu.org>
9031
9032 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
9033 Remove @setchapternewpage odd.
9034 Result is 1013 pages, down from 1100.
9035
9036 * anti.texi, customize.texi, display.texi, internals.texi:
9037 * minibuf.texi, modes.texi, tips.texi:
9038 Fix overfull/underfull boxes.
9039
9040 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
9041
9042 * edebug.texi (Instrumenting):
9043 Add Edebug-specific findex for eval-buffer.
9044 * loading.texi (Loading):
9045 Replace eval-current-buffer with eval-buffer.
9046
9047 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
9048
9049 * locals.texi (Standard Buffer-Local Variables): Update the list
9050 of variables.
9051
9052 2006-06-26 Nick Roberts <nickrob@snap.net.nz>
9053
9054 * files.texi (File Name Completion): Point user to the node
9055 "Reading File Names".
9056
9057 2006-06-24 Eli Zaretskii <eliz@gnu.org>
9058
9059 * files.texi (Contents of Directories): Document case-insensitive
9060 behavior on respective filesystems.
9061
9062 * objects.texi (Character Type): Document that Emacs signals an
9063 error for unsupported Unicode characters specified as \uNNNN.
9064
9065 2006-06-19 Richard Stallman <rms@gnu.org>
9066
9067 * processes.texi (Bindat Spec): Clarify previous change.
9068
9069 2006-06-16 Richard Stallman <rms@gnu.org>
9070
9071 * tips.texi (Coding Conventions): Better explain conventions
9072 for definition constructs.
9073
9074 * text.texi (Special Properties): String value of `read-only'
9075 serves as the error message.
9076
9077 * objects.texi (Character Type): Clarify prev. change.
9078 (Non-ASCII in Strings): Mention \u and \U.
9079
9080 * commands.texi (Using Interactive): Explain problem of
9081 markers, etc., in command-history.
9082
9083 2006-06-14 Kim F. Storm <storm@cua.dk>
9084
9085 * commands.texi (Waiting): Negative arg to sit-for forces
9086 redisplay even if input is pending.
9087
9088 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
9089 redisplay. Remove incorrect example of binding redisplay-dont-pause
9090 around (sit-for 0).
9091
9092 2006-06-13 Richard Stallman <rms@gnu.org>
9093
9094 * display.texi (Forcing Redisplay): Clarify previous change.
9095
9096 2006-06-13 Romain Francoise <romain@orebokech.com>
9097
9098 * display.texi (Forcing Redisplay): Fix typo.
9099
9100 2006-06-13 Kim F. Storm <storm@cua.dk>
9101
9102 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
9103
9104 2006-06-10 Luc Teirlinck <teirllm@auburn.edu>
9105
9106 * tips.texi (Coding Conventions): Add `@end itemize'.
9107
9108 2006-06-10 Richard Stallman <rms@gnu.org>
9109
9110 * tips.texi (Coding Conventions): Explain use of coding systems
9111 to ensure one decoding for strings.
9112
9113 2006-06-09 Aidan Kehoe <kehoea@parhasard.net>
9114
9115 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
9116 syntax.
9117
9118 2006-06-07 Eli Zaretskii <eliz@gnu.org>
9119
9120 * display.texi (Font Selection): Remove description of
9121 clear-face-cache.
9122
9123 * compile.texi (Eval During Compile): Fix a typo. Add index
9124 entries for possible uses of eval-when-compile.
9125
9126 2006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
9127
9128 * display.texi (Abstract Display): Fix typo.
9129
9130 2006-06-03 Eli Zaretskii <eliz@gnu.org>
9131
9132 * minibuf.texi (Minibuffer History) <history-add-new-input>:
9133 Reword variable's description.
9134
9135 2006-06-01 Richard Stallman <rms@gnu.org>
9136
9137 * windows.texi (Splitting Windows): Clarify splitting nonselected
9138 window.
9139
9140 2006-05-31 Juri Linkov <juri@jurta.org>
9141
9142 * minibuf.texi (Minibuffer History): Add history-add-new-input.
9143
9144 2006-05-30 Richard Stallman <rms@gnu.org>
9145
9146 * display.texi (Line Height): Fix errors in description of
9147 default line height and line-height property.
9148
9149 * nonascii.texi (Default Coding Systems): Further clarification.
9150
9151 2006-05-29 Luc Teirlinck <teirllm@auburn.edu>
9152
9153 * internals.texi (Pure Storage): Mention that an overflow in pure
9154 space causes a memory leak.
9155 (Garbage Collection): If there was an overflow in pure space,
9156 `garbage-collect' returns nil.
9157
9158 2006-05-30 Eli Zaretskii <eliz@gnu.org>
9159
9160 * nonascii.texi (Default Coding Systems): Fix it some more.
9161
9162 2006-05-29 Eli Zaretskii <eliz@gnu.org>
9163
9164 * nonascii.texi (Default Coding Systems): Fix last change.
9165
9166 2006-05-29 Kenichi Handa <handa@m17n.org>
9167
9168 * nonascii.texi (find-operation-coding-system): Describe the new
9169 argument format (FILENAME . BUFFER).
9170
9171 2006-05-28 Richard Stallman <rms@gnu.org>
9172
9173 * tips.texi (Coding Conventions): Better explain reasons not to
9174 advise other packages or use `eval-after-load'.
9175
9176 2006-05-29 Kim F. Storm <storm@cua.dk>
9177
9178 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
9179 `bindat-idx' and `bindat-raw' for clarity.
9180
9181 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
9182
9183 * processes.texi (Bindat Spec): Expand on `repeat' handler.
9184
9185 * display.texi (Display): Add "Abstract Display" to menu.
9186 (Abstract Display, Abstract Display Functions)
9187 (Abstract Display Example): New nodes.
9188 * elisp.texi (Top): Add "Abstract Display" to menu.
9189
9190 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
9191
9192 * keymaps.texi (Key Sequences): Link to input events definition.
9193 (Format of Keymaps): Delete material duplicated in Keymap Basics.
9194
9195 * files.texi (Changing Files): Document updated argument list for
9196 copy-file.
9197
9198 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
9199
9200 * processes.texi (Bindat Functions): Explain term "total length".
9201 Use it in bindat-length and bindat-pack descriptions.
9202
9203 2006-05-26 Eli Zaretskii <eliz@gnu.org>
9204
9205 * tips.texi (Coding Conventions): Advise against using
9206 eval-after-load in packages. Add an index entry.
9207
9208 2006-05-25 Juri Linkov <juri@jurta.org>
9209
9210 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
9211
9212 * modes.texi (%-Constructs): Add %e, %z, %Z.
9213
9214 2006-05-25 Richard Stallman <rms@gnu.org>
9215
9216 * elisp.texi (Top): Update subnode menu.
9217
9218 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
9219 (Keymaps): Update menu.
9220
9221 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
9222
9223 * keymaps.texi (Key Sequences): Some clarifications.
9224
9225 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
9226
9227 * processes.texi (Bindat Functions): Say "unibyte string"
9228 explicitly for bindat-unpack and bindat-pack descriptions.
9229 (Bindat Examples): Don't call `string-make-unibyte' in example.
9230
9231 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
9232
9233 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
9234 Explain string and vector representations of key sequences.
9235
9236 * keymaps.texi (Changing Key Bindings):
9237 * commands.texi (Interactive Codes):
9238 * help.texi (Describing Characters): Refer to it.
9239
9240 2006-05-23 Luc Teirlinck <teirllm@auburn.edu>
9241
9242 * frames.texi (Pointer Shape): @end table -> @end defvar.
9243
9244 2006-05-22 Richard Stallman <rms@gnu.org>
9245
9246 * elisp.texi (Top): Update subnode menus.
9247
9248 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
9249 Contents rewritten; material from old Pointer Shape node moved here.
9250
9251 * display.texi (Pointer Shape): Node deleted.
9252 (Image Descriptors): Minor cleanup.
9253
9254 2006-05-21 Richard Stallman <rms@gnu.org>
9255
9256 * syntax.texi (Parsing Expressions): Update info on which STATE
9257 elements are ignored.
9258
9259 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
9260
9261 * hooks.texi (Standard Hooks): Correct typo.
9262
9263 * gpl.texi (GPL): ifinfo -> ifnottex.
9264
9265 2006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
9266
9267 * searching.texi (Simple Match Data): Warn about match data being
9268 set anew by every search.
9269
9270 2006-05-17 Richard Stallman <rms@gnu.org>
9271
9272 * minibuf.texi (Minibuffer History): Clarify.
9273
9274 * searching.texi (Regexp Special): Clarify nested regexp warning.
9275
9276 2006-05-16 Kim F. Storm <storm@cua.dk>
9277
9278 * minibuf.texi (Minibuffer History): Update add-to-history.
9279
9280 2006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
9281
9282 * nonascii.texi (Explicit Encoding):
9283 Fix typo (encoding<->decoding).
9284
9285 2006-05-14 Richard Stallman <rms@gnu.org>
9286
9287 * buffers.texi (Creating Buffers): Cleanup.
9288
9289 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
9290
9291 2006-05-13 Eli Zaretskii <eliz@gnu.org>
9292
9293 * buffers.texi (Current Buffer): Document that with-temp-buffer
9294 disables undo.
9295
9296 * os.texi (Terminal-Specific): More accurate description of how
9297 Emacs searches for the terminal-specific libraries.
9298
9299 2006-05-12 Eli Zaretskii <eliz@gnu.org>
9300
9301 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
9302 emacs-xtra to @inforef's.
9303
9304 * text.texi (Undo): Document that undo is turned off in buffers
9305 whose names begin with a space.
9306
9307 * buffers.texi (Buffer Names): Add index entries for buffers whose
9308 names begin with a space.
9309 (Creating Buffers): Document that undo is turned off in buffers
9310 whose names begin with a space.
9311
9312 * files.texi (Visiting Functions, Reading from Files)
9313 (Saving Buffers): Mention code and EOL conversions by file I/O
9314 primitives and subroutines.
9315
9316 * nonascii.texi (Lisp and Coding Systems):
9317 Document coding-system-eol-type. Add index entries for eol conversion.
9318
9319 * display.texi (Defining Faces): Mention `mac', and add an xref to
9320 where window-system is described.
9321
9322 2006-05-10 Richard Stallman <rms@gnu.org>
9323
9324 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
9325
9326 2006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
9327
9328 * variables.texi (File Local Variables): Recommend to quote lambda
9329 expressions in safe-local-variable property.
9330
9331 2006-05-09 Richard Stallman <rms@gnu.org>
9332
9333 * variables.texi (File Local Variables):
9334 Document safe-local-eval-forms and safe-local-eval-function.
9335
9336 2006-05-07 Kim F. Storm <storm@cua.dk>
9337
9338 * minibuf.texi (Minibuffer History): Remove keep-dups arg
9339 from add-to-history.
9340
9341 2006-05-07 Romain Francoise <romain@orebokech.com>
9342
9343 * commands.texi (Event Input Misc):
9344 * compile.texi (Eval During Compile):
9345 * internals.texi (Buffer Internals):
9346 * minibuf.texi (Initial Input):
9347 * nonascii.texi (Scanning Charsets):
9348 * numbers.texi (Comparison of Numbers):
9349 * windows.texi (Textual Scrolling, Vertical Scrolling):
9350 Fix various typos.
9351
9352 2006-05-06 Eli Zaretskii <eliz@gnu.org>
9353
9354 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
9355 conditional xref's to either emacs or emacs-xtra, depending on
9356 @iftex/@ifnottex.
9357
9358 * minibuf.texi (Minibuffer History): Document add-to-history.
9359
9360 2006-05-05 Eli Zaretskii <eliz@gnu.org>
9361
9362 * internals.texi (Pure Storage): Mention the pure overflow message
9363 at startup.
9364
9365 2006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
9366
9367 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
9368 (Searching Keymaps): Fix pseudo-Lisp description of keymap
9369 search.
9370
9371 2006-05-01 Richard Stallman <rms@gnu.org>
9372
9373 * intro.texi (nil and t): Clarify.
9374
9375 * variables.texi (File Local Variables): Suggest using booleanp.
9376
9377 2006-05-01 Juanma Barranquero <lekktu@gmail.com>
9378
9379 * objects.texi (Type Predicates): Fix typos.
9380
9381 2006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
9382
9383 * intro.texi (nil and t): Add booleanp.
9384
9385 * objects.texi (Type Predicates): Add links for booleanp and
9386 string-or-null-p.
9387
9388 2006-04-29 Richard Stallman <rms@gnu.org>
9389
9390 * modes.texi (Multiline Font Lock): Rename from
9391 Multi line Font Lock Elements. Much clarification.
9392 (Font Lock Multiline, Region to Fontify): Much clarification.
9393
9394 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9395
9396 * variables.texi (File Local Variables): Remove the special case t for
9397 safe-local-variable.
9398
9399 2006-04-26 Richard Stallman <rms@gnu.org>
9400
9401 * syntax.texi (Parsing Expressions): Minor cleanup.
9402
9403 2006-04-18 Richard Stallman <rms@gnu.org>
9404
9405 * tips.texi (Coding Conventions): Explain when the package's
9406 prefix should appear later on (not at the start of the name).
9407
9408 * searching.texi (String Search): Clarify effect of NOERROR.
9409
9410 * modes.texi (Imenu): Clarify what special items do.
9411
9412 * hooks.texi (Standard Hooks): Delete text about old hook names.
9413
9414 2006-04-17 Romain Francoise <romain@orebokech.com>
9415
9416 * variables.texi (Local Variables): Update the default value of
9417 `max-specpdl-size'.
9418
9419 2006-04-15 Michael Olson <mwolson@gnu.org>
9420
9421 * processes.texi (Transaction Queues): Mention the new optional
9422 `delay-question' argument for `tq-enqueue'.
9423
9424 2006-04-13 Bill Wohler <wohler@newt.com>
9425
9426 * customize.texi (Common Keywords): Use dotted notation for
9427 :package-version value. Specify its values. Improve documentation
9428 for customize-package-emacs-version-alist.
9429
9430 2006-04-12 Bill Wohler <wohler@newt.com>
9431
9432 * customize.texi (Common Keywords): Move description of
9433 customize-package-emacs-version-alist to @defvar.
9434
9435 2006-04-10 Bill Wohler <wohler@newt.com>
9436
9437 * customize.texi (Common Keywords): Add :package-version.
9438
9439 2006-04-10 Kim F. Storm <storm@cua.dk>
9440
9441 * text.texi (Buffer Contents): Add NOPROPS arg to
9442 filter-buffer-substring.
9443
9444 2006-04-08 Kevin Ryde <user42@zip.com.au>
9445
9446 * os.texi (Command-Line Arguments): Update xref to emacs manual
9447 "Command Arguments" -> "Emacs Invocation", per change there.
9448
9449 2006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
9450
9451 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
9452 be on one line to help makeinfo not render two spaces after the dot.
9453
9454 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
9455
9456 * strings.texi (Predicates for Strings): Add string-or-null-p.
9457
9458 2006-03-28 Kim F. Storm <storm@cua.dk>
9459
9460 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
9461 remarks about systems that don't support fractional seconds.
9462
9463 2006-03-25 Karl Berry <karl@gnu.org>
9464
9465 * elisp.texi: Use @copyright{} instead of (C), and do not indent
9466 the year list.
9467
9468 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
9469
9470 * display.texi (Fringe Indicators): Fix typos.
9471
9472 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
9473
9474 * tips.texi (Documentation Tips): One can now also write `program'
9475 in front of a quoted symbol in a docstring to prevent making a
9476 hyperlink.
9477
9478 2006-03-19 Alan Mackenzie <acm@muc.de>
9479
9480 * text.texi (Special Properties): Clarify `fontified' property.
9481
9482 2006-03-16 Richard Stallman <rms@gnu.org>
9483
9484 * display.texi (Defining Images): Minor cleanup.
9485
9486 2006-03-16 Bill Wohler <wohler@newt.com>
9487
9488 * display.texi (Defining Images): In image-load-path-for-library,
9489 prefer user's images.
9490
9491 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9492
9493 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
9494
9495 2006-03-15 Bill Wohler <wohler@newt.com>
9496
9497 * display.texi (Defining Images): Fix example in
9498 image-load-path-for-library by not recommending that one binds
9499 image-load-path. Just defvar it to placate compiler and only use
9500 it if previously defined.
9501
9502 2006-03-14 Bill Wohler <wohler@newt.com>
9503
9504 * display.texi (Defining Images): In image-load-path-for-library,
9505 always return list of directories. Update example.
9506
9507 2006-03-14 Alan Mackenzie <acm@muc.de>
9508
9509 * modes.texi: New node, "Region to Fontify" (for Font Lock).
9510 This describes font-lock-extend-region-function.
9511 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
9512 the new node "Region to Fontify".
9513
9514 2006-03-13 Richard Stallman <rms@gnu.org>
9515
9516 * display.texi (Invisible Text): The impossible position is
9517 now before the invisible text, not after.
9518 (Defining Images): Clean up last change.
9519
9520 2006-03-11 Bill Wohler <wohler@newt.com>
9521
9522 * display.texi (Defining Images): Add image-load-path-for-library.
9523
9524 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
9525
9526 * text.texi (Adaptive Fill): Fix Texinfo usage.
9527
9528 * strings.texi (Creating Strings): Fix Texinfo usage.
9529
9530 * searching.texi (Regexp Special): Use @samp for regular
9531 expressions that are not in Lisp syntax.
9532
9533 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
9534
9535 * searching.texi (Regexp Special): Put remark between parentheses
9536 to avoid misreading.
9537
9538 2006-03-07 Luc Teirlinck <teirllm@auburn.edu>
9539
9540 * searching.texi (Syntax of Regexps): More accurately describe
9541 which characters are special in which situations.
9542 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
9543 are not special. Describe in detail when `[' and `]' are special.
9544 (Regexp Backslash): Plenty of regexps with unbalanced square
9545 brackets are valid, so reword that statement.
9546
9547 2006-03-02 Kim F. Storm <storm@cua.dk>
9548
9549 * keymaps.texi (Tool Bar): Add tool-bar-border.
9550
9551 2006-02-28 Luc Teirlinck <teirllm@auburn.edu>
9552
9553 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
9554
9555 2006-02-27 Luc Teirlinck <teirllm@auburn.edu>
9556
9557 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
9558
9559 * files.texi (Locating Files): Suggest additional values for the
9560 SUFFIXES arg of `locate-file'. Update pxref.
9561
9562 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
9563 (How Programs Do Loading): Discuss the effects of Auto Compression
9564 mode on `load'.
9565 (Load Suffixes): New node.
9566 (Library Search): Delete description of `load-suffixes'; it was
9567 moved to "Load Suffixes".
9568 (Autoload, Named Features): Mention `load-suffixes'.
9569
9570 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
9571
9572 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
9573
9574 * windows.texi (Window Tree): Fix typo.
9575
9576 2006-02-20 Kim F. Storm <storm@cua.dk>
9577
9578 * display.texi (Fringe Indicators): New section.
9579 Move indicate-empty-lines, indicate-buffer-boundaries, and
9580 default-indicate-buffer-boundaries here.
9581 Add fringe-indicator-alist and default-fringes-indicator-alist.
9582 Add list of logical fringe indicator symbols.
9583 Update list of standard bitmap names.
9584 (Fringe Cursors): New section.
9585 Move overflow-newline-into-fringe here.
9586 Add fringe-cursor-alist and default-fringes-cursor-alist.
9587 Add list of fringe cursor symbols.
9588
9589 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
9590
9591 * commands.texi (Using Interactive): Fix reference to node
9592 "Minibuffers".
9593
9594 2006-02-19 Richard M. Stallman <rms@gnu.org>
9595
9596 * minibuf.texi (High-Level Completion):
9597 Add xref to read-input-method-name.
9598
9599 * files.texi (Relative File Names): Move file-relative-name here.
9600 (File Name Expansion): From here. Minor clarifications.
9601
9602 * commands.texi (Using Interactive): Add xrefs about reading input.
9603 Clarify remarks about that moving point and mark.
9604 Put string case before list case.
9605
9606 2006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
9607
9608 * display.texi (Other Display Specs, Image Descriptors):
9609 Revert erroneous changes. The previous description of
9610 image-descriptors as `(image . PROPS)' was correct.
9611
9612 2006-02-14 Richard M. Stallman <rms@gnu.org>
9613
9614 * variables.texi (File Local Variables): Clarifications.
9615
9616 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
9617
9618 * variables.texi (File Local Variables): Use @code for a cons
9619 cell, not @var.
9620
9621 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
9622
9623 * variables.texi (File Local Variables): Document new file local
9624 variable behavior.
9625
9626 2006-02-10 Kim F. Storm <storm@cua.dk>
9627
9628 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
9629
9630 2006-02-08 Juanma Barranquero <lekktu@gmail.com>
9631
9632 * modes.texi (%-Constructs): Remove obsolete info about
9633 `global-mode-string'.
9634
9635 2006-02-07 Richard M. Stallman <rms@gnu.org>
9636
9637 * commands.texi (Prefix Command Arguments): Minor cleanup.
9638
9639 * display.texi: "Graphical display", not window system.
9640
9641 * functions.texi (What Is a Function): Fix xref.
9642
9643 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
9644 (Changing Key Bindings): Clarify when remapping is better than
9645 substitute-key-definition.
9646
9647 2006-02-02 Richard M. Stallman <rms@gnu.org>
9648
9649 * minibuf.texi (Basic Completion): Completion alists are risky.
9650
9651 * keymaps.texi (Active Keymaps): Clarifications.
9652 (Searching Keymaps): New node.
9653 (Keymaps): Update menu.
9654
9655 * frames.texi (Layout Parameters): Minor clarification.
9656 (Drag and Drop): New node.
9657 (Frames): Update menu.
9658
9659 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
9660
9661 * display.texi (Other Display Specs, Image Descriptors):
9662 Image description is a list, not a cons cell.
9663
9664 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
9665
9666 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
9667 list is not necessarily a list).
9668
9669 2006-01-27 Eli Zaretskii <eliz@gnu.org>
9670
9671 * frames.texi (Layout Parameters): border-width and
9672 internal-border-width belong to the frame, not the window.
9673
9674 2006-01-19 Richard M. Stallman <rms@gnu.org>
9675
9676 * nonascii.texi (Translation of Characters): Search cmds use
9677 translation-table-for-input. Automatically made local.
9678
9679 * markers.texi (Overview of Markers): Count insertion type
9680 as one of a marker's attributes.
9681
9682 * keymaps.texi (Controlling Active Maps): New node, split out of
9683 Active Keymaps.
9684 (Keymaps): Menu updated.
9685 (Active Keymaps): Give pseudocode to explain how the active
9686 maps are searched. current-active-maps and key-binding moved here.
9687 (Functions for Key Lookup): current-active-maps and key-binding moved.
9688 Clarifications.
9689 (Searching the Keymaps): New subnode.
9690
9691 * elisp.texi (Top): Menu clarification.
9692
9693 * display.texi (Other Display Specs): Delete duplicate entry for
9694 just a string as display spec. Move text about recursive display
9695 specs on such a string.
9696
9697 * commands.texi (Key Sequence Input): Clarify.
9698 Move num-nonmacro-input-events out.
9699 (Reading One Event): num-nonmacro-input-events moved here.
9700
9701 2006-01-14 Nick Roberts <nickrob@snap.net.nz>
9702
9703 * advice.texi (Simple Advice): Update example to fit argument
9704 change in previous-line.
9705
9706 2006-01-05 Richard M. Stallman <rms@gnu.org>
9707
9708 * markers.texi (The Mark): Fix in `mark'.
9709
9710 2006-01-04 Richard M. Stallman <rms@gnu.org>
9711
9712 * processes.texi (Misc Network, Make Network): Minor cleanups.
9713
9714 2006-01-04 Kim F. Storm <storm@cua.dk>
9715
9716 * processes.texi (Make Network): Add IPv6 addresses and handling.
9717 (Network Feature Testing): Mention (:family ipv6).
9718 (Misc Network): Add IPv6 formats to format-network-address.
9719
9720 2005-12-30 Richard M. Stallman <rms@gnu.org>
9721
9722 * text.texi (Changing Properties):
9723 Don't use return value of set-text-properties.
9724
9725 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
9726
9727 * modes.texi (Mode Line Format): Correct typo in menu.
9728
9729 2005-12-29 Richard M. Stallman <rms@gnu.org>
9730
9731 * modes.texi (Mode Line Top): New node.
9732 (Mode Line Data): Some text moved to new node.
9733 Explain the data structure more concretely.
9734 (Mode Line Basics): Clarifications.
9735 (Mode Line Variables): Clarify intro paragraph.
9736 (%-Constructs): Clarify intro paragraph.
9737 (Mode Line Format): Update menu.
9738
9739 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
9740
9741 * minibuf.texi (Basic Completion): Update lazy-completion-table
9742 examples for removal of ARGS argument.
9743
9744 2005-12-23 Richard M. Stallman <rms@gnu.org>
9745
9746 * text.texi (Undo): Restore some explanation from the version
9747 that was deleted.
9748
9749 2005-12-23 Eli Zaretskii <eliz@gnu.org>
9750
9751 * text.texi (Undo): Remove duplicate descriptions of `apply
9752 funname' and `apply delta' elements of the undo list.
9753
9754 2005-12-20 Richard M. Stallman <rms@gnu.org>
9755
9756 * help.texi (Help Functions): Update documentation of `apropos'.
9757
9758 2005-12-20 Luc Teirlinck <teirllm@auburn.edu>
9759
9760 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
9761 because it is confusing. If the :help-echo keyword is a function,
9762 it is not directly used as the :help-echo overlay property, as the
9763 xref seems to suggest (it does not take the appropriate args).
9764
9765 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
9766
9767 * customize.texi (Common Keywords): Fix Texinfo usage.
9768 (Group Definitions, Variable Definitions): Update for new
9769 conventions for using `*' in docstrings.
9770
9771 * tips.texi (Documentation Tips): Update for new conventions for
9772 using `*' in docstrings.
9773
9774 2005-12-16 Richard M. Stallman <rms@gnu.org>
9775
9776 * minibuf.texi (Minibuffer Contents): Minor cleanup.
9777
9778 2005-12-16 Juri Linkov <juri@jurta.org>
9779
9780 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
9781
9782 2005-12-14 Romain Francoise <romain@orebokech.com>
9783
9784 * modes.texi (Customizing Keywords): Rename `append' to `how'.
9785 Fix typo.
9786
9787 2005-12-11 Juri Linkov <juri@jurta.org>
9788
9789 * minibuf.texi (Completion Commands): Add mention of read-file-name
9790 for filename completion keymaps.
9791 (Reading File Names): Add mention of filename completion keymaps
9792 for read-file-name and xref to `Completion Commands'.
9793
9794 2005-12-10 Richard M. Stallman <rms@gnu.org>
9795
9796 * customize.texi (Common Keywords): State caveats for use of :tag.
9797
9798 2005-12-08 Richard M. Stallman <rms@gnu.org>
9799
9800 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
9801 with xrefs and better explanation.
9802 (Completion Commands): Add the filename completion maps.
9803
9804 * objects.texi (Character Type): Clarify that \s is not space
9805 if a dash follows.
9806
9807 2005-12-05 Richard M. Stallman <rms@gnu.org>
9808
9809 * windows.texi (Resizing Windows): Delete preserve-before args.
9810
9811 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9812
9813 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
9814 in full keymaps, since the quirk has been fixed.
9815
9816 2005-12-03 Eli Zaretskii <eliz@gnu.org>
9817
9818 * hooks.texi (Standard Hooks): Add index entries.
9819 Mention `compilation-finish-functions'.
9820
9821 2005-11-27 Richard M. Stallman <rms@gnu.org>
9822
9823 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
9824
9825 2005-11-21 Juri Linkov <juri@jurta.org>
9826
9827 * customize.texi (Common Keywords): Update links types
9828 custom-manual and url-link. Add link types emacs-library-link,
9829 file-link, function-link, variable-link, custom-group-link.
9830
9831 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
9832
9833 * display.texi: Revert 2005-11-20 change.
9834
9835 2005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9836
9837 * processes.texi (Bindat Functions):
9838 Say "third" to refer to zero-based index "2".
9839
9840 2005-11-18 Luc Teirlinck <teirllm@auburn.edu>
9841
9842 * loading.texi (Library Search): Update the default value of
9843 `load-suffixes'.
9844
9845 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
9846
9847 * display.texi (Attribute Functions): Mention :ignore-defface.
9848
9849 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9850
9851 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
9852 (Minor Mode Conventions): Mention the use of a hook.
9853
9854 2005-11-06 Richard M. Stallman <rms@gnu.org>
9855
9856 * files.texi (Magic File Names): find-file-name-handler checks the
9857 `operations' property of the handler.
9858
9859 2005-11-03 Richard M. Stallman <rms@gnu.org>
9860
9861 * variables.texi (Frame-Local Variables): Small clarification.
9862
9863 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
9864
9865 * os.texi (Init File): Document ~/.emacs.d/init.el.
9866
9867 2005-10-29 Richard M. Stallman <rms@gnu.org>
9868
9869 * internals.texi (Garbage Collection): Document memory-full.
9870
9871 2005-10-28 Bill Wohler <wohler@newt.com>
9872
9873 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
9874 for URLs.
9875
9876 2005-10-28 Richard M. Stallman <rms@gnu.org>
9877
9878 * minibuf.texi (Completion Commands): Clean up prev change.
9879
9880 2005-10-26 Kevin Ryde <user42@zip.com.au>
9881
9882 * compile.texi (Eval During Compile): Explain recommended uses
9883 of eval-when-compile and eval-and-compile.
9884
9885 2005-10-27 Masatake YAMATO <jet@gyve.org>
9886
9887 * minibuf.texi (Completion Commands):
9888 Write about new optional argument for `display-completion-list'.
9889
9890 2005-10-23 Richard M. Stallman <rms@gnu.org>
9891
9892 * display.texi (Overlay Arrow): Clarify about local bindings of
9893 overlay-arrow-position.
9894
9895 2005-10-22 Eli Zaretskii <eliz@gnu.org>
9896
9897 * internals.texi (Building Emacs): Fix last change.
9898
9899 2005-10-22 Richard M. Stallman <rms@gnu.org>
9900
9901 * internals.texi (Building Emacs): Document eval-at-startup.
9902
9903 2005-10-21 Richard M. Stallman <rms@gnu.org>
9904
9905 * loading.texi (Where Defined): load-history contains abs file names.
9906 symbol-file returns abs file names.
9907
9908 2005-10-19 Kim F. Storm <storm@cua.dk>
9909
9910 * display.texi (Showing Images): Add max-image-size integer value.
9911
9912 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9913
9914 * display.texi (Showing Images): Document max-image-size.
9915
9916 2005-10-17 Richard M. Stallman <rms@gnu.org>
9917
9918 * commands.texi (Quitting): Minor clarification.
9919
9920 * processes.texi (Sentinels): Clarify about output and quitting.
9921 (Filter Functions): Mention with-local-quit.
9922
9923 2005-10-17 Juri Linkov <juri@jurta.org>
9924
9925 * buffers.texi (Current Buffer):
9926 * commands.texi (Event Input Misc):
9927 * compile.texi (Eval During Compile, Compiler Errors):
9928 * customize.texi (Group Definitions):
9929 * display.texi (Progress, Defining Faces):
9930 * files.texi (Writing to Files):
9931 * modes.texi (Mode Hooks, Defining Minor Modes):
9932 * streams.texi (Output Functions):
9933 * syntax.texi (Syntax Table Functions):
9934 * text.texi (Change Hooks):
9935 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
9936
9937 * commands.texi (Quitting): Replace arg `forms' with `body' in
9938 `with-local-quit'.
9939
9940 * positions.texi (Excursions): Replace arg `forms' with `body' in
9941 `save-excursion'.
9942
9943 2005-10-08 Kim F. Storm <storm@cua.dk>
9944
9945 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
9946 Rename manual section accordingly.
9947
9948 2005-10-04 Kim F. Storm <storm@cua.dk>
9949
9950 * windows.texi (Window Split Tree): New section describing
9951 new function window-split-tree function.
9952
9953 2005-10-03 Nick Roberts <nickrob@snap.net.nz>
9954
9955 * display.texi (Fringe Size/Pos): Simplify and add detail.
9956
9957 2005-09-30 Romain Francoise <romain@orebokech.com>
9958
9959 * minibuf.texi (High-Level Completion): Explain that the prompt
9960 given to `read-buffer' should end with a colon and a space.
9961 Update usage examples.
9962
9963 2005-09-29 Juri Linkov <juri@jurta.org>
9964
9965 * display.texi (Displaying Messages): Rename argument name
9966 `string' to `format-string' in functions `message', `message-box',
9967 `message-or-box'.
9968
9969 2005-09-26 Chong Yidong <cyd@stupidchicken.com>
9970
9971 * errors.texi (Standard Errors): Correct xrefs.
9972
9973 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
9974
9975 * display.texi (Defining Images): Update documentation for
9976 `image-load-path'.
9977
9978 2005-09-17 Richard M. Stallman <rms@gnu.org>
9979
9980 * display.texi (Defining Images): Clean up previous change.
9981
9982 2005-09-16 Romain Francoise <romain@orebokech.com>
9983
9984 * elisp.texi: Specify GFDL version 1.2.
9985
9986 * doclicense.texi (GNU Free Documentation License): Update to
9987 version 1.2.
9988
9989 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
9990
9991 * display.texi (Defining Images): Document `image-load-path'.
9992
9993 2005-09-15 Richard M. Stallman <rms@gnu.org>
9994
9995 * objects.texi (Printed Representation): Minor cleanup.
9996 (Box Diagrams): Minor fix.
9997 (Cons Cell Type): Move (...) index item here.
9998 (Box Diagrams): From here.
9999 (Array Type): Minor fix.
10000 (Type Predicates): Delete index "predicates".
10001 (Hash Table Type): Clarify xref.
10002 (Dotted Pair Notation): Minor fix.
10003
10004 2005-09-10 Chong Yidong <cyd@stupidchicken.com>
10005
10006 * files.texi (Saving Buffers): Fix typo.
10007
10008 2005-09-08 Richard M. Stallman <rms@gnu.org>
10009
10010 * tips.texi (Programming Tips): Correct the "default" prompt spec.
10011
10012 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
10013
10014 * locals.texi (Standard Buffer-Local Variables): Don't include
10015 mode variables for minor modes.
10016 Fix xrefs for buffer-display-count, buffer-display-table,
10017 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
10018 enable-multibyte-characters, fill-column, header-line-format,
10019 left-fringe-width, left-margin, and right-fringe-width.
10020
10021 * hooks.texi (Standard Hooks): All hooks should conform to the
10022 standard naming convention now.
10023 Fix xref for `echo-area-clear-hook'.
10024
10025 * display.texi (Usual Display): Note that indicate-empty-lines and
10026 tab-width are buffer-local.
10027
10028 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
10029
10030 * modes.texi (Mode Help): Note that major-mode is buffer-local.
10031
10032 * nonascii.texi (Encoding and I/O): Note that
10033 buffer-file-coding-system is buffer-local.
10034
10035 * positions.texi (List Motion): Note that defun-prompt-regexp is
10036 buffer-local.
10037
10038 * text.texi (Auto Filling): Note that auto-fill-function is
10039 buffer-local.
10040 (Undo): Note that buffer-undo-list is buffer-local.
10041
10042 * windows.texi (Buffers and Windows):
10043 Document buffer-display-count.
10044
10045 2005-09-06 Richard M. Stallman <rms@gnu.org>
10046
10047 * tips.texi (Coding Conventions): Sometimes it is ok to put the
10048 package prefix elsewhere than at the start of the name.
10049
10050 2005-09-03 Richard M. Stallman <rms@gnu.org>
10051
10052 * tips.texi (Programming Tips): Add conventions for minibuffer
10053 questions and prompts.
10054
10055 2005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
10056
10057 * intro.texi (nil and t): Minor cleanup.
10058 Delete spurious mention of keyword symbols.
10059 (Evaluation Notation): Add index entry.
10060 (A Sample Function Description): Minor cleanup.
10061 (A Sample Variable Description): Not all vars can be set.
10062
10063 2005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
10064
10065 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
10066
10067 (Insertion): Document precise type of `insert-char' arg COUNT.
10068
10069 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
10070
10071 * modes.texi (Other Font Lock Variables): Sync the default of
10072 font-lock-lines-before.
10073
10074 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
10075
10076 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
10077
10078 2005-08-29 Richard M. Stallman <rms@gnu.org>
10079
10080 * elisp.texi (Top): Update subnode menu.
10081
10082 * searching.texi (Searching and Matching): Move node.
10083 Rearrange contents and add overall explanation.
10084 (Searching and Case): Move node.
10085 (Searching and Matching): Update menu.
10086
10087 2005-08-27 Eli Zaretskii <eliz@gnu.org>
10088
10089 * os.texi (Startup Summary): Fix the description of the initial
10090 startup message display.
10091
10092 2005-08-25 Richard M. Stallman <rms@gnu.org>
10093
10094 * searching.texi (Search and Replace): Add replace-regexp-in-string.
10095
10096 2005-08-25 Emilio C. Lopes <eclig@gmx.net>
10097
10098 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
10099 `next-overlay-change' example.
10100
10101 2005-08-22 Juri Linkov <juri@jurta.org>
10102
10103 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
10104 Fix invert-face. Fix args of face-background.
10105
10106 * display.texi (Standard Faces): Delete node.
10107 (Faces): Add xref to `(emacs)Standard Faces'.
10108 (Displaying Faces): Fix xref to `Standard Faces'.
10109
10110 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
10111
10112 2005-08-20 Alan Mackenzie <acm@muc.de>
10113
10114 * buffers.texi (The Buffer List): Clarify the manipulation of the
10115 buffer list.
10116
10117 2005-08-14 Richard M. Stallman <rms@gnu.org>
10118
10119 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
10120 a regexp.
10121
10122 2005-08-11 Richard M. Stallman <rms@gnu.org>
10123
10124 * elisp.texi (Top): Update subnode lists.
10125
10126 * display.texi (Inverse Video): Node deleted.
10127
10128 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
10129 New nodes split out of Coding Conventions.
10130
10131 * searching.texi (Regular Expressions): Document re-builder.
10132
10133 * os.texi (Time Parsing): New node split out of Time Conversion.
10134
10135 * processes.texi (Misc Network, Network Feature Testing)
10136 (Network Options, Make Network): New nodes split out of
10137 Low-Level Network.
10138
10139 2005-08-09 Richard M. Stallman <rms@gnu.org>
10140
10141 * frames.texi (Geometry): New node, split from Size and Position.
10142 (Frame Parameters): Refer to Geometry.
10143
10144 * buffers.texi (The Buffer List): Fix xrefs.
10145
10146 * windows.texi (Splitting Windows): Fix xref.
10147
10148 * frames.texi (Layout Parameters): Add xref.
10149
10150 * display.texi (Line Height, Scroll Bars): Fix xrefs.
10151
10152 * keymaps.texi (Menu Bar): Fix xref.
10153
10154 * locals.texi (Standard Buffer-Local Variables): Fix xref.
10155
10156 * modes.texi (%-Constructs): Fix xref.
10157
10158 * frames.texi (Window Frame Parameters): Node split up.
10159 (Basic Parameters, Position Parameters, Size Parameters)
10160 (Layout Parameters, Buffer Parameters, Management Parameters)
10161 (Cursor Parameters, Color Parameters): New subnodes.
10162
10163 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
10164
10165 * positions.texi (Screen Lines): Update xref for previous change
10166 in minibuf.texi.
10167
10168 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
10169 change in minibuf.texi.
10170
10171 2005-08-09 Richard M. Stallman <rms@gnu.org>
10172
10173 * tips.texi (Coding Conventions): Minor cleanup.
10174
10175 * modes.texi (Defining Minor Modes): Explain when init-value
10176 can be non-nil.
10177
10178 * elisp.texi (Top): Update submenu for Minibuffer.
10179
10180 * minibuf.texi (Minibuffer Misc): Node split up.
10181 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
10182 (Recursive Mini): New nodes split out from Minibuffer Misc.
10183 (Minibuffer Misc): Document max-mini-window-height.
10184
10185 * hash.texi (Defining Hash): Delete stray paren in example.
10186
10187 * display.texi (Echo Area Customization): Don't define
10188 max-mini-window-height here; xref instead.
10189
10190 * commands.texi (Event Input Misc): Update while-no-input.
10191
10192 * advice.texi (Advising Functions): Explain when to use advice
10193 and when to use a hook.
10194
10195 2005-07-30 Eli Zaretskii <eliz@gnu.org>
10196
10197 * makefile.w32-in (info): Don't run install-info.
10198 ($(infodir)/dir): New target, produced by running install-info.
10199
10200 2005-07-27 Luc Teirlinck <teirllm@auburn.edu>
10201
10202 * modes.texi (Defining Minor Modes): The keyword for the initial
10203 value is :init-value, not :initial-value.
10204
10205 2005-07-23 Eli Zaretskii <eliz@gnu.org>
10206
10207 * loading.texi (Autoload): Make the `doctor' example be consistent
10208 with what's in current loaddefs.el. Describe the "fn" magic in
10209 the usage portion of the doc string.
10210
10211 2005-07-22 Richard M. Stallman <rms@gnu.org>
10212
10213 * internals.texi (Garbage Collection): Clarify previous change.
10214
10215 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
10216
10217 * internals.texi (Garbage Collection): Add gc-cons-percentage.
10218
10219 2005-07-18 Juri Linkov <juri@jurta.org>
10220
10221 * commands.texi (Accessing Events):
10222 * frames.texi (Text Terminal Colors, Resources):
10223 * markers.texi (The Mark):
10224 * modes.texi (Defining Minor Modes):
10225 Delete duplicate duplicate words.
10226
10227 2005-07-16 Richard M. Stallman <rms@gnu.org>
10228
10229 * display.texi (Managing Overlays): Clarify make-overlay
10230 args for insertion types.
10231
10232 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
10233
10234 * customize.texi (Variable Definitions):
10235 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
10236 `standard-value' is a list too.
10237 (Defining New Types): Use @key{RET} instead of @key{ret}.
10238
10239 2005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
10240
10241 * os.texi (Translating Input): Fix typo.
10242
10243 2005-07-08 Richard M. Stallman <rms@gnu.org>
10244
10245 * README: Update edition number and size estimate.
10246
10247 * elisp.texi (VERSION): Set to 2.9.
10248
10249 2005-07-07 Richard M. Stallman <rms@gnu.org>
10250
10251 * book-spine.texinfo: Update Emacs version.
10252
10253 * display.texi (Inverse Video): Delete mode-line-inverse-video.
10254
10255 2005-07-06 Richard M. Stallman <rms@gnu.org>
10256
10257 * searching.texi (Regexp Search): Clarify what re-search-forward
10258 does when the search fails.
10259
10260 2005-07-05 Lute Kamstra <lute@gnu.org>
10261
10262 * Update FSF's address in GPL notices.
10263
10264 * doclicense.texi (GNU Free Documentation License):
10265 * gpl.texi (GPL):
10266 * tips.texi (Coding Conventions, Library Headers):
10267 * vol1.texi:
10268 * vol2.texi: Update FSF's address.
10269
10270 2005-07-04 Richard M. Stallman <rms@gnu.org>
10271
10272 * hooks.texi (Standard Hooks): Add occur-hook.
10273
10274 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
10275
10276 * display.texi (The Echo Area): Correct menu.
10277
10278 2005-07-03 Richard M. Stallman <rms@gnu.org>
10279
10280 * elisp.texi (Top): Update subnode menu for Display.
10281
10282 * display.texi (Displaying Messages): New node, with most
10283 of what was in The Echo Area.
10284 (Progress): Move under The Echo Area.
10285 (Logging Messages): New node with new text.
10286 (Echo Area Customization): New node, the rest of what was
10287 in The Echo Area. Document message-truncate-lines with @defvar.
10288 (Display): Update menu.
10289
10290 * windows.texi (Textual Scrolling): Doc 3 values for
10291 scroll-preserve-screen-position.
10292
10293 * text.texi (Special Properties): Change hook functions
10294 should bind inhibit-modification-hooks around altering buffer text.
10295
10296 * keymaps.texi (Key Binding Commands): Call binding BINDING
10297 rather than DEFINITION.
10298
10299 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
10300
10301 * variables.texi (Defining Variables): `user-variable-p' returns t
10302 for aliases of user options, nil for alias loops.
10303
10304 2005-06-28 Richard M. Stallman <rms@gnu.org>
10305
10306 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
10307 make-keymap.
10308
10309 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
10310
10311 * variables.texi (Setting Variables): Correct and clarify
10312 description of `add-to-ordered-list'.
10313
10314 2005-06-26 Richard M. Stallman <rms@gnu.org>
10315
10316 * display.texi (Faces): Minor cleanup.
10317
10318 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
10319
10320 * display.texi (Faces): `facep' returns t for strings that are
10321 face names.
10322
10323 2005-06-25 Richard M. Stallman <rms@gnu.org>
10324
10325 * objects.texi (Equality Predicates): Clarify meaning of equal.
10326
10327 * windows.texi (Selecting Windows): save-selected-window
10328 and with-selected-window save and restore the current buffer.
10329
10330 2005-06-24 Richard M. Stallman <rms@gnu.org>
10331
10332 * numbers.texi (Float Basics): Explain how to test for NaN,
10333 and printing the sign of NaNs.
10334
10335 2005-06-24 Eli Zaretskii <eliz@gnu.org>
10336
10337 * makefile.w32-in (MAKEINFO): Use --force.
10338
10339 2005-06-23 Richard M. Stallman <rms@gnu.org>
10340
10341 * display.texi (Face Functions): Correct Texinfo usage.
10342
10343 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
10344
10345 * lists.texi (Rings): `ring-elements' now returns the elements of
10346 RING in order.
10347
10348 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
10349
10350 * markers.texi (The Mark): Texinfo usage fix.
10351
10352 2005-06-23 Kim F. Storm <storm@cua.dk>
10353
10354 * searching.texi (Entire Match Data): Remove evaporate option for
10355 match-data. Do not mention evaporate option for set-match-data.
10356
10357 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
10358
10359 * display.texi (Face Functions): Mention face aliases.
10360
10361 2005-06-21 Richard M. Stallman <rms@gnu.org>
10362
10363 * anti.texi (Antinews): Texinfo usage fix.
10364
10365 2005-06-21 Karl Berry <karl@gnu.org>
10366
10367 * elisp.texi: Use @copying.
10368
10369 * elisp.texi: Put @summarycontents and @contents before the Top
10370 node, instead of the end of the file, so that the contents appear
10371 in the right place in the dvi/pdf output.
10372
10373 2005-06-21 Juri Linkov <juri@jurta.org>
10374
10375 * display.texi (Defining Faces): Add `customized-face'.
10376
10377 2005-06-20 Kim F. Storm <storm@cua.dk>
10378
10379 * variables.texi (Setting Variables): Any type of element can be
10380 given order in add-to-ordered-list. Compare elements with eq.
10381
10382 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
10383
10384 2005-06-20 Karl Berry <karl@gnu.org>
10385
10386 * syntax.texi (Syntax Flags): Make last column very slightly wider
10387 to avoid "generic comment" breaking on two lines and causing an
10388 underfull box.
10389
10390 2005-06-19 Luc Teirlinck <teirllm@auburn.edu>
10391
10392 * lists.texi (Rings): Various minor clarifications and corrections.
10393
10394 2005-06-18 Richard M. Stallman <rms@gnu.org>
10395
10396 * functions.texi (Obsolete Functions): Simplify.
10397
10398 * variables.texi (Variable Aliases): Simplify.
10399
10400 * anti.texi, backups.texi, compile.texi, customize.texi:
10401 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
10402 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
10403 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
10404 * variables.texi: Fix formatting ugliness.
10405
10406 * elisp.texi: Add links to Rings and Byte Packing.
10407 Update version and copyright years.
10408
10409 * minibuf.texi: Fix formatting ugliness.
10410 (Completion Commands): Move keymap vars to the end
10411 and vars completing-read binds to the top.
10412
10413 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
10414
10415 * processes.texi: Fix typos.
10416 (Bindat Spec): Correct Texinfo error.
10417 (Byte Packing): Fix ungrammatical sentence.
10418
10419 2005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
10420
10421 * lists.texi (Rings): New node.
10422 (Lists): Add it to menu.
10423
10424 * processes.texi (Byte Packing): New node.
10425 (Processes): Add it to menu.
10426
10427 2005-06-17 Richard M. Stallman <rms@gnu.org>
10428
10429 * syntax.texi (Parsing Expressions): Fix texinfo usage.
10430
10431 * help.texi (Documentation Basics): Explain the xref to
10432 Documentation Tips.
10433
10434 * debugging.texi (Debugger Commands): Minor fix.
10435
10436 2005-06-16 Luc Teirlinck <teirllm@auburn.edu>
10437
10438 * edebug.texi (Instrumenting): Eliminate duplicate link.
10439 (Specification List): Replace references to "below", referring to
10440 a later node, with one @ref to that node.
10441
10442 * os.texi (Timers): Timers should save and restore the match data
10443 if they change it.
10444
10445 * debugging.texi (Debugger Commands): Mention that the Lisp
10446 debugger can not step through primitive functions.
10447
10448 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
10449
10450 * functions.texi (Obsolete Functions): Update argument names of
10451 `make-obsolete' and `define-obsolete-function-alias'.
10452
10453 * variables.texi (Variable Aliases): Update argument names of
10454 `defvaralias', `make-obsolete-variable' and
10455 `define-obsolete-variable-alias'.
10456
10457 2005-06-15 Kim F. Storm <storm@cua.dk>
10458
10459 * searching.texi (Entire Match Data): Rephrase warnings about
10460 evaporate arg to match-data and set-match-data.
10461
10462 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
10463
10464 * elisp.texi (Top): Update detailed menu.
10465
10466 * edebug.texi (Edebug): Update menu.
10467 (Instrumenting): Update xrefs.
10468 (Edebug Execution Modes): Correct xref.
10469 (Jumping): Clarify description of `h' command.
10470 Eliminate redundant @ref.
10471 (Breaks): New node.
10472 (Breakpoints): Is now a subsubsection.
10473 (Global Break Condition): Mention `C-x X X'.
10474 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
10475 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
10476 (Edebug Display Update): Correct pxref.
10477 (Edebug and Macros): New node.
10478 (Instrumenting Macro Calls): Is now a subsubsection.
10479 Neither arg of `def-edebug-spec' is evaluated.
10480 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
10481 (Specification Examples): Fix typo.
10482
10483 2005-06-14 Lute Kamstra <lute@gnu.org>
10484
10485 * debugging.texi (Function Debugging): Primitives can break on
10486 entry too.
10487
10488 2005-06-14 Kim F. Storm <storm@cua.dk>
10489
10490 * variables.texi (Setting Variables): Add add-to-ordered-list.
10491
10492 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10493
10494 * syntax.texi (Parsing Expressions): Document aux functions and vars of
10495 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
10496
10497 2005-06-13 Lute Kamstra <lute@gnu.org>
10498
10499 * text.texi (Special Properties): Fix cross reference.
10500
10501 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
10502
10503 * debugging.texi (Function Debugging): Delete mention of empty
10504 string argument to `cancel-debug-on-entry'. Delete inaccurate
10505 description of the return value of that command.
10506
10507 2005-06-11 Alan Mackenzie <acm@muc.de>
10508
10509 * text.texi (Adaptive Fill): Amplify the description of
10510 fill-context-prefix.
10511
10512 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
10513
10514 * syntax.texi (Parsing Expressions): Fix Texinfo error.
10515
10516 2005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10517
10518 * syntax.texi (Parsing Expressions): Document syntax-ppss.
10519
10520 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
10521
10522 * debugging.texi (Error Debugging): Minor rewording.
10523 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
10524 is optional.
10525
10526 2005-06-10 Lute Kamstra <lute@gnu.org>
10527
10528 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
10529 (Top): Give it a title. Correct version number. Give the
10530 detailed node listing a more prominent header.
10531 * intro.texi: Don't set VERSION here a second time.
10532 Mention Emacs's version too.
10533 * anti.texi (Antinews): Use EMACSVER to refer to the current
10534 version of Emacs.
10535
10536 2005-06-09 Kim F. Storm <storm@cua.dk>
10537
10538 * searching.texi (Entire Match Data): Explain new `reseat' argument to
10539 match-data and set-match-data.
10540
10541 2005-06-08 Richard M. Stallman <rms@gnu.org>
10542
10543 * searching.texi (Entire Match Data): Clarify when match-data
10544 returns markers and when integers.
10545
10546 * display.texi (Defining Faces): Explain that face name should not
10547 end in `-face'.
10548
10549 * modes.texi (Mode Line Data): Minor cleanup.
10550 (Customizing Keywords): Node split out of Search-based Fontification.
10551 Add example of using font-lock-add-keywords from a hook.
10552 Clarify when MODE should be non-nil, and when nil.
10553
10554 2005-06-06 Richard M. Stallman <rms@gnu.org>
10555
10556 * modes.texi (Mode Line Data): Explain what happens when the car
10557 of a list is a void symbol.
10558 (Search-based Fontification): Explain MODE arg to
10559 font-lock-add-keywords and warn about calls from major modes.
10560
10561 2005-06-08 Juri Linkov <juri@jurta.org>
10562
10563 * display.texi (Standard Faces): Add `shadow' face.
10564
10565 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
10566
10567 * modes.texi (Major Mode Conventions): A derived mode only needs
10568 to put the call to the parent mode inside `delay-mode-hooks'.
10569
10570 2005-05-29 Richard M. Stallman <rms@gnu.org>
10571
10572 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
10573 new, and what that implies. Clarify.
10574
10575 * files.texi (Locating Files): Clean up the text.
10576
10577 * frames.texi (Window Frame Parameters): Document user-size.
10578 Shorten entry for top by referring to left.
10579
10580 2005-05-26 Richard M. Stallman <rms@gnu.org>
10581
10582 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
10583 is new, and what the implications are. Other clarifications.
10584
10585 2005-05-24 Richard M. Stallman <rms@gnu.org>
10586
10587 * frames.texi (Dialog Boxes): Minor fixes.
10588
10589 2005-05-25 Masatake YAMATO <jet@gyve.org>
10590
10591 * display.texi (Standard Faces): Write about `mode-line-highlight'.
10592
10593 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
10594
10595 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
10596 is optional.
10597
10598 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
10599
10600 * frames.texi (Dialog Boxes): Describe new optional argument.
10601
10602 2005-05-23 Lute Kamstra <lute@gnu.org>
10603
10604 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
10605 syntax-begin-function over font-lock-beginning-of-syntax-function.
10606
10607 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
10608
10609 * minibuf.texi (Reading File Names): Update description of
10610 `read-directory-name'.
10611
10612 * modes.texi (Derived Modes): Clarify :group keyword.
10613
10614 2005-05-21 Eli Zaretskii <eliz@gnu.org>
10615
10616 * files.texi (Locating Files): New subsection.
10617 Describe locate-file and executable-find.
10618
10619 2005-05-21 Kevin Ryde <user42@zip.com.au>
10620
10621 * frames.texi (Initial Parameters): Update cross reference to
10622 "Emacs Invocation".
10623
10624 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
10625
10626 * keymaps.texi (Active Keymaps): Add anchor.
10627
10628 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
10629 (Major Mode Conventions): Refer to `Auto Major Mode' in more
10630 appropriate place.
10631 (Derived Modes): Small clarifications.
10632 (Minor Mode Conventions, Keymaps and Minor Modes):
10633 Replace references to nodes with references to anchors.
10634 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
10635 Clarify description of lists whose first element is an integer.
10636 (Mode Line Variables): Add anchor.
10637 (%-Constructs): Clarify description of integer after %.
10638 (Emulating Mode Line): Describe nil value for FACE.
10639
10640 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
10641
10642 * modes.texi (Derived Modes): Correct references to non-existing
10643 variable standard-syntax-table.
10644
10645 2005-05-17 Lute Kamstra <lute@gnu.org>
10646
10647 * modes.texi (Defining Minor Modes): Mention the mode hook.
10648
10649 2005-05-15 Kim F. Storm <storm@cua.dk>
10650
10651 * processes.texi (Network): Remove open-network-stream-nowait.
10652 (Network Servers): Remove open-network-stream-server.
10653
10654 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
10655
10656 * elisp.texi (Top): Update detailed menu.
10657
10658 * variables.texi: Reorder nodes.
10659 (Variables): Update menu.
10660 (File Local Variables): Do not refer to the `-*-' line as
10661 a "local variables list". Add pxref.
10662
10663 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
10664
10665 * elisp.texi (Top): Update detailed menu for node changes.
10666
10667 * modes.texi (Modes): Update Menu.
10668 (Hooks): Move to beginning of chapter.
10669 Most minor modes run mode hooks too.
10670 `add-hook' can handle void hooks or hooks whose value is a single
10671 function.
10672 (Major Modes): Update Menu.
10673 (Major Mode Basics): New node, split off from `Major Modes'.
10674 (Major Mode Conventions): Correct xref. Explain how to handle
10675 auto-mode-alist if the major mode command has an autoload cookie.
10676 (Auto Major Mode): Major update. Add magic-mode-alist.
10677 (Derived Modes): Major update.
10678 (Mode Line Format): Update Menu.
10679 (Mode Line Basics): New node, split off from `Mode Line Format'.
10680
10681 * loading.texi (Autoload): Mention `autoload cookie' as synonym
10682 for `magic autoload comment'. Add index entries and anchor.
10683
10684 2005-05-14 Richard M. Stallman <rms@gnu.org>
10685
10686 * tips.texi (Coding Conventions): Explain how important it is
10687 that just loading certain files not change Emacs behavior.
10688
10689 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
10690
10691 2005-05-12 Lute Kamstra <lute@gnu.org>
10692
10693 * modes.texi (Generic Modes): Update.
10694 (Major Modes): Refer to node "Generic Modes".
10695
10696 * elisp.texi (Top): Update to the current structure of the manual.
10697 * processes.texi (Processes): Add menu description.
10698 * customize.texi (Customization): Add menu descriptions.
10699
10700 2005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
10701
10702 * processes.texi (Signals to Processes)
10703 (Low-Level Network): Fix typos.
10704
10705 2005-05-11 Lute Kamstra <lute@gnu.org>
10706
10707 * elisp.texi (Top): Add some nodes from the chapter "Major and
10708 Minor Modes" to the detailed node listing.
10709
10710 2005-05-10 Richard M. Stallman <rms@gnu.org>
10711
10712 * keymaps.texi (Extended Menu Items): Menu item filter functions
10713 can be called at any time.
10714
10715 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
10716
10717 * variables.texi (File Local Variables): `(hack-local-variables t)'
10718 now also checks whether a mode is specified in the local variables
10719 list.
10720
10721 2005-05-05 Kevin Ryde <user42@zip.com.au>
10722
10723 * display.texi (The Echo Area): Correct format function cross
10724 reference.
10725
10726 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
10727
10728 * variables.texi (Variable Aliases): Change description of
10729 `define-obsolete-variable-alias'.
10730
10731 * functions.texi (Functions): Add "Obsolete Functions" to menu.
10732 (Defining Functions): Add xref.
10733 (Obsolete Functions): New node.
10734 (Function Safety): Standardize capitalization of section title.
10735
10736 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
10737 (Dialog Boxes): Complete description of `x-popup-dialog'.
10738
10739 2005-05-04 Richard M. Stallman <rms@gnu.org>
10740
10741 * commands.texi (Interactive Codes): Fix Texinfo usage.
10742 Document U more clearly.
10743
10744 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10745
10746 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
10747 function and not a macro.
10748
10749 * frames.texi (Pop-Up Menus): Correct and clarify description of
10750 `x-popup-menu'.
10751 (Dialog Boxes): Clarify description of `x-popup-dialog'.
10752
10753 2005-05-01 Richard M. Stallman <rms@gnu.org>
10754
10755 * edebug.texi (Checking Whether to Stop): Fix previous change.
10756
10757 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10758
10759 * display.texi: Fix typos and Texinfo usage.
10760
10761 * edebug.texi (Checking Whether to Stop): executing-macro ->
10762 executing-kbd-macro.
10763
10764 2005-05-01 Richard M. Stallman <rms@gnu.org>
10765
10766 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
10767
10768 2005-04-30 Richard M. Stallman <rms@gnu.org>
10769
10770 * files.texi (Magic File Names): Document `operations' property.
10771
10772 2005-04-29 Lute Kamstra <lute@gnu.org>
10773
10774 * modes.texi (Generic Modes): New node.
10775 (Major Modes): Add it to the menu.
10776 (Derived Modes): Add "derived mode" to concept index.
10777
10778 2005-04-28 Lute Kamstra <lute@gnu.org>
10779
10780 * modes.texi (Defining Minor Modes): Fix previous change.
10781 (Font Lock Mode): Simplify.
10782 (Font Lock Basics): Say that font-lock-defaults is buffer-local
10783 when set and that some parts are optional. Add cross references.
10784 (Search-based Fontification): Say how to specify font-lock-keywords.
10785 Add cross references. Add font-lock-multiline to index.
10786 Move font-lock-keywords-case-fold-search here from node "Other Font
10787 Lock Variables". Document font-lock-add-keywords and
10788 font-lock-remove-keywords.
10789 (Other Font Lock Variables): Move font-lock-keywords-only,
10790 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
10791 and font-lock-syntactic-face-function to node "Syntactic Font
10792 Lock". Move font-lock-keywords-case-fold-search to node
10793 "Search-based Fontification". Document font-lock-inhibit-thing-lock
10794 and font-lock-{,un}fontify-{buffer,region}-function.
10795 (Precalculated Fontification): Remove reference to deleted variable
10796 font-lock-core-only.
10797 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
10798 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
10799 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
10800 and font-lock-syntactic-face-function here from node "Other Font
10801 Lock Variables". Move font-lock-syntactic-keywords to "Setting
10802 Syntax Properties". Add cross references.
10803 (Setting Syntax Properties): New node.
10804 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
10805 * syntax.texi (Syntax Properties): Add cross reference.
10806 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
10807
10808 2005-04-26 Richard M. Stallman <rms@gnu.org>
10809
10810 * display.texi (Defining Faces):
10811 Document `default' elements of defface spec.
10812
10813 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
10814
10815 * variables.texi (Variable Aliases): Clarify text.
10816
10817 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
10818
10819 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
10820
10821 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
10822
10823 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
10824
10825 2005-04-24 Eli Zaretskii <eliz@gnu.org>
10826
10827 * syntax.texi (Syntax Table Internals): Elaborate documentation of
10828 syntax-after and syntax-class.
10829
10830 * files.texi (Changing Files): Fix last change's cross-reference.
10831 (Unique File Names): Don't mention "numbers" in the documentation
10832 of make-temp-file and make-temp-name.
10833
10834 2005-04-23 Richard M. Stallman <rms@gnu.org>
10835
10836 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
10837
10838 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
10839
10840 * windows.texi (Cyclic Window Ordering): Clarify window-list.
10841
10842 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
10843
10844 * variables.texi (Variable Aliases): Describe make-obsolete-variable
10845 and define-obsolete-variable-alias.
10846
10847 2005-04-22 Kim F. Storm <storm@cua.dk>
10848
10849 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
10850 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
10851
10852 2005-04-21 Lute Kamstra <lute@gnu.org>
10853
10854 * lists.texi (Association Lists): Document rassq-delete-all.
10855
10856 2005-04-19 Richard M. Stallman <rms@gnu.org>
10857
10858 * modes.texi (Search-based Fontification): Explain that
10859 facespec is an expression to be evaluated.
10860
10861 2005-04-19 Kevin Ryde <user42@zip.com.au>
10862
10863 * streams.texi (Output Functions): Fix xref.
10864 * strings.texi (String Conversion): Fix xref.
10865
10866 2005-04-19 Kim F. Storm <storm@cua.dk>
10867
10868 * symbols.texi (Symbol Plists): Add safe-get.
10869 Mention that `get' may signal an error.
10870
10871 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
10872
10873 * customize.texi (Variable Definitions): Replace tooltip-mode
10874 example with save-place.
10875
10876 2005-04-17 Richard M. Stallman <rms@gnu.org>
10877
10878 * buffers.texi (Indirect Buffers): Clarify.
10879
10880 * positions.texi (Positions): Clarify converting marker to integer.
10881
10882 * strings.texi (String Basics): Mention string-match; clarify.
10883
10884 2005-04-08 Lute Kamstra <lute@gnu.org>
10885
10886 * modes.texi (Search-based Fontification): Fix cross references.
10887 Use consistent terminology. Document anchored highlighting.
10888
10889 2005-04-05 Lute Kamstra <lute@gnu.org>
10890
10891 * modes.texi (Defining Minor Modes): Document :group keyword
10892 argument and its default value.
10893
10894 2005-04-03 Lute Kamstra <lute@gnu.org>
10895
10896 * hooks.texi (Standard Hooks): Add some hooks. Add cross
10897 references and/or descriptions. Delete major mode hooks; mention
10898 them as a category instead. Rename or delete obsolete hooks.
10899
10900 2005-04-02 Richard M. Stallman <rms@gnu.org>
10901
10902 * nonascii.texi (Coding System Basics): Another wording cleanup.
10903
10904 2005-04-01 Richard M. Stallman <rms@gnu.org>
10905
10906 * nonascii.texi (Coding System Basics): Clarify previous change.
10907
10908 2005-04-01 Kenichi Handa <handa@m17n.org>
10909
10910 * nonascii.texi (Coding System Basics): Describe about roundtrip
10911 identity of coding systems.
10912
10913 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
10914
10915 * text.texi (Buffer Contents): Add filter-buffer-substring and
10916 buffer-substring-filters.
10917
10918 2005-03-26 Chong Yidong <cyd@stupidchicken.com>
10919
10920 * anti.texi (Antinews): Mention `G' interactive code.
10921
10922 * tips.texi (Compilation Tips): Mention benchmark.el.
10923
10924 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
10925
10926 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
10927 is now bound to M-o M-o.
10928
10929 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
10930
10931 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10932
10933 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
10934 in the Emacs Manual).
10935 * Makefile.in (srcs): Remove calendar.texi.
10936 * makefile.w32-in (srcs): Remove calendar.texi.
10937 * display.texi (Display): Change name of next node.
10938 * os.texi (System In): Change name of previous node.
10939 * elisp.texi (Top): Remove Calendar references.
10940 * vol1.texi (Top): Remove Calendar references.
10941 * vol2.texi (Top): Remove Calendar references.
10942
10943 2005-03-25 Richard M. Stallman <rms@gnu.org>
10944
10945 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
10946 Cleanup previous change.
10947
10948 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
10949
10950 * display.texi (Face Attributes): Faces earlier in an :inherit
10951 list take precedence.
10952 (Scroll Bars): Fix description of vertical-scroll-bars.
10953 Document frame-current-scroll-bars and window-current-scroll-bars.
10954
10955 * markers.texi (The Mark): Document temporary Transient Mark mode.
10956
10957 * minibuf.texi (Reading File Names):
10958 Document read-file-name-completion-ignore-case.
10959
10960 * positions.texi (Screen Lines): Document nil for width argument
10961 to compute-motion.
10962
10963 2005-03-23 Kim F. Storm <storm@cua.dk>
10964
10965 * display.texi (Standard Faces): Other faces used in the fringe
10966 implicitly inherits from the fringe face.
10967 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
10968 properties implicitly inherits from fringe face.
10969 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
10970
10971 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
10972
10973 * display.texi (Invisible Text): State default value of
10974 line-move-ignore-invisible.
10975 (Managing Overlays): Document remove-overlays.
10976 (Standard Faces): Document escape-glyph face.
10977
10978 * minibuf.texi (Reading File Names): Document read-file-name-function.
10979
10980 * modes.texi (Other Font Lock Variables):
10981 Document font-lock-lines-before.
10982
10983 * positions.texi (Skipping Characters): skip-chars-forward allows
10984 character classes.
10985
10986 2005-03-18 Lute Kamstra <lute@gnu.org>
10987
10988 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
10989
10990 2005-03-17 Richard M. Stallman <rms@gnu.org>
10991
10992 * text.texi (Undo): Document extensible undo entries.
10993
10994 * searching.texi (String Search, Regexp Search): Cleanups.
10995
10996 * nonascii.texi (Character Codes): Minor fix.
10997
10998 * display.texi (Display Property): Explain the significance
10999 of having text properties that are eq.
11000 (Other Display Specs): Explain string as display spec.
11001
11002 * commands.texi (Interactive Codes): Document G option.
11003
11004 2005-03-17 Chong Yidong <cyd@stupidchicken.com>
11005
11006 * text.texi (Filling): Add sentence-end-without-period and
11007 sentence-end-without-space.
11008 (Changing Properties): Minor fix.
11009
11010 * anti.texi: Total rewrite.
11011
11012 2005-03-15 Lute Kamstra <lute@gnu.org>
11013
11014 * edebug.texi (Instrumenting Macro Calls): Fix typos.
11015
11016 2005-03-08 Kim F. Storm <storm@cua.dk>
11017
11018 * display.texi (Specified Space): Property :width is support on
11019 non-graphic terminals, :height is not.
11020
11021 2005-03-07 Richard M. Stallman <rms@gnu.org>
11022
11023 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
11024 Now subnodes of Fringes.
11025 (Overlay Arrow): Document overlay-arrow-variable-list.
11026 (Fringe Size/Pos): New node, broken out of Fringes.
11027 (Display): Explain clearing vs redisplay better.
11028 (Truncation): Clarify use of bitmaps.
11029 (The Echo Area): Clarify the uses of the echo area.
11030 Add max-mini-window-height.
11031 (Progress): Clarify.
11032 (Invisible Text): Explain that main loop moves point out.
11033 (Selective Display): Say "hidden", not "invisible".
11034 (Managing Overlays): Move up. Describe relation to Undo here.
11035 (Overlay Properties): Clarify intro.
11036 (Finding Overlays): Explain return values when nothing found.
11037 (Width): truncate-string-to-width has added arg.
11038 (Displaying Faces): Clarify and update mode line face handling.
11039 (Face Functions): Minor cleanup.
11040 (Conditional Display): Merge into Other Display Specs.
11041 (Pixel Specification, Other Display Specs): Minor cleanups.
11042 (Images, Image Descriptors): Minor cleanups.
11043 (GIF Images): Patents have expired.
11044 (Showing Images): Explain default text for insert-image.
11045 (Manipulating Button Types): Merge into Manipulating Buttons.
11046 (Making Buttons): Explain return values.
11047 (Button Buffer Commands): Add xref.
11048 (Inverse Video): Update mode-line-inverse-video.
11049 (Display Table Format): Clarify.
11050 (Active Display Table): Give defaults for window-display-table.
11051
11052 * calendar.texi (Calendar Customizing): calendar-holiday-marker
11053 and calendar-today-marker are strings, not chars.
11054 (Holiday Customizing): Minor fix.
11055
11056 * internals.texi (Writing Emacs Primitives): Update `or' example.
11057 Update limit on # args of subr.
11058
11059 * edebug.texi (Using Edebug): Arrow is in fringe.
11060 (Instrumenting): Arg to eval-defun works without loading edebug.
11061 (Edebug Execution Modes): Add xref.
11062
11063 * customize.texi (Common Keywords): Clarify :require.
11064 Mention :version here.
11065 (Variable Definitions, Group Definitions): Not here.
11066 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
11067
11068 2005-03-07 Chong Yidong <cyd@stupidchicken.com>
11069 * nonascii.texi (Text Representations): Clarify position-bytes.
11070 (Character Sets): Add list-charset-chars.
11071 (Scanning Charsets): Add charset-after.
11072 (Encoding and I/O): Minor fix.
11073
11074 2005-03-06 Richard M. Stallman <rms@gnu.org>
11075
11076 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
11077 (Resizing Windows): Likewise.
11078
11079 * text.texi (Change Hooks): Get rid of "Emacs 21".
11080
11081 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
11082
11083 * streams.texi (Output Variables): Get rid of "Emacs 21".
11084
11085 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
11086
11087 * os.texi (Translating Input): Replace flow-control example
11088 with a less obsolete example that uses `keyboard-translate'.
11089
11090 * objects.texi (Hash Table Type, Circular Objects):
11091 Get rid of "Emacs 21".
11092
11093 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
11094 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
11095
11096 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
11097
11098 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
11099
11100 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
11101 (Menu Bar): Fix when menu-bar-update-hook is called.
11102
11103 * hash.texi (Hash Tables): Get rid of "Emacs 21".
11104
11105 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
11106 and make it read better.
11107
11108 * files.texi (Writing to Files): Get rid of "Emacs 21".
11109 (Unique File Names): Likewise.
11110
11111 * elisp.texi: Update Emacs version to 22.
11112
11113 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
11114 (Overlay Properties, Face Attributes): Likewise.
11115 (Managing Overlays): Fix punctuation.
11116 (Attribute Functions): Clarify set-face-font; get rid of
11117 info about old Emacs versions.
11118 (Auto Faces, Font Lookup, Display Property, Images):
11119 Get rid of "Emacs 21".
11120
11121 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
11122
11123 2005-03-05 Richard M. Stallman <rms@gnu.org>
11124
11125 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
11126
11127 2005-03-04 Lute Kamstra <lute@gnu.org>
11128
11129 * debugging.texi (Error Debugging): Document stack-trace-on-error.
11130
11131 2005-03-03 Lute Kamstra <lute@gnu.org>
11132
11133 * edebug.texi (Instrumenting Macro Calls): Fix typo.
11134
11135 2005-03-01 Lute Kamstra <lute@gnu.org>
11136
11137 * debugging.texi (Debugger Commands): Update `j'.
11138
11139 2005-02-28 Lute Kamstra <lute@gnu.org>
11140
11141 * debugging.texi (Debugging): Fix typo.
11142 (Error Debugging): Document eval-expression-debug-on-error.
11143 (Function Debugging): Update example.
11144 (Using Debugger): Mention starred stack frames.
11145 (Debugger Commands): Document `j' and `l'.
11146 (Invoking the Debugger): `d' and `j' exit recursive edit too.
11147 Update the messages that the debugger displays.
11148 (Internals of Debugger): Add cross reference. Update example.
11149 (Excess Open): Minor improvement.
11150 (Excess Close): Minor improvement.
11151
11152 2005-02-26 Richard M. Stallman <rms@gnu.org>
11153
11154 * tips.texi (Coding Conventions): Clarify.
11155 Put all the major mode key reservations together.
11156 Mention the Mouse-1 => Mouse-2 conventions.
11157
11158 * syntax.texi (Syntax Class Table): Clarify.
11159 (Syntax Table Functions): syntax-after moved from here.
11160 (Syntax Table Internals): syntax-after moved to here.
11161 (Parsing Expressions): Update info on number of values
11162 and what's meaningful in the STATE argument.
11163 (Categories): Fix typo.
11164
11165 * sequences.texi (Arrays): Cleanup.
11166 (Char-Tables): Clarify.
11167
11168 * processes.texi (Deleting Processes): Cleanups, add xref.
11169 (Subprocess Creation): Explain nil in exec-path. Cleanup.
11170 (Process Information): set-process-coding-system, some args optional.
11171 (Input to Processes): Explain various types for PROCESS args.
11172 Rename them from PROCESS-NAME to PROCESS.
11173 (Signals to Processes): Likewise.
11174 (Decoding Output): Cleanup.
11175 (Query Before Exit): Clarify.
11176
11177 * os.texi (Startup Summary): Correct the options; add missing ones.
11178 (Terminal Output, Batch Mode): Clarify.
11179 (Flow Control): Node deleted.
11180
11181 * markers.texi (The Mark): Clarify.
11182
11183 * macros.texi (Expansion): Cleanup.
11184 (Indenting Macros): indent-spec allows ints, not floats.
11185
11186 * keymaps.texi (Keymaps): Clarify.
11187 (Format of Keymaps): Update lisp-mode-map example.
11188 (Active Keymaps, Key Lookup): Clarify.
11189 (Changing Key Bindings): Add xref to `kbd'.
11190 (Key Binding Commands, Simple Menu Items): Clarify.
11191 (Mouse Menus, Menu Bar): Clarify.
11192 (Menu Example): Replace print example with menu-bar-replace-menu.
11193
11194 * help.texi (Documentation Basics): Add function-documentation prop.
11195
11196 * elisp.texi (Top): Don't refer to Flow Control node.
11197
11198 * commands.texi (Command Overview): Improve xrefs.
11199 (Adjusting Point): Adjusting point applies to intangible and invis.
11200 (Key Sequence Input): Doc extra read-key-sequence args.
11201 Likewise for read-key-sequence-vector.
11202
11203 * backups.texi (Rename or Copy): Minor fix.
11204 (Numbered Backups): For version-control, say the default.
11205 (Auto-Saving): make-auto-save-file-name example is simplified.
11206
11207 * advice.texi (Advising Functions): Don't imply one part of Emacs
11208 should advise another part. Markup changes.
11209 (Defining Advice): Move transitional para.
11210 (Activation of Advice): Cleanup.
11211 Explain if COMPILE is nil or negative.
11212
11213 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
11214
11215 2005-02-24 Lute Kamstra <lute@gnu.org>
11216
11217 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
11218 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
11219
11220 2005-02-23 Lute Kamstra <lute@gnu.org>
11221
11222 * modes.texi (Defining Minor Modes): define-minor-mode can be used
11223 to define global minor modes as well.
11224
11225 * display.texi (Managing Overlays): overlay-buffer returns nil for
11226 deleted overlays.
11227
11228 2005-02-22 Kim F. Storm <storm@cua.dk>
11229
11230 * minibuf.texi (Basic Completion): Allow symbols in addition to
11231 strings in try-completion and all-completions.
11232
11233 2005-02-14 Lute Kamstra <lute@gnu.org>
11234
11235 * elisp.texi (Top): Remove reference to deleted node.
11236
11237 * lists.texi (Lists): Remove reference to deleted node.
11238 (Cons Cells): Fix typo.
11239
11240 * loading.texi (Where Defined): Fix typo.
11241
11242 2005-02-14 Richard M. Stallman <rms@gnu.org>
11243
11244 * variables.texi (Creating Buffer-Local): change-major-mode-hook
11245 is useful for discarding some minor modes.
11246
11247 * symbols.texi (Symbol Components): Reorder examples.
11248
11249 * streams.texi (Input Functions): State standard-input default.
11250 (Output Variables): State standard-output default.
11251
11252 * objects.texi (Printed Representation): Clarify read syntax vs print.
11253 (Floating Point Type): Explain meaning better.
11254 (Symbol Type): Explain uniqueness better.
11255 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
11256 List examples sooner.
11257 (Box Diagrams): New subnode broken out.
11258 Some examples moved from old Lists as Boxes node.
11259 (Dotted Pair Notation): Clarify intro.
11260 (Array Type): Clarify.
11261 (Type Predicates): Add hash-table-p.
11262
11263 * numbers.texi (Integer Basics): Clarify radix explanation.
11264 (Predicates on Numbers): Minor clarification.
11265 (Comparison of Numbers): Minor clarification. Clarify eql.
11266 Typos in min, max.
11267 (Math Functions): Clarify overflow in expt.
11268
11269 * minibuf.texi (Text from Minibuffer): Minor clarification.
11270 Mention arrow keys.
11271
11272 * loading.texi (Autoload): defun's doc string overrides autoload's
11273 doc string.
11274 (Repeated Loading): Modernize "add to list" examples.
11275 (Where Defined): Finish updating table of load-history elts.
11276
11277 * lists.texi (List-related Predicates): Minor wording improvement.
11278 (Lists as Boxes): Node deleted.
11279 (Building Lists): Explain trivial cases of number-sequence.
11280
11281 * hash.texi (Hash Tables): Add desc to menu items.
11282 (Creating Hash): Explain "full" means "make larger".
11283 (Hash Access): Any object can be a key.
11284 State value of maphash.
11285
11286 * functions.texi (What Is a Function): Wording cleanup.
11287 (Function Documentation): Minor cleanup.
11288 Explain purpose of calling convention at end of doc string.
11289 (Function Names): Wording cleanup.
11290 (Calling Functions): Wording cleanup.
11291 Explain better how funcall calls the function.
11292 (Function Cells): Delete example of saving and redefining function.
11293
11294 * control.texi (Combining Conditions): Wording cleanup.
11295 (Iteration): dolist and dotimes bind VAR locally.
11296 (Cleanups): Xref to Atomic Changes.
11297
11298 * compile.texi (Byte Compilation): Delete 19.29 info.
11299 (Compilation Functions): Macros' difficulties don't affect defsubst.
11300 (Docs and Compilation): Delete 19.29 info.
11301
11302 2005-02-10 Richard M. Stallman <rms@gnu.org>
11303
11304 * objects.texi (Symbol Type): Minor correction.
11305
11306 2005-02-06 Lute Kamstra <lute@gnu.org>
11307
11308 * modes.texi (Example Major Modes): Fix typos.
11309
11310 2005-02-06 Richard M. Stallman <rms@gnu.org>
11311
11312 * text.texi (Margins): fill-nobreak-predicate can be one function.
11313
11314 * strings.texi (Modifying Strings): clear-string can make unibyte.
11315 (Formatting Strings): format gives error if values missing.
11316
11317 * positions.texi (Character Motion): Mention default arg
11318 for forward-char. backward-char refers to forward-char.
11319 (Word Motion): Mention default arg for forward-word.
11320 (Buffer End Motion): Mention default arg for beginning-of-buffer.
11321 Simplify end-of-buffer.
11322 (Text Lines): Mention default arg for forward-line.
11323 (List Motion): Mention default arg for beginning/end-of-defun.
11324 (Skipping Characters): Minor fixes in explaining character-set.
11325
11326 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
11327 Mode inheritance applies only when default-major-mode is nil.
11328 Clarifications.
11329 (Example Major Modes): Update Text mode and Lisp mode examples.
11330 (Minor Mode Conventions): Mention define-minor-mode at top.
11331 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
11332 (Mode Line Format): Update mode line face display info.
11333 (Properties in Mode): Mention effect of risky vars.
11334 (Imenu): Define imenu-add-to-menubar.
11335 (Font Lock Mode): Add descriptions to menu lines.
11336 (Faces for Font Lock): Add font-lock-doc-face.
11337
11338 2005-02-05 Lute Kamstra <lute@gnu.org>
11339
11340 * text.texi (Maintaining Undo): Remove obsolete function.
11341
11342 2005-02-05 Eli Zaretskii <eliz@gnu.org>
11343
11344 * frames.texi (Color Names): Add pointer to the X docs about RGB
11345 color specifications. Improve indexing.
11346 (Text Terminal Colors): Replace the description of RGB values by
11347 an xref to "Color Names".
11348
11349 2005-02-03 Richard M. Stallman <rms@gnu.org>
11350
11351 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
11352 Clarify.
11353 (Selecting Windows): Clarify save-selected-window.
11354 (Cyclic Window Ordering): Clarify walk-windows.
11355 (Window Point): Clarify.
11356 (Window Start): Add comment to example.
11357 (Resizing Windows): Add `interactive' specs in examples.
11358 Document fit-window-to-buffer.
11359
11360 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
11361 (Undo, Maintaining Undo): Clarify last change.
11362 (Sorting): In sort-numeric-fields, explain about octal and hex.
11363 Mention sort-numeric-base.
11364 (Format Properties): Add xref for hard newlines.
11365
11366 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
11367 (Pop-Up Menus): Fix typo.
11368 (Color Names): Explain all types of color names.
11369 Explain color-values on B&W terminal.
11370 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
11371
11372 * files.texi (File Locks): Not supported on MS systems.
11373 (Testing Accessibility): Clarify.
11374
11375 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
11376 (Coverage Testing): Fix typo.
11377
11378 * commands.texi (Misc Events): Remove stray space.
11379
11380 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
11381 (Modification Time): Clarify when visited-file-modtime returns 0.
11382 (The Buffer List): Clarify bury-buffer.
11383 (Killing Buffers): Clarify.
11384 (Indirect Buffers): Add clone-indirect-buffer.
11385
11386 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
11387
11388 * edebug.texi (Printing in Edebug): Fix default value of
11389 edebug-print-circle.
11390 (Coverage Testing): Fix displayed frequency count data.
11391
11392 2005-02-02 Luc Teirlinck <teirllm@auburn.edu>
11393
11394 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
11395
11396 2005-02-02 Kim F. Storm <storm@cua.dk>
11397
11398 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
11399
11400 2005-01-29 Eli Zaretskii <eliz@gnu.org>
11401
11402 * commands.texi (Misc Events): Describe the help-echo event.
11403
11404 * text.texi (Special Properties) <help-echo>: Use `pos'
11405 consistently in description of the help-echo property.
11406 Use @code{nil} instead of @var{nil}.
11407
11408 * display.texi (Overlay Properties): Fix the index entry for
11409 help-echo overlay property.
11410
11411 * customize.texi (Type Keywords): Uncomment the xref to the
11412 help-echo property documentation.
11413
11414 2005-01-23 Kim F. Storm <storm@cua.dk>
11415
11416 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
11417 return value. Third element FULLY replaced by PARTIAL which
11418 specifies number of invisible pixels if row is only partially visible.
11419 (Textual Scrolling): Mention auto-window-vscroll.
11420 (Vertical Scrolling): New defvar auto-window-vscroll.
11421
11422 2005-01-16 Luc Teirlinck <teirllm@auburn.edu>
11423
11424 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
11425 command remapping.
11426
11427 2005-01-15 Richard M. Stallman <rms@gnu.org>
11428
11429 * display.texi (Defining Images): Mention DATA-P arg of create-image.
11430
11431 2005-01-14 Kim F. Storm <storm@cua.dk>
11432
11433 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
11434
11435 * text.texi (Links and Mouse-1): Fix string and vector item.
11436
11437 2005-01-13 Richard M. Stallman <rms@gnu.org>
11438
11439 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
11440 descriptions of overriding-local-map and overriding-terminal-local-map.
11441
11442 * text.texi (Links and Mouse-1): Clarify text.
11443
11444 2005-01-13 Kim F. Storm <storm@cua.dk>
11445
11446 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
11447
11448 2005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
11449
11450 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
11451
11452 2005-01-12 Kim F. Storm <storm@cua.dk>
11453
11454 * text.texi (Links and Mouse-1): Rename section from Enabling
11455 Mouse-1 to Following Links. Change xrefs.
11456 Add examples for define-button-type and define-widget.
11457
11458 * display.texi (Button Properties, Button Buffer Commands):
11459 Clarify mouse-1 and follow-link functionality.
11460
11461 2005-01-12 Richard M. Stallman <rms@gnu.org>
11462
11463 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
11464
11465 * display.texi (Beeping): Fix Texinfo usage.
11466
11467 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
11468
11469 2005-01-11 Kim F. Storm <storm@cua.dk>
11470
11471 * display.texi (Button Properties, Button Buffer Commands):
11472 Mention mouse-1 binding. Add follow-link keyword.
11473
11474 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
11475 (Enabling Mouse-1 to Follow Links): New subsection.
11476
11477 2005-01-06 Richard M. Stallman <rms@gnu.org>
11478
11479 * text.texi (Special Properties): Minor change.
11480
11481 * os.texi (Timers): Clarify previous change.
11482
11483 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
11484
11485 2005-01-01 Luc Teirlinck <teirllm@auburn.edu>
11486
11487 * display.texi (Face Attributes): Correct xref to renamed node.
11488
11489 2005-01-01 Richard M. Stallman <rms@gnu.org>
11490
11491 * display.texi (Face Attributes): Describe hex color specs.
11492
11493 2004-12-31 Richard M. Stallman <rms@gnu.org>
11494
11495 * os.texi (Timers): Update previous change.
11496
11497 2004-12-30 Kim F. Storm <storm@cua.dk>
11498
11499 * display.texi (Line Height): Total line-height is now specified
11500 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
11501 in cons cells. (nil . RATIO) is relative to actual line height.
11502 Use line-height `t' instead of `0' to get minimum height.
11503
11504 2004-12-29 Richard M. Stallman <rms@gnu.org>
11505
11506 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
11507
11508 2004-12-28 Richard M. Stallman <rms@gnu.org>
11509
11510 * commands.texi (Quitting): Clarify value of with-local-quit.
11511
11512 * elisp.texi (Top): Fix previous change.
11513
11514 * loading.texi (Loading): Fix previous change.
11515
11516 2004-12-27 Richard M. Stallman <rms@gnu.org>
11517
11518 * Makefile.in (MAKEINFO): Specify --force.
11519
11520 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
11521
11522 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
11523
11524 * display.texi (Line Height): Further clarify.
11525
11526 * elisp.texi (Top): Update Loading submenu.
11527
11528 * loading.texi (Where Defined): New node.
11529 (Unloading): load-history moved to Where Defined.
11530
11531 2004-12-21 Richard M. Stallman <rms@gnu.org>
11532
11533 * commands.texi (Event Input Misc): Add while-no-input.
11534
11535 2004-12-11 Richard M. Stallman <rms@gnu.org>
11536
11537 * display.texi (Line Height): Rewrite text for clarity.
11538
11539 2004-12-11 Kim F. Storm <storm@cua.dk>
11540
11541 * display.texi (Display): Add node "Line Height" to menu.
11542 (Line Height): New node. Move full description of line-spacing
11543 and line-height text properties here from text.texi.
11544 (Scroll Bars): Add vertical-scroll-bar variable.
11545
11546 * frames.texi (Window Frame Parameters): Remove line-height defvar.
11547
11548 * locals.texi (Standard Buffer-Local Variables): Fix xref for
11549 line-spacing and vertical-scroll-bar.
11550
11551 * text.texi (Special Properties): Just mention line-spacing and
11552 line-height here, add xref to new "Line Height" node.
11553
11554 2004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
11555
11556 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
11557
11558 * locals.texi (Standard Buffer-Local Variables):
11559 Add @xref for `line-spacing'.
11560
11561 2004-12-05 Richard M. Stallman <rms@gnu.org>
11562
11563 * Makefile.in (maintainer-clean): Remove the info files
11564 in $(infodir) where they are created.
11565
11566 2004-12-03 Richard M. Stallman <rms@gnu.org>
11567
11568 * windows.texi (Selecting Windows): get-lru-window and
11569 get-largest-window don't consider dedicated windows.
11570
11571 * text.texi (Undo): Document undo-in-progress.
11572
11573 2004-11-26 Richard M. Stallman <rms@gnu.org>
11574
11575 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
11576 Remove a few vars that are not always buffer-local.
11577
11578 2004-11-24 Luc Teirlinck <teirllm@auburn.edu>
11579
11580 * locals.texi (Standard Buffer-Local Variables): Comment out
11581 xref's to non-existent node `Yet to be written'.
11582
11583 2004-11-24 Richard M. Stallman <rms@gnu.org>
11584
11585 * processes.texi (Synchronous Processes): Grammar fix.
11586
11587 * numbers.texi (Comparison of Numbers): Add eql.
11588
11589 * locals.texi (Standard Buffer-Local Variables): Add many vars.
11590
11591 * intro.texi (Printing Notation): Fix previous change.
11592
11593 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
11594 and default-indicate-buffer-boundaries from here.
11595 (Usual Display): To here.
11596 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
11597 (Usual Display): Move tab-width up.
11598
11599 * customize.texi (Variable Definitions):
11600 Replace show-paren-mode example with tooltip-mode.
11601 (Simple Types, Composite Types, Defining New Types):
11602 Minor cleanups.
11603
11604 2004-11-21 Jesper Harder <harder@ifa.au.dk>
11605
11606 * processes.texi (Synchronous Processes, Output from Processes):
11607 Markup fix.
11608
11609 2004-11-20 Richard M. Stallman <rms@gnu.org>
11610
11611 * positions.texi (Skipping Characters): skip-chars-forward
11612 now handles char classes.
11613
11614 * intro.texi (Printing Notation): Avoid confusion of `print'
11615 when explaining @print.
11616
11617 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
11618
11619 * display.texi (Display Table Format): Minor fix.
11620
11621 * streams.texi (Output Functions): Fix print example.
11622
11623 * Makefile.in (elisp): New target.
11624 (dist): Depend on $(infodir)/elisp, not elisp.
11625 Copy the info files from $(infodir).
11626
11627 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
11628 read-from-minibuffer.
11629
11630 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
11631
11632 2004-11-19 Richard M. Stallman <rms@gnu.org>
11633
11634 * searching.texi (Regexp Search): Add search-whitespace-regexp.
11635
11636 2004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
11637
11638 * tips.texi (Coding Conventions): Fix typo.
11639
11640 2004-11-16 Richard M. Stallman <rms@gnu.org>
11641
11642 * tips.texi (Coding Conventions): Separate defvar and require
11643 methods to avoid warnings. Use require only when there are many
11644 functions and variables from that package.
11645
11646 * minibuf.texi (Minibuffer Completion): When ignoring case,
11647 predicate must not be case-sensitive.
11648
11649 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
11650 (Test Coverage): Don't talk about "splotches". Clarified.
11651
11652 2004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
11653
11654 * frames.texi (Window Frame Parameters): Fix typo.
11655
11656 2004-11-15 Kim F. Storm <storm@cua.dk>
11657
11658 * symbols.texi (Other Plists): Note that plist-get may signal error.
11659 Add safe-plist-get.
11660
11661 2004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
11662
11663 * modes.texi (Font Lock Basics): Fix typo.
11664
11665 2004-11-08 Richard M. Stallman <rms@gnu.org>
11666
11667 * syntax.texi (Syntax Table Functions): Add syntax-after.
11668
11669 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
11670
11671 * os.texi (Processor Run Time): New section documenting
11672 get-internal-run-time.
11673
11674 2004-11-06 Eli Zaretskii <eliz@gnu.org>
11675
11676 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
11677 it nukes elisp-cover.texi.
11678 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
11679 elisp-0 etc.
11680
11681 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
11682
11683 * commands.texi (Keyboard Macros): Document `append' return value
11684 of `defining-kbd-macro'.
11685
11686 2004-11-01 Richard M. Stallman <rms@gnu.org>
11687
11688 * commands.texi (Interactive Call): Add called-interactively-p.
11689
11690 2004-10-29 Simon Josefsson <jas@extundo.com>
11691
11692 * minibuf.texi (Reading a Password): Revert.
11693
11694 2004-10-28 Richard M. Stallman <rms@gnu.org>
11695
11696 * frames.texi (Display Feature Testing): Explain about "vendor".
11697
11698 2004-10-27 Richard M. Stallman <rms@gnu.org>
11699
11700 * commands.texi (Interactive Codes): `N' uses numeric prefix,
11701 not raw. Clarify `n'.
11702 (Interactive Call): Rewrite interactive-p, focusing on when
11703 and how to use it.
11704 (Misc Events): Clarify previous change.
11705
11706 * advice.texi (Simple Advice): Clarify what job the example does.
11707 (Around-Advice): Clarify ad-do-it.
11708 (Activation of Advice): An option of ad-default-compilation-action
11709 is `never', not `nil'.
11710
11711 2004-10-26 Kim F. Storm <storm@cua.dk>
11712
11713 * commands.texi (Interactive Codes): Add U code letter.
11714
11715 2004-10-25 Simon Josefsson <jas@extundo.com>
11716
11717 * minibuf.texi (Reading a Password): Add.
11718
11719 2004-10-24 Jason Rumney <jasonr@gnu.org>
11720
11721 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
11722 and wheel-down.
11723
11724 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
11725
11726 * processes.texi (Synchronous Processes): Document process-file.
11727
11728 2004-10-22 Kenichi Handa <handa@m17n.org>
11729
11730 * text.texi (translate-region): Document that it accepts also a
11731 char-table.
11732
11733 2004-10-22 David Ponce <david@dponce.com>
11734
11735 * windows.texi (Resizing Windows): Document the `preserve-before'
11736 argument of the functions `enlarge-window' and `shrink-window'.
11737
11738 2004-10-19 Jason Rumney <jasonr@gnu.org>
11739
11740 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
11741
11742 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
11743
11744 * text.texi (Filling): Add anchor for definition of
11745 `sentence-end-double-space'.
11746
11747 * searching.texi (Regexp Example): Update description of how
11748 Emacs currently recognizes the end of a sentence.
11749 (Standard Regexps): Update definition of the variable
11750 `sentence-end'. Add definition of the function `sentence-end'.
11751
11752 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11753
11754 * display.texi (Progress): New node.
11755
11756 2004-10-05 Kim F. Storm <storm@cua.dk>
11757
11758 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
11759
11760 2004-09-29 Kim F. Storm <storm@cua.dk>
11761
11762 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
11763 to identify bitmaps. Remove -fringe-bitmap suffix for standard
11764 fringe bitmap symbols, as they now have their own namespace.
11765 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
11766 vs. pixels. Signal error if no free bitmap slots.
11767 (Pixel Specification): Change IMAGE to @var{image}.
11768
11769 2004-09-28 Richard M. Stallman <rms@gnu.org>
11770
11771 * text.texi (Special Properties): Clarify line-spacing and line-height.
11772
11773 * searching.texi (Regexp Search): Add looking-back.
11774
11775 2004-09-25 Luc Teirlinck <teirllm@auburn.edu>
11776
11777 * display.texi: Correct typos.
11778 (Image Descriptors): Correct xref's.
11779
11780 2004-09-25 Richard M. Stallman <rms@gnu.org>
11781
11782 * text.texi (Special Properties): Cleanups in `cursor'.
11783 Rewrites in `line-height' and `line-spacing'; exchange them.
11784
11785 * display.texi (Fringes): Rewrite previous change.
11786 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
11787 (Display Fringe Bitmaps): Node deleted, text moved.
11788 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
11789 (Scroll Bars): Clarify set-window-scroll-bars.
11790 (Pointer Shape): Rewrite.
11791 (Specified Space): Clarify :align-to, etc.
11792 (Pixel Specification): Use @var. Clarify new text.
11793 (Other Display Specs): Clarify `slice'.
11794 (Image Descriptors): Cleanups.
11795 (Showing Images): Cleanups.
11796
11797 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11798
11799 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
11800
11801 * modes.texi: Various minor changes in addition to:
11802 (Major Mode Conventions): Final call to `run-mode-hooks' should
11803 not be inside the `delay-mode-hooks' form.
11804 (Mode Hooks): New node.
11805 (Hooks): Delete obsolete example.
11806 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
11807 node "Mode Hooks".
11808
11809 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
11810
11811 * display.texi: Correct various typos.
11812 (Display): Rename node "Pointer Shapes" to "Pointer
11813 Shape". (There is already a node called "Pointer Shapes" in
11814 frames.texi.)
11815 (Images): Remove non-existent node "Image Slices" from menu.
11816
11817 2004-09-23 Kim F. Storm <storm@cua.dk>
11818
11819 * text.texi (Special Properties): Add `cursor', `pointer',
11820 `line-height', and `line-spacing' properties.
11821
11822 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
11823 Shapes' to menu.
11824 (Standard Faces): Doc fix for fringe face.
11825 (Fringes): Add `overflow-newline-into-fringe' and
11826 'indicate-buffer-boundaries'.
11827 (Fringe Bitmaps, Pointer Shapes): New nodes.
11828 (Display Property): Add 'Pixel Specification' and 'Display Fringe
11829 Bitmaps' to menu.
11830 (Specified Space): Describe pixel width and height.
11831 (Pixel Specification): New node.
11832 (Other Display Specs): Add `slice' property.
11833 (Display Fringe Bitmaps): New node.
11834 (Images): Add 'Image Slices' to menu.
11835 (Image Descriptors): Add `:pointer' and `:map' properties.
11836 (Showing Images): Add slice arg to `insert-image'.
11837 Add 'insert-sliced-image'.
11838
11839 2004-09-20 Richard M. Stallman <rms@gnu.org>
11840
11841 * commands.texi (Key Sequence Input):
11842 Clarify downcasing in read-key-sequence.
11843
11844 2004-09-08 Juri Linkov <juri@jurta.org>
11845
11846 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
11847
11848 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11849
11850 * locals.texi (Standard Buffer-Local Variables):
11851 Add `buffer-auto-save-file-format'.
11852 * internals.texi (Buffer Internals): Describe new
11853 auto_save_file_format field of the buffer structure.
11854 * files.texi (Format Conversion): `auto-save-file-format' has been
11855 renamed `buffer-auto-save-file-format'.
11856
11857 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
11858
11859 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
11860 an integer or a marker.
11861 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
11862
11863 2004-08-22 Richard M. Stallman <rms@gnu.org>
11864
11865 * modes.texi (Major Mode Conventions): Discuss rebinding of
11866 standard key bindings.
11867
11868 2004-08-18 Kim F. Storm <storm@cua.dk>
11869
11870 * processes.texi (Accepting Output): Add `just-this-one' arg to
11871 `accept-process-output'.
11872 (Output from Processes): New var `process-adaptive-read-buffering'.
11873
11874 2004-08-10 Luc Teirlinck <teirllm@auburn.edu>
11875
11876 * keymaps.texi: Various changes in addition to:
11877 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
11878 Give more varied examples for `kbd'.
11879 (Creating Keymaps): Char tables have slots for all characters
11880 without modifiers.
11881 (Active Keymaps): `overriding-local-map' and
11882 `overriding-terminal-local-map' also override text property and
11883 overlay keymaps.
11884 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
11885 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
11886 to denote a prefix of no events.
11887 `map-keymap' includes parent's bindings _recursively_.
11888 Clarify and correct description of `where-is-internal'.
11889 Mention BUFFER-OR-NAME arg to `describe-bindings'.
11890 (Menu Example): For menus intended for use with the keyboard, the
11891 menu items should be bound to characters or real function keys.
11892
11893 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
11894
11895 * objects.texi (Character Type): Reposition `@anchor' to prevent
11896 double space inside sentence in Info.
11897
11898 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
11899 renamed to `disabled-command-function'.
11900 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
11901 (Command Loop Info): Replace reference to it.
11902 (Disabling Commands): `disabled-command-hook' has been renamed to
11903 `disabled-command-function'.
11904
11905 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
11906
11907 * os.texi (Translating Input): Only non-prefix bindings in
11908 `key-translation-map' override actual key bindings. Warn about
11909 possible indirect effect of actual key bindings on non-prefix
11910 bindings in `key-translation-map'.
11911
11912 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
11913
11914 * minibuf.texi (High-Level Completion): Add anchor for definition
11915 of `read-variable'.
11916
11917 * commands.texi: Various changes in addition to:
11918 (Using Interactive): Clarify description of `interactive-form'.
11919 (Interactive Call): Mention default for KEYS argument to
11920 `call-interactively'.
11921 (Command Loop Info): Clarify description of `this-command-keys'.
11922 Mention KEEP-RECORD argument to `clear-this-command-keys'.
11923 Value of `last-event-frame' can be `macro'.
11924 (Repeat Events): `double-click-fuzz' is also used to distinguish
11925 clicks and drags.
11926 (Classifying Events): Clarify descriptions of `event-modifiers'
11927 `event-basic-type' and `event-convert-list'.
11928 (Accessing Events): `posn-timestamp' takes POSITION argument.
11929 (Quoted Character Input): Clarify description of
11930 `read-quoted-char' and fix example.
11931 (Quitting): Add `with-local-quit'.
11932 (Disabling Commands): Correct and clarify descriptions of
11933 `enable-command' and `disable-command'.
11934 Mention what happens if `disabled-command-hook' is nil.
11935 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
11936 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
11937
11938 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
11939
11940 * frames.texi: Various changes in addition to:
11941 (Creating Frames): Expand and clarify description of `make-frame'.
11942 (Window Frame Parameters): Either none or both of the `icon-left'
11943 and `icon-top' parameters must be specified. Put descriptions of
11944 `menu-bar-lines' and `toolbar-lines' closer together and change
11945 them accordingly.
11946 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
11947 except while processing `frame-title-format' or `icon-title-format'.
11948 (Deleting Frames): Correct description of `delete-frame'.
11949 Non-nil return values of `frame-live-p' are like those of `framep'.
11950 (Frames and Windows): Mention return value of
11951 `set-frame-selected-window'.
11952 (Visibility of Frames): Mention `force' argument to
11953 `make-frame-invisible'. `frame-visible-p' returns t for all
11954 frames on text-only terminals.
11955 (Frame Configurations): Restoring a frame configuration does not
11956 restore deleted frames.
11957 (Window System Selections): `x-set-selection' returns DATA.
11958 (Resources): Add example.
11959 (Display Feature Testing): Clarify descriptions of
11960 `display-pixel-height', `display-pixel-width', `x-server-version'
11961 and `x-server-vendor'.
11962
11963 * windows.texi (Choosing Window): Add anchor.
11964 * minibuf.texi (Minibuffer Misc): Add anchor.
11965
11966 2004-07-23 John Paul Wallington <jpw@gnu.org>
11967
11968 * macros.texi (Defining Macros): Declaration keyword for setting
11969 Edebug spec is `debug' not `edebug'.
11970
11971 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
11972
11973 * windows.texi: Various small changes in addition to:
11974 (Window Point): Mention return value of `set-window-point'.
11975 (Window Start): `pos-visible-in-window-p' disregards horizontal
11976 scrolling. Explain return value if PARTIALLY is non-nil.
11977 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
11978 and `set-window-vscroll'.
11979 (Size of Window): The argument WINDOW to `window-inside-edges',
11980 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
11981 (Resizing Windows): Explain return value of
11982 `shrink-window-if-larger-than-buffer'.
11983 `window-size-fixed' automatically becomes buffer local when set.
11984 (Window Configurations): Explain return value of
11985 `set-window-configuration'.
11986
11987 * minibuf.texi (Minibuffer Misc): Add anchor for
11988 `minibuffer-scroll-window'.
11989
11990 * positions.texi (Text Lines): Add anchor for `count-lines'.
11991
11992 2004-07-17 Richard M. Stallman <rms@gnu.org>
11993
11994 * display.texi (Overlay Properties): Adding `evaporate' prop
11995 deletes empty overlay immediately.
11996
11997 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
11998 fix example.
11999
12000 2004-07-16 Jim Blandy <jimb@redhat.com>
12001
12002 * searching.texi (Regexp Backslash): Document new \_< and \_>
12003 operators.
12004
12005 2004-07-16 Juanma Barranquero <lektu@terra.es>
12006
12007 * display.texi (Images): Fix Texinfo usage.
12008
12009 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
12010
12011 * buffers.texi (Modification Time): `visited-file-modtime' now
12012 returns a list of two integers, instead of a cons.
12013
12014 2004-07-13 Luc Teirlinck <teirllm@auburn.edu>
12015
12016 * windows.texi: Various changes in addition to:
12017 (Splitting Windows): Add `split-window-keep-point'.
12018
12019 2004-07-09 Richard M. Stallman <rms@gnu.org>
12020
12021 * frames.texi (Input Focus): Minor fix.
12022
12023 2004-07-07 Luc Teirlinck <teirllm@auburn.edu>
12024
12025 * frames.texi (Input Focus): Clarify descriptions of
12026 `select-frame-set-input-focus' and `select-frame'.
12027
12028 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
12029
12030 * os.texi: Various small changes in addition to:
12031 (Killing Emacs): Expand and clarify description of
12032 `kill-emacs-query-functions' and `kill-emacs-hook'.
12033 (System Environment): Expand and clarify description of `getenv'
12034 and `setenv'.
12035 (Timers): Clarify description of `run-at-time'.
12036 (Translating Input): Correct description of
12037 `extra-keyboard-modifiers'.
12038 (Flow Control): Correct description of `enable-flow-control'.
12039
12040 2004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
12041
12042 * os.texi: Update copyright.
12043 (Session Management): Grammar fix.
12044 Clarify which Emacs does the restarting.
12045 Use @samp for *scratch* buffer.
12046
12047 2004-07-04 Alan Mackenzie <acm@muc.de>
12048
12049 * frames.texi (Input Focus): Add documentation for
12050 `select-frame-set-input-focus'. Replace refs to non-existent
12051 `switch-frame' with `select-frame'. Minor corrections and tidying
12052 up of text-only terminal stuff.
12053
12054 2004-07-02 Richard M. Stallman <rms@gnu.org>
12055
12056 * files.texi (Saving Buffers): Cleanup write-contents-function.
12057 (Magic File Names): Cleanup file-remote-p.
12058
12059 2004-07-02 Kai Großjohann <kai@emptydomain.de>
12060
12061 * files.texi (Magic File Names): `file-remote-p' returns an
12062 identifier of the remote system, not just t.
12063
12064 2004-07-02 David Kastrup <dak@gnu.org>
12065
12066 * searching.texi (Entire Match Data): Add explanation about new
12067 match-data behavior when @var{integers} is non-nil.
12068
12069 2004-06-24 Richard M. Stallman <rms@gnu.org>
12070
12071 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
12072
12073 * customize.texi (Variable Definitions): Note about doc strings
12074 and :set.
12075
12076 * keymaps.texi (Keymap Terminology): Document `kbd'.
12077 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
12078
12079 * display.texi (Invisible Text): Setting buffer-invisibility-spec
12080 makes it buffer-local.
12081
12082 * files.texi (Saving Buffers): Correct previous change.
12083
12084 * commands.texi (Accessing Events):
12085 Clarify posn-col-row and posn-actual-col-row.
12086
12087 2004-06-24 David Ponce <david.ponce@wanadoo.fr>
12088
12089 * commands.texi (Accessing Events): New functions
12090 posn-at-point and posn-at-x-y. Add example to posn-x-y.
12091
12092 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
12093
12094 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
12095 * frames.texi, buffers.texi, backups.texi, variables.texi:
12096 * loading.texi, eval.texi, functions.texi, control.texi:
12097 * symbols.texi, minibuf.texi: Reposition @anchor's.
12098
12099 * help.texi: Various small changes in addition to the following.
12100 (Describing Characters): Describe PREFIX argument to
12101 `key-description'. Correct and clarify definition of
12102 `text-char-description'. Describe NEED-VECTOR argument to
12103 `read-kbd-macro'.
12104 (Help Functions): Clarify definition of `apropos'.
12105
12106 2004-06-23 Lars Hansen <larsh@math.ku.dk>
12107
12108 * files.texi (Saving Buffers): Correct description of
12109 `write-contents-functions'.
12110
12111 2004-06-21 Juanma Barranquero <lektu@terra.es>
12112
12113 * display.texi (Images): Remove redundant @vindex directives.
12114 Rewrite `image-library-alist' doc in active voice.
12115
12116 2004-06-14 Juanma Barranquero <lektu@terra.es>
12117
12118 * display.texi (Images): Document new delayed library loading,
12119 variable `image-library-alist' and (existing but undocumented)
12120 function `image-type-available-p'.
12121
12122 2004-06-05 Richard M. Stallman <rms@gnu.org>
12123
12124 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
12125 refer the user to the Initial Input node.
12126 (Text from Minibuffer): Likewise.
12127 (Initial Input): New node. Document this feature
12128 and say it is mostly deprecated.
12129
12130 2004-05-30 Richard M. Stallman <rms@gnu.org>
12131
12132 * loading.texi (Named Features): Clarify return value
12133 and meaning of NOERROR.
12134
12135 * variables.texi (File Local Variables): Minor cleanup.
12136
12137 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
12138
12139 * files.texi (Magic File Names): Add `file-remote-p' as operation
12140 of file name handlers.
12141
12142 2004-05-29 Richard M. Stallman <rms@gnu.org>
12143
12144 * modes.texi (Minor Mode Conventions): (-) has no special meaning
12145 as arg to a minor mode command.
12146
12147 2004-05-22 Richard M. Stallman <rms@gnu.org>
12148
12149 * syntax.texi (Syntax Class Table): Word syntax not just for English.
12150
12151 * streams.texi (Output Variables): Doc float-output-format.
12152
12153 * searching.texi (Regexp Special): Nested repetition can be infloop.
12154
12155 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
12156 real stack overflow.
12157
12158 * compile.texi: Minor cleanups.
12159
12160 2004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
12161
12162 * lists.texi (Cons Cells): Explain dotted lists, true lists,
12163 circular lists.
12164 (List Elements): Explain handling of circular and dotted lists.
12165
12166 2004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
12167
12168 * modes.texi (Search-based Fontification): Fix typo.
12169
12170 2004-05-10 Juanma Barranquero <lektu@terra.es>
12171
12172 * modes.texi (Mode Line Variables): Fix description of
12173 global-mode-string, which is now after which-func-mode, not the
12174 buffer name.
12175
12176 2004-05-07 Lars Hansen <larsh@math.ku.dk>
12177
12178 * modes.texi (Desktop Save Mode): Add.
12179 (Modes): Add menu entry Desktop Save Mode.
12180
12181 * hooks.texi: Add desktop-after-read-hook,
12182 desktop-no-desktop-file-hook and desktop-save-hook.
12183
12184 * locals.texi: Add desktop-save-buffer.
12185
12186 2004-04-30 Jesper Harder <harder@ifa.au.dk>
12187
12188 * display.texi: emacs -> Emacs.
12189
12190 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
12191
12192 * files.texi (Changing Files): Document set-file-times.
12193
12194 2004-04-23 Juanma Barranquero <lektu@terra.es>
12195
12196 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
12197
12198 2004-04-18 Jesper Harder <harder@ifa.au.dk>
12199
12200 * tips.texi (Coding Conventions): defopt -> defcustom.
12201
12202 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
12203
12204 * sequences.texi: Various clarifications.
12205
12206 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
12207
12208 * buffers.texi (Read Only Buffers): Mention optional ARG to
12209 `toggle-read-only'.
12210
12211 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
12212
12213 * windows.texi (Selecting Windows): Note that get-lru-window
12214 returns a full-width window if possible.
12215
12216 2004-04-13 Luc Teirlinck <teirllm@auburn.edu>
12217
12218 * buffers.texi: Various changes in addition to:
12219 (Buffer File Name): Add `find-buffer-visiting'.
12220 (Buffer Modification): Mention optional ARG to `not-modified'.
12221 (Indirect Buffers): Mention optional CLONE argument to
12222 `make-indirect-buffer'.
12223
12224 * files.texi: Various changes in addition to:
12225 (Visiting Functions): `find-file-hook' is now a normal hook.
12226 (File Name Expansion): Explain difference between the way that
12227 `expand-file-name' and `file-truename' treat `..'.
12228 (Contents of Directories): Mention optional ID-FORMAT argument to
12229 `directory-files-and-attributes'.
12230 (Format Conversion): Mention new optional CONFIRM argument to
12231 `format-write-file'.
12232
12233 2004-04-12 Miles Bader <miles@gnu.org>
12234
12235 * macros.texi (Expansion): Add description of `macroexpand-all'.
12236
12237 2004-04-05 Jesper Harder <harder@ifa.au.dk>
12238
12239 * variables.texi (Variable Aliases):
12240 Mention cyclic-variable-indirection.
12241
12242 * errors.texi (Standard Errors): Ditto.
12243
12244 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
12245
12246 * backups.texi: Various small changes in addition to:
12247 (Making Backups): Mention return value of `backup-buffer'.
12248 (Auto-Saving): Mention optional FORCE argument to
12249 `delete-auto-save-file-if-necessary'.
12250 (Reverting): Mention optional PRESERVE-MODES argument to
12251 `revert-buffer'. Correct description of `revert-buffer-function'.
12252
12253 2004-03-22 Juri Linkov <juri@jurta.org>
12254
12255 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
12256 with `Vector Functions'.
12257
12258 * text.texi (Sorting): Add missing quote.
12259
12260 2004-03-14 Luc Teirlinck <teirllm@auburn.edu>
12261
12262 * intro.texi (Lisp History): Replace xref to `cl' manual with
12263 inforef.
12264
12265 2004-03-12 Richard M. Stallman <rms@gnu.org>
12266
12267 * intro.texi (Version Info): Add arg to emacs-version.
12268 (Lisp History): Change xref to CL manual.
12269
12270 2004-03-09 Luc Teirlinck <teirllm@auburn.edu>
12271
12272 * minibuf.texi (Completion Commands): Add xref to Emacs manual
12273 for Partial Completion mode.
12274
12275 2004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
12276
12277 * customize.texi: Fix typo. Remove eol whitespace.
12278
12279 2004-03-04 Richard M. Stallman <rms@gnu.org>
12280
12281 * processes.texi: Fix typos.
12282
12283 * lists.texi (Building Lists): Minor clarification.
12284
12285 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
12286 in make-hash-table.
12287
12288 2004-02-29 Juanma Barranquero <lektu@terra.es>
12289
12290 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
12291 rm, and ignore exit code.
12292
12293 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
12294
12295 * display.texi (Defining Faces): Add description for min-colors.
12296 Update example.
12297
12298 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
12299
12300 * abbrevs.texi: Various corrections and clarifications in addition
12301 to the following:
12302 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
12303
12304 2004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
12305
12306 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
12307
12308 2004-02-21 Luc Teirlinck <teirllm@auburn.edu>
12309
12310 * text.texi: Various small changes in addition to the following:
12311 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
12312 to delete-horizontal-space.
12313 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
12314 description of yank-handler text property at various places.
12315
12316 * frames.texi (Window System Selections): Add anchor.
12317
12318 * syntax.texi (Syntax Table Functions): Clarify and correct
12319 descriptions of make-syntax-table and copy-syntax-table.
12320 (Motion and Syntax): Clarify SYNTAXES argument to
12321 skip-syntax-forward.
12322 (Parsing Expressions): Mention that the return value of
12323 parse-partial-sexp is currently a list of ten rather than nine
12324 elements.
12325 (Categories): Various corrections and clarifications.
12326
12327 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
12328
12329 * markers.texi (Marker Insertion Types): Minor change.
12330
12331 * locals.texi (Standard Buffer-Local Variables):
12332 * commands.texi (Interactive Codes, Using Interactive):
12333 * functions.texi (Related Topics): Fix xrefs.
12334
12335 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
12336
12337 * lists.texi (Sets And Lists): Update description of delete-dups.
12338
12339 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
12340
12341 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
12342
12343 2004-02-16 Jan Djärv <jan.h.d@swipnet.se>
12344
12345 * frames.texi (Parameter Access): frame-parameters arg is optional.
12346 modify-frame-parameters handles nil for FRAME.
12347 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
12348 are all-or-nothing for certain toolkits.
12349 Mention parameter wait-for-wm.
12350 (Frames and Windows): In frame-first-window and frame-selected-window
12351 the arg is optional.
12352 (Input Focus): In redirect-frame-focus the second arg is optional.
12353 (Window System Selections): Mention selection type CLIPBOARD.
12354 Mention data-type UTF8_STRING.
12355 Mention numbering of cut buffers.
12356 (Resources): Describe x-resource-name.
12357
12358 2004-02-16 Richard M. Stallman <rms@gnu.org>
12359
12360 * windows.texi (Buffers and Windows): Delete false table
12361 about all-frames.
12362
12363 * syntax.texi (Parsing Expressions): Delete old caveat
12364 about parse-sexp-ignore-comments.
12365
12366 * streams.texi (Output Variables): Add print-quoted.
12367
12368 * lists.texi (Building Lists): Minor cleanup.
12369
12370 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
12371
12372 * display.texi (Overlays): Explain overlays use markers.
12373 (Managing Overlays): Explain front-advance and rear-advance
12374 in more detail.
12375
12376 * loading.texi (Unloading): Document unload-feature-special-hooks.
12377 Get rid of fns-NNN.el file.
12378
12379 2004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
12380
12381 * help.texi (Describing Characters): Fix text-char-description
12382 example output.
12383
12384 * edebug.texi (Using Edebug): Fix example.
12385
12386 * debugging.texi (Internals of Debugger): Fix return value.
12387
12388 * files.texi (Changing Files): Fix argname.
12389
12390 * calendar.texi: Fix parens, and default values.
12391
12392 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
12393 * nonascii.texi, objects.texi, os.texi: Minor fixes.
12394 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
12395
12396 * positions.texi (Text Lines): Don't add -1 in current-line.
12397
12398 2004-02-16 Richard M. Stallman <rms@gnu.org>
12399
12400 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
12401
12402 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
12403
12404 * processes.texi (Low-Level Network): Fix a typo.
12405
12406 2004-02-12 Kim F. Storm <storm@cua.dk>
12407
12408 * display.texi (Fringes): Use consistent wording.
12409 Note that window-fringe's window arg is optional.
12410 (Scroll Bars): Use consistent wording.
12411
12412 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
12413
12414 * tips.texi (Comment Tips): Document the new conventions for
12415 commenting out code.
12416
12417 2004-02-07 Jan Djärv <jan.h.d@swipnet.se>
12418
12419 * positions.texi (Text Lines): Add missing end defun.
12420
12421 2004-02-07 Kim F. Storm <storm@cua.dk>
12422
12423 * positions.texi (Text Lines): Add line-number-at-pos.
12424
12425 2004-02-06 John Paul Wallington <jpw@gnu.org>
12426
12427 * display.texi (Button Properties, Button Buffer Commands):
12428 mouse-2 invokes button, not down-mouse-1.
12429
12430 2004-02-04 Jason Rumney <jasonr@gnu.org>
12431
12432 * makefile.w32-in: Sync with Makefile.in changes.
12433
12434 2004-02-03 Luc Teirlinck <teirllm@auburn.edu>
12435
12436 * minibuf.texi (Text from Minibuffer): Various corrections and
12437 clarifications.
12438 (Object from Minibuffer): Correct Lisp description of
12439 read-minibuffer.
12440 (Minibuffer History): Clarify description of cons values for
12441 HISTORY arguments.
12442 (Basic Completion): Various corrections and clarifications.
12443 Add completion-regexp-list.
12444 (Minibuffer Completion): Correct and clarify description of
12445 completing-read.
12446 (Completion Commands): Mention Partial Completion mode.
12447 Various other minor changes.
12448 (High-Level Completion): Various corrections and clarifications.
12449 (Reading File Names): Ditto.
12450 (Minibuffer Misc): Ditto.
12451
12452 2004-01-26 Luc Teirlinck <teirllm@auburn.edu>
12453
12454 * strings.texi (Text Comparison): assoc-string also matches
12455 elements of alists that are strings instead of conses.
12456 (Formatting Strings): Standardize Texinfo usage. Update index
12457 entries.
12458
12459 2004-01-20 Luc Teirlinck <teirllm@auburn.edu>
12460
12461 * lists.texi (Sets And Lists): Add delete-dups.
12462
12463 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
12464
12465 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
12466 special form.
12467 * macros.texi (Defining Macros): Update description of `declare',
12468 which now is a macro.
12469 (Wrong Time): Fix typos.
12470
12471 2004-01-14 Luc Teirlinck <teirllm@auburn.edu>
12472
12473 * compile.texi (Compilation Functions): Expand descriptions of
12474 `compile-defun', `byte-compile-file', `byte-recompile-directory'
12475 and `batch-byte-compile'. In particular, mention and describe
12476 all optional arguments.
12477 (Disassembly): Correct and clarify the description of `disassemble'.
12478
12479 2004-01-11 Luc Teirlinck <teirllm@auburn.edu>
12480
12481 * searching.texi: Various small changes in addition to the
12482 following.
12483 (Regexp Example): Adapt to new value of `sentence-end'.
12484 (Regexp Functions): The PAREN argument to `regexp-opt' can be
12485 `words'.
12486 (Search and Replace): Add usage note for `perform-replace'.
12487 (Entire Match Data): Mention INTEGERS and REUSE arguments to
12488 `match-data'.
12489 (Standard Regexps): Update for new values of `paragraph-start'
12490 and `sentence-end'.
12491
12492 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
12493
12494 * files.texi (Saving Buffers): Clarify descriptions of
12495 `write-contents-functions' and `before-save-hook'.
12496 Make the defvar's for `before-save-hook' and `after-save-hook'
12497 into defopt's.
12498
12499 2004-01-07 Kim F. Storm <storm@cua.dk>
12500
12501 * commands.texi (Click Events): Describe new image and
12502 width/height elements of click events.
12503 (Accessing Events): Add posn-string, posn-image, and
12504 posn-object-width-height. Change posn-object to return either
12505 image or string object.
12506
12507 2004-01-01 Simon Josefsson <jas@extundo.com>
12508
12509 * hooks.texi (Standard Hooks): Add before-save-hook.
12510 * files.texi (Saving Buffers): Likewise.
12511
12512 2004-01-03 Richard M. Stallman <rms@gnu.org>
12513
12514 * frames.texi (Frames and Windows): Delete frame-root-window.
12515
12516 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
12517
12518 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
12519
12520 * functions.texi: Various small changes in addition to the
12521 following.
12522 (What Is a Function): `functionp' returns nil for macros.
12523 Clarify behavior of this and following functions for symbol arguments.
12524 (Function Documentation): Add `\' in front of (fn @var{arglist})
12525 and explain why.
12526 (Defining Functions): Mention DOCSTRING argument to `defalias'.
12527 Add anchor.
12528 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
12529
12530 2004-01-01 Miles Bader <miles@gnu.org>
12531
12532 * display.texi (Buttons): New section.
12533
12534 2003-12-31 Andreas Schwab <schwab@suse.de>
12535
12536 * numbers.texi (Math Functions): sqrt reports a domain-error
12537 error.
12538 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
12539
12540 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
12541
12542 * tips.texi (Documentation Tips): Update item on hyperlinks in
12543 documentation strings.
12544
12545 * errors.texi (Standard Errors): Various small corrections and
12546 additions.
12547
12548 * control.texi: Various small changes in addition to the
12549 following.
12550 (Signaling Errors): Provide some more details on how `signal'
12551 constructs the error message. Add anchor to the definition of
12552 `signal'.
12553 (Error Symbols): Describe special treatment of `quit'.
12554 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
12555 to emphasize that it has to be a single form.
12556
12557 * buffers.texi: Add anchor.
12558
12559 2003-12-29 Richard M. Stallman <rms@gnu.org>
12560
12561 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
12562 (Window Configurations): Add window-configuration-frame.
12563
12564 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
12565
12566 * text.texi (Examining Properties): Add get-char-property-and-overlay.
12567 Change arg name in get-char-property.
12568 (Special Properties): Update handling of keymap property.
12569
12570 * strings.texi (Modifying Strings): Add clear-string.
12571 (Text Comparison): Add assoc-string and remove
12572 assoc-ignore-case, assoc-ignore-representation.
12573
12574 * os.texi (Time of Day): Add set-time-zone-rule.
12575
12576 * numbers.texi (Math Functions): asin, acos, log, log10
12577 report domain-error errors.
12578
12579 * nonascii.texi (Converting Representations):
12580 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
12581 (Encoding and I/O): Add file-name-coding-system.
12582
12583 * modes.texi (Search-based Fontification): Explain that
12584 face specs are symbols with face names as values.
12585
12586 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
12587
12588 * lists.texi (Building Lists): remq moved elsewhere.
12589 (Sets And Lists): remq moved here.
12590 (Association Lists): Refer to assoc-string.
12591
12592 * internals.texi (Garbage Collection): Add memory-use-counts.
12593
12594 * frames.texi (Frames and Windows): Add set-frame-selected-window
12595 and frame-root-window.
12596
12597 * files.texi (Contents of Directories):
12598 Add directory-files-and-attributes.
12599
12600 * display.texi (Refresh Screen): Add force-window-update.
12601 (Invisible Text): Explain about moving point out of invis text.
12602 (Overlay Properties): Add overlay-properties.
12603 (Managing Overlays): Add overlayp.
12604 (GIF Images): Invalid image number displays a hollow box.
12605
12606 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
12607 (Killing Buffers): Add buffer-live-p.
12608
12609 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
12610
12611 * display.texi (Fringes): Fix typo "set-buffer-window".
12612
12613 2003-12-24 Luc Teirlinck <teirllm@auburn.edu>
12614
12615 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
12616 * nonascii.texi, processes.texi, tips.texi, variables.texi:
12617 Add or change various xrefs and anchors.
12618
12619 * commands.texi: Replace all occurrences of @acronym{CAR} with
12620 @sc{car}, for consistency with the rest of the Elisp manual.
12621 `car' and `cdr' are historically acronyms, but are no longer
12622 widely thought of as such.
12623
12624 * internals.texi (Pure Storage): Mention that `purecopy' does not
12625 copy text properties.
12626 (Object Internals): Now 29 bits are used (in most implementations)
12627 to address Lisp objects.
12628
12629 * variables.texi (Variables with Restricted Values): New node.
12630
12631 * objects.texi (Lisp Data Types): Mention that certain variables
12632 can only take on a restricted set of values and add an xref to
12633 the new node "Variables with Restricted Values".
12634
12635 * eval.texi (Function Indirection): Describe the errors that
12636 `indirect-function' can signal.
12637 (Eval): Clarify the descriptions of `eval-region' and `values'.
12638 Describe `eval-buffer' instead of `eval-current-buffer' and
12639 mention `eval-current-buffer' as an alias for `current-buffer'.
12640 Correct the description and mention all optional arguments.
12641
12642 * nonascii.texi: Various small changes in addition to the
12643 following.
12644 (Converting Representations): Clarify behavior of
12645 `string-make-multibyte' and `string-to-multibyte' for unibyte all
12646 ASCII arguments.
12647 (Character Sets): Document the variable `charset-list' and adapt
12648 the definition of the function `charset-list' accordingly.
12649 (Translation of Characters): Clarify use of generic characters in
12650 `make-translation-table'. Clarify and correct the description of
12651 the use of translation tables in encoding and decoding.
12652 (User-Chosen Coding Systems): Correct and clarify the description
12653 of `select-safe-coding-system'.
12654 (Default Coding Systems): Clarify description of
12655 `file-coding-system-alist'.
12656
12657 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
12658
12659 * strings.texi (Text Comparison): Correctly describe when two
12660 strings are `equal'. Combine and clarify descriptions of
12661 `assoc-ignore-case' and `assoc-ignore-representation'.
12662
12663 * objects.texi (Non-ASCII in Strings): Clarify description of
12664 when a string is unibyte or multibyte.
12665 (Bool-Vector Type): Update examples.
12666 (Equality Predicates): Correctly describe when two strings are
12667 `equal'.
12668
12669 2003-11-29 Luc Teirlinck <teirllm@auburn.edu>
12670
12671 * lists.texi (Building Lists): `append' no longer accepts integer
12672 arguments. Update the description of `number-sequence' to reflect
12673 recent changes.
12674 (Sets And Lists): Describe `member-ignore-case' after `member'.
12675
12676 2003-11-27 Kim F. Storm <storm@cua.dk>
12677
12678 * commands.texi (Click Events): Click object may be an images.
12679 Describe (dx . dy) element of click positions.
12680 (Accessing Events): Remove duplicate posn-timestamp.
12681 New functions posn-object and posn-object-x-y.
12682
12683 2003-11-23 Kim F. Storm <storm@cua.dk>
12684
12685 * commands.texi (Click Events): Describe enhancements to event
12686 position lists, including new text-pos and (col . row) items.
12687 Mention left-fringe and right-fringe area events.
12688 (Accessing Events): New functions posn-area and
12689 posn-actual-col-row. Mention posn-timestamp. Mention that
12690 posn-point in non-text area still returns buffer position.
12691 Clarify posn-col-row.
12692
12693 2003-11-21 Lars Hansen <larsh@math.ku.dk>
12694
12695 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
12696 * anti.texi (File Attributes): Describe removed parameter
12697 ID-FORMAT.
12698
12699 2003-11-20 Luc Teirlinck <teirllm@auburn.edu>
12700
12701 * positions.texi (Positions): Mention that, if a marker is used as
12702 a position, its buffer is ignored.
12703
12704 * markers.texi (Overview of Markers): Mention it here too.
12705
12706 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
12707
12708 * numbers.texi (Numeric Conversions): Not just `floor', but also
12709 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
12710
12711 2003-11-10 Luc Teirlinck <teirllm@auburn.edu>
12712
12713 * markers.texi (Creating Markers): Specify insertion type of
12714 created markers. Add xref to `Marker Insertion Types'.
12715 Second argument to `copy-marker' is optional.
12716 (Marker Insertion Types): Mention that most markers are created
12717 with insertion type nil.
12718 (The Mark): Correctly describe when `mark' signals an error.
12719 (The Region): Correctly describe when `region-beginning' and
12720 `region-end' signal an error.
12721
12722 2003-11-08 Luc Teirlinck <teirllm@auburn.edu>
12723
12724 * hash.texi (Creating Hash): Clarify description of `eql'.
12725 `makehash' is obsolete.
12726 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
12727
12728 * positions.texi (Point): Change description of `buffer-end', so
12729 that it is also correct for floating point arguments.
12730 (List Motion): Correct argument lists of `beginning-of-defun' and
12731 `end-of-defun'.
12732 (Excursions): Add xref to `Marker Insertion Types'.
12733 (Narrowing): Argument to `narrow-to-page' is optional.
12734
12735 2003-11-06 Luc Teirlinck <teirllm@auburn.edu>
12736
12737 * streams.texi (Output Streams): Clarify behavior of point for
12738 marker output streams.
12739
12740 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
12741
12742 * variables.texi (Defining Variables): Second argument to
12743 `defconst' is not optional.
12744 (Setting Variables): Mention optional argument APPEND to
12745 `add-to-list'.
12746 (Creating Buffer-Local): Expand description of
12747 `make-variable-buffer-local'.
12748 (Frame-Local Variables): Expand description of
12749 `make-variable-frame-local'.
12750 (Variable Aliases): Correct description of optional argument
12751 DOCSTRING to `defvaralias'. Mention return value of
12752 `defvaralias'.
12753 (File Local Variables): Add xref to `File variables' in Emacs
12754 Manual. Correct description of `hack-local-variables'. Mention
12755 `safe-local-variable' property. Mention optional second argument
12756 to `risky-local-variable-p'.
12757
12758 2003-11-03 Luc Teirlinck <teirllm@auburn.edu>
12759
12760 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
12761
12762 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
12763
12764 * anti.texi, backups.texi, commands.texi, customize.texi:
12765 * display.texi, files.texi, internals.texi, keymaps.texi:
12766 * loading.texi, modes.texi, nonascii.texi, numbers.texi:
12767 * objects.texi, os.texi, positions.texi, processes.texi:
12768 * searching.texi, sequences.texi, streams.texi, strings.texi:
12769 * syntax.texi, text.texi: Replace @sc{foo} with @acronym{FOO}.
12770
12771 2003-10-27 Luc Teirlinck <teirllm@auburn.edu>
12772
12773 * strings.texi (Creating Strings): Argument START to `substring'
12774 can not be `nil'. Expand description of
12775 `substring-no-properties'. Correct description of `split-string',
12776 especially with respect to empty matches. Prevent very bad line
12777 break in definition of `split-string-default-separators'.
12778 (Text Comparison): `string=' and `string<' also accept symbols as
12779 arguments.
12780 (String Conversion): More completely describe argument BASE in
12781 `string-to-number'.
12782 (Formatting Strings): `%s' and `%S' in `format' do require
12783 corresponding object. Clarify behavior of numeric prefix after
12784 `%' in `format'.
12785 (Case Conversion): The argument to `upcase-initials' can be a
12786 character.
12787
12788 2003-10-27 Kenichi Handa <handa@m17n.org>
12789
12790 * display.texi (Fontsets): Fix texinfo usage.
12791
12792 2003-10-25 Kenichi Handa <handa@m17n.org>
12793
12794 * display.texi (Fontsets): Add description of the function
12795 set-fontset-font.
12796
12797 2003-10-23 Luc Teirlinck <teirllm@auburn.edu>
12798
12799 * display.texi (Temporary Displays): Add xref to `Documentation
12800 Tips'.
12801
12802 * functions.texi (Function Safety): Use inforef instead of pxref
12803 for SES.
12804
12805 2003-10-23 Andreas Schwab <schwab@suse.de>
12806
12807 * Makefile.in (TEX, texinputdir): Don't define.
12808 (TEXI2DVI): Define.
12809 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
12810 add $(srcdir)/index.texi.
12811 ($(infodir)/elisp): Remove index.texi dependency.
12812 (elisp.dvi): Likewise. Use $(TEXI2DVI).
12813 (index.texi): Remove target.
12814 (dist): Don't link $(srcdir)/permute-index.
12815 (clean): Don't remove index.texi.
12816
12817 * permute-index, index.perm: Remove.
12818 * index.texi: Rename from index.unperm.
12819
12820 2003-10-22 Luc Teirlinck <teirllm@auburn.edu>
12821
12822 * tips.texi (Documentation Tips): Document new behavior for face
12823 and variable hyperlinks in Help mode.
12824
12825 2003-10-21 Luc Teirlinck <teirllm@auburn.edu>
12826
12827 * objects.texi (Integer Type): Update for extra bit of integer range.
12828 (Character Type): Ditto.
12829
12830 2003-10-16 Eli Zaretskii <eliz@gnu.org>
12831
12832 * numbers.texi (Integer Basics): Add index entries for reading
12833 numbers in hex, octal, and binary.
12834
12835 2003-10-16 Lute Kamstra <lute@gnu.org>
12836
12837 * modes.texi (Mode Line Format): Mention force-mode-line-update's
12838 argument.
12839
12840 2003-10-13 Luc Teirlinck <teirllm@auburn.edu>
12841
12842 * windows.texi (Choosing Window): Fix typo.
12843 * edebug.texi (Edebug Execution Modes): Fix typo.
12844
12845 2003-10-13 Richard M. Stallman <rms@gnu.org>
12846
12847 * windows.texi (Basic Windows): A window has fringe settings,
12848 display margins and scroll-bar settings.
12849 (Splitting Windows): Doc split-window return value.
12850 Clean up one-window-p.
12851 (Selecting Windows): Fix typo.
12852 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
12853 (Buffers and Windows): In set-window-buffer, explain effect
12854 on fringe settings and scroll bar settings.
12855 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
12856 (Choosing Window): Use defopt for pop-up-frame-function.
12857 For special-display-buffer-names, explain same-window and same-frame.
12858 Clarify window-dedicated-p return value.
12859 (Textual Scrolling): scroll-up and scroll-down can get an error.
12860 (Horizontal Scrolling): Clarify auto-hscroll-mode.
12861 Clarify set-window-hscroll.
12862 (Size of Window): Don't mention tool bar in window-height.
12863 (Coordinates and Windows): Explain what coordinates-in-window-p
12864 returns for fringes and display margins.
12865 (Window Configurations): Explain saving fringes, etc.
12866
12867 * tips.texi (Library Headers): Clean up Documentation.
12868
12869 * syntax.texi (Parsing Expressions): Clean up forward-comment
12870 and parse-sexp-lookup-properties.
12871
12872 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
12873
12874 * os.texi (System Environment): Clean up text for load-average errors.
12875
12876 * modes.texi (Hooks): Don't explain local hook details at front.
12877 Clarify run-hooks and run-hook-with-args a little.
12878 Clean up add-hook and remove-hook.
12879
12880 * edebug.texi (Edebug Execution Modes): Clarify t.
12881 Document edebug-sit-for-seconds.
12882 (Coverage Testing): Document C-x X = and =.
12883 (Instrumenting Macro Calls): Fix typo.
12884 (Specification List): Don't index the specification keywords.
12885
12886 2003-10-10 Kim F. Storm <storm@cua.dk>
12887
12888 * processes.texi (Network): Introduce make-network-process.
12889
12890 2003-10-09 Luc Teirlinck <teirllm@auburn.edu>
12891
12892 * tips.texi (Library Headers): Fix typo.
12893
12894 2003-10-07 Juri Linkov <juri@jurta.org>
12895
12896 * modes.texi (Imenu): Mention imenu-create-index-function's
12897 default value. Explain submenus better.
12898
12899 2003-10-07 Lute Kamstra <lute@gnu.org>
12900
12901 * modes.texi (Faces for Font Lock): Fix typo.
12902 (Hooks): Explain how buffer-local hook variables can refer to
12903 global hook variables.
12904 Various minor clarifications.
12905
12906 2003-10-06 Lute Kamstra <lute@gnu.org>
12907
12908 * tips.texi (Coding Conventions): Mention naming conventions for
12909 hooks.
12910
12911 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
12912
12913 * loading.texi (Library Search): Correct default value of
12914 load-suffixes.
12915 (Named Features): Fix typo.
12916
12917 2003-10-05 Richard M. Stallman <rms@gnu.org>
12918
12919 * loading.texi (Named Features): In `provide',
12920 say how to test for subfeatures.
12921 (Unloading): In unload-feature, use new var name
12922 unload-feature-special-hooks.
12923
12924 2003-10-03 Lute Kamstra <lute@gnu.org>
12925
12926 * modes.texi (Major Mode Conventions): Mention third way to set up
12927 Imenu.
12928 (Imenu): A number of small fixes.
12929 Delete documentation of internal variable imenu--index-alist.
12930 Document the return value format of imenu-create-index-function
12931 functions.
12932
12933 2003-09-30 Richard M. Stallman <rms@gnu.org>
12934
12935 * processes.texi (Network): Say what stopped datagram connections do.
12936
12937 * lists.texi (Association Lists): Clarify `assq-delete-all'.
12938
12939 * display.texi (Overlay Properties): Clarify `evaporate' property.
12940
12941 2003-09-29 Lute Kamstra <lute@gnu.org>
12942
12943 * modes.texi (Mode Line Data): Explain when symbols in mode-line
12944 constructs should be marked as risky.
12945 Change cons cell into proper list.
12946 (Mode Line Variables): Change cons cell into proper list.
12947
12948 2003-09-26 Lute Kamstra <lute@gnu.org>
12949
12950 * modes.texi (Mode Line Data): Document the :propertize construct.
12951 (Mode Line Variables): Reorder the descriptions of the variables
12952 to match their order in the default mode-line-format.
12953 Describe the new variables mode-line-position and mode-line-modes.
12954 Update the default values of mode-line-frame-identification,
12955 minor-mode-alist, and default-mode-line-format.
12956 (Properties in Mode): Mention the :propertize construct.
12957
12958 2003-09-26 Richard M. Stallman <rms@gnu.org>
12959
12960 * buffers.texi, commands.texi, debugging.texi, eval.texi:
12961 * loading.texi, minibuf.texi, text.texi, variables.texi:
12962 Avoid @strong{Note:}.
12963
12964 2003-09-26 Richard M. Stallman <rms@gnu.org>
12965
12966 * keymaps.texi (Remapping Commands): Fix typo.
12967
12968 2003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
12969
12970 * processes.texi (Low-Level Network): Fix typo.
12971
12972 2003-09-23 Kim F. Storm <storm@cua.dk>
12973
12974 * processes.texi (Network, Network Servers): Fix typos.
12975 (Low-Level Network): Add timeout value for :server keyword.
12976 Add new option keywords to make-network-process.
12977 Add set-network-process-options.
12978 Explain how to test availability of network options.
12979
12980 2003-09-19 Richard M. Stallman <rms@gnu.org>
12981
12982 * text.texi (Motion by Indent): Arg to
12983 backward-to-indentation and forward-to-indentation is optional.
12984
12985 * strings.texi (Creating Strings): Add substring-no-properties.
12986
12987 * processes.texi
12988 (Process Information): Add list-processes arg QUERY-ONLY.
12989 Delete process-contact from here.
12990 Add new status values for process-status.
12991 Add process-get, process-put, process-plist, set-process-plist.
12992 (Synchronous Processes): Add call-process-shell-command.
12993 (Signals to Processes): signal-process allows process objects.
12994 (Network): Complete rewrite.
12995 (Network Servers, Datagrams, Low-Level Network): New nodes.
12996
12997 * positions.texi (Word Motion): forward-word, backward-word
12998 arg is optional. Reword.
12999
13000 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
13001
13002 * variables.texi (Creating Buffer-Local):
13003 Delete duplicate definition of buffer-local-value.
13004 (File Local Variables): Explain about discarding text props.
13005
13006 2003-09-11 Richard M. Stallman <rms@gnu.org>
13007
13008 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
13009 changes variables that record input events.
13010 (Minibuffer Misc): Add minibuffer-selected-window.
13011
13012 * lists.texi (Building Lists): Add copy-tree.
13013
13014 * display.texi (Fontsets): Add char-displayable-p.
13015 (Scroll Bars): New node.
13016
13017 2003-09-08 Lute Kamstra <lute@gnu.org>
13018
13019 * modes.texi (%-Constructs): Document new `%i' and `%I'
13020 constructs.
13021
13022 2003-09-03 Peter Runestig <peter@runestig.com>
13023
13024 * makefile.w32-in: New file.
13025
13026 2003-08-29 Richard M. Stallman <rms@gnu.org>
13027
13028 * display.texi (Overlay Properties): Clarify how priorities
13029 affect use of the properties.
13030
13031 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
13032
13033 * customize.texi (Type Keywords): Correct the description of
13034 `:help-echo' in the case where `motion-doc' is a function.
13035
13036 2003-08-14 John Paul Wallington <jpw@gnu.org>
13037
13038 * modes.texi (Emulating Mode Line): Subsection, not section.
13039
13040 2003-08-13 Richard M. Stallman <rms@gnu.org>
13041
13042 * elisp.texi (Top): Update subnode lists in menu.
13043
13044 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
13045 (Kill Functions): kill-region has new arg yank-handler.
13046 (Yanking): New node.
13047 (Yank Commands): Add yank-undo-function.
13048 (Low-Level Kill Ring):
13049 kill-new and kill-append have new arg yank-handler.
13050 (Changing Properties): Add remove-list-of-text-properties.
13051 (Atomic Changes): New node.
13052
13053 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
13054
13055 * streams.texi (Output Variables): Add eval-expression-print-length
13056 and eval-expression-print-level.
13057
13058 * os.texi (Time Conversion): For encode-time, explain limits on year.
13059
13060 * objects.texi (Character Type): Define anchor "modifier bits".
13061
13062 * modes.texi (Emulating Mode Line): New node.
13063 (Search-based Fontification): Font Lock uses font-lock-face property.
13064 (Other Font Lock Variables): Likewise.
13065
13066 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
13067 not vectors.
13068 (Active Keymaps): Add emulation-mode-map-alists.
13069 (Functions for Key Lookup): key-binding has new arg no-remap.
13070 (Remapping Commands): New node.
13071 (Scanning Keymaps): where-is-internal has new arg no-remap.
13072 (Tool Bar): Add tool-bar-local-item-from-menu.
13073 Clarify when to use tool-bar-add-item-from-menu.
13074
13075 * commands.texi (Interactive Call): commandp has new arg.
13076 (Command Loop Info): Add this-original-command.
13077
13078 2003-08-06 John Paul Wallington <jpw@gnu.org>
13079
13080 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
13081
13082 * display.texi (Warning Basics): Fix typo.
13083 (Fringes): Add closing curly bracket and fix typo.
13084
13085 * elisp.texi (Top): Fix typo.
13086
13087 2003-08-05 Richard M. Stallman <rms@gnu.org>
13088
13089 * elisp.texi: Update lists of subnodes.
13090
13091 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
13092
13093 * variables.texi (Local Variables): Use lc for example variable names.
13094
13095 * tips.texi (Library Headers): Explain where to put -*-.
13096
13097 * strings.texi (Creating Strings): Fix xref for vconcat.
13098
13099 * sequences.texi (Vector Functions):
13100 vconcat no longer allows integer args.
13101
13102 * minibuf.texi (Reading File Names): read-file-name has new
13103 arg PREDICATE. New function read-directory-name.
13104
13105 * macros.texi (Defining Macros): Give definition of `declare'.
13106 (Indenting Macros): New node.
13107
13108 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
13109 (Window Frame Parameters): Make separate table of parameters
13110 that are coupled with specific face attributes.
13111 (Deleting Frames): delete-frame-hooks renamed to
13112 delete-frame-functions.
13113
13114 * files.texi (Magic File Names): Add file-remote-p.
13115 Clarify file-local-copy.
13116
13117 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
13118 here; instead xref Defining Macros.
13119
13120 * display.texi (Warnings): New node, and subnodes.
13121 (Fringes): New node.
13122
13123 * debugging.texi (Test Coverage): New node.
13124
13125 * compile.texi (Compiler Errors): Explain with-no-warnings
13126 and other ways to suppress warnings.
13127
13128 * commands.texi (Interactive Call): Minor clarification.
13129
13130 * buffers.texi (Buffer File Name): set-visited-file-name
13131 renames the buffer too.
13132
13133 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
13134
13135 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
13136
13137 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
13138
13139 2003-07-22 Markus Rost <rost@math.ohio-state.edu>
13140
13141 * internals.texi (Garbage Collection): Fix previous change.
13142
13143 2003-07-22 Richard M. Stallman <rms@gnu.org>
13144
13145 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
13146
13147 * display.texi (Width): Use \s syntax in example.
13148 (Font Selection): Add face-font-rescale-alist.
13149
13150 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
13151 Remove spurious indent in example.
13152
13153 * lists.texi (Building Lists): Add number-sequence.
13154
13155 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
13156
13157 * functions.texi (Function Documentation): Explain how to
13158 show calling convention explicitly in the doc string.
13159
13160 * windows.texi (Selecting Windows): save-selected-window saves
13161 selected window of each frame.
13162 (Window Configurations): Minor change.
13163
13164 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
13165
13166 * streams.texi (Output Variables): Add print-continuous-numbering
13167 and print-number-table.
13168
13169 * processes.texi (Decoding Output): New node.
13170
13171 * os.texi (Time Conversion): decode-time arg is optional.
13172
13173 * objects.texi (Character Type): Don't use space as example for \.
13174 Make list of char names and \-sequences correspond.
13175 Explain that \s is not used in strings. `\ ' needs space after.
13176
13177 * nonascii.texi (Converting Representations): Add string-to-multibyte.
13178 (Translation of Characters): Add translation-table-for-input.
13179 (Default Coding Systems): Add auto-coding-functions.
13180 (Explicit Encoding): Add decode-coding-inserted-region.
13181 (Locales): Add locale-info.
13182
13183 * minibuf.texi (Basic Completion): Describe test-completion.
13184 Collections can be lists of strings.
13185 Clean up lazy-completion-table.
13186 (Programmed Completion): Mention test-completion.
13187 Clarify why lambda expressions are not accepted.
13188 (Minibuffer Misc): Describe minibufferp.
13189
13190 2003-07-14 Richard M. Stallman <rms@gnu.org>
13191
13192 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
13193
13194 * windows.texi (Selecting Windows): New arg to select-window.
13195 (Selecting Windows): Add with-selected-window.
13196 (Size of Window): Add window-inside-edges, etc.
13197
13198 * internals.texi (Garbage Collection): Add post-gc-hook.
13199
13200 * processes.texi (Subprocess Creation): Add exec-suffixes.
13201
13202 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
13203 (Scanning Keymaps): Add map-keymaps.
13204 (Defining Menus): Add keymap-prompt.
13205
13206 * numbers.texi (Integer Basics): Add most-positive-fixnum,
13207 most-negative-fixnum.
13208
13209 * compile.texi (Byte Compilation): Explain no-byte-compile.
13210 (Compiler Errors): New node.
13211
13212 * os.texi (User Identification): user-uid, user-real-uid
13213 can return float.
13214
13215 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
13216 and about derived modes.
13217 (Minor Modes): Add minor-mode-list.
13218 (Defining Minor Modes): Keyword args for define-minor-mode.
13219 (Search-based Fontification): Explain managing other properties.
13220 (Other Font Lock Variables): Add font-lock-extra-managed-props.
13221 (Faces for Font Lock): Add font-lock-preprocessor-face.
13222 (Hooks): Add run-mode-hooks and delay-mode-hooks.
13223
13224 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
13225 (Variable Aliases): Clarify defvaralias.
13226
13227 * loading.texi (Library Search): Add load-suffixes.
13228
13229 * minibuf.texi (Basic Completion): Add lazy-completion-table.
13230 (Programmed Completion): Add dynamic-completion-table.
13231
13232 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
13233 (Magic File Names): Specify precedence order of handlers.
13234
13235 * commands.texi (Command Overview): Emacs server runs pre-command-hook
13236 and post-command-hook.
13237 (Waiting): New calling convention for sit-for.
13238
13239 * text.texi (Special Properties): local-map and keymap properties
13240 apply based on their stickiness.
13241
13242 2003-07-07 Richard M. Stallman <rms@gnu.org>
13243
13244 * modes.texi (Minor Mode Conventions): Specify only some kinds
13245 of list values as args to minor modes.
13246
13247 * files.texi (File Name Expansion): Warn about iterative use
13248 of substitute-in-file-name.
13249
13250 * advice.texi (Activation of Advice): Clean up previous change.
13251
13252 2003-07-06 Markus Rost <rost@math.ohio-state.edu>
13253
13254 * advice.texi (Activation of Advice): Note that ad-start-advice is
13255 turned on by default.
13256
13257 2003-06-30 Richard M. Stallman <rms@gnu.org>
13258
13259 * text.texi (Buffer Contents): Document current-word.
13260 (Change Hooks): Not called for *Messages*.
13261
13262 * functions.texi (Defining Functions): Explain about redefining
13263 primitives.
13264 (Function Safety): Rename. Minor changes.
13265 Comment out the detailed criteria for what is safe.
13266
13267 2003-06-22 Andreas Schwab <schwab@suse.de>
13268
13269 * objects.texi (Symbol Type): Fix description of examples.
13270
13271 2003-06-16 Andreas Schwab <schwab@suse.de>
13272
13273 * hash.texi (Creating Hash): Fix description of :weakness.
13274
13275 2003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
13276
13277 * files.texi (Changing Files): copy-file copies file modes, too.
13278
13279 2003-05-28 Richard M. Stallman <rms@gnu.org>
13280
13281 * strings.texi (Creating Strings): Clarify split-string.
13282
13283 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
13284
13285 * strings.texi (Creating Strings): Update split-string specification
13286 and examples.
13287
13288 2003-05-19 Richard M. Stallman <rms@gnu.org>
13289
13290 * elisp.texi: Correct invariant section names.
13291
13292 2003-04-20 Richard M. Stallman <rms@gnu.org>
13293
13294 * os.texi (Timers): Explain about timers and quitting.
13295
13296 2003-04-19 Richard M. Stallman <rms@gnu.org>
13297
13298 * internals.texi (Writing Emacs Primitives): Strings are
13299 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
13300 Explain GCPRO convention for varargs function args.
13301
13302 2003-04-16 Richard M. Stallman <rms@gnu.org>
13303
13304 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
13305
13306 2003-04-08 Richard M. Stallman <rms@gnu.org>
13307
13308 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
13309
13310 2003-02-13 Kim F. Storm <storm@cua.dk>
13311
13312 * objects.texi (Character Type): New \s escape for space.
13313
13314 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
13315
13316 * os.texi (System Environment): Add cygwin system-type.
13317
13318 2003-01-25 Richard M. Stallman <rms@gnu.org>
13319
13320 * keymaps.texi: Document that a symbol can act as a keymap.
13321
13322 2003-01-13 Richard M. Stallman <rms@gnu.org>
13323
13324 * text.texi (Changing Properties): Say string indices are origin-0.
13325
13326 * positions.texi (Screen Lines) <compute-motion>:
13327 Correct order of elts in return value.
13328
13329 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
13330 how to define a default binding.
13331
13332 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
13333
13334 * loading.texi (Unloading): Fix recent change for load-history.
13335
13336 * customize.texi (Simple Types): Clarify description of custom
13337 type 'number. Describe new custom type 'float.
13338
13339 2002-12-04 Markus Rost <rost@math.ohio-state.edu>
13340
13341 * variables.texi (File Local Variables): Fix typo.
13342
13343 2002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
13344
13345 From Michael Albinus <Michael.Albinus@alcatel.de>.
13346
13347 * README: Target for Info file is `make info'.
13348
13349 * files.texi (File Name Components): Fix typos in
13350 `file-name-sans-extension'.
13351 (Magic File Names): Complete list of operations for magic file
13352 name handlers.
13353
13354 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
13355
13356 * variables.texi (File Local Variables): New function
13357 risky-local-variable-p.
13358
13359 2002-09-15 Jonathan Yavner <jyavner@engineer.com>
13360
13361 * functions.texi (Function safety): New node about unsafep.
13362
13363 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
13364
13365 * customize.texi (Splicing into Lists): Fix example.
13366 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
13367
13368 2002-06-17 Juanma Barranquero <lektu@terra.es>
13369
13370 * frames.texi (Display Feature Testing): Fix typo.
13371
13372 2002-06-12 Andreas Schwab <schwab@suse.de>
13373
13374 * frames.texi (Initial Parameters, Resources): Fix references to
13375 the Emacs manual.
13376
13377 2002-05-13 Kim F. Storm <storm@cua.dk>
13378
13379 * variables.texi (Intro to Buffer-Local): Update warning and
13380 example relating to changing buffer inside let.
13381
13382 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
13383
13384 * os.texi (Session Management): New node about X Session management.
13385
13386 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
13387
13388 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
13389 to which the manual corresponds, and the copyright years.
13390
13391 * Makefile.in (VERSION): Set to 2.9.
13392
13393 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
13394
13395 * elisp.texi: Change the category in @dircategory to "Emacs", to
13396 make it consistent with info/dir.
13397
13398 2001-11-25 Miles Bader <miles@gnu.org>
13399
13400 * text.texi (Fields): Describe new `limit' arg in
13401 field-beginning/field-end.
13402
13403 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
13404
13405 * permute-index: Don't depend on csh-specific features.
13406 Replace the interpreter name with /bin/sh.
13407
13408 * two-volume-cross-refs.txt: New file.
13409 * two.el: New file.
13410 * spellfile: New file.
13411
13412 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
13413
13414 * permute-index: New file.
13415
13416 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
13417 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
13418 8+3 restricted namespace.
13419
13420 * Makefile.in (infodir): Define relative to $(srcdir).
13421 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
13422 include directories list via -I switch to makeinfo.
13423 (index.texi): Use cp if both hard and symbolic links fail.
13424
13425 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
13426
13427 * Makefile.in (distclean): Add.
13428
13429 The following changes make ELisp manual part of the Emacs
13430 distribution:
13431
13432 * Makefile.in: Add Copyright notice.
13433 (prefix): Remove.
13434 (infodir): Change value to "../info".
13435 (VPATH): New variable.
13436 (MAKE): Don't define.
13437 (texmacrodir): Don't define.
13438 (texinputdir): Append the existing value of TEXINPUTS.
13439 ($(infodir)/elisp): Instead of just "elisp". Reformat the
13440 command to be compatible with man/Makefile.in, and to put the
13441 output into ../info.
13442 (info): Add target.
13443 (installall): Target removed.
13444
13445 2001-10-31 Pavel Janík <Pavel@Janik.cz>
13446
13447 * tips.texi (Coding Conventions): Fix typo.
13448
13449 2001-10-23 Gerd Moellmann <gerd@gnu.org>
13450
13451 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
13452
13453 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
13454
13455 * files.texi (File Name Components): Update the description of
13456 file-name-sans-extension and file-name-extension, as they now
13457 ignore leading dots.
13458
13459 2001-10-20 Gerd Moellmann <gerd@gnu.org>
13460
13461 * (Version 21.1 released.)
13462
13463 2001-10-19 Miles Bader <miles@gnu.org>
13464
13465 * positions.texi (Text Lines): Describe behavior of
13466 `beginning-of-line'/`end-of-line' in the presence of field properties.
13467
13468 2001-10-17 Gerd Moellmann <gerd@gnu.org>
13469
13470 * Makefile.in (VERSION): Set to 2.8.
13471 (manual): Use `manual-21'.
13472
13473 * elisp.texi (VERSION): Add and use it where the version
13474 number was used. Set it to 2.8.
13475
13476 * intro.texi: Likewise.
13477
13478 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
13479
13480 * files.texi (File Name Completion): Document the significance of
13481 a trailing slash in elements of completion-ignored-extensions.
13482
13483 2001-10-06 Miles Bader <miles@gnu.org>
13484
13485 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
13486
13487 2001-10-04 Gerd Moellmann <gerd@gnu.org>
13488
13489 * variables.texi (Variable Aliases): New node.
13490
13491 2001-10-04 Gerd Moellmann <gerd@gnu.org>
13492
13493 * Branch for 21.1.
13494
13495 2001-10-02 Miles Bader <miles@gnu.org>
13496
13497 * minibuf.texi (Minibuffer Misc): Add entries for
13498 `minibuffer-contents', `minibuffer-contents-no-properties', and
13499 `delete-minibuffer-contents'.
13500 Correct description for `minibuffer-prompt-end'.
13501
13502 * text.texi (Property Search): Correct descriptions of
13503 `next-char-property-change' and `previous-char-property-change'.
13504 Add entries for `next-single-char-property-change' and
13505 `previous-single-char-property-change'.
13506 Make operand names a bit more consistent.
13507
13508 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
13509
13510 * frames.texi (Finding All Frames): Document that next-frame and
13511 previous-frame are local to current terminal.
13512
13513 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
13514
13515 * keymaps.texi (Creating Keymaps): Fix the description of the
13516 result of make-keymap.
13517
13518 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
13519
13520 * display.texi (Font Lookup, Attribute Functions)
13521 (Image Descriptors): Add cross-references to the definition of
13522 selected frame.
13523
13524 * buffers.texi (The Buffer List): Add cross-references to the
13525 definition of selected frame.
13526
13527 * frames.texi (Input Focus): Clarify which frame is _the_ selected
13528 frame at any given time.
13529 (Multiple Displays, Size and Position): Add a cross-reference to
13530 the definition of the selected frame.
13531
13532 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
13533
13534 * strings.texi (String Conversion) <string-to-number>: Document
13535 that a float is returned for integers that are too large.
13536
13537 * frames.texi (Mouse Position): Document mouse-position-function.
13538 (Display Feature Testing): Document display-images-p.
13539 (Window Frame Parameters): Document the cursor-type variable.
13540
13541 * numbers.texi (Integer Basics): Document CL style read syntax for
13542 integers in bases other than 10.
13543
13544 * positions.texi (List Motion):
13545 Document open-paren-in-column-0-is-defun-start.
13546
13547 * lists.texi (Sets And Lists): Document member-ignore-case.
13548
13549 * internals.texi (Garbage Collection): Document the used and free
13550 strings report.
13551 (Memory Usage): Document strings-consed.
13552
13553 * os.texi (Time of Day): Document float-time.
13554 (Recording Input): Document that clear-this-command-keys clears
13555 the vector to be returned by recent-keys.
13556
13557 * keymaps.texi (Scanning Keymaps) <where-is-internal>:
13558 The argument keymap can be a list.
13559
13560 * nonascii.texi (User-Chosen Coding Systems)
13561 <select-safe-coding-system>: Document the new argument
13562 accept-default-p and the variable
13563 select-safe-coding-system-accept-default-p. Tell what happens if
13564 buffer-file-coding-system is undecided.
13565 (Default Coding Systems): Document auto-coding-regexp-alist.
13566
13567 * display.texi (The Echo Area) <message>: Document
13568 message-truncate-lines.
13569 (Glyphs): Document that the glyph table is unused on windowed
13570 displays.
13571
13572 * help.texi (Describing Characters) <single-key-description>:
13573 Document the new argument no-angles.
13574 (Accessing Documentation) <documentation-property>: Document that
13575 a non-string property is evaluated.
13576 <documentation>: Document that the function-documentation property
13577 is looked for.
13578
13579 * windows.texi (Selecting Windows): Document some-window.
13580
13581 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
13582
13583 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
13584 apropos-mode-hook.
13585
13586 * commands.texi (Using Interactive): Document interactive-form.
13587 (Keyboard Macros): Document kbd-macro-termination-hook.
13588 (Command Loop Info): Document that clear-this-command-keys clears
13589 the vector to be returned by recent-keys.
13590
13591 2001-09-04 Werner LEMBERG <wl@gnu.org>
13592
13593 * Makefile.in (srcdir, texinputdir): New variables.
13594 (srcs, index.texi, install): Use $(srcdir).
13595 (.PHONY): Remove elisp.dvi.
13596 (elisp): Use -I switch for makeinfo.
13597 (elisp.dvi): Use $(srcdir) and $(texinputdir).
13598 (installall, dist): Use $(srcdir).
13599 Fix path to texinfo.tex.
13600 (maintainer-clean): Add elisp.dvi and elisp.oaux.
13601
13602 2001-08-30 Gerd Moellmann <gerd@gnu.org>
13603
13604 * display.texi (Conditional Display): Adjust to API change.
13605
13606 * configure: New file.
13607
13608 2001-07-30 Gerd Moellmann <gerd@gnu.org>
13609
13610 * commands.texi (Repeat Events): Add description of
13611 double-click-fuzz.
13612
13613 2001-05-08 Stefan Monnier <monnier@cs.yale.edu>
13614
13615 * syntax.texi (Syntax Class Table): Add the missing designator for
13616 comment and string fences.
13617 (Syntax Properties): Add a xref to syntax table internals.
13618 (Syntax Table Internals): Document string-to-syntax.
13619
13620 2001-05-07 Gerd Moellmann <gerd@gnu.org>
13621
13622 * Makefile.in (install): Use install-info command line options
13623 like in Emacs' Makefile.in.
13624
13625 2000-12-09 Miles Bader <miles@gnu.org>
13626
13627 * windows.texi (Window Start): Update documentation for
13628 `pos-visible-in-window-p'.
13629
13630 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
13631
13632 * lists.texi (Building Lists): Add footnote to explain how to add
13633 to the end of a list.
13634
13635 2000-10-25 Gerd Moellmann <gerd@gnu.org>
13636
13637 * files.texi (Visiting Functions): Typos.
13638
13639 2000-10-25 Kenichi Handa <handa@etl.go.jp>
13640
13641 * files.texi (Visiting Functions): Return value of
13642 find-file-noselect may be a list of buffers if wildcards are used.
13643
13644 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
13645
13646 * display.texi (Defining Faces): Document `graphic' display type
13647 in face specs.
13648
13649 2000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13650
13651 * hooks.texi (Standard Hooks): Replace obsolete
13652 `after-make-frame-hook' with `after-make-frame-functions'.
13653
13654 * frames.texi (Creating Frames): Ditto.
13655
13656 * variables.texi (Future Local Variables): Ditto.
13657
13658 2000-10-16 Gerd Moellmann <gerd@gnu.org>
13659
13660 * display.texi (Other Image Types): Add description of :foreground
13661 and :background properties of mono PBM images.
13662
13663 2000-08-17 Werner LEMBERG <wl@gnu.org>
13664
13665 * .cvsignore: New file.
13666
13667 2000-01-05 Gerd Moellmann <gerd@gnu.org>
13668
13669 * tindex.pl: New script.
13670
13671 1999-12-03 Dave Love <fx@gnu.org>
13672
13673 * Makefile.in (MAKEINFO): New parameter.
13674
13675 1999-09-17 Richard Stallman <rms@gnu.org>
13676
13677 * Makefile.in (srcs): Add hash.texi.
13678 (VERSION): Update to 20.6.
13679
13680 1999-09-13 Richard Stallman <rms@gnu.org>
13681
13682 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
13683
13684 1998-08-29 Karl Heuer <kwzh@gnu.org>
13685
13686 * configure.in: New file.
13687 * Makefile.in: Renamed from Makefile.
13688 (prefix, infodir): Use value obtained from configure.
13689 (emacslibdir): Obsolete variable deleted.
13690 (dist): Distribute configure.in, configure, Makefile.in.
13691
13692 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
13693
13694 * Makefile (INSTALL_INFO): New variable.
13695 (install): Run install-info.
13696
13697 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
13698
13699 * Makefile (elisp.dvi): Add missing backslash.
13700
13701 1998-05-02 Richard Stallman <rms@psilocin.gnu.org>
13702
13703 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
13704 Run texindex without `./'. Always run texindex on elisp.tp.
13705 (elisp.tps): Target deleted.
13706
13707 1998-04-05 Richard Stallman <rms@psilocin.gnu.org>
13708
13709 * Makefile (srcs): Add nonascii.texi and customize.texi.
13710 (dist): Start by deleting `temp'.
13711
13712 1998-02-17 Richard Stallman <rms@psilocin.gnu.org>
13713
13714 * Makefile (makeinfo, texindex): Targets deleted.
13715 (makeinfo.o, texindex.o): Targets deleted.
13716 (clean, dist): Don't do anything with them or with getopt*.
13717
13718 1998-01-30 Richard Stallman <rms@psilocin.gnu.org>
13719
13720 * Makefile (SHELL): Define.
13721
13722 1998-01-27 Richard Stallman <rms@psilocin.gnu.org>
13723
13724 * Makefile (elisp.tps): New target.
13725 (elisp.dvi): Depend on elisp.tps.
13726
13727 1996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
13728
13729 * README: Update phone number.
13730
13731 * Makefile (elisp): Make this be the default target.
13732 Depend on makeinfo.c instead of makeinfo.
13733 (install): Don't depend on elisp.dvi, since we don't install that.
13734 Use mkinstalldirs.
13735 (dist): Add mkinstalldirs.
13736
13737 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13738
13739 * Makefile (VERSION): Update version number.
13740 (maintainer-clean): Rename from realclean.
13741
13742 1995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
13743
13744 * Makefile (realclean): New target.
13745 (elisp): Remove any old elisp-* files first.
13746
13747 1993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
13748
13749 * Makefile (VERSION): New variable.
13750 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
13751 Compressed file suffix should be `.gz', not `.z'.
13752
13753 1993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13754
13755 * Makefile (elisp): Depend on makeinfo.
13756
13757 1993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
13758
13759 * Makefile (srcs): Add anti.texi.
13760
13761 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13762
13763 * Makefile (infodir, prefix): New vars.
13764 (install): Use infodir.
13765 (emacsinfodir): Delete.
13766
13767 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13768
13769 * Makefile (srcs): Add calendar.texi.
13770
13771 * Makefile (dist): Copy texindex.c and makeinfo.c.
13772 Limit elisp-* files to those with one or two digits.
13773
13774 1993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13775
13776 * Makefile (dist): Change to use Gzip instead of compress.
13777
13778 1993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
13779
13780 * loading.texi (Unloading): define-function changed back to
13781 defalias. It may not stay this way, but at least it's
13782 consistent with the known-good version of the code patch.
13783
13784 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
13785
13786 * modes.texi (Hooks): Document new optional arg of add-hook.
13787
13788 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
13789
13790 * variables.texi: Document nil initial value of buffer-local variables.
13791
13792 * tips.texi: Add new section on standard library headers.
13793
13794 1993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13795
13796 * Makefile (srcs): Add frame.texi to the list of sources.
13797
13798 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13799
13800 * Makefile (dist): Don't bother excluding autosave files; they'll
13801 never make it into the temp directory anyway, and the hash marks
13802 in the name are problematic for make and the Bourne shell.
13803 (srcs): ???
13804
13805 1993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13806
13807 * Makefile (dist): Don't include backup files or autosave files in
13808 the distribution tar file.
13809
13810 1991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13811
13812 * Makefile (srcs): Add index.perm.
13813 (elisp.dvi): Remove erroneous shell comment.
13814 Expect output of permute-index in permuted.fns.
13815 Save old elisp.aux in elisp.oaux.
13816 (clean): Add index.texi to be deleted.
13817
13818 1990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13819
13820 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
13821
13822 1990-06-26 David Lawrence (tale@geech)
13823
13824 * files.texi: Noted that completion-ignored-extensions is ignored
13825 when making *Completions*.
13826
13827 1990-06-08 Jay Fenlason (hack@ai.mit.edu)
13828
13829 * Makefile make dist now depends on elisp.dvi, since it tries
13830 to include it in the dist file.
13831
13832 1990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
13833
13834 * functions.texinfo (Mapping Functions): Add missing quote.
13835
13836 1989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13837
13838 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
13839 (defunargs): Turn off \hyphenchar of \sl font temporarily.
13840
13841 1989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13842
13843 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
13844 and @error{} are the terms now being used. The files in the
13845 directory have been changed to reflect this.
13846
13847 * All instances of @indentedresultt{} have been changed to
13848 ` @result{}', using 5 spaces at the beginning of the line.
13849
13850 1989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13851
13852 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
13853 experimental @indentedresult{}, @indentedexpandsto{} are part of
13854 the texinfo.tex in this directory. These TeX macros are not
13855 stable yet.
13856
13857 1989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13858
13859 * texinfo.tex: Temporarily added
13860 \let\result=\dblarrow
13861 \def\error{{\it ERROR} \longdblarrow}
13862 We need to do this better soon.
13863
13864 1989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13865
13866 * Applied Karl Berry's patches to *.texinfo files, but not to
13867 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
13868 new title page format is also not applied, since it requires
13869 texinfo.tex changes.)
13870
13871 * Cleaned up `Makefile' and defined the `emacslibdir' directory
13872 for the Project GNU development environment.
13873
13874 ;; Local Variables:
13875 ;; coding: utf-8
13876 ;; End:
13877
13878 Copyright (C) 1998-2015 Free Software Foundation, Inc.
13879
13880 This file is part of GNU Emacs.
13881
13882 GNU Emacs is free software: you can redistribute it and/or modify
13883 it under the terms of the GNU General Public License as published by
13884 the Free Software Foundation, either version 3 of the License, or
13885 (at your option) any later version.
13886
13887 GNU Emacs is distributed in the hope that it will be useful,
13888 but WITHOUT ANY WARRANTY; without even the implied warranty of
13889 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13890 GNU General Public License for more details.
13891
13892 You should have received a copy of the GNU General Public License
13893 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.