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