d80732833e8bceca1febf856bab952aee5446813
[bpt/emacs.git] / doc / lispref / ChangeLog
1 2012-03-26 Glenn Morris <rgm@gnu.org>
2
3 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
4 (Init File): Copyedits.
5 (Command-Line Arguments): Copyedits. Do not mention argv alias.
6 (Killing Emacs): Copyedits.
7 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
8 Shorten the example, use more standard shell prompts.
9
10 2012-03-25 Chong Yidong <cyd@gnu.org>
11
12 * display.texi (Fringes): Note that fringes are shown on graphical
13 displays only.
14 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
15 (Replacing Specs): Clarify example.
16 (Manipulating Buttons): Note that button-at can return a marker.
17 (Buttons): Minor rewrite.
18 (Character Display): New node. Consolidate all character display
19 related nodes into its subsections.
20 (Usual Display): Character 127 is also affected by ctl-arrow.
21 (Display Tables): Improve example.
22
23 2012-03-22 Glenn Morris <rgm@gnu.org>
24
25 * strings.texi (Text Comparison): Mention string-prefix-p.
26
27 2012-03-21 Chong Yidong <cyd@gnu.org>
28
29 * display.texi (The Echo Area): Add xref to Output Streams.
30 (Displaying Messages): Improve doc of message.
31 (Echo Area Customization, Invisible Text): Copyedits.
32 (Invisible Text): Mention that spec comparison is done with eq.
33 (Width): Improve doc of char-width.
34 (Faces): Recommend using symbol instead of string for face name.
35 Minor clarifications.
36 (Defining Faces): Copyedits. Update face example.
37 (Attribute Functions): Mark set-face-foreground etc as commands.
38 (Face Remapping): Mention text-scale-adjust. Clarify
39 face-remapping-alist and related docs.
40 (Face Functions): Don't document make-face or copy-face.
41
42 2012-03-20 Chong Yidong <cyd@gnu.org>
43
44 * display.texi (Forcing Redisplay): Various rewrites to reflect
45 new value of redisplay-dont-pause.
46 (Truncation): Copyedits.
47
48 2012-03-20 Glenn Morris <rgm@gnu.org>
49
50 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
51 Add summary table of some relevant command-line options.
52
53 2012-03-18 Chong Yidong <cyd@gnu.org>
54
55 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
56 (Writing Emacs Primitives): Re-organize discussion of functions
57 with variable Lisp arguments are handled. Delete an obsolete
58 remark, previously tagged as FIXME.
59
60 * os.texi (Idle Timers): Minor clarification.
61 (Idle Timers): Link to Time of Day for description of time list.
62
63 2012-03-18 Glenn Morris <rgm@gnu.org>
64
65 * os.texi (System Interface): Flow control was removed.
66 (Startup Summary): General update.
67 (Init File): Don't mention compiling it.
68
69 2012-03-17 Chong Yidong <cyd@gnu.org>
70
71 * os.texi (Startup Summary): Mention package loading.
72 (Init File): Don't refer to .emacs in section title. Copyedits.
73 (Terminal-Specific): Give a realistic example.
74 (Command-Line Arguments): Reference Entering Emacs instead of
75 repeating the spiel about not restarting Emacs.
76 (Time of Day): Discuss time representation at beginning of node.
77 (Sound Output): Copyedits.
78
79 * package.texi (Packaging Basics): Document package-initialize.
80
81 2012-03-17 Eli Zaretskii <eliz@gnu.org>
82
83 * frames.texi (Initial Parameters): Add an index entry for
84 minibuffer-only frame.
85
86 2012-03-16 Glenn Morris <rgm@gnu.org>
87
88 * modes.texi (Major Mode Conventions): Mention the strange
89 relationship between View mode and special modes. (Bug#10650)
90
91 2012-03-11 Chong Yidong <cyd@gnu.org>
92
93 * windows.texi (Window Configurations): save-window-excursion is
94 now a macro.
95
96 * display.texi (Temporary Displays): with-output-to-temp-buffer is
97 now a macro.
98
99 * text.texi (Fields): Minor copyedit.
100
101 2012-03-10 Eli Zaretskii <eliz@gnu.org>
102
103 * strings.texi (String Basics):
104 * sequences.texi (Sequence Functions): Mention that `length' is
105 not appropriate for computing the string width on display; add a
106 cross-reference to the description of `string-width'. (Bug#10978)
107
108 * eval.texi (Autoloading): Minor change of wording.
109
110 2012-03-10 Chong Yidong <cyd@gnu.org>
111
112 * loading.texi (Autoload): Explicitly state which forms are
113 processed specially (Bug#7783).
114
115 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
116 non-default situation. Describe one-submenu exception (Bug#7695).
117
118 * nonascii.texi (Character Properties): Copyedits.
119
120 2012-03-08 Chong Yidong <cyd@gnu.org>
121
122 * text.texi (Mode-Specific Indent): Document new behavior of
123 indent-for-tab-command. Document tab-always-indent.
124 (Special Properties): Copyedits.
125 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
126 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
127 libxml-parse-html-region.
128
129 2012-03-07 Glenn Morris <rgm@gnu.org>
130
131 * markers.texi (The Region): Briefly mention use-empty-active-region
132 and region-active-p.
133 (Overview of Markers): Reword garbage collection, add cross-ref.
134 (The Mark): Tiny clarification re command loop and activate-mark-hook.
135
136 2012-03-07 Chong Yidong <cyd@gnu.org>
137
138 * text.texi (Buffer Contents): Don't duplicate explanation of
139 region arguments from Text node. Put doc of obsolete var
140 buffer-substring-filters back, since it is referred to.
141 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
142 selection by default.
143
144 * markers.texi (The Mark): Fix typo.
145 (The Region): Copyedits.
146
147 2012-03-07 Glenn Morris <rgm@gnu.org>
148
149 * markers.texi (Overview of Markers): Copyedits.
150 (Creating Markers): Update approximate example buffer size.
151 (The Mark): Don't mention uninteresting return values.
152
153 2012-03-05 Chong Yidong <cyd@gnu.org>
154
155 * positions.texi (Text Lines): Document count-words.
156
157 2012-03-04 Chong Yidong <cyd@gnu.org>
158
159 * frames.texi (Frames): Remove little-used "terminal frame" and
160 "window frame" terminology.
161 (Frame Parameters, Font and Color Parameters, Initial Parameters)
162 (Size and Position, Visibility of Frames): Callers changed.
163 (Frames): Clarify which terminals in framep are graphical.
164 (Initial Parameters): --geometry is not the only option which adds
165 to initial-frame-alist.
166 (Position Parameters): Note that icon-left and icon-top are for
167 old window managers only.
168 (Size Parameters): Sizes are in characters even on graphical
169 displays.
170 (Management Parameters): Note that window-id and outer-window-id
171 can't really be changed, and that auto-raise isn't always obeyed.
172 (Cursor Parameters): Document cursor-type explicitly.
173 (Size and Position): The aliases set-screen-height and
174 set-screen-width have been deleted.
175 (Visibility of Frames): Mention "minimization".
176
177 * os.texi (Startup Summary): Minor clarifications.
178 (Startup Summary, Suspending Emacs): Standardize on "text
179 terminal" terminology.
180
181 * windows.texi (Basic Windows, Coordinates and Windows)
182 (Coordinates and Windows):
183 * display.texi (Refresh Screen, Line Height, Face Attributes)
184 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
185
186 2012-03-04 Glenn Morris <rgm@gnu.org>
187
188 * abbrevs.texi: Small copyedits throughout.
189 (Abbrev Mode): Remove this section, folding it into the top-level.
190 (Abbrev Tables): Don't mention irrelevant return values.
191 (Abbrev Expansion): Add cross-ref for wrapper hooks.
192 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
193 (Abbrev Table Properties): Update nil :regexp description.
194
195 2012-03-03 Glenn Morris <rgm@gnu.org>
196
197 * internals.texi: Change @appendix section commands to @section.
198 (Building Emacs): Say less about CANNOT_DUMP platforms.
199 Replace deleted eval-at-startup with custom-initialize-delay.
200 (Pure Storage): Small changes.
201 (Memory Usage): Copyedit.
202 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
203 example definitions. Give examples of things with non-nil
204 interactive args. Mention eval_sub. Remove old info about
205 strings and GCPRO. Mention cus-start.el.
206 (Buffer Internals, Window Internals, Process Internals):
207 Misc small updates and fixes for fields.
208
209 * tips.texi: Copyedits.
210 (Coding Conventions): Mention autoloads.
211 Combine partially duplicated macro items. Fix xref.
212 Refer to Library Headers for copyright notice.
213 (Programming Tips): edit-options is long-obsolete.
214 (Compilation Tips): Mention loading bytecomp for byte-compile props.
215 (Warning Tips): Mention declare-function.
216 (Documentation Tips): Remove old info.
217 (Comment Tips): Mention comment-dwim, not indent-for-comment.
218 (Library Headers): General update.
219
220 2012-03-02 Glenn Morris <rgm@gnu.org>
221
222 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
223 and relocate entry. Mention buffer-stale-function.
224
225 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
226
227 * hooks.texi (Standard Hooks): General update.
228 Put related hooks together. Add and remove items.
229 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
230 * modes.texi (Hooks): Tweak cross-ref description.
231
232 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
233
234 * files.texi (Kinds of Files): The return value of file-equal-p is
235 unspecified, if FILE1 or FILE2 does not exist.
236
237 2012-03-01 Glenn Morris <rgm@gnu.org>
238
239 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
240
241 * maps.texi (Standard Keymaps): General update.
242 Remove mode-specific maps, talk about the more general keymaps.
243 * help.texi (Help Functions): Add vindex for Helper-help-map.
244 * keymaps.texi (Active Keymaps): Minor rephrasing.
245
246 2012-02-29 Glenn Morris <rgm@gnu.org>
247
248 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
249
250 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
251
252 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
253 Update changed behavior of file-subdir-of-p.
254
255 2012-02-28 Glenn Morris <rgm@gnu.org>
256
257 * advice.texi, anti.texi, display.texi, elisp.texi:
258 * processes.texi, variables.texi, vol1.texi, vol2.texi:
259 Standardize possessive apostrophe usage.
260
261 * locals.texi: Remove file.
262 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
263 Remove menu entry.
264 * errors.texi, maps.texi: Adjust node pointers.
265 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
266 * makefile.w32-in (srcs):
267 * Makefile.in (srcs): Remove locals.texi.
268
269 * frames.texi (Mouse Position): Fix cross-ref.
270
271 2012-02-27 Chong Yidong <cyd@gnu.org>
272
273 * buffers.texi (Creating Buffers): Clarify that
274 generate-new-buffer uses generate-new-buffer-names.
275 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
276
277 * files.texi (Directory Names): Index entry for file name abbreviations.
278 (Relative File Names, File Name Expansion): Refer to it.
279 (Locating Files): Move locate-user-emacs-file documentation to
280 Standard File Names.
281 (Standard File Names): Add locate-user-emacs-file; update examples.
282
283 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
284
285 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
286
287 2012-02-26 Chong Yidong <cyd@gnu.org>
288
289 * files.texi (Kinds of Files): Improve documentation of
290 files-equal-p and file-subdir-of-p.
291
292 2012-02-26 Glenn Morris <rgm@gnu.org>
293
294 * intro.texi (Acknowledgements): Small changes.
295
296 2012-02-25 Glenn Morris <rgm@gnu.org>
297
298 * errors.texi: Don't try to list _all_ the error symbols.
299 Add circular-list, cl-assertion-failed, compression-error.
300 * elisp.texi, vol1.texi, vol2.texi:
301 * control.texi (Error Symbols): Tweak "Standard Errors" description.
302
303 2012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
304
305 * files.texi (files-equal-p, file-subdir-of-p): New,
306 add initial documentation.
307
308 2012-02-25 Chong Yidong <cyd@gnu.org>
309
310 * files.texi (File Attributes): Document file-selinux-context.
311 (Changing Files): Link to it.
312 (Changing Files): Document set-file-selinux-context.
313
314 * backups.texi (Making Backups): Return value of backup-buffer is
315 changed. Mention default value of backup-directory-alist.
316 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
317 (Auto-Saving): New minor mode behavior for auto-save-mode.
318 (Reverting): Add defvar for revert-buffer-in-progress-p.
319
320 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
321
322 2012-02-24 Glenn Morris <rgm@gnu.org>
323
324 * errors.texi (Standard Errors): Mention dbus-error.
325 For arith-error sub-classes, just use one cross-ref.
326
327 2012-02-23 Alan Mackenzie <acm@muc.de>
328
329 * modes.texi (Defining Minor Modes): Document the new keyword
330 :after-hook.
331
332 2012-02-21 Chong Yidong <cyd@gnu.org>
333
334 * files.texi (Files): Mention magic file names as arguments.
335 (Reading from Files): Copyedits.
336 (File Attributes): Mention how to change file modes.
337 (Changing Files): Use standard "file permissions" terminology.
338 Add xref to File Attributes node.
339 (Locating Files): Document locate-user-emacs-file.
340 (Unique File Names): Recommend against using make-temp-name.
341
342 2012-02-19 Chong Yidong <cyd@gnu.org>
343
344 * help.texi (Documentation, Documentation Basics, Help Functions):
345 Minor clarifications.
346 (Accessing Documentation): Clarify what documentation-property is
347 for. Add xref to Keys in Documentation.
348
349 * tips.texi (Documentation Tips): Don't recommend using * in
350 docstrings.
351
352 * macros.texi (Defining Macros):
353 * modes.texi (Derived Modes): Say "documentation string" instead
354 of docstring.
355
356 2012-02-18 Chong Yidong <cyd@gnu.org>
357
358 * modes.texi (Tabulated List Mode): New node.
359 (Basic Major Modes): Add xref to it.
360
361 * processes.texi (Process Information): Mention Process Menu mode.
362
363 2012-02-17 Chong Yidong <cyd@gnu.org>
364
365 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
366
367 2012-02-17 Glenn Morris <rgm@gnu.org>
368
369 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
370
371 2012-02-16 Chong Yidong <cyd@gnu.org>
372
373 * syntax.texi (Syntax Tables, Syntax Descriptors)
374 (Syntax Table Functions): Copyedits.
375 (Syntax Basics): Don't repeat the material in the preceding node.
376 (Syntax Class Table): Use a table.
377 (Syntax Properties): Document syntax-propertize-function and
378 syntax-propertize-extend-region-functions.
379 (Motion via Parsing): Clarify scan-lists. Fix indentation.
380 (Parser State): Update for the new "c" comment style. Fix
381 description of item 7 (comment style).
382
383 * modes.texi (Minor Modes): Update how mode commands should treat
384 arguments now.
385 (Mode Line Basics): Clarify force-mode-line-update.
386 (Mode Line Top): Note that the example is not realistic.
387 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
388 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
389 "mode line construct" instead of "mode line specification".
390 (Syntactic Font Lock): Remove mention of obsolete variable
391 font-lock-syntactic-keywords.
392 (Setting Syntax Properties): Node deleted.
393 (Font Lock Mode): Note that Font Lock mode is a minor mode.
394 (Font Lock Basics): Note that syntactic fontification falls back
395 on `syntax-table'.
396 (Search-based Fontification): Emphasize that font-lock-keywords
397 should not be set directly.
398 (Faces for Font Lock): Avoid some confusing terminology.
399 (Syntactic Font Lock): Minor clarifications. Add xref to
400 Syntactic Font Lock node.
401
402 2012-02-15 Chong Yidong <cyd@gnu.org>
403
404 * minibuf.texi (Basic Completion): Define "completion table".
405 Move completion-in-region to Completion in Buffers node.
406 (Completion Commands): Use "completion table" terminology.
407 (Completion in Buffers): New node.
408
409 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
410 (Setting Hooks): Update minor mode usage example.
411 (Major Mode Conventions): Note that completion-at-point-functions
412 should be altered locally. Add xref to Completion in Buffers.
413 Remove duplicate tip about auto-mode-alist.
414 (Minor Modes): Rewrite introduction.
415 (Minor Mode Conventions): Copyedits. Don't recommend
416 variable-only minor modes since few minor modes are like that.
417
418 2012-02-15 Glenn Morris <rgm@gnu.org>
419
420 * processes.texi (Network): Document open-network-stream :parameters.
421
422 2012-02-14 Chong Yidong <cyd@gnu.org>
423
424 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
425 was removed on 2009-09-10. Update lisp-mode-map example.
426 (Inheritance and Keymaps): Minor clarification.
427 (Searching Keymaps): Remove out-of-place enumeration.
428 (Key Lookup): Remove unnecessary example (one was already given in
429 Format of Keymaps).
430 (Changing Key Bindings): Update suppress-keymap example.
431 (Menu Bar, Tool Bar): Copyedits.
432 (Tool Bar): Update tool-bar-map example.
433
434 2012-02-12 Chong Yidong <cyd@gnu.org>
435
436 * debugging.texi (Debugger Commands): Continuing is now allowed
437 for errors.
438
439 2012-02-11 Chong Yidong <cyd@gnu.org>
440
441 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
442 Move the list of standard bitmaps there.
443 (Fringe Cursors): Rewrite for clarity.
444 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
445
446 * commands.texi (Command Overview): Mention read-key.
447 (Using Interactive, Interactive Call): Minor clarifications.
448 (Function Keys, Click Events): Avoid "input stream" terminology.
449 (Click Events): Add xref to Window Sizes and Accessing Mouse.
450 Clarify column and row components.
451 (Accessing Mouse): Add xref to Click Events. Minor fixes.
452 (Special Events): Copyedits.
453
454 * streams.texi (Input Streams): De-document get-file-char.
455 (Output Variables): Don't refer to old backquote syntax.
456
457 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
458 (Error Debugging): Note that debug-ignored-errors overrides list
459 values of debug-on-error too. Add xref to Signaling Errors. Note
460 that debug-on-signal is not customizable. Mention
461 condition-case-unless-debug.
462 (Compilation Errors): Node deleted.
463
464 * compile.texi (Compiler Errors): Move a paragraph here from
465 deleted node Compilation Errors.
466
467 2012-02-10 Leo Liu <sdl.web@gmail.com>
468
469 * control.texi (Handling Errors): Change condition-case-no-debug
470 to condition-case-unless-debug.
471
472 2012-02-10 Chong Yidong <cyd@gnu.org>
473
474 * advice.texi (Defining Advice): Clarify ad-unadvise.
475 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
476 is not abnormal.
477 (Advising Primitives): Node deleted; ad-define-subr-args has been
478 removed.
479
480 * compile.texi (Speed of Byte-Code): Use float-time in example.
481 (Compilation Functions): Note that the log uses Compilation mode.
482 Don't discuss the contents of byte-code function object here.
483 (Compilation Functions): De-document internal function byte-code.
484 (Docs and Compilation): Minor clarifications.
485
486 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
487 Objects.
488
489 2012-02-10 Glenn Morris <rgm@gnu.org>
490
491 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
492 Mention secure-hash.
493 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
494
495 2012-02-10 Chong Yidong <cyd@gnu.org>
496
497 * loading.texi (Loading): Don't emphasize "library" terminology.
498 (Library Search): load-path is not a user option. Mention role of
499 -L option and packages. Improve examples.
500 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
501 obsolete.
502 (Autoload): Minor clarifications.
503
504 2012-02-10 Glenn Morris <rgm@gnu.org>
505
506 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
507
508 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
509
510 2012-02-08 Glenn Morris <rgm@gnu.org>
511
512 * loading.texi (Named Features): Update the require example.
513
514 2012-02-07 Glenn Morris <rgm@gnu.org>
515
516 * modes.texi (Defining Minor Modes):
517 Expand on args of defined minor modes.
518
519 2012-02-07 Chong Yidong <cyd@gnu.org>
520
521 * variables.texi (Creating Buffer-Local): Minor clarification
522 to buffer-local-variables doc (Bug#10715).
523
524 2012-02-07 Glenn Morris <rgm@gnu.org>
525
526 * display.texi (ImageMagick Images): General update.
527 Move most details of imagemagick-render-type to the variable's doc.
528
529 2012-02-06 Glenn Morris <rgm@gnu.org>
530
531 * keymaps.texi (Tool Bar): Mention separators.
532 (Inheritance and Keymaps):
533 Mention make-composed-keymap and multiple inheritance.
534
535 * modes.texi (Running Hooks): Mention run-hook-wrapped.
536
537 * control.texi (Handling Errors):
538 Mention condition-case-no-debug and with-demoted-errors.
539
540 2012-02-05 Chong Yidong <cyd@gnu.org>
541
542 * customize.texi (Common Keywords): Minor clarifications.
543 Document custom-unlispify-remove-prefixes.
544 (Variable Definitions): Backquotes in defcustom seem to work fine
545 now. Various other copyedits.
546 (Simple Types): Copyedits. Document color selector.
547 (Composite Types): Copyedits.
548 (Splicing into Lists): Clarifications.
549
550 * eval.texi (Backquote): Move from macros.texi.
551
552 * macros.texi (Expansion): Minor clarification.
553 (Backquote): Move node to eval.texi.
554 (Defining Macros): Move an example from Backquote node.
555 (Argument Evaluation): No need to mention Pascal.
556 (Indenting Macros): Add xref to Defining Macros.
557
558 2012-02-05 Glenn Morris <rgm@gnu.org>
559
560 * debugging.texi (Error Debugging): Mention debug-on-event default.
561
562 2012-02-04 Glenn Morris <rgm@gnu.org>
563
564 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
565
566 * debugging.texi (Error Debugging): Mention debug-on-event.
567 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
568
569 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
570
571 * text.texi (Buffer Contents):
572 Update filter-buffer-substring description.
573
574 2012-02-04 Chong Yidong <cyd@gnu.org>
575
576 * functions.texi (What Is a Function): Add closures. Mention
577 "return value" terminology. Add xref for command-execute. Remove
578 unused "keystroke command" terminology.
579 (Lambda Expressions): Give a different example than in the
580 following subsection. Add xref to Anonymous Functions.
581 (Function Documentation): Remove gratuitous markup.
582 (Function Names): Move introductory text to `What Is a Function'.
583 (Defining Functions): Fix defun argument spec.
584 (Anonymous Functions): Document lambda macro explicitly. Mention
585 effects on lexical binding.
586 (Function Cells): Downplay direct usage of fset.
587 (Closures): New node.
588 (Inline Functions): Remove "open-code" terminology.
589 (Declaring Functions): Minor tweak; .m is not C code.
590
591 * variables.texi (Variables): Don't refer to "global value".
592 (Local Variables, Void Variables): Copyedits.
593 (Lexical Binding): Minor clarification of example.
594 (File Local Variables): Mention :safe and :risky defcustom args.
595 (Lexical Binding): Add xref to Closures node.
596
597 2012-02-04 Glenn Morris <rgm@gnu.org>
598
599 * minibuf.texi (High-Level Completion): Updates for read-color.
600
601 2012-02-03 Glenn Morris <rgm@gnu.org>
602
603 * display.texi (GIF Images): Mention animation.
604 Remove commented-out old example of animation.
605 (Animated Images): New subsection.
606 * elisp.texi (Top):
607 * vol1.texi (Top):
608 * vol2.texi (Top): Add Animated Images menu entry.
609
610 * display.texi (Image Formats): Remove oddly specific information
611 on versions of image libraries.
612 (GIF Images, TIFF Images): Minor rephrasing.
613
614 2012-02-02 Glenn Morris <rgm@gnu.org>
615
616 * processes.texi (Synchronous Processes):
617 Mention call-process's :file gets overwritten.
618
619 * commands.texi (Reading One Event):
620 * help.texi (Help Functions): Document read-char-choice.
621
622 * hooks.texi (Standard Hooks):
623 * modes.texi (Keymaps and Minor Modes):
624 * text.texi (Commands for Insertion): Document post-self-insert-hook.
625
626 * hooks.texi (Standard Hooks): Add prog-mode-hook.
627
628 * hooks.texi (Standard Hooks):
629 * modes.texi (Major Mode Conventions, Mode Hooks):
630 Document change-major-mode-after-body-hook.
631
632 2012-02-01 Glenn Morris <rgm@gnu.org>
633
634 * modes.texi (Defining Minor Modes):
635 Mention disabling global minor modes on a per-major-mode basis.
636
637 2012-01-31 Chong Yidong <cyd@gnu.org>
638
639 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
640 (Parser State): Remove unnecessary statement (Bug#10661).
641
642 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
643
644 2012-01-31 Glenn Morris <rgm@gnu.org>
645
646 * modes.texi (Defining Minor Modes):
647 Document define-minor-mode's new :variable keyword.
648
649 2012-01-29 Chong Yidong <cyd@gnu.org>
650
651 * syntax.texi (Syntax Class Table): Tweak description of newline
652 char syntax (Bug#9619).
653
654 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
655 description (Bug#10189).
656
657 2012-01-29 Glenn Morris <rgm@gnu.org>
658
659 * files.texi (Changing Files): Document SELinux support.
660
661 * windows.texi (Window Sizes): Fix typo.
662
663 2012-01-28 Chong Yidong <cyd@gnu.org>
664
665 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
666 doc (Bug#8568).
667
668 * frames.texi (Input Focus): Add NORECORD arg to
669 select-frame-set-input-focus. Clarify its role in select-frame.
670
671 * text.texi (Transposition): We don't use transpose-region as an
672 internal subroutine (Bug#3249).
673
674 * modes.texi (Example Major Modes): Update Lisp example code to
675 current sources. Delete the old non-derived-major-mode example,
676 which has diverged badly from current sources.
677
678 2012-01-27 Glenn Morris <rgm@gnu.org>
679
680 * makefile.w32-in (texinputdir): Fix (presumed) typo.
681 (VERSION, manual): Remove, unused.
682
683 2012-01-27 Chong Yidong <cyd@gnu.org>
684
685 * commands.texi (Command Overview): Minor clarification (Bug#10384).
686
687 2012-01-26 Chong Yidong <cyd@gnu.org>
688
689 * searching.texi (String Search): Document negative repeat count
690 (Bug#10507).
691
692 2012-01-26 Glenn Morris <rgm@gnu.org>
693
694 * variables.texi (Using Lexical Binding):
695 Mention that lexical-binding should be set in the first line.
696
697 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
698
699 * macros.texi (Defining Macros): Don't claim that `declare' only
700 affects Edebug and indentation.
701
702 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
703
704 * macros.texi (Defining Macros): Slight `declare' fixup.
705
706 2012-01-25 Glenn Morris <rgm@gnu.org>
707
708 * makefile.w32-in (texinputdir):
709 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
710
711 2012-01-24 Chong Yidong <cyd@gnu.org>
712
713 * variables.texi (Variables, Local Variables, Void Variables):
714 Edit to make the descriptions less specific to dynamic binding.
715 (Local Variables): Default max-specpdl-size is now 1300.
716 (Defining Variables): Edits for lexical scoping. Delete
717 information about starting docstrings with *. De-document
718 user-variable-p.
719 (Tips for Defining): Remove an unimportant discussion of quitting
720 in the middle of a load.
721 (Accessing Variables, Setting Variables): Discuss lexical binding.
722 (Variable Scoping): Rewrite.
723 (Scope, Extent, Impl of Scope): Nodes deleted.
724 (Dynamic Binding): New node, with material from Scope, Extent, and
725 Impl of Scope nodes.
726 (Dynamic Binding Tips): Rename from Using Scoping.
727 (Lexical Binding): Rewrite.
728 (Using Lexical Binding): Rename from Converting to Lexical
729 Binding. Convert to subsection.
730
731 * customize.texi (Variable Definitions): Add custom-variable-p.
732 Move user-variable-p documentation here.
733
734 2012-01-23 Chong Yidong <cyd@gnu.org>
735
736 * strings.texi (Text Comparison): Minor qualification.
737
738 * lists.texi (Cons Cells): Copyedits.
739 (List Elements): Mention push.
740 (List Variables): Mention pop.
741 (Rings): Move to sequences.texi.
742
743 * sequences.texi (Sequence Functions): Don't repeat the
744 introduction already given in the parent.
745 (Vectors): Copyedits.
746 (Rings): Move from lists.texi. Note that this is specific to the
747 ring package.
748
749 * symbols.texi (Definitions, Symbol Components): Mention variable
750 scoping issues.
751 (Plists and Alists): Copyedits.
752
753 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
754 correctness with lexical scoping.
755 (Eval): Copyedits.
756
757 2012-01-21 Chong Yidong <cyd@gnu.org>
758
759 * intro.texi (A Sample Function Description): Special notation
760 used for macros too.
761
762 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
763 (Symbol Type): Add xref for keyword symbols.
764 (Sequence Type): Clarify differences between sequence types.
765 (Cons Cell Type): Add "linked list" index entry.
766 (Non-ASCII in Strings): Copyedits.
767 (Equality Predicates): Symbols with same name need not be eq.
768
769 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
770 ldexp. Move float-e and float-pi to Math Functions node.
771
772 2012-01-21 Glenn Morris <rgm@gnu.org>
773
774 * modes.texi (Auto Major Mode):
775 * variables.texi (File Local Variables):
776 Mention inhibit-local-variables-regexps.
777
778 2012-01-19 Martin Rudalics <rudalics@gmx.at>
779
780 * windows.texi (Window Configurations): Rewrite references to
781 persistent window parameters.
782 (Window Parameters): Fix description of persistent window
783 parameters.
784
785 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
786
787 * windows.texi (Window Parameters): Use @pxref.
788
789 2012-01-16 Martin Rudalics <rudalics@gmx.at>
790
791 * windows.texi (Window Configurations, Window Parameters):
792 Describe persistent window parameters.
793
794 2011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
795
796 * variables.texi (Creating Buffer-Local): Warn against misuses of
797 make-variable-buffer-local (bug#10258).
798
799 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
800
801 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
802
803 2012-01-06 Chong Yidong <cyd@gnu.org>
804
805 * variables.texi (Directory Local Variables): Document
806 hack-dir-local-variables-non-file-buffer.
807
808 2012-01-06 Glenn Morris <rgm@gnu.org>
809
810 * maps.texi (Standard Keymaps): Refer to Info-edit by name
811 rather than by keybinding.
812
813 2011-12-29 Juanma Barranquero <lekktu@gmail.com>
814
815 * frames.texi (Font and Color Parameters): Add @pxref.
816
817 2011-12-29 Daniel Colascione <dan.colascione@gmail.com>
818
819 * frames.texi (Font and Color Parameters):
820 Document w32 font backends (bug#10399).
821
822 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
823
824 * files.texi (File Attributes, Changing Files):
825 Use a more-natural notation for octal numbers.
826
827 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
828
829 * variables.texi (Variables with Restricted Values):
830 Change reference to variable (bug#10354).
831
832 2011-12-13 Martin Rudalics <rudalics@gmx.at>
833
834 * windows.texi (Splitting Windows): Use t instead of non-nil
835 when describing window-combination-resize.
836
837 2011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
838
839 * text.texi (Special Properties): Warn against `intangible' properties
840 (bug#10222).
841
842 2011-11-26 Eli Zaretskii <eliz@gnu.org>
843
844 * display.texi (Truncation):
845 * text.texi (Special Properties): Describe what a stretch-glyph is
846 instead of using that term without explanation. Make the
847 cross-references more accurate.
848
849 * display.texi (Usual Display): Update the description,
850 cross-references, and indexing related to display of control
851 characters and raw bytes.
852
853 2011-11-25 Martin Rudalics <rudalics@gmx.at>
854
855 * windows.texi (Splitting Windows): Fix description of
856 window-combination-limit. Suggested by Eli Zaretskii.
857
858 2011-11-23 Chong Yidong <cyd@gnu.org>
859
860 * windows.texi (Window Sizes): Move window-top-line,
861 window-left-column, and window-*-pixel-edges to Coordinates and
862 Windows node.
863 (Coordinates and Windows): Restore window-edges doc.
864
865 2011-11-21 Martin Rudalics <rudalics@gmx.at>
866
867 * windows.texi (Windows and Frames, Splitting Windows):
868 Fix typos.
869
870 2011-11-21 Chong Yidong <cyd@gnu.org>
871
872 * windows.texi (Splitting Windows): Fix error in documentation of
873 window-combination-limit.
874 (Cyclic Window Ordering): Minor fixes to next-window,
875 one-window-p, and get-lru-window docs. Don't document
876 window-list-1.
877 (Buffers and Windows): Copyedits.
878 (Choosing Window): Document special handling of special-display-*.
879 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
880 Don't document even-window-heights, which is going away.
881 Clarify which options are obeyed by which action functions.
882
883 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
884
885 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
886
887 2011-11-20 Martin Rudalics <rudalics@gmx.at>
888
889 * windows.texi (Resizing Windows, Splitting Windows):
890 Remove term "status" when talking about combination limits.
891
892 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
893
894 * compile.texi (Compiler Errors):
895 * help.texi (Help Functions): Fix typos.
896
897 2011-11-19 Chong Yidong <cyd@gnu.org>
898
899 * windows.texi (Splitting Windows): Clarify role of window
900 parameters in split-window. Shorten the example.
901 (Deleting Windows): Rewrite intro to handle internal windows.
902 Fix delete-windows-on doc.
903 (Selecting Windows): Copyedits.
904
905 2011-11-17 Martin Rudalics <rudalics@gmx.at>
906
907 * windows.texi (Resizing Windows, Splitting Windows)
908 (Deleting Windows): Use term window-combination-resize instead
909 of window-splits.
910
911 2011-11-16 Martin Rudalics <rudalics@gmx.at>
912
913 * windows.texi (Resizing Windows, Splitting Windows):
914 Rename occurrences of window-nest to window-combination-limit.
915
916 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
917
918 * intro.texi (Lisp History): Fix typo.
919
920 2011-11-12 Martin Rudalics <rudalics@gmx.at>
921
922 * windows.texi (Splitting Windows, Deleting Windows):
923 Remove references to splits status of windows.
924
925 2011-11-10 Glenn Morris <rgm@gnu.org>
926
927 * buffers.texi (Read Only Buffers): Expand a bit on why
928 toggle-read-only should only be used interactively. (Bug#7292)
929
930 2011-11-09 Chong Yidong <cyd@gnu.org>
931
932 * windows.texi (Window Sizes): Document window-pixel-edges,
933 window-inside-pixel-edges, window-absolute-pixel-edges, and
934 window-inside-absolute-pixel-edges.
935 (Resizing Windows): shrink-window-if-larger-than-buffer works on
936 non-full-width windows.
937
938 2011-11-09 Martin Rudalics <rudalics@gmx.at>
939
940 * windows.texi (Resizing Windows): Rewrite documentation of
941 window-resizable.
942
943 2011-11-09 Chong Yidong <cyd@gnu.org>
944
945 * windows.texi (Splitting Windows): Simplify example.
946
947 2011-11-08 Chong Yidong <cyd@gnu.org>
948
949 * windows.texi (Window Sizes): Copyedits. Document
950 window-text-height. Remove window-min-height and window-min-width
951 discussion, referring instead to Emacs manual.
952 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
953 (Resizing Windows): Simplify introduction. Don't document
954 enlarge-window, shrink-window, enlarge-window-horizontally, and
955 shrink-window-horizontally; they are no longer preferred for
956 calling from Lisp, and are already documented in the Emacs manual.
957
958 2011-11-07 Glenn Morris <rgm@gnu.org>
959
960 * windows.texi (Choosing Window): Fix keybinding typo.
961
962 2011-11-07 Martin Rudalics <rudalics@gmx.at>
963
964 * windows.texi (Resizing Windows, Splitting Windows)
965 (Window Configurations): Use "child window" instead of
966 "subwindow".
967
968 2011-11-06 Chong Yidong <cyd@gnu.org>
969
970 * windows.texi (Basic Windows): Clarify various definitions.
971 Treat window-normalize-* as internal; don't document them.
972 (Windows and Frames): Various clarifications, e.g. non-live
973 windows also belong to frames. Fix window-list description.
974 Simplify window nesting example.
975 (Splitting Windows, Window Configurations):
976 Use split-window-below.
977
978 2011-11-04 Eli Zaretskii <eliz@gnu.org>
979
980 * windows.texi (Window Sizes): Mention in the doc string that the
981 return values of `window-body-height' and `window-body-width' are
982 in frame's canonical units. (Bug#9949)
983
984 2011-10-30 Martin Rudalics <rudalics@gmx.at>
985
986 * windows.texi (Windows and Frames): Remove "iso-" infix from
987 documentation of window-iso-combined-p.
988
989 2011-10-26 Chong Yidong <cyd@gnu.org>
990
991 * modes.texi (Running Hooks): Document with-wrapper-hook.
992
993 2011-10-18 Chong Yidong <cyd@gnu.org>
994
995 * display.texi (Glyphless Chars): New node.
996
997 2011-10-13 Chong Yidong <cyd@stupidchicken.com>
998
999 * text.texi (Yanking): Document yank-excluded-properties.
1000
1001 * package.texi (Packaging Basics): The commentary should say how
1002 to begin using the package.
1003
1004 2011-10-11 Martin Rudalics <rudalics@gmx.at>
1005
1006 * windows.texi (Deleting Windows): Mention which window gets
1007 selected when deleting the selected window.
1008
1009 2011-10-09 Martin Rudalics <rudalics@gmx.at>
1010
1011 * buffers.texi (The Buffer List): Describe how bury-buffer deals
1012 with the selected window.
1013 * windows.texi (Buffers and Windows): Reformulate text on how
1014 replace-buffer-in-windows deals with a window.
1015 (Quitting Windows): Describe how quit-window deals with a
1016 standalone frame. Describe new option frame-auto-hide-function.
1017
1018 2011-10-08 Glenn Morris <rgm@gnu.org>
1019
1020 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
1021
1022 * positions.texi (Excursions): Update warning message.
1023
1024 2011-10-05 Chong Yidong <cyd@stupidchicken.com>
1025
1026 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
1027 Fix Emacs manual xref (Bug#9675).
1028
1029 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
1030
1031 * windows.texi (Textual Scrolling): Document scroll-up-command,
1032 scroll-down-command, scroll-error-top-bottom, and the
1033 scroll-command symbol property.
1034 (Display Action Functions): Fix description of
1035 display-buffer-pop-up-window.
1036
1037 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
1038
1039 * windows.texi (Splitting Windows): Fix typos.
1040
1041 2011-09-25 Martin Rudalics <rudalics@gmx.at>
1042
1043 * windows.texi (Windows and Frames, Display Action Functions)
1044 (Switching Buffers): Fix some typos.
1045 (Buffers and Windows): Remove reference to window-auto-delete.
1046 Reword description of replace-buffer-in-windows.
1047 (Window History): Fix some typos and refer to frame local buffer
1048 list.
1049 (Quitting Windows): New node.
1050 (Window Configurations): Add descriptions of window-state-get
1051 and window-state-put.
1052 (Window Parameters): Describe variable ignore-window-parameters.
1053 Sketch some window parameters currently in use.
1054 * elisp.texi (Top): Update node listing.
1055
1056 2011-09-25 Chong Yidong <cyd@stupidchicken.com>
1057
1058 * windows.texi (Display Action Functions)
1059 (Choosing Window Options): New nodes.
1060
1061 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
1062
1063 * windows.texi (Window History): New node. Move text here from
1064 Buffers and Windows.
1065 (Switching Buffers): Rename from Displaying Buffers, since we
1066 don't document display-buffer here; callers changed.
1067 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
1068 switch-to-buffer-other-frame. Delete duplicate
1069 replace-buffer-in-windows doc.
1070 (Choosing Window): Document display actions.
1071
1072 2011-09-24 Eli Zaretskii <eliz@gnu.org>
1073
1074 * display.texi (Forcing Redisplay): Update the description of
1075 redisplay-dont-pause due to change in the default value.
1076
1077 2011-09-23 Martin Rudalics <rudalics@gmx.at>
1078
1079 * frames.texi (Frames and Windows): Move section and rename to
1080 Windows and Frames in windows.texi.
1081 * windows.texi (Windows): Restructure.
1082 (Basic Windows): Rewrite. Explain live and internal windows and
1083 normalization functions.
1084 (Windows and Frames): Move section here from frames.texi.
1085 Describe subwindows, window combinations, window tree, and
1086 corresponding functions including window-list here.
1087 (Window Sizes): Rename section from Size of Window and move it
1088 up in chapter. Describe total and body sizes and the
1089 corresponding functions. Explain new semantics of
1090 window-min-height/-width.
1091 (Resizing Windows): Move section up in chapter. Describe new
1092 resize functions.
1093 (Splitting Windows): Describe new behavior of split-window,
1094 split-window-above-each-other and split-window-side-by-side.
1095 Provide examples. Describe window-nest and window-splits
1096 options.
1097 (Deleting Windows): Minor rewrite.
1098 (Selecting Windows): Minor rewrite.
1099 Describe frame-selected-window and set-frame-selected-window here.
1100 (Cyclic Window Ordering): Minor rewrite.
1101 Describe window-list-1.
1102 (Buffers and Windows): Rewrite. Explain a window's previous and
1103 next buffers and the corresponding functions.
1104 (Window Tree): Merge into Windows and Frames section.
1105 * elisp.texi (Top): Update node listings for frames and windows
1106 sections.
1107
1108 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1109
1110 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
1111
1112 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1113
1114 * errors.texi (Standard Errors): Remove apparent placeholder text
1115 (bug#9491).
1116
1117 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
1118
1119 * frames.texi (Management Parameters): Fix description of
1120 icon-type parameter.
1121
1122 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
1123
1124 * tips.texi (Key Binding Conventions): Don't bind a key sequence
1125 ending in C-g. Suggested by Edward O'Connor.
1126
1127 2011-09-17 Eli Zaretskii <eliz@gnu.org>
1128
1129 * numbers.texi (Integer Basics): Add indexing for
1130 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
1131
1132 2011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1133
1134 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
1135
1136 2011-09-11 Juanma Barranquero <lekktu@gmail.com>
1137
1138 * processes.texi (Network Servers): Clarify what the process
1139 buffer is used for (bug#9233).
1140
1141 2011-08-30 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1142
1143 * lists.texi (Building Lists): Fix typo.
1144
1145 2011-08-30 Chong Yidong <cyd@stupidchicken.com>
1146
1147 * display.texi (Basic Faces): New node. Document new faces.
1148
1149 * modes.texi (Major Mode Conventions): Move some text there.
1150 (Mode Help): Remove major-mode var, duplicated in Major Modes.
1151
1152 2011-08-29 Chong Yidong <cyd@stupidchicken.com>
1153
1154 * modes.texi (Basic Major Modes): New node. Callers updated.
1155 (Major Modes): Document fundamental-mode and major-mode.
1156 (Major Mode Basics): Node deleted; text moved to Major Modes.
1157 (Derived Modes): Document derived-mode-p.
1158
1159 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
1160
1161 * files.texi (Changing Files, Create/Delete Dirs): Document new
1162 arguments for delete-file, delete-directory, and copy-directory.
1163 (Visiting Functions): Remove view-file; it is documented in the
1164 Emacs manual.
1165
1166 * frames.texi (Layout Parameters): The defaults for the
1167 menu-bar-lines and tool-bar-lines parameters depend on the mode.
1168
1169 * display.texi (Progress): Document spinner functionality.
1170
1171 * os.texi (Killing Emacs): Note that kill-emacs can be called by
1172 operating system signals. Refer to save-buffers-kill-terminal
1173 instead of save-buffers-kill-emacs.
1174
1175 * objects.texi (Symbol Type): Document ## print representation.
1176
1177 2011-08-25 Eli Zaretskii <eliz@gnu.org>
1178
1179 * display.texi (Specified Space): Mention that `space' specs
1180 influence bidi reordering.
1181 (Bidirectional Display): Explain how to use `(space . PROPS)' for
1182 separating fields with bidirectional content.
1183
1184 2011-08-24 Eli Zaretskii <eliz@gnu.org>
1185
1186 * display.texi (Bidirectional Display): Document return value in
1187 buffers that are not bidi-reordered for display, and in unibyte
1188 buffers.
1189
1190 2011-08-23 Eli Zaretskii <eliz@gnu.org>
1191
1192 * nonascii.texi (Character Properties): Document the values for
1193 unassigned codepoints.
1194
1195 2011-08-18 Eli Zaretskii <eliz@gnu.org>
1196
1197 * nonascii.texi (Character Properties): Document use of
1198 `bidi-class' and `mirroring' properties as part of reordering.
1199 Provide cross-references to "Bidirectional Display".
1200
1201 * display.texi (Bidirectional Display): Document the pitfalls of
1202 concatenating strings with bidirectional content, with possible
1203 solutions. Document bidi-string-mark-left-to-right.
1204 Mention paragraph direction in modes that inherit from prog-mode.
1205 Document use of `bidi-class' and `mirroring' properties as part of
1206 reordering.
1207
1208 2011-08-16 Eli Zaretskii <eliz@gnu.org>
1209
1210 * modes.texi (Major Mode Conventions): Improve the documentation
1211 of `mode-class' `special' modes.
1212
1213 * nonascii.texi (Character Properties): Document the `mirroring'
1214 property. Add index entries.
1215
1216 * syntax.texi (Categories): Add an example of defining a new
1217 category and category table.
1218
1219 * searching.texi (Regexp Backslash): Document how to display
1220 existing categories. Mention the possibility of adding
1221 categories, and add an xref to where this is described. Add an
1222 index entry.
1223
1224 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
1225
1226 * text.texi (Special Properties):
1227 * display.texi (Overlay Properties): Note that mouse-face cannot
1228 change the text size (Bug#8530).
1229
1230 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
1231
1232 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
1233 using setenv instead.
1234
1235 2011-07-28 Eli Zaretskii <eliz@gnu.org>
1236
1237 * display.texi (Bidirectional Display): Document the fact that
1238 bidi-display-reordering is t by default.
1239
1240 2011-07-23 Eli Zaretskii <eliz@gnu.org>
1241
1242 * display.texi (Bidirectional Display): New section.
1243
1244 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1245 Tim Cross <theophilusx@gmail.com> (tiny change)
1246 Glenn Morris <rgm@gnu.org>
1247
1248 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
1249
1250 2011-07-15 Andreas Schwab <schwab@linux-m68k.org>
1251
1252 * help.texi (Keys in Documentation): Revert last change.
1253
1254 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1255
1256 * help.texi (Keys in Documentation): Clarify that \= only quotes
1257 the next character, and doesn't affect longer sequences in
1258 particular (bug#8935).
1259
1260 * debugging.texi (Using Debugger):
1261 Mention @code{eval-expression-debug-on-error} (bug#8549).
1262
1263 2011-07-14 Eli Zaretskii <eliz@gnu.org>
1264
1265 * display.texi (Other Display Specs): Document that `left-fringe'
1266 and `right-fringe' display specifications are of the "replacing"
1267 kind.
1268
1269 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270
1271 * help.texi (Documentation Basics): Add a link to the Function
1272 Documentation node (bug#6580).
1273
1274 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1275
1276 * keymaps.texi (Menu Bar): Mention :visible and :enable
1277 (bug#6344). Text by Drew Adams.
1278
1279 * modes.texi (Running Hooks): Mention buffer-local hook variables
1280 (bug#6218).
1281
1282 * objects.texi (General Escape Syntax): "a with grave accent" is
1283 ?xe0, not ?x8e0 (bug#5259).
1284
1285 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
1286
1287 * display.texi (Face Attributes, Font Selection): Add references
1288 to the Fonts node in the Emacs manual (Bug#4178).
1289
1290 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
1291
1292 * display.texi (Window Systems): `window-system' is
1293 terminal-local.
1294
1295 * frames.texi (Frame Parameters, Parameter Access): Don't mention
1296 frame-local variables.
1297
1298 * variables.texi (Buffer-Local Variables): Don't mention obsolete
1299 frame-local variables.
1300 (Frame-Local Variables): Node deleted.
1301
1302 * elisp.texi (Top): Update node listing.
1303
1304 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1305
1306 * elisp.texi: Change "inferiors" to "subnodes" in three places
1307 (bug#3523).
1308
1309 2011-07-11 Chong Yidong <cyd@stupidchicken.com>
1310
1311 * frames.texi (Window System Selections): Discussion of
1312 x-select-enable-clipboard moved to Emacs manual.
1313
1314 2011-07-11 Deniz Dogan <deniz@dogan.se>
1315
1316 * commands.texi (Prefix Command Arguments): Remove excessive
1317 apostrophe.
1318
1319 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1320
1321 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
1322 description is a string (bug#3313).
1323
1324 * frames.texi (Display Feature Testing): Try to explain what all
1325 the visual classes mean (bug#3042).
1326
1327 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1328
1329 * modes.texi (Mode Line Variables): Document `mode-line-remote'
1330 and `mode-line-client' (bug#2974).
1331
1332 * text.texi (Insertion): Clarify marker movements (bug#1651).
1333 Text from Drew Adams.
1334
1335 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1336
1337 * text.texi (Special Properties): Clarify the format of `face'
1338 (bug#1375).
1339
1340 * commands.texi (Interactive Call): Add a `call-interactively'
1341 example (bug#1010).
1342
1343 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1344
1345 * functions.texi (Calling Functions): Link to the "Interactive
1346 Call" node (bug#1001).
1347
1348 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
1349
1350 * customize.texi (Composite Types): Move alist and plist to here
1351 from Simple Types (Bug#7545).
1352
1353 * elisp.texi (Top): Update menu description.
1354
1355 * display.texi (Face Attributes): Document negative line widths
1356 (Bug#6113).
1357
1358 2011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
1359
1360 * searching.texi (Match Data): Note that match data can be
1361 overwritten by most functions (bug#2499).
1362
1363 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1364
1365 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
1366 flags mean (bug#6659).
1367
1368 * functions.texi (What Is a Function): Document the autoload
1369 object (bug#6496).
1370
1371 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1372
1373 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
1374 is only used in the Customize user interface (bug#6089).
1375
1376 * display.texi (Showing Images): Mention the point of sliced
1377 images (bug#7836).
1378
1379 2011-07-02 Eli Zaretskii <eliz@gnu.org>
1380
1381 * variables.texi (Defining Variables, Void Variables)
1382 (Constant Variables): Fix incorrect usage of @kindex.
1383
1384 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1385
1386 * variables.texi (Defining Variables): Add an index entry for
1387 `set-variable' (bug#7262).
1388 (Defining Variables): Use @findex for functions.
1389
1390 * frames.texi (Basic Parameters): Document the `explicit-name'
1391 parameter (bug#6951).
1392
1393 * customize.texi (Type Keywords): Clarify that :value provides a
1394 default value for all types (bug#7386).
1395
1396 * streams.texi (Output Functions): Document `pp'.
1397
1398 2011-06-25 Chong Yidong <cyd@stupidchicken.com>
1399
1400 * keymaps.texi (Searching Keymaps):
1401 * display.texi (Overlay Properties): Fix errors in 2011-05-29
1402 change. Suggested by Johan Bockgård.
1403
1404 2011-06-15 Chong Yidong <cyd@stupidchicken.com>
1405
1406 * text.texi (Special Properties): Clarify role of font-lock-face.
1407
1408 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1409
1410 * processes.texi (Process Information): Rename `process-alive-p'
1411 to `process-live-p' for consistency with other `-live-p' functions.
1412
1413 2011-06-03 Paul Eggert <eggert@cs.ucla.edu>
1414
1415 Document wide integers better.
1416 * files.texi (File Attributes): Document ino_t values better.
1417 ino_t values no longer map to anything larger than a single cons.
1418 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
1419 (Bitwise Operations):
1420 * objects.texi (Integer Type): Use a binary notation that is a bit easier
1421 to read, and that will port better if 62-bits becomes the default.
1422 Fix or remove incorrect examples.
1423 * os.texi (Time Conversion): Document time_t values better.
1424
1425 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1426
1427 * processes.texi (Process Information):
1428 Document `process-alive-p'.
1429
1430 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
1431
1432 * help.texi (Accessing Documentation):
1433 * display.texi (Pixel Specification):
1434 * processes.texi (Serial Ports, Serial Ports):
1435 * nonascii.texi (Character Properties, Default Coding Systems):
1436 * text.texi (Changing Properties, Special Properties):
1437 * windows.texi (Window Start and End):
1438 * modes.texi (SMIE Indentation Example, SMIE Tricks):
1439 * keymaps.texi (Searching Keymaps, Tool Bar):
1440 * minibuf.texi (Basic Completion):
1441 * compile.texi (Eval During Compile):
1442 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
1443 7x9 paper in printed manual.
1444
1445 * lists.texi (Sets And Lists): Fix misplaced text.
1446
1447 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
1448
1449 * keymaps.texi (Remapping Commands): Emphasize that the keymap
1450 needs to be active (Bug#8350).
1451
1452 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
1453
1454 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
1455
1456 * tips.texi (Coding Conventions): Remove antediluvian filename
1457 limit recommendation (Bug#8538).
1458
1459 2011-05-27 Glenn Morris <rgm@gnu.org>
1460
1461 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
1462
1463 2011-05-26 Glenn Morris <rgm@gnu.org>
1464
1465 * variables.texi (File Local Variables):
1466 Update hack-local-variables `mode-only' return value.
1467 Add some more details on what this function does in the other case.
1468
1469 2011-05-19 Glenn Morris <rgm@gnu.org>
1470
1471 * lists.texi (Sets And Lists): Mention cl provides union etc.
1472
1473 2011-05-19 Nix <nix@esperi.org.uk>
1474
1475 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
1476
1477 * text.texi (Parsing HTML): Update for function name changes.
1478
1479 * syntax.texi (Syntax Flags): Small fix.
1480
1481 * keymaps.texi (Active Keymaps): Typo fix.
1482 (Changing Key Bindings): Grammar fix.
1483
1484 * frames.texi (Minibuffers and Frames): Grammar fix.
1485 (Window System Selections): x-select-enable-clipboard now defaults to t.
1486
1487 * customize.texi (Common Keywords):
1488 * display.texi (Abstract Display):
1489 * modes.texi (Auto-Indentation):
1490 * nonascii.texi (Converting Representations): Typo fixes.
1491
1492 * control.texi (Examples of Catch): Call it "goto" not "go to".
1493
1494 2011-05-14 Eli Zaretskii <eliz@gnu.org>
1495
1496 * nonascii.texi (Character Properties): Fix inconsistencies with
1497 implementation.
1498
1499 * text.texi (Special Properties): Move @defvar's out of the
1500 @table. (Bug#8652)
1501
1502 2011-05-12 Glenn Morris <rgm@gnu.org>
1503
1504 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
1505
1506 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1507
1508 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
1509 (Multiline Font Lock):
1510 * vol2.texi (Top):
1511 * vol1.texi (Top):
1512 * elisp.texi (Top): Update menu accordingly.
1513
1514 2011-05-12 Drew Adams <drew.adams@oracle.com>
1515
1516 * modes.texi (Region to Fontify): Fix typo.
1517
1518 2011-05-10 Jim Meyering <meyering@redhat.com>
1519
1520 * minibuf.texi: Fix typo "in in -> in".
1521
1522 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
1523
1524 * numbers.texi (Integer Basics): Large integers are treated as floats.
1525
1526 2011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1527
1528 * processes.texi (Synchronous Processes): Document the (:file
1529 "/file-name") syntax for `call-process'.
1530
1531 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
1532
1533 * windows.texi (Choosing Window): Fix typo.
1534
1535 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
1536
1537 * frames.texi (Layout Parameters): Note the difference between
1538 querying and setting parameters for left-fringe and right-fringe
1539 (Bug#6930).
1540
1541 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1542
1543 * minibuf.texi (Basic Completion): Be a bit more precise about the
1544 valid kinds of completion tables.
1545 (Programmed Completion): Remove obsolete text about lambda expressions
1546 not being valid completion tables.
1547
1548 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
1549
1550 * positions.texi (Excursions): Explain the "save-excursion
1551 defeated by set-buffer" warning.
1552
1553 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
1554 save-excursion. Suggested by Uday S Reddy.
1555
1556 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
1557
1558 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
1559 (Lexical Binding): New sub-section.
1560
1561 * eval.texi (Eval): Discourage the use of `eval'.
1562 Document its new `lexical' argument.
1563
1564 2011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1565
1566 * commands.texi (Command Overview): `post-command-hook' is not reset to
1567 nil any more.
1568
1569 2011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
1570
1571 * strings.texi (String Conversion): Don't mention
1572 string-make-(uni|multi)byte (bug#8262).
1573 * nonascii.texi (Converting Representations): Fix up range.
1574 * keymaps.texi (Key Binding Commands): Update code point, avoid
1575 "unibyte character" and remove mention of unibyte bindings.
1576
1577 2011-03-10 Eli Zaretskii <eliz@gnu.org>
1578
1579 * modes.texi (Operator Precedence Grammars): Don't use characters
1580 outside ISO-8859-1.
1581
1582 2011-03-09 Eli Zaretskii <eliz@gnu.org>
1583
1584 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
1585
1586 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1587
1588 2011-03-08 Glenn Morris <rgm@gnu.org>
1589
1590 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
1591 * intro.texi (Acknowledgements): Names to UTF-8.
1592 * elisp.texi: Set documentencoding.
1593
1594 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
1595
1596 * Version 23.3 released.
1597
1598 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
1599
1600 * package.texi: Update index keywords.
1601 (Package Archives): New node contents. Document package-x.el.
1602
1603 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
1604
1605 * makefile.w32-in (srcs): Add package.texi.
1606
1607 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
1608
1609 * package.texi (Packaging, Packaging Basics, Simple Packages)
1610 (Multi-file Packages): Expand and clarify.
1611 (Package Archives): Temporary placeholder node.
1612
1613 * elisp.texi (Top): Update node listing.
1614
1615 * Makefile.in (srcs): Add package.texi.
1616
1617 2011-03-05 Chong Yidong <cyd@stupidchicken.com>
1618
1619 * processes.texi (Synchronous Processes): Minor clarification
1620 (Bug#8149).
1621
1622 2011-03-03 Glenn Morris <rgm@gnu.org>
1623
1624 * files.texi (Truenames): Minor clarification. (Bug#2341)
1625
1626 2011-03-01 Glenn Morris <rgm@gnu.org>
1627
1628 * variables.texi (Directory Local Variables):
1629 Mention `(subdirs . nil)' alist element.
1630
1631 2011-02-28 Glenn Morris <rgm@gnu.org>
1632
1633 * variables.texi (Directory Local Variables): Mention the optional
1634 mtime argument of dir-locals-set-directory-class. (Bug#3577)
1635
1636 2011-02-27 Chong Yidong <cyd@stupidchicken.com>
1637
1638 * minibuf.texi (Minibuffer History): Clarify discussion of
1639 minibuffer history lists (Bug#8085).
1640
1641 2011-02-19 Eli Zaretskii <eliz@gnu.org>
1642
1643 * elisp.texi: Sync @dircategory with ../../info/dir.
1644
1645 * files.texi (Visiting Functions): Document find-file-literally,
1646 both the command and the variable.
1647
1648 * variables.texi (Creating Buffer-Local): Explain the meaning of
1649 permanent local variables.
1650
1651 * files.texi (Visiting Functions): Document find-file-literally,
1652 both the command and the variable.
1653
1654 * variables.texi (Creating Buffer-Local): Explain the meaning of
1655 permanent local variables.
1656
1657 2011-02-19 Glenn Morris <rgm@gnu.org>
1658
1659 * keymaps.texi (Remapping Commands): Mention how to undo it.
1660
1661 2011-02-09 Reuben Thomas <rrt@sc3d.org>
1662
1663 * loading.texi (Hooks for Loading): Remove unnecessary advice
1664 about eval-after-load (Bug#7986).
1665
1666 2011-02-05 Chong Yidong <cyd@stupidchicken.com>
1667
1668 * commands.texi (Accessing Mouse): Note that a header line is not
1669 included in the row of posn-col-row.
1670
1671 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
1672
1673 * modes.texi (Major Mode Conventions): Add face guidelines.
1674 (Faces for Font Lock): List faces in order of prominence.
1675
1676 2011-02-01 Paul Eggert <eggert@cs.ucla.edu>
1677
1678 format-time-string now supports subsecond time stamp resolution
1679 * os.texi (Time Parsing): Document %N.
1680
1681 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
1682
1683 * vol1.texi (Top):
1684 * vol2.texi (Top):
1685 * elisp.texi (Top):
1686 * display.texi (Display Property): Shorten the menu description of
1687 the "Other Display Specs" node (Bug#7816).
1688
1689 * keymaps.texi (Defining Menus): Add "menu item" and "extended
1690 menu item" concept index entries (Bug#7805).
1691
1692 2011-01-29 Eli Zaretskii <eliz@gnu.org>
1693
1694 * makefile.w32-in (texinfodir): New variable.
1695 (usermanualdir): Remove as redundant with $(emacsdir).
1696 (MAKEINFO): Remove options, leave only program name.
1697 (MAKEINFO_OPTS): New variable.
1698 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
1699
1700 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
1701 Richard Kim <emacs18@gmail.com>
1702
1703 * loading.texi (Library Search): Document list-load-path-shadows
1704 (Bug#7757).
1705
1706 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
1707
1708 * searching.texi (Regexp Special): Remove outdated discussion of
1709 character sets (Bug#7780).
1710
1711 * frames.texi (Pop-Up Menus): Document where menu title comes
1712 from (Bug#7684).
1713
1714 2011-01-25 Glenn Morris <rgm@gnu.org>
1715
1716 * display.texi (Making Buttons): Mention limitation of text buttons.
1717
1718 2011-01-23 Werner Lemberg <wl@gnu.org>
1719
1720 * Makefile.in (MAKEINFO): Now controlled by `configure'.
1721 (MAKEINFO_OPTS): New variable. Use it where appropriate.
1722 (ENVADD): New variable to control texi2dvi and texi2pdf.
1723
1724 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
1725
1726 * files.texi (Directory Names): Move directory-abbrev-alist doc to
1727 Emacs manual.
1728
1729 2011-01-15 Eli Zaretskii <eliz@gnu.org>
1730
1731 * files.texi (Directory Names): Explain why FROM in
1732 directory-abbrev-alist should begin with \`. (Bug#7777)
1733
1734 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1735
1736 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
1737
1738 2011-01-02 Eli Zaretskii <eliz@gnu.org>
1739
1740 * modes.texi (Emulating Mode Line): Fix last change.
1741
1742 2011-01-02 Eli Zaretskii <eliz@gnu.org>
1743
1744 * modes.texi (Emulating Mode Line): Update documentation of
1745 format-mode-line according to changes that fixed bug #7587.
1746
1747 2010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
1748
1749 * modes.texi (Derived Modes): Mention prog-mode.
1750
1751 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
1752 of the key-binding-data cache since we don't use it any more.
1753
1754 2010-12-13 Eli Zaretskii <eliz@gnu.org>
1755
1756 * processes.texi (Shell Arguments):
1757 * strings.texi (Creating Strings): Don't mention "shell commands";
1758 make it explicit that `split-string-and-unquote' and
1759 `combine-and-quote-strings' are mainly for working with arguments
1760 to call-process and start-process.
1761
1762 * processes.texi (Shell Arguments): Fix documentation of
1763 `split-string-and-unquote'. Add indexing. (Bug#7563)
1764
1765 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
1766
1767 * modes.texi (Auto-Indentation): New section to document SMIE.
1768 (Major Mode Conventions):
1769 * text.texi (Mode-Specific Indent): Refer to it.
1770
1771 2010-12-13 Eli Zaretskii <eliz@gnu.org>
1772
1773 * display.texi (Other Display Specs): Document left-fringe and
1774 right-fringe display specs.
1775
1776 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
1777
1778 * backups.texi (Making Backups):
1779 * modes.texi (Example Major Modes): Use recommended coding style.
1780 (Major Mode Basics, Derived Modes): Encourge more strongly use of
1781 define-derived-mode. Mention completion-at-point-functions.
1782
1783 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
1784
1785 * nonascii.texi (Converting Representations):
1786 Document byte-to-string.
1787
1788 2010-12-08 Glenn Morris <rgm@gnu.org>
1789
1790 * buffers.texi (Modification Time):
1791 verify-visited-file-modtime now defaults to the current buffer.
1792
1793 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
1794
1795 * nonascii.texi (Converting Representations): Document byte-to-string.
1796
1797 * strings.texi (Creating Strings): Don't mention semi-obsolete
1798 function char-to-string.
1799 (String Conversion): Shorten discussion of semi-obsolete function
1800 string-to-char. Link to Converting Representations.
1801
1802 * objects.texi (Symbol Type):
1803 * text.texi (Near Point):
1804 * help.texi (Help Functions):
1805 * functions.texi (Mapping Functions): Use string instead of
1806 char-to-string in examples.
1807
1808 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
1809
1810 * text.texi (Kill Functions, Kill Functions)
1811 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
1812 YANK-HANDLER args.
1813
1814 * symbols.texi (Creating Symbols): Using unintern without an
1815 obarray arg is now obsolete.
1816
1817 * numbers.texi (Float Basics): Document float-e and float-pi.
1818
1819 * variables.texi (Defining Variables): Change "pi" example to
1820 "float-pi".
1821
1822 2010-11-26 Eli Zaretskii <eliz@gnu.org>
1823
1824 * commands.texi (Click Events): Document the values of X, Y and
1825 COL, ROW in the event's position, when the click is on the header
1826 or mode line, on the fringes, or in the margins.
1827
1828 2010-11-17 Eli Zaretskii <eliz@gnu.org>
1829
1830 * customize.texi (Composite Types): Lower-case index entry.
1831
1832 * loading.texi (How Programs Do Loading):
1833 Document load-file-name. (Bug#7346)
1834
1835 2010-11-17 Glenn Morris <rgm@gnu.org>
1836
1837 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
1838
1839 2010-11-13 Eli Zaretskii <eliz@gnu.org>
1840
1841 * display.texi (Usual Display): Characters with no fonts are not
1842 necessarily displayed as empty boxes.
1843
1844 2010-10-31 Glenn Morris <rgm@gnu.org>
1845
1846 * maps.texi (Standard Keymaps): Update File menu description.
1847
1848 2010-10-28 Glenn Morris <rgm@gnu.org>
1849
1850 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
1851
1852 2010-10-24 Eli Zaretskii <eliz@gnu.org>
1853
1854 * display.texi (Window Systems): Deprecate use of window-system as
1855 a predicate.
1856
1857 2010-10-23 Glenn Morris <rgm@gnu.org>
1858
1859 * help.texi (Documentation Basics): Remove mentions of digest-doc and
1860 sorted-doc.
1861
1862 2010-10-15 Eli Zaretskii <eliz@gnu.org>
1863
1864 * os.texi (Dynamic Libraries): New node, with slightly modified
1865 text deleted from "Image Formats".
1866 (System Interface): Add @menu entry for "Dynamic Libraries".
1867
1868 * display.texi (Image Formats): Remove description of
1869 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
1870
1871 2010-10-12 Glenn Morris <rgm@gnu.org>
1872
1873 * book-spine.texinfo: Rename to book-spine.texi.
1874
1875 2010-10-11 Glenn Morris <rgm@gnu.org>
1876
1877 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1878
1879 * Makefile.in (DVIPS): New variable.
1880 (.PHONY): Add html, ps.
1881 (html, elisp.html, ps, elisp.ps): New targets.
1882 (clean): Delete html, ps files.
1883 ($(infodir)/elisp): Remove unnecessary includes.
1884
1885 2010-10-09 Eli Zaretskii <eliz@gnu.org>
1886
1887 * makefile.w32-in (emacsdir): New variable.
1888 (srcs): Add emacsver.texi.
1889 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
1890
1891 2010-10-09 Glenn Morris <rgm@gnu.org>
1892
1893 * Makefile.in (VPATH): Remove.
1894 (infodir): Make it absolute.
1895 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
1896
1897 * Makefile.in (dist): Anchor regexps.
1898
1899 * Makefile.in (srcs): Put elisp.texi first.
1900 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
1901
1902 * Makefile.in (infoclean): Remove harmless, long-standing error.
1903
1904 * Makefile.in ($(infodir)): Delete rule.
1905 (mkinfodir): New.
1906 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
1907
1908 * Makefile.in (dist): Remove reference to emacsver.texi.in.
1909 Also copy emacsver.texi, and edit $emacsdir.
1910
1911 2010-10-09 Glenn Morris <rgm@gnu.org>
1912
1913 * Makefile.in (emacsdir): New variable.
1914 (MAKEINFO): Add -I $emacsdir.
1915 (dist): Copy emacsver.texi.
1916 (srcs): Add emacsver.texi.
1917
1918 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
1919 Set EMACSVER by including emacsver.texi.
1920
1921 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1922
1923 2010-10-07 Glenn Morris <rgm@gnu.org>
1924
1925 * Makefile.in (version): New, set by configure.
1926 (clean): Delete dist tar file.
1927 (dist): Use version in tar name.
1928
1929 2010-10-06 Glenn Morris <rgm@gnu.org>
1930
1931 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
1932 (INSTALL_INFO): Remove unused variable.
1933 (mostlyclean, infoclean, dist): New rules.
1934 (clean): Delete dvi and pdf files.
1935 (maintainer-clean): Remove elisp.oaux, use infoclean.
1936 ($(infodir)): Add parallel build workaround.
1937
1938 2010-10-04 Glenn Morris <rgm@gnu.org>
1939
1940 * Makefile.in (dvi, pdf, $(infodir)): New targets.
1941 ($(infodir)/elisp): Ensure target directory exists. Use $@.
1942 Fix -I typo.
1943 (clean): No 'make.out' or 'core' files.
1944 (.PHONY): Declare clean rules.
1945 (maintainer-clean): Delete pdf file. Guard against cd failures.
1946
1947 2010-10-03 Glenn Morris <rgm@gnu.org>
1948
1949 * files.texi (File Name Components): Remove ignored section about
1950 deleted variable directory-sep-char.
1951
1952 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
1953
1954 * files.texi (Magic File Names): New defopt
1955 remote-file-name-inhibit-cache.
1956
1957 2010-10-02 Glenn Morris <rgm@gnu.org>
1958
1959 * os.texi (Killing Emacs): Hook now runs in batch mode.
1960
1961 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1962
1963 * text.texi (Special Properties): Clarify when modification-hooks run.
1964
1965 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1966
1967 * syntax.texi (Syntax Flags): Document new `c' flag.
1968
1969 2010-09-09 Glenn Morris <rgm@gnu.org>
1970
1971 * display.texi (ImageMagick Images): General cleanup.
1972
1973 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1974
1975 * files.texi (Directory Names): Use \` rather than ^.
1976
1977 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1978
1979 * text.texi (Low-Level Kill Ring):
1980 * frames.texi (Window System Selections): Remove cut buffer
1981 documentation.
1982
1983 2010-08-28 Eli Zaretskii <eliz@gnu.org>
1984
1985 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
1986 Parameters", where the default fringe width is described.
1987
1988 * frames.texi (Window Frame Parameters, Basic Parameters)
1989 (Position Parameters, Layout Parameters, Management Parameters)
1990 (Cursor Parameters, Font and Color Parameters): Add indexing for
1991 frame parameters. (Bug#6929)
1992
1993 2010-08-25 Tom Tromey <tromey@redhat.com>
1994
1995 * vol2.texi (Top): Update.
1996 * vol1.texi (Top): Update.
1997 * tips.texi (Library Headers): Mention Package-Version and
1998 Package-Requires.
1999 * package.texi: New file.
2000 * os.texi (System Interface): Update pointers.
2001 * elisp.texi (Top): Link to new nodes. Include package.texi.
2002 * anti.texi (Antinews): Update pointers.
2003
2004 2010-08-25 Eli Zaretskii <eliz@gnu.org>
2005
2006 * processes.texi (Filter Functions): Fix last change.
2007
2008 2010-08-24 Markus Triska <triska@gmx.at>
2009
2010 * processes.texi (Filter Functions): Use `buffer-live-p' instead
2011 of `buffer-name' in the main text as well as in the example
2012 (Bug#3098).
2013
2014 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2015
2016 * nonascii.texi (Text Representations):
2017 * loading.texi (Loading Non-ASCII):
2018 * compile.texi (Byte Compilation): Don't mention obsolete
2019 --unibyte command-line argument.
2020
2021 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2022
2023 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
2024
2025 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2026
2027 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
2028
2029 2010-08-20 Eli Zaretskii <eliz@gnu.org>
2030
2031 * commands.texi (Misc Events): Add cross-references to where
2032 POSITION of a mouse event is described in detail.
2033
2034 2010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
2035
2036 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
2037
2038 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2039
2040 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
2041 Suggested by Štěpán Němec <stepnem@gmail.com>.
2042
2043 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2044
2045 * minibuf.texi (High-Level Completion): Document args of
2046 `read-buffer-function' (bug#5625).
2047
2048 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2049
2050 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
2051
2052 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
2053
2054 * processes.texi (Process Information): Explain process property
2055 `remote-tty'.
2056
2057 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
2058
2059 * modes.texi (Defining Minor Modes): Use C-delete in examples,
2060 instead of "\C-\^?" (bug#6334).
2061
2062 * text.texi (Special Properties): Fix typo.
2063
2064 2010-07-09 Eli Zaretskii <eliz@gnu.org>
2065
2066 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
2067 calling sequences, which are now the standard.
2068
2069 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
2070
2071 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
2072
2073 * commands.texi (Command Overview): Mention undo-boundary call.
2074
2075 2010-06-23 Glenn Morris <rgm@gnu.org>
2076
2077 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
2078 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
2079 * frames.texi, functions.texi, internals.texi, keymaps.texi:
2080 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
2081 * searching.texi, sequences.texi, strings.texi, syntax.texi:
2082 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
2083 Untabify Texinfo files.
2084
2085 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
2086
2087 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
2088
2089 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
2090
2091 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
2092
2093 2010-06-02 Chong Yidong <cyd@stupidchicken.com>
2094
2095 * searching.texi (Regexp Special): Remove obsolete information
2096 about matching non-ASCII characters, and suggest using char
2097 classes (Bug#6283).
2098
2099 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
2100
2101 * minibuf.texi (Basic Completion): Add missing "@end defun".
2102
2103 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2104
2105 * minibuf.texi (Basic Completion): Document completion-boundaries.
2106 (Programmed Completion): Document the new fourth method for boundaries.
2107
2108 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
2109
2110 * display.texi (Image Cache): Update documentation about image caching.
2111
2112 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
2113
2114 * windows.texi (Textual Scrolling):
2115 * tips.texi (Coding Conventions):
2116 * minibuf.texi (Minibuffer History):
2117 * maps.texi (Standard Keymaps):
2118 * loading.texi (Where Defined):
2119 * edebug.texi (Instrumenting): Fix typos.
2120
2121 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2122
2123 * keymaps.texi (Menu Bar): Document :advertised-binding property.
2124
2125 * functions.texi (Obsolete Functions):
2126 Document set-advertised-calling-convention.
2127
2128 * minibuf.texi (Basic Completion): Document completion-in-region.
2129 (Programmed Completion): Document completion-annotate-function.
2130
2131 * commands.texi (Reading One Event): Document read-key.
2132 (Distinguish Interactive): Document KIND arg to
2133 called-interactively-p. Delete obsolete interactive-p.
2134
2135 * elisp.texi (Top): Update node description.
2136
2137 2010-05-08 Eli Zaretskii <eliz@gnu.org>
2138
2139 * nonascii.texi (Character Properties):
2140 Document unicode-category-table. Add an index entry for Unicode
2141 general category.
2142
2143 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
2144
2145 * Version 23.2 released.
2146
2147 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
2148
2149 * locals.texi (Standard Buffer-Local Variables):
2150 Remove @ignore'd reference to `direction-reversed'.
2151
2152 2010-04-14 Juri Linkov <juri@jurta.org>
2153
2154 Fix @deffn without category.
2155
2156 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
2157 for `abbrev-insert'.
2158
2159 * buffers.texi (Indirect Buffers): Add category `Command'
2160 to @deffn of `clone-indirect-buffer'.
2161
2162 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
2163 for `next-window' and `previous-window'. Add category `Command'
2164 to @deffn of `pop-to-buffer'.
2165
2166 2010-04-01 Chong Yidong <cyd@stupidchicken.com>
2167
2168 * nonascii.texi (Text Representations): Don't mark
2169 enable-multibyte-characters as a user option.
2170
2171 2010-03-31 Eli Zaretskii <eliz@gnu.org>
2172
2173 * control.texi (Handling Errors): How to re-throw a signal caught
2174 by condition-case.
2175
2176 2010-03-26 Chong Yidong <cyd@stupidchicken.com>
2177
2178 * loading.texi (Hooks for Loading): Document after-load-functions.
2179 Copyedits.
2180
2181 2010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
2182
2183 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
2184
2185 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
2186
2187 * processes.texi (Network Processes): Document seqpacket type.
2188
2189 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2190
2191 * os.texi (System Environment): Do not mention lynxos.
2192
2193 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
2194
2195 * Branch for 23.2.
2196
2197 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
2198
2199 * objects.texi (Integer Type): Take note of the read syntax
2200 exception for numbers that cannot fit in the integer type.
2201
2202 2010-03-03 Glenn Morris <rgm@gnu.org>
2203
2204 * numbers.texi (Integer Basics, Bitwise Operations):
2205 * objects.texi (Integer Type): Update for integers now being 30-bit.
2206
2207 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
2208
2209 * display.texi (Low-Level Font): Document :otf font-spec property.
2210
2211 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2212
2213 * display.texi (Line Height): Avoid obsolete special default variables
2214 like default-major-mode.
2215
2216 2010-01-28 Alan Mackenzie <acm@muc.de>
2217
2218 * display.texi (Auto Faces): Say fontification-functions is called
2219 whether or not Font Lock is enabled. Tidy up the wording a bit.
2220
2221 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
2222
2223 * elisp.texi: Remove duplicate edition information (Bug#5407).
2224
2225 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
2226
2227 * two.el (volume-header-toc-markup): Fix typos in docstring.
2228
2229 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
2230
2231 Avoid dubious uses of save-excursions.
2232 * positions.texi (Excursions): Recommend the use of
2233 save-current-buffer if applicable.
2234 * text.texi (Clickable Text): Fix the example code which used
2235 save-excursion in a naive way which sometimes preserves point and
2236 sometimes not.
2237 * variables.texi (Creating Buffer-Local):
2238 * os.texi (Session Management):
2239 * display.texi (GIF Images):
2240 * control.texi (Cleanups): Use (save|with)-current-buffer.
2241
2242 2010-01-02 Eli Zaretskii <eliz@gnu.org>
2243
2244 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
2245
2246 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
2247
2248 * nonascii.texi (Text Representations, Character Codes)
2249 (Converting Representations, Explicit Encoding)
2250 (Translation of Characters): Use hex notation consistently.
2251 (Character Sets): Fix map-charset-chars doc (Bug#5197).
2252
2253 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
2254
2255 * loading.texi (Where Defined): Make it clearer that these are
2256 loaded files (Bug#5068).
2257
2258 2009-12-29 Chong Yidong <cyd@stupidchicken.com>
2259
2260 * minibuf.texi (Completion Styles): Document `initials' style.
2261
2262 2009-12-25 Chong Yidong <cyd@stupidchicken.com>
2263
2264 * frames.texi (Resources): Describe inhibit-x-resources.
2265 (Size Parameters): Copyedit.
2266
2267 * hash.texi (Creating Hash):
2268 * objects.texi (Hash Table Type): Document the new hash table
2269 printed representation.
2270
2271 * minibuf.texi (Basic Completion): 4th arg to all-completions is
2272 obsolete.
2273
2274 * processes.texi (Process Buffers):
2275 Document process-kill-buffer-query-function.
2276
2277 2009-12-05 Glenn Morris <rgm@gnu.org>
2278
2279 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
2280 diary-display-function, and no longer recommended to be a hook.
2281 Update for changes in the names of calendar and diary hooks.
2282 diary-print-entries-hook has changed section.
2283
2284 2009-11-28 Eli Zaretskii <eliz@gnu.org>
2285
2286 * text.texi (Special Properties): More accurate description of
2287 what the `cursor' property does.
2288
2289 2009-11-26 Kevin Ryde <user42@zip.com.au>
2290
2291 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
2292 mouse-wheel-down-event, the closest thing to a definition for them.
2293 * os.texi (Startup Summary): vindex inhibit-startup-message and
2294 inhibit-splash-screen.
2295 (Command-Line Arguments): vindex argv.
2296 (Suspending Emacs): vindex suspend-tty-functions and
2297 resume-tty-functions. Don't want to index every hook, but having
2298 the programming ones is helpful.
2299
2300 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
2301
2302 * commands.texi (Motion Events): Fix typo (Bug#4907).
2303
2304 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
2305
2306 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
2307 are affected by case-fold-search (Bug#4483).
2308
2309 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
2310
2311 * minibuf.texi (Reading File Names): Note that read-file-name may
2312 use a graphical file dialog.
2313
2314 2009-10-31 Glenn Morris <rgm@gnu.org>
2315
2316 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
2317
2318 2009-10-16 Kevin Ryde <user42@zip.com.au>
2319
2320 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
2321 in particular so `info-lookup-symbol' can find its docs.
2322
2323 2009-10-16 Chong Yidong <cyd@stupidchicken.com>
2324
2325 * variables.texi (Constant Variables): Distinguish from defconst
2326 variables.
2327 (Defining Variables): Add cindex.
2328
2329 2009-10-15 Chong Yidong <cyd@stupidchicken.com>
2330
2331 * os.texi (Time of Day): Clarify that the microsecond part is
2332 ignored (Bug#4637).
2333
2334 2009-10-11 Glenn Morris <rgm@gnu.org>
2335
2336 * frames.texi (Size and Position): Clarify what is included in the frame
2337 height. (Bug#4535)
2338
2339 2009-10-10 Glenn Morris <rgm@gnu.org>
2340
2341 * windows.texi (Size of Window): The relationship between window and
2342 frame heights is not so simple. (Bug#4535)
2343 Mention window-full-height-p.
2344
2345 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2346
2347 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
2348 used from Lisp.
2349
2350 2009-10-07 Eli Zaretskii <eliz@gnu.org>
2351
2352 * files.texi (Directory Names) <abbreviate-file-name>:
2353 Document that root home directories are not replaced with "~".
2354
2355 2009-10-06 Eli Zaretskii <eliz@gnu.org>
2356
2357 * text.texi (Special Properties): Document the meaning of the
2358 `cursor' text property whose value is an integer.
2359
2360 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
2361
2362 * files.texi (Magic File Names): Add `copy-directory'.
2363
2364 2009-10-05 Eli Zaretskii <eliz@gnu.org>
2365
2366 * files.texi (File Attributes): Fix description of file
2367 attributes. (Bug#4638) Update attributes of files.texi example to
2368 be more representative.
2369
2370 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
2371
2372 * files.texi (Create/Delete Dirs): New command copy-directory.
2373
2374 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
2375
2376 * anti.texi (Antinews):
2377 * macros.texi (Indenting Macros):
2378 * strings.texi (Creating Strings, Case Conversion):
2379 Remove duplicate words.
2380
2381 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
2382
2383 * files.texi (Create/Delete Dirs): delete-directory has an
2384 optional parameter RECURSIVE.
2385
2386 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2387
2388 * buffers.texi (Swapping Text): Minor clarification.
2389
2390 2009-10-01 Glenn Morris <rgm@gnu.org>
2391
2392 * functions.texi (Declaring Functions): Mention that we also search for
2393 ".m" files in the src/ directory.
2394
2395 2009-09-25 David Engster <deng@randomsample.de>
2396
2397 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
2398
2399 2009-09-22 Glenn Morris <rgm@gnu.org>
2400
2401 * internals.texi (Building Emacs): Mention preloaded-file-list.
2402
2403 2009-09-14 Alan Mackenzie <acm@muc.de>
2404
2405 * os.texi (Terminal Output): Put "@code{}" around "stdout".
2406
2407 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
2408
2409 * functions.texi (Anonymous Functions): Rearrange discussion,
2410 giving usage of unquoted lambda forms first. Mention that
2411 `function' and `#'' are no longer required (Bug#4290).
2412
2413 2009-09-11 Alan Mackenzie <acm@muc.de>
2414
2415 * os.texi (Terminal Output): Document `send-string-to-terminal' in
2416 batch mode.
2417
2418 2009-09-01 Glenn Morris <rgm@gnu.org>
2419
2420 * display.texi (Face Functions): Mention define-obsolete-face-alias.
2421
2422 2009-08-26 Ulrich Mueller <ulm@gentoo.org>
2423
2424 * nonascii.texi (Character Codes): Fix typos.
2425
2426 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
2427
2428 * processes.texi (Synchronous Processes): New defvar
2429 process-file-side-effects.
2430
2431 2009-08-25 Glenn Morris <rgm@gnu.org>
2432
2433 * display.texi (Fontsets): Fix typo.
2434
2435 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
2436
2437 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2438
2439 * processes.texi (Asynchronous Processes): Adjust arglist of
2440 start-process-shell-command and start-file-process-shell-command.
2441
2442 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
2443
2444 * advice.texi (Argument Access in Advice): Note that argument
2445 positions are zero-based (Bug#3932).
2446
2447 * commands.texi (Distinguish Interactive): Minor copyedit.
2448
2449 * display.texi (Face Attributes): Add xref to Displaying Faces for
2450 explanation of "underlying face".
2451
2452 * customize.texi (Common Keywords): Add xref to Loading.
2453
2454 * loading.texi (How Programs Do Loading): Add xref to Lisp
2455 Libraries node in the Emacs manual.
2456
2457 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
2458
2459 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
2460
2461 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
2462
2463 * processes.texi (Shell Arguments): Copyedits.
2464
2465 2009-07-18 Glenn Morris <rgm@gnu.org>
2466
2467 * loading.texi (Repeated Loading): Fix typo.
2468
2469 2009-07-16 Richard Stallman <rms@gnu.org>
2470
2471 * buffers.texi (Swapping Text): Recommend setting
2472 write-region-annotate-functions and buffer-saved-size.
2473
2474 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
2475
2476 2009-07-15 Glenn Morris <rgm@gnu.org>
2477
2478 * edebug.texi: Minor re-phrasings throughout.
2479 (Edebug Execution Modes): Sit-for affects continue mode too.
2480 (Jumping): Use `forward-sexp' rather than its keybinding.
2481 (Edebug Misc): Fix Q binding.
2482 (Edebug Eval): Remove cl version.
2483 (Printing in Edebug): Clarify print-length etc.
2484 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
2485 (Specification List): Remove edebug-unwrap findex entry.
2486 (Specification Examples): defmacro is actually not the same as defun.
2487 Escape "`" in example.
2488
2489 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
2490
2491 * markers.texi (The Mark): Document optional arg to
2492 deactivate-mark.
2493
2494 2009-07-11 Kevin Ryde <user42@zip.com.au>
2495
2496 * hooks.texi (Standard Hooks): Fix cross-references.
2497
2498 * loading.texi (Named Features): Refer to eval-after-load.
2499
2500 2009-07-11 Glenn Morris <rgm@gnu.org>
2501
2502 * Makefile.in (TEXI2PDF): New.
2503 (elisp.pdf): New target.
2504
2505 * searching.texi (Regexp Backslash): Fix typo.
2506
2507 * elisp.texi (Top): Display copyright notice at start of non-TeX.
2508
2509 2009-07-10 Glenn Morris <rgm@gnu.org>
2510
2511 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
2512
2513 * customize.texi (Customization Types):
2514 * display.texi (Abstract Display):
2515 * objects.texi (Character Type, String Type):
2516 Merge in some menu descriptions from elisp.texi.
2517
2518 * hash.texi (Hash Tables):
2519 * modes.texi (Multiline Font Lock):
2520 End menu description with period.
2521
2522 2009-07-09 Glenn Morris <rgm@gnu.org>
2523
2524 * back.texi: Don't hard-code texinfo location.
2525
2526 * two-volume.make (texinfodir): New, with location of texinfo.tex.
2527 (tex): Add texinfodir to TEXINPUTS.
2528 (elisp1med-init, elisp2med-init): Use texinfodir.
2529
2530 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
2531 (clean): Add two-volume.make intermediate files.
2532
2533 * elisp.texi, vol1.texi, vol2.texi:
2534 Use a DATE variable with the publication date, and update it.
2535 Fix antinews menu description.
2536
2537 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
2538 Update the detailed node listing to match elisp.texi.
2539
2540 * README: Update edition to match elisp.texi.
2541
2542 * objects.texi (General Escape Syntax):
2543 * nonascii.texi (Character Sets):
2544 Use consistent case for "Unicode Standard".
2545
2546 * anti.texi (Antinews):
2547 * customize.texi (Variable Definitions):
2548 * functions.texi (Declaring Functions):
2549 * nonascii.texi (Character Properties):
2550 * processes.texi (Serial Ports):
2551 * text.texi (Special Properties):
2552 * tips.texi (Coding Conventions):
2553 Minor rearrangements to improve TeX line-filling.
2554
2555 * commands.texi (Using Interactive): Fix cross-reference.
2556
2557 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2558
2559 * frames.texi (Management Parameters): Mention sticky.
2560
2561 2009-07-01 Andreas Schwab <aschwab@redhat.com>
2562
2563 * help.texi (Help Functions): Fix description of help-buffer and
2564 help-setup-xref to use @defun instead of @deffn.
2565
2566 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2567
2568 * frames.texi (Size Parameters): Mention maximized for fullscreen.
2569
2570 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
2571
2572 * display.texi (Window Systems): Add ns to the list.
2573
2574 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
2575
2576 * Branch for 23.1.
2577
2578 2009-06-17 Martin Rudalics <rudalics@gmx.at>
2579
2580 * windows.texi (Dedicated Windows): Fix typo.
2581 (Resizing Windows): Replace @defun by @deffn.
2582
2583 2009-06-17 Glenn Morris <rgm@gnu.org>
2584
2585 * variables.texi (Directory Local Variables):
2586 Update for 2009-04-11 name-change of dir-locals-directory-alist.
2587
2588 2009-06-09 Kenichi Handa <handa@m17n.org>
2589
2590 * nonascii.texi (Character Sets): State clearly that FROM and TO
2591 are codepoints of CHARSET.
2592
2593 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
2594
2595 * minibuf.texi (Reading File Names): Fix introductory text.
2596 Suggested by stan@derbycityprints.com.
2597 (High-Level Completion): Fix typo.
2598
2599 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
2600
2601 * frames.texi (Text Terminal Colors): Multi-tty is already
2602 implemented, but tty-local colors are not.
2603
2604 2009-05-27 Chong Yidong <cyd@stupidchicken.com>
2605
2606 * hooks.texi (Standard Hooks): Remove mention of obsolete
2607 redisplay-end-trigger-functions.
2608
2609 * internals.texi (Window Internals): Remove mention of obsolete
2610 redisplay-end-trigger-functions.
2611
2612 2009-05-21 Martin Rudalics <rudalics@gmx.at>
2613
2614 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
2615
2616 * backups.texi (Making Backups): backup-directory-alist and
2617 make-backup-file-name-function are options.
2618 (Auto-Saving): auto-save-list-file-prefix is an option.
2619
2620 * buffers.texi (Killing Buffers): buffer-offer-save is an
2621 option.
2622
2623 * display.texi (Refresh Screen): no-redraw-on-reenter is an
2624 option.
2625 (Echo Area Customization): echo-keystrokes is an option.
2626 (Selective Display): selective-display-ellipses is an option.
2627 (Temporary Displays): temp-buffer-show-function is an option.
2628 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
2629 are options.
2630 (Font Selection): face-font-family-alternatives,
2631 face-font-selection-order, face-font-registry-alternatives, and
2632 scalable-fonts-allowed are options.
2633 (Fringe Indicators): indicate-buffer-boundaries is an option.
2634 (Fringe Cursors): overflow-newline-into-fringe is an option.
2635 (Scroll Bars): scroll-bar-mode is an option.
2636
2637 * eval.texi (Eval): max-lisp-eval-depth is an option.
2638
2639 * files.texi (Visiting Functions): find-file-hook is an option.
2640 (Directory Names): directory-abbrev-alist is an option.
2641 (Unique File Names): temporary-file-directory and
2642 small-temporary-file-directory are options.
2643
2644 * frames.texi (Initial Parameters): initial-frame-alist,
2645 minibuffer-frame-alist and default-frame-alist are options.
2646 (Cursor Parameters): blink-cursor-alist and
2647 cursor-in-non-selected-windows ar options.
2648 (Window System Selections): selection-coding-system is an
2649 option.
2650 (Display Feature Testing): display-mm-dimensions-alist is an
2651 option.
2652
2653 * help.texi (Help Functions): help-char and help-event-list are
2654 options.
2655
2656 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
2657 an option.
2658
2659 * minibuf.texi (Minibuffer History): history-length and
2660 history-delete-duplicates are options.
2661 (High-Level Completion): read-buffer-function and
2662 read-buffer-completion-ignore-case are options.
2663 (Reading File Names): read-file-name-completion-ignore-case is
2664 an option.
2665
2666 * modes.texi (Mode Line Top): mode-line-format is an option.
2667 (Mode Line Variables): mode-line-position and mode-line-modes
2668 are options.
2669
2670 * nonascii.texi (Text Representations):
2671 enable-multibyte-characters is an option.
2672 (Default Coding Systems): auto-coding-regexp-alist,
2673 file-coding-system-alist, auto-coding-alist and
2674 auto-coding-functions are options.
2675 (Specifying Coding Systems): inhibit-eol-conversion is an
2676 option.
2677
2678 * os.texi (Init File): site-run-file is an option.
2679 (System Environment): mail-host-address is an option.
2680 (User Identification): user-mail-address is an option.
2681 (Terminal Output): baud-rate is an option.
2682
2683 * positions.texi (Word Motion): words-include-escapes is an
2684 option.
2685
2686 * searching.texi (Standard Regexps): page-delimiter,
2687 paragraph-separate, paragraph-separate and sentence-end are
2688 options.
2689
2690 * text.texi (Margins): left-margin and fill-nobreak-predicate
2691 are options.
2692
2693 * variables.texi (Local Variables): max-specpdl-size is an
2694 option.
2695
2696 * windows.texi (Choosing Window):
2697 split-window-preferred-function, special-display-function and
2698 display-buffer-function are options.
2699
2700 2009-05-20 Chong Yidong <cyd@stupidchicken.com>
2701
2702 Fix errors spotted by Martin Rudalics.
2703
2704 * syntax.texi (Position Parse): Document rationale for ignored
2705 arguments to syntax-ppss-flush-cache.
2706
2707 * processes.texi (Input to Processes): Mark PROCESS arg to
2708 process-running-child-p as optional.
2709 (Network Options): Document NO-ERROR arg to
2710 set-network-process-option.
2711
2712 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
2713 command.
2714
2715 * searching.texi (POSIX Regexps): Mark posix-search-forward and
2716 posix-search-backward as commands.
2717
2718 * os.texi (Killing Emacs): Mark kill-emacs as a command.
2719 (Suspending Emacs): Mark suspend-emacs as a command.
2720 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
2721 commands.
2722 (Terminal Output): Remove obsolete function baud-rate.
2723 Document TERMINAL arg for send-string-to-terminal.
2724
2725 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
2726 terminal-coding-system and set-terminal-coding-system.
2727 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
2728 as optional.
2729 (Character Sets): Document RESTRICTION arg of char-charset.
2730 (Character Codes): Mark POS argument to get-byte as optional.
2731
2732 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
2733 minibuffer-message.
2734
2735 * files.texi (Create/Delete Dirs): Mark make-directory and
2736 delete-directory as commands.
2737
2738 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
2739
2740 * text.texi (Base 64): Mark base64-decode-string and
2741 base64-encode-string as commands.
2742 (Columns): Mark move-to-column as a command.
2743 (Mode-Specific Indent): Document RIGID arg to
2744 indent-for-tab-command.
2745 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
2746 Mark indent-code-rigidly as a command.
2747 (Substitution): Mark translate-region as a command.
2748
2749 * frames.texi (Size and Position): Remove obsolete functions
2750 screen-height and screen-width.
2751
2752 2009-05-19 Chong Yidong <cyd@stupidchicken.com>
2753
2754 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
2755 (Displaying Buffers, Resizing Windows): Correct mistakes;
2756 next-window, previous-window, and pop-to-buffer are not commands,
2757 and fit-window-to-buffer" is a command. (Pointed out by Martin
2758 Rudalics.)
2759
2760 2009-05-17 Richard M Stallman <rms@gnu.org>
2761
2762 * modes.texi (Precalculated Fontification): Clarify text.
2763
2764 2009-05-17 Martin Rudalics <rudalics@gmx.at>
2765
2766 * windows.texi (Selecting Windows): Clarify descriptions of
2767 with-selected-window and get-lru-window.
2768 (Cyclic Window Ordering): Refer to particular frame when talking
2769 about how splitting affects the ordering.
2770 (Displaying Buffers): Fix descriptions of switch-to-buffer and
2771 switch-to-buffer-other-window. Explain how setting of
2772 display-buffer-reuse-frames affects pop-to-buffer.
2773 (Choosing Window): Clarify some details in descriptions of
2774 display-buffer-reuse-frames, pop-up-frames, and
2775 pop-up-frame-function.
2776 (Dedicated Windows): Clarify some details.
2777 (Textual Scrolling): Replace term vscroll by term vertical
2778 scroll position.
2779 (Vertical Scrolling): Fix typo.
2780 (Window Hooks): Relate text on jit-lock-register to window
2781 scrolling and size changes.
2782
2783 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
2784
2785 * frames.texi (Initial Parameters): Clarify what the initial
2786 minibuffer frame is.
2787 (Buffer Parameters): Note that the minibuffer parameter can not be
2788 altered.
2789
2790 * anti.texi (Antinews): Copyedits. Rearrange some entries.
2791 Document display-buffer changes.
2792
2793 2009-05-13 Chong Yidong <cyd@stupidchicken.com>
2794
2795 * anti.texi (Antinews): Rewrite for Emacs 22.
2796
2797 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
2798 obarrays are first mentioned. Define "system abbrev" more
2799 prominently, and add it to the index.
2800 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
2801 Copyedits.
2802 (Abbrev Expansion): Document abbrev-insert.
2803
2804 2009-05-12 Chong Yidong <cyd@stupidchicken.com>
2805
2806 * frames.texi (Font and Color Parameters): Rename from Color
2807 Parameters. Document font-backend parameter.
2808
2809 * vol2.texi (Top): Update node listing.
2810 * vol1.texi (Top): Update node listing.
2811 * elisp.texi (Top): Update node listing.
2812
2813 2009-05-11 Martin Rudalics <rudalics@gmx.at>
2814
2815 * windows.texi (Choosing Window): Don't explicitly refer to
2816 split-window-sensibly's window argument in descriptions of
2817 split-height-threshold and split-width-threshold.
2818
2819 2009-05-10 Martin Rudalics <rudalics@gmx.at>
2820
2821 * windows.texi (Choosing Window): Fix rewrite of window
2822 splitting section.
2823
2824 2009-05-09 Eli Zaretskii <eliz@gnu.org>
2825
2826 * nonascii.texi (Default Coding Systems):
2827 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
2828 Add indexing.
2829 (Lisp and Coding Systems): Add index entries.
2830
2831 2009-05-09 Martin Rudalics <rudalics@gmx.at>
2832
2833 * windows.texi (Choosing Window): Describe split-window-sensibly
2834 and rewrite section on window splitting accordingly.
2835 (Textual Scrolling): Replace `...' by @code{...}.
2836
2837 2009-05-04 Chong Yidong <cyd@stupidchicken.com>
2838
2839 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
2840 Remove obsoleted pre-abbrev-expand-hook.
2841
2842 * locals.texi (Standard Buffer-Local Variables): Consolidate table
2843 entries.
2844
2845 * internals.texi (Object Internals): Don't assume 32-bit machines
2846 are the norm.
2847 (Buffer Internals): Consolidate table entries for readability.
2848 (Window Internals): Synch field names to window.h.
2849 (Process Internals): Synch field names to process.h.
2850
2851 2009-04-29 Chong Yidong <cyd@stupidchicken.com>
2852
2853 * variables.texi (File Local Variables): Note that read-circle is
2854 bound to nil when reading file-local variables.
2855
2856 * streams.texi (Input Functions): Document read-circle.
2857 (Output Variables): Add xref to Circular Objects.
2858
2859 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
2860
2861 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
2862 Features and Coding System Basics. Node that "p" stands for
2863 "predicate". Recommend utf-8-emacs instead of emacs-mule.
2864 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
2865 mouse-appearance-menu.
2866 (Programming Tips): Add xref to Progress.
2867
2868 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
2869
2870 * os.texi (Command-Line Arguments):
2871 Document command-line-args-left.
2872 (Suspending Emacs): Adapt text to multi-tty case. Document use of
2873 terminal objects for tty arguments.
2874 (Startup Summary): Add xref to Session Management.
2875 (Session Management): Mention emacs-session-restore. Copyedits.
2876
2877 2009-04-20 Chong Yidong <cyd@stupidchicken.com>
2878
2879 * os.texi (Startup Summary): Copyedits. The init file is not
2880 necessarily named .emacs now. Document initial-buffer-choice and
2881 initial-scratch-message. Note where Emacs exits in batch mode.
2882 Document inhibit-splash-screen as an alias.
2883 (Init File): Be neutral about which init file name to use.
2884
2885 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
2886
2887 * os.texi (System Interface): Fix Texinfo usage.
2888
2889 2009-04-15 Chong Yidong <cyd@stupidchicken.com>
2890
2891 * searching.texi (Regexp Backslash): Also refer to shy groups as
2892 non-capturing or unnumbered groups.
2893 (Regexp Functions): Add cross-reference to Regexp Backslash.
2894
2895 * display.texi (Truncation): Overlays can use line-prefix and
2896 wrap-prefix too.
2897 (Overlay Properties): Document wrap-prefix and line-prefix.
2898 (Face Attributes): Document underline-minimum-offset.
2899 (Face Remapping): Copyedits.
2900 (Low-Level Font): Copyedits.
2901 (Image Cache): Note that the image cache is shared between frames.
2902 (Line Height): Emphasize that line-spacing only takes effect on
2903 graphical terminals.
2904
2905 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
2906
2907 * display.texi (Refresh Screen): Note that a passage about screen
2908 refreshing is text terminal only.
2909 (Forcing Redisplay): Delete misleading comment---sit-for calls
2910 redisplay, not the other way around.
2911 (Truncation): Note new values of truncate-partial-width-windows.
2912 Copyedits.
2913 (Invisible Text): Document invisible-p.
2914
2915 2009-04-11 Eli Zaretskii <eliz@gnu.org>
2916
2917 * display.texi (Overlays): Overlays don't scale well. See
2918 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
2919
2920 2009-04-10 Chong Yidong <cyd@stupidchicken.com>
2921
2922 * syntax.texi (Syntax Table Functions): Document cons cell
2923 argument for modify-syntax-entry.
2924 (Categories): Document cons cell argument for
2925 modify-category-entry.
2926
2927 * searching.texi (String Search): Document word-search-forward-lax
2928 and word-search-backward-lax.
2929 (Searching and Case): Describe isearch behavior more precisely.
2930
2931 * keymaps.texi (Tool Bar): Mention that some platforms do not
2932 support multi-line toolbars. Suggested by Stephen Eglen.
2933
2934 * frames.texi (Layout Parameters): Mention that Nextstep also
2935 allows only one tool-bar line. Suggested by Stephen Eglen.
2936
2937 * nonascii.texi (Text Representations): Copyedits.
2938 (Coding System Basics): Also mention utf-8-emacs.
2939 (Converting Representations, Selecting a Representation)
2940 (Scanning Charsets, Translation of Characters, Encoding and I/O):
2941 Copyedits.
2942 (Character Codes): Mention role of codepoints 1114112 to 4194175.
2943
2944 2009-04-09 Chong Yidong <cyd@stupidchicken.com>
2945
2946 * text.texi (Yank Commands): Note that yank uses push-mark.
2947 (Filling): Clarify REGION argument of fill-paragraph.
2948 Document fill-forward-paragraph-function.
2949 (Special Properties): Remove "new in Emacs 22" declaration.
2950 (Clickable Text): Merge with Links and Mouse-1 node.
2951
2952 * display.texi (Button Properties, Button Buffer Commands):
2953 Change xref to Clickable Text.
2954
2955 * tips.texi (Key Binding Conventions): Change xref to Clickable
2956 Text.
2957
2958 * elisp.texi (Top): Update node listing.
2959
2960 2009-04-05 Chong Yidong <cyd@stupidchicken.com>
2961
2962 * markers.texi (The Mark): Copyedits. Improve description of
2963 handle-shift-selection.
2964 (The Region): Move use-region-p here from The Mark.
2965
2966 * positions.texi (Screen Lines): Document (cols . lines) argument
2967 for vertical-motion.
2968
2969 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
2970
2971 * frames.texi (Frames): Clean up introduction. Document `ns'
2972 return value for framep.
2973 (Creating Frames): Note how the terminal is chosen.
2974 (Multiple Terminals, Multiple Displays): Merge into a single node.
2975 (Color Parameters): Fix typo.
2976
2977 * variables.texi (Local Variables, Buffer-Local Variables)
2978 (Creating Buffer-Local): Change link to Multiple Terminals.
2979
2980 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
2981
2982 * keymaps.texi (Controlling Active Maps): Change link to Multiple
2983 Terminals.
2984
2985 * commands.texi (Command Loop Info, Keyboard Macros): Change link
2986 to Multiple Terminals.
2987
2988 * elisp.texi (Top): Update node listing.
2989 * vol2.texi (Top): Update node listing.
2990 * vol1.texi (Top): Update node listing.
2991
2992 * buffers.texi (Current Buffer): Note that the append-to-buffer
2993 example is no longer in synch with the latest code. Tie the two
2994 examples together.
2995
2996 * files.texi (File Attributes): Move note about MS-DOS from
2997 Changing Files to File Attributes.
2998 (Create/Delete Dirs): Note that mkdir is an alias for this.
2999
3000 2009-04-01 Markus Triska <triska@gmx.at>
3001
3002 * processes.texi (Filter Functions): Suggest how to handle output
3003 batches.
3004
3005 2009-03-30 Chong Yidong <cyd@stupidchicken.com>
3006
3007 * help.texi (Accessing Documentation): Update example to use
3008 help-setup-xref and with-help-window.
3009 (Help Functions): Remove print-help-return-message, which is
3010 semi-obsolete due to with-help-window. Document help-buffer and
3011 help-setup-xref.
3012
3013 2009-03-29 Chong Yidong <cyd@stupidchicken.com>
3014
3015 * help.texi (Accessing Documentation, Help Functions):
3016 Remove information about long-obsolete Emacs versions.
3017
3018 * modes.texi (Mode Line Variables): The default values of the mode
3019 line variables are now more complicated.
3020
3021 2009-03-28 Chong Yidong <cyd@stupidchicken.com>
3022
3023 * modes.texi (Major Mode Conventions): Note that specialness is
3024 inherited.
3025 (Derived Modes): Note that define-derive-mode sets the mode-class
3026 property.
3027
3028 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
3029 goto-map. Add search-map to the list.
3030
3031 2009-03-27 Eli Zaretskii <eliz@gnu.org>
3032
3033 * os.texi (System Environment): Update the list of system-type
3034 values.
3035
3036 * markers.texi (The Mark) <handle-shift-selection>: Update for
3037 removal of the optional argument DEACTIVATE.
3038
3039 2009-03-25 Chong Yidong <cyd@stupidchicken.com>
3040
3041 * commands.texi (Focus Events): Most X window managers don't use
3042 focus-follows-mouse nowadays.
3043
3044 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
3045
3046 * commands.texi (Defining Commands): Clarify introduction.
3047 (Using Interactive): Not that interactive can be put in a symbol
3048 property.
3049 (Interactive Call): Note that a symbol with a non-nil
3050 interactive-form property satisfies commandp.
3051
3052 2009-03-23 Juanma Barranquero <lekktu@gmail.com>
3053
3054 * minibuf.texi (Intro to Minibuffers): Fix typos.
3055
3056 2009-03-23 Chong Yidong <cyd@stupidchicken.com>
3057
3058 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
3059 about minibuffers in old Emacs versions. Copyedits.
3060 Emphasize that enable-recursive-minibuffers defaults to nil.
3061 (Text from Minibuffer): Simplify introduction.
3062
3063 2009-03-22 Alan Mackenzie <acm@muc.de>
3064
3065 * commands.texi (Using Interactive): Clarify string argument to
3066 `interactive' - even promptless elements need \n separators.
3067
3068 2009-03-18 Chong Yidong <cyd@stupidchicken.com>
3069
3070 * minibuf.texi (Completion Styles): New node.
3071
3072 * elisp.texi (Top): Update node listing.
3073
3074 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
3075
3076 * minibuf.texi (Basic Completion): Note that
3077 read-file-name-completion-ignore-case and
3078 read-buffer-completion-ignore-case can override
3079 completion-ignore-case.
3080 (Minibuffer Completion): Document completing-read changes.
3081 (Completion Commands): Avoid mentioning partial completion mode.
3082 Document minibuffer-completion-confirm changes, and
3083 minibuffer-confirm-exit-commands.
3084 (High-Level Completion): Document new require-match behavior for
3085 read-buffer. Document read-buffer-completion-ignore-case.
3086 (Reading File Names): Document new require-match behavior for
3087 read-file-name.
3088
3089 2009-03-14 Chong Yidong <cyd@stupidchicken.com>
3090
3091 * debugging.texi (Error Debugging): Don't mislead the reader into
3092 thinking that debug-on-error enters debugger for C-f at EOB.
3093 (Error Debugging): Setting debug-on-init within the init file
3094 works, and has for some time.
3095
3096 2009-03-13 Kenichi Handa <handa@m17n.org>
3097
3098 * display.texi (Fontsets): Update the description.
3099
3100 2009-03-13 Chong Yidong <cyd@stupidchicken.com>
3101
3102 * advice.texi (Advising Primitives): Link to What Is a Function.
3103
3104 2009-03-12 Chong Yidong <cyd@stupidchicken.com>
3105
3106 * compile.texi (Speed of Byte-Code): Update example.
3107 (Disassembly): Update examples.
3108
3109 * loading.texi (Repeated Loading): Simplify examples.
3110
3111 * customize.texi (Common Keywords): It's not necessary to use :tag
3112 to remove hyphens, as custom-unlispify-tag-name does it
3113 automatically.
3114 (Variable Definitions): Link to File Local Variables.
3115 Document customized-value symbol property.
3116 (Customization Types): Move menu to end of node.
3117
3118 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
3119
3120 * macros.texi (Compiling Macros): Omit misleading sentence, which
3121 implied that macros can only be used in the same file they are
3122 defined.
3123 (Backquote): Remove obsolete information about Emacs 19.
3124
3125 2009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
3126
3127 * display.texi (Display Margins): Fix paren typo.
3128
3129 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
3130
3131 * elisp.texi (Top): Update node listing.
3132
3133 * variables.texi (Variables): Clarify introduction.
3134 (Global Variables): Mention that setq is a special form.
3135 (Local Variables): Use active voice.
3136 (Tips for Defining): Mention marking variables as safe.
3137 (Buffer-Local Variables): Mention terminal-local and frame-local
3138 variables together.
3139 (File Local Variables): Copyedits.
3140 (Frame-Local Variables): Note that they are not really useful.
3141 (Future Local Variables): Node deleted.
3142
3143 * objects.texi (General Escape Syntax): Update explanation of
3144 Unicode escape syntax.
3145
3146 2009-02-23 Chong Yidong <cyd@stupidchicken.com>
3147
3148 * control.texi (Control Structures): Add cindex entry for "textual
3149 order".
3150
3151 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
3152 instead of "expression" throughout.
3153 (Function Indirection): Copyedits. Use active voice.
3154 (Eval): The default value of max-lisp-eval-depth is now 400.
3155
3156 2009-02-23 Miles Bader <miles@gnu.org>
3157
3158 * processes.texi (System Processes): Rename `system-process-attributes'
3159 to `process-attributes'.
3160
3161 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
3162
3163 * symbols.texi (Property Lists): Emphasize that property lists are
3164 not restricted to symbol cells.
3165 (Other Plists): Copyedit.
3166
3167 * sequences.texi (Sequences Arrays Vectors): Make introduction
3168 more concise.
3169 (Arrays): Mention char-tables and bool-vectors too.
3170 (Vectors): Don't repeat information given in Arrays node. Link to
3171 nodes that explain the vector usage examples.
3172 (Char-Tables): Note that char-table elements can have arbitrary
3173 type. Explain effect of omitted char-table-extra-slots property.
3174 Link to Property Lists node.
3175
3176 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
3177
3178 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
3179 `append'.
3180 (List Elements): Copyedits.
3181
3182 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
3183 of `vconcat'.
3184
3185 * strings.texi (Creating Strings): Copyedits. Remove obsolete
3186 Emacs 20 usage of `concat'.
3187 (Case Conversion): Copyedits.
3188
3189 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
3190
3191 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
3192 Minor edits.
3193 (Frame Configuration Type): Emphasize that it is not primitive.
3194 (Font Type): New node.
3195 (Type Predicates): Add fontp; type-of now recognizes font object
3196 types.
3197
3198 * intro.texi (Version Info): Update version numbers in examples.
3199 (Acknowledgements): List more contributors.
3200
3201 * elisp.texi: Bump version number to 3.0.
3202 (Top): Link to Font Type node.
3203
3204 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
3205
3206 * modes.texi (Major Mode Conventions): Remove duplicate words.
3207 (Customizing Keywords): Fix typo.
3208
3209 2009-02-14 Eli Zaretskii <eliz@gnu.org>
3210
3211 * nonascii.texi (User-Chosen Coding Systems): Document that
3212 select-safe-coding-system suggests raw-text if there are raw bytes
3213 in the region.
3214 (Explicit Encoding): Warn not to use `undecided' when encoding.
3215
3216 2009-02-11 Glenn Morris <rgm@gnu.org>
3217
3218 * frames.texi (Visibility of Frames): Mention the effect multiple
3219 workspaces/desktops can have on visibility.
3220
3221 2009-02-07 Eli Zaretskii <eliz@gnu.org>
3222
3223 * text.texi (Commands for Insertion):
3224 * commands.texi (Event Mod):
3225 * keymaps.texi (Searching Keymaps):
3226 * nonascii.texi (Translation of Characters):
3227 Reinstate documentation of translation-table-for-input.
3228 (Explicit Encoding): Document the `charset' text property produced
3229 by decode-coding-region and decode-coding-string.
3230
3231 2009-01-27 Alan Mackenzie <acm@muc.de>
3232
3233 * modes.texi (Search-based Fontification): Correct a typo.
3234
3235 2009-01-25 Juanma Barranquero <lekktu@gmail.com>
3236
3237 * abbrevs.texi (Abbrev Table Properties): Fix typo.
3238 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
3239
3240 2009-01-24 Eli Zaretskii <eliz@gnu.org>
3241
3242 * display.texi (Window Systems): Document the value of
3243 `initial-window-system' under --daemon.
3244
3245 * os.texi (System Environment): Remove description of the
3246 `environment' function which has been deleted.
3247
3248 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
3249
3250 * frames.texi (Multiple Displays): Remove documentation for
3251 removed function make-frame-on-tty.
3252
3253 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
3254
3255 * files.texi (Format Conversion Piecemeal): Clarify behavior of
3256 write-region-annotate-functions.
3257 Document write-region-post-annotation-function.
3258
3259 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
3260
3261 * display.texi (Font Lookup): Document WIDTH argument of
3262 x-list-fonts.
3263
3264 2009-01-17 Eli Zaretskii <eliz@gnu.org>
3265
3266 * maps.texi (Standard Keymaps): Rename function-key-map to
3267 local-function-key-map.
3268
3269 * keymaps.texi (Translation Keymaps): Rename function-key-map to
3270 local-function-key-map.
3271
3272 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
3273 and `set-keyboard-coding-system' now accept an optional terminal
3274 argument.
3275
3276 * commands.texi (Event Mod): `keyboard-translate-table' is now
3277 terminal-local.
3278 (Function Keys): Rename function-key-map to
3279 local-function-key-map.
3280
3281 * elisp.texi (Top): Make @detailmenu be consistent with changes in
3282 frames.texi.
3283
3284 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
3285 `delete-terminal-functions', `suspend-tty-functions' and
3286 `resume-tty-functions'.
3287
3288 * frames.texi (Frames): Document `frame-terminal' and
3289 `terminal-live-p'.
3290 (Multiple Displays): Document `make-frame-on-tty'.
3291 (Multiple Terminals): Document `terminal-list', `delete-terminal',
3292 `terminal-name', and `get-device-terminal'.
3293 (Terminal Parameters): Document `terminal-parameters',
3294 `terminal-parameter', and `set-terminal-parameter'.
3295
3296 * os.texi (System Environment): Document `environment' and
3297 `initial-environment'.
3298 (Suspending Emacs): Update for multi-tty; document
3299 `suspend-tty', `resume-tty', and `controlling-tty-p'.
3300
3301 * nonascii.texi (Coding System Basics): More accurate description
3302 of `raw-text'.
3303
3304 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
3305
3306 * display.texi (Low-Level Font): Fix typo.
3307
3308 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
3309
3310 * elisp.texi (Top): Update node listing.
3311
3312 * display.texi (PostScript Images): Node deleted.
3313
3314 2009-01-10 Eli Zaretskii <eliz@gnu.org>
3315
3316 * processes.texi (Decoding Output): Document that null bytes force
3317 no-conversion for reading process output.
3318
3319 * files.texi (Reading from Files): Document that null bytes force
3320 no-conversion when visiting files.
3321
3322 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
3323
3324 * nonascii.texi (Lisp and Coding Systems):
3325 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
3326 (Character Properties): Improve wording.
3327
3328 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
3329
3330 * display.texi (Font Lookup): Remove obsolete function
3331 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
3332 (Low-Level Font): Rename from Fonts, move to end of Faces section.
3333 (Font Selection): Reorder order of variable descriptions.
3334 Minor clarifications.
3335
3336 * elisp.texi (Top): Update node listing.
3337
3338 2009-01-09 Glenn Morris <rgm@gnu.org>
3339
3340 * commands.texi (Command Loop Info): Say that last-command-char and
3341 last-input-char are obsolete aliases.
3342
3343 * edebug.texi (Edebug Recursive Edit): Remove separate references to
3344 last-input-char and last-command-char, since they are just aliases for
3345 last-input-event and last-command-event.
3346
3347 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
3348 last-command-char.
3349
3350 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
3351
3352 * elisp.texi: Update node listing.
3353
3354 * display.texi (Faces): Put Font Selection node after Auto Faces.
3355 (Face Attributes): Don't link to Font Lookup.
3356 Document font-family-list.
3357 (Fonts): New node.
3358
3359 2009-01-08 Jason Rumney <jasonr@gnu.org>
3360
3361 * frames.texi (Pointer Shape): Clarify that only X supports
3362 changing the standard pointer shapes. (Bug#1485)
3363
3364 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
3365
3366 * display.texi (Attribute Functions): Note that a function value
3367 :height is relative, and that compatibility functions work by
3368 calling set-face-attribute.
3369 (Displaying Faces): Reorder list in order of increasing priority.
3370 (Face Remapping): New node. Content moved here from Displaying
3371 Faces.
3372 (Glyphs): Link to Face Functions.
3373
3374 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
3375
3376 * display.texi (Faces): Don't discuss face id here. facep does
3377 not return t.
3378 (Defining Faces): Minor clarification.
3379 (Face Attributes): Rearrange items to match docstring of
3380 set-face-attribute. Add :foundry attribute. Document new role of
3381 :font attribute. Texinfo usage fix.
3382 (Attribute Functions): Copyedits.
3383 (Face Functions): Note that face number is seldom used.
3384
3385 2009-01-05 Richard M Stallman <rms@gnu.org>
3386
3387 * strings.texi (Predicates for Strings): Minor clarification.
3388
3389 * functions.texi (Function Safety): Texinfo usage fix.
3390
3391 2009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
3392
3393 * objects.texi (General Escape Syntax): Fix typo.
3394
3395 2009-01-03 Martin Rudalics <rudalics@gmx.at>
3396
3397 * windows.texi (Choosing Window): Say that pop-up-frame-alist
3398 works via the default value of pop-up-frame-function.
3399
3400 2009-01-02 Eli Zaretskii <eliz@gnu.org>
3401
3402 * processes.texi (System Processes): Document the `time' and
3403 `ctime' attributes of `system-process-attributes'.
3404
3405 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
3406
3407 * display.texi (Face Attributes): Clarify :height attribute.
3408
3409 2008-12-31 Martin Rudalics <rudalics@gmx.at>
3410
3411 * buffers.texi (The Buffer List): Clarify what moves a buffer to
3412 the front of the buffer list. Add entries for `last-buffer' and
3413 `unbury-buffer'.
3414
3415 2008-12-27 Eli Zaretskii <eliz@gnu.org>
3416
3417 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
3418 and its subsections.
3419
3420 * frames.texi (Multiple Terminals, Low-level Terminal)
3421 (Terminal Parameters, Frames on Other TTY devices): New sections.
3422 (Frames): Add an xref to "Multiple Terminals".
3423
3424 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
3425
3426 * objects.texi (Terminal Type): New node.
3427 (Editing Types): Add it to the menu.
3428
3429 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
3430 Variables".
3431
3432 * variables.texi (Directory Local Variables): New node.
3433 (Variables): Add a menu item for it.
3434
3435 * loading.texi (Autoload): Document `generate-autoload-cookie' and
3436 `generated-autoload-file'.
3437
3438 2008-12-20 Eli Zaretskii <eliz@gnu.org>
3439
3440 * os.texi (Startup Summary): Add xref to documentation of
3441 `initial-window-system'.
3442
3443 * display.texi (Window Systems): Document `window-system' the
3444 function. The variable `window-system' is now frame-local.
3445 Document `initial-window-system'.
3446
3447 2008-12-19 Martin Rudalics <rudalics@gmx.at>
3448
3449 * windows.texi (Windows): Rewrite description of
3450 fit-window-to-buffer.
3451
3452 2008-12-13 Glenn Morris <rgm@gnu.org>
3453
3454 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
3455 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
3456
3457 2008-12-12 Glenn Morris <rgm@gnu.org>
3458
3459 * debugging.texi (Error Debugging): Refer forwards to
3460 eval-expression-debug-on-error.
3461
3462 2008-12-05 Eli Zaretskii <eliz@gnu.org>
3463
3464 * strings.texi (String Basics): Only unibyte strings that
3465 represent key sequences hold 8-bit raw bytes.
3466
3467 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
3468 paragraph to speak about `undecided'.
3469 (Character Properties): Don't explain the meaning of each
3470 property; instead, identify their Unicode Standard names.
3471 (Character Sets): Document `map-charset-chars'.
3472
3473 2008-12-02 Glenn Morris <rgm@gnu.org>
3474
3475 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
3476 section yet again.
3477
3478 2008-11-29 Eli Zaretskii <eliz@gnu.org>
3479
3480 * nonascii.texi (Character Properties): New Section.
3481 (Specifying Coding Systems): Document
3482 `coding-system-priority-list', `set-coding-system-priority', and
3483 `with-coding-priority'.
3484 (Lisp and Coding Systems): Document `check-coding-systems-region'
3485 and `coding-system-charset-list'.
3486 (Coding System Basics): Document `coding-system-aliases'.
3487
3488 * elisp.texi (Top): Add a @detailmenu entry for "Character
3489 Properties".
3490
3491 * objects.texi (Character Type): Correct the range of Emacs
3492 characters. Add an @xref to "Character Codes".
3493
3494 * strings.texi (String Basics): Add an @xref to "Character Codes".
3495
3496 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
3497
3498 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
3499 (Character Codes): Document `max-char'.
3500
3501 2008-11-28 Eli Zaretskii <eliz@gnu.org>
3502
3503 * nonascii.texi (Text Representations, Converting Representations)
3504 (Character Sets, Scanning Charsets, Translation of Characters):
3505 Make text more accurate.
3506
3507 2008-11-28 Glenn Morris <rgm@gnu.org>
3508
3509 * files.texi (Format Conversion Round-Trip): Improve previous change.
3510
3511 2008-11-26 Chong Yidong <cyd@stupidchicken.com>
3512
3513 * modes.texi (Auto Major Mode): Fix example.
3514
3515 2008-11-25 Glenn Morris <rgm@gnu.org>
3516
3517 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
3518
3519 * files.texi (Format Conversion Round-Trip):
3520 Use active voice for previous change.
3521
3522 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
3523
3524 * os.texi (Processor Run Time):
3525 * processes.texi (Transaction Queues):
3526 * markers.texi (The Mark):
3527 * windows.texi (Choosing Window, Selecting Windows):
3528 * files.texi (Changing Files, Magic File Names):
3529 * commands.texi (Key Sequence Input):
3530 * functions.texi (Declaring Functions):
3531 * strings.texi (Predicates for Strings):
3532 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
3533
3534 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
3535
3536 * help.texi (Accessing Documentation): Update example.
3537
3538 * variables.texi (Defining Variables): Note that `*' is not
3539 necessary if defcustom is used.
3540
3541 2008-11-22 Eli Zaretskii <eliz@gnu.org>
3542
3543 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
3544 Characters" from @detailmenu.
3545
3546 * nonascii.texi (Character Codes, Character Sets)
3547 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
3548 (Chars and Bytes, Splitting Characters): Sections removed.
3549
3550 2008-11-22 Lute Kamstra <lute@gnu.org>
3551
3552 * positions.texi (Text Lines): Update goto-line documentation.
3553
3554 2008-11-21 Martin Rudalics <rudalics@gmx.at>
3555
3556 * frames.texi (Frames): Fix typo, add cross references, reword.
3557 (Initial Parameters): Reword special-display-frame-alist text.
3558 (Frames and Windows): Reword. Describe argument norecord for
3559 set-frame-selected-window.
3560 (Input Focus): Describe argument norecord for select-frame.
3561 Remove comment on MS-Windows behavior for focus-follows-mouse.
3562 (Raising and Lowering): Mention windows-frames dichotomy in
3563 metaphor.
3564
3565 * windows.texi (Displaying Buffers, Vertical Scrolling)
3566 (Horizontal Scrolling): Fix indenting and rewording issues
3567 introduced with 2008-11-07 change.
3568
3569 2008-11-20 Glenn Morris <rgm@gnu.org>
3570
3571 * files.texi (Format Conversion Round-Trip): Mention `preserve'
3572 element of `format-alist'.
3573
3574 2008-11-19 Glenn Morris <rgm@gnu.org>
3575
3576 * doclicense.texi: Update to FDL 1.3.
3577 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
3578
3579 2008-11-18 Chong Yidong <cyd@stupidchicken.com>
3580
3581 * windows.texi (Window Hooks): Remove *-end-trigger-functions
3582 vars, which are obsolete. Mention jit-lock-register.
3583
3584 * modes.texi (Other Font Lock Variables):
3585 Document jit-lock-register and jit-lock-unregister.
3586
3587 * frames.texi (Color Parameters): Document alpha parameter.
3588
3589 2008-11-16 Martin Rudalics <rudalics@gmx.at>
3590
3591 * windows.texi (Splitting Windows, Deleting Windows)
3592 (Selecting Windows, Cyclic Window Ordering)
3593 (Buffers and Windows, Displaying Buffers, Choosing Window)
3594 (Dedicated Windows, Window Point, Window Start and End)
3595 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
3596 (Size of Window, Resizing Windows, Window Configurations)
3597 (Window Parameters): Avoid @var at beginning of sentences and
3598 reword accordingly.
3599
3600 2008-11-11 Lute Kamstra <lute@gnu.org>
3601
3602 * files.texi (File Name Components): Fix file-name-extension
3603 documentation.
3604
3605 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
3606
3607 * frames.texi (Basic Parameters): Remove display-environment-variable
3608 and term-environment-variable.
3609
3610 2008-11-08 Eli Zaretskii <eliz@gnu.org>
3611
3612 * windows.texi (Basic Windows, Splitting Windows)
3613 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
3614 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
3615 (Resizing Windows, Window Configurations, Window Parameters):
3616 Fix wording and markup.
3617
3618 2008-11-07 Martin Rudalics <rudalics@gmx.at>
3619
3620 * windows.texi (Windows): Update entries.
3621 (Basic Windows): Remove listing of attributes. Reword.
3622 (Splitting Windows, Deleting Windows): Reword.
3623 (Selecting Windows, Cyclic Window Ordering): Reword with special
3624 emphasis on order of recently selected windows and buffer list.
3625 (Buffers and Windows, Choosing Window): Reword with special
3626 emphasis on dedicated windows.
3627 (Displaying Buffers): Reword. For switch-to-buffer mention that
3628 it may fall back on pop-to-buffer. For other-window try to
3629 explain how it treats the cyclic ordering of windows.
3630 (Dedicated Windows): New node and section discussing dedicated
3631 windows and associated functions.
3632 (Window Point): Add entry for window-point-insertion-type. Reword.
3633 (Window Start and End): Rename node and section title. Reword.
3634 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
3635 Minor rewording.
3636 (Size of Window): Reword, in particular text on window-width.
3637 (Resizing Windows): Reword. Add text on balancing windows.
3638 (Window Configurations): Reword. Mention window parameters.
3639 (Window Parameters): New node and section on window parameters.
3640 (Window Hooks): Reword. Mention that
3641 window-configuration-change-hook is run "buffer-locally".
3642 * elisp.texi (Top): Update Windows entries in @detailmenu
3643 section.
3644
3645 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
3646
3647 * searching.texi (Regexp Search): Fix typo.
3648
3649 2008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3650
3651 * searching.texi (Regexp Search): Document GREEDY arg.
3652 (Simple Match Data): Fix return value.
3653
3654 2008-11-01 Eli Zaretskii <eliz@gnu.org>
3655
3656 * nonascii.texi (Text Representations): Rewrite to make consistent
3657 with Emacs 23 internal representation of characters.
3658 Document `unibyte-string'.
3659
3660 2008-10-28 Chong Yidong <cyd@stupidchicken.com>
3661
3662 * processes.texi (Process Information): Note that process-status
3663 does not accept buffer names.
3664
3665 2008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3666
3667 * positions.texi (Skipping Characters): Correct return value of
3668 skip-chars-forward.
3669
3670 2008-10-25 Martin Rudalics <rudalics@gmx.at>
3671
3672 * windows.texi (Deleting Windows): Update documentation of
3673 delete-windows-on.
3674 (Buffers and Windows): Update documentations of
3675 get-buffer-window and get-buffer-window-list.
3676 (Displaying Buffers): Update documentation of
3677 replace-buffer-in-windows.
3678
3679 * buffers.texi (Current Buffer): Reword set-buffer and
3680 with-current-buffer documentations.
3681 (Creating Buffers): Reword documentation of get-buffer-create.
3682
3683 2008-10-23 Martin Rudalics <rudalics@gmx.at>
3684
3685 * buffers.texi (Current Buffer): Reword documentation of
3686 set-buffer.
3687 (Buffer Names): Reword documentation of buffer-name.
3688 (The Buffer List): For bury-buffer explain what happens with the
3689 buffer's window.
3690 (Creating Buffers): Say that get-buffer-create's arg is called
3691 buffer-or-name.
3692
3693 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
3694
3695 * advice.texi (Computed Advice): Explain what DEFINITION is.
3696
3697 * nonascii.texi (Character Codes): Remove obsolete function
3698 char-valid-p, and document characterp instead.
3699
3700 2008-10-22 Martin Rudalics <rudalics@gmx.at>
3701
3702 * windows.texi (Displaying Buffers): Reword documentation of
3703 pop-to-buffer.
3704 (Choosing Window): Rewrite documentation of display-buffer and
3705 its options.
3706
3707 * buffers.texi (Killing Buffers): Update documentation of
3708 kill-buffer.
3709
3710 2008-10-21 Eli Zaretskii <eliz@gnu.org>
3711
3712 * processes.texi (Serial Ports): Fix wording and improve markup.
3713
3714 * searching.texi (Regexp Search): Document `string-match-p' and
3715 `looking-at-p'.
3716 (POSIX Regexps): Add an xref for "non-greedy".
3717 (Regexp Special): Add @cindex entry for "non-greedy".
3718
3719 * display.texi (Attribute Functions): Document `face-all-attributes'.
3720 (Image Cache) <image-refresh>: Minor wording fixes.
3721
3722 * frames.texi (Color Names): Add an xref to `read-color'.
3723
3724 * minibuf.texi (High-Level Completion): Document `read-color'.
3725
3726 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
3727
3728 * positions.texi (Narrowing): Add an xref to "Swapping Text".
3729
3730 * buffers.texi (Swapping Text): New section, documents
3731 `buffer-swap-text'.
3732
3733 2008-10-21 Martin Rudalics <rudalics@gmx.at>
3734
3735 * windows.texi (Resizing Windows): Minor wording fix.
3736
3737 2008-10-20 Eli Zaretskii <eliz@gnu.org>
3738
3739 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
3740 and `combine-and-quote-strings'.
3741
3742 * strings.texi (Creating Strings): Add xrefs for them.
3743
3744 2008-10-19 Eli Zaretskii <eliz@gnu.org>
3745
3746 * elisp.texi (Top): Make descriptive text for "Reading File Names"
3747 match the corresponding menu in minibuf.texi.
3748
3749 * minibuf.texi (Reading File Names): Document `read-shell-command'
3750 and `minibuffer-local-shell-command-map'.
3751
3752 2008-10-19 Martin Rudalics <rudalics@gmx.at>
3753
3754 * windows.texi (Resizing Windows): Remove var{} around "window" in
3755 documentation of enlarge-window.
3756 Rewrite documentation of window-min-height and window-min-width.
3757
3758 2008-10-19 Eli Zaretskii <eliz@gnu.org>
3759
3760 * functions.texi (Calling Functions): Document `apply-partially'.
3761
3762 * hooks.texi (Standard Hooks): Mention
3763 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
3764
3765 * variables.texi (File Local Variables): Document
3766 `file-local-variables-alist', `before-hack-local-variables-hook'
3767 and `hack-local-variables-hook'.
3768
3769 * processes.texi (Synchronous Processes): Document `process-lines'.
3770
3771 * customize.texi (Variable Definitions):
3772 Document `custom-reevaluate-setting'.
3773
3774 2008-10-18 Martin Rudalics <rudalics@gmx.at>
3775
3776 * windows.texi (Choosing Window, Deleting Windows)
3777 (Displaying Buffers): Expand documentation of dedicated windows.
3778
3779 2008-10-18 Eli Zaretskii <eliz@gnu.org>
3780
3781 * files.texi (Changing Files): Document symbolic input of file
3782 modes to `set-file-modes'. Document `read-file-modes' and
3783 `file-modes-symbolic-to-number'.
3784
3785 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
3786 and `search-map'.
3787
3788 * searching.texi (Search and Replace):
3789 Document `replace-search-function' and `replace-re-search-function'.
3790 Document `multi-query-replace-map'.
3791
3792 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
3793 (Completion Commands, Reading File Names):
3794 Rename `minibuffer-local-must-match-filename-map' to
3795 `minibuffer-local-filename-must-match-map'.
3796 (Minibuffer Completion): The `require-match' argument to
3797 `completing-read' can now have the value `confirm-only'.
3798
3799 * windows.texi (Displaying Buffers): Minor wording fix.
3800 (Choosing Window): `split-height-threshold' can now be nil.
3801 Document `split-width-threshold'. `pop-up-frames' can have the
3802 value `graphic-only'.
3803
3804 2008-10-17 Eli Zaretskii <eliz@gnu.org>
3805
3806 * os.texi (Startup Summary): Document `before-init-time' and
3807 `after-init-time'. Document `initial-window-system' and
3808 `window-system-initialization-alist'. Document reading the
3809 abbrevs file. Document the call to `server-start' under --daemon.
3810 Rearrange a bit to be consistent with the code flow.
3811 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
3812 (Time Parsing): Document `format-seconds'.
3813
3814 2008-10-17 Martin Rudalics <rudalics@gmx.at>
3815
3816 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
3817 and reword.
3818
3819 2008-10-16 Eli Zaretskii <eliz@gnu.org>
3820
3821 * markers.texi (The Mark): Document use-region-p.
3822
3823 2008-10-15 Eli Zaretskii <eliz@gnu.org>
3824
3825 * internals.texi (Writing Emacs Primitives): The interactive spec
3826 of a primitive can be a Lisp form.
3827
3828 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
3829 values of transient-mark-mode. Document handle-shift-selection.
3830
3831 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
3832 (Interactive Examples): Show an example of `^'.
3833 (Key Sequence Input): Document this-command-keys-shift-translated.
3834 (Defining Commands, Using Interactive): The interactive-form of a
3835 function can be added via its symbol's property.
3836
3837 * positions.texi (List Motion): beginning-of-defun-function can
3838 now accept an argument.
3839
3840 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
3841 now return a list of strings.
3842
3843 * control.texi (Handling Errors): Document ignore-errors.
3844
3845 * frames.texi (Creating Frames): Document frame-inherited-parameters.
3846 (Parameter Access): Document set-frame-parameter.
3847
3848 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
3849 Hooks" for the effect of kill-all-local-variables on local hook
3850 functions.
3851
3852 * modes.texi (Major Mode Conventions, Mode Line Variables):
3853 `mode-name' need not be a string. xref to "Mode Line Data" for
3854 details, and to "Emulating Mode Line" for computing a string
3855 value.
3856
3857 2008-10-14 Eli Zaretskii <eliz@gnu.org>
3858
3859 * processes.texi (System Processes): New section.
3860 (Processes, Signals to Processes): Add xrefs to it.
3861
3862 * objects.texi (Editing Types): A `process' is a subprocess of
3863 Emacs, not just any process running on the OS.
3864
3865 * elisp.texi (Top): Adjust the @detailmenu for the above two
3866 changes.
3867
3868 * sequences.texi (Char-Tables): Remove documentation of
3869 set-char-table-default, which has no effect since Emacs 23.
3870 <char-table-range, set-char-table-range>: Don't mention generic
3871 characters and charsets. Add a cons cell as a possible argument.
3872
3873 * nonascii.texi (Splitting Characters)
3874 (Translation of Characters): Don't mention generic characters.
3875
3876 * display.texi (Fontsets): Don't mention generic characters.
3877
3878 * sequences.texi (Char-Tables): `map-char-table' can now call its
3879 argument FUNCTION with a cons cell as KEY.
3880
3881 2008-10-13 Eli Zaretskii <eliz@gnu.org>
3882
3883 * objects.texi (Primitive Function Type): Move "@cindex special
3884 forms" from here...
3885
3886 * eval.texi (Special Forms): ...to here.
3887
3888 * functions.texi (What Is a Function): `functionp' returns nil for
3889 special forms. Add an xref.
3890
3891 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
3892 Variables".
3893
3894 * variables.texi (Frame-Local Variables): New section.
3895 (Buffer-Local Variables): Add an xref to it.
3896 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
3897 have both frame-local and buffer-local binding.
3898
3899 * frames.texi (Frames): Mention multiple tty frames.
3900 (Frame Parameters, Parameter Access): Mention frame-local variable
3901 bindings.
3902
3903 2008-09-20 Glenn Morris <rgm@gnu.org>
3904
3905 * display.texi (Defining Faces): Recommend against face variables.
3906
3907 2008-09-16 Juanma Barranquero <lekktu@gmail.com>
3908
3909 * display.texi (Echo Area Customization): Fix typo.
3910
3911 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
3912
3913 * loading.texi (Where Defined): Add `defface' item.
3914
3915 2008-09-06 Martin Rudalics <rudalics@gmx.at>
3916
3917 * loading.texi (Where Defined): Fix description of symbol-file.
3918
3919 2008-08-26 Jason Rumney <jasonr@gnu.org>
3920
3921 * display.texi (TIFF Images): New section describing :index property.
3922
3923 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
3924
3925 * display.texi (Temporary Displays): Remove unnecessary comment
3926 about usage of temp-buffer-show-hook.
3927
3928 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
3929
3930 * symbols.texi (Other Plists): Fix incorrect example.
3931 Suggested by Florian Beck.
3932
3933 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
3934
3935 * os.texi: Fix previous change.
3936
3937 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3938
3939 * os.texi:
3940 * intro.texi:
3941 * files.texi: Remove VMS support.
3942
3943 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3944
3945 * os.texi:
3946 * frames.texi:
3947 * display.texi: Remove mentions of Mac Carbon.
3948
3949 2008-07-01 Miles Bader <miles@gnu.org>
3950
3951 * text.texi (Special Properties):
3952 * display.texi (Truncation): Add wrap-prefix and line-prefix.
3953
3954 2008-06-28 Johan Bockgård <bojohan@gnu.org>
3955
3956 * display.texi (Other Image Types): Fix copy/paste error; say
3957 "PBM", not "XBM".
3958
3959 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3960
3961 * os.texi: Remove references to obsolete systems.
3962
3963 2008-06-20 Eli Zaretskii <eliz@gnu.org>
3964
3965 * makefile.w32-in (distclean): Remove makefile.
3966
3967 2008-06-17 Glenn Morris <rgm@gnu.org>
3968
3969 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
3970 (elisp, dist): Remove rules and variables that are obsolete now
3971 the lisp manual is no longer distributed separately.
3972
3973 2008-06-16 Glenn Morris <rgm@gnu.org>
3974
3975 * configure, configure.in, mkinstalldirs: Remove unused files.
3976
3977 * book-spine.texinfo: Set version to 23.0.60.
3978 * vol1.texi (EMACSVER):
3979 * vol2.texi (EMACSVER): Set to 23.0.60.
3980
3981 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
3982 as per maintain.info.
3983
3984 2008-06-15 Glenn Morris <rgm@gnu.org>
3985
3986 * makefile.w32-in (manual): Use "23" rather than "21".
3987
3988 * Makefile.in (emacsver): New, set by configure.
3989 (manual): Use emacsver.
3990
3991 * intro.texi: Report bugs using M-x report-emacs-bug.
3992
3993 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
3994
3995 2008-06-13 Daniel Engeler <engeler@gmail.com>
3996
3997 * elisp.texi, internals.texi, processes.texi: Add documentation
3998 about serial port access.
3999
4000 2008-06-05 Miles Bader <miles@gnu.org>
4001
4002 * display.texi (Displaying Faces): Update to reflect function
4003 renamings in face-remap.el.
4004
4005 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
4006
4007 * display.texi (Fontsets): Fix typos.
4008
4009 2008-06-03 Miles Bader <miles@gnu.org>
4010
4011 * display.texi (Displaying Faces): Add add-relative-face-remapping,
4012 remove-relative-face-remapping, set-base-face-remapping,
4013 and set-default-base-face-remapping.
4014
4015 2008-06-01 Miles Bader <miles@gnu.org>
4016
4017 * display.texi (Displaying Faces): Add face-remapping-alist.
4018
4019 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4020
4021 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
4022 variable names.
4023
4024 2008-05-03 Eric S. Raymond <esr@golux>
4025
4026 * keymaps.texi: Clarify that (current-local-map) and
4027 (current-global-map) return references, not copies.
4028
4029 2008-05-02 Juri Linkov <juri@jurta.org>
4030
4031 * minibuf.texi (Text from Minibuffer): Document a list of
4032 default values for `read-from-minibuffer'.
4033
4034 2008-04-24 Juanma Barranquero <lekktu@gmail.com>
4035
4036 * nonascii.texi (Translation of Characters): Fix previous change.
4037
4038 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
4039
4040 * display.texi (Overlay Properties): Clarify role of underlying
4041 textprop and overlay keymaps for display strings.
4042
4043 * keymaps.texi (Active Keymaps): Ditto.
4044
4045 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4046
4047 * minibuf.texi (Programmed Completion):
4048 Replace dynamic-completion-table with the new completion-table-dynamic.
4049
4050 2008-04-07 Chong Yidong <cyd@stupidchicken.com>
4051
4052 * intro.texi (Some Terms): Change "fonts in this manual" index
4053 entry to "typographic conventions".
4054
4055 2008-04-05 Eli Zaretskii <eliz@gnu.org>
4056
4057 * objects.texi (Text Props and Strings): Add indexing for read
4058 syntax of text properties.
4059
4060 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4061
4062 * processes.texi (Decoding Output): Remove process-filter-multibyte
4063 functions.
4064
4065 2008-03-15 Martin Rudalics <rudalics@gmx.at>
4066
4067 * display.texi (Finding Overlays): Say that empty overlays at
4068 the end of the buffer are reported too.
4069
4070 2008-03-13 Glenn Morris <rgm@gnu.org>
4071
4072 * elisp.texi (EMACSVER): Set to 23.0.60.
4073
4074 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
4075
4076 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
4077
4078 2008-02-22 Glenn Morris <rgm@gnu.org>
4079
4080 * frames.texi (Position Parameters): Clarify the description of
4081 `left' and `top', using information from "Geometry".
4082 (Geometry): Give a pointer to "Position Parameters", rather than
4083 repeating information.
4084
4085 2008-02-11 Glenn Morris <rgm@gnu.org>
4086
4087 * objects.texi (Equality Predicates): No longer talk about "two"
4088 functions.
4089
4090 2008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
4091
4092 * objects.texi (Equality Predicates): Add defun for
4093 equal-including-properties.
4094
4095 2008-02-10 Glenn Morris <rgm@gnu.org>
4096
4097 * objects.texi (Equality Predicates):
4098 Mention equal-including-properties.
4099
4100 2008-02-07 Richard Stallman <rms@gnu.org>
4101
4102 * windows.texi (Window Start): Mention the feature of moving
4103 window-start to start of line.
4104
4105 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
4106
4107 * keymaps.texi (Tool Bar): Document rtl property.
4108
4109 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
4110
4111 * display.texi (Button Types):
4112 For define-button-type, clarify type of NAME.
4113
4114 2008-01-19 Martin Rudalics <rudalics@gmx.at>
4115
4116 * buffers.texi (Buffer Modification): Fix typo.
4117
4118 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
4119
4120 * os.texi (System Environment): Remove references to OSes that are
4121 not supported anymore.
4122
4123 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4124
4125 * os.texi (System Environment): Remove mention for Masscomp.
4126
4127 2008-01-04 Richard Stallman <rms@gnu.org>
4128
4129 * display.texi (Faces): Don't talk about internal face vector as arg
4130 to facep.
4131
4132 * customize.texi (Type Keywords): Fix previous change.
4133
4134 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
4135 * elisp.texi (Top): Fix menu for commands.texi change.
4136
4137 2007-12-30 Richard Stallman <rms@gnu.org>
4138
4139 * commands.texi (Accessing Mouse): Rename from Accessing Events.
4140 (Accessing Scroll): New node broken out of Accessing Mouse.
4141
4142 2007-12-28 Richard Stallman <rms@gnu.org>
4143
4144 * frames.texi (Size Parameters): Fix typo.
4145 (Basic Parameters): For `title', refer to title bar.
4146 (Size and Position): Explain meaning of frame pixel width and height.
4147
4148 2007-12-23 Richard Stallman <rms@gnu.org>
4149
4150 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
4151 Improve some of the commented-out keywords' text too.
4152
4153 2007-12-14 Martin Rudalics <rudalics@gmx.at>
4154
4155 * nonascii.texi (Encoding and I/O): Reword to avoid saying
4156 "visit the current buffer".
4157
4158 * os.texi (System Interface): Fix typo.
4159
4160 2007-12-04 Richard Stallman <rms@gnu.org>
4161
4162 * objects.texi (Symbol Type): Fix typo.
4163
4164 2007-12-03 Richard Stallman <rms@gnu.org>
4165
4166 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
4167
4168 2007-12-01 Glenn Morris <rgm@gnu.org>
4169
4170 * functions.texi (Declaring Functions): Improve previous change.
4171
4172 2007-11-30 Glenn Morris <rgm@gnu.org>
4173
4174 * functions.texi (Declaring Functions): Add optional fourth
4175 argument of declare-function, and setting third argument to `t'.
4176
4177 2007-11-29 Richard Stallman <rms@gnu.org>
4178
4179 * customize.texi (Composite Types): Document `group' type.
4180
4181 2007-11-29 Glenn Morris <rgm@gnu.org>
4182
4183 * functions.texi (Declaring Functions): Add findex.
4184 Mention `external' files.
4185
4186 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
4187
4188 * functions.texi (Declaring Functions): Fix directive.
4189
4190 2007-11-25 Richard Stallman <rms@gnu.org>
4191
4192 * help.texi (Help Functions): Clean up last change.
4193
4194 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
4195
4196 * loading.texi (Named Features): Minor cleanup.
4197
4198 * macros.texi (Eval During Expansion): Minor cleanup.
4199
4200 * variables.texi (Variable Aliases): Minor cleanup.
4201
4202 2007-11-24 Richard Stallman <rms@gnu.org>
4203
4204 * functions.texi (Declaring Functions): Clarify previous change.
4205
4206 * compile.texi (Compiler Errors): Clarify previous change.
4207
4208 2007-11-24 Richard Stallman <rms@gnu.org>
4209
4210 * display.texi (Refresh Screen, Forcing Redisplay):
4211 Clarify the text and move items around.
4212
4213 2007-11-24 Glenn Morris <rgm@gnu.org>
4214
4215 * functions.texi (Declaring Functions): New section.
4216 * compile.texi (Compiler Errors): Mention declaring functions,
4217 defvar with no initvalue, and byte-compile-warnings.
4218
4219 2007-11-15 Martin Rudalics <rudalics@gmx.at>
4220
4221 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
4222 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
4223
4224 2007-11-13 Martin Rudalics <rudalics@gmx.at>
4225
4226 * help.texi (Help Functions): Document new macro `with-help-window'.
4227
4228 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
4229
4230 * searching.texi (Replacing Match): Describe new
4231 `match-substitute-replacement'.
4232
4233 2007-10-31 Richard Stallman <rms@gnu.org>
4234
4235 * strings.texi (Creating Strings): Null strings from concat not unique.
4236
4237 2007-10-26 Richard Stallman <rms@gnu.org>
4238
4239 * objects.texi (Equality Predicates): Null strings are uniquified.
4240
4241 * minibuf.texi: Minor clarifications in previous change.
4242
4243 2007-10-25 Glenn Morris <rgm@gnu.org>
4244
4245 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
4246
4247 2007-10-24 Richard Stallman <rms@gnu.org>
4248
4249 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
4250
4251 * variables.texi (Frame-Local Variables): Node deleted.
4252 (Variables): Delete Frame-Local Variables from menu.
4253 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
4254 (Default Value): Don't mention frame-local vars.
4255
4256 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
4257
4258 * loading.texi (Unloading): Document FEATURE-unload-function
4259 instead of FEATURE-unload-hook.
4260
4261 * frames.texi (Multiple Displays): Don't mention frame-local vars.
4262
4263 2007-10-22 Juri Linkov <juri@jurta.org>
4264
4265 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
4266 (High-Level Completion): Document a list of default value strings
4267 in the DEFAULT argument, for which minibuffer functions return the
4268 first element.
4269
4270 2007-10-17 Juri Linkov <juri@jurta.org>
4271
4272 * text.texi (Filling): Update arguments of fill-paragraph.
4273 fill-paragraph operates on the active region in Transient Mark mode.
4274 Remove fill-paragraph-or-region.
4275
4276 2007-10-13 Karl Berry <karl@gnu.org>
4277
4278 * elisp.texi (@dircategory): Move to after @copying,
4279 since we want @copying as close as possible to the beginning of
4280 the output.
4281
4282 2007-10-12 Richard Stallman <rms@gnu.org>
4283
4284 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
4285
4286 * commands.texi (Distinguish Interactive): New node,
4287 broken out from Interactive Call and rewritten.
4288 (Command Loop): Put Distinguish Interactive in menu.
4289
4290 2007-10-09 Richard Stallman <rms@gnu.org>
4291
4292 * text.texi (Examining Properties): Mention overlay priority.
4293
4294 * display.texi (Display Margins): Correct the description
4295 of margin display specifications.
4296 (Replacing Specs): New subnode broken out of Display Property.
4297
4298 2007-10-06 Juri Linkov <juri@jurta.org>
4299
4300 * text.texi (Filling): Document fill-paragraph-or-region.
4301
4302 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
4303
4304 * display.texi (Auto Faces): Fix typo.
4305
4306 2007-10-02 Richard Stallman <rms@gnu.org>
4307
4308 * display.texi (Display Property): Explain some display specs
4309 don't let you move point in.
4310
4311 * frames.texi (Cursor Parameters):
4312 Describe cursor-in-non-selected-windows here. Explain more values.
4313
4314 * windows.texi (Basic Windows): Don't describe
4315 cursor-in-non-selected-windows here.
4316
4317 2007-10-01 Eli Zaretskii <eliz@gnu.org>
4318
4319 * processes.texi (Misc Network): Note that these functions are
4320 supported only on some systems.
4321
4322 2007-10-01 Richard Stallman <rms@gnu.org>
4323
4324 * display.texi (Overlay Properties): Explain nil as priority.
4325 Explain that conflicts are unpredictable if not resolved by
4326 priorities.
4327
4328 2007-09-23 Richard Stallman <rms@gnu.org>
4329
4330 * macros.texi (Backquote): Minor clarification.
4331
4332 2007-09-19 Richard Stallman <rms@gnu.org>
4333
4334 * display.texi (Display Property): Explain multiple display specs.
4335 Clarify when they work in parallel and when one overrides.
4336 Fix error in example.
4337
4338 2007-09-06 Glenn Morris <rgm@gnu.org>
4339
4340 Move from lispref/ to doc/lispref/. Change all setfilename
4341 commands to use ../../info.
4342 * Makefile.in (infodir): Go up one more level.
4343 (usermanualdir): Change from ../man to ../emacs.
4344 (miscmanualdir): New.
4345 (dist): Use new variable miscmanualdir.
4346 * makefile.w32-in (infodir, texinputdir): Go up one more level.
4347 (usermanualdir): Change from ../man to ../emacs.
4348
4349 2007-08-30 Martin Rudalics <rudalics@gmx.at>
4350
4351 * commands.texi (Command Loop Info): Advise against changing
4352 most variables described here. Explain new variable
4353 last-repeatable-command.
4354
4355 2007-08-29 Glenn Morris <rgm@gnu.org>
4356
4357 * elisp.texi (EMACSVER): Increase to 23.0.50.
4358
4359 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
4360
4361 * frames.texi (Basic Parameters): Add display-environment-variable
4362 and term-environment-variable.
4363
4364 2007-08-28 Juri Linkov <juri@jurta.org>
4365
4366 * display.texi (Image Formats, Other Image Types): Add SVG.
4367
4368 2007-08-28 Juri Linkov <juri@jurta.org>
4369
4370 * display.texi (Images): Move formats-related text to new node
4371 "Image Formats".
4372 (Image Formats): New node.
4373
4374 2007-08-27 Richard Stallman <rms@gnu.org>
4375
4376 * windows.texi (Window Configurations): Clarify what
4377 a window configuration saves.
4378
4379 2007-08-25 Richard Stallman <rms@gnu.org>
4380
4381 * display.texi (Images): Delete redundant @findex.
4382
4383 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
4384
4385 * text.texi (Change Hooks): (after|before)-change-functions are no
4386 longer bound to nil while running; rather inhibit-modification-hooks
4387 is t.
4388
4389 2007-08-16 Richard Stallman <rms@gnu.org>
4390
4391 * processes.texi (Asynchronous Processes):
4392 Clarify doc of start-file-process.
4393
4394 2007-08-08 Martin Rudalics <rudalics@gmx.at>
4395
4396 * modes.texi (Example Major Modes): Fix typo.
4397
4398 2007-08-08 Glenn Morris <rgm@gnu.org>
4399
4400 * intro.texi (nil and t): Do not use `iff' in documentation.
4401
4402 * tips.texi (Documentation Tips): Recommend against `iff'.
4403
4404 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
4405
4406 * display.texi (Image Cache): Document image-refresh.
4407
4408 2007-08-06 Martin Rudalics <rudalics@gmx.at>
4409
4410 * windows.texi (Size of Window): Document window-full-width-p.
4411
4412 2007-07-25 Glenn Morris <rgm@gnu.org>
4413
4414 * gpl.texi (GPL): Replace license with GPLv3.
4415
4416 * Relicense all FSF files to GPLv3 or later.
4417
4418 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
4419
4420 * processes.texi (Synchronous Processes):
4421 Add `process-file-shell-command'.
4422 (Asynchronous Processes): Mention restricted use of
4423 `process-filter' and `process-sentinel' in
4424 `start-file-process'. Add `start-file-process-shell-command'.
4425
4426 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
4427
4428 * files.texi (Magic File Names): Introduce optional parameter
4429 IDENTIFICATION for `file-remote-p'.
4430
4431 2007-07-16 Richard Stallman <rms@gnu.org>
4432
4433 * display.texi (Defining Faces): Fix previous change.
4434
4435 2007-07-14 Richard Stallman <rms@gnu.org>
4436
4437 * control.texi (Handling Errors): Document `debug' in handler list.
4438
4439 2007-07-10 Richard Stallman <rms@gnu.org>
4440
4441 * display.texi (Defining Faces): Explain C-M-x feature for defface.
4442
4443 2007-07-09 Richard Stallman <rms@gnu.org>
4444
4445 * files.texi (Magic File Names): Rewrite previous change.
4446
4447 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
4448
4449 * files.texi (Magic File Names): Introduce optional parameter
4450 CONNECTED for `file-remote-p'.
4451
4452 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
4453
4454 * processes.texi (Asynchronous Processes):
4455 * files.texi (Magic File Names): Add `start-file-process'.
4456
4457 2007-06-27 Richard Stallman <rms@gnu.org>
4458
4459 * files.texi (Format Conversion Piecemeal):
4460 Clarify `after-insert-file-functions' calling convention.
4461
4462 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
4463
4464 * files.texi (Magic File Names): Remove `dired-call-process'.
4465 Add `process-file'.
4466
4467 2007-06-27 Kenichi Handa <handa@m17n.org>
4468
4469 * text.texi (Special Properties): Fix description about
4470 `composition' property.
4471
4472 2007-06-26 Kenichi Handa <handa@m17n.org>
4473
4474 * nonascii.texi (Default Coding Systems): Document about the
4475 return value `undecided'.
4476
4477 2007-06-25 David Kastrup <dak@gnu.org>
4478
4479 * keymaps.texi (Active Keymaps): Document new POSITION argument of
4480 `current-active-maps'.
4481
4482 2007-06-24 Karl Berry <karl@gnu.org>
4483
4484 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
4485
4486 2007-06-15 Juanma Barranquero <lekktu@gmail.com>
4487
4488 * display.texi (Overlay Arrow): Doc fix.
4489
4490 2007-06-14 Karl Berry <karl@tug.org>
4491
4492 * anti.texi (Antinews): Typo.
4493
4494 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
4495
4496 * display.texi (Image Cache): Document image-refresh.
4497
4498 2007-06-12 Karl Berry <karl@gnu.org>
4499
4500 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
4501 * two-volume.make: New file.
4502 * .cvsignore: Ignore two-volume files.
4503
4504 2007-06-12 Tom Tromey <tromey@redhat.com>
4505
4506 * os.texi (Init File): Document user-emacs-directory.
4507
4508 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
4509
4510 * commands.texi (Click Events): Describe width and height when
4511 object is nil.
4512
4513 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
4514
4515 * commands.texi (Click Events): Layout more logically.
4516 Describe width and height.
4517 (Drag Events, Motion Events): Update to new format for position.
4518
4519 2007-06-02 Richard Stallman <rms@gnu.org>
4520
4521 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
4522
4523 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
4524
4525 * Version 22.1 released.
4526
4527 2007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4528
4529 * text.texi (Special Properties): Correct meaning of fontified face.
4530
4531 2007-05-30 Richard Stallman <rms@gnu.org>
4532
4533 * text.texi (Special Properties): Add link to Adjusting Point.
4534
4535 2007-05-12 Richard Stallman <rms@gnu.org>
4536
4537 * text.texi (Margins): indent-to-left-margin is not the default.
4538 (Mode-Specific Indent): For indent-line-function, the default
4539 is indent-relative.
4540
4541 * modes.texi (Example Major Modes): Explain last line of text-mode
4542 is redundant.
4543
4544 2007-05-10 Richard Stallman <rms@gnu.org>
4545
4546 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
4547
4548 * help.texi (Keys in Documentation): Add reference to
4549 Documentation Tips.
4550
4551 * files.texi (Format Conversion): TO-FN gets three arguments.
4552
4553 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
4554
4555 2007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
4556
4557 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
4558 * files.texi (Format Conversion): Expand intro; add menu.
4559 (Format Conversion Overview, Format Conversion Round-Trip)
4560 (Format Conversion Piecemeal): New nodes/subsections.
4561 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
4562 * text.texi (Text Properties): Remove "Saving Properties" from menu.
4563 (Saving Properties): Delete node/subsection.
4564
4565 2007-05-07 Karl Berry <karl@gnu.org>
4566
4567 * elisp.texi (EMACSVER): Back to 22.
4568
4569 2007-05-06 Richard Stallman <rms@gnu.org>
4570
4571 * processes.texi (Accepting Output): Revert most of previous change.
4572
4573 2007-05-05 Richard Stallman <rms@gnu.org>
4574
4575 * processes.texi (Accepting Output): accept-process-output
4576 uses microseconds, not milliseconds. But that arg is obsolete.
4577
4578 2007-05-04 Karl Berry <karl@tug.org>
4579
4580 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
4581
4582 2007-05-04 Eli Zaretskii <eliz@gnu.org>
4583
4584 * tips.texi (Documentation Tips): Rearrange items to place the
4585 more important ones first. Add an index entry for hyperlinks.
4586
4587 2007-05-03 Karl Berry <karl@gnu.org>
4588
4589 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
4590 (EMACSVER) [smallbook]: 22 for printed version.
4591
4592 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
4593 so restore anchor to normal position after defun. Found by Kevin Ryde.
4594
4595 2007-04-26 Glenn Morris <rgm@gnu.org>
4596
4597 * elisp.texi (EMACSVER): Increase to 22.1.50.
4598
4599 2007-04-28 Karl Berry <karl@gnu.org>
4600
4601 * elisp.texi: Improve line breaks on copyright page,
4602 similar layout to emacs manual, 8.5x11 by default.
4603
4604 2007-04-24 Richard Stallman <rms@gnu.org>
4605
4606 * text.texi (Special Properties): Add xref to Overlay Properties.
4607
4608 * display.texi (Overlay Properties): Add xref to Special Properties.
4609
4610 2007-04-22 Richard Stallman <rms@gnu.org>
4611
4612 * keymaps.texi (Extended Menu Items): Move the info about
4613 format with cached keyboard binding.
4614
4615 2007-04-21 Richard Stallman <rms@gnu.org>
4616
4617 * text.texi (Special Properties): Clarify previous change.
4618
4619 * files.texi (File Name Expansion): Clarify previous change.
4620
4621 * display.texi (Attribute Functions): Fix example for
4622 face-attribute-relative-p.
4623
4624 2007-04-19 Kenichi Handa <handa@m17n.org>
4625
4626 * text.texi (Special Properties): Document composition property.
4627
4628 2007-04-19 Glenn Morris <rgm@gnu.org>
4629
4630 * files.texi (File Name Expansion): Mention "superroot".
4631
4632 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
4633
4634 * frames.texi (Multiple Displays): Add note about "multi-monitor"
4635 setups.
4636 (Display Feature Testing): Note that display refers to all
4637 physical monitors for multi-monitor setups.
4638
4639 2007-04-14 Richard Stallman <rms@gnu.org>
4640
4641 * lists.texi (Sets And Lists): Clarify `delete' examples.
4642 Remove spurious xref to same node.
4643 Clarify xref for add-to-list.
4644
4645 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
4646
4647 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
4648 value of lisp-mode-map.
4649
4650 2007-04-11 Karl Berry <karl@gnu.org>
4651
4652 * anti.texi (Antinews):
4653 * display.texi (Overlay Properties, Defining Images):
4654 * processes.texi (Synchronous Processes, Sentinels):
4655 * syntax.texi (Syntax Table Internals):
4656 * searching.texi (Regexp Special):
4657 * nonascii.texi (Default Coding Systems):
4658 * text.texi (Special Properties):
4659 * minibuf.texi (Basic Completion): Wording to improve breaks in
4660 8.5x11 format.
4661 * elisp.texi (smallbook): New @set to more easily switch between
4662 smallbook and 8.5x11.
4663
4664 2007-04-11 Richard Stallman <rms@gnu.org>
4665
4666 * text.texi (Lazy Properties): Minor fix.
4667
4668 2007-04-08 Karl Berry <karl@gnu.org>
4669
4670 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
4671 * macros.texi (Backquote): Downcase Backquote in index entries for
4672 consistency.
4673
4674 2007-04-08 Richard Stallman <rms@gnu.org>
4675
4676 * text.texi (Adaptive Fill): Just describe default,
4677 don't show it (since it contains non-ASCII chars).
4678
4679 2007-04-07 Karl Berry <karl@gnu.org>
4680
4681 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
4682 adaptive-fill-regexp's value, since they are not in the standard
4683 TeX fonts.
4684
4685 2007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
4686
4687 * display.texi (Defining Faces): Fix example.
4688
4689 2007-04-07 Karl Berry <karl@gnu.org>
4690
4691 * display.texi (Button Buffer Commands): Improve page break.
4692
4693 2007-04-07 Richard Stallman <rms@gnu.org>
4694
4695 * advice.texi (Activation of Advice): Remove redundant index entry.
4696
4697 * backups.texi: Improve index entries. Remove redundant ones.
4698
4699 * compile.texi (Byte Compilation): Improve index entry.
4700
4701 * hash.texi (Creating Hash): Improve index entry.
4702
4703 * symbols.texi (Definitions): Improve index entry.
4704
4705 * edebug.texi: Improve index entries. Remove redundant/useless ones.
4706
4707 * maps.texi (Standard Keymaps): Remove useless index entry.
4708
4709 * help.texi (Documentation Basics): Remove redundant index entries.
4710
4711 * customize.texi: Improve index entries.
4712 Remove redundant/useless ones.
4713
4714 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
4715
4716 * streams.texi (Output Variables): Improve index entry.
4717
4718 * abbrevs.texi (Abbrevs): Remove useless index entry.
4719
4720 * macros.texi (Expansion): Remove useless index entry.
4721
4722 * text.texi: Improve index entries. Remove redundant/useless ones.
4723 (Text Properties, Examining Properties)
4724 (Special Properties): Use "property category" instead of "category"
4725 to refer to the `category' property.
4726
4727 * positions.texi: Improve index entries. Remove useless one.
4728
4729 * lists.texi: Improve index entries. Remove redundant/useless ones.
4730
4731 * os.texi: Improve index entries.
4732 (Timers): Fix previous change.
4733
4734 * buffers.texi: Improve index entries.
4735 (Modification Time): Get rid of term "obsolete buffer".
4736
4737 * debugging.texi: Improve index entries.
4738 (Test Coverage): Add xref to other test coverage ftr.
4739
4740 * eval.texi: Improve index entry. Remove redundant ones.
4741
4742 * numbers.texi: Improve index entries. Remove redundant/useless ones.
4743
4744 * files.texi: Improve index entries. Remove redundant/useless ones.
4745
4746 * objects.texi: Improve index entries.
4747
4748 * processes.texi: Improve index entries.
4749
4750 * modes.texi: Improve index entry. Remove redundant one.
4751
4752 * nonascii.texi: Improve index entries.
4753
4754 * internals.texi: Improve index entries.
4755
4756 * syntax.texi: Improve index entries.
4757
4758 * keymaps.texi (Active Keymaps): Improve index entries.
4759
4760 * commands.texi: Improve index entries. Remove redundant/useless ones.
4761
4762 * frames.texi: Improve index entries. Remove redundant/useless ones.
4763
4764 * markers.texi: Improve index entries. Remove redundant ones.
4765
4766 * tips.texi: Improve index entries.
4767
4768 * loading.texi (Unloading): Improve index entry.
4769
4770 * variables.texi: Improve index entries. Remove redundant one.
4771
4772 * sequences.texi: Improve index entry.
4773
4774 * display.texi: Improve index entries. Remove redundant ones.
4775
4776 * windows.texi: Improve index entries.
4777
4778 * searching.texi: Improve index entries. Remove redundant one.
4779
4780 * strings.texi (Case Tables): Improve last change.
4781
4782 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
4783
4784 * strings.texi (Case Tables): Document with-case-table and
4785 ascii-case-table.
4786
4787 2007-04-03 Karl Berry <karl@gnu.org>
4788
4789 * processes.texi (Network): Reword to improve page break.
4790
4791 2007-04-03 Eli Zaretskii <eliz@gnu.org>
4792
4793 * functions.texi (Inline Functions): Describe more disadvantages
4794 of defsubst, and make advice against it stronger.
4795
4796 2007-04-02 Karl Berry <karl@gnu.org>
4797
4798 * backups.texi (Backup Names): Avoid widow words.
4799 * modes.texi (Example Major Modes): Align last comment.
4800
4801 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
4802
4803 * keymaps.texi (Remapping Commands): Document new arg to
4804 command-remapping.
4805
4806 2007-04-01 Karl Berry <karl@gnu.org>
4807
4808 * processes.texi (Low-Level Network): Typo.
4809 * loading.texi (Hooks for Loading): Avoid double "the".
4810 * keymaps.texi (Key Sequences): No double "and".
4811 (Changing Key Bindings): Shorten to improve line break.
4812
4813 2007-03-31 Glenn Morris <rgm@gnu.org>
4814
4815 * os.texi (Timers): Fix description of run-at-time TIME formats.
4816
4817 2007-03-31 Richard Stallman <rms@gnu.org>
4818
4819 * display.texi (Invisible Text): Correct buffer-invisibility-spec
4820 regarding ellipsis.
4821
4822 2007-03-31 Eli Zaretskii <eliz@gnu.org>
4823
4824 * intro.texi (nil and t):
4825 * symbols.texi (Plists and Alists):
4826 * variables.texi (Variable Aliases, Constant Variables):
4827 * functions.texi (Defining Functions):
4828 * advice.texi (Advising Primitives):
4829 * debugging.texi (Syntax Errors, Compilation Errors):
4830 * minibuf.texi (Minibuffer Windows):
4831 * commands.texi (Adjusting Point):
4832 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
4833 (Auto Major Mode, Major Mode Conventions):
4834 * help.texi (Describing Characters):
4835 * files.texi (Create/Delete Dirs, Information about Files)
4836 (File Locks, Writing to Files, Reading from Files)
4837 (Saving Buffers):
4838 * windows.texi (Resizing Windows, Cyclic Window Ordering):
4839 * frames.texi (Finding All Frames):
4840 * positions.texi (Buffer End, Motion):
4841 * markers.texi (The Region):
4842 * text.texi (Deletion, Near Point):
4843 * display.texi (Displaying Messages, Truncation):
4844 * os.texi (Processor Run Time):
4845 * tips.texi (Key Binding Conventions, Programming Tips)
4846 (Warning Tips, Documentation Tips, Comment Tips):
4847 * internals.texi (Memory Usage): Improve indexing.
4848
4849 * variables.texi (Frame-Local Variables):
4850 * functions.texi (Argument List):
4851 * loading.texi (Library Search):
4852 * streams.texi (Output Variables):
4853 * keymaps.texi (Translation Keymaps, Searching Keymaps):
4854 * searching.texi (Replacing Match, Search and Replace):
4855 * processes.texi (Byte Packing, Decoding Output)
4856 (Accepting Output, Network Servers, Shell Arguments):
4857 * display.texi (Abstract Display, Image Cache, Scroll Bars):
4858 * windows.texi (Window Point, Window Start):
4859 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
4860 * commands.texi (Reading Input, Keyboard Events):
4861 * minibuf.texi (Reading File Names, Minibuffer Completion)
4862 (Recursive Mini):
4863 * positions.texi (List Motion):
4864 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
4865 * numbers.texi (Arithmetic Operations, Math Functions)
4866 (Predicates on Numbers, Comparison of Numbers):
4867 (Numeric Conversions):
4868 * locals.texi (Standard Buffer-Local Variables):
4869 * maps.texi (Standard Keymaps):
4870 * os.texi (User Identification, System Environment, Recording Input)
4871 (X11 Keysyms):
4872 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
4873 * backups.texi (Backups and Auto-Saving):
4874 * customize.texi (Customization, Group Definitions)
4875 (Variable Definitions):
4876 * compile.texi (Byte Compilation): Improve index entries.
4877
4878 2007-03-31 Karl Berry <karl@gnu.org>
4879
4880 * macros.texi (Defining Macros): Avoid widow syllable.
4881
4882 2007-03-31 Eli Zaretskii <eliz@gnu.org>
4883
4884 * elisp.texi (Top): Postscript -> PostScript.
4885
4886 * display.texi (Images, Postscript Images): Postscript -> PostScript.
4887
4888 2007-03-31 Markus Triska <markus.triska@gmx.at>
4889
4890 * internals.texi (Writing Emacs Primitives): Untabify `For'.
4891
4892 2007-03-30 Karl Berry <karl@gnu.org>
4893
4894 * lists.texi (List-related Predicates): Remove spurious @need.
4895 (Setcdr): Use @smallexample to improve page break.
4896 (Association Lists) <assoc>: Reword to improve page break.
4897
4898 * strings.texi (String Conversion): Insert blank line to improve
4899 page break.
4900
4901 * numbers.texi (Random Numbers): Use @minus{}.
4902 (Math Functions): Use @minus{}.
4903
4904 * intro.texi (Acknowledgements): Avoid line breaks before middle
4905 initials.
4906
4907 2007-03-24 Eli Zaretskii <eliz@gnu.org>
4908
4909 * errors.texi (Standard Errors): Add an index entry.
4910
4911 2007-03-19 Richard Stallman <rms@gnu.org>
4912
4913 * os.texi (Recording Input): recent-keys now gives 300 keys.
4914
4915 2007-03-12 Glenn Morris <rgm@gnu.org>
4916
4917 * os.texi: Replace "daylight savings" with "daylight saving"
4918 throughout.
4919
4920 2007-03-05 Richard Stallman <rms@gnu.org>
4921
4922 * variables.texi (File Local Variables):
4923 Update enable-local-variables values.
4924
4925 2007-03-04 Richard Stallman <rms@gnu.org>
4926
4927 * syntax.texi (Control Parsing): Minor clarification.
4928
4929 * strings.texi (Formatting Strings): Clarify width, precision, flags.
4930
4931 * sequences.texi (Sequence Functions): Move string-bytes away,
4932 add xref.
4933
4934 * nonascii.texi (Text Representations): Move string-bytes here.
4935
4936 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
4937
4938 * minibuf.texi (Basic Completion): Minor clarification.
4939
4940 * markers.texi (The Mark): Clarify existence vs activation of mark.
4941 Other cleanup.
4942
4943 * display.texi (Finding Overlays): Write better example.
4944
4945 * compile.texi (Eval During Compile): Clarify putting macros
4946 in eval-when-compile.
4947
4948 2007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
4949
4950 * loading.texi (How Programs Do Loading): Fix anchor position at
4951 load-read-function definition doc.
4952
4953 2007-02-21 Kim F. Storm <storm@cua.dk>
4954
4955 * strings.texi (Text Comparison): Mention that assoc-string
4956 converts symbols to strings before testing.
4957
4958 2007-02-17 Kim F. Storm <storm@cua.dk>
4959
4960 * processes.texi (Bindat Spec): Vector types can have optional
4961 element type.
4962 (Bindat Examples): Fix example. Add vector with element type.
4963
4964 2007-02-16 Andreas Schwab <schwab@suse.de>
4965
4966 * strings.texi (Formatting Strings): Document '+' flag.
4967
4968 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
4969
4970 * strings.texi (Modifying Strings): Clarify that `clear-string'
4971 always converts the string to unibyte.
4972
4973 2007-02-14 Kim F. Storm <storm@cua.dk>
4974
4975 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
4976 Rewrite glyph code description to refer to these functions.
4977 Remove details of encoding face number and char into integer code.
4978
4979 2007-02-03 Alan Mackenzie <acm@muc.de>
4980
4981 * loading.texi (Hooks for Loading): Make the description of
4982 `eval-after-load' more detailed, and amend the description of
4983 after-load-alist, in accordance with changes from 2006-05.
4984
4985 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
4986
4987 * modes.texi (Defining Minor Modes): Document that a :require
4988 keyword or similar may be required to make saved customization
4989 variables work.
4990
4991 2007-02-03 Eli Zaretskii <eliz@gnu.org>
4992
4993 * elisp.texi (Top): Make the detailed menu headers compliant with
4994 Texinfo guidelines and with what texnfo-upd.el expects.
4995 Add comments to prevent people from inadvertently modifying the key
4996 parts needed by `texinfo-multiple-files-update'.
4997
4998 2007-02-02 Eli Zaretskii <eliz@gnu.org>
4999
5000 * elisp.texi (Top): Update the top-level menus.
5001
5002 * syntax.texi (Categories): Add index entries.
5003
5004 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
5005
5006 * display.texi (Attribute Functions): Fix name and description of
5007 the UNDERLINE arg of `set-face-underline-p'.
5008
5009 2007-01-29 Eli Zaretskii <eliz@gnu.org>
5010
5011 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
5012 Variables", and "Standard Keymaps" to the detailed menu.
5013
5014 * variables.texi (Future Local Variables): Add index entry.
5015
5016 2007-01-28 Richard Stallman <rms@gnu.org>
5017
5018 * tips.texi (Coding Conventions): Clarify the tip about macros
5019 that define a function or a variable.
5020
5021 * files.texi (File Attributes): UID and GID can be floats.
5022 (Magic File Names): Explain why deferring all operations to
5023 the standard handler does not work.
5024
5025 2007-01-23 Martin Rudalics <rudalics@gmx.at>
5026
5027 * backups.texi (Reverting): Use "buffer" instead of "file"
5028 when talking about major and minor modes.
5029
5030 2007-01-21 Richard Stallman <rms@gnu.org>
5031
5032 * help.texi (Documentation): Add xref to Documentation Tips.
5033
5034 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
5035
5036 * tips.texi (Coding Conventions): Fix typos.
5037
5038 2007-01-05 Richard Stallman <rms@gnu.org>
5039
5040 * modes.texi (Defining Minor Modes): Fix previous change.
5041
5042 2007-01-03 Richard Stallman <rms@gnu.org>
5043
5044 * customize.texi (Variable Definitions, Customization Types):
5045 Don't use * in doc string for defcustom.
5046
5047 2007-01-02 Richard Stallman <rms@gnu.org>
5048
5049 * variables.texi (Variable Aliases): Clarify that aliases vars
5050 always have the same value.
5051
5052 * processes.texi (Bindat Spec): Fix Texinfo usage.
5053
5054 * modes.texi (Defining Minor Modes): Explain effect of command
5055 defined with define-global-minor-mode on new buffers.
5056
5057 2006-12-30 Kim F. Storm <storm@cua.dk>
5058
5059 * keymaps.texi (Tool Bar): Describe `grow-only' value of
5060 `auto-resize-tool-bars'.
5061
5062 2006-12-30 Richard Stallman <rms@gnu.org>
5063
5064 * keymaps.texi (Active Keymaps): Fix previous change.
5065
5066 2006-12-30 Nick Roberts <nickrob@snap.net.nz>
5067
5068 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
5069
5070 2006-12-30 Kim F. Storm <storm@cua.dk>
5071
5072 * processes.texi (Bindat Spec): Clarify using field names in
5073 length specifications.
5074
5075 2006-12-29 Kim F. Storm <storm@cua.dk>
5076
5077 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
5078 Add count and index variables for eval forms in repeat blocks.
5079
5080 2006-12-24 Richard Stallman <rms@gnu.org>
5081
5082 * customize.texi (Variable Definitions):
5083 Document new name custom-add-frequent-value.
5084
5085 2006-12-19 Kim F. Storm <storm@cua.dk>
5086
5087 * commands.texi (Misc Events): User signals now result in sigusr1
5088 and sigusr2 events which are handled through special-event-map.
5089 (Special Events): User signals and drag-n-drop are special.
5090
5091 2006-12-17 Richard Stallman <rms@gnu.org>
5092
5093 * loading.texi (Named Features): Explain subfeatures better.
5094
5095 * customize.texi: Use "option" only for user options.
5096 For the keyword values inside defcustom etc, say "keywords".
5097 For :options value's elements, say "elements".
5098 :group should not be omitted.
5099
5100 * syntax.texi (Parsing Expressions): Split up node.
5101 (Motion via Parsing, Position Parse, Parser State)
5102 (Low-Level Parsing, Control Parsing): New subnodes.
5103 (Parser State): Document syntax-ppss-toplevel-pos.
5104
5105 * positions.texi (List Motion): Punctuation fix.
5106
5107 * files.texi (File Name Completion): Document PREDICATE arg
5108 to file-name-completion.
5109
5110 2006-12-16 Eli Zaretskii <eliz@gnu.org>
5111
5112 * internals.texi (Building Emacs, Writing Emacs Primitives):
5113 Add index entries.
5114
5115 2006-12-11 Richard Stallman <rms@gnu.org>
5116
5117 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
5118 affects face menu. Explain how to make it non-nil without enabling
5119 any fontification.
5120
5121 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
5122
5123 * modes.texi (Font Lock Basics): Document nil value of
5124 font-lock-defaults.
5125
5126 2006-12-10 Glenn Morris <rgm@gnu.org>
5127
5128 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
5129 value for system-flag argument. Abbrev tables may not be empty
5130 when major modes are loaded.
5131
5132 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
5133
5134 * makefile.w32-in (maintainer-clean): Partially revert last
5135 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
5136 to protect elisp-covers.texi.
5137
5138 2006-12-07 Juanma Barranquero <lekktu@gmail.com>
5139
5140 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
5141 Don't remove elisp* info files; they are already deleted by the
5142 `clean' and `distclean' targets, and they are in the $(infodir)
5143 directory, not the current one.
5144
5145 2006-12-04 Kim F. Storm <storm@cua.dk>
5146
5147 * commands.texi (Misc Events): Update signal events.
5148 (Event Examples): Add signal example.
5149
5150 2006-11-29 Richard Stallman <rms@gnu.org>
5151
5152 * frames.texi (Visibility of Frames): Explain visible windows
5153 can be covered by others. Add xref for raise-frame.
5154
5155 2006-11-28 Richard Stallman <rms@gnu.org>
5156
5157 * searching.texi (Regexp Special): Update when ^ is special.
5158
5159 2006-11-27 Eli Zaretskii <eliz@gnu.org>
5160
5161 * customize.texi (Customization, Common Keywords)
5162 (Group Definitions, Variable Definitions, Composite Types)
5163 (Type Keywords, Customization Types): Add index entries for
5164 various customization keywords.
5165
5166 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5167
5168 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
5169
5170 2006-11-10 Jan Djärv <jan.h.d@swipnet.se>
5171
5172 * frames.texi (Window System Selections): Remove clipboard from
5173 description of selection-coding-system.
5174
5175 2006-11-06 Richard Stallman <rms@gnu.org>
5176
5177 * lists.texi (List Variables): Document COMPARE-FN.
5178
5179 * keymaps.texi: Avoid use of "binding" to mean a relation;
5180 use it only to refer to the meaning associated with a key.
5181 (Keymaps): Change menu node description.
5182
5183 * elisp.texi (Top): Change menu node description.
5184
5185 * display.texi (Managing Overlays): Document overlay-recenter.
5186
5187 2006-10-29 Chong Yidong <cyd@stupidchicken.com>
5188
5189 * Makefile.in: Use relative paths to avoid advertising filesystem
5190 contents during compilation.
5191
5192 2006-10-23 Kim F. Storm <storm@cua.dk>
5193
5194 * commands.texi (Event Input Misc): Update unread-command-events.
5195
5196 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
5197
5198 * lists.texi (Sets And Lists): Fix typos.
5199
5200 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
5201
5202 * control.texi (Processing of Errors): Use @var for an argument,
5203 not @code.
5204
5205 2006-10-16 Richard Stallman <rms@gnu.org>
5206
5207 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
5208
5209 * keymaps.texi (Format of Keymaps): Show all the keymap element
5210 patterns that result from menu items.
5211 (Key Lookup): Minor cleanups.
5212
5213 * modes.texi (Precalculated Fontification): Don't say that
5214 not setting font-lock-defaults avoids loading font-lock.
5215
5216 * help.texi (Documentation): Move xref to Emacs Manual here.
5217 (Documentation Basics): From here.
5218 Also doc emacs-lisp-docstring-fill-column.
5219
5220 * elisp.texi: Update version and ISBN.
5221
5222 * commands.texi (Interactive Call): Clarify KEYS arg to
5223 call-interactively is a vector.
5224 (Command Loop Info): Delete anchor in this-command-keys.
5225 Add anchor in this-command-keys-vector.
5226 (Recursive Editing): Document how recursive-edit
5227 handles the current buffer.
5228
5229 2006-10-13 Chong Yidong <cyd@stupidchicken.com>
5230
5231 * frames.texi (Frame Titles): %c and %l are ignored in
5232 frame-title-format.
5233
5234 2006-10-11 Richard Stallman <rms@gnu.org>
5235
5236 * keymaps.texi (Key Sequences): Clarify use of kbd.
5237
5238 2006-10-10 Kim F. Storm <storm@cua.dk>
5239
5240 * lists.texi (Sets And Lists): Add memql.
5241
5242 2006-10-03 Richard Stallman <rms@gnu.org>
5243
5244 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
5245 Clarify :ascii: and :nonascii:.
5246
5247 2006-09-29 Juri Linkov <juri@jurta.org>
5248
5249 * modes.texi (%-Constructs): Reorder coding systems in the
5250 documentation of %z to the real order displayed in the modeline.
5251
5252 2006-09-25 Richard Stallman <rms@gnu.org>
5253
5254 * os.texi (Timers): Describe timer-max-repeats.
5255
5256 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
5257
5258 * os.texi (Timers): Mention with-local-quit.
5259
5260 2006-09-24 Richard Stallman <rms@gnu.org>
5261
5262 * searching.texi (Searching and Matching): Mention property search.
5263
5264 * commands.texi (Command Loop Info): Explain how read-event affects
5265 this-command-keys.
5266
5267 2006-09-20 Richard Stallman <rms@gnu.org>
5268
5269 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
5270
5271 * windows.texi (Window Start): Minor cleanups.
5272
5273 2006-09-20 Kim F. Storm <storm@cua.dk>
5274
5275 * windows.texi (Window Start): pos-visible-in-window-p allows
5276 specifying t for position to mean "end of window".
5277 Add window-line-height.
5278
5279 * anti.texi (Antinews): Mention window-line-height.
5280
5281 2006-09-19 David Kastrup <dak@gnu.org>
5282
5283 * keymaps.texi (Searching Keymaps): Small clarification.
5284
5285 2006-09-18 Richard Stallman <rms@gnu.org>
5286
5287 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
5288 cause keyboard menus.
5289 (Menu Keymaps): Likewise.
5290 (Defining Menus, Keyboard Menus): Clarify.
5291
5292 * text.texi (Fields): Clarify explanation of constrain-to-field.
5293
5294 2006-09-16 Eli Zaretskii <eliz@gnu.org>
5295
5296 * variables.texi (Tips for Defining): Fix a typo.
5297
5298 2006-09-15 Richard Stallman <rms@gnu.org>
5299
5300 * keymaps.texi (Remapping Commands, Searching Keymaps)
5301 (Active Keymaps): Clean up previous change.
5302
5303 2006-09-15 Jay Belanger <belanger@truman.edu>
5304
5305 * gpl.texi: Replace "Library Public License" by "Lesser Public
5306 License" throughout.
5307
5308 2006-09-15 David Kastrup <dak@gnu.org>
5309
5310 * keymaps.texi (Active Keymaps): Adapt description to use
5311 `get-char-property' instead `get-text-property'. Explain how
5312 mouse events change this. Explain the new optional argument of
5313 `key-binding' and its mouse-dependent lookup.
5314 (Searching Keymaps): Adapt description similarly.
5315 (Remapping Commands): Explain the new optional argument of
5316 `command-remapping'.
5317
5318 2006-09-14 Richard Stallman <rms@gnu.org>
5319
5320 * keymaps.texi (Searching Keymaps): Clarification.
5321 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
5322
5323 2006-09-13 Richard Stallman <rms@gnu.org>
5324
5325 * objects.texi (Character Type): Node split.
5326 Add xref to Describing Characters.
5327 (Basic Char Syntax, General Escape Syntax)
5328 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
5329
5330 2006-09-11 Richard Stallman <rms@gnu.org>
5331
5332 * display.texi (Display Table Format): Wording clarification.
5333 (Glyphs): Clarifications.
5334
5335 2006-09-10 Chong Yidong <cyd@stupidchicken.com>
5336
5337 * keymaps.texi (Active Keymaps): Mention that key-binding checks
5338 local maps.
5339
5340 2006-09-10 Kim F. Storm <storm@cua.dk>
5341
5342 * display.texi (Forcing Redisplay): Document return value of
5343 function redisplay.
5344
5345 2006-09-09 Richard Stallman <rms@gnu.org>
5346
5347 * windows.texi (Window Hooks): Explain limits of
5348 window-scroll-functions.
5349
5350 * display.texi (Fringe Indicators): Update for last change in
5351 indicate-buffer-boundaries.
5352
5353 2006-09-08 Richard Stallman <rms@gnu.org>
5354
5355 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
5356
5357 2006-09-06 Kim F. Storm <storm@cua.dk>
5358
5359 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
5360
5361 * windows.texi (Window Start): Update pos-visible-in-window-p.
5362
5363 2006-09-04 Richard Stallman <rms@gnu.org>
5364
5365 * processes.texi (Accepting Output): Explain SECONDS=0 for
5366 accept-process-output.
5367
5368 * os.texi (Idle Timers): Explain why timer functions should not
5369 loop until (input-pending-p).
5370
5371 2006-09-02 Eli Zaretskii <eliz@gnu.org>
5372
5373 * makefile.w32-in (usermanualdir): New variable.
5374 (elisp.dvi): Use it.
5375
5376 2006-09-01 Eli Zaretskii <eliz@gnu.org>
5377
5378 * buffers.texi (Buffer Modification): Fix last change.
5379
5380 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
5381
5382 * buffers.texi (Buffer Modification):
5383 Document buffer-chars-modified-tick.
5384
5385 2006-08-31 Richard Stallman <rms@gnu.org>
5386
5387 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
5388
5389 2006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
5390
5391 * modes.texi (Syntactic Font Lock):
5392 Mention font-lock-syntactic-face-function
5393 instead of specific faces.
5394
5395 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
5396
5397 * display.texi (Images): Add xrref to display-images-p.
5398
5399 2006-08-28 Kenichi Handa <handa@m17n.org>
5400
5401 * nonascii.texi (Lisp and Coding Systems): Fix description of
5402 detect-coding-region.
5403
5404 2006-08-27 Michael Olson <mwolson@gnu.org>
5405
5406 * processes.texi (Transaction Queues): Remove stray quote
5407 character.
5408
5409 2006-08-25 Richard Stallman <rms@gnu.org>
5410
5411 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
5412 Add xref.
5413
5414 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
5415
5416 * os.texi (Timers): Avoid waiting inside timers.
5417
5418 2006-08-21 Lute Kamstra <lute@gnu.org>
5419
5420 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
5421
5422 2006-08-20 Richard Stallman <rms@gnu.org>
5423
5424 * os.texi (Idle Timers): New node, split out from Timers.
5425 Document current-idle-time.
5426 * commands.texi (Reading One Event): Update xref.
5427 * elisp.texi (Top): Update subnode menu.
5428
5429 2006-08-16 Richard Stallman <rms@gnu.org>
5430
5431 * keymaps.texi (Extended Menu Items): Show format of cached
5432 bindings in extended menu items.
5433
5434 * customize.texi (Variable Definitions): Explain when the
5435 standard value expression is evaluated.
5436
5437 2006-08-15 Chong Yidong <cyd@stupidchicken.com>
5438
5439 * commands.texi (Reading One Event): Explain idleness in
5440 `read-event'.
5441
5442 2006-08-12 Chong Yidong <cyd@stupidchicken.com>
5443
5444 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5445 (Commands for Insertion): Remove split-line since it's not
5446 relevant for Lisp programming.
5447 (Yank Commands): Rewrite introduction.
5448 (Undo): Clarify.
5449 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
5450 (Filling): Remove redundant comment. Clarify return value of
5451 current-justification.
5452 (Margins): Minor clarifications.
5453 (Adaptive Fill): Update default value of adaptive-fill-regexp.
5454 (Sorting): Update definition of sort-lines.
5455 (Columns): Clarify behavior of sort-columns.
5456 (Indent Tabs): Link to Tab Stops in Emacs manual.
5457 (Special Properties): Clarify.
5458 (Clickable Text): Mention Buttons package.
5459
5460 2006-08-12 Kevin Ryde <user42@zip.com.au>
5461
5462 * os.texi (Time Parsing): Add %z to description of
5463 format-time-string, as per docstring. Add cross reference to
5464 glibc manual for strftime.
5465
5466 2006-08-08 Richard Stallman <rms@gnu.org>
5467
5468 * modes.texi: Clean up wording in previous change.
5469
5470 2006-08-07 Chong Yidong <cyd@stupidchicken.com>
5471
5472 * modes.texi (Hooks): Clarify.
5473 (Major Mode Basics): Mention define-derived-mode explicitly.
5474 (Major Mode Conventions): Rebinding RET is OK for some modes.
5475 Mention change-major-mode-hook and after-change-major-mode-hook.
5476 (Example Major Modes): Move to end of Modes section.
5477 (Mode Line Basics): Clarify.
5478 (Mode Line Data): Mention help-echo and local-map in strings.
5479 Explain reason for treatment of non-risky variables.
5480 (Properties in Mode): Clarify.
5481 (Faces for Font Lock): Add font-lock-negation-char-face.
5482
5483 2006-08-04 Eli Zaretskii <eliz@gnu.org>
5484
5485 * strings.texi (Formatting Strings): Warn against arbitrary
5486 strings as first arg to `format'.
5487
5488 2006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
5489
5490 * text.texi (Clickable Text): Mention `help-echo' text property.
5491 Update intro, examples and associated explanations.
5492
5493 2006-07-31 Richard Stallman <rms@gnu.org>
5494
5495 * commands.texi: Update xrefs.
5496 (Event Mod): New node, cut out from old Translating Input.
5497
5498 * maps.texi: Update xrefs.
5499
5500 * keymaps.texi (Translation Keymaps): New node.
5501 Update xrefs from Translating Input to Translation Keymaps.
5502
5503 * elisp.texi (Top): Update subnode menu.
5504
5505 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
5506
5507 * os.texi (System Interface): Fix menu descriptions of some nodes.
5508 (Translating Input): Node deleted.
5509
5510 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
5511
5512 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
5513
5514 * lists.texi (Sets And Lists): Likewise.
5515
5516 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
5517
5518 * text.texi (Fields): Mention POS
5519 requirement when narrowing is in effect.
5520
5521 2006-07-28 Richard Stallman <rms@gnu.org>
5522
5523 * display.texi (Face Attributes): Simplify wording.
5524 (Attribute Functions): Clarify meaning of new-frame default
5525 attribute settings.
5526
5527 * customize.texi (Common Keywords): Document how to use
5528 :package-version in a package not in Emacs.
5529
5530 2006-07-28 Kim F. Storm <storm@cua.dk>
5531
5532 * commands.texi (Reading One Event): Fix last change.
5533
5534 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
5535
5536 * commands.texi (Reading One Event): Document SECONDS argument for
5537 read-event, read-char, and read-char-exclusive.
5538
5539 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5540
5541 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
5542 to ensure correct identification.
5543
5544 2006-07-24 Richard Stallman <rms@gnu.org>
5545
5546 * text.texi (Clickable Text): Clarify.
5547
5548 * sequences.texi (Vector Functions): Delete duplicate xref.
5549
5550 * objects.texi (Function Type): Clarify.
5551
5552 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
5553 modes.
5554
5555 * lists.texi (List Variables): New node.
5556 Material moved from other nodes.
5557
5558 * variables.texi (Setting Variables): add-to-list and
5559 add-to-ordered-list moved to List Variables node.
5560
5561 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
5562
5563 * text.texi (Links and Mouse-1):
5564 For mouse-on-link-p, expand on arg POS.
5565
5566 2006-07-21 Kim F. Storm <storm@cua.dk>
5567
5568 * display.texi (Forcing Redisplay): Don't mention systems which
5569 don't support sub-second timers for redisplay-preemption-period.
5570
5571 * os.texi (Terminal Output): Clarify text vs graphical terminal.
5572
5573 2006-07-21 Eli Zaretskii <eliz@gnu.org>
5574
5575 * frames.texi (Input Focus): Document that focus-follows-mouse has
5576 no effect on MS-Windows.
5577
5578 2006-07-18 Richard Stallman <rms@gnu.org>
5579
5580 * display.texi (Forcing Redisplay): Cleanups in previous change.
5581
5582 * processes.texi (Low-Level Network): Make menu more convenient.
5583
5584 2006-07-18 Kim F. Storm <storm@cua.dk>
5585
5586 * display.texi (Forcing Redisplay): redisplay-preemption-period
5587 only used on window systems. Add xref to Terminal Output.
5588
5589 * os.texi (Terminal Output): baud-rate only controls preemption on
5590 non-window systems. Add xref to Forcing Redisplay.
5591
5592 * processes.texi (Low-Level Network): Rename node "Make Network"
5593 to "Network Processes".
5594
5595 2006-07-18 Karl Berry <karl@gnu.org>
5596
5597 * variables.texi, functions.texi, customize.texi, loading.texi:
5598 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
5599
5600 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
5601
5602 * commands.texi (Waiting): Document batch-mode sit-for behavior.
5603
5604 2006-07-17 Richard Stallman <rms@gnu.org>
5605
5606 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
5607 Put period and comma inside quotes.
5608
5609 * loading.texi, markers.texi: Use real doublequote inside menus.
5610
5611 * windows.texi: Put point and comma inside quotes.
5612 (Textual Scrolling): Use @samp for error message.
5613
5614 * variables.texi, tips.texi, syntax.texi, symbols.texi:
5615 * strings.texi, streams.texi, processes.texi, os.texi:
5616 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
5617 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5618 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
5619 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
5620 Put point and comma inside quotes.
5621
5622 * control.texi (Processing of Errors): Add command-error-function.
5623
5624 * variables.texi (File Local Variables): Clarify that
5625 file local variables make buffer-local bindings.
5626
5627 * modes.texi (Syntactic Font Lock): Give default for
5628 font-lock-syntax-table.
5629
5630 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
5631
5632 * text.texi (Special Properties): Clean up previous change.
5633
5634 2006-07-16 Karl Berry <karl@gnu.org>
5635
5636 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
5637 * control.texi: Fix bad page breaks through chapter 10 (control).
5638
5639 * anti.texi (Antinews): Reorder face-attribute fns to avoid
5640 underfull hbox.
5641
5642 2006-07-15 Nick Roberts <nickrob@snap.net.nz>
5643
5644 * text.texi (Special Properties): Describe fontified text property
5645 in relation to a character (not text).
5646
5647 2006-07-15 Kim F. Storm <storm@cua.dk>
5648
5649 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
5650 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
5651 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
5652
5653 * anti.texi (Antinews): Mention redisplay function.
5654 The kbd macro existed, but was not documented, before 22.x.
5655 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
5656
5657 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
5658
5659 * display.texi (Displaying Messages): Add anchor.
5660
5661 * frames.texi (Dialog Boxes): Use it.
5662
5663 2006-07-12 Richard Stallman <rms@gnu.org>
5664
5665 * objects.texi (Frame Type): Explain nature of frames better.
5666
5667 * frames.texi (Frames): Explain nature of frames better.
5668
5669 2006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
5670
5671 * tips.texi (Coding Conventions): Explain why use cl at compile time.
5672
5673 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5674
5675 * frames.texi (Window System Selections): Mention scrap support for Mac.
5676 Default value of x-select-enable-clipboard is t on Mac.
5677
5678 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
5679
5680 2006-07-11 Kim F. Storm <storm@cua.dk>
5681
5682 * display.texi (Forcing Redisplay): Add `redisplay' function.
5683 Don't mention (sit-for -1) -- use (redisplay t) instead.
5684
5685 * commands.texi (Waiting): (sit-for -1) is no longer special.
5686 (sit-for 0) is equivalent to (redisplay).
5687 Iconifying/deiconifying no longer makes sit-for return.
5688
5689 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
5690
5691 * display.texi (Buttons): Fix typo.
5692
5693 * index.texi, elisp.texi (New Symbols): Comment node out.
5694
5695 2006-07-09 Richard Stallman <rms@gnu.org>
5696
5697 * display.texi (Truncation): Clean up previous change.
5698
5699 2006-07-08 Richard Stallman <rms@gnu.org>
5700
5701 * commands.texi (Interactive Call): Use 3 as prefix in example
5702 for execute-extended-command.
5703
5704 * display.texi (Attribute Functions): Move paragraph about
5705 compatibility with Emacs < 21.
5706
5707 2006-07-09 Kim F. Storm <storm@cua.dk>
5708
5709 * display.texi (Refresh Screen): Clarify force-window-update.
5710 (Truncation): "Normally" indicated by fringe arrows.
5711
5712 2006-07-08 Eli Zaretskii <eliz@gnu.org>
5713
5714 * windows.texi (Textual Scrolling, Resizing Windows):
5715 * variables.texi (Constant Variables):
5716 * text.texi (Buffer Contents, Deletion, Changing Properties)
5717 (Property Search, Special Properties, Sticky Properties)
5718 (Links and Mouse-1, Fields, Change Hooks):
5719 * syntax.texi (Syntax Table Functions, Parsing Expressions)
5720 (Categories):
5721 * symbols.texi (Other Plists):
5722 * streams.texi (Output Variables):
5723 * processes.texi (Input to Processes, Query Before Exit):
5724 * positions.texi (Word Motion, Text Lines, List Motion):
5725 * os.texi (Init File, System Environment, Sound Output)
5726 (Session Management):
5727 * nonascii.texi (Text Representations, Character Sets)
5728 (Chars and Bytes, Locales):
5729 * modes.texi (Defining Minor Modes, Header Lines):
5730 * minibuf.texi (Minibuffer Contents):
5731 * markers.texi (Information from Markers):
5732 * lists.texi (List Elements, Building Lists, Association Lists):
5733 * keymaps.texi (Tool Bar):
5734 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
5735 * functions.texi (What Is a Function, Mapping Functions):
5736 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
5737 (Color Names, Text Terminal Colors, Display Feature Testing):
5738 * files.texi (Visiting Functions, File Name Components)
5739 (Unique File Names, Contents of Directories):
5740 * display.texi (Forcing Redisplay, Displaying Messages)
5741 (Temporary Displays, Font Selection, Auto Faces)
5742 (Font Lookup, Fringe Indicators, Display Margins)
5743 (Image Descriptors, Showing Images, Image Cache, Button Types)
5744 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5745 (Display Table Format, Glyphs):
5746 * control.texi (Iteration):
5747 * commands.texi (Command Loop Info, Adjusting Point):
5748 * backups.texi (Making Backups, Auto-Saving):
5749 Remove @tindex entries.
5750
5751 2006-07-07 Kim F. Storm <storm@cua.dk>
5752
5753 * display.texi (Fringe Cursors): Fix typo.
5754 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
5755 (Overlay Arrow): Default is overlay-arrow fringe indicator.
5756
5757 2006-07-05 Richard Stallman <rms@gnu.org>
5758
5759 * text.texi (Buffer Contents): Add example of text props
5760 in result of buffer-substring.
5761 (Text Properties): Explain better about use of specific property names.
5762 (Property Search): Some cleanups; reorder some functions.
5763
5764 * keymaps.texi (Changing Key Bindings): Cleanup.
5765 Add xref to Key Binding Conventions.
5766
5767 * display.texi (Attribute Functions): Add examples for
5768 face-attribute-relative-p.
5769
5770 * tips.texi (Coding Conventions): Cleanup last change.
5771
5772 2006-07-05 Karl Berry <karl@gnu.org>
5773
5774 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
5775 Remove @setchapternewpage odd.
5776 Result is 1013 pages, down from 1100.
5777
5778 * anti.texi, customize.texi, display.texi, internals.texi:
5779 * minibuf.texi, modes.texi, tips.texi:
5780 Fix overfull/underfull boxes.
5781
5782 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5783
5784 * edebug.texi (Instrumenting):
5785 Add Edebug-specific findex for eval-buffer.
5786 * loading.texi (Loading):
5787 Replace eval-current-buffer with eval-buffer.
5788
5789 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
5790
5791 * locals.texi (Standard Buffer-Local Variables): Update the list
5792 of variables.
5793
5794 2006-06-26 Nick Roberts <nickrob@snap.net.nz>
5795
5796 * files.texi (File Name Completion): Point user to the node
5797 "Reading File Names".
5798
5799 2006-06-24 Eli Zaretskii <eliz@gnu.org>
5800
5801 * files.texi (Contents of Directories): Document case-insensitive
5802 behavior on respective filesystems.
5803
5804 * objects.texi (Character Type): Document that Emacs signals an
5805 error for unsupported Unicode characters specified as \uNNNN.
5806
5807 2006-06-19 Richard Stallman <rms@gnu.org>
5808
5809 * processes.texi (Bindat Spec): Clarify previous change.
5810
5811 2006-06-16 Richard Stallman <rms@gnu.org>
5812
5813 * tips.texi (Coding Conventions): Better explain conventions
5814 for definition constructs.
5815
5816 * text.texi (Special Properties): String value of `read-only'
5817 serves as the error message.
5818
5819 * objects.texi (Character Type): Clarify prev. change.
5820 (Non-ASCII in Strings): Mention \u and \U.
5821
5822 * commands.texi (Using Interactive): Explain problem of
5823 markers, etc., in command-history.
5824
5825 2006-06-14 Kim F. Storm <storm@cua.dk>
5826
5827 * commands.texi (Waiting): Negative arg to sit-for forces
5828 redisplay even if input is pending.
5829
5830 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
5831 redisplay. Remove incorrect example of binding redisplay-dont-pause
5832 around (sit-for 0).
5833
5834 2006-06-13 Richard Stallman <rms@gnu.org>
5835
5836 * display.texi (Forcing Redisplay): Clarify previous change.
5837
5838 2006-06-13 Romain Francoise <romain@orebokech.com>
5839
5840 * display.texi (Forcing Redisplay): Fix typo.
5841
5842 2006-06-13 Kim F. Storm <storm@cua.dk>
5843
5844 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
5845
5846 2006-06-10 Luc Teirlinck <teirllm@auburn.edu>
5847
5848 * tips.texi (Coding Conventions): Add `@end itemize'.
5849
5850 2006-06-10 Richard Stallman <rms@gnu.org>
5851
5852 * tips.texi (Coding Conventions): Explain use of coding systems
5853 to ensure one decoding for strings.
5854
5855 2006-06-09 Aidan Kehoe <kehoea@parhasard.net>
5856
5857 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
5858 syntax.
5859
5860 2006-06-07 Eli Zaretskii <eliz@gnu.org>
5861
5862 * display.texi (Font Selection): Remove description of
5863 clear-face-cache.
5864
5865 * compile.texi (Eval During Compile): Fix a typo. Add index
5866 entries for possible uses of eval-when-compile.
5867
5868 2006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
5869
5870 * display.texi (Abstract Display): Fix typo.
5871
5872 2006-06-03 Eli Zaretskii <eliz@gnu.org>
5873
5874 * minibuf.texi (Minibuffer History) <history-add-new-input>:
5875 Reword variable's description.
5876
5877 2006-06-01 Richard Stallman <rms@gnu.org>
5878
5879 * windows.texi (Splitting Windows): Clarify splitting nonselected
5880 window.
5881
5882 2006-05-31 Juri Linkov <juri@jurta.org>
5883
5884 * minibuf.texi (Minibuffer History): Add history-add-new-input.
5885
5886 2006-05-30 Richard Stallman <rms@gnu.org>
5887
5888 * display.texi (Line Height): Fix errors in description of
5889 default line height and line-height property.
5890
5891 * nonascii.texi (Default Coding Systems): Further clarification.
5892
5893 2006-05-29 Luc Teirlinck <teirllm@auburn.edu>
5894
5895 * internals.texi (Pure Storage): Mention that an overflow in pure
5896 space causes a memory leak.
5897 (Garbage Collection): If there was an overflow in pure space,
5898 `garbage-collect' returns nil.
5899
5900 2006-05-30 Eli Zaretskii <eliz@gnu.org>
5901
5902 * nonascii.texi (Default Coding Systems): Fix it some more.
5903
5904 2006-05-29 Eli Zaretskii <eliz@gnu.org>
5905
5906 * nonascii.texi (Default Coding Systems): Fix last change.
5907
5908 2006-05-29 Kenichi Handa <handa@m17n.org>
5909
5910 * nonascii.texi (find-operation-coding-system): Describe the new
5911 argument format (FILENAME . BUFFER).
5912
5913 2006-05-28 Richard Stallman <rms@gnu.org>
5914
5915 * tips.texi (Coding Conventions): Better explain reasons not to
5916 advise other packages or use `eval-after-load'.
5917
5918 2006-05-29 Kim F. Storm <storm@cua.dk>
5919
5920 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
5921 `bindat-idx' and `bindat-raw' for clarity.
5922
5923 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5924
5925 * processes.texi (Bindat Spec): Expand on `repeat' handler.
5926
5927 * display.texi (Display): Add "Abstract Display" to menu.
5928 (Abstract Display, Abstract Display Functions)
5929 (Abstract Display Example): New nodes.
5930 * elisp.texi (Top): Add "Abstract Display" to menu.
5931
5932 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
5933
5934 * keymaps.texi (Key Sequences): Link to input events definition.
5935 (Format of Keymaps): Delete material duplicated in Keymap Basics.
5936
5937 * files.texi (Changing Files): Document updated argument list for
5938 copy-file.
5939
5940 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5941
5942 * processes.texi (Bindat Functions): Explain term "total length".
5943 Use it in bindat-length and bindat-pack descriptions.
5944
5945 2006-05-26 Eli Zaretskii <eliz@gnu.org>
5946
5947 * tips.texi (Coding Conventions): Advise against using
5948 eval-after-load in packages. Add an index entry.
5949
5950 2006-05-25 Juri Linkov <juri@jurta.org>
5951
5952 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
5953
5954 * modes.texi (%-Constructs): Add %e, %z, %Z.
5955
5956 2006-05-25 Richard Stallman <rms@gnu.org>
5957
5958 * elisp.texi (Top): Update subnode menu.
5959
5960 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
5961 (Keymaps): Update menu.
5962
5963 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
5964
5965 * keymaps.texi (Key Sequences): Some clarifications.
5966
5967 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
5968
5969 * processes.texi (Bindat Functions): Say "unibyte string"
5970 explicitly for bindat-unpack and bindat-pack descriptions.
5971 (Bindat Examples): Don't call `string-make-unibyte' in example.
5972
5973 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
5974
5975 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
5976 Explain string and vector representations of key sequences.
5977
5978 * keymaps.texi (Changing Key Bindings):
5979 * commands.texi (Interactive Codes):
5980 * help.texi (Describing Characters): Refer to it.
5981
5982 2006-05-23 Luc Teirlinck <teirllm@auburn.edu>
5983
5984 * frames.texi (Pointer Shape): @end table -> @end defvar.
5985
5986 2006-05-22 Richard Stallman <rms@gnu.org>
5987
5988 * elisp.texi (Top): Update subnode menus.
5989
5990 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
5991 Contents rewritten; material from old Pointer Shape node moved here.
5992
5993 * display.texi (Pointer Shape): Node deleted.
5994 (Image Descriptors): Minor cleanup.
5995
5996 2006-05-21 Richard Stallman <rms@gnu.org>
5997
5998 * syntax.texi (Parsing Expressions): Update info on which STATE
5999 elements are ignored.
6000
6001 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
6002
6003 * hooks.texi (Standard Hooks): Correct typo.
6004
6005 * gpl.texi (GPL): ifinfo -> ifnottex.
6006
6007 2006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
6008
6009 * searching.texi (Simple Match Data): Warn about match data being
6010 set anew by every search.
6011
6012 2006-05-17 Richard Stallman <rms@gnu.org>
6013
6014 * minibuf.texi (Minibuffer History): Clarify.
6015
6016 * searching.texi (Regexp Special): Clarify nested regexp warning.
6017
6018 2006-05-16 Kim F. Storm <storm@cua.dk>
6019
6020 * minibuf.texi (Minibuffer History): Update add-to-history.
6021
6022 2006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
6023
6024 * nonascii.texi (Explicit Encoding):
6025 Fix typo (encoding<->decoding).
6026
6027 2006-05-14 Richard Stallman <rms@gnu.org>
6028
6029 * buffers.texi (Creating Buffers): Cleanup.
6030
6031 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
6032
6033 2006-05-13 Eli Zaretskii <eliz@gnu.org>
6034
6035 * buffers.texi (Current Buffer): Document that with-temp-buffer
6036 disables undo.
6037
6038 * os.texi (Terminal-Specific): More accurate description of how
6039 Emacs searches for the terminal-specific libraries.
6040
6041 2006-05-12 Eli Zaretskii <eliz@gnu.org>
6042
6043 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
6044 emacs-xtra to @inforef's.
6045
6046 * text.texi (Undo): Document that undo is turned off in buffers
6047 whose names begin with a space.
6048
6049 * buffers.texi (Buffer Names): Add index entries for buffers whose
6050 names begin with a space.
6051 (Creating Buffers): Document that undo is turned off in buffers
6052 whose names begin with a space.
6053
6054 * files.texi (Visiting Functions, Reading from Files)
6055 (Saving Buffers): Mention code and EOL conversions by file I/O
6056 primitives and subroutines.
6057
6058 * nonascii.texi (Lisp and Coding Systems):
6059 Document coding-system-eol-type. Add index entries for eol conversion.
6060
6061 * display.texi (Defining Faces): Mention `mac', and add an xref to
6062 where window-system is described.
6063
6064 2006-05-10 Richard Stallman <rms@gnu.org>
6065
6066 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
6067
6068 2006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
6069
6070 * variables.texi (File Local Variables): Recommend to quote lambda
6071 expressions in safe-local-variable property.
6072
6073 2006-05-09 Richard Stallman <rms@gnu.org>
6074
6075 * variables.texi (File Local Variables):
6076 Document safe-local-eval-forms and safe-local-eval-function.
6077
6078 2006-05-07 Kim F. Storm <storm@cua.dk>
6079
6080 * minibuf.texi (Minibuffer History): Remove keep-dups arg
6081 from add-to-history.
6082
6083 2006-05-07 Romain Francoise <romain@orebokech.com>
6084
6085 * commands.texi (Event Input Misc):
6086 * compile.texi (Eval During Compile):
6087 * internals.texi (Buffer Internals):
6088 * minibuf.texi (Initial Input):
6089 * nonascii.texi (Scanning Charsets):
6090 * numbers.texi (Comparison of Numbers):
6091 * windows.texi (Textual Scrolling, Vertical Scrolling):
6092 Fix various typos.
6093
6094 2006-05-06 Eli Zaretskii <eliz@gnu.org>
6095
6096 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
6097 conditional xref's to either emacs or emacs-xtra, depending on
6098 @iftex/@ifnottex.
6099
6100 * minibuf.texi (Minibuffer History): Document add-to-history.
6101
6102 2006-05-05 Eli Zaretskii <eliz@gnu.org>
6103
6104 * internals.texi (Pure Storage): Mention the pure overflow message
6105 at startup.
6106
6107 2006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
6108
6109 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
6110 (Searching Keymaps): Fix pseudo-Lisp description of keymap
6111 search.
6112
6113 2006-05-01 Richard Stallman <rms@gnu.org>
6114
6115 * intro.texi (nil and t): Clarify.
6116
6117 * variables.texi (File Local Variables): Suggest using booleanp.
6118
6119 2006-05-01 Juanma Barranquero <lekktu@gmail.com>
6120
6121 * objects.texi (Type Predicates): Fix typos.
6122
6123 2006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6124
6125 * intro.texi (nil and t): Add booleanp.
6126
6127 * objects.texi (Type Predicates): Add links for booleanp and
6128 string-or-null-p.
6129
6130 2006-04-29 Richard Stallman <rms@gnu.org>
6131
6132 * modes.texi (Multiline Font Lock): Rename from
6133 Multi line Font Lock Elements. Much clarification.
6134 (Font Lock Multiline, Region to Fontify): Much clarification.
6135
6136 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6137
6138 * variables.texi (File Local Variables): Remove the special case t for
6139 safe-local-variable.
6140
6141 2006-04-26 Richard Stallman <rms@gnu.org>
6142
6143 * syntax.texi (Parsing Expressions): Minor cleanup.
6144
6145 2006-04-18 Richard Stallman <rms@gnu.org>
6146
6147 * tips.texi (Coding Conventions): Explain when the package's
6148 prefix should appear later on (not at the start of the name).
6149
6150 * searching.texi (String Search): Clarify effect of NOERROR.
6151
6152 * modes.texi (Imenu): Clarify what special items do.
6153
6154 * hooks.texi (Standard Hooks): Delete text about old hook names.
6155
6156 2006-04-17 Romain Francoise <romain@orebokech.com>
6157
6158 * variables.texi (Local Variables): Update the default value of
6159 `max-specpdl-size'.
6160
6161 2006-04-15 Michael Olson <mwolson@gnu.org>
6162
6163 * processes.texi (Transaction Queues): Mention the new optional
6164 `delay-question' argument for `tq-enqueue'.
6165
6166 2006-04-13 Bill Wohler <wohler@newt.com>
6167
6168 * customize.texi (Common Keywords): Use dotted notation for
6169 :package-version value. Specify its values. Improve documentation
6170 for customize-package-emacs-version-alist.
6171
6172 2006-04-12 Bill Wohler <wohler@newt.com>
6173
6174 * customize.texi (Common Keywords): Move description of
6175 customize-package-emacs-version-alist to @defvar.
6176
6177 2006-04-10 Bill Wohler <wohler@newt.com>
6178
6179 * customize.texi (Common Keywords): Add :package-version.
6180
6181 2006-04-10 Kim F. Storm <storm@cua.dk>
6182
6183 * text.texi (Buffer Contents): Add NOPROPS arg to
6184 filter-buffer-substring.
6185
6186 2006-04-08 Kevin Ryde <user42@zip.com.au>
6187
6188 * os.texi (Command-Line Arguments): Update xref to emacs manual
6189 "Command Arguments" -> "Emacs Invocation", per change there.
6190
6191 2006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
6192
6193 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
6194 be on one line to help makeinfo not render two spaces after the dot.
6195
6196 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
6197
6198 * strings.texi (Predicates for Strings): Add string-or-null-p.
6199
6200 2006-03-28 Kim F. Storm <storm@cua.dk>
6201
6202 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
6203 remarks about systems that don't support fractional seconds.
6204
6205 2006-03-25 Karl Berry <karl@gnu.org>
6206
6207 * elisp.texi: Use @copyright{} instead of (C), and do not indent
6208 the year list.
6209
6210 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
6211
6212 * display.texi (Fringe Indicators): Fix typos.
6213
6214 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
6215
6216 * tips.texi (Documentation Tips): One can now also write `program'
6217 in front of a quoted symbol in a docstring to prevent making a
6218 hyperlink.
6219
6220 2006-03-19 Alan Mackenzie <acm@muc.de>
6221
6222 * text.texi (Special Properties): Clarify `fontified' property.
6223
6224 2006-03-16 Richard Stallman <rms@gnu.org>
6225
6226 * display.texi (Defining Images): Minor cleanup.
6227
6228 2006-03-16 Bill Wohler <wohler@newt.com>
6229
6230 * display.texi (Defining Images): In image-load-path-for-library,
6231 prefer user's images.
6232
6233 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
6234
6235 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
6236
6237 2006-03-15 Bill Wohler <wohler@newt.com>
6238
6239 * display.texi (Defining Images): Fix example in
6240 image-load-path-for-library by not recommending that one binds
6241 image-load-path. Just defvar it to placate compiler and only use
6242 it if previously defined.
6243
6244 2006-03-14 Bill Wohler <wohler@newt.com>
6245
6246 * display.texi (Defining Images): In image-load-path-for-library,
6247 always return list of directories. Update example.
6248
6249 2006-03-14 Alan Mackenzie <acm@muc.de>
6250
6251 * modes.texi: New node, "Region to Fontify" (for Font Lock).
6252 This describes font-lock-extend-region-function.
6253 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
6254 the new node "Region to Fontify".
6255
6256 2006-03-13 Richard Stallman <rms@gnu.org>
6257
6258 * display.texi (Invisible Text): The impossible position is
6259 now before the invisible text, not after.
6260 (Defining Images): Clean up last change.
6261
6262 2006-03-11 Bill Wohler <wohler@newt.com>
6263
6264 * display.texi (Defining Images): Add image-load-path-for-library.
6265
6266 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
6267
6268 * text.texi (Adaptive Fill): Fix Texinfo usage.
6269
6270 * strings.texi (Creating Strings): Fix Texinfo usage.
6271
6272 * searching.texi (Regexp Special): Use @samp for regular
6273 expressions that are not in Lisp syntax.
6274
6275 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
6276
6277 * searching.texi (Regexp Special): Put remark between parentheses
6278 to avoid misreading.
6279
6280 2006-03-07 Luc Teirlinck <teirllm@auburn.edu>
6281
6282 * searching.texi (Syntax of Regexps): More accurately describe
6283 which characters are special in which situations.
6284 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
6285 are not special. Describe in detail when `[' and `]' are special.
6286 (Regexp Backslash): Plenty of regexps with unbalanced square
6287 brackets are valid, so reword that statement.
6288
6289 2006-03-02 Kim F. Storm <storm@cua.dk>
6290
6291 * keymaps.texi (Tool Bar): Add tool-bar-border.
6292
6293 2006-02-28 Luc Teirlinck <teirllm@auburn.edu>
6294
6295 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
6296
6297 2006-02-27 Luc Teirlinck <teirllm@auburn.edu>
6298
6299 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
6300
6301 * files.texi (Locating Files): Suggest additional values for the
6302 SUFFIXES arg of `locate-file'. Update pxref.
6303
6304 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
6305 (How Programs Do Loading): Discuss the effects of Auto Compression
6306 mode on `load'.
6307 (Load Suffixes): New node.
6308 (Library Search): Delete description of `load-suffixes'; it was
6309 moved to "Load Suffixes".
6310 (Autoload, Named Features): Mention `load-suffixes'.
6311
6312 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6313
6314 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
6315
6316 * windows.texi (Window Tree): Fix typo.
6317
6318 2006-02-20 Kim F. Storm <storm@cua.dk>
6319
6320 * display.texi (Fringe Indicators): New section.
6321 Move indicate-empty-lines, indicate-buffer-boundaries, and
6322 default-indicate-buffer-boundaries here.
6323 Add fringe-indicator-alist and default-fringes-indicator-alist.
6324 Add list of logical fringe indicator symbols.
6325 Update list of standard bitmap names.
6326 (Fringe Cursors): New section.
6327 Move overflow-newline-into-fringe here.
6328 Add fringe-cursor-alist and default-fringes-cursor-alist.
6329 Add list of fringe cursor symbols.
6330
6331 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
6332
6333 * commands.texi (Using Interactive): Fix reference to node
6334 "Minibuffers".
6335
6336 2006-02-19 Richard M. Stallman <rms@gnu.org>
6337
6338 * minibuf.texi (High-Level Completion):
6339 Add xref to read-input-method-name.
6340
6341 * files.texi (Relative File Names): Move file-relative-name here.
6342 (File Name Expansion): From here. Minor clarifications.
6343
6344 * commands.texi (Using Interactive): Add xrefs about reading input.
6345 Clarify remarks about that moving point and mark.
6346 Put string case before list case.
6347
6348 2006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
6349
6350 * display.texi (Other Display Specs, Image Descriptors):
6351 Revert erroneous changes. The previous description of
6352 image-descriptors as `(image . PROPS)' was correct.
6353
6354 2006-02-14 Richard M. Stallman <rms@gnu.org>
6355
6356 * variables.texi (File Local Variables): Clarifications.
6357
6358 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
6359
6360 * variables.texi (File Local Variables): Use @code for a cons
6361 cell, not @var.
6362
6363 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
6364
6365 * variables.texi (File Local Variables): Document new file local
6366 variable behavior.
6367
6368 2006-02-10 Kim F. Storm <storm@cua.dk>
6369
6370 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
6371
6372 2006-02-08 Juanma Barranquero <lekktu@gmail.com>
6373
6374 * modes.texi (%-Constructs): Remove obsolete info about
6375 `global-mode-string'.
6376
6377 2006-02-07 Richard M. Stallman <rms@gnu.org>
6378
6379 * commands.texi (Prefix Command Arguments): Minor cleanup.
6380
6381 * display.texi: "Graphical display", not window system.
6382
6383 * functions.texi (What Is a Function): Fix xref.
6384
6385 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
6386 (Changing Key Bindings): Clarify when remapping is better than
6387 substitute-key-definition.
6388
6389 2006-02-02 Richard M. Stallman <rms@gnu.org>
6390
6391 * minibuf.texi (Basic Completion): Completion alists are risky.
6392
6393 * keymaps.texi (Active Keymaps): Clarifications.
6394 (Searching Keymaps): New node.
6395 (Keymaps): Update menu.
6396
6397 * frames.texi (Layout Parameters): Minor clarification.
6398 (Drag and Drop): New node.
6399 (Frames): Update menu.
6400
6401 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
6402
6403 * display.texi (Other Display Specs, Image Descriptors):
6404 Image description is a list, not a cons cell.
6405
6406 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
6407
6408 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
6409 list is not necessarily a list).
6410
6411 2006-01-27 Eli Zaretskii <eliz@gnu.org>
6412
6413 * frames.texi (Layout Parameters): border-width and
6414 internal-border-width belong to the frame, not the window.
6415
6416 2006-01-19 Richard M. Stallman <rms@gnu.org>
6417
6418 * nonascii.texi (Translation of Characters): Search cmds use
6419 translation-table-for-input. Automatically made local.
6420
6421 * markers.texi (Overview of Markers): Count insertion type
6422 as one of a marker's attributes.
6423
6424 * keymaps.texi (Controlling Active Maps): New node, split out of
6425 Active Keymaps.
6426 (Keymaps): Menu updated.
6427 (Active Keymaps): Give pseudocode to explain how the active
6428 maps are searched. current-active-maps and key-binding moved here.
6429 (Functions for Key Lookup): current-active-maps and key-binding moved.
6430 Clarifications.
6431 (Searching the Keymaps): New subnode.
6432
6433 * elisp.texi (Top): Menu clarification.
6434
6435 * display.texi (Other Display Specs): Delete duplicate entry for
6436 just a string as display spec. Move text about recursive display
6437 specs on such a string.
6438
6439 * commands.texi (Key Sequence Input): Clarify.
6440 Move num-nonmacro-input-events out.
6441 (Reading One Event): num-nonmacro-input-events moved here.
6442
6443 2006-01-14 Nick Roberts <nickrob@snap.net.nz>
6444
6445 * advice.texi (Simple Advice): Update example to fit argument
6446 change in previous-line.
6447
6448 2006-01-05 Richard M. Stallman <rms@gnu.org>
6449
6450 * markers.texi (The Mark): Fix in `mark'.
6451
6452 2006-01-04 Richard M. Stallman <rms@gnu.org>
6453
6454 * processes.texi (Misc Network, Make Network): Minor cleanups.
6455
6456 2006-01-04 Kim F. Storm <storm@cua.dk>
6457
6458 * processes.texi (Make Network): Add IPv6 addresses and handling.
6459 (Network Feature Testing): Mention (:family ipv6).
6460 (Misc Network): Add IPv6 formats to format-network-address.
6461
6462 2005-12-30 Richard M. Stallman <rms@gnu.org>
6463
6464 * text.texi (Changing Properties):
6465 Don't use return value of set-text-properties.
6466
6467 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
6468
6469 * modes.texi (Mode Line Format): Correct typo in menu.
6470
6471 2005-12-29 Richard M. Stallman <rms@gnu.org>
6472
6473 * modes.texi (Mode Line Top): New node.
6474 (Mode Line Data): Some text moved to new node.
6475 Explain the data structure more concretely.
6476 (Mode Line Basics): Clarifications.
6477 (Mode Line Variables): Clarify intro paragraph.
6478 (%-Constructs): Clarify intro paragraph.
6479 (Mode Line Format): Update menu.
6480
6481 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6482
6483 * minibuf.texi (Basic Completion): Update lazy-completion-table
6484 examples for removal of ARGS argument.
6485
6486 2005-12-23 Richard M. Stallman <rms@gnu.org>
6487
6488 * text.texi (Undo): Restore some explanation from the version
6489 that was deleted.
6490
6491 2005-12-23 Eli Zaretskii <eliz@gnu.org>
6492
6493 * text.texi (Undo): Remove duplicate descriptions of `apply
6494 funname' and `apply delta' elements of the undo list.
6495
6496 2005-12-20 Richard M. Stallman <rms@gnu.org>
6497
6498 * help.texi (Help Functions): Update documentation of `apropos'.
6499
6500 2005-12-20 Luc Teirlinck <teirllm@auburn.edu>
6501
6502 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
6503 because it is confusing. If the :help-echo keyword is a function,
6504 it is not directly used as the :help-echo overlay property, as the
6505 xref seems to suggest (it does not take the appropriate args).
6506
6507 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6508
6509 * customize.texi (Common Keywords): Fix Texinfo usage.
6510 (Group Definitions, Variable Definitions): Update for new
6511 conventions for using `*' in docstrings.
6512
6513 * tips.texi (Documentation Tips): Update for new conventions for
6514 using `*' in docstrings.
6515
6516 2005-12-16 Richard M. Stallman <rms@gnu.org>
6517
6518 * minibuf.texi (Minibuffer Contents): Minor cleanup.
6519
6520 2005-12-16 Juri Linkov <juri@jurta.org>
6521
6522 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
6523
6524 2005-12-14 Romain Francoise <romain@orebokech.com>
6525
6526 * modes.texi (Customizing Keywords): Rename `append' to `how'.
6527 Fix typo.
6528
6529 2005-12-11 Juri Linkov <juri@jurta.org>
6530
6531 * minibuf.texi (Completion Commands): Add mention of read-file-name
6532 for filename completion keymaps.
6533 (Reading File Names): Add mention of filename completion keymaps
6534 for read-file-name and xref to `Completion Commands'.
6535
6536 2005-12-10 Richard M. Stallman <rms@gnu.org>
6537
6538 * customize.texi (Common Keywords): State caveats for use of :tag.
6539
6540 2005-12-08 Richard M. Stallman <rms@gnu.org>
6541
6542 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
6543 with xrefs and better explanation.
6544 (Completion Commands): Add the filename completion maps.
6545
6546 * objects.texi (Character Type): Clarify that \s is not space
6547 if a dash follows.
6548
6549 2005-12-05 Richard M. Stallman <rms@gnu.org>
6550
6551 * windows.texi (Resizing Windows): Delete preserve-before args.
6552
6553 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6554
6555 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
6556 in full keymaps, since the quirk has been fixed.
6557
6558 2005-12-03 Eli Zaretskii <eliz@gnu.org>
6559
6560 * hooks.texi (Standard Hooks): Add index entries.
6561 Mention `compilation-finish-functions'.
6562
6563 2005-11-27 Richard M. Stallman <rms@gnu.org>
6564
6565 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
6566
6567 2005-11-21 Juri Linkov <juri@jurta.org>
6568
6569 * customize.texi (Common Keywords): Update links types
6570 custom-manual and url-link. Add link types emacs-library-link,
6571 file-link, function-link, variable-link, custom-group-link.
6572
6573 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
6574
6575 * display.texi: Revert 2005-11-20 change.
6576
6577 2005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
6578
6579 * processes.texi (Bindat Functions):
6580 Say "third" to refer to zero-based index "2".
6581
6582 2005-11-18 Luc Teirlinck <teirllm@auburn.edu>
6583
6584 * loading.texi (Library Search): Update the default value of
6585 `load-suffixes'.
6586
6587 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
6588
6589 * display.texi (Attribute Functions): Mention :ignore-defface.
6590
6591 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6592
6593 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
6594 (Minor Mode Conventions): Mention the use of a hook.
6595
6596 2005-11-06 Richard M. Stallman <rms@gnu.org>
6597
6598 * files.texi (Magic File Names): find-file-name-handler checks the
6599 `operations' property of the handler.
6600
6601 2005-11-03 Richard M. Stallman <rms@gnu.org>
6602
6603 * variables.texi (Frame-Local Variables): Small clarification.
6604
6605 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
6606
6607 * os.texi (Init File): Document ~/.emacs.d/init.el.
6608
6609 2005-10-29 Richard M. Stallman <rms@gnu.org>
6610
6611 * internals.texi (Garbage Collection): Document memory-full.
6612
6613 2005-10-28 Bill Wohler <wohler@newt.com>
6614
6615 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
6616 for URLs.
6617
6618 2005-10-28 Richard M. Stallman <rms@gnu.org>
6619
6620 * minibuf.texi (Completion Commands): Clean up prev change.
6621
6622 2005-10-26 Kevin Ryde <user42@zip.com.au>
6623
6624 * compile.texi (Eval During Compile): Explain recommended uses
6625 of eval-when-compile and eval-and-compile.
6626
6627 2005-10-27 Masatake YAMATO <jet@gyve.org>
6628
6629 * minibuf.texi (Completion Commands):
6630 Write about new optional argument for `display-completion-list'.
6631
6632 2005-10-23 Richard M. Stallman <rms@gnu.org>
6633
6634 * display.texi (Overlay Arrow): Clarify about local bindings of
6635 overlay-arrow-position.
6636
6637 2005-10-22 Eli Zaretskii <eliz@gnu.org>
6638
6639 * internals.texi (Building Emacs): Fix last change.
6640
6641 2005-10-22 Richard M. Stallman <rms@gnu.org>
6642
6643 * internals.texi (Building Emacs): Document eval-at-startup.
6644
6645 2005-10-21 Richard M. Stallman <rms@gnu.org>
6646
6647 * loading.texi (Where Defined): load-history contains abs file names.
6648 symbol-file returns abs file names.
6649
6650 2005-10-19 Kim F. Storm <storm@cua.dk>
6651
6652 * display.texi (Showing Images): Add max-image-size integer value.
6653
6654 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
6655
6656 * display.texi (Showing Images): Document max-image-size.
6657
6658 2005-10-17 Richard M. Stallman <rms@gnu.org>
6659
6660 * commands.texi (Quitting): Minor clarification.
6661
6662 * processes.texi (Sentinels): Clarify about output and quitting.
6663 (Filter Functions): Mention with-local-quit.
6664
6665 2005-10-17 Juri Linkov <juri@jurta.org>
6666
6667 * buffers.texi (Current Buffer):
6668 * commands.texi (Event Input Misc):
6669 * compile.texi (Eval During Compile, Compiler Errors):
6670 * customize.texi (Group Definitions):
6671 * display.texi (Progress, Defining Faces):
6672 * files.texi (Writing to Files):
6673 * modes.texi (Mode Hooks, Defining Minor Modes):
6674 * streams.texi (Output Functions):
6675 * syntax.texi (Syntax Table Functions):
6676 * text.texi (Change Hooks):
6677 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
6678
6679 * commands.texi (Quitting): Replace arg `forms' with `body' in
6680 `with-local-quit'.
6681
6682 * positions.texi (Excursions): Replace arg `forms' with `body' in
6683 `save-excursion'.
6684
6685 2005-10-08 Kim F. Storm <storm@cua.dk>
6686
6687 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
6688 Rename manual section accordingly.
6689
6690 2005-10-04 Kim F. Storm <storm@cua.dk>
6691
6692 * windows.texi (Window Split Tree): New section describing
6693 new function window-split-tree function.
6694
6695 2005-10-03 Nick Roberts <nickrob@snap.net.nz>
6696
6697 * display.texi (Fringe Size/Pos): Simplify and add detail.
6698
6699 2005-09-30 Romain Francoise <romain@orebokech.com>
6700
6701 * minibuf.texi (High-Level Completion): Explain that the prompt
6702 given to `read-buffer' should end with a colon and a space.
6703 Update usage examples.
6704
6705 2005-09-29 Juri Linkov <juri@jurta.org>
6706
6707 * display.texi (Displaying Messages): Rename argument name
6708 `string' to `format-string' in functions `message', `message-box',
6709 `message-or-box'.
6710
6711 2005-09-26 Chong Yidong <cyd@stupidchicken.com>
6712
6713 * errors.texi (Standard Errors): Correct xrefs.
6714
6715 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
6716
6717 * display.texi (Defining Images): Update documentation for
6718 `image-load-path'.
6719
6720 2005-09-17 Richard M. Stallman <rms@gnu.org>
6721
6722 * display.texi (Defining Images): Clean up previous change.
6723
6724 2005-09-16 Romain Francoise <romain@orebokech.com>
6725
6726 * elisp.texi: Specify GFDL version 1.2.
6727
6728 * doclicense.texi (GNU Free Documentation License): Update to
6729 version 1.2.
6730
6731 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
6732
6733 * display.texi (Defining Images): Document `image-load-path'.
6734
6735 2005-09-15 Richard M. Stallman <rms@gnu.org>
6736
6737 * objects.texi (Printed Representation): Minor cleanup.
6738 (Box Diagrams): Minor fix.
6739 (Cons Cell Type): Move (...) index item here.
6740 (Box Diagrams): From here.
6741 (Array Type): Minor fix.
6742 (Type Predicates): Delete index "predicates".
6743 (Hash Table Type): Clarify xref.
6744 (Dotted Pair Notation): Minor fix.
6745
6746 2005-09-10 Chong Yidong <cyd@stupidchicken.com>
6747
6748 * files.texi (Saving Buffers): Fix typo.
6749
6750 2005-09-08 Richard M. Stallman <rms@gnu.org>
6751
6752 * tips.texi (Programming Tips): Correct the "default" prompt spec.
6753
6754 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
6755
6756 * locals.texi (Standard Buffer-Local Variables): Don't include
6757 mode variables for minor modes.
6758 Fix xrefs for buffer-display-count, buffer-display-table,
6759 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
6760 enable-multibyte-characters, fill-column, header-line-format,
6761 left-fringe-width, left-margin, and right-fringe-width.
6762
6763 * hooks.texi (Standard Hooks): All hooks should conform to the
6764 standard naming convention now.
6765 Fix xref for `echo-area-clear-hook'.
6766
6767 * display.texi (Usual Display): Note that indicate-empty-lines and
6768 tab-width are buffer-local.
6769
6770 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
6771
6772 * modes.texi (Mode Help): Note that major-mode is buffer-local.
6773
6774 * nonascii.texi (Encoding and I/O): Note that
6775 buffer-file-coding-system is buffer-local.
6776
6777 * positions.texi (List Motion): Note that defun-prompt-regexp is
6778 buffer-local.
6779
6780 * text.texi (Auto Filling): Note that auto-fill-function is
6781 buffer-local.
6782 (Undo): Note that buffer-undo-list is buffer-local.
6783
6784 * windows.texi (Buffers and Windows):
6785 Document buffer-display-count.
6786
6787 2005-09-06 Richard M. Stallman <rms@gnu.org>
6788
6789 * tips.texi (Coding Conventions): Sometimes it is ok to put the
6790 package prefix elsewhere than at the start of the name.
6791
6792 2005-09-03 Richard M. Stallman <rms@gnu.org>
6793
6794 * tips.texi (Programming Tips): Add conventions for minibuffer
6795 questions and prompts.
6796
6797 2005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
6798
6799 * intro.texi (nil and t): Minor cleanup.
6800 Delete spurious mention of keyword symbols.
6801 (Evaluation Notation): Add index entry.
6802 (A Sample Function Description): Minor cleanup.
6803 (A Sample Variable Description): Not all vars can be set.
6804
6805 2005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
6806
6807 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
6808
6809 (Insertion): Document precise type of `insert-char' arg COUNT.
6810
6811 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6812
6813 * modes.texi (Other Font Lock Variables): Sync the default of
6814 font-lock-lines-before.
6815
6816 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
6817
6818 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
6819
6820 2005-08-29 Richard M. Stallman <rms@gnu.org>
6821
6822 * elisp.texi (Top): Update subnode menu.
6823
6824 * searching.texi (Searching and Matching): Move node.
6825 Rearrange contents and add overall explanation.
6826 (Searching and Case): Move node.
6827 (Searching and Matching): Update menu.
6828
6829 2005-08-27 Eli Zaretskii <eliz@gnu.org>
6830
6831 * os.texi (Startup Summary): Fix the description of the initial
6832 startup message display.
6833
6834 2005-08-25 Richard M. Stallman <rms@gnu.org>
6835
6836 * searching.texi (Search and Replace): Add replace-regexp-in-string.
6837
6838 2005-08-25 Emilio C. Lopes <eclig@gmx.net>
6839
6840 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
6841 `next-overlay-change' example.
6842
6843 2005-08-22 Juri Linkov <juri@jurta.org>
6844
6845 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
6846 Fix invert-face. Fix args of face-background.
6847
6848 * display.texi (Standard Faces): Delete node.
6849 (Faces): Add xref to `(emacs)Standard Faces'.
6850 (Displaying Faces): Fix xref to `Standard Faces'.
6851
6852 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
6853
6854 2005-08-20 Alan Mackenzie <acm@muc.de>
6855
6856 * buffers.texi (The Buffer List): Clarify the manipulation of the
6857 buffer list.
6858
6859 2005-08-14 Richard M. Stallman <rms@gnu.org>
6860
6861 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
6862 a regexp.
6863
6864 2005-08-11 Richard M. Stallman <rms@gnu.org>
6865
6866 * elisp.texi (Top): Update subnode lists.
6867
6868 * display.texi (Inverse Video): Node deleted.
6869
6870 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
6871 New nodes split out of Coding Conventions.
6872
6873 * searching.texi (Regular Expressions): Document re-builder.
6874
6875 * os.texi (Time Parsing): New node split out of Time Conversion.
6876
6877 * processes.texi (Misc Network, Network Feature Testing)
6878 (Network Options, Make Network): New nodes split out of
6879 Low-Level Network.
6880
6881 2005-08-09 Richard M. Stallman <rms@gnu.org>
6882
6883 * frames.texi (Geometry): New node, split from Size and Position.
6884 (Frame Parameters): Refer to Geometry.
6885
6886 * buffers.texi (The Buffer List): Fix xrefs.
6887
6888 * windows.texi (Splitting Windows): Fix xref.
6889
6890 * frames.texi (Layout Parameters): Add xref.
6891
6892 * display.texi (Line Height, Scroll Bars): Fix xrefs.
6893
6894 * keymaps.texi (Menu Bar): Fix xref.
6895
6896 * locals.texi (Standard Buffer-Local Variables): Fix xref.
6897
6898 * modes.texi (%-Constructs): Fix xref.
6899
6900 * frames.texi (Window Frame Parameters): Node split up.
6901 (Basic Parameters, Position Parameters, Size Parameters)
6902 (Layout Parameters, Buffer Parameters, Management Parameters)
6903 (Cursor Parameters, Color Parameters): New subnodes.
6904
6905 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
6906
6907 * positions.texi (Screen Lines): Update xref for previous change
6908 in minibuf.texi.
6909
6910 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
6911 change in minibuf.texi.
6912
6913 2005-08-09 Richard M. Stallman <rms@gnu.org>
6914
6915 * tips.texi (Coding Conventions): Minor cleanup.
6916
6917 * modes.texi (Defining Minor Modes): Explain when init-value
6918 can be non-nil.
6919
6920 * elisp.texi (Top): Update submenu for Minibuffer.
6921
6922 * minibuf.texi (Minibuffer Misc): Node split up.
6923 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
6924 (Recursive Mini): New nodes split out from Minibuffer Misc.
6925 (Minibuffer Misc): Document max-mini-window-height.
6926
6927 * hash.texi (Defining Hash): Delete stray paren in example.
6928
6929 * display.texi (Echo Area Customization): Don't define
6930 max-mini-window-height here; xref instead.
6931
6932 * commands.texi (Event Input Misc): Update while-no-input.
6933
6934 * advice.texi (Advising Functions): Explain when to use advice
6935 and when to use a hook.
6936
6937 2005-07-30 Eli Zaretskii <eliz@gnu.org>
6938
6939 * makefile.w32-in (info): Don't run install-info.
6940 ($(infodir)/dir): New target, produced by running install-info.
6941
6942 2005-07-27 Luc Teirlinck <teirllm@auburn.edu>
6943
6944 * modes.texi (Defining Minor Modes): The keyword for the initial
6945 value is :init-value, not :initial-value.
6946
6947 2005-07-23 Eli Zaretskii <eliz@gnu.org>
6948
6949 * loading.texi (Autoload): Make the `doctor' example be consistent
6950 with what's in current loaddefs.el. Describe the "fn" magic in
6951 the usage portion of the doc string.
6952
6953 2005-07-22 Richard M. Stallman <rms@gnu.org>
6954
6955 * internals.texi (Garbage Collection): Clarify previous change.
6956
6957 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
6958
6959 * internals.texi (Garbage Collection): Add gc-cons-percentage.
6960
6961 2005-07-18 Juri Linkov <juri@jurta.org>
6962
6963 * commands.texi (Accessing Events):
6964 * frames.texi (Text Terminal Colors, Resources):
6965 * markers.texi (The Mark):
6966 * modes.texi (Defining Minor Modes):
6967 Delete duplicate duplicate words.
6968
6969 2005-07-16 Richard M. Stallman <rms@gnu.org>
6970
6971 * display.texi (Managing Overlays): Clarify make-overlay
6972 args for insertion types.
6973
6974 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
6975
6976 * customize.texi (Variable Definitions):
6977 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
6978 `standard-value' is a list too.
6979 (Defining New Types): Use @key{RET} instead of @key{ret}.
6980
6981 2005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
6982
6983 * os.texi (Translating Input): Fix typo.
6984
6985 2005-07-08 Richard M. Stallman <rms@gnu.org>
6986
6987 * README: Update edition number and size estimate.
6988
6989 * elisp.texi (VERSION): Set to 2.9.
6990
6991 2005-07-07 Richard M. Stallman <rms@gnu.org>
6992
6993 * book-spine.texinfo: Update Emacs version.
6994
6995 * display.texi (Inverse Video): Delete mode-line-inverse-video.
6996
6997 2005-07-06 Richard M. Stallman <rms@gnu.org>
6998
6999 * searching.texi (Regexp Search): Clarify what re-search-forward
7000 does when the search fails.
7001
7002 2005-07-05 Lute Kamstra <lute@gnu.org>
7003
7004 * Update FSF's address in GPL notices.
7005
7006 * doclicense.texi (GNU Free Documentation License):
7007 * gpl.texi (GPL):
7008 * tips.texi (Coding Conventions, Library Headers):
7009 * vol1.texi:
7010 * vol2.texi: Update FSF's address.
7011
7012 2005-07-04 Richard M. Stallman <rms@gnu.org>
7013
7014 * hooks.texi (Standard Hooks): Add occur-hook.
7015
7016 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
7017
7018 * display.texi (The Echo Area): Correct menu.
7019
7020 2005-07-03 Richard M. Stallman <rms@gnu.org>
7021
7022 * elisp.texi (Top): Update subnode menu for Display.
7023
7024 * display.texi (Displaying Messages): New node, with most
7025 of what was in The Echo Area.
7026 (Progress): Move under The Echo Area.
7027 (Logging Messages): New node with new text.
7028 (Echo Area Customization): New node, the rest of what was
7029 in The Echo Area. Document message-truncate-lines with @defvar.
7030 (Display): Update menu.
7031
7032 * windows.texi (Textual Scrolling): Doc 3 values for
7033 scroll-preserve-screen-position.
7034
7035 * text.texi (Special Properties): Change hook functions
7036 should bind inhibit-modification-hooks around altering buffer text.
7037
7038 * keymaps.texi (Key Binding Commands): Call binding BINDING
7039 rather than DEFINITION.
7040
7041 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
7042
7043 * variables.texi (Defining Variables): `user-variable-p' returns t
7044 for aliases of user options, nil for alias loops.
7045
7046 2005-06-28 Richard M. Stallman <rms@gnu.org>
7047
7048 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
7049 make-keymap.
7050
7051 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
7052
7053 * variables.texi (Setting Variables): Correct and clarify
7054 description of `add-to-ordered-list'.
7055
7056 2005-06-26 Richard M. Stallman <rms@gnu.org>
7057
7058 * display.texi (Faces): Minor cleanup.
7059
7060 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
7061
7062 * display.texi (Faces): `facep' returns t for strings that are
7063 face names.
7064
7065 2005-06-25 Richard M. Stallman <rms@gnu.org>
7066
7067 * objects.texi (Equality Predicates): Clarify meaning of equal.
7068
7069 * windows.texi (Selecting Windows): save-selected-window
7070 and with-selected-window save and restore the current buffer.
7071
7072 2005-06-24 Richard M. Stallman <rms@gnu.org>
7073
7074 * numbers.texi (Float Basics): Explain how to test for NaN,
7075 and printing the sign of NaNs.
7076
7077 2005-06-24 Eli Zaretskii <eliz@gnu.org>
7078
7079 * makefile.w32-in (MAKEINFO): Use --force.
7080
7081 2005-06-23 Richard M. Stallman <rms@gnu.org>
7082
7083 * display.texi (Face Functions): Correct Texinfo usage.
7084
7085 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
7086
7087 * lists.texi (Rings): `ring-elements' now returns the elements of
7088 RING in order.
7089
7090 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
7091
7092 * markers.texi (The Mark): Texinfo usage fix.
7093
7094 2005-06-23 Kim F. Storm <storm@cua.dk>
7095
7096 * searching.texi (Entire Match Data): Remove evaporate option for
7097 match-data. Do not mention evaporate option for set-match-data.
7098
7099 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
7100
7101 * display.texi (Face Functions): Mention face aliases.
7102
7103 2005-06-21 Richard M. Stallman <rms@gnu.org>
7104
7105 * anti.texi (Antinews): Texinfo usage fix.
7106
7107 2005-06-21 Karl Berry <karl@gnu.org>
7108
7109 * elisp.texi: Use @copying.
7110
7111 * elisp.texi: Put @summarycontents and @contents before the Top
7112 node, instead of the end of the file, so that the contents appear
7113 in the right place in the dvi/pdf output.
7114
7115 2005-06-21 Juri Linkov <juri@jurta.org>
7116
7117 * display.texi (Defining Faces): Add `customized-face'.
7118
7119 2005-06-20 Kim F. Storm <storm@cua.dk>
7120
7121 * variables.texi (Setting Variables): Any type of element can be
7122 given order in add-to-ordered-list. Compare elements with eq.
7123
7124 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
7125
7126 2005-06-20 Karl Berry <karl@gnu.org>
7127
7128 * syntax.texi (Syntax Flags): Make last column very slightly wider
7129 to avoid "generic comment" breaking on two lines and causing an
7130 underfull box.
7131
7132 2005-06-19 Luc Teirlinck <teirllm@auburn.edu>
7133
7134 * lists.texi (Rings): Various minor clarifications and corrections.
7135
7136 2005-06-18 Richard M. Stallman <rms@gnu.org>
7137
7138 * functions.texi (Obsolete Functions): Simplify.
7139
7140 * variables.texi (Variable Aliases): Simplify.
7141
7142 * anti.texi, backups.texi, compile.texi, customization.texi:
7143 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
7144 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
7145 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
7146 * variables.texi: Fix formatting ugliness.
7147
7148 * elisp.texi: Add links to Rings and Byte Packing.
7149 Update version and copyright years.
7150
7151 * minibuf.texi: Fix formatting ugliness.
7152 (Completion Commands): Move keymap vars to the end
7153 and vars completing-read binds to the top.
7154
7155 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
7156
7157 * processes.texi: Fix typos.
7158 (Bindat Spec): Correct Texinfo error.
7159 (Byte Packing): Fix ungrammatical sentence.
7160
7161 2005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
7162
7163 * lists.texi (Rings): New node.
7164 (Lists): Add it to menu.
7165
7166 * processes.texi (Byte Packing): New node.
7167 (Processes): Add it to menu.
7168
7169 2005-06-17 Richard M. Stallman <rms@gnu.org>
7170
7171 * syntax.texi (Parsing Expressions): Fix texinfo usage.
7172
7173 * help.texi (Documentation Basics): Explain the xref to
7174 Documentation Tips.
7175
7176 * debugging.texi (Debugger Commands): Minor fix.
7177
7178 2005-06-16 Luc Teirlinck <teirllm@auburn.edu>
7179
7180 * edebug.texi (Instrumenting): Eliminate duplicate link.
7181 (Specification List): Replace references to "below", referring to
7182 a later node, with one @ref to that node.
7183
7184 * os.texi (Timers): Timers should save and restore the match data
7185 if they change it.
7186
7187 * debugging.texi (Debugger Commands): Mention that the Lisp
7188 debugger can not step through primitive functions.
7189
7190 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
7191
7192 * functions.texi (Obsolete Functions): Update argument names of
7193 `make-obsolete' and `define-obsolete-function-alias'.
7194
7195 * variables.texi (Variable Aliases): Update argument names of
7196 `defvaralias', `make-obsolete-variable' and
7197 `define-obsolete-variable-alias'.
7198
7199 2005-06-15 Kim F. Storm <storm@cua.dk>
7200
7201 * searching.texi (Entire Match Data): Rephrase warnings about
7202 evaporate arg to match-data and set-match-data.
7203
7204 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
7205
7206 * elisp.texi (Top): Update detailed menu.
7207
7208 * edebug.texi (Edebug): Update menu.
7209 (Instrumenting): Update xrefs.
7210 (Edebug Execution Modes): Correct xref.
7211 (Jumping): Clarify description of `h' command.
7212 Eliminate redundant @ref.
7213 (Breaks): New node.
7214 (Breakpoints): Is now a subsubsection.
7215 (Global Break Condition): Mention `C-x X X'.
7216 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
7217 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
7218 (Edebug Display Update): Correct pxref.
7219 (Edebug and Macros): New node.
7220 (Instrumenting Macro Calls): Is now a subsubsection.
7221 Neither arg of `def-edebug-spec' is evaluated.
7222 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
7223 (Specification Examples): Fix typo.
7224
7225 2005-06-14 Lute Kamstra <lute@gnu.org>
7226
7227 * debugging.texi (Function Debugging): Primitives can break on
7228 entry too.
7229
7230 2005-06-14 Kim F. Storm <storm@cua.dk>
7231
7232 * variables.texi (Setting Variables): Add add-to-ordered-list.
7233
7234 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7235
7236 * syntax.texi (Parsing Expressions): Document aux functions and vars of
7237 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
7238
7239 2005-06-13 Lute Kamstra <lute@gnu.org>
7240
7241 * text.texi (Special Properties): Fix cross reference.
7242
7243 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
7244
7245 * debugging.texi (Function Debugging): Delete mention of empty
7246 string argument to `cancel-debug-on-entry'. Delete inaccurate
7247 description of the return value of that command.
7248
7249 2005-06-11 Alan Mackenzie <acm@muc.de>
7250
7251 * text.texi (Adaptive Fill): Amplify the description of
7252 fill-context-prefix.
7253
7254 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
7255
7256 * syntax.texi (Parsing Expressions): Fix Texinfo error.
7257
7258 2005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
7259
7260 * syntax.texi (Parsing Expressions): Document syntax-ppss.
7261
7262 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
7263
7264 * debugging.texi (Error Debugging): Minor rewording.
7265 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
7266 is optional.
7267
7268 2005-06-10 Lute Kamstra <lute@gnu.org>
7269
7270 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
7271 (Top): Give it a title. Correct version number. Give the
7272 detailed node listing a more prominent header.
7273 * intro.texi: Don't set VERSION here a second time.
7274 Mention Emacs's version too.
7275 * anti.texi (Antinews): Use EMACSVER to refer to the current
7276 version of Emacs.
7277
7278 2005-06-09 Kim F. Storm <storm@cua.dk>
7279
7280 * searching.texi (Entire Match Data): Explain new `reseat' argument to
7281 match-data and set-match-data.
7282
7283 2005-06-08 Richard M. Stallman <rms@gnu.org>
7284
7285 * searching.texi (Entire Match Data): Clarify when match-data
7286 returns markers and when integers.
7287
7288 * display.texi (Defining Faces): Explain that face name should not
7289 end in `-face'.
7290
7291 * modes.texi (Mode Line Data): Minor cleanup.
7292 (Customizing Keywords): Node split out of Search-based Fontification.
7293 Add example of using font-lock-add-keywords from a hook.
7294 Clarify when MODE should be non-nil, and when nil.
7295
7296 2005-06-06 Richard M. Stallman <rms@gnu.org>
7297
7298 * modes.texi (Mode Line Data): Explain what happens when the car
7299 of a list is a void symbol.
7300 (Search-based Fontification): Explain MODE arg to
7301 font-lock-add-keywords and warn about calls from major modes.
7302
7303 2005-06-08 Juri Linkov <juri@jurta.org>
7304
7305 * display.texi (Standard Faces): Add `shadow' face.
7306
7307 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
7308
7309 * modes.texi (Major Mode Conventions): A derived mode only needs
7310 to put the call to the parent mode inside `delay-mode-hooks'.
7311
7312 2005-05-29 Richard M. Stallman <rms@gnu.org>
7313
7314 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
7315 new, and what that implies. Clarify.
7316
7317 * files.texi (Locating Files): Clean up the text.
7318
7319 * frames.texi (Window Frame Parameters): Document user-size.
7320 Shorten entry for top by referring to left.
7321
7322 2005-05-26 Richard M. Stallman <rms@gnu.org>
7323
7324 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
7325 is new, and what the implications are. Other clarifications.
7326
7327 2005-05-24 Richard M. Stallman <rms@gnu.org>
7328
7329 * frames.texi (Dialog Boxes): Minor fixes.
7330
7331 2005-05-25 Masatake YAMATO <jet@gyve.org>
7332
7333 * display.texi (Standard Faces): Write about `mode-line-highlight'.
7334
7335 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
7336
7337 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
7338 is optional.
7339
7340 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
7341
7342 * frames.texi (Dialog Boxes): Describe new optional argument.
7343
7344 2005-05-23 Lute Kamstra <lute@gnu.org>
7345
7346 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
7347 syntax-begin-function over font-lock-beginning-of-syntax-function.
7348
7349 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7350
7351 * minibuf.texi (Reading File Names): Update description of
7352 `read-directory-name'.
7353
7354 * modes.texi (Derived Modes): Clarify :group keyword.
7355
7356 2005-05-21 Eli Zaretskii <eliz@gnu.org>
7357
7358 * files.texi (Locating Files): New subsection.
7359 Describe locate-file and executable-find.
7360
7361 2005-05-21 Kevin Ryde <user42@zip.com.au>
7362
7363 * frames.texi (Initial Parameters): Update cross reference to
7364 "Emacs Invocation".
7365
7366 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7367
7368 * keymaps.texi (Active Keymaps): Add anchor.
7369
7370 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
7371 (Major Mode Conventions): Refer to `Auto Major Mode' in more
7372 appropriate place.
7373 (Derived Modes): Small clarifications.
7374 (Minor Mode Conventions, Keymaps and Minor Modes):
7375 Replace references to nodes with references to anchors.
7376 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
7377 Clarify description of lists whose first element is an integer.
7378 (Mode Line Variables): Add anchor.
7379 (%-Constructs): Clarify description of integer after %.
7380 (Emulating Mode Line): Describe nil value for FACE.
7381
7382 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7383
7384 * modes.texi (Derived Modes): Correct references to non-existing
7385 variable standard-syntax-table.
7386
7387 2005-05-17 Lute Kamstra <lute@gnu.org>
7388
7389 * modes.texi (Defining Minor Modes): Mention the mode hook.
7390
7391 2005-05-15 Kim F. Storm <storm@cua.dk>
7392
7393 * processes.texi (Network): Remove open-network-stream-nowait.
7394 (Network Servers): Remove open-network-stream-server.
7395
7396 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
7397
7398 * elisp.texi (Top): Update detailed menu.
7399
7400 * variables.texi: Reorder nodes.
7401 (Variables): Update menu.
7402 (File Local Variables): Do not refer to the `-*-' line as
7403 a "local variables list". Add pxref.
7404
7405 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7406
7407 * elisp.texi (Top): Update detailed menu for node changes.
7408
7409 * modes.texi (Modes): Update Menu.
7410 (Hooks): Move to beginning of chapter.
7411 Most minor modes run mode hooks too.
7412 `add-hook' can handle void hooks or hooks whose value is a single
7413 function.
7414 (Major Modes): Update Menu.
7415 (Major Mode Basics): New node, split off from `Major Modes'.
7416 (Major Mode Conventions): Correct xref. Explain how to handle
7417 auto-mode-alist if the major mode command has an autoload cookie.
7418 (Auto Major Mode): Major update. Add magic-mode-alist.
7419 (Derived Modes): Major update.
7420 (Mode Line Format): Update Menu.
7421 (Mode Line Basics): New node, split off from `Mode Line Format'.
7422
7423 * loading.texi (Autoload): Mention `autoload cookie' as synonym
7424 for `magic autoload comment'. Add index entries and anchor.
7425
7426 2005-05-14 Richard M. Stallman <rms@gnu.org>
7427
7428 * tips.texi (Coding Conventions): Explain how important it is
7429 that just loading certain files not change Emacs behavior.
7430
7431 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
7432
7433 2005-05-12 Lute Kamstra <lute@gnu.org>
7434
7435 * modes.texi (Generic Modes): Update.
7436 (Major Modes): Refer to node "Generic Modes".
7437
7438 * elisp.texi (Top): Update to the current structure of the manual.
7439 * processes.texi (Processes): Add menu description.
7440 * customize.texi (Customization): Add menu descriptions.
7441
7442 2005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
7443
7444 * processes.texi (Signals to Processes)
7445 (Low-Level Network): Fix typos.
7446
7447 2005-05-11 Lute Kamstra <lute@gnu.org>
7448
7449 * elisp.texi (Top): Add some nodes from the chapter "Major and
7450 Minor Modes" to the detailed node listing.
7451
7452 2005-05-10 Richard M. Stallman <rms@gnu.org>
7453
7454 * keymaps.texi (Extended Menu Items): Menu item filter functions
7455 can be called at any time.
7456
7457 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
7458
7459 * variables.texi (File Local Variables): `(hack-local-variables t)'
7460 now also checks whether a mode is specified in the local variables
7461 list.
7462
7463 2005-05-05 Kevin Ryde <user42@zip.com.au>
7464
7465 * display.texi (The Echo Area): Correct format function cross
7466 reference.
7467
7468 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
7469
7470 * variables.texi (Variable Aliases): Change description of
7471 `define-obsolete-variable-alias'.
7472
7473 * functions.texi (Functions): Add "Obsolete Functions" to menu.
7474 (Defining Functions): Add xref.
7475 (Obsolete Functions): New node.
7476 (Function Safety): Standardize capitalization of section title.
7477
7478 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
7479 (Dialog Boxes): Complete description of `x-popup-dialog'.
7480
7481 2005-05-04 Richard M. Stallman <rms@gnu.org>
7482
7483 * commands.texi (Interactive Codes): Fix Texinfo usage.
7484 Document U more clearly.
7485
7486 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7487
7488 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
7489 function and not a macro.
7490
7491 * frames.texi (Pop-Up Menus): Correct and clarify description of
7492 `x-popup-menu'.
7493 (Dialog Boxes): Clarify description of `x-popup-dialog'.
7494
7495 2005-05-01 Richard M. Stallman <rms@gnu.org>
7496
7497 * edebug.texi (Checking Whether to Stop): Fix previous change.
7498
7499 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7500
7501 * display.texi: Fix typos and Texinfo usage.
7502
7503 * edebug.texi (Checking Whether to Stop): executing-macro ->
7504 executing-kbd-macro.
7505
7506 2005-05-01 Richard M. Stallman <rms@gnu.org>
7507
7508 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
7509
7510 2005-04-30 Richard M. Stallman <rms@gnu.org>
7511
7512 * files.texi (Magic File Names): Document `operations' property.
7513
7514 2005-04-29 Lute Kamstra <lute@gnu.org>
7515
7516 * modes.texi (Generic Modes): New node.
7517 (Major Modes): Add it to the menu.
7518 (Derived Modes): Add "derived mode" to concept index.
7519
7520 2005-04-28 Lute Kamstra <lute@gnu.org>
7521
7522 * modes.texi (Defining Minor Modes): Fix previous change.
7523 (Font Lock Mode): Simplify.
7524 (Font Lock Basics): Say that font-lock-defaults is buffer-local
7525 when set and that some parts are optional. Add cross references.
7526 (Search-based Fontification): Say how to specify font-lock-keywords.
7527 Add cross references. Add font-lock-multiline to index.
7528 Move font-lock-keywords-case-fold-search here from node "Other Font
7529 Lock Variables". Document font-lock-add-keywords and
7530 font-lock-remove-keywords.
7531 (Other Font Lock Variables): Move font-lock-keywords-only,
7532 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7533 and font-lock-syntactic-face-function to node "Syntactic Font
7534 Lock". Move font-lock-keywords-case-fold-search to node
7535 "Search-based Fontification". Document font-lock-inhibit-thing-lock
7536 and font-lock-{,un}fontify-{buffer,region}-function.
7537 (Precalculated Fontification): Remove reference to deleted variable
7538 font-lock-core-only.
7539 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
7540 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
7541 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7542 and font-lock-syntactic-face-function here from node "Other Font
7543 Lock Variables". Move font-lock-syntactic-keywords to "Setting
7544 Syntax Properties". Add cross references.
7545 (Setting Syntax Properties): New node.
7546 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
7547 * syntax.texi (Syntax Properties): Add cross reference.
7548 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
7549
7550 2005-04-26 Richard M. Stallman <rms@gnu.org>
7551
7552 * display.texi (Defining Faces):
7553 Document `default' elements of defface spec.
7554
7555 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
7556
7557 * variables.texi (Variable Aliases): Clarify text.
7558
7559 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
7560
7561 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
7562
7563 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
7564
7565 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
7566
7567 2005-04-24 Eli Zaretskii <eliz@gnu.org>
7568
7569 * syntax.texi (Syntax Table Internals): Elaborate documentation of
7570 syntax-after and syntax-class.
7571
7572 * files.texi (Changing Files): Fix last change's cross-reference.
7573 (Unique File Names): Don't mention "numbers" in the documentation
7574 of make-temp-file and make-temp-name.
7575
7576 2005-04-23 Richard M. Stallman <rms@gnu.org>
7577
7578 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
7579
7580 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
7581
7582 * windows.texi (Cyclic Window Ordering): Clarify window-list.
7583
7584 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
7585
7586 * variables.texi (Variable Aliases): Describe make-obsolete-variable
7587 and define-obsolete-variable-alias.
7588
7589 2005-04-22 Kim F. Storm <storm@cua.dk>
7590
7591 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
7592 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
7593
7594 2005-04-21 Lute Kamstra <lute@gnu.org>
7595
7596 * lists.texi (Association Lists): Document rassq-delete-all.
7597
7598 2005-04-19 Richard M. Stallman <rms@gnu.org>
7599
7600 * modes.texi (Search-based Fontification): Explain that
7601 facespec is an expression to be evaluated.
7602
7603 2005-04-19 Kevin Ryde <user42@zip.com.au>
7604
7605 * streams.texi (Output Functions): Fix xref.
7606 * strings.texi (String Conversion): Fix xref.
7607
7608 2005-04-19 Kim F. Storm <storm@cua.dk>
7609
7610 * symbols.texi (Symbol Plists): Add safe-get.
7611 Mention that `get' may signal an error.
7612
7613 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
7614
7615 * customize.texi (Variable Definitions): Replace tooltip-mode
7616 example with save-place.
7617
7618 2005-04-17 Richard M. Stallman <rms@gnu.org>
7619
7620 * buffers.texi (Indirect Buffers): Clarify.
7621
7622 * positions.texi (Positions): Clarify converting marker to integer.
7623
7624 * strings.texi (String Basics): Mention string-match; clarify.
7625
7626 2005-04-08 Lute Kamstra <lute@gnu.org>
7627
7628 * modes.texi (Search-based Fontification): Fix cross references.
7629 Use consistent terminology. Document anchored highlighting.
7630
7631 2005-04-05 Lute Kamstra <lute@gnu.org>
7632
7633 * modes.texi (Defining Minor Modes): Document :group keyword
7634 argument and its default value.
7635
7636 2005-04-03 Lute Kamstra <lute@gnu.org>
7637
7638 * hooks.texi (Standard Hooks): Add some hooks. Add cross
7639 references and/or descriptions. Delete major mode hooks; mention
7640 them as a category instead. Rename or delete obsolete hooks.
7641
7642 2005-04-02 Richard M. Stallman <rms@gnu.org>
7643
7644 * nonascii.texi (Coding System Basics): Another wording cleanup.
7645
7646 2005-04-01 Richard M. Stallman <rms@gnu.org>
7647
7648 * nonascii.texi (Coding System Basics): Clarify previous change.
7649
7650 2005-04-01 Kenichi Handa <handa@m17n.org>
7651
7652 * nonascii.texi (Coding System Basics): Describe about roundtrip
7653 identity of coding systems.
7654
7655 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
7656
7657 * text.texi (Buffer Contents): Add filter-buffer-substring and
7658 buffer-substring-filters.
7659
7660 2005-03-26 Chong Yidong <cyd@stupidchicken.com>
7661
7662 * anti.texi (Antinews): Mention `G' interactive code.
7663
7664 * tips.texi (Compilation Tips): Mention benchmark.el.
7665
7666 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7667
7668 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
7669 is now bound to M-o M-o.
7670
7671 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
7672
7673 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7674
7675 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
7676 in the Emacs Manual).
7677 * Makefile.in (srcs): Remove calendar.texi.
7678 * makefile.w32-in (srcs): Remove calendar.texi.
7679 * display.texi (Display): Change name of next node.
7680 * os.texi (System In): Change name of previous node.
7681 * elisp.texi (Top): Remove Calendar references.
7682 * vol1.texi (Top): Remove Calendar references.
7683 * vol2.texi (Top): Remove Calendar references.
7684
7685 2005-03-25 Richard M. Stallman <rms@gnu.org>
7686
7687 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
7688 Cleanup previous change.
7689
7690 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
7691
7692 * display.texi (Face Attributes): Faces earlier in an :inherit
7693 list take precedence.
7694 (Scroll Bars): Fix description of vertical-scroll-bars.
7695 Document frame-current-scroll-bars and window-current-scroll-bars.
7696
7697 * markers.texi (The Mark): Document temporary Transient Mark mode.
7698
7699 * minibuf.texi (Reading File Names):
7700 Document read-file-name-completion-ignore-case.
7701
7702 * positions.texi (Screen Lines): Document nil for width argument
7703 to compute-motion.
7704
7705 2005-03-23 Kim F. Storm <storm@cua.dk>
7706
7707 * display.texi (Standard Faces): Other faces used in the fringe
7708 implicitly inherits from the fringe face.
7709 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
7710 properties implicitly inherits from fringe face.
7711 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
7712
7713 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
7714
7715 * display.texi (Invisible Text): State default value of
7716 line-move-ignore-invisible.
7717 (Managing Overlays): Document remove-overlays.
7718 (Standard Faces): Document escape-glyph face.
7719
7720 * minibuf.texi (Reading File Names): Document read-file-name-function.
7721
7722 * modes.texi (Other Font Lock Variables):
7723 Document font-lock-lines-before.
7724
7725 * positions.texi (Skipping Characters): skip-chars-forward allows
7726 character classes.
7727
7728 2005-03-18 Lute Kamstra <lute@gnu.org>
7729
7730 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
7731
7732 2005-03-17 Richard M. Stallman <rms@gnu.org>
7733
7734 * text.texi (Undo): Document extensible undo entries.
7735
7736 * searching.texi (String Search, Regexp Search): Cleanups.
7737
7738 * nonascii.texi (Character Codes): Minor fix.
7739
7740 * display.texi (Display Property): Explain the significance
7741 of having text properties that are eq.
7742 (Other Display Specs): Explain string as display spec.
7743
7744 * commands.texi (Interactive Codes): Document G option.
7745
7746 2005-03-17 Chong Yidong <cyd@stupidchicken.com>
7747
7748 * text.texi (Filling): Add sentence-end-without-period and
7749 sentence-end-without-space.
7750 (Changing Properties): Minor fix.
7751
7752 * anti.texi: Total rewrite.
7753
7754 2005-03-15 Lute Kamstra <lute@gnu.org>
7755
7756 * edebug.texi (Instrumenting Macro Calls): Fix typos.
7757
7758 2005-03-08 Kim F. Storm <storm@cua.dk>
7759
7760 * display.texi (Specified Space): Property :width is support on
7761 non-graphic terminals, :height is not.
7762
7763 2005-03-07 Richard M. Stallman <rms@gnu.org>
7764
7765 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
7766 Now subnodes of Fringes.
7767 (Overlay Arrow): Document overlay-arrow-variable-list.
7768 (Fringe Size/Pos): New node, broken out of Fringes.
7769 (Display): Explain clearing vs redisplay better.
7770 (Truncation): Clarify use of bitmaps.
7771 (The Echo Area): Clarify the uses of the echo area.
7772 Add max-mini-window-height.
7773 (Progress): Clarify.
7774 (Invisible Text): Explain that main loop moves point out.
7775 (Selective Display): Say "hidden", not "invisible".
7776 (Managing Overlays): Move up. Describe relation to Undo here.
7777 (Overlay Properties): Clarify intro.
7778 (Finding Overlays): Explain return values when nothing found.
7779 (Width): truncate-string-to-width has added arg.
7780 (Displaying Faces): Clarify and update mode line face handling.
7781 (Face Functions): Minor cleanup.
7782 (Conditional Display): Merge into Other Display Specs.
7783 (Pixel Specification, Other Display Specs): Minor cleanups.
7784 (Images, Image Descriptors): Minor cleanups.
7785 (GIF Images): Patents have expired.
7786 (Showing Images): Explain default text for insert-image.
7787 (Manipulating Button Types): Merge into Manipulating Buttons.
7788 (Making Buttons): Explain return values.
7789 (Button Buffer Commands): Add xref.
7790 (Inverse Video): Update mode-line-inverse-video.
7791 (Display Table Format): Clarify.
7792 (Active Display Table): Give defaults for window-display-table.
7793
7794 * calendar.texi (Calendar Customizing): calendar-holiday-marker
7795 and calendar-today-marker are strings, not chars.
7796 (Holiday Customizing): Minor fix.
7797
7798 * internals.texi (Writing Emacs Primitives): Update `or' example.
7799 Update limit on # args of subr.
7800
7801 * edebug.texi (Using Edebug): Arrow is in fringe.
7802 (Instrumenting): Arg to eval-defun works without loading edebug.
7803 (Edebug Execution Modes): Add xref.
7804
7805 * customize.texi (Common Keywords): Clarify :require.
7806 Mention :version here.
7807 (Variable Definitions, Group Definitions): Not here.
7808 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
7809
7810 2005-03-07 Chong Yidong <cyd@stupidchicken.com>
7811 * nonascii.texi (Text Representations): Clarify position-bytes.
7812 (Character Sets): Add list-charset-chars.
7813 (Scanning Charsets): Add charset-after.
7814 (Encoding and I/O): Minor fix.
7815
7816 2005-03-06 Richard M. Stallman <rms@gnu.org>
7817
7818 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
7819 (Resizing Windows): Likewise.
7820
7821 * text.texi (Change Hooks): Get rid of "Emacs 21".
7822
7823 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
7824
7825 * streams.texi (Output Variables): Get rid of "Emacs 21".
7826
7827 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
7828
7829 * os.texi (Translating Input): Replace flow-control example
7830 with a less obsolete example that uses `keyboard-translate'.
7831
7832 * objects.texi (Hash Table Type, Circular Objects):
7833 Get rid of "Emacs 21".
7834
7835 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
7836 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
7837
7838 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
7839
7840 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
7841
7842 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
7843 (Menu Bar): Fix when menu-bar-update-hook is called.
7844
7845 * hash.texi (Hash Tables): Get rid of "Emacs 21".
7846
7847 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
7848 and make it read better.
7849
7850 * files.texi (Writing to Files): Get rid of "Emacs 21".
7851 (Unique File Names): Likewise.
7852
7853 * elisp.texi: Update Emacs version to 22.
7854
7855 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
7856 (Overlay Properties, Face Attributes): Likewise.
7857 (Managing Overlays): Fix punctuation.
7858 (Attribute Functions): Clarify set-face-font; get rid of
7859 info about old Emacs versions.
7860 (Auto Faces, Font Lookup, Display Property, Images):
7861 Get rid of "Emacs 21".
7862
7863 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
7864
7865 2005-03-05 Richard M. Stallman <rms@gnu.org>
7866
7867 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
7868
7869 2005-03-04 Lute Kamstra <lute@gnu.org>
7870
7871 * debugging.texi (Error Debugging): Document stack-trace-on-error.
7872
7873 2005-03-03 Lute Kamstra <lute@gnu.org>
7874
7875 * edebug.texi (Instrumenting Macro Calls): Fix typo.
7876
7877 2005-03-01 Lute Kamstra <lute@gnu.org>
7878
7879 * debugging.texi (Debugger Commands): Update `j'.
7880
7881 2005-02-28 Lute Kamstra <lute@gnu.org>
7882
7883 * debugging.texi (Debugging): Fix typo.
7884 (Error Debugging): Document eval-expression-debug-on-error.
7885 (Function Debugging): Update example.
7886 (Using Debugger): Mention starred stack frames.
7887 (Debugger Commands): Document `j' and `l'.
7888 (Invoking the Debugger): `d' and `j' exit recursive edit too.
7889 Update the messages that the debugger displays.
7890 (Internals of Debugger): Add cross reference. Update example.
7891 (Excess Open): Minor improvement.
7892 (Excess Close): Minor improvement.
7893
7894 2005-02-26 Richard M. Stallman <rms@gnu.org>
7895
7896 * tips.texi (Coding Conventions): Clarify.
7897 Put all the major mode key reservations together.
7898 Mention the Mouse-1 => Mouse-2 conventions.
7899
7900 * syntax.texi (Syntax Class Table): Clarify.
7901 (Syntax Table Functions): syntax-after moved from here.
7902 (Syntax Table Internals): syntax-after moved to here.
7903 (Parsing Expressions): Update info on number of values
7904 and what's meaningful in the STATE argument.
7905 (Categories): Fix typo.
7906
7907 * sequences.texi (Arrays): Cleanup.
7908 (Char-Tables): Clarify.
7909
7910 * processes.texi (Deleting Processes): Cleanups, add xref.
7911 (Subprocess Creation): Explain nil in exec-path. Cleanup.
7912 (Process Information): set-process-coding-system, some args optional.
7913 (Input to Processes): Explain various types for PROCESS args.
7914 Rename them from PROCESS-NAME to PROCESS.
7915 (Signals to Processes): Likewise.
7916 (Decoding Output): Cleanup.
7917 (Query Before Exit): Clarify.
7918
7919 * os.texi (Startup Summary): Correct the options; add missing ones.
7920 (Terminal Output, Batch Mode): Clarify.
7921 (Flow Control): Node deleted.
7922
7923 * markers.texi (The Mark): Clarify.
7924
7925 * macros.texi (Expansion): Cleanup.
7926 (Indenting Macros): indent-spec allows ints, not floats.
7927
7928 * keymaps.texi (Keymaps): Clarify.
7929 (Format of Keymaps): Update lisp-mode-map example.
7930 (Active Keymaps, Key Lookup): Clarify.
7931 (Changing Key Bindings): Add xref to `kbd'.
7932 (Key Binding Commands, Simple Menu Items): Clarify.
7933 (Mouse Menus, Menu Bar): Clarify.
7934 (Menu Example): Replace print example with menu-bar-replace-menu.
7935
7936 * help.texi (Documentation Basics): Add function-documentation prop.
7937
7938 * elisp.texi (Top): Don't refer to Flow Control node.
7939
7940 * commands.texi (Command Overview): Improve xrefs.
7941 (Adjusting Point): Adjusting point applies to intangible and invis.
7942 (Key Sequence Input): Doc extra read-key-sequence args.
7943 Likewise for read-key-sequence-vector.
7944
7945 * backups.texi (Rename or Copy): Minor fix.
7946 (Numbered Backups): For version-control, say the default.
7947 (Auto-Saving): make-auto-save-file-name example is simplified.
7948
7949 * advice.texi (Advising Functions): Don't imply one part of Emacs
7950 should advise another part. Markup changes.
7951 (Defining Advice): Move transitional para.
7952 (Activation of Advice): Cleanup.
7953 Explain if COMPILE is nil or negative.
7954
7955 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
7956
7957 2005-02-24 Lute Kamstra <lute@gnu.org>
7958
7959 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
7960 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
7961
7962 2005-02-23 Lute Kamstra <lute@gnu.org>
7963
7964 * modes.texi (Defining Minor Modes): define-minor-mode can be used
7965 to define global minor modes as well.
7966
7967 * display.texi (Managing Overlays): overlay-buffer returns nil for
7968 deleted overlays.
7969
7970 2005-02-22 Kim F. Storm <storm@cua.dk>
7971
7972 * minibuf.texi (Basic Completion): Allow symbols in addition to
7973 strings in try-completion and all-completions.
7974
7975 2005-02-14 Lute Kamstra <lute@gnu.org>
7976
7977 * elisp.texi (Top): Remove reference to deleted node.
7978
7979 * lists.texi (Lists): Remove reference to deleted node.
7980 (Cons Cells): Fix typo.
7981
7982 * loading.texi (Where Defined): Fix typo.
7983
7984 2005-02-14 Richard M. Stallman <rms@gnu.org>
7985
7986 * variables.texi (Creating Buffer-Local): change-major-mode-hook
7987 is useful for discarding some minor modes.
7988
7989 * symbols.texi (Symbol Components): Reorder examples.
7990
7991 * streams.texi (Input Functions): State standard-input default.
7992 (Output Variables): State standard-output default.
7993
7994 * objects.texi (Printed Representation): Clarify read syntax vs print.
7995 (Floating Point Type): Explain meaning better.
7996 (Symbol Type): Explain uniqueness better.
7997 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
7998 List examples sooner.
7999 (Box Diagrams): New subnode broken out.
8000 Some examples moved from old Lists as Boxes node.
8001 (Dotted Pair Notation): Clarify intro.
8002 (Array Type): Clarify.
8003 (Type Predicates): Add hash-table-p.
8004
8005 * numbers.texi (Integer Basics): Clarify radix explanation.
8006 (Predicates on Numbers): Minor clarification.
8007 (Comparison of Numbers): Minor clarification. Clarify eql.
8008 Typos in min, max.
8009 (Math Functions): Clarify overflow in expt.
8010
8011 * minibuf.texi (Text from Minibuffer): Minor clarification.
8012 Mention arrow keys.
8013
8014 * loading.texi (Autoload): defun's doc string overrides autoload's
8015 doc string.
8016 (Repeated Loading): Modernize "add to list" examples.
8017 (Where Defined): Finish updating table of load-history elts.
8018
8019 * lists.texi (List-related Predicates): Minor wording improvement.
8020 (Lists as Boxes): Node deleted.
8021 (Building Lists): Explain trivial cases of number-sequence.
8022
8023 * hash.texi (Hash Tables): Add desc to menu items.
8024 (Creating Hash): Explain "full" means "make larger".
8025 (Hash Access): Any object can be a key.
8026 State value of maphash.
8027
8028 * functions.texi (What Is a Function): Wording cleanup.
8029 (Function Documentation): Minor cleanup.
8030 Explain purpose of calling convention at end of doc string.
8031 (Function Names): Wording cleanup.
8032 (Calling Functions): Wording cleanup.
8033 Explain better how funcall calls the function.
8034 (Function Cells): Delete example of saving and redefining function.
8035
8036 * control.texi (Combining Conditions): Wording cleanup.
8037 (Iteration): dolist and dotimes bind VAR locally.
8038 (Cleanups): Xref to Atomic Changes.
8039
8040 * compile.texi (Byte Compilation): Delete 19.29 info.
8041 (Compilation Functions): Macros' difficulties don't affect defsubst.
8042 (Docs and Compilation): Delete 19.29 info.
8043
8044 2005-02-10 Richard M. Stallman <rms@gnu.org>
8045
8046 * objects.texi (Symbol Type): Minor correction.
8047
8048 2005-02-06 Lute Kamstra <lute@gnu.org>
8049
8050 * modes.texi (Example Major Modes): Fix typos.
8051
8052 2005-02-06 Richard M. Stallman <rms@gnu.org>
8053
8054 * text.texi (Margins): fill-nobreak-predicate can be one function.
8055
8056 * strings.texi (Modifying Strings): clear-string can make unibyte.
8057 (Formatting Strings): format gives error if values missing.
8058
8059 * positions.texi (Character Motion): Mention default arg
8060 for forward-char. backward-char refers to forward-char.
8061 (Word Motion): Mention default arg for forward-word.
8062 (Buffer End Motion): Mention default arg for beginning-of-buffer.
8063 Simplify end-of-buffer.
8064 (Text Lines): Mention default arg for forward-line.
8065 (List Motion): Mention default arg for beginning/end-of-defun.
8066 (Skipping Characters): Minor fixes in explaining character-set.
8067
8068 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
8069 Mode inheritance applies only when default-major-mode is nil.
8070 Clarifications.
8071 (Example Major Modes): Update Text mode and Lisp mode examples.
8072 (Minor Mode Conventions): Mention define-minor-mode at top.
8073 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
8074 (Mode Line Format): Update mode line face display info.
8075 (Properties in Mode): Mention effect of risky vars.
8076 (Imenu): Define imenu-add-to-menubar.
8077 (Font Lock Mode): Add descriptions to menu lines.
8078 (Faces for Font Lock): Add font-lock-doc-face.
8079
8080 2005-02-05 Lute Kamstra <lute@gnu.org>
8081
8082 * text.texi (Maintaining Undo): Remove obsolete function.
8083
8084 2005-02-05 Eli Zaretskii <eliz@gnu.org>
8085
8086 * frames.texi (Color Names): Add pointer to the X docs about RGB
8087 color specifications. Improve indexing.
8088 (Text Terminal Colors): Replace the description of RGB values by
8089 an xref to "Color Names".
8090
8091 2005-02-03 Richard M. Stallman <rms@gnu.org>
8092
8093 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
8094 Clarify.
8095 (Selecting Windows): Clarify save-selected-window.
8096 (Cyclic Window Ordering): Clarify walk-windows.
8097 (Window Point): Clarify.
8098 (Window Start): Add comment to example.
8099 (Resizing Windows): Add `interactive' specs in examples.
8100 Document fit-window-to-buffer.
8101
8102 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
8103 (Undo, Maintaining Undo): Clarify last change.
8104 (Sorting): In sort-numeric-fields, explain about octal and hex.
8105 Mention sort-numeric-base.
8106 (Format Properties): Add xref for hard newlines.
8107
8108 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
8109 (Pop-Up Menus): Fix typo.
8110 (Color Names): Explain all types of color names.
8111 Explain color-values on B&W terminal.
8112 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
8113
8114 * files.texi (File Locks): Not supported on MS systems.
8115 (Testing Accessibility): Clarify.
8116
8117 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
8118 (Coverage Testing): Fix typo.
8119
8120 * commands.texi (Misc Events): Remove stray space.
8121
8122 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
8123 (Modification Time): Clarify when visited-file-modtime returns 0.
8124 (The Buffer List): Clarify bury-buffer.
8125 (Killing Buffers): Clarify.
8126 (Indirect Buffers): Add clone-indirect-buffer.
8127
8128 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
8129
8130 * edebug.texi (Printing in Edebug): Fix default value of
8131 edebug-print-circle.
8132 (Coverage Testing): Fix displayed frequency count data.
8133
8134 2005-02-02 Luc Teirlinck <teirllm@auburn.edu>
8135
8136 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
8137
8138 2005-02-02 Kim F. Storm <storm@cua.dk>
8139
8140 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
8141
8142 2005-01-29 Eli Zaretskii <eliz@gnu.org>
8143
8144 * commands.texi (Misc Events): Describe the help-echo event.
8145
8146 * text.texi (Special Properties) <help-echo>: Use `pos'
8147 consistently in description of the help-echo property.
8148 Use @code{nil} instead of @var{nil}.
8149
8150 * display.texi (Overlay Properties): Fix the index entry for
8151 help-echo overlay property.
8152
8153 * customize.texi (Type Keywords): Uncomment the xref to the
8154 help-echo property documentation.
8155
8156 2005-01-23 Kim F. Storm <storm@cua.dk>
8157
8158 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
8159 return value. Third element FULLY replaced by PARTIAL which
8160 specifies number of invisible pixels if row is only partially visible.
8161 (Textual Scrolling): Mention auto-window-vscroll.
8162 (Vertical Scrolling): New defvar auto-window-vscroll.
8163
8164 2005-01-16 Luc Teirlinck <teirllm@auburn.edu>
8165
8166 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
8167 command remapping.
8168
8169 2005-01-15 Richard M. Stallman <rms@gnu.org>
8170
8171 * display.texi (Defining Images): Mention DATA-P arg of create-image.
8172
8173 2005-01-14 Kim F. Storm <storm@cua.dk>
8174
8175 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
8176
8177 * text.texi (Links and Mouse-1): Fix string and vector item.
8178
8179 2005-01-13 Richard M. Stallman <rms@gnu.org>
8180
8181 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
8182 descriptions of overriding-local-map and overriding-terminal-local-map.
8183
8184 * text.texi (Links and Mouse-1): Clarify text.
8185
8186 2005-01-13 Kim F. Storm <storm@cua.dk>
8187
8188 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
8189
8190 2005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
8191
8192 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
8193
8194 2005-01-12 Kim F. Storm <storm@cua.dk>
8195
8196 * text.texi (Links and Mouse-1): Rename section from Enabling
8197 Mouse-1 to Following Links. Change xrefs.
8198 Add examples for define-button-type and define-widget.
8199
8200 * display.texi (Button Properties, Button Buffer Commands):
8201 Clarify mouse-1 and follow-link functionality.
8202
8203 2005-01-12 Richard M. Stallman <rms@gnu.org>
8204
8205 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
8206
8207 * display.texi (Beeping): Fix Texinfo usage.
8208
8209 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
8210
8211 2005-01-11 Kim F. Storm <storm@cua.dk>
8212
8213 * display.texi (Button Properties, Button Buffer Commands):
8214 Mention mouse-1 binding. Add follow-link keyword.
8215
8216 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
8217 (Enabling Mouse-1 to Follow Links): New subsection.
8218
8219 2005-01-06 Richard M. Stallman <rms@gnu.org>
8220
8221 * text.texi (Special Properties): Minor change.
8222
8223 * os.texi (Timers): Clarify previous change.
8224
8225 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
8226
8227 2005-01-01 Luc Teirlinck <teirllm@auburn.edu>
8228
8229 * display.texi (Face Attributes): Correct xref to renamed node.
8230
8231 2005-01-01 Richard M. Stallman <rms@gnu.org>
8232
8233 * display.texi (Face Attributes): Describe hex color specs.
8234
8235 2004-12-31 Richard M. Stallman <rms@gnu.org>
8236
8237 * os.texi (Timers): Update previous change.
8238
8239 2004-12-30 Kim F. Storm <storm@cua.dk>
8240
8241 * display.texi (Line Height): Total line-height is now specified
8242 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
8243 in cons cells. (nil . RATIO) is relative to actual line height.
8244 Use line-height `t' instead of `0' to get minimum height.
8245
8246 2004-12-29 Richard M. Stallman <rms@gnu.org>
8247
8248 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
8249
8250 2004-12-28 Richard M. Stallman <rms@gnu.org>
8251
8252 * commands.texi (Quitting): Clarify value of with-local-quit.
8253
8254 * elisp.texi (Top): Fix previous change.
8255
8256 * loading.texi (Loading): Fix previous change.
8257
8258 2004-12-27 Richard M. Stallman <rms@gnu.org>
8259
8260 * Makefile.in (MAKEINFO): Specify --force.
8261
8262 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
8263
8264 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
8265
8266 * display.texi (Line Height): Further clarify.
8267
8268 * elisp.texi (Top): Update Loading submenu.
8269
8270 * loading.texi (Where Defined): New node.
8271 (Unloading): load-history moved to Where Defined.
8272
8273 2004-12-21 Richard M. Stallman <rms@gnu.org>
8274
8275 * commands.texi (Event Input Misc): Add while-no-input.
8276
8277 2004-12-11 Richard M. Stallman <rms@gnu.org>
8278
8279 * display.texi (Line Height): Rewrite text for clarity.
8280
8281 2004-12-11 Kim F. Storm <storm@cua.dk>
8282
8283 * display.texi (Display): Add node "Line Height" to menu.
8284 (Line Height): New node. Move full description of line-spacing
8285 and line-height text properties here from text.texi.
8286 (Scroll Bars): Add vertical-scroll-bar variable.
8287
8288 * frames.texi (Window Frame Parameters): Remove line-height defvar.
8289
8290 * locals.texi (Standard Buffer-Local Variables): Fix xref for
8291 line-spacing and vertical-scroll-bar.
8292
8293 * text.texi (Special Properties): Just mention line-spacing and
8294 line-height here, add xref to new "Line Height" node.
8295
8296 2004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
8297
8298 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
8299
8300 * locals.texi (Standard Buffer-Local Variables):
8301 Add @xref for `line-spacing'.
8302
8303 2004-12-05 Richard M. Stallman <rms@gnu.org>
8304
8305 * Makefile.in (maintainer-clean): Remove the info files
8306 in $(infodir) where they are created.
8307
8308 2004-12-03 Richard M. Stallman <rms@gnu.org>
8309
8310 * windows.texi (Selecting Windows): get-lru-window and
8311 get-largest-window don't consider dedicated windows.
8312
8313 * text.texi (Undo): Document undo-in-progress.
8314
8315 2004-11-26 Richard M. Stallman <rms@gnu.org>
8316
8317 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
8318 Remove a few vars that are not always buffer-local.
8319
8320 2004-11-24 Luc Teirlinck <teirllm@auburn.edu>
8321
8322 * locals.texi (Standard Buffer-Local Variables): Comment out
8323 xref's to non-existent node `Yet to be written'.
8324
8325 2004-11-24 Richard M. Stallman <rms@gnu.org>
8326
8327 * processes.texi (Synchronous Processes): Grammar fix.
8328
8329 * numbers.texi (Comparison of Numbers): Add eql.
8330
8331 * locals.texi (Standard Buffer-Local Variables): Add many vars.
8332
8333 * intro.texi (Printing Notation): Fix previous change.
8334
8335 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
8336 and default-indicate-buffer-boundaries from here.
8337 (Usual Display): To here.
8338 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
8339 (Usual Display): Move tab-width up.
8340
8341 * customize.texi (Variable Definitions):
8342 Replace show-paren-mode example with tooltip-mode.
8343 (Simple Types, Composite Types, Defining New Types):
8344 Minor cleanups.
8345
8346 2004-11-21 Jesper Harder <harder@ifa.au.dk>
8347
8348 * processes.texi (Synchronous Processes, Output from Processes):
8349 Markup fix.
8350
8351 2004-11-20 Richard M. Stallman <rms@gnu.org>
8352
8353 * positions.texi (Skipping Characters): skip-chars-forward
8354 now handles char classes.
8355
8356 * intro.texi (Printing Notation): Avoid confusion of `print'
8357 when explaining @print.
8358
8359 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
8360
8361 * display.texi (Display Table Format): Minor fix.
8362
8363 * streams.texi (Output Functions): Fix print example.
8364
8365 * Makefile.in (elisp): New target.
8366 (dist): Depend on $(infodir)/elisp, not elisp.
8367 Copy the info files from $(infodir).
8368
8369 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
8370 read-from-minibuffer.
8371
8372 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
8373
8374 2004-11-19 Richard M. Stallman <rms@gnu.org>
8375
8376 * searching.texi (Regexp Search): Add search-whitespace-regexp.
8377
8378 2004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
8379
8380 * tips.texi (Coding Conventions): Fix typo.
8381
8382 2004-11-16 Richard M. Stallman <rms@gnu.org>
8383
8384 * tips.texi (Coding Conventions): Separate defvar and require
8385 methods to avoid warnings. Use require only when there are many
8386 functions and variables from that package.
8387
8388 * minibuf.texi (Minibuffer Completion): When ignoring case,
8389 predicate must not be case-sensitive.
8390
8391 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
8392 (Test Coverage): Don't talk about "splotches". Clarified.
8393
8394 2004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
8395
8396 * frames.texi (Window Frame Parameters): Fix typo.
8397
8398 2004-11-15 Kim F. Storm <storm@cua.dk>
8399
8400 * symbols.texi (Other Plists): Note that plist-get may signal error.
8401 Add safe-plist-get.
8402
8403 2004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
8404
8405 * modes.texi (Font Lock Basics): Fix typo.
8406
8407 2004-11-08 Richard M. Stallman <rms@gnu.org>
8408
8409 * syntax.texi (Syntax Table Functions): Add syntax-after.
8410
8411 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
8412
8413 * os.texi (Processor Run Time): New section documenting
8414 get-internal-run-time.
8415
8416 2004-11-06 Eli Zaretskii <eliz@gnu.org>
8417
8418 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
8419 it nukes elisp-cover.texi.
8420 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
8421 elisp-0 etc.
8422
8423 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
8424
8425 * commands.texi (Keyboard Macros): Document `append' return value
8426 of `defining-kbd-macro'.
8427
8428 2004-11-01 Richard M. Stallman <rms@gnu.org>
8429
8430 * commands.texi (Interactive Call): Add called-interactively-p.
8431
8432 2004-10-29 Simon Josefsson <jas@extundo.com>
8433
8434 * minibuf.texi (Reading a Password): Revert.
8435
8436 2004-10-28 Richard M. Stallman <rms@gnu.org>
8437
8438 * frames.texi (Display Feature Testing): Explain about "vendor".
8439
8440 2004-10-27 Richard M. Stallman <rms@gnu.org>
8441
8442 * commands.texi (Interactive Codes): `N' uses numeric prefix,
8443 not raw. Clarify `n'.
8444 (Interactive Call): Rewrite interactive-p, focusing on when
8445 and how to use it.
8446 (Misc Events): Clarify previous change.
8447
8448 * advice.texi (Simple Advice): Clarify what job the example does.
8449 (Around-Advice): Clarify ad-do-it.
8450 (Activation of Advice): An option of ad-default-compilation-action
8451 is `never', not `nil'.
8452
8453 2004-10-26 Kim F. Storm <storm@cua.dk>
8454
8455 * commands.texi (Interactive Codes): Add U code letter.
8456
8457 2004-10-25 Simon Josefsson <jas@extundo.com>
8458
8459 * minibuf.texi (Reading a Password): Add.
8460
8461 2004-10-24 Jason Rumney <jasonr@gnu.org>
8462
8463 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
8464 and wheel-down.
8465
8466 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
8467
8468 * processes.texi (Synchronous Processes): Document process-file.
8469
8470 2004-10-22 Kenichi Handa <handa@m17n.org>
8471
8472 * text.texi (translate-region): Document that it accepts also a
8473 char-table.
8474
8475 2004-10-22 David Ponce <david@dponce.com>
8476
8477 * windows.texi (Resizing Windows): Document the `preserve-before'
8478 argument of the functions `enlarge-window' and `shrink-window'.
8479
8480 2004-10-19 Jason Rumney <jasonr@gnu.org>
8481
8482 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
8483
8484 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
8485
8486 * text.texi (Filling): Add anchor for definition of
8487 `sentence-end-double-space'.
8488
8489 * searching.texi (Regexp Example): Update description of how
8490 Emacs currently recognizes the end of a sentence.
8491 (Standard Regexps): Update definition of the variable
8492 `sentence-end'. Add definition of the function `sentence-end'.
8493
8494 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
8495
8496 * display.texi (Progress): New node.
8497
8498 2004-10-05 Kim F. Storm <storm@cua.dk>
8499
8500 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
8501
8502 2004-09-29 Kim F. Storm <storm@cua.dk>
8503
8504 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
8505 to identify bitmaps. Remove -fringe-bitmap suffix for standard
8506 fringe bitmap symbols, as they now have their own namespace.
8507 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
8508 vs. pixels. Signal error if no free bitmap slots.
8509 (Pixel Specification): Change IMAGE to @var{image}.
8510
8511 2004-09-28 Richard M. Stallman <rms@gnu.org>
8512
8513 * text.texi (Special Properties): Clarify line-spacing and line-height.
8514
8515 * searching.texi (Regexp Search): Add looking-back.
8516
8517 2004-09-25 Luc Teirlinck <teirllm@auburn.edu>
8518
8519 * display.texi: Correct typos.
8520 (Image Descriptors): Correct xref's.
8521
8522 2004-09-25 Richard M. Stallman <rms@gnu.org>
8523
8524 * text.texi (Special Properties): Cleanups in `cursor'.
8525 Rewrites in `line-height' and `line-spacing'; exchange them.
8526
8527 * display.texi (Fringes): Rewrite previous change.
8528 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
8529 (Display Fringe Bitmaps): Node deleted, text moved.
8530 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
8531 (Scroll Bars): Clarify set-window-scroll-bars.
8532 (Pointer Shape): Rewrite.
8533 (Specified Space): Clarify :align-to, etc.
8534 (Pixel Specification): Use @var. Clarify new text.
8535 (Other Display Specs): Clarify `slice'.
8536 (Image Descriptors): Cleanups.
8537 (Showing Images): Cleanups.
8538
8539 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
8540
8541 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
8542
8543 * modes.texi: Various minor changes in addition to:
8544 (Major Mode Conventions): Final call to `run-mode-hooks' should
8545 not be inside the `delay-mode-hooks' form.
8546 (Mode Hooks): New node.
8547 (Hooks): Delete obsolete example.
8548 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
8549 node "Mode Hooks".
8550
8551 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
8552
8553 * display.texi: Correct various typos.
8554 (Display): Rename node "Pointer Shapes" to "Pointer
8555 Shape". (There is already a node called "Pointer Shapes" in
8556 frames.texi.)
8557 (Images): Remove non-existent node "Image Slices" from menu.
8558
8559 2004-09-23 Kim F. Storm <storm@cua.dk>
8560
8561 * text.texi (Special Properties): Add `cursor', `pointer',
8562 `line-height', and `line-spacing' properties.
8563
8564 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
8565 Shapes' to menu.
8566 (Standard Faces): Doc fix for fringe face.
8567 (Fringes): Add `overflow-newline-into-fringe' and
8568 'indicate-buffer-boundaries'.
8569 (Fringe Bitmaps, Pointer Shapes): New nodes.
8570 (Display Property): Add 'Pixel Specification' and 'Display Fringe
8571 Bitmaps' to menu.
8572 (Specified Space): Describe pixel width and height.
8573 (Pixel Specification): New node.
8574 (Other Display Specs): Add `slice' property.
8575 (Display Fringe Bitmaps): New node.
8576 (Images): Add 'Image Slices' to menu.
8577 (Image Descriptors): Add `:pointer' and `:map' properties.
8578 (Showing Images): Add slice arg to `insert-image'.
8579 Add 'insert-sliced-image'.
8580
8581 2004-09-20 Richard M. Stallman <rms@gnu.org>
8582
8583 * commands.texi (Key Sequence Input):
8584 Clarify downcasing in read-key-sequence.
8585
8586 2004-09-08 Juri Linkov <juri@jurta.org>
8587
8588 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
8589
8590 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
8591
8592 * locals.texi (Standard Buffer-Local Variables):
8593 Add `buffer-auto-save-file-format'.
8594 * internals.texi (Buffer Internals): Describe new
8595 auto_save_file_format field of the buffer structure.
8596 * files.texi (Format Conversion): `auto-save-file-format' has been
8597 renamed `buffer-auto-save-file-format'.
8598
8599 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
8600
8601 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
8602 an integer or a marker.
8603 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
8604
8605 2004-08-22 Richard M. Stallman <rms@gnu.org>
8606
8607 * modes.texi (Major Mode Conventions): Discuss rebinding of
8608 standard key bindings.
8609
8610 2004-08-18 Kim F. Storm <storm@cua.dk>
8611
8612 * processes.texi (Accepting Output): Add `just-this-one' arg to
8613 `accept-process-output'.
8614 (Output from Processes): New var `process-adaptive-read-buffering'.
8615
8616 2004-08-10 Luc Teirlinck <teirllm@auburn.edu>
8617
8618 * keymaps.texi: Various changes in addition to:
8619 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
8620 Give more varied examples for `kbd'.
8621 (Creating Keymaps): Char tables have slots for all characters
8622 without modifiers.
8623 (Active Keymaps): `overriding-local-map' and
8624 `overriding-terminal-local-map' also override text property and
8625 overlay keymaps.
8626 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
8627 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
8628 to denote a prefix of no events.
8629 `map-keymap' includes parent's bindings _recursively_.
8630 Clarify and correct description of `where-is-internal'.
8631 Mention BUFFER-OR-NAME arg to `describe-bindings'.
8632 (Menu Example): For menus intended for use with the keyboard, the
8633 menu items should be bound to characters or real function keys.
8634
8635 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
8636
8637 * objects.texi (Character Type): Reposition `@anchor' to prevent
8638 double space inside sentence in Info.
8639
8640 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
8641 renamed to `disabled-command-function'.
8642 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
8643 (Command Loop Info): Replace reference to it.
8644 (Disabling Commands): `disabled-command-hook' has been renamed to
8645 `disabled-command-function'.
8646
8647 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
8648
8649 * os.texi (Translating Input): Only non-prefix bindings in
8650 `key-translation-map' override actual key bindings. Warn about
8651 possible indirect effect of actual key bindings on non-prefix
8652 bindings in `key-translation-map'.
8653
8654 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
8655
8656 * minibuf.texi (High-Level Completion): Add anchor for definition
8657 of `read-variable'.
8658
8659 * commands.texi: Various changes in addition to:
8660 (Using Interactive): Clarify description of `interactive-form'.
8661 (Interactive Call): Mention default for KEYS argument to
8662 `call-interactively'.
8663 (Command Loop Info): Clarify description of `this-command-keys'.
8664 Mention KEEP-RECORD argument to `clear-this-command-keys'.
8665 Value of `last-event-frame' can be `macro'.
8666 (Repeat Events): `double-click-fuzz' is also used to distinguish
8667 clicks and drags.
8668 (Classifying Events): Clarify descriptions of `event-modifiers'
8669 `event-basic-type' and `event-convert-list'.
8670 (Accessing Events): `posn-timestamp' takes POSITION argument.
8671 (Quoted Character Input): Clarify description of
8672 `read-quoted-char' and fix example.
8673 (Quitting): Add `with-local-quit'.
8674 (Disabling Commands): Correct and clarify descriptions of
8675 `enable-command' and `disable-command'.
8676 Mention what happens if `disabled-command-hook' is nil.
8677 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
8678 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
8679
8680 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
8681
8682 * frames.texi: Various changes in addition to:
8683 (Creating Frames): Expand and clarify description of `make-frame'.
8684 (Window Frame Parameters): Either none or both of the `icon-left'
8685 and `icon-top' parameters must be specified. Put descriptions of
8686 `menu-bar-lines' and `toolbar-lines' closer together and change
8687 them accordingly.
8688 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
8689 except while processing `frame-title-format' or `icon-title-format'.
8690 (Deleting Frames): Correct description of `delete-frame'.
8691 Non-nil return values of `frame-live-p' are like those of `framep'.
8692 (Frames and Windows): Mention return value of
8693 `set-frame-selected-window'.
8694 (Visibility of Frames): Mention `force' argument to
8695 `make-frame-invisible'. `frame-visible-p' returns t for all
8696 frames on text-only terminals.
8697 (Frame Configurations): Restoring a frame configuration does not
8698 restore deleted frames.
8699 (Window System Selections): `x-set-selection' returns DATA.
8700 (Resources): Add example.
8701 (Display Feature Testing): Clarify descriptions of
8702 `display-pixel-height', `display-pixel-width', `x-server-version'
8703 and `x-server-vendor'.
8704
8705 * windows.texi (Choosing Window): Add anchor.
8706 * minibuf.texi (Minibuffer Misc): Add anchor.
8707
8708 2004-07-23 John Paul Wallington <jpw@gnu.org>
8709
8710 * macros.texi (Defining Macros): Declaration keyword for setting
8711 Edebug spec is `debug' not `edebug'.
8712
8713 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
8714
8715 * windows.texi: Various small changes in addition to:
8716 (Window Point): Mention return value of `set-window-point'.
8717 (Window Start): `pos-visible-in-window-p' disregards horizontal
8718 scrolling. Explain return value if PARTIALLY is non-nil.
8719 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
8720 and `set-window-vscroll'.
8721 (Size of Window): The argument WINDOW to `window-inside-edges',
8722 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
8723 (Resizing Windows): Explain return value of
8724 `shrink-window-if-larger-than-buffer'.
8725 `window-size-fixed' automatically becomes buffer local when set.
8726 (Window Configurations): Explain return value of
8727 `set-window-configuration'.
8728
8729 * minibuf.texi (Minibuffer Misc): Add anchor for
8730 `minibuffer-scroll-window'.
8731
8732 * positions.texi (Text Lines): Add anchor for `count-lines'.
8733
8734 2004-07-17 Richard M. Stallman <rms@gnu.org>
8735
8736 * display.texi (Overlay Properties): Adding `evaporate' prop
8737 deletes empty overlay immediately.
8738
8739 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
8740 fix example.
8741
8742 2004-07-16 Jim Blandy <jimb@redhat.com>
8743
8744 * searching.texi (Regexp Backslash): Document new \_< and \_>
8745 operators.
8746
8747 2004-07-16 Juanma Barranquero <lektu@terra.es>
8748
8749 * display.texi (Images): Fix Texinfo usage.
8750
8751 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
8752
8753 * buffers.texi (Modification Time): `visited-file-modtime' now
8754 returns a list of two integers, instead of a cons.
8755
8756 2004-07-13 Luc Teirlinck <teirllm@auburn.edu>
8757
8758 * windows.texi: Various changes in addition to:
8759 (Splitting Windows): Add `split-window-keep-point'.
8760
8761 2004-07-09 Richard M. Stallman <rms@gnu.org>
8762
8763 * frames.texi (Input Focus): Minor fix.
8764
8765 2004-07-07 Luc Teirlinck <teirllm@auburn.edu>
8766
8767 * frames.texi (Input Focus): Clarify descriptions of
8768 `select-frame-set-input-focus' and `select-frame'.
8769
8770 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
8771
8772 * os.texi: Various small changes in addition to:
8773 (Killing Emacs): Expand and clarify description of
8774 `kill-emacs-query-functions' and `kill-emacs-hook'.
8775 (System Environment): Expand and clarify description of `getenv'
8776 and `setenv'.
8777 (Timers): Clarify description of `run-at-time'.
8778 (Translating Input): Correct description of
8779 `extra-keyboard-modifiers'.
8780 (Flow Control): Correct description of `enable-flow-control'.
8781
8782 2004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
8783
8784 * os.texi: Update copyright.
8785 (Session Management): Grammar fix.
8786 Clarify which Emacs does the restarting.
8787 Use @samp for *scratch* buffer.
8788
8789 2004-07-04 Alan Mackenzie <acm@muc.de>
8790
8791 * frames.texi (Input Focus): Add documentation for
8792 `select-frame-set-input-focus'. Replace refs to non-existent
8793 `switch-frame' with `select-frame'. Minor corrections and tidying
8794 up of text-only terminal stuff.
8795
8796 2004-07-02 Richard M. Stallman <rms@gnu.org>
8797
8798 * files.texi (Saving Buffers): Cleanup write-contents-function.
8799 (Magic File Names): Cleanup file-remote-p.
8800
8801 2004-07-02 Kai Großjohann <kai@emptydomain.de>
8802
8803 * files.texi (Magic File Names): `file-remote-p' returns an
8804 identifier of the remote system, not just t.
8805
8806 2004-07-02 David Kastrup <dak@gnu.org>
8807
8808 * searching.texi (Entire Match Data): Add explanation about new
8809 match-data behavior when @var{integers} is non-nil.
8810
8811 2004-06-24 Richard M. Stallman <rms@gnu.org>
8812
8813 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
8814
8815 * customize.texi (Variable Definitions): Note about doc strings
8816 and :set.
8817
8818 * keymaps.texi (Keymap Terminology): Document `kbd'.
8819 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
8820
8821 * display.texi (Invisible Text): Setting buffer-invisibility-spec
8822 makes it buffer-local.
8823
8824 * files.texi (Saving Buffers): Correct previous change.
8825
8826 * commands.texi (Accessing Events):
8827 Clarify posn-col-row and posn-actual-col-row.
8828
8829 2004-06-24 David Ponce <david.ponce@wanadoo.fr>
8830
8831 * commands.texi (Accessing Events): New functions
8832 posn-at-point and posn-at-x-y. Add example to posn-x-y.
8833
8834 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
8835
8836 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
8837 * frames.texi, buffers.texi, backups.texi, variables.texi:
8838 * loading.texi, eval.texi, functions.texi, control.texi:
8839 * symbols.texi, minibuf.texi: Reposition @anchor's.
8840
8841 * help.texi: Various small changes in addition to the following.
8842 (Describing Characters): Describe PREFIX argument to
8843 `key-description'. Correct and clarify definition of
8844 `text-char-description'. Describe NEED-VECTOR argument to
8845 `read-kbd-macro'.
8846 (Help Functions): Clarify definition of `apropos'.
8847
8848 2004-06-23 Lars Hansen <larsh@math.ku.dk>
8849
8850 * files.texi (Saving Buffers): Correct description of
8851 `write-contents-functions'.
8852
8853 2004-06-21 Juanma Barranquero <lektu@terra.es>
8854
8855 * display.texi (Images): Remove redundant @vindex directives.
8856 Rewrite `image-library-alist' doc in active voice.
8857
8858 2004-06-14 Juanma Barranquero <lektu@terra.es>
8859
8860 * display.texi (Images): Document new delayed library loading,
8861 variable `image-library-alist' and (existing but undocumented)
8862 function `image-type-available-p'.
8863
8864 2004-06-05 Richard M. Stallman <rms@gnu.org>
8865
8866 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
8867 refer the user to the Initial Input node.
8868 (Text from Minibuffer): Likewise.
8869 (Initial Input): New node. Document this feature
8870 and say it is mostly deprecated.
8871
8872 2004-05-30 Richard M. Stallman <rms@gnu.org>
8873
8874 * loading.texi (Named Features): Clarify return value
8875 and meaning of NOERROR.
8876
8877 * variables.texi (File Local Variables): Minor cleanup.
8878
8879 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
8880
8881 * files.texi (Magic File Names): Add `file-remote-p' as operation
8882 of file name handlers.
8883
8884 2004-05-29 Richard M. Stallman <rms@gnu.org>
8885
8886 * modes.texi (Minor Mode Conventions): (-) has no special meaning
8887 as arg to a minor mode command.
8888
8889 2004-05-22 Richard M. Stallman <rms@gnu.org>
8890
8891 * syntax.texi (Syntax Class Table): Word syntax not just for English.
8892
8893 * streams.texi (Output Variables): Doc float-output-format.
8894
8895 * searching.texi (Regexp Special): Nested repetition can be infloop.
8896
8897 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
8898 real stack overflow.
8899
8900 * compile.texi: Minor cleanups.
8901
8902 2004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
8903
8904 * lists.texi (Cons Cells): Explain dotted lists, true lists,
8905 circular lists.
8906 (List Elements): Explain handling of circular and dotted lists.
8907
8908 2004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
8909
8910 * modes.texi (Search-based Fontification): Fix typo.
8911
8912 2004-05-10 Juanma Barranquero <lektu@terra.es>
8913
8914 * modes.texi (Mode Line Variables): Fix description of
8915 global-mode-string, which is now after which-func-mode, not the
8916 buffer name.
8917
8918 2004-05-07 Lars Hansen <larsh@math.ku.dk>
8919
8920 * modes.texi (Desktop Save Mode): Add.
8921 (Modes): Add menu entry Desktop Save Mode.
8922
8923 * hooks.texi: Add desktop-after-read-hook,
8924 desktop-no-desktop-file-hook and desktop-save-hook.
8925
8926 * locals.texi: Add desktop-save-buffer.
8927
8928 2004-04-30 Jesper Harder <harder@ifa.au.dk>
8929
8930 * display.texi: emacs -> Emacs.
8931
8932 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
8933
8934 * files.texi (Changing Files): Document set-file-times.
8935
8936 2004-04-23 Juanma Barranquero <lektu@terra.es>
8937
8938 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8939
8940 2004-04-18 Jesper Harder <harder@ifa.au.dk>
8941
8942 * tips.texi (Coding Conventions): defopt -> defcustom.
8943
8944 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
8945
8946 * sequences.texi: Various clarifications.
8947
8948 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
8949
8950 * buffers.texi (Read Only Buffers): Mention optional ARG to
8951 `toggle-read-only'.
8952
8953 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
8954
8955 * windows.texi (Selecting Windows): Note that get-lru-window
8956 returns a full-width window if possible.
8957
8958 2004-04-13 Luc Teirlinck <teirllm@auburn.edu>
8959
8960 * buffers.texi: Various changes in addition to:
8961 (Buffer File Name): Add `find-buffer-visiting'.
8962 (Buffer Modification): Mention optional ARG to `not-modified'.
8963 (Indirect Buffers): Mention optional CLONE argument to
8964 `make-indirect-buffer'.
8965
8966 * files.texi: Various changes in addition to:
8967 (Visiting Functions): `find-file-hook' is now a normal hook.
8968 (File Name Expansion): Explain difference between the way that
8969 `expand-file-name' and `file-truename' treat `..'.
8970 (Contents of Directories): Mention optional ID-FORMAT argument to
8971 `directory-files-and-attributes'.
8972 (Format Conversion): Mention new optional CONFIRM argument to
8973 `format-write-file'.
8974
8975 2004-04-12 Miles Bader <miles@gnu.org>
8976
8977 * macros.texi (Expansion): Add description of `macroexpand-all'.
8978
8979 2004-04-05 Jesper Harder <harder@ifa.au.dk>
8980
8981 * variables.texi (Variable Aliases):
8982 Mention cyclic-variable-indirection.
8983
8984 * errors.texi (Standard Errors): Ditto.
8985
8986 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
8987
8988 * backups.texi: Various small changes in addition to:
8989 (Making Backups): Mention return value of `backup-buffer'.
8990 (Auto-Saving): Mention optional FORCE argument to
8991 `delete-auto-save-file-if-necessary'.
8992 (Reverting): Mention optional PRESERVE-MODES argument to
8993 `revert-buffer'. Correct description of `revert-buffer-function'.
8994
8995 2004-03-22 Juri Linkov <juri@jurta.org>
8996
8997 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
8998 with `Vector Functions'.
8999
9000 * text.texi (Sorting): Add missing quote.
9001
9002 2004-03-14 Luc Teirlinck <teirllm@auburn.edu>
9003
9004 * intro.texi (Lisp History): Replace xref to `cl' manual with
9005 inforef.
9006
9007 2004-03-12 Richard M. Stallman <rms@gnu.org>
9008
9009 * intro.texi (Version Info): Add arg to emacs-version.
9010 (Lisp History): Change xref to CL manual.
9011
9012 2004-03-09 Luc Teirlinck <teirllm@auburn.edu>
9013
9014 * minibuf.texi (Completion Commands): Add xref to Emacs manual
9015 for Partial Completion mode.
9016
9017 2004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
9018
9019 * customize.texi: Fix typo. Remove eol whitespace.
9020
9021 2004-03-04 Richard M. Stallman <rms@gnu.org>
9022
9023 * processes.texi: Fix typos.
9024
9025 * lists.texi (Building Lists): Minor clarification.
9026
9027 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
9028 in make-hash-table.
9029
9030 2004-02-29 Juanma Barranquero <lektu@terra.es>
9031
9032 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
9033 rm, and ignore exit code.
9034
9035 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
9036
9037 * display.texi (Defining Faces): Add description for min-colors.
9038 Update example.
9039
9040 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
9041
9042 * abbrevs.texi: Various corrections and clarifications in addition
9043 to the following:
9044 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
9045
9046 2004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
9047
9048 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
9049
9050 2004-02-21 Luc Teirlinck <teirllm@auburn.edu>
9051
9052 * text.texi: Various small changes in addition to the following:
9053 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
9054 to delete-horizontal-space.
9055 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
9056 description of yank-handler text property at various places.
9057
9058 * frames.texi (Window System Selections): Add anchor.
9059
9060 * syntax.texi (Syntax Table Functions): Clarify and correct
9061 descriptions of make-syntax-table and copy-syntax-table.
9062 (Motion and Syntax): Clarify SYNTAXES argument to
9063 skip-syntax-forward.
9064 (Parsing Expressions): Mention that the return value of
9065 parse-partial-sexp is currently a list of ten rather than nine
9066 elements.
9067 (Categories): Various corrections and clarifications.
9068
9069 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
9070
9071 * markers.texi (Marker Insertion Types): Minor change.
9072
9073 * locals.texi (Standard Buffer-Local Variables):
9074 * commands.texi (Interactive Codes, Using Interactive):
9075 * functions.texi (Related Topics): Fix xrefs.
9076
9077 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
9078
9079 * lists.texi (Sets And Lists): Update description of delete-dups.
9080
9081 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
9082
9083 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
9084
9085 2004-02-16 Jan Djärv <jan.h.d@swipnet.se>
9086
9087 * frames.texi (Parameter Access): frame-parameters arg is optional.
9088 modify-frame-parameters handles nil for FRAME.
9089 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
9090 are all-or-nothing for certain toolkits.
9091 Mention parameter wait-for-wm.
9092 (Frames and Windows): In frame-first-window and frame-selected-window
9093 the arg is optional.
9094 (Input Focus): In redirect-frame-focus the second arg is optional.
9095 (Window System Selections): Mention selection type CLIPBOARD.
9096 Mention data-type UTF8_STRING.
9097 Mention numbering of cut buffers.
9098 (Resources): Describe x-resource-name.
9099
9100 2004-02-16 Richard M. Stallman <rms@gnu.org>
9101
9102 * windows.texi (Buffers and Windows): Delete false table
9103 about all-frames.
9104
9105 * syntax.texi (Parsing Expressions): Delete old caveat
9106 about parse-sexp-ignore-comments.
9107
9108 * streams.texi (Output Variables): Add print-quoted.
9109
9110 * lists.texi (Building Lists): Minor cleanup.
9111
9112 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
9113
9114 * display.texi (Overlays): Explain overlays use markers.
9115 (Managing Overlays): Explain front-advance and rear-advance
9116 in more detail.
9117
9118 * loading.texi (Unloading): Document unload-feature-special-hooks.
9119 Get rid of fns-NNN.el file.
9120
9121 2004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
9122
9123 * help.texi (Describing Characters): Fix text-char-description
9124 example output.
9125
9126 * edebug.texi (Using Edebug): Fix example.
9127
9128 * debugging.texi (Internals of Debugger): Fix return value.
9129
9130 * files.texi (Changing Files): Fix argname.
9131
9132 * calendar.texi: Fix parens, and default values.
9133
9134 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
9135 * nonascii.texi, objects.texi, os.texi: Minor fixes.
9136 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
9137
9138 * positions.texi (Text Lines): Don't add -1 in current-line.
9139
9140 2004-02-16 Richard M. Stallman <rms@gnu.org>
9141
9142 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
9143
9144 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
9145
9146 * processes.texi (Low-Level Network): Fix a typo.
9147
9148 2004-02-12 Kim F. Storm <storm@cua.dk>
9149
9150 * display.texi (Fringes): Use consistent wording.
9151 Note that window-fringe's window arg is optional.
9152 (Scroll Bars): Use consistent wording.
9153
9154 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
9155
9156 * tips.texi (Comment Tips): Document the new conventions for
9157 commenting out code.
9158
9159 2004-02-07 Jan Djärv <jan.h.d@swipnet.se>
9160
9161 * positions.texi (Text Lines): Add missing end defun.
9162
9163 2004-02-07 Kim F. Storm <storm@cua.dk>
9164
9165 * positions.texi (Text Lines): Add line-number-at-pos.
9166
9167 2004-02-06 John Paul Wallington <jpw@gnu.org>
9168
9169 * display.texi (Button Properties, Button Buffer Commands):
9170 mouse-2 invokes button, not down-mouse-1.
9171
9172 2004-02-04 Jason Rumney <jasonr@gnu.org>
9173
9174 * makefile.w32-in: Sync with Makefile.in changes.
9175
9176 2004-02-03 Luc Teirlinck <teirllm@auburn.edu>
9177
9178 * minibuf.texi (Text from Minibuffer): Various corrections and
9179 clarifications.
9180 (Object from Minibuffer): Correct Lisp description of
9181 read-minibuffer.
9182 (Minibuffer History): Clarify description of cons values for
9183 HISTORY arguments.
9184 (Basic Completion): Various corrections and clarifications.
9185 Add completion-regexp-list.
9186 (Minibuffer Completion): Correct and clarify description of
9187 completing-read.
9188 (Completion Commands): Mention Partial Completion mode.
9189 Various other minor changes.
9190 (High-Level Completion): Various corrections and clarifications.
9191 (Reading File Names): Ditto.
9192 (Minibuffer Misc): Ditto.
9193
9194 2004-01-26 Luc Teirlinck <teirllm@auburn.edu>
9195
9196 * strings.texi (Text Comparison): assoc-string also matches
9197 elements of alists that are strings instead of conses.
9198 (Formatting Strings): Standardize Texinfo usage. Update index
9199 entries.
9200
9201 2004-01-20 Luc Teirlinck <teirllm@auburn.edu>
9202
9203 * lists.texi (Sets And Lists): Add delete-dups.
9204
9205 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
9206
9207 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
9208 special form.
9209 * macros.texi (Defining Macros): Update description of `declare',
9210 which now is a macro.
9211 (Wrong Time): Fix typos.
9212
9213 2004-01-14 Luc Teirlinck <teirllm@auburn.edu>
9214
9215 * compile.texi (Compilation Functions): Expand descriptions of
9216 `compile-defun', `byte-compile-file', `byte-recompile-directory'
9217 and `batch-byte-compile'. In particular, mention and describe
9218 all optional arguments.
9219 (Disassembly): Correct and clarify the description of `disassemble'.
9220
9221 2004-01-11 Luc Teirlinck <teirllm@auburn.edu>
9222
9223 * searching.texi: Various small changes in addition to the
9224 following.
9225 (Regexp Example): Adapt to new value of `sentence-end'.
9226 (Regexp Functions): The PAREN argument to `regexp-opt' can be
9227 `words'.
9228 (Search and Replace): Add usage note for `perform-replace'.
9229 (Entire Match Data): Mention INTEGERS and REUSE arguments to
9230 `match-data'.
9231 (Standard Regexps): Update for new values of `paragraph-start'
9232 and `sentence-end'.
9233
9234 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
9235
9236 * files.texi (Saving Buffers): Clarify descriptions of
9237 `write-contents-functions' and `before-save-hook'.
9238 Make the defvar's for `before-save-hook' and `after-save-hook'
9239 into defopt's.
9240
9241 2004-01-07 Kim F. Storm <storm@cua.dk>
9242
9243 * commands.texi (Click Events): Describe new image and
9244 width/height elements of click events.
9245 (Accessing Events): Add posn-string, posn-image, and
9246 posn-object-width-height. Change posn-object to return either
9247 image or string object.
9248
9249 2004-01-01 Simon Josefsson <jas@extundo.com>
9250
9251 * hooks.texi (Standard Hooks): Add before-save-hook.
9252 * files.texi (Saving Buffers): Likewise.
9253
9254 2004-01-03 Richard M. Stallman <rms@gnu.org>
9255
9256 * frames.texi (Frames and Windows): Delete frame-root-window.
9257
9258 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
9259
9260 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
9261
9262 * functions.texi: Various small changes in addition to the
9263 following.
9264 (What Is a Function): `functionp' returns nil for macros.
9265 Clarify behavior of this and following functions for symbol arguments.
9266 (Function Documentation): Add `\' in front of (fn @var{arglist})
9267 and explain why.
9268 (Defining Functions): Mention DOCSTRING argument to `defalias'.
9269 Add anchor.
9270 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
9271
9272 2004-01-01 Miles Bader <miles@gnu.org>
9273
9274 * display.texi (Buttons): New section.
9275
9276 2003-12-31 Andreas Schwab <schwab@suse.de>
9277
9278 * numbers.texi (Math Functions): sqrt reports a domain-error
9279 error.
9280 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
9281
9282 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
9283
9284 * tips.texi (Documentation Tips): Update item on hyperlinks in
9285 documentation strings.
9286
9287 * errors.texi (Standard Errors): Various small corrections and
9288 additions.
9289
9290 * control.texi: Various small changes in addition to the
9291 following.
9292 (Signaling Errors): Provide some more details on how `signal'
9293 constructs the error message. Add anchor to the definition of
9294 `signal'.
9295 (Error Symbols): Describe special treatment of `quit'.
9296 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
9297 to emphasize that it has to be a single form.
9298
9299 * buffers.texi: Add anchor.
9300
9301 2003-12-29 Richard M. Stallman <rms@gnu.org>
9302
9303 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
9304 (Window Configurations): Add window-configuration-frame.
9305
9306 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
9307
9308 * text.texi (Examining Properties): Add get-char-property-and-overlay.
9309 Change arg name in get-char-property.
9310 (Special Properties): Update handling of keymap property.
9311
9312 * strings.texi (Modifying Strings): Add clear-string.
9313 (Text Comparison): Add assoc-string and remove
9314 assoc-ignore-case, assoc-ignore-representation.
9315
9316 * os.texi (Time of Day): Add set-time-zone-rule.
9317
9318 * numbers.texi (Math Functions): asin, acos, log, log10
9319 report domain-error errors.
9320
9321 * nonascii.texi (Converting Representations):
9322 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
9323 (Encoding and I/O): Add file-name-coding-system.
9324
9325 * modes.texi (Search-based Fontification): Explain that
9326 face specs are symbols with face names as values.
9327
9328 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
9329
9330 * lists.texi (Building Lists): remq moved elsewhere.
9331 (Sets And Lists): remq moved here.
9332 (Association Lists): Refer to assoc-string.
9333
9334 * internals.texi (Garbage Collection): Add memory-use-counts.
9335
9336 * frames.texi (Frames and Windows): Add set-frame-selected-window
9337 and frame-root-window.
9338
9339 * files.texi (Contents of Directories):
9340 Add directory-files-and-attributes.
9341
9342 * display.texi (Refresh Screen): Add force-window-update.
9343 (Invisible Text): Explain about moving point out of invis text.
9344 (Overlay Properties): Add overlay-properties.
9345 (Managing Overlays): Add overlayp.
9346 (GIF Images): Invalid image number displays a hollow box.
9347
9348 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
9349 (Killing Buffers): Add buffer-live-p.
9350
9351 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
9352
9353 * display.texi (Fringes): Fix typo "set-buffer-window".
9354
9355 2003-12-24 Luc Teirlinck <teirllm@auburn.edu>
9356
9357 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
9358 * nonascii.texi, processes.texi, tips.texi, variables.texi:
9359 Add or change various xrefs and anchors.
9360
9361 * commands.texi: Replace all occurrences of @acronym{CAR} with
9362 @sc{car}, for consistency with the rest of the Elisp manual.
9363 `car' and `cdr' are historically acronyms, but are no longer
9364 widely thought of as such.
9365
9366 * internals.texi (Pure Storage): Mention that `purecopy' does not
9367 copy text properties.
9368 (Object Internals): Now 29 bits are used (in most implementations)
9369 to address Lisp objects.
9370
9371 * variables.texi (Variables with Restricted Values): New node.
9372
9373 * objects.texi (Lisp Data Types): Mention that certain variables
9374 can only take on a restricted set of values and add an xref to
9375 the new node "Variables with Restricted Values".
9376
9377 * eval.texi (Function Indirection): Describe the errors that
9378 `indirect-function' can signal.
9379 (Eval): Clarify the descriptions of `eval-region' and `values'.
9380 Describe `eval-buffer' instead of `eval-current-buffer' and
9381 mention `eval-current-buffer' as an alias for `current-buffer'.
9382 Correct the description and mention all optional arguments.
9383
9384 * nonascii.texi: Various small changes in addition to the
9385 following.
9386 (Converting Representations): Clarify behavior of
9387 `string-make-multibyte' and `string-to-multibyte' for unibyte all
9388 ASCII arguments.
9389 (Character Sets): Document the variable `charset-list' and adapt
9390 the definition of the function `charset-list' accordingly.
9391 (Translation of Characters): Clarify use of generic characters in
9392 `make-translation-table'. Clarify and correct the description of
9393 the use of translation tables in encoding and decoding.
9394 (User-Chosen Coding Systems): Correct and clarify the description
9395 of `select-safe-coding-system'.
9396 (Default Coding Systems): Clarify description of
9397 `file-coding-system-alist'.
9398
9399 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
9400
9401 * strings.texi (Text Comparison): Correctly describe when two
9402 strings are `equal'. Combine and clarify descriptions of
9403 `assoc-ignore-case' and `assoc-ignore-representation'.
9404
9405 * objects.texi (Non-ASCII in Strings): Clarify description of
9406 when a string is unibyte or multibyte.
9407 (Bool-Vector Type): Update examples.
9408 (Equality Predicates): Correctly describe when two strings are
9409 `equal'.
9410
9411 2003-11-29 Luc Teirlinck <teirllm@auburn.edu>
9412
9413 * lists.texi (Building Lists): `append' no longer accepts integer
9414 arguments. Update the description of `number-sequence' to reflect
9415 recent changes.
9416 (Sets And Lists): Describe `member-ignore-case' after `member'.
9417
9418 2003-11-27 Kim F. Storm <storm@cua.dk>
9419
9420 * commands.texi (Click Events): Click object may be an images.
9421 Describe (dx . dy) element of click positions.
9422 (Accessing Events): Remove duplicate posn-timestamp.
9423 New functions posn-object and posn-object-x-y.
9424
9425 2003-11-23 Kim F. Storm <storm@cua.dk>
9426
9427 * commands.texi (Click Events): Describe enhancements to event
9428 position lists, including new text-pos and (col . row) items.
9429 Mention left-fringe and right-fringe area events.
9430 (Accessing Events): New functions posn-area and
9431 posn-actual-col-row. Mention posn-timestamp. Mention that
9432 posn-point in non-text area still returns buffer position.
9433 Clarify posn-col-row.
9434
9435 2003-11-21 Lars Hansen <larsh@math.ku.dk>
9436
9437 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
9438 * anti.texi (File Attributes): Describe removed parameter
9439 ID-FORMAT.
9440
9441 2003-11-20 Luc Teirlinck <teirllm@auburn.edu>
9442
9443 * positions.texi (Positions): Mention that, if a marker is used as
9444 a position, its buffer is ignored.
9445
9446 * markers.texi (Overview of Markers): Mention it here too.
9447
9448 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
9449
9450 * numbers.texi (Numeric Conversions): Not just `floor', but also
9451 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
9452
9453 2003-11-10 Luc Teirlinck <teirllm@auburn.edu>
9454
9455 * markers.texi (Creating Markers): Specify insertion type of
9456 created markers. Add xref to `Marker Insertion Types'.
9457 Second argument to `copy-marker' is optional.
9458 (Marker Insertion Types): Mention that most markers are created
9459 with insertion type nil.
9460 (The Mark): Correctly describe when `mark' signals an error.
9461 (The Region): Correctly describe when `region-beginning' and
9462 `region-end' signal an error.
9463
9464 2003-11-08 Luc Teirlinck <teirllm@auburn.edu>
9465
9466 * hash.texi (Creating Hash): Clarify description of `eql'.
9467 `makehash' is obsolete.
9468 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
9469
9470 * positions.texi (Point): Change description of `buffer-end', so
9471 that it is also correct for floating point arguments.
9472 (List Motion): Correct argument lists of `beginning-of-defun' and
9473 `end-of-defun'.
9474 (Excursions): Add xref to `Marker Insertion Types'.
9475 (Narrowing): Argument to `narrow-to-page' is optional.
9476
9477 2003-11-06 Luc Teirlinck <teirllm@auburn.edu>
9478
9479 * streams.texi (Output Streams): Clarify behavior of point for
9480 marker output streams.
9481
9482 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
9483
9484 * variables.texi (Defining Variables): Second argument to
9485 `defconst' is not optional.
9486 (Setting Variables): Mention optional argument APPEND to
9487 `add-to-list'.
9488 (Creating Buffer-Local): Expand description of
9489 `make-variable-buffer-local'.
9490 (Frame-Local Variables): Expand description of
9491 `make-variable-frame-local'.
9492 (Variable Aliases): Correct description of optional argument
9493 DOCSTRING to `defvaralias'. Mention return value of
9494 `defvaralias'.
9495 (File Local Variables): Add xref to `File variables' in Emacs
9496 Manual. Correct description of `hack-local-variables'. Mention
9497 `safe-local-variable' property. Mention optional second argument
9498 to `risky-local-variable-p'.
9499
9500 2003-11-03 Luc Teirlinck <teirllm@auburn.edu>
9501
9502 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
9503
9504 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9505
9506 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
9507 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
9508 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
9509 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
9510 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
9511 lispref/processes.texi, lispref/searching.texi,
9512 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
9513 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
9514 @acronym{FOO}.
9515
9516 2003-10-27 Luc Teirlinck <teirllm@auburn.edu>
9517
9518 * strings.texi (Creating Strings): Argument START to `substring'
9519 can not be `nil'. Expand description of
9520 `substring-no-properties'. Correct description of `split-string',
9521 especially with respect to empty matches. Prevent very bad line
9522 break in definition of `split-string-default-separators'.
9523 (Text Comparison): `string=' and `string<' also accept symbols as
9524 arguments.
9525 (String Conversion): More completely describe argument BASE in
9526 `string-to-number'.
9527 (Formatting Strings): `%s' and `%S' in `format' do require
9528 corresponding object. Clarify behavior of numeric prefix after
9529 `%' in `format'.
9530 (Case Conversion): The argument to `upcase-initials' can be a
9531 character.
9532
9533 2003-10-27 Kenichi Handa <handa@m17n.org>
9534
9535 * display.texi (Fontsets): Fix texinfo usage.
9536
9537 2003-10-25 Kenichi Handa <handa@m17n.org>
9538
9539 * display.texi (Fontsets): Add description of the function
9540 set-fontset-font.
9541
9542 2003-10-23 Luc Teirlinck <teirllm@auburn.edu>
9543
9544 * display.texi (Temporary Displays): Add xref to `Documentation
9545 Tips'.
9546
9547 * functions.texi (Function Safety): Use inforef instead of pxref
9548 for SES.
9549
9550 2003-10-23 Andreas Schwab <schwab@suse.de>
9551
9552 * Makefile.in (TEX, texinputdir): Don't define.
9553 (TEXI2DVI): Define.
9554 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
9555 add $(srcdir)/index.texi.
9556 ($(infodir)/elisp): Remove index.texi dependency.
9557 (elisp.dvi): Likewise. Use $(TEXI2DVI).
9558 (index.texi): Remove target.
9559 (dist): Don't link $(srcdir)/permute-index.
9560 (clean): Don't remove index.texi.
9561
9562 * permute-index, index.perm: Remove.
9563 * index.texi: Rename from index.unperm.
9564
9565 2003-10-22 Luc Teirlinck <teirllm@auburn.edu>
9566
9567 * tips.texi (Documentation Tips): Document new behavior for face
9568 and variable hyperlinks in Help mode.
9569
9570 2003-10-21 Luc Teirlinck <teirllm@auburn.edu>
9571
9572 * objects.texi (Integer Type): Update for extra bit of integer range.
9573 (Character Type): Ditto.
9574
9575 2003-10-16 Eli Zaretskii <eliz@gnu.org>
9576
9577 * numbers.texi (Integer Basics): Add index entries for reading
9578 numbers in hex, octal, and binary.
9579
9580 2003-10-16 Lute Kamstra <lute@gnu.org>
9581
9582 * modes.texi (Mode Line Format): Mention force-mode-line-update's
9583 argument.
9584
9585 2003-10-13 Luc Teirlinck <teirllm@auburn.edu>
9586
9587 * windows.texi (Choosing Window): Fix typo.
9588 * edebug.texi (Edebug Execution Modes): Fix typo.
9589
9590 2003-10-13 Richard M. Stallman <rms@gnu.org>
9591
9592 * windows.texi (Basic Windows): A window has fringe settings,
9593 display margins and scroll-bar settings.
9594 (Splitting Windows): Doc split-window return value.
9595 Clean up one-window-p.
9596 (Selecting Windows): Fix typo.
9597 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
9598 (Buffers and Windows): In set-window-buffer, explain effect
9599 on fringe settings and scroll bar settings.
9600 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
9601 (Choosing Window): Use defopt for pop-up-frame-function.
9602 For special-display-buffer-names, explain same-window and same-frame.
9603 Clarify window-dedicated-p return value.
9604 (Textual Scrolling): scroll-up and scroll-down can get an error.
9605 (Horizontal Scrolling): Clarify auto-hscroll-mode.
9606 Clarify set-window-hscroll.
9607 (Size of Window): Don't mention tool bar in window-height.
9608 (Coordinates and Windows): Explain what coordinates-in-window-p
9609 returns for fringes and display margins.
9610 (Window Configurations): Explain saving fringes, etc.
9611
9612 * tips.texi (Library Headers): Clean up Documentation.
9613
9614 * syntax.texi (Parsing Expressions): Clean up forward-comment
9615 and parse-sexp-lookup-properties.
9616
9617 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
9618
9619 * os.texi (System Environment): Clean up text for load-average errors.
9620
9621 * modes.texi (Hooks): Don't explain local hook details at front.
9622 Clarify run-hooks and run-hook-with-args a little.
9623 Clean up add-hook and remove-hook.
9624
9625 * edebug.texi (Edebug Execution Modes): Clarify t.
9626 Document edebug-sit-for-seconds.
9627 (Coverage Testing): Document C-x X = and =.
9628 (Instrumenting Macro Calls): Fix typo.
9629 (Specification List): Don't index the specification keywords.
9630
9631 2003-10-10 Kim F. Storm <storm@cua.dk>
9632
9633 * processes.texi (Network): Introduce make-network-process.
9634
9635 2003-10-09 Luc Teirlinck <teirllm@auburn.edu>
9636
9637 * tips.texi (Library Headers): Fix typo.
9638
9639 2003-10-07 Juri Linkov <juri@jurta.org>
9640
9641 * modes.texi (Imenu): Mention imenu-create-index-function's
9642 default value. Explain submenus better.
9643
9644 2003-10-07 Lute Kamstra <lute@gnu.org>
9645
9646 * modes.texi (Faces for Font Lock): Fix typo.
9647 (Hooks): Explain how buffer-local hook variables can refer to
9648 global hook variables.
9649 Various minor clarifications.
9650
9651 2003-10-06 Lute Kamstra <lute@gnu.org>
9652
9653 * tips.texi (Coding Conventions): Mention naming conventions for
9654 hooks.
9655
9656 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
9657
9658 * loading.texi (Library Search): Correct default value of
9659 load-suffixes.
9660 (Named Features): Fix typo.
9661
9662 2003-10-05 Richard M. Stallman <rms@gnu.org>
9663
9664 * loading.texi (Named Features): In `provide',
9665 say how to test for subfeatures.
9666 (Unloading): In unload-feature, use new var name
9667 unload-feature-special-hooks.
9668
9669 2003-10-03 Lute Kamstra <lute@gnu.org>
9670
9671 * modes.texi (Major Mode Conventions): Mention third way to set up
9672 Imenu.
9673 (Imenu): A number of small fixes.
9674 Delete documentation of internal variable imenu--index-alist.
9675 Document the return value format of imenu-create-index-function
9676 functions.
9677
9678 2003-09-30 Richard M. Stallman <rms@gnu.org>
9679
9680 * processes.texi (Network): Say what stopped datagram connections do.
9681
9682 * lists.texi (Association Lists): Clarify `assq-delete-all'.
9683
9684 * display.texi (Overlay Properties): Clarify `evaporate' property.
9685
9686 2003-09-29 Lute Kamstra <lute@gnu.org>
9687
9688 * modes.texi (Mode Line Data): Explain when symbols in mode-line
9689 constructs should be marked as risky.
9690 Change cons cell into proper list.
9691 (Mode Line Variables): Change cons cell into proper list.
9692
9693 2003-09-26 Lute Kamstra <lute@gnu.org>
9694
9695 * modes.texi (Mode Line Data): Document the :propertize construct.
9696 (Mode Line Variables): Reorder the descriptions of the variables
9697 to match their order in the default mode-line-format.
9698 Describe the new variables mode-line-position and mode-line-modes.
9699 Update the default values of mode-line-frame-identification,
9700 minor-mode-alist, and default-mode-line-format.
9701 (Properties in Mode): Mention the :propertize construct.
9702
9703 2003-09-26 Richard M. Stallman <rms@gnu.org>
9704
9705 * buffers.texi, commands.texi, debugging.texi, eval.texi:
9706 * loading.texi, minibuf.texi, text.texi, variables.texi:
9707 Avoid @strong{Note:}.
9708
9709 2003-09-26 Richard M. Stallman <rms@gnu.org>
9710
9711 * keymaps.texi (Remapping Commands): Fix typo.
9712
9713 2003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
9714
9715 * processes.texi (Low-Level Network): Fix typo.
9716
9717 2003-09-23 Kim F. Storm <storm@cua.dk>
9718
9719 * processes.texi (Network, Network Servers): Fix typos.
9720 (Low-Level Network): Add timeout value for :server keyword.
9721 Add new option keywords to make-network-process.
9722 Add set-network-process-options.
9723 Explain how to test availability of network options.
9724
9725 2003-09-19 Richard M. Stallman <rms@gnu.org>
9726
9727 * text.texi (Motion by Indent): Arg to
9728 backward-to-indentation and forward-to-indentation is optional.
9729
9730 * strings.texi (Creating Strings): Add substring-no-properties.
9731
9732 * processes.texi
9733 (Process Information): Add list-processes arg QUERY-ONLY.
9734 Delete process-contact from here.
9735 Add new status values for process-status.
9736 Add process-get, process-put, process-plist, set-process-plist.
9737 (Synchronous Processes): Add call-process-shell-command.
9738 (Signals to Processes): signal-process allows process objects.
9739 (Network): Complete rewrite.
9740 (Network Servers, Datagrams, Low-Level Network): New nodes.
9741
9742 * positions.texi (Word Motion): forward-word, backward-word
9743 arg is optional. Reword.
9744
9745 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
9746
9747 * variables.texi (Creating Buffer-Local):
9748 Delete duplicate definition of buffer-local-value.
9749 (File Local Variables): Explain about discarding text props.
9750
9751 2003-09-11 Richard M. Stallman <rms@gnu.org>
9752
9753 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
9754 changes variables that record input events.
9755 (Minibuffer Misc): Add minibuffer-selected-window.
9756
9757 * lists.texi (Building Lists): Add copy-tree.
9758
9759 * display.texi (Fontsets): Add char-displayable-p.
9760 (Scroll Bars): New node.
9761
9762 2003-09-08 Lute Kamstra <lute@gnu.org>
9763
9764 * modes.texi (%-Constructs): Document new `%i' and `%I'
9765 constructs.
9766
9767 2003-09-03 Peter Runestig <peter@runestig.com>
9768
9769 * makefile.w32-in: New file.
9770
9771 2003-08-29 Richard M. Stallman <rms@gnu.org>
9772
9773 * display.texi (Overlay Properties): Clarify how priorities
9774 affect use of the properties.
9775
9776 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9777
9778 * customize.texi (Type Keywords): Correct the description of
9779 `:help-echo' in the case where `motion-doc' is a function.
9780
9781 2003-08-14 John Paul Wallington <jpw@gnu.org>
9782
9783 * modes.texi (Emulating Mode Line): Subsection, not section.
9784
9785 2003-08-13 Richard M. Stallman <rms@gnu.org>
9786
9787 * elisp.texi (Top): Update subnode lists in menu.
9788
9789 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
9790 (Kill Functions): kill-region has new arg yank-handler.
9791 (Yanking): New node.
9792 (Yank Commands): Add yank-undo-function.
9793 (Low-Level Kill Ring):
9794 kill-new and kill-append have new arg yank-handler.
9795 (Changing Properties): Add remove-list-of-text-properties.
9796 (Atomic Changes): New node.
9797
9798 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
9799
9800 * streams.texi (Output Variables): Add eval-expression-print-length
9801 and eval-expression-print-level.
9802
9803 * os.texi (Time Conversion): For encode-time, explain limits on year.
9804
9805 * objects.texi (Character Type): Define anchor "modifier bits".
9806
9807 * modes.texi (Emulating Mode Line): New node.
9808 (Search-based Fontification): Font Lock uses font-lock-face property.
9809 (Other Font Lock Variables): Likewise.
9810
9811 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
9812 not vectors.
9813 (Active Keymaps): Add emulation-mode-map-alists.
9814 (Functions for Key Lookup): key-binding has new arg no-remap.
9815 (Remapping Commands): New node.
9816 (Scanning Keymaps): where-is-internal has new arg no-remap.
9817 (Tool Bar): Add tool-bar-local-item-from-menu.
9818 Clarify when to use tool-bar-add-item-from-menu.
9819
9820 * commands.texi (Interactive Call): commandp has new arg.
9821 (Command Loop Info): Add this-original-command.
9822
9823 2003-08-06 John Paul Wallington <jpw@gnu.org>
9824
9825 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
9826
9827 * display.texi (Warning Basics): Fix typo.
9828 (Fringes): Add closing curly bracket and fix typo.
9829
9830 * elisp.texi (Top): Fix typo.
9831
9832 2003-08-05 Richard M. Stallman <rms@gnu.org>
9833
9834 * elisp.texi: Update lists of subnodes.
9835
9836 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
9837
9838 * variables.texi (Local Variables): Use lc for example variable names.
9839
9840 * tips.texi (Library Headers): Explain where to put -*-.
9841
9842 * strings.texi (Creating Strings): Fix xref for vconcat.
9843
9844 * sequences.texi (Vector Functions):
9845 vconcat no longer allows integer args.
9846
9847 * minibuf.texi (Reading File Names): read-file-name has new
9848 arg PREDICATE. New function read-directory-name.
9849
9850 * macros.texi (Defining Macros): Give definition of `declare'.
9851 (Indenting Macros): New node.
9852
9853 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
9854 (Window Frame Parameters): Make separate table of parameters
9855 that are coupled with specific face attributes.
9856 (Deleting Frames): delete-frame-hooks renamed to
9857 delete-frame-functions.
9858
9859 * files.texi (Magic File Names): Add file-remote-p.
9860 Clarify file-local-copy.
9861
9862 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
9863 here; instead xref Defining Macros.
9864
9865 * display.texi (Warnings): New node, and subnodes.
9866 (Fringes): New node.
9867
9868 * debugging.texi (Test Coverage): New node.
9869
9870 * compile.texi (Compiler Errors): Explain with-no-warnings
9871 and other ways to suppress warnings.
9872
9873 * commands.texi (Interactive Call): Minor clarification.
9874
9875 * buffers.texi (Buffer File Name): set-visited-file-name
9876 renames the buffer too.
9877
9878 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
9879
9880 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
9881
9882 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
9883
9884 2003-07-22 Markus Rost <rost@math.ohio-state.edu>
9885
9886 * internals.texi (Garbage Collection): Fix previous change.
9887
9888 2003-07-22 Richard M. Stallman <rms@gnu.org>
9889
9890 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
9891
9892 * display.texi (Width): Use \s syntax in example.
9893 (Font Selection): Add face-font-rescale-alist.
9894
9895 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
9896 Remove spurious indent in example.
9897
9898 * lists.texi (Building Lists): Add number-sequence.
9899
9900 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
9901
9902 * functions.texi (Function Documentation): Explain how to
9903 show calling convention explicitly in the doc string.
9904
9905 * windows.texi (Selecting Windows): save-selected-window saves
9906 selected window of each frame.
9907 (Window Configurations): Minor change.
9908
9909 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
9910
9911 * streams.texi (Output Variables): Add print-continuous-numbering
9912 and print-number-table.
9913
9914 * processes.texi (Decoding Output): New node.
9915
9916 * os.texi (Time Conversion): decode-time arg is optional.
9917
9918 * objects.texi (Character Type): Don't use space as example for \.
9919 Make list of char names and \-sequences correspond.
9920 Explain that \s is not used in strings. `\ ' needs space after.
9921
9922 * nonascii.texi (Converting Representations): Add string-to-multibyte.
9923 (Translation of Characters): Add translation-table-for-input.
9924 (Default Coding Systems): Add auto-coding-functions.
9925 (Explicit Encoding): Add decode-coding-inserted-region.
9926 (Locales): Add locale-info.
9927
9928 * minibuf.texi (Basic Completion): Describe test-completion.
9929 Collections can be lists of strings.
9930 Clean up lazy-completion-table.
9931 (Programmed Completion): Mention test-completion.
9932 Clarify why lambda expressions are not accepted.
9933 (Minibuffer Misc): Describe minibufferp.
9934
9935 2003-07-14 Richard M. Stallman <rms@gnu.org>
9936
9937 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
9938
9939 * windows.texi (Selecting Windows): New arg to select-window.
9940 (Selecting Windows): Add with-selected-window.
9941 (Size of Window): Add window-inside-edges, etc.
9942
9943 * internals.texi (Garbage Collection): Add post-gc-hook.
9944
9945 * processes.texi (Subprocess Creation): Add exec-suffixes.
9946
9947 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
9948 (Scanning Keymaps): Add map-keymaps.
9949 (Defining Menus): Add keymap-prompt.
9950
9951 * numbers.texi (Integer Basics): Add most-positive-fixnum,
9952 most-negative-fixnum.
9953
9954 * compile.texi (Byte Compilation): Explain no-byte-compile.
9955 (Compiler Errors): New node.
9956
9957 * os.texi (User Identification): user-uid, user-real-uid
9958 can return float.
9959
9960 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
9961 and about derived modes.
9962 (Minor Modes): Add minor-mode-list.
9963 (Defining Minor Modes): Keyword args for define-minor-mode.
9964 (Search-based Fontification): Explain managing other properties.
9965 (Other Font Lock Variables): Add font-lock-extra-managed-props.
9966 (Faces for Font Lock): Add font-lock-preprocessor-face.
9967 (Hooks): Add run-mode-hooks and delay-mode-hooks.
9968
9969 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
9970 (Variable Aliases): Clarify defvaralias.
9971
9972 * loading.texi (Library Search): Add load-suffixes.
9973
9974 * minibuf.texi (Basic Completion): Add lazy-completion-table.
9975 (Programmed Completion): Add dynamic-completion-table.
9976
9977 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
9978 (Magic File Names): Specify precedence order of handlers.
9979
9980 * commands.texi (Command Overview): Emacs server runs pre-command-hook
9981 and post-command-hook.
9982 (Waiting): New calling convention for sit-for.
9983
9984 * text.texi (Special Properties): local-map and keymap properties
9985 apply based on their stickiness.
9986
9987 2003-07-07 Richard M. Stallman <rms@gnu.org>
9988
9989 * modes.texi (Minor Mode Conventions): Specify only some kinds
9990 of list values as args to minor modes.
9991
9992 * files.texi (File Name Expansion): Warn about iterative use
9993 of substitute-in-file-name.
9994
9995 * advice.texi (Activation of Advice): Clean up previous change.
9996
9997 2003-07-06 Markus Rost <rost@math.ohio-state.edu>
9998
9999 * advice.texi (Activation of Advice): Note that ad-start-advice is
10000 turned on by default.
10001
10002 2003-06-30 Richard M. Stallman <rms@gnu.org>
10003
10004 * text.texi (Buffer Contents): Document current-word.
10005 (Change Hooks): Not called for *Messages*.
10006
10007 * functions.texi (Defining Functions): Explain about redefining
10008 primitives.
10009 (Function Safety): Rename. Minor changes.
10010 Comment out the detailed criteria for what is safe.
10011
10012 2003-06-22 Andreas Schwab <schwab@suse.de>
10013
10014 * objects.texi (Symbol Type): Fix description of examples.
10015
10016 2003-06-16 Andreas Schwab <schwab@suse.de>
10017
10018 * hash.texi (Creating Hash): Fix description of :weakness.
10019
10020 2003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
10021
10022 * files.texi (Changing Files): copy-file copies file modes, too.
10023
10024 2003-05-28 Richard M. Stallman <rms@gnu.org>
10025
10026 * strings.texi (Creating Strings): Clarify split-string.
10027
10028 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
10029
10030 * strings.texi (Creating Strings): Update split-string specification
10031 and examples.
10032
10033 2003-05-19 Richard M. Stallman <rms@gnu.org>
10034
10035 * elisp.texi: Correct invariant section names.
10036
10037 2003-04-20 Richard M. Stallman <rms@gnu.org>
10038
10039 * os.texi (Timers): Explain about timers and quitting.
10040
10041 2003-04-19 Richard M. Stallman <rms@gnu.org>
10042
10043 * internals.texi (Writing Emacs Primitives): Strings are
10044 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
10045 Explain GCPRO convention for varargs function args.
10046
10047 2003-04-16 Richard M. Stallman <rms@gnu.org>
10048
10049 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
10050
10051 2003-04-08 Richard M. Stallman <rms@gnu.org>
10052
10053 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
10054
10055 2003-02-13 Kim F. Storm <storm@cua.dk>
10056
10057 * objects.texi (Character Type): New \s escape for space.
10058
10059 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
10060
10061 * os.texi (System Environment): Add cygwin system-type.
10062
10063 2003-01-25 Richard M. Stallman <rms@gnu.org>
10064
10065 * keymaps.texi: Document that a symbol can act as a keymap.
10066
10067 2003-01-13 Richard M. Stallman <rms@gnu.org>
10068
10069 * text.texi (Changing Properties): Say string indices are origin-0.
10070
10071 * positions.texi (Screen Lines) <compute-motion>:
10072 Correct order of elts in return value.
10073
10074 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
10075 how to define a default binding.
10076
10077 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
10078
10079 * loading.texi (Unloading): Fix recent change for load-history.
10080
10081 * customize.texi (Simple Types): Clarify description of custom
10082 type 'number. Describe new custom type 'float.
10083
10084 2002-12-04 Markus Rost <rost@math.ohio-state.edu>
10085
10086 * variables.texi (File Local Variables): Fix typo.
10087
10088 2002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
10089
10090 From Michael Albinus <Michael.Albinus@alcatel.de>.
10091
10092 * README: Target for Info file is `make info'.
10093
10094 * files.texi (File Name Components): Fix typos in
10095 `file-name-sans-extension'.
10096 (Magic File Names): Complete list of operations for magic file
10097 name handlers.
10098
10099 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
10100
10101 * variables.texi (File Local Variables): New function
10102 risky-local-variable-p.
10103
10104 2002-09-15 Jonathan Yavner <jyavner@engineer.com>
10105
10106 * functions.texi (Function safety): New node about unsafep.
10107
10108 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
10109
10110 * customize.texi (Splicing into Lists): Fix example.
10111 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
10112
10113 2002-06-17 Juanma Barranquero <lektu@terra.es>
10114
10115 * frames.texi (Display Feature Testing): Fix typo.
10116
10117 2002-06-12 Andreas Schwab <schwab@suse.de>
10118
10119 * frames.texi (Initial Parameters, Resources): Fix references to
10120 the Emacs manual.
10121
10122 2002-05-13 Kim F. Storm <storm@cua.dk>
10123
10124 * variables.texi (Intro to Buffer-Local): Updated warning and
10125 example relating to changing buffer inside let.
10126
10127 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
10128
10129 * os.texi (Session Management): New node about X Session management.
10130
10131 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
10132
10133 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
10134 to which the manual corresponds, and the copyright years.
10135
10136 * Makefile.in (VERSION): Set to 2.9.
10137
10138 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
10139
10140 * elisp.texi: Change the category in @dircategory to "Emacs", to
10141 make it consistent with info/dir.
10142
10143 2001-11-25 Miles Bader <miles@gnu.org>
10144
10145 * text.texi (Fields): Describe new `limit' arg in
10146 field-beginning/field-end.
10147
10148 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
10149
10150 * permute-index: Don't depend on csh-specific features.
10151 Replace the interpreter name with /bin/sh.
10152
10153 * two-volume-cross-refs.txt: New file.
10154 * two.el: New file.
10155 * spellfile: New file.
10156
10157 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
10158
10159 * permute-index: New file.
10160
10161 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
10162 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
10163 8+3 restricted namespace.
10164
10165 * Makefile.in (infodir): Define relative to $(srcdir).
10166 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
10167 include directories list via -I switch to makeinfo.
10168 (index.texi): Use cp if both hard and symbolic links fail.
10169
10170 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
10171
10172 * Makefile.in (distclean): Add.
10173
10174 The following changes make ELisp manual part of the Emacs
10175 distribution:
10176
10177 * Makefile.in: Add Copyright notice.
10178 (prefix): Remove.
10179 (infodir): Change value to "../info".
10180 (VPATH): New variable.
10181 (MAKE): Don't define.
10182 (texmacrodir): Don't define.
10183 (texinputdir): Append the existing value of TEXINPUTS.
10184 ($(infodir)/elisp): Instead of just "elisp". Reformat the
10185 command to be compatible with man/Makefile.in, and to put the
10186 output into ../info.
10187 (info): Add target.
10188 (installall): Target removed.
10189
10190 2001-10-31 Pavel Janík <Pavel@Janik.cz>
10191
10192 * tips.texi (Coding Conventions): Fix typo.
10193
10194 2001-10-23 Gerd Moellmann <gerd@gnu.org>
10195
10196 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
10197
10198 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
10199
10200 * files.texi (File Name Components): Update the description of
10201 file-name-sans-extension and file-name-extension, as they now
10202 ignore leading dots.
10203
10204 2001-10-20 Gerd Moellmann <gerd@gnu.org>
10205
10206 * (Version 21.1 released.)
10207
10208 2001-10-19 Miles Bader <miles@gnu.org>
10209
10210 * positions.texi (Text Lines): Describe behavior of
10211 `beginning-of-line'/`end-of-line' in the presence of field properties.
10212
10213 2001-10-17 Gerd Moellmann <gerd@gnu.org>
10214
10215 * Makefile.in (VERSION): Set to 2.8.
10216 (manual): Use `manual-21'.
10217
10218 * elisp.texi (VERSION): Add and use it where the version
10219 number was used. Set it to 2.8.
10220
10221 * intro.texi: Likewise.
10222
10223 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
10224
10225 * files.texi (File Name Completion): Document the significance of
10226 a trailing slash in elements of completion-ignored-extensions.
10227
10228 2001-10-06 Miles Bader <miles@gnu.org>
10229
10230 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
10231
10232 2001-10-04 Gerd Moellmann <gerd@gnu.org>
10233
10234 * variables.texi (Variable Aliases): New node.
10235
10236 2001-10-04 Gerd Moellmann <gerd@gnu.org>
10237
10238 * Branch for 21.1.
10239
10240 2001-10-02 Miles Bader <miles@gnu.org>
10241
10242 * minibuf.texi (Minibuffer Misc): Add entries for
10243 `minibuffer-contents', `minibuffer-contents-no-properties', and
10244 `delete-minibuffer-contents'.
10245 Correct description for `minibuffer-prompt-end'.
10246
10247 * text.texi (Property Search): Correct descriptions of
10248 `next-char-property-change' and `previous-char-property-change'.
10249 Add entries for `next-single-char-property-change' and
10250 `previous-single-char-property-change'.
10251 Make operand names a bit more consistent.
10252
10253 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
10254
10255 * frames.texi (Finding All Frames): Document that next-frame and
10256 previous-frame are local to current terminal.
10257
10258 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
10259
10260 * keymaps.texi (Creating Keymaps): Fix the description of the
10261 result of make-keymap.
10262
10263 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
10264
10265 * display.texi (Font Lookup, Attribute Functions)
10266 (Image Descriptors): Add cross-references to the definition of
10267 selected frame.
10268
10269 * buffers.texi (The Buffer List): Add cross-references to the
10270 definition of selected frame.
10271
10272 * frames.texi (Input Focus): Clarify which frame is _the_ selected
10273 frame at any given time.
10274 (Multiple Displays, Size and Position): Add a cross-reference to
10275 the definition of the selected frame.
10276
10277 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
10278
10279 * strings.texi (String Conversion) <string-to-number>: Document
10280 that a float is returned for integers that are too large.
10281
10282 * frames.texi (Mouse Position): Document mouse-position-function.
10283 (Display Feature Testing): Document display-images-p.
10284 (Window Frame Parameters): Document the cursor-type variable.
10285
10286 * numbers.texi (Integer Basics): Document CL style read syntax for
10287 integers in bases other than 10.
10288
10289 * positions.texi (List Motion):
10290 Document open-paren-in-column-0-is-defun-start.
10291
10292 * lists.texi (Sets And Lists): Document member-ignore-case.
10293
10294 * internals.texi (Garbage Collection): Document the used and free
10295 strings report.
10296 (Memory Usage): Document strings-consed.
10297
10298 * os.texi (Time of Day): Document float-time.
10299 (Recording Input): Document that clear-this-command-keys clears
10300 the vector to be returned by recent-keys.
10301
10302 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
10303 argument keymap can be a list.
10304
10305 * nonascii.texi (User-Chosen Coding Systems)
10306 <select-safe-coding-system>: Document the new argument
10307 accept-default-p and the variable
10308 select-safe-coding-system-accept-default-p. Tell what happens if
10309 buffer-file-coding-system is undecided.
10310 (Default Coding Systems): Document auto-coding-regexp-alist.
10311
10312 * display.texi (The Echo Area) <message>: Document
10313 message-truncate-lines.
10314 (Glyphs): Document that the glyph table is unused on windowed
10315 displays.
10316
10317 * help.texi (Describing Characters) <single-key-description>:
10318 Document the new argument no-angles.
10319 (Accessing Documentation) <documentation-property>: Document that
10320 a non-string property is evaluated.
10321 <documentation>: Document that the function-documentation property
10322 is looked for.
10323
10324 * windows.texi (Selecting Windows): Document some-window.
10325
10326 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
10327
10328 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
10329 apropos-mode-hook.
10330
10331 * commands.texi (Using Interactive): Document interactive-form.
10332 (Keyboard Macros): Document kbd-macro-termination-hook.
10333 (Command Loop Info): Document that clear-this-command-keys clears
10334 the vector to be returned by recent-keys.
10335
10336 2001-09-04 Werner LEMBERG <wl@gnu.org>
10337
10338 * Makefile.in (srcdir, texinputdir): New variables.
10339 (srcs, index.texi, install): Use $(srcdir).
10340 (.PHONY): Remove elisp.dvi.
10341 (elisp): Use -I switch for makeinfo.
10342 (elisp.dvi): Use $(srcdir) and $(texinputdir).
10343 (installall, dist): Use $(srcdir).
10344 Fix path to texinfo.tex.
10345 (maintainer-clean): Add elisp.dvi and elisp.oaux.
10346
10347 2001-08-30 Gerd Moellmann <gerd@gnu.org>
10348
10349 * display.texi (Conditional Display): Adjust to API change.
10350
10351 * configure: New file.
10352
10353 2001-07-30 Gerd Moellmann <gerd@gnu.org>
10354
10355 * commands.texi (Repeat Events): Add description of
10356 double-click-fuzz.
10357
10358 2001-05-08 Stefan Monnier <monnier@cs.yale.edu>
10359
10360 * syntax.texi (Syntax Class Table): Add the missing designator for
10361 comment and string fences.
10362 (Syntax Properties): Add a xref to syntax table internals.
10363 (Syntax Table Internals): Document string-to-syntax.
10364
10365 2001-05-07 Gerd Moellmann <gerd@gnu.org>
10366
10367 * Makefile.in (install): Use install-info command line options
10368 like in Emacs' Makefile.in.
10369
10370 2000-12-09 Miles Bader <miles@gnu.org>
10371
10372 * windows.texi (Window Start): Update documentation for
10373 `pos-visible-in-window-p'.
10374
10375 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10376
10377 * lists.texi (Building Lists): Add footnote to explain how to add
10378 to the end of a list.
10379
10380 2000-10-25 Gerd Moellmann <gerd@gnu.org>
10381
10382 * files.texi (Visiting Functions): Typos.
10383
10384 2000-10-25 Kenichi Handa <handa@etl.go.jp>
10385
10386 * files.texi (Visiting Functions): Return value of
10387 find-file-noselect may be a list of buffers if wildcards are used.
10388
10389 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
10390
10391 * display.texi (Defining Faces): Document `graphic' display type
10392 in face specs.
10393
10394 2000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10395
10396 * hooks.texi (Standard Hooks): Replace obsolete
10397 `after-make-frame-hook' with `after-make-frame-functions'.
10398
10399 * frames.texi (Creating Frames): Ditto.
10400
10401 * variables.texi (Future Local Variables): Ditto.
10402
10403 2000-10-16 Gerd Moellmann <gerd@gnu.org>
10404
10405 * display.texi (Other Image Types): Add description of :foreground
10406 and :background properties of mono PBM images.
10407
10408 2000-08-17 Werner LEMBERG <wl@gnu.org>
10409
10410 * .cvsignore: New file.
10411
10412 2000-01-05 Gerd Moellmann <gerd@gnu.org>
10413
10414 * tindex.pl: New script.
10415
10416 1999-12-03 Dave Love <fx@gnu.org>
10417
10418 * Makefile.in (MAKEINFO): New parameter.
10419
10420 1999-09-17 Richard Stallman <rms@gnu.org>
10421
10422 * Makefile.in (srcs): Add hash.texi.
10423 (VERSION): Update to 20.6.
10424
10425 1999-09-13 Richard Stallman <rms@gnu.org>
10426
10427 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
10428
10429 1998-08-29 Karl Heuer <kwzh@gnu.org>
10430
10431 * configure.in: New file.
10432 * Makefile.in: Renamed from Makefile.
10433 (prefix, infodir): Use value obtained from configure.
10434 (emacslibdir): Obsolete variable deleted.
10435 (dist): Distribute configure.in, configure, Makefile.in.
10436
10437 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
10438
10439 * Makefile (INSTALL_INFO): New variable.
10440 (install): Run install-info.
10441
10442 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
10443
10444 * Makefile (elisp.dvi): Add missing backslash.
10445
10446 1998-05-02 Richard Stallman <rms@psilocin.gnu.org>
10447
10448 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
10449 Run texindex without `./'. Always run texindex on elisp.tp.
10450 (elisp.tps): Target deleted.
10451
10452 1998-04-05 Richard Stallman <rms@psilocin.gnu.org>
10453
10454 * Makefile (srcs): Add nonascii.texi and customize.texi.
10455 (dist): Start by deleting `temp'.
10456
10457 1998-02-17 Richard Stallman <rms@psilocin.gnu.org>
10458
10459 * Makefile (makeinfo, texindex): Targets deleted.
10460 (makeinfo.o, texindex.o): Targets deleted.
10461 (clean, dist): Don't do anything with them or with getopt*.
10462
10463 1998-01-30 Richard Stallman <rms@psilocin.gnu.org>
10464
10465 * Makefile (SHELL): Defined.
10466
10467 1998-01-27 Richard Stallman <rms@psilocin.gnu.org>
10468
10469 * Makefile (elisp.tps): New target.
10470 (elisp.dvi): Depend on elisp.tps.
10471
10472 1996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
10473
10474 * README: Update phone number.
10475
10476 * Makefile (elisp): Make this be the default target.
10477 Depend on makeinfo.c instead of makeinfo.
10478 (install): Don't depend on elisp.dvi, since we don't install that.
10479 Use mkinstalldirs.
10480 (dist): Add mkinstalldirs.
10481
10482 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10483
10484 * Makefile (VERSION): Update version number.
10485 (maintainer-clean): Rename from realclean.
10486
10487 1995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10488
10489 * Makefile (realclean): New target.
10490 (elisp): Remove any old elisp-* files first.
10491
10492 1993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
10493
10494 * Makefile (VERSION): New variable.
10495 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
10496 Compressed file suffix should be `.gz', not `.z'.
10497
10498 1993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10499
10500 * Makefile (elisp): Depend on makeinfo.
10501
10502 1993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
10503
10504 * Makefile (srcs): Add anti.texi.
10505
10506 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10507
10508 * Makefile (infodir, prefix): New vars.
10509 (install): Use infodir.
10510 (emacsinfodir): Delete.
10511
10512 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10513
10514 * Makefile (srcs): Add calendar.texi.
10515
10516 * Makefile (dist): Copy texindex.c and makeinfo.c.
10517 Limit elisp-* files to those with one or two digits.
10518
10519 1993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10520
10521 * Makefile (dist): Change to use Gzip instead of compress.
10522
10523 1993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
10524
10525 * loading.texi (Unloading): define-function changed back to
10526 defalias. It may not stay this way, but at least it's
10527 consistent with the known-good version of the code patch.
10528
10529 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
10530
10531 * modes.texi (Hooks): Document new optional arg of add-hook.
10532
10533 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
10534
10535 * variables.texi: Document nil initial value of buffer-local variables.
10536
10537 * tips.texi: Add new section on standard library headers.
10538
10539 1993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10540
10541 * Makefile (srcs): Add frame.texi to the list of sources.
10542
10543 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10544
10545 * Makefile (dist): Don't bother excluding autosave files; they'll
10546 never make it into the temp directory anyway, and the hash marks
10547 in the name are problematic for make and the Bourne shell.
10548 (srcs):
10549
10550 1993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10551
10552 * Makefile (dist): Don't include backup files or autosave files in
10553 the distribution tar file.
10554
10555 1991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10556
10557 * Makefile (srcs): Add index.perm.
10558 (elisp.dvi): Remove erroneous shell comment.
10559 Expect output of permute-index in permuted.fns.
10560 Save old elisp.aux in elisp.oaux.
10561 (clean): Add index.texi to be deleted.
10562
10563 1990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10564
10565 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
10566
10567 1990-06-26 David Lawrence (tale@geech)
10568
10569 * files.texi: Noted that completion-ignored-extensions is ignored
10570 when making *Completions*.
10571
10572 1990-06-08 Jay Fenlason (hack@ai.mit.edu)
10573
10574 * Makefile make dist now depends on elisp.dvi, since it tries
10575 to include it in the dist file.
10576
10577 1990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
10578
10579 * functions.texinfo (Mapping Functions): Add missing quote.
10580
10581 1989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10582
10583 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
10584 (defunargs): Turn off \hyphenchar of \sl font temporarily.
10585
10586 1989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
10587
10588 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
10589 and @error{} are the terms now being used. The files in the
10590 directory have been changed to reflect this.
10591
10592 * All instances of @indentedresultt{} have been changed to
10593 ` @result{}', using 5 spaces at the beginning of the line.
10594
10595 1989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
10596
10597 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
10598 experimental @indentedresult{}, @indentedexpandsto{} are part of
10599 the texinfo.tex in this directory. These TeX macros are not
10600 stable yet.
10601
10602 1989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
10603
10604 * texinfo.tex: Temporarily added
10605 \let\result=\dblarrow
10606 \def\error{{\it ERROR} \longdblarrow}
10607 We need to do this better soon.
10608
10609 1989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
10610
10611 * Applied Karl Berry's patches to *.texinfo files, but not to
10612 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
10613 new title page format is also not applied, since it requires
10614 texinfo.tex changes.)
10615
10616 * Cleaned up `Makefile' and defined the `emacslibdir' directory
10617 for the Project GNU development environment.
10618
10619 ;; Local Variables:
10620 ;; coding: utf-8
10621 ;; End:
10622
10623 Copyright (C) 1998-2012 Free Software Foundation, Inc.
10624
10625 This file is part of GNU Emacs.
10626
10627 GNU Emacs is free software: you can redistribute it and/or modify
10628 it under the terms of the GNU General Public License as published by
10629 the Free Software Foundation, either version 3 of the License, or
10630 (at your option) any later version.
10631
10632 GNU Emacs is distributed in the hope that it will be useful,
10633 but WITHOUT ANY WARRANTY; without even the implied warranty of
10634 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10635 GNU General Public License for more details.
10636
10637 You should have received a copy of the GNU General Public License
10638 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.