]> code.delx.au - gnu-emacs/blob - doc/lispref/ChangeLog
Doc fix for forward-word and backward-word.
[gnu-emacs] / doc / lispref / ChangeLog
1 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
2
3 * positions.texi (Word Motion): Remove redundant sentence.
4
5 2013-08-13 Glenn Morris <rgm@gnu.org>
6
7 * lists.texi (List Elements):
8 Undocument behavior of nth and nthcdr with n < 0. (Bug#15059)
9
10 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
11
12 * frames.texi (Display Feature Testing): Add indexes.
13
14 2013-08-12 Glenn Morris <rgm@gnu.org>
15
16 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
17 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
18 (INSTALL_DATA): New, set by configure.
19 (HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
20 New variables.
21 (.SUFFIXES): Add .ps and .dvi.
22 (.dvi.ps): New suffix rule.
23 (dvi, html, pdf, ps): Use *_TARGETS variables.
24 (elisp.html): Use HTML_OPTS.
25 (elisp.ps): Remove explicit rule.
26 (.PHONY): install-dvi, install-html, install-pdf, install-ps
27 ,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
28 uninstall-ps, and uninstall-doc.
29 (install-dvi, install-html, install-pdf, install-ps, install-doc)
30 (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
31 (uninstall-doc): New rules.
32 (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
33
34 2013-08-10 Xue Fuqiao <xfq.free@gmail.com>
35
36 * edebug.texi (Instrumenting Macro Calls): Use @defmac for macros.
37
38 2013-08-09 Xue Fuqiao <xfq.free@gmail.com>
39
40 * control.texi (Error Symbols): Minor fix for previous change.
41
42 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
43
44 * errors.texi (Standard Errors): Don't refer to `error-conditions'.
45
46 * control.texi (Signaling Errors): Refer to define-error.
47 (Error Symbols): Add `define-error'.
48
49 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
50
51 * positions.texi (Motion by Screen Lines):
52 * display.texi (Truncation): Rename `cache-long-line-scans'
53 to `cache-long-scans'.
54
55 2013-08-05 Xue Fuqiao <xfq.free@gmail.com>
56
57 * windows.texi (Window Start and End): Add an index.
58
59 2013-08-02 Xue Fuqiao <xfq.free@gmail.com>
60
61 * display.texi (Face Functions): Add an index.
62
63 * variables.texi (Variable Aliases): Add an index.
64
65 * functions.texi (Defining Functions): Add an index.
66
67 * nonascii.texi (Coding System Basics): Add an index.
68
69 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
70
71 * nonascii.texi (Non-ASCII Characters): Update menu.
72 (Disabling Multibyte): Move here from doc/emacs/mule.texi. Fix cross-references.
73
74 * elisp.texi (Top): Update menu.
75
76 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
77
78 * windows.texi (Window History): Mention the default value of
79 switch-to-visible-buffer. Add cross-references.
80
81 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
82
83 * errors.texi (Standard Errors): Fix typo.
84
85 * files.texi (Magic File Names):
86 * os.texi (File Notifications): Remove file-notify-supported-p.
87
88 2013-07-24 Paul Eggert <eggert@cs.ucla.edu>
89
90 * eval.texi (Special Forms): Mention 'lambda'. Also, say that
91 non-well-formed expressions result in unspecified behavior, though
92 Emacs will not crash.
93
94 2013-07-22 Michael Albinus <michael.albinus@gmx.de>
95
96 * files.texi (Magic File Names): Add file-notify-add-watch,
97 file-notify-rm-watch and file-notify-supported-p. Move
98 file-remote-p down.
99
100 * errors.texi (Standard Errors): Add file-notify-error.
101
102 * os.texi (Desktop Notifications): Rename from Notifications.
103 (File Notifications): New node.
104
105 * elisp.texi (Top): Update menu for these changes.
106
107 2013-07-19 Xue Fuqiao <xfq.free@gmail.com>
108
109 * windows.texi (Display Action Functions): Mention next-window.
110
111 2013-07-16 Xue Fuqiao <xfq.free@gmail.com>
112
113 * windows.texi (Selecting Windows): Fix the introduction of
114 `set-frame-selected-window''s arguments.
115
116 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
117
118 Timestamp fixes for undo (Bug#14824).
119 * text.texi (Undo): Document (t . 0) and (t . -1) in buffer-undo-list.
120
121 2013-07-06 Eli Zaretskii <eliz@gnu.org>
122
123 * nonascii.texi (Text Representations): Document that
124 multibyte-string-p returns nil for non-string objects.
125
126 2013-07-06 Glenn Morris <rgm@gnu.org>
127
128 * elisp.texi (Top): Move WWW_GNU_ORG section outside @copying.
129
130 2013-07-03 Glenn Morris <rgm@gnu.org>
131
132 * debugging.texi (Debugging):
133 * files.texi (File Attributes, Changing Files): Fix cross-references.
134
135 * package.texi (Package Archives): Fix @url call.
136
137 * syntax.texi (Syntax Table Functions): Mention describe-syntax.
138
139 2013-06-29 Eli Zaretskii <eliz@gnu.org>
140
141 * display.texi (Bidirectional Display): Document move-point-visually.
142
143 2013-06-29 Xue Fuqiao <xfq.free@gmail.com>
144
145 * buffers.texi (Buffer File Name): Fix typo.
146
147 2013-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
148
149 * tips.texi (Coding Conventions): Improve wording.
150
151 2013-06-24 Glenn Morris <rgm@gnu.org>
152
153 * loading.texi (Autoload): Fix typo.
154
155 * variables.texi (Lexical Binding): Fix typo.
156
157 * functions.texi (Anonymous Functions): Put back ' removed 2012-10-23.
158
159 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
160
161 * display.texi (ImageMagick Images): Mention :max-width and
162 :max-height.
163
164 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
165
166 * numbers.texi (Math Functions): Remove obsolete function log10.
167
168 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
169
170 * modes.texi (Mode Line Data, Properties in Mode): Advertise `keymap'
171 rather than `local-map'.
172
173 * keymaps.texi (Active Keymaps): Fix documentation of
174 set-temporary-overlay-map and overriding-terminal-local-map.
175
176 2013-06-19 Glenn Morris <rgm@gnu.org>
177
178 * Makefile.in (dist): Edit more configure variables.
179 Try to check that we do not miss any in future.
180
181 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
182
183 * text.texi (Undo, Changing Properties): Fix typos.
184
185 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
186
187 * text.texi (Changing Properties): Document `add-face-text-property'.
188
189 2013-06-17 Kenichi Handa <handa@gnu.org>
190
191 * display.texi (Face Attributes): Refer to "Low-Level font" (not
192 "Font Selection") in the explanation of :font attribute (bug#14629).
193
194 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
195
196 * loading.texi (Hooks for Loading): Don't document after-load-alist.
197 Document with-eval-after-load instead of eval-after-load.
198
199 2013-06-11 Xue Fuqiao <xfq.free@gmail.com>
200
201 * files.texi (File Name Expansion): Make the example more
202 intuitive.
203
204 2013-06-10 Paul Eggert <eggert@cs.ucla.edu>
205
206 Documentation fix for 'ls' and hard links.
207 * compile.texi (Compilation Functions):
208 * files.texi (File Attributes, Changing Files):
209 Use current format for GNU 'ls' output.
210 (File Attributes): Fix problem introduced in previous change:
211 the link count is the number of hard links, not the number
212 of hard links + 1.
213
214 2013-06-10 Xue Fuqiao <xfq.free@gmail.com>
215
216 * files.texi (File Attributes): Fix typo.
217
218 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
219
220 * functions.texi (Lambda Expressions): Lambda expressions don't
221 evaluate to themselves in general (bug#11782).
222
223 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
224
225 * loading.texi (Autoload):
226 * help.texi (Documentation Basics, Accessing Documentation)
227 (Accessing Documentation, Accessing Documentation): DOC-* is now DOC.
228
229 2013-04-23 Glenn Morris <rgm@gnu.org>
230
231 * internals.texi (Writing Emacs Primitives): Remove obvious example.
232 Tweak other to avoid overly long line.
233
234 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
235
236 * internals.texi (Writing Emacs Primitives): Remove unnecessary
237 references to the sources. (Bug#13800)
238
239 * searching.texi (Regexp Backslash): Doc fix for backslash
240 constructs in regular expressions.
241
242 2013-04-15 Christopher Schmidt <christopher@ch.ristopher.com>
243
244 * tips.texi (Coding Conventions): Mention separation of package
245 descriptor and name of internal symbols by two hyphens.
246
247 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
248
249 * windows.texi (Splitting Windows): Change category of
250 split-window from a command to a function.
251
252 2013-04-06 Chong Yidong <cyd@gnu.org>
253
254 * display.texi (Faces): Minor clarifications.
255 (Defining Faces): Clarify default vs custom face specs.
256 Document face-spec-set.
257
258 * display.texi (Overlay Properties):
259 * text.texi (Special Properties): Use the "anonymous face"
260 terminology. Describe foreground-color and background-color forms
261 as compatibility-only.
262
263 2013-03-24 Eli Zaretskii <eliz@gnu.org>
264
265 * compile.texi (Byte-Code Objects): Add index entry.
266 (Disassembly): Add cross-references.
267
268 2013-03-23 Eli Zaretskii <eliz@gnu.org>
269
270 * frames.texi (Size Parameters): More accurate description of the
271 difference between 'fullboth' and 'maximized'. (Bug#13935)
272
273 2013-03-17 Christopher Schmidt <christopher@ch.ristopher.com>
274
275 * symbols.texi (Standard Properties): Document pure. (Bug#13823)
276
277 2013-03-16 Glenn Morris <rgm@gnu.org>
278
279 * elisp.texi: Add some stuff specific to www.gnu.org.
280
281 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
282
283 * control.texi (Pattern matching case statement): Fix typo.
284
285 2013-03-04 Paul Eggert <eggert@cs.ucla.edu>
286
287 * elisp.texi, intro.texi: Switch from Latin-1 to UTF-8.
288
289 2013-03-03 Glenn Morris <rgm@gnu.org>
290
291 * objects.texi (Symbol Type): Fix typo.
292
293 2013-02-28 Bastien Guerry <bzg@gnu.org>
294
295 * variables.texi (File Local Variables): Fix reference.
296
297 2013-02-24 Eli Zaretskii <eliz@gnu.org>
298
299 * files.texi (Magic File Names): Improve wording and indexing.
300
301 2013-02-21 Glenn Morris <rgm@gnu.org>
302
303 * display.texi (Multi-Frame Images): Minor rephrasing.
304
305 2013-02-20 Glenn Morris <rgm@gnu.org>
306
307 * display.texi (GIF Images, TIFF Images): Delete these nodes.
308 (ImageMagick Images): For :index, use an xref rather than duplicating.
309 (Other Image Types): Add GIF, adjust formatting.
310 (Multi-Frame Images): Rename from Animated Images. Expand section.
311 * elisp.texi (Top): Update menu for these changes.
312
313 2013-02-19 Glenn Morris <rgm@gnu.org>
314
315 * text.texi (Change Hooks): Fix typo.
316
317 2013-02-15 Glenn Morris <rgm@gnu.org>
318
319 * modes.texi (Basic Major Modes): 'z' no longer bound in special-mode.
320
321 2013-02-13 Glenn Morris <rgm@gnu.org>
322
323 * objects.texi (Char-Table Type): Add footnote about #^^.
324
325 * modes.texi (Minor Mode Conventions): Fix typo.
326
327 * keymaps.texi (Scanning Keymaps): Remove obsolete sentence about
328 meta characters; this changed in 22.1. (Bug#13684)
329
330 * objects.texi (Char-Table Type): Add cindex.
331
332 * keymaps.texi (Key Binding Commands): Trivial rephrasing.
333
334 2013-02-10 Glenn Morris <rgm@gnu.org>
335
336 * keymaps.texi (Creating Keymaps): Update make-keymap result.
337
338 2013-02-09 Eli Zaretskii <eliz@gnu.org>
339
340 * modes.texi (%-Constructs): Remove the description of %t.
341
342 * nonascii.texi (MS-DOS File Types): Delete node.
343
344 2013-02-08 Glenn Morris <rgm@gnu.org>
345
346 * keymaps.texi (Active Keymaps, Searching Keymaps):
347 Remove confusing mention of "symbolic prefix". (Bug#13643)
348
349 2013-01-19 Glenn Morris <rgm@gnu.org>
350
351 * macros.texi (Indenting Macros): Fix order of an indent
352 symbol's arguments. (Bug#13450)
353
354 2013-01-19 Paul Eggert <eggert@cs.ucla.edu>
355
356 Allow floating-point file offsets.
357 * files.texi (Reading from Files, Writing to Files):
358 Say that file offsets can be numbers, not just integers.
359
360 2013-01-09 Glenn Morris <rgm@gnu.org>
361
362 * commands.texi (Interactive Codes):
363 Whitespace does not terminate interactive "S". (Bug#13393)
364
365 2013-01-06 Chong Yidong <cyd@gnu.org>
366
367 * windows.texi (Vertical Scrolling): Fix typos (Bug#13267).
368
369 2013-01-05 Glenn Morris <rgm@gnu.org>
370
371 * display.texi (Overlay Properties): Mention field. (Bug#13364)
372
373 2013-01-05 Eli Zaretskii <eliz@gnu.org>
374
375 * hooks.texi (Standard Hooks): Use @item, not @itemx, as the first
376 directive in a group of items.
377
378 2013-01-05 Chong Yidong <cyd@gnu.org>
379
380 * keymaps.texi (Key Sequences): Remove obsolete sentence
381 (Bug#13356).
382
383 2013-01-04 Ari Roponen <ari.roponen@gmail.com> (tiny change)
384
385 * hash.texi (Defining Hash): Fix typo. (Bug#13345)
386
387 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
388
389 * files.texi (File Attributes): Undocument return format of file-acl.
390
391 2013-01-03 Glenn Morris <rgm@gnu.org>
392
393 * processes.texi (System Processes):
394 * syntax.texi (Syntax Table Functions): Tweak some line breaks.
395
396 * searching.texi (Replacing Match): Fix xref.
397
398 * elisp.texi (DATE): Bump to Jan 2013.
399
400 2013-01-02 Glenn Morris <rgm@gnu.org>
401
402 * customize.texi (Common Keywords, Type Keywords):
403 Replace "active field" with "button". (Bug#13310)
404
405 * customize.texi (Common Keywords): Add xref. (Bug#13311)
406 * tips.texi (Library Headers): Add cindex.
407
408 2012-12-30 Wolfgang Jenkner <wjenkner@inode.at>
409
410 * functions.texi (Declare Form):
411 * intro.texi (A Sample Function Description):
412 * syntax.texi (Syntax Table Internals, Syntax Table Functions):
413 * variables.texi (Using Lexical Binding): Don't use @var or CAPS
414 in @def.. commands. (Bug#13292)
415
416 2012-12-29 Eli Zaretskii <eliz@gnu.org>
417
418 * files.texi (Changing Files): Document the return values of
419 set-file-selinux-context and set-file-acl.
420
421 2012-12-27 Glenn Morris <rgm@gnu.org>
422
423 * files.texi (File Names): Mention Cygwin conversion functions.
424
425 2012-12-22 Martin Rudalics <rudalics@gmx.at>
426
427 * windows.texi (Selecting Windows): Reword description of
428 select-window (Bug#13248).
429
430 2012-12-22 Eli Zaretskii <eliz@gnu.org>
431
432 * files.texi (File Attributes, Changing Files): Remove the details
433 about the text returned by file-acl. Instead, just document that
434 it is an opaque string meant to be used by set-file-acl.
435
436 2012-12-21 Chong Yidong <cyd@gnu.org>
437
438 * modes.texi (Auto Major Mode): Fix typo (Bug#13230).
439
440 * customize.texi (Simple Types): Document key-sequence type
441 (Bug#13048).
442
443 * strings.texi (Text Comparison): Doc fix for compare-strings.
444
445 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
446
447 * files.texi (Magic File Names): Add `file-acl',
448 `file-selinux-context', `set-file-acl' and
449 `set-file-selinux-context'. Make the list consistent.
450
451 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
452
453 * tips.texi (Library Headers): New header keyword `Homepage'.
454 Make continuation lines syntax more precise.
455
456 2012-12-17 Eli Zaretskii <eliz@gnu.org>
457
458 * files.texi (File Attributes, Changing Files): Update to include
459 MS-Windows support for ACLs.
460
461 2012-12-16 Romain Francoise <romain@orebokech.com>
462
463 * files.texi (File Attributes): Document ACL support and new
464 `file-acl' function.
465 (Changing Files): Mention argument name change of `copy-file' and
466 document new function `set-file-acl'.
467
468 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
469
470 Fix permissions bugs with setgid directories etc. (Bug#13125)
471 * files.texi (Testing Accessibility): Document GROUP arg
472 of file-ownership-preserved-p.
473 (File Attributes): Document that 9th element is now
474 just a placeholder.
475 * os.texi (User Identification): Document new functions group-gid,
476 group-real-gid.
477
478 2012-12-11 Paul Eggert <eggert@cs.ucla.edu>
479
480 * internals.texi (C Integer Types): New section.
481 This follows up and records an email in
482 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00496.html>.
483
484 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
485
486 * control.texi (Pattern matching case statement): New node.
487
488 * customize.texi (Variable Definitions): Mention the default :group
489 for defcustoms (bug#13093).
490
491 2012-12-09 Glenn Morris <rgm@gnu.org>
492
493 * customize.texi (Variable Definitions): Mention eval-defun
494 on a defcustom calls the :set function when appropriate.
495
496 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
497
498 * doclicense.texi, gpl.texi: Update to latest version from FSF.
499 These are just minor editorial changes.
500
501 2012-12-06 Chong Yidong <cyd@gnu.org>
502
503 * lists.texi (Plist Access): Move put example to Symbol Plists.
504
505 * symbols.texi (Standard Properties): Fix typo.
506
507 2012-12-03 Chong Yidong <cyd@gnu.org>
508
509 * symbols.texi (Symbol Properties): New node.
510 (Symbol Plists): Make it a subsection under Symbol Properties.
511 (Standard Properties): New node.
512
513 * lists.texi (Property Lists): Move here from symbols.texi.
514 (Plist Access): Rename from Other Plists.
515
516 * customize.texi (Variable Definitions):
517 * display.texi (Defining Faces):
518 * sequences.texi (Char-Tables): Fix xref.
519
520 * keymaps.texi (Key Sequences): `kbd' is now a function.
521
522 * commands.texi (Using Interactive): Fix index entry.
523
524 2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
525
526 * doclicense.texi: Update to latest version from FSF.
527 These are just minor editorial changes.
528 * elisp.texi (GNU Free Documentation License)
529 (GNU General Public Licens):
530 Provide sectioning, since doclicense.texi no longer does that.
531
532 * loading.texi (Named Features): @ -> @@ to fix typo.
533
534 2012-11-24 Martin Rudalics <rudalics@gmx.at>
535
536 * windows.texi (Basic Windows): Fix typo.
537 (Windows and Frames): Fix example. Move description of
538 window-in-direction here.
539 (Recombining Windows): Fix example.
540 (Buffers and Windows): Fix description of replace-buffer-in-windows.
541 (Switching Buffers): Reword.
542 (Display Action Functions): Minor adjustments.
543 (Choosing Window Options): Minor fixes.
544 (Window History): Minor rewording.
545 (Dedicated Windows): Correct and reword part describing how
546 dedicatedness affects functions removing buffers or windows.
547 * buffers.texi (The Buffer List): Fix description of bury-buffer.
548
549 2012-11-24 Chong Yidong <cyd@gnu.org>
550
551 * modes.texi (%-Constructs): Fix statement about mode construct
552 padding (Bug#12866).
553
554 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
555
556 * debugging.texi (Profiling): Make it more clear
557 that --enable-profiling is about profiling the C code.
558
559 2012-11-21 Glenn Morris <rgm@gnu.org>
560
561 * display.texi (Attribute Functions):
562 Update for set-face-* name changes.
563 Add new "inherit" argument for face-bold-p etc.
564 Move description of this argument to a common section, like "frame".
565
566 * debugging.texi (Profiling): New section.
567 (Debugging): Mention profiling in the introduction.
568 * tips.texi (Compilation Tips): Move profiling to separate section.
569 * elisp.texi: Add Profiling to detailed menu.
570
571 2012-11-21 Martin Rudalics <rudalics@gmx.at>
572
573 * windows.texi (Display Action Functions): Fix recently added
574 example. Suggested by Michael Heerdegen.
575
576 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
577
578 Minor cleanup for times as lists of four integers.
579 * os.texi (Time Parsing): Time values can now be four integers.
580
581 2012-11-18 Glenn Morris <rgm@gnu.org>
582
583 * loading.texi (How Programs Do Loading): Add eager macro expansion.
584 * macros.texi (Expansion): Mention eager macro expansion.
585
586 * minibuf.texi (Basic Completion): Mention misc completion-table funcs.
587
588 2012-11-18 Leo Liu <sdl.web@gmail.com>
589
590 * minibuf.texi (Programmed Completion): Doc fix for metadata
591 request (Bug#12850).
592
593 2012-11-18 Glenn Morris <rgm@gnu.org>
594
595 * display.texi (Temporary Displays): Document with-temp-buffer-window.
596
597 * frames.texi (Size and Position): Add fit-frame-to-buffer command.
598 * windows.texi (Resizing Windows): Add fit-frame-to-buffer option.
599 (Window Sizes): Add vindex for window-min-height, window-min-width.
600 (Display Action Functions): Mention pop-up-frame-parameters.
601
602 2012-11-16 Martin Rudalics <rudalics@gmx.at>
603
604 * windows.texi (Choosing Window): Rewrite description of
605 display-buffer-alist (Bug#12167).
606 (Display Action Functions): Mention inhibit-switch-frame.
607 Fix description of display-buffer-below-selected. Reorder actions.
608 Add example (Bug#12848).
609
610 2012-11-16 Glenn Morris <rgm@gnu.org>
611
612 * display.texi (Face Attributes): Fix :underline COLOR description.
613 (Attribute Functions): Update for set-face-underline rename.
614 Tweak descriptions of face-underline-p, face-inverse-video-p.
615
616 * keymaps.texi (Searching Keymaps, Tool Bar): Untabify examples,
617 so they align better in info.
618 (Active Keymaps, Searching Keymaps, Controlling Active Maps):
619 Document set-temporary-overlay-map.
620
621 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
622
623 * keymaps.texi (Translation Keymaps): Add a subsection "Interaction
624 with normal keymaps".
625
626 2012-11-15 Dmitry Antipov <dmantipov@yandex.ru>
627
628 * internals.texi (Garbage Collection): Update descriptions
629 of vectorlike_header, garbage-collect and gc-cons-threshold.
630 (Object Internals): Explain Lisp_Object layout and the basics
631 of an internal type system.
632 (Buffer Internals): Update description of struct buffer.
633
634 2012-11-13 Glenn Morris <rgm@gnu.org>
635
636 * variables.texi (Adding Generalized Variables):
637 At least mention gv-define-expander and gv-letplace.
638
639 * debugging.texi (Error Debugging): Mention debug-on-message.
640 (Using Debugger): Mention debugger-bury-or-kill.
641
642 * control.texi (Signaling Errors):
643 * debugging.texi (Error Debugging):
644 * errors.texi (Standard Errors): Add user-error.
645
646 * variables.texi (Adding Generalized Variables):
647 Use standard formatting for common lisp note about setf functions.
648
649 2012-11-10 Martin Rudalics <rudalics@gmx.at>
650
651 * elisp.texi (Top): Add Recombining Windows to menu.
652 * windows.texi (Recombining Windows): New subsection.
653 (Splitting Windows): Rewrite text on handling of window
654 combinations and move it to new subsection.
655
656 2012-11-10 Chong Yidong <cyd@gnu.org>
657
658 * searching.texi (Replacing Match): Document \? in replace-match.
659
660 * variables.texi (Creating Buffer-Local): Document setq-local and
661 defvar-local.
662 (Setting Generalized Variables): Arrange table alphabetically.
663
664 * lists.texi (List Elements, List Variables): Clarify descriptions
665 of push and pop for generalized variables.
666
667 * edebug.texi (Specification List): setf is no longer CL-only.
668
669 2012-11-10 Glenn Morris <rgm@gnu.org>
670
671 * variables.texi (Adding Generalized Variables):
672 Update description of FIX-RETURN expansion.
673
674 * variables.texi (Setting Generalized Variables):
675 Split most of previous contents into this subsection.
676 (Adding Generalized Variables): New subsection.
677 Move note on lack of setf functions here from misc/cl.texi.
678
679 * elisp.texi: Add Generalized Variables subsections to detailed menu.
680
681 2012-11-10 Chong Yidong <cyd@gnu.org>
682
683 * frames.texi (Initial Parameters): Doc fix (Bug#12144).
684
685 2012-11-08 Michael Albinus <michael.albinus@gmx.de>
686
687 * os.texi (Notifications): Update descriptions of
688 notifications-notify, notifications-close-notification and
689 notifications-get-capabilities according to latest code changes.
690 Add notifications-get-server-information.
691
692 2012-11-03 Chong Yidong <cyd@gnu.org>
693
694 * objects.texi (General Escape Syntax): Clarify the explanation of
695 escape sequences.
696 (Non-ASCII in Strings): Clarify when a string is unibyte vs
697 multibyte. Hex escapes do not automatically make a string
698 multibyte.
699
700 2012-11-03 Martin Rudalics <rudalics@gmx.at>
701
702 * windows.texi (Switching Buffers): Document option
703 switch-to-buffer-preserve-window-point.
704 (Display Action Functions): Document window-height and
705 window-width alist entries.
706 (Display Action Functions):
707 Document display-buffer-below-selected and
708 display-buffer-in-previous-window.
709 (Quitting Windows): Document quit-restore-window.
710 Rewrite section.
711 (Window Configurations): In window-state-get mention that
712 argument window must be valid.
713 (Window Parameters): Document quit-restore window parameter
714 (Bug#12158).
715
716 2012-10-31 Glenn Morris <rgm@gnu.org>
717
718 * control.texi (Catch and Throw): Add xref to cl.texi.
719
720 * lists.texi (Sets And Lists): Point xref to better location.
721
722 * errors.texi (Standard Errors):
723 * loading.texi (Autoload): Update for cl-lib namespace changes.
724
725 * modes.texi (Defining Minor Modes): "Generalized Variables"
726 section is now in this manual rather than cl.texi.
727
728 * eval.texi (Special Forms): No longer special forms: defmacro,
729 defun, save-window-excursion, with-output-to-temp-buffer.
730 * functions.texi (Defining Functions): Defun is now a macro.
731 Defalias is a function.
732
733 2012-10-30 Glenn Morris <rgm@gnu.org>
734
735 * variables.texi (Generalized Variables): Fix typo.
736
737 2012-10-30 Chong Yidong <cyd@gnu.org>
738
739 * symbols.texi (Symbol Plists): Document function-get.
740
741 * loading.texi (Autoload): Document autoloadp, autoload-do-load.
742
743 * frames.texi (Visibility of Frames): Document tty-top-frame.
744
745 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
746
747 * keymaps.texi (Format of Keymaps): Document the multiple
748 inheritance format.
749
750 2012-10-28 Martin Rudalics <rudalics@gmx.at>
751
752 * windows.texi (Basic Windows): Reformulate description of live,
753 internal and valid windows.
754 (Cyclic Window Ordering): Describe new argument of
755 get-lru-window and get-largest-window. Add description of
756 window-in-direction.
757
758 2012-10-27 Glenn Morris <rgm@gnu.org>
759
760 * variables.texi (Generalized Variables): New section,
761 adapted from misc/cl.texi.
762 * elisp.texi (Top): Add Generalized Variables to menu.
763 * lists.texi (List Elements, List Variables):
764 Mention generalized variables.
765
766 * lists.texi (List Elements): Typo fix.
767
768 2012-10-27 Chong Yidong <cyd@gnu.org>
769
770 * minibuf.texi (High-Level Completion): Don't mention removed
771 function iswitchb-read-buffer.
772
773 * commands.texi (Event Input Misc): Remove last-input-char.
774 (Command Loop Info): Remove last-command-char.
775
776 * frames.texi (Initial Parameters): Don't mention the obsolete
777 special-display feature.
778
779 * windows.texi (Choosing Window): Don't mention the obsolete
780 special display feature.
781 (Choosing Window Options): Remove obsolete special-display
782 variables, and the functions special-display-p and
783 special-display-popup-frame.
784
785 * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
786
787 * hooks.texi (Standard Hooks): Remove obsolete hooks.
788
789 * markers.texi (Information from Markers): Remove obsolete
790 function buffer-has-markers-at.
791
792 * text.texi (Yanking): Document yank-handled-properties.
793
794 2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
795
796 Update manual for new time stamp format (Bug#12706).
797 * buffers.texi (Modification Time):
798 * files.texi (Testing Accessibility, File Attributes):
799 * intro.texi (Version Info):
800 * os.texi (Time of Day):
801 Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
802 These instances were missed the first time around.
803 Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
804
805 2012-10-24 Chong Yidong <cyd@gnu.org>
806
807 * minibuf.texi (Text from Minibuffer): Document read-regexp
808 changes.
809
810 * nonascii.texi (Selecting a Representation):
811 Document set-buffer-multibyte changes.
812
813 * keymaps.texi (Toolkit Differences): Node deleted.
814 (Easy Menu): New node.
815
816 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
817
818 * hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.
819
820 2012-10-23 Paul Eggert <eggert@cs.ucla.edu>
821
822 Fix outdated timestamp documentation in Elisp manual (bug#12706).
823 * files.texi (File Attributes):
824 * text.texi (Undo):
825 Time stamp resolution is now 1 picosecond, not 1 second.
826
827 2012-10-23 Chong Yidong <cyd@gnu.org>
828
829 * display.texi (Font Lookup): Remove font-list-limit.
830
831 * keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode
832 (Bug#12529).
833
834 2012-10-22 Glenn Morris <rgm@gnu.org>
835
836 * os.texi (Recording Input): Tiny fix.
837
838 * intro.texi (Lisp History):
839 * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
840 * tips.texi (Coding Conventions): Recommend cl-lib over cl.
841
842 2012-10-15 Chong Yidong <cyd@gnu.org>
843
844 * macros.texi (Defining Macros): defmacro is now a macro.
845 Explicitly list the docstring and declare arguments.
846
847 * functions.texi (Anonymous Functions): Explicitly list the
848 docstring, declare, and interactive arguments to lambda.
849 (Defining Functions): Likewise for defun.
850 (Inline Functions): Likewise for defsubst.
851 (Declare Form): Tweak description.
852
853 2012-10-13 Chong Yidong <cyd@gnu.org>
854
855 * display.texi (ImageMagick Images): ImageMagick enabled by default.
856
857 2012-10-05 Chong Yidong <cyd@gnu.org>
858
859 * minibuf.texi (Basic Completion): Clarify list form of completion
860 table (Bug#12564).
861
862 2012-10-05 Bruno Félix Rezende Ribeiro <oitofelix@gmail.com> (tiny change)
863
864 * functions.texi (Function Safety): Copyedit. (Bug#12562)
865
866 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
867
868 Revert the FOLLOW-SYMLINKS change for file-attributes.
869 * files.texi (File Attributes, Magic File Names): Undo last change.
870
871 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
872
873 file-attributes has a new optional arg FOLLOW-SYMLINKS.
874 * files.texi (File Attributes): Describe it.
875 (Magic File Names): Use it.
876
877 2012-09-30 Chong Yidong <cyd@gnu.org>
878
879 * commands.texi (Click Events): Define "mouse position list".
880 Remove mention of unimplemented horizontal scroll bars.
881 (Drag Events, Motion Events): Refer to "mouse position list".
882 (Accessing Mouse): Document posnp.
883
884 * errors.texi (Standard Errors): Tweak arith-error description.
885 Tweak markup. Remove domain-error and friends, which seem to be
886 unused after the floating-point code revamp.
887
888 * functions.texi (Obsolete Functions): Obsolescence also affects
889 documentation commands. Various clarifications.
890 (Declare Form): New node.
891
892 * strings.texi (String Basics): Copyedits.
893
894 * os.texi (Idle Timers): Minor clarifications.
895 (User Identification): Add system-users and system-groups.
896
897 * macros.texi (Defining Macros): Move description of `declare' to
898 Declare Form node.
899
900 * loading.texi (Autoload):
901 * help.texi (Documentation Basics): The special sequences can
902 trigger autoloading.
903
904 * numbers.texi (Integer Basics): Copyedits.
905 (Float Basics): Consider IEEE floating point always available.
906 (Random Numbers): Document actual limits.
907 (Arithmetic Operations): Clarify division by zero. Don't mention
908 the machine-independence of negative division since it does not
909 happen in practice.
910
911 2012-09-28 Chong Yidong <cyd@gnu.org>
912
913 * os.texi (Startup Summary): Document leim-list.el change.
914
915 2012-09-25 Chong Yidong <cyd@gnu.org>
916
917 * functions.texi (Defining Functions): defun is now a macro.
918
919 2012-09-28 Leo Liu <sdl.web@gmail.com>
920
921 * files.texi (Files): Fix typo.
922
923 2012-09-23 Chong Yidong <cyd@gnu.org>
924
925 * buffers.texi (Read Only Buffers): Document read-only-mode.
926
927 * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
928 read-only-mode.
929
930 * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
931 calling conventions.
932
933 2012-09-22 Chong Yidong <cyd@gnu.org>
934
935 * searching.texi (Replacing Match): Minor clarification.
936
937 2012-09-22 Eli Zaretskii <eliz@gnu.org>
938
939 * edebug.texi (Instrumenting): Improve indexing.
940
941 * os.texi (Idle Timers): Warn against reinvoking an idle timer
942 from within its own timer action. (Bug#12447)
943
944 2012-09-22 Chong Yidong <cyd@gnu.org>
945
946 * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
947
948 2012-09-21 Glenn Morris <rgm@gnu.org>
949
950 * debugging.texi (Using Debugger): Fix typo.
951
952 2012-09-18 Chong Yidong <cyd@gnu.org>
953
954 * display.texi (Faces): Discuss anonymous faces.
955 (Face Attributes): Tweak intro.
956 (Defining Faces): Move after the Face Attributes node. Copyedits.
957 (Displaying Faces): Describe role of inheritance.
958
959 * customize.texi (Customization): Define customization more
960 carefully (Bug#11440).
961 (Common Keywords): Add xref to Constant Variables.
962
963 * variables.texi (Defining Variables): Link to defcustom's node
964 instead of the higher-level Customization chapter.
965
966 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
967
968 Simplify, document, and port floating-point (Bug#12381).
969 * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
970 Document that / and mod (with floating point arguments), along
971 with asin, acos, log, log10, expt and sqrt, return special values
972 instead of signaling exceptions.
973 (Float Basics): Document that logb operates on the absolute value
974 of its argument.
975 (Math Functions): Document that (log ARG BASE) also returns NaN if
976 BASE is negative. Document that (expt X Y) returns NaN if X is a
977 finite negative number and Y a finite non-integer.
978
979 2012-09-09 Chong Yidong <cyd@gnu.org>
980
981 * lists.texi (Sets And Lists): Explain that the return value for
982 delete should be used, like for delq.
983
984 * minibuf.texi (Yes-or-No Queries): Document recentering and
985 scrolling in y-or-n-p. Remove gratuitous example.
986
987 * searching.texi (Search and Replace): Document window scrolling
988 entries in query-replace-map.
989
990 2012-09-08 Chong Yidong <cyd@gnu.org>
991
992 * syntax.texi (Syntax Table Internals): Define "raw syntax
993 descriptor" terminology (Bug#12383).
994 (Syntax Descriptors): Mention raw syntax descriptors.
995
996 2012-09-07 Chong Yidong <cyd@gnu.org>
997
998 * variables.texi (Creating Buffer-Local): Fix description of
999 local-variable-if-set-p (Bug#10713).
1000
1001 * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
1002
1003 * windows.texi (Display Action Functions)
1004 (Choosing Window Options): Remove obsolete variable
1005 display-buffer-reuse-frames.
1006 (Switching Buffers): Minor doc tweak for switch-to-buffer.
1007
1008 * positions.texi (Narrowing): Document buffer-narrowed-p.
1009
1010 * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
1011
1012 * syntax.texi (Low-Level Parsing): Add xref to Parser State
1013 (Bug#12269).
1014
1015 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
1016
1017 * debugging.texi (Explicit Debug): Document `debug-on-message'.
1018
1019 2012-09-02 Chong Yidong <cyd@gnu.org>
1020
1021 * windows.texi (Window Configurations): Recommend against using
1022 save-window-excursion (Bug#12075).
1023
1024 * control.texi (Catch and Throw):
1025 * positions.texi (Excursions): Don't mention it.
1026
1027 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
1028
1029 Better seed support for (random).
1030 * numbers.texi (Random Numbers): Document new behavior of
1031 the calls (random) and (random STRING).
1032
1033 2012-08-21 Martin Rudalics <rudalics@gmx.at>
1034
1035 * windows.texi (Window Point): Document recent changes in
1036 window-point and set-window-point.
1037 (Selecting Windows): Document recent change in select-window.
1038
1039 2012-08-06 Eli Zaretskii <eliz@gnu.org>
1040
1041 * functions.texi (Closures): Put the main index entry for
1042 "closures" here. (Bug#12138)
1043
1044 * variables.texi (Lexical Binding): Disambiguate the index entry
1045 for "closures".
1046
1047 2012-08-05 Chong Yidong <cyd@gnu.org>
1048
1049 * display.texi (Defining Faces): Move documentation of
1050 frame-background-mode to the Emacs manual (Bug#7774).
1051
1052 2012-08-04 Chong Yidong <cyd@gnu.org>
1053
1054 * syntax.texi (Syntax Basics): Rearrange the text for clarity.
1055 Fix description of syntax table inheritance.
1056 (Syntax Table Functions): Don't refer to internal contents of
1057 syntax table, since that is not explained yet. Copyedits.
1058 (Standard Syntax Tables): Node deleted.
1059 (Syntax Table Internals): Misc clarifications. Improve table
1060 formatting.
1061
1062 * keymaps.texi (Inheritance and Keymaps):
1063 * text.texi (Sticky Properties): Tweak index entry.
1064
1065 2012-07-28 Eli Zaretskii <eliz@gnu.org>
1066
1067 * nonascii.texi (Character Sets): Fix a typo. (Bug#12062)
1068
1069 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
1070
1071 Prefer typical American spelling for "acknowledgment".
1072 * intro.texi (Acknowledgments): Rename from Acknowledgements.
1073
1074 2012-07-21 Eli Zaretskii <eliz@gnu.org>
1075
1076 * commands.texi (Special Events): Mention language-change event.
1077 (Input Events, Interactive Codes):
1078 * keymaps.texi (Key Sequences): Mention events that are
1079 non-keyboard but also non-mouse events.
1080
1081 2012-07-17 Chong Yidong <cyd@gnu.org>
1082
1083 * text.texi (Insertion): Document insert-char changes.
1084
1085 2012-07-15 Leo Liu <sdl.web@gmail.com>
1086
1087 * display.texi (Fringe Bitmaps): Add exclamation-mark.
1088
1089 2012-07-13 Chong Yidong <cyd@gnu.org>
1090
1091 * buffers.texi (Read Only Buffers): Document toggle-read-only
1092 changes. Reword to account for the fact that read-only is
1093 currently not supported in overlay properties.
1094
1095 2012-07-07 Chong Yidong <cyd@gnu.org>
1096
1097 * loading.texi (Library Search): Index site-lisp directories.
1098
1099 2012-07-06 Chong Yidong <cyd@gnu.org>
1100
1101 * intro.texi (A Sample Function Description): Fix incorrect
1102 markup, undoing previous change.
1103 (A Sample Variable Description): Minor clarifications and markup
1104 improvements.
1105
1106 * elisp.texi (Top):
1107 * text.texi (Text): Fix menu order.
1108
1109 2012-07-06 Richard Stallman <rms@gnu.org>
1110
1111 * intro.texi (Evaluation Notation, A Sample Function Description):
1112 (A Sample Variable Description): Improve/undo previous changes.
1113
1114 2012-07-05 Glenn Morris <rgm@gnu.org>
1115
1116 * intro.texi (A Sample Function Description): Fix cross-refs.
1117
1118 2012-07-05 Michael Witten <mfwitten@gmail.com> (tiny change)
1119
1120 * intro.texi (Evaluation Notation, A Sample Function Description)
1121 (A Sample Variable Description, Version Info): Copy edits (bug#11862).
1122
1123 2012-06-27 Chong Yidong <cyd@gnu.org>
1124
1125 * processes.texi (Asynchronous Processes, Input to Processes):
1126 * internals.texi (Process Internals): Don't capitalize "pty".
1127
1128 2012-06-24 Thien-Thi Nguyen <ttn@gnuvola.org>
1129
1130 * processes.texi (Asynchronous Processes): Make the pty vs pipe
1131 discussion more prominent.
1132
1133 2012-06-23 Eli Zaretskii <eliz@gnu.org>
1134
1135 * commands.texi (Misc Events): Document the language-change event.
1136
1137 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
1138
1139 Support higher-resolution time stamps (Bug#9000).
1140 * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
1141 * processes.texi (System Processes):
1142 Time stamp resolution is now picosecond, not microsecond.
1143
1144 2012-06-21 Glenn Morris <rgm@gnu.org>
1145
1146 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
1147
1148 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1149
1150 * functions.texi (Defining Functions):
1151 * macros.texi (Defining Macros): Un-define the return value of `defun',
1152 `defmacro' and `defalias'.
1153
1154 2012-06-17 Chong Yidong <cyd@gnu.org>
1155
1156 * elisp.texi: Remove urlcolor setting.
1157
1158 2012-06-17 Glenn Morris <rgm@gnu.org>
1159
1160 * display.texi (Face Attributes): Copyedits. Add a few cindex entries.
1161 Overlining no longer behaves exactly like underlining.
1162
1163 2012-06-16 Aurélien Aptel <aurelien.aptel@gmail.com>
1164
1165 * display.texi (Face Attributes):
1166 Document wave-style underline face attribute.
1167
1168 2012-06-11 Chong Yidong <cyd@gnu.org>
1169
1170 * display.texi (ImageMagick Images): ImageMagick now supports the
1171 :background property.
1172
1173 2012-06-10 Dmitry Antipov <dmantipov@yandex.ru>
1174
1175 * internals.texi (Garbage Collection): Typo fix.
1176
1177 2012-06-09 Chong Yidong <cyd@gnu.org>
1178
1179 * text.texi (Special Properties): Clarify the meaning of a list of
1180 faces in the `face' property.
1181
1182 * display.texi (Face Remapping): Minor clarification.
1183
1184 2012-06-08 Chong Yidong <cyd@gnu.org>
1185
1186 * display.texi (Face Attributes): Font family does not accept
1187 wildcards. De-document obsolete :bold and :italic attributes.
1188 (Defining Faces): Use new-style face spec format.
1189
1190 2012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
1191
1192 * internals.texi (Garbage Collection): Document new
1193 vector management code and vectorlike_header structure.
1194
1195 2012-06-03 Chong Yidong <cyd@gnu.org>
1196
1197 * modes.texi (Mode Line Data): Use "mode line construct"
1198 terminology for consistency.
1199
1200 2012-05-27 Glenn Morris <rgm@gnu.org>
1201
1202 * abbrevs.texi, advice.texi, anti.texi, backups.texi:
1203 * buffers.texi, commands.texi, compile.texi, control.texi:
1204 * customize.texi, debugging.texi, display.texi, doclicense.texi:
1205 * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
1206 * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
1207 * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
1208 * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
1209 * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
1210 * objects.texi, os.texi, package.texi, positions.texi:
1211 * processes.texi, searching.texi, sequences.texi, streams.texi:
1212 * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
1213 * variables.texi, windows.texi: Nuke hand-written node pointers.
1214
1215 2012-05-27 Chong Yidong <cyd@gnu.org>
1216
1217 * functions.texi (Obsolete Functions):
1218 Fix doc for set-advertised-calling-convention.
1219
1220 * modes.texi (Mode Help): Fix describe-mode.
1221
1222 * display.texi (Face Functions): Fix define-obsolete-face-alias.
1223
1224 * variables.texi (Variable Aliases): Fix make-obsolete-variable.
1225
1226 2012-05-27 Martin Rudalics <rudalics@gmx.at>
1227
1228 * commands.texi (Recursive Editing): recursive-edit is a command.
1229
1230 * compile.texi (Docs and Compilation):
1231 byte-compile-dynamic-docstrings is an option.
1232
1233 * debugging.texi (Invoking the Debugger): debug is a command.
1234
1235 * display.texi (Progress): progress-reporter-update and
1236 progress-reporter-force-update have VALUE argument optional.
1237 (Animated Images): Use non-@code{nil} instead of non-nil.
1238
1239 * files.texi (Format Conversion Round-Trip):
1240 Use non-@code{nil} instead of non-nil.
1241
1242 * frames.texi (Creating Frames): make-frame is a command.
1243 (Input Focus): select-frame is a command.
1244 (Pointer Shape): void-text-area-pointer is an option.
1245
1246 * help.texi (Describing Characters): read-kbd-macro is a command.
1247 (Help Functions): describe-prefix-bindings is a command.
1248
1249 * markers.texi (Creating Markers): Both arguments of copy-marker
1250 are optional.
1251
1252 * minibuf.texi (Reading File Names): Use @kbd instead of @code.
1253
1254 * modes.texi (Mode Line Variables): mode-line-remote and
1255 mode-line-client are not options.
1256 (Imenu): imenu-add-to-menubar is a command.
1257 (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
1258
1259 * os.texi (Sound Output): play-sound-file is a command.
1260
1261 * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
1262
1263 * processes.texi (Signals to Processes):
1264 Use @key{RET} instead of @code{RET}.
1265 (Signals to Processes): signal-process is a command.
1266
1267 * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
1268 (Base 64): base64-encode-string is not a command while
1269 base64-decode-region is.
1270
1271 * windows.texi (Switching Buffers): pop-to-buffer is a command.
1272
1273 2012-05-12 Glenn Morris <rgm@gnu.org>
1274
1275 * Makefile.in (MKDIR_P): New, set by configure.
1276 (mkinfodir): Use $MKDIR_P.
1277
1278 2012-05-10 Glenn Morris <rgm@gnu.org>
1279
1280 * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
1281 with "coding: raw-text".
1282 Concept of multibyte sessions no longer exists.
1283
1284 * files.texi (File Locks): Mention create-lockfiles option.
1285
1286 2012-05-09 Glenn Morris <rgm@gnu.org>
1287
1288 * vol1.texi, vol2.texi: Remove files.
1289 * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
1290 * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
1291
1292 * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
1293
1294 * two-volume.make (emacsdir): New.
1295 (tex): Add directory with emacsver.texi to TEXINPUTS.
1296
1297 * minibuf.texi (Minibuffer History, Basic Completion):
1298 Tweak page breaks.
1299
1300 * internals.texi (Garbage Collection, Memory Usage)
1301 (Writing Emacs Primitives): Tweak page breaks.
1302
1303 * streams.texi (Output Variables): Improve page break.
1304
1305 * edebug.texi (Edebug Display Update): Improve page break.
1306
1307 * compile.texi (Disassembly): Condense the examples.
1308
1309 * eval.texi, functions.texi, loading.texi, macros.texi:
1310 Where possible, use example rather than smallexample.
1311
1312 * symbols.texi: Where possible, use example rather than smallexample.
1313 (Symbol Components): Fix typo.
1314 (Other Plists): Tweak page break.
1315
1316 * sequences.texi (Arrays): Tweak page breaks.
1317
1318 * customize.texi: Where possible, use example rather than smallexample.
1319 (Common Keywords, Variable Definitions, Applying Customizations)
1320 (Custom Themes): Tweak page breaks.
1321
1322 * control.texi: Where possible, use example rather than smallexample.
1323 (Sequencing, Conditionals, Signaling Errors, Handling Errors):
1324 Tweak page breaks.
1325
1326 2012-05-08 Glenn Morris <rgm@gnu.org>
1327
1328 * two.el: Remove; unused since creation of two-volume.make.
1329
1330 * vol1.texi, vol2.texi: No need to keep menus in these files.
1331
1332 2012-05-05 Glenn Morris <rgm@gnu.org>
1333
1334 * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
1335
1336 * intro.texi (Caveats): Copyedit.
1337 (Lisp History): Convert inforef to xref.
1338 (Lisp History, Printing Notation, Version Info): Improve page-breaks.
1339
1340 * text.texi (Auto Filling): Don't mention Emacs 19.
1341
1342 * commands.texi (Event Input Misc): Don't mention unread-command-char.
1343 * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
1344
1345 * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
1346
1347 * lists.texi (List-related Predicates, List Variables):
1348 Tweak page-breaks.
1349 (Sets And Lists): Convert inforef to xref.
1350
1351 2012-05-04 Glenn Morris <rgm@gnu.org>
1352
1353 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
1354 (info, infoclean): Use $INFO_EXT.
1355 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
1356 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
1357 (info, maintainer-clean): Use $INFO_EXT.
1358 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
1359
1360 2012-05-04 Chong Yidong <cyd@gnu.org>
1361
1362 * os.texi (Timers): Use defopt for timer-max-repeats.
1363
1364 2012-05-03 Paul Eggert <eggert@cs.ucla.edu>
1365
1366 * os.texi (Time of Day): Do not limit current-time-string
1367 to years 1000..9999.
1368
1369 2012-05-02 Chong Yidong <cyd@gnu.org>
1370
1371 * display.texi (Font Lookup):
1372 * frames.texi (Pointer Shape):
1373 * processes.texi (Subprocess Creation): Use defopt for options.
1374
1375 2012-05-02 Glenn Morris <rgm@gnu.org>
1376
1377 * elisp.texi (@copying):
1378 * intro.texi (Introduction): Only print VERSION in the TeX version.
1379
1380 2012-05-02 Chong Yidong <cyd@gnu.org>
1381
1382 * text.texi (Change Hooks): Minor fix for after-change-functions.
1383
1384 2012-05-02 Glenn Morris <rgm@gnu.org>
1385
1386 * package.texi (Packaging Basics):
1387 * loading.texi (Autoload):
1388 * files.texi (Magic File Names):
1389 Reword to remove/reduce some overly long/short lines.
1390
1391 2012-04-27 Glenn Morris <rgm@gnu.org>
1392
1393 * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
1394 * modes.texi (Major Modes, Auto-Indentation):
1395 * buffers.texi (Buffers): Some fixes for menu descriptions.
1396
1397 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
1398 * functions.texi (Simple Lambda, Argument List):
1399 * eval.texi (Function Indirection): Avoid deprecated form.
1400
1401 2012-04-27 Glenn Morris <rgm@gnu.org>
1402
1403 * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
1404 Add "et al." to authors.
1405
1406 * buffers.texi, commands.texi, compile.texi, control.texi:
1407 * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
1408 * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
1409 * modes.texi, numbers.texi, objects.texi, streams.texi:
1410 * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
1411 Use Texinfo recommended convention for quotes+punctuation.
1412
1413 2012-04-27 Chong Yidong <cyd@gnu.org>
1414
1415 * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
1416 to where-is-internal (Bug#10872).
1417
1418 2012-04-27 Glenn Morris <rgm@gnu.org>
1419
1420 * macros.texi (Indenting Macros): Fix typo.
1421
1422 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
1423 (Resizing Windows, Deleting Windows, Selecting Windows)
1424 (Choosing Window Options, Horizontal Scrolling)
1425 (Cyclic Window Ordering, Window History, Dedicated Windows)
1426 (Quitting Windows, Window Configurations, Textual Scrolling):
1427 (Coordinates and Windows, Window Configurations)
1428 (Window Parameters, Window Hooks): Copyedits.
1429 (Splitting Windows, Deleting Windows):
1430 Fix ignore-window-parameters logic.
1431 (Selecting Windows, Choosing Window Options): Markup fixes.
1432 (Window Start and End): Remove pointless example.
1433 Remove cross-reference to deleted count-lines content.
1434 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
1435 and recenter-positions. Remove recenter example.
1436
1437 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
1438
1439 * minibuf.texi (Intro to Minibuffers):
1440 Tweak discussion of resizing minibuffer window.
1441
1442 2012-04-26 Glenn Morris <rgm@gnu.org>
1443
1444 * elisp-covers.texi, front-cover-1.texi: Remove files.
1445
1446 * tindex.pl: Remove file.
1447
1448 * makefile.w32-in (srcs):
1449 * Makefile.in (srcs): Remove back.texi (which is unused).
1450
1451 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
1452
1453 * os.texi (Notifications): Extend possible notification hints.
1454 Add notifications-get-capabilities.
1455
1456 2012-04-20 Chong Yidong <cyd@gnu.org>
1457
1458 * processes.texi (Asynchronous Processes): Mention nil argument to
1459 start-process.
1460
1461 2012-04-20 Glenn Morris <rgm@gnu.org>
1462
1463 * minibuf.texi (Basic Completion): No need to describe obarrays here.
1464 Don't mention obsolete `nospace' argument of all-completions.
1465 (Minibuffer Completion, Completion Commands, Reading File Names)
1466 (Completion Variables): Copyedits.
1467 (Completion Commands): Mention parent keymaps.
1468 Remove obsolete minibuffer-local-filename-must-match-map.
1469 (High-Level Completion): Remove read-variable's almost
1470 word-for-word duplication of read-command.
1471 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
1472 Update "High-Level Completion" description.
1473
1474 * minibuf.texi (Minibuffers):
1475 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
1476
1477 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
1478 Use Texinfo-recommended form of quote+punctuation.
1479 (Intro to Minibuffers): First minibuffer is #1, not #0.
1480 Mention minibuffer-inactive-mode.
1481 (Text from Minibuffer): Copyedits.
1482 (Minibuffer History, Programmed Completion): Fix @var usage.
1483 (Object from Minibuffer): Remove overly pedantic para.
1484 (Minibuffer History): Copyedits. Add face-name-history.
1485 (Initial Input, Yes-or-No Queries, Multiple Queries)
1486 (Minibuffer Windows, Minibuffer Misc): Copyedits.
1487 (Yes-or-No Queries): Tweak example.
1488 (Minibuffer Commands): Add next-complete-history-element.
1489 (Minibuffer Misc): Mention minibuffer-message-timeout, and
1490 minibuffer-inactive-mode.
1491
1492 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
1493 (Bindat Functions): Copyedits.
1494
1495 2012-04-20 Christopher Schmidt <christopher@ch.ristopher.com>
1496
1497 * files.texi (Saving Buffers): Document `visit and `visit-save'
1498 values of require-final-newline.
1499
1500 2012-04-20 Glenn Morris <rgm@gnu.org>
1501
1502 * processes.texi (Output from Processes, Filter Functions):
1503 Mention waiting-for-user-input-p.
1504 (Sentinels, Query Before Exit, System Processes, Transaction Queues):
1505 (Network Servers, Datagrams, Network Processes, Network Options)
1506 (Network Feature Testing, Serial Ports): Copyedits.
1507 (Network): Add encrypted network overview paragraph.
1508 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
1509
1510 2012-04-20 Chong Yidong <cyd@gnu.org>
1511
1512 * help.texi (Keys in Documentation): Mention :advertised-binding.
1513
1514 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
1515 description to help.texi.
1516
1517 2012-04-20 Glenn Morris <rgm@gnu.org>
1518
1519 * processes.texi (Process Information, Input to Processes)
1520 (Signals to Processes, Output from Processes, Process Buffers)
1521 (Filter Functions, Decoding Output): Copyedits.
1522 (Accepting Output): Discourage use of `millisec' argument.
1523
1524 2012-04-15 Glenn Morris <rgm@gnu.org>
1525
1526 * processes.texi (Processes, Subprocess Creation, Shell Arguments):
1527 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
1528 Copyedits.
1529 (Subprocess Creation): Discourage modifying exec-path directly.
1530 (Synchronous Processes, Asynchronous Processes):
1531 Update some example output.
1532 (Process Information): Fix typo.
1533 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
1534
1535 2012-04-15 Glenn Morris <rgm@gnu.org>
1536
1537 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
1538 open-network-stream does exist in Emacs 23, but is simpler.
1539
1540 2012-04-15 Chong Yidong <cyd@gnu.org>
1541
1542 * customize.texi (Custom Themes): Also document load-theme etc.
1543
1544 2012-04-14 Chong Yidong <cyd@gnu.org>
1545
1546 * customize.texi (Applying Customizations):
1547 (Custom Themes): New nodes.
1548
1549 * display.texi (Defining Faces): Reference custom-set-faces.
1550
1551 * modes.texi (Defining Minor Modes, Defining Minor Modes):
1552 * os.texi (Startup Summary): Copyedits.
1553
1554 2012-04-14 Glenn Morris <rgm@gnu.org>
1555
1556 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
1557
1558 * strings.texi (Case Tables):
1559 * objects.texi (General Escape Syntax):
1560 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
1561
1562 * buffers.texi, compile.texi, customize.texi, debugging.texi:
1563 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
1564 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
1565 * text.texi: Use @file for buffers, per the Texinfo manual.
1566
1567 * compile.texi (Compiler Errors): Add missing space in buffer name.
1568
1569 2012-04-14 Chong Yidong <cyd@gnu.org>
1570
1571 * processes.texi (Query Before Exit): Remove obsolete function
1572 process-kill-without-query (Bug#11190).
1573
1574 2012-04-14 Glenn Morris <rgm@gnu.org>
1575
1576 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
1577 Use @env for environment variables.
1578
1579 * Makefile.in: Replace non-portable use of $< in ordinary rules.
1580
1581 2012-04-12 Jari Aalto <jari.aalto@cante.net>
1582
1583 * processes.texi (Synchronous Processes):
1584 Mention `default-directory' (bug#7515).
1585
1586 2012-04-09 Chong Yidong <cyd@gnu.org>
1587
1588 * customize.texi (Variable Definitions): Remove user-variable-p.
1589
1590 * commands.texi (Interactive Codes):
1591 * help.texi (Accessing Documentation):
1592 * minibuf.texi (High-Level Completion): Callers changed.
1593
1594 2012-04-06 Chong Yidong <cyd@gnu.org>
1595
1596 * minibuf.texi (Programmed Completion): Document metadata method.
1597 (Completion Variables): Document completion-category-overrides.
1598
1599 2012-04-05 Chong Yidong <cyd@gnu.org>
1600
1601 * anti.texi (Antinews): Rewrite for Emacs 23.
1602
1603 2012-04-04 Chong Yidong <cyd@gnu.org>
1604
1605 * minibuf.texi (Programmed Completion): Remove obsolete variable
1606 completion-annotate-function.
1607 (Completion Variables): Rename from Completion Styles.
1608 Document completion-extra-properties. Document completion-styles-alist
1609 change.
1610 (Reading File Names): minibuffer-local-filename-must-match-map is
1611 not used anymore.
1612 (Minibuffer Completion): Document completing-read-function.
1613 (Completion in Buffers): completion-at-point-functions can return
1614 properties recognized in completion-extra-properties.
1615
1616 * display.texi (Delayed Warnings): New node.
1617
1618 * os.texi (Notifications): Copyedits.
1619
1620 2012-04-04 Glenn Morris <rgm@gnu.org>
1621
1622 * os.texi (Notifications): Copyedits.
1623
1624 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
1625
1626 * os.texi (Terminal-Specific): Fix typo.
1627 (Notifications): New section.
1628
1629 * elisp.texi (Top):
1630 * vol1.texi (Top):
1631 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
1632 menu entries.
1633
1634 2012-04-01 Chong Yidong <cyd@gnu.org>
1635
1636 * files.texi (Kinds of Files): file-subdir-of-p renamed to
1637 file-in-directory-p.
1638
1639 2012-03-31 Glenn Morris <rgm@gnu.org>
1640
1641 * edebug.texi (Instrumenting Macro Calls):
1642 Mention defining macros at instrumentation time.
1643 (Edebug Options): Mention edebug-unwrap-results.
1644
1645 2012-03-31 Eli Zaretskii <eliz@gnu.org>
1646
1647 * text.texi (Special Properties): Clarify the description of the
1648 effect of integer values of the 'cursor' property on cursor
1649 position. See the discussions in bug#11068 for more details and
1650 context.
1651
1652 2012-03-31 Glenn Morris <rgm@gnu.org>
1653
1654 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
1655 Copyedits.
1656
1657 2012-03-30 Chong Yidong <cyd@gnu.org>
1658
1659 * display.texi (Image Formats): Add imagemagick type.
1660 (Image Descriptors): Mention how they are used.
1661 (ImageMagick Images): Clarify role of imagemagick-register-types.
1662 (Character Display): Don't mention glyph tables.
1663 (Display Tables): Use make-glyph-code in example.
1664 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
1665 tables are semi-obsolete. De-document create-glyph.
1666 (Glyphless Chars): Note that display tables override this.
1667 (Bidirectional Display): Copyedits. Introduce "bidirectional
1668 reordering" terminology, and use it.
1669
1670 2012-03-30 Glenn Morris <rgm@gnu.org>
1671
1672 * edebug.texi (Jumping): Give name of `i' binding.
1673
1674 2012-03-28 Glenn Morris <rgm@gnu.org>
1675
1676 * searching.texi (Regular Expressions, Regexp Special):
1677 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search):
1678 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
1679 (Regexp Special): Mention collation.
1680 Clarify char classes with an example.
1681 (Regexp Functions): Mention regexp-opt is not guaranteed.
1682 Mention regexp-opt-charset.
1683 (Regexp Search): Recommend against looking-back.
1684 (Search and Replace): Use Texinfo recommended quote convention.
1685 Add more query-replace-map items. List multi-query-replace-map items.
1686
1687 2012-03-27 Martin Rudalics <rudalics@gmx.at>
1688
1689 * windows.texi (Window History): Describe new option
1690 switch-to-visible-buffer.
1691
1692 2012-03-27 Glenn Morris <rgm@gnu.org>
1693
1694 * searching.texi (String Search): Add xref to Emacs manual.
1695 Copyedits. Mention the function word-search-regexp.
1696 (Searching and Case): Add xref to Emacs manual. Copyedits.
1697
1698 * processes.texi (Network Servers): Standardize apostrophe usage.
1699
1700 * os.texi (System Environment): Copyedits. Remove some examples
1701 that do not seem useful. Mention setenv third arg.
1702 tty-erase-char does not seem to be nil under a window-system.
1703 (User Identification): Copyedits.
1704 Remove some examples that do not seem useful.
1705
1706 2012-03-26 Glenn Morris <rgm@gnu.org>
1707
1708 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
1709 (Init File): Copyedits.
1710 (Command-Line Arguments): Copyedits. Do not mention argv alias.
1711 (Killing Emacs): Copyedits.
1712 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
1713 Shorten the example, use more standard shell prompts.
1714
1715 2012-03-25 Chong Yidong <cyd@gnu.org>
1716
1717 * display.texi (Fringes): Note that fringes are shown on graphical
1718 displays only.
1719 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
1720 (Replacing Specs): Clarify example.
1721 (Manipulating Buttons): Note that button-at can return a marker.
1722 (Buttons): Minor rewrite.
1723 (Character Display): New node. Consolidate all character display
1724 related nodes into its subsections.
1725 (Usual Display): Character 127 is also affected by ctl-arrow.
1726 (Display Tables): Improve example.
1727
1728 2012-03-22 Glenn Morris <rgm@gnu.org>
1729
1730 * strings.texi (Text Comparison): Mention string-prefix-p.
1731
1732 2012-03-21 Chong Yidong <cyd@gnu.org>
1733
1734 * display.texi (The Echo Area): Add xref to Output Streams.
1735 (Displaying Messages): Improve doc of message.
1736 (Echo Area Customization, Invisible Text): Copyedits.
1737 (Invisible Text): Mention that spec comparison is done with eq.
1738 (Width): Improve doc of char-width.
1739 (Faces): Recommend using symbol instead of string for face name.
1740 Minor clarifications.
1741 (Defining Faces): Copyedits. Update face example.
1742 (Attribute Functions): Mark set-face-foreground etc as commands.
1743 (Face Remapping): Mention text-scale-adjust.
1744 Clarify face-remapping-alist and related docs.
1745 (Face Functions): Don't document make-face or copy-face.
1746
1747 2012-03-20 Chong Yidong <cyd@gnu.org>
1748
1749 * display.texi (Forcing Redisplay): Various rewrites to reflect
1750 new value of redisplay-dont-pause.
1751 (Truncation): Copyedits.
1752
1753 2012-03-20 Glenn Morris <rgm@gnu.org>
1754
1755 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
1756 Add summary table of some relevant command-line options.
1757
1758 2012-03-18 Chong Yidong <cyd@gnu.org>
1759
1760 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
1761 (Writing Emacs Primitives): Re-organize discussion of functions
1762 with variable Lisp arguments are handled. Delete an obsolete
1763 remark, previously tagged as FIXME.
1764
1765 * os.texi (Idle Timers): Minor clarification.
1766 (Idle Timers): Link to Time of Day for description of time list.
1767
1768 2012-03-18 Glenn Morris <rgm@gnu.org>
1769
1770 * os.texi (System Interface): Flow control was removed.
1771 (Startup Summary): General update.
1772 (Init File): Don't mention compiling it.
1773
1774 2012-03-17 Chong Yidong <cyd@gnu.org>
1775
1776 * os.texi (Startup Summary): Mention package loading.
1777 (Init File): Don't refer to .emacs in section title. Copyedits.
1778 (Terminal-Specific): Give a realistic example.
1779 (Command-Line Arguments): Reference Entering Emacs instead of
1780 repeating the spiel about not restarting Emacs.
1781 (Time of Day): Discuss time representation at beginning of node.
1782 (Sound Output): Copyedits.
1783
1784 * package.texi (Packaging Basics): Document package-initialize.
1785
1786 2012-03-17 Eli Zaretskii <eliz@gnu.org>
1787
1788 * frames.texi (Initial Parameters): Add an index entry for
1789 minibuffer-only frame.
1790
1791 2012-03-16 Glenn Morris <rgm@gnu.org>
1792
1793 * modes.texi (Major Mode Conventions): Mention the strange
1794 relationship between View mode and special modes. (Bug#10650)
1795
1796 2012-03-11 Chong Yidong <cyd@gnu.org>
1797
1798 * windows.texi (Window Configurations): save-window-excursion is
1799 now a macro.
1800
1801 * display.texi (Temporary Displays): with-output-to-temp-buffer is
1802 now a macro.
1803
1804 * text.texi (Fields): Minor copyedit.
1805
1806 2012-03-10 Eli Zaretskii <eliz@gnu.org>
1807
1808 * strings.texi (String Basics):
1809 * sequences.texi (Sequence Functions): Mention that `length' is
1810 not appropriate for computing the string width on display; add a
1811 cross-reference to the description of `string-width'. (Bug#10978)
1812
1813 * eval.texi (Autoloading): Minor change of wording.
1814
1815 2012-03-10 Chong Yidong <cyd@gnu.org>
1816
1817 * loading.texi (Autoload): Explicitly state which forms are
1818 processed specially (Bug#7783).
1819
1820 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
1821 non-default situation. Describe one-submenu exception (Bug#7695).
1822
1823 * nonascii.texi (Character Properties): Copyedits.
1824
1825 2012-03-08 Chong Yidong <cyd@gnu.org>
1826
1827 * text.texi (Mode-Specific Indent): Document new behavior of
1828 indent-for-tab-command. Document tab-always-indent.
1829 (Special Properties): Copyedits.
1830 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
1831 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
1832 libxml-parse-html-region.
1833
1834 2012-03-07 Glenn Morris <rgm@gnu.org>
1835
1836 * markers.texi (The Region): Briefly mention use-empty-active-region
1837 and region-active-p.
1838 (Overview of Markers): Reword garbage collection, add cross-ref.
1839 (The Mark): Tiny clarification re command loop and activate-mark-hook.
1840
1841 2012-03-07 Chong Yidong <cyd@gnu.org>
1842
1843 * text.texi (Buffer Contents): Don't duplicate explanation of
1844 region arguments from Text node. Put doc of obsolete var
1845 buffer-substring-filters back, since it is referred to.
1846 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
1847 selection by default.
1848
1849 * markers.texi (The Mark): Fix typo.
1850 (The Region): Copyedits.
1851
1852 2012-03-07 Glenn Morris <rgm@gnu.org>
1853
1854 * markers.texi (Overview of Markers): Copyedits.
1855 (Creating Markers): Update approximate example buffer size.
1856 (The Mark): Don't mention uninteresting return values.
1857
1858 2012-03-05 Chong Yidong <cyd@gnu.org>
1859
1860 * positions.texi (Text Lines): Document count-words.
1861
1862 2012-03-04 Chong Yidong <cyd@gnu.org>
1863
1864 * frames.texi (Frames): Remove little-used "terminal frame" and
1865 "window frame" terminology.
1866 (Frame Parameters, Font and Color Parameters, Initial Parameters)
1867 (Size and Position, Visibility of Frames): Callers changed.
1868 (Frames): Clarify which terminals in framep are graphical.
1869 (Initial Parameters): --geometry is not the only option which adds
1870 to initial-frame-alist.
1871 (Position Parameters): Note that icon-left and icon-top are for
1872 old window managers only.
1873 (Size Parameters): Sizes are in characters even on graphical
1874 displays.
1875 (Management Parameters): Note that window-id and outer-window-id
1876 can't really be changed, and that auto-raise isn't always obeyed.
1877 (Cursor Parameters): Document cursor-type explicitly.
1878 (Size and Position): The aliases set-screen-height and
1879 set-screen-width have been deleted.
1880 (Visibility of Frames): Mention "minimization".
1881
1882 * os.texi (Startup Summary): Minor clarifications.
1883 (Startup Summary, Suspending Emacs): Standardize on "text
1884 terminal" terminology.
1885
1886 * windows.texi (Basic Windows, Coordinates and Windows)
1887 (Coordinates and Windows):
1888 * display.texi (Refresh Screen, Line Height, Face Attributes)
1889 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
1890
1891 2012-03-04 Glenn Morris <rgm@gnu.org>
1892
1893 * abbrevs.texi: Small copyedits throughout.
1894 (Abbrev Mode): Remove this section, folding it into the top-level.
1895 (Abbrev Tables): Don't mention irrelevant return values.
1896 (Abbrev Expansion): Add cross-ref for wrapper hooks.
1897 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
1898 (Abbrev Table Properties): Update nil :regexp description.
1899
1900 2012-03-03 Glenn Morris <rgm@gnu.org>
1901
1902 * internals.texi: Change @appendix section commands to @section.
1903 (Building Emacs): Say less about CANNOT_DUMP platforms.
1904 Replace deleted eval-at-startup with custom-initialize-delay.
1905 (Pure Storage): Small changes.
1906 (Memory Usage): Copyedit.
1907 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
1908 example definitions. Give examples of things with non-nil
1909 interactive args. Mention eval_sub. Remove old info about
1910 strings and GCPRO. Mention cus-start.el.
1911 (Buffer Internals, Window Internals, Process Internals):
1912 Misc small updates and fixes for fields.
1913
1914 * tips.texi: Copyedits.
1915 (Coding Conventions): Mention autoloads.
1916 Combine partially duplicated macro items. Fix xref.
1917 Refer to Library Headers for copyright notice.
1918 (Programming Tips): edit-options is long-obsolete.
1919 (Compilation Tips): Mention loading bytecomp for byte-compile props.
1920 (Warning Tips): Mention declare-function.
1921 (Documentation Tips): Remove old info.
1922 (Comment Tips): Mention comment-dwim, not indent-for-comment.
1923 (Library Headers): General update.
1924
1925 2012-03-02 Glenn Morris <rgm@gnu.org>
1926
1927 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
1928 and relocate entry. Mention buffer-stale-function.
1929
1930 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
1931
1932 * hooks.texi (Standard Hooks): General update.
1933 Put related hooks together. Add and remove items.
1934 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
1935 * modes.texi (Hooks): Tweak cross-ref description.
1936
1937 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
1938
1939 * files.texi (Kinds of Files): The return value of file-equal-p is
1940 unspecified, if FILE1 or FILE2 does not exist.
1941
1942 2012-03-01 Glenn Morris <rgm@gnu.org>
1943
1944 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
1945
1946 * maps.texi (Standard Keymaps): General update.
1947 Remove mode-specific maps, talk about the more general keymaps.
1948 * help.texi (Help Functions): Add vindex for Helper-help-map.
1949 * keymaps.texi (Active Keymaps): Minor rephrasing.
1950
1951 2012-02-29 Glenn Morris <rgm@gnu.org>
1952
1953 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
1954
1955 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1956
1957 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
1958 Update changed behavior of file-subdir-of-p.
1959
1960 2012-02-28 Glenn Morris <rgm@gnu.org>
1961
1962 * advice.texi, anti.texi, display.texi, elisp.texi:
1963 * processes.texi, variables.texi, vol1.texi, vol2.texi:
1964 Standardize possessive apostrophe usage.
1965
1966 * locals.texi: Remove file.
1967 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
1968 Remove menu entry.
1969 * errors.texi, maps.texi: Adjust node pointers.
1970 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
1971 * makefile.w32-in (srcs):
1972 * Makefile.in (srcs): Remove locals.texi.
1973
1974 * frames.texi (Mouse Position): Fix cross-ref.
1975
1976 2012-02-27 Chong Yidong <cyd@gnu.org>
1977
1978 * buffers.texi (Creating Buffers): Clarify that
1979 generate-new-buffer uses generate-new-buffer-names.
1980 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
1981
1982 * files.texi (Directory Names): Index entry for file name abbreviations.
1983 (Relative File Names, File Name Expansion): Refer to it.
1984 (Locating Files): Move locate-user-emacs-file documentation to
1985 Standard File Names.
1986 (Standard File Names): Add locate-user-emacs-file; update examples.
1987
1988 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
1989
1990 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
1991
1992 2012-02-26 Chong Yidong <cyd@gnu.org>
1993
1994 * files.texi (Kinds of Files): Improve documentation of
1995 files-equal-p and file-subdir-of-p.
1996
1997 2012-02-26 Glenn Morris <rgm@gnu.org>
1998
1999 * intro.texi (Acknowledgements): Small changes.
2000
2001 2012-02-25 Glenn Morris <rgm@gnu.org>
2002
2003 * errors.texi: Don't try to list _all_ the error symbols.
2004 Add circular-list, cl-assertion-failed, compression-error.
2005 * elisp.texi, vol1.texi, vol2.texi:
2006 * control.texi (Error Symbols): Tweak "Standard Errors" description.
2007
2008 2012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2009
2010 * files.texi (files-equal-p, file-subdir-of-p): New,
2011 add initial documentation.
2012
2013 2012-02-25 Chong Yidong <cyd@gnu.org>
2014
2015 * files.texi (File Attributes): Document file-selinux-context.
2016 (Changing Files): Link to it.
2017 (Changing Files): Document set-file-selinux-context.
2018
2019 * backups.texi (Making Backups): Return value of backup-buffer is
2020 changed. Mention default value of backup-directory-alist.
2021 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
2022 (Auto-Saving): New minor mode behavior for auto-save-mode.
2023 (Reverting): Add defvar for revert-buffer-in-progress-p.
2024
2025 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
2026
2027 2012-02-24 Glenn Morris <rgm@gnu.org>
2028
2029 * errors.texi (Standard Errors): Mention dbus-error.
2030 For arith-error sub-classes, just use one cross-ref.
2031
2032 2012-02-23 Alan Mackenzie <acm@muc.de>
2033
2034 * modes.texi (Defining Minor Modes): Document the new keyword
2035 :after-hook.
2036
2037 2012-02-21 Chong Yidong <cyd@gnu.org>
2038
2039 * files.texi (Files): Mention magic file names as arguments.
2040 (Reading from Files): Copyedits.
2041 (File Attributes): Mention how to change file modes.
2042 (Changing Files): Use standard "file permissions" terminology.
2043 Add xref to File Attributes node.
2044 (Locating Files): Document locate-user-emacs-file.
2045 (Unique File Names): Recommend against using make-temp-name.
2046
2047 2012-02-19 Chong Yidong <cyd@gnu.org>
2048
2049 * help.texi (Documentation, Documentation Basics, Help Functions):
2050 Minor clarifications.
2051 (Accessing Documentation): Clarify what documentation-property is
2052 for. Add xref to Keys in Documentation.
2053
2054 * tips.texi (Documentation Tips): Don't recommend using * in
2055 docstrings.
2056
2057 * macros.texi (Defining Macros):
2058 * modes.texi (Derived Modes): Say "documentation string" instead
2059 of docstring.
2060
2061 2012-02-18 Chong Yidong <cyd@gnu.org>
2062
2063 * modes.texi (Tabulated List Mode): New node.
2064 (Basic Major Modes): Add xref to it.
2065
2066 * processes.texi (Process Information): Mention Process Menu mode.
2067
2068 2012-02-17 Chong Yidong <cyd@gnu.org>
2069
2070 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
2071
2072 2012-02-17 Glenn Morris <rgm@gnu.org>
2073
2074 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
2075
2076 2012-02-16 Chong Yidong <cyd@gnu.org>
2077
2078 * syntax.texi (Syntax Tables, Syntax Descriptors)
2079 (Syntax Table Functions): Copyedits.
2080 (Syntax Basics): Don't repeat the material in the preceding node.
2081 (Syntax Class Table): Use a table.
2082 (Syntax Properties): Document syntax-propertize-function and
2083 syntax-propertize-extend-region-functions.
2084 (Motion via Parsing): Clarify scan-lists. Fix indentation.
2085 (Parser State): Update for the new "c" comment style.
2086 Fix description of item 7 (comment style).
2087
2088 * modes.texi (Minor Modes): Update how mode commands should treat
2089 arguments now.
2090 (Mode Line Basics): Clarify force-mode-line-update.
2091 (Mode Line Top): Note that the example is not realistic.
2092 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
2093 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
2094 "mode line construct" instead of "mode line specification".
2095 (Syntactic Font Lock): Remove mention of obsolete variable
2096 font-lock-syntactic-keywords.
2097 (Setting Syntax Properties): Node deleted.
2098 (Font Lock Mode): Note that Font Lock mode is a minor mode.
2099 (Font Lock Basics): Note that syntactic fontification falls back
2100 on `syntax-table'.
2101 (Search-based Fontification): Emphasize that font-lock-keywords
2102 should not be set directly.
2103 (Faces for Font Lock): Avoid some confusing terminology.
2104 (Syntactic Font Lock): Minor clarifications. Add xref to
2105 Syntactic Font Lock node.
2106
2107 2012-02-15 Chong Yidong <cyd@gnu.org>
2108
2109 * minibuf.texi (Basic Completion): Define "completion table".
2110 Move completion-in-region to Completion in Buffers node.
2111 (Completion Commands): Use "completion table" terminology.
2112 (Completion in Buffers): New node.
2113
2114 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
2115 (Setting Hooks): Update minor mode usage example.
2116 (Major Mode Conventions): Note that completion-at-point-functions
2117 should be altered locally. Add xref to Completion in Buffers.
2118 Remove duplicate tip about auto-mode-alist.
2119 (Minor Modes): Rewrite introduction.
2120 (Minor Mode Conventions): Copyedits. Don't recommend
2121 variable-only minor modes since few minor modes are like that.
2122
2123 2012-02-15 Glenn Morris <rgm@gnu.org>
2124
2125 * processes.texi (Network): Document open-network-stream :parameters.
2126
2127 2012-02-14 Chong Yidong <cyd@gnu.org>
2128
2129 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
2130 was removed on 2009-09-10. Update lisp-mode-map example.
2131 (Inheritance and Keymaps): Minor clarification.
2132 (Searching Keymaps): Remove out-of-place enumeration.
2133 (Key Lookup): Remove unnecessary example (one was already given in
2134 Format of Keymaps).
2135 (Changing Key Bindings): Update suppress-keymap example.
2136 (Menu Bar, Tool Bar): Copyedits.
2137 (Tool Bar): Update tool-bar-map example.
2138
2139 2012-02-12 Chong Yidong <cyd@gnu.org>
2140
2141 * debugging.texi (Debugger Commands): Continuing is now allowed
2142 for errors.
2143
2144 2012-02-11 Chong Yidong <cyd@gnu.org>
2145
2146 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
2147 Move the list of standard bitmaps there.
2148 (Fringe Cursors): Rewrite for clarity.
2149 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
2150
2151 * commands.texi (Command Overview): Mention read-key.
2152 (Using Interactive, Interactive Call): Minor clarifications.
2153 (Function Keys, Click Events): Avoid "input stream" terminology.
2154 (Click Events): Add xref to Window Sizes and Accessing Mouse.
2155 Clarify column and row components.
2156 (Accessing Mouse): Add xref to Click Events. Minor fixes.
2157 (Special Events): Copyedits.
2158
2159 * streams.texi (Input Streams): De-document get-file-char.
2160 (Output Variables): Don't refer to old backquote syntax.
2161
2162 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
2163 (Error Debugging): Note that debug-ignored-errors overrides list
2164 values of debug-on-error too. Add xref to Signaling Errors.
2165 Note that debug-on-signal is not customizable.
2166 Mention condition-case-unless-debug.
2167 (Compilation Errors): Node deleted.
2168
2169 * compile.texi (Compiler Errors): Move a paragraph here from
2170 deleted node Compilation Errors.
2171
2172 2012-02-10 Leo Liu <sdl.web@gmail.com>
2173
2174 * control.texi (Handling Errors): Change condition-case-no-debug
2175 to condition-case-unless-debug.
2176
2177 2012-02-10 Chong Yidong <cyd@gnu.org>
2178
2179 * advice.texi (Defining Advice): Clarify ad-unadvise.
2180 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
2181 is not abnormal.
2182 (Advising Primitives): Node deleted; ad-define-subr-args has been
2183 removed.
2184
2185 * compile.texi (Speed of Byte-Code): Use float-time in example.
2186 (Compilation Functions): Note that the log uses Compilation mode.
2187 Don't discuss the contents of byte-code function object here.
2188 (Compilation Functions): De-document internal function byte-code.
2189 (Docs and Compilation): Minor clarifications.
2190
2191 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
2192 Objects.
2193
2194 2012-02-10 Glenn Morris <rgm@gnu.org>
2195
2196 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
2197 Mention secure-hash.
2198 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
2199
2200 2012-02-10 Chong Yidong <cyd@gnu.org>
2201
2202 * loading.texi (Loading): Don't emphasize "library" terminology.
2203 (Library Search): load-path is not a user option. Mention role of
2204 -L option and packages. Improve examples.
2205 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
2206 obsolete.
2207 (Autoload): Minor clarifications.
2208
2209 2012-02-10 Glenn Morris <rgm@gnu.org>
2210
2211 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
2212
2213 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
2214
2215 2012-02-08 Glenn Morris <rgm@gnu.org>
2216
2217 * loading.texi (Named Features): Update the require example.
2218
2219 2012-02-07 Glenn Morris <rgm@gnu.org>
2220
2221 * modes.texi (Defining Minor Modes):
2222 Expand on args of defined minor modes.
2223
2224 2012-02-07 Chong Yidong <cyd@gnu.org>
2225
2226 * variables.texi (Creating Buffer-Local): Minor clarification
2227 to buffer-local-variables doc (Bug#10715).
2228
2229 2012-02-07 Glenn Morris <rgm@gnu.org>
2230
2231 * display.texi (ImageMagick Images): General update.
2232 Move most details of imagemagick-render-type to the variable's doc.
2233
2234 2012-02-06 Glenn Morris <rgm@gnu.org>
2235
2236 * keymaps.texi (Tool Bar): Mention separators.
2237 (Inheritance and Keymaps):
2238 Mention make-composed-keymap and multiple inheritance.
2239
2240 * modes.texi (Running Hooks): Mention run-hook-wrapped.
2241
2242 * control.texi (Handling Errors):
2243 Mention condition-case-no-debug and with-demoted-errors.
2244
2245 2012-02-05 Chong Yidong <cyd@gnu.org>
2246
2247 * customize.texi (Common Keywords): Minor clarifications.
2248 Document custom-unlispify-remove-prefixes.
2249 (Variable Definitions): Backquotes in defcustom seem to work fine
2250 now. Various other copyedits.
2251 (Simple Types): Copyedits. Document color selector.
2252 (Composite Types): Copyedits.
2253 (Splicing into Lists): Clarifications.
2254
2255 * eval.texi (Backquote): Move from macros.texi.
2256
2257 * macros.texi (Expansion): Minor clarification.
2258 (Backquote): Move node to eval.texi.
2259 (Defining Macros): Move an example from Backquote node.
2260 (Argument Evaluation): No need to mention Pascal.
2261 (Indenting Macros): Add xref to Defining Macros.
2262
2263 2012-02-05 Glenn Morris <rgm@gnu.org>
2264
2265 * debugging.texi (Error Debugging): Mention debug-on-event default.
2266
2267 2012-02-04 Glenn Morris <rgm@gnu.org>
2268
2269 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
2270
2271 * debugging.texi (Error Debugging): Mention debug-on-event.
2272 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
2273
2274 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
2275
2276 * text.texi (Buffer Contents):
2277 Update filter-buffer-substring description.
2278
2279 2012-02-04 Chong Yidong <cyd@gnu.org>
2280
2281 * functions.texi (What Is a Function): Add closures.
2282 Mention "return value" terminology. Add xref for command-execute.
2283 Remove unused "keystroke command" terminology.
2284 (Lambda Expressions): Give a different example than in the
2285 following subsection. Add xref to Anonymous Functions.
2286 (Function Documentation): Remove gratuitous markup.
2287 (Function Names): Move introductory text to `What Is a Function'.
2288 (Defining Functions): Fix defun argument spec.
2289 (Anonymous Functions): Document lambda macro explicitly.
2290 Mention effects on lexical binding.
2291 (Function Cells): Downplay direct usage of fset.
2292 (Closures): New node.
2293 (Inline Functions): Remove "open-code" terminology.
2294 (Declaring Functions): Minor tweak; .m is not C code.
2295
2296 * variables.texi (Variables): Don't refer to "global value".
2297 (Local Variables, Void Variables): Copyedits.
2298 (Lexical Binding): Minor clarification of example.
2299 (File Local Variables): Mention :safe and :risky defcustom args.
2300 (Lexical Binding): Add xref to Closures node.
2301
2302 2012-02-04 Glenn Morris <rgm@gnu.org>
2303
2304 * minibuf.texi (High-Level Completion): Updates for read-color.
2305
2306 2012-02-03 Glenn Morris <rgm@gnu.org>
2307
2308 * display.texi (GIF Images): Mention animation.
2309 Remove commented-out old example of animation.
2310 (Animated Images): New subsection.
2311 * elisp.texi (Top):
2312 * vol1.texi (Top):
2313 * vol2.texi (Top): Add Animated Images menu entry.
2314
2315 * display.texi (Image Formats): Remove oddly specific information
2316 on versions of image libraries.
2317 (GIF Images, TIFF Images): Minor rephrasing.
2318
2319 2012-02-02 Glenn Morris <rgm@gnu.org>
2320
2321 * processes.texi (Synchronous Processes):
2322 Mention call-process's :file gets overwritten.
2323
2324 * commands.texi (Reading One Event):
2325 * help.texi (Help Functions): Document read-char-choice.
2326
2327 * hooks.texi (Standard Hooks):
2328 * modes.texi (Keymaps and Minor Modes):
2329 * text.texi (Commands for Insertion): Document post-self-insert-hook.
2330
2331 * hooks.texi (Standard Hooks): Add prog-mode-hook.
2332
2333 * hooks.texi (Standard Hooks):
2334 * modes.texi (Major Mode Conventions, Mode Hooks):
2335 Document change-major-mode-after-body-hook.
2336
2337 2012-02-01 Glenn Morris <rgm@gnu.org>
2338
2339 * modes.texi (Defining Minor Modes):
2340 Mention disabling global minor modes on a per-major-mode basis.
2341
2342 2012-01-31 Chong Yidong <cyd@gnu.org>
2343
2344 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
2345 (Parser State): Remove unnecessary statement (Bug#10661).
2346
2347 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
2348
2349 2012-01-31 Glenn Morris <rgm@gnu.org>
2350
2351 * modes.texi (Defining Minor Modes):
2352 Document define-minor-mode's new :variable keyword.
2353
2354 2012-01-29 Chong Yidong <cyd@gnu.org>
2355
2356 * syntax.texi (Syntax Class Table): Tweak description of newline
2357 char syntax (Bug#9619).
2358
2359 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
2360 description (Bug#10189).
2361
2362 2012-01-29 Glenn Morris <rgm@gnu.org>
2363
2364 * files.texi (Changing Files): Document SELinux support.
2365
2366 * windows.texi (Window Sizes): Fix typo.
2367
2368 2012-01-28 Chong Yidong <cyd@gnu.org>
2369
2370 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
2371 doc (Bug#8568).
2372
2373 * frames.texi (Input Focus): Add NORECORD arg to
2374 select-frame-set-input-focus. Clarify its role in select-frame.
2375
2376 * text.texi (Transposition): We don't use transpose-region as an
2377 internal subroutine (Bug#3249).
2378
2379 * modes.texi (Example Major Modes): Update Lisp example code to
2380 current sources. Delete the old non-derived-major-mode example,
2381 which has diverged badly from current sources.
2382
2383 2012-01-27 Glenn Morris <rgm@gnu.org>
2384
2385 * makefile.w32-in (texinputdir): Fix (presumed) typo.
2386 (VERSION, manual): Remove, unused.
2387
2388 2012-01-27 Chong Yidong <cyd@gnu.org>
2389
2390 * commands.texi (Command Overview): Minor clarification (Bug#10384).
2391
2392 2012-01-26 Chong Yidong <cyd@gnu.org>
2393
2394 * searching.texi (String Search): Document negative repeat count
2395 (Bug#10507).
2396
2397 2012-01-26 Glenn Morris <rgm@gnu.org>
2398
2399 * variables.texi (Using Lexical Binding):
2400 Mention that lexical-binding should be set in the first line.
2401
2402 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2403
2404 * macros.texi (Defining Macros): Don't claim that `declare' only
2405 affects Edebug and indentation.
2406
2407 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
2408
2409 * macros.texi (Defining Macros): Slight `declare' fixup.
2410
2411 2012-01-25 Glenn Morris <rgm@gnu.org>
2412
2413 * makefile.w32-in (texinputdir):
2414 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
2415
2416 2012-01-24 Chong Yidong <cyd@gnu.org>
2417
2418 * variables.texi (Variables, Local Variables, Void Variables):
2419 Edit to make the descriptions less specific to dynamic binding.
2420 (Local Variables): Default max-specpdl-size is now 1300.
2421 (Defining Variables): Edits for lexical scoping.
2422 Delete information about starting docstrings with *. De-document
2423 user-variable-p.
2424 (Tips for Defining): Remove an unimportant discussion of quitting
2425 in the middle of a load.
2426 (Accessing Variables, Setting Variables): Discuss lexical binding.
2427 (Variable Scoping): Rewrite.
2428 (Scope, Extent, Impl of Scope): Nodes deleted.
2429 (Dynamic Binding): New node, with material from Scope, Extent, and
2430 Impl of Scope nodes.
2431 (Dynamic Binding Tips): Rename from Using Scoping.
2432 (Lexical Binding): Rewrite.
2433 (Using Lexical Binding): Rename from Converting to Lexical
2434 Binding. Convert to subsection.
2435
2436 * customize.texi (Variable Definitions): Add custom-variable-p.
2437 Move user-variable-p documentation here.
2438
2439 2012-01-23 Chong Yidong <cyd@gnu.org>
2440
2441 * strings.texi (Text Comparison): Minor qualification.
2442
2443 * lists.texi (Cons Cells): Copyedits.
2444 (List Elements): Mention push.
2445 (List Variables): Mention pop.
2446 (Rings): Move to sequences.texi.
2447
2448 * sequences.texi (Sequence Functions): Don't repeat the
2449 introduction already given in the parent.
2450 (Vectors): Copyedits.
2451 (Rings): Move from lists.texi. Note that this is specific to the
2452 ring package.
2453
2454 * symbols.texi (Definitions, Symbol Components): Mention variable
2455 scoping issues.
2456 (Plists and Alists): Copyedits.
2457
2458 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
2459 correctness with lexical scoping.
2460 (Eval): Copyedits.
2461
2462 2012-01-21 Chong Yidong <cyd@gnu.org>
2463
2464 * intro.texi (A Sample Function Description): Special notation
2465 used for macros too.
2466
2467 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
2468 (Symbol Type): Add xref for keyword symbols.
2469 (Sequence Type): Clarify differences between sequence types.
2470 (Cons Cell Type): Add "linked list" index entry.
2471 (Non-ASCII in Strings): Copyedits.
2472 (Equality Predicates): Symbols with same name need not be eq.
2473
2474 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
2475 ldexp. Move float-e and float-pi to Math Functions node.
2476
2477 2012-01-21 Glenn Morris <rgm@gnu.org>
2478
2479 * modes.texi (Auto Major Mode):
2480 * variables.texi (File Local Variables):
2481 Mention inhibit-local-variables-regexps.
2482
2483 2012-01-19 Martin Rudalics <rudalics@gmx.at>
2484
2485 * windows.texi (Window Configurations): Rewrite references to
2486 persistent window parameters.
2487 (Window Parameters): Fix description of persistent window
2488 parameters.
2489
2490 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
2491
2492 * windows.texi (Window Parameters): Use @pxref.
2493
2494 2012-01-16 Martin Rudalics <rudalics@gmx.at>
2495
2496 * windows.texi (Window Configurations, Window Parameters):
2497 Describe persistent window parameters.
2498
2499 2011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
2500
2501 * variables.texi (Creating Buffer-Local): Warn against misuses of
2502 make-variable-buffer-local (bug#10258).
2503
2504 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2505
2506 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
2507
2508 2012-01-06 Chong Yidong <cyd@gnu.org>
2509
2510 * variables.texi (Directory Local Variables):
2511 Document hack-dir-local-variables-non-file-buffer.
2512
2513 2012-01-06 Glenn Morris <rgm@gnu.org>
2514
2515 * maps.texi (Standard Keymaps): Refer to Info-edit by name
2516 rather than by keybinding.
2517
2518 2011-12-29 Juanma Barranquero <lekktu@gmail.com>
2519
2520 * frames.texi (Font and Color Parameters): Add @pxref.
2521
2522 2011-12-29 Daniel Colascione <dan.colascione@gmail.com>
2523
2524 * frames.texi (Font and Color Parameters):
2525 Document w32 font backends (bug#10399).
2526
2527 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
2528
2529 * files.texi (File Attributes, Changing Files):
2530 Use a more-natural notation for octal numbers.
2531
2532 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
2533
2534 * variables.texi (Variables with Restricted Values):
2535 Change reference to variable (bug#10354).
2536
2537 2011-12-13 Martin Rudalics <rudalics@gmx.at>
2538
2539 * windows.texi (Splitting Windows): Use t instead of non-nil
2540 when describing window-combination-resize.
2541
2542 2011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2543
2544 * text.texi (Special Properties): Warn against `intangible' properties
2545 (bug#10222).
2546
2547 2011-11-26 Eli Zaretskii <eliz@gnu.org>
2548
2549 * display.texi (Truncation):
2550 * text.texi (Special Properties): Describe what a stretch-glyph is
2551 instead of using that term without explanation. Make the
2552 cross-references more accurate.
2553
2554 * display.texi (Usual Display): Update the description,
2555 cross-references, and indexing related to display of control
2556 characters and raw bytes.
2557
2558 2011-11-25 Martin Rudalics <rudalics@gmx.at>
2559
2560 * windows.texi (Splitting Windows): Fix description of
2561 window-combination-limit. Suggested by Eli Zaretskii.
2562
2563 2011-11-23 Chong Yidong <cyd@gnu.org>
2564
2565 * windows.texi (Window Sizes): Move window-top-line,
2566 window-left-column, and window-*-pixel-edges to Coordinates and
2567 Windows node.
2568 (Coordinates and Windows): Restore window-edges doc.
2569
2570 2011-11-21 Martin Rudalics <rudalics@gmx.at>
2571
2572 * windows.texi (Windows and Frames, Splitting Windows):
2573 Fix typos.
2574
2575 2011-11-21 Chong Yidong <cyd@gnu.org>
2576
2577 * windows.texi (Splitting Windows): Fix error in documentation of
2578 window-combination-limit.
2579 (Cyclic Window Ordering): Minor fixes to next-window,
2580 one-window-p, and get-lru-window docs. Don't document
2581 window-list-1.
2582 (Buffers and Windows): Copyedits.
2583 (Choosing Window): Document special handling of special-display-*.
2584 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
2585 Don't document even-window-heights, which is going away.
2586 Clarify which options are obeyed by which action functions.
2587
2588 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2589
2590 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
2591
2592 2011-11-20 Martin Rudalics <rudalics@gmx.at>
2593
2594 * windows.texi (Resizing Windows, Splitting Windows):
2595 Remove term "status" when talking about combination limits.
2596
2597 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
2598
2599 * compile.texi (Compiler Errors):
2600 * help.texi (Help Functions): Fix typos.
2601
2602 2011-11-19 Chong Yidong <cyd@gnu.org>
2603
2604 * windows.texi (Splitting Windows): Clarify role of window
2605 parameters in split-window. Shorten the example.
2606 (Deleting Windows): Rewrite intro to handle internal windows.
2607 Fix delete-windows-on doc.
2608 (Selecting Windows): Copyedits.
2609
2610 2011-11-17 Martin Rudalics <rudalics@gmx.at>
2611
2612 * windows.texi (Resizing Windows, Splitting Windows)
2613 (Deleting Windows): Use term window-combination-resize instead
2614 of window-splits.
2615
2616 2011-11-16 Martin Rudalics <rudalics@gmx.at>
2617
2618 * windows.texi (Resizing Windows, Splitting Windows):
2619 Rename occurrences of window-nest to window-combination-limit.
2620
2621 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
2622
2623 * intro.texi (Lisp History): Fix typo.
2624
2625 2011-11-12 Martin Rudalics <rudalics@gmx.at>
2626
2627 * windows.texi (Splitting Windows, Deleting Windows):
2628 Remove references to splits status of windows.
2629
2630 2011-11-10 Glenn Morris <rgm@gnu.org>
2631
2632 * buffers.texi (Read Only Buffers): Expand a bit on why
2633 toggle-read-only should only be used interactively. (Bug#7292)
2634
2635 2011-11-09 Chong Yidong <cyd@gnu.org>
2636
2637 * windows.texi (Window Sizes): Document window-pixel-edges,
2638 window-inside-pixel-edges, window-absolute-pixel-edges, and
2639 window-inside-absolute-pixel-edges.
2640 (Resizing Windows): shrink-window-if-larger-than-buffer works on
2641 non-full-width windows.
2642
2643 2011-11-09 Martin Rudalics <rudalics@gmx.at>
2644
2645 * windows.texi (Resizing Windows): Rewrite documentation of
2646 window-resizable.
2647
2648 2011-11-09 Chong Yidong <cyd@gnu.org>
2649
2650 * windows.texi (Splitting Windows): Simplify example.
2651
2652 2011-11-08 Chong Yidong <cyd@gnu.org>
2653
2654 * windows.texi (Window Sizes): Copyedits. Document
2655 window-text-height. Remove window-min-height and window-min-width
2656 discussion, referring instead to Emacs manual.
2657 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
2658 (Resizing Windows): Simplify introduction. Don't document
2659 enlarge-window, shrink-window, enlarge-window-horizontally, and
2660 shrink-window-horizontally; they are no longer preferred for
2661 calling from Lisp, and are already documented in the Emacs manual.
2662
2663 2011-11-07 Glenn Morris <rgm@gnu.org>
2664
2665 * windows.texi (Choosing Window): Fix keybinding typo.
2666
2667 2011-11-07 Martin Rudalics <rudalics@gmx.at>
2668
2669 * windows.texi (Resizing Windows, Splitting Windows)
2670 (Window Configurations): Use "child window" instead of
2671 "subwindow".
2672
2673 2011-11-06 Chong Yidong <cyd@gnu.org>
2674
2675 * windows.texi (Basic Windows): Clarify various definitions.
2676 Treat window-normalize-* as internal; don't document them.
2677 (Windows and Frames): Various clarifications, e.g. non-live
2678 windows also belong to frames. Fix window-list description.
2679 Simplify window nesting example.
2680 (Splitting Windows, Window Configurations):
2681 Use split-window-below.
2682
2683 2011-11-04 Eli Zaretskii <eliz@gnu.org>
2684
2685 * windows.texi (Window Sizes): Mention in the doc string that the
2686 return values of `window-body-height' and `window-body-width' are
2687 in frame's canonical units. (Bug#9949)
2688
2689 2011-10-30 Martin Rudalics <rudalics@gmx.at>
2690
2691 * windows.texi (Windows and Frames): Remove "iso-" infix from
2692 documentation of window-iso-combined-p.
2693
2694 2011-10-26 Chong Yidong <cyd@gnu.org>
2695
2696 * modes.texi (Running Hooks): Document with-wrapper-hook.
2697
2698 2011-10-18 Chong Yidong <cyd@gnu.org>
2699
2700 * display.texi (Glyphless Chars): New node.
2701
2702 2011-10-13 Chong Yidong <cyd@stupidchicken.com>
2703
2704 * text.texi (Yanking): Document yank-excluded-properties.
2705
2706 * package.texi (Packaging Basics): The commentary should say how
2707 to begin using the package.
2708
2709 2011-10-11 Martin Rudalics <rudalics@gmx.at>
2710
2711 * windows.texi (Deleting Windows): Mention which window gets
2712 selected when deleting the selected window.
2713
2714 2011-10-09 Martin Rudalics <rudalics@gmx.at>
2715
2716 * buffers.texi (The Buffer List): Describe how bury-buffer deals
2717 with the selected window.
2718 * windows.texi (Buffers and Windows): Reformulate text on how
2719 replace-buffer-in-windows deals with a window.
2720 (Quitting Windows): Describe how quit-window deals with a
2721 standalone frame. Describe new option frame-auto-hide-function.
2722
2723 2011-10-08 Glenn Morris <rgm@gnu.org>
2724
2725 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
2726
2727 * positions.texi (Excursions): Update warning message.
2728
2729 2011-10-05 Chong Yidong <cyd@stupidchicken.com>
2730
2731 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
2732 Fix Emacs manual xref (Bug#9675).
2733
2734 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
2735
2736 * windows.texi (Textual Scrolling): Document scroll-up-command,
2737 scroll-down-command, scroll-error-top-bottom, and the
2738 scroll-command symbol property.
2739 (Display Action Functions): Fix description of
2740 display-buffer-pop-up-window.
2741
2742 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
2743
2744 * windows.texi (Splitting Windows): Fix typos.
2745
2746 2011-09-25 Martin Rudalics <rudalics@gmx.at>
2747
2748 * windows.texi (Windows and Frames, Display Action Functions)
2749 (Switching Buffers): Fix some typos.
2750 (Buffers and Windows): Remove reference to window-auto-delete.
2751 Reword description of replace-buffer-in-windows.
2752 (Window History): Fix some typos and refer to frame local buffer
2753 list.
2754 (Quitting Windows): New node.
2755 (Window Configurations): Add descriptions of window-state-get
2756 and window-state-put.
2757 (Window Parameters): Describe variable ignore-window-parameters.
2758 Sketch some window parameters currently in use.
2759 * elisp.texi (Top): Update node listing.
2760
2761 2011-09-25 Chong Yidong <cyd@stupidchicken.com>
2762
2763 * windows.texi (Display Action Functions)
2764 (Choosing Window Options): New nodes.
2765
2766 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
2767
2768 * windows.texi (Window History): New node. Move text here from
2769 Buffers and Windows.
2770 (Switching Buffers): Rename from Displaying Buffers, since we
2771 don't document display-buffer here; callers changed.
2772 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
2773 switch-to-buffer-other-frame. Delete duplicate
2774 replace-buffer-in-windows doc.
2775 (Choosing Window): Document display actions.
2776
2777 2011-09-24 Eli Zaretskii <eliz@gnu.org>
2778
2779 * display.texi (Forcing Redisplay): Update the description of
2780 redisplay-dont-pause due to change in the default value.
2781
2782 2011-09-23 Martin Rudalics <rudalics@gmx.at>
2783
2784 * frames.texi (Frames and Windows): Move section and rename to
2785 Windows and Frames in windows.texi.
2786 * windows.texi (Windows): Restructure.
2787 (Basic Windows): Rewrite. Explain live and internal windows and
2788 normalization functions.
2789 (Windows and Frames): Move section here from frames.texi.
2790 Describe subwindows, window combinations, window tree, and
2791 corresponding functions including window-list here.
2792 (Window Sizes): Rename section from Size of Window and move it
2793 up in chapter. Describe total and body sizes and the
2794 corresponding functions. Explain new semantics of
2795 window-min-height/-width.
2796 (Resizing Windows): Move section up in chapter. Describe new
2797 resize functions.
2798 (Splitting Windows): Describe new behavior of split-window,
2799 split-window-above-each-other and split-window-side-by-side.
2800 Provide examples. Describe window-nest and window-splits
2801 options.
2802 (Deleting Windows): Minor rewrite.
2803 (Selecting Windows): Minor rewrite.
2804 Describe frame-selected-window and set-frame-selected-window here.
2805 (Cyclic Window Ordering): Minor rewrite.
2806 Describe window-list-1.
2807 (Buffers and Windows): Rewrite. Explain a window's previous and
2808 next buffers and the corresponding functions.
2809 (Window Tree): Merge into Windows and Frames section.
2810 * elisp.texi (Top): Update node listings for frames and windows
2811 sections.
2812
2813 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2814
2815 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
2816
2817 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2818
2819 * errors.texi (Standard Errors): Remove apparent placeholder text
2820 (bug#9491).
2821
2822 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
2823
2824 * frames.texi (Management Parameters): Fix description of
2825 icon-type parameter.
2826
2827 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
2828
2829 * tips.texi (Key Binding Conventions): Don't bind a key sequence
2830 ending in C-g. Suggested by Edward O'Connor.
2831
2832 2011-09-17 Eli Zaretskii <eliz@gnu.org>
2833
2834 * numbers.texi (Integer Basics): Add indexing for
2835 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
2836
2837 2011-09-14 Dani Moncayo <dmoncayo@gmail.com>
2838
2839 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
2840
2841 2011-09-11 Juanma Barranquero <lekktu@gmail.com>
2842
2843 * processes.texi (Network Servers): Clarify what the process
2844 buffer is used for (bug#9233).
2845
2846 2011-08-30 Dani Moncayo <dmoncayo@gmail.com>
2847
2848 * lists.texi (Building Lists): Fix typo.
2849
2850 2011-08-30 Chong Yidong <cyd@stupidchicken.com>
2851
2852 * display.texi (Basic Faces): New node. Document new faces.
2853
2854 * modes.texi (Major Mode Conventions): Move some text there.
2855 (Mode Help): Remove major-mode var, duplicated in Major Modes.
2856
2857 2011-08-29 Chong Yidong <cyd@stupidchicken.com>
2858
2859 * modes.texi (Basic Major Modes): New node. Callers updated.
2860 (Major Modes): Document fundamental-mode and major-mode.
2861 (Major Mode Basics): Node deleted; text moved to Major Modes.
2862 (Derived Modes): Document derived-mode-p.
2863
2864 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
2865
2866 * files.texi (Changing Files, Create/Delete Dirs): Document new
2867 arguments for delete-file, delete-directory, and copy-directory.
2868 (Visiting Functions): Remove view-file; it is documented in the
2869 Emacs manual.
2870
2871 * frames.texi (Layout Parameters): The defaults for the
2872 menu-bar-lines and tool-bar-lines parameters depend on the mode.
2873
2874 * display.texi (Progress): Document spinner functionality.
2875
2876 * os.texi (Killing Emacs): Note that kill-emacs can be called by
2877 operating system signals. Refer to save-buffers-kill-terminal
2878 instead of save-buffers-kill-emacs.
2879
2880 * objects.texi (Symbol Type): Document ## print representation.
2881
2882 2011-08-25 Eli Zaretskii <eliz@gnu.org>
2883
2884 * display.texi (Specified Space): Mention that `space' specs
2885 influence bidi reordering.
2886 (Bidirectional Display): Explain how to use `(space . PROPS)' for
2887 separating fields with bidirectional content.
2888
2889 2011-08-24 Eli Zaretskii <eliz@gnu.org>
2890
2891 * display.texi (Bidirectional Display): Document return value in
2892 buffers that are not bidi-reordered for display, and in unibyte
2893 buffers.
2894
2895 2011-08-23 Eli Zaretskii <eliz@gnu.org>
2896
2897 * nonascii.texi (Character Properties): Document the values for
2898 unassigned codepoints.
2899
2900 2011-08-18 Eli Zaretskii <eliz@gnu.org>
2901
2902 * nonascii.texi (Character Properties): Document use of
2903 `bidi-class' and `mirroring' properties as part of reordering.
2904 Provide cross-references to "Bidirectional Display".
2905
2906 * display.texi (Bidirectional Display): Document the pitfalls of
2907 concatenating strings with bidirectional content, with possible
2908 solutions. Document bidi-string-mark-left-to-right.
2909 Mention paragraph direction in modes that inherit from prog-mode.
2910 Document use of `bidi-class' and `mirroring' properties as part of
2911 reordering.
2912
2913 2011-08-16 Eli Zaretskii <eliz@gnu.org>
2914
2915 * modes.texi (Major Mode Conventions): Improve the documentation
2916 of `mode-class' `special' modes.
2917
2918 * nonascii.texi (Character Properties): Document the `mirroring'
2919 property. Add index entries.
2920
2921 * syntax.texi (Categories): Add an example of defining a new
2922 category and category table.
2923
2924 * searching.texi (Regexp Backslash): Document how to display
2925 existing categories. Mention the possibility of adding
2926 categories, and add an xref to where this is described. Add an
2927 index entry.
2928
2929 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
2930
2931 * text.texi (Special Properties):
2932 * display.texi (Overlay Properties): Note that mouse-face cannot
2933 change the text size (Bug#8530).
2934
2935 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
2936
2937 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
2938 using setenv instead.
2939
2940 2011-07-28 Eli Zaretskii <eliz@gnu.org>
2941
2942 * display.texi (Bidirectional Display): Document the fact that
2943 bidi-display-reordering is t by default.
2944
2945 2011-07-23 Eli Zaretskii <eliz@gnu.org>
2946
2947 * display.texi (Bidirectional Display): New section.
2948
2949 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2950 Tim Cross <theophilusx@gmail.com> (tiny change)
2951 Glenn Morris <rgm@gnu.org>
2952
2953 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
2954
2955 2011-07-15 Andreas Schwab <schwab@linux-m68k.org>
2956
2957 * help.texi (Keys in Documentation): Revert last change.
2958
2959 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2960
2961 * help.texi (Keys in Documentation): Clarify that \= only quotes
2962 the next character, and doesn't affect longer sequences in
2963 particular (bug#8935).
2964
2965 * debugging.texi (Using Debugger):
2966 Mention @code{eval-expression-debug-on-error} (bug#8549).
2967
2968 2011-07-14 Eli Zaretskii <eliz@gnu.org>
2969
2970 * display.texi (Other Display Specs): Document that `left-fringe'
2971 and `right-fringe' display specifications are of the "replacing"
2972 kind.
2973
2974 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2975
2976 * help.texi (Documentation Basics): Add a link to the Function
2977 Documentation node (bug#6580).
2978
2979 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2980
2981 * keymaps.texi (Menu Bar): Mention :visible and :enable
2982 (bug#6344). Text by Drew Adams.
2983
2984 * modes.texi (Running Hooks): Mention buffer-local hook variables
2985 (bug#6218).
2986
2987 * objects.texi (General Escape Syntax): "a with grave accent" is
2988 ?xe0, not ?x8e0 (bug#5259).
2989
2990 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
2991
2992 * display.texi (Face Attributes, Font Selection): Add references
2993 to the Fonts node in the Emacs manual (Bug#4178).
2994
2995 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
2996
2997 * display.texi (Window Systems): `window-system' is
2998 terminal-local.
2999
3000 * frames.texi (Frame Parameters, Parameter Access): Don't mention
3001 frame-local variables.
3002
3003 * variables.texi (Buffer-Local Variables): Don't mention obsolete
3004 frame-local variables.
3005 (Frame-Local Variables): Node deleted.
3006
3007 * elisp.texi (Top): Update node listing.
3008
3009 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3010
3011 * elisp.texi: Change "inferiors" to "subnodes" in three places
3012 (bug#3523).
3013
3014 2011-07-11 Chong Yidong <cyd@stupidchicken.com>
3015
3016 * frames.texi (Window System Selections): Discussion of
3017 x-select-enable-clipboard moved to Emacs manual.
3018
3019 2011-07-11 Deniz Dogan <deniz@dogan.se>
3020
3021 * commands.texi (Prefix Command Arguments): Remove excessive
3022 apostrophe.
3023
3024 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3025
3026 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
3027 description is a string (bug#3313).
3028
3029 * frames.texi (Display Feature Testing): Try to explain what all
3030 the visual classes mean (bug#3042).
3031
3032 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3033
3034 * modes.texi (Mode Line Variables): Document `mode-line-remote'
3035 and `mode-line-client' (bug#2974).
3036
3037 * text.texi (Insertion): Clarify marker movements (bug#1651).
3038 Text from Drew Adams.
3039
3040 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3041
3042 * text.texi (Special Properties): Clarify the format of `face'
3043 (bug#1375).
3044
3045 * commands.texi (Interactive Call): Add a `call-interactively'
3046 example (bug#1010).
3047
3048 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3049
3050 * functions.texi (Calling Functions): Link to the "Interactive
3051 Call" node (bug#1001).
3052
3053 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
3054
3055 * customize.texi (Composite Types): Move alist and plist to here
3056 from Simple Types (Bug#7545).
3057
3058 * elisp.texi (Top): Update menu description.
3059
3060 * display.texi (Face Attributes): Document negative line widths
3061 (Bug#6113).
3062
3063 2011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
3064
3065 * searching.texi (Match Data): Note that match data can be
3066 overwritten by most functions (bug#2499).
3067
3068 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3069
3070 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
3071 flags mean (bug#6659).
3072
3073 * functions.texi (What Is a Function): Document the autoload
3074 object (bug#6496).
3075
3076 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3077
3078 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
3079 is only used in the Customize user interface (bug#6089).
3080
3081 * display.texi (Showing Images): Mention the point of sliced
3082 images (bug#7836).
3083
3084 2011-07-02 Eli Zaretskii <eliz@gnu.org>
3085
3086 * variables.texi (Defining Variables, Void Variables)
3087 (Constant Variables): Fix incorrect usage of @kindex.
3088
3089 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3090
3091 * variables.texi (Defining Variables): Add an index entry for
3092 `set-variable' (bug#7262).
3093 (Defining Variables): Use @findex for functions.
3094
3095 * frames.texi (Basic Parameters): Document the `explicit-name'
3096 parameter (bug#6951).
3097
3098 * customize.texi (Type Keywords): Clarify that :value provides a
3099 default value for all types (bug#7386).
3100
3101 * streams.texi (Output Functions): Document `pp'.
3102
3103 2011-06-25 Chong Yidong <cyd@stupidchicken.com>
3104
3105 * keymaps.texi (Searching Keymaps):
3106 * display.texi (Overlay Properties): Fix errors in 2011-05-29
3107 change. Suggested by Johan Bockgård.
3108
3109 2011-06-15 Chong Yidong <cyd@stupidchicken.com>
3110
3111 * text.texi (Special Properties): Clarify role of font-lock-face.
3112
3113 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3114
3115 * processes.texi (Process Information): Rename `process-alive-p'
3116 to `process-live-p' for consistency with other `-live-p' functions.
3117
3118 2011-06-03 Paul Eggert <eggert@cs.ucla.edu>
3119
3120 Document wide integers better.
3121 * files.texi (File Attributes): Document ino_t values better.
3122 ino_t values no longer map to anything larger than a single cons.
3123 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
3124 (Bitwise Operations):
3125 * objects.texi (Integer Type): Use a binary notation that is a bit easier
3126 to read, and that will port better if 62-bits becomes the default.
3127 Fix or remove incorrect examples.
3128 * os.texi (Time Conversion): Document time_t values better.
3129
3130 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3131
3132 * processes.texi (Process Information):
3133 Document `process-alive-p'.
3134
3135 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
3136
3137 * help.texi (Accessing Documentation):
3138 * display.texi (Pixel Specification):
3139 * processes.texi (Serial Ports, Serial Ports):
3140 * nonascii.texi (Character Properties, Default Coding Systems):
3141 * text.texi (Changing Properties, Special Properties):
3142 * windows.texi (Window Start and End):
3143 * modes.texi (SMIE Indentation Example, SMIE Tricks):
3144 * keymaps.texi (Searching Keymaps, Tool Bar):
3145 * minibuf.texi (Basic Completion):
3146 * compile.texi (Eval During Compile):
3147 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
3148 7x9 paper in printed manual.
3149
3150 * lists.texi (Sets And Lists): Fix misplaced text.
3151
3152 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
3153
3154 * keymaps.texi (Remapping Commands): Emphasize that the keymap
3155 needs to be active (Bug#8350).
3156
3157 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
3158
3159 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
3160
3161 * tips.texi (Coding Conventions): Remove antediluvian filename
3162 limit recommendation (Bug#8538).
3163
3164 2011-05-27 Glenn Morris <rgm@gnu.org>
3165
3166 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
3167
3168 2011-05-26 Glenn Morris <rgm@gnu.org>
3169
3170 * variables.texi (File Local Variables):
3171 Update hack-local-variables `mode-only' return value.
3172 Add some more details on what this function does in the other case.
3173
3174 2011-05-19 Glenn Morris <rgm@gnu.org>
3175
3176 * lists.texi (Sets And Lists): Mention cl provides union etc.
3177
3178 2011-05-19 Nix <nix@esperi.org.uk>
3179
3180 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
3181
3182 * text.texi (Parsing HTML): Update for function name changes.
3183
3184 * syntax.texi (Syntax Flags): Small fix.
3185
3186 * keymaps.texi (Active Keymaps): Typo fix.
3187 (Changing Key Bindings): Grammar fix.
3188
3189 * frames.texi (Minibuffers and Frames): Grammar fix.
3190 (Window System Selections): x-select-enable-clipboard now defaults to t.
3191
3192 * customize.texi (Common Keywords):
3193 * display.texi (Abstract Display):
3194 * modes.texi (Auto-Indentation):
3195 * nonascii.texi (Converting Representations): Typo fixes.
3196
3197 * control.texi (Examples of Catch): Call it "goto" not "go to".
3198
3199 2011-05-14 Eli Zaretskii <eliz@gnu.org>
3200
3201 * nonascii.texi (Character Properties): Fix inconsistencies with
3202 implementation.
3203
3204 * text.texi (Special Properties): Move @defvar's out of the
3205 @table. (Bug#8652)
3206
3207 2011-05-12 Glenn Morris <rgm@gnu.org>
3208
3209 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
3210
3211 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3212
3213 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
3214 (Multiline Font Lock):
3215 * vol2.texi (Top):
3216 * vol1.texi (Top):
3217 * elisp.texi (Top): Update menu accordingly.
3218
3219 2011-05-12 Drew Adams <drew.adams@oracle.com>
3220
3221 * modes.texi (Region to Fontify): Fix typo.
3222
3223 2011-05-10 Jim Meyering <meyering@redhat.com>
3224
3225 * minibuf.texi: Fix typo "in in -> in".
3226
3227 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
3228
3229 * numbers.texi (Integer Basics): Large integers are treated as floats.
3230
3231 2011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3232
3233 * processes.texi (Synchronous Processes): Document the (:file
3234 "/file-name") syntax for `call-process'.
3235
3236 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
3237
3238 * windows.texi (Choosing Window): Fix typo.
3239
3240 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
3241
3242 * frames.texi (Layout Parameters): Note the difference between
3243 querying and setting parameters for left-fringe and right-fringe
3244 (Bug#6930).
3245
3246 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3247
3248 * minibuf.texi (Basic Completion): Be a bit more precise about the
3249 valid kinds of completion tables.
3250 (Programmed Completion): Remove obsolete text about lambda expressions
3251 not being valid completion tables.
3252
3253 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
3254
3255 * positions.texi (Excursions): Explain the "save-excursion
3256 defeated by set-buffer" warning.
3257
3258 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
3259 save-excursion. Suggested by Uday S Reddy.
3260
3261 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
3262
3263 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
3264 (Lexical Binding): New sub-section.
3265
3266 * eval.texi (Eval): Discourage the use of `eval'.
3267 Document its new `lexical' argument.
3268
3269 2011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3270
3271 * commands.texi (Command Overview): `post-command-hook' is not reset to
3272 nil any more.
3273
3274 2011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
3275
3276 * strings.texi (String Conversion): Don't mention
3277 string-make-(uni|multi)byte (bug#8262).
3278 * nonascii.texi (Converting Representations): Fix up range.
3279 * keymaps.texi (Key Binding Commands): Update code point, avoid
3280 "unibyte character" and remove mention of unibyte bindings.
3281
3282 2011-03-10 Eli Zaretskii <eliz@gnu.org>
3283
3284 * modes.texi (Operator Precedence Grammars): Don't use characters
3285 outside ISO-8859-1.
3286
3287 2011-03-09 Eli Zaretskii <eliz@gnu.org>
3288
3289 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
3290
3291 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
3292
3293 2011-03-08 Glenn Morris <rgm@gnu.org>
3294
3295 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
3296 * intro.texi (Acknowledgements): Names to UTF-8.
3297 * elisp.texi: Set documentencoding.
3298
3299 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
3300
3301 * Version 23.3 released.
3302
3303 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
3304
3305 * package.texi: Update index keywords.
3306 (Package Archives): New node contents. Document package-x.el.
3307
3308 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
3309
3310 * makefile.w32-in (srcs): Add package.texi.
3311
3312 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
3313
3314 * package.texi (Packaging, Packaging Basics, Simple Packages)
3315 (Multi-file Packages): Expand and clarify.
3316 (Package Archives): Temporary placeholder node.
3317
3318 * elisp.texi (Top): Update node listing.
3319
3320 * Makefile.in (srcs): Add package.texi.
3321
3322 2011-03-05 Chong Yidong <cyd@stupidchicken.com>
3323
3324 * processes.texi (Synchronous Processes): Minor clarification
3325 (Bug#8149).
3326
3327 2011-03-03 Glenn Morris <rgm@gnu.org>
3328
3329 * files.texi (Truenames): Minor clarification. (Bug#2341)
3330
3331 2011-03-01 Glenn Morris <rgm@gnu.org>
3332
3333 * variables.texi (Directory Local Variables):
3334 Mention `(subdirs . nil)' alist element.
3335
3336 2011-02-28 Glenn Morris <rgm@gnu.org>
3337
3338 * variables.texi (Directory Local Variables): Mention the optional
3339 mtime argument of dir-locals-set-directory-class. (Bug#3577)
3340
3341 2011-02-27 Chong Yidong <cyd@stupidchicken.com>
3342
3343 * minibuf.texi (Minibuffer History): Clarify discussion of
3344 minibuffer history lists (Bug#8085).
3345
3346 2011-02-19 Eli Zaretskii <eliz@gnu.org>
3347
3348 * elisp.texi: Sync @dircategory with ../../info/dir.
3349
3350 * files.texi (Visiting Functions): Document find-file-literally,
3351 both the command and the variable.
3352
3353 * variables.texi (Creating Buffer-Local): Explain the meaning of
3354 permanent local variables.
3355
3356 * files.texi (Visiting Functions): Document find-file-literally,
3357 both the command and the variable.
3358
3359 * variables.texi (Creating Buffer-Local): Explain the meaning of
3360 permanent local variables.
3361
3362 2011-02-19 Glenn Morris <rgm@gnu.org>
3363
3364 * keymaps.texi (Remapping Commands): Mention how to undo it.
3365
3366 2011-02-09 Reuben Thomas <rrt@sc3d.org>
3367
3368 * loading.texi (Hooks for Loading): Remove unnecessary advice
3369 about eval-after-load (Bug#7986).
3370
3371 2011-02-05 Chong Yidong <cyd@stupidchicken.com>
3372
3373 * commands.texi (Accessing Mouse): Note that a header line is not
3374 included in the row of posn-col-row.
3375
3376 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
3377
3378 * modes.texi (Major Mode Conventions): Add face guidelines.
3379 (Faces for Font Lock): List faces in order of prominence.
3380
3381 2011-02-01 Paul Eggert <eggert@cs.ucla.edu>
3382
3383 format-time-string now supports subsecond time stamp resolution
3384 * os.texi (Time Parsing): Document %N.
3385
3386 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
3387
3388 * vol1.texi (Top):
3389 * vol2.texi (Top):
3390 * elisp.texi (Top):
3391 * display.texi (Display Property): Shorten the menu description of
3392 the "Other Display Specs" node (Bug#7816).
3393
3394 * keymaps.texi (Defining Menus): Add "menu item" and "extended
3395 menu item" concept index entries (Bug#7805).
3396
3397 2011-01-29 Eli Zaretskii <eliz@gnu.org>
3398
3399 * makefile.w32-in (texinfodir): New variable.
3400 (usermanualdir): Remove as redundant with $(emacsdir).
3401 (MAKEINFO): Remove options, leave only program name.
3402 (MAKEINFO_OPTS): New variable.
3403 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
3404
3405 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
3406 Richard Kim <emacs18@gmail.com>
3407
3408 * loading.texi (Library Search): Document list-load-path-shadows
3409 (Bug#7757).
3410
3411 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
3412
3413 * searching.texi (Regexp Special): Remove outdated discussion of
3414 character sets (Bug#7780).
3415
3416 * frames.texi (Pop-Up Menus): Document where menu title comes
3417 from (Bug#7684).
3418
3419 2011-01-25 Glenn Morris <rgm@gnu.org>
3420
3421 * display.texi (Making Buttons): Mention limitation of text buttons.
3422
3423 2011-01-23 Werner Lemberg <wl@gnu.org>
3424
3425 * Makefile.in (MAKEINFO): Now controlled by `configure'.
3426 (MAKEINFO_OPTS): New variable. Use it where appropriate.
3427 (ENVADD): New variable to control texi2dvi and texi2pdf.
3428
3429 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
3430
3431 * files.texi (Directory Names): Move directory-abbrev-alist doc to
3432 Emacs manual.
3433
3434 2011-01-15 Eli Zaretskii <eliz@gnu.org>
3435
3436 * files.texi (Directory Names): Explain why FROM in
3437 directory-abbrev-alist should begin with \`. (Bug#7777)
3438
3439 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3440
3441 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
3442
3443 2011-01-02 Eli Zaretskii <eliz@gnu.org>
3444
3445 * modes.texi (Emulating Mode Line): Fix last change.
3446
3447 2011-01-02 Eli Zaretskii <eliz@gnu.org>
3448
3449 * modes.texi (Emulating Mode Line): Update documentation of
3450 format-mode-line according to changes that fixed bug #7587.
3451
3452 2010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
3453
3454 * modes.texi (Derived Modes): Mention prog-mode.
3455
3456 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
3457 of the key-binding-data cache since we don't use it any more.
3458
3459 2010-12-13 Eli Zaretskii <eliz@gnu.org>
3460
3461 * processes.texi (Shell Arguments):
3462 * strings.texi (Creating Strings): Don't mention "shell commands";
3463 make it explicit that `split-string-and-unquote' and
3464 `combine-and-quote-strings' are mainly for working with arguments
3465 to call-process and start-process.
3466
3467 * processes.texi (Shell Arguments): Fix documentation of
3468 `split-string-and-unquote'. Add indexing. (Bug#7563)
3469
3470 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3471
3472 * modes.texi (Auto-Indentation): New section to document SMIE.
3473 (Major Mode Conventions):
3474 * text.texi (Mode-Specific Indent): Refer to it.
3475
3476 2010-12-13 Eli Zaretskii <eliz@gnu.org>
3477
3478 * display.texi (Other Display Specs): Document left-fringe and
3479 right-fringe display specs.
3480
3481 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3482
3483 * backups.texi (Making Backups):
3484 * modes.texi (Example Major Modes): Use recommended coding style.
3485 (Major Mode Basics, Derived Modes): Encourge more strongly use of
3486 define-derived-mode. Mention completion-at-point-functions.
3487
3488 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
3489
3490 * nonascii.texi (Converting Representations):
3491 Document byte-to-string.
3492
3493 2010-12-08 Glenn Morris <rgm@gnu.org>
3494
3495 * buffers.texi (Modification Time):
3496 verify-visited-file-modtime now defaults to the current buffer.
3497
3498 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3499
3500 * nonascii.texi (Converting Representations): Document byte-to-string.
3501
3502 * strings.texi (Creating Strings): Don't mention semi-obsolete
3503 function char-to-string.
3504 (String Conversion): Shorten discussion of semi-obsolete function
3505 string-to-char. Link to Converting Representations.
3506
3507 * objects.texi (Symbol Type):
3508 * text.texi (Near Point):
3509 * help.texi (Help Functions):
3510 * functions.texi (Mapping Functions): Use string instead of
3511 char-to-string in examples.
3512
3513 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3514
3515 * text.texi (Kill Functions, Kill Functions)
3516 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
3517 YANK-HANDLER args.
3518
3519 * symbols.texi (Creating Symbols): Using unintern without an
3520 obarray arg is now obsolete.
3521
3522 * numbers.texi (Float Basics): Document float-e and float-pi.
3523
3524 * variables.texi (Defining Variables): Change "pi" example to
3525 "float-pi".
3526
3527 2010-11-26 Eli Zaretskii <eliz@gnu.org>
3528
3529 * commands.texi (Click Events): Document the values of X, Y and
3530 COL, ROW in the event's position, when the click is on the header
3531 or mode line, on the fringes, or in the margins.
3532
3533 2010-11-17 Eli Zaretskii <eliz@gnu.org>
3534
3535 * customize.texi (Composite Types): Lower-case index entry.
3536
3537 * loading.texi (How Programs Do Loading):
3538 Document load-file-name. (Bug#7346)
3539
3540 2010-11-17 Glenn Morris <rgm@gnu.org>
3541
3542 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
3543
3544 2010-11-13 Eli Zaretskii <eliz@gnu.org>
3545
3546 * display.texi (Usual Display): Characters with no fonts are not
3547 necessarily displayed as empty boxes.
3548
3549 2010-10-31 Glenn Morris <rgm@gnu.org>
3550
3551 * maps.texi (Standard Keymaps): Update File menu description.
3552
3553 2010-10-28 Glenn Morris <rgm@gnu.org>
3554
3555 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
3556
3557 2010-10-24 Eli Zaretskii <eliz@gnu.org>
3558
3559 * display.texi (Window Systems): Deprecate use of window-system as
3560 a predicate.
3561
3562 2010-10-23 Glenn Morris <rgm@gnu.org>
3563
3564 * help.texi (Documentation Basics): Remove mentions of digest-doc and
3565 sorted-doc.
3566
3567 2010-10-15 Eli Zaretskii <eliz@gnu.org>
3568
3569 * os.texi (Dynamic Libraries): New node, with slightly modified
3570 text deleted from "Image Formats".
3571 (System Interface): Add @menu entry for "Dynamic Libraries".
3572
3573 * display.texi (Image Formats): Remove description of
3574 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
3575
3576 2010-10-12 Glenn Morris <rgm@gnu.org>
3577
3578 * book-spine.texinfo: Rename to book-spine.texi.
3579
3580 2010-10-11 Glenn Morris <rgm@gnu.org>
3581
3582 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
3583
3584 * Makefile.in (DVIPS): New variable.
3585 (.PHONY): Add html, ps.
3586 (html, elisp.html, ps, elisp.ps): New targets.
3587 (clean): Delete html, ps files.
3588 ($(infodir)/elisp): Remove unnecessary includes.
3589
3590 2010-10-09 Eli Zaretskii <eliz@gnu.org>
3591
3592 * makefile.w32-in (emacsdir): New variable.
3593 (srcs): Add emacsver.texi.
3594 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
3595
3596 2010-10-09 Glenn Morris <rgm@gnu.org>
3597
3598 * Makefile.in (VPATH): Remove.
3599 (infodir): Make it absolute.
3600 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
3601
3602 * Makefile.in (dist): Anchor regexps.
3603
3604 * Makefile.in (srcs): Put elisp.texi first.
3605 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
3606
3607 * Makefile.in (infoclean): Remove harmless, long-standing error.
3608
3609 * Makefile.in ($(infodir)): Delete rule.
3610 (mkinfodir): New.
3611 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
3612
3613 * Makefile.in (dist): Remove reference to emacsver.texi.in.
3614 Also copy emacsver.texi, and edit $emacsdir.
3615
3616 2010-10-09 Glenn Morris <rgm@gnu.org>
3617
3618 * Makefile.in (emacsdir): New variable.
3619 (MAKEINFO): Add -I $emacsdir.
3620 (dist): Copy emacsver.texi.
3621 (srcs): Add emacsver.texi.
3622
3623 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
3624 Set EMACSVER by including emacsver.texi.
3625
3626 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
3627
3628 2010-10-07 Glenn Morris <rgm@gnu.org>
3629
3630 * Makefile.in (version): New, set by configure.
3631 (clean): Delete dist tar file.
3632 (dist): Use version in tar name.
3633
3634 2010-10-06 Glenn Morris <rgm@gnu.org>
3635
3636 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
3637 (INSTALL_INFO): Remove unused variable.
3638 (mostlyclean, infoclean, dist): New rules.
3639 (clean): Delete dvi and pdf files.
3640 (maintainer-clean): Remove elisp.oaux, use infoclean.
3641 ($(infodir)): Add parallel build workaround.
3642
3643 2010-10-04 Glenn Morris <rgm@gnu.org>
3644
3645 * Makefile.in (dvi, pdf, $(infodir)): New targets.
3646 ($(infodir)/elisp): Ensure target directory exists. Use $@.
3647 Fix -I typo.
3648 (clean): No 'make.out' or 'core' files.
3649 (.PHONY): Declare clean rules.
3650 (maintainer-clean): Delete pdf file. Guard against cd failures.
3651
3652 2010-10-03 Glenn Morris <rgm@gnu.org>
3653
3654 * files.texi (File Name Components): Remove ignored section about
3655 deleted variable directory-sep-char.
3656
3657 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
3658
3659 * files.texi (Magic File Names): New defopt
3660 remote-file-name-inhibit-cache.
3661
3662 2010-10-02 Glenn Morris <rgm@gnu.org>
3663
3664 * os.texi (Killing Emacs): Hook now runs in batch mode.
3665
3666 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
3667
3668 * text.texi (Special Properties): Clarify when modification-hooks run.
3669
3670 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3671
3672 * syntax.texi (Syntax Flags): Document new `c' flag.
3673
3674 2010-09-09 Glenn Morris <rgm@gnu.org>
3675
3676 * display.texi (ImageMagick Images): General cleanup.
3677
3678 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3679
3680 * files.texi (Directory Names): Use \` rather than ^.
3681
3682 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
3683
3684 * text.texi (Low-Level Kill Ring):
3685 * frames.texi (Window System Selections): Remove cut buffer
3686 documentation.
3687
3688 2010-08-28 Eli Zaretskii <eliz@gnu.org>
3689
3690 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
3691 Parameters", where the default fringe width is described.
3692
3693 * frames.texi (Window Frame Parameters, Basic Parameters)
3694 (Position Parameters, Layout Parameters, Management Parameters)
3695 (Cursor Parameters, Font and Color Parameters): Add indexing for
3696 frame parameters. (Bug#6929)
3697
3698 2010-08-25 Tom Tromey <tromey@redhat.com>
3699
3700 * vol2.texi (Top): Update.
3701 * vol1.texi (Top): Update.
3702 * tips.texi (Library Headers): Mention Package-Version and
3703 Package-Requires.
3704 * package.texi: New file.
3705 * os.texi (System Interface): Update pointers.
3706 * elisp.texi (Top): Link to new nodes. Include package.texi.
3707 * anti.texi (Antinews): Update pointers.
3708
3709 2010-08-25 Eli Zaretskii <eliz@gnu.org>
3710
3711 * processes.texi (Filter Functions): Fix last change.
3712
3713 2010-08-24 Markus Triska <triska@gmx.at>
3714
3715 * processes.texi (Filter Functions): Use `buffer-live-p' instead
3716 of `buffer-name' in the main text as well as in the example
3717 (Bug#3098).
3718
3719 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
3720
3721 * nonascii.texi (Text Representations):
3722 * loading.texi (Loading Non-ASCII):
3723 * compile.texi (Byte Compilation): Don't mention obsolete
3724 --unibyte command-line argument.
3725
3726 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
3727
3728 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
3729
3730 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
3731
3732 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
3733
3734 2010-08-20 Eli Zaretskii <eliz@gnu.org>
3735
3736 * commands.texi (Misc Events): Add cross-references to where
3737 POSITION of a mouse event is described in detail.
3738
3739 2010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
3740
3741 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
3742
3743 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
3744
3745 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
3746 Suggested by Štěpán Němec <stepnem@gmail.com>.
3747
3748 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
3749
3750 * minibuf.texi (High-Level Completion): Document args of
3751 `read-buffer-function' (bug#5625).
3752
3753 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
3754
3755 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
3756
3757 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
3758
3759 * processes.texi (Process Information): Explain process property
3760 `remote-tty'.
3761
3762 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
3763
3764 * modes.texi (Defining Minor Modes): Use C-delete in examples,
3765 instead of "\C-\^?" (bug#6334).
3766
3767 * text.texi (Special Properties): Fix typo.
3768
3769 2010-07-09 Eli Zaretskii <eliz@gnu.org>
3770
3771 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
3772 calling sequences, which are now the standard.
3773
3774 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
3775
3776 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
3777
3778 * commands.texi (Command Overview): Mention undo-boundary call.
3779
3780 2010-06-23 Glenn Morris <rgm@gnu.org>
3781
3782 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
3783 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
3784 * frames.texi, functions.texi, internals.texi, keymaps.texi:
3785 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
3786 * searching.texi, sequences.texi, strings.texi, syntax.texi:
3787 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
3788 Untabify Texinfo files.
3789
3790 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
3791
3792 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
3793
3794 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
3795
3796 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
3797
3798 2010-06-02 Chong Yidong <cyd@stupidchicken.com>
3799
3800 * searching.texi (Regexp Special): Remove obsolete information
3801 about matching non-ASCII characters, and suggest using char
3802 classes (Bug#6283).
3803
3804 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
3805
3806 * minibuf.texi (Basic Completion): Add missing "@end defun".
3807
3808 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3809
3810 * minibuf.texi (Basic Completion): Document completion-boundaries.
3811 (Programmed Completion): Document the new fourth method for boundaries.
3812
3813 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
3814
3815 * display.texi (Image Cache): Update documentation about image caching.
3816
3817 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
3818
3819 * windows.texi (Textual Scrolling):
3820 * tips.texi (Coding Conventions):
3821 * minibuf.texi (Minibuffer History):
3822 * maps.texi (Standard Keymaps):
3823 * loading.texi (Where Defined):
3824 * edebug.texi (Instrumenting): Fix typos.
3825
3826 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
3827
3828 * keymaps.texi (Menu Bar): Document :advertised-binding property.
3829
3830 * functions.texi (Obsolete Functions):
3831 Document set-advertised-calling-convention.
3832
3833 * minibuf.texi (Basic Completion): Document completion-in-region.
3834 (Programmed Completion): Document completion-annotate-function.
3835
3836 * commands.texi (Reading One Event): Document read-key.
3837 (Distinguish Interactive): Document KIND arg to
3838 called-interactively-p. Delete obsolete interactive-p.
3839
3840 * elisp.texi (Top): Update node description.
3841
3842 2010-05-08 Eli Zaretskii <eliz@gnu.org>
3843
3844 * nonascii.texi (Character Properties):
3845 Document unicode-category-table. Add an index entry for Unicode
3846 general category.
3847
3848 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
3849
3850 * Version 23.2 released.
3851
3852 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
3853
3854 * locals.texi (Standard Buffer-Local Variables):
3855 Remove @ignore'd reference to `direction-reversed'.
3856
3857 2010-04-14 Juri Linkov <juri@jurta.org>
3858
3859 Fix @deffn without category.
3860
3861 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
3862 for `abbrev-insert'.
3863
3864 * buffers.texi (Indirect Buffers): Add category `Command'
3865 to @deffn of `clone-indirect-buffer'.
3866
3867 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
3868 for `next-window' and `previous-window'. Add category `Command'
3869 to @deffn of `pop-to-buffer'.
3870
3871 2010-04-01 Chong Yidong <cyd@stupidchicken.com>
3872
3873 * nonascii.texi (Text Representations): Don't mark
3874 enable-multibyte-characters as a user option.
3875
3876 2010-03-31 Eli Zaretskii <eliz@gnu.org>
3877
3878 * control.texi (Handling Errors): How to re-throw a signal caught
3879 by condition-case.
3880
3881 2010-03-26 Chong Yidong <cyd@stupidchicken.com>
3882
3883 * loading.texi (Hooks for Loading): Document after-load-functions.
3884 Copyedits.
3885
3886 2010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
3887
3888 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
3889
3890 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
3891
3892 * processes.texi (Network Processes): Document seqpacket type.
3893
3894 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3895
3896 * os.texi (System Environment): Do not mention lynxos.
3897
3898 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
3899
3900 * Branch for 23.2.
3901
3902 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
3903
3904 * objects.texi (Integer Type): Take note of the read syntax
3905 exception for numbers that cannot fit in the integer type.
3906
3907 2010-03-03 Glenn Morris <rgm@gnu.org>
3908
3909 * numbers.texi (Integer Basics, Bitwise Operations):
3910 * objects.texi (Integer Type): Update for integers now being 30-bit.
3911
3912 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
3913
3914 * display.texi (Low-Level Font): Document :otf font-spec property.
3915
3916 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3917
3918 * display.texi (Line Height): Avoid obsolete special default variables
3919 like default-major-mode.
3920
3921 2010-01-28 Alan Mackenzie <acm@muc.de>
3922
3923 * display.texi (Auto Faces): Say fontification-functions is called
3924 whether or not Font Lock is enabled. Tidy up the wording a bit.
3925
3926 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
3927
3928 * elisp.texi: Remove duplicate edition information (Bug#5407).
3929
3930 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
3931
3932 * two.el (volume-header-toc-markup): Fix typos in docstring.
3933
3934 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3935
3936 Avoid dubious uses of save-excursions.
3937 * positions.texi (Excursions): Recommend the use of
3938 save-current-buffer if applicable.
3939 * text.texi (Clickable Text): Fix the example code which used
3940 save-excursion in a naive way which sometimes preserves point and
3941 sometimes not.
3942 * variables.texi (Creating Buffer-Local):
3943 * os.texi (Session Management):
3944 * display.texi (GIF Images):
3945 * control.texi (Cleanups): Use (save|with)-current-buffer.
3946
3947 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3948
3949 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
3950
3951 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
3952
3953 * nonascii.texi (Text Representations, Character Codes)
3954 (Converting Representations, Explicit Encoding)
3955 (Translation of Characters): Use hex notation consistently.
3956 (Character Sets): Fix map-charset-chars doc (Bug#5197).
3957
3958 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
3959
3960 * loading.texi (Where Defined): Make it clearer that these are
3961 loaded files (Bug#5068).
3962
3963 2009-12-29 Chong Yidong <cyd@stupidchicken.com>
3964
3965 * minibuf.texi (Completion Styles): Document `initials' style.
3966
3967 2009-12-25 Chong Yidong <cyd@stupidchicken.com>
3968
3969 * frames.texi (Resources): Describe inhibit-x-resources.
3970 (Size Parameters): Copyedit.
3971
3972 * hash.texi (Creating Hash):
3973 * objects.texi (Hash Table Type): Document the new hash table
3974 printed representation.
3975
3976 * minibuf.texi (Basic Completion): 4th arg to all-completions is
3977 obsolete.
3978
3979 * processes.texi (Process Buffers):
3980 Document process-kill-buffer-query-function.
3981
3982 2009-12-05 Glenn Morris <rgm@gnu.org>
3983
3984 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
3985 diary-display-function, and no longer recommended to be a hook.
3986 Update for changes in the names of calendar and diary hooks.
3987 diary-print-entries-hook has changed section.
3988
3989 2009-11-28 Eli Zaretskii <eliz@gnu.org>
3990
3991 * text.texi (Special Properties): More accurate description of
3992 what the `cursor' property does.
3993
3994 2009-11-26 Kevin Ryde <user42@zip.com.au>
3995
3996 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
3997 mouse-wheel-down-event, the closest thing to a definition for them.
3998 * os.texi (Startup Summary): vindex inhibit-startup-message and
3999 inhibit-splash-screen.
4000 (Command-Line Arguments): vindex argv.
4001 (Suspending Emacs): vindex suspend-tty-functions and
4002 resume-tty-functions. Don't want to index every hook, but having
4003 the programming ones is helpful.
4004
4005 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
4006
4007 * commands.texi (Motion Events): Fix typo (Bug#4907).
4008
4009 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
4010
4011 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
4012 are affected by case-fold-search (Bug#4483).
4013
4014 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
4015
4016 * minibuf.texi (Reading File Names): Note that read-file-name may
4017 use a graphical file dialog.
4018
4019 2009-10-31 Glenn Morris <rgm@gnu.org>
4020
4021 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
4022
4023 2009-10-16 Kevin Ryde <user42@zip.com.au>
4024
4025 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
4026 in particular so `info-lookup-symbol' can find its docs.
4027
4028 2009-10-16 Chong Yidong <cyd@stupidchicken.com>
4029
4030 * variables.texi (Constant Variables): Distinguish from defconst
4031 variables.
4032 (Defining Variables): Add cindex.
4033
4034 2009-10-15 Chong Yidong <cyd@stupidchicken.com>
4035
4036 * os.texi (Time of Day): Clarify that the microsecond part is
4037 ignored (Bug#4637).
4038
4039 2009-10-11 Glenn Morris <rgm@gnu.org>
4040
4041 * frames.texi (Size and Position): Clarify what is included in the frame
4042 height. (Bug#4535)
4043
4044 2009-10-10 Glenn Morris <rgm@gnu.org>
4045
4046 * windows.texi (Size of Window): The relationship between window and
4047 frame heights is not so simple. (Bug#4535)
4048 Mention window-full-height-p.
4049
4050 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4051
4052 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
4053 used from Lisp.
4054
4055 2009-10-07 Eli Zaretskii <eliz@gnu.org>
4056
4057 * files.texi (Directory Names) <abbreviate-file-name>:
4058 Document that root home directories are not replaced with "~".
4059
4060 2009-10-06 Eli Zaretskii <eliz@gnu.org>
4061
4062 * text.texi (Special Properties): Document the meaning of the
4063 `cursor' text property whose value is an integer.
4064
4065 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
4066
4067 * files.texi (Magic File Names): Add `copy-directory'.
4068
4069 2009-10-05 Eli Zaretskii <eliz@gnu.org>
4070
4071 * files.texi (File Attributes): Fix description of file
4072 attributes. (Bug#4638) Update attributes of files.texi example to
4073 be more representative.
4074
4075 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
4076
4077 * files.texi (Create/Delete Dirs): New command copy-directory.
4078
4079 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
4080
4081 * anti.texi (Antinews):
4082 * macros.texi (Indenting Macros):
4083 * strings.texi (Creating Strings, Case Conversion):
4084 Remove duplicate words.
4085
4086 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
4087
4088 * files.texi (Create/Delete Dirs): delete-directory has an
4089 optional parameter RECURSIVE.
4090
4091 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4092
4093 * buffers.texi (Swapping Text): Minor clarification.
4094
4095 2009-10-01 Glenn Morris <rgm@gnu.org>
4096
4097 * functions.texi (Declaring Functions): Mention that we also search for
4098 ".m" files in the src/ directory.
4099
4100 2009-09-25 David Engster <deng@randomsample.de>
4101
4102 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
4103
4104 2009-09-22 Glenn Morris <rgm@gnu.org>
4105
4106 * internals.texi (Building Emacs): Mention preloaded-file-list.
4107
4108 2009-09-14 Alan Mackenzie <acm@muc.de>
4109
4110 * os.texi (Terminal Output): Put "@code{}" around "stdout".
4111
4112 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
4113
4114 * functions.texi (Anonymous Functions): Rearrange discussion,
4115 giving usage of unquoted lambda forms first. Mention that
4116 `function' and `#'' are no longer required (Bug#4290).
4117
4118 2009-09-11 Alan Mackenzie <acm@muc.de>
4119
4120 * os.texi (Terminal Output): Document `send-string-to-terminal' in
4121 batch mode.
4122
4123 2009-09-01 Glenn Morris <rgm@gnu.org>
4124
4125 * display.texi (Face Functions): Mention define-obsolete-face-alias.
4126
4127 2009-08-26 Ulrich Mueller <ulm@gentoo.org>
4128
4129 * nonascii.texi (Character Codes): Fix typos.
4130
4131 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
4132
4133 * processes.texi (Synchronous Processes): New defvar
4134 process-file-side-effects.
4135
4136 2009-08-25 Glenn Morris <rgm@gnu.org>
4137
4138 * display.texi (Fontsets): Fix typo.
4139
4140 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
4141
4142 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
4143
4144 * processes.texi (Asynchronous Processes): Adjust arglist of
4145 start-process-shell-command and start-file-process-shell-command.
4146
4147 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
4148
4149 * advice.texi (Argument Access in Advice): Note that argument
4150 positions are zero-based (Bug#3932).
4151
4152 * commands.texi (Distinguish Interactive): Minor copyedit.
4153
4154 * display.texi (Face Attributes): Add xref to Displaying Faces for
4155 explanation of "underlying face".
4156
4157 * customize.texi (Common Keywords): Add xref to Loading.
4158
4159 * loading.texi (How Programs Do Loading): Add xref to Lisp
4160 Libraries node in the Emacs manual.
4161
4162 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
4163
4164 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
4165
4166 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
4167
4168 * processes.texi (Shell Arguments): Copyedits.
4169
4170 2009-07-18 Glenn Morris <rgm@gnu.org>
4171
4172 * loading.texi (Repeated Loading): Fix typo.
4173
4174 2009-07-16 Richard Stallman <rms@gnu.org>
4175
4176 * buffers.texi (Swapping Text): Recommend setting
4177 write-region-annotate-functions and buffer-saved-size.
4178
4179 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
4180
4181 2009-07-15 Glenn Morris <rgm@gnu.org>
4182
4183 * edebug.texi: Minor re-phrasings throughout.
4184 (Edebug Execution Modes): Sit-for affects continue mode too.
4185 (Jumping): Use `forward-sexp' rather than its keybinding.
4186 (Edebug Misc): Fix Q binding.
4187 (Edebug Eval): Remove cl version.
4188 (Printing in Edebug): Clarify print-length etc.
4189 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
4190 (Specification List): Remove edebug-unwrap findex entry.
4191 (Specification Examples): defmacro is actually not the same as defun.
4192 Escape "`" in example.
4193
4194 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
4195
4196 * markers.texi (The Mark): Document optional arg to
4197 deactivate-mark.
4198
4199 2009-07-11 Kevin Ryde <user42@zip.com.au>
4200
4201 * hooks.texi (Standard Hooks): Fix cross-references.
4202
4203 * loading.texi (Named Features): Refer to eval-after-load.
4204
4205 2009-07-11 Glenn Morris <rgm@gnu.org>
4206
4207 * Makefile.in (TEXI2PDF): New.
4208 (elisp.pdf): New target.
4209
4210 * searching.texi (Regexp Backslash): Fix typo.
4211
4212 * elisp.texi (Top): Display copyright notice at start of non-TeX.
4213
4214 2009-07-10 Glenn Morris <rgm@gnu.org>
4215
4216 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
4217
4218 * customize.texi (Customization Types):
4219 * display.texi (Abstract Display):
4220 * objects.texi (Character Type, String Type):
4221 Merge in some menu descriptions from elisp.texi.
4222
4223 * hash.texi (Hash Tables):
4224 * modes.texi (Multiline Font Lock):
4225 End menu description with period.
4226
4227 2009-07-09 Glenn Morris <rgm@gnu.org>
4228
4229 * back.texi: Don't hard-code texinfo location.
4230
4231 * two-volume.make (texinfodir): New, with location of texinfo.tex.
4232 (tex): Add texinfodir to TEXINPUTS.
4233 (elisp1med-init, elisp2med-init): Use texinfodir.
4234
4235 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
4236 (clean): Add two-volume.make intermediate files.
4237
4238 * elisp.texi, vol1.texi, vol2.texi:
4239 Use a DATE variable with the publication date, and update it.
4240 Fix antinews menu description.
4241
4242 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
4243 Update the detailed node listing to match elisp.texi.
4244
4245 * README: Update edition to match elisp.texi.
4246
4247 * objects.texi (General Escape Syntax):
4248 * nonascii.texi (Character Sets):
4249 Use consistent case for "Unicode Standard".
4250
4251 * anti.texi (Antinews):
4252 * customize.texi (Variable Definitions):
4253 * functions.texi (Declaring Functions):
4254 * nonascii.texi (Character Properties):
4255 * processes.texi (Serial Ports):
4256 * text.texi (Special Properties):
4257 * tips.texi (Coding Conventions):
4258 Minor rearrangements to improve TeX line-filling.
4259
4260 * commands.texi (Using Interactive): Fix cross-reference.
4261
4262 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
4263
4264 * frames.texi (Management Parameters): Mention sticky.
4265
4266 2009-07-01 Andreas Schwab <aschwab@redhat.com>
4267
4268 * help.texi (Help Functions): Fix description of help-buffer and
4269 help-setup-xref to use @defun instead of @deffn.
4270
4271 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
4272
4273 * frames.texi (Size Parameters): Mention maximized for fullscreen.
4274
4275 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
4276
4277 * display.texi (Window Systems): Add ns to the list.
4278
4279 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
4280
4281 * Branch for 23.1.
4282
4283 2009-06-17 Martin Rudalics <rudalics@gmx.at>
4284
4285 * windows.texi (Dedicated Windows): Fix typo.
4286 (Resizing Windows): Replace @defun by @deffn.
4287
4288 2009-06-17 Glenn Morris <rgm@gnu.org>
4289
4290 * variables.texi (Directory Local Variables):
4291 Update for 2009-04-11 name-change of dir-locals-directory-alist.
4292
4293 2009-06-09 Kenichi Handa <handa@m17n.org>
4294
4295 * nonascii.texi (Character Sets): State clearly that FROM and TO
4296 are codepoints of CHARSET.
4297
4298 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
4299
4300 * minibuf.texi (Reading File Names): Fix introductory text.
4301 Suggested by stan@derbycityprints.com.
4302 (High-Level Completion): Fix typo.
4303
4304 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
4305
4306 * frames.texi (Text Terminal Colors): Multi-tty is already
4307 implemented, but tty-local colors are not.
4308
4309 2009-05-27 Chong Yidong <cyd@stupidchicken.com>
4310
4311 * hooks.texi (Standard Hooks): Remove mention of obsolete
4312 redisplay-end-trigger-functions.
4313
4314 * internals.texi (Window Internals): Remove mention of obsolete
4315 redisplay-end-trigger-functions.
4316
4317 2009-05-21 Martin Rudalics <rudalics@gmx.at>
4318
4319 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
4320
4321 * backups.texi (Making Backups): backup-directory-alist and
4322 make-backup-file-name-function are options.
4323 (Auto-Saving): auto-save-list-file-prefix is an option.
4324
4325 * buffers.texi (Killing Buffers): buffer-offer-save is an
4326 option.
4327
4328 * display.texi (Refresh Screen): no-redraw-on-reenter is an
4329 option.
4330 (Echo Area Customization): echo-keystrokes is an option.
4331 (Selective Display): selective-display-ellipses is an option.
4332 (Temporary Displays): temp-buffer-show-function is an option.
4333 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
4334 are options.
4335 (Font Selection): face-font-family-alternatives,
4336 face-font-selection-order, face-font-registry-alternatives, and
4337 scalable-fonts-allowed are options.
4338 (Fringe Indicators): indicate-buffer-boundaries is an option.
4339 (Fringe Cursors): overflow-newline-into-fringe is an option.
4340 (Scroll Bars): scroll-bar-mode is an option.
4341
4342 * eval.texi (Eval): max-lisp-eval-depth is an option.
4343
4344 * files.texi (Visiting Functions): find-file-hook is an option.
4345 (Directory Names): directory-abbrev-alist is an option.
4346 (Unique File Names): temporary-file-directory and
4347 small-temporary-file-directory are options.
4348
4349 * frames.texi (Initial Parameters): initial-frame-alist,
4350 minibuffer-frame-alist and default-frame-alist are options.
4351 (Cursor Parameters): blink-cursor-alist and
4352 cursor-in-non-selected-windows ar options.
4353 (Window System Selections): selection-coding-system is an
4354 option.
4355 (Display Feature Testing): display-mm-dimensions-alist is an
4356 option.
4357
4358 * help.texi (Help Functions): help-char and help-event-list are
4359 options.
4360
4361 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
4362 an option.
4363
4364 * minibuf.texi (Minibuffer History): history-length and
4365 history-delete-duplicates are options.
4366 (High-Level Completion): read-buffer-function and
4367 read-buffer-completion-ignore-case are options.
4368 (Reading File Names): read-file-name-completion-ignore-case is
4369 an option.
4370
4371 * modes.texi (Mode Line Top): mode-line-format is an option.
4372 (Mode Line Variables): mode-line-position and mode-line-modes
4373 are options.
4374
4375 * nonascii.texi (Text Representations):
4376 enable-multibyte-characters is an option.
4377 (Default Coding Systems): auto-coding-regexp-alist,
4378 file-coding-system-alist, auto-coding-alist and
4379 auto-coding-functions are options.
4380 (Specifying Coding Systems): inhibit-eol-conversion is an
4381 option.
4382
4383 * os.texi (Init File): site-run-file is an option.
4384 (System Environment): mail-host-address is an option.
4385 (User Identification): user-mail-address is an option.
4386 (Terminal Output): baud-rate is an option.
4387
4388 * positions.texi (Word Motion): words-include-escapes is an
4389 option.
4390
4391 * searching.texi (Standard Regexps): page-delimiter,
4392 paragraph-separate, paragraph-separate and sentence-end are
4393 options.
4394
4395 * text.texi (Margins): left-margin and fill-nobreak-predicate
4396 are options.
4397
4398 * variables.texi (Local Variables): max-specpdl-size is an
4399 option.
4400
4401 * windows.texi (Choosing Window):
4402 split-window-preferred-function, special-display-function and
4403 display-buffer-function are options.
4404
4405 2009-05-20 Chong Yidong <cyd@stupidchicken.com>
4406
4407 Fix errors spotted by Martin Rudalics.
4408
4409 * syntax.texi (Position Parse): Document rationale for ignored
4410 arguments to syntax-ppss-flush-cache.
4411
4412 * processes.texi (Input to Processes): Mark PROCESS arg to
4413 process-running-child-p as optional.
4414 (Network Options): Document NO-ERROR arg to
4415 set-network-process-option.
4416
4417 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
4418 command.
4419
4420 * searching.texi (POSIX Regexps): Mark posix-search-forward and
4421 posix-search-backward as commands.
4422
4423 * os.texi (Killing Emacs): Mark kill-emacs as a command.
4424 (Suspending Emacs): Mark suspend-emacs as a command.
4425 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
4426 commands.
4427 (Terminal Output): Remove obsolete function baud-rate.
4428 Document TERMINAL arg for send-string-to-terminal.
4429
4430 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
4431 terminal-coding-system and set-terminal-coding-system.
4432 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
4433 as optional.
4434 (Character Sets): Document RESTRICTION arg of char-charset.
4435 (Character Codes): Mark POS argument to get-byte as optional.
4436
4437 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
4438 minibuffer-message.
4439
4440 * files.texi (Create/Delete Dirs): Mark make-directory and
4441 delete-directory as commands.
4442
4443 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
4444
4445 * text.texi (Base 64): Mark base64-decode-string and
4446 base64-encode-string as commands.
4447 (Columns): Mark move-to-column as a command.
4448 (Mode-Specific Indent): Document RIGID arg to
4449 indent-for-tab-command.
4450 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
4451 Mark indent-code-rigidly as a command.
4452 (Substitution): Mark translate-region as a command.
4453
4454 * frames.texi (Size and Position): Remove obsolete functions
4455 screen-height and screen-width.
4456
4457 2009-05-19 Chong Yidong <cyd@stupidchicken.com>
4458
4459 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
4460 (Displaying Buffers, Resizing Windows): Correct mistakes;
4461 next-window, previous-window, and pop-to-buffer are not commands,
4462 and fit-window-to-buffer" is a command. (Pointed out by Martin
4463 Rudalics.)
4464
4465 2009-05-17 Richard M Stallman <rms@gnu.org>
4466
4467 * modes.texi (Precalculated Fontification): Clarify text.
4468
4469 2009-05-17 Martin Rudalics <rudalics@gmx.at>
4470
4471 * windows.texi (Selecting Windows): Clarify descriptions of
4472 with-selected-window and get-lru-window.
4473 (Cyclic Window Ordering): Refer to particular frame when talking
4474 about how splitting affects the ordering.
4475 (Displaying Buffers): Fix descriptions of switch-to-buffer and
4476 switch-to-buffer-other-window. Explain how setting of
4477 display-buffer-reuse-frames affects pop-to-buffer.
4478 (Choosing Window): Clarify some details in descriptions of
4479 display-buffer-reuse-frames, pop-up-frames, and
4480 pop-up-frame-function.
4481 (Dedicated Windows): Clarify some details.
4482 (Textual Scrolling): Replace term vscroll by term vertical
4483 scroll position.
4484 (Vertical Scrolling): Fix typo.
4485 (Window Hooks): Relate text on jit-lock-register to window
4486 scrolling and size changes.
4487
4488 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
4489
4490 * frames.texi (Initial Parameters): Clarify what the initial
4491 minibuffer frame is.
4492 (Buffer Parameters): Note that the minibuffer parameter can not be
4493 altered.
4494
4495 * anti.texi (Antinews): Copyedits. Rearrange some entries.
4496 Document display-buffer changes.
4497
4498 2009-05-13 Chong Yidong <cyd@stupidchicken.com>
4499
4500 * anti.texi (Antinews): Rewrite for Emacs 22.
4501
4502 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
4503 obarrays are first mentioned. Define "system abbrev" more
4504 prominently, and add it to the index.
4505 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
4506 Copyedits.
4507 (Abbrev Expansion): Document abbrev-insert.
4508
4509 2009-05-12 Chong Yidong <cyd@stupidchicken.com>
4510
4511 * frames.texi (Font and Color Parameters): Rename from Color
4512 Parameters. Document font-backend parameter.
4513
4514 * vol2.texi (Top): Update node listing.
4515 * vol1.texi (Top): Update node listing.
4516 * elisp.texi (Top): Update node listing.
4517
4518 2009-05-11 Martin Rudalics <rudalics@gmx.at>
4519
4520 * windows.texi (Choosing Window): Don't explicitly refer to
4521 split-window-sensibly's window argument in descriptions of
4522 split-height-threshold and split-width-threshold.
4523
4524 2009-05-10 Martin Rudalics <rudalics@gmx.at>
4525
4526 * windows.texi (Choosing Window): Fix rewrite of window
4527 splitting section.
4528
4529 2009-05-09 Eli Zaretskii <eliz@gnu.org>
4530
4531 * nonascii.texi (Default Coding Systems):
4532 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
4533 Add indexing.
4534 (Lisp and Coding Systems): Add index entries.
4535
4536 2009-05-09 Martin Rudalics <rudalics@gmx.at>
4537
4538 * windows.texi (Choosing Window): Describe split-window-sensibly
4539 and rewrite section on window splitting accordingly.
4540 (Textual Scrolling): Replace `...' by @code{...}.
4541
4542 2009-05-04 Chong Yidong <cyd@stupidchicken.com>
4543
4544 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
4545 Remove obsoleted pre-abbrev-expand-hook.
4546
4547 * locals.texi (Standard Buffer-Local Variables): Consolidate table
4548 entries.
4549
4550 * internals.texi (Object Internals): Don't assume 32-bit machines
4551 are the norm.
4552 (Buffer Internals): Consolidate table entries for readability.
4553 (Window Internals): Synch field names to window.h.
4554 (Process Internals): Synch field names to process.h.
4555
4556 2009-04-29 Chong Yidong <cyd@stupidchicken.com>
4557
4558 * variables.texi (File Local Variables): Note that read-circle is
4559 bound to nil when reading file-local variables.
4560
4561 * streams.texi (Input Functions): Document read-circle.
4562 (Output Variables): Add xref to Circular Objects.
4563
4564 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
4565
4566 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
4567 Features and Coding System Basics. Node that "p" stands for
4568 "predicate". Recommend utf-8-emacs instead of emacs-mule.
4569 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
4570 mouse-appearance-menu.
4571 (Programming Tips): Add xref to Progress.
4572
4573 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
4574
4575 * os.texi (Command-Line Arguments):
4576 Document command-line-args-left.
4577 (Suspending Emacs): Adapt text to multi-tty case. Document use of
4578 terminal objects for tty arguments.
4579 (Startup Summary): Add xref to Session Management.
4580 (Session Management): Mention emacs-session-restore. Copyedits.
4581
4582 2009-04-20 Chong Yidong <cyd@stupidchicken.com>
4583
4584 * os.texi (Startup Summary): Copyedits. The init file is not
4585 necessarily named .emacs now. Document initial-buffer-choice and
4586 initial-scratch-message. Note where Emacs exits in batch mode.
4587 Document inhibit-splash-screen as an alias.
4588 (Init File): Be neutral about which init file name to use.
4589
4590 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
4591
4592 * os.texi (System Interface): Fix Texinfo usage.
4593
4594 2009-04-15 Chong Yidong <cyd@stupidchicken.com>
4595
4596 * searching.texi (Regexp Backslash): Also refer to shy groups as
4597 non-capturing or unnumbered groups.
4598 (Regexp Functions): Add cross-reference to Regexp Backslash.
4599
4600 * display.texi (Truncation): Overlays can use line-prefix and
4601 wrap-prefix too.
4602 (Overlay Properties): Document wrap-prefix and line-prefix.
4603 (Face Attributes): Document underline-minimum-offset.
4604 (Face Remapping): Copyedits.
4605 (Low-Level Font): Copyedits.
4606 (Image Cache): Note that the image cache is shared between frames.
4607 (Line Height): Emphasize that line-spacing only takes effect on
4608 graphical terminals.
4609
4610 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
4611
4612 * display.texi (Refresh Screen): Note that a passage about screen
4613 refreshing is text terminal only.
4614 (Forcing Redisplay): Delete misleading comment---sit-for calls
4615 redisplay, not the other way around.
4616 (Truncation): Note new values of truncate-partial-width-windows.
4617 Copyedits.
4618 (Invisible Text): Document invisible-p.
4619
4620 2009-04-11 Eli Zaretskii <eliz@gnu.org>
4621
4622 * display.texi (Overlays): Overlays don't scale well. See
4623 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
4624
4625 2009-04-10 Chong Yidong <cyd@stupidchicken.com>
4626
4627 * syntax.texi (Syntax Table Functions): Document cons cell
4628 argument for modify-syntax-entry.
4629 (Categories): Document cons cell argument for
4630 modify-category-entry.
4631
4632 * searching.texi (String Search): Document word-search-forward-lax
4633 and word-search-backward-lax.
4634 (Searching and Case): Describe isearch behavior more precisely.
4635
4636 * keymaps.texi (Tool Bar): Mention that some platforms do not
4637 support multi-line toolbars. Suggested by Stephen Eglen.
4638
4639 * frames.texi (Layout Parameters): Mention that Nextstep also
4640 allows only one tool-bar line. Suggested by Stephen Eglen.
4641
4642 * nonascii.texi (Text Representations): Copyedits.
4643 (Coding System Basics): Also mention utf-8-emacs.
4644 (Converting Representations, Selecting a Representation)
4645 (Scanning Charsets, Translation of Characters, Encoding and I/O):
4646 Copyedits.
4647 (Character Codes): Mention role of codepoints 1114112 to 4194175.
4648
4649 2009-04-09 Chong Yidong <cyd@stupidchicken.com>
4650
4651 * text.texi (Yank Commands): Note that yank uses push-mark.
4652 (Filling): Clarify REGION argument of fill-paragraph.
4653 Document fill-forward-paragraph-function.
4654 (Special Properties): Remove "new in Emacs 22" declaration.
4655 (Clickable Text): Merge with Links and Mouse-1 node.
4656
4657 * display.texi (Button Properties, Button Buffer Commands):
4658 Change xref to Clickable Text.
4659
4660 * tips.texi (Key Binding Conventions): Change xref to Clickable
4661 Text.
4662
4663 * elisp.texi (Top): Update node listing.
4664
4665 2009-04-05 Chong Yidong <cyd@stupidchicken.com>
4666
4667 * markers.texi (The Mark): Copyedits. Improve description of
4668 handle-shift-selection.
4669 (The Region): Move use-region-p here from The Mark.
4670
4671 * positions.texi (Screen Lines): Document (cols . lines) argument
4672 for vertical-motion.
4673
4674 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
4675
4676 * frames.texi (Frames): Clean up introduction. Document `ns'
4677 return value for framep.
4678 (Creating Frames): Note how the terminal is chosen.
4679 (Multiple Terminals, Multiple Displays): Merge into a single node.
4680 (Color Parameters): Fix typo.
4681
4682 * variables.texi (Local Variables, Buffer-Local Variables)
4683 (Creating Buffer-Local): Change link to Multiple Terminals.
4684
4685 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
4686
4687 * keymaps.texi (Controlling Active Maps): Change link to Multiple
4688 Terminals.
4689
4690 * commands.texi (Command Loop Info, Keyboard Macros): Change link
4691 to Multiple Terminals.
4692
4693 * elisp.texi (Top): Update node listing.
4694 * vol2.texi (Top): Update node listing.
4695 * vol1.texi (Top): Update node listing.
4696
4697 * buffers.texi (Current Buffer): Note that the append-to-buffer
4698 example is no longer in synch with the latest code. Tie the two
4699 examples together.
4700
4701 * files.texi (File Attributes): Move note about MS-DOS from
4702 Changing Files to File Attributes.
4703 (Create/Delete Dirs): Note that mkdir is an alias for this.
4704
4705 2009-04-01 Markus Triska <triska@gmx.at>
4706
4707 * processes.texi (Filter Functions): Suggest how to handle output
4708 batches.
4709
4710 2009-03-30 Chong Yidong <cyd@stupidchicken.com>
4711
4712 * help.texi (Accessing Documentation): Update example to use
4713 help-setup-xref and with-help-window.
4714 (Help Functions): Remove print-help-return-message, which is
4715 semi-obsolete due to with-help-window. Document help-buffer and
4716 help-setup-xref.
4717
4718 2009-03-29 Chong Yidong <cyd@stupidchicken.com>
4719
4720 * help.texi (Accessing Documentation, Help Functions):
4721 Remove information about long-obsolete Emacs versions.
4722
4723 * modes.texi (Mode Line Variables): The default values of the mode
4724 line variables are now more complicated.
4725
4726 2009-03-28 Chong Yidong <cyd@stupidchicken.com>
4727
4728 * modes.texi (Major Mode Conventions): Note that specialness is
4729 inherited.
4730 (Derived Modes): Note that define-derive-mode sets the mode-class
4731 property.
4732
4733 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
4734 goto-map. Add search-map to the list.
4735
4736 2009-03-27 Eli Zaretskii <eliz@gnu.org>
4737
4738 * os.texi (System Environment): Update the list of system-type
4739 values.
4740
4741 * markers.texi (The Mark) <handle-shift-selection>: Update for
4742 removal of the optional argument DEACTIVATE.
4743
4744 2009-03-25 Chong Yidong <cyd@stupidchicken.com>
4745
4746 * commands.texi (Focus Events): Most X window managers don't use
4747 focus-follows-mouse nowadays.
4748
4749 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
4750
4751 * commands.texi (Defining Commands): Clarify introduction.
4752 (Using Interactive): Not that interactive can be put in a symbol
4753 property.
4754 (Interactive Call): Note that a symbol with a non-nil
4755 interactive-form property satisfies commandp.
4756
4757 2009-03-23 Juanma Barranquero <lekktu@gmail.com>
4758
4759 * minibuf.texi (Intro to Minibuffers): Fix typos.
4760
4761 2009-03-23 Chong Yidong <cyd@stupidchicken.com>
4762
4763 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
4764 about minibuffers in old Emacs versions. Copyedits.
4765 Emphasize that enable-recursive-minibuffers defaults to nil.
4766 (Text from Minibuffer): Simplify introduction.
4767
4768 2009-03-22 Alan Mackenzie <acm@muc.de>
4769
4770 * commands.texi (Using Interactive): Clarify string argument to
4771 `interactive' - even promptless elements need \n separators.
4772
4773 2009-03-18 Chong Yidong <cyd@stupidchicken.com>
4774
4775 * minibuf.texi (Completion Styles): New node.
4776
4777 * elisp.texi (Top): Update node listing.
4778
4779 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
4780
4781 * minibuf.texi (Basic Completion): Note that
4782 read-file-name-completion-ignore-case and
4783 read-buffer-completion-ignore-case can override
4784 completion-ignore-case.
4785 (Minibuffer Completion): Document completing-read changes.
4786 (Completion Commands): Avoid mentioning partial completion mode.
4787 Document minibuffer-completion-confirm changes, and
4788 minibuffer-confirm-exit-commands.
4789 (High-Level Completion): Document new require-match behavior for
4790 read-buffer. Document read-buffer-completion-ignore-case.
4791 (Reading File Names): Document new require-match behavior for
4792 read-file-name.
4793
4794 2009-03-14 Chong Yidong <cyd@stupidchicken.com>
4795
4796 * debugging.texi (Error Debugging): Don't mislead the reader into
4797 thinking that debug-on-error enters debugger for C-f at EOB.
4798 (Error Debugging): Setting debug-on-init within the init file
4799 works, and has for some time.
4800
4801 2009-03-13 Kenichi Handa <handa@m17n.org>
4802
4803 * display.texi (Fontsets): Update the description.
4804
4805 2009-03-13 Chong Yidong <cyd@stupidchicken.com>
4806
4807 * advice.texi (Advising Primitives): Link to What Is a Function.
4808
4809 2009-03-12 Chong Yidong <cyd@stupidchicken.com>
4810
4811 * compile.texi (Speed of Byte-Code): Update example.
4812 (Disassembly): Update examples.
4813
4814 * loading.texi (Repeated Loading): Simplify examples.
4815
4816 * customize.texi (Common Keywords): It's not necessary to use :tag
4817 to remove hyphens, as custom-unlispify-tag-name does it
4818 automatically.
4819 (Variable Definitions): Link to File Local Variables.
4820 Document customized-value symbol property.
4821 (Customization Types): Move menu to end of node.
4822
4823 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
4824
4825 * macros.texi (Compiling Macros): Omit misleading sentence, which
4826 implied that macros can only be used in the same file they are
4827 defined.
4828 (Backquote): Remove obsolete information about Emacs 19.
4829
4830 2009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
4831
4832 * display.texi (Display Margins): Fix paren typo.
4833
4834 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
4835
4836 * elisp.texi (Top): Update node listing.
4837
4838 * variables.texi (Variables): Clarify introduction.
4839 (Global Variables): Mention that setq is a special form.
4840 (Local Variables): Use active voice.
4841 (Tips for Defining): Mention marking variables as safe.
4842 (Buffer-Local Variables): Mention terminal-local and frame-local
4843 variables together.
4844 (File Local Variables): Copyedits.
4845 (Frame-Local Variables): Note that they are not really useful.
4846 (Future Local Variables): Node deleted.
4847
4848 * objects.texi (General Escape Syntax): Update explanation of
4849 Unicode escape syntax.
4850
4851 2009-02-23 Chong Yidong <cyd@stupidchicken.com>
4852
4853 * control.texi (Control Structures): Add cindex entry for "textual
4854 order".
4855
4856 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
4857 instead of "expression" throughout.
4858 (Function Indirection): Copyedits. Use active voice.
4859 (Eval): The default value of max-lisp-eval-depth is now 400.
4860
4861 2009-02-23 Miles Bader <miles@gnu.org>
4862
4863 * processes.texi (System Processes): Rename `system-process-attributes'
4864 to `process-attributes'.
4865
4866 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
4867
4868 * symbols.texi (Property Lists): Emphasize that property lists are
4869 not restricted to symbol cells.
4870 (Other Plists): Copyedit.
4871
4872 * sequences.texi (Sequences Arrays Vectors): Make introduction
4873 more concise.
4874 (Arrays): Mention char-tables and bool-vectors too.
4875 (Vectors): Don't repeat information given in Arrays node. Link to
4876 nodes that explain the vector usage examples.
4877 (Char-Tables): Note that char-table elements can have arbitrary
4878 type. Explain effect of omitted char-table-extra-slots property.
4879 Link to Property Lists node.
4880
4881 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
4882
4883 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
4884 `append'.
4885 (List Elements): Copyedits.
4886
4887 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
4888 of `vconcat'.
4889
4890 * strings.texi (Creating Strings): Copyedits. Remove obsolete
4891 Emacs 20 usage of `concat'.
4892 (Case Conversion): Copyedits.
4893
4894 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
4895
4896 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
4897 Minor edits.
4898 (Frame Configuration Type): Emphasize that it is not primitive.
4899 (Font Type): New node.
4900 (Type Predicates): Add fontp; type-of now recognizes font object
4901 types.
4902
4903 * intro.texi (Version Info): Update version numbers in examples.
4904 (Acknowledgements): List more contributors.
4905
4906 * elisp.texi: Bump version number to 3.0.
4907 (Top): Link to Font Type node.
4908
4909 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
4910
4911 * modes.texi (Major Mode Conventions): Remove duplicate words.
4912 (Customizing Keywords): Fix typo.
4913
4914 2009-02-14 Eli Zaretskii <eliz@gnu.org>
4915
4916 * nonascii.texi (User-Chosen Coding Systems): Document that
4917 select-safe-coding-system suggests raw-text if there are raw bytes
4918 in the region.
4919 (Explicit Encoding): Warn not to use `undecided' when encoding.
4920
4921 2009-02-11 Glenn Morris <rgm@gnu.org>
4922
4923 * frames.texi (Visibility of Frames): Mention the effect multiple
4924 workspaces/desktops can have on visibility.
4925
4926 2009-02-07 Eli Zaretskii <eliz@gnu.org>
4927
4928 * text.texi (Commands for Insertion):
4929 * commands.texi (Event Mod):
4930 * keymaps.texi (Searching Keymaps):
4931 * nonascii.texi (Translation of Characters):
4932 Reinstate documentation of translation-table-for-input.
4933 (Explicit Encoding): Document the `charset' text property produced
4934 by decode-coding-region and decode-coding-string.
4935
4936 2009-01-27 Alan Mackenzie <acm@muc.de>
4937
4938 * modes.texi (Search-based Fontification): Correct a typo.
4939
4940 2009-01-25 Juanma Barranquero <lekktu@gmail.com>
4941
4942 * abbrevs.texi (Abbrev Table Properties): Fix typo.
4943 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
4944
4945 2009-01-24 Eli Zaretskii <eliz@gnu.org>
4946
4947 * display.texi (Window Systems): Document the value of
4948 `initial-window-system' under --daemon.
4949
4950 * os.texi (System Environment): Remove description of the
4951 `environment' function which has been deleted.
4952
4953 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
4954
4955 * frames.texi (Multiple Displays): Remove documentation for
4956 removed function make-frame-on-tty.
4957
4958 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
4959
4960 * files.texi (Format Conversion Piecemeal): Clarify behavior of
4961 write-region-annotate-functions.
4962 Document write-region-post-annotation-function.
4963
4964 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
4965
4966 * display.texi (Font Lookup): Document WIDTH argument of
4967 x-list-fonts.
4968
4969 2009-01-17 Eli Zaretskii <eliz@gnu.org>
4970
4971 * maps.texi (Standard Keymaps): Rename function-key-map to
4972 local-function-key-map.
4973
4974 * keymaps.texi (Translation Keymaps): Rename function-key-map to
4975 local-function-key-map.
4976
4977 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
4978 and `set-keyboard-coding-system' now accept an optional terminal
4979 argument.
4980
4981 * commands.texi (Event Mod): `keyboard-translate-table' is now
4982 terminal-local.
4983 (Function Keys): Rename function-key-map to
4984 local-function-key-map.
4985
4986 * elisp.texi (Top): Make @detailmenu be consistent with changes in
4987 frames.texi.
4988
4989 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
4990 `delete-terminal-functions', `suspend-tty-functions' and
4991 `resume-tty-functions'.
4992
4993 * frames.texi (Frames): Document `frame-terminal' and
4994 `terminal-live-p'.
4995 (Multiple Displays): Document `make-frame-on-tty'.
4996 (Multiple Terminals): Document `terminal-list', `delete-terminal',
4997 `terminal-name', and `get-device-terminal'.
4998 (Terminal Parameters): Document `terminal-parameters',
4999 `terminal-parameter', and `set-terminal-parameter'.
5000
5001 * os.texi (System Environment): Document `environment' and
5002 `initial-environment'.
5003 (Suspending Emacs): Update for multi-tty; document
5004 `suspend-tty', `resume-tty', and `controlling-tty-p'.
5005
5006 * nonascii.texi (Coding System Basics): More accurate description
5007 of `raw-text'.
5008
5009 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
5010
5011 * display.texi (Low-Level Font): Fix typo.
5012
5013 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
5014
5015 * elisp.texi (Top): Update node listing.
5016
5017 * display.texi (PostScript Images): Node deleted.
5018
5019 2009-01-10 Eli Zaretskii <eliz@gnu.org>
5020
5021 * processes.texi (Decoding Output): Document that null bytes force
5022 no-conversion for reading process output.
5023
5024 * files.texi (Reading from Files): Document that null bytes force
5025 no-conversion when visiting files.
5026
5027 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
5028
5029 * nonascii.texi (Lisp and Coding Systems):
5030 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
5031 (Character Properties): Improve wording.
5032
5033 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
5034
5035 * display.texi (Font Lookup): Remove obsolete function
5036 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
5037 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5038 (Font Selection): Reorder order of variable descriptions.
5039 Minor clarifications.
5040
5041 * elisp.texi (Top): Update node listing.
5042
5043 2009-01-09 Glenn Morris <rgm@gnu.org>
5044
5045 * commands.texi (Command Loop Info): Say that last-command-char and
5046 last-input-char are obsolete aliases.
5047
5048 * edebug.texi (Edebug Recursive Edit): Remove separate references to
5049 last-input-char and last-command-char, since they are just aliases for
5050 last-input-event and last-command-event.
5051
5052 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
5053 last-command-char.
5054
5055 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
5056
5057 * elisp.texi: Update node listing.
5058
5059 * display.texi (Faces): Put Font Selection node after Auto Faces.
5060 (Face Attributes): Don't link to Font Lookup.
5061 Document font-family-list.
5062 (Fonts): New node.
5063
5064 2009-01-08 Jason Rumney <jasonr@gnu.org>
5065
5066 * frames.texi (Pointer Shape): Clarify that only X supports
5067 changing the standard pointer shapes. (Bug#1485)
5068
5069 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
5070
5071 * display.texi (Attribute Functions): Note that a function value
5072 :height is relative, and that compatibility functions work by
5073 calling set-face-attribute.
5074 (Displaying Faces): Reorder list in order of increasing priority.
5075 (Face Remapping): New node. Content moved here from Displaying
5076 Faces.
5077 (Glyphs): Link to Face Functions.
5078
5079 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
5080
5081 * display.texi (Faces): Don't discuss face id here. facep does
5082 not return t.
5083 (Defining Faces): Minor clarification.
5084 (Face Attributes): Rearrange items to match docstring of
5085 set-face-attribute. Add :foundry attribute. Document new role of
5086 :font attribute. Texinfo usage fix.
5087 (Attribute Functions): Copyedits.
5088 (Face Functions): Note that face number is seldom used.
5089
5090 2009-01-05 Richard M Stallman <rms@gnu.org>
5091
5092 * strings.texi (Predicates for Strings): Minor clarification.
5093
5094 * functions.texi (Function Safety): Texinfo usage fix.
5095
5096 2009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny change)
5097
5098 * objects.texi (General Escape Syntax): Fix typo.
5099
5100 2009-01-03 Martin Rudalics <rudalics@gmx.at>
5101
5102 * windows.texi (Choosing Window): Say that pop-up-frame-alist
5103 works via the default value of pop-up-frame-function.
5104
5105 2009-01-02 Eli Zaretskii <eliz@gnu.org>
5106
5107 * processes.texi (System Processes): Document the `time' and
5108 `ctime' attributes of `system-process-attributes'.
5109
5110 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
5111
5112 * display.texi (Face Attributes): Clarify :height attribute.
5113
5114 2008-12-31 Martin Rudalics <rudalics@gmx.at>
5115
5116 * buffers.texi (The Buffer List): Clarify what moves a buffer to
5117 the front of the buffer list. Add entries for `last-buffer' and
5118 `unbury-buffer'.
5119
5120 2008-12-27 Eli Zaretskii <eliz@gnu.org>
5121
5122 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
5123 and its subsections.
5124
5125 * frames.texi (Multiple Terminals, Low-level Terminal)
5126 (Terminal Parameters, Frames on Other TTY devices): New sections.
5127 (Frames): Add an xref to "Multiple Terminals".
5128
5129 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
5130
5131 * objects.texi (Terminal Type): New node.
5132 (Editing Types): Add it to the menu.
5133
5134 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
5135 Variables".
5136
5137 * variables.texi (Directory Local Variables): New node.
5138 (Variables): Add a menu item for it.
5139
5140 * loading.texi (Autoload): Document `generate-autoload-cookie' and
5141 `generated-autoload-file'.
5142
5143 2008-12-20 Eli Zaretskii <eliz@gnu.org>
5144
5145 * os.texi (Startup Summary): Add xref to documentation of
5146 `initial-window-system'.
5147
5148 * display.texi (Window Systems): Document `window-system' the
5149 function. The variable `window-system' is now frame-local.
5150 Document `initial-window-system'.
5151
5152 2008-12-19 Martin Rudalics <rudalics@gmx.at>
5153
5154 * windows.texi (Windows): Rewrite description of
5155 fit-window-to-buffer.
5156
5157 2008-12-13 Glenn Morris <rgm@gnu.org>
5158
5159 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
5160 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
5161
5162 2008-12-12 Glenn Morris <rgm@gnu.org>
5163
5164 * debugging.texi (Error Debugging): Refer forwards to
5165 eval-expression-debug-on-error.
5166
5167 2008-12-05 Eli Zaretskii <eliz@gnu.org>
5168
5169 * strings.texi (String Basics): Only unibyte strings that
5170 represent key sequences hold 8-bit raw bytes.
5171
5172 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
5173 paragraph to speak about `undecided'.
5174 (Character Properties): Don't explain the meaning of each
5175 property; instead, identify their Unicode Standard names.
5176 (Character Sets): Document `map-charset-chars'.
5177
5178 2008-12-02 Glenn Morris <rgm@gnu.org>
5179
5180 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
5181 section yet again.
5182
5183 2008-11-29 Eli Zaretskii <eliz@gnu.org>
5184
5185 * nonascii.texi (Character Properties): New Section.
5186 (Specifying Coding Systems): Document
5187 `coding-system-priority-list', `set-coding-system-priority', and
5188 `with-coding-priority'.
5189 (Lisp and Coding Systems): Document `check-coding-systems-region'
5190 and `coding-system-charset-list'.
5191 (Coding System Basics): Document `coding-system-aliases'.
5192
5193 * elisp.texi (Top): Add a @detailmenu entry for "Character
5194 Properties".
5195
5196 * objects.texi (Character Type): Correct the range of Emacs
5197 characters. Add an @xref to "Character Codes".
5198
5199 * strings.texi (String Basics): Add an @xref to "Character Codes".
5200
5201 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
5202
5203 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
5204 (Character Codes): Document `max-char'.
5205
5206 2008-11-28 Eli Zaretskii <eliz@gnu.org>
5207
5208 * nonascii.texi (Text Representations, Converting Representations)
5209 (Character Sets, Scanning Charsets, Translation of Characters):
5210 Make text more accurate.
5211
5212 2008-11-28 Glenn Morris <rgm@gnu.org>
5213
5214 * files.texi (Format Conversion Round-Trip): Improve previous change.
5215
5216 2008-11-26 Chong Yidong <cyd@stupidchicken.com>
5217
5218 * modes.texi (Auto Major Mode): Fix example.
5219
5220 2008-11-25 Glenn Morris <rgm@gnu.org>
5221
5222 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
5223
5224 * files.texi (Format Conversion Round-Trip):
5225 Use active voice for previous change.
5226
5227 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
5228
5229 * os.texi (Processor Run Time):
5230 * processes.texi (Transaction Queues):
5231 * markers.texi (The Mark):
5232 * windows.texi (Choosing Window, Selecting Windows):
5233 * files.texi (Changing Files, Magic File Names):
5234 * commands.texi (Key Sequence Input):
5235 * functions.texi (Declaring Functions):
5236 * strings.texi (Predicates for Strings):
5237 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
5238
5239 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
5240
5241 * help.texi (Accessing Documentation): Update example.
5242
5243 * variables.texi (Defining Variables): Note that `*' is not
5244 necessary if defcustom is used.
5245
5246 2008-11-22 Eli Zaretskii <eliz@gnu.org>
5247
5248 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
5249 Characters" from @detailmenu.
5250
5251 * nonascii.texi (Character Codes, Character Sets)
5252 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
5253 (Chars and Bytes, Splitting Characters): Sections removed.
5254
5255 2008-11-22 Lute Kamstra <lute@gnu.org>
5256
5257 * positions.texi (Text Lines): Update goto-line documentation.
5258
5259 2008-11-21 Martin Rudalics <rudalics@gmx.at>
5260
5261 * frames.texi (Frames): Fix typo, add cross references, reword.
5262 (Initial Parameters): Reword special-display-frame-alist text.
5263 (Frames and Windows): Reword. Describe argument norecord for
5264 set-frame-selected-window.
5265 (Input Focus): Describe argument norecord for select-frame.
5266 Remove comment on MS-Windows behavior for focus-follows-mouse.
5267 (Raising and Lowering): Mention windows-frames dichotomy in
5268 metaphor.
5269
5270 * windows.texi (Displaying Buffers, Vertical Scrolling)
5271 (Horizontal Scrolling): Fix indenting and rewording issues
5272 introduced with 2008-11-07 change.
5273
5274 2008-11-20 Glenn Morris <rgm@gnu.org>
5275
5276 * files.texi (Format Conversion Round-Trip): Mention `preserve'
5277 element of `format-alist'.
5278
5279 2008-11-19 Glenn Morris <rgm@gnu.org>
5280
5281 * doclicense.texi: Update to FDL 1.3.
5282 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
5283
5284 2008-11-18 Chong Yidong <cyd@stupidchicken.com>
5285
5286 * windows.texi (Window Hooks): Remove *-end-trigger-functions
5287 vars, which are obsolete. Mention jit-lock-register.
5288
5289 * modes.texi (Other Font Lock Variables):
5290 Document jit-lock-register and jit-lock-unregister.
5291
5292 * frames.texi (Color Parameters): Document alpha parameter.
5293
5294 2008-11-16 Martin Rudalics <rudalics@gmx.at>
5295
5296 * windows.texi (Splitting Windows, Deleting Windows)
5297 (Selecting Windows, Cyclic Window Ordering)
5298 (Buffers and Windows, Displaying Buffers, Choosing Window)
5299 (Dedicated Windows, Window Point, Window Start and End)
5300 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
5301 (Size of Window, Resizing Windows, Window Configurations)
5302 (Window Parameters): Avoid @var at beginning of sentences and
5303 reword accordingly.
5304
5305 2008-11-11 Lute Kamstra <lute@gnu.org>
5306
5307 * files.texi (File Name Components): Fix file-name-extension
5308 documentation.
5309
5310 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
5311
5312 * frames.texi (Basic Parameters): Remove display-environment-variable
5313 and term-environment-variable.
5314
5315 2008-11-08 Eli Zaretskii <eliz@gnu.org>
5316
5317 * windows.texi (Basic Windows, Splitting Windows)
5318 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
5319 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
5320 (Resizing Windows, Window Configurations, Window Parameters):
5321 Fix wording and markup.
5322
5323 2008-11-07 Martin Rudalics <rudalics@gmx.at>
5324
5325 * windows.texi (Windows): Update entries.
5326 (Basic Windows): Remove listing of attributes. Reword.
5327 (Splitting Windows, Deleting Windows): Reword.
5328 (Selecting Windows, Cyclic Window Ordering): Reword with special
5329 emphasis on order of recently selected windows and buffer list.
5330 (Buffers and Windows, Choosing Window): Reword with special
5331 emphasis on dedicated windows.
5332 (Displaying Buffers): Reword. For switch-to-buffer mention that
5333 it may fall back on pop-to-buffer. For other-window try to
5334 explain how it treats the cyclic ordering of windows.
5335 (Dedicated Windows): New node and section discussing dedicated
5336 windows and associated functions.
5337 (Window Point): Add entry for window-point-insertion-type. Reword.
5338 (Window Start and End): Rename node and section title. Reword.
5339 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
5340 Minor rewording.
5341 (Size of Window): Reword, in particular text on window-width.
5342 (Resizing Windows): Reword. Add text on balancing windows.
5343 (Window Configurations): Reword. Mention window parameters.
5344 (Window Parameters): New node and section on window parameters.
5345 (Window Hooks): Reword. Mention that
5346 window-configuration-change-hook is run "buffer-locally".
5347 * elisp.texi (Top): Update Windows entries in @detailmenu
5348 section.
5349
5350 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
5351
5352 * searching.texi (Regexp Search): Fix typo.
5353
5354 2008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
5355
5356 * searching.texi (Regexp Search): Document GREEDY arg.
5357 (Simple Match Data): Fix return value.
5358
5359 2008-11-01 Eli Zaretskii <eliz@gnu.org>
5360
5361 * nonascii.texi (Text Representations): Rewrite to make consistent
5362 with Emacs 23 internal representation of characters.
5363 Document `unibyte-string'.
5364
5365 2008-10-28 Chong Yidong <cyd@stupidchicken.com>
5366
5367 * processes.texi (Process Information): Note that process-status
5368 does not accept buffer names.
5369
5370 2008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
5371
5372 * positions.texi (Skipping Characters): Correct return value of
5373 skip-chars-forward.
5374
5375 2008-10-25 Martin Rudalics <rudalics@gmx.at>
5376
5377 * windows.texi (Deleting Windows): Update documentation of
5378 delete-windows-on.
5379 (Buffers and Windows): Update documentations of
5380 get-buffer-window and get-buffer-window-list.
5381 (Displaying Buffers): Update documentation of
5382 replace-buffer-in-windows.
5383
5384 * buffers.texi (Current Buffer): Reword set-buffer and
5385 with-current-buffer documentations.
5386 (Creating Buffers): Reword documentation of get-buffer-create.
5387
5388 2008-10-23 Martin Rudalics <rudalics@gmx.at>
5389
5390 * buffers.texi (Current Buffer): Reword documentation of
5391 set-buffer.
5392 (Buffer Names): Reword documentation of buffer-name.
5393 (The Buffer List): For bury-buffer explain what happens with the
5394 buffer's window.
5395 (Creating Buffers): Say that get-buffer-create's arg is called
5396 buffer-or-name.
5397
5398 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
5399
5400 * advice.texi (Computed Advice): Explain what DEFINITION is.
5401
5402 * nonascii.texi (Character Codes): Remove obsolete function
5403 char-valid-p, and document characterp instead.
5404
5405 2008-10-22 Martin Rudalics <rudalics@gmx.at>
5406
5407 * windows.texi (Displaying Buffers): Reword documentation of
5408 pop-to-buffer.
5409 (Choosing Window): Rewrite documentation of display-buffer and
5410 its options.
5411
5412 * buffers.texi (Killing Buffers): Update documentation of
5413 kill-buffer.
5414
5415 2008-10-21 Eli Zaretskii <eliz@gnu.org>
5416
5417 * processes.texi (Serial Ports): Fix wording and improve markup.
5418
5419 * searching.texi (Regexp Search): Document `string-match-p' and
5420 `looking-at-p'.
5421 (POSIX Regexps): Add an xref for "non-greedy".
5422 (Regexp Special): Add @cindex entry for "non-greedy".
5423
5424 * display.texi (Attribute Functions): Document `face-all-attributes'.
5425 (Image Cache) <image-refresh>: Minor wording fixes.
5426
5427 * frames.texi (Color Names): Add an xref to `read-color'.
5428
5429 * minibuf.texi (High-Level Completion): Document `read-color'.
5430
5431 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
5432
5433 * positions.texi (Narrowing): Add an xref to "Swapping Text".
5434
5435 * buffers.texi (Swapping Text): New section, documents
5436 `buffer-swap-text'.
5437
5438 2008-10-21 Martin Rudalics <rudalics@gmx.at>
5439
5440 * windows.texi (Resizing Windows): Minor wording fix.
5441
5442 2008-10-20 Eli Zaretskii <eliz@gnu.org>
5443
5444 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
5445 and `combine-and-quote-strings'.
5446
5447 * strings.texi (Creating Strings): Add xrefs for them.
5448
5449 2008-10-19 Eli Zaretskii <eliz@gnu.org>
5450
5451 * elisp.texi (Top): Make descriptive text for "Reading File Names"
5452 match the corresponding menu in minibuf.texi.
5453
5454 * minibuf.texi (Reading File Names): Document `read-shell-command'
5455 and `minibuffer-local-shell-command-map'.
5456
5457 2008-10-19 Martin Rudalics <rudalics@gmx.at>
5458
5459 * windows.texi (Resizing Windows): Remove var{} around "window" in
5460 documentation of enlarge-window.
5461 Rewrite documentation of window-min-height and window-min-width.
5462
5463 2008-10-19 Eli Zaretskii <eliz@gnu.org>
5464
5465 * functions.texi (Calling Functions): Document `apply-partially'.
5466
5467 * hooks.texi (Standard Hooks): Mention
5468 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
5469
5470 * variables.texi (File Local Variables): Document
5471 `file-local-variables-alist', `before-hack-local-variables-hook'
5472 and `hack-local-variables-hook'.
5473
5474 * processes.texi (Synchronous Processes): Document `process-lines'.
5475
5476 * customize.texi (Variable Definitions):
5477 Document `custom-reevaluate-setting'.
5478
5479 2008-10-18 Martin Rudalics <rudalics@gmx.at>
5480
5481 * windows.texi (Choosing Window, Deleting Windows)
5482 (Displaying Buffers): Expand documentation of dedicated windows.
5483
5484 2008-10-18 Eli Zaretskii <eliz@gnu.org>
5485
5486 * files.texi (Changing Files): Document symbolic input of file
5487 modes to `set-file-modes'. Document `read-file-modes' and
5488 `file-modes-symbolic-to-number'.
5489
5490 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
5491 and `search-map'.
5492
5493 * searching.texi (Search and Replace):
5494 Document `replace-search-function' and `replace-re-search-function'.
5495 Document `multi-query-replace-map'.
5496
5497 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5498 (Completion Commands, Reading File Names):
5499 Rename `minibuffer-local-must-match-filename-map' to
5500 `minibuffer-local-filename-must-match-map'.
5501 (Minibuffer Completion): The `require-match' argument to
5502 `completing-read' can now have the value `confirm-only'.
5503
5504 * windows.texi (Displaying Buffers): Minor wording fix.
5505 (Choosing Window): `split-height-threshold' can now be nil.
5506 Document `split-width-threshold'. `pop-up-frames' can have the
5507 value `graphic-only'.
5508
5509 2008-10-17 Eli Zaretskii <eliz@gnu.org>
5510
5511 * os.texi (Startup Summary): Document `before-init-time' and
5512 `after-init-time'. Document `initial-window-system' and
5513 `window-system-initialization-alist'. Document reading the
5514 abbrevs file. Document the call to `server-start' under --daemon.
5515 Rearrange a bit to be consistent with the code flow.
5516 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
5517 (Time Parsing): Document `format-seconds'.
5518
5519 2008-10-17 Martin Rudalics <rudalics@gmx.at>
5520
5521 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
5522 and reword.
5523
5524 2008-10-16 Eli Zaretskii <eliz@gnu.org>
5525
5526 * markers.texi (The Mark): Document use-region-p.
5527
5528 2008-10-15 Eli Zaretskii <eliz@gnu.org>
5529
5530 * internals.texi (Writing Emacs Primitives): The interactive spec
5531 of a primitive can be a Lisp form.
5532
5533 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
5534 values of transient-mark-mode. Document handle-shift-selection.
5535
5536 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
5537 (Interactive Examples): Show an example of `^'.
5538 (Key Sequence Input): Document this-command-keys-shift-translated.
5539 (Defining Commands, Using Interactive): The interactive-form of a
5540 function can be added via its symbol's property.
5541
5542 * positions.texi (List Motion): beginning-of-defun-function can
5543 now accept an argument.
5544
5545 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
5546 now return a list of strings.
5547
5548 * control.texi (Handling Errors): Document ignore-errors.
5549
5550 * frames.texi (Creating Frames): Document frame-inherited-parameters.
5551 (Parameter Access): Document set-frame-parameter.
5552
5553 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
5554 Hooks" for the effect of kill-all-local-variables on local hook
5555 functions.
5556
5557 * modes.texi (Major Mode Conventions, Mode Line Variables):
5558 `mode-name' need not be a string. xref to "Mode Line Data" for
5559 details, and to "Emulating Mode Line" for computing a string
5560 value.
5561
5562 2008-10-14 Eli Zaretskii <eliz@gnu.org>
5563
5564 * processes.texi (System Processes): New section.
5565 (Processes, Signals to Processes): Add xrefs to it.
5566
5567 * objects.texi (Editing Types): A `process' is a subprocess of
5568 Emacs, not just any process running on the OS.
5569
5570 * elisp.texi (Top): Adjust the @detailmenu for the above two
5571 changes.
5572
5573 * sequences.texi (Char-Tables): Remove documentation of
5574 set-char-table-default, which has no effect since Emacs 23.
5575 <char-table-range, set-char-table-range>: Don't mention generic
5576 characters and charsets. Add a cons cell as a possible argument.
5577
5578 * nonascii.texi (Splitting Characters)
5579 (Translation of Characters): Don't mention generic characters.
5580
5581 * display.texi (Fontsets): Don't mention generic characters.
5582
5583 * sequences.texi (Char-Tables): `map-char-table' can now call its
5584 argument FUNCTION with a cons cell as KEY.
5585
5586 2008-10-13 Eli Zaretskii <eliz@gnu.org>
5587
5588 * objects.texi (Primitive Function Type): Move "@cindex special
5589 forms" from here...
5590
5591 * eval.texi (Special Forms): ...to here.
5592
5593 * functions.texi (What Is a Function): `functionp' returns nil for
5594 special forms. Add an xref.
5595
5596 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
5597 Variables".
5598
5599 * variables.texi (Frame-Local Variables): New section.
5600 (Buffer-Local Variables): Add an xref to it.
5601 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
5602 have both frame-local and buffer-local binding.
5603
5604 * frames.texi (Frames): Mention multiple tty frames.
5605 (Frame Parameters, Parameter Access): Mention frame-local variable
5606 bindings.
5607
5608 2008-09-20 Glenn Morris <rgm@gnu.org>
5609
5610 * display.texi (Defining Faces): Recommend against face variables.
5611
5612 2008-09-16 Juanma Barranquero <lekktu@gmail.com>
5613
5614 * display.texi (Echo Area Customization): Fix typo.
5615
5616 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
5617
5618 * loading.texi (Where Defined): Add `defface' item.
5619
5620 2008-09-06 Martin Rudalics <rudalics@gmx.at>
5621
5622 * loading.texi (Where Defined): Fix description of symbol-file.
5623
5624 2008-08-26 Jason Rumney <jasonr@gnu.org>
5625
5626 * display.texi (TIFF Images): New section describing :index property.
5627
5628 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
5629
5630 * display.texi (Temporary Displays): Remove unnecessary comment
5631 about usage of temp-buffer-show-hook.
5632
5633 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
5634
5635 * symbols.texi (Other Plists): Fix incorrect example.
5636 Suggested by Florian Beck.
5637
5638 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
5639
5640 * os.texi: Fix previous change.
5641
5642 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5643
5644 * os.texi:
5645 * intro.texi:
5646 * files.texi: Remove VMS support.
5647
5648 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5649
5650 * os.texi:
5651 * frames.texi:
5652 * display.texi: Remove mentions of Mac Carbon.
5653
5654 2008-07-01 Miles Bader <miles@gnu.org>
5655
5656 * text.texi (Special Properties):
5657 * display.texi (Truncation): Add wrap-prefix and line-prefix.
5658
5659 2008-06-28 Johan Bockgård <bojohan@gnu.org>
5660
5661 * display.texi (Other Image Types): Fix copy/paste error; say
5662 "PBM", not "XBM".
5663
5664 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
5665
5666 * os.texi: Remove references to obsolete systems.
5667
5668 2008-06-20 Eli Zaretskii <eliz@gnu.org>
5669
5670 * makefile.w32-in (distclean): Remove makefile.
5671
5672 2008-06-17 Glenn Morris <rgm@gnu.org>
5673
5674 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
5675 (elisp, dist): Remove rules and variables that are obsolete now
5676 the lisp manual is no longer distributed separately.
5677
5678 2008-06-16 Glenn Morris <rgm@gnu.org>
5679
5680 * configure, configure.in, mkinstalldirs: Remove unused files.
5681
5682 * book-spine.texinfo: Set version to 23.0.60.
5683 * vol1.texi (EMACSVER):
5684 * vol2.texi (EMACSVER): Set to 23.0.60.
5685
5686 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
5687 as per maintain.info.
5688
5689 2008-06-15 Glenn Morris <rgm@gnu.org>
5690
5691 * makefile.w32-in (manual): Use "23" rather than "21".
5692
5693 * Makefile.in (emacsver): New, set by configure.
5694 (manual): Use emacsver.
5695
5696 * intro.texi: Report bugs using M-x report-emacs-bug.
5697
5698 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
5699
5700 2008-06-13 Daniel Engeler <engeler@gmail.com>
5701
5702 * elisp.texi, internals.texi, processes.texi: Add documentation
5703 about serial port access.
5704
5705 2008-06-05 Miles Bader <miles@gnu.org>
5706
5707 * display.texi (Displaying Faces): Update to reflect function
5708 renamings in face-remap.el.
5709
5710 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
5711
5712 * display.texi (Fontsets): Fix typos.
5713
5714 2008-06-03 Miles Bader <miles@gnu.org>
5715
5716 * display.texi (Displaying Faces): Add add-relative-face-remapping,
5717 remove-relative-face-remapping, set-base-face-remapping,
5718 and set-default-base-face-remapping.
5719
5720 2008-06-01 Miles Bader <miles@gnu.org>
5721
5722 * display.texi (Displaying Faces): Add face-remapping-alist.
5723
5724 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5725
5726 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
5727 variable names.
5728
5729 2008-05-03 Eric S. Raymond <esr@golux>
5730
5731 * keymaps.texi: Clarify that (current-local-map) and
5732 (current-global-map) return references, not copies.
5733
5734 2008-05-02 Juri Linkov <juri@jurta.org>
5735
5736 * minibuf.texi (Text from Minibuffer): Document a list of
5737 default values for `read-from-minibuffer'.
5738
5739 2008-04-24 Juanma Barranquero <lekktu@gmail.com>
5740
5741 * nonascii.texi (Translation of Characters): Fix previous change.
5742
5743 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
5744
5745 * display.texi (Overlay Properties): Clarify role of underlying
5746 textprop and overlay keymaps for display strings.
5747
5748 * keymaps.texi (Active Keymaps): Ditto.
5749
5750 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5751
5752 * minibuf.texi (Programmed Completion):
5753 Replace dynamic-completion-table with the new completion-table-dynamic.
5754
5755 2008-04-07 Chong Yidong <cyd@stupidchicken.com>
5756
5757 * intro.texi (Some Terms): Change "fonts in this manual" index
5758 entry to "typographic conventions".
5759
5760 2008-04-05 Eli Zaretskii <eliz@gnu.org>
5761
5762 * objects.texi (Text Props and Strings): Add indexing for read
5763 syntax of text properties.
5764
5765 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
5766
5767 * processes.texi (Decoding Output): Remove process-filter-multibyte
5768 functions.
5769
5770 2008-03-15 Martin Rudalics <rudalics@gmx.at>
5771
5772 * display.texi (Finding Overlays): Say that empty overlays at
5773 the end of the buffer are reported too.
5774
5775 2008-03-13 Glenn Morris <rgm@gnu.org>
5776
5777 * elisp.texi (EMACSVER): Set to 23.0.60.
5778
5779 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
5780
5781 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
5782
5783 2008-02-22 Glenn Morris <rgm@gnu.org>
5784
5785 * frames.texi (Position Parameters): Clarify the description of
5786 `left' and `top', using information from "Geometry".
5787 (Geometry): Give a pointer to "Position Parameters", rather than
5788 repeating information.
5789
5790 2008-02-11 Glenn Morris <rgm@gnu.org>
5791
5792 * objects.texi (Equality Predicates): No longer talk about "two"
5793 functions.
5794
5795 2008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
5796
5797 * objects.texi (Equality Predicates): Add defun for
5798 equal-including-properties.
5799
5800 2008-02-10 Glenn Morris <rgm@gnu.org>
5801
5802 * objects.texi (Equality Predicates):
5803 Mention equal-including-properties.
5804
5805 2008-02-07 Richard Stallman <rms@gnu.org>
5806
5807 * windows.texi (Window Start): Mention the feature of moving
5808 window-start to start of line.
5809
5810 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
5811
5812 * keymaps.texi (Tool Bar): Document rtl property.
5813
5814 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
5815
5816 * display.texi (Button Types):
5817 For define-button-type, clarify type of NAME.
5818
5819 2008-01-19 Martin Rudalics <rudalics@gmx.at>
5820
5821 * buffers.texi (Buffer Modification): Fix typo.
5822
5823 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
5824
5825 * os.texi (System Environment): Remove references to OSes that are
5826 not supported anymore.
5827
5828 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5829
5830 * os.texi (System Environment): Remove mention for Masscomp.
5831
5832 2008-01-04 Richard Stallman <rms@gnu.org>
5833
5834 * display.texi (Faces): Don't talk about internal face vector as arg
5835 to facep.
5836
5837 * customize.texi (Type Keywords): Fix previous change.
5838
5839 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
5840 * elisp.texi (Top): Fix menu for commands.texi change.
5841
5842 2007-12-30 Richard Stallman <rms@gnu.org>
5843
5844 * commands.texi (Accessing Mouse): Rename from Accessing Events.
5845 (Accessing Scroll): New node broken out of Accessing Mouse.
5846
5847 2007-12-28 Richard Stallman <rms@gnu.org>
5848
5849 * frames.texi (Size Parameters): Fix typo.
5850 (Basic Parameters): For `title', refer to title bar.
5851 (Size and Position): Explain meaning of frame pixel width and height.
5852
5853 2007-12-23 Richard Stallman <rms@gnu.org>
5854
5855 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
5856 Improve some of the commented-out keywords' text too.
5857
5858 2007-12-14 Martin Rudalics <rudalics@gmx.at>
5859
5860 * nonascii.texi (Encoding and I/O): Reword to avoid saying
5861 "visit the current buffer".
5862
5863 * os.texi (System Interface): Fix typo.
5864
5865 2007-12-04 Richard Stallman <rms@gnu.org>
5866
5867 * objects.texi (Symbol Type): Fix typo.
5868
5869 2007-12-03 Richard Stallman <rms@gnu.org>
5870
5871 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
5872
5873 2007-12-01 Glenn Morris <rgm@gnu.org>
5874
5875 * functions.texi (Declaring Functions): Improve previous change.
5876
5877 2007-11-30 Glenn Morris <rgm@gnu.org>
5878
5879 * functions.texi (Declaring Functions): Add optional fourth
5880 argument of declare-function, and setting third argument to `t'.
5881
5882 2007-11-29 Richard Stallman <rms@gnu.org>
5883
5884 * customize.texi (Composite Types): Document `group' type.
5885
5886 2007-11-29 Glenn Morris <rgm@gnu.org>
5887
5888 * functions.texi (Declaring Functions): Add findex.
5889 Mention `external' files.
5890
5891 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
5892
5893 * functions.texi (Declaring Functions): Fix directive.
5894
5895 2007-11-25 Richard Stallman <rms@gnu.org>
5896
5897 * help.texi (Help Functions): Clean up last change.
5898
5899 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
5900
5901 * loading.texi (Named Features): Minor cleanup.
5902
5903 * macros.texi (Eval During Expansion): Minor cleanup.
5904
5905 * variables.texi (Variable Aliases): Minor cleanup.
5906
5907 2007-11-24 Richard Stallman <rms@gnu.org>
5908
5909 * functions.texi (Declaring Functions): Clarify previous change.
5910
5911 * compile.texi (Compiler Errors): Clarify previous change.
5912
5913 2007-11-24 Richard Stallman <rms@gnu.org>
5914
5915 * display.texi (Refresh Screen, Forcing Redisplay):
5916 Clarify the text and move items around.
5917
5918 2007-11-24 Glenn Morris <rgm@gnu.org>
5919
5920 * functions.texi (Declaring Functions): New section.
5921 * compile.texi (Compiler Errors): Mention declaring functions,
5922 defvar with no initvalue, and byte-compile-warnings.
5923
5924 2007-11-15 Martin Rudalics <rudalics@gmx.at>
5925
5926 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
5927 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
5928
5929 2007-11-13 Martin Rudalics <rudalics@gmx.at>
5930
5931 * help.texi (Help Functions): Document new macro `with-help-window'.
5932
5933 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
5934
5935 * searching.texi (Replacing Match): Describe new
5936 `match-substitute-replacement'.
5937
5938 2007-10-31 Richard Stallman <rms@gnu.org>
5939
5940 * strings.texi (Creating Strings): Null strings from concat not unique.
5941
5942 2007-10-26 Richard Stallman <rms@gnu.org>
5943
5944 * objects.texi (Equality Predicates): Null strings are uniquified.
5945
5946 * minibuf.texi: Minor clarifications in previous change.
5947
5948 2007-10-25 Glenn Morris <rgm@gnu.org>
5949
5950 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
5951
5952 2007-10-24 Richard Stallman <rms@gnu.org>
5953
5954 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
5955
5956 * variables.texi (Frame-Local Variables): Node deleted.
5957 (Variables): Delete Frame-Local Variables from menu.
5958 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
5959 (Default Value): Don't mention frame-local vars.
5960
5961 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
5962
5963 * loading.texi (Unloading): Document FEATURE-unload-function
5964 instead of FEATURE-unload-hook.
5965
5966 * frames.texi (Multiple Displays): Don't mention frame-local vars.
5967
5968 2007-10-22 Juri Linkov <juri@jurta.org>
5969
5970 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
5971 (High-Level Completion): Document a list of default value strings
5972 in the DEFAULT argument, for which minibuffer functions return the
5973 first element.
5974
5975 2007-10-17 Juri Linkov <juri@jurta.org>
5976
5977 * text.texi (Filling): Update arguments of fill-paragraph.
5978 fill-paragraph operates on the active region in Transient Mark mode.
5979 Remove fill-paragraph-or-region.
5980
5981 2007-10-13 Karl Berry <karl@gnu.org>
5982
5983 * elisp.texi (@dircategory): Move to after @copying,
5984 since we want @copying as close as possible to the beginning of
5985 the output.
5986
5987 2007-10-12 Richard Stallman <rms@gnu.org>
5988
5989 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
5990
5991 * commands.texi (Distinguish Interactive): New node,
5992 broken out from Interactive Call and rewritten.
5993 (Command Loop): Put Distinguish Interactive in menu.
5994
5995 2007-10-09 Richard Stallman <rms@gnu.org>
5996
5997 * text.texi (Examining Properties): Mention overlay priority.
5998
5999 * display.texi (Display Margins): Correct the description
6000 of margin display specifications.
6001 (Replacing Specs): New subnode broken out of Display Property.
6002
6003 2007-10-06 Juri Linkov <juri@jurta.org>
6004
6005 * text.texi (Filling): Document fill-paragraph-or-region.
6006
6007 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
6008
6009 * display.texi (Auto Faces): Fix typo.
6010
6011 2007-10-02 Richard Stallman <rms@gnu.org>
6012
6013 * display.texi (Display Property): Explain some display specs
6014 don't let you move point in.
6015
6016 * frames.texi (Cursor Parameters):
6017 Describe cursor-in-non-selected-windows here. Explain more values.
6018
6019 * windows.texi (Basic Windows): Don't describe
6020 cursor-in-non-selected-windows here.
6021
6022 2007-10-01 Eli Zaretskii <eliz@gnu.org>
6023
6024 * processes.texi (Misc Network): Note that these functions are
6025 supported only on some systems.
6026
6027 2007-10-01 Richard Stallman <rms@gnu.org>
6028
6029 * display.texi (Overlay Properties): Explain nil as priority.
6030 Explain that conflicts are unpredictable if not resolved by
6031 priorities.
6032
6033 2007-09-23 Richard Stallman <rms@gnu.org>
6034
6035 * macros.texi (Backquote): Minor clarification.
6036
6037 2007-09-19 Richard Stallman <rms@gnu.org>
6038
6039 * display.texi (Display Property): Explain multiple display specs.
6040 Clarify when they work in parallel and when one overrides.
6041 Fix error in example.
6042
6043 2007-09-06 Glenn Morris <rgm@gnu.org>
6044
6045 Move from lispref/ to doc/lispref/. Change all setfilename
6046 commands to use ../../info.
6047 * Makefile.in (infodir): Go up one more level.
6048 (usermanualdir): Change from ../man to ../emacs.
6049 (miscmanualdir): New.
6050 (dist): Use new variable miscmanualdir.
6051 * makefile.w32-in (infodir, texinputdir): Go up one more level.
6052 (usermanualdir): Change from ../man to ../emacs.
6053
6054 2007-08-30 Martin Rudalics <rudalics@gmx.at>
6055
6056 * commands.texi (Command Loop Info): Advise against changing
6057 most variables described here. Explain new variable
6058 last-repeatable-command.
6059
6060 2007-08-29 Glenn Morris <rgm@gnu.org>
6061
6062 * elisp.texi (EMACSVER): Increase to 23.0.50.
6063
6064 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
6065
6066 * frames.texi (Basic Parameters): Add display-environment-variable
6067 and term-environment-variable.
6068
6069 2007-08-28 Juri Linkov <juri@jurta.org>
6070
6071 * display.texi (Image Formats, Other Image Types): Add SVG.
6072
6073 2007-08-28 Juri Linkov <juri@jurta.org>
6074
6075 * display.texi (Images): Move formats-related text to new node
6076 "Image Formats".
6077 (Image Formats): New node.
6078
6079 2007-08-27 Richard Stallman <rms@gnu.org>
6080
6081 * windows.texi (Window Configurations): Clarify what
6082 a window configuration saves.
6083
6084 2007-08-25 Richard Stallman <rms@gnu.org>
6085
6086 * display.texi (Images): Delete redundant @findex.
6087
6088 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
6089
6090 * text.texi (Change Hooks): (after|before)-change-functions are no
6091 longer bound to nil while running; rather inhibit-modification-hooks
6092 is t.
6093
6094 2007-08-16 Richard Stallman <rms@gnu.org>
6095
6096 * processes.texi (Asynchronous Processes):
6097 Clarify doc of start-file-process.
6098
6099 2007-08-08 Martin Rudalics <rudalics@gmx.at>
6100
6101 * modes.texi (Example Major Modes): Fix typo.
6102
6103 2007-08-08 Glenn Morris <rgm@gnu.org>
6104
6105 * intro.texi (nil and t): Do not use `iff' in documentation.
6106
6107 * tips.texi (Documentation Tips): Recommend against `iff'.
6108
6109 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
6110
6111 * display.texi (Image Cache): Document image-refresh.
6112
6113 2007-08-06 Martin Rudalics <rudalics@gmx.at>
6114
6115 * windows.texi (Size of Window): Document window-full-width-p.
6116
6117 2007-07-25 Glenn Morris <rgm@gnu.org>
6118
6119 * gpl.texi (GPL): Replace license with GPLv3.
6120
6121 * Relicense all FSF files to GPLv3 or later.
6122
6123 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
6124
6125 * processes.texi (Synchronous Processes):
6126 Add `process-file-shell-command'.
6127 (Asynchronous Processes): Mention restricted use of
6128 `process-filter' and `process-sentinel' in
6129 `start-file-process'. Add `start-file-process-shell-command'.
6130
6131 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
6132
6133 * files.texi (Magic File Names): Introduce optional parameter
6134 IDENTIFICATION for `file-remote-p'.
6135
6136 2007-07-16 Richard Stallman <rms@gnu.org>
6137
6138 * display.texi (Defining Faces): Fix previous change.
6139
6140 2007-07-14 Richard Stallman <rms@gnu.org>
6141
6142 * control.texi (Handling Errors): Document `debug' in handler list.
6143
6144 2007-07-10 Richard Stallman <rms@gnu.org>
6145
6146 * display.texi (Defining Faces): Explain C-M-x feature for defface.
6147
6148 2007-07-09 Richard Stallman <rms@gnu.org>
6149
6150 * files.texi (Magic File Names): Rewrite previous change.
6151
6152 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
6153
6154 * files.texi (Magic File Names): Introduce optional parameter
6155 CONNECTED for `file-remote-p'.
6156
6157 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
6158
6159 * processes.texi (Asynchronous Processes):
6160 * files.texi (Magic File Names): Add `start-file-process'.
6161
6162 2007-06-27 Richard Stallman <rms@gnu.org>
6163
6164 * files.texi (Format Conversion Piecemeal):
6165 Clarify `after-insert-file-functions' calling convention.
6166
6167 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
6168
6169 * files.texi (Magic File Names): Remove `dired-call-process'.
6170 Add `process-file'.
6171
6172 2007-06-27 Kenichi Handa <handa@m17n.org>
6173
6174 * text.texi (Special Properties): Fix description about
6175 `composition' property.
6176
6177 2007-06-26 Kenichi Handa <handa@m17n.org>
6178
6179 * nonascii.texi (Default Coding Systems): Document about the
6180 return value `undecided'.
6181
6182 2007-06-25 David Kastrup <dak@gnu.org>
6183
6184 * keymaps.texi (Active Keymaps): Document new POSITION argument of
6185 `current-active-maps'.
6186
6187 2007-06-24 Karl Berry <karl@gnu.org>
6188
6189 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
6190
6191 2007-06-15 Juanma Barranquero <lekktu@gmail.com>
6192
6193 * display.texi (Overlay Arrow): Doc fix.
6194
6195 2007-06-14 Karl Berry <karl@tug.org>
6196
6197 * anti.texi (Antinews): Typo.
6198
6199 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
6200
6201 * display.texi (Image Cache): Document image-refresh.
6202
6203 2007-06-12 Karl Berry <karl@gnu.org>
6204
6205 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
6206 * two-volume.make: New file.
6207 * .cvsignore: Ignore two-volume files.
6208
6209 2007-06-12 Tom Tromey <tromey@redhat.com>
6210
6211 * os.texi (Init File): Document user-emacs-directory.
6212
6213 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
6214
6215 * commands.texi (Click Events): Describe width and height when
6216 object is nil.
6217
6218 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
6219
6220 * commands.texi (Click Events): Layout more logically.
6221 Describe width and height.
6222 (Drag Events, Motion Events): Update to new format for position.
6223
6224 2007-06-02 Richard Stallman <rms@gnu.org>
6225
6226 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
6227
6228 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
6229
6230 * Version 22.1 released.
6231
6232 2007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6233
6234 * text.texi (Special Properties): Correct meaning of fontified face.
6235
6236 2007-05-30 Richard Stallman <rms@gnu.org>
6237
6238 * text.texi (Special Properties): Add link to Adjusting Point.
6239
6240 2007-05-12 Richard Stallman <rms@gnu.org>
6241
6242 * text.texi (Margins): indent-to-left-margin is not the default.
6243 (Mode-Specific Indent): For indent-line-function, the default
6244 is indent-relative.
6245
6246 * modes.texi (Example Major Modes): Explain last line of text-mode
6247 is redundant.
6248
6249 2007-05-10 Richard Stallman <rms@gnu.org>
6250
6251 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
6252
6253 * help.texi (Keys in Documentation): Add reference to
6254 Documentation Tips.
6255
6256 * files.texi (Format Conversion): TO-FN gets three arguments.
6257
6258 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
6259
6260 2007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
6261
6262 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
6263 * files.texi (Format Conversion): Expand intro; add menu.
6264 (Format Conversion Overview, Format Conversion Round-Trip)
6265 (Format Conversion Piecemeal): New nodes/subsections.
6266 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
6267 * text.texi (Text Properties): Remove "Saving Properties" from menu.
6268 (Saving Properties): Delete node/subsection.
6269
6270 2007-05-07 Karl Berry <karl@gnu.org>
6271
6272 * elisp.texi (EMACSVER): Back to 22.
6273
6274 2007-05-06 Richard Stallman <rms@gnu.org>
6275
6276 * processes.texi (Accepting Output): Revert most of previous change.
6277
6278 2007-05-05 Richard Stallman <rms@gnu.org>
6279
6280 * processes.texi (Accepting Output): accept-process-output
6281 uses microseconds, not milliseconds. But that arg is obsolete.
6282
6283 2007-05-04 Karl Berry <karl@tug.org>
6284
6285 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
6286
6287 2007-05-04 Eli Zaretskii <eliz@gnu.org>
6288
6289 * tips.texi (Documentation Tips): Rearrange items to place the
6290 more important ones first. Add an index entry for hyperlinks.
6291
6292 2007-05-03 Karl Berry <karl@gnu.org>
6293
6294 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
6295 (EMACSVER) [smallbook]: 22 for printed version.
6296
6297 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
6298 so restore anchor to normal position after defun. Found by Kevin Ryde.
6299
6300 2007-04-26 Glenn Morris <rgm@gnu.org>
6301
6302 * elisp.texi (EMACSVER): Increase to 22.1.50.
6303
6304 2007-04-28 Karl Berry <karl@gnu.org>
6305
6306 * elisp.texi: Improve line breaks on copyright page,
6307 similar layout to emacs manual, 8.5x11 by default.
6308
6309 2007-04-24 Richard Stallman <rms@gnu.org>
6310
6311 * text.texi (Special Properties): Add xref to Overlay Properties.
6312
6313 * display.texi (Overlay Properties): Add xref to Special Properties.
6314
6315 2007-04-22 Richard Stallman <rms@gnu.org>
6316
6317 * keymaps.texi (Extended Menu Items): Move the info about
6318 format with cached keyboard binding.
6319
6320 2007-04-21 Richard Stallman <rms@gnu.org>
6321
6322 * text.texi (Special Properties): Clarify previous change.
6323
6324 * files.texi (File Name Expansion): Clarify previous change.
6325
6326 * display.texi (Attribute Functions): Fix example for
6327 face-attribute-relative-p.
6328
6329 2007-04-19 Kenichi Handa <handa@m17n.org>
6330
6331 * text.texi (Special Properties): Document composition property.
6332
6333 2007-04-19 Glenn Morris <rgm@gnu.org>
6334
6335 * files.texi (File Name Expansion): Mention "superroot".
6336
6337 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
6338
6339 * frames.texi (Multiple Displays): Add note about "multi-monitor"
6340 setups.
6341 (Display Feature Testing): Note that display refers to all
6342 physical monitors for multi-monitor setups.
6343
6344 2007-04-14 Richard Stallman <rms@gnu.org>
6345
6346 * lists.texi (Sets And Lists): Clarify `delete' examples.
6347 Remove spurious xref to same node.
6348 Clarify xref for add-to-list.
6349
6350 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
6351
6352 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
6353 value of lisp-mode-map.
6354
6355 2007-04-11 Karl Berry <karl@gnu.org>
6356
6357 * anti.texi (Antinews):
6358 * display.texi (Overlay Properties, Defining Images):
6359 * processes.texi (Synchronous Processes, Sentinels):
6360 * syntax.texi (Syntax Table Internals):
6361 * searching.texi (Regexp Special):
6362 * nonascii.texi (Default Coding Systems):
6363 * text.texi (Special Properties):
6364 * minibuf.texi (Basic Completion): Wording to improve breaks in
6365 8.5x11 format.
6366 * elisp.texi (smallbook): New @set to more easily switch between
6367 smallbook and 8.5x11.
6368
6369 2007-04-11 Richard Stallman <rms@gnu.org>
6370
6371 * text.texi (Lazy Properties): Minor fix.
6372
6373 2007-04-08 Karl Berry <karl@gnu.org>
6374
6375 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
6376 * macros.texi (Backquote): Downcase Backquote in index entries for
6377 consistency.
6378
6379 2007-04-08 Richard Stallman <rms@gnu.org>
6380
6381 * text.texi (Adaptive Fill): Just describe default,
6382 don't show it (since it contains non-ASCII chars).
6383
6384 2007-04-07 Karl Berry <karl@gnu.org>
6385
6386 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
6387 adaptive-fill-regexp's value, since they are not in the standard
6388 TeX fonts.
6389
6390 2007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
6391
6392 * display.texi (Defining Faces): Fix example.
6393
6394 2007-04-07 Karl Berry <karl@gnu.org>
6395
6396 * display.texi (Button Buffer Commands): Improve page break.
6397
6398 2007-04-07 Richard Stallman <rms@gnu.org>
6399
6400 * advice.texi (Activation of Advice): Remove redundant index entry.
6401
6402 * backups.texi: Improve index entries. Remove redundant ones.
6403
6404 * compile.texi (Byte Compilation): Improve index entry.
6405
6406 * hash.texi (Creating Hash): Improve index entry.
6407
6408 * symbols.texi (Definitions): Improve index entry.
6409
6410 * edebug.texi: Improve index entries. Remove redundant/useless ones.
6411
6412 * maps.texi (Standard Keymaps): Remove useless index entry.
6413
6414 * help.texi (Documentation Basics): Remove redundant index entries.
6415
6416 * customize.texi: Improve index entries.
6417 Remove redundant/useless ones.
6418
6419 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
6420
6421 * streams.texi (Output Variables): Improve index entry.
6422
6423 * abbrevs.texi (Abbrevs): Remove useless index entry.
6424
6425 * macros.texi (Expansion): Remove useless index entry.
6426
6427 * text.texi: Improve index entries. Remove redundant/useless ones.
6428 (Text Properties, Examining Properties)
6429 (Special Properties): Use "property category" instead of "category"
6430 to refer to the `category' property.
6431
6432 * positions.texi: Improve index entries. Remove useless one.
6433
6434 * lists.texi: Improve index entries. Remove redundant/useless ones.
6435
6436 * os.texi: Improve index entries.
6437 (Timers): Fix previous change.
6438
6439 * buffers.texi: Improve index entries.
6440 (Modification Time): Get rid of term "obsolete buffer".
6441
6442 * debugging.texi: Improve index entries.
6443 (Test Coverage): Add xref to other test coverage ftr.
6444
6445 * eval.texi: Improve index entry. Remove redundant ones.
6446
6447 * numbers.texi: Improve index entries. Remove redundant/useless ones.
6448
6449 * files.texi: Improve index entries. Remove redundant/useless ones.
6450
6451 * objects.texi: Improve index entries.
6452
6453 * processes.texi: Improve index entries.
6454
6455 * modes.texi: Improve index entry. Remove redundant one.
6456
6457 * nonascii.texi: Improve index entries.
6458
6459 * internals.texi: Improve index entries.
6460
6461 * syntax.texi: Improve index entries.
6462
6463 * keymaps.texi (Active Keymaps): Improve index entries.
6464
6465 * commands.texi: Improve index entries. Remove redundant/useless ones.
6466
6467 * frames.texi: Improve index entries. Remove redundant/useless ones.
6468
6469 * markers.texi: Improve index entries. Remove redundant ones.
6470
6471 * tips.texi: Improve index entries.
6472
6473 * loading.texi (Unloading): Improve index entry.
6474
6475 * variables.texi: Improve index entries. Remove redundant one.
6476
6477 * sequences.texi: Improve index entry.
6478
6479 * display.texi: Improve index entries. Remove redundant ones.
6480
6481 * windows.texi: Improve index entries.
6482
6483 * searching.texi: Improve index entries. Remove redundant one.
6484
6485 * strings.texi (Case Tables): Improve last change.
6486
6487 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
6488
6489 * strings.texi (Case Tables): Document with-case-table and
6490 ascii-case-table.
6491
6492 2007-04-03 Karl Berry <karl@gnu.org>
6493
6494 * processes.texi (Network): Reword to improve page break.
6495
6496 2007-04-03 Eli Zaretskii <eliz@gnu.org>
6497
6498 * functions.texi (Inline Functions): Describe more disadvantages
6499 of defsubst, and make advice against it stronger.
6500
6501 2007-04-02 Karl Berry <karl@gnu.org>
6502
6503 * backups.texi (Backup Names): Avoid widow words.
6504 * modes.texi (Example Major Modes): Align last comment.
6505
6506 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
6507
6508 * keymaps.texi (Remapping Commands): Document new arg to
6509 command-remapping.
6510
6511 2007-04-01 Karl Berry <karl@gnu.org>
6512
6513 * processes.texi (Low-Level Network): Typo.
6514 * loading.texi (Hooks for Loading): Avoid double "the".
6515 * keymaps.texi (Key Sequences): No double "and".
6516 (Changing Key Bindings): Shorten to improve line break.
6517
6518 2007-03-31 Glenn Morris <rgm@gnu.org>
6519
6520 * os.texi (Timers): Fix description of run-at-time TIME formats.
6521
6522 2007-03-31 Richard Stallman <rms@gnu.org>
6523
6524 * display.texi (Invisible Text): Correct buffer-invisibility-spec
6525 regarding ellipsis.
6526
6527 2007-03-31 Eli Zaretskii <eliz@gnu.org>
6528
6529 * intro.texi (nil and t):
6530 * symbols.texi (Plists and Alists):
6531 * variables.texi (Variable Aliases, Constant Variables):
6532 * functions.texi (Defining Functions):
6533 * advice.texi (Advising Primitives):
6534 * debugging.texi (Syntax Errors, Compilation Errors):
6535 * minibuf.texi (Minibuffer Windows):
6536 * commands.texi (Adjusting Point):
6537 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
6538 (Auto Major Mode, Major Mode Conventions):
6539 * help.texi (Describing Characters):
6540 * files.texi (Create/Delete Dirs, Information about Files)
6541 (File Locks, Writing to Files, Reading from Files)
6542 (Saving Buffers):
6543 * windows.texi (Resizing Windows, Cyclic Window Ordering):
6544 * frames.texi (Finding All Frames):
6545 * positions.texi (Buffer End, Motion):
6546 * markers.texi (The Region):
6547 * text.texi (Deletion, Near Point):
6548 * display.texi (Displaying Messages, Truncation):
6549 * os.texi (Processor Run Time):
6550 * tips.texi (Key Binding Conventions, Programming Tips)
6551 (Warning Tips, Documentation Tips, Comment Tips):
6552 * internals.texi (Memory Usage): Improve indexing.
6553
6554 * variables.texi (Frame-Local Variables):
6555 * functions.texi (Argument List):
6556 * loading.texi (Library Search):
6557 * streams.texi (Output Variables):
6558 * keymaps.texi (Translation Keymaps, Searching Keymaps):
6559 * searching.texi (Replacing Match, Search and Replace):
6560 * processes.texi (Byte Packing, Decoding Output)
6561 (Accepting Output, Network Servers, Shell Arguments):
6562 * display.texi (Abstract Display, Image Cache, Scroll Bars):
6563 * windows.texi (Window Point, Window Start):
6564 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
6565 * commands.texi (Reading Input, Keyboard Events):
6566 * minibuf.texi (Reading File Names, Minibuffer Completion)
6567 (Recursive Mini):
6568 * positions.texi (List Motion):
6569 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
6570 * numbers.texi (Arithmetic Operations, Math Functions)
6571 (Predicates on Numbers, Comparison of Numbers):
6572 (Numeric Conversions):
6573 * locals.texi (Standard Buffer-Local Variables):
6574 * maps.texi (Standard Keymaps):
6575 * os.texi (User Identification, System Environment, Recording Input)
6576 (X11 Keysyms):
6577 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
6578 * backups.texi (Backups and Auto-Saving):
6579 * customize.texi (Customization, Group Definitions)
6580 (Variable Definitions):
6581 * compile.texi (Byte Compilation): Improve index entries.
6582
6583 2007-03-31 Karl Berry <karl@gnu.org>
6584
6585 * macros.texi (Defining Macros): Avoid widow syllable.
6586
6587 2007-03-31 Eli Zaretskii <eliz@gnu.org>
6588
6589 * elisp.texi (Top): Postscript -> PostScript.
6590
6591 * display.texi (Images, Postscript Images): Postscript -> PostScript.
6592
6593 2007-03-31 Markus Triska <markus.triska@gmx.at>
6594
6595 * internals.texi (Writing Emacs Primitives): Untabify `For'.
6596
6597 2007-03-30 Karl Berry <karl@gnu.org>
6598
6599 * lists.texi (List-related Predicates): Remove spurious @need.
6600 (Setcdr): Use @smallexample to improve page break.
6601 (Association Lists) <assoc>: Reword to improve page break.
6602
6603 * strings.texi (String Conversion): Insert blank line to improve
6604 page break.
6605
6606 * numbers.texi (Random Numbers): Use @minus{}.
6607 (Math Functions): Use @minus{}.
6608
6609 * intro.texi (Acknowledgements): Avoid line breaks before middle
6610 initials.
6611
6612 2007-03-24 Eli Zaretskii <eliz@gnu.org>
6613
6614 * errors.texi (Standard Errors): Add an index entry.
6615
6616 2007-03-19 Richard Stallman <rms@gnu.org>
6617
6618 * os.texi (Recording Input): recent-keys now gives 300 keys.
6619
6620 2007-03-12 Glenn Morris <rgm@gnu.org>
6621
6622 * os.texi: Replace "daylight savings" with "daylight saving"
6623 throughout.
6624
6625 2007-03-05 Richard Stallman <rms@gnu.org>
6626
6627 * variables.texi (File Local Variables):
6628 Update enable-local-variables values.
6629
6630 2007-03-04 Richard Stallman <rms@gnu.org>
6631
6632 * syntax.texi (Control Parsing): Minor clarification.
6633
6634 * strings.texi (Formatting Strings): Clarify width, precision, flags.
6635
6636 * sequences.texi (Sequence Functions): Move string-bytes away,
6637 add xref.
6638
6639 * nonascii.texi (Text Representations): Move string-bytes here.
6640
6641 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
6642
6643 * minibuf.texi (Basic Completion): Minor clarification.
6644
6645 * markers.texi (The Mark): Clarify existence vs activation of mark.
6646 Other cleanup.
6647
6648 * display.texi (Finding Overlays): Write better example.
6649
6650 * compile.texi (Eval During Compile): Clarify putting macros
6651 in eval-when-compile.
6652
6653 2007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
6654
6655 * loading.texi (How Programs Do Loading): Fix anchor position at
6656 load-read-function definition doc.
6657
6658 2007-02-21 Kim F. Storm <storm@cua.dk>
6659
6660 * strings.texi (Text Comparison): Mention that assoc-string
6661 converts symbols to strings before testing.
6662
6663 2007-02-17 Kim F. Storm <storm@cua.dk>
6664
6665 * processes.texi (Bindat Spec): Vector types can have optional
6666 element type.
6667 (Bindat Examples): Fix example. Add vector with element type.
6668
6669 2007-02-16 Andreas Schwab <schwab@suse.de>
6670
6671 * strings.texi (Formatting Strings): Document '+' flag.
6672
6673 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
6674
6675 * strings.texi (Modifying Strings): Clarify that `clear-string'
6676 always converts the string to unibyte.
6677
6678 2007-02-14 Kim F. Storm <storm@cua.dk>
6679
6680 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
6681 Rewrite glyph code description to refer to these functions.
6682 Remove details of encoding face number and char into integer code.
6683
6684 2007-02-03 Alan Mackenzie <acm@muc.de>
6685
6686 * loading.texi (Hooks for Loading): Make the description of
6687 `eval-after-load' more detailed, and amend the description of
6688 after-load-alist, in accordance with changes from 2006-05.
6689
6690 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
6691
6692 * modes.texi (Defining Minor Modes): Document that a :require
6693 keyword or similar may be required to make saved customization
6694 variables work.
6695
6696 2007-02-03 Eli Zaretskii <eliz@gnu.org>
6697
6698 * elisp.texi (Top): Make the detailed menu headers compliant with
6699 Texinfo guidelines and with what texnfo-upd.el expects.
6700 Add comments to prevent people from inadvertently modifying the key
6701 parts needed by `texinfo-multiple-files-update'.
6702
6703 2007-02-02 Eli Zaretskii <eliz@gnu.org>
6704
6705 * elisp.texi (Top): Update the top-level menus.
6706
6707 * syntax.texi (Categories): Add index entries.
6708
6709 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
6710
6711 * display.texi (Attribute Functions): Fix name and description of
6712 the UNDERLINE arg of `set-face-underline-p'.
6713
6714 2007-01-29 Eli Zaretskii <eliz@gnu.org>
6715
6716 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
6717 Variables", and "Standard Keymaps" to the detailed menu.
6718
6719 * variables.texi (Future Local Variables): Add index entry.
6720
6721 2007-01-28 Richard Stallman <rms@gnu.org>
6722
6723 * tips.texi (Coding Conventions): Clarify the tip about macros
6724 that define a function or a variable.
6725
6726 * files.texi (File Attributes): UID and GID can be floats.
6727 (Magic File Names): Explain why deferring all operations to
6728 the standard handler does not work.
6729
6730 2007-01-23 Martin Rudalics <rudalics@gmx.at>
6731
6732 * backups.texi (Reverting): Use "buffer" instead of "file"
6733 when talking about major and minor modes.
6734
6735 2007-01-21 Richard Stallman <rms@gnu.org>
6736
6737 * help.texi (Documentation): Add xref to Documentation Tips.
6738
6739 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
6740
6741 * tips.texi (Coding Conventions): Fix typos.
6742
6743 2007-01-05 Richard Stallman <rms@gnu.org>
6744
6745 * modes.texi (Defining Minor Modes): Fix previous change.
6746
6747 2007-01-03 Richard Stallman <rms@gnu.org>
6748
6749 * customize.texi (Variable Definitions, Customization Types):
6750 Don't use * in doc string for defcustom.
6751
6752 2007-01-02 Richard Stallman <rms@gnu.org>
6753
6754 * variables.texi (Variable Aliases): Clarify that aliases vars
6755 always have the same value.
6756
6757 * processes.texi (Bindat Spec): Fix Texinfo usage.
6758
6759 * modes.texi (Defining Minor Modes): Explain effect of command
6760 defined with define-global-minor-mode on new buffers.
6761
6762 2006-12-30 Kim F. Storm <storm@cua.dk>
6763
6764 * keymaps.texi (Tool Bar): Describe `grow-only' value of
6765 `auto-resize-tool-bars'.
6766
6767 2006-12-30 Richard Stallman <rms@gnu.org>
6768
6769 * keymaps.texi (Active Keymaps): Fix previous change.
6770
6771 2006-12-30 Nick Roberts <nickrob@snap.net.nz>
6772
6773 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
6774
6775 2006-12-30 Kim F. Storm <storm@cua.dk>
6776
6777 * processes.texi (Bindat Spec): Clarify using field names in
6778 length specifications.
6779
6780 2006-12-29 Kim F. Storm <storm@cua.dk>
6781
6782 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
6783 Add count and index variables for eval forms in repeat blocks.
6784
6785 2006-12-24 Richard Stallman <rms@gnu.org>
6786
6787 * customize.texi (Variable Definitions):
6788 Document new name custom-add-frequent-value.
6789
6790 2006-12-19 Kim F. Storm <storm@cua.dk>
6791
6792 * commands.texi (Misc Events): User signals now result in sigusr1
6793 and sigusr2 events which are handled through special-event-map.
6794 (Special Events): User signals and drag-n-drop are special.
6795
6796 2006-12-17 Richard Stallman <rms@gnu.org>
6797
6798 * loading.texi (Named Features): Explain subfeatures better.
6799
6800 * customize.texi: Use "option" only for user options.
6801 For the keyword values inside defcustom etc, say "keywords".
6802 For :options value's elements, say "elements".
6803 :group should not be omitted.
6804
6805 * syntax.texi (Parsing Expressions): Split up node.
6806 (Motion via Parsing, Position Parse, Parser State)
6807 (Low-Level Parsing, Control Parsing): New subnodes.
6808 (Parser State): Document syntax-ppss-toplevel-pos.
6809
6810 * positions.texi (List Motion): Punctuation fix.
6811
6812 * files.texi (File Name Completion): Document PREDICATE arg
6813 to file-name-completion.
6814
6815 2006-12-16 Eli Zaretskii <eliz@gnu.org>
6816
6817 * internals.texi (Building Emacs, Writing Emacs Primitives):
6818 Add index entries.
6819
6820 2006-12-11 Richard Stallman <rms@gnu.org>
6821
6822 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
6823 affects face menu. Explain how to make it non-nil without enabling
6824 any fontification.
6825
6826 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
6827
6828 * modes.texi (Font Lock Basics): Document nil value of
6829 font-lock-defaults.
6830
6831 2006-12-10 Glenn Morris <rgm@gnu.org>
6832
6833 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
6834 value for system-flag argument. Abbrev tables may not be empty
6835 when major modes are loaded.
6836
6837 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
6838
6839 * makefile.w32-in (maintainer-clean): Partially revert last
6840 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
6841 to protect elisp-covers.texi.
6842
6843 2006-12-07 Juanma Barranquero <lekktu@gmail.com>
6844
6845 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
6846 Don't remove elisp* info files; they are already deleted by the
6847 `clean' and `distclean' targets, and they are in the $(infodir)
6848 directory, not the current one.
6849
6850 2006-12-04 Kim F. Storm <storm@cua.dk>
6851
6852 * commands.texi (Misc Events): Update signal events.
6853 (Event Examples): Add signal example.
6854
6855 2006-11-29 Richard Stallman <rms@gnu.org>
6856
6857 * frames.texi (Visibility of Frames): Explain visible windows
6858 can be covered by others. Add xref for raise-frame.
6859
6860 2006-11-28 Richard Stallman <rms@gnu.org>
6861
6862 * searching.texi (Regexp Special): Update when ^ is special.
6863
6864 2006-11-27 Eli Zaretskii <eliz@gnu.org>
6865
6866 * customize.texi (Customization, Common Keywords)
6867 (Group Definitions, Variable Definitions, Composite Types)
6868 (Type Keywords, Customization Types): Add index entries for
6869 various customization keywords.
6870
6871 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6872
6873 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
6874
6875 2006-11-10 Jan Djärv <jan.h.d@swipnet.se>
6876
6877 * frames.texi (Window System Selections): Remove clipboard from
6878 description of selection-coding-system.
6879
6880 2006-11-06 Richard Stallman <rms@gnu.org>
6881
6882 * lists.texi (List Variables): Document COMPARE-FN.
6883
6884 * keymaps.texi: Avoid use of "binding" to mean a relation;
6885 use it only to refer to the meaning associated with a key.
6886 (Keymaps): Change menu node description.
6887
6888 * elisp.texi (Top): Change menu node description.
6889
6890 * display.texi (Managing Overlays): Document overlay-recenter.
6891
6892 2006-10-29 Chong Yidong <cyd@stupidchicken.com>
6893
6894 * Makefile.in: Use relative paths to avoid advertising filesystem
6895 contents during compilation.
6896
6897 2006-10-23 Kim F. Storm <storm@cua.dk>
6898
6899 * commands.texi (Event Input Misc): Update unread-command-events.
6900
6901 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
6902
6903 * lists.texi (Sets And Lists): Fix typos.
6904
6905 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
6906
6907 * control.texi (Processing of Errors): Use @var for an argument,
6908 not @code.
6909
6910 2006-10-16 Richard Stallman <rms@gnu.org>
6911
6912 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
6913
6914 * keymaps.texi (Format of Keymaps): Show all the keymap element
6915 patterns that result from menu items.
6916 (Key Lookup): Minor cleanups.
6917
6918 * modes.texi (Precalculated Fontification): Don't say that
6919 not setting font-lock-defaults avoids loading font-lock.
6920
6921 * help.texi (Documentation): Move xref to Emacs Manual here.
6922 (Documentation Basics): From here.
6923 Also doc emacs-lisp-docstring-fill-column.
6924
6925 * elisp.texi: Update version and ISBN.
6926
6927 * commands.texi (Interactive Call): Clarify KEYS arg to
6928 call-interactively is a vector.
6929 (Command Loop Info): Delete anchor in this-command-keys.
6930 Add anchor in this-command-keys-vector.
6931 (Recursive Editing): Document how recursive-edit
6932 handles the current buffer.
6933
6934 2006-10-13 Chong Yidong <cyd@stupidchicken.com>
6935
6936 * frames.texi (Frame Titles): %c and %l are ignored in
6937 frame-title-format.
6938
6939 2006-10-11 Richard Stallman <rms@gnu.org>
6940
6941 * keymaps.texi (Key Sequences): Clarify use of kbd.
6942
6943 2006-10-10 Kim F. Storm <storm@cua.dk>
6944
6945 * lists.texi (Sets And Lists): Add memql.
6946
6947 2006-10-03 Richard Stallman <rms@gnu.org>
6948
6949 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
6950 Clarify :ascii: and :nonascii:.
6951
6952 2006-09-29 Juri Linkov <juri@jurta.org>
6953
6954 * modes.texi (%-Constructs): Reorder coding systems in the
6955 documentation of %z to the real order displayed in the modeline.
6956
6957 2006-09-25 Richard Stallman <rms@gnu.org>
6958
6959 * os.texi (Timers): Describe timer-max-repeats.
6960
6961 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
6962
6963 * os.texi (Timers): Mention with-local-quit.
6964
6965 2006-09-24 Richard Stallman <rms@gnu.org>
6966
6967 * searching.texi (Searching and Matching): Mention property search.
6968
6969 * commands.texi (Command Loop Info): Explain how read-event affects
6970 this-command-keys.
6971
6972 2006-09-20 Richard Stallman <rms@gnu.org>
6973
6974 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
6975
6976 * windows.texi (Window Start): Minor cleanups.
6977
6978 2006-09-20 Kim F. Storm <storm@cua.dk>
6979
6980 * windows.texi (Window Start): pos-visible-in-window-p allows
6981 specifying t for position to mean "end of window".
6982 Add window-line-height.
6983
6984 * anti.texi (Antinews): Mention window-line-height.
6985
6986 2006-09-19 David Kastrup <dak@gnu.org>
6987
6988 * keymaps.texi (Searching Keymaps): Small clarification.
6989
6990 2006-09-18 Richard Stallman <rms@gnu.org>
6991
6992 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
6993 cause keyboard menus.
6994 (Menu Keymaps): Likewise.
6995 (Defining Menus, Keyboard Menus): Clarify.
6996
6997 * text.texi (Fields): Clarify explanation of constrain-to-field.
6998
6999 2006-09-16 Eli Zaretskii <eliz@gnu.org>
7000
7001 * variables.texi (Tips for Defining): Fix a typo.
7002
7003 2006-09-15 Richard Stallman <rms@gnu.org>
7004
7005 * keymaps.texi (Remapping Commands, Searching Keymaps)
7006 (Active Keymaps): Clean up previous change.
7007
7008 2006-09-15 Jay Belanger <belanger@truman.edu>
7009
7010 * gpl.texi: Replace "Library Public License" by "Lesser Public
7011 License" throughout.
7012
7013 2006-09-15 David Kastrup <dak@gnu.org>
7014
7015 * keymaps.texi (Active Keymaps): Adapt description to use
7016 `get-char-property' instead `get-text-property'. Explain how
7017 mouse events change this. Explain the new optional argument of
7018 `key-binding' and its mouse-dependent lookup.
7019 (Searching Keymaps): Adapt description similarly.
7020 (Remapping Commands): Explain the new optional argument of
7021 `command-remapping'.
7022
7023 2006-09-14 Richard Stallman <rms@gnu.org>
7024
7025 * keymaps.texi (Searching Keymaps): Clarification.
7026 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
7027
7028 2006-09-13 Richard Stallman <rms@gnu.org>
7029
7030 * objects.texi (Character Type): Node split.
7031 Add xref to Describing Characters.
7032 (Basic Char Syntax, General Escape Syntax)
7033 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
7034
7035 2006-09-11 Richard Stallman <rms@gnu.org>
7036
7037 * display.texi (Display Table Format): Wording clarification.
7038 (Glyphs): Clarifications.
7039
7040 2006-09-10 Chong Yidong <cyd@stupidchicken.com>
7041
7042 * keymaps.texi (Active Keymaps): Mention that key-binding checks
7043 local maps.
7044
7045 2006-09-10 Kim F. Storm <storm@cua.dk>
7046
7047 * display.texi (Forcing Redisplay): Document return value of
7048 function redisplay.
7049
7050 2006-09-09 Richard Stallman <rms@gnu.org>
7051
7052 * windows.texi (Window Hooks): Explain limits of
7053 window-scroll-functions.
7054
7055 * display.texi (Fringe Indicators): Update for last change in
7056 indicate-buffer-boundaries.
7057
7058 2006-09-08 Richard Stallman <rms@gnu.org>
7059
7060 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
7061
7062 2006-09-06 Kim F. Storm <storm@cua.dk>
7063
7064 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
7065
7066 * windows.texi (Window Start): Update pos-visible-in-window-p.
7067
7068 2006-09-04 Richard Stallman <rms@gnu.org>
7069
7070 * processes.texi (Accepting Output): Explain SECONDS=0 for
7071 accept-process-output.
7072
7073 * os.texi (Idle Timers): Explain why timer functions should not
7074 loop until (input-pending-p).
7075
7076 2006-09-02 Eli Zaretskii <eliz@gnu.org>
7077
7078 * makefile.w32-in (usermanualdir): New variable.
7079 (elisp.dvi): Use it.
7080
7081 2006-09-01 Eli Zaretskii <eliz@gnu.org>
7082
7083 * buffers.texi (Buffer Modification): Fix last change.
7084
7085 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
7086
7087 * buffers.texi (Buffer Modification):
7088 Document buffer-chars-modified-tick.
7089
7090 2006-08-31 Richard Stallman <rms@gnu.org>
7091
7092 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
7093
7094 2006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
7095
7096 * modes.texi (Syntactic Font Lock):
7097 Mention font-lock-syntactic-face-function
7098 instead of specific faces.
7099
7100 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
7101
7102 * display.texi (Images): Add xrref to display-images-p.
7103
7104 2006-08-28 Kenichi Handa <handa@m17n.org>
7105
7106 * nonascii.texi (Lisp and Coding Systems): Fix description of
7107 detect-coding-region.
7108
7109 2006-08-27 Michael Olson <mwolson@gnu.org>
7110
7111 * processes.texi (Transaction Queues): Remove stray quote
7112 character.
7113
7114 2006-08-25 Richard Stallman <rms@gnu.org>
7115
7116 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
7117 Add xref.
7118
7119 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
7120
7121 * os.texi (Timers): Avoid waiting inside timers.
7122
7123 2006-08-21 Lute Kamstra <lute@gnu.org>
7124
7125 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
7126
7127 2006-08-20 Richard Stallman <rms@gnu.org>
7128
7129 * os.texi (Idle Timers): New node, split out from Timers.
7130 Document current-idle-time.
7131 * commands.texi (Reading One Event): Update xref.
7132 * elisp.texi (Top): Update subnode menu.
7133
7134 2006-08-16 Richard Stallman <rms@gnu.org>
7135
7136 * keymaps.texi (Extended Menu Items): Show format of cached
7137 bindings in extended menu items.
7138
7139 * customize.texi (Variable Definitions): Explain when the
7140 standard value expression is evaluated.
7141
7142 2006-08-15 Chong Yidong <cyd@stupidchicken.com>
7143
7144 * commands.texi (Reading One Event): Explain idleness in
7145 `read-event'.
7146
7147 2006-08-12 Chong Yidong <cyd@stupidchicken.com>
7148
7149 * text.texi (Near Point): Say "cursor" not "terminal cursor".
7150 (Commands for Insertion): Remove split-line since it's not
7151 relevant for Lisp programming.
7152 (Yank Commands): Rewrite introduction.
7153 (Undo): Clarify.
7154 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
7155 (Filling): Remove redundant comment. Clarify return value of
7156 current-justification.
7157 (Margins): Minor clarifications.
7158 (Adaptive Fill): Update default value of adaptive-fill-regexp.
7159 (Sorting): Update definition of sort-lines.
7160 (Columns): Clarify behavior of sort-columns.
7161 (Indent Tabs): Link to Tab Stops in Emacs manual.
7162 (Special Properties): Clarify.
7163 (Clickable Text): Mention Buttons package.
7164
7165 2006-08-12 Kevin Ryde <user42@zip.com.au>
7166
7167 * os.texi (Time Parsing): Add %z to description of
7168 format-time-string, as per docstring. Add cross reference to
7169 glibc manual for strftime.
7170
7171 2006-08-08 Richard Stallman <rms@gnu.org>
7172
7173 * modes.texi: Clean up wording in previous change.
7174
7175 2006-08-07 Chong Yidong <cyd@stupidchicken.com>
7176
7177 * modes.texi (Hooks): Clarify.
7178 (Major Mode Basics): Mention define-derived-mode explicitly.
7179 (Major Mode Conventions): Rebinding RET is OK for some modes.
7180 Mention change-major-mode-hook and after-change-major-mode-hook.
7181 (Example Major Modes): Move to end of Modes section.
7182 (Mode Line Basics): Clarify.
7183 (Mode Line Data): Mention help-echo and local-map in strings.
7184 Explain reason for treatment of non-risky variables.
7185 (Properties in Mode): Clarify.
7186 (Faces for Font Lock): Add font-lock-negation-char-face.
7187
7188 2006-08-04 Eli Zaretskii <eliz@gnu.org>
7189
7190 * strings.texi (Formatting Strings): Warn against arbitrary
7191 strings as first arg to `format'.
7192
7193 2006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
7194
7195 * text.texi (Clickable Text): Mention `help-echo' text property.
7196 Update intro, examples and associated explanations.
7197
7198 2006-07-31 Richard Stallman <rms@gnu.org>
7199
7200 * commands.texi: Update xrefs.
7201 (Event Mod): New node, cut out from old Translating Input.
7202
7203 * maps.texi: Update xrefs.
7204
7205 * keymaps.texi (Translation Keymaps): New node.
7206 Update xrefs from Translating Input to Translation Keymaps.
7207
7208 * elisp.texi (Top): Update subnode menu.
7209
7210 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
7211
7212 * os.texi (System Interface): Fix menu descriptions of some nodes.
7213 (Translating Input): Node deleted.
7214
7215 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
7216
7217 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
7218
7219 * lists.texi (Sets And Lists): Likewise.
7220
7221 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
7222
7223 * text.texi (Fields): Mention POS
7224 requirement when narrowing is in effect.
7225
7226 2006-07-28 Richard Stallman <rms@gnu.org>
7227
7228 * display.texi (Face Attributes): Simplify wording.
7229 (Attribute Functions): Clarify meaning of new-frame default
7230 attribute settings.
7231
7232 * customize.texi (Common Keywords): Document how to use
7233 :package-version in a package not in Emacs.
7234
7235 2006-07-28 Kim F. Storm <storm@cua.dk>
7236
7237 * commands.texi (Reading One Event): Fix last change.
7238
7239 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
7240
7241 * commands.texi (Reading One Event): Document SECONDS argument for
7242 read-event, read-char, and read-char-exclusive.
7243
7244 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7245
7246 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
7247 to ensure correct identification.
7248
7249 2006-07-24 Richard Stallman <rms@gnu.org>
7250
7251 * text.texi (Clickable Text): Clarify.
7252
7253 * sequences.texi (Vector Functions): Delete duplicate xref.
7254
7255 * objects.texi (Function Type): Clarify.
7256
7257 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
7258 modes.
7259
7260 * lists.texi (List Variables): New node.
7261 Material moved from other nodes.
7262
7263 * variables.texi (Setting Variables): add-to-list and
7264 add-to-ordered-list moved to List Variables node.
7265
7266 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
7267
7268 * text.texi (Links and Mouse-1):
7269 For mouse-on-link-p, expand on arg POS.
7270
7271 2006-07-21 Kim F. Storm <storm@cua.dk>
7272
7273 * display.texi (Forcing Redisplay): Don't mention systems which
7274 don't support sub-second timers for redisplay-preemption-period.
7275
7276 * os.texi (Terminal Output): Clarify text vs graphical terminal.
7277
7278 2006-07-21 Eli Zaretskii <eliz@gnu.org>
7279
7280 * frames.texi (Input Focus): Document that focus-follows-mouse has
7281 no effect on MS-Windows.
7282
7283 2006-07-18 Richard Stallman <rms@gnu.org>
7284
7285 * display.texi (Forcing Redisplay): Cleanups in previous change.
7286
7287 * processes.texi (Low-Level Network): Make menu more convenient.
7288
7289 2006-07-18 Kim F. Storm <storm@cua.dk>
7290
7291 * display.texi (Forcing Redisplay): redisplay-preemption-period
7292 only used on window systems. Add xref to Terminal Output.
7293
7294 * os.texi (Terminal Output): baud-rate only controls preemption on
7295 non-window systems. Add xref to Forcing Redisplay.
7296
7297 * processes.texi (Low-Level Network): Rename node "Make Network"
7298 to "Network Processes".
7299
7300 2006-07-18 Karl Berry <karl@gnu.org>
7301
7302 * variables.texi, functions.texi, customize.texi, loading.texi:
7303 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
7304
7305 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
7306
7307 * commands.texi (Waiting): Document batch-mode sit-for behavior.
7308
7309 2006-07-17 Richard Stallman <rms@gnu.org>
7310
7311 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
7312 Put period and comma inside quotes.
7313
7314 * loading.texi, markers.texi: Use real doublequote inside menus.
7315
7316 * windows.texi: Put point and comma inside quotes.
7317 (Textual Scrolling): Use @samp for error message.
7318
7319 * variables.texi, tips.texi, syntax.texi, symbols.texi:
7320 * strings.texi, streams.texi, processes.texi, os.texi:
7321 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
7322 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
7323 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
7324 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
7325 Put point and comma inside quotes.
7326
7327 * control.texi (Processing of Errors): Add command-error-function.
7328
7329 * variables.texi (File Local Variables): Clarify that
7330 file local variables make buffer-local bindings.
7331
7332 * modes.texi (Syntactic Font Lock): Give default for
7333 font-lock-syntax-table.
7334
7335 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
7336
7337 * text.texi (Special Properties): Clean up previous change.
7338
7339 2006-07-16 Karl Berry <karl@gnu.org>
7340
7341 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
7342 * control.texi: Fix bad page breaks through chapter 10 (control).
7343
7344 * anti.texi (Antinews): Reorder face-attribute fns to avoid
7345 underfull hbox.
7346
7347 2006-07-15 Nick Roberts <nickrob@snap.net.nz>
7348
7349 * text.texi (Special Properties): Describe fontified text property
7350 in relation to a character (not text).
7351
7352 2006-07-15 Kim F. Storm <storm@cua.dk>
7353
7354 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
7355 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
7356 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
7357
7358 * anti.texi (Antinews): Mention redisplay function.
7359 The kbd macro existed, but was not documented, before 22.x.
7360 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
7361
7362 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
7363
7364 * display.texi (Displaying Messages): Add anchor.
7365
7366 * frames.texi (Dialog Boxes): Use it.
7367
7368 2006-07-12 Richard Stallman <rms@gnu.org>
7369
7370 * objects.texi (Frame Type): Explain nature of frames better.
7371
7372 * frames.texi (Frames): Explain nature of frames better.
7373
7374 2006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
7375
7376 * tips.texi (Coding Conventions): Explain why use cl at compile time.
7377
7378 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7379
7380 * frames.texi (Window System Selections): Mention scrap support for Mac.
7381 Default value of x-select-enable-clipboard is t on Mac.
7382
7383 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
7384
7385 2006-07-11 Kim F. Storm <storm@cua.dk>
7386
7387 * display.texi (Forcing Redisplay): Add `redisplay' function.
7388 Don't mention (sit-for -1) -- use (redisplay t) instead.
7389
7390 * commands.texi (Waiting): (sit-for -1) is no longer special.
7391 (sit-for 0) is equivalent to (redisplay).
7392 Iconifying/deiconifying no longer makes sit-for return.
7393
7394 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
7395
7396 * display.texi (Buttons): Fix typo.
7397
7398 * index.texi, elisp.texi (New Symbols): Comment node out.
7399
7400 2006-07-09 Richard Stallman <rms@gnu.org>
7401
7402 * display.texi (Truncation): Clean up previous change.
7403
7404 2006-07-08 Richard Stallman <rms@gnu.org>
7405
7406 * commands.texi (Interactive Call): Use 3 as prefix in example
7407 for execute-extended-command.
7408
7409 * display.texi (Attribute Functions): Move paragraph about
7410 compatibility with Emacs < 21.
7411
7412 2006-07-09 Kim F. Storm <storm@cua.dk>
7413
7414 * display.texi (Refresh Screen): Clarify force-window-update.
7415 (Truncation): "Normally" indicated by fringe arrows.
7416
7417 2006-07-08 Eli Zaretskii <eliz@gnu.org>
7418
7419 * windows.texi (Textual Scrolling, Resizing Windows):
7420 * variables.texi (Constant Variables):
7421 * text.texi (Buffer Contents, Deletion, Changing Properties)
7422 (Property Search, Special Properties, Sticky Properties)
7423 (Links and Mouse-1, Fields, Change Hooks):
7424 * syntax.texi (Syntax Table Functions, Parsing Expressions)
7425 (Categories):
7426 * symbols.texi (Other Plists):
7427 * streams.texi (Output Variables):
7428 * processes.texi (Input to Processes, Query Before Exit):
7429 * positions.texi (Word Motion, Text Lines, List Motion):
7430 * os.texi (Init File, System Environment, Sound Output)
7431 (Session Management):
7432 * nonascii.texi (Text Representations, Character Sets)
7433 (Chars and Bytes, Locales):
7434 * modes.texi (Defining Minor Modes, Header Lines):
7435 * minibuf.texi (Minibuffer Contents):
7436 * markers.texi (Information from Markers):
7437 * lists.texi (List Elements, Building Lists, Association Lists):
7438 * keymaps.texi (Tool Bar):
7439 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
7440 * functions.texi (What Is a Function, Mapping Functions):
7441 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
7442 (Color Names, Text Terminal Colors, Display Feature Testing):
7443 * files.texi (Visiting Functions, File Name Components)
7444 (Unique File Names, Contents of Directories):
7445 * display.texi (Forcing Redisplay, Displaying Messages)
7446 (Temporary Displays, Font Selection, Auto Faces)
7447 (Font Lookup, Fringe Indicators, Display Margins)
7448 (Image Descriptors, Showing Images, Image Cache, Button Types)
7449 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
7450 (Display Table Format, Glyphs):
7451 * control.texi (Iteration):
7452 * commands.texi (Command Loop Info, Adjusting Point):
7453 * backups.texi (Making Backups, Auto-Saving):
7454 Remove @tindex entries.
7455
7456 2006-07-07 Kim F. Storm <storm@cua.dk>
7457
7458 * display.texi (Fringe Cursors): Fix typo.
7459 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
7460 (Overlay Arrow): Default is overlay-arrow fringe indicator.
7461
7462 2006-07-05 Richard Stallman <rms@gnu.org>
7463
7464 * text.texi (Buffer Contents): Add example of text props
7465 in result of buffer-substring.
7466 (Text Properties): Explain better about use of specific property names.
7467 (Property Search): Some cleanups; reorder some functions.
7468
7469 * keymaps.texi (Changing Key Bindings): Cleanup.
7470 Add xref to Key Binding Conventions.
7471
7472 * display.texi (Attribute Functions): Add examples for
7473 face-attribute-relative-p.
7474
7475 * tips.texi (Coding Conventions): Cleanup last change.
7476
7477 2006-07-05 Karl Berry <karl@gnu.org>
7478
7479 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
7480 Remove @setchapternewpage odd.
7481 Result is 1013 pages, down from 1100.
7482
7483 * anti.texi, customize.texi, display.texi, internals.texi:
7484 * minibuf.texi, modes.texi, tips.texi:
7485 Fix overfull/underfull boxes.
7486
7487 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
7488
7489 * edebug.texi (Instrumenting):
7490 Add Edebug-specific findex for eval-buffer.
7491 * loading.texi (Loading):
7492 Replace eval-current-buffer with eval-buffer.
7493
7494 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
7495
7496 * locals.texi (Standard Buffer-Local Variables): Update the list
7497 of variables.
7498
7499 2006-06-26 Nick Roberts <nickrob@snap.net.nz>
7500
7501 * files.texi (File Name Completion): Point user to the node
7502 "Reading File Names".
7503
7504 2006-06-24 Eli Zaretskii <eliz@gnu.org>
7505
7506 * files.texi (Contents of Directories): Document case-insensitive
7507 behavior on respective filesystems.
7508
7509 * objects.texi (Character Type): Document that Emacs signals an
7510 error for unsupported Unicode characters specified as \uNNNN.
7511
7512 2006-06-19 Richard Stallman <rms@gnu.org>
7513
7514 * processes.texi (Bindat Spec): Clarify previous change.
7515
7516 2006-06-16 Richard Stallman <rms@gnu.org>
7517
7518 * tips.texi (Coding Conventions): Better explain conventions
7519 for definition constructs.
7520
7521 * text.texi (Special Properties): String value of `read-only'
7522 serves as the error message.
7523
7524 * objects.texi (Character Type): Clarify prev. change.
7525 (Non-ASCII in Strings): Mention \u and \U.
7526
7527 * commands.texi (Using Interactive): Explain problem of
7528 markers, etc., in command-history.
7529
7530 2006-06-14 Kim F. Storm <storm@cua.dk>
7531
7532 * commands.texi (Waiting): Negative arg to sit-for forces
7533 redisplay even if input is pending.
7534
7535 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
7536 redisplay. Remove incorrect example of binding redisplay-dont-pause
7537 around (sit-for 0).
7538
7539 2006-06-13 Richard Stallman <rms@gnu.org>
7540
7541 * display.texi (Forcing Redisplay): Clarify previous change.
7542
7543 2006-06-13 Romain Francoise <romain@orebokech.com>
7544
7545 * display.texi (Forcing Redisplay): Fix typo.
7546
7547 2006-06-13 Kim F. Storm <storm@cua.dk>
7548
7549 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
7550
7551 2006-06-10 Luc Teirlinck <teirllm@auburn.edu>
7552
7553 * tips.texi (Coding Conventions): Add `@end itemize'.
7554
7555 2006-06-10 Richard Stallman <rms@gnu.org>
7556
7557 * tips.texi (Coding Conventions): Explain use of coding systems
7558 to ensure one decoding for strings.
7559
7560 2006-06-09 Aidan Kehoe <kehoea@parhasard.net>
7561
7562 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
7563 syntax.
7564
7565 2006-06-07 Eli Zaretskii <eliz@gnu.org>
7566
7567 * display.texi (Font Selection): Remove description of
7568 clear-face-cache.
7569
7570 * compile.texi (Eval During Compile): Fix a typo. Add index
7571 entries for possible uses of eval-when-compile.
7572
7573 2006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
7574
7575 * display.texi (Abstract Display): Fix typo.
7576
7577 2006-06-03 Eli Zaretskii <eliz@gnu.org>
7578
7579 * minibuf.texi (Minibuffer History) <history-add-new-input>:
7580 Reword variable's description.
7581
7582 2006-06-01 Richard Stallman <rms@gnu.org>
7583
7584 * windows.texi (Splitting Windows): Clarify splitting nonselected
7585 window.
7586
7587 2006-05-31 Juri Linkov <juri@jurta.org>
7588
7589 * minibuf.texi (Minibuffer History): Add history-add-new-input.
7590
7591 2006-05-30 Richard Stallman <rms@gnu.org>
7592
7593 * display.texi (Line Height): Fix errors in description of
7594 default line height and line-height property.
7595
7596 * nonascii.texi (Default Coding Systems): Further clarification.
7597
7598 2006-05-29 Luc Teirlinck <teirllm@auburn.edu>
7599
7600 * internals.texi (Pure Storage): Mention that an overflow in pure
7601 space causes a memory leak.
7602 (Garbage Collection): If there was an overflow in pure space,
7603 `garbage-collect' returns nil.
7604
7605 2006-05-30 Eli Zaretskii <eliz@gnu.org>
7606
7607 * nonascii.texi (Default Coding Systems): Fix it some more.
7608
7609 2006-05-29 Eli Zaretskii <eliz@gnu.org>
7610
7611 * nonascii.texi (Default Coding Systems): Fix last change.
7612
7613 2006-05-29 Kenichi Handa <handa@m17n.org>
7614
7615 * nonascii.texi (find-operation-coding-system): Describe the new
7616 argument format (FILENAME . BUFFER).
7617
7618 2006-05-28 Richard Stallman <rms@gnu.org>
7619
7620 * tips.texi (Coding Conventions): Better explain reasons not to
7621 advise other packages or use `eval-after-load'.
7622
7623 2006-05-29 Kim F. Storm <storm@cua.dk>
7624
7625 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
7626 `bindat-idx' and `bindat-raw' for clarity.
7627
7628 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
7629
7630 * processes.texi (Bindat Spec): Expand on `repeat' handler.
7631
7632 * display.texi (Display): Add "Abstract Display" to menu.
7633 (Abstract Display, Abstract Display Functions)
7634 (Abstract Display Example): New nodes.
7635 * elisp.texi (Top): Add "Abstract Display" to menu.
7636
7637 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
7638
7639 * keymaps.texi (Key Sequences): Link to input events definition.
7640 (Format of Keymaps): Delete material duplicated in Keymap Basics.
7641
7642 * files.texi (Changing Files): Document updated argument list for
7643 copy-file.
7644
7645 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
7646
7647 * processes.texi (Bindat Functions): Explain term "total length".
7648 Use it in bindat-length and bindat-pack descriptions.
7649
7650 2006-05-26 Eli Zaretskii <eliz@gnu.org>
7651
7652 * tips.texi (Coding Conventions): Advise against using
7653 eval-after-load in packages. Add an index entry.
7654
7655 2006-05-25 Juri Linkov <juri@jurta.org>
7656
7657 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
7658
7659 * modes.texi (%-Constructs): Add %e, %z, %Z.
7660
7661 2006-05-25 Richard Stallman <rms@gnu.org>
7662
7663 * elisp.texi (Top): Update subnode menu.
7664
7665 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
7666 (Keymaps): Update menu.
7667
7668 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
7669
7670 * keymaps.texi (Key Sequences): Some clarifications.
7671
7672 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
7673
7674 * processes.texi (Bindat Functions): Say "unibyte string"
7675 explicitly for bindat-unpack and bindat-pack descriptions.
7676 (Bindat Examples): Don't call `string-make-unibyte' in example.
7677
7678 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
7679
7680 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
7681 Explain string and vector representations of key sequences.
7682
7683 * keymaps.texi (Changing Key Bindings):
7684 * commands.texi (Interactive Codes):
7685 * help.texi (Describing Characters): Refer to it.
7686
7687 2006-05-23 Luc Teirlinck <teirllm@auburn.edu>
7688
7689 * frames.texi (Pointer Shape): @end table -> @end defvar.
7690
7691 2006-05-22 Richard Stallman <rms@gnu.org>
7692
7693 * elisp.texi (Top): Update subnode menus.
7694
7695 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
7696 Contents rewritten; material from old Pointer Shape node moved here.
7697
7698 * display.texi (Pointer Shape): Node deleted.
7699 (Image Descriptors): Minor cleanup.
7700
7701 2006-05-21 Richard Stallman <rms@gnu.org>
7702
7703 * syntax.texi (Parsing Expressions): Update info on which STATE
7704 elements are ignored.
7705
7706 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
7707
7708 * hooks.texi (Standard Hooks): Correct typo.
7709
7710 * gpl.texi (GPL): ifinfo -> ifnottex.
7711
7712 2006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
7713
7714 * searching.texi (Simple Match Data): Warn about match data being
7715 set anew by every search.
7716
7717 2006-05-17 Richard Stallman <rms@gnu.org>
7718
7719 * minibuf.texi (Minibuffer History): Clarify.
7720
7721 * searching.texi (Regexp Special): Clarify nested regexp warning.
7722
7723 2006-05-16 Kim F. Storm <storm@cua.dk>
7724
7725 * minibuf.texi (Minibuffer History): Update add-to-history.
7726
7727 2006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
7728
7729 * nonascii.texi (Explicit Encoding):
7730 Fix typo (encoding<->decoding).
7731
7732 2006-05-14 Richard Stallman <rms@gnu.org>
7733
7734 * buffers.texi (Creating Buffers): Cleanup.
7735
7736 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
7737
7738 2006-05-13 Eli Zaretskii <eliz@gnu.org>
7739
7740 * buffers.texi (Current Buffer): Document that with-temp-buffer
7741 disables undo.
7742
7743 * os.texi (Terminal-Specific): More accurate description of how
7744 Emacs searches for the terminal-specific libraries.
7745
7746 2006-05-12 Eli Zaretskii <eliz@gnu.org>
7747
7748 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
7749 emacs-xtra to @inforef's.
7750
7751 * text.texi (Undo): Document that undo is turned off in buffers
7752 whose names begin with a space.
7753
7754 * buffers.texi (Buffer Names): Add index entries for buffers whose
7755 names begin with a space.
7756 (Creating Buffers): Document that undo is turned off in buffers
7757 whose names begin with a space.
7758
7759 * files.texi (Visiting Functions, Reading from Files)
7760 (Saving Buffers): Mention code and EOL conversions by file I/O
7761 primitives and subroutines.
7762
7763 * nonascii.texi (Lisp and Coding Systems):
7764 Document coding-system-eol-type. Add index entries for eol conversion.
7765
7766 * display.texi (Defining Faces): Mention `mac', and add an xref to
7767 where window-system is described.
7768
7769 2006-05-10 Richard Stallman <rms@gnu.org>
7770
7771 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
7772
7773 2006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
7774
7775 * variables.texi (File Local Variables): Recommend to quote lambda
7776 expressions in safe-local-variable property.
7777
7778 2006-05-09 Richard Stallman <rms@gnu.org>
7779
7780 * variables.texi (File Local Variables):
7781 Document safe-local-eval-forms and safe-local-eval-function.
7782
7783 2006-05-07 Kim F. Storm <storm@cua.dk>
7784
7785 * minibuf.texi (Minibuffer History): Remove keep-dups arg
7786 from add-to-history.
7787
7788 2006-05-07 Romain Francoise <romain@orebokech.com>
7789
7790 * commands.texi (Event Input Misc):
7791 * compile.texi (Eval During Compile):
7792 * internals.texi (Buffer Internals):
7793 * minibuf.texi (Initial Input):
7794 * nonascii.texi (Scanning Charsets):
7795 * numbers.texi (Comparison of Numbers):
7796 * windows.texi (Textual Scrolling, Vertical Scrolling):
7797 Fix various typos.
7798
7799 2006-05-06 Eli Zaretskii <eliz@gnu.org>
7800
7801 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
7802 conditional xref's to either emacs or emacs-xtra, depending on
7803 @iftex/@ifnottex.
7804
7805 * minibuf.texi (Minibuffer History): Document add-to-history.
7806
7807 2006-05-05 Eli Zaretskii <eliz@gnu.org>
7808
7809 * internals.texi (Pure Storage): Mention the pure overflow message
7810 at startup.
7811
7812 2006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
7813
7814 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
7815 (Searching Keymaps): Fix pseudo-Lisp description of keymap
7816 search.
7817
7818 2006-05-01 Richard Stallman <rms@gnu.org>
7819
7820 * intro.texi (nil and t): Clarify.
7821
7822 * variables.texi (File Local Variables): Suggest using booleanp.
7823
7824 2006-05-01 Juanma Barranquero <lekktu@gmail.com>
7825
7826 * objects.texi (Type Predicates): Fix typos.
7827
7828 2006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
7829
7830 * intro.texi (nil and t): Add booleanp.
7831
7832 * objects.texi (Type Predicates): Add links for booleanp and
7833 string-or-null-p.
7834
7835 2006-04-29 Richard Stallman <rms@gnu.org>
7836
7837 * modes.texi (Multiline Font Lock): Rename from
7838 Multi line Font Lock Elements. Much clarification.
7839 (Font Lock Multiline, Region to Fontify): Much clarification.
7840
7841 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
7842
7843 * variables.texi (File Local Variables): Remove the special case t for
7844 safe-local-variable.
7845
7846 2006-04-26 Richard Stallman <rms@gnu.org>
7847
7848 * syntax.texi (Parsing Expressions): Minor cleanup.
7849
7850 2006-04-18 Richard Stallman <rms@gnu.org>
7851
7852 * tips.texi (Coding Conventions): Explain when the package's
7853 prefix should appear later on (not at the start of the name).
7854
7855 * searching.texi (String Search): Clarify effect of NOERROR.
7856
7857 * modes.texi (Imenu): Clarify what special items do.
7858
7859 * hooks.texi (Standard Hooks): Delete text about old hook names.
7860
7861 2006-04-17 Romain Francoise <romain@orebokech.com>
7862
7863 * variables.texi (Local Variables): Update the default value of
7864 `max-specpdl-size'.
7865
7866 2006-04-15 Michael Olson <mwolson@gnu.org>
7867
7868 * processes.texi (Transaction Queues): Mention the new optional
7869 `delay-question' argument for `tq-enqueue'.
7870
7871 2006-04-13 Bill Wohler <wohler@newt.com>
7872
7873 * customize.texi (Common Keywords): Use dotted notation for
7874 :package-version value. Specify its values. Improve documentation
7875 for customize-package-emacs-version-alist.
7876
7877 2006-04-12 Bill Wohler <wohler@newt.com>
7878
7879 * customize.texi (Common Keywords): Move description of
7880 customize-package-emacs-version-alist to @defvar.
7881
7882 2006-04-10 Bill Wohler <wohler@newt.com>
7883
7884 * customize.texi (Common Keywords): Add :package-version.
7885
7886 2006-04-10 Kim F. Storm <storm@cua.dk>
7887
7888 * text.texi (Buffer Contents): Add NOPROPS arg to
7889 filter-buffer-substring.
7890
7891 2006-04-08 Kevin Ryde <user42@zip.com.au>
7892
7893 * os.texi (Command-Line Arguments): Update xref to emacs manual
7894 "Command Arguments" -> "Emacs Invocation", per change there.
7895
7896 2006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
7897
7898 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
7899 be on one line to help makeinfo not render two spaces after the dot.
7900
7901 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7902
7903 * strings.texi (Predicates for Strings): Add string-or-null-p.
7904
7905 2006-03-28 Kim F. Storm <storm@cua.dk>
7906
7907 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
7908 remarks about systems that don't support fractional seconds.
7909
7910 2006-03-25 Karl Berry <karl@gnu.org>
7911
7912 * elisp.texi: Use @copyright{} instead of (C), and do not indent
7913 the year list.
7914
7915 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
7916
7917 * display.texi (Fringe Indicators): Fix typos.
7918
7919 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
7920
7921 * tips.texi (Documentation Tips): One can now also write `program'
7922 in front of a quoted symbol in a docstring to prevent making a
7923 hyperlink.
7924
7925 2006-03-19 Alan Mackenzie <acm@muc.de>
7926
7927 * text.texi (Special Properties): Clarify `fontified' property.
7928
7929 2006-03-16 Richard Stallman <rms@gnu.org>
7930
7931 * display.texi (Defining Images): Minor cleanup.
7932
7933 2006-03-16 Bill Wohler <wohler@newt.com>
7934
7935 * display.texi (Defining Images): In image-load-path-for-library,
7936 prefer user's images.
7937
7938 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
7939
7940 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
7941
7942 2006-03-15 Bill Wohler <wohler@newt.com>
7943
7944 * display.texi (Defining Images): Fix example in
7945 image-load-path-for-library by not recommending that one binds
7946 image-load-path. Just defvar it to placate compiler and only use
7947 it if previously defined.
7948
7949 2006-03-14 Bill Wohler <wohler@newt.com>
7950
7951 * display.texi (Defining Images): In image-load-path-for-library,
7952 always return list of directories. Update example.
7953
7954 2006-03-14 Alan Mackenzie <acm@muc.de>
7955
7956 * modes.texi: New node, "Region to Fontify" (for Font Lock).
7957 This describes font-lock-extend-region-function.
7958 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
7959 the new node "Region to Fontify".
7960
7961 2006-03-13 Richard Stallman <rms@gnu.org>
7962
7963 * display.texi (Invisible Text): The impossible position is
7964 now before the invisible text, not after.
7965 (Defining Images): Clean up last change.
7966
7967 2006-03-11 Bill Wohler <wohler@newt.com>
7968
7969 * display.texi (Defining Images): Add image-load-path-for-library.
7970
7971 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
7972
7973 * text.texi (Adaptive Fill): Fix Texinfo usage.
7974
7975 * strings.texi (Creating Strings): Fix Texinfo usage.
7976
7977 * searching.texi (Regexp Special): Use @samp for regular
7978 expressions that are not in Lisp syntax.
7979
7980 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
7981
7982 * searching.texi (Regexp Special): Put remark between parentheses
7983 to avoid misreading.
7984
7985 2006-03-07 Luc Teirlinck <teirllm@auburn.edu>
7986
7987 * searching.texi (Syntax of Regexps): More accurately describe
7988 which characters are special in which situations.
7989 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
7990 are not special. Describe in detail when `[' and `]' are special.
7991 (Regexp Backslash): Plenty of regexps with unbalanced square
7992 brackets are valid, so reword that statement.
7993
7994 2006-03-02 Kim F. Storm <storm@cua.dk>
7995
7996 * keymaps.texi (Tool Bar): Add tool-bar-border.
7997
7998 2006-02-28 Luc Teirlinck <teirllm@auburn.edu>
7999
8000 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
8001
8002 2006-02-27 Luc Teirlinck <teirllm@auburn.edu>
8003
8004 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
8005
8006 * files.texi (Locating Files): Suggest additional values for the
8007 SUFFIXES arg of `locate-file'. Update pxref.
8008
8009 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
8010 (How Programs Do Loading): Discuss the effects of Auto Compression
8011 mode on `load'.
8012 (Load Suffixes): New node.
8013 (Library Search): Delete description of `load-suffixes'; it was
8014 moved to "Load Suffixes".
8015 (Autoload, Named Features): Mention `load-suffixes'.
8016
8017 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8018
8019 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
8020
8021 * windows.texi (Window Tree): Fix typo.
8022
8023 2006-02-20 Kim F. Storm <storm@cua.dk>
8024
8025 * display.texi (Fringe Indicators): New section.
8026 Move indicate-empty-lines, indicate-buffer-boundaries, and
8027 default-indicate-buffer-boundaries here.
8028 Add fringe-indicator-alist and default-fringes-indicator-alist.
8029 Add list of logical fringe indicator symbols.
8030 Update list of standard bitmap names.
8031 (Fringe Cursors): New section.
8032 Move overflow-newline-into-fringe here.
8033 Add fringe-cursor-alist and default-fringes-cursor-alist.
8034 Add list of fringe cursor symbols.
8035
8036 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
8037
8038 * commands.texi (Using Interactive): Fix reference to node
8039 "Minibuffers".
8040
8041 2006-02-19 Richard M. Stallman <rms@gnu.org>
8042
8043 * minibuf.texi (High-Level Completion):
8044 Add xref to read-input-method-name.
8045
8046 * files.texi (Relative File Names): Move file-relative-name here.
8047 (File Name Expansion): From here. Minor clarifications.
8048
8049 * commands.texi (Using Interactive): Add xrefs about reading input.
8050 Clarify remarks about that moving point and mark.
8051 Put string case before list case.
8052
8053 2006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
8054
8055 * display.texi (Other Display Specs, Image Descriptors):
8056 Revert erroneous changes. The previous description of
8057 image-descriptors as `(image . PROPS)' was correct.
8058
8059 2006-02-14 Richard M. Stallman <rms@gnu.org>
8060
8061 * variables.texi (File Local Variables): Clarifications.
8062
8063 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
8064
8065 * variables.texi (File Local Variables): Use @code for a cons
8066 cell, not @var.
8067
8068 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
8069
8070 * variables.texi (File Local Variables): Document new file local
8071 variable behavior.
8072
8073 2006-02-10 Kim F. Storm <storm@cua.dk>
8074
8075 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
8076
8077 2006-02-08 Juanma Barranquero <lekktu@gmail.com>
8078
8079 * modes.texi (%-Constructs): Remove obsolete info about
8080 `global-mode-string'.
8081
8082 2006-02-07 Richard M. Stallman <rms@gnu.org>
8083
8084 * commands.texi (Prefix Command Arguments): Minor cleanup.
8085
8086 * display.texi: "Graphical display", not window system.
8087
8088 * functions.texi (What Is a Function): Fix xref.
8089
8090 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
8091 (Changing Key Bindings): Clarify when remapping is better than
8092 substitute-key-definition.
8093
8094 2006-02-02 Richard M. Stallman <rms@gnu.org>
8095
8096 * minibuf.texi (Basic Completion): Completion alists are risky.
8097
8098 * keymaps.texi (Active Keymaps): Clarifications.
8099 (Searching Keymaps): New node.
8100 (Keymaps): Update menu.
8101
8102 * frames.texi (Layout Parameters): Minor clarification.
8103 (Drag and Drop): New node.
8104 (Frames): Update menu.
8105
8106 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
8107
8108 * display.texi (Other Display Specs, Image Descriptors):
8109 Image description is a list, not a cons cell.
8110
8111 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
8112
8113 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
8114 list is not necessarily a list).
8115
8116 2006-01-27 Eli Zaretskii <eliz@gnu.org>
8117
8118 * frames.texi (Layout Parameters): border-width and
8119 internal-border-width belong to the frame, not the window.
8120
8121 2006-01-19 Richard M. Stallman <rms@gnu.org>
8122
8123 * nonascii.texi (Translation of Characters): Search cmds use
8124 translation-table-for-input. Automatically made local.
8125
8126 * markers.texi (Overview of Markers): Count insertion type
8127 as one of a marker's attributes.
8128
8129 * keymaps.texi (Controlling Active Maps): New node, split out of
8130 Active Keymaps.
8131 (Keymaps): Menu updated.
8132 (Active Keymaps): Give pseudocode to explain how the active
8133 maps are searched. current-active-maps and key-binding moved here.
8134 (Functions for Key Lookup): current-active-maps and key-binding moved.
8135 Clarifications.
8136 (Searching the Keymaps): New subnode.
8137
8138 * elisp.texi (Top): Menu clarification.
8139
8140 * display.texi (Other Display Specs): Delete duplicate entry for
8141 just a string as display spec. Move text about recursive display
8142 specs on such a string.
8143
8144 * commands.texi (Key Sequence Input): Clarify.
8145 Move num-nonmacro-input-events out.
8146 (Reading One Event): num-nonmacro-input-events moved here.
8147
8148 2006-01-14 Nick Roberts <nickrob@snap.net.nz>
8149
8150 * advice.texi (Simple Advice): Update example to fit argument
8151 change in previous-line.
8152
8153 2006-01-05 Richard M. Stallman <rms@gnu.org>
8154
8155 * markers.texi (The Mark): Fix in `mark'.
8156
8157 2006-01-04 Richard M. Stallman <rms@gnu.org>
8158
8159 * processes.texi (Misc Network, Make Network): Minor cleanups.
8160
8161 2006-01-04 Kim F. Storm <storm@cua.dk>
8162
8163 * processes.texi (Make Network): Add IPv6 addresses and handling.
8164 (Network Feature Testing): Mention (:family ipv6).
8165 (Misc Network): Add IPv6 formats to format-network-address.
8166
8167 2005-12-30 Richard M. Stallman <rms@gnu.org>
8168
8169 * text.texi (Changing Properties):
8170 Don't use return value of set-text-properties.
8171
8172 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
8173
8174 * modes.texi (Mode Line Format): Correct typo in menu.
8175
8176 2005-12-29 Richard M. Stallman <rms@gnu.org>
8177
8178 * modes.texi (Mode Line Top): New node.
8179 (Mode Line Data): Some text moved to new node.
8180 Explain the data structure more concretely.
8181 (Mode Line Basics): Clarifications.
8182 (Mode Line Variables): Clarify intro paragraph.
8183 (%-Constructs): Clarify intro paragraph.
8184 (Mode Line Format): Update menu.
8185
8186 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
8187
8188 * minibuf.texi (Basic Completion): Update lazy-completion-table
8189 examples for removal of ARGS argument.
8190
8191 2005-12-23 Richard M. Stallman <rms@gnu.org>
8192
8193 * text.texi (Undo): Restore some explanation from the version
8194 that was deleted.
8195
8196 2005-12-23 Eli Zaretskii <eliz@gnu.org>
8197
8198 * text.texi (Undo): Remove duplicate descriptions of `apply
8199 funname' and `apply delta' elements of the undo list.
8200
8201 2005-12-20 Richard M. Stallman <rms@gnu.org>
8202
8203 * help.texi (Help Functions): Update documentation of `apropos'.
8204
8205 2005-12-20 Luc Teirlinck <teirllm@auburn.edu>
8206
8207 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
8208 because it is confusing. If the :help-echo keyword is a function,
8209 it is not directly used as the :help-echo overlay property, as the
8210 xref seems to suggest (it does not take the appropriate args).
8211
8212 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
8213
8214 * customize.texi (Common Keywords): Fix Texinfo usage.
8215 (Group Definitions, Variable Definitions): Update for new
8216 conventions for using `*' in docstrings.
8217
8218 * tips.texi (Documentation Tips): Update for new conventions for
8219 using `*' in docstrings.
8220
8221 2005-12-16 Richard M. Stallman <rms@gnu.org>
8222
8223 * minibuf.texi (Minibuffer Contents): Minor cleanup.
8224
8225 2005-12-16 Juri Linkov <juri@jurta.org>
8226
8227 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
8228
8229 2005-12-14 Romain Francoise <romain@orebokech.com>
8230
8231 * modes.texi (Customizing Keywords): Rename `append' to `how'.
8232 Fix typo.
8233
8234 2005-12-11 Juri Linkov <juri@jurta.org>
8235
8236 * minibuf.texi (Completion Commands): Add mention of read-file-name
8237 for filename completion keymaps.
8238 (Reading File Names): Add mention of filename completion keymaps
8239 for read-file-name and xref to `Completion Commands'.
8240
8241 2005-12-10 Richard M. Stallman <rms@gnu.org>
8242
8243 * customize.texi (Common Keywords): State caveats for use of :tag.
8244
8245 2005-12-08 Richard M. Stallman <rms@gnu.org>
8246
8247 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
8248 with xrefs and better explanation.
8249 (Completion Commands): Add the filename completion maps.
8250
8251 * objects.texi (Character Type): Clarify that \s is not space
8252 if a dash follows.
8253
8254 2005-12-05 Richard M. Stallman <rms@gnu.org>
8255
8256 * windows.texi (Resizing Windows): Delete preserve-before args.
8257
8258 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
8259
8260 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
8261 in full keymaps, since the quirk has been fixed.
8262
8263 2005-12-03 Eli Zaretskii <eliz@gnu.org>
8264
8265 * hooks.texi (Standard Hooks): Add index entries.
8266 Mention `compilation-finish-functions'.
8267
8268 2005-11-27 Richard M. Stallman <rms@gnu.org>
8269
8270 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
8271
8272 2005-11-21 Juri Linkov <juri@jurta.org>
8273
8274 * customize.texi (Common Keywords): Update links types
8275 custom-manual and url-link. Add link types emacs-library-link,
8276 file-link, function-link, variable-link, custom-group-link.
8277
8278 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
8279
8280 * display.texi: Revert 2005-11-20 change.
8281
8282 2005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
8283
8284 * processes.texi (Bindat Functions):
8285 Say "third" to refer to zero-based index "2".
8286
8287 2005-11-18 Luc Teirlinck <teirllm@auburn.edu>
8288
8289 * loading.texi (Library Search): Update the default value of
8290 `load-suffixes'.
8291
8292 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
8293
8294 * display.texi (Attribute Functions): Mention :ignore-defface.
8295
8296 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8297
8298 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
8299 (Minor Mode Conventions): Mention the use of a hook.
8300
8301 2005-11-06 Richard M. Stallman <rms@gnu.org>
8302
8303 * files.texi (Magic File Names): find-file-name-handler checks the
8304 `operations' property of the handler.
8305
8306 2005-11-03 Richard M. Stallman <rms@gnu.org>
8307
8308 * variables.texi (Frame-Local Variables): Small clarification.
8309
8310 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
8311
8312 * os.texi (Init File): Document ~/.emacs.d/init.el.
8313
8314 2005-10-29 Richard M. Stallman <rms@gnu.org>
8315
8316 * internals.texi (Garbage Collection): Document memory-full.
8317
8318 2005-10-28 Bill Wohler <wohler@newt.com>
8319
8320 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
8321 for URLs.
8322
8323 2005-10-28 Richard M. Stallman <rms@gnu.org>
8324
8325 * minibuf.texi (Completion Commands): Clean up prev change.
8326
8327 2005-10-26 Kevin Ryde <user42@zip.com.au>
8328
8329 * compile.texi (Eval During Compile): Explain recommended uses
8330 of eval-when-compile and eval-and-compile.
8331
8332 2005-10-27 Masatake YAMATO <jet@gyve.org>
8333
8334 * minibuf.texi (Completion Commands):
8335 Write about new optional argument for `display-completion-list'.
8336
8337 2005-10-23 Richard M. Stallman <rms@gnu.org>
8338
8339 * display.texi (Overlay Arrow): Clarify about local bindings of
8340 overlay-arrow-position.
8341
8342 2005-10-22 Eli Zaretskii <eliz@gnu.org>
8343
8344 * internals.texi (Building Emacs): Fix last change.
8345
8346 2005-10-22 Richard M. Stallman <rms@gnu.org>
8347
8348 * internals.texi (Building Emacs): Document eval-at-startup.
8349
8350 2005-10-21 Richard M. Stallman <rms@gnu.org>
8351
8352 * loading.texi (Where Defined): load-history contains abs file names.
8353 symbol-file returns abs file names.
8354
8355 2005-10-19 Kim F. Storm <storm@cua.dk>
8356
8357 * display.texi (Showing Images): Add max-image-size integer value.
8358
8359 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
8360
8361 * display.texi (Showing Images): Document max-image-size.
8362
8363 2005-10-17 Richard M. Stallman <rms@gnu.org>
8364
8365 * commands.texi (Quitting): Minor clarification.
8366
8367 * processes.texi (Sentinels): Clarify about output and quitting.
8368 (Filter Functions): Mention with-local-quit.
8369
8370 2005-10-17 Juri Linkov <juri@jurta.org>
8371
8372 * buffers.texi (Current Buffer):
8373 * commands.texi (Event Input Misc):
8374 * compile.texi (Eval During Compile, Compiler Errors):
8375 * customize.texi (Group Definitions):
8376 * display.texi (Progress, Defining Faces):
8377 * files.texi (Writing to Files):
8378 * modes.texi (Mode Hooks, Defining Minor Modes):
8379 * streams.texi (Output Functions):
8380 * syntax.texi (Syntax Table Functions):
8381 * text.texi (Change Hooks):
8382 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
8383
8384 * commands.texi (Quitting): Replace arg `forms' with `body' in
8385 `with-local-quit'.
8386
8387 * positions.texi (Excursions): Replace arg `forms' with `body' in
8388 `save-excursion'.
8389
8390 2005-10-08 Kim F. Storm <storm@cua.dk>
8391
8392 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
8393 Rename manual section accordingly.
8394
8395 2005-10-04 Kim F. Storm <storm@cua.dk>
8396
8397 * windows.texi (Window Split Tree): New section describing
8398 new function window-split-tree function.
8399
8400 2005-10-03 Nick Roberts <nickrob@snap.net.nz>
8401
8402 * display.texi (Fringe Size/Pos): Simplify and add detail.
8403
8404 2005-09-30 Romain Francoise <romain@orebokech.com>
8405
8406 * minibuf.texi (High-Level Completion): Explain that the prompt
8407 given to `read-buffer' should end with a colon and a space.
8408 Update usage examples.
8409
8410 2005-09-29 Juri Linkov <juri@jurta.org>
8411
8412 * display.texi (Displaying Messages): Rename argument name
8413 `string' to `format-string' in functions `message', `message-box',
8414 `message-or-box'.
8415
8416 2005-09-26 Chong Yidong <cyd@stupidchicken.com>
8417
8418 * errors.texi (Standard Errors): Correct xrefs.
8419
8420 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
8421
8422 * display.texi (Defining Images): Update documentation for
8423 `image-load-path'.
8424
8425 2005-09-17 Richard M. Stallman <rms@gnu.org>
8426
8427 * display.texi (Defining Images): Clean up previous change.
8428
8429 2005-09-16 Romain Francoise <romain@orebokech.com>
8430
8431 * elisp.texi: Specify GFDL version 1.2.
8432
8433 * doclicense.texi (GNU Free Documentation License): Update to
8434 version 1.2.
8435
8436 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
8437
8438 * display.texi (Defining Images): Document `image-load-path'.
8439
8440 2005-09-15 Richard M. Stallman <rms@gnu.org>
8441
8442 * objects.texi (Printed Representation): Minor cleanup.
8443 (Box Diagrams): Minor fix.
8444 (Cons Cell Type): Move (...) index item here.
8445 (Box Diagrams): From here.
8446 (Array Type): Minor fix.
8447 (Type Predicates): Delete index "predicates".
8448 (Hash Table Type): Clarify xref.
8449 (Dotted Pair Notation): Minor fix.
8450
8451 2005-09-10 Chong Yidong <cyd@stupidchicken.com>
8452
8453 * files.texi (Saving Buffers): Fix typo.
8454
8455 2005-09-08 Richard M. Stallman <rms@gnu.org>
8456
8457 * tips.texi (Programming Tips): Correct the "default" prompt spec.
8458
8459 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
8460
8461 * locals.texi (Standard Buffer-Local Variables): Don't include
8462 mode variables for minor modes.
8463 Fix xrefs for buffer-display-count, buffer-display-table,
8464 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
8465 enable-multibyte-characters, fill-column, header-line-format,
8466 left-fringe-width, left-margin, and right-fringe-width.
8467
8468 * hooks.texi (Standard Hooks): All hooks should conform to the
8469 standard naming convention now.
8470 Fix xref for `echo-area-clear-hook'.
8471
8472 * display.texi (Usual Display): Note that indicate-empty-lines and
8473 tab-width are buffer-local.
8474
8475 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
8476
8477 * modes.texi (Mode Help): Note that major-mode is buffer-local.
8478
8479 * nonascii.texi (Encoding and I/O): Note that
8480 buffer-file-coding-system is buffer-local.
8481
8482 * positions.texi (List Motion): Note that defun-prompt-regexp is
8483 buffer-local.
8484
8485 * text.texi (Auto Filling): Note that auto-fill-function is
8486 buffer-local.
8487 (Undo): Note that buffer-undo-list is buffer-local.
8488
8489 * windows.texi (Buffers and Windows):
8490 Document buffer-display-count.
8491
8492 2005-09-06 Richard M. Stallman <rms@gnu.org>
8493
8494 * tips.texi (Coding Conventions): Sometimes it is ok to put the
8495 package prefix elsewhere than at the start of the name.
8496
8497 2005-09-03 Richard M. Stallman <rms@gnu.org>
8498
8499 * tips.texi (Programming Tips): Add conventions for minibuffer
8500 questions and prompts.
8501
8502 2005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
8503
8504 * intro.texi (nil and t): Minor cleanup.
8505 Delete spurious mention of keyword symbols.
8506 (Evaluation Notation): Add index entry.
8507 (A Sample Function Description): Minor cleanup.
8508 (A Sample Variable Description): Not all vars can be set.
8509
8510 2005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
8511
8512 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
8513
8514 (Insertion): Document precise type of `insert-char' arg COUNT.
8515
8516 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
8517
8518 * modes.texi (Other Font Lock Variables): Sync the default of
8519 font-lock-lines-before.
8520
8521 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
8522
8523 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
8524
8525 2005-08-29 Richard M. Stallman <rms@gnu.org>
8526
8527 * elisp.texi (Top): Update subnode menu.
8528
8529 * searching.texi (Searching and Matching): Move node.
8530 Rearrange contents and add overall explanation.
8531 (Searching and Case): Move node.
8532 (Searching and Matching): Update menu.
8533
8534 2005-08-27 Eli Zaretskii <eliz@gnu.org>
8535
8536 * os.texi (Startup Summary): Fix the description of the initial
8537 startup message display.
8538
8539 2005-08-25 Richard M. Stallman <rms@gnu.org>
8540
8541 * searching.texi (Search and Replace): Add replace-regexp-in-string.
8542
8543 2005-08-25 Emilio C. Lopes <eclig@gmx.net>
8544
8545 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
8546 `next-overlay-change' example.
8547
8548 2005-08-22 Juri Linkov <juri@jurta.org>
8549
8550 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
8551 Fix invert-face. Fix args of face-background.
8552
8553 * display.texi (Standard Faces): Delete node.
8554 (Faces): Add xref to `(emacs)Standard Faces'.
8555 (Displaying Faces): Fix xref to `Standard Faces'.
8556
8557 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
8558
8559 2005-08-20 Alan Mackenzie <acm@muc.de>
8560
8561 * buffers.texi (The Buffer List): Clarify the manipulation of the
8562 buffer list.
8563
8564 2005-08-14 Richard M. Stallman <rms@gnu.org>
8565
8566 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
8567 a regexp.
8568
8569 2005-08-11 Richard M. Stallman <rms@gnu.org>
8570
8571 * elisp.texi (Top): Update subnode lists.
8572
8573 * display.texi (Inverse Video): Node deleted.
8574
8575 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
8576 New nodes split out of Coding Conventions.
8577
8578 * searching.texi (Regular Expressions): Document re-builder.
8579
8580 * os.texi (Time Parsing): New node split out of Time Conversion.
8581
8582 * processes.texi (Misc Network, Network Feature Testing)
8583 (Network Options, Make Network): New nodes split out of
8584 Low-Level Network.
8585
8586 2005-08-09 Richard M. Stallman <rms@gnu.org>
8587
8588 * frames.texi (Geometry): New node, split from Size and Position.
8589 (Frame Parameters): Refer to Geometry.
8590
8591 * buffers.texi (The Buffer List): Fix xrefs.
8592
8593 * windows.texi (Splitting Windows): Fix xref.
8594
8595 * frames.texi (Layout Parameters): Add xref.
8596
8597 * display.texi (Line Height, Scroll Bars): Fix xrefs.
8598
8599 * keymaps.texi (Menu Bar): Fix xref.
8600
8601 * locals.texi (Standard Buffer-Local Variables): Fix xref.
8602
8603 * modes.texi (%-Constructs): Fix xref.
8604
8605 * frames.texi (Window Frame Parameters): Node split up.
8606 (Basic Parameters, Position Parameters, Size Parameters)
8607 (Layout Parameters, Buffer Parameters, Management Parameters)
8608 (Cursor Parameters, Color Parameters): New subnodes.
8609
8610 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
8611
8612 * positions.texi (Screen Lines): Update xref for previous change
8613 in minibuf.texi.
8614
8615 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
8616 change in minibuf.texi.
8617
8618 2005-08-09 Richard M. Stallman <rms@gnu.org>
8619
8620 * tips.texi (Coding Conventions): Minor cleanup.
8621
8622 * modes.texi (Defining Minor Modes): Explain when init-value
8623 can be non-nil.
8624
8625 * elisp.texi (Top): Update submenu for Minibuffer.
8626
8627 * minibuf.texi (Minibuffer Misc): Node split up.
8628 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
8629 (Recursive Mini): New nodes split out from Minibuffer Misc.
8630 (Minibuffer Misc): Document max-mini-window-height.
8631
8632 * hash.texi (Defining Hash): Delete stray paren in example.
8633
8634 * display.texi (Echo Area Customization): Don't define
8635 max-mini-window-height here; xref instead.
8636
8637 * commands.texi (Event Input Misc): Update while-no-input.
8638
8639 * advice.texi (Advising Functions): Explain when to use advice
8640 and when to use a hook.
8641
8642 2005-07-30 Eli Zaretskii <eliz@gnu.org>
8643
8644 * makefile.w32-in (info): Don't run install-info.
8645 ($(infodir)/dir): New target, produced by running install-info.
8646
8647 2005-07-27 Luc Teirlinck <teirllm@auburn.edu>
8648
8649 * modes.texi (Defining Minor Modes): The keyword for the initial
8650 value is :init-value, not :initial-value.
8651
8652 2005-07-23 Eli Zaretskii <eliz@gnu.org>
8653
8654 * loading.texi (Autoload): Make the `doctor' example be consistent
8655 with what's in current loaddefs.el. Describe the "fn" magic in
8656 the usage portion of the doc string.
8657
8658 2005-07-22 Richard M. Stallman <rms@gnu.org>
8659
8660 * internals.texi (Garbage Collection): Clarify previous change.
8661
8662 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
8663
8664 * internals.texi (Garbage Collection): Add gc-cons-percentage.
8665
8666 2005-07-18 Juri Linkov <juri@jurta.org>
8667
8668 * commands.texi (Accessing Events):
8669 * frames.texi (Text Terminal Colors, Resources):
8670 * markers.texi (The Mark):
8671 * modes.texi (Defining Minor Modes):
8672 Delete duplicate duplicate words.
8673
8674 2005-07-16 Richard M. Stallman <rms@gnu.org>
8675
8676 * display.texi (Managing Overlays): Clarify make-overlay
8677 args for insertion types.
8678
8679 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
8680
8681 * customize.texi (Variable Definitions):
8682 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
8683 `standard-value' is a list too.
8684 (Defining New Types): Use @key{RET} instead of @key{ret}.
8685
8686 2005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
8687
8688 * os.texi (Translating Input): Fix typo.
8689
8690 2005-07-08 Richard M. Stallman <rms@gnu.org>
8691
8692 * README: Update edition number and size estimate.
8693
8694 * elisp.texi (VERSION): Set to 2.9.
8695
8696 2005-07-07 Richard M. Stallman <rms@gnu.org>
8697
8698 * book-spine.texinfo: Update Emacs version.
8699
8700 * display.texi (Inverse Video): Delete mode-line-inverse-video.
8701
8702 2005-07-06 Richard M. Stallman <rms@gnu.org>
8703
8704 * searching.texi (Regexp Search): Clarify what re-search-forward
8705 does when the search fails.
8706
8707 2005-07-05 Lute Kamstra <lute@gnu.org>
8708
8709 * Update FSF's address in GPL notices.
8710
8711 * doclicense.texi (GNU Free Documentation License):
8712 * gpl.texi (GPL):
8713 * tips.texi (Coding Conventions, Library Headers):
8714 * vol1.texi:
8715 * vol2.texi: Update FSF's address.
8716
8717 2005-07-04 Richard M. Stallman <rms@gnu.org>
8718
8719 * hooks.texi (Standard Hooks): Add occur-hook.
8720
8721 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
8722
8723 * display.texi (The Echo Area): Correct menu.
8724
8725 2005-07-03 Richard M. Stallman <rms@gnu.org>
8726
8727 * elisp.texi (Top): Update subnode menu for Display.
8728
8729 * display.texi (Displaying Messages): New node, with most
8730 of what was in The Echo Area.
8731 (Progress): Move under The Echo Area.
8732 (Logging Messages): New node with new text.
8733 (Echo Area Customization): New node, the rest of what was
8734 in The Echo Area. Document message-truncate-lines with @defvar.
8735 (Display): Update menu.
8736
8737 * windows.texi (Textual Scrolling): Doc 3 values for
8738 scroll-preserve-screen-position.
8739
8740 * text.texi (Special Properties): Change hook functions
8741 should bind inhibit-modification-hooks around altering buffer text.
8742
8743 * keymaps.texi (Key Binding Commands): Call binding BINDING
8744 rather than DEFINITION.
8745
8746 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
8747
8748 * variables.texi (Defining Variables): `user-variable-p' returns t
8749 for aliases of user options, nil for alias loops.
8750
8751 2005-06-28 Richard M. Stallman <rms@gnu.org>
8752
8753 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
8754 make-keymap.
8755
8756 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
8757
8758 * variables.texi (Setting Variables): Correct and clarify
8759 description of `add-to-ordered-list'.
8760
8761 2005-06-26 Richard M. Stallman <rms@gnu.org>
8762
8763 * display.texi (Faces): Minor cleanup.
8764
8765 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
8766
8767 * display.texi (Faces): `facep' returns t for strings that are
8768 face names.
8769
8770 2005-06-25 Richard M. Stallman <rms@gnu.org>
8771
8772 * objects.texi (Equality Predicates): Clarify meaning of equal.
8773
8774 * windows.texi (Selecting Windows): save-selected-window
8775 and with-selected-window save and restore the current buffer.
8776
8777 2005-06-24 Richard M. Stallman <rms@gnu.org>
8778
8779 * numbers.texi (Float Basics): Explain how to test for NaN,
8780 and printing the sign of NaNs.
8781
8782 2005-06-24 Eli Zaretskii <eliz@gnu.org>
8783
8784 * makefile.w32-in (MAKEINFO): Use --force.
8785
8786 2005-06-23 Richard M. Stallman <rms@gnu.org>
8787
8788 * display.texi (Face Functions): Correct Texinfo usage.
8789
8790 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
8791
8792 * lists.texi (Rings): `ring-elements' now returns the elements of
8793 RING in order.
8794
8795 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
8796
8797 * markers.texi (The Mark): Texinfo usage fix.
8798
8799 2005-06-23 Kim F. Storm <storm@cua.dk>
8800
8801 * searching.texi (Entire Match Data): Remove evaporate option for
8802 match-data. Do not mention evaporate option for set-match-data.
8803
8804 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
8805
8806 * display.texi (Face Functions): Mention face aliases.
8807
8808 2005-06-21 Richard M. Stallman <rms@gnu.org>
8809
8810 * anti.texi (Antinews): Texinfo usage fix.
8811
8812 2005-06-21 Karl Berry <karl@gnu.org>
8813
8814 * elisp.texi: Use @copying.
8815
8816 * elisp.texi: Put @summarycontents and @contents before the Top
8817 node, instead of the end of the file, so that the contents appear
8818 in the right place in the dvi/pdf output.
8819
8820 2005-06-21 Juri Linkov <juri@jurta.org>
8821
8822 * display.texi (Defining Faces): Add `customized-face'.
8823
8824 2005-06-20 Kim F. Storm <storm@cua.dk>
8825
8826 * variables.texi (Setting Variables): Any type of element can be
8827 given order in add-to-ordered-list. Compare elements with eq.
8828
8829 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
8830
8831 2005-06-20 Karl Berry <karl@gnu.org>
8832
8833 * syntax.texi (Syntax Flags): Make last column very slightly wider
8834 to avoid "generic comment" breaking on two lines and causing an
8835 underfull box.
8836
8837 2005-06-19 Luc Teirlinck <teirllm@auburn.edu>
8838
8839 * lists.texi (Rings): Various minor clarifications and corrections.
8840
8841 2005-06-18 Richard M. Stallman <rms@gnu.org>
8842
8843 * functions.texi (Obsolete Functions): Simplify.
8844
8845 * variables.texi (Variable Aliases): Simplify.
8846
8847 * anti.texi, backups.texi, compile.texi, customization.texi:
8848 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
8849 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
8850 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
8851 * variables.texi: Fix formatting ugliness.
8852
8853 * elisp.texi: Add links to Rings and Byte Packing.
8854 Update version and copyright years.
8855
8856 * minibuf.texi: Fix formatting ugliness.
8857 (Completion Commands): Move keymap vars to the end
8858 and vars completing-read binds to the top.
8859
8860 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
8861
8862 * processes.texi: Fix typos.
8863 (Bindat Spec): Correct Texinfo error.
8864 (Byte Packing): Fix ungrammatical sentence.
8865
8866 2005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
8867
8868 * lists.texi (Rings): New node.
8869 (Lists): Add it to menu.
8870
8871 * processes.texi (Byte Packing): New node.
8872 (Processes): Add it to menu.
8873
8874 2005-06-17 Richard M. Stallman <rms@gnu.org>
8875
8876 * syntax.texi (Parsing Expressions): Fix texinfo usage.
8877
8878 * help.texi (Documentation Basics): Explain the xref to
8879 Documentation Tips.
8880
8881 * debugging.texi (Debugger Commands): Minor fix.
8882
8883 2005-06-16 Luc Teirlinck <teirllm@auburn.edu>
8884
8885 * edebug.texi (Instrumenting): Eliminate duplicate link.
8886 (Specification List): Replace references to "below", referring to
8887 a later node, with one @ref to that node.
8888
8889 * os.texi (Timers): Timers should save and restore the match data
8890 if they change it.
8891
8892 * debugging.texi (Debugger Commands): Mention that the Lisp
8893 debugger can not step through primitive functions.
8894
8895 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
8896
8897 * functions.texi (Obsolete Functions): Update argument names of
8898 `make-obsolete' and `define-obsolete-function-alias'.
8899
8900 * variables.texi (Variable Aliases): Update argument names of
8901 `defvaralias', `make-obsolete-variable' and
8902 `define-obsolete-variable-alias'.
8903
8904 2005-06-15 Kim F. Storm <storm@cua.dk>
8905
8906 * searching.texi (Entire Match Data): Rephrase warnings about
8907 evaporate arg to match-data and set-match-data.
8908
8909 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
8910
8911 * elisp.texi (Top): Update detailed menu.
8912
8913 * edebug.texi (Edebug): Update menu.
8914 (Instrumenting): Update xrefs.
8915 (Edebug Execution Modes): Correct xref.
8916 (Jumping): Clarify description of `h' command.
8917 Eliminate redundant @ref.
8918 (Breaks): New node.
8919 (Breakpoints): Is now a subsubsection.
8920 (Global Break Condition): Mention `C-x X X'.
8921 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
8922 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
8923 (Edebug Display Update): Correct pxref.
8924 (Edebug and Macros): New node.
8925 (Instrumenting Macro Calls): Is now a subsubsection.
8926 Neither arg of `def-edebug-spec' is evaluated.
8927 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
8928 (Specification Examples): Fix typo.
8929
8930 2005-06-14 Lute Kamstra <lute@gnu.org>
8931
8932 * debugging.texi (Function Debugging): Primitives can break on
8933 entry too.
8934
8935 2005-06-14 Kim F. Storm <storm@cua.dk>
8936
8937 * variables.texi (Setting Variables): Add add-to-ordered-list.
8938
8939 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8940
8941 * syntax.texi (Parsing Expressions): Document aux functions and vars of
8942 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
8943
8944 2005-06-13 Lute Kamstra <lute@gnu.org>
8945
8946 * text.texi (Special Properties): Fix cross reference.
8947
8948 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
8949
8950 * debugging.texi (Function Debugging): Delete mention of empty
8951 string argument to `cancel-debug-on-entry'. Delete inaccurate
8952 description of the return value of that command.
8953
8954 2005-06-11 Alan Mackenzie <acm@muc.de>
8955
8956 * text.texi (Adaptive Fill): Amplify the description of
8957 fill-context-prefix.
8958
8959 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
8960
8961 * syntax.texi (Parsing Expressions): Fix Texinfo error.
8962
8963 2005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
8964
8965 * syntax.texi (Parsing Expressions): Document syntax-ppss.
8966
8967 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
8968
8969 * debugging.texi (Error Debugging): Minor rewording.
8970 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
8971 is optional.
8972
8973 2005-06-10 Lute Kamstra <lute@gnu.org>
8974
8975 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
8976 (Top): Give it a title. Correct version number. Give the
8977 detailed node listing a more prominent header.
8978 * intro.texi: Don't set VERSION here a second time.
8979 Mention Emacs's version too.
8980 * anti.texi (Antinews): Use EMACSVER to refer to the current
8981 version of Emacs.
8982
8983 2005-06-09 Kim F. Storm <storm@cua.dk>
8984
8985 * searching.texi (Entire Match Data): Explain new `reseat' argument to
8986 match-data and set-match-data.
8987
8988 2005-06-08 Richard M. Stallman <rms@gnu.org>
8989
8990 * searching.texi (Entire Match Data): Clarify when match-data
8991 returns markers and when integers.
8992
8993 * display.texi (Defining Faces): Explain that face name should not
8994 end in `-face'.
8995
8996 * modes.texi (Mode Line Data): Minor cleanup.
8997 (Customizing Keywords): Node split out of Search-based Fontification.
8998 Add example of using font-lock-add-keywords from a hook.
8999 Clarify when MODE should be non-nil, and when nil.
9000
9001 2005-06-06 Richard M. Stallman <rms@gnu.org>
9002
9003 * modes.texi (Mode Line Data): Explain what happens when the car
9004 of a list is a void symbol.
9005 (Search-based Fontification): Explain MODE arg to
9006 font-lock-add-keywords and warn about calls from major modes.
9007
9008 2005-06-08 Juri Linkov <juri@jurta.org>
9009
9010 * display.texi (Standard Faces): Add `shadow' face.
9011
9012 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
9013
9014 * modes.texi (Major Mode Conventions): A derived mode only needs
9015 to put the call to the parent mode inside `delay-mode-hooks'.
9016
9017 2005-05-29 Richard M. Stallman <rms@gnu.org>
9018
9019 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
9020 new, and what that implies. Clarify.
9021
9022 * files.texi (Locating Files): Clean up the text.
9023
9024 * frames.texi (Window Frame Parameters): Document user-size.
9025 Shorten entry for top by referring to left.
9026
9027 2005-05-26 Richard M. Stallman <rms@gnu.org>
9028
9029 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
9030 is new, and what the implications are. Other clarifications.
9031
9032 2005-05-24 Richard M. Stallman <rms@gnu.org>
9033
9034 * frames.texi (Dialog Boxes): Minor fixes.
9035
9036 2005-05-25 Masatake YAMATO <jet@gyve.org>
9037
9038 * display.texi (Standard Faces): Write about `mode-line-highlight'.
9039
9040 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
9041
9042 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
9043 is optional.
9044
9045 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
9046
9047 * frames.texi (Dialog Boxes): Describe new optional argument.
9048
9049 2005-05-23 Lute Kamstra <lute@gnu.org>
9050
9051 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
9052 syntax-begin-function over font-lock-beginning-of-syntax-function.
9053
9054 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
9055
9056 * minibuf.texi (Reading File Names): Update description of
9057 `read-directory-name'.
9058
9059 * modes.texi (Derived Modes): Clarify :group keyword.
9060
9061 2005-05-21 Eli Zaretskii <eliz@gnu.org>
9062
9063 * files.texi (Locating Files): New subsection.
9064 Describe locate-file and executable-find.
9065
9066 2005-05-21 Kevin Ryde <user42@zip.com.au>
9067
9068 * frames.texi (Initial Parameters): Update cross reference to
9069 "Emacs Invocation".
9070
9071 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
9072
9073 * keymaps.texi (Active Keymaps): Add anchor.
9074
9075 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
9076 (Major Mode Conventions): Refer to `Auto Major Mode' in more
9077 appropriate place.
9078 (Derived Modes): Small clarifications.
9079 (Minor Mode Conventions, Keymaps and Minor Modes):
9080 Replace references to nodes with references to anchors.
9081 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
9082 Clarify description of lists whose first element is an integer.
9083 (Mode Line Variables): Add anchor.
9084 (%-Constructs): Clarify description of integer after %.
9085 (Emulating Mode Line): Describe nil value for FACE.
9086
9087 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
9088
9089 * modes.texi (Derived Modes): Correct references to non-existing
9090 variable standard-syntax-table.
9091
9092 2005-05-17 Lute Kamstra <lute@gnu.org>
9093
9094 * modes.texi (Defining Minor Modes): Mention the mode hook.
9095
9096 2005-05-15 Kim F. Storm <storm@cua.dk>
9097
9098 * processes.texi (Network): Remove open-network-stream-nowait.
9099 (Network Servers): Remove open-network-stream-server.
9100
9101 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
9102
9103 * elisp.texi (Top): Update detailed menu.
9104
9105 * variables.texi: Reorder nodes.
9106 (Variables): Update menu.
9107 (File Local Variables): Do not refer to the `-*-' line as
9108 a "local variables list". Add pxref.
9109
9110 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
9111
9112 * elisp.texi (Top): Update detailed menu for node changes.
9113
9114 * modes.texi (Modes): Update Menu.
9115 (Hooks): Move to beginning of chapter.
9116 Most minor modes run mode hooks too.
9117 `add-hook' can handle void hooks or hooks whose value is a single
9118 function.
9119 (Major Modes): Update Menu.
9120 (Major Mode Basics): New node, split off from `Major Modes'.
9121 (Major Mode Conventions): Correct xref. Explain how to handle
9122 auto-mode-alist if the major mode command has an autoload cookie.
9123 (Auto Major Mode): Major update. Add magic-mode-alist.
9124 (Derived Modes): Major update.
9125 (Mode Line Format): Update Menu.
9126 (Mode Line Basics): New node, split off from `Mode Line Format'.
9127
9128 * loading.texi (Autoload): Mention `autoload cookie' as synonym
9129 for `magic autoload comment'. Add index entries and anchor.
9130
9131 2005-05-14 Richard M. Stallman <rms@gnu.org>
9132
9133 * tips.texi (Coding Conventions): Explain how important it is
9134 that just loading certain files not change Emacs behavior.
9135
9136 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
9137
9138 2005-05-12 Lute Kamstra <lute@gnu.org>
9139
9140 * modes.texi (Generic Modes): Update.
9141 (Major Modes): Refer to node "Generic Modes".
9142
9143 * elisp.texi (Top): Update to the current structure of the manual.
9144 * processes.texi (Processes): Add menu description.
9145 * customize.texi (Customization): Add menu descriptions.
9146
9147 2005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
9148
9149 * processes.texi (Signals to Processes)
9150 (Low-Level Network): Fix typos.
9151
9152 2005-05-11 Lute Kamstra <lute@gnu.org>
9153
9154 * elisp.texi (Top): Add some nodes from the chapter "Major and
9155 Minor Modes" to the detailed node listing.
9156
9157 2005-05-10 Richard M. Stallman <rms@gnu.org>
9158
9159 * keymaps.texi (Extended Menu Items): Menu item filter functions
9160 can be called at any time.
9161
9162 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
9163
9164 * variables.texi (File Local Variables): `(hack-local-variables t)'
9165 now also checks whether a mode is specified in the local variables
9166 list.
9167
9168 2005-05-05 Kevin Ryde <user42@zip.com.au>
9169
9170 * display.texi (The Echo Area): Correct format function cross
9171 reference.
9172
9173 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
9174
9175 * variables.texi (Variable Aliases): Change description of
9176 `define-obsolete-variable-alias'.
9177
9178 * functions.texi (Functions): Add "Obsolete Functions" to menu.
9179 (Defining Functions): Add xref.
9180 (Obsolete Functions): New node.
9181 (Function Safety): Standardize capitalization of section title.
9182
9183 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
9184 (Dialog Boxes): Complete description of `x-popup-dialog'.
9185
9186 2005-05-04 Richard M. Stallman <rms@gnu.org>
9187
9188 * commands.texi (Interactive Codes): Fix Texinfo usage.
9189 Document U more clearly.
9190
9191 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
9192
9193 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
9194 function and not a macro.
9195
9196 * frames.texi (Pop-Up Menus): Correct and clarify description of
9197 `x-popup-menu'.
9198 (Dialog Boxes): Clarify description of `x-popup-dialog'.
9199
9200 2005-05-01 Richard M. Stallman <rms@gnu.org>
9201
9202 * edebug.texi (Checking Whether to Stop): Fix previous change.
9203
9204 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
9205
9206 * display.texi: Fix typos and Texinfo usage.
9207
9208 * edebug.texi (Checking Whether to Stop): executing-macro ->
9209 executing-kbd-macro.
9210
9211 2005-05-01 Richard M. Stallman <rms@gnu.org>
9212
9213 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
9214
9215 2005-04-30 Richard M. Stallman <rms@gnu.org>
9216
9217 * files.texi (Magic File Names): Document `operations' property.
9218
9219 2005-04-29 Lute Kamstra <lute@gnu.org>
9220
9221 * modes.texi (Generic Modes): New node.
9222 (Major Modes): Add it to the menu.
9223 (Derived Modes): Add "derived mode" to concept index.
9224
9225 2005-04-28 Lute Kamstra <lute@gnu.org>
9226
9227 * modes.texi (Defining Minor Modes): Fix previous change.
9228 (Font Lock Mode): Simplify.
9229 (Font Lock Basics): Say that font-lock-defaults is buffer-local
9230 when set and that some parts are optional. Add cross references.
9231 (Search-based Fontification): Say how to specify font-lock-keywords.
9232 Add cross references. Add font-lock-multiline to index.
9233 Move font-lock-keywords-case-fold-search here from node "Other Font
9234 Lock Variables". Document font-lock-add-keywords and
9235 font-lock-remove-keywords.
9236 (Other Font Lock Variables): Move font-lock-keywords-only,
9237 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
9238 and font-lock-syntactic-face-function to node "Syntactic Font
9239 Lock". Move font-lock-keywords-case-fold-search to node
9240 "Search-based Fontification". Document font-lock-inhibit-thing-lock
9241 and font-lock-{,un}fontify-{buffer,region}-function.
9242 (Precalculated Fontification): Remove reference to deleted variable
9243 font-lock-core-only.
9244 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
9245 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
9246 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
9247 and font-lock-syntactic-face-function here from node "Other Font
9248 Lock Variables". Move font-lock-syntactic-keywords to "Setting
9249 Syntax Properties". Add cross references.
9250 (Setting Syntax Properties): New node.
9251 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
9252 * syntax.texi (Syntax Properties): Add cross reference.
9253 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
9254
9255 2005-04-26 Richard M. Stallman <rms@gnu.org>
9256
9257 * display.texi (Defining Faces):
9258 Document `default' elements of defface spec.
9259
9260 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
9261
9262 * variables.texi (Variable Aliases): Clarify text.
9263
9264 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
9265
9266 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
9267
9268 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
9269
9270 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
9271
9272 2005-04-24 Eli Zaretskii <eliz@gnu.org>
9273
9274 * syntax.texi (Syntax Table Internals): Elaborate documentation of
9275 syntax-after and syntax-class.
9276
9277 * files.texi (Changing Files): Fix last change's cross-reference.
9278 (Unique File Names): Don't mention "numbers" in the documentation
9279 of make-temp-file and make-temp-name.
9280
9281 2005-04-23 Richard M. Stallman <rms@gnu.org>
9282
9283 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
9284
9285 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
9286
9287 * windows.texi (Cyclic Window Ordering): Clarify window-list.
9288
9289 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
9290
9291 * variables.texi (Variable Aliases): Describe make-obsolete-variable
9292 and define-obsolete-variable-alias.
9293
9294 2005-04-22 Kim F. Storm <storm@cua.dk>
9295
9296 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
9297 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
9298
9299 2005-04-21 Lute Kamstra <lute@gnu.org>
9300
9301 * lists.texi (Association Lists): Document rassq-delete-all.
9302
9303 2005-04-19 Richard M. Stallman <rms@gnu.org>
9304
9305 * modes.texi (Search-based Fontification): Explain that
9306 facespec is an expression to be evaluated.
9307
9308 2005-04-19 Kevin Ryde <user42@zip.com.au>
9309
9310 * streams.texi (Output Functions): Fix xref.
9311 * strings.texi (String Conversion): Fix xref.
9312
9313 2005-04-19 Kim F. Storm <storm@cua.dk>
9314
9315 * symbols.texi (Symbol Plists): Add safe-get.
9316 Mention that `get' may signal an error.
9317
9318 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
9319
9320 * customize.texi (Variable Definitions): Replace tooltip-mode
9321 example with save-place.
9322
9323 2005-04-17 Richard M. Stallman <rms@gnu.org>
9324
9325 * buffers.texi (Indirect Buffers): Clarify.
9326
9327 * positions.texi (Positions): Clarify converting marker to integer.
9328
9329 * strings.texi (String Basics): Mention string-match; clarify.
9330
9331 2005-04-08 Lute Kamstra <lute@gnu.org>
9332
9333 * modes.texi (Search-based Fontification): Fix cross references.
9334 Use consistent terminology. Document anchored highlighting.
9335
9336 2005-04-05 Lute Kamstra <lute@gnu.org>
9337
9338 * modes.texi (Defining Minor Modes): Document :group keyword
9339 argument and its default value.
9340
9341 2005-04-03 Lute Kamstra <lute@gnu.org>
9342
9343 * hooks.texi (Standard Hooks): Add some hooks. Add cross
9344 references and/or descriptions. Delete major mode hooks; mention
9345 them as a category instead. Rename or delete obsolete hooks.
9346
9347 2005-04-02 Richard M. Stallman <rms@gnu.org>
9348
9349 * nonascii.texi (Coding System Basics): Another wording cleanup.
9350
9351 2005-04-01 Richard M. Stallman <rms@gnu.org>
9352
9353 * nonascii.texi (Coding System Basics): Clarify previous change.
9354
9355 2005-04-01 Kenichi Handa <handa@m17n.org>
9356
9357 * nonascii.texi (Coding System Basics): Describe about roundtrip
9358 identity of coding systems.
9359
9360 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
9361
9362 * text.texi (Buffer Contents): Add filter-buffer-substring and
9363 buffer-substring-filters.
9364
9365 2005-03-26 Chong Yidong <cyd@stupidchicken.com>
9366
9367 * anti.texi (Antinews): Mention `G' interactive code.
9368
9369 * tips.texi (Compilation Tips): Mention benchmark.el.
9370
9371 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
9372
9373 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
9374 is now bound to M-o M-o.
9375
9376 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
9377
9378 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
9379
9380 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
9381 in the Emacs Manual).
9382 * Makefile.in (srcs): Remove calendar.texi.
9383 * makefile.w32-in (srcs): Remove calendar.texi.
9384 * display.texi (Display): Change name of next node.
9385 * os.texi (System In): Change name of previous node.
9386 * elisp.texi (Top): Remove Calendar references.
9387 * vol1.texi (Top): Remove Calendar references.
9388 * vol2.texi (Top): Remove Calendar references.
9389
9390 2005-03-25 Richard M. Stallman <rms@gnu.org>
9391
9392 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
9393 Cleanup previous change.
9394
9395 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
9396
9397 * display.texi (Face Attributes): Faces earlier in an :inherit
9398 list take precedence.
9399 (Scroll Bars): Fix description of vertical-scroll-bars.
9400 Document frame-current-scroll-bars and window-current-scroll-bars.
9401
9402 * markers.texi (The Mark): Document temporary Transient Mark mode.
9403
9404 * minibuf.texi (Reading File Names):
9405 Document read-file-name-completion-ignore-case.
9406
9407 * positions.texi (Screen Lines): Document nil for width argument
9408 to compute-motion.
9409
9410 2005-03-23 Kim F. Storm <storm@cua.dk>
9411
9412 * display.texi (Standard Faces): Other faces used in the fringe
9413 implicitly inherits from the fringe face.
9414 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
9415 properties implicitly inherits from fringe face.
9416 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
9417
9418 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
9419
9420 * display.texi (Invisible Text): State default value of
9421 line-move-ignore-invisible.
9422 (Managing Overlays): Document remove-overlays.
9423 (Standard Faces): Document escape-glyph face.
9424
9425 * minibuf.texi (Reading File Names): Document read-file-name-function.
9426
9427 * modes.texi (Other Font Lock Variables):
9428 Document font-lock-lines-before.
9429
9430 * positions.texi (Skipping Characters): skip-chars-forward allows
9431 character classes.
9432
9433 2005-03-18 Lute Kamstra <lute@gnu.org>
9434
9435 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
9436
9437 2005-03-17 Richard M. Stallman <rms@gnu.org>
9438
9439 * text.texi (Undo): Document extensible undo entries.
9440
9441 * searching.texi (String Search, Regexp Search): Cleanups.
9442
9443 * nonascii.texi (Character Codes): Minor fix.
9444
9445 * display.texi (Display Property): Explain the significance
9446 of having text properties that are eq.
9447 (Other Display Specs): Explain string as display spec.
9448
9449 * commands.texi (Interactive Codes): Document G option.
9450
9451 2005-03-17 Chong Yidong <cyd@stupidchicken.com>
9452
9453 * text.texi (Filling): Add sentence-end-without-period and
9454 sentence-end-without-space.
9455 (Changing Properties): Minor fix.
9456
9457 * anti.texi: Total rewrite.
9458
9459 2005-03-15 Lute Kamstra <lute@gnu.org>
9460
9461 * edebug.texi (Instrumenting Macro Calls): Fix typos.
9462
9463 2005-03-08 Kim F. Storm <storm@cua.dk>
9464
9465 * display.texi (Specified Space): Property :width is support on
9466 non-graphic terminals, :height is not.
9467
9468 2005-03-07 Richard M. Stallman <rms@gnu.org>
9469
9470 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
9471 Now subnodes of Fringes.
9472 (Overlay Arrow): Document overlay-arrow-variable-list.
9473 (Fringe Size/Pos): New node, broken out of Fringes.
9474 (Display): Explain clearing vs redisplay better.
9475 (Truncation): Clarify use of bitmaps.
9476 (The Echo Area): Clarify the uses of the echo area.
9477 Add max-mini-window-height.
9478 (Progress): Clarify.
9479 (Invisible Text): Explain that main loop moves point out.
9480 (Selective Display): Say "hidden", not "invisible".
9481 (Managing Overlays): Move up. Describe relation to Undo here.
9482 (Overlay Properties): Clarify intro.
9483 (Finding Overlays): Explain return values when nothing found.
9484 (Width): truncate-string-to-width has added arg.
9485 (Displaying Faces): Clarify and update mode line face handling.
9486 (Face Functions): Minor cleanup.
9487 (Conditional Display): Merge into Other Display Specs.
9488 (Pixel Specification, Other Display Specs): Minor cleanups.
9489 (Images, Image Descriptors): Minor cleanups.
9490 (GIF Images): Patents have expired.
9491 (Showing Images): Explain default text for insert-image.
9492 (Manipulating Button Types): Merge into Manipulating Buttons.
9493 (Making Buttons): Explain return values.
9494 (Button Buffer Commands): Add xref.
9495 (Inverse Video): Update mode-line-inverse-video.
9496 (Display Table Format): Clarify.
9497 (Active Display Table): Give defaults for window-display-table.
9498
9499 * calendar.texi (Calendar Customizing): calendar-holiday-marker
9500 and calendar-today-marker are strings, not chars.
9501 (Holiday Customizing): Minor fix.
9502
9503 * internals.texi (Writing Emacs Primitives): Update `or' example.
9504 Update limit on # args of subr.
9505
9506 * edebug.texi (Using Edebug): Arrow is in fringe.
9507 (Instrumenting): Arg to eval-defun works without loading edebug.
9508 (Edebug Execution Modes): Add xref.
9509
9510 * customize.texi (Common Keywords): Clarify :require.
9511 Mention :version here.
9512 (Variable Definitions, Group Definitions): Not here.
9513 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
9514
9515 2005-03-07 Chong Yidong <cyd@stupidchicken.com>
9516 * nonascii.texi (Text Representations): Clarify position-bytes.
9517 (Character Sets): Add list-charset-chars.
9518 (Scanning Charsets): Add charset-after.
9519 (Encoding and I/O): Minor fix.
9520
9521 2005-03-06 Richard M. Stallman <rms@gnu.org>
9522
9523 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
9524 (Resizing Windows): Likewise.
9525
9526 * text.texi (Change Hooks): Get rid of "Emacs 21".
9527
9528 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
9529
9530 * streams.texi (Output Variables): Get rid of "Emacs 21".
9531
9532 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
9533
9534 * os.texi (Translating Input): Replace flow-control example
9535 with a less obsolete example that uses `keyboard-translate'.
9536
9537 * objects.texi (Hash Table Type, Circular Objects):
9538 Get rid of "Emacs 21".
9539
9540 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
9541 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
9542
9543 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
9544
9545 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
9546
9547 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
9548 (Menu Bar): Fix when menu-bar-update-hook is called.
9549
9550 * hash.texi (Hash Tables): Get rid of "Emacs 21".
9551
9552 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
9553 and make it read better.
9554
9555 * files.texi (Writing to Files): Get rid of "Emacs 21".
9556 (Unique File Names): Likewise.
9557
9558 * elisp.texi: Update Emacs version to 22.
9559
9560 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
9561 (Overlay Properties, Face Attributes): Likewise.
9562 (Managing Overlays): Fix punctuation.
9563 (Attribute Functions): Clarify set-face-font; get rid of
9564 info about old Emacs versions.
9565 (Auto Faces, Font Lookup, Display Property, Images):
9566 Get rid of "Emacs 21".
9567
9568 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
9569
9570 2005-03-05 Richard M. Stallman <rms@gnu.org>
9571
9572 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
9573
9574 2005-03-04 Lute Kamstra <lute@gnu.org>
9575
9576 * debugging.texi (Error Debugging): Document stack-trace-on-error.
9577
9578 2005-03-03 Lute Kamstra <lute@gnu.org>
9579
9580 * edebug.texi (Instrumenting Macro Calls): Fix typo.
9581
9582 2005-03-01 Lute Kamstra <lute@gnu.org>
9583
9584 * debugging.texi (Debugger Commands): Update `j'.
9585
9586 2005-02-28 Lute Kamstra <lute@gnu.org>
9587
9588 * debugging.texi (Debugging): Fix typo.
9589 (Error Debugging): Document eval-expression-debug-on-error.
9590 (Function Debugging): Update example.
9591 (Using Debugger): Mention starred stack frames.
9592 (Debugger Commands): Document `j' and `l'.
9593 (Invoking the Debugger): `d' and `j' exit recursive edit too.
9594 Update the messages that the debugger displays.
9595 (Internals of Debugger): Add cross reference. Update example.
9596 (Excess Open): Minor improvement.
9597 (Excess Close): Minor improvement.
9598
9599 2005-02-26 Richard M. Stallman <rms@gnu.org>
9600
9601 * tips.texi (Coding Conventions): Clarify.
9602 Put all the major mode key reservations together.
9603 Mention the Mouse-1 => Mouse-2 conventions.
9604
9605 * syntax.texi (Syntax Class Table): Clarify.
9606 (Syntax Table Functions): syntax-after moved from here.
9607 (Syntax Table Internals): syntax-after moved to here.
9608 (Parsing Expressions): Update info on number of values
9609 and what's meaningful in the STATE argument.
9610 (Categories): Fix typo.
9611
9612 * sequences.texi (Arrays): Cleanup.
9613 (Char-Tables): Clarify.
9614
9615 * processes.texi (Deleting Processes): Cleanups, add xref.
9616 (Subprocess Creation): Explain nil in exec-path. Cleanup.
9617 (Process Information): set-process-coding-system, some args optional.
9618 (Input to Processes): Explain various types for PROCESS args.
9619 Rename them from PROCESS-NAME to PROCESS.
9620 (Signals to Processes): Likewise.
9621 (Decoding Output): Cleanup.
9622 (Query Before Exit): Clarify.
9623
9624 * os.texi (Startup Summary): Correct the options; add missing ones.
9625 (Terminal Output, Batch Mode): Clarify.
9626 (Flow Control): Node deleted.
9627
9628 * markers.texi (The Mark): Clarify.
9629
9630 * macros.texi (Expansion): Cleanup.
9631 (Indenting Macros): indent-spec allows ints, not floats.
9632
9633 * keymaps.texi (Keymaps): Clarify.
9634 (Format of Keymaps): Update lisp-mode-map example.
9635 (Active Keymaps, Key Lookup): Clarify.
9636 (Changing Key Bindings): Add xref to `kbd'.
9637 (Key Binding Commands, Simple Menu Items): Clarify.
9638 (Mouse Menus, Menu Bar): Clarify.
9639 (Menu Example): Replace print example with menu-bar-replace-menu.
9640
9641 * help.texi (Documentation Basics): Add function-documentation prop.
9642
9643 * elisp.texi (Top): Don't refer to Flow Control node.
9644
9645 * commands.texi (Command Overview): Improve xrefs.
9646 (Adjusting Point): Adjusting point applies to intangible and invis.
9647 (Key Sequence Input): Doc extra read-key-sequence args.
9648 Likewise for read-key-sequence-vector.
9649
9650 * backups.texi (Rename or Copy): Minor fix.
9651 (Numbered Backups): For version-control, say the default.
9652 (Auto-Saving): make-auto-save-file-name example is simplified.
9653
9654 * advice.texi (Advising Functions): Don't imply one part of Emacs
9655 should advise another part. Markup changes.
9656 (Defining Advice): Move transitional para.
9657 (Activation of Advice): Cleanup.
9658 Explain if COMPILE is nil or negative.
9659
9660 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
9661
9662 2005-02-24 Lute Kamstra <lute@gnu.org>
9663
9664 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
9665 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
9666
9667 2005-02-23 Lute Kamstra <lute@gnu.org>
9668
9669 * modes.texi (Defining Minor Modes): define-minor-mode can be used
9670 to define global minor modes as well.
9671
9672 * display.texi (Managing Overlays): overlay-buffer returns nil for
9673 deleted overlays.
9674
9675 2005-02-22 Kim F. Storm <storm@cua.dk>
9676
9677 * minibuf.texi (Basic Completion): Allow symbols in addition to
9678 strings in try-completion and all-completions.
9679
9680 2005-02-14 Lute Kamstra <lute@gnu.org>
9681
9682 * elisp.texi (Top): Remove reference to deleted node.
9683
9684 * lists.texi (Lists): Remove reference to deleted node.
9685 (Cons Cells): Fix typo.
9686
9687 * loading.texi (Where Defined): Fix typo.
9688
9689 2005-02-14 Richard M. Stallman <rms@gnu.org>
9690
9691 * variables.texi (Creating Buffer-Local): change-major-mode-hook
9692 is useful for discarding some minor modes.
9693
9694 * symbols.texi (Symbol Components): Reorder examples.
9695
9696 * streams.texi (Input Functions): State standard-input default.
9697 (Output Variables): State standard-output default.
9698
9699 * objects.texi (Printed Representation): Clarify read syntax vs print.
9700 (Floating Point Type): Explain meaning better.
9701 (Symbol Type): Explain uniqueness better.
9702 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
9703 List examples sooner.
9704 (Box Diagrams): New subnode broken out.
9705 Some examples moved from old Lists as Boxes node.
9706 (Dotted Pair Notation): Clarify intro.
9707 (Array Type): Clarify.
9708 (Type Predicates): Add hash-table-p.
9709
9710 * numbers.texi (Integer Basics): Clarify radix explanation.
9711 (Predicates on Numbers): Minor clarification.
9712 (Comparison of Numbers): Minor clarification. Clarify eql.
9713 Typos in min, max.
9714 (Math Functions): Clarify overflow in expt.
9715
9716 * minibuf.texi (Text from Minibuffer): Minor clarification.
9717 Mention arrow keys.
9718
9719 * loading.texi (Autoload): defun's doc string overrides autoload's
9720 doc string.
9721 (Repeated Loading): Modernize "add to list" examples.
9722 (Where Defined): Finish updating table of load-history elts.
9723
9724 * lists.texi (List-related Predicates): Minor wording improvement.
9725 (Lists as Boxes): Node deleted.
9726 (Building Lists): Explain trivial cases of number-sequence.
9727
9728 * hash.texi (Hash Tables): Add desc to menu items.
9729 (Creating Hash): Explain "full" means "make larger".
9730 (Hash Access): Any object can be a key.
9731 State value of maphash.
9732
9733 * functions.texi (What Is a Function): Wording cleanup.
9734 (Function Documentation): Minor cleanup.
9735 Explain purpose of calling convention at end of doc string.
9736 (Function Names): Wording cleanup.
9737 (Calling Functions): Wording cleanup.
9738 Explain better how funcall calls the function.
9739 (Function Cells): Delete example of saving and redefining function.
9740
9741 * control.texi (Combining Conditions): Wording cleanup.
9742 (Iteration): dolist and dotimes bind VAR locally.
9743 (Cleanups): Xref to Atomic Changes.
9744
9745 * compile.texi (Byte Compilation): Delete 19.29 info.
9746 (Compilation Functions): Macros' difficulties don't affect defsubst.
9747 (Docs and Compilation): Delete 19.29 info.
9748
9749 2005-02-10 Richard M. Stallman <rms@gnu.org>
9750
9751 * objects.texi (Symbol Type): Minor correction.
9752
9753 2005-02-06 Lute Kamstra <lute@gnu.org>
9754
9755 * modes.texi (Example Major Modes): Fix typos.
9756
9757 2005-02-06 Richard M. Stallman <rms@gnu.org>
9758
9759 * text.texi (Margins): fill-nobreak-predicate can be one function.
9760
9761 * strings.texi (Modifying Strings): clear-string can make unibyte.
9762 (Formatting Strings): format gives error if values missing.
9763
9764 * positions.texi (Character Motion): Mention default arg
9765 for forward-char. backward-char refers to forward-char.
9766 (Word Motion): Mention default arg for forward-word.
9767 (Buffer End Motion): Mention default arg for beginning-of-buffer.
9768 Simplify end-of-buffer.
9769 (Text Lines): Mention default arg for forward-line.
9770 (List Motion): Mention default arg for beginning/end-of-defun.
9771 (Skipping Characters): Minor fixes in explaining character-set.
9772
9773 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
9774 Mode inheritance applies only when default-major-mode is nil.
9775 Clarifications.
9776 (Example Major Modes): Update Text mode and Lisp mode examples.
9777 (Minor Mode Conventions): Mention define-minor-mode at top.
9778 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
9779 (Mode Line Format): Update mode line face display info.
9780 (Properties in Mode): Mention effect of risky vars.
9781 (Imenu): Define imenu-add-to-menubar.
9782 (Font Lock Mode): Add descriptions to menu lines.
9783 (Faces for Font Lock): Add font-lock-doc-face.
9784
9785 2005-02-05 Lute Kamstra <lute@gnu.org>
9786
9787 * text.texi (Maintaining Undo): Remove obsolete function.
9788
9789 2005-02-05 Eli Zaretskii <eliz@gnu.org>
9790
9791 * frames.texi (Color Names): Add pointer to the X docs about RGB
9792 color specifications. Improve indexing.
9793 (Text Terminal Colors): Replace the description of RGB values by
9794 an xref to "Color Names".
9795
9796 2005-02-03 Richard M. Stallman <rms@gnu.org>
9797
9798 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
9799 Clarify.
9800 (Selecting Windows): Clarify save-selected-window.
9801 (Cyclic Window Ordering): Clarify walk-windows.
9802 (Window Point): Clarify.
9803 (Window Start): Add comment to example.
9804 (Resizing Windows): Add `interactive' specs in examples.
9805 Document fit-window-to-buffer.
9806
9807 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
9808 (Undo, Maintaining Undo): Clarify last change.
9809 (Sorting): In sort-numeric-fields, explain about octal and hex.
9810 Mention sort-numeric-base.
9811 (Format Properties): Add xref for hard newlines.
9812
9813 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
9814 (Pop-Up Menus): Fix typo.
9815 (Color Names): Explain all types of color names.
9816 Explain color-values on B&W terminal.
9817 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
9818
9819 * files.texi (File Locks): Not supported on MS systems.
9820 (Testing Accessibility): Clarify.
9821
9822 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
9823 (Coverage Testing): Fix typo.
9824
9825 * commands.texi (Misc Events): Remove stray space.
9826
9827 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
9828 (Modification Time): Clarify when visited-file-modtime returns 0.
9829 (The Buffer List): Clarify bury-buffer.
9830 (Killing Buffers): Clarify.
9831 (Indirect Buffers): Add clone-indirect-buffer.
9832
9833 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
9834
9835 * edebug.texi (Printing in Edebug): Fix default value of
9836 edebug-print-circle.
9837 (Coverage Testing): Fix displayed frequency count data.
9838
9839 2005-02-02 Luc Teirlinck <teirllm@auburn.edu>
9840
9841 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
9842
9843 2005-02-02 Kim F. Storm <storm@cua.dk>
9844
9845 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
9846
9847 2005-01-29 Eli Zaretskii <eliz@gnu.org>
9848
9849 * commands.texi (Misc Events): Describe the help-echo event.
9850
9851 * text.texi (Special Properties) <help-echo>: Use `pos'
9852 consistently in description of the help-echo property.
9853 Use @code{nil} instead of @var{nil}.
9854
9855 * display.texi (Overlay Properties): Fix the index entry for
9856 help-echo overlay property.
9857
9858 * customize.texi (Type Keywords): Uncomment the xref to the
9859 help-echo property documentation.
9860
9861 2005-01-23 Kim F. Storm <storm@cua.dk>
9862
9863 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
9864 return value. Third element FULLY replaced by PARTIAL which
9865 specifies number of invisible pixels if row is only partially visible.
9866 (Textual Scrolling): Mention auto-window-vscroll.
9867 (Vertical Scrolling): New defvar auto-window-vscroll.
9868
9869 2005-01-16 Luc Teirlinck <teirllm@auburn.edu>
9870
9871 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
9872 command remapping.
9873
9874 2005-01-15 Richard M. Stallman <rms@gnu.org>
9875
9876 * display.texi (Defining Images): Mention DATA-P arg of create-image.
9877
9878 2005-01-14 Kim F. Storm <storm@cua.dk>
9879
9880 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
9881
9882 * text.texi (Links and Mouse-1): Fix string and vector item.
9883
9884 2005-01-13 Richard M. Stallman <rms@gnu.org>
9885
9886 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
9887 descriptions of overriding-local-map and overriding-terminal-local-map.
9888
9889 * text.texi (Links and Mouse-1): Clarify text.
9890
9891 2005-01-13 Kim F. Storm <storm@cua.dk>
9892
9893 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
9894
9895 2005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
9896
9897 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
9898
9899 2005-01-12 Kim F. Storm <storm@cua.dk>
9900
9901 * text.texi (Links and Mouse-1): Rename section from Enabling
9902 Mouse-1 to Following Links. Change xrefs.
9903 Add examples for define-button-type and define-widget.
9904
9905 * display.texi (Button Properties, Button Buffer Commands):
9906 Clarify mouse-1 and follow-link functionality.
9907
9908 2005-01-12 Richard M. Stallman <rms@gnu.org>
9909
9910 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
9911
9912 * display.texi (Beeping): Fix Texinfo usage.
9913
9914 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
9915
9916 2005-01-11 Kim F. Storm <storm@cua.dk>
9917
9918 * display.texi (Button Properties, Button Buffer Commands):
9919 Mention mouse-1 binding. Add follow-link keyword.
9920
9921 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
9922 (Enabling Mouse-1 to Follow Links): New subsection.
9923
9924 2005-01-06 Richard M. Stallman <rms@gnu.org>
9925
9926 * text.texi (Special Properties): Minor change.
9927
9928 * os.texi (Timers): Clarify previous change.
9929
9930 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
9931
9932 2005-01-01 Luc Teirlinck <teirllm@auburn.edu>
9933
9934 * display.texi (Face Attributes): Correct xref to renamed node.
9935
9936 2005-01-01 Richard M. Stallman <rms@gnu.org>
9937
9938 * display.texi (Face Attributes): Describe hex color specs.
9939
9940 2004-12-31 Richard M. Stallman <rms@gnu.org>
9941
9942 * os.texi (Timers): Update previous change.
9943
9944 2004-12-30 Kim F. Storm <storm@cua.dk>
9945
9946 * display.texi (Line Height): Total line-height is now specified
9947 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
9948 in cons cells. (nil . RATIO) is relative to actual line height.
9949 Use line-height `t' instead of `0' to get minimum height.
9950
9951 2004-12-29 Richard M. Stallman <rms@gnu.org>
9952
9953 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
9954
9955 2004-12-28 Richard M. Stallman <rms@gnu.org>
9956
9957 * commands.texi (Quitting): Clarify value of with-local-quit.
9958
9959 * elisp.texi (Top): Fix previous change.
9960
9961 * loading.texi (Loading): Fix previous change.
9962
9963 2004-12-27 Richard M. Stallman <rms@gnu.org>
9964
9965 * Makefile.in (MAKEINFO): Specify --force.
9966
9967 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
9968
9969 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
9970
9971 * display.texi (Line Height): Further clarify.
9972
9973 * elisp.texi (Top): Update Loading submenu.
9974
9975 * loading.texi (Where Defined): New node.
9976 (Unloading): load-history moved to Where Defined.
9977
9978 2004-12-21 Richard M. Stallman <rms@gnu.org>
9979
9980 * commands.texi (Event Input Misc): Add while-no-input.
9981
9982 2004-12-11 Richard M. Stallman <rms@gnu.org>
9983
9984 * display.texi (Line Height): Rewrite text for clarity.
9985
9986 2004-12-11 Kim F. Storm <storm@cua.dk>
9987
9988 * display.texi (Display): Add node "Line Height" to menu.
9989 (Line Height): New node. Move full description of line-spacing
9990 and line-height text properties here from text.texi.
9991 (Scroll Bars): Add vertical-scroll-bar variable.
9992
9993 * frames.texi (Window Frame Parameters): Remove line-height defvar.
9994
9995 * locals.texi (Standard Buffer-Local Variables): Fix xref for
9996 line-spacing and vertical-scroll-bar.
9997
9998 * text.texi (Special Properties): Just mention line-spacing and
9999 line-height here, add xref to new "Line Height" node.
10000
10001 2004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
10002
10003 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
10004
10005 * locals.texi (Standard Buffer-Local Variables):
10006 Add @xref for `line-spacing'.
10007
10008 2004-12-05 Richard M. Stallman <rms@gnu.org>
10009
10010 * Makefile.in (maintainer-clean): Remove the info files
10011 in $(infodir) where they are created.
10012
10013 2004-12-03 Richard M. Stallman <rms@gnu.org>
10014
10015 * windows.texi (Selecting Windows): get-lru-window and
10016 get-largest-window don't consider dedicated windows.
10017
10018 * text.texi (Undo): Document undo-in-progress.
10019
10020 2004-11-26 Richard M. Stallman <rms@gnu.org>
10021
10022 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
10023 Remove a few vars that are not always buffer-local.
10024
10025 2004-11-24 Luc Teirlinck <teirllm@auburn.edu>
10026
10027 * locals.texi (Standard Buffer-Local Variables): Comment out
10028 xref's to non-existent node `Yet to be written'.
10029
10030 2004-11-24 Richard M. Stallman <rms@gnu.org>
10031
10032 * processes.texi (Synchronous Processes): Grammar fix.
10033
10034 * numbers.texi (Comparison of Numbers): Add eql.
10035
10036 * locals.texi (Standard Buffer-Local Variables): Add many vars.
10037
10038 * intro.texi (Printing Notation): Fix previous change.
10039
10040 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
10041 and default-indicate-buffer-boundaries from here.
10042 (Usual Display): To here.
10043 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
10044 (Usual Display): Move tab-width up.
10045
10046 * customize.texi (Variable Definitions):
10047 Replace show-paren-mode example with tooltip-mode.
10048 (Simple Types, Composite Types, Defining New Types):
10049 Minor cleanups.
10050
10051 2004-11-21 Jesper Harder <harder@ifa.au.dk>
10052
10053 * processes.texi (Synchronous Processes, Output from Processes):
10054 Markup fix.
10055
10056 2004-11-20 Richard M. Stallman <rms@gnu.org>
10057
10058 * positions.texi (Skipping Characters): skip-chars-forward
10059 now handles char classes.
10060
10061 * intro.texi (Printing Notation): Avoid confusion of `print'
10062 when explaining @print.
10063
10064 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
10065
10066 * display.texi (Display Table Format): Minor fix.
10067
10068 * streams.texi (Output Functions): Fix print example.
10069
10070 * Makefile.in (elisp): New target.
10071 (dist): Depend on $(infodir)/elisp, not elisp.
10072 Copy the info files from $(infodir).
10073
10074 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
10075 read-from-minibuffer.
10076
10077 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
10078
10079 2004-11-19 Richard M. Stallman <rms@gnu.org>
10080
10081 * searching.texi (Regexp Search): Add search-whitespace-regexp.
10082
10083 2004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
10084
10085 * tips.texi (Coding Conventions): Fix typo.
10086
10087 2004-11-16 Richard M. Stallman <rms@gnu.org>
10088
10089 * tips.texi (Coding Conventions): Separate defvar and require
10090 methods to avoid warnings. Use require only when there are many
10091 functions and variables from that package.
10092
10093 * minibuf.texi (Minibuffer Completion): When ignoring case,
10094 predicate must not be case-sensitive.
10095
10096 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
10097 (Test Coverage): Don't talk about "splotches". Clarified.
10098
10099 2004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
10100
10101 * frames.texi (Window Frame Parameters): Fix typo.
10102
10103 2004-11-15 Kim F. Storm <storm@cua.dk>
10104
10105 * symbols.texi (Other Plists): Note that plist-get may signal error.
10106 Add safe-plist-get.
10107
10108 2004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
10109
10110 * modes.texi (Font Lock Basics): Fix typo.
10111
10112 2004-11-08 Richard M. Stallman <rms@gnu.org>
10113
10114 * syntax.texi (Syntax Table Functions): Add syntax-after.
10115
10116 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
10117
10118 * os.texi (Processor Run Time): New section documenting
10119 get-internal-run-time.
10120
10121 2004-11-06 Eli Zaretskii <eliz@gnu.org>
10122
10123 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
10124 it nukes elisp-cover.texi.
10125 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
10126 elisp-0 etc.
10127
10128 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
10129
10130 * commands.texi (Keyboard Macros): Document `append' return value
10131 of `defining-kbd-macro'.
10132
10133 2004-11-01 Richard M. Stallman <rms@gnu.org>
10134
10135 * commands.texi (Interactive Call): Add called-interactively-p.
10136
10137 2004-10-29 Simon Josefsson <jas@extundo.com>
10138
10139 * minibuf.texi (Reading a Password): Revert.
10140
10141 2004-10-28 Richard M. Stallman <rms@gnu.org>
10142
10143 * frames.texi (Display Feature Testing): Explain about "vendor".
10144
10145 2004-10-27 Richard M. Stallman <rms@gnu.org>
10146
10147 * commands.texi (Interactive Codes): `N' uses numeric prefix,
10148 not raw. Clarify `n'.
10149 (Interactive Call): Rewrite interactive-p, focusing on when
10150 and how to use it.
10151 (Misc Events): Clarify previous change.
10152
10153 * advice.texi (Simple Advice): Clarify what job the example does.
10154 (Around-Advice): Clarify ad-do-it.
10155 (Activation of Advice): An option of ad-default-compilation-action
10156 is `never', not `nil'.
10157
10158 2004-10-26 Kim F. Storm <storm@cua.dk>
10159
10160 * commands.texi (Interactive Codes): Add U code letter.
10161
10162 2004-10-25 Simon Josefsson <jas@extundo.com>
10163
10164 * minibuf.texi (Reading a Password): Add.
10165
10166 2004-10-24 Jason Rumney <jasonr@gnu.org>
10167
10168 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
10169 and wheel-down.
10170
10171 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
10172
10173 * processes.texi (Synchronous Processes): Document process-file.
10174
10175 2004-10-22 Kenichi Handa <handa@m17n.org>
10176
10177 * text.texi (translate-region): Document that it accepts also a
10178 char-table.
10179
10180 2004-10-22 David Ponce <david@dponce.com>
10181
10182 * windows.texi (Resizing Windows): Document the `preserve-before'
10183 argument of the functions `enlarge-window' and `shrink-window'.
10184
10185 2004-10-19 Jason Rumney <jasonr@gnu.org>
10186
10187 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
10188
10189 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
10190
10191 * text.texi (Filling): Add anchor for definition of
10192 `sentence-end-double-space'.
10193
10194 * searching.texi (Regexp Example): Update description of how
10195 Emacs currently recognizes the end of a sentence.
10196 (Standard Regexps): Update definition of the variable
10197 `sentence-end'. Add definition of the function `sentence-end'.
10198
10199 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
10200
10201 * display.texi (Progress): New node.
10202
10203 2004-10-05 Kim F. Storm <storm@cua.dk>
10204
10205 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
10206
10207 2004-09-29 Kim F. Storm <storm@cua.dk>
10208
10209 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
10210 to identify bitmaps. Remove -fringe-bitmap suffix for standard
10211 fringe bitmap symbols, as they now have their own namespace.
10212 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
10213 vs. pixels. Signal error if no free bitmap slots.
10214 (Pixel Specification): Change IMAGE to @var{image}.
10215
10216 2004-09-28 Richard M. Stallman <rms@gnu.org>
10217
10218 * text.texi (Special Properties): Clarify line-spacing and line-height.
10219
10220 * searching.texi (Regexp Search): Add looking-back.
10221
10222 2004-09-25 Luc Teirlinck <teirllm@auburn.edu>
10223
10224 * display.texi: Correct typos.
10225 (Image Descriptors): Correct xref's.
10226
10227 2004-09-25 Richard M. Stallman <rms@gnu.org>
10228
10229 * text.texi (Special Properties): Cleanups in `cursor'.
10230 Rewrites in `line-height' and `line-spacing'; exchange them.
10231
10232 * display.texi (Fringes): Rewrite previous change.
10233 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
10234 (Display Fringe Bitmaps): Node deleted, text moved.
10235 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
10236 (Scroll Bars): Clarify set-window-scroll-bars.
10237 (Pointer Shape): Rewrite.
10238 (Specified Space): Clarify :align-to, etc.
10239 (Pixel Specification): Use @var. Clarify new text.
10240 (Other Display Specs): Clarify `slice'.
10241 (Image Descriptors): Cleanups.
10242 (Showing Images): Cleanups.
10243
10244 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
10245
10246 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
10247
10248 * modes.texi: Various minor changes in addition to:
10249 (Major Mode Conventions): Final call to `run-mode-hooks' should
10250 not be inside the `delay-mode-hooks' form.
10251 (Mode Hooks): New node.
10252 (Hooks): Delete obsolete example.
10253 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
10254 node "Mode Hooks".
10255
10256 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
10257
10258 * display.texi: Correct various typos.
10259 (Display): Rename node "Pointer Shapes" to "Pointer
10260 Shape". (There is already a node called "Pointer Shapes" in
10261 frames.texi.)
10262 (Images): Remove non-existent node "Image Slices" from menu.
10263
10264 2004-09-23 Kim F. Storm <storm@cua.dk>
10265
10266 * text.texi (Special Properties): Add `cursor', `pointer',
10267 `line-height', and `line-spacing' properties.
10268
10269 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
10270 Shapes' to menu.
10271 (Standard Faces): Doc fix for fringe face.
10272 (Fringes): Add `overflow-newline-into-fringe' and
10273 'indicate-buffer-boundaries'.
10274 (Fringe Bitmaps, Pointer Shapes): New nodes.
10275 (Display Property): Add 'Pixel Specification' and 'Display Fringe
10276 Bitmaps' to menu.
10277 (Specified Space): Describe pixel width and height.
10278 (Pixel Specification): New node.
10279 (Other Display Specs): Add `slice' property.
10280 (Display Fringe Bitmaps): New node.
10281 (Images): Add 'Image Slices' to menu.
10282 (Image Descriptors): Add `:pointer' and `:map' properties.
10283 (Showing Images): Add slice arg to `insert-image'.
10284 Add 'insert-sliced-image'.
10285
10286 2004-09-20 Richard M. Stallman <rms@gnu.org>
10287
10288 * commands.texi (Key Sequence Input):
10289 Clarify downcasing in read-key-sequence.
10290
10291 2004-09-08 Juri Linkov <juri@jurta.org>
10292
10293 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
10294
10295 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
10296
10297 * locals.texi (Standard Buffer-Local Variables):
10298 Add `buffer-auto-save-file-format'.
10299 * internals.texi (Buffer Internals): Describe new
10300 auto_save_file_format field of the buffer structure.
10301 * files.texi (Format Conversion): `auto-save-file-format' has been
10302 renamed `buffer-auto-save-file-format'.
10303
10304 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
10305
10306 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
10307 an integer or a marker.
10308 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
10309
10310 2004-08-22 Richard M. Stallman <rms@gnu.org>
10311
10312 * modes.texi (Major Mode Conventions): Discuss rebinding of
10313 standard key bindings.
10314
10315 2004-08-18 Kim F. Storm <storm@cua.dk>
10316
10317 * processes.texi (Accepting Output): Add `just-this-one' arg to
10318 `accept-process-output'.
10319 (Output from Processes): New var `process-adaptive-read-buffering'.
10320
10321 2004-08-10 Luc Teirlinck <teirllm@auburn.edu>
10322
10323 * keymaps.texi: Various changes in addition to:
10324 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
10325 Give more varied examples for `kbd'.
10326 (Creating Keymaps): Char tables have slots for all characters
10327 without modifiers.
10328 (Active Keymaps): `overriding-local-map' and
10329 `overriding-terminal-local-map' also override text property and
10330 overlay keymaps.
10331 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
10332 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
10333 to denote a prefix of no events.
10334 `map-keymap' includes parent's bindings _recursively_.
10335 Clarify and correct description of `where-is-internal'.
10336 Mention BUFFER-OR-NAME arg to `describe-bindings'.
10337 (Menu Example): For menus intended for use with the keyboard, the
10338 menu items should be bound to characters or real function keys.
10339
10340 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
10341
10342 * objects.texi (Character Type): Reposition `@anchor' to prevent
10343 double space inside sentence in Info.
10344
10345 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
10346 renamed to `disabled-command-function'.
10347 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
10348 (Command Loop Info): Replace reference to it.
10349 (Disabling Commands): `disabled-command-hook' has been renamed to
10350 `disabled-command-function'.
10351
10352 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
10353
10354 * os.texi (Translating Input): Only non-prefix bindings in
10355 `key-translation-map' override actual key bindings. Warn about
10356 possible indirect effect of actual key bindings on non-prefix
10357 bindings in `key-translation-map'.
10358
10359 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
10360
10361 * minibuf.texi (High-Level Completion): Add anchor for definition
10362 of `read-variable'.
10363
10364 * commands.texi: Various changes in addition to:
10365 (Using Interactive): Clarify description of `interactive-form'.
10366 (Interactive Call): Mention default for KEYS argument to
10367 `call-interactively'.
10368 (Command Loop Info): Clarify description of `this-command-keys'.
10369 Mention KEEP-RECORD argument to `clear-this-command-keys'.
10370 Value of `last-event-frame' can be `macro'.
10371 (Repeat Events): `double-click-fuzz' is also used to distinguish
10372 clicks and drags.
10373 (Classifying Events): Clarify descriptions of `event-modifiers'
10374 `event-basic-type' and `event-convert-list'.
10375 (Accessing Events): `posn-timestamp' takes POSITION argument.
10376 (Quoted Character Input): Clarify description of
10377 `read-quoted-char' and fix example.
10378 (Quitting): Add `with-local-quit'.
10379 (Disabling Commands): Correct and clarify descriptions of
10380 `enable-command' and `disable-command'.
10381 Mention what happens if `disabled-command-hook' is nil.
10382 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
10383 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
10384
10385 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
10386
10387 * frames.texi: Various changes in addition to:
10388 (Creating Frames): Expand and clarify description of `make-frame'.
10389 (Window Frame Parameters): Either none or both of the `icon-left'
10390 and `icon-top' parameters must be specified. Put descriptions of
10391 `menu-bar-lines' and `toolbar-lines' closer together and change
10392 them accordingly.
10393 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
10394 except while processing `frame-title-format' or `icon-title-format'.
10395 (Deleting Frames): Correct description of `delete-frame'.
10396 Non-nil return values of `frame-live-p' are like those of `framep'.
10397 (Frames and Windows): Mention return value of
10398 `set-frame-selected-window'.
10399 (Visibility of Frames): Mention `force' argument to
10400 `make-frame-invisible'. `frame-visible-p' returns t for all
10401 frames on text-only terminals.
10402 (Frame Configurations): Restoring a frame configuration does not
10403 restore deleted frames.
10404 (Window System Selections): `x-set-selection' returns DATA.
10405 (Resources): Add example.
10406 (Display Feature Testing): Clarify descriptions of
10407 `display-pixel-height', `display-pixel-width', `x-server-version'
10408 and `x-server-vendor'.
10409
10410 * windows.texi (Choosing Window): Add anchor.
10411 * minibuf.texi (Minibuffer Misc): Add anchor.
10412
10413 2004-07-23 John Paul Wallington <jpw@gnu.org>
10414
10415 * macros.texi (Defining Macros): Declaration keyword for setting
10416 Edebug spec is `debug' not `edebug'.
10417
10418 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
10419
10420 * windows.texi: Various small changes in addition to:
10421 (Window Point): Mention return value of `set-window-point'.
10422 (Window Start): `pos-visible-in-window-p' disregards horizontal
10423 scrolling. Explain return value if PARTIALLY is non-nil.
10424 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
10425 and `set-window-vscroll'.
10426 (Size of Window): The argument WINDOW to `window-inside-edges',
10427 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
10428 (Resizing Windows): Explain return value of
10429 `shrink-window-if-larger-than-buffer'.
10430 `window-size-fixed' automatically becomes buffer local when set.
10431 (Window Configurations): Explain return value of
10432 `set-window-configuration'.
10433
10434 * minibuf.texi (Minibuffer Misc): Add anchor for
10435 `minibuffer-scroll-window'.
10436
10437 * positions.texi (Text Lines): Add anchor for `count-lines'.
10438
10439 2004-07-17 Richard M. Stallman <rms@gnu.org>
10440
10441 * display.texi (Overlay Properties): Adding `evaporate' prop
10442 deletes empty overlay immediately.
10443
10444 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
10445 fix example.
10446
10447 2004-07-16 Jim Blandy <jimb@redhat.com>
10448
10449 * searching.texi (Regexp Backslash): Document new \_< and \_>
10450 operators.
10451
10452 2004-07-16 Juanma Barranquero <lektu@terra.es>
10453
10454 * display.texi (Images): Fix Texinfo usage.
10455
10456 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
10457
10458 * buffers.texi (Modification Time): `visited-file-modtime' now
10459 returns a list of two integers, instead of a cons.
10460
10461 2004-07-13 Luc Teirlinck <teirllm@auburn.edu>
10462
10463 * windows.texi: Various changes in addition to:
10464 (Splitting Windows): Add `split-window-keep-point'.
10465
10466 2004-07-09 Richard M. Stallman <rms@gnu.org>
10467
10468 * frames.texi (Input Focus): Minor fix.
10469
10470 2004-07-07 Luc Teirlinck <teirllm@auburn.edu>
10471
10472 * frames.texi (Input Focus): Clarify descriptions of
10473 `select-frame-set-input-focus' and `select-frame'.
10474
10475 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
10476
10477 * os.texi: Various small changes in addition to:
10478 (Killing Emacs): Expand and clarify description of
10479 `kill-emacs-query-functions' and `kill-emacs-hook'.
10480 (System Environment): Expand and clarify description of `getenv'
10481 and `setenv'.
10482 (Timers): Clarify description of `run-at-time'.
10483 (Translating Input): Correct description of
10484 `extra-keyboard-modifiers'.
10485 (Flow Control): Correct description of `enable-flow-control'.
10486
10487 2004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
10488
10489 * os.texi: Update copyright.
10490 (Session Management): Grammar fix.
10491 Clarify which Emacs does the restarting.
10492 Use @samp for *scratch* buffer.
10493
10494 2004-07-04 Alan Mackenzie <acm@muc.de>
10495
10496 * frames.texi (Input Focus): Add documentation for
10497 `select-frame-set-input-focus'. Replace refs to non-existent
10498 `switch-frame' with `select-frame'. Minor corrections and tidying
10499 up of text-only terminal stuff.
10500
10501 2004-07-02 Richard M. Stallman <rms@gnu.org>
10502
10503 * files.texi (Saving Buffers): Cleanup write-contents-function.
10504 (Magic File Names): Cleanup file-remote-p.
10505
10506 2004-07-02 Kai Großjohann <kai@emptydomain.de>
10507
10508 * files.texi (Magic File Names): `file-remote-p' returns an
10509 identifier of the remote system, not just t.
10510
10511 2004-07-02 David Kastrup <dak@gnu.org>
10512
10513 * searching.texi (Entire Match Data): Add explanation about new
10514 match-data behavior when @var{integers} is non-nil.
10515
10516 2004-06-24 Richard M. Stallman <rms@gnu.org>
10517
10518 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
10519
10520 * customize.texi (Variable Definitions): Note about doc strings
10521 and :set.
10522
10523 * keymaps.texi (Keymap Terminology): Document `kbd'.
10524 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
10525
10526 * display.texi (Invisible Text): Setting buffer-invisibility-spec
10527 makes it buffer-local.
10528
10529 * files.texi (Saving Buffers): Correct previous change.
10530
10531 * commands.texi (Accessing Events):
10532 Clarify posn-col-row and posn-actual-col-row.
10533
10534 2004-06-24 David Ponce <david.ponce@wanadoo.fr>
10535
10536 * commands.texi (Accessing Events): New functions
10537 posn-at-point and posn-at-x-y. Add example to posn-x-y.
10538
10539 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
10540
10541 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
10542 * frames.texi, buffers.texi, backups.texi, variables.texi:
10543 * loading.texi, eval.texi, functions.texi, control.texi:
10544 * symbols.texi, minibuf.texi: Reposition @anchor's.
10545
10546 * help.texi: Various small changes in addition to the following.
10547 (Describing Characters): Describe PREFIX argument to
10548 `key-description'. Correct and clarify definition of
10549 `text-char-description'. Describe NEED-VECTOR argument to
10550 `read-kbd-macro'.
10551 (Help Functions): Clarify definition of `apropos'.
10552
10553 2004-06-23 Lars Hansen <larsh@math.ku.dk>
10554
10555 * files.texi (Saving Buffers): Correct description of
10556 `write-contents-functions'.
10557
10558 2004-06-21 Juanma Barranquero <lektu@terra.es>
10559
10560 * display.texi (Images): Remove redundant @vindex directives.
10561 Rewrite `image-library-alist' doc in active voice.
10562
10563 2004-06-14 Juanma Barranquero <lektu@terra.es>
10564
10565 * display.texi (Images): Document new delayed library loading,
10566 variable `image-library-alist' and (existing but undocumented)
10567 function `image-type-available-p'.
10568
10569 2004-06-05 Richard M. Stallman <rms@gnu.org>
10570
10571 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
10572 refer the user to the Initial Input node.
10573 (Text from Minibuffer): Likewise.
10574 (Initial Input): New node. Document this feature
10575 and say it is mostly deprecated.
10576
10577 2004-05-30 Richard M. Stallman <rms@gnu.org>
10578
10579 * loading.texi (Named Features): Clarify return value
10580 and meaning of NOERROR.
10581
10582 * variables.texi (File Local Variables): Minor cleanup.
10583
10584 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
10585
10586 * files.texi (Magic File Names): Add `file-remote-p' as operation
10587 of file name handlers.
10588
10589 2004-05-29 Richard M. Stallman <rms@gnu.org>
10590
10591 * modes.texi (Minor Mode Conventions): (-) has no special meaning
10592 as arg to a minor mode command.
10593
10594 2004-05-22 Richard M. Stallman <rms@gnu.org>
10595
10596 * syntax.texi (Syntax Class Table): Word syntax not just for English.
10597
10598 * streams.texi (Output Variables): Doc float-output-format.
10599
10600 * searching.texi (Regexp Special): Nested repetition can be infloop.
10601
10602 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
10603 real stack overflow.
10604
10605 * compile.texi: Minor cleanups.
10606
10607 2004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
10608
10609 * lists.texi (Cons Cells): Explain dotted lists, true lists,
10610 circular lists.
10611 (List Elements): Explain handling of circular and dotted lists.
10612
10613 2004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
10614
10615 * modes.texi (Search-based Fontification): Fix typo.
10616
10617 2004-05-10 Juanma Barranquero <lektu@terra.es>
10618
10619 * modes.texi (Mode Line Variables): Fix description of
10620 global-mode-string, which is now after which-func-mode, not the
10621 buffer name.
10622
10623 2004-05-07 Lars Hansen <larsh@math.ku.dk>
10624
10625 * modes.texi (Desktop Save Mode): Add.
10626 (Modes): Add menu entry Desktop Save Mode.
10627
10628 * hooks.texi: Add desktop-after-read-hook,
10629 desktop-no-desktop-file-hook and desktop-save-hook.
10630
10631 * locals.texi: Add desktop-save-buffer.
10632
10633 2004-04-30 Jesper Harder <harder@ifa.au.dk>
10634
10635 * display.texi: emacs -> Emacs.
10636
10637 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
10638
10639 * files.texi (Changing Files): Document set-file-times.
10640
10641 2004-04-23 Juanma Barranquero <lektu@terra.es>
10642
10643 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
10644
10645 2004-04-18 Jesper Harder <harder@ifa.au.dk>
10646
10647 * tips.texi (Coding Conventions): defopt -> defcustom.
10648
10649 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
10650
10651 * sequences.texi: Various clarifications.
10652
10653 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
10654
10655 * buffers.texi (Read Only Buffers): Mention optional ARG to
10656 `toggle-read-only'.
10657
10658 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
10659
10660 * windows.texi (Selecting Windows): Note that get-lru-window
10661 returns a full-width window if possible.
10662
10663 2004-04-13 Luc Teirlinck <teirllm@auburn.edu>
10664
10665 * buffers.texi: Various changes in addition to:
10666 (Buffer File Name): Add `find-buffer-visiting'.
10667 (Buffer Modification): Mention optional ARG to `not-modified'.
10668 (Indirect Buffers): Mention optional CLONE argument to
10669 `make-indirect-buffer'.
10670
10671 * files.texi: Various changes in addition to:
10672 (Visiting Functions): `find-file-hook' is now a normal hook.
10673 (File Name Expansion): Explain difference between the way that
10674 `expand-file-name' and `file-truename' treat `..'.
10675 (Contents of Directories): Mention optional ID-FORMAT argument to
10676 `directory-files-and-attributes'.
10677 (Format Conversion): Mention new optional CONFIRM argument to
10678 `format-write-file'.
10679
10680 2004-04-12 Miles Bader <miles@gnu.org>
10681
10682 * macros.texi (Expansion): Add description of `macroexpand-all'.
10683
10684 2004-04-05 Jesper Harder <harder@ifa.au.dk>
10685
10686 * variables.texi (Variable Aliases):
10687 Mention cyclic-variable-indirection.
10688
10689 * errors.texi (Standard Errors): Ditto.
10690
10691 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
10692
10693 * backups.texi: Various small changes in addition to:
10694 (Making Backups): Mention return value of `backup-buffer'.
10695 (Auto-Saving): Mention optional FORCE argument to
10696 `delete-auto-save-file-if-necessary'.
10697 (Reverting): Mention optional PRESERVE-MODES argument to
10698 `revert-buffer'. Correct description of `revert-buffer-function'.
10699
10700 2004-03-22 Juri Linkov <juri@jurta.org>
10701
10702 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
10703 with `Vector Functions'.
10704
10705 * text.texi (Sorting): Add missing quote.
10706
10707 2004-03-14 Luc Teirlinck <teirllm@auburn.edu>
10708
10709 * intro.texi (Lisp History): Replace xref to `cl' manual with
10710 inforef.
10711
10712 2004-03-12 Richard M. Stallman <rms@gnu.org>
10713
10714 * intro.texi (Version Info): Add arg to emacs-version.
10715 (Lisp History): Change xref to CL manual.
10716
10717 2004-03-09 Luc Teirlinck <teirllm@auburn.edu>
10718
10719 * minibuf.texi (Completion Commands): Add xref to Emacs manual
10720 for Partial Completion mode.
10721
10722 2004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
10723
10724 * customize.texi: Fix typo. Remove eol whitespace.
10725
10726 2004-03-04 Richard M. Stallman <rms@gnu.org>
10727
10728 * processes.texi: Fix typos.
10729
10730 * lists.texi (Building Lists): Minor clarification.
10731
10732 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
10733 in make-hash-table.
10734
10735 2004-02-29 Juanma Barranquero <lektu@terra.es>
10736
10737 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
10738 rm, and ignore exit code.
10739
10740 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
10741
10742 * display.texi (Defining Faces): Add description for min-colors.
10743 Update example.
10744
10745 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
10746
10747 * abbrevs.texi: Various corrections and clarifications in addition
10748 to the following:
10749 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
10750
10751 2004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
10752
10753 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
10754
10755 2004-02-21 Luc Teirlinck <teirllm@auburn.edu>
10756
10757 * text.texi: Various small changes in addition to the following:
10758 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
10759 to delete-horizontal-space.
10760 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
10761 description of yank-handler text property at various places.
10762
10763 * frames.texi (Window System Selections): Add anchor.
10764
10765 * syntax.texi (Syntax Table Functions): Clarify and correct
10766 descriptions of make-syntax-table and copy-syntax-table.
10767 (Motion and Syntax): Clarify SYNTAXES argument to
10768 skip-syntax-forward.
10769 (Parsing Expressions): Mention that the return value of
10770 parse-partial-sexp is currently a list of ten rather than nine
10771 elements.
10772 (Categories): Various corrections and clarifications.
10773
10774 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
10775
10776 * markers.texi (Marker Insertion Types): Minor change.
10777
10778 * locals.texi (Standard Buffer-Local Variables):
10779 * commands.texi (Interactive Codes, Using Interactive):
10780 * functions.texi (Related Topics): Fix xrefs.
10781
10782 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
10783
10784 * lists.texi (Sets And Lists): Update description of delete-dups.
10785
10786 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
10787
10788 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
10789
10790 2004-02-16 Jan Djärv <jan.h.d@swipnet.se>
10791
10792 * frames.texi (Parameter Access): frame-parameters arg is optional.
10793 modify-frame-parameters handles nil for FRAME.
10794 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
10795 are all-or-nothing for certain toolkits.
10796 Mention parameter wait-for-wm.
10797 (Frames and Windows): In frame-first-window and frame-selected-window
10798 the arg is optional.
10799 (Input Focus): In redirect-frame-focus the second arg is optional.
10800 (Window System Selections): Mention selection type CLIPBOARD.
10801 Mention data-type UTF8_STRING.
10802 Mention numbering of cut buffers.
10803 (Resources): Describe x-resource-name.
10804
10805 2004-02-16 Richard M. Stallman <rms@gnu.org>
10806
10807 * windows.texi (Buffers and Windows): Delete false table
10808 about all-frames.
10809
10810 * syntax.texi (Parsing Expressions): Delete old caveat
10811 about parse-sexp-ignore-comments.
10812
10813 * streams.texi (Output Variables): Add print-quoted.
10814
10815 * lists.texi (Building Lists): Minor cleanup.
10816
10817 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
10818
10819 * display.texi (Overlays): Explain overlays use markers.
10820 (Managing Overlays): Explain front-advance and rear-advance
10821 in more detail.
10822
10823 * loading.texi (Unloading): Document unload-feature-special-hooks.
10824 Get rid of fns-NNN.el file.
10825
10826 2004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
10827
10828 * help.texi (Describing Characters): Fix text-char-description
10829 example output.
10830
10831 * edebug.texi (Using Edebug): Fix example.
10832
10833 * debugging.texi (Internals of Debugger): Fix return value.
10834
10835 * files.texi (Changing Files): Fix argname.
10836
10837 * calendar.texi: Fix parens, and default values.
10838
10839 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
10840 * nonascii.texi, objects.texi, os.texi: Minor fixes.
10841 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
10842
10843 * positions.texi (Text Lines): Don't add -1 in current-line.
10844
10845 2004-02-16 Richard M. Stallman <rms@gnu.org>
10846
10847 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
10848
10849 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
10850
10851 * processes.texi (Low-Level Network): Fix a typo.
10852
10853 2004-02-12 Kim F. Storm <storm@cua.dk>
10854
10855 * display.texi (Fringes): Use consistent wording.
10856 Note that window-fringe's window arg is optional.
10857 (Scroll Bars): Use consistent wording.
10858
10859 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
10860
10861 * tips.texi (Comment Tips): Document the new conventions for
10862 commenting out code.
10863
10864 2004-02-07 Jan Djärv <jan.h.d@swipnet.se>
10865
10866 * positions.texi (Text Lines): Add missing end defun.
10867
10868 2004-02-07 Kim F. Storm <storm@cua.dk>
10869
10870 * positions.texi (Text Lines): Add line-number-at-pos.
10871
10872 2004-02-06 John Paul Wallington <jpw@gnu.org>
10873
10874 * display.texi (Button Properties, Button Buffer Commands):
10875 mouse-2 invokes button, not down-mouse-1.
10876
10877 2004-02-04 Jason Rumney <jasonr@gnu.org>
10878
10879 * makefile.w32-in: Sync with Makefile.in changes.
10880
10881 2004-02-03 Luc Teirlinck <teirllm@auburn.edu>
10882
10883 * minibuf.texi (Text from Minibuffer): Various corrections and
10884 clarifications.
10885 (Object from Minibuffer): Correct Lisp description of
10886 read-minibuffer.
10887 (Minibuffer History): Clarify description of cons values for
10888 HISTORY arguments.
10889 (Basic Completion): Various corrections and clarifications.
10890 Add completion-regexp-list.
10891 (Minibuffer Completion): Correct and clarify description of
10892 completing-read.
10893 (Completion Commands): Mention Partial Completion mode.
10894 Various other minor changes.
10895 (High-Level Completion): Various corrections and clarifications.
10896 (Reading File Names): Ditto.
10897 (Minibuffer Misc): Ditto.
10898
10899 2004-01-26 Luc Teirlinck <teirllm@auburn.edu>
10900
10901 * strings.texi (Text Comparison): assoc-string also matches
10902 elements of alists that are strings instead of conses.
10903 (Formatting Strings): Standardize Texinfo usage. Update index
10904 entries.
10905
10906 2004-01-20 Luc Teirlinck <teirllm@auburn.edu>
10907
10908 * lists.texi (Sets And Lists): Add delete-dups.
10909
10910 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
10911
10912 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
10913 special form.
10914 * macros.texi (Defining Macros): Update description of `declare',
10915 which now is a macro.
10916 (Wrong Time): Fix typos.
10917
10918 2004-01-14 Luc Teirlinck <teirllm@auburn.edu>
10919
10920 * compile.texi (Compilation Functions): Expand descriptions of
10921 `compile-defun', `byte-compile-file', `byte-recompile-directory'
10922 and `batch-byte-compile'. In particular, mention and describe
10923 all optional arguments.
10924 (Disassembly): Correct and clarify the description of `disassemble'.
10925
10926 2004-01-11 Luc Teirlinck <teirllm@auburn.edu>
10927
10928 * searching.texi: Various small changes in addition to the
10929 following.
10930 (Regexp Example): Adapt to new value of `sentence-end'.
10931 (Regexp Functions): The PAREN argument to `regexp-opt' can be
10932 `words'.
10933 (Search and Replace): Add usage note for `perform-replace'.
10934 (Entire Match Data): Mention INTEGERS and REUSE arguments to
10935 `match-data'.
10936 (Standard Regexps): Update for new values of `paragraph-start'
10937 and `sentence-end'.
10938
10939 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
10940
10941 * files.texi (Saving Buffers): Clarify descriptions of
10942 `write-contents-functions' and `before-save-hook'.
10943 Make the defvar's for `before-save-hook' and `after-save-hook'
10944 into defopt's.
10945
10946 2004-01-07 Kim F. Storm <storm@cua.dk>
10947
10948 * commands.texi (Click Events): Describe new image and
10949 width/height elements of click events.
10950 (Accessing Events): Add posn-string, posn-image, and
10951 posn-object-width-height. Change posn-object to return either
10952 image or string object.
10953
10954 2004-01-01 Simon Josefsson <jas@extundo.com>
10955
10956 * hooks.texi (Standard Hooks): Add before-save-hook.
10957 * files.texi (Saving Buffers): Likewise.
10958
10959 2004-01-03 Richard M. Stallman <rms@gnu.org>
10960
10961 * frames.texi (Frames and Windows): Delete frame-root-window.
10962
10963 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
10964
10965 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
10966
10967 * functions.texi: Various small changes in addition to the
10968 following.
10969 (What Is a Function): `functionp' returns nil for macros.
10970 Clarify behavior of this and following functions for symbol arguments.
10971 (Function Documentation): Add `\' in front of (fn @var{arglist})
10972 and explain why.
10973 (Defining Functions): Mention DOCSTRING argument to `defalias'.
10974 Add anchor.
10975 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
10976
10977 2004-01-01 Miles Bader <miles@gnu.org>
10978
10979 * display.texi (Buttons): New section.
10980
10981 2003-12-31 Andreas Schwab <schwab@suse.de>
10982
10983 * numbers.texi (Math Functions): sqrt reports a domain-error
10984 error.
10985 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
10986
10987 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
10988
10989 * tips.texi (Documentation Tips): Update item on hyperlinks in
10990 documentation strings.
10991
10992 * errors.texi (Standard Errors): Various small corrections and
10993 additions.
10994
10995 * control.texi: Various small changes in addition to the
10996 following.
10997 (Signaling Errors): Provide some more details on how `signal'
10998 constructs the error message. Add anchor to the definition of
10999 `signal'.
11000 (Error Symbols): Describe special treatment of `quit'.
11001 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
11002 to emphasize that it has to be a single form.
11003
11004 * buffers.texi: Add anchor.
11005
11006 2003-12-29 Richard M. Stallman <rms@gnu.org>
11007
11008 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
11009 (Window Configurations): Add window-configuration-frame.
11010
11011 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
11012
11013 * text.texi (Examining Properties): Add get-char-property-and-overlay.
11014 Change arg name in get-char-property.
11015 (Special Properties): Update handling of keymap property.
11016
11017 * strings.texi (Modifying Strings): Add clear-string.
11018 (Text Comparison): Add assoc-string and remove
11019 assoc-ignore-case, assoc-ignore-representation.
11020
11021 * os.texi (Time of Day): Add set-time-zone-rule.
11022
11023 * numbers.texi (Math Functions): asin, acos, log, log10
11024 report domain-error errors.
11025
11026 * nonascii.texi (Converting Representations):
11027 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
11028 (Encoding and I/O): Add file-name-coding-system.
11029
11030 * modes.texi (Search-based Fontification): Explain that
11031 face specs are symbols with face names as values.
11032
11033 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
11034
11035 * lists.texi (Building Lists): remq moved elsewhere.
11036 (Sets And Lists): remq moved here.
11037 (Association Lists): Refer to assoc-string.
11038
11039 * internals.texi (Garbage Collection): Add memory-use-counts.
11040
11041 * frames.texi (Frames and Windows): Add set-frame-selected-window
11042 and frame-root-window.
11043
11044 * files.texi (Contents of Directories):
11045 Add directory-files-and-attributes.
11046
11047 * display.texi (Refresh Screen): Add force-window-update.
11048 (Invisible Text): Explain about moving point out of invis text.
11049 (Overlay Properties): Add overlay-properties.
11050 (Managing Overlays): Add overlayp.
11051 (GIF Images): Invalid image number displays a hollow box.
11052
11053 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
11054 (Killing Buffers): Add buffer-live-p.
11055
11056 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
11057
11058 * display.texi (Fringes): Fix typo "set-buffer-window".
11059
11060 2003-12-24 Luc Teirlinck <teirllm@auburn.edu>
11061
11062 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
11063 * nonascii.texi, processes.texi, tips.texi, variables.texi:
11064 Add or change various xrefs and anchors.
11065
11066 * commands.texi: Replace all occurrences of @acronym{CAR} with
11067 @sc{car}, for consistency with the rest of the Elisp manual.
11068 `car' and `cdr' are historically acronyms, but are no longer
11069 widely thought of as such.
11070
11071 * internals.texi (Pure Storage): Mention that `purecopy' does not
11072 copy text properties.
11073 (Object Internals): Now 29 bits are used (in most implementations)
11074 to address Lisp objects.
11075
11076 * variables.texi (Variables with Restricted Values): New node.
11077
11078 * objects.texi (Lisp Data Types): Mention that certain variables
11079 can only take on a restricted set of values and add an xref to
11080 the new node "Variables with Restricted Values".
11081
11082 * eval.texi (Function Indirection): Describe the errors that
11083 `indirect-function' can signal.
11084 (Eval): Clarify the descriptions of `eval-region' and `values'.
11085 Describe `eval-buffer' instead of `eval-current-buffer' and
11086 mention `eval-current-buffer' as an alias for `current-buffer'.
11087 Correct the description and mention all optional arguments.
11088
11089 * nonascii.texi: Various small changes in addition to the
11090 following.
11091 (Converting Representations): Clarify behavior of
11092 `string-make-multibyte' and `string-to-multibyte' for unibyte all
11093 ASCII arguments.
11094 (Character Sets): Document the variable `charset-list' and adapt
11095 the definition of the function `charset-list' accordingly.
11096 (Translation of Characters): Clarify use of generic characters in
11097 `make-translation-table'. Clarify and correct the description of
11098 the use of translation tables in encoding and decoding.
11099 (User-Chosen Coding Systems): Correct and clarify the description
11100 of `select-safe-coding-system'.
11101 (Default Coding Systems): Clarify description of
11102 `file-coding-system-alist'.
11103
11104 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
11105
11106 * strings.texi (Text Comparison): Correctly describe when two
11107 strings are `equal'. Combine and clarify descriptions of
11108 `assoc-ignore-case' and `assoc-ignore-representation'.
11109
11110 * objects.texi (Non-ASCII in Strings): Clarify description of
11111 when a string is unibyte or multibyte.
11112 (Bool-Vector Type): Update examples.
11113 (Equality Predicates): Correctly describe when two strings are
11114 `equal'.
11115
11116 2003-11-29 Luc Teirlinck <teirllm@auburn.edu>
11117
11118 * lists.texi (Building Lists): `append' no longer accepts integer
11119 arguments. Update the description of `number-sequence' to reflect
11120 recent changes.
11121 (Sets And Lists): Describe `member-ignore-case' after `member'.
11122
11123 2003-11-27 Kim F. Storm <storm@cua.dk>
11124
11125 * commands.texi (Click Events): Click object may be an images.
11126 Describe (dx . dy) element of click positions.
11127 (Accessing Events): Remove duplicate posn-timestamp.
11128 New functions posn-object and posn-object-x-y.
11129
11130 2003-11-23 Kim F. Storm <storm@cua.dk>
11131
11132 * commands.texi (Click Events): Describe enhancements to event
11133 position lists, including new text-pos and (col . row) items.
11134 Mention left-fringe and right-fringe area events.
11135 (Accessing Events): New functions posn-area and
11136 posn-actual-col-row. Mention posn-timestamp. Mention that
11137 posn-point in non-text area still returns buffer position.
11138 Clarify posn-col-row.
11139
11140 2003-11-21 Lars Hansen <larsh@math.ku.dk>
11141
11142 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
11143 * anti.texi (File Attributes): Describe removed parameter
11144 ID-FORMAT.
11145
11146 2003-11-20 Luc Teirlinck <teirllm@auburn.edu>
11147
11148 * positions.texi (Positions): Mention that, if a marker is used as
11149 a position, its buffer is ignored.
11150
11151 * markers.texi (Overview of Markers): Mention it here too.
11152
11153 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
11154
11155 * numbers.texi (Numeric Conversions): Not just `floor', but also
11156 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
11157
11158 2003-11-10 Luc Teirlinck <teirllm@auburn.edu>
11159
11160 * markers.texi (Creating Markers): Specify insertion type of
11161 created markers. Add xref to `Marker Insertion Types'.
11162 Second argument to `copy-marker' is optional.
11163 (Marker Insertion Types): Mention that most markers are created
11164 with insertion type nil.
11165 (The Mark): Correctly describe when `mark' signals an error.
11166 (The Region): Correctly describe when `region-beginning' and
11167 `region-end' signal an error.
11168
11169 2003-11-08 Luc Teirlinck <teirllm@auburn.edu>
11170
11171 * hash.texi (Creating Hash): Clarify description of `eql'.
11172 `makehash' is obsolete.
11173 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
11174
11175 * positions.texi (Point): Change description of `buffer-end', so
11176 that it is also correct for floating point arguments.
11177 (List Motion): Correct argument lists of `beginning-of-defun' and
11178 `end-of-defun'.
11179 (Excursions): Add xref to `Marker Insertion Types'.
11180 (Narrowing): Argument to `narrow-to-page' is optional.
11181
11182 2003-11-06 Luc Teirlinck <teirllm@auburn.edu>
11183
11184 * streams.texi (Output Streams): Clarify behavior of point for
11185 marker output streams.
11186
11187 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
11188
11189 * variables.texi (Defining Variables): Second argument to
11190 `defconst' is not optional.
11191 (Setting Variables): Mention optional argument APPEND to
11192 `add-to-list'.
11193 (Creating Buffer-Local): Expand description of
11194 `make-variable-buffer-local'.
11195 (Frame-Local Variables): Expand description of
11196 `make-variable-frame-local'.
11197 (Variable Aliases): Correct description of optional argument
11198 DOCSTRING to `defvaralias'. Mention return value of
11199 `defvaralias'.
11200 (File Local Variables): Add xref to `File variables' in Emacs
11201 Manual. Correct description of `hack-local-variables'. Mention
11202 `safe-local-variable' property. Mention optional second argument
11203 to `risky-local-variable-p'.
11204
11205 2003-11-03 Luc Teirlinck <teirllm@auburn.edu>
11206
11207 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
11208
11209 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
11210
11211 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
11212 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
11213 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
11214 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
11215 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
11216 lispref/processes.texi, lispref/searching.texi,
11217 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
11218 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
11219 @acronym{FOO}.
11220
11221 2003-10-27 Luc Teirlinck <teirllm@auburn.edu>
11222
11223 * strings.texi (Creating Strings): Argument START to `substring'
11224 can not be `nil'. Expand description of
11225 `substring-no-properties'. Correct description of `split-string',
11226 especially with respect to empty matches. Prevent very bad line
11227 break in definition of `split-string-default-separators'.
11228 (Text Comparison): `string=' and `string<' also accept symbols as
11229 arguments.
11230 (String Conversion): More completely describe argument BASE in
11231 `string-to-number'.
11232 (Formatting Strings): `%s' and `%S' in `format' do require
11233 corresponding object. Clarify behavior of numeric prefix after
11234 `%' in `format'.
11235 (Case Conversion): The argument to `upcase-initials' can be a
11236 character.
11237
11238 2003-10-27 Kenichi Handa <handa@m17n.org>
11239
11240 * display.texi (Fontsets): Fix texinfo usage.
11241
11242 2003-10-25 Kenichi Handa <handa@m17n.org>
11243
11244 * display.texi (Fontsets): Add description of the function
11245 set-fontset-font.
11246
11247 2003-10-23 Luc Teirlinck <teirllm@auburn.edu>
11248
11249 * display.texi (Temporary Displays): Add xref to `Documentation
11250 Tips'.
11251
11252 * functions.texi (Function Safety): Use inforef instead of pxref
11253 for SES.
11254
11255 2003-10-23 Andreas Schwab <schwab@suse.de>
11256
11257 * Makefile.in (TEX, texinputdir): Don't define.
11258 (TEXI2DVI): Define.
11259 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
11260 add $(srcdir)/index.texi.
11261 ($(infodir)/elisp): Remove index.texi dependency.
11262 (elisp.dvi): Likewise. Use $(TEXI2DVI).
11263 (index.texi): Remove target.
11264 (dist): Don't link $(srcdir)/permute-index.
11265 (clean): Don't remove index.texi.
11266
11267 * permute-index, index.perm: Remove.
11268 * index.texi: Rename from index.unperm.
11269
11270 2003-10-22 Luc Teirlinck <teirllm@auburn.edu>
11271
11272 * tips.texi (Documentation Tips): Document new behavior for face
11273 and variable hyperlinks in Help mode.
11274
11275 2003-10-21 Luc Teirlinck <teirllm@auburn.edu>
11276
11277 * objects.texi (Integer Type): Update for extra bit of integer range.
11278 (Character Type): Ditto.
11279
11280 2003-10-16 Eli Zaretskii <eliz@gnu.org>
11281
11282 * numbers.texi (Integer Basics): Add index entries for reading
11283 numbers in hex, octal, and binary.
11284
11285 2003-10-16 Lute Kamstra <lute@gnu.org>
11286
11287 * modes.texi (Mode Line Format): Mention force-mode-line-update's
11288 argument.
11289
11290 2003-10-13 Luc Teirlinck <teirllm@auburn.edu>
11291
11292 * windows.texi (Choosing Window): Fix typo.
11293 * edebug.texi (Edebug Execution Modes): Fix typo.
11294
11295 2003-10-13 Richard M. Stallman <rms@gnu.org>
11296
11297 * windows.texi (Basic Windows): A window has fringe settings,
11298 display margins and scroll-bar settings.
11299 (Splitting Windows): Doc split-window return value.
11300 Clean up one-window-p.
11301 (Selecting Windows): Fix typo.
11302 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
11303 (Buffers and Windows): In set-window-buffer, explain effect
11304 on fringe settings and scroll bar settings.
11305 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
11306 (Choosing Window): Use defopt for pop-up-frame-function.
11307 For special-display-buffer-names, explain same-window and same-frame.
11308 Clarify window-dedicated-p return value.
11309 (Textual Scrolling): scroll-up and scroll-down can get an error.
11310 (Horizontal Scrolling): Clarify auto-hscroll-mode.
11311 Clarify set-window-hscroll.
11312 (Size of Window): Don't mention tool bar in window-height.
11313 (Coordinates and Windows): Explain what coordinates-in-window-p
11314 returns for fringes and display margins.
11315 (Window Configurations): Explain saving fringes, etc.
11316
11317 * tips.texi (Library Headers): Clean up Documentation.
11318
11319 * syntax.texi (Parsing Expressions): Clean up forward-comment
11320 and parse-sexp-lookup-properties.
11321
11322 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
11323
11324 * os.texi (System Environment): Clean up text for load-average errors.
11325
11326 * modes.texi (Hooks): Don't explain local hook details at front.
11327 Clarify run-hooks and run-hook-with-args a little.
11328 Clean up add-hook and remove-hook.
11329
11330 * edebug.texi (Edebug Execution Modes): Clarify t.
11331 Document edebug-sit-for-seconds.
11332 (Coverage Testing): Document C-x X = and =.
11333 (Instrumenting Macro Calls): Fix typo.
11334 (Specification List): Don't index the specification keywords.
11335
11336 2003-10-10 Kim F. Storm <storm@cua.dk>
11337
11338 * processes.texi (Network): Introduce make-network-process.
11339
11340 2003-10-09 Luc Teirlinck <teirllm@auburn.edu>
11341
11342 * tips.texi (Library Headers): Fix typo.
11343
11344 2003-10-07 Juri Linkov <juri@jurta.org>
11345
11346 * modes.texi (Imenu): Mention imenu-create-index-function's
11347 default value. Explain submenus better.
11348
11349 2003-10-07 Lute Kamstra <lute@gnu.org>
11350
11351 * modes.texi (Faces for Font Lock): Fix typo.
11352 (Hooks): Explain how buffer-local hook variables can refer to
11353 global hook variables.
11354 Various minor clarifications.
11355
11356 2003-10-06 Lute Kamstra <lute@gnu.org>
11357
11358 * tips.texi (Coding Conventions): Mention naming conventions for
11359 hooks.
11360
11361 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
11362
11363 * loading.texi (Library Search): Correct default value of
11364 load-suffixes.
11365 (Named Features): Fix typo.
11366
11367 2003-10-05 Richard M. Stallman <rms@gnu.org>
11368
11369 * loading.texi (Named Features): In `provide',
11370 say how to test for subfeatures.
11371 (Unloading): In unload-feature, use new var name
11372 unload-feature-special-hooks.
11373
11374 2003-10-03 Lute Kamstra <lute@gnu.org>
11375
11376 * modes.texi (Major Mode Conventions): Mention third way to set up
11377 Imenu.
11378 (Imenu): A number of small fixes.
11379 Delete documentation of internal variable imenu--index-alist.
11380 Document the return value format of imenu-create-index-function
11381 functions.
11382
11383 2003-09-30 Richard M. Stallman <rms@gnu.org>
11384
11385 * processes.texi (Network): Say what stopped datagram connections do.
11386
11387 * lists.texi (Association Lists): Clarify `assq-delete-all'.
11388
11389 * display.texi (Overlay Properties): Clarify `evaporate' property.
11390
11391 2003-09-29 Lute Kamstra <lute@gnu.org>
11392
11393 * modes.texi (Mode Line Data): Explain when symbols in mode-line
11394 constructs should be marked as risky.
11395 Change cons cell into proper list.
11396 (Mode Line Variables): Change cons cell into proper list.
11397
11398 2003-09-26 Lute Kamstra <lute@gnu.org>
11399
11400 * modes.texi (Mode Line Data): Document the :propertize construct.
11401 (Mode Line Variables): Reorder the descriptions of the variables
11402 to match their order in the default mode-line-format.
11403 Describe the new variables mode-line-position and mode-line-modes.
11404 Update the default values of mode-line-frame-identification,
11405 minor-mode-alist, and default-mode-line-format.
11406 (Properties in Mode): Mention the :propertize construct.
11407
11408 2003-09-26 Richard M. Stallman <rms@gnu.org>
11409
11410 * buffers.texi, commands.texi, debugging.texi, eval.texi:
11411 * loading.texi, minibuf.texi, text.texi, variables.texi:
11412 Avoid @strong{Note:}.
11413
11414 2003-09-26 Richard M. Stallman <rms@gnu.org>
11415
11416 * keymaps.texi (Remapping Commands): Fix typo.
11417
11418 2003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
11419
11420 * processes.texi (Low-Level Network): Fix typo.
11421
11422 2003-09-23 Kim F. Storm <storm@cua.dk>
11423
11424 * processes.texi (Network, Network Servers): Fix typos.
11425 (Low-Level Network): Add timeout value for :server keyword.
11426 Add new option keywords to make-network-process.
11427 Add set-network-process-options.
11428 Explain how to test availability of network options.
11429
11430 2003-09-19 Richard M. Stallman <rms@gnu.org>
11431
11432 * text.texi (Motion by Indent): Arg to
11433 backward-to-indentation and forward-to-indentation is optional.
11434
11435 * strings.texi (Creating Strings): Add substring-no-properties.
11436
11437 * processes.texi
11438 (Process Information): Add list-processes arg QUERY-ONLY.
11439 Delete process-contact from here.
11440 Add new status values for process-status.
11441 Add process-get, process-put, process-plist, set-process-plist.
11442 (Synchronous Processes): Add call-process-shell-command.
11443 (Signals to Processes): signal-process allows process objects.
11444 (Network): Complete rewrite.
11445 (Network Servers, Datagrams, Low-Level Network): New nodes.
11446
11447 * positions.texi (Word Motion): forward-word, backward-word
11448 arg is optional. Reword.
11449
11450 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
11451
11452 * variables.texi (Creating Buffer-Local):
11453 Delete duplicate definition of buffer-local-value.
11454 (File Local Variables): Explain about discarding text props.
11455
11456 2003-09-11 Richard M. Stallman <rms@gnu.org>
11457
11458 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
11459 changes variables that record input events.
11460 (Minibuffer Misc): Add minibuffer-selected-window.
11461
11462 * lists.texi (Building Lists): Add copy-tree.
11463
11464 * display.texi (Fontsets): Add char-displayable-p.
11465 (Scroll Bars): New node.
11466
11467 2003-09-08 Lute Kamstra <lute@gnu.org>
11468
11469 * modes.texi (%-Constructs): Document new `%i' and `%I'
11470 constructs.
11471
11472 2003-09-03 Peter Runestig <peter@runestig.com>
11473
11474 * makefile.w32-in: New file.
11475
11476 2003-08-29 Richard M. Stallman <rms@gnu.org>
11477
11478 * display.texi (Overlay Properties): Clarify how priorities
11479 affect use of the properties.
11480
11481 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
11482
11483 * customize.texi (Type Keywords): Correct the description of
11484 `:help-echo' in the case where `motion-doc' is a function.
11485
11486 2003-08-14 John Paul Wallington <jpw@gnu.org>
11487
11488 * modes.texi (Emulating Mode Line): Subsection, not section.
11489
11490 2003-08-13 Richard M. Stallman <rms@gnu.org>
11491
11492 * elisp.texi (Top): Update subnode lists in menu.
11493
11494 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
11495 (Kill Functions): kill-region has new arg yank-handler.
11496 (Yanking): New node.
11497 (Yank Commands): Add yank-undo-function.
11498 (Low-Level Kill Ring):
11499 kill-new and kill-append have new arg yank-handler.
11500 (Changing Properties): Add remove-list-of-text-properties.
11501 (Atomic Changes): New node.
11502
11503 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
11504
11505 * streams.texi (Output Variables): Add eval-expression-print-length
11506 and eval-expression-print-level.
11507
11508 * os.texi (Time Conversion): For encode-time, explain limits on year.
11509
11510 * objects.texi (Character Type): Define anchor "modifier bits".
11511
11512 * modes.texi (Emulating Mode Line): New node.
11513 (Search-based Fontification): Font Lock uses font-lock-face property.
11514 (Other Font Lock Variables): Likewise.
11515
11516 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
11517 not vectors.
11518 (Active Keymaps): Add emulation-mode-map-alists.
11519 (Functions for Key Lookup): key-binding has new arg no-remap.
11520 (Remapping Commands): New node.
11521 (Scanning Keymaps): where-is-internal has new arg no-remap.
11522 (Tool Bar): Add tool-bar-local-item-from-menu.
11523 Clarify when to use tool-bar-add-item-from-menu.
11524
11525 * commands.texi (Interactive Call): commandp has new arg.
11526 (Command Loop Info): Add this-original-command.
11527
11528 2003-08-06 John Paul Wallington <jpw@gnu.org>
11529
11530 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
11531
11532 * display.texi (Warning Basics): Fix typo.
11533 (Fringes): Add closing curly bracket and fix typo.
11534
11535 * elisp.texi (Top): Fix typo.
11536
11537 2003-08-05 Richard M. Stallman <rms@gnu.org>
11538
11539 * elisp.texi: Update lists of subnodes.
11540
11541 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
11542
11543 * variables.texi (Local Variables): Use lc for example variable names.
11544
11545 * tips.texi (Library Headers): Explain where to put -*-.
11546
11547 * strings.texi (Creating Strings): Fix xref for vconcat.
11548
11549 * sequences.texi (Vector Functions):
11550 vconcat no longer allows integer args.
11551
11552 * minibuf.texi (Reading File Names): read-file-name has new
11553 arg PREDICATE. New function read-directory-name.
11554
11555 * macros.texi (Defining Macros): Give definition of `declare'.
11556 (Indenting Macros): New node.
11557
11558 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
11559 (Window Frame Parameters): Make separate table of parameters
11560 that are coupled with specific face attributes.
11561 (Deleting Frames): delete-frame-hooks renamed to
11562 delete-frame-functions.
11563
11564 * files.texi (Magic File Names): Add file-remote-p.
11565 Clarify file-local-copy.
11566
11567 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
11568 here; instead xref Defining Macros.
11569
11570 * display.texi (Warnings): New node, and subnodes.
11571 (Fringes): New node.
11572
11573 * debugging.texi (Test Coverage): New node.
11574
11575 * compile.texi (Compiler Errors): Explain with-no-warnings
11576 and other ways to suppress warnings.
11577
11578 * commands.texi (Interactive Call): Minor clarification.
11579
11580 * buffers.texi (Buffer File Name): set-visited-file-name
11581 renames the buffer too.
11582
11583 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
11584
11585 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
11586
11587 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
11588
11589 2003-07-22 Markus Rost <rost@math.ohio-state.edu>
11590
11591 * internals.texi (Garbage Collection): Fix previous change.
11592
11593 2003-07-22 Richard M. Stallman <rms@gnu.org>
11594
11595 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
11596
11597 * display.texi (Width): Use \s syntax in example.
11598 (Font Selection): Add face-font-rescale-alist.
11599
11600 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
11601 Remove spurious indent in example.
11602
11603 * lists.texi (Building Lists): Add number-sequence.
11604
11605 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
11606
11607 * functions.texi (Function Documentation): Explain how to
11608 show calling convention explicitly in the doc string.
11609
11610 * windows.texi (Selecting Windows): save-selected-window saves
11611 selected window of each frame.
11612 (Window Configurations): Minor change.
11613
11614 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
11615
11616 * streams.texi (Output Variables): Add print-continuous-numbering
11617 and print-number-table.
11618
11619 * processes.texi (Decoding Output): New node.
11620
11621 * os.texi (Time Conversion): decode-time arg is optional.
11622
11623 * objects.texi (Character Type): Don't use space as example for \.
11624 Make list of char names and \-sequences correspond.
11625 Explain that \s is not used in strings. `\ ' needs space after.
11626
11627 * nonascii.texi (Converting Representations): Add string-to-multibyte.
11628 (Translation of Characters): Add translation-table-for-input.
11629 (Default Coding Systems): Add auto-coding-functions.
11630 (Explicit Encoding): Add decode-coding-inserted-region.
11631 (Locales): Add locale-info.
11632
11633 * minibuf.texi (Basic Completion): Describe test-completion.
11634 Collections can be lists of strings.
11635 Clean up lazy-completion-table.
11636 (Programmed Completion): Mention test-completion.
11637 Clarify why lambda expressions are not accepted.
11638 (Minibuffer Misc): Describe minibufferp.
11639
11640 2003-07-14 Richard M. Stallman <rms@gnu.org>
11641
11642 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
11643
11644 * windows.texi (Selecting Windows): New arg to select-window.
11645 (Selecting Windows): Add with-selected-window.
11646 (Size of Window): Add window-inside-edges, etc.
11647
11648 * internals.texi (Garbage Collection): Add post-gc-hook.
11649
11650 * processes.texi (Subprocess Creation): Add exec-suffixes.
11651
11652 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
11653 (Scanning Keymaps): Add map-keymaps.
11654 (Defining Menus): Add keymap-prompt.
11655
11656 * numbers.texi (Integer Basics): Add most-positive-fixnum,
11657 most-negative-fixnum.
11658
11659 * compile.texi (Byte Compilation): Explain no-byte-compile.
11660 (Compiler Errors): New node.
11661
11662 * os.texi (User Identification): user-uid, user-real-uid
11663 can return float.
11664
11665 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
11666 and about derived modes.
11667 (Minor Modes): Add minor-mode-list.
11668 (Defining Minor Modes): Keyword args for define-minor-mode.
11669 (Search-based Fontification): Explain managing other properties.
11670 (Other Font Lock Variables): Add font-lock-extra-managed-props.
11671 (Faces for Font Lock): Add font-lock-preprocessor-face.
11672 (Hooks): Add run-mode-hooks and delay-mode-hooks.
11673
11674 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
11675 (Variable Aliases): Clarify defvaralias.
11676
11677 * loading.texi (Library Search): Add load-suffixes.
11678
11679 * minibuf.texi (Basic Completion): Add lazy-completion-table.
11680 (Programmed Completion): Add dynamic-completion-table.
11681
11682 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
11683 (Magic File Names): Specify precedence order of handlers.
11684
11685 * commands.texi (Command Overview): Emacs server runs pre-command-hook
11686 and post-command-hook.
11687 (Waiting): New calling convention for sit-for.
11688
11689 * text.texi (Special Properties): local-map and keymap properties
11690 apply based on their stickiness.
11691
11692 2003-07-07 Richard M. Stallman <rms@gnu.org>
11693
11694 * modes.texi (Minor Mode Conventions): Specify only some kinds
11695 of list values as args to minor modes.
11696
11697 * files.texi (File Name Expansion): Warn about iterative use
11698 of substitute-in-file-name.
11699
11700 * advice.texi (Activation of Advice): Clean up previous change.
11701
11702 2003-07-06 Markus Rost <rost@math.ohio-state.edu>
11703
11704 * advice.texi (Activation of Advice): Note that ad-start-advice is
11705 turned on by default.
11706
11707 2003-06-30 Richard M. Stallman <rms@gnu.org>
11708
11709 * text.texi (Buffer Contents): Document current-word.
11710 (Change Hooks): Not called for *Messages*.
11711
11712 * functions.texi (Defining Functions): Explain about redefining
11713 primitives.
11714 (Function Safety): Rename. Minor changes.
11715 Comment out the detailed criteria for what is safe.
11716
11717 2003-06-22 Andreas Schwab <schwab@suse.de>
11718
11719 * objects.texi (Symbol Type): Fix description of examples.
11720
11721 2003-06-16 Andreas Schwab <schwab@suse.de>
11722
11723 * hash.texi (Creating Hash): Fix description of :weakness.
11724
11725 2003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
11726
11727 * files.texi (Changing Files): copy-file copies file modes, too.
11728
11729 2003-05-28 Richard M. Stallman <rms@gnu.org>
11730
11731 * strings.texi (Creating Strings): Clarify split-string.
11732
11733 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
11734
11735 * strings.texi (Creating Strings): Update split-string specification
11736 and examples.
11737
11738 2003-05-19 Richard M. Stallman <rms@gnu.org>
11739
11740 * elisp.texi: Correct invariant section names.
11741
11742 2003-04-20 Richard M. Stallman <rms@gnu.org>
11743
11744 * os.texi (Timers): Explain about timers and quitting.
11745
11746 2003-04-19 Richard M. Stallman <rms@gnu.org>
11747
11748 * internals.texi (Writing Emacs Primitives): Strings are
11749 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
11750 Explain GCPRO convention for varargs function args.
11751
11752 2003-04-16 Richard M. Stallman <rms@gnu.org>
11753
11754 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
11755
11756 2003-04-08 Richard M. Stallman <rms@gnu.org>
11757
11758 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
11759
11760 2003-02-13 Kim F. Storm <storm@cua.dk>
11761
11762 * objects.texi (Character Type): New \s escape for space.
11763
11764 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
11765
11766 * os.texi (System Environment): Add cygwin system-type.
11767
11768 2003-01-25 Richard M. Stallman <rms@gnu.org>
11769
11770 * keymaps.texi: Document that a symbol can act as a keymap.
11771
11772 2003-01-13 Richard M. Stallman <rms@gnu.org>
11773
11774 * text.texi (Changing Properties): Say string indices are origin-0.
11775
11776 * positions.texi (Screen Lines) <compute-motion>:
11777 Correct order of elts in return value.
11778
11779 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
11780 how to define a default binding.
11781
11782 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
11783
11784 * loading.texi (Unloading): Fix recent change for load-history.
11785
11786 * customize.texi (Simple Types): Clarify description of custom
11787 type 'number. Describe new custom type 'float.
11788
11789 2002-12-04 Markus Rost <rost@math.ohio-state.edu>
11790
11791 * variables.texi (File Local Variables): Fix typo.
11792
11793 2002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
11794
11795 From Michael Albinus <Michael.Albinus@alcatel.de>.
11796
11797 * README: Target for Info file is `make info'.
11798
11799 * files.texi (File Name Components): Fix typos in
11800 `file-name-sans-extension'.
11801 (Magic File Names): Complete list of operations for magic file
11802 name handlers.
11803
11804 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
11805
11806 * variables.texi (File Local Variables): New function
11807 risky-local-variable-p.
11808
11809 2002-09-15 Jonathan Yavner <jyavner@engineer.com>
11810
11811 * functions.texi (Function safety): New node about unsafep.
11812
11813 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
11814
11815 * customize.texi (Splicing into Lists): Fix example.
11816 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
11817
11818 2002-06-17 Juanma Barranquero <lektu@terra.es>
11819
11820 * frames.texi (Display Feature Testing): Fix typo.
11821
11822 2002-06-12 Andreas Schwab <schwab@suse.de>
11823
11824 * frames.texi (Initial Parameters, Resources): Fix references to
11825 the Emacs manual.
11826
11827 2002-05-13 Kim F. Storm <storm@cua.dk>
11828
11829 * variables.texi (Intro to Buffer-Local): Update warning and
11830 example relating to changing buffer inside let.
11831
11832 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
11833
11834 * os.texi (Session Management): New node about X Session management.
11835
11836 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
11837
11838 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
11839 to which the manual corresponds, and the copyright years.
11840
11841 * Makefile.in (VERSION): Set to 2.9.
11842
11843 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
11844
11845 * elisp.texi: Change the category in @dircategory to "Emacs", to
11846 make it consistent with info/dir.
11847
11848 2001-11-25 Miles Bader <miles@gnu.org>
11849
11850 * text.texi (Fields): Describe new `limit' arg in
11851 field-beginning/field-end.
11852
11853 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
11854
11855 * permute-index: Don't depend on csh-specific features.
11856 Replace the interpreter name with /bin/sh.
11857
11858 * two-volume-cross-refs.txt: New file.
11859 * two.el: New file.
11860 * spellfile: New file.
11861
11862 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
11863
11864 * permute-index: New file.
11865
11866 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
11867 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
11868 8+3 restricted namespace.
11869
11870 * Makefile.in (infodir): Define relative to $(srcdir).
11871 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
11872 include directories list via -I switch to makeinfo.
11873 (index.texi): Use cp if both hard and symbolic links fail.
11874
11875 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
11876
11877 * Makefile.in (distclean): Add.
11878
11879 The following changes make ELisp manual part of the Emacs
11880 distribution:
11881
11882 * Makefile.in: Add Copyright notice.
11883 (prefix): Remove.
11884 (infodir): Change value to "../info".
11885 (VPATH): New variable.
11886 (MAKE): Don't define.
11887 (texmacrodir): Don't define.
11888 (texinputdir): Append the existing value of TEXINPUTS.
11889 ($(infodir)/elisp): Instead of just "elisp". Reformat the
11890 command to be compatible with man/Makefile.in, and to put the
11891 output into ../info.
11892 (info): Add target.
11893 (installall): Target removed.
11894
11895 2001-10-31 Pavel Janík <Pavel@Janik.cz>
11896
11897 * tips.texi (Coding Conventions): Fix typo.
11898
11899 2001-10-23 Gerd Moellmann <gerd@gnu.org>
11900
11901 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
11902
11903 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
11904
11905 * files.texi (File Name Components): Update the description of
11906 file-name-sans-extension and file-name-extension, as they now
11907 ignore leading dots.
11908
11909 2001-10-20 Gerd Moellmann <gerd@gnu.org>
11910
11911 * (Version 21.1 released.)
11912
11913 2001-10-19 Miles Bader <miles@gnu.org>
11914
11915 * positions.texi (Text Lines): Describe behavior of
11916 `beginning-of-line'/`end-of-line' in the presence of field properties.
11917
11918 2001-10-17 Gerd Moellmann <gerd@gnu.org>
11919
11920 * Makefile.in (VERSION): Set to 2.8.
11921 (manual): Use `manual-21'.
11922
11923 * elisp.texi (VERSION): Add and use it where the version
11924 number was used. Set it to 2.8.
11925
11926 * intro.texi: Likewise.
11927
11928 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
11929
11930 * files.texi (File Name Completion): Document the significance of
11931 a trailing slash in elements of completion-ignored-extensions.
11932
11933 2001-10-06 Miles Bader <miles@gnu.org>
11934
11935 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
11936
11937 2001-10-04 Gerd Moellmann <gerd@gnu.org>
11938
11939 * variables.texi (Variable Aliases): New node.
11940
11941 2001-10-04 Gerd Moellmann <gerd@gnu.org>
11942
11943 * Branch for 21.1.
11944
11945 2001-10-02 Miles Bader <miles@gnu.org>
11946
11947 * minibuf.texi (Minibuffer Misc): Add entries for
11948 `minibuffer-contents', `minibuffer-contents-no-properties', and
11949 `delete-minibuffer-contents'.
11950 Correct description for `minibuffer-prompt-end'.
11951
11952 * text.texi (Property Search): Correct descriptions of
11953 `next-char-property-change' and `previous-char-property-change'.
11954 Add entries for `next-single-char-property-change' and
11955 `previous-single-char-property-change'.
11956 Make operand names a bit more consistent.
11957
11958 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
11959
11960 * frames.texi (Finding All Frames): Document that next-frame and
11961 previous-frame are local to current terminal.
11962
11963 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
11964
11965 * keymaps.texi (Creating Keymaps): Fix the description of the
11966 result of make-keymap.
11967
11968 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
11969
11970 * display.texi (Font Lookup, Attribute Functions)
11971 (Image Descriptors): Add cross-references to the definition of
11972 selected frame.
11973
11974 * buffers.texi (The Buffer List): Add cross-references to the
11975 definition of selected frame.
11976
11977 * frames.texi (Input Focus): Clarify which frame is _the_ selected
11978 frame at any given time.
11979 (Multiple Displays, Size and Position): Add a cross-reference to
11980 the definition of the selected frame.
11981
11982 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
11983
11984 * strings.texi (String Conversion) <string-to-number>: Document
11985 that a float is returned for integers that are too large.
11986
11987 * frames.texi (Mouse Position): Document mouse-position-function.
11988 (Display Feature Testing): Document display-images-p.
11989 (Window Frame Parameters): Document the cursor-type variable.
11990
11991 * numbers.texi (Integer Basics): Document CL style read syntax for
11992 integers in bases other than 10.
11993
11994 * positions.texi (List Motion):
11995 Document open-paren-in-column-0-is-defun-start.
11996
11997 * lists.texi (Sets And Lists): Document member-ignore-case.
11998
11999 * internals.texi (Garbage Collection): Document the used and free
12000 strings report.
12001 (Memory Usage): Document strings-consed.
12002
12003 * os.texi (Time of Day): Document float-time.
12004 (Recording Input): Document that clear-this-command-keys clears
12005 the vector to be returned by recent-keys.
12006
12007 * keymaps.texi (Scanning Keymaps) <where-is-internal>:
12008 The argument keymap can be a list.
12009
12010 * nonascii.texi (User-Chosen Coding Systems)
12011 <select-safe-coding-system>: Document the new argument
12012 accept-default-p and the variable
12013 select-safe-coding-system-accept-default-p. Tell what happens if
12014 buffer-file-coding-system is undecided.
12015 (Default Coding Systems): Document auto-coding-regexp-alist.
12016
12017 * display.texi (The Echo Area) <message>: Document
12018 message-truncate-lines.
12019 (Glyphs): Document that the glyph table is unused on windowed
12020 displays.
12021
12022 * help.texi (Describing Characters) <single-key-description>:
12023 Document the new argument no-angles.
12024 (Accessing Documentation) <documentation-property>: Document that
12025 a non-string property is evaluated.
12026 <documentation>: Document that the function-documentation property
12027 is looked for.
12028
12029 * windows.texi (Selecting Windows): Document some-window.
12030
12031 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
12032
12033 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
12034 apropos-mode-hook.
12035
12036 * commands.texi (Using Interactive): Document interactive-form.
12037 (Keyboard Macros): Document kbd-macro-termination-hook.
12038 (Command Loop Info): Document that clear-this-command-keys clears
12039 the vector to be returned by recent-keys.
12040
12041 2001-09-04 Werner LEMBERG <wl@gnu.org>
12042
12043 * Makefile.in (srcdir, texinputdir): New variables.
12044 (srcs, index.texi, install): Use $(srcdir).
12045 (.PHONY): Remove elisp.dvi.
12046 (elisp): Use -I switch for makeinfo.
12047 (elisp.dvi): Use $(srcdir) and $(texinputdir).
12048 (installall, dist): Use $(srcdir).
12049 Fix path to texinfo.tex.
12050 (maintainer-clean): Add elisp.dvi and elisp.oaux.
12051
12052 2001-08-30 Gerd Moellmann <gerd@gnu.org>
12053
12054 * display.texi (Conditional Display): Adjust to API change.
12055
12056 * configure: New file.
12057
12058 2001-07-30 Gerd Moellmann <gerd@gnu.org>
12059
12060 * commands.texi (Repeat Events): Add description of
12061 double-click-fuzz.
12062
12063 2001-05-08 Stefan Monnier <monnier@cs.yale.edu>
12064
12065 * syntax.texi (Syntax Class Table): Add the missing designator for
12066 comment and string fences.
12067 (Syntax Properties): Add a xref to syntax table internals.
12068 (Syntax Table Internals): Document string-to-syntax.
12069
12070 2001-05-07 Gerd Moellmann <gerd@gnu.org>
12071
12072 * Makefile.in (install): Use install-info command line options
12073 like in Emacs' Makefile.in.
12074
12075 2000-12-09 Miles Bader <miles@gnu.org>
12076
12077 * windows.texi (Window Start): Update documentation for
12078 `pos-visible-in-window-p'.
12079
12080 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
12081
12082 * lists.texi (Building Lists): Add footnote to explain how to add
12083 to the end of a list.
12084
12085 2000-10-25 Gerd Moellmann <gerd@gnu.org>
12086
12087 * files.texi (Visiting Functions): Typos.
12088
12089 2000-10-25 Kenichi Handa <handa@etl.go.jp>
12090
12091 * files.texi (Visiting Functions): Return value of
12092 find-file-noselect may be a list of buffers if wildcards are used.
12093
12094 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
12095
12096 * display.texi (Defining Faces): Document `graphic' display type
12097 in face specs.
12098
12099 2000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12100
12101 * hooks.texi (Standard Hooks): Replace obsolete
12102 `after-make-frame-hook' with `after-make-frame-functions'.
12103
12104 * frames.texi (Creating Frames): Ditto.
12105
12106 * variables.texi (Future Local Variables): Ditto.
12107
12108 2000-10-16 Gerd Moellmann <gerd@gnu.org>
12109
12110 * display.texi (Other Image Types): Add description of :foreground
12111 and :background properties of mono PBM images.
12112
12113 2000-08-17 Werner LEMBERG <wl@gnu.org>
12114
12115 * .cvsignore: New file.
12116
12117 2000-01-05 Gerd Moellmann <gerd@gnu.org>
12118
12119 * tindex.pl: New script.
12120
12121 1999-12-03 Dave Love <fx@gnu.org>
12122
12123 * Makefile.in (MAKEINFO): New parameter.
12124
12125 1999-09-17 Richard Stallman <rms@gnu.org>
12126
12127 * Makefile.in (srcs): Add hash.texi.
12128 (VERSION): Update to 20.6.
12129
12130 1999-09-13 Richard Stallman <rms@gnu.org>
12131
12132 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
12133
12134 1998-08-29 Karl Heuer <kwzh@gnu.org>
12135
12136 * configure.in: New file.
12137 * Makefile.in: Renamed from Makefile.
12138 (prefix, infodir): Use value obtained from configure.
12139 (emacslibdir): Obsolete variable deleted.
12140 (dist): Distribute configure.in, configure, Makefile.in.
12141
12142 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12143
12144 * Makefile (INSTALL_INFO): New variable.
12145 (install): Run install-info.
12146
12147 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
12148
12149 * Makefile (elisp.dvi): Add missing backslash.
12150
12151 1998-05-02 Richard Stallman <rms@psilocin.gnu.org>
12152
12153 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
12154 Run texindex without `./'. Always run texindex on elisp.tp.
12155 (elisp.tps): Target deleted.
12156
12157 1998-04-05 Richard Stallman <rms@psilocin.gnu.org>
12158
12159 * Makefile (srcs): Add nonascii.texi and customize.texi.
12160 (dist): Start by deleting `temp'.
12161
12162 1998-02-17 Richard Stallman <rms@psilocin.gnu.org>
12163
12164 * Makefile (makeinfo, texindex): Targets deleted.
12165 (makeinfo.o, texindex.o): Targets deleted.
12166 (clean, dist): Don't do anything with them or with getopt*.
12167
12168 1998-01-30 Richard Stallman <rms@psilocin.gnu.org>
12169
12170 * Makefile (SHELL): Defined.
12171
12172 1998-01-27 Richard Stallman <rms@psilocin.gnu.org>
12173
12174 * Makefile (elisp.tps): New target.
12175 (elisp.dvi): Depend on elisp.tps.
12176
12177 1996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
12178
12179 * README: Update phone number.
12180
12181 * Makefile (elisp): Make this be the default target.
12182 Depend on makeinfo.c instead of makeinfo.
12183 (install): Don't depend on elisp.dvi, since we don't install that.
12184 Use mkinstalldirs.
12185 (dist): Add mkinstalldirs.
12186
12187 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12188
12189 * Makefile (VERSION): Update version number.
12190 (maintainer-clean): Rename from realclean.
12191
12192 1995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
12193
12194 * Makefile (realclean): New target.
12195 (elisp): Remove any old elisp-* files first.
12196
12197 1993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
12198
12199 * Makefile (VERSION): New variable.
12200 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
12201 Compressed file suffix should be `.gz', not `.z'.
12202
12203 1993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12204
12205 * Makefile (elisp): Depend on makeinfo.
12206
12207 1993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
12208
12209 * Makefile (srcs): Add anti.texi.
12210
12211 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12212
12213 * Makefile (infodir, prefix): New vars.
12214 (install): Use infodir.
12215 (emacsinfodir): Delete.
12216
12217 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12218
12219 * Makefile (srcs): Add calendar.texi.
12220
12221 * Makefile (dist): Copy texindex.c and makeinfo.c.
12222 Limit elisp-* files to those with one or two digits.
12223
12224 1993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12225
12226 * Makefile (dist): Change to use Gzip instead of compress.
12227
12228 1993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
12229
12230 * loading.texi (Unloading): define-function changed back to
12231 defalias. It may not stay this way, but at least it's
12232 consistent with the known-good version of the code patch.
12233
12234 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
12235
12236 * modes.texi (Hooks): Document new optional arg of add-hook.
12237
12238 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
12239
12240 * variables.texi: Document nil initial value of buffer-local variables.
12241
12242 * tips.texi: Add new section on standard library headers.
12243
12244 1993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12245
12246 * Makefile (srcs): Add frame.texi to the list of sources.
12247
12248 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12249
12250 * Makefile (dist): Don't bother excluding autosave files; they'll
12251 never make it into the temp directory anyway, and the hash marks
12252 in the name are problematic for make and the Bourne shell.
12253 (srcs): ???
12254
12255 1993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12256
12257 * Makefile (dist): Don't include backup files or autosave files in
12258 the distribution tar file.
12259
12260 1991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12261
12262 * Makefile (srcs): Add index.perm.
12263 (elisp.dvi): Remove erroneous shell comment.
12264 Expect output of permute-index in permuted.fns.
12265 Save old elisp.aux in elisp.oaux.
12266 (clean): Add index.texi to be deleted.
12267
12268 1990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12269
12270 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
12271
12272 1990-06-26 David Lawrence (tale@geech)
12273
12274 * files.texi: Noted that completion-ignored-extensions is ignored
12275 when making *Completions*.
12276
12277 1990-06-08 Jay Fenlason (hack@ai.mit.edu)
12278
12279 * Makefile make dist now depends on elisp.dvi, since it tries
12280 to include it in the dist file.
12281
12282 1990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
12283
12284 * functions.texinfo (Mapping Functions): Add missing quote.
12285
12286 1989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12287
12288 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
12289 (defunargs): Turn off \hyphenchar of \sl font temporarily.
12290
12291 1989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
12292
12293 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
12294 and @error{} are the terms now being used. The files in the
12295 directory have been changed to reflect this.
12296
12297 * All instances of @indentedresultt{} have been changed to
12298 ` @result{}', using 5 spaces at the beginning of the line.
12299
12300 1989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
12301
12302 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
12303 experimental @indentedresult{}, @indentedexpandsto{} are part of
12304 the texinfo.tex in this directory. These TeX macros are not
12305 stable yet.
12306
12307 1989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
12308
12309 * texinfo.tex: Temporarily added
12310 \let\result=\dblarrow
12311 \def\error{{\it ERROR} \longdblarrow}
12312 We need to do this better soon.
12313
12314 1989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
12315
12316 * Applied Karl Berry's patches to *.texinfo files, but not to
12317 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
12318 new title page format is also not applied, since it requires
12319 texinfo.tex changes.)
12320
12321 * Cleaned up `Makefile' and defined the `emacslibdir' directory
12322 for the Project GNU development environment.
12323
12324 ;; Local Variables:
12325 ;; coding: utf-8
12326 ;; End:
12327
12328 Copyright (C) 1998-2013 Free Software Foundation, Inc.
12329
12330 This file is part of GNU Emacs.
12331
12332 GNU Emacs is free software: you can redistribute it and/or modify
12333 it under the terms of the GNU General Public License as published by
12334 the Free Software Foundation, either version 3 of the License, or
12335 (at your option) any later version.
12336
12337 GNU Emacs is distributed in the hope that it will be useful,
12338 but WITHOUT ANY WARRANTY; without even the implied warranty of
12339 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12340 GNU General Public License for more details.
12341
12342 You should have received a copy of the GNU General Public License
12343 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.