]> code.delx.au - gnu-emacs/blob - doc/lispref/ChangeLog
* lisp/subr.el (read-quoted-char): Use read-key.
[gnu-emacs] / doc / lispref / ChangeLog
1 2013-07-03 Glenn Morris <rgm@gnu.org>
2
3 * debugging.texi (Debugging):
4 * files.texi (File Attributes, Changing Files): Fix cross-references.
5
6 * package.texi (Package Archives): Fix @url call.
7
8 * syntax.texi (Syntax Table Functions): Mention describe-syntax.
9
10 2013-06-29 Eli Zaretskii <eliz@gnu.org>
11
12 * display.texi (Bidirectional Display): Document move-point-visually.
13
14 2013-06-29 Xue Fuqiao <xfq.free@gmail.com>
15
16 * buffers.texi (Buffer File Name): Fix typo.
17
18 2013-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
19
20 * tips.texi (Coding Conventions): Improve wording.
21
22 2013-06-24 Glenn Morris <rgm@gnu.org>
23
24 * loading.texi (Autoload): Fix typo.
25
26 * variables.texi (Lexical Binding): Fix typo.
27
28 * functions.texi (Anonymous Functions): Put back ' removed 2012-10-23.
29
30 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
31
32 * display.texi (ImageMagick Images): Mention :max-width and
33 :max-height.
34
35 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
36
37 * numbers.texi (Math Functions): Remove obsolete function log10.
38
39 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
40
41 * modes.texi (Mode Line Data, Properties in Mode): Advertise `keymap'
42 rather than `local-map'.
43
44 * keymaps.texi (Active Keymaps): Fix documentation of
45 set-temporary-overlay-map and overriding-terminal-local-map.
46
47 2013-06-19 Glenn Morris <rgm@gnu.org>
48
49 * Makefile.in (dist): Edit more configure variables.
50 Try to check that we do not miss any in future.
51
52 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
53
54 * text.texi (Undo, Changing Properties): Fix typos.
55
56 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
57
58 * text.texi (Changing Properties): Document `add-face-text-property'.
59
60 2013-06-17 Kenichi Handa <handa@gnu.org>
61
62 * display.texi (Face Attributes): Refer to "Low-Level font" (not
63 "Font Selection") in the explanation of :font attribute (bug#14629).
64
65 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
66
67 * loading.texi (Hooks for Loading): Don't document after-load-alist.
68 Document with-eval-after-load instead of eval-after-load.
69
70 2013-06-11 Xue Fuqiao <xfq.free@gmail.com>
71
72 * files.texi (File Name Expansion): Make the example more
73 intuitive.
74
75 2013-06-10 Paul Eggert <eggert@cs.ucla.edu>
76
77 Documentation fix for 'ls' and hard links.
78 * compile.texi (Compilation Functions):
79 * files.texi (File Attributes, Changing Files):
80 Use current format for GNU 'ls' output.
81 (File Attributes): Fix problem introduced in previous change:
82 the link count is the number of hard links, not the number
83 of hard links + 1.
84
85 2013-06-10 Xue Fuqiao <xfq.free@gmail.com>
86
87 * files.texi (File Attributes): Fix typo.
88
89 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
90
91 * functions.texi (Lambda Expressions): Lambda expressions don't
92 evaluate to themselves in general (bug#11782).
93
94 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
95
96 * loading.texi (Autoload):
97 * help.texi (Documentation Basics, Accessing Documentation)
98 (Accessing Documentation, Accessing Documentation): DOC-* is now DOC.
99
100 2013-04-23 Glenn Morris <rgm@gnu.org>
101
102 * internals.texi (Writing Emacs Primitives): Remove obvious example.
103 Tweak other to avoid overly long line.
104
105 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
106
107 * internals.texi (Writing Emacs Primitives): Remove unnecessary
108 references to the sources. (Bug#13800)
109
110 * searching.texi (Regexp Backslash): Doc fix for backslash
111 constructs in regular expressions.
112
113 2013-04-15 Christopher Schmidt <christopher@ch.ristopher.com>
114
115 * tips.texi (Coding Conventions): Mention separation of package
116 descriptor and name of internal symbols by two hyphens.
117
118 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
119
120 * windows.texi (Splitting Windows): Change category of
121 split-window from a command to a function.
122
123 2013-04-06 Chong Yidong <cyd@gnu.org>
124
125 * display.texi (Faces): Minor clarifications.
126 (Defining Faces): Clarify default vs custom face specs.
127 Document face-spec-set.
128
129 * display.texi (Overlay Properties):
130 * text.texi (Special Properties): Use the "anonymous face"
131 terminology. Describe foreground-color and background-color forms
132 as compatibility-only.
133
134 2013-03-24 Eli Zaretskii <eliz@gnu.org>
135
136 * compile.texi (Byte-Code Objects): Add index entry.
137 (Disassembly): Add cross-references.
138
139 2013-03-23 Eli Zaretskii <eliz@gnu.org>
140
141 * frames.texi (Size Parameters): More accurate description of the
142 difference between 'fullboth' and 'maximized'. (Bug#13935)
143
144 2013-03-17 Christopher Schmidt <christopher@ch.ristopher.com>
145
146 * symbols.texi (Standard Properties): Document pure. (Bug#13823)
147
148 2013-03-16 Glenn Morris <rgm@gnu.org>
149
150 * elisp.texi: Add some stuff specific to www.gnu.org.
151
152 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
153
154 * control.texi (Pattern matching case statement): Fix typo.
155
156 2013-03-04 Paul Eggert <eggert@cs.ucla.edu>
157
158 * elisp.texi, intro.texi: Switch from Latin-1 to UTF-8.
159
160 2013-03-03 Glenn Morris <rgm@gnu.org>
161
162 * objects.texi (Symbol Type): Fix typo.
163
164 2013-02-28 Bastien Guerry <bzg@gnu.org>
165
166 * variables.texi (File Local Variables): Fix reference.
167
168 2013-02-24 Eli Zaretskii <eliz@gnu.org>
169
170 * files.texi (Magic File Names): Improve wording and indexing.
171
172 2013-02-21 Glenn Morris <rgm@gnu.org>
173
174 * display.texi (Multi-Frame Images): Minor rephrasing.
175
176 2013-02-20 Glenn Morris <rgm@gnu.org>
177
178 * display.texi (GIF Images, TIFF Images): Delete these nodes.
179 (ImageMagick Images): For :index, use an xref rather than duplicating.
180 (Other Image Types): Add GIF, adjust formatting.
181 (Multi-Frame Images): Rename from Animated Images. Expand section.
182 * elisp.texi (Top): Update menu for these changes.
183
184 2013-02-19 Glenn Morris <rgm@gnu.org>
185
186 * text.texi (Change Hooks): Fix typo.
187
188 2013-02-15 Glenn Morris <rgm@gnu.org>
189
190 * modes.texi (Basic Major Modes): 'z' no longer bound in special-mode.
191
192 2013-02-13 Glenn Morris <rgm@gnu.org>
193
194 * objects.texi (Char-Table Type): Add footnote about #^^.
195
196 * modes.texi (Minor Mode Conventions): Fix typo.
197
198 * keymaps.texi (Scanning Keymaps): Remove obsolete sentence about
199 meta characters; this changed in 22.1. (Bug#13684)
200
201 * objects.texi (Char-Table Type): Add cindex.
202
203 * keymaps.texi (Key Binding Commands): Trivial rephrasing.
204
205 2013-02-10 Glenn Morris <rgm@gnu.org>
206
207 * keymaps.texi (Creating Keymaps): Update make-keymap result.
208
209 2013-02-09 Eli Zaretskii <eliz@gnu.org>
210
211 * modes.texi (%-Constructs): Remove the description of %t.
212
213 * nonascii.texi (MS-DOS File Types): Delete node.
214
215 2013-02-08 Glenn Morris <rgm@gnu.org>
216
217 * keymaps.texi (Active Keymaps, Searching Keymaps):
218 Remove confusing mention of "symbolic prefix". (Bug#13643)
219
220 2013-01-19 Glenn Morris <rgm@gnu.org>
221
222 * macros.texi (Indenting Macros): Fix order of an indent
223 symbol's arguments. (Bug#13450)
224
225 2013-01-19 Paul Eggert <eggert@cs.ucla.edu>
226
227 Allow floating-point file offsets.
228 * files.texi (Reading from Files, Writing to Files):
229 Say that file offsets can be numbers, not just integers.
230
231 2013-01-09 Glenn Morris <rgm@gnu.org>
232
233 * commands.texi (Interactive Codes):
234 Whitespace does not terminate interactive "S". (Bug#13393)
235
236 2013-01-06 Chong Yidong <cyd@gnu.org>
237
238 * windows.texi (Vertical Scrolling): Fix typos (Bug#13267).
239
240 2013-01-05 Glenn Morris <rgm@gnu.org>
241
242 * display.texi (Overlay Properties): Mention field. (Bug#13364)
243
244 2013-01-05 Eli Zaretskii <eliz@gnu.org>
245
246 * hooks.texi (Standard Hooks): Use @item, not @itemx, as the first
247 directive in a group of items.
248
249 2013-01-05 Chong Yidong <cyd@gnu.org>
250
251 * keymaps.texi (Key Sequences): Remove obsolete sentence
252 (Bug#13356).
253
254 2013-01-04 Ari Roponen <ari.roponen@gmail.com> (tiny change)
255
256 * hash.texi (Defining Hash): Fix typo. (Bug#13345)
257
258 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
259
260 * files.texi (File Attributes): Undocument return format of file-acl.
261
262 2013-01-03 Glenn Morris <rgm@gnu.org>
263
264 * processes.texi (System Processes):
265 * syntax.texi (Syntax Table Functions): Tweak some line breaks.
266
267 * searching.texi (Replacing Match): Fix xref.
268
269 * elisp.texi (DATE): Bump to Jan 2013.
270
271 2013-01-02 Glenn Morris <rgm@gnu.org>
272
273 * customize.texi (Common Keywords, Type Keywords):
274 Replace "active field" with "button". (Bug#13310)
275
276 * customize.texi (Common Keywords): Add xref. (Bug#13311)
277 * tips.texi (Library Headers): Add cindex.
278
279 2012-12-30 Wolfgang Jenkner <wjenkner@inode.at>
280
281 * functions.texi (Declare Form):
282 * intro.texi (A Sample Function Description):
283 * syntax.texi (Syntax Table Internals, Syntax Table Functions):
284 * variables.texi (Using Lexical Binding): Don't use @var or CAPS
285 in @def.. commands. (Bug#13292)
286
287 2012-12-29 Eli Zaretskii <eliz@gnu.org>
288
289 * files.texi (Changing Files): Document the return values of
290 set-file-selinux-context and set-file-acl.
291
292 2012-12-27 Glenn Morris <rgm@gnu.org>
293
294 * files.texi (File Names): Mention Cygwin conversion functions.
295
296 2012-12-22 Martin Rudalics <rudalics@gmx.at>
297
298 * windows.texi (Selecting Windows): Reword description of
299 select-window (Bug#13248).
300
301 2012-12-22 Eli Zaretskii <eliz@gnu.org>
302
303 * files.texi (File Attributes, Changing Files): Remove the details
304 about the text returned by file-acl. Instead, just document that
305 it is an opaque string meant to be used by set-file-acl.
306
307 2012-12-21 Chong Yidong <cyd@gnu.org>
308
309 * modes.texi (Auto Major Mode): Fix typo (Bug#13230).
310
311 * customize.texi (Simple Types): Document key-sequence type
312 (Bug#13048).
313
314 * strings.texi (Text Comparison): Doc fix for compare-strings.
315
316 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
317
318 * files.texi (Magic File Names): Add `file-acl',
319 `file-selinux-context', `set-file-acl' and
320 `set-file-selinux-context'. Make the list consistent.
321
322 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
323
324 * tips.texi (Library Headers): New header keyword `Homepage'.
325 Make continuation lines syntax more precise.
326
327 2012-12-17 Eli Zaretskii <eliz@gnu.org>
328
329 * files.texi (File Attributes, Changing Files): Update to include
330 MS-Windows support for ACLs.
331
332 2012-12-16 Romain Francoise <romain@orebokech.com>
333
334 * files.texi (File Attributes): Document ACL support and new
335 `file-acl' function.
336 (Changing Files): Mention argument name change of `copy-file' and
337 document new function `set-file-acl'.
338
339 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
340
341 Fix permissions bugs with setgid directories etc. (Bug#13125)
342 * files.texi (Testing Accessibility): Document GROUP arg
343 of file-ownership-preserved-p.
344 (File Attributes): Document that 9th element is now
345 just a placeholder.
346 * os.texi (User Identification): Document new functions group-gid,
347 group-real-gid.
348
349 2012-12-11 Paul Eggert <eggert@cs.ucla.edu>
350
351 * internals.texi (C Integer Types): New section.
352 This follows up and records an email in
353 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00496.html>.
354
355 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
356
357 * control.texi (Pattern matching case statement): New node.
358
359 * customize.texi (Variable Definitions): Mention the default :group
360 for defcustoms (bug#13093).
361
362 2012-12-09 Glenn Morris <rgm@gnu.org>
363
364 * customize.texi (Variable Definitions): Mention eval-defun
365 on a defcustom calls the :set function when appropriate.
366
367 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
368
369 * doclicense.texi, gpl.texi: Update to latest version from FSF.
370 These are just minor editorial changes.
371
372 2012-12-06 Chong Yidong <cyd@gnu.org>
373
374 * lists.texi (Plist Access): Move put example to Symbol Plists.
375
376 * symbols.texi (Standard Properties): Fix typo.
377
378 2012-12-03 Chong Yidong <cyd@gnu.org>
379
380 * symbols.texi (Symbol Properties): New node.
381 (Symbol Plists): Make it a subsection under Symbol Properties.
382 (Standard Properties): New node.
383
384 * lists.texi (Property Lists): Move here from symbols.texi.
385 (Plist Access): Rename from Other Plists.
386
387 * customize.texi (Variable Definitions):
388 * display.texi (Defining Faces):
389 * sequences.texi (Char-Tables): Fix xref.
390
391 * keymaps.texi (Key Sequences): `kbd' is now a function.
392
393 * commands.texi (Using Interactive): Fix index entry.
394
395 2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
396
397 * doclicense.texi: Update to latest version from FSF.
398 These are just minor editorial changes.
399 * elisp.texi (GNU Free Documentation License)
400 (GNU General Public Licens):
401 Provide sectioning, since doclicense.texi no longer does that.
402
403 * loading.texi (Named Features): @ -> @@ to fix typo.
404
405 2012-11-24 Martin Rudalics <rudalics@gmx.at>
406
407 * windows.texi (Basic Windows): Fix typo.
408 (Windows and Frames): Fix example. Move description of
409 window-in-direction here.
410 (Recombining Windows): Fix example.
411 (Buffers and Windows): Fix description of replace-buffer-in-windows.
412 (Switching Buffers): Reword.
413 (Display Action Functions): Minor adjustments.
414 (Choosing Window Options): Minor fixes.
415 (Window History): Minor rewording.
416 (Dedicated Windows): Correct and reword part describing how
417 dedicatedness affects functions removing buffers or windows.
418 * buffers.texi (The Buffer List): Fix description of bury-buffer.
419
420 2012-11-24 Chong Yidong <cyd@gnu.org>
421
422 * modes.texi (%-Constructs): Fix statement about mode construct
423 padding (Bug#12866).
424
425 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
426
427 * debugging.texi (Profiling): Make it more clear
428 that --enable-profiling is about profiling the C code.
429
430 2012-11-21 Glenn Morris <rgm@gnu.org>
431
432 * display.texi (Attribute Functions):
433 Update for set-face-* name changes.
434 Add new "inherit" argument for face-bold-p etc.
435 Move description of this argument to a common section, like "frame".
436
437 * debugging.texi (Profiling): New section.
438 (Debugging): Mention profiling in the introduction.
439 * tips.texi (Compilation Tips): Move profiling to separate section.
440 * elisp.texi: Add Profiling to detailed menu.
441
442 2012-11-21 Martin Rudalics <rudalics@gmx.at>
443
444 * windows.texi (Display Action Functions): Fix recently added
445 example. Suggested by Michael Heerdegen.
446
447 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
448
449 Minor cleanup for times as lists of four integers.
450 * os.texi (Time Parsing): Time values can now be four integers.
451
452 2012-11-18 Glenn Morris <rgm@gnu.org>
453
454 * loading.texi (How Programs Do Loading): Add eager macro expansion.
455 * macros.texi (Expansion): Mention eager macro expansion.
456
457 * minibuf.texi (Basic Completion): Mention misc completion-table funcs.
458
459 2012-11-18 Leo Liu <sdl.web@gmail.com>
460
461 * minibuf.texi (Programmed Completion): Doc fix for metadata
462 request (Bug#12850).
463
464 2012-11-18 Glenn Morris <rgm@gnu.org>
465
466 * display.texi (Temporary Displays): Document with-temp-buffer-window.
467
468 * frames.texi (Size and Position): Add fit-frame-to-buffer command.
469 * windows.texi (Resizing Windows): Add fit-frame-to-buffer option.
470 (Window Sizes): Add vindex for window-min-height, window-min-width.
471 (Display Action Functions): Mention pop-up-frame-parameters.
472
473 2012-11-16 Martin Rudalics <rudalics@gmx.at>
474
475 * windows.texi (Choosing Window): Rewrite description of
476 display-buffer-alist (Bug#12167).
477 (Display Action Functions): Mention inhibit-switch-frame.
478 Fix description of display-buffer-below-selected. Reorder actions.
479 Add example (Bug#12848).
480
481 2012-11-16 Glenn Morris <rgm@gnu.org>
482
483 * display.texi (Face Attributes): Fix :underline COLOR description.
484 (Attribute Functions): Update for set-face-underline rename.
485 Tweak descriptions of face-underline-p, face-inverse-video-p.
486
487 * keymaps.texi (Searching Keymaps, Tool Bar): Untabify examples,
488 so they align better in info.
489 (Active Keymaps, Searching Keymaps, Controlling Active Maps):
490 Document set-temporary-overlay-map.
491
492 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
493
494 * keymaps.texi (Translation Keymaps): Add a subsection "Interaction
495 with normal keymaps".
496
497 2012-11-15 Dmitry Antipov <dmantipov@yandex.ru>
498
499 * internals.texi (Garbage Collection): Update descriptions
500 of vectorlike_header, garbage-collect and gc-cons-threshold.
501 (Object Internals): Explain Lisp_Object layout and the basics
502 of an internal type system.
503 (Buffer Internals): Update description of struct buffer.
504
505 2012-11-13 Glenn Morris <rgm@gnu.org>
506
507 * variables.texi (Adding Generalized Variables):
508 At least mention gv-define-expander and gv-letplace.
509
510 * debugging.texi (Error Debugging): Mention debug-on-message.
511 (Using Debugger): Mention debugger-bury-or-kill.
512
513 * control.texi (Signaling Errors):
514 * debugging.texi (Error Debugging):
515 * errors.texi (Standard Errors): Add user-error.
516
517 * variables.texi (Adding Generalized Variables):
518 Use standard formatting for common lisp note about setf functions.
519
520 2012-11-10 Martin Rudalics <rudalics@gmx.at>
521
522 * elisp.texi (Top): Add Recombining Windows to menu.
523 * windows.texi (Recombining Windows): New subsection.
524 (Splitting Windows): Rewrite text on handling of window
525 combinations and move it to new subsection.
526
527 2012-11-10 Chong Yidong <cyd@gnu.org>
528
529 * searching.texi (Replacing Match): Document \? in replace-match.
530
531 * variables.texi (Creating Buffer-Local): Document setq-local and
532 defvar-local.
533 (Setting Generalized Variables): Arrange table alphabetically.
534
535 * lists.texi (List Elements, List Variables): Clarify descriptions
536 of push and pop for generalized variables.
537
538 * edebug.texi (Specification List): setf is no longer CL-only.
539
540 2012-11-10 Glenn Morris <rgm@gnu.org>
541
542 * variables.texi (Adding Generalized Variables):
543 Update description of FIX-RETURN expansion.
544
545 * variables.texi (Setting Generalized Variables):
546 Split most of previous contents into this subsection.
547 (Adding Generalized Variables): New subsection.
548 Move note on lack of setf functions here from misc/cl.texi.
549
550 * elisp.texi: Add Generalized Variables subsections to detailed menu.
551
552 2012-11-10 Chong Yidong <cyd@gnu.org>
553
554 * frames.texi (Initial Parameters): Doc fix (Bug#12144).
555
556 2012-11-08 Michael Albinus <michael.albinus@gmx.de>
557
558 * os.texi (Notifications): Update descriptions of
559 notifications-notify, notifications-close-notification and
560 notifications-get-capabilities according to latest code changes.
561 Add notifications-get-server-information.
562
563 2012-11-03 Chong Yidong <cyd@gnu.org>
564
565 * objects.texi (General Escape Syntax): Clarify the explanation of
566 escape sequences.
567 (Non-ASCII in Strings): Clarify when a string is unibyte vs
568 multibyte. Hex escapes do not automatically make a string
569 multibyte.
570
571 2012-11-03 Martin Rudalics <rudalics@gmx.at>
572
573 * windows.texi (Switching Buffers): Document option
574 switch-to-buffer-preserve-window-point.
575 (Display Action Functions): Document window-height and
576 window-width alist entries.
577 (Display Action Functions):
578 Document display-buffer-below-selected and
579 display-buffer-in-previous-window.
580 (Quitting Windows): Document quit-restore-window.
581 Rewrite section.
582 (Window Configurations): In window-state-get mention that
583 argument window must be valid.
584 (Window Parameters): Document quit-restore window parameter
585 (Bug#12158).
586
587 2012-10-31 Glenn Morris <rgm@gnu.org>
588
589 * control.texi (Catch and Throw): Add xref to cl.texi.
590
591 * lists.texi (Sets And Lists): Point xref to better location.
592
593 * errors.texi (Standard Errors):
594 * loading.texi (Autoload): Update for cl-lib namespace changes.
595
596 * modes.texi (Defining Minor Modes): "Generalized Variables"
597 section is now in this manual rather than cl.texi.
598
599 * eval.texi (Special Forms): No longer special forms: defmacro,
600 defun, save-window-excursion, with-output-to-temp-buffer.
601 * functions.texi (Defining Functions): Defun is now a macro.
602 Defalias is a function.
603
604 2012-10-30 Glenn Morris <rgm@gnu.org>
605
606 * variables.texi (Generalized Variables): Fix typo.
607
608 2012-10-30 Chong Yidong <cyd@gnu.org>
609
610 * symbols.texi (Symbol Plists): Document function-get.
611
612 * loading.texi (Autoload): Document autoloadp, autoload-do-load.
613
614 * frames.texi (Visibility of Frames): Document tty-top-frame.
615
616 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
617
618 * keymaps.texi (Format of Keymaps): Document the multiple
619 inheritance format.
620
621 2012-10-28 Martin Rudalics <rudalics@gmx.at>
622
623 * windows.texi (Basic Windows): Reformulate description of live,
624 internal and valid windows.
625 (Cyclic Window Ordering): Describe new argument of
626 get-lru-window and get-largest-window. Add description of
627 window-in-direction.
628
629 2012-10-27 Glenn Morris <rgm@gnu.org>
630
631 * variables.texi (Generalized Variables): New section,
632 adapted from misc/cl.texi.
633 * elisp.texi (Top): Add Generalized Variables to menu.
634 * lists.texi (List Elements, List Variables):
635 Mention generalized variables.
636
637 * lists.texi (List Elements): Typo fix.
638
639 2012-10-27 Chong Yidong <cyd@gnu.org>
640
641 * minibuf.texi (High-Level Completion): Don't mention removed
642 function iswitchb-read-buffer.
643
644 * commands.texi (Event Input Misc): Remove last-input-char.
645 (Command Loop Info): Remove last-command-char.
646
647 * frames.texi (Initial Parameters): Don't mention the obsolete
648 special-display feature.
649
650 * windows.texi (Choosing Window): Don't mention the obsolete
651 special display feature.
652 (Choosing Window Options): Remove obsolete special-display
653 variables, and the functions special-display-p and
654 special-display-popup-frame.
655
656 * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
657
658 * hooks.texi (Standard Hooks): Remove obsolete hooks.
659
660 * markers.texi (Information from Markers): Remove obsolete
661 function buffer-has-markers-at.
662
663 * text.texi (Yanking): Document yank-handled-properties.
664
665 2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
666
667 Update manual for new time stamp format (Bug#12706).
668 * buffers.texi (Modification Time):
669 * files.texi (Testing Accessibility, File Attributes):
670 * intro.texi (Version Info):
671 * os.texi (Time of Day):
672 Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
673 These instances were missed the first time around.
674 Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
675
676 2012-10-24 Chong Yidong <cyd@gnu.org>
677
678 * minibuf.texi (Text from Minibuffer): Document read-regexp
679 changes.
680
681 * nonascii.texi (Selecting a Representation):
682 Document set-buffer-multibyte changes.
683
684 * keymaps.texi (Toolkit Differences): Node deleted.
685 (Easy Menu): New node.
686
687 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
688
689 * hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.
690
691 2012-10-23 Paul Eggert <eggert@cs.ucla.edu>
692
693 Fix outdated timestamp documentation in Elisp manual (bug#12706).
694 * files.texi (File Attributes):
695 * text.texi (Undo):
696 Time stamp resolution is now 1 picosecond, not 1 second.
697
698 2012-10-23 Chong Yidong <cyd@gnu.org>
699
700 * display.texi (Font Lookup): Remove font-list-limit.
701
702 * keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode
703 (Bug#12529).
704
705 2012-10-22 Glenn Morris <rgm@gnu.org>
706
707 * os.texi (Recording Input): Tiny fix.
708
709 * intro.texi (Lisp History):
710 * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
711 * tips.texi (Coding Conventions): Recommend cl-lib over cl.
712
713 2012-10-15 Chong Yidong <cyd@gnu.org>
714
715 * macros.texi (Defining Macros): defmacro is now a macro.
716 Explicitly list the docstring and declare arguments.
717
718 * functions.texi (Anonymous Functions): Explicitly list the
719 docstring, declare, and interactive arguments to lambda.
720 (Defining Functions): Likewise for defun.
721 (Inline Functions): Likewise for defsubst.
722 (Declare Form): Tweak description.
723
724 2012-10-13 Chong Yidong <cyd@gnu.org>
725
726 * display.texi (ImageMagick Images): ImageMagick enabled by default.
727
728 2012-10-05 Chong Yidong <cyd@gnu.org>
729
730 * minibuf.texi (Basic Completion): Clarify list form of completion
731 table (Bug#12564).
732
733 2012-10-05 Bruno Félix Rezende Ribeiro <oitofelix@gmail.com> (tiny change)
734
735 * functions.texi (Function Safety): Copyedit. (Bug#12562)
736
737 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
738
739 Revert the FOLLOW-SYMLINKS change for file-attributes.
740 * files.texi (File Attributes, Magic File Names): Undo last change.
741
742 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
743
744 file-attributes has a new optional arg FOLLOW-SYMLINKS.
745 * files.texi (File Attributes): Describe it.
746 (Magic File Names): Use it.
747
748 2012-09-30 Chong Yidong <cyd@gnu.org>
749
750 * commands.texi (Click Events): Define "mouse position list".
751 Remove mention of unimplemented horizontal scroll bars.
752 (Drag Events, Motion Events): Refer to "mouse position list".
753 (Accessing Mouse): Document posnp.
754
755 * errors.texi (Standard Errors): Tweak arith-error description.
756 Tweak markup. Remove domain-error and friends, which seem to be
757 unused after the floating-point code revamp.
758
759 * functions.texi (Obsolete Functions): Obsolescence also affects
760 documentation commands. Various clarifications.
761 (Declare Form): New node.
762
763 * strings.texi (String Basics): Copyedits.
764
765 * os.texi (Idle Timers): Minor clarifications.
766 (User Identification): Add system-users and system-groups.
767
768 * macros.texi (Defining Macros): Move description of `declare' to
769 Declare Form node.
770
771 * loading.texi (Autoload):
772 * help.texi (Documentation Basics): The special sequences can
773 trigger autoloading.
774
775 * numbers.texi (Integer Basics): Copyedits.
776 (Float Basics): Consider IEEE floating point always available.
777 (Random Numbers): Document actual limits.
778 (Arithmetic Operations): Clarify division by zero. Don't mention
779 the machine-independence of negative division since it does not
780 happen in practice.
781
782 2012-09-28 Chong Yidong <cyd@gnu.org>
783
784 * os.texi (Startup Summary): Document leim-list.el change.
785
786 2012-09-25 Chong Yidong <cyd@gnu.org>
787
788 * functions.texi (Defining Functions): defun is now a macro.
789
790 2012-09-28 Leo Liu <sdl.web@gmail.com>
791
792 * files.texi (Files): Fix typo.
793
794 2012-09-23 Chong Yidong <cyd@gnu.org>
795
796 * buffers.texi (Read Only Buffers): Document read-only-mode.
797
798 * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
799 read-only-mode.
800
801 * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
802 calling conventions.
803
804 2012-09-22 Chong Yidong <cyd@gnu.org>
805
806 * searching.texi (Replacing Match): Minor clarification.
807
808 2012-09-22 Eli Zaretskii <eliz@gnu.org>
809
810 * edebug.texi (Instrumenting): Improve indexing.
811
812 * os.texi (Idle Timers): Warn against reinvoking an idle timer
813 from within its own timer action. (Bug#12447)
814
815 2012-09-22 Chong Yidong <cyd@gnu.org>
816
817 * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
818
819 2012-09-21 Glenn Morris <rgm@gnu.org>
820
821 * debugging.texi (Using Debugger): Fix typo.
822
823 2012-09-18 Chong Yidong <cyd@gnu.org>
824
825 * display.texi (Faces): Discuss anonymous faces.
826 (Face Attributes): Tweak intro.
827 (Defining Faces): Move after the Face Attributes node. Copyedits.
828 (Displaying Faces): Describe role of inheritance.
829
830 * customize.texi (Customization): Define customization more
831 carefully (Bug#11440).
832 (Common Keywords): Add xref to Constant Variables.
833
834 * variables.texi (Defining Variables): Link to defcustom's node
835 instead of the higher-level Customization chapter.
836
837 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
838
839 Simplify, document, and port floating-point (Bug#12381).
840 * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
841 Document that / and mod (with floating point arguments), along
842 with asin, acos, log, log10, expt and sqrt, return special values
843 instead of signaling exceptions.
844 (Float Basics): Document that logb operates on the absolute value
845 of its argument.
846 (Math Functions): Document that (log ARG BASE) also returns NaN if
847 BASE is negative. Document that (expt X Y) returns NaN if X is a
848 finite negative number and Y a finite non-integer.
849
850 2012-09-09 Chong Yidong <cyd@gnu.org>
851
852 * lists.texi (Sets And Lists): Explain that the return value for
853 delete should be used, like for delq.
854
855 * minibuf.texi (Yes-or-No Queries): Document recentering and
856 scrolling in y-or-n-p. Remove gratuitous example.
857
858 * searching.texi (Search and Replace): Document window scrolling
859 entries in query-replace-map.
860
861 2012-09-08 Chong Yidong <cyd@gnu.org>
862
863 * syntax.texi (Syntax Table Internals): Define "raw syntax
864 descriptor" terminology (Bug#12383).
865 (Syntax Descriptors): Mention raw syntax descriptors.
866
867 2012-09-07 Chong Yidong <cyd@gnu.org>
868
869 * variables.texi (Creating Buffer-Local): Fix description of
870 local-variable-if-set-p (Bug#10713).
871
872 * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
873
874 * windows.texi (Display Action Functions)
875 (Choosing Window Options): Remove obsolete variable
876 display-buffer-reuse-frames.
877 (Switching Buffers): Minor doc tweak for switch-to-buffer.
878
879 * positions.texi (Narrowing): Document buffer-narrowed-p.
880
881 * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
882
883 * syntax.texi (Low-Level Parsing): Add xref to Parser State
884 (Bug#12269).
885
886 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
887
888 * debugging.texi (Explicit Debug): Document `debug-on-message'.
889
890 2012-09-02 Chong Yidong <cyd@gnu.org>
891
892 * windows.texi (Window Configurations): Recommend against using
893 save-window-excursion (Bug#12075).
894
895 * control.texi (Catch and Throw):
896 * positions.texi (Excursions): Don't mention it.
897
898 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
899
900 Better seed support for (random).
901 * numbers.texi (Random Numbers): Document new behavior of
902 the calls (random) and (random STRING).
903
904 2012-08-21 Martin Rudalics <rudalics@gmx.at>
905
906 * windows.texi (Window Point): Document recent changes in
907 window-point and set-window-point.
908 (Selecting Windows): Document recent change in select-window.
909
910 2012-08-06 Eli Zaretskii <eliz@gnu.org>
911
912 * functions.texi (Closures): Put the main index entry for
913 "closures" here. (Bug#12138)
914
915 * variables.texi (Lexical Binding): Disambiguate the index entry
916 for "closures".
917
918 2012-08-05 Chong Yidong <cyd@gnu.org>
919
920 * display.texi (Defining Faces): Move documentation of
921 frame-background-mode to the Emacs manual (Bug#7774).
922
923 2012-08-04 Chong Yidong <cyd@gnu.org>
924
925 * syntax.texi (Syntax Basics): Rearrange the text for clarity.
926 Fix description of syntax table inheritance.
927 (Syntax Table Functions): Don't refer to internal contents of
928 syntax table, since that is not explained yet. Copyedits.
929 (Standard Syntax Tables): Node deleted.
930 (Syntax Table Internals): Misc clarifications. Improve table
931 formatting.
932
933 * keymaps.texi (Inheritance and Keymaps):
934 * text.texi (Sticky Properties): Tweak index entry.
935
936 2012-07-28 Eli Zaretskii <eliz@gnu.org>
937
938 * nonascii.texi (Character Sets): Fix a typo. (Bug#12062)
939
940 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
941
942 Prefer typical American spelling for "acknowledgment".
943 * intro.texi (Acknowledgments): Rename from Acknowledgements.
944
945 2012-07-21 Eli Zaretskii <eliz@gnu.org>
946
947 * commands.texi (Special Events): Mention language-change event.
948 (Input Events, Interactive Codes):
949 * keymaps.texi (Key Sequences): Mention events that are
950 non-keyboard but also non-mouse events.
951
952 2012-07-17 Chong Yidong <cyd@gnu.org>
953
954 * text.texi (Insertion): Document insert-char changes.
955
956 2012-07-15 Leo Liu <sdl.web@gmail.com>
957
958 * display.texi (Fringe Bitmaps): Add exclamation-mark.
959
960 2012-07-13 Chong Yidong <cyd@gnu.org>
961
962 * buffers.texi (Read Only Buffers): Document toggle-read-only
963 changes. Reword to account for the fact that read-only is
964 currently not supported in overlay properties.
965
966 2012-07-07 Chong Yidong <cyd@gnu.org>
967
968 * loading.texi (Library Search): Index site-lisp directories.
969
970 2012-07-06 Chong Yidong <cyd@gnu.org>
971
972 * intro.texi (A Sample Function Description): Fix incorrect
973 markup, undoing previous change.
974 (A Sample Variable Description): Minor clarifications and markup
975 improvements.
976
977 * elisp.texi (Top):
978 * text.texi (Text): Fix menu order.
979
980 2012-07-06 Richard Stallman <rms@gnu.org>
981
982 * intro.texi (Evaluation Notation, A Sample Function Description):
983 (A Sample Variable Description): Improve/undo previous changes.
984
985 2012-07-05 Glenn Morris <rgm@gnu.org>
986
987 * intro.texi (A Sample Function Description): Fix cross-refs.
988
989 2012-07-05 Michael Witten <mfwitten@gmail.com> (tiny change)
990
991 * intro.texi (Evaluation Notation, A Sample Function Description)
992 (A Sample Variable Description, Version Info): Copy edits (bug#11862).
993
994 2012-06-27 Chong Yidong <cyd@gnu.org>
995
996 * processes.texi (Asynchronous Processes, Input to Processes):
997 * internals.texi (Process Internals): Don't capitalize "pty".
998
999 2012-06-24 Thien-Thi Nguyen <ttn@gnuvola.org>
1000
1001 * processes.texi (Asynchronous Processes): Make the pty vs pipe
1002 discussion more prominent.
1003
1004 2012-06-23 Eli Zaretskii <eliz@gnu.org>
1005
1006 * commands.texi (Misc Events): Document the language-change event.
1007
1008 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
1009
1010 Support higher-resolution time stamps (Bug#9000).
1011 * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
1012 * processes.texi (System Processes):
1013 Time stamp resolution is now picosecond, not microsecond.
1014
1015 2012-06-21 Glenn Morris <rgm@gnu.org>
1016
1017 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
1018
1019 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1020
1021 * functions.texi (Defining Functions):
1022 * macros.texi (Defining Macros): Un-define the return value of `defun',
1023 `defmacro' and `defalias'.
1024
1025 2012-06-17 Chong Yidong <cyd@gnu.org>
1026
1027 * elisp.texi: Remove urlcolor setting.
1028
1029 2012-06-17 Glenn Morris <rgm@gnu.org>
1030
1031 * display.texi (Face Attributes): Copyedits. Add a few cindex entries.
1032 Overlining no longer behaves exactly like underlining.
1033
1034 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
1035
1036 * display.texi (Face Attributes):
1037 Document wave-style underline face attribute.
1038
1039 2012-06-11 Chong Yidong <cyd@gnu.org>
1040
1041 * display.texi (ImageMagick Images): ImageMagick now supports the
1042 :background property.
1043
1044 2012-06-10 Dmitry Antipov <dmantipov@yandex.ru>
1045
1046 * internals.texi (Garbage Collection): Typo fix.
1047
1048 2012-06-09 Chong Yidong <cyd@gnu.org>
1049
1050 * text.texi (Special Properties): Clarify the meaning of a list of
1051 faces in the `face' property.
1052
1053 * display.texi (Face Remapping): Minor clarification.
1054
1055 2012-06-08 Chong Yidong <cyd@gnu.org>
1056
1057 * display.texi (Face Attributes): Font family does not accept
1058 wildcards. De-document obsolete :bold and :italic attributes.
1059 (Defining Faces): Use new-style face spec format.
1060
1061 2012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
1062
1063 * internals.texi (Garbage Collection): Document new
1064 vector management code and vectorlike_header structure.
1065
1066 2012-06-03 Chong Yidong <cyd@gnu.org>
1067
1068 * modes.texi (Mode Line Data): Use "mode line construct"
1069 terminology for consistency.
1070
1071 2012-05-27 Glenn Morris <rgm@gnu.org>
1072
1073 * abbrevs.texi, advice.texi, anti.texi, backups.texi:
1074 * buffers.texi, commands.texi, compile.texi, control.texi:
1075 * customize.texi, debugging.texi, display.texi, doclicense.texi:
1076 * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
1077 * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
1078 * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
1079 * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
1080 * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
1081 * objects.texi, os.texi, package.texi, positions.texi:
1082 * processes.texi, searching.texi, sequences.texi, streams.texi:
1083 * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
1084 * variables.texi, windows.texi: Nuke hand-written node pointers.
1085
1086 2012-05-27 Chong Yidong <cyd@gnu.org>
1087
1088 * functions.texi (Obsolete Functions):
1089 Fix doc for set-advertised-calling-convention.
1090
1091 * modes.texi (Mode Help): Fix describe-mode.
1092
1093 * display.texi (Face Functions): Fix define-obsolete-face-alias.
1094
1095 * variables.texi (Variable Aliases): Fix make-obsolete-variable.
1096
1097 2012-05-27 Martin Rudalics <rudalics@gmx.at>
1098
1099 * commands.texi (Recursive Editing): recursive-edit is a command.
1100
1101 * compile.texi (Docs and Compilation):
1102 byte-compile-dynamic-docstrings is an option.
1103
1104 * debugging.texi (Invoking the Debugger): debug is a command.
1105
1106 * display.texi (Progress): progress-reporter-update and
1107 progress-reporter-force-update have VALUE argument optional.
1108 (Animated Images): Use non-@code{nil} instead of non-nil.
1109
1110 * files.texi (Format Conversion Round-Trip):
1111 Use non-@code{nil} instead of non-nil.
1112
1113 * frames.texi (Creating Frames): make-frame is a command.
1114 (Input Focus): select-frame is a command.
1115 (Pointer Shape): void-text-area-pointer is an option.
1116
1117 * help.texi (Describing Characters): read-kbd-macro is a command.
1118 (Help Functions): describe-prefix-bindings is a command.
1119
1120 * markers.texi (Creating Markers): Both arguments of copy-marker
1121 are optional.
1122
1123 * minibuf.texi (Reading File Names): Use @kbd instead of @code.
1124
1125 * modes.texi (Mode Line Variables): mode-line-remote and
1126 mode-line-client are not options.
1127 (Imenu): imenu-add-to-menubar is a command.
1128 (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
1129
1130 * os.texi (Sound Output): play-sound-file is a command.
1131
1132 * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
1133
1134 * processes.texi (Signals to Processes):
1135 Use @key{RET} instead of @code{RET}.
1136 (Signals to Processes): signal-process is a command.
1137
1138 * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
1139 (Base 64): base64-encode-string is not a command while
1140 base64-decode-region is.
1141
1142 * windows.texi (Switching Buffers): pop-to-buffer is a command.
1143
1144 2012-05-12 Glenn Morris <rgm@gnu.org>
1145
1146 * Makefile.in (MKDIR_P): New, set by configure.
1147 (mkinfodir): Use $MKDIR_P.
1148
1149 2012-05-10 Glenn Morris <rgm@gnu.org>
1150
1151 * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
1152 with "coding: raw-text".
1153 Concept of multibyte sessions no longer exists.
1154
1155 * files.texi (File Locks): Mention create-lockfiles option.
1156
1157 2012-05-09 Glenn Morris <rgm@gnu.org>
1158
1159 * vol1.texi, vol2.texi: Remove files.
1160 * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
1161 * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
1162
1163 * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
1164
1165 * two-volume.make (emacsdir): New.
1166 (tex): Add directory with emacsver.texi to TEXINPUTS.
1167
1168 * minibuf.texi (Minibuffer History, Basic Completion):
1169 Tweak page breaks.
1170
1171 * internals.texi (Garbage Collection, Memory Usage)
1172 (Writing Emacs Primitives): Tweak page breaks.
1173
1174 * streams.texi (Output Variables): Improve page break.
1175
1176 * edebug.texi (Edebug Display Update): Improve page break.
1177
1178 * compile.texi (Disassembly): Condense the examples.
1179
1180 * eval.texi, functions.texi, loading.texi, macros.texi:
1181 Where possible, use example rather than smallexample.
1182
1183 * symbols.texi: Where possible, use example rather than smallexample.
1184 (Symbol Components): Fix typo.
1185 (Other Plists): Tweak page break.
1186
1187 * sequences.texi (Arrays): Tweak page breaks.
1188
1189 * customize.texi: Where possible, use example rather than smallexample.
1190 (Common Keywords, Variable Definitions, Applying Customizations)
1191 (Custom Themes): Tweak page breaks.
1192
1193 * control.texi: Where possible, use example rather than smallexample.
1194 (Sequencing, Conditionals, Signaling Errors, Handling Errors):
1195 Tweak page breaks.
1196
1197 2012-05-08 Glenn Morris <rgm@gnu.org>
1198
1199 * two.el: Remove; unused since creation of two-volume.make.
1200
1201 * vol1.texi, vol2.texi: No need to keep menus in these files.
1202
1203 2012-05-05 Glenn Morris <rgm@gnu.org>
1204
1205 * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
1206
1207 * intro.texi (Caveats): Copyedit.
1208 (Lisp History): Convert inforef to xref.
1209 (Lisp History, Printing Notation, Version Info): Improve page-breaks.
1210
1211 * text.texi (Auto Filling): Don't mention Emacs 19.
1212
1213 * commands.texi (Event Input Misc): Don't mention unread-command-char.
1214 * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
1215
1216 * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
1217
1218 * lists.texi (List-related Predicates, List Variables):
1219 Tweak page-breaks.
1220 (Sets And Lists): Convert inforef to xref.
1221
1222 2012-05-04 Glenn Morris <rgm@gnu.org>
1223
1224 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
1225 (info, infoclean): Use $INFO_EXT.
1226 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
1227 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
1228 (info, maintainer-clean): Use $INFO_EXT.
1229 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
1230
1231 2012-05-04 Chong Yidong <cyd@gnu.org>
1232
1233 * os.texi (Timers): Use defopt for timer-max-repeats.
1234
1235 2012-05-03 Paul Eggert <eggert@cs.ucla.edu>
1236
1237 * os.texi (Time of Day): Do not limit current-time-string
1238 to years 1000..9999.
1239
1240 2012-05-02 Chong Yidong <cyd@gnu.org>
1241
1242 * display.texi (Font Lookup):
1243 * frames.texi (Pointer Shape):
1244 * processes.texi (Subprocess Creation): Use defopt for options.
1245
1246 2012-05-02 Glenn Morris <rgm@gnu.org>
1247
1248 * elisp.texi (@copying):
1249 * intro.texi (Introduction): Only print VERSION in the TeX version.
1250
1251 2012-05-02 Chong Yidong <cyd@gnu.org>
1252
1253 * text.texi (Change Hooks): Minor fix for after-change-functions.
1254
1255 2012-05-02 Glenn Morris <rgm@gnu.org>
1256
1257 * package.texi (Packaging Basics):
1258 * loading.texi (Autoload):
1259 * files.texi (Magic File Names):
1260 Reword to remove/reduce some overly long/short lines.
1261
1262 2012-04-27 Glenn Morris <rgm@gnu.org>
1263
1264 * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
1265 * modes.texi (Major Modes, Auto-Indentation):
1266 * buffers.texi (Buffers): Some fixes for menu descriptions.
1267
1268 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
1269 * functions.texi (Simple Lambda, Argument List):
1270 * eval.texi (Function Indirection): Avoid deprecated form.
1271
1272 2012-04-27 Glenn Morris <rgm@gnu.org>
1273
1274 * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
1275 Add "et al." to authors.
1276
1277 * buffers.texi, commands.texi, compile.texi, control.texi:
1278 * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
1279 * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
1280 * modes.texi, numbers.texi, objects.texi, streams.texi:
1281 * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
1282 Use Texinfo recommended convention for quotes+punctuation.
1283
1284 2012-04-27 Chong Yidong <cyd@gnu.org>
1285
1286 * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
1287 to where-is-internal (Bug#10872).
1288
1289 2012-04-27 Glenn Morris <rgm@gnu.org>
1290
1291 * macros.texi (Indenting Macros): Fix typo.
1292
1293 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
1294 (Resizing Windows, Deleting Windows, Selecting Windows)
1295 (Choosing Window Options, Horizontal Scrolling)
1296 (Cyclic Window Ordering, Window History, Dedicated Windows)
1297 (Quitting Windows, Window Configurations, Textual Scrolling):
1298 (Coordinates and Windows, Window Configurations)
1299 (Window Parameters, Window Hooks): Copyedits.
1300 (Splitting Windows, Deleting Windows):
1301 Fix ignore-window-parameters logic.
1302 (Selecting Windows, Choosing Window Options): Markup fixes.
1303 (Window Start and End): Remove pointless example.
1304 Remove cross-reference to deleted count-lines content.
1305 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
1306 and recenter-positions. Remove recenter example.
1307
1308 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
1309
1310 * minibuf.texi (Intro to Minibuffers):
1311 Tweak discussion of resizing minibuffer window.
1312
1313 2012-04-26 Glenn Morris <rgm@gnu.org>
1314
1315 * elisp-covers.texi, front-cover-1.texi: Remove files.
1316
1317 * tindex.pl: Remove file.
1318
1319 * makefile.w32-in (srcs):
1320 * Makefile.in (srcs): Remove back.texi (which is unused).
1321
1322 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
1323
1324 * os.texi (Notifications): Extend possible notification hints.
1325 Add notifications-get-capabilities.
1326
1327 2012-04-20 Chong Yidong <cyd@gnu.org>
1328
1329 * processes.texi (Asynchronous Processes): Mention nil argument to
1330 start-process.
1331
1332 2012-04-20 Glenn Morris <rgm@gnu.org>
1333
1334 * minibuf.texi (Basic Completion): No need to describe obarrays here.
1335 Don't mention obsolete `nospace' argument of all-completions.
1336 (Minibuffer Completion, Completion Commands, Reading File Names)
1337 (Completion Variables): Copyedits.
1338 (Completion Commands): Mention parent keymaps.
1339 Remove obsolete minibuffer-local-filename-must-match-map.
1340 (High-Level Completion): Remove read-variable's almost
1341 word-for-word duplication of read-command.
1342 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
1343 Update "High-Level Completion" description.
1344
1345 * minibuf.texi (Minibuffers):
1346 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
1347
1348 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
1349 Use Texinfo-recommended form of quote+punctuation.
1350 (Intro to Minibuffers): First minibuffer is #1, not #0.
1351 Mention minibuffer-inactive-mode.
1352 (Text from Minibuffer): Copyedits.
1353 (Minibuffer History, Programmed Completion): Fix @var usage.
1354 (Object from Minibuffer): Remove overly pedantic para.
1355 (Minibuffer History): Copyedits. Add face-name-history.
1356 (Initial Input, Yes-or-No Queries, Multiple Queries)
1357 (Minibuffer Windows, Minibuffer Misc): Copyedits.
1358 (Yes-or-No Queries): Tweak example.
1359 (Minibuffer Commands): Add next-complete-history-element.
1360 (Minibuffer Misc): Mention minibuffer-message-timeout, and
1361 minibuffer-inactive-mode.
1362
1363 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
1364 (Bindat Functions): Copyedits.
1365
1366 2012-04-20 Christopher Schmidt <christopher@ch.ristopher.com>
1367
1368 * files.texi (Saving Buffers): Document `visit and `visit-save'
1369 values of require-final-newline.
1370
1371 2012-04-20 Glenn Morris <rgm@gnu.org>
1372
1373 * processes.texi (Output from Processes, Filter Functions):
1374 Mention waiting-for-user-input-p.
1375 (Sentinels, Query Before Exit, System Processes, Transaction Queues):
1376 (Network Servers, Datagrams, Network Processes, Network Options)
1377 (Network Feature Testing, Serial Ports): Copyedits.
1378 (Network): Add encrypted network overview paragraph.
1379 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
1380
1381 2012-04-20 Chong Yidong <cyd@gnu.org>
1382
1383 * help.texi (Keys in Documentation): Mention :advertised-binding.
1384
1385 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
1386 description to help.texi.
1387
1388 2012-04-20 Glenn Morris <rgm@gnu.org>
1389
1390 * processes.texi (Process Information, Input to Processes)
1391 (Signals to Processes, Output from Processes, Process Buffers)
1392 (Filter Functions, Decoding Output): Copyedits.
1393 (Accepting Output): Discourage use of `millisec' argument.
1394
1395 2012-04-15 Glenn Morris <rgm@gnu.org>
1396
1397 * processes.texi (Processes, Subprocess Creation, Shell Arguments):
1398 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
1399 Copyedits.
1400 (Subprocess Creation): Discourage modifying exec-path directly.
1401 (Synchronous Processes, Asynchronous Processes):
1402 Update some example output.
1403 (Process Information): Fix typo.
1404 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
1405
1406 2012-04-15 Glenn Morris <rgm@gnu.org>
1407
1408 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
1409 open-network-stream does exist in Emacs 23, but is simpler.
1410
1411 2012-04-15 Chong Yidong <cyd@gnu.org>
1412
1413 * customize.texi (Custom Themes): Also document load-theme etc.
1414
1415 2012-04-14 Chong Yidong <cyd@gnu.org>
1416
1417 * customize.texi (Applying Customizations):
1418 (Custom Themes): New nodes.
1419
1420 * display.texi (Defining Faces): Reference custom-set-faces.
1421
1422 * modes.texi (Defining Minor Modes, Defining Minor Modes):
1423 * os.texi (Startup Summary): Copyedits.
1424
1425 2012-04-14 Glenn Morris <rgm@gnu.org>
1426
1427 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
1428
1429 * strings.texi (Case Tables):
1430 * objects.texi (General Escape Syntax):
1431 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
1432
1433 * buffers.texi, compile.texi, customize.texi, debugging.texi:
1434 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
1435 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
1436 * text.texi: Use @file for buffers, per the Texinfo manual.
1437
1438 * compile.texi (Compiler Errors): Add missing space in buffer name.
1439
1440 2012-04-14 Chong Yidong <cyd@gnu.org>
1441
1442 * processes.texi (Query Before Exit): Remove obsolete function
1443 process-kill-without-query (Bug#11190).
1444
1445 2012-04-14 Glenn Morris <rgm@gnu.org>
1446
1447 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
1448 Use @env for environment variables.
1449
1450 * Makefile.in: Replace non-portable use of $< in ordinary rules.
1451
1452 2012-04-12 Jari Aalto <jari.aalto@cante.net>
1453
1454 * processes.texi (Synchronous Processes):
1455 Mention `default-directory' (bug#7515).
1456
1457 2012-04-09 Chong Yidong <cyd@gnu.org>
1458
1459 * customize.texi (Variable Definitions): Remove user-variable-p.
1460
1461 * commands.texi (Interactive Codes):
1462 * help.texi (Accessing Documentation):
1463 * minibuf.texi (High-Level Completion): Callers changed.
1464
1465 2012-04-06 Chong Yidong <cyd@gnu.org>
1466
1467 * minibuf.texi (Programmed Completion): Document metadata method.
1468 (Completion Variables): Document completion-category-overrides.
1469
1470 2012-04-05 Chong Yidong <cyd@gnu.org>
1471
1472 * anti.texi (Antinews): Rewrite for Emacs 23.
1473
1474 2012-04-04 Chong Yidong <cyd@gnu.org>
1475
1476 * minibuf.texi (Programmed Completion): Remove obsolete variable
1477 completion-annotate-function.
1478 (Completion Variables): Rename from Completion Styles.
1479 Document completion-extra-properties. Document completion-styles-alist
1480 change.
1481 (Reading File Names): minibuffer-local-filename-must-match-map is
1482 not used anymore.
1483 (Minibuffer Completion): Document completing-read-function.
1484 (Completion in Buffers): completion-at-point-functions can return
1485 properties recognized in completion-extra-properties.
1486
1487 * display.texi (Delayed Warnings): New node.
1488
1489 * os.texi (Notifications): Copyedits.
1490
1491 2012-04-04 Glenn Morris <rgm@gnu.org>
1492
1493 * os.texi (Notifications): Copyedits.
1494
1495 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
1496
1497 * os.texi (Terminal-Specific): Fix typo.
1498 (Notifications): New section.
1499
1500 * elisp.texi (Top):
1501 * vol1.texi (Top):
1502 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
1503 menu entries.
1504
1505 2012-04-01 Chong Yidong <cyd@gnu.org>
1506
1507 * files.texi (Kinds of Files): file-subdir-of-p renamed to
1508 file-in-directory-p.
1509
1510 2012-03-31 Glenn Morris <rgm@gnu.org>
1511
1512 * edebug.texi (Instrumenting Macro Calls):
1513 Mention defining macros at instrumentation time.
1514 (Edebug Options): Mention edebug-unwrap-results.
1515
1516 2012-03-31 Eli Zaretskii <eliz@gnu.org>
1517
1518 * text.texi (Special Properties): Clarify the description of the
1519 effect of integer values of the 'cursor' property on cursor
1520 position. See the discussions in bug#11068 for more details and
1521 context.
1522
1523 2012-03-31 Glenn Morris <rgm@gnu.org>
1524
1525 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
1526 Copyedits.
1527
1528 2012-03-30 Chong Yidong <cyd@gnu.org>
1529
1530 * display.texi (Image Formats): Add imagemagick type.
1531 (Image Descriptors): Mention how they are used.
1532 (ImageMagick Images): Clarify role of imagemagick-register-types.
1533 (Character Display): Don't mention glyph tables.
1534 (Display Tables): Use make-glyph-code in example.
1535 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
1536 tables are semi-obsolete. De-document create-glyph.
1537 (Glyphless Chars): Note that display tables override this.
1538 (Bidirectional Display): Copyedits. Introduce "bidirectional
1539 reordering" terminology, and use it.
1540
1541 2012-03-30 Glenn Morris <rgm@gnu.org>
1542
1543 * edebug.texi (Jumping): Give name of `i' binding.
1544
1545 2012-03-28 Glenn Morris <rgm@gnu.org>
1546
1547 * searching.texi (Regular Expressions, Regexp Special):
1548 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search):
1549 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
1550 (Regexp Special): Mention collation.
1551 Clarify char classes with an example.
1552 (Regexp Functions): Mention regexp-opt is not guaranteed.
1553 Mention regexp-opt-charset.
1554 (Regexp Search): Recommend against looking-back.
1555 (Search and Replace): Use Texinfo recommended quote convention.
1556 Add more query-replace-map items. List multi-query-replace-map items.
1557
1558 2012-03-27 Martin Rudalics <rudalics@gmx.at>
1559
1560 * windows.texi (Window History): Describe new option
1561 switch-to-visible-buffer.
1562
1563 2012-03-27 Glenn Morris <rgm@gnu.org>
1564
1565 * searching.texi (String Search): Add xref to Emacs manual.
1566 Copyedits. Mention the function word-search-regexp.
1567 (Searching and Case): Add xref to Emacs manual. Copyedits.
1568
1569 * processes.texi (Network Servers): Standardize apostrophe usage.
1570
1571 * os.texi (System Environment): Copyedits. Remove some examples
1572 that do not seem useful. Mention setenv third arg.
1573 tty-erase-char does not seem to be nil under a window-system.
1574 (User Identification): Copyedits.
1575 Remove some examples that do not seem useful.
1576
1577 2012-03-26 Glenn Morris <rgm@gnu.org>
1578
1579 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
1580 (Init File): Copyedits.
1581 (Command-Line Arguments): Copyedits. Do not mention argv alias.
1582 (Killing Emacs): Copyedits.
1583 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
1584 Shorten the example, use more standard shell prompts.
1585
1586 2012-03-25 Chong Yidong <cyd@gnu.org>
1587
1588 * display.texi (Fringes): Note that fringes are shown on graphical
1589 displays only.
1590 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
1591 (Replacing Specs): Clarify example.
1592 (Manipulating Buttons): Note that button-at can return a marker.
1593 (Buttons): Minor rewrite.
1594 (Character Display): New node. Consolidate all character display
1595 related nodes into its subsections.
1596 (Usual Display): Character 127 is also affected by ctl-arrow.
1597 (Display Tables): Improve example.
1598
1599 2012-03-22 Glenn Morris <rgm@gnu.org>
1600
1601 * strings.texi (Text Comparison): Mention string-prefix-p.
1602
1603 2012-03-21 Chong Yidong <cyd@gnu.org>
1604
1605 * display.texi (The Echo Area): Add xref to Output Streams.
1606 (Displaying Messages): Improve doc of message.
1607 (Echo Area Customization, Invisible Text): Copyedits.
1608 (Invisible Text): Mention that spec comparison is done with eq.
1609 (Width): Improve doc of char-width.
1610 (Faces): Recommend using symbol instead of string for face name.
1611 Minor clarifications.
1612 (Defining Faces): Copyedits. Update face example.
1613 (Attribute Functions): Mark set-face-foreground etc as commands.
1614 (Face Remapping): Mention text-scale-adjust.
1615 Clarify face-remapping-alist and related docs.
1616 (Face Functions): Don't document make-face or copy-face.
1617
1618 2012-03-20 Chong Yidong <cyd@gnu.org>
1619
1620 * display.texi (Forcing Redisplay): Various rewrites to reflect
1621 new value of redisplay-dont-pause.
1622 (Truncation): Copyedits.
1623
1624 2012-03-20 Glenn Morris <rgm@gnu.org>
1625
1626 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
1627 Add summary table of some relevant command-line options.
1628
1629 2012-03-18 Chong Yidong <cyd@gnu.org>
1630
1631 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
1632 (Writing Emacs Primitives): Re-organize discussion of functions
1633 with variable Lisp arguments are handled. Delete an obsolete
1634 remark, previously tagged as FIXME.
1635
1636 * os.texi (Idle Timers): Minor clarification.
1637 (Idle Timers): Link to Time of Day for description of time list.
1638
1639 2012-03-18 Glenn Morris <rgm@gnu.org>
1640
1641 * os.texi (System Interface): Flow control was removed.
1642 (Startup Summary): General update.
1643 (Init File): Don't mention compiling it.
1644
1645 2012-03-17 Chong Yidong <cyd@gnu.org>
1646
1647 * os.texi (Startup Summary): Mention package loading.
1648 (Init File): Don't refer to .emacs in section title. Copyedits.
1649 (Terminal-Specific): Give a realistic example.
1650 (Command-Line Arguments): Reference Entering Emacs instead of
1651 repeating the spiel about not restarting Emacs.
1652 (Time of Day): Discuss time representation at beginning of node.
1653 (Sound Output): Copyedits.
1654
1655 * package.texi (Packaging Basics): Document package-initialize.
1656
1657 2012-03-17 Eli Zaretskii <eliz@gnu.org>
1658
1659 * frames.texi (Initial Parameters): Add an index entry for
1660 minibuffer-only frame.
1661
1662 2012-03-16 Glenn Morris <rgm@gnu.org>
1663
1664 * modes.texi (Major Mode Conventions): Mention the strange
1665 relationship between View mode and special modes. (Bug#10650)
1666
1667 2012-03-11 Chong Yidong <cyd@gnu.org>
1668
1669 * windows.texi (Window Configurations): save-window-excursion is
1670 now a macro.
1671
1672 * display.texi (Temporary Displays): with-output-to-temp-buffer is
1673 now a macro.
1674
1675 * text.texi (Fields): Minor copyedit.
1676
1677 2012-03-10 Eli Zaretskii <eliz@gnu.org>
1678
1679 * strings.texi (String Basics):
1680 * sequences.texi (Sequence Functions): Mention that `length' is
1681 not appropriate for computing the string width on display; add a
1682 cross-reference to the description of `string-width'. (Bug#10978)
1683
1684 * eval.texi (Autoloading): Minor change of wording.
1685
1686 2012-03-10 Chong Yidong <cyd@gnu.org>
1687
1688 * loading.texi (Autoload): Explicitly state which forms are
1689 processed specially (Bug#7783).
1690
1691 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
1692 non-default situation. Describe one-submenu exception (Bug#7695).
1693
1694 * nonascii.texi (Character Properties): Copyedits.
1695
1696 2012-03-08 Chong Yidong <cyd@gnu.org>
1697
1698 * text.texi (Mode-Specific Indent): Document new behavior of
1699 indent-for-tab-command. Document tab-always-indent.
1700 (Special Properties): Copyedits.
1701 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
1702 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
1703 libxml-parse-html-region.
1704
1705 2012-03-07 Glenn Morris <rgm@gnu.org>
1706
1707 * markers.texi (The Region): Briefly mention use-empty-active-region
1708 and region-active-p.
1709 (Overview of Markers): Reword garbage collection, add cross-ref.
1710 (The Mark): Tiny clarification re command loop and activate-mark-hook.
1711
1712 2012-03-07 Chong Yidong <cyd@gnu.org>
1713
1714 * text.texi (Buffer Contents): Don't duplicate explanation of
1715 region arguments from Text node. Put doc of obsolete var
1716 buffer-substring-filters back, since it is referred to.
1717 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
1718 selection by default.
1719
1720 * markers.texi (The Mark): Fix typo.
1721 (The Region): Copyedits.
1722
1723 2012-03-07 Glenn Morris <rgm@gnu.org>
1724
1725 * markers.texi (Overview of Markers): Copyedits.
1726 (Creating Markers): Update approximate example buffer size.
1727 (The Mark): Don't mention uninteresting return values.
1728
1729 2012-03-05 Chong Yidong <cyd@gnu.org>
1730
1731 * positions.texi (Text Lines): Document count-words.
1732
1733 2012-03-04 Chong Yidong <cyd@gnu.org>
1734
1735 * frames.texi (Frames): Remove little-used "terminal frame" and
1736 "window frame" terminology.
1737 (Frame Parameters, Font and Color Parameters, Initial Parameters)
1738 (Size and Position, Visibility of Frames): Callers changed.
1739 (Frames): Clarify which terminals in framep are graphical.
1740 (Initial Parameters): --geometry is not the only option which adds
1741 to initial-frame-alist.
1742 (Position Parameters): Note that icon-left and icon-top are for
1743 old window managers only.
1744 (Size Parameters): Sizes are in characters even on graphical
1745 displays.
1746 (Management Parameters): Note that window-id and outer-window-id
1747 can't really be changed, and that auto-raise isn't always obeyed.
1748 (Cursor Parameters): Document cursor-type explicitly.
1749 (Size and Position): The aliases set-screen-height and
1750 set-screen-width have been deleted.
1751 (Visibility of Frames): Mention "minimization".
1752
1753 * os.texi (Startup Summary): Minor clarifications.
1754 (Startup Summary, Suspending Emacs): Standardize on "text
1755 terminal" terminology.
1756
1757 * windows.texi (Basic Windows, Coordinates and Windows)
1758 (Coordinates and Windows):
1759 * display.texi (Refresh Screen, Line Height, Face Attributes)
1760 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
1761
1762 2012-03-04 Glenn Morris <rgm@gnu.org>
1763
1764 * abbrevs.texi: Small copyedits throughout.
1765 (Abbrev Mode): Remove this section, folding it into the top-level.
1766 (Abbrev Tables): Don't mention irrelevant return values.
1767 (Abbrev Expansion): Add cross-ref for wrapper hooks.
1768 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
1769 (Abbrev Table Properties): Update nil :regexp description.
1770
1771 2012-03-03 Glenn Morris <rgm@gnu.org>
1772
1773 * internals.texi: Change @appendix section commands to @section.
1774 (Building Emacs): Say less about CANNOT_DUMP platforms.
1775 Replace deleted eval-at-startup with custom-initialize-delay.
1776 (Pure Storage): Small changes.
1777 (Memory Usage): Copyedit.
1778 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
1779 example definitions. Give examples of things with non-nil
1780 interactive args. Mention eval_sub. Remove old info about
1781 strings and GCPRO. Mention cus-start.el.
1782 (Buffer Internals, Window Internals, Process Internals):
1783 Misc small updates and fixes for fields.
1784
1785 * tips.texi: Copyedits.
1786 (Coding Conventions): Mention autoloads.
1787 Combine partially duplicated macro items. Fix xref.
1788 Refer to Library Headers for copyright notice.
1789 (Programming Tips): edit-options is long-obsolete.
1790 (Compilation Tips): Mention loading bytecomp for byte-compile props.
1791 (Warning Tips): Mention declare-function.
1792 (Documentation Tips): Remove old info.
1793 (Comment Tips): Mention comment-dwim, not indent-for-comment.
1794 (Library Headers): General update.
1795
1796 2012-03-02 Glenn Morris <rgm@gnu.org>
1797
1798 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
1799 and relocate entry. Mention buffer-stale-function.
1800
1801 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
1802
1803 * hooks.texi (Standard Hooks): General update.
1804 Put related hooks together. Add and remove items.
1805 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
1806 * modes.texi (Hooks): Tweak cross-ref description.
1807
1808 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
1809
1810 * files.texi (Kinds of Files): The return value of file-equal-p is
1811 unspecified, if FILE1 or FILE2 does not exist.
1812
1813 2012-03-01 Glenn Morris <rgm@gnu.org>
1814
1815 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
1816
1817 * maps.texi (Standard Keymaps): General update.
1818 Remove mode-specific maps, talk about the more general keymaps.
1819 * help.texi (Help Functions): Add vindex for Helper-help-map.
1820 * keymaps.texi (Active Keymaps): Minor rephrasing.
1821
1822 2012-02-29 Glenn Morris <rgm@gnu.org>
1823
1824 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
1825
1826 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1827
1828 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
1829 Update changed behavior of file-subdir-of-p.
1830
1831 2012-02-28 Glenn Morris <rgm@gnu.org>
1832
1833 * advice.texi, anti.texi, display.texi, elisp.texi:
1834 * processes.texi, variables.texi, vol1.texi, vol2.texi:
1835 Standardize possessive apostrophe usage.
1836
1837 * locals.texi: Remove file.
1838 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
1839 Remove menu entry.
1840 * errors.texi, maps.texi: Adjust node pointers.
1841 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
1842 * makefile.w32-in (srcs):
1843 * Makefile.in (srcs): Remove locals.texi.
1844
1845 * frames.texi (Mouse Position): Fix cross-ref.
1846
1847 2012-02-27 Chong Yidong <cyd@gnu.org>
1848
1849 * buffers.texi (Creating Buffers): Clarify that
1850 generate-new-buffer uses generate-new-buffer-names.
1851 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
1852
1853 * files.texi (Directory Names): Index entry for file name abbreviations.
1854 (Relative File Names, File Name Expansion): Refer to it.
1855 (Locating Files): Move locate-user-emacs-file documentation to
1856 Standard File Names.
1857 (Standard File Names): Add locate-user-emacs-file; update examples.
1858
1859 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
1860
1861 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
1862
1863 2012-02-26 Chong Yidong <cyd@gnu.org>
1864
1865 * files.texi (Kinds of Files): Improve documentation of
1866 files-equal-p and file-subdir-of-p.
1867
1868 2012-02-26 Glenn Morris <rgm@gnu.org>
1869
1870 * intro.texi (Acknowledgements): Small changes.
1871
1872 2012-02-25 Glenn Morris <rgm@gnu.org>
1873
1874 * errors.texi: Don't try to list _all_ the error symbols.
1875 Add circular-list, cl-assertion-failed, compression-error.
1876 * elisp.texi, vol1.texi, vol2.texi:
1877 * control.texi (Error Symbols): Tweak "Standard Errors" description.
1878
1879 2012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1880
1881 * files.texi (files-equal-p, file-subdir-of-p): New,
1882 add initial documentation.
1883
1884 2012-02-25 Chong Yidong <cyd@gnu.org>
1885
1886 * files.texi (File Attributes): Document file-selinux-context.
1887 (Changing Files): Link to it.
1888 (Changing Files): Document set-file-selinux-context.
1889
1890 * backups.texi (Making Backups): Return value of backup-buffer is
1891 changed. Mention default value of backup-directory-alist.
1892 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
1893 (Auto-Saving): New minor mode behavior for auto-save-mode.
1894 (Reverting): Add defvar for revert-buffer-in-progress-p.
1895
1896 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
1897
1898 2012-02-24 Glenn Morris <rgm@gnu.org>
1899
1900 * errors.texi (Standard Errors): Mention dbus-error.
1901 For arith-error sub-classes, just use one cross-ref.
1902
1903 2012-02-23 Alan Mackenzie <acm@muc.de>
1904
1905 * modes.texi (Defining Minor Modes): Document the new keyword
1906 :after-hook.
1907
1908 2012-02-21 Chong Yidong <cyd@gnu.org>
1909
1910 * files.texi (Files): Mention magic file names as arguments.
1911 (Reading from Files): Copyedits.
1912 (File Attributes): Mention how to change file modes.
1913 (Changing Files): Use standard "file permissions" terminology.
1914 Add xref to File Attributes node.
1915 (Locating Files): Document locate-user-emacs-file.
1916 (Unique File Names): Recommend against using make-temp-name.
1917
1918 2012-02-19 Chong Yidong <cyd@gnu.org>
1919
1920 * help.texi (Documentation, Documentation Basics, Help Functions):
1921 Minor clarifications.
1922 (Accessing Documentation): Clarify what documentation-property is
1923 for. Add xref to Keys in Documentation.
1924
1925 * tips.texi (Documentation Tips): Don't recommend using * in
1926 docstrings.
1927
1928 * macros.texi (Defining Macros):
1929 * modes.texi (Derived Modes): Say "documentation string" instead
1930 of docstring.
1931
1932 2012-02-18 Chong Yidong <cyd@gnu.org>
1933
1934 * modes.texi (Tabulated List Mode): New node.
1935 (Basic Major Modes): Add xref to it.
1936
1937 * processes.texi (Process Information): Mention Process Menu mode.
1938
1939 2012-02-17 Chong Yidong <cyd@gnu.org>
1940
1941 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
1942
1943 2012-02-17 Glenn Morris <rgm@gnu.org>
1944
1945 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
1946
1947 2012-02-16 Chong Yidong <cyd@gnu.org>
1948
1949 * syntax.texi (Syntax Tables, Syntax Descriptors)
1950 (Syntax Table Functions): Copyedits.
1951 (Syntax Basics): Don't repeat the material in the preceding node.
1952 (Syntax Class Table): Use a table.
1953 (Syntax Properties): Document syntax-propertize-function and
1954 syntax-propertize-extend-region-functions.
1955 (Motion via Parsing): Clarify scan-lists. Fix indentation.
1956 (Parser State): Update for the new "c" comment style.
1957 Fix description of item 7 (comment style).
1958
1959 * modes.texi (Minor Modes): Update how mode commands should treat
1960 arguments now.
1961 (Mode Line Basics): Clarify force-mode-line-update.
1962 (Mode Line Top): Note that the example is not realistic.
1963 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
1964 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
1965 "mode line construct" instead of "mode line specification".
1966 (Syntactic Font Lock): Remove mention of obsolete variable
1967 font-lock-syntactic-keywords.
1968 (Setting Syntax Properties): Node deleted.
1969 (Font Lock Mode): Note that Font Lock mode is a minor mode.
1970 (Font Lock Basics): Note that syntactic fontification falls back
1971 on `syntax-table'.
1972 (Search-based Fontification): Emphasize that font-lock-keywords
1973 should not be set directly.
1974 (Faces for Font Lock): Avoid some confusing terminology.
1975 (Syntactic Font Lock): Minor clarifications. Add xref to
1976 Syntactic Font Lock node.
1977
1978 2012-02-15 Chong Yidong <cyd@gnu.org>
1979
1980 * minibuf.texi (Basic Completion): Define "completion table".
1981 Move completion-in-region to Completion in Buffers node.
1982 (Completion Commands): Use "completion table" terminology.
1983 (Completion in Buffers): New node.
1984
1985 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
1986 (Setting Hooks): Update minor mode usage example.
1987 (Major Mode Conventions): Note that completion-at-point-functions
1988 should be altered locally. Add xref to Completion in Buffers.
1989 Remove duplicate tip about auto-mode-alist.
1990 (Minor Modes): Rewrite introduction.
1991 (Minor Mode Conventions): Copyedits. Don't recommend
1992 variable-only minor modes since few minor modes are like that.
1993
1994 2012-02-15 Glenn Morris <rgm@gnu.org>
1995
1996 * processes.texi (Network): Document open-network-stream :parameters.
1997
1998 2012-02-14 Chong Yidong <cyd@gnu.org>
1999
2000 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
2001 was removed on 2009-09-10. Update lisp-mode-map example.
2002 (Inheritance and Keymaps): Minor clarification.
2003 (Searching Keymaps): Remove out-of-place enumeration.
2004 (Key Lookup): Remove unnecessary example (one was already given in
2005 Format of Keymaps).
2006 (Changing Key Bindings): Update suppress-keymap example.
2007 (Menu Bar, Tool Bar): Copyedits.
2008 (Tool Bar): Update tool-bar-map example.
2009
2010 2012-02-12 Chong Yidong <cyd@gnu.org>
2011
2012 * debugging.texi (Debugger Commands): Continuing is now allowed
2013 for errors.
2014
2015 2012-02-11 Chong Yidong <cyd@gnu.org>
2016
2017 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
2018 Move the list of standard bitmaps there.
2019 (Fringe Cursors): Rewrite for clarity.
2020 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
2021
2022 * commands.texi (Command Overview): Mention read-key.
2023 (Using Interactive, Interactive Call): Minor clarifications.
2024 (Function Keys, Click Events): Avoid "input stream" terminology.
2025 (Click Events): Add xref to Window Sizes and Accessing Mouse.
2026 Clarify column and row components.
2027 (Accessing Mouse): Add xref to Click Events. Minor fixes.
2028 (Special Events): Copyedits.
2029
2030 * streams.texi (Input Streams): De-document get-file-char.
2031 (Output Variables): Don't refer to old backquote syntax.
2032
2033 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
2034 (Error Debugging): Note that debug-ignored-errors overrides list
2035 values of debug-on-error too. Add xref to Signaling Errors.
2036 Note that debug-on-signal is not customizable.
2037 Mention condition-case-unless-debug.
2038 (Compilation Errors): Node deleted.
2039
2040 * compile.texi (Compiler Errors): Move a paragraph here from
2041 deleted node Compilation Errors.
2042
2043 2012-02-10 Leo Liu <sdl.web@gmail.com>
2044
2045 * control.texi (Handling Errors): Change condition-case-no-debug
2046 to condition-case-unless-debug.
2047
2048 2012-02-10 Chong Yidong <cyd@gnu.org>
2049
2050 * advice.texi (Defining Advice): Clarify ad-unadvise.
2051 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
2052 is not abnormal.
2053 (Advising Primitives): Node deleted; ad-define-subr-args has been
2054 removed.
2055
2056 * compile.texi (Speed of Byte-Code): Use float-time in example.
2057 (Compilation Functions): Note that the log uses Compilation mode.
2058 Don't discuss the contents of byte-code function object here.
2059 (Compilation Functions): De-document internal function byte-code.
2060 (Docs and Compilation): Minor clarifications.
2061
2062 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
2063 Objects.
2064
2065 2012-02-10 Glenn Morris <rgm@gnu.org>
2066
2067 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
2068 Mention secure-hash.
2069 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
2070
2071 2012-02-10 Chong Yidong <cyd@gnu.org>
2072
2073 * loading.texi (Loading): Don't emphasize "library" terminology.
2074 (Library Search): load-path is not a user option. Mention role of
2075 -L option and packages. Improve examples.
2076 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
2077 obsolete.
2078 (Autoload): Minor clarifications.
2079
2080 2012-02-10 Glenn Morris <rgm@gnu.org>
2081
2082 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
2083
2084 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
2085
2086 2012-02-08 Glenn Morris <rgm@gnu.org>
2087
2088 * loading.texi (Named Features): Update the require example.
2089
2090 2012-02-07 Glenn Morris <rgm@gnu.org>
2091
2092 * modes.texi (Defining Minor Modes):
2093 Expand on args of defined minor modes.
2094
2095 2012-02-07 Chong Yidong <cyd@gnu.org>
2096
2097 * variables.texi (Creating Buffer-Local): Minor clarification
2098 to buffer-local-variables doc (Bug#10715).
2099
2100 2012-02-07 Glenn Morris <rgm@gnu.org>
2101
2102 * display.texi (ImageMagick Images): General update.
2103 Move most details of imagemagick-render-type to the variable's doc.
2104
2105 2012-02-06 Glenn Morris <rgm@gnu.org>
2106
2107 * keymaps.texi (Tool Bar): Mention separators.
2108 (Inheritance and Keymaps):
2109 Mention make-composed-keymap and multiple inheritance.
2110
2111 * modes.texi (Running Hooks): Mention run-hook-wrapped.
2112
2113 * control.texi (Handling Errors):
2114 Mention condition-case-no-debug and with-demoted-errors.
2115
2116 2012-02-05 Chong Yidong <cyd@gnu.org>
2117
2118 * customize.texi (Common Keywords): Minor clarifications.
2119 Document custom-unlispify-remove-prefixes.
2120 (Variable Definitions): Backquotes in defcustom seem to work fine
2121 now. Various other copyedits.
2122 (Simple Types): Copyedits. Document color selector.
2123 (Composite Types): Copyedits.
2124 (Splicing into Lists): Clarifications.
2125
2126 * eval.texi (Backquote): Move from macros.texi.
2127
2128 * macros.texi (Expansion): Minor clarification.
2129 (Backquote): Move node to eval.texi.
2130 (Defining Macros): Move an example from Backquote node.
2131 (Argument Evaluation): No need to mention Pascal.
2132 (Indenting Macros): Add xref to Defining Macros.
2133
2134 2012-02-05 Glenn Morris <rgm@gnu.org>
2135
2136 * debugging.texi (Error Debugging): Mention debug-on-event default.
2137
2138 2012-02-04 Glenn Morris <rgm@gnu.org>
2139
2140 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
2141
2142 * debugging.texi (Error Debugging): Mention debug-on-event.
2143 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
2144
2145 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
2146
2147 * text.texi (Buffer Contents):
2148 Update filter-buffer-substring description.
2149
2150 2012-02-04 Chong Yidong <cyd@gnu.org>
2151
2152 * functions.texi (What Is a Function): Add closures.
2153 Mention "return value" terminology. Add xref for command-execute.
2154 Remove unused "keystroke command" terminology.
2155 (Lambda Expressions): Give a different example than in the
2156 following subsection. Add xref to Anonymous Functions.
2157 (Function Documentation): Remove gratuitous markup.
2158 (Function Names): Move introductory text to `What Is a Function'.
2159 (Defining Functions): Fix defun argument spec.
2160 (Anonymous Functions): Document lambda macro explicitly.
2161 Mention effects on lexical binding.
2162 (Function Cells): Downplay direct usage of fset.
2163 (Closures): New node.
2164 (Inline Functions): Remove "open-code" terminology.
2165 (Declaring Functions): Minor tweak; .m is not C code.
2166
2167 * variables.texi (Variables): Don't refer to "global value".
2168 (Local Variables, Void Variables): Copyedits.
2169 (Lexical Binding): Minor clarification of example.
2170 (File Local Variables): Mention :safe and :risky defcustom args.
2171 (Lexical Binding): Add xref to Closures node.
2172
2173 2012-02-04 Glenn Morris <rgm@gnu.org>
2174
2175 * minibuf.texi (High-Level Completion): Updates for read-color.
2176
2177 2012-02-03 Glenn Morris <rgm@gnu.org>
2178
2179 * display.texi (GIF Images): Mention animation.
2180 Remove commented-out old example of animation.
2181 (Animated Images): New subsection.
2182 * elisp.texi (Top):
2183 * vol1.texi (Top):
2184 * vol2.texi (Top): Add Animated Images menu entry.
2185
2186 * display.texi (Image Formats): Remove oddly specific information
2187 on versions of image libraries.
2188 (GIF Images, TIFF Images): Minor rephrasing.
2189
2190 2012-02-02 Glenn Morris <rgm@gnu.org>
2191
2192 * processes.texi (Synchronous Processes):
2193 Mention call-process's :file gets overwritten.
2194
2195 * commands.texi (Reading One Event):
2196 * help.texi (Help Functions): Document read-char-choice.
2197
2198 * hooks.texi (Standard Hooks):
2199 * modes.texi (Keymaps and Minor Modes):
2200 * text.texi (Commands for Insertion): Document post-self-insert-hook.
2201
2202 * hooks.texi (Standard Hooks): Add prog-mode-hook.
2203
2204 * hooks.texi (Standard Hooks):
2205 * modes.texi (Major Mode Conventions, Mode Hooks):
2206 Document change-major-mode-after-body-hook.
2207
2208 2012-02-01 Glenn Morris <rgm@gnu.org>
2209
2210 * modes.texi (Defining Minor Modes):
2211 Mention disabling global minor modes on a per-major-mode basis.
2212
2213 2012-01-31 Chong Yidong <cyd@gnu.org>
2214
2215 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
2216 (Parser State): Remove unnecessary statement (Bug#10661).
2217
2218 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
2219
2220 2012-01-31 Glenn Morris <rgm@gnu.org>
2221
2222 * modes.texi (Defining Minor Modes):
2223 Document define-minor-mode's new :variable keyword.
2224
2225 2012-01-29 Chong Yidong <cyd@gnu.org>
2226
2227 * syntax.texi (Syntax Class Table): Tweak description of newline
2228 char syntax (Bug#9619).
2229
2230 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
2231 description (Bug#10189).
2232
2233 2012-01-29 Glenn Morris <rgm@gnu.org>
2234
2235 * files.texi (Changing Files): Document SELinux support.
2236
2237 * windows.texi (Window Sizes): Fix typo.
2238
2239 2012-01-28 Chong Yidong <cyd@gnu.org>
2240
2241 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
2242 doc (Bug#8568).
2243
2244 * frames.texi (Input Focus): Add NORECORD arg to
2245 select-frame-set-input-focus. Clarify its role in select-frame.
2246
2247 * text.texi (Transposition): We don't use transpose-region as an
2248 internal subroutine (Bug#3249).
2249
2250 * modes.texi (Example Major Modes): Update Lisp example code to
2251 current sources. Delete the old non-derived-major-mode example,
2252 which has diverged badly from current sources.
2253
2254 2012-01-27 Glenn Morris <rgm@gnu.org>
2255
2256 * makefile.w32-in (texinputdir): Fix (presumed) typo.
2257 (VERSION, manual): Remove, unused.
2258
2259 2012-01-27 Chong Yidong <cyd@gnu.org>
2260
2261 * commands.texi (Command Overview): Minor clarification (Bug#10384).
2262
2263 2012-01-26 Chong Yidong <cyd@gnu.org>
2264
2265 * searching.texi (String Search): Document negative repeat count
2266 (Bug#10507).
2267
2268 2012-01-26 Glenn Morris <rgm@gnu.org>
2269
2270 * variables.texi (Using Lexical Binding):
2271 Mention that lexical-binding should be set in the first line.
2272
2273 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2274
2275 * macros.texi (Defining Macros): Don't claim that `declare' only
2276 affects Edebug and indentation.
2277
2278 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
2279
2280 * macros.texi (Defining Macros): Slight `declare' fixup.
2281
2282 2012-01-25 Glenn Morris <rgm@gnu.org>
2283
2284 * makefile.w32-in (texinputdir):
2285 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
2286
2287 2012-01-24 Chong Yidong <cyd@gnu.org>
2288
2289 * variables.texi (Variables, Local Variables, Void Variables):
2290 Edit to make the descriptions less specific to dynamic binding.
2291 (Local Variables): Default max-specpdl-size is now 1300.
2292 (Defining Variables): Edits for lexical scoping.
2293 Delete information about starting docstrings with *. De-document
2294 user-variable-p.
2295 (Tips for Defining): Remove an unimportant discussion of quitting
2296 in the middle of a load.
2297 (Accessing Variables, Setting Variables): Discuss lexical binding.
2298 (Variable Scoping): Rewrite.
2299 (Scope, Extent, Impl of Scope): Nodes deleted.
2300 (Dynamic Binding): New node, with material from Scope, Extent, and
2301 Impl of Scope nodes.
2302 (Dynamic Binding Tips): Rename from Using Scoping.
2303 (Lexical Binding): Rewrite.
2304 (Using Lexical Binding): Rename from Converting to Lexical
2305 Binding. Convert to subsection.
2306
2307 * customize.texi (Variable Definitions): Add custom-variable-p.
2308 Move user-variable-p documentation here.
2309
2310 2012-01-23 Chong Yidong <cyd@gnu.org>
2311
2312 * strings.texi (Text Comparison): Minor qualification.
2313
2314 * lists.texi (Cons Cells): Copyedits.
2315 (List Elements): Mention push.
2316 (List Variables): Mention pop.
2317 (Rings): Move to sequences.texi.
2318
2319 * sequences.texi (Sequence Functions): Don't repeat the
2320 introduction already given in the parent.
2321 (Vectors): Copyedits.
2322 (Rings): Move from lists.texi. Note that this is specific to the
2323 ring package.
2324
2325 * symbols.texi (Definitions, Symbol Components): Mention variable
2326 scoping issues.
2327 (Plists and Alists): Copyedits.
2328
2329 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
2330 correctness with lexical scoping.
2331 (Eval): Copyedits.
2332
2333 2012-01-21 Chong Yidong <cyd@gnu.org>
2334
2335 * intro.texi (A Sample Function Description): Special notation
2336 used for macros too.
2337
2338 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
2339 (Symbol Type): Add xref for keyword symbols.
2340 (Sequence Type): Clarify differences between sequence types.
2341 (Cons Cell Type): Add "linked list" index entry.
2342 (Non-ASCII in Strings): Copyedits.
2343 (Equality Predicates): Symbols with same name need not be eq.
2344
2345 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
2346 ldexp. Move float-e and float-pi to Math Functions node.
2347
2348 2012-01-21 Glenn Morris <rgm@gnu.org>
2349
2350 * modes.texi (Auto Major Mode):
2351 * variables.texi (File Local Variables):
2352 Mention inhibit-local-variables-regexps.
2353
2354 2012-01-19 Martin Rudalics <rudalics@gmx.at>
2355
2356 * windows.texi (Window Configurations): Rewrite references to
2357 persistent window parameters.
2358 (Window Parameters): Fix description of persistent window
2359 parameters.
2360
2361 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
2362
2363 * windows.texi (Window Parameters): Use @pxref.
2364
2365 2012-01-16 Martin Rudalics <rudalics@gmx.at>
2366
2367 * windows.texi (Window Configurations, Window Parameters):
2368 Describe persistent window parameters.
2369
2370 2011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
2371
2372 * variables.texi (Creating Buffer-Local): Warn against misuses of
2373 make-variable-buffer-local (bug#10258).
2374
2375 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2376
2377 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
2378
2379 2012-01-06 Chong Yidong <cyd@gnu.org>
2380
2381 * variables.texi (Directory Local Variables):
2382 Document hack-dir-local-variables-non-file-buffer.
2383
2384 2012-01-06 Glenn Morris <rgm@gnu.org>
2385
2386 * maps.texi (Standard Keymaps): Refer to Info-edit by name
2387 rather than by keybinding.
2388
2389 2011-12-29 Juanma Barranquero <lekktu@gmail.com>
2390
2391 * frames.texi (Font and Color Parameters): Add @pxref.
2392
2393 2011-12-29 Daniel Colascione <dan.colascione@gmail.com>
2394
2395 * frames.texi (Font and Color Parameters):
2396 Document w32 font backends (bug#10399).
2397
2398 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
2399
2400 * files.texi (File Attributes, Changing Files):
2401 Use a more-natural notation for octal numbers.
2402
2403 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
2404
2405 * variables.texi (Variables with Restricted Values):
2406 Change reference to variable (bug#10354).
2407
2408 2011-12-13 Martin Rudalics <rudalics@gmx.at>
2409
2410 * windows.texi (Splitting Windows): Use t instead of non-nil
2411 when describing window-combination-resize.
2412
2413 2011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2414
2415 * text.texi (Special Properties): Warn against `intangible' properties
2416 (bug#10222).
2417
2418 2011-11-26 Eli Zaretskii <eliz@gnu.org>
2419
2420 * display.texi (Truncation):
2421 * text.texi (Special Properties): Describe what a stretch-glyph is
2422 instead of using that term without explanation. Make the
2423 cross-references more accurate.
2424
2425 * display.texi (Usual Display): Update the description,
2426 cross-references, and indexing related to display of control
2427 characters and raw bytes.
2428
2429 2011-11-25 Martin Rudalics <rudalics@gmx.at>
2430
2431 * windows.texi (Splitting Windows): Fix description of
2432 window-combination-limit. Suggested by Eli Zaretskii.
2433
2434 2011-11-23 Chong Yidong <cyd@gnu.org>
2435
2436 * windows.texi (Window Sizes): Move window-top-line,
2437 window-left-column, and window-*-pixel-edges to Coordinates and
2438 Windows node.
2439 (Coordinates and Windows): Restore window-edges doc.
2440
2441 2011-11-21 Martin Rudalics <rudalics@gmx.at>
2442
2443 * windows.texi (Windows and Frames, Splitting Windows):
2444 Fix typos.
2445
2446 2011-11-21 Chong Yidong <cyd@gnu.org>
2447
2448 * windows.texi (Splitting Windows): Fix error in documentation of
2449 window-combination-limit.
2450 (Cyclic Window Ordering): Minor fixes to next-window,
2451 one-window-p, and get-lru-window docs. Don't document
2452 window-list-1.
2453 (Buffers and Windows): Copyedits.
2454 (Choosing Window): Document special handling of special-display-*.
2455 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
2456 Don't document even-window-heights, which is going away.
2457 Clarify which options are obeyed by which action functions.
2458
2459 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2460
2461 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
2462
2463 2011-11-20 Martin Rudalics <rudalics@gmx.at>
2464
2465 * windows.texi (Resizing Windows, Splitting Windows):
2466 Remove term "status" when talking about combination limits.
2467
2468 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
2469
2470 * compile.texi (Compiler Errors):
2471 * help.texi (Help Functions): Fix typos.
2472
2473 2011-11-19 Chong Yidong <cyd@gnu.org>
2474
2475 * windows.texi (Splitting Windows): Clarify role of window
2476 parameters in split-window. Shorten the example.
2477 (Deleting Windows): Rewrite intro to handle internal windows.
2478 Fix delete-windows-on doc.
2479 (Selecting Windows): Copyedits.
2480
2481 2011-11-17 Martin Rudalics <rudalics@gmx.at>
2482
2483 * windows.texi (Resizing Windows, Splitting Windows)
2484 (Deleting Windows): Use term window-combination-resize instead
2485 of window-splits.
2486
2487 2011-11-16 Martin Rudalics <rudalics@gmx.at>
2488
2489 * windows.texi (Resizing Windows, Splitting Windows):
2490 Rename occurrences of window-nest to window-combination-limit.
2491
2492 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
2493
2494 * intro.texi (Lisp History): Fix typo.
2495
2496 2011-11-12 Martin Rudalics <rudalics@gmx.at>
2497
2498 * windows.texi (Splitting Windows, Deleting Windows):
2499 Remove references to splits status of windows.
2500
2501 2011-11-10 Glenn Morris <rgm@gnu.org>
2502
2503 * buffers.texi (Read Only Buffers): Expand a bit on why
2504 toggle-read-only should only be used interactively. (Bug#7292)
2505
2506 2011-11-09 Chong Yidong <cyd@gnu.org>
2507
2508 * windows.texi (Window Sizes): Document window-pixel-edges,
2509 window-inside-pixel-edges, window-absolute-pixel-edges, and
2510 window-inside-absolute-pixel-edges.
2511 (Resizing Windows): shrink-window-if-larger-than-buffer works on
2512 non-full-width windows.
2513
2514 2011-11-09 Martin Rudalics <rudalics@gmx.at>
2515
2516 * windows.texi (Resizing Windows): Rewrite documentation of
2517 window-resizable.
2518
2519 2011-11-09 Chong Yidong <cyd@gnu.org>
2520
2521 * windows.texi (Splitting Windows): Simplify example.
2522
2523 2011-11-08 Chong Yidong <cyd@gnu.org>
2524
2525 * windows.texi (Window Sizes): Copyedits. Document
2526 window-text-height. Remove window-min-height and window-min-width
2527 discussion, referring instead to Emacs manual.
2528 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
2529 (Resizing Windows): Simplify introduction. Don't document
2530 enlarge-window, shrink-window, enlarge-window-horizontally, and
2531 shrink-window-horizontally; they are no longer preferred for
2532 calling from Lisp, and are already documented in the Emacs manual.
2533
2534 2011-11-07 Glenn Morris <rgm@gnu.org>
2535
2536 * windows.texi (Choosing Window): Fix keybinding typo.
2537
2538 2011-11-07 Martin Rudalics <rudalics@gmx.at>
2539
2540 * windows.texi (Resizing Windows, Splitting Windows)
2541 (Window Configurations): Use "child window" instead of
2542 "subwindow".
2543
2544 2011-11-06 Chong Yidong <cyd@gnu.org>
2545
2546 * windows.texi (Basic Windows): Clarify various definitions.
2547 Treat window-normalize-* as internal; don't document them.
2548 (Windows and Frames): Various clarifications, e.g. non-live
2549 windows also belong to frames. Fix window-list description.
2550 Simplify window nesting example.
2551 (Splitting Windows, Window Configurations):
2552 Use split-window-below.
2553
2554 2011-11-04 Eli Zaretskii <eliz@gnu.org>
2555
2556 * windows.texi (Window Sizes): Mention in the doc string that the
2557 return values of `window-body-height' and `window-body-width' are
2558 in frame's canonical units. (Bug#9949)
2559
2560 2011-10-30 Martin Rudalics <rudalics@gmx.at>
2561
2562 * windows.texi (Windows and Frames): Remove "iso-" infix from
2563 documentation of window-iso-combined-p.
2564
2565 2011-10-26 Chong Yidong <cyd@gnu.org>
2566
2567 * modes.texi (Running Hooks): Document with-wrapper-hook.
2568
2569 2011-10-18 Chong Yidong <cyd@gnu.org>
2570
2571 * display.texi (Glyphless Chars): New node.
2572
2573 2011-10-13 Chong Yidong <cyd@stupidchicken.com>
2574
2575 * text.texi (Yanking): Document yank-excluded-properties.
2576
2577 * package.texi (Packaging Basics): The commentary should say how
2578 to begin using the package.
2579
2580 2011-10-11 Martin Rudalics <rudalics@gmx.at>
2581
2582 * windows.texi (Deleting Windows): Mention which window gets
2583 selected when deleting the selected window.
2584
2585 2011-10-09 Martin Rudalics <rudalics@gmx.at>
2586
2587 * buffers.texi (The Buffer List): Describe how bury-buffer deals
2588 with the selected window.
2589 * windows.texi (Buffers and Windows): Reformulate text on how
2590 replace-buffer-in-windows deals with a window.
2591 (Quitting Windows): Describe how quit-window deals with a
2592 standalone frame. Describe new option frame-auto-hide-function.
2593
2594 2011-10-08 Glenn Morris <rgm@gnu.org>
2595
2596 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
2597
2598 * positions.texi (Excursions): Update warning message.
2599
2600 2011-10-05 Chong Yidong <cyd@stupidchicken.com>
2601
2602 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
2603 Fix Emacs manual xref (Bug#9675).
2604
2605 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
2606
2607 * windows.texi (Textual Scrolling): Document scroll-up-command,
2608 scroll-down-command, scroll-error-top-bottom, and the
2609 scroll-command symbol property.
2610 (Display Action Functions): Fix description of
2611 display-buffer-pop-up-window.
2612
2613 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
2614
2615 * windows.texi (Splitting Windows): Fix typos.
2616
2617 2011-09-25 Martin Rudalics <rudalics@gmx.at>
2618
2619 * windows.texi (Windows and Frames, Display Action Functions)
2620 (Switching Buffers): Fix some typos.
2621 (Buffers and Windows): Remove reference to window-auto-delete.
2622 Reword description of replace-buffer-in-windows.
2623 (Window History): Fix some typos and refer to frame local buffer
2624 list.
2625 (Quitting Windows): New node.
2626 (Window Configurations): Add descriptions of window-state-get
2627 and window-state-put.
2628 (Window Parameters): Describe variable ignore-window-parameters.
2629 Sketch some window parameters currently in use.
2630 * elisp.texi (Top): Update node listing.
2631
2632 2011-09-25 Chong Yidong <cyd@stupidchicken.com>
2633
2634 * windows.texi (Display Action Functions)
2635 (Choosing Window Options): New nodes.
2636
2637 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
2638
2639 * windows.texi (Window History): New node. Move text here from
2640 Buffers and Windows.
2641 (Switching Buffers): Rename from Displaying Buffers, since we
2642 don't document display-buffer here; callers changed.
2643 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
2644 switch-to-buffer-other-frame. Delete duplicate
2645 replace-buffer-in-windows doc.
2646 (Choosing Window): Document display actions.
2647
2648 2011-09-24 Eli Zaretskii <eliz@gnu.org>
2649
2650 * display.texi (Forcing Redisplay): Update the description of
2651 redisplay-dont-pause due to change in the default value.
2652
2653 2011-09-23 Martin Rudalics <rudalics@gmx.at>
2654
2655 * frames.texi (Frames and Windows): Move section and rename to
2656 Windows and Frames in windows.texi.
2657 * windows.texi (Windows): Restructure.
2658 (Basic Windows): Rewrite. Explain live and internal windows and
2659 normalization functions.
2660 (Windows and Frames): Move section here from frames.texi.
2661 Describe subwindows, window combinations, window tree, and
2662 corresponding functions including window-list here.
2663 (Window Sizes): Rename section from Size of Window and move it
2664 up in chapter. Describe total and body sizes and the
2665 corresponding functions. Explain new semantics of
2666 window-min-height/-width.
2667 (Resizing Windows): Move section up in chapter. Describe new
2668 resize functions.
2669 (Splitting Windows): Describe new behavior of split-window,
2670 split-window-above-each-other and split-window-side-by-side.
2671 Provide examples. Describe window-nest and window-splits
2672 options.
2673 (Deleting Windows): Minor rewrite.
2674 (Selecting Windows): Minor rewrite.
2675 Describe frame-selected-window and set-frame-selected-window here.
2676 (Cyclic Window Ordering): Minor rewrite.
2677 Describe window-list-1.
2678 (Buffers and Windows): Rewrite. Explain a window's previous and
2679 next buffers and the corresponding functions.
2680 (Window Tree): Merge into Windows and Frames section.
2681 * elisp.texi (Top): Update node listings for frames and windows
2682 sections.
2683
2684 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2685
2686 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
2687
2688 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2689
2690 * errors.texi (Standard Errors): Remove apparent placeholder text
2691 (bug#9491).
2692
2693 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
2694
2695 * frames.texi (Management Parameters): Fix description of
2696 icon-type parameter.
2697
2698 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
2699
2700 * tips.texi (Key Binding Conventions): Don't bind a key sequence
2701 ending in C-g. Suggested by Edward O'Connor.
2702
2703 2011-09-17 Eli Zaretskii <eliz@gnu.org>
2704
2705 * numbers.texi (Integer Basics): Add indexing for
2706 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
2707
2708 2011-09-14 Dani Moncayo <dmoncayo@gmail.com>
2709
2710 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
2711
2712 2011-09-11 Juanma Barranquero <lekktu@gmail.com>
2713
2714 * processes.texi (Network Servers): Clarify what the process
2715 buffer is used for (bug#9233).
2716
2717 2011-08-30 Dani Moncayo <dmoncayo@gmail.com>
2718
2719 * lists.texi (Building Lists): Fix typo.
2720
2721 2011-08-30 Chong Yidong <cyd@stupidchicken.com>
2722
2723 * display.texi (Basic Faces): New node. Document new faces.
2724
2725 * modes.texi (Major Mode Conventions): Move some text there.
2726 (Mode Help): Remove major-mode var, duplicated in Major Modes.
2727
2728 2011-08-29 Chong Yidong <cyd@stupidchicken.com>
2729
2730 * modes.texi (Basic Major Modes): New node. Callers updated.
2731 (Major Modes): Document fundamental-mode and major-mode.
2732 (Major Mode Basics): Node deleted; text moved to Major Modes.
2733 (Derived Modes): Document derived-mode-p.
2734
2735 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
2736
2737 * files.texi (Changing Files, Create/Delete Dirs): Document new
2738 arguments for delete-file, delete-directory, and copy-directory.
2739 (Visiting Functions): Remove view-file; it is documented in the
2740 Emacs manual.
2741
2742 * frames.texi (Layout Parameters): The defaults for the
2743 menu-bar-lines and tool-bar-lines parameters depend on the mode.
2744
2745 * display.texi (Progress): Document spinner functionality.
2746
2747 * os.texi (Killing Emacs): Note that kill-emacs can be called by
2748 operating system signals. Refer to save-buffers-kill-terminal
2749 instead of save-buffers-kill-emacs.
2750
2751 * objects.texi (Symbol Type): Document ## print representation.
2752
2753 2011-08-25 Eli Zaretskii <eliz@gnu.org>
2754
2755 * display.texi (Specified Space): Mention that `space' specs
2756 influence bidi reordering.
2757 (Bidirectional Display): Explain how to use `(space . PROPS)' for
2758 separating fields with bidirectional content.
2759
2760 2011-08-24 Eli Zaretskii <eliz@gnu.org>
2761
2762 * display.texi (Bidirectional Display): Document return value in
2763 buffers that are not bidi-reordered for display, and in unibyte
2764 buffers.
2765
2766 2011-08-23 Eli Zaretskii <eliz@gnu.org>
2767
2768 * nonascii.texi (Character Properties): Document the values for
2769 unassigned codepoints.
2770
2771 2011-08-18 Eli Zaretskii <eliz@gnu.org>
2772
2773 * nonascii.texi (Character Properties): Document use of
2774 `bidi-class' and `mirroring' properties as part of reordering.
2775 Provide cross-references to "Bidirectional Display".
2776
2777 * display.texi (Bidirectional Display): Document the pitfalls of
2778 concatenating strings with bidirectional content, with possible
2779 solutions. Document bidi-string-mark-left-to-right.
2780 Mention paragraph direction in modes that inherit from prog-mode.
2781 Document use of `bidi-class' and `mirroring' properties as part of
2782 reordering.
2783
2784 2011-08-16 Eli Zaretskii <eliz@gnu.org>
2785
2786 * modes.texi (Major Mode Conventions): Improve the documentation
2787 of `mode-class' `special' modes.
2788
2789 * nonascii.texi (Character Properties): Document the `mirroring'
2790 property. Add index entries.
2791
2792 * syntax.texi (Categories): Add an example of defining a new
2793 category and category table.
2794
2795 * searching.texi (Regexp Backslash): Document how to display
2796 existing categories. Mention the possibility of adding
2797 categories, and add an xref to where this is described. Add an
2798 index entry.
2799
2800 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
2801
2802 * text.texi (Special Properties):
2803 * display.texi (Overlay Properties): Note that mouse-face cannot
2804 change the text size (Bug#8530).
2805
2806 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
2807
2808 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
2809 using setenv instead.
2810
2811 2011-07-28 Eli Zaretskii <eliz@gnu.org>
2812
2813 * display.texi (Bidirectional Display): Document the fact that
2814 bidi-display-reordering is t by default.
2815
2816 2011-07-23 Eli Zaretskii <eliz@gnu.org>
2817
2818 * display.texi (Bidirectional Display): New section.
2819
2820 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2821 Tim Cross <theophilusx@gmail.com> (tiny change)
2822 Glenn Morris <rgm@gnu.org>
2823
2824 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
2825
2826 2011-07-15 Andreas Schwab <schwab@linux-m68k.org>
2827
2828 * help.texi (Keys in Documentation): Revert last change.
2829
2830 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2831
2832 * help.texi (Keys in Documentation): Clarify that \= only quotes
2833 the next character, and doesn't affect longer sequences in
2834 particular (bug#8935).
2835
2836 * debugging.texi (Using Debugger):
2837 Mention @code{eval-expression-debug-on-error} (bug#8549).
2838
2839 2011-07-14 Eli Zaretskii <eliz@gnu.org>
2840
2841 * display.texi (Other Display Specs): Document that `left-fringe'
2842 and `right-fringe' display specifications are of the "replacing"
2843 kind.
2844
2845 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2846
2847 * help.texi (Documentation Basics): Add a link to the Function
2848 Documentation node (bug#6580).
2849
2850 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2851
2852 * keymaps.texi (Menu Bar): Mention :visible and :enable
2853 (bug#6344). Text by Drew Adams.
2854
2855 * modes.texi (Running Hooks): Mention buffer-local hook variables
2856 (bug#6218).
2857
2858 * objects.texi (General Escape Syntax): "a with grave accent" is
2859 ?xe0, not ?x8e0 (bug#5259).
2860
2861 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
2862
2863 * display.texi (Face Attributes, Font Selection): Add references
2864 to the Fonts node in the Emacs manual (Bug#4178).
2865
2866 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
2867
2868 * display.texi (Window Systems): `window-system' is
2869 terminal-local.
2870
2871 * frames.texi (Frame Parameters, Parameter Access): Don't mention
2872 frame-local variables.
2873
2874 * variables.texi (Buffer-Local Variables): Don't mention obsolete
2875 frame-local variables.
2876 (Frame-Local Variables): Node deleted.
2877
2878 * elisp.texi (Top): Update node listing.
2879
2880 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2881
2882 * elisp.texi: Change "inferiors" to "subnodes" in three places
2883 (bug#3523).
2884
2885 2011-07-11 Chong Yidong <cyd@stupidchicken.com>
2886
2887 * frames.texi (Window System Selections): Discussion of
2888 x-select-enable-clipboard moved to Emacs manual.
2889
2890 2011-07-11 Deniz Dogan <deniz@dogan.se>
2891
2892 * commands.texi (Prefix Command Arguments): Remove excessive
2893 apostrophe.
2894
2895 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2896
2897 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
2898 description is a string (bug#3313).
2899
2900 * frames.texi (Display Feature Testing): Try to explain what all
2901 the visual classes mean (bug#3042).
2902
2903 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2904
2905 * modes.texi (Mode Line Variables): Document `mode-line-remote'
2906 and `mode-line-client' (bug#2974).
2907
2908 * text.texi (Insertion): Clarify marker movements (bug#1651).
2909 Text from Drew Adams.
2910
2911 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2912
2913 * text.texi (Special Properties): Clarify the format of `face'
2914 (bug#1375).
2915
2916 * commands.texi (Interactive Call): Add a `call-interactively'
2917 example (bug#1010).
2918
2919 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2920
2921 * functions.texi (Calling Functions): Link to the "Interactive
2922 Call" node (bug#1001).
2923
2924 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
2925
2926 * customize.texi (Composite Types): Move alist and plist to here
2927 from Simple Types (Bug#7545).
2928
2929 * elisp.texi (Top): Update menu description.
2930
2931 * display.texi (Face Attributes): Document negative line widths
2932 (Bug#6113).
2933
2934 2011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
2935
2936 * searching.texi (Match Data): Note that match data can be
2937 overwritten by most functions (bug#2499).
2938
2939 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2940
2941 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
2942 flags mean (bug#6659).
2943
2944 * functions.texi (What Is a Function): Document the autoload
2945 object (bug#6496).
2946
2947 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2948
2949 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
2950 is only used in the Customize user interface (bug#6089).
2951
2952 * display.texi (Showing Images): Mention the point of sliced
2953 images (bug#7836).
2954
2955 2011-07-02 Eli Zaretskii <eliz@gnu.org>
2956
2957 * variables.texi (Defining Variables, Void Variables)
2958 (Constant Variables): Fix incorrect usage of @kindex.
2959
2960 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2961
2962 * variables.texi (Defining Variables): Add an index entry for
2963 `set-variable' (bug#7262).
2964 (Defining Variables): Use @findex for functions.
2965
2966 * frames.texi (Basic Parameters): Document the `explicit-name'
2967 parameter (bug#6951).
2968
2969 * customize.texi (Type Keywords): Clarify that :value provides a
2970 default value for all types (bug#7386).
2971
2972 * streams.texi (Output Functions): Document `pp'.
2973
2974 2011-06-25 Chong Yidong <cyd@stupidchicken.com>
2975
2976 * keymaps.texi (Searching Keymaps):
2977 * display.texi (Overlay Properties): Fix errors in 2011-05-29
2978 change. Suggested by Johan Bockgård.
2979
2980 2011-06-15 Chong Yidong <cyd@stupidchicken.com>
2981
2982 * text.texi (Special Properties): Clarify role of font-lock-face.
2983
2984 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2985
2986 * processes.texi (Process Information): Rename `process-alive-p'
2987 to `process-live-p' for consistency with other `-live-p' functions.
2988
2989 2011-06-03 Paul Eggert <eggert@cs.ucla.edu>
2990
2991 Document wide integers better.
2992 * files.texi (File Attributes): Document ino_t values better.
2993 ino_t values no longer map to anything larger than a single cons.
2994 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
2995 (Bitwise Operations):
2996 * objects.texi (Integer Type): Use a binary notation that is a bit easier
2997 to read, and that will port better if 62-bits becomes the default.
2998 Fix or remove incorrect examples.
2999 * os.texi (Time Conversion): Document time_t values better.
3000
3001 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3002
3003 * processes.texi (Process Information):
3004 Document `process-alive-p'.
3005
3006 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
3007
3008 * help.texi (Accessing Documentation):
3009 * display.texi (Pixel Specification):
3010 * processes.texi (Serial Ports, Serial Ports):
3011 * nonascii.texi (Character Properties, Default Coding Systems):
3012 * text.texi (Changing Properties, Special Properties):
3013 * windows.texi (Window Start and End):
3014 * modes.texi (SMIE Indentation Example, SMIE Tricks):
3015 * keymaps.texi (Searching Keymaps, Tool Bar):
3016 * minibuf.texi (Basic Completion):
3017 * compile.texi (Eval During Compile):
3018 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
3019 7x9 paper in printed manual.
3020
3021 * lists.texi (Sets And Lists): Fix misplaced text.
3022
3023 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
3024
3025 * keymaps.texi (Remapping Commands): Emphasize that the keymap
3026 needs to be active (Bug#8350).
3027
3028 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
3029
3030 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
3031
3032 * tips.texi (Coding Conventions): Remove antediluvian filename
3033 limit recommendation (Bug#8538).
3034
3035 2011-05-27 Glenn Morris <rgm@gnu.org>
3036
3037 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
3038
3039 2011-05-26 Glenn Morris <rgm@gnu.org>
3040
3041 * variables.texi (File Local Variables):
3042 Update hack-local-variables `mode-only' return value.
3043 Add some more details on what this function does in the other case.
3044
3045 2011-05-19 Glenn Morris <rgm@gnu.org>
3046
3047 * lists.texi (Sets And Lists): Mention cl provides union etc.
3048
3049 2011-05-19 Nix <nix@esperi.org.uk>
3050
3051 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
3052
3053 * text.texi (Parsing HTML): Update for function name changes.
3054
3055 * syntax.texi (Syntax Flags): Small fix.
3056
3057 * keymaps.texi (Active Keymaps): Typo fix.
3058 (Changing Key Bindings): Grammar fix.
3059
3060 * frames.texi (Minibuffers and Frames): Grammar fix.
3061 (Window System Selections): x-select-enable-clipboard now defaults to t.
3062
3063 * customize.texi (Common Keywords):
3064 * display.texi (Abstract Display):
3065 * modes.texi (Auto-Indentation):
3066 * nonascii.texi (Converting Representations): Typo fixes.
3067
3068 * control.texi (Examples of Catch): Call it "goto" not "go to".
3069
3070 2011-05-14 Eli Zaretskii <eliz@gnu.org>
3071
3072 * nonascii.texi (Character Properties): Fix inconsistencies with
3073 implementation.
3074
3075 * text.texi (Special Properties): Move @defvar's out of the
3076 @table. (Bug#8652)
3077
3078 2011-05-12 Glenn Morris <rgm@gnu.org>
3079
3080 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
3081
3082 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3083
3084 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
3085 (Multiline Font Lock):
3086 * vol2.texi (Top):
3087 * vol1.texi (Top):
3088 * elisp.texi (Top): Update menu accordingly.
3089
3090 2011-05-12 Drew Adams <drew.adams@oracle.com>
3091
3092 * modes.texi (Region to Fontify): Fix typo.
3093
3094 2011-05-10 Jim Meyering <meyering@redhat.com>
3095
3096 * minibuf.texi: Fix typo "in in -> in".
3097
3098 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
3099
3100 * numbers.texi (Integer Basics): Large integers are treated as floats.
3101
3102 2011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3103
3104 * processes.texi (Synchronous Processes): Document the (:file
3105 "/file-name") syntax for `call-process'.
3106
3107 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
3108
3109 * windows.texi (Choosing Window): Fix typo.
3110
3111 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
3112
3113 * frames.texi (Layout Parameters): Note the difference between
3114 querying and setting parameters for left-fringe and right-fringe
3115 (Bug#6930).
3116
3117 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3118
3119 * minibuf.texi (Basic Completion): Be a bit more precise about the
3120 valid kinds of completion tables.
3121 (Programmed Completion): Remove obsolete text about lambda expressions
3122 not being valid completion tables.
3123
3124 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
3125
3126 * positions.texi (Excursions): Explain the "save-excursion
3127 defeated by set-buffer" warning.
3128
3129 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
3130 save-excursion. Suggested by Uday S Reddy.
3131
3132 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
3133
3134 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
3135 (Lexical Binding): New sub-section.
3136
3137 * eval.texi (Eval): Discourage the use of `eval'.
3138 Document its new `lexical' argument.
3139
3140 2011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3141
3142 * commands.texi (Command Overview): `post-command-hook' is not reset to
3143 nil any more.
3144
3145 2011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
3146
3147 * strings.texi (String Conversion): Don't mention
3148 string-make-(uni|multi)byte (bug#8262).
3149 * nonascii.texi (Converting Representations): Fix up range.
3150 * keymaps.texi (Key Binding Commands): Update code point, avoid
3151 "unibyte character" and remove mention of unibyte bindings.
3152
3153 2011-03-10 Eli Zaretskii <eliz@gnu.org>
3154
3155 * modes.texi (Operator Precedence Grammars): Don't use characters
3156 outside ISO-8859-1.
3157
3158 2011-03-09 Eli Zaretskii <eliz@gnu.org>
3159
3160 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
3161
3162 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
3163
3164 2011-03-08 Glenn Morris <rgm@gnu.org>
3165
3166 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
3167 * intro.texi (Acknowledgements): Names to UTF-8.
3168 * elisp.texi: Set documentencoding.
3169
3170 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
3171
3172 * Version 23.3 released.
3173
3174 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
3175
3176 * package.texi: Update index keywords.
3177 (Package Archives): New node contents. Document package-x.el.
3178
3179 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
3180
3181 * makefile.w32-in (srcs): Add package.texi.
3182
3183 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
3184
3185 * package.texi (Packaging, Packaging Basics, Simple Packages)
3186 (Multi-file Packages): Expand and clarify.
3187 (Package Archives): Temporary placeholder node.
3188
3189 * elisp.texi (Top): Update node listing.
3190
3191 * Makefile.in (srcs): Add package.texi.
3192
3193 2011-03-05 Chong Yidong <cyd@stupidchicken.com>
3194
3195 * processes.texi (Synchronous Processes): Minor clarification
3196 (Bug#8149).
3197
3198 2011-03-03 Glenn Morris <rgm@gnu.org>
3199
3200 * files.texi (Truenames): Minor clarification. (Bug#2341)
3201
3202 2011-03-01 Glenn Morris <rgm@gnu.org>
3203
3204 * variables.texi (Directory Local Variables):
3205 Mention `(subdirs . nil)' alist element.
3206
3207 2011-02-28 Glenn Morris <rgm@gnu.org>
3208
3209 * variables.texi (Directory Local Variables): Mention the optional
3210 mtime argument of dir-locals-set-directory-class. (Bug#3577)
3211
3212 2011-02-27 Chong Yidong <cyd@stupidchicken.com>
3213
3214 * minibuf.texi (Minibuffer History): Clarify discussion of
3215 minibuffer history lists (Bug#8085).
3216
3217 2011-02-19 Eli Zaretskii <eliz@gnu.org>
3218
3219 * elisp.texi: Sync @dircategory with ../../info/dir.
3220
3221 * files.texi (Visiting Functions): Document find-file-literally,
3222 both the command and the variable.
3223
3224 * variables.texi (Creating Buffer-Local): Explain the meaning of
3225 permanent local variables.
3226
3227 * files.texi (Visiting Functions): Document find-file-literally,
3228 both the command and the variable.
3229
3230 * variables.texi (Creating Buffer-Local): Explain the meaning of
3231 permanent local variables.
3232
3233 2011-02-19 Glenn Morris <rgm@gnu.org>
3234
3235 * keymaps.texi (Remapping Commands): Mention how to undo it.
3236
3237 2011-02-09 Reuben Thomas <rrt@sc3d.org>
3238
3239 * loading.texi (Hooks for Loading): Remove unnecessary advice
3240 about eval-after-load (Bug#7986).
3241
3242 2011-02-05 Chong Yidong <cyd@stupidchicken.com>
3243
3244 * commands.texi (Accessing Mouse): Note that a header line is not
3245 included in the row of posn-col-row.
3246
3247 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
3248
3249 * modes.texi (Major Mode Conventions): Add face guidelines.
3250 (Faces for Font Lock): List faces in order of prominence.
3251
3252 2011-02-01 Paul Eggert <eggert@cs.ucla.edu>
3253
3254 format-time-string now supports subsecond time stamp resolution
3255 * os.texi (Time Parsing): Document %N.
3256
3257 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
3258
3259 * vol1.texi (Top):
3260 * vol2.texi (Top):
3261 * elisp.texi (Top):
3262 * display.texi (Display Property): Shorten the menu description of
3263 the "Other Display Specs" node (Bug#7816).
3264
3265 * keymaps.texi (Defining Menus): Add "menu item" and "extended
3266 menu item" concept index entries (Bug#7805).
3267
3268 2011-01-29 Eli Zaretskii <eliz@gnu.org>
3269
3270 * makefile.w32-in (texinfodir): New variable.
3271 (usermanualdir): Remove as redundant with $(emacsdir).
3272 (MAKEINFO): Remove options, leave only program name.
3273 (MAKEINFO_OPTS): New variable.
3274 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
3275
3276 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
3277 Richard Kim <emacs18@gmail.com>
3278
3279 * loading.texi (Library Search): Document list-load-path-shadows
3280 (Bug#7757).
3281
3282 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
3283
3284 * searching.texi (Regexp Special): Remove outdated discussion of
3285 character sets (Bug#7780).
3286
3287 * frames.texi (Pop-Up Menus): Document where menu title comes
3288 from (Bug#7684).
3289
3290 2011-01-25 Glenn Morris <rgm@gnu.org>
3291
3292 * display.texi (Making Buttons): Mention limitation of text buttons.
3293
3294 2011-01-23 Werner Lemberg <wl@gnu.org>
3295
3296 * Makefile.in (MAKEINFO): Now controlled by `configure'.
3297 (MAKEINFO_OPTS): New variable. Use it where appropriate.
3298 (ENVADD): New variable to control texi2dvi and texi2pdf.
3299
3300 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
3301
3302 * files.texi (Directory Names): Move directory-abbrev-alist doc to
3303 Emacs manual.
3304
3305 2011-01-15 Eli Zaretskii <eliz@gnu.org>
3306
3307 * files.texi (Directory Names): Explain why FROM in
3308 directory-abbrev-alist should begin with \`. (Bug#7777)
3309
3310 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3311
3312 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
3313
3314 2011-01-02 Eli Zaretskii <eliz@gnu.org>
3315
3316 * modes.texi (Emulating Mode Line): Fix last change.
3317
3318 2011-01-02 Eli Zaretskii <eliz@gnu.org>
3319
3320 * modes.texi (Emulating Mode Line): Update documentation of
3321 format-mode-line according to changes that fixed bug #7587.
3322
3323 2010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
3324
3325 * modes.texi (Derived Modes): Mention prog-mode.
3326
3327 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
3328 of the key-binding-data cache since we don't use it any more.
3329
3330 2010-12-13 Eli Zaretskii <eliz@gnu.org>
3331
3332 * processes.texi (Shell Arguments):
3333 * strings.texi (Creating Strings): Don't mention "shell commands";
3334 make it explicit that `split-string-and-unquote' and
3335 `combine-and-quote-strings' are mainly for working with arguments
3336 to call-process and start-process.
3337
3338 * processes.texi (Shell Arguments): Fix documentation of
3339 `split-string-and-unquote'. Add indexing. (Bug#7563)
3340
3341 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3342
3343 * modes.texi (Auto-Indentation): New section to document SMIE.
3344 (Major Mode Conventions):
3345 * text.texi (Mode-Specific Indent): Refer to it.
3346
3347 2010-12-13 Eli Zaretskii <eliz@gnu.org>
3348
3349 * display.texi (Other Display Specs): Document left-fringe and
3350 right-fringe display specs.
3351
3352 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3353
3354 * backups.texi (Making Backups):
3355 * modes.texi (Example Major Modes): Use recommended coding style.
3356 (Major Mode Basics, Derived Modes): Encourge more strongly use of
3357 define-derived-mode. Mention completion-at-point-functions.
3358
3359 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
3360
3361 * nonascii.texi (Converting Representations):
3362 Document byte-to-string.
3363
3364 2010-12-08 Glenn Morris <rgm@gnu.org>
3365
3366 * buffers.texi (Modification Time):
3367 verify-visited-file-modtime now defaults to the current buffer.
3368
3369 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3370
3371 * nonascii.texi (Converting Representations): Document byte-to-string.
3372
3373 * strings.texi (Creating Strings): Don't mention semi-obsolete
3374 function char-to-string.
3375 (String Conversion): Shorten discussion of semi-obsolete function
3376 string-to-char. Link to Converting Representations.
3377
3378 * objects.texi (Symbol Type):
3379 * text.texi (Near Point):
3380 * help.texi (Help Functions):
3381 * functions.texi (Mapping Functions): Use string instead of
3382 char-to-string in examples.
3383
3384 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3385
3386 * text.texi (Kill Functions, Kill Functions)
3387 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
3388 YANK-HANDLER args.
3389
3390 * symbols.texi (Creating Symbols): Using unintern without an
3391 obarray arg is now obsolete.
3392
3393 * numbers.texi (Float Basics): Document float-e and float-pi.
3394
3395 * variables.texi (Defining Variables): Change "pi" example to
3396 "float-pi".
3397
3398 2010-11-26 Eli Zaretskii <eliz@gnu.org>
3399
3400 * commands.texi (Click Events): Document the values of X, Y and
3401 COL, ROW in the event's position, when the click is on the header
3402 or mode line, on the fringes, or in the margins.
3403
3404 2010-11-17 Eli Zaretskii <eliz@gnu.org>
3405
3406 * customize.texi (Composite Types): Lower-case index entry.
3407
3408 * loading.texi (How Programs Do Loading):
3409 Document load-file-name. (Bug#7346)
3410
3411 2010-11-17 Glenn Morris <rgm@gnu.org>
3412
3413 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
3414
3415 2010-11-13 Eli Zaretskii <eliz@gnu.org>
3416
3417 * display.texi (Usual Display): Characters with no fonts are not
3418 necessarily displayed as empty boxes.
3419
3420 2010-10-31 Glenn Morris <rgm@gnu.org>
3421
3422 * maps.texi (Standard Keymaps): Update File menu description.
3423
3424 2010-10-28 Glenn Morris <rgm@gnu.org>
3425
3426 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
3427
3428 2010-10-24 Eli Zaretskii <eliz@gnu.org>
3429
3430 * display.texi (Window Systems): Deprecate use of window-system as
3431 a predicate.
3432
3433 2010-10-23 Glenn Morris <rgm@gnu.org>
3434
3435 * help.texi (Documentation Basics): Remove mentions of digest-doc and
3436 sorted-doc.
3437
3438 2010-10-15 Eli Zaretskii <eliz@gnu.org>
3439
3440 * os.texi (Dynamic Libraries): New node, with slightly modified
3441 text deleted from "Image Formats".
3442 (System Interface): Add @menu entry for "Dynamic Libraries".
3443
3444 * display.texi (Image Formats): Remove description of
3445 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
3446
3447 2010-10-12 Glenn Morris <rgm@gnu.org>
3448
3449 * book-spine.texinfo: Rename to book-spine.texi.
3450
3451 2010-10-11 Glenn Morris <rgm@gnu.org>
3452
3453 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
3454
3455 * Makefile.in (DVIPS): New variable.
3456 (.PHONY): Add html, ps.
3457 (html, elisp.html, ps, elisp.ps): New targets.
3458 (clean): Delete html, ps files.
3459 ($(infodir)/elisp): Remove unnecessary includes.
3460
3461 2010-10-09 Eli Zaretskii <eliz@gnu.org>
3462
3463 * makefile.w32-in (emacsdir): New variable.
3464 (srcs): Add emacsver.texi.
3465 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
3466
3467 2010-10-09 Glenn Morris <rgm@gnu.org>
3468
3469 * Makefile.in (VPATH): Remove.
3470 (infodir): Make it absolute.
3471 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
3472
3473 * Makefile.in (dist): Anchor regexps.
3474
3475 * Makefile.in (srcs): Put elisp.texi first.
3476 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
3477
3478 * Makefile.in (infoclean): Remove harmless, long-standing error.
3479
3480 * Makefile.in ($(infodir)): Delete rule.
3481 (mkinfodir): New.
3482 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
3483
3484 * Makefile.in (dist): Remove reference to emacsver.texi.in.
3485 Also copy emacsver.texi, and edit $emacsdir.
3486
3487 2010-10-09 Glenn Morris <rgm@gnu.org>
3488
3489 * Makefile.in (emacsdir): New variable.
3490 (MAKEINFO): Add -I $emacsdir.
3491 (dist): Copy emacsver.texi.
3492 (srcs): Add emacsver.texi.
3493
3494 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
3495 Set EMACSVER by including emacsver.texi.
3496
3497 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
3498
3499 2010-10-07 Glenn Morris <rgm@gnu.org>
3500
3501 * Makefile.in (version): New, set by configure.
3502 (clean): Delete dist tar file.
3503 (dist): Use version in tar name.
3504
3505 2010-10-06 Glenn Morris <rgm@gnu.org>
3506
3507 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
3508 (INSTALL_INFO): Remove unused variable.
3509 (mostlyclean, infoclean, dist): New rules.
3510 (clean): Delete dvi and pdf files.
3511 (maintainer-clean): Remove elisp.oaux, use infoclean.
3512 ($(infodir)): Add parallel build workaround.
3513
3514 2010-10-04 Glenn Morris <rgm@gnu.org>
3515
3516 * Makefile.in (dvi, pdf, $(infodir)): New targets.
3517 ($(infodir)/elisp): Ensure target directory exists. Use $@.
3518 Fix -I typo.
3519 (clean): No 'make.out' or 'core' files.
3520 (.PHONY): Declare clean rules.
3521 (maintainer-clean): Delete pdf file. Guard against cd failures.
3522
3523 2010-10-03 Glenn Morris <rgm@gnu.org>
3524
3525 * files.texi (File Name Components): Remove ignored section about
3526 deleted variable directory-sep-char.
3527
3528 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
3529
3530 * files.texi (Magic File Names): New defopt
3531 remote-file-name-inhibit-cache.
3532
3533 2010-10-02 Glenn Morris <rgm@gnu.org>
3534
3535 * os.texi (Killing Emacs): Hook now runs in batch mode.
3536
3537 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
3538
3539 * text.texi (Special Properties): Clarify when modification-hooks run.
3540
3541 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3542
3543 * syntax.texi (Syntax Flags): Document new `c' flag.
3544
3545 2010-09-09 Glenn Morris <rgm@gnu.org>
3546
3547 * display.texi (ImageMagick Images): General cleanup.
3548
3549 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3550
3551 * files.texi (Directory Names): Use \` rather than ^.
3552
3553 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
3554
3555 * text.texi (Low-Level Kill Ring):
3556 * frames.texi (Window System Selections): Remove cut buffer
3557 documentation.
3558
3559 2010-08-28 Eli Zaretskii <eliz@gnu.org>
3560
3561 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
3562 Parameters", where the default fringe width is described.
3563
3564 * frames.texi (Window Frame Parameters, Basic Parameters)
3565 (Position Parameters, Layout Parameters, Management Parameters)
3566 (Cursor Parameters, Font and Color Parameters): Add indexing for
3567 frame parameters. (Bug#6929)
3568
3569 2010-08-25 Tom Tromey <tromey@redhat.com>
3570
3571 * vol2.texi (Top): Update.
3572 * vol1.texi (Top): Update.
3573 * tips.texi (Library Headers): Mention Package-Version and
3574 Package-Requires.
3575 * package.texi: New file.
3576 * os.texi (System Interface): Update pointers.
3577 * elisp.texi (Top): Link to new nodes. Include package.texi.
3578 * anti.texi (Antinews): Update pointers.
3579
3580 2010-08-25 Eli Zaretskii <eliz@gnu.org>
3581
3582 * processes.texi (Filter Functions): Fix last change.
3583
3584 2010-08-24 Markus Triska <triska@gmx.at>
3585
3586 * processes.texi (Filter Functions): Use `buffer-live-p' instead
3587 of `buffer-name' in the main text as well as in the example
3588 (Bug#3098).
3589
3590 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
3591
3592 * nonascii.texi (Text Representations):
3593 * loading.texi (Loading Non-ASCII):
3594 * compile.texi (Byte Compilation): Don't mention obsolete
3595 --unibyte command-line argument.
3596
3597 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
3598
3599 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
3600
3601 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
3602
3603 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
3604
3605 2010-08-20 Eli Zaretskii <eliz@gnu.org>
3606
3607 * commands.texi (Misc Events): Add cross-references to where
3608 POSITION of a mouse event is described in detail.
3609
3610 2010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
3611
3612 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
3613
3614 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
3615
3616 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
3617 Suggested by Štěpán Němec <stepnem@gmail.com>.
3618
3619 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
3620
3621 * minibuf.texi (High-Level Completion): Document args of
3622 `read-buffer-function' (bug#5625).
3623
3624 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
3625
3626 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
3627
3628 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
3629
3630 * processes.texi (Process Information): Explain process property
3631 `remote-tty'.
3632
3633 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
3634
3635 * modes.texi (Defining Minor Modes): Use C-delete in examples,
3636 instead of "\C-\^?" (bug#6334).
3637
3638 * text.texi (Special Properties): Fix typo.
3639
3640 2010-07-09 Eli Zaretskii <eliz@gnu.org>
3641
3642 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
3643 calling sequences, which are now the standard.
3644
3645 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
3646
3647 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
3648
3649 * commands.texi (Command Overview): Mention undo-boundary call.
3650
3651 2010-06-23 Glenn Morris <rgm@gnu.org>
3652
3653 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
3654 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
3655 * frames.texi, functions.texi, internals.texi, keymaps.texi:
3656 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
3657 * searching.texi, sequences.texi, strings.texi, syntax.texi:
3658 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
3659 Untabify Texinfo files.
3660
3661 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
3662
3663 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
3664
3665 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
3666
3667 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
3668
3669 2010-06-02 Chong Yidong <cyd@stupidchicken.com>
3670
3671 * searching.texi (Regexp Special): Remove obsolete information
3672 about matching non-ASCII characters, and suggest using char
3673 classes (Bug#6283).
3674
3675 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
3676
3677 * minibuf.texi (Basic Completion): Add missing "@end defun".
3678
3679 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3680
3681 * minibuf.texi (Basic Completion): Document completion-boundaries.
3682 (Programmed Completion): Document the new fourth method for boundaries.
3683
3684 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
3685
3686 * display.texi (Image Cache): Update documentation about image caching.
3687
3688 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
3689
3690 * windows.texi (Textual Scrolling):
3691 * tips.texi (Coding Conventions):
3692 * minibuf.texi (Minibuffer History):
3693 * maps.texi (Standard Keymaps):
3694 * loading.texi (Where Defined):
3695 * edebug.texi (Instrumenting): Fix typos.
3696
3697 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
3698
3699 * keymaps.texi (Menu Bar): Document :advertised-binding property.
3700
3701 * functions.texi (Obsolete Functions):
3702 Document set-advertised-calling-convention.
3703
3704 * minibuf.texi (Basic Completion): Document completion-in-region.
3705 (Programmed Completion): Document completion-annotate-function.
3706
3707 * commands.texi (Reading One Event): Document read-key.
3708 (Distinguish Interactive): Document KIND arg to
3709 called-interactively-p. Delete obsolete interactive-p.
3710
3711 * elisp.texi (Top): Update node description.
3712
3713 2010-05-08 Eli Zaretskii <eliz@gnu.org>
3714
3715 * nonascii.texi (Character Properties):
3716 Document unicode-category-table. Add an index entry for Unicode
3717 general category.
3718
3719 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
3720
3721 * Version 23.2 released.
3722
3723 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
3724
3725 * locals.texi (Standard Buffer-Local Variables):
3726 Remove @ignore'd reference to `direction-reversed'.
3727
3728 2010-04-14 Juri Linkov <juri@jurta.org>
3729
3730 Fix @deffn without category.
3731
3732 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
3733 for `abbrev-insert'.
3734
3735 * buffers.texi (Indirect Buffers): Add category `Command'
3736 to @deffn of `clone-indirect-buffer'.
3737
3738 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
3739 for `next-window' and `previous-window'. Add category `Command'
3740 to @deffn of `pop-to-buffer'.
3741
3742 2010-04-01 Chong Yidong <cyd@stupidchicken.com>
3743
3744 * nonascii.texi (Text Representations): Don't mark
3745 enable-multibyte-characters as a user option.
3746
3747 2010-03-31 Eli Zaretskii <eliz@gnu.org>
3748
3749 * control.texi (Handling Errors): How to re-throw a signal caught
3750 by condition-case.
3751
3752 2010-03-26 Chong Yidong <cyd@stupidchicken.com>
3753
3754 * loading.texi (Hooks for Loading): Document after-load-functions.
3755 Copyedits.
3756
3757 2010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
3758
3759 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
3760
3761 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
3762
3763 * processes.texi (Network Processes): Document seqpacket type.
3764
3765 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3766
3767 * os.texi (System Environment): Do not mention lynxos.
3768
3769 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
3770
3771 * Branch for 23.2.
3772
3773 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
3774
3775 * objects.texi (Integer Type): Take note of the read syntax
3776 exception for numbers that cannot fit in the integer type.
3777
3778 2010-03-03 Glenn Morris <rgm@gnu.org>
3779
3780 * numbers.texi (Integer Basics, Bitwise Operations):
3781 * objects.texi (Integer Type): Update for integers now being 30-bit.
3782
3783 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
3784
3785 * display.texi (Low-Level Font): Document :otf font-spec property.
3786
3787 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3788
3789 * display.texi (Line Height): Avoid obsolete special default variables
3790 like default-major-mode.
3791
3792 2010-01-28 Alan Mackenzie <acm@muc.de>
3793
3794 * display.texi (Auto Faces): Say fontification-functions is called
3795 whether or not Font Lock is enabled. Tidy up the wording a bit.
3796
3797 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
3798
3799 * elisp.texi: Remove duplicate edition information (Bug#5407).
3800
3801 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
3802
3803 * two.el (volume-header-toc-markup): Fix typos in docstring.
3804
3805 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3806
3807 Avoid dubious uses of save-excursions.
3808 * positions.texi (Excursions): Recommend the use of
3809 save-current-buffer if applicable.
3810 * text.texi (Clickable Text): Fix the example code which used
3811 save-excursion in a naive way which sometimes preserves point and
3812 sometimes not.
3813 * variables.texi (Creating Buffer-Local):
3814 * os.texi (Session Management):
3815 * display.texi (GIF Images):
3816 * control.texi (Cleanups): Use (save|with)-current-buffer.
3817
3818 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3819
3820 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
3821
3822 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
3823
3824 * nonascii.texi (Text Representations, Character Codes)
3825 (Converting Representations, Explicit Encoding)
3826 (Translation of Characters): Use hex notation consistently.
3827 (Character Sets): Fix map-charset-chars doc (Bug#5197).
3828
3829 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
3830
3831 * loading.texi (Where Defined): Make it clearer that these are
3832 loaded files (Bug#5068).
3833
3834 2009-12-29 Chong Yidong <cyd@stupidchicken.com>
3835
3836 * minibuf.texi (Completion Styles): Document `initials' style.
3837
3838 2009-12-25 Chong Yidong <cyd@stupidchicken.com>
3839
3840 * frames.texi (Resources): Describe inhibit-x-resources.
3841 (Size Parameters): Copyedit.
3842
3843 * hash.texi (Creating Hash):
3844 * objects.texi (Hash Table Type): Document the new hash table
3845 printed representation.
3846
3847 * minibuf.texi (Basic Completion): 4th arg to all-completions is
3848 obsolete.
3849
3850 * processes.texi (Process Buffers):
3851 Document process-kill-buffer-query-function.
3852
3853 2009-12-05 Glenn Morris <rgm@gnu.org>
3854
3855 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
3856 diary-display-function, and no longer recommended to be a hook.
3857 Update for changes in the names of calendar and diary hooks.
3858 diary-print-entries-hook has changed section.
3859
3860 2009-11-28 Eli Zaretskii <eliz@gnu.org>
3861
3862 * text.texi (Special Properties): More accurate description of
3863 what the `cursor' property does.
3864
3865 2009-11-26 Kevin Ryde <user42@zip.com.au>
3866
3867 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
3868 mouse-wheel-down-event, the closest thing to a definition for them.
3869 * os.texi (Startup Summary): vindex inhibit-startup-message and
3870 inhibit-splash-screen.
3871 (Command-Line Arguments): vindex argv.
3872 (Suspending Emacs): vindex suspend-tty-functions and
3873 resume-tty-functions. Don't want to index every hook, but having
3874 the programming ones is helpful.
3875
3876 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
3877
3878 * commands.texi (Motion Events): Fix typo (Bug#4907).
3879
3880 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
3881
3882 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
3883 are affected by case-fold-search (Bug#4483).
3884
3885 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
3886
3887 * minibuf.texi (Reading File Names): Note that read-file-name may
3888 use a graphical file dialog.
3889
3890 2009-10-31 Glenn Morris <rgm@gnu.org>
3891
3892 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
3893
3894 2009-10-16 Kevin Ryde <user42@zip.com.au>
3895
3896 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
3897 in particular so `info-lookup-symbol' can find its docs.
3898
3899 2009-10-16 Chong Yidong <cyd@stupidchicken.com>
3900
3901 * variables.texi (Constant Variables): Distinguish from defconst
3902 variables.
3903 (Defining Variables): Add cindex.
3904
3905 2009-10-15 Chong Yidong <cyd@stupidchicken.com>
3906
3907 * os.texi (Time of Day): Clarify that the microsecond part is
3908 ignored (Bug#4637).
3909
3910 2009-10-11 Glenn Morris <rgm@gnu.org>
3911
3912 * frames.texi (Size and Position): Clarify what is included in the frame
3913 height. (Bug#4535)
3914
3915 2009-10-10 Glenn Morris <rgm@gnu.org>
3916
3917 * windows.texi (Size of Window): The relationship between window and
3918 frame heights is not so simple. (Bug#4535)
3919 Mention window-full-height-p.
3920
3921 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3922
3923 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
3924 used from Lisp.
3925
3926 2009-10-07 Eli Zaretskii <eliz@gnu.org>
3927
3928 * files.texi (Directory Names) <abbreviate-file-name>:
3929 Document that root home directories are not replaced with "~".
3930
3931 2009-10-06 Eli Zaretskii <eliz@gnu.org>
3932
3933 * text.texi (Special Properties): Document the meaning of the
3934 `cursor' text property whose value is an integer.
3935
3936 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
3937
3938 * files.texi (Magic File Names): Add `copy-directory'.
3939
3940 2009-10-05 Eli Zaretskii <eliz@gnu.org>
3941
3942 * files.texi (File Attributes): Fix description of file
3943 attributes. (Bug#4638) Update attributes of files.texi example to
3944 be more representative.
3945
3946 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
3947
3948 * files.texi (Create/Delete Dirs): New command copy-directory.
3949
3950 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
3951
3952 * anti.texi (Antinews):
3953 * macros.texi (Indenting Macros):
3954 * strings.texi (Creating Strings, Case Conversion):
3955 Remove duplicate words.
3956
3957 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
3958
3959 * files.texi (Create/Delete Dirs): delete-directory has an
3960 optional parameter RECURSIVE.
3961
3962 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3963
3964 * buffers.texi (Swapping Text): Minor clarification.
3965
3966 2009-10-01 Glenn Morris <rgm@gnu.org>
3967
3968 * functions.texi (Declaring Functions): Mention that we also search for
3969 ".m" files in the src/ directory.
3970
3971 2009-09-25 David Engster <deng@randomsample.de>
3972
3973 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
3974
3975 2009-09-22 Glenn Morris <rgm@gnu.org>
3976
3977 * internals.texi (Building Emacs): Mention preloaded-file-list.
3978
3979 2009-09-14 Alan Mackenzie <acm@muc.de>
3980
3981 * os.texi (Terminal Output): Put "@code{}" around "stdout".
3982
3983 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
3984
3985 * functions.texi (Anonymous Functions): Rearrange discussion,
3986 giving usage of unquoted lambda forms first. Mention that
3987 `function' and `#'' are no longer required (Bug#4290).
3988
3989 2009-09-11 Alan Mackenzie <acm@muc.de>
3990
3991 * os.texi (Terminal Output): Document `send-string-to-terminal' in
3992 batch mode.
3993
3994 2009-09-01 Glenn Morris <rgm@gnu.org>
3995
3996 * display.texi (Face Functions): Mention define-obsolete-face-alias.
3997
3998 2009-08-26 Ulrich Mueller <ulm@gentoo.org>
3999
4000 * nonascii.texi (Character Codes): Fix typos.
4001
4002 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
4003
4004 * processes.texi (Synchronous Processes): New defvar
4005 process-file-side-effects.
4006
4007 2009-08-25 Glenn Morris <rgm@gnu.org>
4008
4009 * display.texi (Fontsets): Fix typo.
4010
4011 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
4012
4013 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
4014
4015 * processes.texi (Asynchronous Processes): Adjust arglist of
4016 start-process-shell-command and start-file-process-shell-command.
4017
4018 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
4019
4020 * advice.texi (Argument Access in Advice): Note that argument
4021 positions are zero-based (Bug#3932).
4022
4023 * commands.texi (Distinguish Interactive): Minor copyedit.
4024
4025 * display.texi (Face Attributes): Add xref to Displaying Faces for
4026 explanation of "underlying face".
4027
4028 * customize.texi (Common Keywords): Add xref to Loading.
4029
4030 * loading.texi (How Programs Do Loading): Add xref to Lisp
4031 Libraries node in the Emacs manual.
4032
4033 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
4034
4035 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
4036
4037 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
4038
4039 * processes.texi (Shell Arguments): Copyedits.
4040
4041 2009-07-18 Glenn Morris <rgm@gnu.org>
4042
4043 * loading.texi (Repeated Loading): Fix typo.
4044
4045 2009-07-16 Richard Stallman <rms@gnu.org>
4046
4047 * buffers.texi (Swapping Text): Recommend setting
4048 write-region-annotate-functions and buffer-saved-size.
4049
4050 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
4051
4052 2009-07-15 Glenn Morris <rgm@gnu.org>
4053
4054 * edebug.texi: Minor re-phrasings throughout.
4055 (Edebug Execution Modes): Sit-for affects continue mode too.
4056 (Jumping): Use `forward-sexp' rather than its keybinding.
4057 (Edebug Misc): Fix Q binding.
4058 (Edebug Eval): Remove cl version.
4059 (Printing in Edebug): Clarify print-length etc.
4060 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
4061 (Specification List): Remove edebug-unwrap findex entry.
4062 (Specification Examples): defmacro is actually not the same as defun.
4063 Escape "`" in example.
4064
4065 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
4066
4067 * markers.texi (The Mark): Document optional arg to
4068 deactivate-mark.
4069
4070 2009-07-11 Kevin Ryde <user42@zip.com.au>
4071
4072 * hooks.texi (Standard Hooks): Fix cross-references.
4073
4074 * loading.texi (Named Features): Refer to eval-after-load.
4075
4076 2009-07-11 Glenn Morris <rgm@gnu.org>
4077
4078 * Makefile.in (TEXI2PDF): New.
4079 (elisp.pdf): New target.
4080
4081 * searching.texi (Regexp Backslash): Fix typo.
4082
4083 * elisp.texi (Top): Display copyright notice at start of non-TeX.
4084
4085 2009-07-10 Glenn Morris <rgm@gnu.org>
4086
4087 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
4088
4089 * customize.texi (Customization Types):
4090 * display.texi (Abstract Display):
4091 * objects.texi (Character Type, String Type):
4092 Merge in some menu descriptions from elisp.texi.
4093
4094 * hash.texi (Hash Tables):
4095 * modes.texi (Multiline Font Lock):
4096 End menu description with period.
4097
4098 2009-07-09 Glenn Morris <rgm@gnu.org>
4099
4100 * back.texi: Don't hard-code texinfo location.
4101
4102 * two-volume.make (texinfodir): New, with location of texinfo.tex.
4103 (tex): Add texinfodir to TEXINPUTS.
4104 (elisp1med-init, elisp2med-init): Use texinfodir.
4105
4106 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
4107 (clean): Add two-volume.make intermediate files.
4108
4109 * elisp.texi, vol1.texi, vol2.texi:
4110 Use a DATE variable with the publication date, and update it.
4111 Fix antinews menu description.
4112
4113 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
4114 Update the detailed node listing to match elisp.texi.
4115
4116 * README: Update edition to match elisp.texi.
4117
4118 * objects.texi (General Escape Syntax):
4119 * nonascii.texi (Character Sets):
4120 Use consistent case for "Unicode Standard".
4121
4122 * anti.texi (Antinews):
4123 * customize.texi (Variable Definitions):
4124 * functions.texi (Declaring Functions):
4125 * nonascii.texi (Character Properties):
4126 * processes.texi (Serial Ports):
4127 * text.texi (Special Properties):
4128 * tips.texi (Coding Conventions):
4129 Minor rearrangements to improve TeX line-filling.
4130
4131 * commands.texi (Using Interactive): Fix cross-reference.
4132
4133 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
4134
4135 * frames.texi (Management Parameters): Mention sticky.
4136
4137 2009-07-01 Andreas Schwab <aschwab@redhat.com>
4138
4139 * help.texi (Help Functions): Fix description of help-buffer and
4140 help-setup-xref to use @defun instead of @deffn.
4141
4142 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
4143
4144 * frames.texi (Size Parameters): Mention maximized for fullscreen.
4145
4146 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
4147
4148 * display.texi (Window Systems): Add ns to the list.
4149
4150 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
4151
4152 * Branch for 23.1.
4153
4154 2009-06-17 Martin Rudalics <rudalics@gmx.at>
4155
4156 * windows.texi (Dedicated Windows): Fix typo.
4157 (Resizing Windows): Replace @defun by @deffn.
4158
4159 2009-06-17 Glenn Morris <rgm@gnu.org>
4160
4161 * variables.texi (Directory Local Variables):
4162 Update for 2009-04-11 name-change of dir-locals-directory-alist.
4163
4164 2009-06-09 Kenichi Handa <handa@m17n.org>
4165
4166 * nonascii.texi (Character Sets): State clearly that FROM and TO
4167 are codepoints of CHARSET.
4168
4169 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
4170
4171 * minibuf.texi (Reading File Names): Fix introductory text.
4172 Suggested by stan@derbycityprints.com.
4173 (High-Level Completion): Fix typo.
4174
4175 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
4176
4177 * frames.texi (Text Terminal Colors): Multi-tty is already
4178 implemented, but tty-local colors are not.
4179
4180 2009-05-27 Chong Yidong <cyd@stupidchicken.com>
4181
4182 * hooks.texi (Standard Hooks): Remove mention of obsolete
4183 redisplay-end-trigger-functions.
4184
4185 * internals.texi (Window Internals): Remove mention of obsolete
4186 redisplay-end-trigger-functions.
4187
4188 2009-05-21 Martin Rudalics <rudalics@gmx.at>
4189
4190 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
4191
4192 * backups.texi (Making Backups): backup-directory-alist and
4193 make-backup-file-name-function are options.
4194 (Auto-Saving): auto-save-list-file-prefix is an option.
4195
4196 * buffers.texi (Killing Buffers): buffer-offer-save is an
4197 option.
4198
4199 * display.texi (Refresh Screen): no-redraw-on-reenter is an
4200 option.
4201 (Echo Area Customization): echo-keystrokes is an option.
4202 (Selective Display): selective-display-ellipses is an option.
4203 (Temporary Displays): temp-buffer-show-function is an option.
4204 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
4205 are options.
4206 (Font Selection): face-font-family-alternatives,
4207 face-font-selection-order, face-font-registry-alternatives, and
4208 scalable-fonts-allowed are options.
4209 (Fringe Indicators): indicate-buffer-boundaries is an option.
4210 (Fringe Cursors): overflow-newline-into-fringe is an option.
4211 (Scroll Bars): scroll-bar-mode is an option.
4212
4213 * eval.texi (Eval): max-lisp-eval-depth is an option.
4214
4215 * files.texi (Visiting Functions): find-file-hook is an option.
4216 (Directory Names): directory-abbrev-alist is an option.
4217 (Unique File Names): temporary-file-directory and
4218 small-temporary-file-directory are options.
4219
4220 * frames.texi (Initial Parameters): initial-frame-alist,
4221 minibuffer-frame-alist and default-frame-alist are options.
4222 (Cursor Parameters): blink-cursor-alist and
4223 cursor-in-non-selected-windows ar options.
4224 (Window System Selections): selection-coding-system is an
4225 option.
4226 (Display Feature Testing): display-mm-dimensions-alist is an
4227 option.
4228
4229 * help.texi (Help Functions): help-char and help-event-list are
4230 options.
4231
4232 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
4233 an option.
4234
4235 * minibuf.texi (Minibuffer History): history-length and
4236 history-delete-duplicates are options.
4237 (High-Level Completion): read-buffer-function and
4238 read-buffer-completion-ignore-case are options.
4239 (Reading File Names): read-file-name-completion-ignore-case is
4240 an option.
4241
4242 * modes.texi (Mode Line Top): mode-line-format is an option.
4243 (Mode Line Variables): mode-line-position and mode-line-modes
4244 are options.
4245
4246 * nonascii.texi (Text Representations):
4247 enable-multibyte-characters is an option.
4248 (Default Coding Systems): auto-coding-regexp-alist,
4249 file-coding-system-alist, auto-coding-alist and
4250 auto-coding-functions are options.
4251 (Specifying Coding Systems): inhibit-eol-conversion is an
4252 option.
4253
4254 * os.texi (Init File): site-run-file is an option.
4255 (System Environment): mail-host-address is an option.
4256 (User Identification): user-mail-address is an option.
4257 (Terminal Output): baud-rate is an option.
4258
4259 * positions.texi (Word Motion): words-include-escapes is an
4260 option.
4261
4262 * searching.texi (Standard Regexps): page-delimiter,
4263 paragraph-separate, paragraph-separate and sentence-end are
4264 options.
4265
4266 * text.texi (Margins): left-margin and fill-nobreak-predicate
4267 are options.
4268
4269 * variables.texi (Local Variables): max-specpdl-size is an
4270 option.
4271
4272 * windows.texi (Choosing Window):
4273 split-window-preferred-function, special-display-function and
4274 display-buffer-function are options.
4275
4276 2009-05-20 Chong Yidong <cyd@stupidchicken.com>
4277
4278 Fix errors spotted by Martin Rudalics.
4279
4280 * syntax.texi (Position Parse): Document rationale for ignored
4281 arguments to syntax-ppss-flush-cache.
4282
4283 * processes.texi (Input to Processes): Mark PROCESS arg to
4284 process-running-child-p as optional.
4285 (Network Options): Document NO-ERROR arg to
4286 set-network-process-option.
4287
4288 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
4289 command.
4290
4291 * searching.texi (POSIX Regexps): Mark posix-search-forward and
4292 posix-search-backward as commands.
4293
4294 * os.texi (Killing Emacs): Mark kill-emacs as a command.
4295 (Suspending Emacs): Mark suspend-emacs as a command.
4296 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
4297 commands.
4298 (Terminal Output): Remove obsolete function baud-rate.
4299 Document TERMINAL arg for send-string-to-terminal.
4300
4301 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
4302 terminal-coding-system and set-terminal-coding-system.
4303 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
4304 as optional.
4305 (Character Sets): Document RESTRICTION arg of char-charset.
4306 (Character Codes): Mark POS argument to get-byte as optional.
4307
4308 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
4309 minibuffer-message.
4310
4311 * files.texi (Create/Delete Dirs): Mark make-directory and
4312 delete-directory as commands.
4313
4314 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
4315
4316 * text.texi (Base 64): Mark base64-decode-string and
4317 base64-encode-string as commands.
4318 (Columns): Mark move-to-column as a command.
4319 (Mode-Specific Indent): Document RIGID arg to
4320 indent-for-tab-command.
4321 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
4322 Mark indent-code-rigidly as a command.
4323 (Substitution): Mark translate-region as a command.
4324
4325 * frames.texi (Size and Position): Remove obsolete functions
4326 screen-height and screen-width.
4327
4328 2009-05-19 Chong Yidong <cyd@stupidchicken.com>
4329
4330 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
4331 (Displaying Buffers, Resizing Windows): Correct mistakes;
4332 next-window, previous-window, and pop-to-buffer are not commands,
4333 and fit-window-to-buffer" is a command. (Pointed out by Martin
4334 Rudalics.)
4335
4336 2009-05-17 Richard M Stallman <rms@gnu.org>
4337
4338 * modes.texi (Precalculated Fontification): Clarify text.
4339
4340 2009-05-17 Martin Rudalics <rudalics@gmx.at>
4341
4342 * windows.texi (Selecting Windows): Clarify descriptions of
4343 with-selected-window and get-lru-window.
4344 (Cyclic Window Ordering): Refer to particular frame when talking
4345 about how splitting affects the ordering.
4346 (Displaying Buffers): Fix descriptions of switch-to-buffer and
4347 switch-to-buffer-other-window. Explain how setting of
4348 display-buffer-reuse-frames affects pop-to-buffer.
4349 (Choosing Window): Clarify some details in descriptions of
4350 display-buffer-reuse-frames, pop-up-frames, and
4351 pop-up-frame-function.
4352 (Dedicated Windows): Clarify some details.
4353 (Textual Scrolling): Replace term vscroll by term vertical
4354 scroll position.
4355 (Vertical Scrolling): Fix typo.
4356 (Window Hooks): Relate text on jit-lock-register to window
4357 scrolling and size changes.
4358
4359 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
4360
4361 * frames.texi (Initial Parameters): Clarify what the initial
4362 minibuffer frame is.
4363 (Buffer Parameters): Note that the minibuffer parameter can not be
4364 altered.
4365
4366 * anti.texi (Antinews): Copyedits. Rearrange some entries.
4367 Document display-buffer changes.
4368
4369 2009-05-13 Chong Yidong <cyd@stupidchicken.com>
4370
4371 * anti.texi (Antinews): Rewrite for Emacs 22.
4372
4373 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
4374 obarrays are first mentioned. Define "system abbrev" more
4375 prominently, and add it to the index.
4376 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
4377 Copyedits.
4378 (Abbrev Expansion): Document abbrev-insert.
4379
4380 2009-05-12 Chong Yidong <cyd@stupidchicken.com>
4381
4382 * frames.texi (Font and Color Parameters): Rename from Color
4383 Parameters. Document font-backend parameter.
4384
4385 * vol2.texi (Top): Update node listing.
4386 * vol1.texi (Top): Update node listing.
4387 * elisp.texi (Top): Update node listing.
4388
4389 2009-05-11 Martin Rudalics <rudalics@gmx.at>
4390
4391 * windows.texi (Choosing Window): Don't explicitly refer to
4392 split-window-sensibly's window argument in descriptions of
4393 split-height-threshold and split-width-threshold.
4394
4395 2009-05-10 Martin Rudalics <rudalics@gmx.at>
4396
4397 * windows.texi (Choosing Window): Fix rewrite of window
4398 splitting section.
4399
4400 2009-05-09 Eli Zaretskii <eliz@gnu.org>
4401
4402 * nonascii.texi (Default Coding Systems):
4403 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
4404 Add indexing.
4405 (Lisp and Coding Systems): Add index entries.
4406
4407 2009-05-09 Martin Rudalics <rudalics@gmx.at>
4408
4409 * windows.texi (Choosing Window): Describe split-window-sensibly
4410 and rewrite section on window splitting accordingly.
4411 (Textual Scrolling): Replace `...' by @code{...}.
4412
4413 2009-05-04 Chong Yidong <cyd@stupidchicken.com>
4414
4415 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
4416 Remove obsoleted pre-abbrev-expand-hook.
4417
4418 * locals.texi (Standard Buffer-Local Variables): Consolidate table
4419 entries.
4420
4421 * internals.texi (Object Internals): Don't assume 32-bit machines
4422 are the norm.
4423 (Buffer Internals): Consolidate table entries for readability.
4424 (Window Internals): Synch field names to window.h.
4425 (Process Internals): Synch field names to process.h.
4426
4427 2009-04-29 Chong Yidong <cyd@stupidchicken.com>
4428
4429 * variables.texi (File Local Variables): Note that read-circle is
4430 bound to nil when reading file-local variables.
4431
4432 * streams.texi (Input Functions): Document read-circle.
4433 (Output Variables): Add xref to Circular Objects.
4434
4435 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
4436
4437 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
4438 Features and Coding System Basics. Node that "p" stands for
4439 "predicate". Recommend utf-8-emacs instead of emacs-mule.
4440 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
4441 mouse-appearance-menu.
4442 (Programming Tips): Add xref to Progress.
4443
4444 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
4445
4446 * os.texi (Command-Line Arguments):
4447 Document command-line-args-left.
4448 (Suspending Emacs): Adapt text to multi-tty case. Document use of
4449 terminal objects for tty arguments.
4450 (Startup Summary): Add xref to Session Management.
4451 (Session Management): Mention emacs-session-restore. Copyedits.
4452
4453 2009-04-20 Chong Yidong <cyd@stupidchicken.com>
4454
4455 * os.texi (Startup Summary): Copyedits. The init file is not
4456 necessarily named .emacs now. Document initial-buffer-choice and
4457 initial-scratch-message. Note where Emacs exits in batch mode.
4458 Document inhibit-splash-screen as an alias.
4459 (Init File): Be neutral about which init file name to use.
4460
4461 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
4462
4463 * os.texi (System Interface): Fix Texinfo usage.
4464
4465 2009-04-15 Chong Yidong <cyd@stupidchicken.com>
4466
4467 * searching.texi (Regexp Backslash): Also refer to shy groups as
4468 non-capturing or unnumbered groups.
4469 (Regexp Functions): Add cross-reference to Regexp Backslash.
4470
4471 * display.texi (Truncation): Overlays can use line-prefix and
4472 wrap-prefix too.
4473 (Overlay Properties): Document wrap-prefix and line-prefix.
4474 (Face Attributes): Document underline-minimum-offset.
4475 (Face Remapping): Copyedits.
4476 (Low-Level Font): Copyedits.
4477 (Image Cache): Note that the image cache is shared between frames.
4478 (Line Height): Emphasize that line-spacing only takes effect on
4479 graphical terminals.
4480
4481 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
4482
4483 * display.texi (Refresh Screen): Note that a passage about screen
4484 refreshing is text terminal only.
4485 (Forcing Redisplay): Delete misleading comment---sit-for calls
4486 redisplay, not the other way around.
4487 (Truncation): Note new values of truncate-partial-width-windows.
4488 Copyedits.
4489 (Invisible Text): Document invisible-p.
4490
4491 2009-04-11 Eli Zaretskii <eliz@gnu.org>
4492
4493 * display.texi (Overlays): Overlays don't scale well. See
4494 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
4495
4496 2009-04-10 Chong Yidong <cyd@stupidchicken.com>
4497
4498 * syntax.texi (Syntax Table Functions): Document cons cell
4499 argument for modify-syntax-entry.
4500 (Categories): Document cons cell argument for
4501 modify-category-entry.
4502
4503 * searching.texi (String Search): Document word-search-forward-lax
4504 and word-search-backward-lax.
4505 (Searching and Case): Describe isearch behavior more precisely.
4506
4507 * keymaps.texi (Tool Bar): Mention that some platforms do not
4508 support multi-line toolbars. Suggested by Stephen Eglen.
4509
4510 * frames.texi (Layout Parameters): Mention that Nextstep also
4511 allows only one tool-bar line. Suggested by Stephen Eglen.
4512
4513 * nonascii.texi (Text Representations): Copyedits.
4514 (Coding System Basics): Also mention utf-8-emacs.
4515 (Converting Representations, Selecting a Representation)
4516 (Scanning Charsets, Translation of Characters, Encoding and I/O):
4517 Copyedits.
4518 (Character Codes): Mention role of codepoints 1114112 to 4194175.
4519
4520 2009-04-09 Chong Yidong <cyd@stupidchicken.com>
4521
4522 * text.texi (Yank Commands): Note that yank uses push-mark.
4523 (Filling): Clarify REGION argument of fill-paragraph.
4524 Document fill-forward-paragraph-function.
4525 (Special Properties): Remove "new in Emacs 22" declaration.
4526 (Clickable Text): Merge with Links and Mouse-1 node.
4527
4528 * display.texi (Button Properties, Button Buffer Commands):
4529 Change xref to Clickable Text.
4530
4531 * tips.texi (Key Binding Conventions): Change xref to Clickable
4532 Text.
4533
4534 * elisp.texi (Top): Update node listing.
4535
4536 2009-04-05 Chong Yidong <cyd@stupidchicken.com>
4537
4538 * markers.texi (The Mark): Copyedits. Improve description of
4539 handle-shift-selection.
4540 (The Region): Move use-region-p here from The Mark.
4541
4542 * positions.texi (Screen Lines): Document (cols . lines) argument
4543 for vertical-motion.
4544
4545 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
4546
4547 * frames.texi (Frames): Clean up introduction. Document `ns'
4548 return value for framep.
4549 (Creating Frames): Note how the terminal is chosen.
4550 (Multiple Terminals, Multiple Displays): Merge into a single node.
4551 (Color Parameters): Fix typo.
4552
4553 * variables.texi (Local Variables, Buffer-Local Variables)
4554 (Creating Buffer-Local): Change link to Multiple Terminals.
4555
4556 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
4557
4558 * keymaps.texi (Controlling Active Maps): Change link to Multiple
4559 Terminals.
4560
4561 * commands.texi (Command Loop Info, Keyboard Macros): Change link
4562 to Multiple Terminals.
4563
4564 * elisp.texi (Top): Update node listing.
4565 * vol2.texi (Top): Update node listing.
4566 * vol1.texi (Top): Update node listing.
4567
4568 * buffers.texi (Current Buffer): Note that the append-to-buffer
4569 example is no longer in synch with the latest code. Tie the two
4570 examples together.
4571
4572 * files.texi (File Attributes): Move note about MS-DOS from
4573 Changing Files to File Attributes.
4574 (Create/Delete Dirs): Note that mkdir is an alias for this.
4575
4576 2009-04-01 Markus Triska <triska@gmx.at>
4577
4578 * processes.texi (Filter Functions): Suggest how to handle output
4579 batches.
4580
4581 2009-03-30 Chong Yidong <cyd@stupidchicken.com>
4582
4583 * help.texi (Accessing Documentation): Update example to use
4584 help-setup-xref and with-help-window.
4585 (Help Functions): Remove print-help-return-message, which is
4586 semi-obsolete due to with-help-window. Document help-buffer and
4587 help-setup-xref.
4588
4589 2009-03-29 Chong Yidong <cyd@stupidchicken.com>
4590
4591 * help.texi (Accessing Documentation, Help Functions):
4592 Remove information about long-obsolete Emacs versions.
4593
4594 * modes.texi (Mode Line Variables): The default values of the mode
4595 line variables are now more complicated.
4596
4597 2009-03-28 Chong Yidong <cyd@stupidchicken.com>
4598
4599 * modes.texi (Major Mode Conventions): Note that specialness is
4600 inherited.
4601 (Derived Modes): Note that define-derive-mode sets the mode-class
4602 property.
4603
4604 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
4605 goto-map. Add search-map to the list.
4606
4607 2009-03-27 Eli Zaretskii <eliz@gnu.org>
4608
4609 * os.texi (System Environment): Update the list of system-type
4610 values.
4611
4612 * markers.texi (The Mark) <handle-shift-selection>: Update for
4613 removal of the optional argument DEACTIVATE.
4614
4615 2009-03-25 Chong Yidong <cyd@stupidchicken.com>
4616
4617 * commands.texi (Focus Events): Most X window managers don't use
4618 focus-follows-mouse nowadays.
4619
4620 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
4621
4622 * commands.texi (Defining Commands): Clarify introduction.
4623 (Using Interactive): Not that interactive can be put in a symbol
4624 property.
4625 (Interactive Call): Note that a symbol with a non-nil
4626 interactive-form property satisfies commandp.
4627
4628 2009-03-23 Juanma Barranquero <lekktu@gmail.com>
4629
4630 * minibuf.texi (Intro to Minibuffers): Fix typos.
4631
4632 2009-03-23 Chong Yidong <cyd@stupidchicken.com>
4633
4634 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
4635 about minibuffers in old Emacs versions. Copyedits.
4636 Emphasize that enable-recursive-minibuffers defaults to nil.
4637 (Text from Minibuffer): Simplify introduction.
4638
4639 2009-03-22 Alan Mackenzie <acm@muc.de>
4640
4641 * commands.texi (Using Interactive): Clarify string argument to
4642 `interactive' - even promptless elements need \n separators.
4643
4644 2009-03-18 Chong Yidong <cyd@stupidchicken.com>
4645
4646 * minibuf.texi (Completion Styles): New node.
4647
4648 * elisp.texi (Top): Update node listing.
4649
4650 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
4651
4652 * minibuf.texi (Basic Completion): Note that
4653 read-file-name-completion-ignore-case and
4654 read-buffer-completion-ignore-case can override
4655 completion-ignore-case.
4656 (Minibuffer Completion): Document completing-read changes.
4657 (Completion Commands): Avoid mentioning partial completion mode.
4658 Document minibuffer-completion-confirm changes, and
4659 minibuffer-confirm-exit-commands.
4660 (High-Level Completion): Document new require-match behavior for
4661 read-buffer. Document read-buffer-completion-ignore-case.
4662 (Reading File Names): Document new require-match behavior for
4663 read-file-name.
4664
4665 2009-03-14 Chong Yidong <cyd@stupidchicken.com>
4666
4667 * debugging.texi (Error Debugging): Don't mislead the reader into
4668 thinking that debug-on-error enters debugger for C-f at EOB.
4669 (Error Debugging): Setting debug-on-init within the init file
4670 works, and has for some time.
4671
4672 2009-03-13 Kenichi Handa <handa@m17n.org>
4673
4674 * display.texi (Fontsets): Update the description.
4675
4676 2009-03-13 Chong Yidong <cyd@stupidchicken.com>
4677
4678 * advice.texi (Advising Primitives): Link to What Is a Function.
4679
4680 2009-03-12 Chong Yidong <cyd@stupidchicken.com>
4681
4682 * compile.texi (Speed of Byte-Code): Update example.
4683 (Disassembly): Update examples.
4684
4685 * loading.texi (Repeated Loading): Simplify examples.
4686
4687 * customize.texi (Common Keywords): It's not necessary to use :tag
4688 to remove hyphens, as custom-unlispify-tag-name does it
4689 automatically.
4690 (Variable Definitions): Link to File Local Variables.
4691 Document customized-value symbol property.
4692 (Customization Types): Move menu to end of node.
4693
4694 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
4695
4696 * macros.texi (Compiling Macros): Omit misleading sentence, which
4697 implied that macros can only be used in the same file they are
4698 defined.
4699 (Backquote): Remove obsolete information about Emacs 19.
4700
4701 2009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
4702
4703 * display.texi (Display Margins): Fix paren typo.
4704
4705 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
4706
4707 * elisp.texi (Top): Update node listing.
4708
4709 * variables.texi (Variables): Clarify introduction.
4710 (Global Variables): Mention that setq is a special form.
4711 (Local Variables): Use active voice.
4712 (Tips for Defining): Mention marking variables as safe.
4713 (Buffer-Local Variables): Mention terminal-local and frame-local
4714 variables together.
4715 (File Local Variables): Copyedits.
4716 (Frame-Local Variables): Note that they are not really useful.
4717 (Future Local Variables): Node deleted.
4718
4719 * objects.texi (General Escape Syntax): Update explanation of
4720 Unicode escape syntax.
4721
4722 2009-02-23 Chong Yidong <cyd@stupidchicken.com>
4723
4724 * control.texi (Control Structures): Add cindex entry for "textual
4725 order".
4726
4727 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
4728 instead of "expression" throughout.
4729 (Function Indirection): Copyedits. Use active voice.
4730 (Eval): The default value of max-lisp-eval-depth is now 400.
4731
4732 2009-02-23 Miles Bader <miles@gnu.org>
4733
4734 * processes.texi (System Processes): Rename `system-process-attributes'
4735 to `process-attributes'.
4736
4737 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
4738
4739 * symbols.texi (Property Lists): Emphasize that property lists are
4740 not restricted to symbol cells.
4741 (Other Plists): Copyedit.
4742
4743 * sequences.texi (Sequences Arrays Vectors): Make introduction
4744 more concise.
4745 (Arrays): Mention char-tables and bool-vectors too.
4746 (Vectors): Don't repeat information given in Arrays node. Link to
4747 nodes that explain the vector usage examples.
4748 (Char-Tables): Note that char-table elements can have arbitrary
4749 type. Explain effect of omitted char-table-extra-slots property.
4750 Link to Property Lists node.
4751
4752 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
4753
4754 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
4755 `append'.
4756 (List Elements): Copyedits.
4757
4758 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
4759 of `vconcat'.
4760
4761 * strings.texi (Creating Strings): Copyedits. Remove obsolete
4762 Emacs 20 usage of `concat'.
4763 (Case Conversion): Copyedits.
4764
4765 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
4766
4767 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
4768 Minor edits.
4769 (Frame Configuration Type): Emphasize that it is not primitive.
4770 (Font Type): New node.
4771 (Type Predicates): Add fontp; type-of now recognizes font object
4772 types.
4773
4774 * intro.texi (Version Info): Update version numbers in examples.
4775 (Acknowledgements): List more contributors.
4776
4777 * elisp.texi: Bump version number to 3.0.
4778 (Top): Link to Font Type node.
4779
4780 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
4781
4782 * modes.texi (Major Mode Conventions): Remove duplicate words.
4783 (Customizing Keywords): Fix typo.
4784
4785 2009-02-14 Eli Zaretskii <eliz@gnu.org>
4786
4787 * nonascii.texi (User-Chosen Coding Systems): Document that
4788 select-safe-coding-system suggests raw-text if there are raw bytes
4789 in the region.
4790 (Explicit Encoding): Warn not to use `undecided' when encoding.
4791
4792 2009-02-11 Glenn Morris <rgm@gnu.org>
4793
4794 * frames.texi (Visibility of Frames): Mention the effect multiple
4795 workspaces/desktops can have on visibility.
4796
4797 2009-02-07 Eli Zaretskii <eliz@gnu.org>
4798
4799 * text.texi (Commands for Insertion):
4800 * commands.texi (Event Mod):
4801 * keymaps.texi (Searching Keymaps):
4802 * nonascii.texi (Translation of Characters):
4803 Reinstate documentation of translation-table-for-input.
4804 (Explicit Encoding): Document the `charset' text property produced
4805 by decode-coding-region and decode-coding-string.
4806
4807 2009-01-27 Alan Mackenzie <acm@muc.de>
4808
4809 * modes.texi (Search-based Fontification): Correct a typo.
4810
4811 2009-01-25 Juanma Barranquero <lekktu@gmail.com>
4812
4813 * abbrevs.texi (Abbrev Table Properties): Fix typo.
4814 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
4815
4816 2009-01-24 Eli Zaretskii <eliz@gnu.org>
4817
4818 * display.texi (Window Systems): Document the value of
4819 `initial-window-system' under --daemon.
4820
4821 * os.texi (System Environment): Remove description of the
4822 `environment' function which has been deleted.
4823
4824 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
4825
4826 * frames.texi (Multiple Displays): Remove documentation for
4827 removed function make-frame-on-tty.
4828
4829 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
4830
4831 * files.texi (Format Conversion Piecemeal): Clarify behavior of
4832 write-region-annotate-functions.
4833 Document write-region-post-annotation-function.
4834
4835 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
4836
4837 * display.texi (Font Lookup): Document WIDTH argument of
4838 x-list-fonts.
4839
4840 2009-01-17 Eli Zaretskii <eliz@gnu.org>
4841
4842 * maps.texi (Standard Keymaps): Rename function-key-map to
4843 local-function-key-map.
4844
4845 * keymaps.texi (Translation Keymaps): Rename function-key-map to
4846 local-function-key-map.
4847
4848 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
4849 and `set-keyboard-coding-system' now accept an optional terminal
4850 argument.
4851
4852 * commands.texi (Event Mod): `keyboard-translate-table' is now
4853 terminal-local.
4854 (Function Keys): Rename function-key-map to
4855 local-function-key-map.
4856
4857 * elisp.texi (Top): Make @detailmenu be consistent with changes in
4858 frames.texi.
4859
4860 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
4861 `delete-terminal-functions', `suspend-tty-functions' and
4862 `resume-tty-functions'.
4863
4864 * frames.texi (Frames): Document `frame-terminal' and
4865 `terminal-live-p'.
4866 (Multiple Displays): Document `make-frame-on-tty'.
4867 (Multiple Terminals): Document `terminal-list', `delete-terminal',
4868 `terminal-name', and `get-device-terminal'.
4869 (Terminal Parameters): Document `terminal-parameters',
4870 `terminal-parameter', and `set-terminal-parameter'.
4871
4872 * os.texi (System Environment): Document `environment' and
4873 `initial-environment'.
4874 (Suspending Emacs): Update for multi-tty; document
4875 `suspend-tty', `resume-tty', and `controlling-tty-p'.
4876
4877 * nonascii.texi (Coding System Basics): More accurate description
4878 of `raw-text'.
4879
4880 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
4881
4882 * display.texi (Low-Level Font): Fix typo.
4883
4884 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
4885
4886 * elisp.texi (Top): Update node listing.
4887
4888 * display.texi (PostScript Images): Node deleted.
4889
4890 2009-01-10 Eli Zaretskii <eliz@gnu.org>
4891
4892 * processes.texi (Decoding Output): Document that null bytes force
4893 no-conversion for reading process output.
4894
4895 * files.texi (Reading from Files): Document that null bytes force
4896 no-conversion when visiting files.
4897
4898 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
4899
4900 * nonascii.texi (Lisp and Coding Systems):
4901 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
4902 (Character Properties): Improve wording.
4903
4904 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
4905
4906 * display.texi (Font Lookup): Remove obsolete function
4907 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
4908 (Low-Level Font): Rename from Fonts, move to end of Faces section.
4909 (Font Selection): Reorder order of variable descriptions.
4910 Minor clarifications.
4911
4912 * elisp.texi (Top): Update node listing.
4913
4914 2009-01-09 Glenn Morris <rgm@gnu.org>
4915
4916 * commands.texi (Command Loop Info): Say that last-command-char and
4917 last-input-char are obsolete aliases.
4918
4919 * edebug.texi (Edebug Recursive Edit): Remove separate references to
4920 last-input-char and last-command-char, since they are just aliases for
4921 last-input-event and last-command-event.
4922
4923 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
4924 last-command-char.
4925
4926 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
4927
4928 * elisp.texi: Update node listing.
4929
4930 * display.texi (Faces): Put Font Selection node after Auto Faces.
4931 (Face Attributes): Don't link to Font Lookup.
4932 Document font-family-list.
4933 (Fonts): New node.
4934
4935 2009-01-08 Jason Rumney <jasonr@gnu.org>
4936
4937 * frames.texi (Pointer Shape): Clarify that only X supports
4938 changing the standard pointer shapes. (Bug#1485)
4939
4940 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
4941
4942 * display.texi (Attribute Functions): Note that a function value
4943 :height is relative, and that compatibility functions work by
4944 calling set-face-attribute.
4945 (Displaying Faces): Reorder list in order of increasing priority.
4946 (Face Remapping): New node. Content moved here from Displaying
4947 Faces.
4948 (Glyphs): Link to Face Functions.
4949
4950 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
4951
4952 * display.texi (Faces): Don't discuss face id here. facep does
4953 not return t.
4954 (Defining Faces): Minor clarification.
4955 (Face Attributes): Rearrange items to match docstring of
4956 set-face-attribute. Add :foundry attribute. Document new role of
4957 :font attribute. Texinfo usage fix.
4958 (Attribute Functions): Copyedits.
4959 (Face Functions): Note that face number is seldom used.
4960
4961 2009-01-05 Richard M Stallman <rms@gnu.org>
4962
4963 * strings.texi (Predicates for Strings): Minor clarification.
4964
4965 * functions.texi (Function Safety): Texinfo usage fix.
4966
4967 2009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny change)
4968
4969 * objects.texi (General Escape Syntax): Fix typo.
4970
4971 2009-01-03 Martin Rudalics <rudalics@gmx.at>
4972
4973 * windows.texi (Choosing Window): Say that pop-up-frame-alist
4974 works via the default value of pop-up-frame-function.
4975
4976 2009-01-02 Eli Zaretskii <eliz@gnu.org>
4977
4978 * processes.texi (System Processes): Document the `time' and
4979 `ctime' attributes of `system-process-attributes'.
4980
4981 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
4982
4983 * display.texi (Face Attributes): Clarify :height attribute.
4984
4985 2008-12-31 Martin Rudalics <rudalics@gmx.at>
4986
4987 * buffers.texi (The Buffer List): Clarify what moves a buffer to
4988 the front of the buffer list. Add entries for `last-buffer' and
4989 `unbury-buffer'.
4990
4991 2008-12-27 Eli Zaretskii <eliz@gnu.org>
4992
4993 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
4994 and its subsections.
4995
4996 * frames.texi (Multiple Terminals, Low-level Terminal)
4997 (Terminal Parameters, Frames on Other TTY devices): New sections.
4998 (Frames): Add an xref to "Multiple Terminals".
4999
5000 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
5001
5002 * objects.texi (Terminal Type): New node.
5003 (Editing Types): Add it to the menu.
5004
5005 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
5006 Variables".
5007
5008 * variables.texi (Directory Local Variables): New node.
5009 (Variables): Add a menu item for it.
5010
5011 * loading.texi (Autoload): Document `generate-autoload-cookie' and
5012 `generated-autoload-file'.
5013
5014 2008-12-20 Eli Zaretskii <eliz@gnu.org>
5015
5016 * os.texi (Startup Summary): Add xref to documentation of
5017 `initial-window-system'.
5018
5019 * display.texi (Window Systems): Document `window-system' the
5020 function. The variable `window-system' is now frame-local.
5021 Document `initial-window-system'.
5022
5023 2008-12-19 Martin Rudalics <rudalics@gmx.at>
5024
5025 * windows.texi (Windows): Rewrite description of
5026 fit-window-to-buffer.
5027
5028 2008-12-13 Glenn Morris <rgm@gnu.org>
5029
5030 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
5031 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
5032
5033 2008-12-12 Glenn Morris <rgm@gnu.org>
5034
5035 * debugging.texi (Error Debugging): Refer forwards to
5036 eval-expression-debug-on-error.
5037
5038 2008-12-05 Eli Zaretskii <eliz@gnu.org>
5039
5040 * strings.texi (String Basics): Only unibyte strings that
5041 represent key sequences hold 8-bit raw bytes.
5042
5043 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
5044 paragraph to speak about `undecided'.
5045 (Character Properties): Don't explain the meaning of each
5046 property; instead, identify their Unicode Standard names.
5047 (Character Sets): Document `map-charset-chars'.
5048
5049 2008-12-02 Glenn Morris <rgm@gnu.org>
5050
5051 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
5052 section yet again.
5053
5054 2008-11-29 Eli Zaretskii <eliz@gnu.org>
5055
5056 * nonascii.texi (Character Properties): New Section.
5057 (Specifying Coding Systems): Document
5058 `coding-system-priority-list', `set-coding-system-priority', and
5059 `with-coding-priority'.
5060 (Lisp and Coding Systems): Document `check-coding-systems-region'
5061 and `coding-system-charset-list'.
5062 (Coding System Basics): Document `coding-system-aliases'.
5063
5064 * elisp.texi (Top): Add a @detailmenu entry for "Character
5065 Properties".
5066
5067 * objects.texi (Character Type): Correct the range of Emacs
5068 characters. Add an @xref to "Character Codes".
5069
5070 * strings.texi (String Basics): Add an @xref to "Character Codes".
5071
5072 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
5073
5074 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
5075 (Character Codes): Document `max-char'.
5076
5077 2008-11-28 Eli Zaretskii <eliz@gnu.org>
5078
5079 * nonascii.texi (Text Representations, Converting Representations)
5080 (Character Sets, Scanning Charsets, Translation of Characters):
5081 Make text more accurate.
5082
5083 2008-11-28 Glenn Morris <rgm@gnu.org>
5084
5085 * files.texi (Format Conversion Round-Trip): Improve previous change.
5086
5087 2008-11-26 Chong Yidong <cyd@stupidchicken.com>
5088
5089 * modes.texi (Auto Major Mode): Fix example.
5090
5091 2008-11-25 Glenn Morris <rgm@gnu.org>
5092
5093 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
5094
5095 * files.texi (Format Conversion Round-Trip):
5096 Use active voice for previous change.
5097
5098 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
5099
5100 * os.texi (Processor Run Time):
5101 * processes.texi (Transaction Queues):
5102 * markers.texi (The Mark):
5103 * windows.texi (Choosing Window, Selecting Windows):
5104 * files.texi (Changing Files, Magic File Names):
5105 * commands.texi (Key Sequence Input):
5106 * functions.texi (Declaring Functions):
5107 * strings.texi (Predicates for Strings):
5108 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
5109
5110 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
5111
5112 * help.texi (Accessing Documentation): Update example.
5113
5114 * variables.texi (Defining Variables): Note that `*' is not
5115 necessary if defcustom is used.
5116
5117 2008-11-22 Eli Zaretskii <eliz@gnu.org>
5118
5119 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
5120 Characters" from @detailmenu.
5121
5122 * nonascii.texi (Character Codes, Character Sets)
5123 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
5124 (Chars and Bytes, Splitting Characters): Sections removed.
5125
5126 2008-11-22 Lute Kamstra <lute@gnu.org>
5127
5128 * positions.texi (Text Lines): Update goto-line documentation.
5129
5130 2008-11-21 Martin Rudalics <rudalics@gmx.at>
5131
5132 * frames.texi (Frames): Fix typo, add cross references, reword.
5133 (Initial Parameters): Reword special-display-frame-alist text.
5134 (Frames and Windows): Reword. Describe argument norecord for
5135 set-frame-selected-window.
5136 (Input Focus): Describe argument norecord for select-frame.
5137 Remove comment on MS-Windows behavior for focus-follows-mouse.
5138 (Raising and Lowering): Mention windows-frames dichotomy in
5139 metaphor.
5140
5141 * windows.texi (Displaying Buffers, Vertical Scrolling)
5142 (Horizontal Scrolling): Fix indenting and rewording issues
5143 introduced with 2008-11-07 change.
5144
5145 2008-11-20 Glenn Morris <rgm@gnu.org>
5146
5147 * files.texi (Format Conversion Round-Trip): Mention `preserve'
5148 element of `format-alist'.
5149
5150 2008-11-19 Glenn Morris <rgm@gnu.org>
5151
5152 * doclicense.texi: Update to FDL 1.3.
5153 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
5154
5155 2008-11-18 Chong Yidong <cyd@stupidchicken.com>
5156
5157 * windows.texi (Window Hooks): Remove *-end-trigger-functions
5158 vars, which are obsolete. Mention jit-lock-register.
5159
5160 * modes.texi (Other Font Lock Variables):
5161 Document jit-lock-register and jit-lock-unregister.
5162
5163 * frames.texi (Color Parameters): Document alpha parameter.
5164
5165 2008-11-16 Martin Rudalics <rudalics@gmx.at>
5166
5167 * windows.texi (Splitting Windows, Deleting Windows)
5168 (Selecting Windows, Cyclic Window Ordering)
5169 (Buffers and Windows, Displaying Buffers, Choosing Window)
5170 (Dedicated Windows, Window Point, Window Start and End)
5171 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
5172 (Size of Window, Resizing Windows, Window Configurations)
5173 (Window Parameters): Avoid @var at beginning of sentences and
5174 reword accordingly.
5175
5176 2008-11-11 Lute Kamstra <lute@gnu.org>
5177
5178 * files.texi (File Name Components): Fix file-name-extension
5179 documentation.
5180
5181 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
5182
5183 * frames.texi (Basic Parameters): Remove display-environment-variable
5184 and term-environment-variable.
5185
5186 2008-11-08 Eli Zaretskii <eliz@gnu.org>
5187
5188 * windows.texi (Basic Windows, Splitting Windows)
5189 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
5190 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
5191 (Resizing Windows, Window Configurations, Window Parameters):
5192 Fix wording and markup.
5193
5194 2008-11-07 Martin Rudalics <rudalics@gmx.at>
5195
5196 * windows.texi (Windows): Update entries.
5197 (Basic Windows): Remove listing of attributes. Reword.
5198 (Splitting Windows, Deleting Windows): Reword.
5199 (Selecting Windows, Cyclic Window Ordering): Reword with special
5200 emphasis on order of recently selected windows and buffer list.
5201 (Buffers and Windows, Choosing Window): Reword with special
5202 emphasis on dedicated windows.
5203 (Displaying Buffers): Reword. For switch-to-buffer mention that
5204 it may fall back on pop-to-buffer. For other-window try to
5205 explain how it treats the cyclic ordering of windows.
5206 (Dedicated Windows): New node and section discussing dedicated
5207 windows and associated functions.
5208 (Window Point): Add entry for window-point-insertion-type. Reword.
5209 (Window Start and End): Rename node and section title. Reword.
5210 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
5211 Minor rewording.
5212 (Size of Window): Reword, in particular text on window-width.
5213 (Resizing Windows): Reword. Add text on balancing windows.
5214 (Window Configurations): Reword. Mention window parameters.
5215 (Window Parameters): New node and section on window parameters.
5216 (Window Hooks): Reword. Mention that
5217 window-configuration-change-hook is run "buffer-locally".
5218 * elisp.texi (Top): Update Windows entries in @detailmenu
5219 section.
5220
5221 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
5222
5223 * searching.texi (Regexp Search): Fix typo.
5224
5225 2008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
5226
5227 * searching.texi (Regexp Search): Document GREEDY arg.
5228 (Simple Match Data): Fix return value.
5229
5230 2008-11-01 Eli Zaretskii <eliz@gnu.org>
5231
5232 * nonascii.texi (Text Representations): Rewrite to make consistent
5233 with Emacs 23 internal representation of characters.
5234 Document `unibyte-string'.
5235
5236 2008-10-28 Chong Yidong <cyd@stupidchicken.com>
5237
5238 * processes.texi (Process Information): Note that process-status
5239 does not accept buffer names.
5240
5241 2008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
5242
5243 * positions.texi (Skipping Characters): Correct return value of
5244 skip-chars-forward.
5245
5246 2008-10-25 Martin Rudalics <rudalics@gmx.at>
5247
5248 * windows.texi (Deleting Windows): Update documentation of
5249 delete-windows-on.
5250 (Buffers and Windows): Update documentations of
5251 get-buffer-window and get-buffer-window-list.
5252 (Displaying Buffers): Update documentation of
5253 replace-buffer-in-windows.
5254
5255 * buffers.texi (Current Buffer): Reword set-buffer and
5256 with-current-buffer documentations.
5257 (Creating Buffers): Reword documentation of get-buffer-create.
5258
5259 2008-10-23 Martin Rudalics <rudalics@gmx.at>
5260
5261 * buffers.texi (Current Buffer): Reword documentation of
5262 set-buffer.
5263 (Buffer Names): Reword documentation of buffer-name.
5264 (The Buffer List): For bury-buffer explain what happens with the
5265 buffer's window.
5266 (Creating Buffers): Say that get-buffer-create's arg is called
5267 buffer-or-name.
5268
5269 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
5270
5271 * advice.texi (Computed Advice): Explain what DEFINITION is.
5272
5273 * nonascii.texi (Character Codes): Remove obsolete function
5274 char-valid-p, and document characterp instead.
5275
5276 2008-10-22 Martin Rudalics <rudalics@gmx.at>
5277
5278 * windows.texi (Displaying Buffers): Reword documentation of
5279 pop-to-buffer.
5280 (Choosing Window): Rewrite documentation of display-buffer and
5281 its options.
5282
5283 * buffers.texi (Killing Buffers): Update documentation of
5284 kill-buffer.
5285
5286 2008-10-21 Eli Zaretskii <eliz@gnu.org>
5287
5288 * processes.texi (Serial Ports): Fix wording and improve markup.
5289
5290 * searching.texi (Regexp Search): Document `string-match-p' and
5291 `looking-at-p'.
5292 (POSIX Regexps): Add an xref for "non-greedy".
5293 (Regexp Special): Add @cindex entry for "non-greedy".
5294
5295 * display.texi (Attribute Functions): Document `face-all-attributes'.
5296 (Image Cache) <image-refresh>: Minor wording fixes.
5297
5298 * frames.texi (Color Names): Add an xref to `read-color'.
5299
5300 * minibuf.texi (High-Level Completion): Document `read-color'.
5301
5302 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
5303
5304 * positions.texi (Narrowing): Add an xref to "Swapping Text".
5305
5306 * buffers.texi (Swapping Text): New section, documents
5307 `buffer-swap-text'.
5308
5309 2008-10-21 Martin Rudalics <rudalics@gmx.at>
5310
5311 * windows.texi (Resizing Windows): Minor wording fix.
5312
5313 2008-10-20 Eli Zaretskii <eliz@gnu.org>
5314
5315 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
5316 and `combine-and-quote-strings'.
5317
5318 * strings.texi (Creating Strings): Add xrefs for them.
5319
5320 2008-10-19 Eli Zaretskii <eliz@gnu.org>
5321
5322 * elisp.texi (Top): Make descriptive text for "Reading File Names"
5323 match the corresponding menu in minibuf.texi.
5324
5325 * minibuf.texi (Reading File Names): Document `read-shell-command'
5326 and `minibuffer-local-shell-command-map'.
5327
5328 2008-10-19 Martin Rudalics <rudalics@gmx.at>
5329
5330 * windows.texi (Resizing Windows): Remove var{} around "window" in
5331 documentation of enlarge-window.
5332 Rewrite documentation of window-min-height and window-min-width.
5333
5334 2008-10-19 Eli Zaretskii <eliz@gnu.org>
5335
5336 * functions.texi (Calling Functions): Document `apply-partially'.
5337
5338 * hooks.texi (Standard Hooks): Mention
5339 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
5340
5341 * variables.texi (File Local Variables): Document
5342 `file-local-variables-alist', `before-hack-local-variables-hook'
5343 and `hack-local-variables-hook'.
5344
5345 * processes.texi (Synchronous Processes): Document `process-lines'.
5346
5347 * customize.texi (Variable Definitions):
5348 Document `custom-reevaluate-setting'.
5349
5350 2008-10-18 Martin Rudalics <rudalics@gmx.at>
5351
5352 * windows.texi (Choosing Window, Deleting Windows)
5353 (Displaying Buffers): Expand documentation of dedicated windows.
5354
5355 2008-10-18 Eli Zaretskii <eliz@gnu.org>
5356
5357 * files.texi (Changing Files): Document symbolic input of file
5358 modes to `set-file-modes'. Document `read-file-modes' and
5359 `file-modes-symbolic-to-number'.
5360
5361 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
5362 and `search-map'.
5363
5364 * searching.texi (Search and Replace):
5365 Document `replace-search-function' and `replace-re-search-function'.
5366 Document `multi-query-replace-map'.
5367
5368 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5369 (Completion Commands, Reading File Names):
5370 Rename `minibuffer-local-must-match-filename-map' to
5371 `minibuffer-local-filename-must-match-map'.
5372 (Minibuffer Completion): The `require-match' argument to
5373 `completing-read' can now have the value `confirm-only'.
5374
5375 * windows.texi (Displaying Buffers): Minor wording fix.
5376 (Choosing Window): `split-height-threshold' can now be nil.
5377 Document `split-width-threshold'. `pop-up-frames' can have the
5378 value `graphic-only'.
5379
5380 2008-10-17 Eli Zaretskii <eliz@gnu.org>
5381
5382 * os.texi (Startup Summary): Document `before-init-time' and
5383 `after-init-time'. Document `initial-window-system' and
5384 `window-system-initialization-alist'. Document reading the
5385 abbrevs file. Document the call to `server-start' under --daemon.
5386 Rearrange a bit to be consistent with the code flow.
5387 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
5388 (Time Parsing): Document `format-seconds'.
5389
5390 2008-10-17 Martin Rudalics <rudalics@gmx.at>
5391
5392 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
5393 and reword.
5394
5395 2008-10-16 Eli Zaretskii <eliz@gnu.org>
5396
5397 * markers.texi (The Mark): Document use-region-p.
5398
5399 2008-10-15 Eli Zaretskii <eliz@gnu.org>
5400
5401 * internals.texi (Writing Emacs Primitives): The interactive spec
5402 of a primitive can be a Lisp form.
5403
5404 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
5405 values of transient-mark-mode. Document handle-shift-selection.
5406
5407 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
5408 (Interactive Examples): Show an example of `^'.
5409 (Key Sequence Input): Document this-command-keys-shift-translated.
5410 (Defining Commands, Using Interactive): The interactive-form of a
5411 function can be added via its symbol's property.
5412
5413 * positions.texi (List Motion): beginning-of-defun-function can
5414 now accept an argument.
5415
5416 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
5417 now return a list of strings.
5418
5419 * control.texi (Handling Errors): Document ignore-errors.
5420
5421 * frames.texi (Creating Frames): Document frame-inherited-parameters.
5422 (Parameter Access): Document set-frame-parameter.
5423
5424 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
5425 Hooks" for the effect of kill-all-local-variables on local hook
5426 functions.
5427
5428 * modes.texi (Major Mode Conventions, Mode Line Variables):
5429 `mode-name' need not be a string. xref to "Mode Line Data" for
5430 details, and to "Emulating Mode Line" for computing a string
5431 value.
5432
5433 2008-10-14 Eli Zaretskii <eliz@gnu.org>
5434
5435 * processes.texi (System Processes): New section.
5436 (Processes, Signals to Processes): Add xrefs to it.
5437
5438 * objects.texi (Editing Types): A `process' is a subprocess of
5439 Emacs, not just any process running on the OS.
5440
5441 * elisp.texi (Top): Adjust the @detailmenu for the above two
5442 changes.
5443
5444 * sequences.texi (Char-Tables): Remove documentation of
5445 set-char-table-default, which has no effect since Emacs 23.
5446 <char-table-range, set-char-table-range>: Don't mention generic
5447 characters and charsets. Add a cons cell as a possible argument.
5448
5449 * nonascii.texi (Splitting Characters)
5450 (Translation of Characters): Don't mention generic characters.
5451
5452 * display.texi (Fontsets): Don't mention generic characters.
5453
5454 * sequences.texi (Char-Tables): `map-char-table' can now call its
5455 argument FUNCTION with a cons cell as KEY.
5456
5457 2008-10-13 Eli Zaretskii <eliz@gnu.org>
5458
5459 * objects.texi (Primitive Function Type): Move "@cindex special
5460 forms" from here...
5461
5462 * eval.texi (Special Forms): ...to here.
5463
5464 * functions.texi (What Is a Function): `functionp' returns nil for
5465 special forms. Add an xref.
5466
5467 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
5468 Variables".
5469
5470 * variables.texi (Frame-Local Variables): New section.
5471 (Buffer-Local Variables): Add an xref to it.
5472 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
5473 have both frame-local and buffer-local binding.
5474
5475 * frames.texi (Frames): Mention multiple tty frames.
5476 (Frame Parameters, Parameter Access): Mention frame-local variable
5477 bindings.
5478
5479 2008-09-20 Glenn Morris <rgm@gnu.org>
5480
5481 * display.texi (Defining Faces): Recommend against face variables.
5482
5483 2008-09-16 Juanma Barranquero <lekktu@gmail.com>
5484
5485 * display.texi (Echo Area Customization): Fix typo.
5486
5487 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
5488
5489 * loading.texi (Where Defined): Add `defface' item.
5490
5491 2008-09-06 Martin Rudalics <rudalics@gmx.at>
5492
5493 * loading.texi (Where Defined): Fix description of symbol-file.
5494
5495 2008-08-26 Jason Rumney <jasonr@gnu.org>
5496
5497 * display.texi (TIFF Images): New section describing :index property.
5498
5499 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
5500
5501 * display.texi (Temporary Displays): Remove unnecessary comment
5502 about usage of temp-buffer-show-hook.
5503
5504 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
5505
5506 * symbols.texi (Other Plists): Fix incorrect example.
5507 Suggested by Florian Beck.
5508
5509 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
5510
5511 * os.texi: Fix previous change.
5512
5513 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5514
5515 * os.texi:
5516 * intro.texi:
5517 * files.texi: Remove VMS support.
5518
5519 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5520
5521 * os.texi:
5522 * frames.texi:
5523 * display.texi: Remove mentions of Mac Carbon.
5524
5525 2008-07-01 Miles Bader <miles@gnu.org>
5526
5527 * text.texi (Special Properties):
5528 * display.texi (Truncation): Add wrap-prefix and line-prefix.
5529
5530 2008-06-28 Johan Bockgård <bojohan@gnu.org>
5531
5532 * display.texi (Other Image Types): Fix copy/paste error; say
5533 "PBM", not "XBM".
5534
5535 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
5536
5537 * os.texi: Remove references to obsolete systems.
5538
5539 2008-06-20 Eli Zaretskii <eliz@gnu.org>
5540
5541 * makefile.w32-in (distclean): Remove makefile.
5542
5543 2008-06-17 Glenn Morris <rgm@gnu.org>
5544
5545 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
5546 (elisp, dist): Remove rules and variables that are obsolete now
5547 the lisp manual is no longer distributed separately.
5548
5549 2008-06-16 Glenn Morris <rgm@gnu.org>
5550
5551 * configure, configure.in, mkinstalldirs: Remove unused files.
5552
5553 * book-spine.texinfo: Set version to 23.0.60.
5554 * vol1.texi (EMACSVER):
5555 * vol2.texi (EMACSVER): Set to 23.0.60.
5556
5557 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
5558 as per maintain.info.
5559
5560 2008-06-15 Glenn Morris <rgm@gnu.org>
5561
5562 * makefile.w32-in (manual): Use "23" rather than "21".
5563
5564 * Makefile.in (emacsver): New, set by configure.
5565 (manual): Use emacsver.
5566
5567 * intro.texi: Report bugs using M-x report-emacs-bug.
5568
5569 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
5570
5571 2008-06-13 Daniel Engeler <engeler@gmail.com>
5572
5573 * elisp.texi, internals.texi, processes.texi: Add documentation
5574 about serial port access.
5575
5576 2008-06-05 Miles Bader <miles@gnu.org>
5577
5578 * display.texi (Displaying Faces): Update to reflect function
5579 renamings in face-remap.el.
5580
5581 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
5582
5583 * display.texi (Fontsets): Fix typos.
5584
5585 2008-06-03 Miles Bader <miles@gnu.org>
5586
5587 * display.texi (Displaying Faces): Add add-relative-face-remapping,
5588 remove-relative-face-remapping, set-base-face-remapping,
5589 and set-default-base-face-remapping.
5590
5591 2008-06-01 Miles Bader <miles@gnu.org>
5592
5593 * display.texi (Displaying Faces): Add face-remapping-alist.
5594
5595 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5596
5597 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
5598 variable names.
5599
5600 2008-05-03 Eric S. Raymond <esr@golux>
5601
5602 * keymaps.texi: Clarify that (current-local-map) and
5603 (current-global-map) return references, not copies.
5604
5605 2008-05-02 Juri Linkov <juri@jurta.org>
5606
5607 * minibuf.texi (Text from Minibuffer): Document a list of
5608 default values for `read-from-minibuffer'.
5609
5610 2008-04-24 Juanma Barranquero <lekktu@gmail.com>
5611
5612 * nonascii.texi (Translation of Characters): Fix previous change.
5613
5614 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
5615
5616 * display.texi (Overlay Properties): Clarify role of underlying
5617 textprop and overlay keymaps for display strings.
5618
5619 * keymaps.texi (Active Keymaps): Ditto.
5620
5621 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5622
5623 * minibuf.texi (Programmed Completion):
5624 Replace dynamic-completion-table with the new completion-table-dynamic.
5625
5626 2008-04-07 Chong Yidong <cyd@stupidchicken.com>
5627
5628 * intro.texi (Some Terms): Change "fonts in this manual" index
5629 entry to "typographic conventions".
5630
5631 2008-04-05 Eli Zaretskii <eliz@gnu.org>
5632
5633 * objects.texi (Text Props and Strings): Add indexing for read
5634 syntax of text properties.
5635
5636 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
5637
5638 * processes.texi (Decoding Output): Remove process-filter-multibyte
5639 functions.
5640
5641 2008-03-15 Martin Rudalics <rudalics@gmx.at>
5642
5643 * display.texi (Finding Overlays): Say that empty overlays at
5644 the end of the buffer are reported too.
5645
5646 2008-03-13 Glenn Morris <rgm@gnu.org>
5647
5648 * elisp.texi (EMACSVER): Set to 23.0.60.
5649
5650 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
5651
5652 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
5653
5654 2008-02-22 Glenn Morris <rgm@gnu.org>
5655
5656 * frames.texi (Position Parameters): Clarify the description of
5657 `left' and `top', using information from "Geometry".
5658 (Geometry): Give a pointer to "Position Parameters", rather than
5659 repeating information.
5660
5661 2008-02-11 Glenn Morris <rgm@gnu.org>
5662
5663 * objects.texi (Equality Predicates): No longer talk about "two"
5664 functions.
5665
5666 2008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
5667
5668 * objects.texi (Equality Predicates): Add defun for
5669 equal-including-properties.
5670
5671 2008-02-10 Glenn Morris <rgm@gnu.org>
5672
5673 * objects.texi (Equality Predicates):
5674 Mention equal-including-properties.
5675
5676 2008-02-07 Richard Stallman <rms@gnu.org>
5677
5678 * windows.texi (Window Start): Mention the feature of moving
5679 window-start to start of line.
5680
5681 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
5682
5683 * keymaps.texi (Tool Bar): Document rtl property.
5684
5685 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
5686
5687 * display.texi (Button Types):
5688 For define-button-type, clarify type of NAME.
5689
5690 2008-01-19 Martin Rudalics <rudalics@gmx.at>
5691
5692 * buffers.texi (Buffer Modification): Fix typo.
5693
5694 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
5695
5696 * os.texi (System Environment): Remove references to OSes that are
5697 not supported anymore.
5698
5699 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5700
5701 * os.texi (System Environment): Remove mention for Masscomp.
5702
5703 2008-01-04 Richard Stallman <rms@gnu.org>
5704
5705 * display.texi (Faces): Don't talk about internal face vector as arg
5706 to facep.
5707
5708 * customize.texi (Type Keywords): Fix previous change.
5709
5710 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
5711 * elisp.texi (Top): Fix menu for commands.texi change.
5712
5713 2007-12-30 Richard Stallman <rms@gnu.org>
5714
5715 * commands.texi (Accessing Mouse): Rename from Accessing Events.
5716 (Accessing Scroll): New node broken out of Accessing Mouse.
5717
5718 2007-12-28 Richard Stallman <rms@gnu.org>
5719
5720 * frames.texi (Size Parameters): Fix typo.
5721 (Basic Parameters): For `title', refer to title bar.
5722 (Size and Position): Explain meaning of frame pixel width and height.
5723
5724 2007-12-23 Richard Stallman <rms@gnu.org>
5725
5726 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
5727 Improve some of the commented-out keywords' text too.
5728
5729 2007-12-14 Martin Rudalics <rudalics@gmx.at>
5730
5731 * nonascii.texi (Encoding and I/O): Reword to avoid saying
5732 "visit the current buffer".
5733
5734 * os.texi (System Interface): Fix typo.
5735
5736 2007-12-04 Richard Stallman <rms@gnu.org>
5737
5738 * objects.texi (Symbol Type): Fix typo.
5739
5740 2007-12-03 Richard Stallman <rms@gnu.org>
5741
5742 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
5743
5744 2007-12-01 Glenn Morris <rgm@gnu.org>
5745
5746 * functions.texi (Declaring Functions): Improve previous change.
5747
5748 2007-11-30 Glenn Morris <rgm@gnu.org>
5749
5750 * functions.texi (Declaring Functions): Add optional fourth
5751 argument of declare-function, and setting third argument to `t'.
5752
5753 2007-11-29 Richard Stallman <rms@gnu.org>
5754
5755 * customize.texi (Composite Types): Document `group' type.
5756
5757 2007-11-29 Glenn Morris <rgm@gnu.org>
5758
5759 * functions.texi (Declaring Functions): Add findex.
5760 Mention `external' files.
5761
5762 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
5763
5764 * functions.texi (Declaring Functions): Fix directive.
5765
5766 2007-11-25 Richard Stallman <rms@gnu.org>
5767
5768 * help.texi (Help Functions): Clean up last change.
5769
5770 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
5771
5772 * loading.texi (Named Features): Minor cleanup.
5773
5774 * macros.texi (Eval During Expansion): Minor cleanup.
5775
5776 * variables.texi (Variable Aliases): Minor cleanup.
5777
5778 2007-11-24 Richard Stallman <rms@gnu.org>
5779
5780 * functions.texi (Declaring Functions): Clarify previous change.
5781
5782 * compile.texi (Compiler Errors): Clarify previous change.
5783
5784 2007-11-24 Richard Stallman <rms@gnu.org>
5785
5786 * display.texi (Refresh Screen, Forcing Redisplay):
5787 Clarify the text and move items around.
5788
5789 2007-11-24 Glenn Morris <rgm@gnu.org>
5790
5791 * functions.texi (Declaring Functions): New section.
5792 * compile.texi (Compiler Errors): Mention declaring functions,
5793 defvar with no initvalue, and byte-compile-warnings.
5794
5795 2007-11-15 Martin Rudalics <rudalics@gmx.at>
5796
5797 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
5798 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
5799
5800 2007-11-13 Martin Rudalics <rudalics@gmx.at>
5801
5802 * help.texi (Help Functions): Document new macro `with-help-window'.
5803
5804 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
5805
5806 * searching.texi (Replacing Match): Describe new
5807 `match-substitute-replacement'.
5808
5809 2007-10-31 Richard Stallman <rms@gnu.org>
5810
5811 * strings.texi (Creating Strings): Null strings from concat not unique.
5812
5813 2007-10-26 Richard Stallman <rms@gnu.org>
5814
5815 * objects.texi (Equality Predicates): Null strings are uniquified.
5816
5817 * minibuf.texi: Minor clarifications in previous change.
5818
5819 2007-10-25 Glenn Morris <rgm@gnu.org>
5820
5821 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
5822
5823 2007-10-24 Richard Stallman <rms@gnu.org>
5824
5825 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
5826
5827 * variables.texi (Frame-Local Variables): Node deleted.
5828 (Variables): Delete Frame-Local Variables from menu.
5829 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
5830 (Default Value): Don't mention frame-local vars.
5831
5832 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
5833
5834 * loading.texi (Unloading): Document FEATURE-unload-function
5835 instead of FEATURE-unload-hook.
5836
5837 * frames.texi (Multiple Displays): Don't mention frame-local vars.
5838
5839 2007-10-22 Juri Linkov <juri@jurta.org>
5840
5841 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
5842 (High-Level Completion): Document a list of default value strings
5843 in the DEFAULT argument, for which minibuffer functions return the
5844 first element.
5845
5846 2007-10-17 Juri Linkov <juri@jurta.org>
5847
5848 * text.texi (Filling): Update arguments of fill-paragraph.
5849 fill-paragraph operates on the active region in Transient Mark mode.
5850 Remove fill-paragraph-or-region.
5851
5852 2007-10-13 Karl Berry <karl@gnu.org>
5853
5854 * elisp.texi (@dircategory): Move to after @copying,
5855 since we want @copying as close as possible to the beginning of
5856 the output.
5857
5858 2007-10-12 Richard Stallman <rms@gnu.org>
5859
5860 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
5861
5862 * commands.texi (Distinguish Interactive): New node,
5863 broken out from Interactive Call and rewritten.
5864 (Command Loop): Put Distinguish Interactive in menu.
5865
5866 2007-10-09 Richard Stallman <rms@gnu.org>
5867
5868 * text.texi (Examining Properties): Mention overlay priority.
5869
5870 * display.texi (Display Margins): Correct the description
5871 of margin display specifications.
5872 (Replacing Specs): New subnode broken out of Display Property.
5873
5874 2007-10-06 Juri Linkov <juri@jurta.org>
5875
5876 * text.texi (Filling): Document fill-paragraph-or-region.
5877
5878 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
5879
5880 * display.texi (Auto Faces): Fix typo.
5881
5882 2007-10-02 Richard Stallman <rms@gnu.org>
5883
5884 * display.texi (Display Property): Explain some display specs
5885 don't let you move point in.
5886
5887 * frames.texi (Cursor Parameters):
5888 Describe cursor-in-non-selected-windows here. Explain more values.
5889
5890 * windows.texi (Basic Windows): Don't describe
5891 cursor-in-non-selected-windows here.
5892
5893 2007-10-01 Eli Zaretskii <eliz@gnu.org>
5894
5895 * processes.texi (Misc Network): Note that these functions are
5896 supported only on some systems.
5897
5898 2007-10-01 Richard Stallman <rms@gnu.org>
5899
5900 * display.texi (Overlay Properties): Explain nil as priority.
5901 Explain that conflicts are unpredictable if not resolved by
5902 priorities.
5903
5904 2007-09-23 Richard Stallman <rms@gnu.org>
5905
5906 * macros.texi (Backquote): Minor clarification.
5907
5908 2007-09-19 Richard Stallman <rms@gnu.org>
5909
5910 * display.texi (Display Property): Explain multiple display specs.
5911 Clarify when they work in parallel and when one overrides.
5912 Fix error in example.
5913
5914 2007-09-06 Glenn Morris <rgm@gnu.org>
5915
5916 Move from lispref/ to doc/lispref/. Change all setfilename
5917 commands to use ../../info.
5918 * Makefile.in (infodir): Go up one more level.
5919 (usermanualdir): Change from ../man to ../emacs.
5920 (miscmanualdir): New.
5921 (dist): Use new variable miscmanualdir.
5922 * makefile.w32-in (infodir, texinputdir): Go up one more level.
5923 (usermanualdir): Change from ../man to ../emacs.
5924
5925 2007-08-30 Martin Rudalics <rudalics@gmx.at>
5926
5927 * commands.texi (Command Loop Info): Advise against changing
5928 most variables described here. Explain new variable
5929 last-repeatable-command.
5930
5931 2007-08-29 Glenn Morris <rgm@gnu.org>
5932
5933 * elisp.texi (EMACSVER): Increase to 23.0.50.
5934
5935 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
5936
5937 * frames.texi (Basic Parameters): Add display-environment-variable
5938 and term-environment-variable.
5939
5940 2007-08-28 Juri Linkov <juri@jurta.org>
5941
5942 * display.texi (Image Formats, Other Image Types): Add SVG.
5943
5944 2007-08-28 Juri Linkov <juri@jurta.org>
5945
5946 * display.texi (Images): Move formats-related text to new node
5947 "Image Formats".
5948 (Image Formats): New node.
5949
5950 2007-08-27 Richard Stallman <rms@gnu.org>
5951
5952 * windows.texi (Window Configurations): Clarify what
5953 a window configuration saves.
5954
5955 2007-08-25 Richard Stallman <rms@gnu.org>
5956
5957 * display.texi (Images): Delete redundant @findex.
5958
5959 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
5960
5961 * text.texi (Change Hooks): (after|before)-change-functions are no
5962 longer bound to nil while running; rather inhibit-modification-hooks
5963 is t.
5964
5965 2007-08-16 Richard Stallman <rms@gnu.org>
5966
5967 * processes.texi (Asynchronous Processes):
5968 Clarify doc of start-file-process.
5969
5970 2007-08-08 Martin Rudalics <rudalics@gmx.at>
5971
5972 * modes.texi (Example Major Modes): Fix typo.
5973
5974 2007-08-08 Glenn Morris <rgm@gnu.org>
5975
5976 * intro.texi (nil and t): Do not use `iff' in documentation.
5977
5978 * tips.texi (Documentation Tips): Recommend against `iff'.
5979
5980 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
5981
5982 * display.texi (Image Cache): Document image-refresh.
5983
5984 2007-08-06 Martin Rudalics <rudalics@gmx.at>
5985
5986 * windows.texi (Size of Window): Document window-full-width-p.
5987
5988 2007-07-25 Glenn Morris <rgm@gnu.org>
5989
5990 * gpl.texi (GPL): Replace license with GPLv3.
5991
5992 * Relicense all FSF files to GPLv3 or later.
5993
5994 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
5995
5996 * processes.texi (Synchronous Processes):
5997 Add `process-file-shell-command'.
5998 (Asynchronous Processes): Mention restricted use of
5999 `process-filter' and `process-sentinel' in
6000 `start-file-process'. Add `start-file-process-shell-command'.
6001
6002 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
6003
6004 * files.texi (Magic File Names): Introduce optional parameter
6005 IDENTIFICATION for `file-remote-p'.
6006
6007 2007-07-16 Richard Stallman <rms@gnu.org>
6008
6009 * display.texi (Defining Faces): Fix previous change.
6010
6011 2007-07-14 Richard Stallman <rms@gnu.org>
6012
6013 * control.texi (Handling Errors): Document `debug' in handler list.
6014
6015 2007-07-10 Richard Stallman <rms@gnu.org>
6016
6017 * display.texi (Defining Faces): Explain C-M-x feature for defface.
6018
6019 2007-07-09 Richard Stallman <rms@gnu.org>
6020
6021 * files.texi (Magic File Names): Rewrite previous change.
6022
6023 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
6024
6025 * files.texi (Magic File Names): Introduce optional parameter
6026 CONNECTED for `file-remote-p'.
6027
6028 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
6029
6030 * processes.texi (Asynchronous Processes):
6031 * files.texi (Magic File Names): Add `start-file-process'.
6032
6033 2007-06-27 Richard Stallman <rms@gnu.org>
6034
6035 * files.texi (Format Conversion Piecemeal):
6036 Clarify `after-insert-file-functions' calling convention.
6037
6038 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
6039
6040 * files.texi (Magic File Names): Remove `dired-call-process'.
6041 Add `process-file'.
6042
6043 2007-06-27 Kenichi Handa <handa@m17n.org>
6044
6045 * text.texi (Special Properties): Fix description about
6046 `composition' property.
6047
6048 2007-06-26 Kenichi Handa <handa@m17n.org>
6049
6050 * nonascii.texi (Default Coding Systems): Document about the
6051 return value `undecided'.
6052
6053 2007-06-25 David Kastrup <dak@gnu.org>
6054
6055 * keymaps.texi (Active Keymaps): Document new POSITION argument of
6056 `current-active-maps'.
6057
6058 2007-06-24 Karl Berry <karl@gnu.org>
6059
6060 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
6061
6062 2007-06-15 Juanma Barranquero <lekktu@gmail.com>
6063
6064 * display.texi (Overlay Arrow): Doc fix.
6065
6066 2007-06-14 Karl Berry <karl@tug.org>
6067
6068 * anti.texi (Antinews): Typo.
6069
6070 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
6071
6072 * display.texi (Image Cache): Document image-refresh.
6073
6074 2007-06-12 Karl Berry <karl@gnu.org>
6075
6076 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
6077 * two-volume.make: New file.
6078 * .cvsignore: Ignore two-volume files.
6079
6080 2007-06-12 Tom Tromey <tromey@redhat.com>
6081
6082 * os.texi (Init File): Document user-emacs-directory.
6083
6084 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
6085
6086 * commands.texi (Click Events): Describe width and height when
6087 object is nil.
6088
6089 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
6090
6091 * commands.texi (Click Events): Layout more logically.
6092 Describe width and height.
6093 (Drag Events, Motion Events): Update to new format for position.
6094
6095 2007-06-02 Richard Stallman <rms@gnu.org>
6096
6097 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
6098
6099 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
6100
6101 * Version 22.1 released.
6102
6103 2007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6104
6105 * text.texi (Special Properties): Correct meaning of fontified face.
6106
6107 2007-05-30 Richard Stallman <rms@gnu.org>
6108
6109 * text.texi (Special Properties): Add link to Adjusting Point.
6110
6111 2007-05-12 Richard Stallman <rms@gnu.org>
6112
6113 * text.texi (Margins): indent-to-left-margin is not the default.
6114 (Mode-Specific Indent): For indent-line-function, the default
6115 is indent-relative.
6116
6117 * modes.texi (Example Major Modes): Explain last line of text-mode
6118 is redundant.
6119
6120 2007-05-10 Richard Stallman <rms@gnu.org>
6121
6122 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
6123
6124 * help.texi (Keys in Documentation): Add reference to
6125 Documentation Tips.
6126
6127 * files.texi (Format Conversion): TO-FN gets three arguments.
6128
6129 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
6130
6131 2007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
6132
6133 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
6134 * files.texi (Format Conversion): Expand intro; add menu.
6135 (Format Conversion Overview, Format Conversion Round-Trip)
6136 (Format Conversion Piecemeal): New nodes/subsections.
6137 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
6138 * text.texi (Text Properties): Remove "Saving Properties" from menu.
6139 (Saving Properties): Delete node/subsection.
6140
6141 2007-05-07 Karl Berry <karl@gnu.org>
6142
6143 * elisp.texi (EMACSVER): Back to 22.
6144
6145 2007-05-06 Richard Stallman <rms@gnu.org>
6146
6147 * processes.texi (Accepting Output): Revert most of previous change.
6148
6149 2007-05-05 Richard Stallman <rms@gnu.org>
6150
6151 * processes.texi (Accepting Output): accept-process-output
6152 uses microseconds, not milliseconds. But that arg is obsolete.
6153
6154 2007-05-04 Karl Berry <karl@tug.org>
6155
6156 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
6157
6158 2007-05-04 Eli Zaretskii <eliz@gnu.org>
6159
6160 * tips.texi (Documentation Tips): Rearrange items to place the
6161 more important ones first. Add an index entry for hyperlinks.
6162
6163 2007-05-03 Karl Berry <karl@gnu.org>
6164
6165 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
6166 (EMACSVER) [smallbook]: 22 for printed version.
6167
6168 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
6169 so restore anchor to normal position after defun. Found by Kevin Ryde.
6170
6171 2007-04-26 Glenn Morris <rgm@gnu.org>
6172
6173 * elisp.texi (EMACSVER): Increase to 22.1.50.
6174
6175 2007-04-28 Karl Berry <karl@gnu.org>
6176
6177 * elisp.texi: Improve line breaks on copyright page,
6178 similar layout to emacs manual, 8.5x11 by default.
6179
6180 2007-04-24 Richard Stallman <rms@gnu.org>
6181
6182 * text.texi (Special Properties): Add xref to Overlay Properties.
6183
6184 * display.texi (Overlay Properties): Add xref to Special Properties.
6185
6186 2007-04-22 Richard Stallman <rms@gnu.org>
6187
6188 * keymaps.texi (Extended Menu Items): Move the info about
6189 format with cached keyboard binding.
6190
6191 2007-04-21 Richard Stallman <rms@gnu.org>
6192
6193 * text.texi (Special Properties): Clarify previous change.
6194
6195 * files.texi (File Name Expansion): Clarify previous change.
6196
6197 * display.texi (Attribute Functions): Fix example for
6198 face-attribute-relative-p.
6199
6200 2007-04-19 Kenichi Handa <handa@m17n.org>
6201
6202 * text.texi (Special Properties): Document composition property.
6203
6204 2007-04-19 Glenn Morris <rgm@gnu.org>
6205
6206 * files.texi (File Name Expansion): Mention "superroot".
6207
6208 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
6209
6210 * frames.texi (Multiple Displays): Add note about "multi-monitor"
6211 setups.
6212 (Display Feature Testing): Note that display refers to all
6213 physical monitors for multi-monitor setups.
6214
6215 2007-04-14 Richard Stallman <rms@gnu.org>
6216
6217 * lists.texi (Sets And Lists): Clarify `delete' examples.
6218 Remove spurious xref to same node.
6219 Clarify xref for add-to-list.
6220
6221 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
6222
6223 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
6224 value of lisp-mode-map.
6225
6226 2007-04-11 Karl Berry <karl@gnu.org>
6227
6228 * anti.texi (Antinews):
6229 * display.texi (Overlay Properties, Defining Images):
6230 * processes.texi (Synchronous Processes, Sentinels):
6231 * syntax.texi (Syntax Table Internals):
6232 * searching.texi (Regexp Special):
6233 * nonascii.texi (Default Coding Systems):
6234 * text.texi (Special Properties):
6235 * minibuf.texi (Basic Completion): Wording to improve breaks in
6236 8.5x11 format.
6237 * elisp.texi (smallbook): New @set to more easily switch between
6238 smallbook and 8.5x11.
6239
6240 2007-04-11 Richard Stallman <rms@gnu.org>
6241
6242 * text.texi (Lazy Properties): Minor fix.
6243
6244 2007-04-08 Karl Berry <karl@gnu.org>
6245
6246 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
6247 * macros.texi (Backquote): Downcase Backquote in index entries for
6248 consistency.
6249
6250 2007-04-08 Richard Stallman <rms@gnu.org>
6251
6252 * text.texi (Adaptive Fill): Just describe default,
6253 don't show it (since it contains non-ASCII chars).
6254
6255 2007-04-07 Karl Berry <karl@gnu.org>
6256
6257 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
6258 adaptive-fill-regexp's value, since they are not in the standard
6259 TeX fonts.
6260
6261 2007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
6262
6263 * display.texi (Defining Faces): Fix example.
6264
6265 2007-04-07 Karl Berry <karl@gnu.org>
6266
6267 * display.texi (Button Buffer Commands): Improve page break.
6268
6269 2007-04-07 Richard Stallman <rms@gnu.org>
6270
6271 * advice.texi (Activation of Advice): Remove redundant index entry.
6272
6273 * backups.texi: Improve index entries. Remove redundant ones.
6274
6275 * compile.texi (Byte Compilation): Improve index entry.
6276
6277 * hash.texi (Creating Hash): Improve index entry.
6278
6279 * symbols.texi (Definitions): Improve index entry.
6280
6281 * edebug.texi: Improve index entries. Remove redundant/useless ones.
6282
6283 * maps.texi (Standard Keymaps): Remove useless index entry.
6284
6285 * help.texi (Documentation Basics): Remove redundant index entries.
6286
6287 * customize.texi: Improve index entries.
6288 Remove redundant/useless ones.
6289
6290 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
6291
6292 * streams.texi (Output Variables): Improve index entry.
6293
6294 * abbrevs.texi (Abbrevs): Remove useless index entry.
6295
6296 * macros.texi (Expansion): Remove useless index entry.
6297
6298 * text.texi: Improve index entries. Remove redundant/useless ones.
6299 (Text Properties, Examining Properties)
6300 (Special Properties): Use "property category" instead of "category"
6301 to refer to the `category' property.
6302
6303 * positions.texi: Improve index entries. Remove useless one.
6304
6305 * lists.texi: Improve index entries. Remove redundant/useless ones.
6306
6307 * os.texi: Improve index entries.
6308 (Timers): Fix previous change.
6309
6310 * buffers.texi: Improve index entries.
6311 (Modification Time): Get rid of term "obsolete buffer".
6312
6313 * debugging.texi: Improve index entries.
6314 (Test Coverage): Add xref to other test coverage ftr.
6315
6316 * eval.texi: Improve index entry. Remove redundant ones.
6317
6318 * numbers.texi: Improve index entries. Remove redundant/useless ones.
6319
6320 * files.texi: Improve index entries. Remove redundant/useless ones.
6321
6322 * objects.texi: Improve index entries.
6323
6324 * processes.texi: Improve index entries.
6325
6326 * modes.texi: Improve index entry. Remove redundant one.
6327
6328 * nonascii.texi: Improve index entries.
6329
6330 * internals.texi: Improve index entries.
6331
6332 * syntax.texi: Improve index entries.
6333
6334 * keymaps.texi (Active Keymaps): Improve index entries.
6335
6336 * commands.texi: Improve index entries. Remove redundant/useless ones.
6337
6338 * frames.texi: Improve index entries. Remove redundant/useless ones.
6339
6340 * markers.texi: Improve index entries. Remove redundant ones.
6341
6342 * tips.texi: Improve index entries.
6343
6344 * loading.texi (Unloading): Improve index entry.
6345
6346 * variables.texi: Improve index entries. Remove redundant one.
6347
6348 * sequences.texi: Improve index entry.
6349
6350 * display.texi: Improve index entries. Remove redundant ones.
6351
6352 * windows.texi: Improve index entries.
6353
6354 * searching.texi: Improve index entries. Remove redundant one.
6355
6356 * strings.texi (Case Tables): Improve last change.
6357
6358 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
6359
6360 * strings.texi (Case Tables): Document with-case-table and
6361 ascii-case-table.
6362
6363 2007-04-03 Karl Berry <karl@gnu.org>
6364
6365 * processes.texi (Network): Reword to improve page break.
6366
6367 2007-04-03 Eli Zaretskii <eliz@gnu.org>
6368
6369 * functions.texi (Inline Functions): Describe more disadvantages
6370 of defsubst, and make advice against it stronger.
6371
6372 2007-04-02 Karl Berry <karl@gnu.org>
6373
6374 * backups.texi (Backup Names): Avoid widow words.
6375 * modes.texi (Example Major Modes): Align last comment.
6376
6377 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
6378
6379 * keymaps.texi (Remapping Commands): Document new arg to
6380 command-remapping.
6381
6382 2007-04-01 Karl Berry <karl@gnu.org>
6383
6384 * processes.texi (Low-Level Network): Typo.
6385 * loading.texi (Hooks for Loading): Avoid double "the".
6386 * keymaps.texi (Key Sequences): No double "and".
6387 (Changing Key Bindings): Shorten to improve line break.
6388
6389 2007-03-31 Glenn Morris <rgm@gnu.org>
6390
6391 * os.texi (Timers): Fix description of run-at-time TIME formats.
6392
6393 2007-03-31 Richard Stallman <rms@gnu.org>
6394
6395 * display.texi (Invisible Text): Correct buffer-invisibility-spec
6396 regarding ellipsis.
6397
6398 2007-03-31 Eli Zaretskii <eliz@gnu.org>
6399
6400 * intro.texi (nil and t):
6401 * symbols.texi (Plists and Alists):
6402 * variables.texi (Variable Aliases, Constant Variables):
6403 * functions.texi (Defining Functions):
6404 * advice.texi (Advising Primitives):
6405 * debugging.texi (Syntax Errors, Compilation Errors):
6406 * minibuf.texi (Minibuffer Windows):
6407 * commands.texi (Adjusting Point):
6408 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
6409 (Auto Major Mode, Major Mode Conventions):
6410 * help.texi (Describing Characters):
6411 * files.texi (Create/Delete Dirs, Information about Files)
6412 (File Locks, Writing to Files, Reading from Files)
6413 (Saving Buffers):
6414 * windows.texi (Resizing Windows, Cyclic Window Ordering):
6415 * frames.texi (Finding All Frames):
6416 * positions.texi (Buffer End, Motion):
6417 * markers.texi (The Region):
6418 * text.texi (Deletion, Near Point):
6419 * display.texi (Displaying Messages, Truncation):
6420 * os.texi (Processor Run Time):
6421 * tips.texi (Key Binding Conventions, Programming Tips)
6422 (Warning Tips, Documentation Tips, Comment Tips):
6423 * internals.texi (Memory Usage): Improve indexing.
6424
6425 * variables.texi (Frame-Local Variables):
6426 * functions.texi (Argument List):
6427 * loading.texi (Library Search):
6428 * streams.texi (Output Variables):
6429 * keymaps.texi (Translation Keymaps, Searching Keymaps):
6430 * searching.texi (Replacing Match, Search and Replace):
6431 * processes.texi (Byte Packing, Decoding Output)
6432 (Accepting Output, Network Servers, Shell Arguments):
6433 * display.texi (Abstract Display, Image Cache, Scroll Bars):
6434 * windows.texi (Window Point, Window Start):
6435 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
6436 * commands.texi (Reading Input, Keyboard Events):
6437 * minibuf.texi (Reading File Names, Minibuffer Completion)
6438 (Recursive Mini):
6439 * positions.texi (List Motion):
6440 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
6441 * numbers.texi (Arithmetic Operations, Math Functions)
6442 (Predicates on Numbers, Comparison of Numbers):
6443 (Numeric Conversions):
6444 * locals.texi (Standard Buffer-Local Variables):
6445 * maps.texi (Standard Keymaps):
6446 * os.texi (User Identification, System Environment, Recording Input)
6447 (X11 Keysyms):
6448 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
6449 * backups.texi (Backups and Auto-Saving):
6450 * customize.texi (Customization, Group Definitions)
6451 (Variable Definitions):
6452 * compile.texi (Byte Compilation): Improve index entries.
6453
6454 2007-03-31 Karl Berry <karl@gnu.org>
6455
6456 * macros.texi (Defining Macros): Avoid widow syllable.
6457
6458 2007-03-31 Eli Zaretskii <eliz@gnu.org>
6459
6460 * elisp.texi (Top): Postscript -> PostScript.
6461
6462 * display.texi (Images, Postscript Images): Postscript -> PostScript.
6463
6464 2007-03-31 Markus Triska <markus.triska@gmx.at>
6465
6466 * internals.texi (Writing Emacs Primitives): Untabify `For'.
6467
6468 2007-03-30 Karl Berry <karl@gnu.org>
6469
6470 * lists.texi (List-related Predicates): Remove spurious @need.
6471 (Setcdr): Use @smallexample to improve page break.
6472 (Association Lists) <assoc>: Reword to improve page break.
6473
6474 * strings.texi (String Conversion): Insert blank line to improve
6475 page break.
6476
6477 * numbers.texi (Random Numbers): Use @minus{}.
6478 (Math Functions): Use @minus{}.
6479
6480 * intro.texi (Acknowledgements): Avoid line breaks before middle
6481 initials.
6482
6483 2007-03-24 Eli Zaretskii <eliz@gnu.org>
6484
6485 * errors.texi (Standard Errors): Add an index entry.
6486
6487 2007-03-19 Richard Stallman <rms@gnu.org>
6488
6489 * os.texi (Recording Input): recent-keys now gives 300 keys.
6490
6491 2007-03-12 Glenn Morris <rgm@gnu.org>
6492
6493 * os.texi: Replace "daylight savings" with "daylight saving"
6494 throughout.
6495
6496 2007-03-05 Richard Stallman <rms@gnu.org>
6497
6498 * variables.texi (File Local Variables):
6499 Update enable-local-variables values.
6500
6501 2007-03-04 Richard Stallman <rms@gnu.org>
6502
6503 * syntax.texi (Control Parsing): Minor clarification.
6504
6505 * strings.texi (Formatting Strings): Clarify width, precision, flags.
6506
6507 * sequences.texi (Sequence Functions): Move string-bytes away,
6508 add xref.
6509
6510 * nonascii.texi (Text Representations): Move string-bytes here.
6511
6512 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
6513
6514 * minibuf.texi (Basic Completion): Minor clarification.
6515
6516 * markers.texi (The Mark): Clarify existence vs activation of mark.
6517 Other cleanup.
6518
6519 * display.texi (Finding Overlays): Write better example.
6520
6521 * compile.texi (Eval During Compile): Clarify putting macros
6522 in eval-when-compile.
6523
6524 2007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
6525
6526 * loading.texi (How Programs Do Loading): Fix anchor position at
6527 load-read-function definition doc.
6528
6529 2007-02-21 Kim F. Storm <storm@cua.dk>
6530
6531 * strings.texi (Text Comparison): Mention that assoc-string
6532 converts symbols to strings before testing.
6533
6534 2007-02-17 Kim F. Storm <storm@cua.dk>
6535
6536 * processes.texi (Bindat Spec): Vector types can have optional
6537 element type.
6538 (Bindat Examples): Fix example. Add vector with element type.
6539
6540 2007-02-16 Andreas Schwab <schwab@suse.de>
6541
6542 * strings.texi (Formatting Strings): Document '+' flag.
6543
6544 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
6545
6546 * strings.texi (Modifying Strings): Clarify that `clear-string'
6547 always converts the string to unibyte.
6548
6549 2007-02-14 Kim F. Storm <storm@cua.dk>
6550
6551 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
6552 Rewrite glyph code description to refer to these functions.
6553 Remove details of encoding face number and char into integer code.
6554
6555 2007-02-03 Alan Mackenzie <acm@muc.de>
6556
6557 * loading.texi (Hooks for Loading): Make the description of
6558 `eval-after-load' more detailed, and amend the description of
6559 after-load-alist, in accordance with changes from 2006-05.
6560
6561 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
6562
6563 * modes.texi (Defining Minor Modes): Document that a :require
6564 keyword or similar may be required to make saved customization
6565 variables work.
6566
6567 2007-02-03 Eli Zaretskii <eliz@gnu.org>
6568
6569 * elisp.texi (Top): Make the detailed menu headers compliant with
6570 Texinfo guidelines and with what texnfo-upd.el expects.
6571 Add comments to prevent people from inadvertently modifying the key
6572 parts needed by `texinfo-multiple-files-update'.
6573
6574 2007-02-02 Eli Zaretskii <eliz@gnu.org>
6575
6576 * elisp.texi (Top): Update the top-level menus.
6577
6578 * syntax.texi (Categories): Add index entries.
6579
6580 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
6581
6582 * display.texi (Attribute Functions): Fix name and description of
6583 the UNDERLINE arg of `set-face-underline-p'.
6584
6585 2007-01-29 Eli Zaretskii <eliz@gnu.org>
6586
6587 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
6588 Variables", and "Standard Keymaps" to the detailed menu.
6589
6590 * variables.texi (Future Local Variables): Add index entry.
6591
6592 2007-01-28 Richard Stallman <rms@gnu.org>
6593
6594 * tips.texi (Coding Conventions): Clarify the tip about macros
6595 that define a function or a variable.
6596
6597 * files.texi (File Attributes): UID and GID can be floats.
6598 (Magic File Names): Explain why deferring all operations to
6599 the standard handler does not work.
6600
6601 2007-01-23 Martin Rudalics <rudalics@gmx.at>
6602
6603 * backups.texi (Reverting): Use "buffer" instead of "file"
6604 when talking about major and minor modes.
6605
6606 2007-01-21 Richard Stallman <rms@gnu.org>
6607
6608 * help.texi (Documentation): Add xref to Documentation Tips.
6609
6610 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
6611
6612 * tips.texi (Coding Conventions): Fix typos.
6613
6614 2007-01-05 Richard Stallman <rms@gnu.org>
6615
6616 * modes.texi (Defining Minor Modes): Fix previous change.
6617
6618 2007-01-03 Richard Stallman <rms@gnu.org>
6619
6620 * customize.texi (Variable Definitions, Customization Types):
6621 Don't use * in doc string for defcustom.
6622
6623 2007-01-02 Richard Stallman <rms@gnu.org>
6624
6625 * variables.texi (Variable Aliases): Clarify that aliases vars
6626 always have the same value.
6627
6628 * processes.texi (Bindat Spec): Fix Texinfo usage.
6629
6630 * modes.texi (Defining Minor Modes): Explain effect of command
6631 defined with define-global-minor-mode on new buffers.
6632
6633 2006-12-30 Kim F. Storm <storm@cua.dk>
6634
6635 * keymaps.texi (Tool Bar): Describe `grow-only' value of
6636 `auto-resize-tool-bars'.
6637
6638 2006-12-30 Richard Stallman <rms@gnu.org>
6639
6640 * keymaps.texi (Active Keymaps): Fix previous change.
6641
6642 2006-12-30 Nick Roberts <nickrob@snap.net.nz>
6643
6644 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
6645
6646 2006-12-30 Kim F. Storm <storm@cua.dk>
6647
6648 * processes.texi (Bindat Spec): Clarify using field names in
6649 length specifications.
6650
6651 2006-12-29 Kim F. Storm <storm@cua.dk>
6652
6653 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
6654 Add count and index variables for eval forms in repeat blocks.
6655
6656 2006-12-24 Richard Stallman <rms@gnu.org>
6657
6658 * customize.texi (Variable Definitions):
6659 Document new name custom-add-frequent-value.
6660
6661 2006-12-19 Kim F. Storm <storm@cua.dk>
6662
6663 * commands.texi (Misc Events): User signals now result in sigusr1
6664 and sigusr2 events which are handled through special-event-map.
6665 (Special Events): User signals and drag-n-drop are special.
6666
6667 2006-12-17 Richard Stallman <rms@gnu.org>
6668
6669 * loading.texi (Named Features): Explain subfeatures better.
6670
6671 * customize.texi: Use "option" only for user options.
6672 For the keyword values inside defcustom etc, say "keywords".
6673 For :options value's elements, say "elements".
6674 :group should not be omitted.
6675
6676 * syntax.texi (Parsing Expressions): Split up node.
6677 (Motion via Parsing, Position Parse, Parser State)
6678 (Low-Level Parsing, Control Parsing): New subnodes.
6679 (Parser State): Document syntax-ppss-toplevel-pos.
6680
6681 * positions.texi (List Motion): Punctuation fix.
6682
6683 * files.texi (File Name Completion): Document PREDICATE arg
6684 to file-name-completion.
6685
6686 2006-12-16 Eli Zaretskii <eliz@gnu.org>
6687
6688 * internals.texi (Building Emacs, Writing Emacs Primitives):
6689 Add index entries.
6690
6691 2006-12-11 Richard Stallman <rms@gnu.org>
6692
6693 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
6694 affects face menu. Explain how to make it non-nil without enabling
6695 any fontification.
6696
6697 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
6698
6699 * modes.texi (Font Lock Basics): Document nil value of
6700 font-lock-defaults.
6701
6702 2006-12-10 Glenn Morris <rgm@gnu.org>
6703
6704 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
6705 value for system-flag argument. Abbrev tables may not be empty
6706 when major modes are loaded.
6707
6708 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
6709
6710 * makefile.w32-in (maintainer-clean): Partially revert last
6711 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
6712 to protect elisp-covers.texi.
6713
6714 2006-12-07 Juanma Barranquero <lekktu@gmail.com>
6715
6716 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
6717 Don't remove elisp* info files; they are already deleted by the
6718 `clean' and `distclean' targets, and they are in the $(infodir)
6719 directory, not the current one.
6720
6721 2006-12-04 Kim F. Storm <storm@cua.dk>
6722
6723 * commands.texi (Misc Events): Update signal events.
6724 (Event Examples): Add signal example.
6725
6726 2006-11-29 Richard Stallman <rms@gnu.org>
6727
6728 * frames.texi (Visibility of Frames): Explain visible windows
6729 can be covered by others. Add xref for raise-frame.
6730
6731 2006-11-28 Richard Stallman <rms@gnu.org>
6732
6733 * searching.texi (Regexp Special): Update when ^ is special.
6734
6735 2006-11-27 Eli Zaretskii <eliz@gnu.org>
6736
6737 * customize.texi (Customization, Common Keywords)
6738 (Group Definitions, Variable Definitions, Composite Types)
6739 (Type Keywords, Customization Types): Add index entries for
6740 various customization keywords.
6741
6742 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6743
6744 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
6745
6746 2006-11-10 Jan Djärv <jan.h.d@swipnet.se>
6747
6748 * frames.texi (Window System Selections): Remove clipboard from
6749 description of selection-coding-system.
6750
6751 2006-11-06 Richard Stallman <rms@gnu.org>
6752
6753 * lists.texi (List Variables): Document COMPARE-FN.
6754
6755 * keymaps.texi: Avoid use of "binding" to mean a relation;
6756 use it only to refer to the meaning associated with a key.
6757 (Keymaps): Change menu node description.
6758
6759 * elisp.texi (Top): Change menu node description.
6760
6761 * display.texi (Managing Overlays): Document overlay-recenter.
6762
6763 2006-10-29 Chong Yidong <cyd@stupidchicken.com>
6764
6765 * Makefile.in: Use relative paths to avoid advertising filesystem
6766 contents during compilation.
6767
6768 2006-10-23 Kim F. Storm <storm@cua.dk>
6769
6770 * commands.texi (Event Input Misc): Update unread-command-events.
6771
6772 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
6773
6774 * lists.texi (Sets And Lists): Fix typos.
6775
6776 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
6777
6778 * control.texi (Processing of Errors): Use @var for an argument,
6779 not @code.
6780
6781 2006-10-16 Richard Stallman <rms@gnu.org>
6782
6783 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
6784
6785 * keymaps.texi (Format of Keymaps): Show all the keymap element
6786 patterns that result from menu items.
6787 (Key Lookup): Minor cleanups.
6788
6789 * modes.texi (Precalculated Fontification): Don't say that
6790 not setting font-lock-defaults avoids loading font-lock.
6791
6792 * help.texi (Documentation): Move xref to Emacs Manual here.
6793 (Documentation Basics): From here.
6794 Also doc emacs-lisp-docstring-fill-column.
6795
6796 * elisp.texi: Update version and ISBN.
6797
6798 * commands.texi (Interactive Call): Clarify KEYS arg to
6799 call-interactively is a vector.
6800 (Command Loop Info): Delete anchor in this-command-keys.
6801 Add anchor in this-command-keys-vector.
6802 (Recursive Editing): Document how recursive-edit
6803 handles the current buffer.
6804
6805 2006-10-13 Chong Yidong <cyd@stupidchicken.com>
6806
6807 * frames.texi (Frame Titles): %c and %l are ignored in
6808 frame-title-format.
6809
6810 2006-10-11 Richard Stallman <rms@gnu.org>
6811
6812 * keymaps.texi (Key Sequences): Clarify use of kbd.
6813
6814 2006-10-10 Kim F. Storm <storm@cua.dk>
6815
6816 * lists.texi (Sets And Lists): Add memql.
6817
6818 2006-10-03 Richard Stallman <rms@gnu.org>
6819
6820 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
6821 Clarify :ascii: and :nonascii:.
6822
6823 2006-09-29 Juri Linkov <juri@jurta.org>
6824
6825 * modes.texi (%-Constructs): Reorder coding systems in the
6826 documentation of %z to the real order displayed in the modeline.
6827
6828 2006-09-25 Richard Stallman <rms@gnu.org>
6829
6830 * os.texi (Timers): Describe timer-max-repeats.
6831
6832 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
6833
6834 * os.texi (Timers): Mention with-local-quit.
6835
6836 2006-09-24 Richard Stallman <rms@gnu.org>
6837
6838 * searching.texi (Searching and Matching): Mention property search.
6839
6840 * commands.texi (Command Loop Info): Explain how read-event affects
6841 this-command-keys.
6842
6843 2006-09-20 Richard Stallman <rms@gnu.org>
6844
6845 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
6846
6847 * windows.texi (Window Start): Minor cleanups.
6848
6849 2006-09-20 Kim F. Storm <storm@cua.dk>
6850
6851 * windows.texi (Window Start): pos-visible-in-window-p allows
6852 specifying t for position to mean "end of window".
6853 Add window-line-height.
6854
6855 * anti.texi (Antinews): Mention window-line-height.
6856
6857 2006-09-19 David Kastrup <dak@gnu.org>
6858
6859 * keymaps.texi (Searching Keymaps): Small clarification.
6860
6861 2006-09-18 Richard Stallman <rms@gnu.org>
6862
6863 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
6864 cause keyboard menus.
6865 (Menu Keymaps): Likewise.
6866 (Defining Menus, Keyboard Menus): Clarify.
6867
6868 * text.texi (Fields): Clarify explanation of constrain-to-field.
6869
6870 2006-09-16 Eli Zaretskii <eliz@gnu.org>
6871
6872 * variables.texi (Tips for Defining): Fix a typo.
6873
6874 2006-09-15 Richard Stallman <rms@gnu.org>
6875
6876 * keymaps.texi (Remapping Commands, Searching Keymaps)
6877 (Active Keymaps): Clean up previous change.
6878
6879 2006-09-15 Jay Belanger <belanger@truman.edu>
6880
6881 * gpl.texi: Replace "Library Public License" by "Lesser Public
6882 License" throughout.
6883
6884 2006-09-15 David Kastrup <dak@gnu.org>
6885
6886 * keymaps.texi (Active Keymaps): Adapt description to use
6887 `get-char-property' instead `get-text-property'. Explain how
6888 mouse events change this. Explain the new optional argument of
6889 `key-binding' and its mouse-dependent lookup.
6890 (Searching Keymaps): Adapt description similarly.
6891 (Remapping Commands): Explain the new optional argument of
6892 `command-remapping'.
6893
6894 2006-09-14 Richard Stallman <rms@gnu.org>
6895
6896 * keymaps.texi (Searching Keymaps): Clarification.
6897 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
6898
6899 2006-09-13 Richard Stallman <rms@gnu.org>
6900
6901 * objects.texi (Character Type): Node split.
6902 Add xref to Describing Characters.
6903 (Basic Char Syntax, General Escape Syntax)
6904 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
6905
6906 2006-09-11 Richard Stallman <rms@gnu.org>
6907
6908 * display.texi (Display Table Format): Wording clarification.
6909 (Glyphs): Clarifications.
6910
6911 2006-09-10 Chong Yidong <cyd@stupidchicken.com>
6912
6913 * keymaps.texi (Active Keymaps): Mention that key-binding checks
6914 local maps.
6915
6916 2006-09-10 Kim F. Storm <storm@cua.dk>
6917
6918 * display.texi (Forcing Redisplay): Document return value of
6919 function redisplay.
6920
6921 2006-09-09 Richard Stallman <rms@gnu.org>
6922
6923 * windows.texi (Window Hooks): Explain limits of
6924 window-scroll-functions.
6925
6926 * display.texi (Fringe Indicators): Update for last change in
6927 indicate-buffer-boundaries.
6928
6929 2006-09-08 Richard Stallman <rms@gnu.org>
6930
6931 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
6932
6933 2006-09-06 Kim F. Storm <storm@cua.dk>
6934
6935 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
6936
6937 * windows.texi (Window Start): Update pos-visible-in-window-p.
6938
6939 2006-09-04 Richard Stallman <rms@gnu.org>
6940
6941 * processes.texi (Accepting Output): Explain SECONDS=0 for
6942 accept-process-output.
6943
6944 * os.texi (Idle Timers): Explain why timer functions should not
6945 loop until (input-pending-p).
6946
6947 2006-09-02 Eli Zaretskii <eliz@gnu.org>
6948
6949 * makefile.w32-in (usermanualdir): New variable.
6950 (elisp.dvi): Use it.
6951
6952 2006-09-01 Eli Zaretskii <eliz@gnu.org>
6953
6954 * buffers.texi (Buffer Modification): Fix last change.
6955
6956 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
6957
6958 * buffers.texi (Buffer Modification):
6959 Document buffer-chars-modified-tick.
6960
6961 2006-08-31 Richard Stallman <rms@gnu.org>
6962
6963 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
6964
6965 2006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
6966
6967 * modes.texi (Syntactic Font Lock):
6968 Mention font-lock-syntactic-face-function
6969 instead of specific faces.
6970
6971 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
6972
6973 * display.texi (Images): Add xrref to display-images-p.
6974
6975 2006-08-28 Kenichi Handa <handa@m17n.org>
6976
6977 * nonascii.texi (Lisp and Coding Systems): Fix description of
6978 detect-coding-region.
6979
6980 2006-08-27 Michael Olson <mwolson@gnu.org>
6981
6982 * processes.texi (Transaction Queues): Remove stray quote
6983 character.
6984
6985 2006-08-25 Richard Stallman <rms@gnu.org>
6986
6987 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
6988 Add xref.
6989
6990 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
6991
6992 * os.texi (Timers): Avoid waiting inside timers.
6993
6994 2006-08-21 Lute Kamstra <lute@gnu.org>
6995
6996 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
6997
6998 2006-08-20 Richard Stallman <rms@gnu.org>
6999
7000 * os.texi (Idle Timers): New node, split out from Timers.
7001 Document current-idle-time.
7002 * commands.texi (Reading One Event): Update xref.
7003 * elisp.texi (Top): Update subnode menu.
7004
7005 2006-08-16 Richard Stallman <rms@gnu.org>
7006
7007 * keymaps.texi (Extended Menu Items): Show format of cached
7008 bindings in extended menu items.
7009
7010 * customize.texi (Variable Definitions): Explain when the
7011 standard value expression is evaluated.
7012
7013 2006-08-15 Chong Yidong <cyd@stupidchicken.com>
7014
7015 * commands.texi (Reading One Event): Explain idleness in
7016 `read-event'.
7017
7018 2006-08-12 Chong Yidong <cyd@stupidchicken.com>
7019
7020 * text.texi (Near Point): Say "cursor" not "terminal cursor".
7021 (Commands for Insertion): Remove split-line since it's not
7022 relevant for Lisp programming.
7023 (Yank Commands): Rewrite introduction.
7024 (Undo): Clarify.
7025 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
7026 (Filling): Remove redundant comment. Clarify return value of
7027 current-justification.
7028 (Margins): Minor clarifications.
7029 (Adaptive Fill): Update default value of adaptive-fill-regexp.
7030 (Sorting): Update definition of sort-lines.
7031 (Columns): Clarify behavior of sort-columns.
7032 (Indent Tabs): Link to Tab Stops in Emacs manual.
7033 (Special Properties): Clarify.
7034 (Clickable Text): Mention Buttons package.
7035
7036 2006-08-12 Kevin Ryde <user42@zip.com.au>
7037
7038 * os.texi (Time Parsing): Add %z to description of
7039 format-time-string, as per docstring. Add cross reference to
7040 glibc manual for strftime.
7041
7042 2006-08-08 Richard Stallman <rms@gnu.org>
7043
7044 * modes.texi: Clean up wording in previous change.
7045
7046 2006-08-07 Chong Yidong <cyd@stupidchicken.com>
7047
7048 * modes.texi (Hooks): Clarify.
7049 (Major Mode Basics): Mention define-derived-mode explicitly.
7050 (Major Mode Conventions): Rebinding RET is OK for some modes.
7051 Mention change-major-mode-hook and after-change-major-mode-hook.
7052 (Example Major Modes): Move to end of Modes section.
7053 (Mode Line Basics): Clarify.
7054 (Mode Line Data): Mention help-echo and local-map in strings.
7055 Explain reason for treatment of non-risky variables.
7056 (Properties in Mode): Clarify.
7057 (Faces for Font Lock): Add font-lock-negation-char-face.
7058
7059 2006-08-04 Eli Zaretskii <eliz@gnu.org>
7060
7061 * strings.texi (Formatting Strings): Warn against arbitrary
7062 strings as first arg to `format'.
7063
7064 2006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
7065
7066 * text.texi (Clickable Text): Mention `help-echo' text property.
7067 Update intro, examples and associated explanations.
7068
7069 2006-07-31 Richard Stallman <rms@gnu.org>
7070
7071 * commands.texi: Update xrefs.
7072 (Event Mod): New node, cut out from old Translating Input.
7073
7074 * maps.texi: Update xrefs.
7075
7076 * keymaps.texi (Translation Keymaps): New node.
7077 Update xrefs from Translating Input to Translation Keymaps.
7078
7079 * elisp.texi (Top): Update subnode menu.
7080
7081 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
7082
7083 * os.texi (System Interface): Fix menu descriptions of some nodes.
7084 (Translating Input): Node deleted.
7085
7086 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
7087
7088 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
7089
7090 * lists.texi (Sets And Lists): Likewise.
7091
7092 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
7093
7094 * text.texi (Fields): Mention POS
7095 requirement when narrowing is in effect.
7096
7097 2006-07-28 Richard Stallman <rms@gnu.org>
7098
7099 * display.texi (Face Attributes): Simplify wording.
7100 (Attribute Functions): Clarify meaning of new-frame default
7101 attribute settings.
7102
7103 * customize.texi (Common Keywords): Document how to use
7104 :package-version in a package not in Emacs.
7105
7106 2006-07-28 Kim F. Storm <storm@cua.dk>
7107
7108 * commands.texi (Reading One Event): Fix last change.
7109
7110 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
7111
7112 * commands.texi (Reading One Event): Document SECONDS argument for
7113 read-event, read-char, and read-char-exclusive.
7114
7115 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7116
7117 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
7118 to ensure correct identification.
7119
7120 2006-07-24 Richard Stallman <rms@gnu.org>
7121
7122 * text.texi (Clickable Text): Clarify.
7123
7124 * sequences.texi (Vector Functions): Delete duplicate xref.
7125
7126 * objects.texi (Function Type): Clarify.
7127
7128 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
7129 modes.
7130
7131 * lists.texi (List Variables): New node.
7132 Material moved from other nodes.
7133
7134 * variables.texi (Setting Variables): add-to-list and
7135 add-to-ordered-list moved to List Variables node.
7136
7137 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
7138
7139 * text.texi (Links and Mouse-1):
7140 For mouse-on-link-p, expand on arg POS.
7141
7142 2006-07-21 Kim F. Storm <storm@cua.dk>
7143
7144 * display.texi (Forcing Redisplay): Don't mention systems which
7145 don't support sub-second timers for redisplay-preemption-period.
7146
7147 * os.texi (Terminal Output): Clarify text vs graphical terminal.
7148
7149 2006-07-21 Eli Zaretskii <eliz@gnu.org>
7150
7151 * frames.texi (Input Focus): Document that focus-follows-mouse has
7152 no effect on MS-Windows.
7153
7154 2006-07-18 Richard Stallman <rms@gnu.org>
7155
7156 * display.texi (Forcing Redisplay): Cleanups in previous change.
7157
7158 * processes.texi (Low-Level Network): Make menu more convenient.
7159
7160 2006-07-18 Kim F. Storm <storm@cua.dk>
7161
7162 * display.texi (Forcing Redisplay): redisplay-preemption-period
7163 only used on window systems. Add xref to Terminal Output.
7164
7165 * os.texi (Terminal Output): baud-rate only controls preemption on
7166 non-window systems. Add xref to Forcing Redisplay.
7167
7168 * processes.texi (Low-Level Network): Rename node "Make Network"
7169 to "Network Processes".
7170
7171 2006-07-18 Karl Berry <karl@gnu.org>
7172
7173 * variables.texi, functions.texi, customize.texi, loading.texi:
7174 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
7175
7176 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
7177
7178 * commands.texi (Waiting): Document batch-mode sit-for behavior.
7179
7180 2006-07-17 Richard Stallman <rms@gnu.org>
7181
7182 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
7183 Put period and comma inside quotes.
7184
7185 * loading.texi, markers.texi: Use real doublequote inside menus.
7186
7187 * windows.texi: Put point and comma inside quotes.
7188 (Textual Scrolling): Use @samp for error message.
7189
7190 * variables.texi, tips.texi, syntax.texi, symbols.texi:
7191 * strings.texi, streams.texi, processes.texi, os.texi:
7192 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
7193 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
7194 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
7195 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
7196 Put point and comma inside quotes.
7197
7198 * control.texi (Processing of Errors): Add command-error-function.
7199
7200 * variables.texi (File Local Variables): Clarify that
7201 file local variables make buffer-local bindings.
7202
7203 * modes.texi (Syntactic Font Lock): Give default for
7204 font-lock-syntax-table.
7205
7206 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
7207
7208 * text.texi (Special Properties): Clean up previous change.
7209
7210 2006-07-16 Karl Berry <karl@gnu.org>
7211
7212 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
7213 * control.texi: Fix bad page breaks through chapter 10 (control).
7214
7215 * anti.texi (Antinews): Reorder face-attribute fns to avoid
7216 underfull hbox.
7217
7218 2006-07-15 Nick Roberts <nickrob@snap.net.nz>
7219
7220 * text.texi (Special Properties): Describe fontified text property
7221 in relation to a character (not text).
7222
7223 2006-07-15 Kim F. Storm <storm@cua.dk>
7224
7225 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
7226 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
7227 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
7228
7229 * anti.texi (Antinews): Mention redisplay function.
7230 The kbd macro existed, but was not documented, before 22.x.
7231 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
7232
7233 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
7234
7235 * display.texi (Displaying Messages): Add anchor.
7236
7237 * frames.texi (Dialog Boxes): Use it.
7238
7239 2006-07-12 Richard Stallman <rms@gnu.org>
7240
7241 * objects.texi (Frame Type): Explain nature of frames better.
7242
7243 * frames.texi (Frames): Explain nature of frames better.
7244
7245 2006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
7246
7247 * tips.texi (Coding Conventions): Explain why use cl at compile time.
7248
7249 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7250
7251 * frames.texi (Window System Selections): Mention scrap support for Mac.
7252 Default value of x-select-enable-clipboard is t on Mac.
7253
7254 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
7255
7256 2006-07-11 Kim F. Storm <storm@cua.dk>
7257
7258 * display.texi (Forcing Redisplay): Add `redisplay' function.
7259 Don't mention (sit-for -1) -- use (redisplay t) instead.
7260
7261 * commands.texi (Waiting): (sit-for -1) is no longer special.
7262 (sit-for 0) is equivalent to (redisplay).
7263 Iconifying/deiconifying no longer makes sit-for return.
7264
7265 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
7266
7267 * display.texi (Buttons): Fix typo.
7268
7269 * index.texi, elisp.texi (New Symbols): Comment node out.
7270
7271 2006-07-09 Richard Stallman <rms@gnu.org>
7272
7273 * display.texi (Truncation): Clean up previous change.
7274
7275 2006-07-08 Richard Stallman <rms@gnu.org>
7276
7277 * commands.texi (Interactive Call): Use 3 as prefix in example
7278 for execute-extended-command.
7279
7280 * display.texi (Attribute Functions): Move paragraph about
7281 compatibility with Emacs < 21.
7282
7283 2006-07-09 Kim F. Storm <storm@cua.dk>
7284
7285 * display.texi (Refresh Screen): Clarify force-window-update.
7286 (Truncation): "Normally" indicated by fringe arrows.
7287
7288 2006-07-08 Eli Zaretskii <eliz@gnu.org>
7289
7290 * windows.texi (Textual Scrolling, Resizing Windows):
7291 * variables.texi (Constant Variables):
7292 * text.texi (Buffer Contents, Deletion, Changing Properties)
7293 (Property Search, Special Properties, Sticky Properties)
7294 (Links and Mouse-1, Fields, Change Hooks):
7295 * syntax.texi (Syntax Table Functions, Parsing Expressions)
7296 (Categories):
7297 * symbols.texi (Other Plists):
7298 * streams.texi (Output Variables):
7299 * processes.texi (Input to Processes, Query Before Exit):
7300 * positions.texi (Word Motion, Text Lines, List Motion):
7301 * os.texi (Init File, System Environment, Sound Output)
7302 (Session Management):
7303 * nonascii.texi (Text Representations, Character Sets)
7304 (Chars and Bytes, Locales):
7305 * modes.texi (Defining Minor Modes, Header Lines):
7306 * minibuf.texi (Minibuffer Contents):
7307 * markers.texi (Information from Markers):
7308 * lists.texi (List Elements, Building Lists, Association Lists):
7309 * keymaps.texi (Tool Bar):
7310 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
7311 * functions.texi (What Is a Function, Mapping Functions):
7312 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
7313 (Color Names, Text Terminal Colors, Display Feature Testing):
7314 * files.texi (Visiting Functions, File Name Components)
7315 (Unique File Names, Contents of Directories):
7316 * display.texi (Forcing Redisplay, Displaying Messages)
7317 (Temporary Displays, Font Selection, Auto Faces)
7318 (Font Lookup, Fringe Indicators, Display Margins)
7319 (Image Descriptors, Showing Images, Image Cache, Button Types)
7320 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
7321 (Display Table Format, Glyphs):
7322 * control.texi (Iteration):
7323 * commands.texi (Command Loop Info, Adjusting Point):
7324 * backups.texi (Making Backups, Auto-Saving):
7325 Remove @tindex entries.
7326
7327 2006-07-07 Kim F. Storm <storm@cua.dk>
7328
7329 * display.texi (Fringe Cursors): Fix typo.
7330 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
7331 (Overlay Arrow): Default is overlay-arrow fringe indicator.
7332
7333 2006-07-05 Richard Stallman <rms@gnu.org>
7334
7335 * text.texi (Buffer Contents): Add example of text props
7336 in result of buffer-substring.
7337 (Text Properties): Explain better about use of specific property names.
7338 (Property Search): Some cleanups; reorder some functions.
7339
7340 * keymaps.texi (Changing Key Bindings): Cleanup.
7341 Add xref to Key Binding Conventions.
7342
7343 * display.texi (Attribute Functions): Add examples for
7344 face-attribute-relative-p.
7345
7346 * tips.texi (Coding Conventions): Cleanup last change.
7347
7348 2006-07-05 Karl Berry <karl@gnu.org>
7349
7350 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
7351 Remove @setchapternewpage odd.
7352 Result is 1013 pages, down from 1100.
7353
7354 * anti.texi, customize.texi, display.texi, internals.texi:
7355 * minibuf.texi, modes.texi, tips.texi:
7356 Fix overfull/underfull boxes.
7357
7358 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
7359
7360 * edebug.texi (Instrumenting):
7361 Add Edebug-specific findex for eval-buffer.
7362 * loading.texi (Loading):
7363 Replace eval-current-buffer with eval-buffer.
7364
7365 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
7366
7367 * locals.texi (Standard Buffer-Local Variables): Update the list
7368 of variables.
7369
7370 2006-06-26 Nick Roberts <nickrob@snap.net.nz>
7371
7372 * files.texi (File Name Completion): Point user to the node
7373 "Reading File Names".
7374
7375 2006-06-24 Eli Zaretskii <eliz@gnu.org>
7376
7377 * files.texi (Contents of Directories): Document case-insensitive
7378 behavior on respective filesystems.
7379
7380 * objects.texi (Character Type): Document that Emacs signals an
7381 error for unsupported Unicode characters specified as \uNNNN.
7382
7383 2006-06-19 Richard Stallman <rms@gnu.org>
7384
7385 * processes.texi (Bindat Spec): Clarify previous change.
7386
7387 2006-06-16 Richard Stallman <rms@gnu.org>
7388
7389 * tips.texi (Coding Conventions): Better explain conventions
7390 for definition constructs.
7391
7392 * text.texi (Special Properties): String value of `read-only'
7393 serves as the error message.
7394
7395 * objects.texi (Character Type): Clarify prev. change.
7396 (Non-ASCII in Strings): Mention \u and \U.
7397
7398 * commands.texi (Using Interactive): Explain problem of
7399 markers, etc., in command-history.
7400
7401 2006-06-14 Kim F. Storm <storm@cua.dk>
7402
7403 * commands.texi (Waiting): Negative arg to sit-for forces
7404 redisplay even if input is pending.
7405
7406 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
7407 redisplay. Remove incorrect example of binding redisplay-dont-pause
7408 around (sit-for 0).
7409
7410 2006-06-13 Richard Stallman <rms@gnu.org>
7411
7412 * display.texi (Forcing Redisplay): Clarify previous change.
7413
7414 2006-06-13 Romain Francoise <romain@orebokech.com>
7415
7416 * display.texi (Forcing Redisplay): Fix typo.
7417
7418 2006-06-13 Kim F. Storm <storm@cua.dk>
7419
7420 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
7421
7422 2006-06-10 Luc Teirlinck <teirllm@auburn.edu>
7423
7424 * tips.texi (Coding Conventions): Add `@end itemize'.
7425
7426 2006-06-10 Richard Stallman <rms@gnu.org>
7427
7428 * tips.texi (Coding Conventions): Explain use of coding systems
7429 to ensure one decoding for strings.
7430
7431 2006-06-09 Aidan Kehoe <kehoea@parhasard.net>
7432
7433 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
7434 syntax.
7435
7436 2006-06-07 Eli Zaretskii <eliz@gnu.org>
7437
7438 * display.texi (Font Selection): Remove description of
7439 clear-face-cache.
7440
7441 * compile.texi (Eval During Compile): Fix a typo. Add index
7442 entries for possible uses of eval-when-compile.
7443
7444 2006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
7445
7446 * display.texi (Abstract Display): Fix typo.
7447
7448 2006-06-03 Eli Zaretskii <eliz@gnu.org>
7449
7450 * minibuf.texi (Minibuffer History) <history-add-new-input>:
7451 Reword variable's description.
7452
7453 2006-06-01 Richard Stallman <rms@gnu.org>
7454
7455 * windows.texi (Splitting Windows): Clarify splitting nonselected
7456 window.
7457
7458 2006-05-31 Juri Linkov <juri@jurta.org>
7459
7460 * minibuf.texi (Minibuffer History): Add history-add-new-input.
7461
7462 2006-05-30 Richard Stallman <rms@gnu.org>
7463
7464 * display.texi (Line Height): Fix errors in description of
7465 default line height and line-height property.
7466
7467 * nonascii.texi (Default Coding Systems): Further clarification.
7468
7469 2006-05-29 Luc Teirlinck <teirllm@auburn.edu>
7470
7471 * internals.texi (Pure Storage): Mention that an overflow in pure
7472 space causes a memory leak.
7473 (Garbage Collection): If there was an overflow in pure space,
7474 `garbage-collect' returns nil.
7475
7476 2006-05-30 Eli Zaretskii <eliz@gnu.org>
7477
7478 * nonascii.texi (Default Coding Systems): Fix it some more.
7479
7480 2006-05-29 Eli Zaretskii <eliz@gnu.org>
7481
7482 * nonascii.texi (Default Coding Systems): Fix last change.
7483
7484 2006-05-29 Kenichi Handa <handa@m17n.org>
7485
7486 * nonascii.texi (find-operation-coding-system): Describe the new
7487 argument format (FILENAME . BUFFER).
7488
7489 2006-05-28 Richard Stallman <rms@gnu.org>
7490
7491 * tips.texi (Coding Conventions): Better explain reasons not to
7492 advise other packages or use `eval-after-load'.
7493
7494 2006-05-29 Kim F. Storm <storm@cua.dk>
7495
7496 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
7497 `bindat-idx' and `bindat-raw' for clarity.
7498
7499 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
7500
7501 * processes.texi (Bindat Spec): Expand on `repeat' handler.
7502
7503 * display.texi (Display): Add "Abstract Display" to menu.
7504 (Abstract Display, Abstract Display Functions)
7505 (Abstract Display Example): New nodes.
7506 * elisp.texi (Top): Add "Abstract Display" to menu.
7507
7508 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
7509
7510 * keymaps.texi (Key Sequences): Link to input events definition.
7511 (Format of Keymaps): Delete material duplicated in Keymap Basics.
7512
7513 * files.texi (Changing Files): Document updated argument list for
7514 copy-file.
7515
7516 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
7517
7518 * processes.texi (Bindat Functions): Explain term "total length".
7519 Use it in bindat-length and bindat-pack descriptions.
7520
7521 2006-05-26 Eli Zaretskii <eliz@gnu.org>
7522
7523 * tips.texi (Coding Conventions): Advise against using
7524 eval-after-load in packages. Add an index entry.
7525
7526 2006-05-25 Juri Linkov <juri@jurta.org>
7527
7528 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
7529
7530 * modes.texi (%-Constructs): Add %e, %z, %Z.
7531
7532 2006-05-25 Richard Stallman <rms@gnu.org>
7533
7534 * elisp.texi (Top): Update subnode menu.
7535
7536 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
7537 (Keymaps): Update menu.
7538
7539 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
7540
7541 * keymaps.texi (Key Sequences): Some clarifications.
7542
7543 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
7544
7545 * processes.texi (Bindat Functions): Say "unibyte string"
7546 explicitly for bindat-unpack and bindat-pack descriptions.
7547 (Bindat Examples): Don't call `string-make-unibyte' in example.
7548
7549 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
7550
7551 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
7552 Explain string and vector representations of key sequences.
7553
7554 * keymaps.texi (Changing Key Bindings):
7555 * commands.texi (Interactive Codes):
7556 * help.texi (Describing Characters): Refer to it.
7557
7558 2006-05-23 Luc Teirlinck <teirllm@auburn.edu>
7559
7560 * frames.texi (Pointer Shape): @end table -> @end defvar.
7561
7562 2006-05-22 Richard Stallman <rms@gnu.org>
7563
7564 * elisp.texi (Top): Update subnode menus.
7565
7566 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
7567 Contents rewritten; material from old Pointer Shape node moved here.
7568
7569 * display.texi (Pointer Shape): Node deleted.
7570 (Image Descriptors): Minor cleanup.
7571
7572 2006-05-21 Richard Stallman <rms@gnu.org>
7573
7574 * syntax.texi (Parsing Expressions): Update info on which STATE
7575 elements are ignored.
7576
7577 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
7578
7579 * hooks.texi (Standard Hooks): Correct typo.
7580
7581 * gpl.texi (GPL): ifinfo -> ifnottex.
7582
7583 2006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
7584
7585 * searching.texi (Simple Match Data): Warn about match data being
7586 set anew by every search.
7587
7588 2006-05-17 Richard Stallman <rms@gnu.org>
7589
7590 * minibuf.texi (Minibuffer History): Clarify.
7591
7592 * searching.texi (Regexp Special): Clarify nested regexp warning.
7593
7594 2006-05-16 Kim F. Storm <storm@cua.dk>
7595
7596 * minibuf.texi (Minibuffer History): Update add-to-history.
7597
7598 2006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
7599
7600 * nonascii.texi (Explicit Encoding):
7601 Fix typo (encoding<->decoding).
7602
7603 2006-05-14 Richard Stallman <rms@gnu.org>
7604
7605 * buffers.texi (Creating Buffers): Cleanup.
7606
7607 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
7608
7609 2006-05-13 Eli Zaretskii <eliz@gnu.org>
7610
7611 * buffers.texi (Current Buffer): Document that with-temp-buffer
7612 disables undo.
7613
7614 * os.texi (Terminal-Specific): More accurate description of how
7615 Emacs searches for the terminal-specific libraries.
7616
7617 2006-05-12 Eli Zaretskii <eliz@gnu.org>
7618
7619 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
7620 emacs-xtra to @inforef's.
7621
7622 * text.texi (Undo): Document that undo is turned off in buffers
7623 whose names begin with a space.
7624
7625 * buffers.texi (Buffer Names): Add index entries for buffers whose
7626 names begin with a space.
7627 (Creating Buffers): Document that undo is turned off in buffers
7628 whose names begin with a space.
7629
7630 * files.texi (Visiting Functions, Reading from Files)
7631 (Saving Buffers): Mention code and EOL conversions by file I/O
7632 primitives and subroutines.
7633
7634 * nonascii.texi (Lisp and Coding Systems):
7635 Document coding-system-eol-type. Add index entries for eol conversion.
7636
7637 * display.texi (Defining Faces): Mention `mac', and add an xref to
7638 where window-system is described.
7639
7640 2006-05-10 Richard Stallman <rms@gnu.org>
7641
7642 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
7643
7644 2006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
7645
7646 * variables.texi (File Local Variables): Recommend to quote lambda
7647 expressions in safe-local-variable property.
7648
7649 2006-05-09 Richard Stallman <rms@gnu.org>
7650
7651 * variables.texi (File Local Variables):
7652 Document safe-local-eval-forms and safe-local-eval-function.
7653
7654 2006-05-07 Kim F. Storm <storm@cua.dk>
7655
7656 * minibuf.texi (Minibuffer History): Remove keep-dups arg
7657 from add-to-history.
7658
7659 2006-05-07 Romain Francoise <romain@orebokech.com>
7660
7661 * commands.texi (Event Input Misc):
7662 * compile.texi (Eval During Compile):
7663 * internals.texi (Buffer Internals):
7664 * minibuf.texi (Initial Input):
7665 * nonascii.texi (Scanning Charsets):
7666 * numbers.texi (Comparison of Numbers):
7667 * windows.texi (Textual Scrolling, Vertical Scrolling):
7668 Fix various typos.
7669
7670 2006-05-06 Eli Zaretskii <eliz@gnu.org>
7671
7672 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
7673 conditional xref's to either emacs or emacs-xtra, depending on
7674 @iftex/@ifnottex.
7675
7676 * minibuf.texi (Minibuffer History): Document add-to-history.
7677
7678 2006-05-05 Eli Zaretskii <eliz@gnu.org>
7679
7680 * internals.texi (Pure Storage): Mention the pure overflow message
7681 at startup.
7682
7683 2006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
7684
7685 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
7686 (Searching Keymaps): Fix pseudo-Lisp description of keymap
7687 search.
7688
7689 2006-05-01 Richard Stallman <rms@gnu.org>
7690
7691 * intro.texi (nil and t): Clarify.
7692
7693 * variables.texi (File Local Variables): Suggest using booleanp.
7694
7695 2006-05-01 Juanma Barranquero <lekktu@gmail.com>
7696
7697 * objects.texi (Type Predicates): Fix typos.
7698
7699 2006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
7700
7701 * intro.texi (nil and t): Add booleanp.
7702
7703 * objects.texi (Type Predicates): Add links for booleanp and
7704 string-or-null-p.
7705
7706 2006-04-29 Richard Stallman <rms@gnu.org>
7707
7708 * modes.texi (Multiline Font Lock): Rename from
7709 Multi line Font Lock Elements. Much clarification.
7710 (Font Lock Multiline, Region to Fontify): Much clarification.
7711
7712 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
7713
7714 * variables.texi (File Local Variables): Remove the special case t for
7715 safe-local-variable.
7716
7717 2006-04-26 Richard Stallman <rms@gnu.org>
7718
7719 * syntax.texi (Parsing Expressions): Minor cleanup.
7720
7721 2006-04-18 Richard Stallman <rms@gnu.org>
7722
7723 * tips.texi (Coding Conventions): Explain when the package's
7724 prefix should appear later on (not at the start of the name).
7725
7726 * searching.texi (String Search): Clarify effect of NOERROR.
7727
7728 * modes.texi (Imenu): Clarify what special items do.
7729
7730 * hooks.texi (Standard Hooks): Delete text about old hook names.
7731
7732 2006-04-17 Romain Francoise <romain@orebokech.com>
7733
7734 * variables.texi (Local Variables): Update the default value of
7735 `max-specpdl-size'.
7736
7737 2006-04-15 Michael Olson <mwolson@gnu.org>
7738
7739 * processes.texi (Transaction Queues): Mention the new optional
7740 `delay-question' argument for `tq-enqueue'.
7741
7742 2006-04-13 Bill Wohler <wohler@newt.com>
7743
7744 * customize.texi (Common Keywords): Use dotted notation for
7745 :package-version value. Specify its values. Improve documentation
7746 for customize-package-emacs-version-alist.
7747
7748 2006-04-12 Bill Wohler <wohler@newt.com>
7749
7750 * customize.texi (Common Keywords): Move description of
7751 customize-package-emacs-version-alist to @defvar.
7752
7753 2006-04-10 Bill Wohler <wohler@newt.com>
7754
7755 * customize.texi (Common Keywords): Add :package-version.
7756
7757 2006-04-10 Kim F. Storm <storm@cua.dk>
7758
7759 * text.texi (Buffer Contents): Add NOPROPS arg to
7760 filter-buffer-substring.
7761
7762 2006-04-08 Kevin Ryde <user42@zip.com.au>
7763
7764 * os.texi (Command-Line Arguments): Update xref to emacs manual
7765 "Command Arguments" -> "Emacs Invocation", per change there.
7766
7767 2006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
7768
7769 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
7770 be on one line to help makeinfo not render two spaces after the dot.
7771
7772 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7773
7774 * strings.texi (Predicates for Strings): Add string-or-null-p.
7775
7776 2006-03-28 Kim F. Storm <storm@cua.dk>
7777
7778 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
7779 remarks about systems that don't support fractional seconds.
7780
7781 2006-03-25 Karl Berry <karl@gnu.org>
7782
7783 * elisp.texi: Use @copyright{} instead of (C), and do not indent
7784 the year list.
7785
7786 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
7787
7788 * display.texi (Fringe Indicators): Fix typos.
7789
7790 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
7791
7792 * tips.texi (Documentation Tips): One can now also write `program'
7793 in front of a quoted symbol in a docstring to prevent making a
7794 hyperlink.
7795
7796 2006-03-19 Alan Mackenzie <acm@muc.de>
7797
7798 * text.texi (Special Properties): Clarify `fontified' property.
7799
7800 2006-03-16 Richard Stallman <rms@gnu.org>
7801
7802 * display.texi (Defining Images): Minor cleanup.
7803
7804 2006-03-16 Bill Wohler <wohler@newt.com>
7805
7806 * display.texi (Defining Images): In image-load-path-for-library,
7807 prefer user's images.
7808
7809 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
7810
7811 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
7812
7813 2006-03-15 Bill Wohler <wohler@newt.com>
7814
7815 * display.texi (Defining Images): Fix example in
7816 image-load-path-for-library by not recommending that one binds
7817 image-load-path. Just defvar it to placate compiler and only use
7818 it if previously defined.
7819
7820 2006-03-14 Bill Wohler <wohler@newt.com>
7821
7822 * display.texi (Defining Images): In image-load-path-for-library,
7823 always return list of directories. Update example.
7824
7825 2006-03-14 Alan Mackenzie <acm@muc.de>
7826
7827 * modes.texi: New node, "Region to Fontify" (for Font Lock).
7828 This describes font-lock-extend-region-function.
7829 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
7830 the new node "Region to Fontify".
7831
7832 2006-03-13 Richard Stallman <rms@gnu.org>
7833
7834 * display.texi (Invisible Text): The impossible position is
7835 now before the invisible text, not after.
7836 (Defining Images): Clean up last change.
7837
7838 2006-03-11 Bill Wohler <wohler@newt.com>
7839
7840 * display.texi (Defining Images): Add image-load-path-for-library.
7841
7842 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
7843
7844 * text.texi (Adaptive Fill): Fix Texinfo usage.
7845
7846 * strings.texi (Creating Strings): Fix Texinfo usage.
7847
7848 * searching.texi (Regexp Special): Use @samp for regular
7849 expressions that are not in Lisp syntax.
7850
7851 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
7852
7853 * searching.texi (Regexp Special): Put remark between parentheses
7854 to avoid misreading.
7855
7856 2006-03-07 Luc Teirlinck <teirllm@auburn.edu>
7857
7858 * searching.texi (Syntax of Regexps): More accurately describe
7859 which characters are special in which situations.
7860 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
7861 are not special. Describe in detail when `[' and `]' are special.
7862 (Regexp Backslash): Plenty of regexps with unbalanced square
7863 brackets are valid, so reword that statement.
7864
7865 2006-03-02 Kim F. Storm <storm@cua.dk>
7866
7867 * keymaps.texi (Tool Bar): Add tool-bar-border.
7868
7869 2006-02-28 Luc Teirlinck <teirllm@auburn.edu>
7870
7871 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
7872
7873 2006-02-27 Luc Teirlinck <teirllm@auburn.edu>
7874
7875 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
7876
7877 * files.texi (Locating Files): Suggest additional values for the
7878 SUFFIXES arg of `locate-file'. Update pxref.
7879
7880 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
7881 (How Programs Do Loading): Discuss the effects of Auto Compression
7882 mode on `load'.
7883 (Load Suffixes): New node.
7884 (Library Search): Delete description of `load-suffixes'; it was
7885 moved to "Load Suffixes".
7886 (Autoload, Named Features): Mention `load-suffixes'.
7887
7888 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7889
7890 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
7891
7892 * windows.texi (Window Tree): Fix typo.
7893
7894 2006-02-20 Kim F. Storm <storm@cua.dk>
7895
7896 * display.texi (Fringe Indicators): New section.
7897 Move indicate-empty-lines, indicate-buffer-boundaries, and
7898 default-indicate-buffer-boundaries here.
7899 Add fringe-indicator-alist and default-fringes-indicator-alist.
7900 Add list of logical fringe indicator symbols.
7901 Update list of standard bitmap names.
7902 (Fringe Cursors): New section.
7903 Move overflow-newline-into-fringe here.
7904 Add fringe-cursor-alist and default-fringes-cursor-alist.
7905 Add list of fringe cursor symbols.
7906
7907 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
7908
7909 * commands.texi (Using Interactive): Fix reference to node
7910 "Minibuffers".
7911
7912 2006-02-19 Richard M. Stallman <rms@gnu.org>
7913
7914 * minibuf.texi (High-Level Completion):
7915 Add xref to read-input-method-name.
7916
7917 * files.texi (Relative File Names): Move file-relative-name here.
7918 (File Name Expansion): From here. Minor clarifications.
7919
7920 * commands.texi (Using Interactive): Add xrefs about reading input.
7921 Clarify remarks about that moving point and mark.
7922 Put string case before list case.
7923
7924 2006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
7925
7926 * display.texi (Other Display Specs, Image Descriptors):
7927 Revert erroneous changes. The previous description of
7928 image-descriptors as `(image . PROPS)' was correct.
7929
7930 2006-02-14 Richard M. Stallman <rms@gnu.org>
7931
7932 * variables.texi (File Local Variables): Clarifications.
7933
7934 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
7935
7936 * variables.texi (File Local Variables): Use @code for a cons
7937 cell, not @var.
7938
7939 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
7940
7941 * variables.texi (File Local Variables): Document new file local
7942 variable behavior.
7943
7944 2006-02-10 Kim F. Storm <storm@cua.dk>
7945
7946 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
7947
7948 2006-02-08 Juanma Barranquero <lekktu@gmail.com>
7949
7950 * modes.texi (%-Constructs): Remove obsolete info about
7951 `global-mode-string'.
7952
7953 2006-02-07 Richard M. Stallman <rms@gnu.org>
7954
7955 * commands.texi (Prefix Command Arguments): Minor cleanup.
7956
7957 * display.texi: "Graphical display", not window system.
7958
7959 * functions.texi (What Is a Function): Fix xref.
7960
7961 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
7962 (Changing Key Bindings): Clarify when remapping is better than
7963 substitute-key-definition.
7964
7965 2006-02-02 Richard M. Stallman <rms@gnu.org>
7966
7967 * minibuf.texi (Basic Completion): Completion alists are risky.
7968
7969 * keymaps.texi (Active Keymaps): Clarifications.
7970 (Searching Keymaps): New node.
7971 (Keymaps): Update menu.
7972
7973 * frames.texi (Layout Parameters): Minor clarification.
7974 (Drag and Drop): New node.
7975 (Frames): Update menu.
7976
7977 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
7978
7979 * display.texi (Other Display Specs, Image Descriptors):
7980 Image description is a list, not a cons cell.
7981
7982 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7983
7984 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
7985 list is not necessarily a list).
7986
7987 2006-01-27 Eli Zaretskii <eliz@gnu.org>
7988
7989 * frames.texi (Layout Parameters): border-width and
7990 internal-border-width belong to the frame, not the window.
7991
7992 2006-01-19 Richard M. Stallman <rms@gnu.org>
7993
7994 * nonascii.texi (Translation of Characters): Search cmds use
7995 translation-table-for-input. Automatically made local.
7996
7997 * markers.texi (Overview of Markers): Count insertion type
7998 as one of a marker's attributes.
7999
8000 * keymaps.texi (Controlling Active Maps): New node, split out of
8001 Active Keymaps.
8002 (Keymaps): Menu updated.
8003 (Active Keymaps): Give pseudocode to explain how the active
8004 maps are searched. current-active-maps and key-binding moved here.
8005 (Functions for Key Lookup): current-active-maps and key-binding moved.
8006 Clarifications.
8007 (Searching the Keymaps): New subnode.
8008
8009 * elisp.texi (Top): Menu clarification.
8010
8011 * display.texi (Other Display Specs): Delete duplicate entry for
8012 just a string as display spec. Move text about recursive display
8013 specs on such a string.
8014
8015 * commands.texi (Key Sequence Input): Clarify.
8016 Move num-nonmacro-input-events out.
8017 (Reading One Event): num-nonmacro-input-events moved here.
8018
8019 2006-01-14 Nick Roberts <nickrob@snap.net.nz>
8020
8021 * advice.texi (Simple Advice): Update example to fit argument
8022 change in previous-line.
8023
8024 2006-01-05 Richard M. Stallman <rms@gnu.org>
8025
8026 * markers.texi (The Mark): Fix in `mark'.
8027
8028 2006-01-04 Richard M. Stallman <rms@gnu.org>
8029
8030 * processes.texi (Misc Network, Make Network): Minor cleanups.
8031
8032 2006-01-04 Kim F. Storm <storm@cua.dk>
8033
8034 * processes.texi (Make Network): Add IPv6 addresses and handling.
8035 (Network Feature Testing): Mention (:family ipv6).
8036 (Misc Network): Add IPv6 formats to format-network-address.
8037
8038 2005-12-30 Richard M. Stallman <rms@gnu.org>
8039
8040 * text.texi (Changing Properties):
8041 Don't use return value of set-text-properties.
8042
8043 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
8044
8045 * modes.texi (Mode Line Format): Correct typo in menu.
8046
8047 2005-12-29 Richard M. Stallman <rms@gnu.org>
8048
8049 * modes.texi (Mode Line Top): New node.
8050 (Mode Line Data): Some text moved to new node.
8051 Explain the data structure more concretely.
8052 (Mode Line Basics): Clarifications.
8053 (Mode Line Variables): Clarify intro paragraph.
8054 (%-Constructs): Clarify intro paragraph.
8055 (Mode Line Format): Update menu.
8056
8057 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
8058
8059 * minibuf.texi (Basic Completion): Update lazy-completion-table
8060 examples for removal of ARGS argument.
8061
8062 2005-12-23 Richard M. Stallman <rms@gnu.org>
8063
8064 * text.texi (Undo): Restore some explanation from the version
8065 that was deleted.
8066
8067 2005-12-23 Eli Zaretskii <eliz@gnu.org>
8068
8069 * text.texi (Undo): Remove duplicate descriptions of `apply
8070 funname' and `apply delta' elements of the undo list.
8071
8072 2005-12-20 Richard M. Stallman <rms@gnu.org>
8073
8074 * help.texi (Help Functions): Update documentation of `apropos'.
8075
8076 2005-12-20 Luc Teirlinck <teirllm@auburn.edu>
8077
8078 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
8079 because it is confusing. If the :help-echo keyword is a function,
8080 it is not directly used as the :help-echo overlay property, as the
8081 xref seems to suggest (it does not take the appropriate args).
8082
8083 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
8084
8085 * customize.texi (Common Keywords): Fix Texinfo usage.
8086 (Group Definitions, Variable Definitions): Update for new
8087 conventions for using `*' in docstrings.
8088
8089 * tips.texi (Documentation Tips): Update for new conventions for
8090 using `*' in docstrings.
8091
8092 2005-12-16 Richard M. Stallman <rms@gnu.org>
8093
8094 * minibuf.texi (Minibuffer Contents): Minor cleanup.
8095
8096 2005-12-16 Juri Linkov <juri@jurta.org>
8097
8098 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
8099
8100 2005-12-14 Romain Francoise <romain@orebokech.com>
8101
8102 * modes.texi (Customizing Keywords): Rename `append' to `how'.
8103 Fix typo.
8104
8105 2005-12-11 Juri Linkov <juri@jurta.org>
8106
8107 * minibuf.texi (Completion Commands): Add mention of read-file-name
8108 for filename completion keymaps.
8109 (Reading File Names): Add mention of filename completion keymaps
8110 for read-file-name and xref to `Completion Commands'.
8111
8112 2005-12-10 Richard M. Stallman <rms@gnu.org>
8113
8114 * customize.texi (Common Keywords): State caveats for use of :tag.
8115
8116 2005-12-08 Richard M. Stallman <rms@gnu.org>
8117
8118 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
8119 with xrefs and better explanation.
8120 (Completion Commands): Add the filename completion maps.
8121
8122 * objects.texi (Character Type): Clarify that \s is not space
8123 if a dash follows.
8124
8125 2005-12-05 Richard M. Stallman <rms@gnu.org>
8126
8127 * windows.texi (Resizing Windows): Delete preserve-before args.
8128
8129 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
8130
8131 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
8132 in full keymaps, since the quirk has been fixed.
8133
8134 2005-12-03 Eli Zaretskii <eliz@gnu.org>
8135
8136 * hooks.texi (Standard Hooks): Add index entries.
8137 Mention `compilation-finish-functions'.
8138
8139 2005-11-27 Richard M. Stallman <rms@gnu.org>
8140
8141 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
8142
8143 2005-11-21 Juri Linkov <juri@jurta.org>
8144
8145 * customize.texi (Common Keywords): Update links types
8146 custom-manual and url-link. Add link types emacs-library-link,
8147 file-link, function-link, variable-link, custom-group-link.
8148
8149 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
8150
8151 * display.texi: Revert 2005-11-20 change.
8152
8153 2005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
8154
8155 * processes.texi (Bindat Functions):
8156 Say "third" to refer to zero-based index "2".
8157
8158 2005-11-18 Luc Teirlinck <teirllm@auburn.edu>
8159
8160 * loading.texi (Library Search): Update the default value of
8161 `load-suffixes'.
8162
8163 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
8164
8165 * display.texi (Attribute Functions): Mention :ignore-defface.
8166
8167 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8168
8169 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
8170 (Minor Mode Conventions): Mention the use of a hook.
8171
8172 2005-11-06 Richard M. Stallman <rms@gnu.org>
8173
8174 * files.texi (Magic File Names): find-file-name-handler checks the
8175 `operations' property of the handler.
8176
8177 2005-11-03 Richard M. Stallman <rms@gnu.org>
8178
8179 * variables.texi (Frame-Local Variables): Small clarification.
8180
8181 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
8182
8183 * os.texi (Init File): Document ~/.emacs.d/init.el.
8184
8185 2005-10-29 Richard M. Stallman <rms@gnu.org>
8186
8187 * internals.texi (Garbage Collection): Document memory-full.
8188
8189 2005-10-28 Bill Wohler <wohler@newt.com>
8190
8191 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
8192 for URLs.
8193
8194 2005-10-28 Richard M. Stallman <rms@gnu.org>
8195
8196 * minibuf.texi (Completion Commands): Clean up prev change.
8197
8198 2005-10-26 Kevin Ryde <user42@zip.com.au>
8199
8200 * compile.texi (Eval During Compile): Explain recommended uses
8201 of eval-when-compile and eval-and-compile.
8202
8203 2005-10-27 Masatake YAMATO <jet@gyve.org>
8204
8205 * minibuf.texi (Completion Commands):
8206 Write about new optional argument for `display-completion-list'.
8207
8208 2005-10-23 Richard M. Stallman <rms@gnu.org>
8209
8210 * display.texi (Overlay Arrow): Clarify about local bindings of
8211 overlay-arrow-position.
8212
8213 2005-10-22 Eli Zaretskii <eliz@gnu.org>
8214
8215 * internals.texi (Building Emacs): Fix last change.
8216
8217 2005-10-22 Richard M. Stallman <rms@gnu.org>
8218
8219 * internals.texi (Building Emacs): Document eval-at-startup.
8220
8221 2005-10-21 Richard M. Stallman <rms@gnu.org>
8222
8223 * loading.texi (Where Defined): load-history contains abs file names.
8224 symbol-file returns abs file names.
8225
8226 2005-10-19 Kim F. Storm <storm@cua.dk>
8227
8228 * display.texi (Showing Images): Add max-image-size integer value.
8229
8230 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
8231
8232 * display.texi (Showing Images): Document max-image-size.
8233
8234 2005-10-17 Richard M. Stallman <rms@gnu.org>
8235
8236 * commands.texi (Quitting): Minor clarification.
8237
8238 * processes.texi (Sentinels): Clarify about output and quitting.
8239 (Filter Functions): Mention with-local-quit.
8240
8241 2005-10-17 Juri Linkov <juri@jurta.org>
8242
8243 * buffers.texi (Current Buffer):
8244 * commands.texi (Event Input Misc):
8245 * compile.texi (Eval During Compile, Compiler Errors):
8246 * customize.texi (Group Definitions):
8247 * display.texi (Progress, Defining Faces):
8248 * files.texi (Writing to Files):
8249 * modes.texi (Mode Hooks, Defining Minor Modes):
8250 * streams.texi (Output Functions):
8251 * syntax.texi (Syntax Table Functions):
8252 * text.texi (Change Hooks):
8253 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
8254
8255 * commands.texi (Quitting): Replace arg `forms' with `body' in
8256 `with-local-quit'.
8257
8258 * positions.texi (Excursions): Replace arg `forms' with `body' in
8259 `save-excursion'.
8260
8261 2005-10-08 Kim F. Storm <storm@cua.dk>
8262
8263 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
8264 Rename manual section accordingly.
8265
8266 2005-10-04 Kim F. Storm <storm@cua.dk>
8267
8268 * windows.texi (Window Split Tree): New section describing
8269 new function window-split-tree function.
8270
8271 2005-10-03 Nick Roberts <nickrob@snap.net.nz>
8272
8273 * display.texi (Fringe Size/Pos): Simplify and add detail.
8274
8275 2005-09-30 Romain Francoise <romain@orebokech.com>
8276
8277 * minibuf.texi (High-Level Completion): Explain that the prompt
8278 given to `read-buffer' should end with a colon and a space.
8279 Update usage examples.
8280
8281 2005-09-29 Juri Linkov <juri@jurta.org>
8282
8283 * display.texi (Displaying Messages): Rename argument name
8284 `string' to `format-string' in functions `message', `message-box',
8285 `message-or-box'.
8286
8287 2005-09-26 Chong Yidong <cyd@stupidchicken.com>
8288
8289 * errors.texi (Standard Errors): Correct xrefs.
8290
8291 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
8292
8293 * display.texi (Defining Images): Update documentation for
8294 `image-load-path'.
8295
8296 2005-09-17 Richard M. Stallman <rms@gnu.org>
8297
8298 * display.texi (Defining Images): Clean up previous change.
8299
8300 2005-09-16 Romain Francoise <romain@orebokech.com>
8301
8302 * elisp.texi: Specify GFDL version 1.2.
8303
8304 * doclicense.texi (GNU Free Documentation License): Update to
8305 version 1.2.
8306
8307 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
8308
8309 * display.texi (Defining Images): Document `image-load-path'.
8310
8311 2005-09-15 Richard M. Stallman <rms@gnu.org>
8312
8313 * objects.texi (Printed Representation): Minor cleanup.
8314 (Box Diagrams): Minor fix.
8315 (Cons Cell Type): Move (...) index item here.
8316 (Box Diagrams): From here.
8317 (Array Type): Minor fix.
8318 (Type Predicates): Delete index "predicates".
8319 (Hash Table Type): Clarify xref.
8320 (Dotted Pair Notation): Minor fix.
8321
8322 2005-09-10 Chong Yidong <cyd@stupidchicken.com>
8323
8324 * files.texi (Saving Buffers): Fix typo.
8325
8326 2005-09-08 Richard M. Stallman <rms@gnu.org>
8327
8328 * tips.texi (Programming Tips): Correct the "default" prompt spec.
8329
8330 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
8331
8332 * locals.texi (Standard Buffer-Local Variables): Don't include
8333 mode variables for minor modes.
8334 Fix xrefs for buffer-display-count, buffer-display-table,
8335 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
8336 enable-multibyte-characters, fill-column, header-line-format,
8337 left-fringe-width, left-margin, and right-fringe-width.
8338
8339 * hooks.texi (Standard Hooks): All hooks should conform to the
8340 standard naming convention now.
8341 Fix xref for `echo-area-clear-hook'.
8342
8343 * display.texi (Usual Display): Note that indicate-empty-lines and
8344 tab-width are buffer-local.
8345
8346 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
8347
8348 * modes.texi (Mode Help): Note that major-mode is buffer-local.
8349
8350 * nonascii.texi (Encoding and I/O): Note that
8351 buffer-file-coding-system is buffer-local.
8352
8353 * positions.texi (List Motion): Note that defun-prompt-regexp is
8354 buffer-local.
8355
8356 * text.texi (Auto Filling): Note that auto-fill-function is
8357 buffer-local.
8358 (Undo): Note that buffer-undo-list is buffer-local.
8359
8360 * windows.texi (Buffers and Windows):
8361 Document buffer-display-count.
8362
8363 2005-09-06 Richard M. Stallman <rms@gnu.org>
8364
8365 * tips.texi (Coding Conventions): Sometimes it is ok to put the
8366 package prefix elsewhere than at the start of the name.
8367
8368 2005-09-03 Richard M. Stallman <rms@gnu.org>
8369
8370 * tips.texi (Programming Tips): Add conventions for minibuffer
8371 questions and prompts.
8372
8373 2005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
8374
8375 * intro.texi (nil and t): Minor cleanup.
8376 Delete spurious mention of keyword symbols.
8377 (Evaluation Notation): Add index entry.
8378 (A Sample Function Description): Minor cleanup.
8379 (A Sample Variable Description): Not all vars can be set.
8380
8381 2005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
8382
8383 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
8384
8385 (Insertion): Document precise type of `insert-char' arg COUNT.
8386
8387 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
8388
8389 * modes.texi (Other Font Lock Variables): Sync the default of
8390 font-lock-lines-before.
8391
8392 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
8393
8394 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
8395
8396 2005-08-29 Richard M. Stallman <rms@gnu.org>
8397
8398 * elisp.texi (Top): Update subnode menu.
8399
8400 * searching.texi (Searching and Matching): Move node.
8401 Rearrange contents and add overall explanation.
8402 (Searching and Case): Move node.
8403 (Searching and Matching): Update menu.
8404
8405 2005-08-27 Eli Zaretskii <eliz@gnu.org>
8406
8407 * os.texi (Startup Summary): Fix the description of the initial
8408 startup message display.
8409
8410 2005-08-25 Richard M. Stallman <rms@gnu.org>
8411
8412 * searching.texi (Search and Replace): Add replace-regexp-in-string.
8413
8414 2005-08-25 Emilio C. Lopes <eclig@gmx.net>
8415
8416 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
8417 `next-overlay-change' example.
8418
8419 2005-08-22 Juri Linkov <juri@jurta.org>
8420
8421 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
8422 Fix invert-face. Fix args of face-background.
8423
8424 * display.texi (Standard Faces): Delete node.
8425 (Faces): Add xref to `(emacs)Standard Faces'.
8426 (Displaying Faces): Fix xref to `Standard Faces'.
8427
8428 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
8429
8430 2005-08-20 Alan Mackenzie <acm@muc.de>
8431
8432 * buffers.texi (The Buffer List): Clarify the manipulation of the
8433 buffer list.
8434
8435 2005-08-14 Richard M. Stallman <rms@gnu.org>
8436
8437 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
8438 a regexp.
8439
8440 2005-08-11 Richard M. Stallman <rms@gnu.org>
8441
8442 * elisp.texi (Top): Update subnode lists.
8443
8444 * display.texi (Inverse Video): Node deleted.
8445
8446 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
8447 New nodes split out of Coding Conventions.
8448
8449 * searching.texi (Regular Expressions): Document re-builder.
8450
8451 * os.texi (Time Parsing): New node split out of Time Conversion.
8452
8453 * processes.texi (Misc Network, Network Feature Testing)
8454 (Network Options, Make Network): New nodes split out of
8455 Low-Level Network.
8456
8457 2005-08-09 Richard M. Stallman <rms@gnu.org>
8458
8459 * frames.texi (Geometry): New node, split from Size and Position.
8460 (Frame Parameters): Refer to Geometry.
8461
8462 * buffers.texi (The Buffer List): Fix xrefs.
8463
8464 * windows.texi (Splitting Windows): Fix xref.
8465
8466 * frames.texi (Layout Parameters): Add xref.
8467
8468 * display.texi (Line Height, Scroll Bars): Fix xrefs.
8469
8470 * keymaps.texi (Menu Bar): Fix xref.
8471
8472 * locals.texi (Standard Buffer-Local Variables): Fix xref.
8473
8474 * modes.texi (%-Constructs): Fix xref.
8475
8476 * frames.texi (Window Frame Parameters): Node split up.
8477 (Basic Parameters, Position Parameters, Size Parameters)
8478 (Layout Parameters, Buffer Parameters, Management Parameters)
8479 (Cursor Parameters, Color Parameters): New subnodes.
8480
8481 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
8482
8483 * positions.texi (Screen Lines): Update xref for previous change
8484 in minibuf.texi.
8485
8486 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
8487 change in minibuf.texi.
8488
8489 2005-08-09 Richard M. Stallman <rms@gnu.org>
8490
8491 * tips.texi (Coding Conventions): Minor cleanup.
8492
8493 * modes.texi (Defining Minor Modes): Explain when init-value
8494 can be non-nil.
8495
8496 * elisp.texi (Top): Update submenu for Minibuffer.
8497
8498 * minibuf.texi (Minibuffer Misc): Node split up.
8499 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
8500 (Recursive Mini): New nodes split out from Minibuffer Misc.
8501 (Minibuffer Misc): Document max-mini-window-height.
8502
8503 * hash.texi (Defining Hash): Delete stray paren in example.
8504
8505 * display.texi (Echo Area Customization): Don't define
8506 max-mini-window-height here; xref instead.
8507
8508 * commands.texi (Event Input Misc): Update while-no-input.
8509
8510 * advice.texi (Advising Functions): Explain when to use advice
8511 and when to use a hook.
8512
8513 2005-07-30 Eli Zaretskii <eliz@gnu.org>
8514
8515 * makefile.w32-in (info): Don't run install-info.
8516 ($(infodir)/dir): New target, produced by running install-info.
8517
8518 2005-07-27 Luc Teirlinck <teirllm@auburn.edu>
8519
8520 * modes.texi (Defining Minor Modes): The keyword for the initial
8521 value is :init-value, not :initial-value.
8522
8523 2005-07-23 Eli Zaretskii <eliz@gnu.org>
8524
8525 * loading.texi (Autoload): Make the `doctor' example be consistent
8526 with what's in current loaddefs.el. Describe the "fn" magic in
8527 the usage portion of the doc string.
8528
8529 2005-07-22 Richard M. Stallman <rms@gnu.org>
8530
8531 * internals.texi (Garbage Collection): Clarify previous change.
8532
8533 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
8534
8535 * internals.texi (Garbage Collection): Add gc-cons-percentage.
8536
8537 2005-07-18 Juri Linkov <juri@jurta.org>
8538
8539 * commands.texi (Accessing Events):
8540 * frames.texi (Text Terminal Colors, Resources):
8541 * markers.texi (The Mark):
8542 * modes.texi (Defining Minor Modes):
8543 Delete duplicate duplicate words.
8544
8545 2005-07-16 Richard M. Stallman <rms@gnu.org>
8546
8547 * display.texi (Managing Overlays): Clarify make-overlay
8548 args for insertion types.
8549
8550 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
8551
8552 * customize.texi (Variable Definitions):
8553 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
8554 `standard-value' is a list too.
8555 (Defining New Types): Use @key{RET} instead of @key{ret}.
8556
8557 2005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
8558
8559 * os.texi (Translating Input): Fix typo.
8560
8561 2005-07-08 Richard M. Stallman <rms@gnu.org>
8562
8563 * README: Update edition number and size estimate.
8564
8565 * elisp.texi (VERSION): Set to 2.9.
8566
8567 2005-07-07 Richard M. Stallman <rms@gnu.org>
8568
8569 * book-spine.texinfo: Update Emacs version.
8570
8571 * display.texi (Inverse Video): Delete mode-line-inverse-video.
8572
8573 2005-07-06 Richard M. Stallman <rms@gnu.org>
8574
8575 * searching.texi (Regexp Search): Clarify what re-search-forward
8576 does when the search fails.
8577
8578 2005-07-05 Lute Kamstra <lute@gnu.org>
8579
8580 * Update FSF's address in GPL notices.
8581
8582 * doclicense.texi (GNU Free Documentation License):
8583 * gpl.texi (GPL):
8584 * tips.texi (Coding Conventions, Library Headers):
8585 * vol1.texi:
8586 * vol2.texi: Update FSF's address.
8587
8588 2005-07-04 Richard M. Stallman <rms@gnu.org>
8589
8590 * hooks.texi (Standard Hooks): Add occur-hook.
8591
8592 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
8593
8594 * display.texi (The Echo Area): Correct menu.
8595
8596 2005-07-03 Richard M. Stallman <rms@gnu.org>
8597
8598 * elisp.texi (Top): Update subnode menu for Display.
8599
8600 * display.texi (Displaying Messages): New node, with most
8601 of what was in The Echo Area.
8602 (Progress): Move under The Echo Area.
8603 (Logging Messages): New node with new text.
8604 (Echo Area Customization): New node, the rest of what was
8605 in The Echo Area. Document message-truncate-lines with @defvar.
8606 (Display): Update menu.
8607
8608 * windows.texi (Textual Scrolling): Doc 3 values for
8609 scroll-preserve-screen-position.
8610
8611 * text.texi (Special Properties): Change hook functions
8612 should bind inhibit-modification-hooks around altering buffer text.
8613
8614 * keymaps.texi (Key Binding Commands): Call binding BINDING
8615 rather than DEFINITION.
8616
8617 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
8618
8619 * variables.texi (Defining Variables): `user-variable-p' returns t
8620 for aliases of user options, nil for alias loops.
8621
8622 2005-06-28 Richard M. Stallman <rms@gnu.org>
8623
8624 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
8625 make-keymap.
8626
8627 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
8628
8629 * variables.texi (Setting Variables): Correct and clarify
8630 description of `add-to-ordered-list'.
8631
8632 2005-06-26 Richard M. Stallman <rms@gnu.org>
8633
8634 * display.texi (Faces): Minor cleanup.
8635
8636 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
8637
8638 * display.texi (Faces): `facep' returns t for strings that are
8639 face names.
8640
8641 2005-06-25 Richard M. Stallman <rms@gnu.org>
8642
8643 * objects.texi (Equality Predicates): Clarify meaning of equal.
8644
8645 * windows.texi (Selecting Windows): save-selected-window
8646 and with-selected-window save and restore the current buffer.
8647
8648 2005-06-24 Richard M. Stallman <rms@gnu.org>
8649
8650 * numbers.texi (Float Basics): Explain how to test for NaN,
8651 and printing the sign of NaNs.
8652
8653 2005-06-24 Eli Zaretskii <eliz@gnu.org>
8654
8655 * makefile.w32-in (MAKEINFO): Use --force.
8656
8657 2005-06-23 Richard M. Stallman <rms@gnu.org>
8658
8659 * display.texi (Face Functions): Correct Texinfo usage.
8660
8661 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
8662
8663 * lists.texi (Rings): `ring-elements' now returns the elements of
8664 RING in order.
8665
8666 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
8667
8668 * markers.texi (The Mark): Texinfo usage fix.
8669
8670 2005-06-23 Kim F. Storm <storm@cua.dk>
8671
8672 * searching.texi (Entire Match Data): Remove evaporate option for
8673 match-data. Do not mention evaporate option for set-match-data.
8674
8675 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
8676
8677 * display.texi (Face Functions): Mention face aliases.
8678
8679 2005-06-21 Richard M. Stallman <rms@gnu.org>
8680
8681 * anti.texi (Antinews): Texinfo usage fix.
8682
8683 2005-06-21 Karl Berry <karl@gnu.org>
8684
8685 * elisp.texi: Use @copying.
8686
8687 * elisp.texi: Put @summarycontents and @contents before the Top
8688 node, instead of the end of the file, so that the contents appear
8689 in the right place in the dvi/pdf output.
8690
8691 2005-06-21 Juri Linkov <juri@jurta.org>
8692
8693 * display.texi (Defining Faces): Add `customized-face'.
8694
8695 2005-06-20 Kim F. Storm <storm@cua.dk>
8696
8697 * variables.texi (Setting Variables): Any type of element can be
8698 given order in add-to-ordered-list. Compare elements with eq.
8699
8700 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
8701
8702 2005-06-20 Karl Berry <karl@gnu.org>
8703
8704 * syntax.texi (Syntax Flags): Make last column very slightly wider
8705 to avoid "generic comment" breaking on two lines and causing an
8706 underfull box.
8707
8708 2005-06-19 Luc Teirlinck <teirllm@auburn.edu>
8709
8710 * lists.texi (Rings): Various minor clarifications and corrections.
8711
8712 2005-06-18 Richard M. Stallman <rms@gnu.org>
8713
8714 * functions.texi (Obsolete Functions): Simplify.
8715
8716 * variables.texi (Variable Aliases): Simplify.
8717
8718 * anti.texi, backups.texi, compile.texi, customization.texi:
8719 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
8720 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
8721 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
8722 * variables.texi: Fix formatting ugliness.
8723
8724 * elisp.texi: Add links to Rings and Byte Packing.
8725 Update version and copyright years.
8726
8727 * minibuf.texi: Fix formatting ugliness.
8728 (Completion Commands): Move keymap vars to the end
8729 and vars completing-read binds to the top.
8730
8731 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
8732
8733 * processes.texi: Fix typos.
8734 (Bindat Spec): Correct Texinfo error.
8735 (Byte Packing): Fix ungrammatical sentence.
8736
8737 2005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
8738
8739 * lists.texi (Rings): New node.
8740 (Lists): Add it to menu.
8741
8742 * processes.texi (Byte Packing): New node.
8743 (Processes): Add it to menu.
8744
8745 2005-06-17 Richard M. Stallman <rms@gnu.org>
8746
8747 * syntax.texi (Parsing Expressions): Fix texinfo usage.
8748
8749 * help.texi (Documentation Basics): Explain the xref to
8750 Documentation Tips.
8751
8752 * debugging.texi (Debugger Commands): Minor fix.
8753
8754 2005-06-16 Luc Teirlinck <teirllm@auburn.edu>
8755
8756 * edebug.texi (Instrumenting): Eliminate duplicate link.
8757 (Specification List): Replace references to "below", referring to
8758 a later node, with one @ref to that node.
8759
8760 * os.texi (Timers): Timers should save and restore the match data
8761 if they change it.
8762
8763 * debugging.texi (Debugger Commands): Mention that the Lisp
8764 debugger can not step through primitive functions.
8765
8766 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
8767
8768 * functions.texi (Obsolete Functions): Update argument names of
8769 `make-obsolete' and `define-obsolete-function-alias'.
8770
8771 * variables.texi (Variable Aliases): Update argument names of
8772 `defvaralias', `make-obsolete-variable' and
8773 `define-obsolete-variable-alias'.
8774
8775 2005-06-15 Kim F. Storm <storm@cua.dk>
8776
8777 * searching.texi (Entire Match Data): Rephrase warnings about
8778 evaporate arg to match-data and set-match-data.
8779
8780 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
8781
8782 * elisp.texi (Top): Update detailed menu.
8783
8784 * edebug.texi (Edebug): Update menu.
8785 (Instrumenting): Update xrefs.
8786 (Edebug Execution Modes): Correct xref.
8787 (Jumping): Clarify description of `h' command.
8788 Eliminate redundant @ref.
8789 (Breaks): New node.
8790 (Breakpoints): Is now a subsubsection.
8791 (Global Break Condition): Mention `C-x X X'.
8792 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
8793 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
8794 (Edebug Display Update): Correct pxref.
8795 (Edebug and Macros): New node.
8796 (Instrumenting Macro Calls): Is now a subsubsection.
8797 Neither arg of `def-edebug-spec' is evaluated.
8798 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
8799 (Specification Examples): Fix typo.
8800
8801 2005-06-14 Lute Kamstra <lute@gnu.org>
8802
8803 * debugging.texi (Function Debugging): Primitives can break on
8804 entry too.
8805
8806 2005-06-14 Kim F. Storm <storm@cua.dk>
8807
8808 * variables.texi (Setting Variables): Add add-to-ordered-list.
8809
8810 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8811
8812 * syntax.texi (Parsing Expressions): Document aux functions and vars of
8813 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
8814
8815 2005-06-13 Lute Kamstra <lute@gnu.org>
8816
8817 * text.texi (Special Properties): Fix cross reference.
8818
8819 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
8820
8821 * debugging.texi (Function Debugging): Delete mention of empty
8822 string argument to `cancel-debug-on-entry'. Delete inaccurate
8823 description of the return value of that command.
8824
8825 2005-06-11 Alan Mackenzie <acm@muc.de>
8826
8827 * text.texi (Adaptive Fill): Amplify the description of
8828 fill-context-prefix.
8829
8830 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
8831
8832 * syntax.texi (Parsing Expressions): Fix Texinfo error.
8833
8834 2005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
8835
8836 * syntax.texi (Parsing Expressions): Document syntax-ppss.
8837
8838 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
8839
8840 * debugging.texi (Error Debugging): Minor rewording.
8841 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
8842 is optional.
8843
8844 2005-06-10 Lute Kamstra <lute@gnu.org>
8845
8846 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
8847 (Top): Give it a title. Correct version number. Give the
8848 detailed node listing a more prominent header.
8849 * intro.texi: Don't set VERSION here a second time.
8850 Mention Emacs's version too.
8851 * anti.texi (Antinews): Use EMACSVER to refer to the current
8852 version of Emacs.
8853
8854 2005-06-09 Kim F. Storm <storm@cua.dk>
8855
8856 * searching.texi (Entire Match Data): Explain new `reseat' argument to
8857 match-data and set-match-data.
8858
8859 2005-06-08 Richard M. Stallman <rms@gnu.org>
8860
8861 * searching.texi (Entire Match Data): Clarify when match-data
8862 returns markers and when integers.
8863
8864 * display.texi (Defining Faces): Explain that face name should not
8865 end in `-face'.
8866
8867 * modes.texi (Mode Line Data): Minor cleanup.
8868 (Customizing Keywords): Node split out of Search-based Fontification.
8869 Add example of using font-lock-add-keywords from a hook.
8870 Clarify when MODE should be non-nil, and when nil.
8871
8872 2005-06-06 Richard M. Stallman <rms@gnu.org>
8873
8874 * modes.texi (Mode Line Data): Explain what happens when the car
8875 of a list is a void symbol.
8876 (Search-based Fontification): Explain MODE arg to
8877 font-lock-add-keywords and warn about calls from major modes.
8878
8879 2005-06-08 Juri Linkov <juri@jurta.org>
8880
8881 * display.texi (Standard Faces): Add `shadow' face.
8882
8883 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
8884
8885 * modes.texi (Major Mode Conventions): A derived mode only needs
8886 to put the call to the parent mode inside `delay-mode-hooks'.
8887
8888 2005-05-29 Richard M. Stallman <rms@gnu.org>
8889
8890 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
8891 new, and what that implies. Clarify.
8892
8893 * files.texi (Locating Files): Clean up the text.
8894
8895 * frames.texi (Window Frame Parameters): Document user-size.
8896 Shorten entry for top by referring to left.
8897
8898 2005-05-26 Richard M. Stallman <rms@gnu.org>
8899
8900 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
8901 is new, and what the implications are. Other clarifications.
8902
8903 2005-05-24 Richard M. Stallman <rms@gnu.org>
8904
8905 * frames.texi (Dialog Boxes): Minor fixes.
8906
8907 2005-05-25 Masatake YAMATO <jet@gyve.org>
8908
8909 * display.texi (Standard Faces): Write about `mode-line-highlight'.
8910
8911 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
8912
8913 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
8914 is optional.
8915
8916 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
8917
8918 * frames.texi (Dialog Boxes): Describe new optional argument.
8919
8920 2005-05-23 Lute Kamstra <lute@gnu.org>
8921
8922 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
8923 syntax-begin-function over font-lock-beginning-of-syntax-function.
8924
8925 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
8926
8927 * minibuf.texi (Reading File Names): Update description of
8928 `read-directory-name'.
8929
8930 * modes.texi (Derived Modes): Clarify :group keyword.
8931
8932 2005-05-21 Eli Zaretskii <eliz@gnu.org>
8933
8934 * files.texi (Locating Files): New subsection.
8935 Describe locate-file and executable-find.
8936
8937 2005-05-21 Kevin Ryde <user42@zip.com.au>
8938
8939 * frames.texi (Initial Parameters): Update cross reference to
8940 "Emacs Invocation".
8941
8942 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
8943
8944 * keymaps.texi (Active Keymaps): Add anchor.
8945
8946 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
8947 (Major Mode Conventions): Refer to `Auto Major Mode' in more
8948 appropriate place.
8949 (Derived Modes): Small clarifications.
8950 (Minor Mode Conventions, Keymaps and Minor Modes):
8951 Replace references to nodes with references to anchors.
8952 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
8953 Clarify description of lists whose first element is an integer.
8954 (Mode Line Variables): Add anchor.
8955 (%-Constructs): Clarify description of integer after %.
8956 (Emulating Mode Line): Describe nil value for FACE.
8957
8958 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
8959
8960 * modes.texi (Derived Modes): Correct references to non-existing
8961 variable standard-syntax-table.
8962
8963 2005-05-17 Lute Kamstra <lute@gnu.org>
8964
8965 * modes.texi (Defining Minor Modes): Mention the mode hook.
8966
8967 2005-05-15 Kim F. Storm <storm@cua.dk>
8968
8969 * processes.texi (Network): Remove open-network-stream-nowait.
8970 (Network Servers): Remove open-network-stream-server.
8971
8972 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
8973
8974 * elisp.texi (Top): Update detailed menu.
8975
8976 * variables.texi: Reorder nodes.
8977 (Variables): Update menu.
8978 (File Local Variables): Do not refer to the `-*-' line as
8979 a "local variables list". Add pxref.
8980
8981 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
8982
8983 * elisp.texi (Top): Update detailed menu for node changes.
8984
8985 * modes.texi (Modes): Update Menu.
8986 (Hooks): Move to beginning of chapter.
8987 Most minor modes run mode hooks too.
8988 `add-hook' can handle void hooks or hooks whose value is a single
8989 function.
8990 (Major Modes): Update Menu.
8991 (Major Mode Basics): New node, split off from `Major Modes'.
8992 (Major Mode Conventions): Correct xref. Explain how to handle
8993 auto-mode-alist if the major mode command has an autoload cookie.
8994 (Auto Major Mode): Major update. Add magic-mode-alist.
8995 (Derived Modes): Major update.
8996 (Mode Line Format): Update Menu.
8997 (Mode Line Basics): New node, split off from `Mode Line Format'.
8998
8999 * loading.texi (Autoload): Mention `autoload cookie' as synonym
9000 for `magic autoload comment'. Add index entries and anchor.
9001
9002 2005-05-14 Richard M. Stallman <rms@gnu.org>
9003
9004 * tips.texi (Coding Conventions): Explain how important it is
9005 that just loading certain files not change Emacs behavior.
9006
9007 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
9008
9009 2005-05-12 Lute Kamstra <lute@gnu.org>
9010
9011 * modes.texi (Generic Modes): Update.
9012 (Major Modes): Refer to node "Generic Modes".
9013
9014 * elisp.texi (Top): Update to the current structure of the manual.
9015 * processes.texi (Processes): Add menu description.
9016 * customize.texi (Customization): Add menu descriptions.
9017
9018 2005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
9019
9020 * processes.texi (Signals to Processes)
9021 (Low-Level Network): Fix typos.
9022
9023 2005-05-11 Lute Kamstra <lute@gnu.org>
9024
9025 * elisp.texi (Top): Add some nodes from the chapter "Major and
9026 Minor Modes" to the detailed node listing.
9027
9028 2005-05-10 Richard M. Stallman <rms@gnu.org>
9029
9030 * keymaps.texi (Extended Menu Items): Menu item filter functions
9031 can be called at any time.
9032
9033 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
9034
9035 * variables.texi (File Local Variables): `(hack-local-variables t)'
9036 now also checks whether a mode is specified in the local variables
9037 list.
9038
9039 2005-05-05 Kevin Ryde <user42@zip.com.au>
9040
9041 * display.texi (The Echo Area): Correct format function cross
9042 reference.
9043
9044 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
9045
9046 * variables.texi (Variable Aliases): Change description of
9047 `define-obsolete-variable-alias'.
9048
9049 * functions.texi (Functions): Add "Obsolete Functions" to menu.
9050 (Defining Functions): Add xref.
9051 (Obsolete Functions): New node.
9052 (Function Safety): Standardize capitalization of section title.
9053
9054 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
9055 (Dialog Boxes): Complete description of `x-popup-dialog'.
9056
9057 2005-05-04 Richard M. Stallman <rms@gnu.org>
9058
9059 * commands.texi (Interactive Codes): Fix Texinfo usage.
9060 Document U more clearly.
9061
9062 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
9063
9064 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
9065 function and not a macro.
9066
9067 * frames.texi (Pop-Up Menus): Correct and clarify description of
9068 `x-popup-menu'.
9069 (Dialog Boxes): Clarify description of `x-popup-dialog'.
9070
9071 2005-05-01 Richard M. Stallman <rms@gnu.org>
9072
9073 * edebug.texi (Checking Whether to Stop): Fix previous change.
9074
9075 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
9076
9077 * display.texi: Fix typos and Texinfo usage.
9078
9079 * edebug.texi (Checking Whether to Stop): executing-macro ->
9080 executing-kbd-macro.
9081
9082 2005-05-01 Richard M. Stallman <rms@gnu.org>
9083
9084 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
9085
9086 2005-04-30 Richard M. Stallman <rms@gnu.org>
9087
9088 * files.texi (Magic File Names): Document `operations' property.
9089
9090 2005-04-29 Lute Kamstra <lute@gnu.org>
9091
9092 * modes.texi (Generic Modes): New node.
9093 (Major Modes): Add it to the menu.
9094 (Derived Modes): Add "derived mode" to concept index.
9095
9096 2005-04-28 Lute Kamstra <lute@gnu.org>
9097
9098 * modes.texi (Defining Minor Modes): Fix previous change.
9099 (Font Lock Mode): Simplify.
9100 (Font Lock Basics): Say that font-lock-defaults is buffer-local
9101 when set and that some parts are optional. Add cross references.
9102 (Search-based Fontification): Say how to specify font-lock-keywords.
9103 Add cross references. Add font-lock-multiline to index.
9104 Move font-lock-keywords-case-fold-search here from node "Other Font
9105 Lock Variables". Document font-lock-add-keywords and
9106 font-lock-remove-keywords.
9107 (Other Font Lock Variables): Move font-lock-keywords-only,
9108 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
9109 and font-lock-syntactic-face-function to node "Syntactic Font
9110 Lock". Move font-lock-keywords-case-fold-search to node
9111 "Search-based Fontification". Document font-lock-inhibit-thing-lock
9112 and font-lock-{,un}fontify-{buffer,region}-function.
9113 (Precalculated Fontification): Remove reference to deleted variable
9114 font-lock-core-only.
9115 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
9116 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
9117 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
9118 and font-lock-syntactic-face-function here from node "Other Font
9119 Lock Variables". Move font-lock-syntactic-keywords to "Setting
9120 Syntax Properties". Add cross references.
9121 (Setting Syntax Properties): New node.
9122 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
9123 * syntax.texi (Syntax Properties): Add cross reference.
9124 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
9125
9126 2005-04-26 Richard M. Stallman <rms@gnu.org>
9127
9128 * display.texi (Defining Faces):
9129 Document `default' elements of defface spec.
9130
9131 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
9132
9133 * variables.texi (Variable Aliases): Clarify text.
9134
9135 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
9136
9137 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
9138
9139 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
9140
9141 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
9142
9143 2005-04-24 Eli Zaretskii <eliz@gnu.org>
9144
9145 * syntax.texi (Syntax Table Internals): Elaborate documentation of
9146 syntax-after and syntax-class.
9147
9148 * files.texi (Changing Files): Fix last change's cross-reference.
9149 (Unique File Names): Don't mention "numbers" in the documentation
9150 of make-temp-file and make-temp-name.
9151
9152 2005-04-23 Richard M. Stallman <rms@gnu.org>
9153
9154 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
9155
9156 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
9157
9158 * windows.texi (Cyclic Window Ordering): Clarify window-list.
9159
9160 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
9161
9162 * variables.texi (Variable Aliases): Describe make-obsolete-variable
9163 and define-obsolete-variable-alias.
9164
9165 2005-04-22 Kim F. Storm <storm@cua.dk>
9166
9167 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
9168 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
9169
9170 2005-04-21 Lute Kamstra <lute@gnu.org>
9171
9172 * lists.texi (Association Lists): Document rassq-delete-all.
9173
9174 2005-04-19 Richard M. Stallman <rms@gnu.org>
9175
9176 * modes.texi (Search-based Fontification): Explain that
9177 facespec is an expression to be evaluated.
9178
9179 2005-04-19 Kevin Ryde <user42@zip.com.au>
9180
9181 * streams.texi (Output Functions): Fix xref.
9182 * strings.texi (String Conversion): Fix xref.
9183
9184 2005-04-19 Kim F. Storm <storm@cua.dk>
9185
9186 * symbols.texi (Symbol Plists): Add safe-get.
9187 Mention that `get' may signal an error.
9188
9189 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
9190
9191 * customize.texi (Variable Definitions): Replace tooltip-mode
9192 example with save-place.
9193
9194 2005-04-17 Richard M. Stallman <rms@gnu.org>
9195
9196 * buffers.texi (Indirect Buffers): Clarify.
9197
9198 * positions.texi (Positions): Clarify converting marker to integer.
9199
9200 * strings.texi (String Basics): Mention string-match; clarify.
9201
9202 2005-04-08 Lute Kamstra <lute@gnu.org>
9203
9204 * modes.texi (Search-based Fontification): Fix cross references.
9205 Use consistent terminology. Document anchored highlighting.
9206
9207 2005-04-05 Lute Kamstra <lute@gnu.org>
9208
9209 * modes.texi (Defining Minor Modes): Document :group keyword
9210 argument and its default value.
9211
9212 2005-04-03 Lute Kamstra <lute@gnu.org>
9213
9214 * hooks.texi (Standard Hooks): Add some hooks. Add cross
9215 references and/or descriptions. Delete major mode hooks; mention
9216 them as a category instead. Rename or delete obsolete hooks.
9217
9218 2005-04-02 Richard M. Stallman <rms@gnu.org>
9219
9220 * nonascii.texi (Coding System Basics): Another wording cleanup.
9221
9222 2005-04-01 Richard M. Stallman <rms@gnu.org>
9223
9224 * nonascii.texi (Coding System Basics): Clarify previous change.
9225
9226 2005-04-01 Kenichi Handa <handa@m17n.org>
9227
9228 * nonascii.texi (Coding System Basics): Describe about roundtrip
9229 identity of coding systems.
9230
9231 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
9232
9233 * text.texi (Buffer Contents): Add filter-buffer-substring and
9234 buffer-substring-filters.
9235
9236 2005-03-26 Chong Yidong <cyd@stupidchicken.com>
9237
9238 * anti.texi (Antinews): Mention `G' interactive code.
9239
9240 * tips.texi (Compilation Tips): Mention benchmark.el.
9241
9242 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
9243
9244 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
9245 is now bound to M-o M-o.
9246
9247 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
9248
9249 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
9250
9251 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
9252 in the Emacs Manual).
9253 * Makefile.in (srcs): Remove calendar.texi.
9254 * makefile.w32-in (srcs): Remove calendar.texi.
9255 * display.texi (Display): Change name of next node.
9256 * os.texi (System In): Change name of previous node.
9257 * elisp.texi (Top): Remove Calendar references.
9258 * vol1.texi (Top): Remove Calendar references.
9259 * vol2.texi (Top): Remove Calendar references.
9260
9261 2005-03-25 Richard M. Stallman <rms@gnu.org>
9262
9263 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
9264 Cleanup previous change.
9265
9266 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
9267
9268 * display.texi (Face Attributes): Faces earlier in an :inherit
9269 list take precedence.
9270 (Scroll Bars): Fix description of vertical-scroll-bars.
9271 Document frame-current-scroll-bars and window-current-scroll-bars.
9272
9273 * markers.texi (The Mark): Document temporary Transient Mark mode.
9274
9275 * minibuf.texi (Reading File Names):
9276 Document read-file-name-completion-ignore-case.
9277
9278 * positions.texi (Screen Lines): Document nil for width argument
9279 to compute-motion.
9280
9281 2005-03-23 Kim F. Storm <storm@cua.dk>
9282
9283 * display.texi (Standard Faces): Other faces used in the fringe
9284 implicitly inherits from the fringe face.
9285 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
9286 properties implicitly inherits from fringe face.
9287 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
9288
9289 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
9290
9291 * display.texi (Invisible Text): State default value of
9292 line-move-ignore-invisible.
9293 (Managing Overlays): Document remove-overlays.
9294 (Standard Faces): Document escape-glyph face.
9295
9296 * minibuf.texi (Reading File Names): Document read-file-name-function.
9297
9298 * modes.texi (Other Font Lock Variables):
9299 Document font-lock-lines-before.
9300
9301 * positions.texi (Skipping Characters): skip-chars-forward allows
9302 character classes.
9303
9304 2005-03-18 Lute Kamstra <lute@gnu.org>
9305
9306 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
9307
9308 2005-03-17 Richard M. Stallman <rms@gnu.org>
9309
9310 * text.texi (Undo): Document extensible undo entries.
9311
9312 * searching.texi (String Search, Regexp Search): Cleanups.
9313
9314 * nonascii.texi (Character Codes): Minor fix.
9315
9316 * display.texi (Display Property): Explain the significance
9317 of having text properties that are eq.
9318 (Other Display Specs): Explain string as display spec.
9319
9320 * commands.texi (Interactive Codes): Document G option.
9321
9322 2005-03-17 Chong Yidong <cyd@stupidchicken.com>
9323
9324 * text.texi (Filling): Add sentence-end-without-period and
9325 sentence-end-without-space.
9326 (Changing Properties): Minor fix.
9327
9328 * anti.texi: Total rewrite.
9329
9330 2005-03-15 Lute Kamstra <lute@gnu.org>
9331
9332 * edebug.texi (Instrumenting Macro Calls): Fix typos.
9333
9334 2005-03-08 Kim F. Storm <storm@cua.dk>
9335
9336 * display.texi (Specified Space): Property :width is support on
9337 non-graphic terminals, :height is not.
9338
9339 2005-03-07 Richard M. Stallman <rms@gnu.org>
9340
9341 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
9342 Now subnodes of Fringes.
9343 (Overlay Arrow): Document overlay-arrow-variable-list.
9344 (Fringe Size/Pos): New node, broken out of Fringes.
9345 (Display): Explain clearing vs redisplay better.
9346 (Truncation): Clarify use of bitmaps.
9347 (The Echo Area): Clarify the uses of the echo area.
9348 Add max-mini-window-height.
9349 (Progress): Clarify.
9350 (Invisible Text): Explain that main loop moves point out.
9351 (Selective Display): Say "hidden", not "invisible".
9352 (Managing Overlays): Move up. Describe relation to Undo here.
9353 (Overlay Properties): Clarify intro.
9354 (Finding Overlays): Explain return values when nothing found.
9355 (Width): truncate-string-to-width has added arg.
9356 (Displaying Faces): Clarify and update mode line face handling.
9357 (Face Functions): Minor cleanup.
9358 (Conditional Display): Merge into Other Display Specs.
9359 (Pixel Specification, Other Display Specs): Minor cleanups.
9360 (Images, Image Descriptors): Minor cleanups.
9361 (GIF Images): Patents have expired.
9362 (Showing Images): Explain default text for insert-image.
9363 (Manipulating Button Types): Merge into Manipulating Buttons.
9364 (Making Buttons): Explain return values.
9365 (Button Buffer Commands): Add xref.
9366 (Inverse Video): Update mode-line-inverse-video.
9367 (Display Table Format): Clarify.
9368 (Active Display Table): Give defaults for window-display-table.
9369
9370 * calendar.texi (Calendar Customizing): calendar-holiday-marker
9371 and calendar-today-marker are strings, not chars.
9372 (Holiday Customizing): Minor fix.
9373
9374 * internals.texi (Writing Emacs Primitives): Update `or' example.
9375 Update limit on # args of subr.
9376
9377 * edebug.texi (Using Edebug): Arrow is in fringe.
9378 (Instrumenting): Arg to eval-defun works without loading edebug.
9379 (Edebug Execution Modes): Add xref.
9380
9381 * customize.texi (Common Keywords): Clarify :require.
9382 Mention :version here.
9383 (Variable Definitions, Group Definitions): Not here.
9384 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
9385
9386 2005-03-07 Chong Yidong <cyd@stupidchicken.com>
9387 * nonascii.texi (Text Representations): Clarify position-bytes.
9388 (Character Sets): Add list-charset-chars.
9389 (Scanning Charsets): Add charset-after.
9390 (Encoding and I/O): Minor fix.
9391
9392 2005-03-06 Richard M. Stallman <rms@gnu.org>
9393
9394 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
9395 (Resizing Windows): Likewise.
9396
9397 * text.texi (Change Hooks): Get rid of "Emacs 21".
9398
9399 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
9400
9401 * streams.texi (Output Variables): Get rid of "Emacs 21".
9402
9403 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
9404
9405 * os.texi (Translating Input): Replace flow-control example
9406 with a less obsolete example that uses `keyboard-translate'.
9407
9408 * objects.texi (Hash Table Type, Circular Objects):
9409 Get rid of "Emacs 21".
9410
9411 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
9412 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
9413
9414 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
9415
9416 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
9417
9418 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
9419 (Menu Bar): Fix when menu-bar-update-hook is called.
9420
9421 * hash.texi (Hash Tables): Get rid of "Emacs 21".
9422
9423 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
9424 and make it read better.
9425
9426 * files.texi (Writing to Files): Get rid of "Emacs 21".
9427 (Unique File Names): Likewise.
9428
9429 * elisp.texi: Update Emacs version to 22.
9430
9431 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
9432 (Overlay Properties, Face Attributes): Likewise.
9433 (Managing Overlays): Fix punctuation.
9434 (Attribute Functions): Clarify set-face-font; get rid of
9435 info about old Emacs versions.
9436 (Auto Faces, Font Lookup, Display Property, Images):
9437 Get rid of "Emacs 21".
9438
9439 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
9440
9441 2005-03-05 Richard M. Stallman <rms@gnu.org>
9442
9443 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
9444
9445 2005-03-04 Lute Kamstra <lute@gnu.org>
9446
9447 * debugging.texi (Error Debugging): Document stack-trace-on-error.
9448
9449 2005-03-03 Lute Kamstra <lute@gnu.org>
9450
9451 * edebug.texi (Instrumenting Macro Calls): Fix typo.
9452
9453 2005-03-01 Lute Kamstra <lute@gnu.org>
9454
9455 * debugging.texi (Debugger Commands): Update `j'.
9456
9457 2005-02-28 Lute Kamstra <lute@gnu.org>
9458
9459 * debugging.texi (Debugging): Fix typo.
9460 (Error Debugging): Document eval-expression-debug-on-error.
9461 (Function Debugging): Update example.
9462 (Using Debugger): Mention starred stack frames.
9463 (Debugger Commands): Document `j' and `l'.
9464 (Invoking the Debugger): `d' and `j' exit recursive edit too.
9465 Update the messages that the debugger displays.
9466 (Internals of Debugger): Add cross reference. Update example.
9467 (Excess Open): Minor improvement.
9468 (Excess Close): Minor improvement.
9469
9470 2005-02-26 Richard M. Stallman <rms@gnu.org>
9471
9472 * tips.texi (Coding Conventions): Clarify.
9473 Put all the major mode key reservations together.
9474 Mention the Mouse-1 => Mouse-2 conventions.
9475
9476 * syntax.texi (Syntax Class Table): Clarify.
9477 (Syntax Table Functions): syntax-after moved from here.
9478 (Syntax Table Internals): syntax-after moved to here.
9479 (Parsing Expressions): Update info on number of values
9480 and what's meaningful in the STATE argument.
9481 (Categories): Fix typo.
9482
9483 * sequences.texi (Arrays): Cleanup.
9484 (Char-Tables): Clarify.
9485
9486 * processes.texi (Deleting Processes): Cleanups, add xref.
9487 (Subprocess Creation): Explain nil in exec-path. Cleanup.
9488 (Process Information): set-process-coding-system, some args optional.
9489 (Input to Processes): Explain various types for PROCESS args.
9490 Rename them from PROCESS-NAME to PROCESS.
9491 (Signals to Processes): Likewise.
9492 (Decoding Output): Cleanup.
9493 (Query Before Exit): Clarify.
9494
9495 * os.texi (Startup Summary): Correct the options; add missing ones.
9496 (Terminal Output, Batch Mode): Clarify.
9497 (Flow Control): Node deleted.
9498
9499 * markers.texi (The Mark): Clarify.
9500
9501 * macros.texi (Expansion): Cleanup.
9502 (Indenting Macros): indent-spec allows ints, not floats.
9503
9504 * keymaps.texi (Keymaps): Clarify.
9505 (Format of Keymaps): Update lisp-mode-map example.
9506 (Active Keymaps, Key Lookup): Clarify.
9507 (Changing Key Bindings): Add xref to `kbd'.
9508 (Key Binding Commands, Simple Menu Items): Clarify.
9509 (Mouse Menus, Menu Bar): Clarify.
9510 (Menu Example): Replace print example with menu-bar-replace-menu.
9511
9512 * help.texi (Documentation Basics): Add function-documentation prop.
9513
9514 * elisp.texi (Top): Don't refer to Flow Control node.
9515
9516 * commands.texi (Command Overview): Improve xrefs.
9517 (Adjusting Point): Adjusting point applies to intangible and invis.
9518 (Key Sequence Input): Doc extra read-key-sequence args.
9519 Likewise for read-key-sequence-vector.
9520
9521 * backups.texi (Rename or Copy): Minor fix.
9522 (Numbered Backups): For version-control, say the default.
9523 (Auto-Saving): make-auto-save-file-name example is simplified.
9524
9525 * advice.texi (Advising Functions): Don't imply one part of Emacs
9526 should advise another part. Markup changes.
9527 (Defining Advice): Move transitional para.
9528 (Activation of Advice): Cleanup.
9529 Explain if COMPILE is nil or negative.
9530
9531 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
9532
9533 2005-02-24 Lute Kamstra <lute@gnu.org>
9534
9535 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
9536 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
9537
9538 2005-02-23 Lute Kamstra <lute@gnu.org>
9539
9540 * modes.texi (Defining Minor Modes): define-minor-mode can be used
9541 to define global minor modes as well.
9542
9543 * display.texi (Managing Overlays): overlay-buffer returns nil for
9544 deleted overlays.
9545
9546 2005-02-22 Kim F. Storm <storm@cua.dk>
9547
9548 * minibuf.texi (Basic Completion): Allow symbols in addition to
9549 strings in try-completion and all-completions.
9550
9551 2005-02-14 Lute Kamstra <lute@gnu.org>
9552
9553 * elisp.texi (Top): Remove reference to deleted node.
9554
9555 * lists.texi (Lists): Remove reference to deleted node.
9556 (Cons Cells): Fix typo.
9557
9558 * loading.texi (Where Defined): Fix typo.
9559
9560 2005-02-14 Richard M. Stallman <rms@gnu.org>
9561
9562 * variables.texi (Creating Buffer-Local): change-major-mode-hook
9563 is useful for discarding some minor modes.
9564
9565 * symbols.texi (Symbol Components): Reorder examples.
9566
9567 * streams.texi (Input Functions): State standard-input default.
9568 (Output Variables): State standard-output default.
9569
9570 * objects.texi (Printed Representation): Clarify read syntax vs print.
9571 (Floating Point Type): Explain meaning better.
9572 (Symbol Type): Explain uniqueness better.
9573 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
9574 List examples sooner.
9575 (Box Diagrams): New subnode broken out.
9576 Some examples moved from old Lists as Boxes node.
9577 (Dotted Pair Notation): Clarify intro.
9578 (Array Type): Clarify.
9579 (Type Predicates): Add hash-table-p.
9580
9581 * numbers.texi (Integer Basics): Clarify radix explanation.
9582 (Predicates on Numbers): Minor clarification.
9583 (Comparison of Numbers): Minor clarification. Clarify eql.
9584 Typos in min, max.
9585 (Math Functions): Clarify overflow in expt.
9586
9587 * minibuf.texi (Text from Minibuffer): Minor clarification.
9588 Mention arrow keys.
9589
9590 * loading.texi (Autoload): defun's doc string overrides autoload's
9591 doc string.
9592 (Repeated Loading): Modernize "add to list" examples.
9593 (Where Defined): Finish updating table of load-history elts.
9594
9595 * lists.texi (List-related Predicates): Minor wording improvement.
9596 (Lists as Boxes): Node deleted.
9597 (Building Lists): Explain trivial cases of number-sequence.
9598
9599 * hash.texi (Hash Tables): Add desc to menu items.
9600 (Creating Hash): Explain "full" means "make larger".
9601 (Hash Access): Any object can be a key.
9602 State value of maphash.
9603
9604 * functions.texi (What Is a Function): Wording cleanup.
9605 (Function Documentation): Minor cleanup.
9606 Explain purpose of calling convention at end of doc string.
9607 (Function Names): Wording cleanup.
9608 (Calling Functions): Wording cleanup.
9609 Explain better how funcall calls the function.
9610 (Function Cells): Delete example of saving and redefining function.
9611
9612 * control.texi (Combining Conditions): Wording cleanup.
9613 (Iteration): dolist and dotimes bind VAR locally.
9614 (Cleanups): Xref to Atomic Changes.
9615
9616 * compile.texi (Byte Compilation): Delete 19.29 info.
9617 (Compilation Functions): Macros' difficulties don't affect defsubst.
9618 (Docs and Compilation): Delete 19.29 info.
9619
9620 2005-02-10 Richard M. Stallman <rms@gnu.org>
9621
9622 * objects.texi (Symbol Type): Minor correction.
9623
9624 2005-02-06 Lute Kamstra <lute@gnu.org>
9625
9626 * modes.texi (Example Major Modes): Fix typos.
9627
9628 2005-02-06 Richard M. Stallman <rms@gnu.org>
9629
9630 * text.texi (Margins): fill-nobreak-predicate can be one function.
9631
9632 * strings.texi (Modifying Strings): clear-string can make unibyte.
9633 (Formatting Strings): format gives error if values missing.
9634
9635 * positions.texi (Character Motion): Mention default arg
9636 for forward-char. backward-char refers to forward-char.
9637 (Word Motion): Mention default arg for forward-word.
9638 (Buffer End Motion): Mention default arg for beginning-of-buffer.
9639 Simplify end-of-buffer.
9640 (Text Lines): Mention default arg for forward-line.
9641 (List Motion): Mention default arg for beginning/end-of-defun.
9642 (Skipping Characters): Minor fixes in explaining character-set.
9643
9644 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
9645 Mode inheritance applies only when default-major-mode is nil.
9646 Clarifications.
9647 (Example Major Modes): Update Text mode and Lisp mode examples.
9648 (Minor Mode Conventions): Mention define-minor-mode at top.
9649 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
9650 (Mode Line Format): Update mode line face display info.
9651 (Properties in Mode): Mention effect of risky vars.
9652 (Imenu): Define imenu-add-to-menubar.
9653 (Font Lock Mode): Add descriptions to menu lines.
9654 (Faces for Font Lock): Add font-lock-doc-face.
9655
9656 2005-02-05 Lute Kamstra <lute@gnu.org>
9657
9658 * text.texi (Maintaining Undo): Remove obsolete function.
9659
9660 2005-02-05 Eli Zaretskii <eliz@gnu.org>
9661
9662 * frames.texi (Color Names): Add pointer to the X docs about RGB
9663 color specifications. Improve indexing.
9664 (Text Terminal Colors): Replace the description of RGB values by
9665 an xref to "Color Names".
9666
9667 2005-02-03 Richard M. Stallman <rms@gnu.org>
9668
9669 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
9670 Clarify.
9671 (Selecting Windows): Clarify save-selected-window.
9672 (Cyclic Window Ordering): Clarify walk-windows.
9673 (Window Point): Clarify.
9674 (Window Start): Add comment to example.
9675 (Resizing Windows): Add `interactive' specs in examples.
9676 Document fit-window-to-buffer.
9677
9678 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
9679 (Undo, Maintaining Undo): Clarify last change.
9680 (Sorting): In sort-numeric-fields, explain about octal and hex.
9681 Mention sort-numeric-base.
9682 (Format Properties): Add xref for hard newlines.
9683
9684 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
9685 (Pop-Up Menus): Fix typo.
9686 (Color Names): Explain all types of color names.
9687 Explain color-values on B&W terminal.
9688 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
9689
9690 * files.texi (File Locks): Not supported on MS systems.
9691 (Testing Accessibility): Clarify.
9692
9693 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
9694 (Coverage Testing): Fix typo.
9695
9696 * commands.texi (Misc Events): Remove stray space.
9697
9698 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
9699 (Modification Time): Clarify when visited-file-modtime returns 0.
9700 (The Buffer List): Clarify bury-buffer.
9701 (Killing Buffers): Clarify.
9702 (Indirect Buffers): Add clone-indirect-buffer.
9703
9704 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
9705
9706 * edebug.texi (Printing in Edebug): Fix default value of
9707 edebug-print-circle.
9708 (Coverage Testing): Fix displayed frequency count data.
9709
9710 2005-02-02 Luc Teirlinck <teirllm@auburn.edu>
9711
9712 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
9713
9714 2005-02-02 Kim F. Storm <storm@cua.dk>
9715
9716 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
9717
9718 2005-01-29 Eli Zaretskii <eliz@gnu.org>
9719
9720 * commands.texi (Misc Events): Describe the help-echo event.
9721
9722 * text.texi (Special Properties) <help-echo>: Use `pos'
9723 consistently in description of the help-echo property.
9724 Use @code{nil} instead of @var{nil}.
9725
9726 * display.texi (Overlay Properties): Fix the index entry for
9727 help-echo overlay property.
9728
9729 * customize.texi (Type Keywords): Uncomment the xref to the
9730 help-echo property documentation.
9731
9732 2005-01-23 Kim F. Storm <storm@cua.dk>
9733
9734 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
9735 return value. Third element FULLY replaced by PARTIAL which
9736 specifies number of invisible pixels if row is only partially visible.
9737 (Textual Scrolling): Mention auto-window-vscroll.
9738 (Vertical Scrolling): New defvar auto-window-vscroll.
9739
9740 2005-01-16 Luc Teirlinck <teirllm@auburn.edu>
9741
9742 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
9743 command remapping.
9744
9745 2005-01-15 Richard M. Stallman <rms@gnu.org>
9746
9747 * display.texi (Defining Images): Mention DATA-P arg of create-image.
9748
9749 2005-01-14 Kim F. Storm <storm@cua.dk>
9750
9751 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
9752
9753 * text.texi (Links and Mouse-1): Fix string and vector item.
9754
9755 2005-01-13 Richard M. Stallman <rms@gnu.org>
9756
9757 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
9758 descriptions of overriding-local-map and overriding-terminal-local-map.
9759
9760 * text.texi (Links and Mouse-1): Clarify text.
9761
9762 2005-01-13 Kim F. Storm <storm@cua.dk>
9763
9764 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
9765
9766 2005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
9767
9768 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
9769
9770 2005-01-12 Kim F. Storm <storm@cua.dk>
9771
9772 * text.texi (Links and Mouse-1): Rename section from Enabling
9773 Mouse-1 to Following Links. Change xrefs.
9774 Add examples for define-button-type and define-widget.
9775
9776 * display.texi (Button Properties, Button Buffer Commands):
9777 Clarify mouse-1 and follow-link functionality.
9778
9779 2005-01-12 Richard M. Stallman <rms@gnu.org>
9780
9781 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
9782
9783 * display.texi (Beeping): Fix Texinfo usage.
9784
9785 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
9786
9787 2005-01-11 Kim F. Storm <storm@cua.dk>
9788
9789 * display.texi (Button Properties, Button Buffer Commands):
9790 Mention mouse-1 binding. Add follow-link keyword.
9791
9792 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
9793 (Enabling Mouse-1 to Follow Links): New subsection.
9794
9795 2005-01-06 Richard M. Stallman <rms@gnu.org>
9796
9797 * text.texi (Special Properties): Minor change.
9798
9799 * os.texi (Timers): Clarify previous change.
9800
9801 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
9802
9803 2005-01-01 Luc Teirlinck <teirllm@auburn.edu>
9804
9805 * display.texi (Face Attributes): Correct xref to renamed node.
9806
9807 2005-01-01 Richard M. Stallman <rms@gnu.org>
9808
9809 * display.texi (Face Attributes): Describe hex color specs.
9810
9811 2004-12-31 Richard M. Stallman <rms@gnu.org>
9812
9813 * os.texi (Timers): Update previous change.
9814
9815 2004-12-30 Kim F. Storm <storm@cua.dk>
9816
9817 * display.texi (Line Height): Total line-height is now specified
9818 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
9819 in cons cells. (nil . RATIO) is relative to actual line height.
9820 Use line-height `t' instead of `0' to get minimum height.
9821
9822 2004-12-29 Richard M. Stallman <rms@gnu.org>
9823
9824 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
9825
9826 2004-12-28 Richard M. Stallman <rms@gnu.org>
9827
9828 * commands.texi (Quitting): Clarify value of with-local-quit.
9829
9830 * elisp.texi (Top): Fix previous change.
9831
9832 * loading.texi (Loading): Fix previous change.
9833
9834 2004-12-27 Richard M. Stallman <rms@gnu.org>
9835
9836 * Makefile.in (MAKEINFO): Specify --force.
9837
9838 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
9839
9840 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
9841
9842 * display.texi (Line Height): Further clarify.
9843
9844 * elisp.texi (Top): Update Loading submenu.
9845
9846 * loading.texi (Where Defined): New node.
9847 (Unloading): load-history moved to Where Defined.
9848
9849 2004-12-21 Richard M. Stallman <rms@gnu.org>
9850
9851 * commands.texi (Event Input Misc): Add while-no-input.
9852
9853 2004-12-11 Richard M. Stallman <rms@gnu.org>
9854
9855 * display.texi (Line Height): Rewrite text for clarity.
9856
9857 2004-12-11 Kim F. Storm <storm@cua.dk>
9858
9859 * display.texi (Display): Add node "Line Height" to menu.
9860 (Line Height): New node. Move full description of line-spacing
9861 and line-height text properties here from text.texi.
9862 (Scroll Bars): Add vertical-scroll-bar variable.
9863
9864 * frames.texi (Window Frame Parameters): Remove line-height defvar.
9865
9866 * locals.texi (Standard Buffer-Local Variables): Fix xref for
9867 line-spacing and vertical-scroll-bar.
9868
9869 * text.texi (Special Properties): Just mention line-spacing and
9870 line-height here, add xref to new "Line Height" node.
9871
9872 2004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
9873
9874 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
9875
9876 * locals.texi (Standard Buffer-Local Variables):
9877 Add @xref for `line-spacing'.
9878
9879 2004-12-05 Richard M. Stallman <rms@gnu.org>
9880
9881 * Makefile.in (maintainer-clean): Remove the info files
9882 in $(infodir) where they are created.
9883
9884 2004-12-03 Richard M. Stallman <rms@gnu.org>
9885
9886 * windows.texi (Selecting Windows): get-lru-window and
9887 get-largest-window don't consider dedicated windows.
9888
9889 * text.texi (Undo): Document undo-in-progress.
9890
9891 2004-11-26 Richard M. Stallman <rms@gnu.org>
9892
9893 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
9894 Remove a few vars that are not always buffer-local.
9895
9896 2004-11-24 Luc Teirlinck <teirllm@auburn.edu>
9897
9898 * locals.texi (Standard Buffer-Local Variables): Comment out
9899 xref's to non-existent node `Yet to be written'.
9900
9901 2004-11-24 Richard M. Stallman <rms@gnu.org>
9902
9903 * processes.texi (Synchronous Processes): Grammar fix.
9904
9905 * numbers.texi (Comparison of Numbers): Add eql.
9906
9907 * locals.texi (Standard Buffer-Local Variables): Add many vars.
9908
9909 * intro.texi (Printing Notation): Fix previous change.
9910
9911 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
9912 and default-indicate-buffer-boundaries from here.
9913 (Usual Display): To here.
9914 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
9915 (Usual Display): Move tab-width up.
9916
9917 * customize.texi (Variable Definitions):
9918 Replace show-paren-mode example with tooltip-mode.
9919 (Simple Types, Composite Types, Defining New Types):
9920 Minor cleanups.
9921
9922 2004-11-21 Jesper Harder <harder@ifa.au.dk>
9923
9924 * processes.texi (Synchronous Processes, Output from Processes):
9925 Markup fix.
9926
9927 2004-11-20 Richard M. Stallman <rms@gnu.org>
9928
9929 * positions.texi (Skipping Characters): skip-chars-forward
9930 now handles char classes.
9931
9932 * intro.texi (Printing Notation): Avoid confusion of `print'
9933 when explaining @print.
9934
9935 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
9936
9937 * display.texi (Display Table Format): Minor fix.
9938
9939 * streams.texi (Output Functions): Fix print example.
9940
9941 * Makefile.in (elisp): New target.
9942 (dist): Depend on $(infodir)/elisp, not elisp.
9943 Copy the info files from $(infodir).
9944
9945 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
9946 read-from-minibuffer.
9947
9948 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
9949
9950 2004-11-19 Richard M. Stallman <rms@gnu.org>
9951
9952 * searching.texi (Regexp Search): Add search-whitespace-regexp.
9953
9954 2004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
9955
9956 * tips.texi (Coding Conventions): Fix typo.
9957
9958 2004-11-16 Richard M. Stallman <rms@gnu.org>
9959
9960 * tips.texi (Coding Conventions): Separate defvar and require
9961 methods to avoid warnings. Use require only when there are many
9962 functions and variables from that package.
9963
9964 * minibuf.texi (Minibuffer Completion): When ignoring case,
9965 predicate must not be case-sensitive.
9966
9967 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
9968 (Test Coverage): Don't talk about "splotches". Clarified.
9969
9970 2004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
9971
9972 * frames.texi (Window Frame Parameters): Fix typo.
9973
9974 2004-11-15 Kim F. Storm <storm@cua.dk>
9975
9976 * symbols.texi (Other Plists): Note that plist-get may signal error.
9977 Add safe-plist-get.
9978
9979 2004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
9980
9981 * modes.texi (Font Lock Basics): Fix typo.
9982
9983 2004-11-08 Richard M. Stallman <rms@gnu.org>
9984
9985 * syntax.texi (Syntax Table Functions): Add syntax-after.
9986
9987 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
9988
9989 * os.texi (Processor Run Time): New section documenting
9990 get-internal-run-time.
9991
9992 2004-11-06 Eli Zaretskii <eliz@gnu.org>
9993
9994 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
9995 it nukes elisp-cover.texi.
9996 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
9997 elisp-0 etc.
9998
9999 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
10000
10001 * commands.texi (Keyboard Macros): Document `append' return value
10002 of `defining-kbd-macro'.
10003
10004 2004-11-01 Richard M. Stallman <rms@gnu.org>
10005
10006 * commands.texi (Interactive Call): Add called-interactively-p.
10007
10008 2004-10-29 Simon Josefsson <jas@extundo.com>
10009
10010 * minibuf.texi (Reading a Password): Revert.
10011
10012 2004-10-28 Richard M. Stallman <rms@gnu.org>
10013
10014 * frames.texi (Display Feature Testing): Explain about "vendor".
10015
10016 2004-10-27 Richard M. Stallman <rms@gnu.org>
10017
10018 * commands.texi (Interactive Codes): `N' uses numeric prefix,
10019 not raw. Clarify `n'.
10020 (Interactive Call): Rewrite interactive-p, focusing on when
10021 and how to use it.
10022 (Misc Events): Clarify previous change.
10023
10024 * advice.texi (Simple Advice): Clarify what job the example does.
10025 (Around-Advice): Clarify ad-do-it.
10026 (Activation of Advice): An option of ad-default-compilation-action
10027 is `never', not `nil'.
10028
10029 2004-10-26 Kim F. Storm <storm@cua.dk>
10030
10031 * commands.texi (Interactive Codes): Add U code letter.
10032
10033 2004-10-25 Simon Josefsson <jas@extundo.com>
10034
10035 * minibuf.texi (Reading a Password): Add.
10036
10037 2004-10-24 Jason Rumney <jasonr@gnu.org>
10038
10039 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
10040 and wheel-down.
10041
10042 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
10043
10044 * processes.texi (Synchronous Processes): Document process-file.
10045
10046 2004-10-22 Kenichi Handa <handa@m17n.org>
10047
10048 * text.texi (translate-region): Document that it accepts also a
10049 char-table.
10050
10051 2004-10-22 David Ponce <david@dponce.com>
10052
10053 * windows.texi (Resizing Windows): Document the `preserve-before'
10054 argument of the functions `enlarge-window' and `shrink-window'.
10055
10056 2004-10-19 Jason Rumney <jasonr@gnu.org>
10057
10058 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
10059
10060 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
10061
10062 * text.texi (Filling): Add anchor for definition of
10063 `sentence-end-double-space'.
10064
10065 * searching.texi (Regexp Example): Update description of how
10066 Emacs currently recognizes the end of a sentence.
10067 (Standard Regexps): Update definition of the variable
10068 `sentence-end'. Add definition of the function `sentence-end'.
10069
10070 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
10071
10072 * display.texi (Progress): New node.
10073
10074 2004-10-05 Kim F. Storm <storm@cua.dk>
10075
10076 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
10077
10078 2004-09-29 Kim F. Storm <storm@cua.dk>
10079
10080 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
10081 to identify bitmaps. Remove -fringe-bitmap suffix for standard
10082 fringe bitmap symbols, as they now have their own namespace.
10083 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
10084 vs. pixels. Signal error if no free bitmap slots.
10085 (Pixel Specification): Change IMAGE to @var{image}.
10086
10087 2004-09-28 Richard M. Stallman <rms@gnu.org>
10088
10089 * text.texi (Special Properties): Clarify line-spacing and line-height.
10090
10091 * searching.texi (Regexp Search): Add looking-back.
10092
10093 2004-09-25 Luc Teirlinck <teirllm@auburn.edu>
10094
10095 * display.texi: Correct typos.
10096 (Image Descriptors): Correct xref's.
10097
10098 2004-09-25 Richard M. Stallman <rms@gnu.org>
10099
10100 * text.texi (Special Properties): Cleanups in `cursor'.
10101 Rewrites in `line-height' and `line-spacing'; exchange them.
10102
10103 * display.texi (Fringes): Rewrite previous change.
10104 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
10105 (Display Fringe Bitmaps): Node deleted, text moved.
10106 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
10107 (Scroll Bars): Clarify set-window-scroll-bars.
10108 (Pointer Shape): Rewrite.
10109 (Specified Space): Clarify :align-to, etc.
10110 (Pixel Specification): Use @var. Clarify new text.
10111 (Other Display Specs): Clarify `slice'.
10112 (Image Descriptors): Cleanups.
10113 (Showing Images): Cleanups.
10114
10115 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
10116
10117 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
10118
10119 * modes.texi: Various minor changes in addition to:
10120 (Major Mode Conventions): Final call to `run-mode-hooks' should
10121 not be inside the `delay-mode-hooks' form.
10122 (Mode Hooks): New node.
10123 (Hooks): Delete obsolete example.
10124 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
10125 node "Mode Hooks".
10126
10127 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
10128
10129 * display.texi: Correct various typos.
10130 (Display): Rename node "Pointer Shapes" to "Pointer
10131 Shape". (There is already a node called "Pointer Shapes" in
10132 frames.texi.)
10133 (Images): Remove non-existent node "Image Slices" from menu.
10134
10135 2004-09-23 Kim F. Storm <storm@cua.dk>
10136
10137 * text.texi (Special Properties): Add `cursor', `pointer',
10138 `line-height', and `line-spacing' properties.
10139
10140 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
10141 Shapes' to menu.
10142 (Standard Faces): Doc fix for fringe face.
10143 (Fringes): Add `overflow-newline-into-fringe' and
10144 'indicate-buffer-boundaries'.
10145 (Fringe Bitmaps, Pointer Shapes): New nodes.
10146 (Display Property): Add 'Pixel Specification' and 'Display Fringe
10147 Bitmaps' to menu.
10148 (Specified Space): Describe pixel width and height.
10149 (Pixel Specification): New node.
10150 (Other Display Specs): Add `slice' property.
10151 (Display Fringe Bitmaps): New node.
10152 (Images): Add 'Image Slices' to menu.
10153 (Image Descriptors): Add `:pointer' and `:map' properties.
10154 (Showing Images): Add slice arg to `insert-image'.
10155 Add 'insert-sliced-image'.
10156
10157 2004-09-20 Richard M. Stallman <rms@gnu.org>
10158
10159 * commands.texi (Key Sequence Input):
10160 Clarify downcasing in read-key-sequence.
10161
10162 2004-09-08 Juri Linkov <juri@jurta.org>
10163
10164 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
10165
10166 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
10167
10168 * locals.texi (Standard Buffer-Local Variables):
10169 Add `buffer-auto-save-file-format'.
10170 * internals.texi (Buffer Internals): Describe new
10171 auto_save_file_format field of the buffer structure.
10172 * files.texi (Format Conversion): `auto-save-file-format' has been
10173 renamed `buffer-auto-save-file-format'.
10174
10175 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
10176
10177 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
10178 an integer or a marker.
10179 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
10180
10181 2004-08-22 Richard M. Stallman <rms@gnu.org>
10182
10183 * modes.texi (Major Mode Conventions): Discuss rebinding of
10184 standard key bindings.
10185
10186 2004-08-18 Kim F. Storm <storm@cua.dk>
10187
10188 * processes.texi (Accepting Output): Add `just-this-one' arg to
10189 `accept-process-output'.
10190 (Output from Processes): New var `process-adaptive-read-buffering'.
10191
10192 2004-08-10 Luc Teirlinck <teirllm@auburn.edu>
10193
10194 * keymaps.texi: Various changes in addition to:
10195 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
10196 Give more varied examples for `kbd'.
10197 (Creating Keymaps): Char tables have slots for all characters
10198 without modifiers.
10199 (Active Keymaps): `overriding-local-map' and
10200 `overriding-terminal-local-map' also override text property and
10201 overlay keymaps.
10202 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
10203 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
10204 to denote a prefix of no events.
10205 `map-keymap' includes parent's bindings _recursively_.
10206 Clarify and correct description of `where-is-internal'.
10207 Mention BUFFER-OR-NAME arg to `describe-bindings'.
10208 (Menu Example): For menus intended for use with the keyboard, the
10209 menu items should be bound to characters or real function keys.
10210
10211 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
10212
10213 * objects.texi (Character Type): Reposition `@anchor' to prevent
10214 double space inside sentence in Info.
10215
10216 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
10217 renamed to `disabled-command-function'.
10218 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
10219 (Command Loop Info): Replace reference to it.
10220 (Disabling Commands): `disabled-command-hook' has been renamed to
10221 `disabled-command-function'.
10222
10223 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
10224
10225 * os.texi (Translating Input): Only non-prefix bindings in
10226 `key-translation-map' override actual key bindings. Warn about
10227 possible indirect effect of actual key bindings on non-prefix
10228 bindings in `key-translation-map'.
10229
10230 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
10231
10232 * minibuf.texi (High-Level Completion): Add anchor for definition
10233 of `read-variable'.
10234
10235 * commands.texi: Various changes in addition to:
10236 (Using Interactive): Clarify description of `interactive-form'.
10237 (Interactive Call): Mention default for KEYS argument to
10238 `call-interactively'.
10239 (Command Loop Info): Clarify description of `this-command-keys'.
10240 Mention KEEP-RECORD argument to `clear-this-command-keys'.
10241 Value of `last-event-frame' can be `macro'.
10242 (Repeat Events): `double-click-fuzz' is also used to distinguish
10243 clicks and drags.
10244 (Classifying Events): Clarify descriptions of `event-modifiers'
10245 `event-basic-type' and `event-convert-list'.
10246 (Accessing Events): `posn-timestamp' takes POSITION argument.
10247 (Quoted Character Input): Clarify description of
10248 `read-quoted-char' and fix example.
10249 (Quitting): Add `with-local-quit'.
10250 (Disabling Commands): Correct and clarify descriptions of
10251 `enable-command' and `disable-command'.
10252 Mention what happens if `disabled-command-hook' is nil.
10253 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
10254 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
10255
10256 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
10257
10258 * frames.texi: Various changes in addition to:
10259 (Creating Frames): Expand and clarify description of `make-frame'.
10260 (Window Frame Parameters): Either none or both of the `icon-left'
10261 and `icon-top' parameters must be specified. Put descriptions of
10262 `menu-bar-lines' and `toolbar-lines' closer together and change
10263 them accordingly.
10264 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
10265 except while processing `frame-title-format' or `icon-title-format'.
10266 (Deleting Frames): Correct description of `delete-frame'.
10267 Non-nil return values of `frame-live-p' are like those of `framep'.
10268 (Frames and Windows): Mention return value of
10269 `set-frame-selected-window'.
10270 (Visibility of Frames): Mention `force' argument to
10271 `make-frame-invisible'. `frame-visible-p' returns t for all
10272 frames on text-only terminals.
10273 (Frame Configurations): Restoring a frame configuration does not
10274 restore deleted frames.
10275 (Window System Selections): `x-set-selection' returns DATA.
10276 (Resources): Add example.
10277 (Display Feature Testing): Clarify descriptions of
10278 `display-pixel-height', `display-pixel-width', `x-server-version'
10279 and `x-server-vendor'.
10280
10281 * windows.texi (Choosing Window): Add anchor.
10282 * minibuf.texi (Minibuffer Misc): Add anchor.
10283
10284 2004-07-23 John Paul Wallington <jpw@gnu.org>
10285
10286 * macros.texi (Defining Macros): Declaration keyword for setting
10287 Edebug spec is `debug' not `edebug'.
10288
10289 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
10290
10291 * windows.texi: Various small changes in addition to:
10292 (Window Point): Mention return value of `set-window-point'.
10293 (Window Start): `pos-visible-in-window-p' disregards horizontal
10294 scrolling. Explain return value if PARTIALLY is non-nil.
10295 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
10296 and `set-window-vscroll'.
10297 (Size of Window): The argument WINDOW to `window-inside-edges',
10298 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
10299 (Resizing Windows): Explain return value of
10300 `shrink-window-if-larger-than-buffer'.
10301 `window-size-fixed' automatically becomes buffer local when set.
10302 (Window Configurations): Explain return value of
10303 `set-window-configuration'.
10304
10305 * minibuf.texi (Minibuffer Misc): Add anchor for
10306 `minibuffer-scroll-window'.
10307
10308 * positions.texi (Text Lines): Add anchor for `count-lines'.
10309
10310 2004-07-17 Richard M. Stallman <rms@gnu.org>
10311
10312 * display.texi (Overlay Properties): Adding `evaporate' prop
10313 deletes empty overlay immediately.
10314
10315 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
10316 fix example.
10317
10318 2004-07-16 Jim Blandy <jimb@redhat.com>
10319
10320 * searching.texi (Regexp Backslash): Document new \_< and \_>
10321 operators.
10322
10323 2004-07-16 Juanma Barranquero <lektu@terra.es>
10324
10325 * display.texi (Images): Fix Texinfo usage.
10326
10327 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
10328
10329 * buffers.texi (Modification Time): `visited-file-modtime' now
10330 returns a list of two integers, instead of a cons.
10331
10332 2004-07-13 Luc Teirlinck <teirllm@auburn.edu>
10333
10334 * windows.texi: Various changes in addition to:
10335 (Splitting Windows): Add `split-window-keep-point'.
10336
10337 2004-07-09 Richard M. Stallman <rms@gnu.org>
10338
10339 * frames.texi (Input Focus): Minor fix.
10340
10341 2004-07-07 Luc Teirlinck <teirllm@auburn.edu>
10342
10343 * frames.texi (Input Focus): Clarify descriptions of
10344 `select-frame-set-input-focus' and `select-frame'.
10345
10346 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
10347
10348 * os.texi: Various small changes in addition to:
10349 (Killing Emacs): Expand and clarify description of
10350 `kill-emacs-query-functions' and `kill-emacs-hook'.
10351 (System Environment): Expand and clarify description of `getenv'
10352 and `setenv'.
10353 (Timers): Clarify description of `run-at-time'.
10354 (Translating Input): Correct description of
10355 `extra-keyboard-modifiers'.
10356 (Flow Control): Correct description of `enable-flow-control'.
10357
10358 2004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
10359
10360 * os.texi: Update copyright.
10361 (Session Management): Grammar fix.
10362 Clarify which Emacs does the restarting.
10363 Use @samp for *scratch* buffer.
10364
10365 2004-07-04 Alan Mackenzie <acm@muc.de>
10366
10367 * frames.texi (Input Focus): Add documentation for
10368 `select-frame-set-input-focus'. Replace refs to non-existent
10369 `switch-frame' with `select-frame'. Minor corrections and tidying
10370 up of text-only terminal stuff.
10371
10372 2004-07-02 Richard M. Stallman <rms@gnu.org>
10373
10374 * files.texi (Saving Buffers): Cleanup write-contents-function.
10375 (Magic File Names): Cleanup file-remote-p.
10376
10377 2004-07-02 Kai Großjohann <kai@emptydomain.de>
10378
10379 * files.texi (Magic File Names): `file-remote-p' returns an
10380 identifier of the remote system, not just t.
10381
10382 2004-07-02 David Kastrup <dak@gnu.org>
10383
10384 * searching.texi (Entire Match Data): Add explanation about new
10385 match-data behavior when @var{integers} is non-nil.
10386
10387 2004-06-24 Richard M. Stallman <rms@gnu.org>
10388
10389 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
10390
10391 * customize.texi (Variable Definitions): Note about doc strings
10392 and :set.
10393
10394 * keymaps.texi (Keymap Terminology): Document `kbd'.
10395 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
10396
10397 * display.texi (Invisible Text): Setting buffer-invisibility-spec
10398 makes it buffer-local.
10399
10400 * files.texi (Saving Buffers): Correct previous change.
10401
10402 * commands.texi (Accessing Events):
10403 Clarify posn-col-row and posn-actual-col-row.
10404
10405 2004-06-24 David Ponce <david.ponce@wanadoo.fr>
10406
10407 * commands.texi (Accessing Events): New functions
10408 posn-at-point and posn-at-x-y. Add example to posn-x-y.
10409
10410 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
10411
10412 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
10413 * frames.texi, buffers.texi, backups.texi, variables.texi:
10414 * loading.texi, eval.texi, functions.texi, control.texi:
10415 * symbols.texi, minibuf.texi: Reposition @anchor's.
10416
10417 * help.texi: Various small changes in addition to the following.
10418 (Describing Characters): Describe PREFIX argument to
10419 `key-description'. Correct and clarify definition of
10420 `text-char-description'. Describe NEED-VECTOR argument to
10421 `read-kbd-macro'.
10422 (Help Functions): Clarify definition of `apropos'.
10423
10424 2004-06-23 Lars Hansen <larsh@math.ku.dk>
10425
10426 * files.texi (Saving Buffers): Correct description of
10427 `write-contents-functions'.
10428
10429 2004-06-21 Juanma Barranquero <lektu@terra.es>
10430
10431 * display.texi (Images): Remove redundant @vindex directives.
10432 Rewrite `image-library-alist' doc in active voice.
10433
10434 2004-06-14 Juanma Barranquero <lektu@terra.es>
10435
10436 * display.texi (Images): Document new delayed library loading,
10437 variable `image-library-alist' and (existing but undocumented)
10438 function `image-type-available-p'.
10439
10440 2004-06-05 Richard M. Stallman <rms@gnu.org>
10441
10442 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
10443 refer the user to the Initial Input node.
10444 (Text from Minibuffer): Likewise.
10445 (Initial Input): New node. Document this feature
10446 and say it is mostly deprecated.
10447
10448 2004-05-30 Richard M. Stallman <rms@gnu.org>
10449
10450 * loading.texi (Named Features): Clarify return value
10451 and meaning of NOERROR.
10452
10453 * variables.texi (File Local Variables): Minor cleanup.
10454
10455 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
10456
10457 * files.texi (Magic File Names): Add `file-remote-p' as operation
10458 of file name handlers.
10459
10460 2004-05-29 Richard M. Stallman <rms@gnu.org>
10461
10462 * modes.texi (Minor Mode Conventions): (-) has no special meaning
10463 as arg to a minor mode command.
10464
10465 2004-05-22 Richard M. Stallman <rms@gnu.org>
10466
10467 * syntax.texi (Syntax Class Table): Word syntax not just for English.
10468
10469 * streams.texi (Output Variables): Doc float-output-format.
10470
10471 * searching.texi (Regexp Special): Nested repetition can be infloop.
10472
10473 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
10474 real stack overflow.
10475
10476 * compile.texi: Minor cleanups.
10477
10478 2004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
10479
10480 * lists.texi (Cons Cells): Explain dotted lists, true lists,
10481 circular lists.
10482 (List Elements): Explain handling of circular and dotted lists.
10483
10484 2004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
10485
10486 * modes.texi (Search-based Fontification): Fix typo.
10487
10488 2004-05-10 Juanma Barranquero <lektu@terra.es>
10489
10490 * modes.texi (Mode Line Variables): Fix description of
10491 global-mode-string, which is now after which-func-mode, not the
10492 buffer name.
10493
10494 2004-05-07 Lars Hansen <larsh@math.ku.dk>
10495
10496 * modes.texi (Desktop Save Mode): Add.
10497 (Modes): Add menu entry Desktop Save Mode.
10498
10499 * hooks.texi: Add desktop-after-read-hook,
10500 desktop-no-desktop-file-hook and desktop-save-hook.
10501
10502 * locals.texi: Add desktop-save-buffer.
10503
10504 2004-04-30 Jesper Harder <harder@ifa.au.dk>
10505
10506 * display.texi: emacs -> Emacs.
10507
10508 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
10509
10510 * files.texi (Changing Files): Document set-file-times.
10511
10512 2004-04-23 Juanma Barranquero <lektu@terra.es>
10513
10514 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
10515
10516 2004-04-18 Jesper Harder <harder@ifa.au.dk>
10517
10518 * tips.texi (Coding Conventions): defopt -> defcustom.
10519
10520 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
10521
10522 * sequences.texi: Various clarifications.
10523
10524 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
10525
10526 * buffers.texi (Read Only Buffers): Mention optional ARG to
10527 `toggle-read-only'.
10528
10529 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
10530
10531 * windows.texi (Selecting Windows): Note that get-lru-window
10532 returns a full-width window if possible.
10533
10534 2004-04-13 Luc Teirlinck <teirllm@auburn.edu>
10535
10536 * buffers.texi: Various changes in addition to:
10537 (Buffer File Name): Add `find-buffer-visiting'.
10538 (Buffer Modification): Mention optional ARG to `not-modified'.
10539 (Indirect Buffers): Mention optional CLONE argument to
10540 `make-indirect-buffer'.
10541
10542 * files.texi: Various changes in addition to:
10543 (Visiting Functions): `find-file-hook' is now a normal hook.
10544 (File Name Expansion): Explain difference between the way that
10545 `expand-file-name' and `file-truename' treat `..'.
10546 (Contents of Directories): Mention optional ID-FORMAT argument to
10547 `directory-files-and-attributes'.
10548 (Format Conversion): Mention new optional CONFIRM argument to
10549 `format-write-file'.
10550
10551 2004-04-12 Miles Bader <miles@gnu.org>
10552
10553 * macros.texi (Expansion): Add description of `macroexpand-all'.
10554
10555 2004-04-05 Jesper Harder <harder@ifa.au.dk>
10556
10557 * variables.texi (Variable Aliases):
10558 Mention cyclic-variable-indirection.
10559
10560 * errors.texi (Standard Errors): Ditto.
10561
10562 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
10563
10564 * backups.texi: Various small changes in addition to:
10565 (Making Backups): Mention return value of `backup-buffer'.
10566 (Auto-Saving): Mention optional FORCE argument to
10567 `delete-auto-save-file-if-necessary'.
10568 (Reverting): Mention optional PRESERVE-MODES argument to
10569 `revert-buffer'. Correct description of `revert-buffer-function'.
10570
10571 2004-03-22 Juri Linkov <juri@jurta.org>
10572
10573 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
10574 with `Vector Functions'.
10575
10576 * text.texi (Sorting): Add missing quote.
10577
10578 2004-03-14 Luc Teirlinck <teirllm@auburn.edu>
10579
10580 * intro.texi (Lisp History): Replace xref to `cl' manual with
10581 inforef.
10582
10583 2004-03-12 Richard M. Stallman <rms@gnu.org>
10584
10585 * intro.texi (Version Info): Add arg to emacs-version.
10586 (Lisp History): Change xref to CL manual.
10587
10588 2004-03-09 Luc Teirlinck <teirllm@auburn.edu>
10589
10590 * minibuf.texi (Completion Commands): Add xref to Emacs manual
10591 for Partial Completion mode.
10592
10593 2004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
10594
10595 * customize.texi: Fix typo. Remove eol whitespace.
10596
10597 2004-03-04 Richard M. Stallman <rms@gnu.org>
10598
10599 * processes.texi: Fix typos.
10600
10601 * lists.texi (Building Lists): Minor clarification.
10602
10603 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
10604 in make-hash-table.
10605
10606 2004-02-29 Juanma Barranquero <lektu@terra.es>
10607
10608 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
10609 rm, and ignore exit code.
10610
10611 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
10612
10613 * display.texi (Defining Faces): Add description for min-colors.
10614 Update example.
10615
10616 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
10617
10618 * abbrevs.texi: Various corrections and clarifications in addition
10619 to the following:
10620 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
10621
10622 2004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
10623
10624 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
10625
10626 2004-02-21 Luc Teirlinck <teirllm@auburn.edu>
10627
10628 * text.texi: Various small changes in addition to the following:
10629 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
10630 to delete-horizontal-space.
10631 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
10632 description of yank-handler text property at various places.
10633
10634 * frames.texi (Window System Selections): Add anchor.
10635
10636 * syntax.texi (Syntax Table Functions): Clarify and correct
10637 descriptions of make-syntax-table and copy-syntax-table.
10638 (Motion and Syntax): Clarify SYNTAXES argument to
10639 skip-syntax-forward.
10640 (Parsing Expressions): Mention that the return value of
10641 parse-partial-sexp is currently a list of ten rather than nine
10642 elements.
10643 (Categories): Various corrections and clarifications.
10644
10645 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
10646
10647 * markers.texi (Marker Insertion Types): Minor change.
10648
10649 * locals.texi (Standard Buffer-Local Variables):
10650 * commands.texi (Interactive Codes, Using Interactive):
10651 * functions.texi (Related Topics): Fix xrefs.
10652
10653 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
10654
10655 * lists.texi (Sets And Lists): Update description of delete-dups.
10656
10657 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
10658
10659 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
10660
10661 2004-02-16 Jan Djärv <jan.h.d@swipnet.se>
10662
10663 * frames.texi (Parameter Access): frame-parameters arg is optional.
10664 modify-frame-parameters handles nil for FRAME.
10665 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
10666 are all-or-nothing for certain toolkits.
10667 Mention parameter wait-for-wm.
10668 (Frames and Windows): In frame-first-window and frame-selected-window
10669 the arg is optional.
10670 (Input Focus): In redirect-frame-focus the second arg is optional.
10671 (Window System Selections): Mention selection type CLIPBOARD.
10672 Mention data-type UTF8_STRING.
10673 Mention numbering of cut buffers.
10674 (Resources): Describe x-resource-name.
10675
10676 2004-02-16 Richard M. Stallman <rms@gnu.org>
10677
10678 * windows.texi (Buffers and Windows): Delete false table
10679 about all-frames.
10680
10681 * syntax.texi (Parsing Expressions): Delete old caveat
10682 about parse-sexp-ignore-comments.
10683
10684 * streams.texi (Output Variables): Add print-quoted.
10685
10686 * lists.texi (Building Lists): Minor cleanup.
10687
10688 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
10689
10690 * display.texi (Overlays): Explain overlays use markers.
10691 (Managing Overlays): Explain front-advance and rear-advance
10692 in more detail.
10693
10694 * loading.texi (Unloading): Document unload-feature-special-hooks.
10695 Get rid of fns-NNN.el file.
10696
10697 2004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
10698
10699 * help.texi (Describing Characters): Fix text-char-description
10700 example output.
10701
10702 * edebug.texi (Using Edebug): Fix example.
10703
10704 * debugging.texi (Internals of Debugger): Fix return value.
10705
10706 * files.texi (Changing Files): Fix argname.
10707
10708 * calendar.texi: Fix parens, and default values.
10709
10710 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
10711 * nonascii.texi, objects.texi, os.texi: Minor fixes.
10712 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
10713
10714 * positions.texi (Text Lines): Don't add -1 in current-line.
10715
10716 2004-02-16 Richard M. Stallman <rms@gnu.org>
10717
10718 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
10719
10720 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
10721
10722 * processes.texi (Low-Level Network): Fix a typo.
10723
10724 2004-02-12 Kim F. Storm <storm@cua.dk>
10725
10726 * display.texi (Fringes): Use consistent wording.
10727 Note that window-fringe's window arg is optional.
10728 (Scroll Bars): Use consistent wording.
10729
10730 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
10731
10732 * tips.texi (Comment Tips): Document the new conventions for
10733 commenting out code.
10734
10735 2004-02-07 Jan Djärv <jan.h.d@swipnet.se>
10736
10737 * positions.texi (Text Lines): Add missing end defun.
10738
10739 2004-02-07 Kim F. Storm <storm@cua.dk>
10740
10741 * positions.texi (Text Lines): Add line-number-at-pos.
10742
10743 2004-02-06 John Paul Wallington <jpw@gnu.org>
10744
10745 * display.texi (Button Properties, Button Buffer Commands):
10746 mouse-2 invokes button, not down-mouse-1.
10747
10748 2004-02-04 Jason Rumney <jasonr@gnu.org>
10749
10750 * makefile.w32-in: Sync with Makefile.in changes.
10751
10752 2004-02-03 Luc Teirlinck <teirllm@auburn.edu>
10753
10754 * minibuf.texi (Text from Minibuffer): Various corrections and
10755 clarifications.
10756 (Object from Minibuffer): Correct Lisp description of
10757 read-minibuffer.
10758 (Minibuffer History): Clarify description of cons values for
10759 HISTORY arguments.
10760 (Basic Completion): Various corrections and clarifications.
10761 Add completion-regexp-list.
10762 (Minibuffer Completion): Correct and clarify description of
10763 completing-read.
10764 (Completion Commands): Mention Partial Completion mode.
10765 Various other minor changes.
10766 (High-Level Completion): Various corrections and clarifications.
10767 (Reading File Names): Ditto.
10768 (Minibuffer Misc): Ditto.
10769
10770 2004-01-26 Luc Teirlinck <teirllm@auburn.edu>
10771
10772 * strings.texi (Text Comparison): assoc-string also matches
10773 elements of alists that are strings instead of conses.
10774 (Formatting Strings): Standardize Texinfo usage. Update index
10775 entries.
10776
10777 2004-01-20 Luc Teirlinck <teirllm@auburn.edu>
10778
10779 * lists.texi (Sets And Lists): Add delete-dups.
10780
10781 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
10782
10783 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
10784 special form.
10785 * macros.texi (Defining Macros): Update description of `declare',
10786 which now is a macro.
10787 (Wrong Time): Fix typos.
10788
10789 2004-01-14 Luc Teirlinck <teirllm@auburn.edu>
10790
10791 * compile.texi (Compilation Functions): Expand descriptions of
10792 `compile-defun', `byte-compile-file', `byte-recompile-directory'
10793 and `batch-byte-compile'. In particular, mention and describe
10794 all optional arguments.
10795 (Disassembly): Correct and clarify the description of `disassemble'.
10796
10797 2004-01-11 Luc Teirlinck <teirllm@auburn.edu>
10798
10799 * searching.texi: Various small changes in addition to the
10800 following.
10801 (Regexp Example): Adapt to new value of `sentence-end'.
10802 (Regexp Functions): The PAREN argument to `regexp-opt' can be
10803 `words'.
10804 (Search and Replace): Add usage note for `perform-replace'.
10805 (Entire Match Data): Mention INTEGERS and REUSE arguments to
10806 `match-data'.
10807 (Standard Regexps): Update for new values of `paragraph-start'
10808 and `sentence-end'.
10809
10810 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
10811
10812 * files.texi (Saving Buffers): Clarify descriptions of
10813 `write-contents-functions' and `before-save-hook'.
10814 Make the defvar's for `before-save-hook' and `after-save-hook'
10815 into defopt's.
10816
10817 2004-01-07 Kim F. Storm <storm@cua.dk>
10818
10819 * commands.texi (Click Events): Describe new image and
10820 width/height elements of click events.
10821 (Accessing Events): Add posn-string, posn-image, and
10822 posn-object-width-height. Change posn-object to return either
10823 image or string object.
10824
10825 2004-01-01 Simon Josefsson <jas@extundo.com>
10826
10827 * hooks.texi (Standard Hooks): Add before-save-hook.
10828 * files.texi (Saving Buffers): Likewise.
10829
10830 2004-01-03 Richard M. Stallman <rms@gnu.org>
10831
10832 * frames.texi (Frames and Windows): Delete frame-root-window.
10833
10834 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
10835
10836 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
10837
10838 * functions.texi: Various small changes in addition to the
10839 following.
10840 (What Is a Function): `functionp' returns nil for macros.
10841 Clarify behavior of this and following functions for symbol arguments.
10842 (Function Documentation): Add `\' in front of (fn @var{arglist})
10843 and explain why.
10844 (Defining Functions): Mention DOCSTRING argument to `defalias'.
10845 Add anchor.
10846 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
10847
10848 2004-01-01 Miles Bader <miles@gnu.org>
10849
10850 * display.texi (Buttons): New section.
10851
10852 2003-12-31 Andreas Schwab <schwab@suse.de>
10853
10854 * numbers.texi (Math Functions): sqrt reports a domain-error
10855 error.
10856 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
10857
10858 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
10859
10860 * tips.texi (Documentation Tips): Update item on hyperlinks in
10861 documentation strings.
10862
10863 * errors.texi (Standard Errors): Various small corrections and
10864 additions.
10865
10866 * control.texi: Various small changes in addition to the
10867 following.
10868 (Signaling Errors): Provide some more details on how `signal'
10869 constructs the error message. Add anchor to the definition of
10870 `signal'.
10871 (Error Symbols): Describe special treatment of `quit'.
10872 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
10873 to emphasize that it has to be a single form.
10874
10875 * buffers.texi: Add anchor.
10876
10877 2003-12-29 Richard M. Stallman <rms@gnu.org>
10878
10879 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
10880 (Window Configurations): Add window-configuration-frame.
10881
10882 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
10883
10884 * text.texi (Examining Properties): Add get-char-property-and-overlay.
10885 Change arg name in get-char-property.
10886 (Special Properties): Update handling of keymap property.
10887
10888 * strings.texi (Modifying Strings): Add clear-string.
10889 (Text Comparison): Add assoc-string and remove
10890 assoc-ignore-case, assoc-ignore-representation.
10891
10892 * os.texi (Time of Day): Add set-time-zone-rule.
10893
10894 * numbers.texi (Math Functions): asin, acos, log, log10
10895 report domain-error errors.
10896
10897 * nonascii.texi (Converting Representations):
10898 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
10899 (Encoding and I/O): Add file-name-coding-system.
10900
10901 * modes.texi (Search-based Fontification): Explain that
10902 face specs are symbols with face names as values.
10903
10904 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
10905
10906 * lists.texi (Building Lists): remq moved elsewhere.
10907 (Sets And Lists): remq moved here.
10908 (Association Lists): Refer to assoc-string.
10909
10910 * internals.texi (Garbage Collection): Add memory-use-counts.
10911
10912 * frames.texi (Frames and Windows): Add set-frame-selected-window
10913 and frame-root-window.
10914
10915 * files.texi (Contents of Directories):
10916 Add directory-files-and-attributes.
10917
10918 * display.texi (Refresh Screen): Add force-window-update.
10919 (Invisible Text): Explain about moving point out of invis text.
10920 (Overlay Properties): Add overlay-properties.
10921 (Managing Overlays): Add overlayp.
10922 (GIF Images): Invalid image number displays a hollow box.
10923
10924 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
10925 (Killing Buffers): Add buffer-live-p.
10926
10927 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
10928
10929 * display.texi (Fringes): Fix typo "set-buffer-window".
10930
10931 2003-12-24 Luc Teirlinck <teirllm@auburn.edu>
10932
10933 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
10934 * nonascii.texi, processes.texi, tips.texi, variables.texi:
10935 Add or change various xrefs and anchors.
10936
10937 * commands.texi: Replace all occurrences of @acronym{CAR} with
10938 @sc{car}, for consistency with the rest of the Elisp manual.
10939 `car' and `cdr' are historically acronyms, but are no longer
10940 widely thought of as such.
10941
10942 * internals.texi (Pure Storage): Mention that `purecopy' does not
10943 copy text properties.
10944 (Object Internals): Now 29 bits are used (in most implementations)
10945 to address Lisp objects.
10946
10947 * variables.texi (Variables with Restricted Values): New node.
10948
10949 * objects.texi (Lisp Data Types): Mention that certain variables
10950 can only take on a restricted set of values and add an xref to
10951 the new node "Variables with Restricted Values".
10952
10953 * eval.texi (Function Indirection): Describe the errors that
10954 `indirect-function' can signal.
10955 (Eval): Clarify the descriptions of `eval-region' and `values'.
10956 Describe `eval-buffer' instead of `eval-current-buffer' and
10957 mention `eval-current-buffer' as an alias for `current-buffer'.
10958 Correct the description and mention all optional arguments.
10959
10960 * nonascii.texi: Various small changes in addition to the
10961 following.
10962 (Converting Representations): Clarify behavior of
10963 `string-make-multibyte' and `string-to-multibyte' for unibyte all
10964 ASCII arguments.
10965 (Character Sets): Document the variable `charset-list' and adapt
10966 the definition of the function `charset-list' accordingly.
10967 (Translation of Characters): Clarify use of generic characters in
10968 `make-translation-table'. Clarify and correct the description of
10969 the use of translation tables in encoding and decoding.
10970 (User-Chosen Coding Systems): Correct and clarify the description
10971 of `select-safe-coding-system'.
10972 (Default Coding Systems): Clarify description of
10973 `file-coding-system-alist'.
10974
10975 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
10976
10977 * strings.texi (Text Comparison): Correctly describe when two
10978 strings are `equal'. Combine and clarify descriptions of
10979 `assoc-ignore-case' and `assoc-ignore-representation'.
10980
10981 * objects.texi (Non-ASCII in Strings): Clarify description of
10982 when a string is unibyte or multibyte.
10983 (Bool-Vector Type): Update examples.
10984 (Equality Predicates): Correctly describe when two strings are
10985 `equal'.
10986
10987 2003-11-29 Luc Teirlinck <teirllm@auburn.edu>
10988
10989 * lists.texi (Building Lists): `append' no longer accepts integer
10990 arguments. Update the description of `number-sequence' to reflect
10991 recent changes.
10992 (Sets And Lists): Describe `member-ignore-case' after `member'.
10993
10994 2003-11-27 Kim F. Storm <storm@cua.dk>
10995
10996 * commands.texi (Click Events): Click object may be an images.
10997 Describe (dx . dy) element of click positions.
10998 (Accessing Events): Remove duplicate posn-timestamp.
10999 New functions posn-object and posn-object-x-y.
11000
11001 2003-11-23 Kim F. Storm <storm@cua.dk>
11002
11003 * commands.texi (Click Events): Describe enhancements to event
11004 position lists, including new text-pos and (col . row) items.
11005 Mention left-fringe and right-fringe area events.
11006 (Accessing Events): New functions posn-area and
11007 posn-actual-col-row. Mention posn-timestamp. Mention that
11008 posn-point in non-text area still returns buffer position.
11009 Clarify posn-col-row.
11010
11011 2003-11-21 Lars Hansen <larsh@math.ku.dk>
11012
11013 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
11014 * anti.texi (File Attributes): Describe removed parameter
11015 ID-FORMAT.
11016
11017 2003-11-20 Luc Teirlinck <teirllm@auburn.edu>
11018
11019 * positions.texi (Positions): Mention that, if a marker is used as
11020 a position, its buffer is ignored.
11021
11022 * markers.texi (Overview of Markers): Mention it here too.
11023
11024 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
11025
11026 * numbers.texi (Numeric Conversions): Not just `floor', but also
11027 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
11028
11029 2003-11-10 Luc Teirlinck <teirllm@auburn.edu>
11030
11031 * markers.texi (Creating Markers): Specify insertion type of
11032 created markers. Add xref to `Marker Insertion Types'.
11033 Second argument to `copy-marker' is optional.
11034 (Marker Insertion Types): Mention that most markers are created
11035 with insertion type nil.
11036 (The Mark): Correctly describe when `mark' signals an error.
11037 (The Region): Correctly describe when `region-beginning' and
11038 `region-end' signal an error.
11039
11040 2003-11-08 Luc Teirlinck <teirllm@auburn.edu>
11041
11042 * hash.texi (Creating Hash): Clarify description of `eql'.
11043 `makehash' is obsolete.
11044 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
11045
11046 * positions.texi (Point): Change description of `buffer-end', so
11047 that it is also correct for floating point arguments.
11048 (List Motion): Correct argument lists of `beginning-of-defun' and
11049 `end-of-defun'.
11050 (Excursions): Add xref to `Marker Insertion Types'.
11051 (Narrowing): Argument to `narrow-to-page' is optional.
11052
11053 2003-11-06 Luc Teirlinck <teirllm@auburn.edu>
11054
11055 * streams.texi (Output Streams): Clarify behavior of point for
11056 marker output streams.
11057
11058 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
11059
11060 * variables.texi (Defining Variables): Second argument to
11061 `defconst' is not optional.
11062 (Setting Variables): Mention optional argument APPEND to
11063 `add-to-list'.
11064 (Creating Buffer-Local): Expand description of
11065 `make-variable-buffer-local'.
11066 (Frame-Local Variables): Expand description of
11067 `make-variable-frame-local'.
11068 (Variable Aliases): Correct description of optional argument
11069 DOCSTRING to `defvaralias'. Mention return value of
11070 `defvaralias'.
11071 (File Local Variables): Add xref to `File variables' in Emacs
11072 Manual. Correct description of `hack-local-variables'. Mention
11073 `safe-local-variable' property. Mention optional second argument
11074 to `risky-local-variable-p'.
11075
11076 2003-11-03 Luc Teirlinck <teirllm@auburn.edu>
11077
11078 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
11079
11080 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
11081
11082 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
11083 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
11084 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
11085 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
11086 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
11087 lispref/processes.texi, lispref/searching.texi,
11088 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
11089 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
11090 @acronym{FOO}.
11091
11092 2003-10-27 Luc Teirlinck <teirllm@auburn.edu>
11093
11094 * strings.texi (Creating Strings): Argument START to `substring'
11095 can not be `nil'. Expand description of
11096 `substring-no-properties'. Correct description of `split-string',
11097 especially with respect to empty matches. Prevent very bad line
11098 break in definition of `split-string-default-separators'.
11099 (Text Comparison): `string=' and `string<' also accept symbols as
11100 arguments.
11101 (String Conversion): More completely describe argument BASE in
11102 `string-to-number'.
11103 (Formatting Strings): `%s' and `%S' in `format' do require
11104 corresponding object. Clarify behavior of numeric prefix after
11105 `%' in `format'.
11106 (Case Conversion): The argument to `upcase-initials' can be a
11107 character.
11108
11109 2003-10-27 Kenichi Handa <handa@m17n.org>
11110
11111 * display.texi (Fontsets): Fix texinfo usage.
11112
11113 2003-10-25 Kenichi Handa <handa@m17n.org>
11114
11115 * display.texi (Fontsets): Add description of the function
11116 set-fontset-font.
11117
11118 2003-10-23 Luc Teirlinck <teirllm@auburn.edu>
11119
11120 * display.texi (Temporary Displays): Add xref to `Documentation
11121 Tips'.
11122
11123 * functions.texi (Function Safety): Use inforef instead of pxref
11124 for SES.
11125
11126 2003-10-23 Andreas Schwab <schwab@suse.de>
11127
11128 * Makefile.in (TEX, texinputdir): Don't define.
11129 (TEXI2DVI): Define.
11130 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
11131 add $(srcdir)/index.texi.
11132 ($(infodir)/elisp): Remove index.texi dependency.
11133 (elisp.dvi): Likewise. Use $(TEXI2DVI).
11134 (index.texi): Remove target.
11135 (dist): Don't link $(srcdir)/permute-index.
11136 (clean): Don't remove index.texi.
11137
11138 * permute-index, index.perm: Remove.
11139 * index.texi: Rename from index.unperm.
11140
11141 2003-10-22 Luc Teirlinck <teirllm@auburn.edu>
11142
11143 * tips.texi (Documentation Tips): Document new behavior for face
11144 and variable hyperlinks in Help mode.
11145
11146 2003-10-21 Luc Teirlinck <teirllm@auburn.edu>
11147
11148 * objects.texi (Integer Type): Update for extra bit of integer range.
11149 (Character Type): Ditto.
11150
11151 2003-10-16 Eli Zaretskii <eliz@gnu.org>
11152
11153 * numbers.texi (Integer Basics): Add index entries for reading
11154 numbers in hex, octal, and binary.
11155
11156 2003-10-16 Lute Kamstra <lute@gnu.org>
11157
11158 * modes.texi (Mode Line Format): Mention force-mode-line-update's
11159 argument.
11160
11161 2003-10-13 Luc Teirlinck <teirllm@auburn.edu>
11162
11163 * windows.texi (Choosing Window): Fix typo.
11164 * edebug.texi (Edebug Execution Modes): Fix typo.
11165
11166 2003-10-13 Richard M. Stallman <rms@gnu.org>
11167
11168 * windows.texi (Basic Windows): A window has fringe settings,
11169 display margins and scroll-bar settings.
11170 (Splitting Windows): Doc split-window return value.
11171 Clean up one-window-p.
11172 (Selecting Windows): Fix typo.
11173 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
11174 (Buffers and Windows): In set-window-buffer, explain effect
11175 on fringe settings and scroll bar settings.
11176 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
11177 (Choosing Window): Use defopt for pop-up-frame-function.
11178 For special-display-buffer-names, explain same-window and same-frame.
11179 Clarify window-dedicated-p return value.
11180 (Textual Scrolling): scroll-up and scroll-down can get an error.
11181 (Horizontal Scrolling): Clarify auto-hscroll-mode.
11182 Clarify set-window-hscroll.
11183 (Size of Window): Don't mention tool bar in window-height.
11184 (Coordinates and Windows): Explain what coordinates-in-window-p
11185 returns for fringes and display margins.
11186 (Window Configurations): Explain saving fringes, etc.
11187
11188 * tips.texi (Library Headers): Clean up Documentation.
11189
11190 * syntax.texi (Parsing Expressions): Clean up forward-comment
11191 and parse-sexp-lookup-properties.
11192
11193 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
11194
11195 * os.texi (System Environment): Clean up text for load-average errors.
11196
11197 * modes.texi (Hooks): Don't explain local hook details at front.
11198 Clarify run-hooks and run-hook-with-args a little.
11199 Clean up add-hook and remove-hook.
11200
11201 * edebug.texi (Edebug Execution Modes): Clarify t.
11202 Document edebug-sit-for-seconds.
11203 (Coverage Testing): Document C-x X = and =.
11204 (Instrumenting Macro Calls): Fix typo.
11205 (Specification List): Don't index the specification keywords.
11206
11207 2003-10-10 Kim F. Storm <storm@cua.dk>
11208
11209 * processes.texi (Network): Introduce make-network-process.
11210
11211 2003-10-09 Luc Teirlinck <teirllm@auburn.edu>
11212
11213 * tips.texi (Library Headers): Fix typo.
11214
11215 2003-10-07 Juri Linkov <juri@jurta.org>
11216
11217 * modes.texi (Imenu): Mention imenu-create-index-function's
11218 default value. Explain submenus better.
11219
11220 2003-10-07 Lute Kamstra <lute@gnu.org>
11221
11222 * modes.texi (Faces for Font Lock): Fix typo.
11223 (Hooks): Explain how buffer-local hook variables can refer to
11224 global hook variables.
11225 Various minor clarifications.
11226
11227 2003-10-06 Lute Kamstra <lute@gnu.org>
11228
11229 * tips.texi (Coding Conventions): Mention naming conventions for
11230 hooks.
11231
11232 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
11233
11234 * loading.texi (Library Search): Correct default value of
11235 load-suffixes.
11236 (Named Features): Fix typo.
11237
11238 2003-10-05 Richard M. Stallman <rms@gnu.org>
11239
11240 * loading.texi (Named Features): In `provide',
11241 say how to test for subfeatures.
11242 (Unloading): In unload-feature, use new var name
11243 unload-feature-special-hooks.
11244
11245 2003-10-03 Lute Kamstra <lute@gnu.org>
11246
11247 * modes.texi (Major Mode Conventions): Mention third way to set up
11248 Imenu.
11249 (Imenu): A number of small fixes.
11250 Delete documentation of internal variable imenu--index-alist.
11251 Document the return value format of imenu-create-index-function
11252 functions.
11253
11254 2003-09-30 Richard M. Stallman <rms@gnu.org>
11255
11256 * processes.texi (Network): Say what stopped datagram connections do.
11257
11258 * lists.texi (Association Lists): Clarify `assq-delete-all'.
11259
11260 * display.texi (Overlay Properties): Clarify `evaporate' property.
11261
11262 2003-09-29 Lute Kamstra <lute@gnu.org>
11263
11264 * modes.texi (Mode Line Data): Explain when symbols in mode-line
11265 constructs should be marked as risky.
11266 Change cons cell into proper list.
11267 (Mode Line Variables): Change cons cell into proper list.
11268
11269 2003-09-26 Lute Kamstra <lute@gnu.org>
11270
11271 * modes.texi (Mode Line Data): Document the :propertize construct.
11272 (Mode Line Variables): Reorder the descriptions of the variables
11273 to match their order in the default mode-line-format.
11274 Describe the new variables mode-line-position and mode-line-modes.
11275 Update the default values of mode-line-frame-identification,
11276 minor-mode-alist, and default-mode-line-format.
11277 (Properties in Mode): Mention the :propertize construct.
11278
11279 2003-09-26 Richard M. Stallman <rms@gnu.org>
11280
11281 * buffers.texi, commands.texi, debugging.texi, eval.texi:
11282 * loading.texi, minibuf.texi, text.texi, variables.texi:
11283 Avoid @strong{Note:}.
11284
11285 2003-09-26 Richard M. Stallman <rms@gnu.org>
11286
11287 * keymaps.texi (Remapping Commands): Fix typo.
11288
11289 2003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
11290
11291 * processes.texi (Low-Level Network): Fix typo.
11292
11293 2003-09-23 Kim F. Storm <storm@cua.dk>
11294
11295 * processes.texi (Network, Network Servers): Fix typos.
11296 (Low-Level Network): Add timeout value for :server keyword.
11297 Add new option keywords to make-network-process.
11298 Add set-network-process-options.
11299 Explain how to test availability of network options.
11300
11301 2003-09-19 Richard M. Stallman <rms@gnu.org>
11302
11303 * text.texi (Motion by Indent): Arg to
11304 backward-to-indentation and forward-to-indentation is optional.
11305
11306 * strings.texi (Creating Strings): Add substring-no-properties.
11307
11308 * processes.texi
11309 (Process Information): Add list-processes arg QUERY-ONLY.
11310 Delete process-contact from here.
11311 Add new status values for process-status.
11312 Add process-get, process-put, process-plist, set-process-plist.
11313 (Synchronous Processes): Add call-process-shell-command.
11314 (Signals to Processes): signal-process allows process objects.
11315 (Network): Complete rewrite.
11316 (Network Servers, Datagrams, Low-Level Network): New nodes.
11317
11318 * positions.texi (Word Motion): forward-word, backward-word
11319 arg is optional. Reword.
11320
11321 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
11322
11323 * variables.texi (Creating Buffer-Local):
11324 Delete duplicate definition of buffer-local-value.
11325 (File Local Variables): Explain about discarding text props.
11326
11327 2003-09-11 Richard M. Stallman <rms@gnu.org>
11328
11329 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
11330 changes variables that record input events.
11331 (Minibuffer Misc): Add minibuffer-selected-window.
11332
11333 * lists.texi (Building Lists): Add copy-tree.
11334
11335 * display.texi (Fontsets): Add char-displayable-p.
11336 (Scroll Bars): New node.
11337
11338 2003-09-08 Lute Kamstra <lute@gnu.org>
11339
11340 * modes.texi (%-Constructs): Document new `%i' and `%I'
11341 constructs.
11342
11343 2003-09-03 Peter Runestig <peter@runestig.com>
11344
11345 * makefile.w32-in: New file.
11346
11347 2003-08-29 Richard M. Stallman <rms@gnu.org>
11348
11349 * display.texi (Overlay Properties): Clarify how priorities
11350 affect use of the properties.
11351
11352 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
11353
11354 * customize.texi (Type Keywords): Correct the description of
11355 `:help-echo' in the case where `motion-doc' is a function.
11356
11357 2003-08-14 John Paul Wallington <jpw@gnu.org>
11358
11359 * modes.texi (Emulating Mode Line): Subsection, not section.
11360
11361 2003-08-13 Richard M. Stallman <rms@gnu.org>
11362
11363 * elisp.texi (Top): Update subnode lists in menu.
11364
11365 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
11366 (Kill Functions): kill-region has new arg yank-handler.
11367 (Yanking): New node.
11368 (Yank Commands): Add yank-undo-function.
11369 (Low-Level Kill Ring):
11370 kill-new and kill-append have new arg yank-handler.
11371 (Changing Properties): Add remove-list-of-text-properties.
11372 (Atomic Changes): New node.
11373
11374 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
11375
11376 * streams.texi (Output Variables): Add eval-expression-print-length
11377 and eval-expression-print-level.
11378
11379 * os.texi (Time Conversion): For encode-time, explain limits on year.
11380
11381 * objects.texi (Character Type): Define anchor "modifier bits".
11382
11383 * modes.texi (Emulating Mode Line): New node.
11384 (Search-based Fontification): Font Lock uses font-lock-face property.
11385 (Other Font Lock Variables): Likewise.
11386
11387 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
11388 not vectors.
11389 (Active Keymaps): Add emulation-mode-map-alists.
11390 (Functions for Key Lookup): key-binding has new arg no-remap.
11391 (Remapping Commands): New node.
11392 (Scanning Keymaps): where-is-internal has new arg no-remap.
11393 (Tool Bar): Add tool-bar-local-item-from-menu.
11394 Clarify when to use tool-bar-add-item-from-menu.
11395
11396 * commands.texi (Interactive Call): commandp has new arg.
11397 (Command Loop Info): Add this-original-command.
11398
11399 2003-08-06 John Paul Wallington <jpw@gnu.org>
11400
11401 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
11402
11403 * display.texi (Warning Basics): Fix typo.
11404 (Fringes): Add closing curly bracket and fix typo.
11405
11406 * elisp.texi (Top): Fix typo.
11407
11408 2003-08-05 Richard M. Stallman <rms@gnu.org>
11409
11410 * elisp.texi: Update lists of subnodes.
11411
11412 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
11413
11414 * variables.texi (Local Variables): Use lc for example variable names.
11415
11416 * tips.texi (Library Headers): Explain where to put -*-.
11417
11418 * strings.texi (Creating Strings): Fix xref for vconcat.
11419
11420 * sequences.texi (Vector Functions):
11421 vconcat no longer allows integer args.
11422
11423 * minibuf.texi (Reading File Names): read-file-name has new
11424 arg PREDICATE. New function read-directory-name.
11425
11426 * macros.texi (Defining Macros): Give definition of `declare'.
11427 (Indenting Macros): New node.
11428
11429 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
11430 (Window Frame Parameters): Make separate table of parameters
11431 that are coupled with specific face attributes.
11432 (Deleting Frames): delete-frame-hooks renamed to
11433 delete-frame-functions.
11434
11435 * files.texi (Magic File Names): Add file-remote-p.
11436 Clarify file-local-copy.
11437
11438 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
11439 here; instead xref Defining Macros.
11440
11441 * display.texi (Warnings): New node, and subnodes.
11442 (Fringes): New node.
11443
11444 * debugging.texi (Test Coverage): New node.
11445
11446 * compile.texi (Compiler Errors): Explain with-no-warnings
11447 and other ways to suppress warnings.
11448
11449 * commands.texi (Interactive Call): Minor clarification.
11450
11451 * buffers.texi (Buffer File Name): set-visited-file-name
11452 renames the buffer too.
11453
11454 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
11455
11456 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
11457
11458 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
11459
11460 2003-07-22 Markus Rost <rost@math.ohio-state.edu>
11461
11462 * internals.texi (Garbage Collection): Fix previous change.
11463
11464 2003-07-22 Richard M. Stallman <rms@gnu.org>
11465
11466 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
11467
11468 * display.texi (Width): Use \s syntax in example.
11469 (Font Selection): Add face-font-rescale-alist.
11470
11471 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
11472 Remove spurious indent in example.
11473
11474 * lists.texi (Building Lists): Add number-sequence.
11475
11476 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
11477
11478 * functions.texi (Function Documentation): Explain how to
11479 show calling convention explicitly in the doc string.
11480
11481 * windows.texi (Selecting Windows): save-selected-window saves
11482 selected window of each frame.
11483 (Window Configurations): Minor change.
11484
11485 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
11486
11487 * streams.texi (Output Variables): Add print-continuous-numbering
11488 and print-number-table.
11489
11490 * processes.texi (Decoding Output): New node.
11491
11492 * os.texi (Time Conversion): decode-time arg is optional.
11493
11494 * objects.texi (Character Type): Don't use space as example for \.
11495 Make list of char names and \-sequences correspond.
11496 Explain that \s is not used in strings. `\ ' needs space after.
11497
11498 * nonascii.texi (Converting Representations): Add string-to-multibyte.
11499 (Translation of Characters): Add translation-table-for-input.
11500 (Default Coding Systems): Add auto-coding-functions.
11501 (Explicit Encoding): Add decode-coding-inserted-region.
11502 (Locales): Add locale-info.
11503
11504 * minibuf.texi (Basic Completion): Describe test-completion.
11505 Collections can be lists of strings.
11506 Clean up lazy-completion-table.
11507 (Programmed Completion): Mention test-completion.
11508 Clarify why lambda expressions are not accepted.
11509 (Minibuffer Misc): Describe minibufferp.
11510
11511 2003-07-14 Richard M. Stallman <rms@gnu.org>
11512
11513 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
11514
11515 * windows.texi (Selecting Windows): New arg to select-window.
11516 (Selecting Windows): Add with-selected-window.
11517 (Size of Window): Add window-inside-edges, etc.
11518
11519 * internals.texi (Garbage Collection): Add post-gc-hook.
11520
11521 * processes.texi (Subprocess Creation): Add exec-suffixes.
11522
11523 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
11524 (Scanning Keymaps): Add map-keymaps.
11525 (Defining Menus): Add keymap-prompt.
11526
11527 * numbers.texi (Integer Basics): Add most-positive-fixnum,
11528 most-negative-fixnum.
11529
11530 * compile.texi (Byte Compilation): Explain no-byte-compile.
11531 (Compiler Errors): New node.
11532
11533 * os.texi (User Identification): user-uid, user-real-uid
11534 can return float.
11535
11536 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
11537 and about derived modes.
11538 (Minor Modes): Add minor-mode-list.
11539 (Defining Minor Modes): Keyword args for define-minor-mode.
11540 (Search-based Fontification): Explain managing other properties.
11541 (Other Font Lock Variables): Add font-lock-extra-managed-props.
11542 (Faces for Font Lock): Add font-lock-preprocessor-face.
11543 (Hooks): Add run-mode-hooks and delay-mode-hooks.
11544
11545 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
11546 (Variable Aliases): Clarify defvaralias.
11547
11548 * loading.texi (Library Search): Add load-suffixes.
11549
11550 * minibuf.texi (Basic Completion): Add lazy-completion-table.
11551 (Programmed Completion): Add dynamic-completion-table.
11552
11553 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
11554 (Magic File Names): Specify precedence order of handlers.
11555
11556 * commands.texi (Command Overview): Emacs server runs pre-command-hook
11557 and post-command-hook.
11558 (Waiting): New calling convention for sit-for.
11559
11560 * text.texi (Special Properties): local-map and keymap properties
11561 apply based on their stickiness.
11562
11563 2003-07-07 Richard M. Stallman <rms@gnu.org>
11564
11565 * modes.texi (Minor Mode Conventions): Specify only some kinds
11566 of list values as args to minor modes.
11567
11568 * files.texi (File Name Expansion): Warn about iterative use
11569 of substitute-in-file-name.
11570
11571 * advice.texi (Activation of Advice): Clean up previous change.
11572
11573 2003-07-06 Markus Rost <rost@math.ohio-state.edu>
11574
11575 * advice.texi (Activation of Advice): Note that ad-start-advice is
11576 turned on by default.
11577
11578 2003-06-30 Richard M. Stallman <rms@gnu.org>
11579
11580 * text.texi (Buffer Contents): Document current-word.
11581 (Change Hooks): Not called for *Messages*.
11582
11583 * functions.texi (Defining Functions): Explain about redefining
11584 primitives.
11585 (Function Safety): Rename. Minor changes.
11586 Comment out the detailed criteria for what is safe.
11587
11588 2003-06-22 Andreas Schwab <schwab@suse.de>
11589
11590 * objects.texi (Symbol Type): Fix description of examples.
11591
11592 2003-06-16 Andreas Schwab <schwab@suse.de>
11593
11594 * hash.texi (Creating Hash): Fix description of :weakness.
11595
11596 2003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
11597
11598 * files.texi (Changing Files): copy-file copies file modes, too.
11599
11600 2003-05-28 Richard M. Stallman <rms@gnu.org>
11601
11602 * strings.texi (Creating Strings): Clarify split-string.
11603
11604 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
11605
11606 * strings.texi (Creating Strings): Update split-string specification
11607 and examples.
11608
11609 2003-05-19 Richard M. Stallman <rms@gnu.org>
11610
11611 * elisp.texi: Correct invariant section names.
11612
11613 2003-04-20 Richard M. Stallman <rms@gnu.org>
11614
11615 * os.texi (Timers): Explain about timers and quitting.
11616
11617 2003-04-19 Richard M. Stallman <rms@gnu.org>
11618
11619 * internals.texi (Writing Emacs Primitives): Strings are
11620 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
11621 Explain GCPRO convention for varargs function args.
11622
11623 2003-04-16 Richard M. Stallman <rms@gnu.org>
11624
11625 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
11626
11627 2003-04-08 Richard M. Stallman <rms@gnu.org>
11628
11629 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
11630
11631 2003-02-13 Kim F. Storm <storm@cua.dk>
11632
11633 * objects.texi (Character Type): New \s escape for space.
11634
11635 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
11636
11637 * os.texi (System Environment): Add cygwin system-type.
11638
11639 2003-01-25 Richard M. Stallman <rms@gnu.org>
11640
11641 * keymaps.texi: Document that a symbol can act as a keymap.
11642
11643 2003-01-13 Richard M. Stallman <rms@gnu.org>
11644
11645 * text.texi (Changing Properties): Say string indices are origin-0.
11646
11647 * positions.texi (Screen Lines) <compute-motion>:
11648 Correct order of elts in return value.
11649
11650 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
11651 how to define a default binding.
11652
11653 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
11654
11655 * loading.texi (Unloading): Fix recent change for load-history.
11656
11657 * customize.texi (Simple Types): Clarify description of custom
11658 type 'number. Describe new custom type 'float.
11659
11660 2002-12-04 Markus Rost <rost@math.ohio-state.edu>
11661
11662 * variables.texi (File Local Variables): Fix typo.
11663
11664 2002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
11665
11666 From Michael Albinus <Michael.Albinus@alcatel.de>.
11667
11668 * README: Target for Info file is `make info'.
11669
11670 * files.texi (File Name Components): Fix typos in
11671 `file-name-sans-extension'.
11672 (Magic File Names): Complete list of operations for magic file
11673 name handlers.
11674
11675 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
11676
11677 * variables.texi (File Local Variables): New function
11678 risky-local-variable-p.
11679
11680 2002-09-15 Jonathan Yavner <jyavner@engineer.com>
11681
11682 * functions.texi (Function safety): New node about unsafep.
11683
11684 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
11685
11686 * customize.texi (Splicing into Lists): Fix example.
11687 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
11688
11689 2002-06-17 Juanma Barranquero <lektu@terra.es>
11690
11691 * frames.texi (Display Feature Testing): Fix typo.
11692
11693 2002-06-12 Andreas Schwab <schwab@suse.de>
11694
11695 * frames.texi (Initial Parameters, Resources): Fix references to
11696 the Emacs manual.
11697
11698 2002-05-13 Kim F. Storm <storm@cua.dk>
11699
11700 * variables.texi (Intro to Buffer-Local): Update warning and
11701 example relating to changing buffer inside let.
11702
11703 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
11704
11705 * os.texi (Session Management): New node about X Session management.
11706
11707 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
11708
11709 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
11710 to which the manual corresponds, and the copyright years.
11711
11712 * Makefile.in (VERSION): Set to 2.9.
11713
11714 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
11715
11716 * elisp.texi: Change the category in @dircategory to "Emacs", to
11717 make it consistent with info/dir.
11718
11719 2001-11-25 Miles Bader <miles@gnu.org>
11720
11721 * text.texi (Fields): Describe new `limit' arg in
11722 field-beginning/field-end.
11723
11724 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
11725
11726 * permute-index: Don't depend on csh-specific features.
11727 Replace the interpreter name with /bin/sh.
11728
11729 * two-volume-cross-refs.txt: New file.
11730 * two.el: New file.
11731 * spellfile: New file.
11732
11733 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
11734
11735 * permute-index: New file.
11736
11737 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
11738 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
11739 8+3 restricted namespace.
11740
11741 * Makefile.in (infodir): Define relative to $(srcdir).
11742 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
11743 include directories list via -I switch to makeinfo.
11744 (index.texi): Use cp if both hard and symbolic links fail.
11745
11746 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
11747
11748 * Makefile.in (distclean): Add.
11749
11750 The following changes make ELisp manual part of the Emacs
11751 distribution:
11752
11753 * Makefile.in: Add Copyright notice.
11754 (prefix): Remove.
11755 (infodir): Change value to "../info".
11756 (VPATH): New variable.
11757 (MAKE): Don't define.
11758 (texmacrodir): Don't define.
11759 (texinputdir): Append the existing value of TEXINPUTS.
11760 ($(infodir)/elisp): Instead of just "elisp". Reformat the
11761 command to be compatible with man/Makefile.in, and to put the
11762 output into ../info.
11763 (info): Add target.
11764 (installall): Target removed.
11765
11766 2001-10-31 Pavel Janík <Pavel@Janik.cz>
11767
11768 * tips.texi (Coding Conventions): Fix typo.
11769
11770 2001-10-23 Gerd Moellmann <gerd@gnu.org>
11771
11772 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
11773
11774 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
11775
11776 * files.texi (File Name Components): Update the description of
11777 file-name-sans-extension and file-name-extension, as they now
11778 ignore leading dots.
11779
11780 2001-10-20 Gerd Moellmann <gerd@gnu.org>
11781
11782 * (Version 21.1 released.)
11783
11784 2001-10-19 Miles Bader <miles@gnu.org>
11785
11786 * positions.texi (Text Lines): Describe behavior of
11787 `beginning-of-line'/`end-of-line' in the presence of field properties.
11788
11789 2001-10-17 Gerd Moellmann <gerd@gnu.org>
11790
11791 * Makefile.in (VERSION): Set to 2.8.
11792 (manual): Use `manual-21'.
11793
11794 * elisp.texi (VERSION): Add and use it where the version
11795 number was used. Set it to 2.8.
11796
11797 * intro.texi: Likewise.
11798
11799 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
11800
11801 * files.texi (File Name Completion): Document the significance of
11802 a trailing slash in elements of completion-ignored-extensions.
11803
11804 2001-10-06 Miles Bader <miles@gnu.org>
11805
11806 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
11807
11808 2001-10-04 Gerd Moellmann <gerd@gnu.org>
11809
11810 * variables.texi (Variable Aliases): New node.
11811
11812 2001-10-04 Gerd Moellmann <gerd@gnu.org>
11813
11814 * Branch for 21.1.
11815
11816 2001-10-02 Miles Bader <miles@gnu.org>
11817
11818 * minibuf.texi (Minibuffer Misc): Add entries for
11819 `minibuffer-contents', `minibuffer-contents-no-properties', and
11820 `delete-minibuffer-contents'.
11821 Correct description for `minibuffer-prompt-end'.
11822
11823 * text.texi (Property Search): Correct descriptions of
11824 `next-char-property-change' and `previous-char-property-change'.
11825 Add entries for `next-single-char-property-change' and
11826 `previous-single-char-property-change'.
11827 Make operand names a bit more consistent.
11828
11829 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
11830
11831 * frames.texi (Finding All Frames): Document that next-frame and
11832 previous-frame are local to current terminal.
11833
11834 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
11835
11836 * keymaps.texi (Creating Keymaps): Fix the description of the
11837 result of make-keymap.
11838
11839 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
11840
11841 * display.texi (Font Lookup, Attribute Functions)
11842 (Image Descriptors): Add cross-references to the definition of
11843 selected frame.
11844
11845 * buffers.texi (The Buffer List): Add cross-references to the
11846 definition of selected frame.
11847
11848 * frames.texi (Input Focus): Clarify which frame is _the_ selected
11849 frame at any given time.
11850 (Multiple Displays, Size and Position): Add a cross-reference to
11851 the definition of the selected frame.
11852
11853 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
11854
11855 * strings.texi (String Conversion) <string-to-number>: Document
11856 that a float is returned for integers that are too large.
11857
11858 * frames.texi (Mouse Position): Document mouse-position-function.
11859 (Display Feature Testing): Document display-images-p.
11860 (Window Frame Parameters): Document the cursor-type variable.
11861
11862 * numbers.texi (Integer Basics): Document CL style read syntax for
11863 integers in bases other than 10.
11864
11865 * positions.texi (List Motion):
11866 Document open-paren-in-column-0-is-defun-start.
11867
11868 * lists.texi (Sets And Lists): Document member-ignore-case.
11869
11870 * internals.texi (Garbage Collection): Document the used and free
11871 strings report.
11872 (Memory Usage): Document strings-consed.
11873
11874 * os.texi (Time of Day): Document float-time.
11875 (Recording Input): Document that clear-this-command-keys clears
11876 the vector to be returned by recent-keys.
11877
11878 * keymaps.texi (Scanning Keymaps) <where-is-internal>:
11879 The argument keymap can be a list.
11880
11881 * nonascii.texi (User-Chosen Coding Systems)
11882 <select-safe-coding-system>: Document the new argument
11883 accept-default-p and the variable
11884 select-safe-coding-system-accept-default-p. Tell what happens if
11885 buffer-file-coding-system is undecided.
11886 (Default Coding Systems): Document auto-coding-regexp-alist.
11887
11888 * display.texi (The Echo Area) <message>: Document
11889 message-truncate-lines.
11890 (Glyphs): Document that the glyph table is unused on windowed
11891 displays.
11892
11893 * help.texi (Describing Characters) <single-key-description>:
11894 Document the new argument no-angles.
11895 (Accessing Documentation) <documentation-property>: Document that
11896 a non-string property is evaluated.
11897 <documentation>: Document that the function-documentation property
11898 is looked for.
11899
11900 * windows.texi (Selecting Windows): Document some-window.
11901
11902 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
11903
11904 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
11905 apropos-mode-hook.
11906
11907 * commands.texi (Using Interactive): Document interactive-form.
11908 (Keyboard Macros): Document kbd-macro-termination-hook.
11909 (Command Loop Info): Document that clear-this-command-keys clears
11910 the vector to be returned by recent-keys.
11911
11912 2001-09-04 Werner LEMBERG <wl@gnu.org>
11913
11914 * Makefile.in (srcdir, texinputdir): New variables.
11915 (srcs, index.texi, install): Use $(srcdir).
11916 (.PHONY): Remove elisp.dvi.
11917 (elisp): Use -I switch for makeinfo.
11918 (elisp.dvi): Use $(srcdir) and $(texinputdir).
11919 (installall, dist): Use $(srcdir).
11920 Fix path to texinfo.tex.
11921 (maintainer-clean): Add elisp.dvi and elisp.oaux.
11922
11923 2001-08-30 Gerd Moellmann <gerd@gnu.org>
11924
11925 * display.texi (Conditional Display): Adjust to API change.
11926
11927 * configure: New file.
11928
11929 2001-07-30 Gerd Moellmann <gerd@gnu.org>
11930
11931 * commands.texi (Repeat Events): Add description of
11932 double-click-fuzz.
11933
11934 2001-05-08 Stefan Monnier <monnier@cs.yale.edu>
11935
11936 * syntax.texi (Syntax Class Table): Add the missing designator for
11937 comment and string fences.
11938 (Syntax Properties): Add a xref to syntax table internals.
11939 (Syntax Table Internals): Document string-to-syntax.
11940
11941 2001-05-07 Gerd Moellmann <gerd@gnu.org>
11942
11943 * Makefile.in (install): Use install-info command line options
11944 like in Emacs' Makefile.in.
11945
11946 2000-12-09 Miles Bader <miles@gnu.org>
11947
11948 * windows.texi (Window Start): Update documentation for
11949 `pos-visible-in-window-p'.
11950
11951 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
11952
11953 * lists.texi (Building Lists): Add footnote to explain how to add
11954 to the end of a list.
11955
11956 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11957
11958 * files.texi (Visiting Functions): Typos.
11959
11960 2000-10-25 Kenichi Handa <handa@etl.go.jp>
11961
11962 * files.texi (Visiting Functions): Return value of
11963 find-file-noselect may be a list of buffers if wildcards are used.
11964
11965 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11966
11967 * display.texi (Defining Faces): Document `graphic' display type
11968 in face specs.
11969
11970 2000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11971
11972 * hooks.texi (Standard Hooks): Replace obsolete
11973 `after-make-frame-hook' with `after-make-frame-functions'.
11974
11975 * frames.texi (Creating Frames): Ditto.
11976
11977 * variables.texi (Future Local Variables): Ditto.
11978
11979 2000-10-16 Gerd Moellmann <gerd@gnu.org>
11980
11981 * display.texi (Other Image Types): Add description of :foreground
11982 and :background properties of mono PBM images.
11983
11984 2000-08-17 Werner LEMBERG <wl@gnu.org>
11985
11986 * .cvsignore: New file.
11987
11988 2000-01-05 Gerd Moellmann <gerd@gnu.org>
11989
11990 * tindex.pl: New script.
11991
11992 1999-12-03 Dave Love <fx@gnu.org>
11993
11994 * Makefile.in (MAKEINFO): New parameter.
11995
11996 1999-09-17 Richard Stallman <rms@gnu.org>
11997
11998 * Makefile.in (srcs): Add hash.texi.
11999 (VERSION): Update to 20.6.
12000
12001 1999-09-13 Richard Stallman <rms@gnu.org>
12002
12003 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
12004
12005 1998-08-29 Karl Heuer <kwzh@gnu.org>
12006
12007 * configure.in: New file.
12008 * Makefile.in: Renamed from Makefile.
12009 (prefix, infodir): Use value obtained from configure.
12010 (emacslibdir): Obsolete variable deleted.
12011 (dist): Distribute configure.in, configure, Makefile.in.
12012
12013 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12014
12015 * Makefile (INSTALL_INFO): New variable.
12016 (install): Run install-info.
12017
12018 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
12019
12020 * Makefile (elisp.dvi): Add missing backslash.
12021
12022 1998-05-02 Richard Stallman <rms@psilocin.gnu.org>
12023
12024 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
12025 Run texindex without `./'. Always run texindex on elisp.tp.
12026 (elisp.tps): Target deleted.
12027
12028 1998-04-05 Richard Stallman <rms@psilocin.gnu.org>
12029
12030 * Makefile (srcs): Add nonascii.texi and customize.texi.
12031 (dist): Start by deleting `temp'.
12032
12033 1998-02-17 Richard Stallman <rms@psilocin.gnu.org>
12034
12035 * Makefile (makeinfo, texindex): Targets deleted.
12036 (makeinfo.o, texindex.o): Targets deleted.
12037 (clean, dist): Don't do anything with them or with getopt*.
12038
12039 1998-01-30 Richard Stallman <rms@psilocin.gnu.org>
12040
12041 * Makefile (SHELL): Defined.
12042
12043 1998-01-27 Richard Stallman <rms@psilocin.gnu.org>
12044
12045 * Makefile (elisp.tps): New target.
12046 (elisp.dvi): Depend on elisp.tps.
12047
12048 1996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
12049
12050 * README: Update phone number.
12051
12052 * Makefile (elisp): Make this be the default target.
12053 Depend on makeinfo.c instead of makeinfo.
12054 (install): Don't depend on elisp.dvi, since we don't install that.
12055 Use mkinstalldirs.
12056 (dist): Add mkinstalldirs.
12057
12058 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12059
12060 * Makefile (VERSION): Update version number.
12061 (maintainer-clean): Rename from realclean.
12062
12063 1995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
12064
12065 * Makefile (realclean): New target.
12066 (elisp): Remove any old elisp-* files first.
12067
12068 1993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
12069
12070 * Makefile (VERSION): New variable.
12071 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
12072 Compressed file suffix should be `.gz', not `.z'.
12073
12074 1993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12075
12076 * Makefile (elisp): Depend on makeinfo.
12077
12078 1993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
12079
12080 * Makefile (srcs): Add anti.texi.
12081
12082 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12083
12084 * Makefile (infodir, prefix): New vars.
12085 (install): Use infodir.
12086 (emacsinfodir): Delete.
12087
12088 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12089
12090 * Makefile (srcs): Add calendar.texi.
12091
12092 * Makefile (dist): Copy texindex.c and makeinfo.c.
12093 Limit elisp-* files to those with one or two digits.
12094
12095 1993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12096
12097 * Makefile (dist): Change to use Gzip instead of compress.
12098
12099 1993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
12100
12101 * loading.texi (Unloading): define-function changed back to
12102 defalias. It may not stay this way, but at least it's
12103 consistent with the known-good version of the code patch.
12104
12105 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
12106
12107 * modes.texi (Hooks): Document new optional arg of add-hook.
12108
12109 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
12110
12111 * variables.texi: Document nil initial value of buffer-local variables.
12112
12113 * tips.texi: Add new section on standard library headers.
12114
12115 1993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12116
12117 * Makefile (srcs): Add frame.texi to the list of sources.
12118
12119 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12120
12121 * Makefile (dist): Don't bother excluding autosave files; they'll
12122 never make it into the temp directory anyway, and the hash marks
12123 in the name are problematic for make and the Bourne shell.
12124 (srcs): ???
12125
12126 1993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12127
12128 * Makefile (dist): Don't include backup files or autosave files in
12129 the distribution tar file.
12130
12131 1991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12132
12133 * Makefile (srcs): Add index.perm.
12134 (elisp.dvi): Remove erroneous shell comment.
12135 Expect output of permute-index in permuted.fns.
12136 Save old elisp.aux in elisp.oaux.
12137 (clean): Add index.texi to be deleted.
12138
12139 1990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12140
12141 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
12142
12143 1990-06-26 David Lawrence (tale@geech)
12144
12145 * files.texi: Noted that completion-ignored-extensions is ignored
12146 when making *Completions*.
12147
12148 1990-06-08 Jay Fenlason (hack@ai.mit.edu)
12149
12150 * Makefile make dist now depends on elisp.dvi, since it tries
12151 to include it in the dist file.
12152
12153 1990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
12154
12155 * functions.texinfo (Mapping Functions): Add missing quote.
12156
12157 1989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12158
12159 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
12160 (defunargs): Turn off \hyphenchar of \sl font temporarily.
12161
12162 1989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
12163
12164 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
12165 and @error{} are the terms now being used. The files in the
12166 directory have been changed to reflect this.
12167
12168 * All instances of @indentedresultt{} have been changed to
12169 ` @result{}', using 5 spaces at the beginning of the line.
12170
12171 1989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
12172
12173 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
12174 experimental @indentedresult{}, @indentedexpandsto{} are part of
12175 the texinfo.tex in this directory. These TeX macros are not
12176 stable yet.
12177
12178 1989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
12179
12180 * texinfo.tex: Temporarily added
12181 \let\result=\dblarrow
12182 \def\error{{\it ERROR} \longdblarrow}
12183 We need to do this better soon.
12184
12185 1989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
12186
12187 * Applied Karl Berry's patches to *.texinfo files, but not to
12188 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
12189 new title page format is also not applied, since it requires
12190 texinfo.tex changes.)
12191
12192 * Cleaned up `Makefile' and defined the `emacslibdir' directory
12193 for the Project GNU development environment.
12194
12195 ;; Local Variables:
12196 ;; coding: utf-8
12197 ;; End:
12198
12199 Copyright (C) 1998-2013 Free Software Foundation, Inc.
12200
12201 This file is part of GNU Emacs.
12202
12203 GNU Emacs is free software: you can redistribute it and/or modify
12204 it under the terms of the GNU General Public License as published by
12205 the Free Software Foundation, either version 3 of the License, or
12206 (at your option) any later version.
12207
12208 GNU Emacs is distributed in the hope that it will be useful,
12209 but WITHOUT ANY WARRANTY; without even the implied warranty of
12210 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12211 GNU General Public License for more details.
12212
12213 You should have received a copy of the GNU General Public License
12214 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.