]> code.delx.au - gnu-emacs/blob - doc/lispref/ChangeLog
* doc/lispref/macros.texi (Indenting Macros): Fix typo.
[gnu-emacs] / doc / lispref / ChangeLog
1 2012-04-21 Glenn Morris <rgm@gnu.org>
2
3 * macros.texi (Indenting Macros): Fix typo.
4
5 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
6 (Resizing Windows, Deleting Windows, Selecting Windows)
7 (Choosing Window Options, Horizontal Scrolling)
8 (Cyclic Window Ordering, Window History, Dedicated Windows)
9 (Quitting Windows, Window Configurations, Textual Scrolling):
10 (Coordinates and Windows, Window Configurations)
11 (Window Parameters, Window Hooks): Copyedits.
12 (Splitting Windows, Deleting Windows):
13 Fix ignore-window-parameters logic.
14 (Selecting Windows, Choosing Window Options): Markup fixes.
15 (Window Start and End): Remove pointless example.
16 Remove cross-reference to deleted count-lines content.
17 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
18 and recenter-positions. Remove recenter example.
19
20 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
21
22 * minibuf.texi (Intro to Minibuffers):
23 Tweak discussion of resizing minibuffer window.
24
25 2012-04-20 Chong Yidong <cyd@gnu.org>
26
27 * processes.texi (Asynchronous Processes): Mention nil argument to
28 start-process.
29
30 2012-04-20 Glenn Morris <rgm@gnu.org>
31
32 * minibuf.texi (Basic Completion): No need to describe obarrays here.
33 Don't mention obsolete `nospace' argument of all-completions.
34 (Minibuffer Completion, Completion Commands, Reading File Names)
35 (Completion Variables): Copyedits.
36 (Completion Commands): Mention parent keymaps.
37 Remove obsolete minibuffer-local-filename-must-match-map.
38 (High-Level Completion): Remove read-variable's almost
39 word-for-word duplication of read-command.
40 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
41 Update "High-Level Completion" description.
42
43 2012-04-19 Glenn Morris <rgm@gnu.org>
44
45 * minibuf.texi (Minibuffers):
46 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
47
48 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
49 Use Texinfo-recommended form of quote+punctuation.
50 (Intro to Minibuffers): First minibuffer is #1, not #0.
51 Mention minibuffer-inactive-mode.
52 (Text from Minibuffer): Copyedits.
53 (Minibuffer History, Programmed Completion): Fix @var usage.
54 (Object from Minibuffer): Remove overly pedantic para.
55 (Minibuffer History): Copyedits. Add face-name-history.
56 (Initial Input, Yes-or-No Queries, Multiple Queries)
57 (Minibuffer Windows, Minibuffer Misc): Copyedits.
58 (Yes-or-No Queries): Tweak example.
59 (Minibuffer Commands): Add next-complete-history-element.
60 (Minibuffer Misc): Mention minibuffer-message-timeout, and
61 minibuffer-inactive-mode.
62
63 2012-04-18 Glenn Morris <rgm@gnu.org>
64
65 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
66 (Bindat Functions): Copyedits.
67
68 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
69
70 * files.texi (Saving Buffers): Document `visit and `visit-save'
71 values of require-final-newline.
72
73 2012-04-18 Glenn Morris <rgm@gnu.org>
74
75 * processes.texi (Output from Processes, Filter Functions):
76 Mention waiting-for-user-input-p.
77 (Sentinels, Query Before Exit, System Processes, Transaction Queues):
78 (Network Servers, Datagrams, Network Processes, Network Options)
79 (Network Feature Testing, Serial Ports): Copyedits.
80 (Network): Add encrypted network overview paragraph.
81 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
82
83 2012-04-17 Chong Yidong <cyd@gnu.org>
84
85 * help.texi (Keys in Documentation): Mention :advertised-binding.
86
87 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
88 description to help.texi.
89
90 2012-04-16 Glenn Morris <rgm@gnu.org>
91
92 * processes.texi (Process Information, Input to Processes)
93 (Signals to Processes, Output from Processes, Process Buffers)
94 (Filter Functions, Decoding Output): Copyedits.
95 (Accepting Output): Discourage use of `millisec' argument.
96
97 2012-04-15 Glenn Morris <rgm@gnu.org>
98
99 * processes.texi (Processes, Subprocess Creation, Shell Arguments):
100 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
101 Copyedits.
102 (Subprocess Creation): Discourage modifying exec-path directly.
103 (Synchronous Processes, Asynchronous Processes):
104 Update some example output.
105 (Process Information): Fix typo.
106 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
107
108 2012-04-14 Glenn Morris <rgm@gnu.org>
109
110 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
111 open-network-stream does exist in Emacs 23, but is simpler.
112
113 2012-04-13 Chong Yidong <cyd@gnu.org>
114
115 * customize.texi (Custom Themes): Also document load-theme etc.
116
117 2012-04-12 Chong Yidong <cyd@gnu.org>
118
119 * customize.texi (Applying Customizations):
120 (Custom Themes): New nodes.
121
122 * display.texi (Defining Faces): Reference custom-set-faces.
123
124 * modes.texi (Defining Minor Modes, Defining Minor Modes):
125 * os.texi (Startup Summary): Copyedits.
126
127 2012-04-12 Glenn Morris <rgm@gnu.org>
128
129 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
130
131 2012-04-10 Glenn Morris <rgm@gnu.org>
132
133 * strings.texi (Case Tables):
134 * objects.texi (General Escape Syntax):
135 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
136
137 * buffers.texi, compile.texi, customize.texi, debugging.texi:
138 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
139 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
140 * text.texi: Use @file for buffers, per the Texinfo manual.
141
142 * compile.texi (Compiler Errors): Add missing space in buffer name.
143
144 2012-04-08 Chong Yidong <cyd@gnu.org>
145
146 * processes.texi (Query Before Exit): Remove obsolete function
147 process-kill-without-query (Bug#11190).
148
149 2012-04-08 Glenn Morris <rgm@gnu.org>
150
151 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
152 Use @env for environment variables.
153
154 2012-04-07 Glenn Morris <rgm@gnu.org>
155
156 * Makefile.in: Replace non-portable use of $< in ordinary rules.
157
158 2012-04-06 Chong Yidong <cyd@gnu.org>
159
160 * minibuf.texi (Programmed Completion): Document metadata method.
161 (Completion Variables): Document completion-category-overrides.
162
163 2012-04-05 Chong Yidong <cyd@gnu.org>
164
165 * anti.texi (Antinews): Rewrite for Emacs 23.
166
167 2012-04-04 Chong Yidong <cyd@gnu.org>
168
169 * minibuf.texi (Programmed Completion): Remove obsolete variable
170 completion-annotate-function.
171 (Completion Variables): Rename from Completion Styles. Document
172 completion-extra-properties. Document completion-styles-alist
173 change.
174 (Reading File Names): minibuffer-local-filename-must-match-map is
175 not used anymore.
176 (Minibuffer Completion): Document completing-read-function.
177 (Completion in Buffers): completion-at-point-functions can return
178 properties recognized in completion-extra-properties.
179
180 * display.texi (Delayed Warnings): New node.
181
182 * os.texi (Notifications): Copyedits.
183
184 2012-04-04 Glenn Morris <rgm@gnu.org>
185
186 * os.texi (Notifications): Copyedits.
187
188 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
189
190 * os.texi (Terminal-Specific): Fix typo.
191 (Notifications): New section.
192
193 * elisp.texi (Top):
194 * vol1.texi (Top):
195 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
196 menu entries.
197
198 2012-04-01 Chong Yidong <cyd@gnu.org>
199
200 * files.texi (Kinds of Files): file-subdir-of-p renamed to
201 file-in-directory-p.
202
203 2012-03-31 Glenn Morris <rgm@gnu.org>
204
205 * edebug.texi (Instrumenting Macro Calls):
206 Mention defining macros at instrumentation time.
207 (Edebug Options): Mention edebug-unwrap-results.
208
209 2012-03-31 Eli Zaretskii <eliz@gnu.org>
210
211 * text.texi (Special Properties): Clarify the description of the
212 effect of integer values of the 'cursor' property on cursor
213 position. See the discussions in bug#11068 for more details and
214 context.
215
216 2012-03-31 Glenn Morris <rgm@gnu.org>
217
218 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
219 Copyedits.
220
221 2012-03-30 Chong Yidong <cyd@gnu.org>
222
223 * display.texi (Image Formats): Add imagemagick type.
224 (Image Descriptors): Mention how they are used.
225 (ImageMagick Images): Clarify role of imagemagick-register-types.
226 (Character Display): Don't mention glyph tables.
227 (Display Tables): Use make-glyph-code in example.
228 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
229 tables are semi-obsolete. De-document create-glyph.
230 (Glyphless Chars): Note that display tables override this.
231 (Bidirectional Display): Copyedits. Introduce "bidirectional
232 reordering" terminology, and use it.
233
234 2012-03-30 Glenn Morris <rgm@gnu.org>
235
236 * edebug.texi (Jumping): Give name of `i' binding.
237
238 2012-03-28 Glenn Morris <rgm@gnu.org>
239
240 * searching.texi (Regular Expressions, Regexp Special):
241 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search):
242 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
243 (Regexp Special): Mention collation.
244 Clarify char classes with an example.
245 (Regexp Functions): Mention regexp-opt is not guaranteed.
246 Mention regexp-opt-charset.
247 (Regexp Search): Recommend against looking-back.
248 (Search and Replace): Use Texinfo recommended quote convention.
249 Add more query-replace-map items. List multi-query-replace-map items.
250
251 2012-03-27 Martin Rudalics <rudalics@gmx.at>
252
253 * windows.texi (Window History): Describe new option
254 switch-to-visible-buffer.
255
256 2012-03-27 Glenn Morris <rgm@gnu.org>
257
258 * searching.texi (String Search): Add xref to Emacs manual.
259 Copyedits. Mention the function word-search-regexp.
260 (Searching and Case): Add xref to Emacs manual. Copyedits.
261
262 * processes.texi (Network Servers): Standardize apostrophe usage.
263
264 * os.texi (System Environment): Copyedits. Remove some examples
265 that do not seem useful. Mention setenv third arg.
266 tty-erase-char does not seem to be nil under a window-system.
267 (User Identification): Copyedits.
268 Remove some examples that do not seem useful.
269
270 2012-03-26 Glenn Morris <rgm@gnu.org>
271
272 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
273 (Init File): Copyedits.
274 (Command-Line Arguments): Copyedits. Do not mention argv alias.
275 (Killing Emacs): Copyedits.
276 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
277 Shorten the example, use more standard shell prompts.
278
279 2012-03-25 Chong Yidong <cyd@gnu.org>
280
281 * display.texi (Fringes): Note that fringes are shown on graphical
282 displays only.
283 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
284 (Replacing Specs): Clarify example.
285 (Manipulating Buttons): Note that button-at can return a marker.
286 (Buttons): Minor rewrite.
287 (Character Display): New node. Consolidate all character display
288 related nodes into its subsections.
289 (Usual Display): Character 127 is also affected by ctl-arrow.
290 (Display Tables): Improve example.
291
292 2012-03-22 Glenn Morris <rgm@gnu.org>
293
294 * strings.texi (Text Comparison): Mention string-prefix-p.
295
296 2012-03-21 Chong Yidong <cyd@gnu.org>
297
298 * display.texi (The Echo Area): Add xref to Output Streams.
299 (Displaying Messages): Improve doc of message.
300 (Echo Area Customization, Invisible Text): Copyedits.
301 (Invisible Text): Mention that spec comparison is done with eq.
302 (Width): Improve doc of char-width.
303 (Faces): Recommend using symbol instead of string for face name.
304 Minor clarifications.
305 (Defining Faces): Copyedits. Update face example.
306 (Attribute Functions): Mark set-face-foreground etc as commands.
307 (Face Remapping): Mention text-scale-adjust. Clarify
308 face-remapping-alist and related docs.
309 (Face Functions): Don't document make-face or copy-face.
310
311 2012-03-20 Chong Yidong <cyd@gnu.org>
312
313 * display.texi (Forcing Redisplay): Various rewrites to reflect
314 new value of redisplay-dont-pause.
315 (Truncation): Copyedits.
316
317 2012-03-20 Glenn Morris <rgm@gnu.org>
318
319 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
320 Add summary table of some relevant command-line options.
321
322 2012-03-18 Chong Yidong <cyd@gnu.org>
323
324 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
325 (Writing Emacs Primitives): Re-organize discussion of functions
326 with variable Lisp arguments are handled. Delete an obsolete
327 remark, previously tagged as FIXME.
328
329 * os.texi (Idle Timers): Minor clarification.
330 (Idle Timers): Link to Time of Day for description of time list.
331
332 2012-03-18 Glenn Morris <rgm@gnu.org>
333
334 * os.texi (System Interface): Flow control was removed.
335 (Startup Summary): General update.
336 (Init File): Don't mention compiling it.
337
338 2012-03-17 Chong Yidong <cyd@gnu.org>
339
340 * os.texi (Startup Summary): Mention package loading.
341 (Init File): Don't refer to .emacs in section title. Copyedits.
342 (Terminal-Specific): Give a realistic example.
343 (Command-Line Arguments): Reference Entering Emacs instead of
344 repeating the spiel about not restarting Emacs.
345 (Time of Day): Discuss time representation at beginning of node.
346 (Sound Output): Copyedits.
347
348 * package.texi (Packaging Basics): Document package-initialize.
349
350 2012-03-17 Eli Zaretskii <eliz@gnu.org>
351
352 * frames.texi (Initial Parameters): Add an index entry for
353 minibuffer-only frame.
354
355 2012-03-16 Glenn Morris <rgm@gnu.org>
356
357 * modes.texi (Major Mode Conventions): Mention the strange
358 relationship between View mode and special modes. (Bug#10650)
359
360 2012-03-11 Chong Yidong <cyd@gnu.org>
361
362 * windows.texi (Window Configurations): save-window-excursion is
363 now a macro.
364
365 * display.texi (Temporary Displays): with-output-to-temp-buffer is
366 now a macro.
367
368 * text.texi (Fields): Minor copyedit.
369
370 2012-03-10 Eli Zaretskii <eliz@gnu.org>
371
372 * strings.texi (String Basics):
373 * sequences.texi (Sequence Functions): Mention that `length' is
374 not appropriate for computing the string width on display; add a
375 cross-reference to the description of `string-width'. (Bug#10978)
376
377 * eval.texi (Autoloading): Minor change of wording.
378
379 2012-03-10 Chong Yidong <cyd@gnu.org>
380
381 * loading.texi (Autoload): Explicitly state which forms are
382 processed specially (Bug#7783).
383
384 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
385 non-default situation. Describe one-submenu exception (Bug#7695).
386
387 * nonascii.texi (Character Properties): Copyedits.
388
389 2012-03-08 Chong Yidong <cyd@gnu.org>
390
391 * text.texi (Mode-Specific Indent): Document new behavior of
392 indent-for-tab-command. Document tab-always-indent.
393 (Special Properties): Copyedits.
394 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
395 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
396 libxml-parse-html-region.
397
398 2012-03-07 Glenn Morris <rgm@gnu.org>
399
400 * markers.texi (The Region): Briefly mention use-empty-active-region
401 and region-active-p.
402 (Overview of Markers): Reword garbage collection, add cross-ref.
403 (The Mark): Tiny clarification re command loop and activate-mark-hook.
404
405 2012-03-07 Chong Yidong <cyd@gnu.org>
406
407 * text.texi (Buffer Contents): Don't duplicate explanation of
408 region arguments from Text node. Put doc of obsolete var
409 buffer-substring-filters back, since it is referred to.
410 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
411 selection by default.
412
413 * markers.texi (The Mark): Fix typo.
414 (The Region): Copyedits.
415
416 2012-03-07 Glenn Morris <rgm@gnu.org>
417
418 * markers.texi (Overview of Markers): Copyedits.
419 (Creating Markers): Update approximate example buffer size.
420 (The Mark): Don't mention uninteresting return values.
421
422 2012-03-05 Chong Yidong <cyd@gnu.org>
423
424 * positions.texi (Text Lines): Document count-words.
425
426 2012-03-04 Chong Yidong <cyd@gnu.org>
427
428 * frames.texi (Frames): Remove little-used "terminal frame" and
429 "window frame" terminology.
430 (Frame Parameters, Font and Color Parameters, Initial Parameters)
431 (Size and Position, Visibility of Frames): Callers changed.
432 (Frames): Clarify which terminals in framep are graphical.
433 (Initial Parameters): --geometry is not the only option which adds
434 to initial-frame-alist.
435 (Position Parameters): Note that icon-left and icon-top are for
436 old window managers only.
437 (Size Parameters): Sizes are in characters even on graphical
438 displays.
439 (Management Parameters): Note that window-id and outer-window-id
440 can't really be changed, and that auto-raise isn't always obeyed.
441 (Cursor Parameters): Document cursor-type explicitly.
442 (Size and Position): The aliases set-screen-height and
443 set-screen-width have been deleted.
444 (Visibility of Frames): Mention "minimization".
445
446 * os.texi (Startup Summary): Minor clarifications.
447 (Startup Summary, Suspending Emacs): Standardize on "text
448 terminal" terminology.
449
450 * windows.texi (Basic Windows, Coordinates and Windows)
451 (Coordinates and Windows):
452 * display.texi (Refresh Screen, Line Height, Face Attributes)
453 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
454
455 2012-03-04 Glenn Morris <rgm@gnu.org>
456
457 * abbrevs.texi: Small copyedits throughout.
458 (Abbrev Mode): Remove this section, folding it into the top-level.
459 (Abbrev Tables): Don't mention irrelevant return values.
460 (Abbrev Expansion): Add cross-ref for wrapper hooks.
461 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
462 (Abbrev Table Properties): Update nil :regexp description.
463
464 2012-03-03 Glenn Morris <rgm@gnu.org>
465
466 * internals.texi: Change @appendix section commands to @section.
467 (Building Emacs): Say less about CANNOT_DUMP platforms.
468 Replace deleted eval-at-startup with custom-initialize-delay.
469 (Pure Storage): Small changes.
470 (Memory Usage): Copyedit.
471 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
472 example definitions. Give examples of things with non-nil
473 interactive args. Mention eval_sub. Remove old info about
474 strings and GCPRO. Mention cus-start.el.
475 (Buffer Internals, Window Internals, Process Internals):
476 Misc small updates and fixes for fields.
477
478 * tips.texi: Copyedits.
479 (Coding Conventions): Mention autoloads.
480 Combine partially duplicated macro items. Fix xref.
481 Refer to Library Headers for copyright notice.
482 (Programming Tips): edit-options is long-obsolete.
483 (Compilation Tips): Mention loading bytecomp for byte-compile props.
484 (Warning Tips): Mention declare-function.
485 (Documentation Tips): Remove old info.
486 (Comment Tips): Mention comment-dwim, not indent-for-comment.
487 (Library Headers): General update.
488
489 2012-03-02 Glenn Morris <rgm@gnu.org>
490
491 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
492 and relocate entry. Mention buffer-stale-function.
493
494 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
495
496 * hooks.texi (Standard Hooks): General update.
497 Put related hooks together. Add and remove items.
498 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
499 * modes.texi (Hooks): Tweak cross-ref description.
500
501 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
502
503 * files.texi (Kinds of Files): The return value of file-equal-p is
504 unspecified, if FILE1 or FILE2 does not exist.
505
506 2012-03-01 Glenn Morris <rgm@gnu.org>
507
508 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
509
510 * maps.texi (Standard Keymaps): General update.
511 Remove mode-specific maps, talk about the more general keymaps.
512 * help.texi (Help Functions): Add vindex for Helper-help-map.
513 * keymaps.texi (Active Keymaps): Minor rephrasing.
514
515 2012-02-29 Glenn Morris <rgm@gnu.org>
516
517 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
518
519 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
520
521 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
522 Update changed behavior of file-subdir-of-p.
523
524 2012-02-28 Glenn Morris <rgm@gnu.org>
525
526 * advice.texi, anti.texi, display.texi, elisp.texi:
527 * processes.texi, variables.texi, vol1.texi, vol2.texi:
528 Standardize possessive apostrophe usage.
529
530 * locals.texi: Remove file.
531 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
532 Remove menu entry.
533 * errors.texi, maps.texi: Adjust node pointers.
534 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
535 * makefile.w32-in (srcs):
536 * Makefile.in (srcs): Remove locals.texi.
537
538 * frames.texi (Mouse Position): Fix cross-ref.
539
540 2012-02-27 Chong Yidong <cyd@gnu.org>
541
542 * buffers.texi (Creating Buffers): Clarify that
543 generate-new-buffer uses generate-new-buffer-names.
544 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
545
546 * files.texi (Directory Names): Index entry for file name abbreviations.
547 (Relative File Names, File Name Expansion): Refer to it.
548 (Locating Files): Move locate-user-emacs-file documentation to
549 Standard File Names.
550 (Standard File Names): Add locate-user-emacs-file; update examples.
551
552 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
553
554 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
555
556 2012-02-26 Chong Yidong <cyd@gnu.org>
557
558 * files.texi (Kinds of Files): Improve documentation of
559 files-equal-p and file-subdir-of-p.
560
561 2012-02-26 Glenn Morris <rgm@gnu.org>
562
563 * intro.texi (Acknowledgements): Small changes.
564
565 2012-02-25 Glenn Morris <rgm@gnu.org>
566
567 * errors.texi: Don't try to list _all_ the error symbols.
568 Add circular-list, cl-assertion-failed, compression-error.
569 * elisp.texi, vol1.texi, vol2.texi:
570 * control.texi (Error Symbols): Tweak "Standard Errors" description.
571
572 2012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
573
574 * files.texi (files-equal-p, file-subdir-of-p): New,
575 add initial documentation.
576
577 2012-02-25 Chong Yidong <cyd@gnu.org>
578
579 * files.texi (File Attributes): Document file-selinux-context.
580 (Changing Files): Link to it.
581 (Changing Files): Document set-file-selinux-context.
582
583 * backups.texi (Making Backups): Return value of backup-buffer is
584 changed. Mention default value of backup-directory-alist.
585 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
586 (Auto-Saving): New minor mode behavior for auto-save-mode.
587 (Reverting): Add defvar for revert-buffer-in-progress-p.
588
589 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
590
591 2012-02-24 Glenn Morris <rgm@gnu.org>
592
593 * errors.texi (Standard Errors): Mention dbus-error.
594 For arith-error sub-classes, just use one cross-ref.
595
596 2012-02-23 Alan Mackenzie <acm@muc.de>
597
598 * modes.texi (Defining Minor Modes): Document the new keyword
599 :after-hook.
600
601 2012-02-21 Chong Yidong <cyd@gnu.org>
602
603 * files.texi (Files): Mention magic file names as arguments.
604 (Reading from Files): Copyedits.
605 (File Attributes): Mention how to change file modes.
606 (Changing Files): Use standard "file permissions" terminology.
607 Add xref to File Attributes node.
608 (Locating Files): Document locate-user-emacs-file.
609 (Unique File Names): Recommend against using make-temp-name.
610
611 2012-02-19 Chong Yidong <cyd@gnu.org>
612
613 * help.texi (Documentation, Documentation Basics, Help Functions):
614 Minor clarifications.
615 (Accessing Documentation): Clarify what documentation-property is
616 for. Add xref to Keys in Documentation.
617
618 * tips.texi (Documentation Tips): Don't recommend using * in
619 docstrings.
620
621 * macros.texi (Defining Macros):
622 * modes.texi (Derived Modes): Say "documentation string" instead
623 of docstring.
624
625 2012-02-18 Chong Yidong <cyd@gnu.org>
626
627 * modes.texi (Tabulated List Mode): New node.
628 (Basic Major Modes): Add xref to it.
629
630 * processes.texi (Process Information): Mention Process Menu mode.
631
632 2012-02-17 Chong Yidong <cyd@gnu.org>
633
634 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
635
636 2012-02-17 Glenn Morris <rgm@gnu.org>
637
638 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
639
640 2012-02-16 Chong Yidong <cyd@gnu.org>
641
642 * syntax.texi (Syntax Tables, Syntax Descriptors)
643 (Syntax Table Functions): Copyedits.
644 (Syntax Basics): Don't repeat the material in the preceding node.
645 (Syntax Class Table): Use a table.
646 (Syntax Properties): Document syntax-propertize-function and
647 syntax-propertize-extend-region-functions.
648 (Motion via Parsing): Clarify scan-lists. Fix indentation.
649 (Parser State): Update for the new "c" comment style. Fix
650 description of item 7 (comment style).
651
652 * modes.texi (Minor Modes): Update how mode commands should treat
653 arguments now.
654 (Mode Line Basics): Clarify force-mode-line-update.
655 (Mode Line Top): Note that the example is not realistic.
656 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
657 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
658 "mode line construct" instead of "mode line specification".
659 (Syntactic Font Lock): Remove mention of obsolete variable
660 font-lock-syntactic-keywords.
661 (Setting Syntax Properties): Node deleted.
662 (Font Lock Mode): Note that Font Lock mode is a minor mode.
663 (Font Lock Basics): Note that syntactic fontification falls back
664 on `syntax-table'.
665 (Search-based Fontification): Emphasize that font-lock-keywords
666 should not be set directly.
667 (Faces for Font Lock): Avoid some confusing terminology.
668 (Syntactic Font Lock): Minor clarifications. Add xref to
669 Syntactic Font Lock node.
670
671 2012-02-15 Chong Yidong <cyd@gnu.org>
672
673 * minibuf.texi (Basic Completion): Define "completion table".
674 Move completion-in-region to Completion in Buffers node.
675 (Completion Commands): Use "completion table" terminology.
676 (Completion in Buffers): New node.
677
678 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
679 (Setting Hooks): Update minor mode usage example.
680 (Major Mode Conventions): Note that completion-at-point-functions
681 should be altered locally. Add xref to Completion in Buffers.
682 Remove duplicate tip about auto-mode-alist.
683 (Minor Modes): Rewrite introduction.
684 (Minor Mode Conventions): Copyedits. Don't recommend
685 variable-only minor modes since few minor modes are like that.
686
687 2012-02-15 Glenn Morris <rgm@gnu.org>
688
689 * processes.texi (Network): Document open-network-stream :parameters.
690
691 2012-02-14 Chong Yidong <cyd@gnu.org>
692
693 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
694 was removed on 2009-09-10. Update lisp-mode-map example.
695 (Inheritance and Keymaps): Minor clarification.
696 (Searching Keymaps): Remove out-of-place enumeration.
697 (Key Lookup): Remove unnecessary example (one was already given in
698 Format of Keymaps).
699 (Changing Key Bindings): Update suppress-keymap example.
700 (Menu Bar, Tool Bar): Copyedits.
701 (Tool Bar): Update tool-bar-map example.
702
703 2012-02-12 Chong Yidong <cyd@gnu.org>
704
705 * debugging.texi (Debugger Commands): Continuing is now allowed
706 for errors.
707
708 2012-02-11 Chong Yidong <cyd@gnu.org>
709
710 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
711 Move the list of standard bitmaps there.
712 (Fringe Cursors): Rewrite for clarity.
713 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
714
715 * commands.texi (Command Overview): Mention read-key.
716 (Using Interactive, Interactive Call): Minor clarifications.
717 (Function Keys, Click Events): Avoid "input stream" terminology.
718 (Click Events): Add xref to Window Sizes and Accessing Mouse.
719 Clarify column and row components.
720 (Accessing Mouse): Add xref to Click Events. Minor fixes.
721 (Special Events): Copyedits.
722
723 * streams.texi (Input Streams): De-document get-file-char.
724 (Output Variables): Don't refer to old backquote syntax.
725
726 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
727 (Error Debugging): Note that debug-ignored-errors overrides list
728 values of debug-on-error too. Add xref to Signaling Errors. Note
729 that debug-on-signal is not customizable. Mention
730 condition-case-unless-debug.
731 (Compilation Errors): Node deleted.
732
733 * compile.texi (Compiler Errors): Move a paragraph here from
734 deleted node Compilation Errors.
735
736 2012-02-10 Leo Liu <sdl.web@gmail.com>
737
738 * control.texi (Handling Errors): Change condition-case-no-debug
739 to condition-case-unless-debug.
740
741 2012-02-10 Chong Yidong <cyd@gnu.org>
742
743 * advice.texi (Defining Advice): Clarify ad-unadvise.
744 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
745 is not abnormal.
746 (Advising Primitives): Node deleted; ad-define-subr-args has been
747 removed.
748
749 * compile.texi (Speed of Byte-Code): Use float-time in example.
750 (Compilation Functions): Note that the log uses Compilation mode.
751 Don't discuss the contents of byte-code function object here.
752 (Compilation Functions): De-document internal function byte-code.
753 (Docs and Compilation): Minor clarifications.
754
755 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
756 Objects.
757
758 2012-02-10 Glenn Morris <rgm@gnu.org>
759
760 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
761 Mention secure-hash.
762 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
763
764 2012-02-10 Chong Yidong <cyd@gnu.org>
765
766 * loading.texi (Loading): Don't emphasize "library" terminology.
767 (Library Search): load-path is not a user option. Mention role of
768 -L option and packages. Improve examples.
769 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
770 obsolete.
771 (Autoload): Minor clarifications.
772
773 2012-02-10 Glenn Morris <rgm@gnu.org>
774
775 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
776
777 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
778
779 2012-02-08 Glenn Morris <rgm@gnu.org>
780
781 * loading.texi (Named Features): Update the require example.
782
783 2012-02-07 Glenn Morris <rgm@gnu.org>
784
785 * modes.texi (Defining Minor Modes):
786 Expand on args of defined minor modes.
787
788 2012-02-07 Chong Yidong <cyd@gnu.org>
789
790 * variables.texi (Creating Buffer-Local): Minor clarification
791 to buffer-local-variables doc (Bug#10715).
792
793 2012-02-07 Glenn Morris <rgm@gnu.org>
794
795 * display.texi (ImageMagick Images): General update.
796 Move most details of imagemagick-render-type to the variable's doc.
797
798 2012-02-06 Glenn Morris <rgm@gnu.org>
799
800 * keymaps.texi (Tool Bar): Mention separators.
801 (Inheritance and Keymaps):
802 Mention make-composed-keymap and multiple inheritance.
803
804 * modes.texi (Running Hooks): Mention run-hook-wrapped.
805
806 * control.texi (Handling Errors):
807 Mention condition-case-no-debug and with-demoted-errors.
808
809 2012-02-05 Chong Yidong <cyd@gnu.org>
810
811 * customize.texi (Common Keywords): Minor clarifications.
812 Document custom-unlispify-remove-prefixes.
813 (Variable Definitions): Backquotes in defcustom seem to work fine
814 now. Various other copyedits.
815 (Simple Types): Copyedits. Document color selector.
816 (Composite Types): Copyedits.
817 (Splicing into Lists): Clarifications.
818
819 * eval.texi (Backquote): Move from macros.texi.
820
821 * macros.texi (Expansion): Minor clarification.
822 (Backquote): Move node to eval.texi.
823 (Defining Macros): Move an example from Backquote node.
824 (Argument Evaluation): No need to mention Pascal.
825 (Indenting Macros): Add xref to Defining Macros.
826
827 2012-02-05 Glenn Morris <rgm@gnu.org>
828
829 * debugging.texi (Error Debugging): Mention debug-on-event default.
830
831 2012-02-04 Glenn Morris <rgm@gnu.org>
832
833 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
834
835 * debugging.texi (Error Debugging): Mention debug-on-event.
836 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
837
838 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
839
840 * text.texi (Buffer Contents):
841 Update filter-buffer-substring description.
842
843 2012-02-04 Chong Yidong <cyd@gnu.org>
844
845 * functions.texi (What Is a Function): Add closures. Mention
846 "return value" terminology. Add xref for command-execute. Remove
847 unused "keystroke command" terminology.
848 (Lambda Expressions): Give a different example than in the
849 following subsection. Add xref to Anonymous Functions.
850 (Function Documentation): Remove gratuitous markup.
851 (Function Names): Move introductory text to `What Is a Function'.
852 (Defining Functions): Fix defun argument spec.
853 (Anonymous Functions): Document lambda macro explicitly. Mention
854 effects on lexical binding.
855 (Function Cells): Downplay direct usage of fset.
856 (Closures): New node.
857 (Inline Functions): Remove "open-code" terminology.
858 (Declaring Functions): Minor tweak; .m is not C code.
859
860 * variables.texi (Variables): Don't refer to "global value".
861 (Local Variables, Void Variables): Copyedits.
862 (Lexical Binding): Minor clarification of example.
863 (File Local Variables): Mention :safe and :risky defcustom args.
864 (Lexical Binding): Add xref to Closures node.
865
866 2012-02-04 Glenn Morris <rgm@gnu.org>
867
868 * minibuf.texi (High-Level Completion): Updates for read-color.
869
870 2012-02-03 Glenn Morris <rgm@gnu.org>
871
872 * display.texi (GIF Images): Mention animation.
873 Remove commented-out old example of animation.
874 (Animated Images): New subsection.
875 * elisp.texi (Top):
876 * vol1.texi (Top):
877 * vol2.texi (Top): Add Animated Images menu entry.
878
879 * display.texi (Image Formats): Remove oddly specific information
880 on versions of image libraries.
881 (GIF Images, TIFF Images): Minor rephrasing.
882
883 2012-02-02 Glenn Morris <rgm@gnu.org>
884
885 * processes.texi (Synchronous Processes):
886 Mention call-process's :file gets overwritten.
887
888 * commands.texi (Reading One Event):
889 * help.texi (Help Functions): Document read-char-choice.
890
891 * hooks.texi (Standard Hooks):
892 * modes.texi (Keymaps and Minor Modes):
893 * text.texi (Commands for Insertion): Document post-self-insert-hook.
894
895 * hooks.texi (Standard Hooks): Add prog-mode-hook.
896
897 * hooks.texi (Standard Hooks):
898 * modes.texi (Major Mode Conventions, Mode Hooks):
899 Document change-major-mode-after-body-hook.
900
901 2012-02-01 Glenn Morris <rgm@gnu.org>
902
903 * modes.texi (Defining Minor Modes):
904 Mention disabling global minor modes on a per-major-mode basis.
905
906 2012-01-31 Chong Yidong <cyd@gnu.org>
907
908 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
909 (Parser State): Remove unnecessary statement (Bug#10661).
910
911 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
912
913 2012-01-31 Glenn Morris <rgm@gnu.org>
914
915 * modes.texi (Defining Minor Modes):
916 Document define-minor-mode's new :variable keyword.
917
918 2012-01-29 Chong Yidong <cyd@gnu.org>
919
920 * syntax.texi (Syntax Class Table): Tweak description of newline
921 char syntax (Bug#9619).
922
923 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
924 description (Bug#10189).
925
926 2012-01-29 Glenn Morris <rgm@gnu.org>
927
928 * files.texi (Changing Files): Document SELinux support.
929
930 * windows.texi (Window Sizes): Fix typo.
931
932 2012-01-28 Chong Yidong <cyd@gnu.org>
933
934 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
935 doc (Bug#8568).
936
937 * frames.texi (Input Focus): Add NORECORD arg to
938 select-frame-set-input-focus. Clarify its role in select-frame.
939
940 * text.texi (Transposition): We don't use transpose-region as an
941 internal subroutine (Bug#3249).
942
943 * modes.texi (Example Major Modes): Update Lisp example code to
944 current sources. Delete the old non-derived-major-mode example,
945 which has diverged badly from current sources.
946
947 2012-01-27 Glenn Morris <rgm@gnu.org>
948
949 * makefile.w32-in (texinputdir): Fix (presumed) typo.
950 (VERSION, manual): Remove, unused.
951
952 2012-01-27 Chong Yidong <cyd@gnu.org>
953
954 * commands.texi (Command Overview): Minor clarification (Bug#10384).
955
956 2012-01-26 Chong Yidong <cyd@gnu.org>
957
958 * searching.texi (String Search): Document negative repeat count
959 (Bug#10507).
960
961 2012-01-26 Glenn Morris <rgm@gnu.org>
962
963 * variables.texi (Using Lexical Binding):
964 Mention that lexical-binding should be set in the first line.
965
966 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
967
968 * macros.texi (Defining Macros): Don't claim that `declare' only
969 affects Edebug and indentation.
970
971 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
972
973 * macros.texi (Defining Macros): Slight `declare' fixup.
974
975 2012-01-25 Glenn Morris <rgm@gnu.org>
976
977 * makefile.w32-in (texinputdir):
978 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
979
980 2012-01-24 Chong Yidong <cyd@gnu.org>
981
982 * variables.texi (Variables, Local Variables, Void Variables):
983 Edit to make the descriptions less specific to dynamic binding.
984 (Local Variables): Default max-specpdl-size is now 1300.
985 (Defining Variables): Edits for lexical scoping. Delete
986 information about starting docstrings with *. De-document
987 user-variable-p.
988 (Tips for Defining): Remove an unimportant discussion of quitting
989 in the middle of a load.
990 (Accessing Variables, Setting Variables): Discuss lexical binding.
991 (Variable Scoping): Rewrite.
992 (Scope, Extent, Impl of Scope): Nodes deleted.
993 (Dynamic Binding): New node, with material from Scope, Extent, and
994 Impl of Scope nodes.
995 (Dynamic Binding Tips): Rename from Using Scoping.
996 (Lexical Binding): Rewrite.
997 (Using Lexical Binding): Rename from Converting to Lexical
998 Binding. Convert to subsection.
999
1000 * customize.texi (Variable Definitions): Add custom-variable-p.
1001 Move user-variable-p documentation here.
1002
1003 2012-01-23 Chong Yidong <cyd@gnu.org>
1004
1005 * strings.texi (Text Comparison): Minor qualification.
1006
1007 * lists.texi (Cons Cells): Copyedits.
1008 (List Elements): Mention push.
1009 (List Variables): Mention pop.
1010 (Rings): Move to sequences.texi.
1011
1012 * sequences.texi (Sequence Functions): Don't repeat the
1013 introduction already given in the parent.
1014 (Vectors): Copyedits.
1015 (Rings): Move from lists.texi. Note that this is specific to the
1016 ring package.
1017
1018 * symbols.texi (Definitions, Symbol Components): Mention variable
1019 scoping issues.
1020 (Plists and Alists): Copyedits.
1021
1022 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
1023 correctness with lexical scoping.
1024 (Eval): Copyedits.
1025
1026 2012-01-21 Chong Yidong <cyd@gnu.org>
1027
1028 * intro.texi (A Sample Function Description): Special notation
1029 used for macros too.
1030
1031 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
1032 (Symbol Type): Add xref for keyword symbols.
1033 (Sequence Type): Clarify differences between sequence types.
1034 (Cons Cell Type): Add "linked list" index entry.
1035 (Non-ASCII in Strings): Copyedits.
1036 (Equality Predicates): Symbols with same name need not be eq.
1037
1038 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
1039 ldexp. Move float-e and float-pi to Math Functions node.
1040
1041 2012-01-21 Glenn Morris <rgm@gnu.org>
1042
1043 * modes.texi (Auto Major Mode):
1044 * variables.texi (File Local Variables):
1045 Mention inhibit-local-variables-regexps.
1046
1047 2012-01-19 Martin Rudalics <rudalics@gmx.at>
1048
1049 * windows.texi (Window Configurations): Rewrite references to
1050 persistent window parameters.
1051 (Window Parameters): Fix description of persistent window
1052 parameters.
1053
1054 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
1055
1056 * windows.texi (Window Parameters): Use @pxref.
1057
1058 2012-01-16 Martin Rudalics <rudalics@gmx.at>
1059
1060 * windows.texi (Window Configurations, Window Parameters):
1061 Describe persistent window parameters.
1062
1063 2011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
1064
1065 * variables.texi (Creating Buffer-Local): Warn against misuses of
1066 make-variable-buffer-local (bug#10258).
1067
1068 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1069
1070 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
1071
1072 2012-01-06 Chong Yidong <cyd@gnu.org>
1073
1074 * variables.texi (Directory Local Variables): Document
1075 hack-dir-local-variables-non-file-buffer.
1076
1077 2012-01-06 Glenn Morris <rgm@gnu.org>
1078
1079 * maps.texi (Standard Keymaps): Refer to Info-edit by name
1080 rather than by keybinding.
1081
1082 2011-12-29 Juanma Barranquero <lekktu@gmail.com>
1083
1084 * frames.texi (Font and Color Parameters): Add @pxref.
1085
1086 2011-12-29 Daniel Colascione <dan.colascione@gmail.com>
1087
1088 * frames.texi (Font and Color Parameters):
1089 Document w32 font backends (bug#10399).
1090
1091 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
1092
1093 * files.texi (File Attributes, Changing Files):
1094 Use a more-natural notation for octal numbers.
1095
1096 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
1097
1098 * variables.texi (Variables with Restricted Values):
1099 Change reference to variable (bug#10354).
1100
1101 2011-12-13 Martin Rudalics <rudalics@gmx.at>
1102
1103 * windows.texi (Splitting Windows): Use t instead of non-nil
1104 when describing window-combination-resize.
1105
1106 2011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1107
1108 * text.texi (Special Properties): Warn against `intangible' properties
1109 (bug#10222).
1110
1111 2011-11-26 Eli Zaretskii <eliz@gnu.org>
1112
1113 * display.texi (Truncation):
1114 * text.texi (Special Properties): Describe what a stretch-glyph is
1115 instead of using that term without explanation. Make the
1116 cross-references more accurate.
1117
1118 * display.texi (Usual Display): Update the description,
1119 cross-references, and indexing related to display of control
1120 characters and raw bytes.
1121
1122 2011-11-25 Martin Rudalics <rudalics@gmx.at>
1123
1124 * windows.texi (Splitting Windows): Fix description of
1125 window-combination-limit. Suggested by Eli Zaretskii.
1126
1127 2011-11-23 Chong Yidong <cyd@gnu.org>
1128
1129 * windows.texi (Window Sizes): Move window-top-line,
1130 window-left-column, and window-*-pixel-edges to Coordinates and
1131 Windows node.
1132 (Coordinates and Windows): Restore window-edges doc.
1133
1134 2011-11-21 Martin Rudalics <rudalics@gmx.at>
1135
1136 * windows.texi (Windows and Frames, Splitting Windows):
1137 Fix typos.
1138
1139 2011-11-21 Chong Yidong <cyd@gnu.org>
1140
1141 * windows.texi (Splitting Windows): Fix error in documentation of
1142 window-combination-limit.
1143 (Cyclic Window Ordering): Minor fixes to next-window,
1144 one-window-p, and get-lru-window docs. Don't document
1145 window-list-1.
1146 (Buffers and Windows): Copyedits.
1147 (Choosing Window): Document special handling of special-display-*.
1148 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
1149 Don't document even-window-heights, which is going away.
1150 Clarify which options are obeyed by which action functions.
1151
1152 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1153
1154 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
1155
1156 2011-11-20 Martin Rudalics <rudalics@gmx.at>
1157
1158 * windows.texi (Resizing Windows, Splitting Windows):
1159 Remove term "status" when talking about combination limits.
1160
1161 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
1162
1163 * compile.texi (Compiler Errors):
1164 * help.texi (Help Functions): Fix typos.
1165
1166 2011-11-19 Chong Yidong <cyd@gnu.org>
1167
1168 * windows.texi (Splitting Windows): Clarify role of window
1169 parameters in split-window. Shorten the example.
1170 (Deleting Windows): Rewrite intro to handle internal windows.
1171 Fix delete-windows-on doc.
1172 (Selecting Windows): Copyedits.
1173
1174 2011-11-17 Martin Rudalics <rudalics@gmx.at>
1175
1176 * windows.texi (Resizing Windows, Splitting Windows)
1177 (Deleting Windows): Use term window-combination-resize instead
1178 of window-splits.
1179
1180 2011-11-16 Martin Rudalics <rudalics@gmx.at>
1181
1182 * windows.texi (Resizing Windows, Splitting Windows):
1183 Rename occurrences of window-nest to window-combination-limit.
1184
1185 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
1186
1187 * intro.texi (Lisp History): Fix typo.
1188
1189 2011-11-12 Martin Rudalics <rudalics@gmx.at>
1190
1191 * windows.texi (Splitting Windows, Deleting Windows):
1192 Remove references to splits status of windows.
1193
1194 2011-11-10 Glenn Morris <rgm@gnu.org>
1195
1196 * buffers.texi (Read Only Buffers): Expand a bit on why
1197 toggle-read-only should only be used interactively. (Bug#7292)
1198
1199 2011-11-09 Chong Yidong <cyd@gnu.org>
1200
1201 * windows.texi (Window Sizes): Document window-pixel-edges,
1202 window-inside-pixel-edges, window-absolute-pixel-edges, and
1203 window-inside-absolute-pixel-edges.
1204 (Resizing Windows): shrink-window-if-larger-than-buffer works on
1205 non-full-width windows.
1206
1207 2011-11-09 Martin Rudalics <rudalics@gmx.at>
1208
1209 * windows.texi (Resizing Windows): Rewrite documentation of
1210 window-resizable.
1211
1212 2011-11-09 Chong Yidong <cyd@gnu.org>
1213
1214 * windows.texi (Splitting Windows): Simplify example.
1215
1216 2011-11-08 Chong Yidong <cyd@gnu.org>
1217
1218 * windows.texi (Window Sizes): Copyedits. Document
1219 window-text-height. Remove window-min-height and window-min-width
1220 discussion, referring instead to Emacs manual.
1221 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
1222 (Resizing Windows): Simplify introduction. Don't document
1223 enlarge-window, shrink-window, enlarge-window-horizontally, and
1224 shrink-window-horizontally; they are no longer preferred for
1225 calling from Lisp, and are already documented in the Emacs manual.
1226
1227 2011-11-07 Glenn Morris <rgm@gnu.org>
1228
1229 * windows.texi (Choosing Window): Fix keybinding typo.
1230
1231 2011-11-07 Martin Rudalics <rudalics@gmx.at>
1232
1233 * windows.texi (Resizing Windows, Splitting Windows)
1234 (Window Configurations): Use "child window" instead of
1235 "subwindow".
1236
1237 2011-11-06 Chong Yidong <cyd@gnu.org>
1238
1239 * windows.texi (Basic Windows): Clarify various definitions.
1240 Treat window-normalize-* as internal; don't document them.
1241 (Windows and Frames): Various clarifications, e.g. non-live
1242 windows also belong to frames. Fix window-list description.
1243 Simplify window nesting example.
1244 (Splitting Windows, Window Configurations):
1245 Use split-window-below.
1246
1247 2011-11-04 Eli Zaretskii <eliz@gnu.org>
1248
1249 * windows.texi (Window Sizes): Mention in the doc string that the
1250 return values of `window-body-height' and `window-body-width' are
1251 in frame's canonical units. (Bug#9949)
1252
1253 2011-10-30 Martin Rudalics <rudalics@gmx.at>
1254
1255 * windows.texi (Windows and Frames): Remove "iso-" infix from
1256 documentation of window-iso-combined-p.
1257
1258 2011-10-26 Chong Yidong <cyd@gnu.org>
1259
1260 * modes.texi (Running Hooks): Document with-wrapper-hook.
1261
1262 2011-10-18 Chong Yidong <cyd@gnu.org>
1263
1264 * display.texi (Glyphless Chars): New node.
1265
1266 2011-10-13 Chong Yidong <cyd@stupidchicken.com>
1267
1268 * text.texi (Yanking): Document yank-excluded-properties.
1269
1270 * package.texi (Packaging Basics): The commentary should say how
1271 to begin using the package.
1272
1273 2011-10-11 Martin Rudalics <rudalics@gmx.at>
1274
1275 * windows.texi (Deleting Windows): Mention which window gets
1276 selected when deleting the selected window.
1277
1278 2011-10-09 Martin Rudalics <rudalics@gmx.at>
1279
1280 * buffers.texi (The Buffer List): Describe how bury-buffer deals
1281 with the selected window.
1282 * windows.texi (Buffers and Windows): Reformulate text on how
1283 replace-buffer-in-windows deals with a window.
1284 (Quitting Windows): Describe how quit-window deals with a
1285 standalone frame. Describe new option frame-auto-hide-function.
1286
1287 2011-10-08 Glenn Morris <rgm@gnu.org>
1288
1289 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
1290
1291 * positions.texi (Excursions): Update warning message.
1292
1293 2011-10-05 Chong Yidong <cyd@stupidchicken.com>
1294
1295 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
1296 Fix Emacs manual xref (Bug#9675).
1297
1298 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
1299
1300 * windows.texi (Textual Scrolling): Document scroll-up-command,
1301 scroll-down-command, scroll-error-top-bottom, and the
1302 scroll-command symbol property.
1303 (Display Action Functions): Fix description of
1304 display-buffer-pop-up-window.
1305
1306 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
1307
1308 * windows.texi (Splitting Windows): Fix typos.
1309
1310 2011-09-25 Martin Rudalics <rudalics@gmx.at>
1311
1312 * windows.texi (Windows and Frames, Display Action Functions)
1313 (Switching Buffers): Fix some typos.
1314 (Buffers and Windows): Remove reference to window-auto-delete.
1315 Reword description of replace-buffer-in-windows.
1316 (Window History): Fix some typos and refer to frame local buffer
1317 list.
1318 (Quitting Windows): New node.
1319 (Window Configurations): Add descriptions of window-state-get
1320 and window-state-put.
1321 (Window Parameters): Describe variable ignore-window-parameters.
1322 Sketch some window parameters currently in use.
1323 * elisp.texi (Top): Update node listing.
1324
1325 2011-09-25 Chong Yidong <cyd@stupidchicken.com>
1326
1327 * windows.texi (Display Action Functions)
1328 (Choosing Window Options): New nodes.
1329
1330 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
1331
1332 * windows.texi (Window History): New node. Move text here from
1333 Buffers and Windows.
1334 (Switching Buffers): Rename from Displaying Buffers, since we
1335 don't document display-buffer here; callers changed.
1336 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
1337 switch-to-buffer-other-frame. Delete duplicate
1338 replace-buffer-in-windows doc.
1339 (Choosing Window): Document display actions.
1340
1341 2011-09-24 Eli Zaretskii <eliz@gnu.org>
1342
1343 * display.texi (Forcing Redisplay): Update the description of
1344 redisplay-dont-pause due to change in the default value.
1345
1346 2011-09-23 Martin Rudalics <rudalics@gmx.at>
1347
1348 * frames.texi (Frames and Windows): Move section and rename to
1349 Windows and Frames in windows.texi.
1350 * windows.texi (Windows): Restructure.
1351 (Basic Windows): Rewrite. Explain live and internal windows and
1352 normalization functions.
1353 (Windows and Frames): Move section here from frames.texi.
1354 Describe subwindows, window combinations, window tree, and
1355 corresponding functions including window-list here.
1356 (Window Sizes): Rename section from Size of Window and move it
1357 up in chapter. Describe total and body sizes and the
1358 corresponding functions. Explain new semantics of
1359 window-min-height/-width.
1360 (Resizing Windows): Move section up in chapter. Describe new
1361 resize functions.
1362 (Splitting Windows): Describe new behavior of split-window,
1363 split-window-above-each-other and split-window-side-by-side.
1364 Provide examples. Describe window-nest and window-splits
1365 options.
1366 (Deleting Windows): Minor rewrite.
1367 (Selecting Windows): Minor rewrite.
1368 Describe frame-selected-window and set-frame-selected-window here.
1369 (Cyclic Window Ordering): Minor rewrite.
1370 Describe window-list-1.
1371 (Buffers and Windows): Rewrite. Explain a window's previous and
1372 next buffers and the corresponding functions.
1373 (Window Tree): Merge into Windows and Frames section.
1374 * elisp.texi (Top): Update node listings for frames and windows
1375 sections.
1376
1377 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1378
1379 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
1380
1381 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1382
1383 * errors.texi (Standard Errors): Remove apparent placeholder text
1384 (bug#9491).
1385
1386 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
1387
1388 * frames.texi (Management Parameters): Fix description of
1389 icon-type parameter.
1390
1391 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
1392
1393 * tips.texi (Key Binding Conventions): Don't bind a key sequence
1394 ending in C-g. Suggested by Edward O'Connor.
1395
1396 2011-09-17 Eli Zaretskii <eliz@gnu.org>
1397
1398 * numbers.texi (Integer Basics): Add indexing for
1399 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
1400
1401 2011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1402
1403 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
1404
1405 2011-09-11 Juanma Barranquero <lekktu@gmail.com>
1406
1407 * processes.texi (Network Servers): Clarify what the process
1408 buffer is used for (bug#9233).
1409
1410 2011-08-30 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1411
1412 * lists.texi (Building Lists): Fix typo.
1413
1414 2011-08-30 Chong Yidong <cyd@stupidchicken.com>
1415
1416 * display.texi (Basic Faces): New node. Document new faces.
1417
1418 * modes.texi (Major Mode Conventions): Move some text there.
1419 (Mode Help): Remove major-mode var, duplicated in Major Modes.
1420
1421 2011-08-29 Chong Yidong <cyd@stupidchicken.com>
1422
1423 * modes.texi (Basic Major Modes): New node. Callers updated.
1424 (Major Modes): Document fundamental-mode and major-mode.
1425 (Major Mode Basics): Node deleted; text moved to Major Modes.
1426 (Derived Modes): Document derived-mode-p.
1427
1428 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
1429
1430 * files.texi (Changing Files, Create/Delete Dirs): Document new
1431 arguments for delete-file, delete-directory, and copy-directory.
1432 (Visiting Functions): Remove view-file; it is documented in the
1433 Emacs manual.
1434
1435 * frames.texi (Layout Parameters): The defaults for the
1436 menu-bar-lines and tool-bar-lines parameters depend on the mode.
1437
1438 * display.texi (Progress): Document spinner functionality.
1439
1440 * os.texi (Killing Emacs): Note that kill-emacs can be called by
1441 operating system signals. Refer to save-buffers-kill-terminal
1442 instead of save-buffers-kill-emacs.
1443
1444 * objects.texi (Symbol Type): Document ## print representation.
1445
1446 2011-08-25 Eli Zaretskii <eliz@gnu.org>
1447
1448 * display.texi (Specified Space): Mention that `space' specs
1449 influence bidi reordering.
1450 (Bidirectional Display): Explain how to use `(space . PROPS)' for
1451 separating fields with bidirectional content.
1452
1453 2011-08-24 Eli Zaretskii <eliz@gnu.org>
1454
1455 * display.texi (Bidirectional Display): Document return value in
1456 buffers that are not bidi-reordered for display, and in unibyte
1457 buffers.
1458
1459 2011-08-23 Eli Zaretskii <eliz@gnu.org>
1460
1461 * nonascii.texi (Character Properties): Document the values for
1462 unassigned codepoints.
1463
1464 2011-08-18 Eli Zaretskii <eliz@gnu.org>
1465
1466 * nonascii.texi (Character Properties): Document use of
1467 `bidi-class' and `mirroring' properties as part of reordering.
1468 Provide cross-references to "Bidirectional Display".
1469
1470 * display.texi (Bidirectional Display): Document the pitfalls of
1471 concatenating strings with bidirectional content, with possible
1472 solutions. Document bidi-string-mark-left-to-right.
1473 Mention paragraph direction in modes that inherit from prog-mode.
1474 Document use of `bidi-class' and `mirroring' properties as part of
1475 reordering.
1476
1477 2011-08-16 Eli Zaretskii <eliz@gnu.org>
1478
1479 * modes.texi (Major Mode Conventions): Improve the documentation
1480 of `mode-class' `special' modes.
1481
1482 * nonascii.texi (Character Properties): Document the `mirroring'
1483 property. Add index entries.
1484
1485 * syntax.texi (Categories): Add an example of defining a new
1486 category and category table.
1487
1488 * searching.texi (Regexp Backslash): Document how to display
1489 existing categories. Mention the possibility of adding
1490 categories, and add an xref to where this is described. Add an
1491 index entry.
1492
1493 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
1494
1495 * text.texi (Special Properties):
1496 * display.texi (Overlay Properties): Note that mouse-face cannot
1497 change the text size (Bug#8530).
1498
1499 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
1500
1501 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
1502 using setenv instead.
1503
1504 2011-07-28 Eli Zaretskii <eliz@gnu.org>
1505
1506 * display.texi (Bidirectional Display): Document the fact that
1507 bidi-display-reordering is t by default.
1508
1509 2011-07-23 Eli Zaretskii <eliz@gnu.org>
1510
1511 * display.texi (Bidirectional Display): New section.
1512
1513 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1514 Tim Cross <theophilusx@gmail.com> (tiny change)
1515 Glenn Morris <rgm@gnu.org>
1516
1517 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
1518
1519 2011-07-15 Andreas Schwab <schwab@linux-m68k.org>
1520
1521 * help.texi (Keys in Documentation): Revert last change.
1522
1523 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1524
1525 * help.texi (Keys in Documentation): Clarify that \= only quotes
1526 the next character, and doesn't affect longer sequences in
1527 particular (bug#8935).
1528
1529 * debugging.texi (Using Debugger):
1530 Mention @code{eval-expression-debug-on-error} (bug#8549).
1531
1532 2011-07-14 Eli Zaretskii <eliz@gnu.org>
1533
1534 * display.texi (Other Display Specs): Document that `left-fringe'
1535 and `right-fringe' display specifications are of the "replacing"
1536 kind.
1537
1538 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1539
1540 * help.texi (Documentation Basics): Add a link to the Function
1541 Documentation node (bug#6580).
1542
1543 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1544
1545 * keymaps.texi (Menu Bar): Mention :visible and :enable
1546 (bug#6344). Text by Drew Adams.
1547
1548 * modes.texi (Running Hooks): Mention buffer-local hook variables
1549 (bug#6218).
1550
1551 * objects.texi (General Escape Syntax): "a with grave accent" is
1552 ?xe0, not ?x8e0 (bug#5259).
1553
1554 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
1555
1556 * display.texi (Face Attributes, Font Selection): Add references
1557 to the Fonts node in the Emacs manual (Bug#4178).
1558
1559 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
1560
1561 * display.texi (Window Systems): `window-system' is
1562 terminal-local.
1563
1564 * frames.texi (Frame Parameters, Parameter Access): Don't mention
1565 frame-local variables.
1566
1567 * variables.texi (Buffer-Local Variables): Don't mention obsolete
1568 frame-local variables.
1569 (Frame-Local Variables): Node deleted.
1570
1571 * elisp.texi (Top): Update node listing.
1572
1573 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1574
1575 * elisp.texi: Change "inferiors" to "subnodes" in three places
1576 (bug#3523).
1577
1578 2011-07-11 Chong Yidong <cyd@stupidchicken.com>
1579
1580 * frames.texi (Window System Selections): Discussion of
1581 x-select-enable-clipboard moved to Emacs manual.
1582
1583 2011-07-11 Deniz Dogan <deniz@dogan.se>
1584
1585 * commands.texi (Prefix Command Arguments): Remove excessive
1586 apostrophe.
1587
1588 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1589
1590 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
1591 description is a string (bug#3313).
1592
1593 * frames.texi (Display Feature Testing): Try to explain what all
1594 the visual classes mean (bug#3042).
1595
1596 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1597
1598 * modes.texi (Mode Line Variables): Document `mode-line-remote'
1599 and `mode-line-client' (bug#2974).
1600
1601 * text.texi (Insertion): Clarify marker movements (bug#1651).
1602 Text from Drew Adams.
1603
1604 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1605
1606 * text.texi (Special Properties): Clarify the format of `face'
1607 (bug#1375).
1608
1609 * commands.texi (Interactive Call): Add a `call-interactively'
1610 example (bug#1010).
1611
1612 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1613
1614 * functions.texi (Calling Functions): Link to the "Interactive
1615 Call" node (bug#1001).
1616
1617 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
1618
1619 * customize.texi (Composite Types): Move alist and plist to here
1620 from Simple Types (Bug#7545).
1621
1622 * elisp.texi (Top): Update menu description.
1623
1624 * display.texi (Face Attributes): Document negative line widths
1625 (Bug#6113).
1626
1627 2011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
1628
1629 * searching.texi (Match Data): Note that match data can be
1630 overwritten by most functions (bug#2499).
1631
1632 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1633
1634 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
1635 flags mean (bug#6659).
1636
1637 * functions.texi (What Is a Function): Document the autoload
1638 object (bug#6496).
1639
1640 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1641
1642 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
1643 is only used in the Customize user interface (bug#6089).
1644
1645 * display.texi (Showing Images): Mention the point of sliced
1646 images (bug#7836).
1647
1648 2011-07-02 Eli Zaretskii <eliz@gnu.org>
1649
1650 * variables.texi (Defining Variables, Void Variables)
1651 (Constant Variables): Fix incorrect usage of @kindex.
1652
1653 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1654
1655 * variables.texi (Defining Variables): Add an index entry for
1656 `set-variable' (bug#7262).
1657 (Defining Variables): Use @findex for functions.
1658
1659 * frames.texi (Basic Parameters): Document the `explicit-name'
1660 parameter (bug#6951).
1661
1662 * customize.texi (Type Keywords): Clarify that :value provides a
1663 default value for all types (bug#7386).
1664
1665 * streams.texi (Output Functions): Document `pp'.
1666
1667 2011-06-25 Chong Yidong <cyd@stupidchicken.com>
1668
1669 * keymaps.texi (Searching Keymaps):
1670 * display.texi (Overlay Properties): Fix errors in 2011-05-29
1671 change. Suggested by Johan Bockgård.
1672
1673 2011-06-15 Chong Yidong <cyd@stupidchicken.com>
1674
1675 * text.texi (Special Properties): Clarify role of font-lock-face.
1676
1677 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1678
1679 * processes.texi (Process Information): Rename `process-alive-p'
1680 to `process-live-p' for consistency with other `-live-p' functions.
1681
1682 2011-06-03 Paul Eggert <eggert@cs.ucla.edu>
1683
1684 Document wide integers better.
1685 * files.texi (File Attributes): Document ino_t values better.
1686 ino_t values no longer map to anything larger than a single cons.
1687 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
1688 (Bitwise Operations):
1689 * objects.texi (Integer Type): Use a binary notation that is a bit easier
1690 to read, and that will port better if 62-bits becomes the default.
1691 Fix or remove incorrect examples.
1692 * os.texi (Time Conversion): Document time_t values better.
1693
1694 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1695
1696 * processes.texi (Process Information):
1697 Document `process-alive-p'.
1698
1699 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
1700
1701 * help.texi (Accessing Documentation):
1702 * display.texi (Pixel Specification):
1703 * processes.texi (Serial Ports, Serial Ports):
1704 * nonascii.texi (Character Properties, Default Coding Systems):
1705 * text.texi (Changing Properties, Special Properties):
1706 * windows.texi (Window Start and End):
1707 * modes.texi (SMIE Indentation Example, SMIE Tricks):
1708 * keymaps.texi (Searching Keymaps, Tool Bar):
1709 * minibuf.texi (Basic Completion):
1710 * compile.texi (Eval During Compile):
1711 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
1712 7x9 paper in printed manual.
1713
1714 * lists.texi (Sets And Lists): Fix misplaced text.
1715
1716 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
1717
1718 * keymaps.texi (Remapping Commands): Emphasize that the keymap
1719 needs to be active (Bug#8350).
1720
1721 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
1722
1723 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
1724
1725 * tips.texi (Coding Conventions): Remove antediluvian filename
1726 limit recommendation (Bug#8538).
1727
1728 2011-05-27 Glenn Morris <rgm@gnu.org>
1729
1730 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
1731
1732 2011-05-26 Glenn Morris <rgm@gnu.org>
1733
1734 * variables.texi (File Local Variables):
1735 Update hack-local-variables `mode-only' return value.
1736 Add some more details on what this function does in the other case.
1737
1738 2011-05-19 Glenn Morris <rgm@gnu.org>
1739
1740 * lists.texi (Sets And Lists): Mention cl provides union etc.
1741
1742 2011-05-19 Nix <nix@esperi.org.uk>
1743
1744 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
1745
1746 * text.texi (Parsing HTML): Update for function name changes.
1747
1748 * syntax.texi (Syntax Flags): Small fix.
1749
1750 * keymaps.texi (Active Keymaps): Typo fix.
1751 (Changing Key Bindings): Grammar fix.
1752
1753 * frames.texi (Minibuffers and Frames): Grammar fix.
1754 (Window System Selections): x-select-enable-clipboard now defaults to t.
1755
1756 * customize.texi (Common Keywords):
1757 * display.texi (Abstract Display):
1758 * modes.texi (Auto-Indentation):
1759 * nonascii.texi (Converting Representations): Typo fixes.
1760
1761 * control.texi (Examples of Catch): Call it "goto" not "go to".
1762
1763 2011-05-14 Eli Zaretskii <eliz@gnu.org>
1764
1765 * nonascii.texi (Character Properties): Fix inconsistencies with
1766 implementation.
1767
1768 * text.texi (Special Properties): Move @defvar's out of the
1769 @table. (Bug#8652)
1770
1771 2011-05-12 Glenn Morris <rgm@gnu.org>
1772
1773 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
1774
1775 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1776
1777 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
1778 (Multiline Font Lock):
1779 * vol2.texi (Top):
1780 * vol1.texi (Top):
1781 * elisp.texi (Top): Update menu accordingly.
1782
1783 2011-05-12 Drew Adams <drew.adams@oracle.com>
1784
1785 * modes.texi (Region to Fontify): Fix typo.
1786
1787 2011-05-10 Jim Meyering <meyering@redhat.com>
1788
1789 * minibuf.texi: Fix typo "in in -> in".
1790
1791 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
1792
1793 * numbers.texi (Integer Basics): Large integers are treated as floats.
1794
1795 2011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1796
1797 * processes.texi (Synchronous Processes): Document the (:file
1798 "/file-name") syntax for `call-process'.
1799
1800 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
1801
1802 * windows.texi (Choosing Window): Fix typo.
1803
1804 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
1805
1806 * frames.texi (Layout Parameters): Note the difference between
1807 querying and setting parameters for left-fringe and right-fringe
1808 (Bug#6930).
1809
1810 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1811
1812 * minibuf.texi (Basic Completion): Be a bit more precise about the
1813 valid kinds of completion tables.
1814 (Programmed Completion): Remove obsolete text about lambda expressions
1815 not being valid completion tables.
1816
1817 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
1818
1819 * positions.texi (Excursions): Explain the "save-excursion
1820 defeated by set-buffer" warning.
1821
1822 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
1823 save-excursion. Suggested by Uday S Reddy.
1824
1825 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
1826
1827 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
1828 (Lexical Binding): New sub-section.
1829
1830 * eval.texi (Eval): Discourage the use of `eval'.
1831 Document its new `lexical' argument.
1832
1833 2011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1834
1835 * commands.texi (Command Overview): `post-command-hook' is not reset to
1836 nil any more.
1837
1838 2011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
1839
1840 * strings.texi (String Conversion): Don't mention
1841 string-make-(uni|multi)byte (bug#8262).
1842 * nonascii.texi (Converting Representations): Fix up range.
1843 * keymaps.texi (Key Binding Commands): Update code point, avoid
1844 "unibyte character" and remove mention of unibyte bindings.
1845
1846 2011-03-10 Eli Zaretskii <eliz@gnu.org>
1847
1848 * modes.texi (Operator Precedence Grammars): Don't use characters
1849 outside ISO-8859-1.
1850
1851 2011-03-09 Eli Zaretskii <eliz@gnu.org>
1852
1853 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
1854
1855 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1856
1857 2011-03-08 Glenn Morris <rgm@gnu.org>
1858
1859 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
1860 * intro.texi (Acknowledgements): Names to UTF-8.
1861 * elisp.texi: Set documentencoding.
1862
1863 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
1864
1865 * Version 23.3 released.
1866
1867 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
1868
1869 * package.texi: Update index keywords.
1870 (Package Archives): New node contents. Document package-x.el.
1871
1872 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
1873
1874 * makefile.w32-in (srcs): Add package.texi.
1875
1876 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
1877
1878 * package.texi (Packaging, Packaging Basics, Simple Packages)
1879 (Multi-file Packages): Expand and clarify.
1880 (Package Archives): Temporary placeholder node.
1881
1882 * elisp.texi (Top): Update node listing.
1883
1884 * Makefile.in (srcs): Add package.texi.
1885
1886 2011-03-05 Chong Yidong <cyd@stupidchicken.com>
1887
1888 * processes.texi (Synchronous Processes): Minor clarification
1889 (Bug#8149).
1890
1891 2011-03-03 Glenn Morris <rgm@gnu.org>
1892
1893 * files.texi (Truenames): Minor clarification. (Bug#2341)
1894
1895 2011-03-01 Glenn Morris <rgm@gnu.org>
1896
1897 * variables.texi (Directory Local Variables):
1898 Mention `(subdirs . nil)' alist element.
1899
1900 2011-02-28 Glenn Morris <rgm@gnu.org>
1901
1902 * variables.texi (Directory Local Variables): Mention the optional
1903 mtime argument of dir-locals-set-directory-class. (Bug#3577)
1904
1905 2011-02-27 Chong Yidong <cyd@stupidchicken.com>
1906
1907 * minibuf.texi (Minibuffer History): Clarify discussion of
1908 minibuffer history lists (Bug#8085).
1909
1910 2011-02-19 Eli Zaretskii <eliz@gnu.org>
1911
1912 * elisp.texi: Sync @dircategory with ../../info/dir.
1913
1914 * files.texi (Visiting Functions): Document find-file-literally,
1915 both the command and the variable.
1916
1917 * variables.texi (Creating Buffer-Local): Explain the meaning of
1918 permanent local variables.
1919
1920 * files.texi (Visiting Functions): Document find-file-literally,
1921 both the command and the variable.
1922
1923 * variables.texi (Creating Buffer-Local): Explain the meaning of
1924 permanent local variables.
1925
1926 2011-02-19 Glenn Morris <rgm@gnu.org>
1927
1928 * keymaps.texi (Remapping Commands): Mention how to undo it.
1929
1930 2011-02-09 Reuben Thomas <rrt@sc3d.org>
1931
1932 * loading.texi (Hooks for Loading): Remove unnecessary advice
1933 about eval-after-load (Bug#7986).
1934
1935 2011-02-05 Chong Yidong <cyd@stupidchicken.com>
1936
1937 * commands.texi (Accessing Mouse): Note that a header line is not
1938 included in the row of posn-col-row.
1939
1940 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
1941
1942 * modes.texi (Major Mode Conventions): Add face guidelines.
1943 (Faces for Font Lock): List faces in order of prominence.
1944
1945 2011-02-01 Paul Eggert <eggert@cs.ucla.edu>
1946
1947 format-time-string now supports subsecond time stamp resolution
1948 * os.texi (Time Parsing): Document %N.
1949
1950 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
1951
1952 * vol1.texi (Top):
1953 * vol2.texi (Top):
1954 * elisp.texi (Top):
1955 * display.texi (Display Property): Shorten the menu description of
1956 the "Other Display Specs" node (Bug#7816).
1957
1958 * keymaps.texi (Defining Menus): Add "menu item" and "extended
1959 menu item" concept index entries (Bug#7805).
1960
1961 2011-01-29 Eli Zaretskii <eliz@gnu.org>
1962
1963 * makefile.w32-in (texinfodir): New variable.
1964 (usermanualdir): Remove as redundant with $(emacsdir).
1965 (MAKEINFO): Remove options, leave only program name.
1966 (MAKEINFO_OPTS): New variable.
1967 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
1968
1969 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
1970 Richard Kim <emacs18@gmail.com>
1971
1972 * loading.texi (Library Search): Document list-load-path-shadows
1973 (Bug#7757).
1974
1975 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
1976
1977 * searching.texi (Regexp Special): Remove outdated discussion of
1978 character sets (Bug#7780).
1979
1980 * frames.texi (Pop-Up Menus): Document where menu title comes
1981 from (Bug#7684).
1982
1983 2011-01-25 Glenn Morris <rgm@gnu.org>
1984
1985 * display.texi (Making Buttons): Mention limitation of text buttons.
1986
1987 2011-01-23 Werner Lemberg <wl@gnu.org>
1988
1989 * Makefile.in (MAKEINFO): Now controlled by `configure'.
1990 (MAKEINFO_OPTS): New variable. Use it where appropriate.
1991 (ENVADD): New variable to control texi2dvi and texi2pdf.
1992
1993 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
1994
1995 * files.texi (Directory Names): Move directory-abbrev-alist doc to
1996 Emacs manual.
1997
1998 2011-01-15 Eli Zaretskii <eliz@gnu.org>
1999
2000 * files.texi (Directory Names): Explain why FROM in
2001 directory-abbrev-alist should begin with \`. (Bug#7777)
2002
2003 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2004
2005 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
2006
2007 2011-01-02 Eli Zaretskii <eliz@gnu.org>
2008
2009 * modes.texi (Emulating Mode Line): Fix last change.
2010
2011 2011-01-02 Eli Zaretskii <eliz@gnu.org>
2012
2013 * modes.texi (Emulating Mode Line): Update documentation of
2014 format-mode-line according to changes that fixed bug #7587.
2015
2016 2010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
2017
2018 * modes.texi (Derived Modes): Mention prog-mode.
2019
2020 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
2021 of the key-binding-data cache since we don't use it any more.
2022
2023 2010-12-13 Eli Zaretskii <eliz@gnu.org>
2024
2025 * processes.texi (Shell Arguments):
2026 * strings.texi (Creating Strings): Don't mention "shell commands";
2027 make it explicit that `split-string-and-unquote' and
2028 `combine-and-quote-strings' are mainly for working with arguments
2029 to call-process and start-process.
2030
2031 * processes.texi (Shell Arguments): Fix documentation of
2032 `split-string-and-unquote'. Add indexing. (Bug#7563)
2033
2034 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2035
2036 * modes.texi (Auto-Indentation): New section to document SMIE.
2037 (Major Mode Conventions):
2038 * text.texi (Mode-Specific Indent): Refer to it.
2039
2040 2010-12-13 Eli Zaretskii <eliz@gnu.org>
2041
2042 * display.texi (Other Display Specs): Document left-fringe and
2043 right-fringe display specs.
2044
2045 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2046
2047 * backups.texi (Making Backups):
2048 * modes.texi (Example Major Modes): Use recommended coding style.
2049 (Major Mode Basics, Derived Modes): Encourge more strongly use of
2050 define-derived-mode. Mention completion-at-point-functions.
2051
2052 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
2053
2054 * nonascii.texi (Converting Representations):
2055 Document byte-to-string.
2056
2057 2010-12-08 Glenn Morris <rgm@gnu.org>
2058
2059 * buffers.texi (Modification Time):
2060 verify-visited-file-modtime now defaults to the current buffer.
2061
2062 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
2063
2064 * nonascii.texi (Converting Representations): Document byte-to-string.
2065
2066 * strings.texi (Creating Strings): Don't mention semi-obsolete
2067 function char-to-string.
2068 (String Conversion): Shorten discussion of semi-obsolete function
2069 string-to-char. Link to Converting Representations.
2070
2071 * objects.texi (Symbol Type):
2072 * text.texi (Near Point):
2073 * help.texi (Help Functions):
2074 * functions.texi (Mapping Functions): Use string instead of
2075 char-to-string in examples.
2076
2077 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
2078
2079 * text.texi (Kill Functions, Kill Functions)
2080 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
2081 YANK-HANDLER args.
2082
2083 * symbols.texi (Creating Symbols): Using unintern without an
2084 obarray arg is now obsolete.
2085
2086 * numbers.texi (Float Basics): Document float-e and float-pi.
2087
2088 * variables.texi (Defining Variables): Change "pi" example to
2089 "float-pi".
2090
2091 2010-11-26 Eli Zaretskii <eliz@gnu.org>
2092
2093 * commands.texi (Click Events): Document the values of X, Y and
2094 COL, ROW in the event's position, when the click is on the header
2095 or mode line, on the fringes, or in the margins.
2096
2097 2010-11-17 Eli Zaretskii <eliz@gnu.org>
2098
2099 * customize.texi (Composite Types): Lower-case index entry.
2100
2101 * loading.texi (How Programs Do Loading):
2102 Document load-file-name. (Bug#7346)
2103
2104 2010-11-17 Glenn Morris <rgm@gnu.org>
2105
2106 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
2107
2108 2010-11-13 Eli Zaretskii <eliz@gnu.org>
2109
2110 * display.texi (Usual Display): Characters with no fonts are not
2111 necessarily displayed as empty boxes.
2112
2113 2010-10-31 Glenn Morris <rgm@gnu.org>
2114
2115 * maps.texi (Standard Keymaps): Update File menu description.
2116
2117 2010-10-28 Glenn Morris <rgm@gnu.org>
2118
2119 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
2120
2121 2010-10-24 Eli Zaretskii <eliz@gnu.org>
2122
2123 * display.texi (Window Systems): Deprecate use of window-system as
2124 a predicate.
2125
2126 2010-10-23 Glenn Morris <rgm@gnu.org>
2127
2128 * help.texi (Documentation Basics): Remove mentions of digest-doc and
2129 sorted-doc.
2130
2131 2010-10-15 Eli Zaretskii <eliz@gnu.org>
2132
2133 * os.texi (Dynamic Libraries): New node, with slightly modified
2134 text deleted from "Image Formats".
2135 (System Interface): Add @menu entry for "Dynamic Libraries".
2136
2137 * display.texi (Image Formats): Remove description of
2138 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
2139
2140 2010-10-12 Glenn Morris <rgm@gnu.org>
2141
2142 * book-spine.texinfo: Rename to book-spine.texi.
2143
2144 2010-10-11 Glenn Morris <rgm@gnu.org>
2145
2146 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
2147
2148 * Makefile.in (DVIPS): New variable.
2149 (.PHONY): Add html, ps.
2150 (html, elisp.html, ps, elisp.ps): New targets.
2151 (clean): Delete html, ps files.
2152 ($(infodir)/elisp): Remove unnecessary includes.
2153
2154 2010-10-09 Eli Zaretskii <eliz@gnu.org>
2155
2156 * makefile.w32-in (emacsdir): New variable.
2157 (srcs): Add emacsver.texi.
2158 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
2159
2160 2010-10-09 Glenn Morris <rgm@gnu.org>
2161
2162 * Makefile.in (VPATH): Remove.
2163 (infodir): Make it absolute.
2164 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
2165
2166 * Makefile.in (dist): Anchor regexps.
2167
2168 * Makefile.in (srcs): Put elisp.texi first.
2169 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
2170
2171 * Makefile.in (infoclean): Remove harmless, long-standing error.
2172
2173 * Makefile.in ($(infodir)): Delete rule.
2174 (mkinfodir): New.
2175 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
2176
2177 * Makefile.in (dist): Remove reference to emacsver.texi.in.
2178 Also copy emacsver.texi, and edit $emacsdir.
2179
2180 2010-10-09 Glenn Morris <rgm@gnu.org>
2181
2182 * Makefile.in (emacsdir): New variable.
2183 (MAKEINFO): Add -I $emacsdir.
2184 (dist): Copy emacsver.texi.
2185 (srcs): Add emacsver.texi.
2186
2187 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
2188 Set EMACSVER by including emacsver.texi.
2189
2190 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
2191
2192 2010-10-07 Glenn Morris <rgm@gnu.org>
2193
2194 * Makefile.in (version): New, set by configure.
2195 (clean): Delete dist tar file.
2196 (dist): Use version in tar name.
2197
2198 2010-10-06 Glenn Morris <rgm@gnu.org>
2199
2200 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
2201 (INSTALL_INFO): Remove unused variable.
2202 (mostlyclean, infoclean, dist): New rules.
2203 (clean): Delete dvi and pdf files.
2204 (maintainer-clean): Remove elisp.oaux, use infoclean.
2205 ($(infodir)): Add parallel build workaround.
2206
2207 2010-10-04 Glenn Morris <rgm@gnu.org>
2208
2209 * Makefile.in (dvi, pdf, $(infodir)): New targets.
2210 ($(infodir)/elisp): Ensure target directory exists. Use $@.
2211 Fix -I typo.
2212 (clean): No 'make.out' or 'core' files.
2213 (.PHONY): Declare clean rules.
2214 (maintainer-clean): Delete pdf file. Guard against cd failures.
2215
2216 2010-10-03 Glenn Morris <rgm@gnu.org>
2217
2218 * files.texi (File Name Components): Remove ignored section about
2219 deleted variable directory-sep-char.
2220
2221 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
2222
2223 * files.texi (Magic File Names): New defopt
2224 remote-file-name-inhibit-cache.
2225
2226 2010-10-02 Glenn Morris <rgm@gnu.org>
2227
2228 * os.texi (Killing Emacs): Hook now runs in batch mode.
2229
2230 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
2231
2232 * text.texi (Special Properties): Clarify when modification-hooks run.
2233
2234 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2235
2236 * syntax.texi (Syntax Flags): Document new `c' flag.
2237
2238 2010-09-09 Glenn Morris <rgm@gnu.org>
2239
2240 * display.texi (ImageMagick Images): General cleanup.
2241
2242 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2243
2244 * files.texi (Directory Names): Use \` rather than ^.
2245
2246 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
2247
2248 * text.texi (Low-Level Kill Ring):
2249 * frames.texi (Window System Selections): Remove cut buffer
2250 documentation.
2251
2252 2010-08-28 Eli Zaretskii <eliz@gnu.org>
2253
2254 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
2255 Parameters", where the default fringe width is described.
2256
2257 * frames.texi (Window Frame Parameters, Basic Parameters)
2258 (Position Parameters, Layout Parameters, Management Parameters)
2259 (Cursor Parameters, Font and Color Parameters): Add indexing for
2260 frame parameters. (Bug#6929)
2261
2262 2010-08-25 Tom Tromey <tromey@redhat.com>
2263
2264 * vol2.texi (Top): Update.
2265 * vol1.texi (Top): Update.
2266 * tips.texi (Library Headers): Mention Package-Version and
2267 Package-Requires.
2268 * package.texi: New file.
2269 * os.texi (System Interface): Update pointers.
2270 * elisp.texi (Top): Link to new nodes. Include package.texi.
2271 * anti.texi (Antinews): Update pointers.
2272
2273 2010-08-25 Eli Zaretskii <eliz@gnu.org>
2274
2275 * processes.texi (Filter Functions): Fix last change.
2276
2277 2010-08-24 Markus Triska <triska@gmx.at>
2278
2279 * processes.texi (Filter Functions): Use `buffer-live-p' instead
2280 of `buffer-name' in the main text as well as in the example
2281 (Bug#3098).
2282
2283 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2284
2285 * nonascii.texi (Text Representations):
2286 * loading.texi (Loading Non-ASCII):
2287 * compile.texi (Byte Compilation): Don't mention obsolete
2288 --unibyte command-line argument.
2289
2290 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2291
2292 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
2293
2294 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2295
2296 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
2297
2298 2010-08-20 Eli Zaretskii <eliz@gnu.org>
2299
2300 * commands.texi (Misc Events): Add cross-references to where
2301 POSITION of a mouse event is described in detail.
2302
2303 2010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
2304
2305 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
2306
2307 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2308
2309 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
2310 Suggested by Štěpán Němec <stepnem@gmail.com>.
2311
2312 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2313
2314 * minibuf.texi (High-Level Completion): Document args of
2315 `read-buffer-function' (bug#5625).
2316
2317 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2318
2319 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
2320
2321 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
2322
2323 * processes.texi (Process Information): Explain process property
2324 `remote-tty'.
2325
2326 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
2327
2328 * modes.texi (Defining Minor Modes): Use C-delete in examples,
2329 instead of "\C-\^?" (bug#6334).
2330
2331 * text.texi (Special Properties): Fix typo.
2332
2333 2010-07-09 Eli Zaretskii <eliz@gnu.org>
2334
2335 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
2336 calling sequences, which are now the standard.
2337
2338 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
2339
2340 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
2341
2342 * commands.texi (Command Overview): Mention undo-boundary call.
2343
2344 2010-06-23 Glenn Morris <rgm@gnu.org>
2345
2346 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
2347 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
2348 * frames.texi, functions.texi, internals.texi, keymaps.texi:
2349 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
2350 * searching.texi, sequences.texi, strings.texi, syntax.texi:
2351 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
2352 Untabify Texinfo files.
2353
2354 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
2355
2356 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
2357
2358 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
2359
2360 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
2361
2362 2010-06-02 Chong Yidong <cyd@stupidchicken.com>
2363
2364 * searching.texi (Regexp Special): Remove obsolete information
2365 about matching non-ASCII characters, and suggest using char
2366 classes (Bug#6283).
2367
2368 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
2369
2370 * minibuf.texi (Basic Completion): Add missing "@end defun".
2371
2372 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2373
2374 * minibuf.texi (Basic Completion): Document completion-boundaries.
2375 (Programmed Completion): Document the new fourth method for boundaries.
2376
2377 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
2378
2379 * display.texi (Image Cache): Update documentation about image caching.
2380
2381 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
2382
2383 * windows.texi (Textual Scrolling):
2384 * tips.texi (Coding Conventions):
2385 * minibuf.texi (Minibuffer History):
2386 * maps.texi (Standard Keymaps):
2387 * loading.texi (Where Defined):
2388 * edebug.texi (Instrumenting): Fix typos.
2389
2390 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2391
2392 * keymaps.texi (Menu Bar): Document :advertised-binding property.
2393
2394 * functions.texi (Obsolete Functions):
2395 Document set-advertised-calling-convention.
2396
2397 * minibuf.texi (Basic Completion): Document completion-in-region.
2398 (Programmed Completion): Document completion-annotate-function.
2399
2400 * commands.texi (Reading One Event): Document read-key.
2401 (Distinguish Interactive): Document KIND arg to
2402 called-interactively-p. Delete obsolete interactive-p.
2403
2404 * elisp.texi (Top): Update node description.
2405
2406 2010-05-08 Eli Zaretskii <eliz@gnu.org>
2407
2408 * nonascii.texi (Character Properties):
2409 Document unicode-category-table. Add an index entry for Unicode
2410 general category.
2411
2412 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
2413
2414 * Version 23.2 released.
2415
2416 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
2417
2418 * locals.texi (Standard Buffer-Local Variables):
2419 Remove @ignore'd reference to `direction-reversed'.
2420
2421 2010-04-14 Juri Linkov <juri@jurta.org>
2422
2423 Fix @deffn without category.
2424
2425 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
2426 for `abbrev-insert'.
2427
2428 * buffers.texi (Indirect Buffers): Add category `Command'
2429 to @deffn of `clone-indirect-buffer'.
2430
2431 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
2432 for `next-window' and `previous-window'. Add category `Command'
2433 to @deffn of `pop-to-buffer'.
2434
2435 2010-04-01 Chong Yidong <cyd@stupidchicken.com>
2436
2437 * nonascii.texi (Text Representations): Don't mark
2438 enable-multibyte-characters as a user option.
2439
2440 2010-03-31 Eli Zaretskii <eliz@gnu.org>
2441
2442 * control.texi (Handling Errors): How to re-throw a signal caught
2443 by condition-case.
2444
2445 2010-03-26 Chong Yidong <cyd@stupidchicken.com>
2446
2447 * loading.texi (Hooks for Loading): Document after-load-functions.
2448 Copyedits.
2449
2450 2010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
2451
2452 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
2453
2454 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
2455
2456 * processes.texi (Network Processes): Document seqpacket type.
2457
2458 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2459
2460 * os.texi (System Environment): Do not mention lynxos.
2461
2462 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
2463
2464 * Branch for 23.2.
2465
2466 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
2467
2468 * objects.texi (Integer Type): Take note of the read syntax
2469 exception for numbers that cannot fit in the integer type.
2470
2471 2010-03-03 Glenn Morris <rgm@gnu.org>
2472
2473 * numbers.texi (Integer Basics, Bitwise Operations):
2474 * objects.texi (Integer Type): Update for integers now being 30-bit.
2475
2476 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
2477
2478 * display.texi (Low-Level Font): Document :otf font-spec property.
2479
2480 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2481
2482 * display.texi (Line Height): Avoid obsolete special default variables
2483 like default-major-mode.
2484
2485 2010-01-28 Alan Mackenzie <acm@muc.de>
2486
2487 * display.texi (Auto Faces): Say fontification-functions is called
2488 whether or not Font Lock is enabled. Tidy up the wording a bit.
2489
2490 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
2491
2492 * elisp.texi: Remove duplicate edition information (Bug#5407).
2493
2494 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
2495
2496 * two.el (volume-header-toc-markup): Fix typos in docstring.
2497
2498 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
2499
2500 Avoid dubious uses of save-excursions.
2501 * positions.texi (Excursions): Recommend the use of
2502 save-current-buffer if applicable.
2503 * text.texi (Clickable Text): Fix the example code which used
2504 save-excursion in a naive way which sometimes preserves point and
2505 sometimes not.
2506 * variables.texi (Creating Buffer-Local):
2507 * os.texi (Session Management):
2508 * display.texi (GIF Images):
2509 * control.texi (Cleanups): Use (save|with)-current-buffer.
2510
2511 2010-01-02 Eli Zaretskii <eliz@gnu.org>
2512
2513 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
2514
2515 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
2516
2517 * nonascii.texi (Text Representations, Character Codes)
2518 (Converting Representations, Explicit Encoding)
2519 (Translation of Characters): Use hex notation consistently.
2520 (Character Sets): Fix map-charset-chars doc (Bug#5197).
2521
2522 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
2523
2524 * loading.texi (Where Defined): Make it clearer that these are
2525 loaded files (Bug#5068).
2526
2527 2009-12-29 Chong Yidong <cyd@stupidchicken.com>
2528
2529 * minibuf.texi (Completion Styles): Document `initials' style.
2530
2531 2009-12-25 Chong Yidong <cyd@stupidchicken.com>
2532
2533 * frames.texi (Resources): Describe inhibit-x-resources.
2534 (Size Parameters): Copyedit.
2535
2536 * hash.texi (Creating Hash):
2537 * objects.texi (Hash Table Type): Document the new hash table
2538 printed representation.
2539
2540 * minibuf.texi (Basic Completion): 4th arg to all-completions is
2541 obsolete.
2542
2543 * processes.texi (Process Buffers):
2544 Document process-kill-buffer-query-function.
2545
2546 2009-12-05 Glenn Morris <rgm@gnu.org>
2547
2548 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
2549 diary-display-function, and no longer recommended to be a hook.
2550 Update for changes in the names of calendar and diary hooks.
2551 diary-print-entries-hook has changed section.
2552
2553 2009-11-28 Eli Zaretskii <eliz@gnu.org>
2554
2555 * text.texi (Special Properties): More accurate description of
2556 what the `cursor' property does.
2557
2558 2009-11-26 Kevin Ryde <user42@zip.com.au>
2559
2560 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
2561 mouse-wheel-down-event, the closest thing to a definition for them.
2562 * os.texi (Startup Summary): vindex inhibit-startup-message and
2563 inhibit-splash-screen.
2564 (Command-Line Arguments): vindex argv.
2565 (Suspending Emacs): vindex suspend-tty-functions and
2566 resume-tty-functions. Don't want to index every hook, but having
2567 the programming ones is helpful.
2568
2569 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
2570
2571 * commands.texi (Motion Events): Fix typo (Bug#4907).
2572
2573 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
2574
2575 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
2576 are affected by case-fold-search (Bug#4483).
2577
2578 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
2579
2580 * minibuf.texi (Reading File Names): Note that read-file-name may
2581 use a graphical file dialog.
2582
2583 2009-10-31 Glenn Morris <rgm@gnu.org>
2584
2585 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
2586
2587 2009-10-16 Kevin Ryde <user42@zip.com.au>
2588
2589 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
2590 in particular so `info-lookup-symbol' can find its docs.
2591
2592 2009-10-16 Chong Yidong <cyd@stupidchicken.com>
2593
2594 * variables.texi (Constant Variables): Distinguish from defconst
2595 variables.
2596 (Defining Variables): Add cindex.
2597
2598 2009-10-15 Chong Yidong <cyd@stupidchicken.com>
2599
2600 * os.texi (Time of Day): Clarify that the microsecond part is
2601 ignored (Bug#4637).
2602
2603 2009-10-11 Glenn Morris <rgm@gnu.org>
2604
2605 * frames.texi (Size and Position): Clarify what is included in the frame
2606 height. (Bug#4535)
2607
2608 2009-10-10 Glenn Morris <rgm@gnu.org>
2609
2610 * windows.texi (Size of Window): The relationship between window and
2611 frame heights is not so simple. (Bug#4535)
2612 Mention window-full-height-p.
2613
2614 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2615
2616 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
2617 used from Lisp.
2618
2619 2009-10-07 Eli Zaretskii <eliz@gnu.org>
2620
2621 * files.texi (Directory Names) <abbreviate-file-name>:
2622 Document that root home directories are not replaced with "~".
2623
2624 2009-10-06 Eli Zaretskii <eliz@gnu.org>
2625
2626 * text.texi (Special Properties): Document the meaning of the
2627 `cursor' text property whose value is an integer.
2628
2629 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
2630
2631 * files.texi (Magic File Names): Add `copy-directory'.
2632
2633 2009-10-05 Eli Zaretskii <eliz@gnu.org>
2634
2635 * files.texi (File Attributes): Fix description of file
2636 attributes. (Bug#4638) Update attributes of files.texi example to
2637 be more representative.
2638
2639 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
2640
2641 * files.texi (Create/Delete Dirs): New command copy-directory.
2642
2643 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
2644
2645 * anti.texi (Antinews):
2646 * macros.texi (Indenting Macros):
2647 * strings.texi (Creating Strings, Case Conversion):
2648 Remove duplicate words.
2649
2650 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
2651
2652 * files.texi (Create/Delete Dirs): delete-directory has an
2653 optional parameter RECURSIVE.
2654
2655 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2656
2657 * buffers.texi (Swapping Text): Minor clarification.
2658
2659 2009-10-01 Glenn Morris <rgm@gnu.org>
2660
2661 * functions.texi (Declaring Functions): Mention that we also search for
2662 ".m" files in the src/ directory.
2663
2664 2009-09-25 David Engster <deng@randomsample.de>
2665
2666 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
2667
2668 2009-09-22 Glenn Morris <rgm@gnu.org>
2669
2670 * internals.texi (Building Emacs): Mention preloaded-file-list.
2671
2672 2009-09-14 Alan Mackenzie <acm@muc.de>
2673
2674 * os.texi (Terminal Output): Put "@code{}" around "stdout".
2675
2676 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
2677
2678 * functions.texi (Anonymous Functions): Rearrange discussion,
2679 giving usage of unquoted lambda forms first. Mention that
2680 `function' and `#'' are no longer required (Bug#4290).
2681
2682 2009-09-11 Alan Mackenzie <acm@muc.de>
2683
2684 * os.texi (Terminal Output): Document `send-string-to-terminal' in
2685 batch mode.
2686
2687 2009-09-01 Glenn Morris <rgm@gnu.org>
2688
2689 * display.texi (Face Functions): Mention define-obsolete-face-alias.
2690
2691 2009-08-26 Ulrich Mueller <ulm@gentoo.org>
2692
2693 * nonascii.texi (Character Codes): Fix typos.
2694
2695 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
2696
2697 * processes.texi (Synchronous Processes): New defvar
2698 process-file-side-effects.
2699
2700 2009-08-25 Glenn Morris <rgm@gnu.org>
2701
2702 * display.texi (Fontsets): Fix typo.
2703
2704 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
2705
2706 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2707
2708 * processes.texi (Asynchronous Processes): Adjust arglist of
2709 start-process-shell-command and start-file-process-shell-command.
2710
2711 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
2712
2713 * advice.texi (Argument Access in Advice): Note that argument
2714 positions are zero-based (Bug#3932).
2715
2716 * commands.texi (Distinguish Interactive): Minor copyedit.
2717
2718 * display.texi (Face Attributes): Add xref to Displaying Faces for
2719 explanation of "underlying face".
2720
2721 * customize.texi (Common Keywords): Add xref to Loading.
2722
2723 * loading.texi (How Programs Do Loading): Add xref to Lisp
2724 Libraries node in the Emacs manual.
2725
2726 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
2727
2728 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
2729
2730 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
2731
2732 * processes.texi (Shell Arguments): Copyedits.
2733
2734 2009-07-18 Glenn Morris <rgm@gnu.org>
2735
2736 * loading.texi (Repeated Loading): Fix typo.
2737
2738 2009-07-16 Richard Stallman <rms@gnu.org>
2739
2740 * buffers.texi (Swapping Text): Recommend setting
2741 write-region-annotate-functions and buffer-saved-size.
2742
2743 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
2744
2745 2009-07-15 Glenn Morris <rgm@gnu.org>
2746
2747 * edebug.texi: Minor re-phrasings throughout.
2748 (Edebug Execution Modes): Sit-for affects continue mode too.
2749 (Jumping): Use `forward-sexp' rather than its keybinding.
2750 (Edebug Misc): Fix Q binding.
2751 (Edebug Eval): Remove cl version.
2752 (Printing in Edebug): Clarify print-length etc.
2753 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
2754 (Specification List): Remove edebug-unwrap findex entry.
2755 (Specification Examples): defmacro is actually not the same as defun.
2756 Escape "`" in example.
2757
2758 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
2759
2760 * markers.texi (The Mark): Document optional arg to
2761 deactivate-mark.
2762
2763 2009-07-11 Kevin Ryde <user42@zip.com.au>
2764
2765 * hooks.texi (Standard Hooks): Fix cross-references.
2766
2767 * loading.texi (Named Features): Refer to eval-after-load.
2768
2769 2009-07-11 Glenn Morris <rgm@gnu.org>
2770
2771 * Makefile.in (TEXI2PDF): New.
2772 (elisp.pdf): New target.
2773
2774 * searching.texi (Regexp Backslash): Fix typo.
2775
2776 * elisp.texi (Top): Display copyright notice at start of non-TeX.
2777
2778 2009-07-10 Glenn Morris <rgm@gnu.org>
2779
2780 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
2781
2782 * customize.texi (Customization Types):
2783 * display.texi (Abstract Display):
2784 * objects.texi (Character Type, String Type):
2785 Merge in some menu descriptions from elisp.texi.
2786
2787 * hash.texi (Hash Tables):
2788 * modes.texi (Multiline Font Lock):
2789 End menu description with period.
2790
2791 2009-07-09 Glenn Morris <rgm@gnu.org>
2792
2793 * back.texi: Don't hard-code texinfo location.
2794
2795 * two-volume.make (texinfodir): New, with location of texinfo.tex.
2796 (tex): Add texinfodir to TEXINPUTS.
2797 (elisp1med-init, elisp2med-init): Use texinfodir.
2798
2799 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
2800 (clean): Add two-volume.make intermediate files.
2801
2802 * elisp.texi, vol1.texi, vol2.texi:
2803 Use a DATE variable with the publication date, and update it.
2804 Fix antinews menu description.
2805
2806 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
2807 Update the detailed node listing to match elisp.texi.
2808
2809 * README: Update edition to match elisp.texi.
2810
2811 * objects.texi (General Escape Syntax):
2812 * nonascii.texi (Character Sets):
2813 Use consistent case for "Unicode Standard".
2814
2815 * anti.texi (Antinews):
2816 * customize.texi (Variable Definitions):
2817 * functions.texi (Declaring Functions):
2818 * nonascii.texi (Character Properties):
2819 * processes.texi (Serial Ports):
2820 * text.texi (Special Properties):
2821 * tips.texi (Coding Conventions):
2822 Minor rearrangements to improve TeX line-filling.
2823
2824 * commands.texi (Using Interactive): Fix cross-reference.
2825
2826 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2827
2828 * frames.texi (Management Parameters): Mention sticky.
2829
2830 2009-07-01 Andreas Schwab <aschwab@redhat.com>
2831
2832 * help.texi (Help Functions): Fix description of help-buffer and
2833 help-setup-xref to use @defun instead of @deffn.
2834
2835 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2836
2837 * frames.texi (Size Parameters): Mention maximized for fullscreen.
2838
2839 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
2840
2841 * display.texi (Window Systems): Add ns to the list.
2842
2843 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
2844
2845 * Branch for 23.1.
2846
2847 2009-06-17 Martin Rudalics <rudalics@gmx.at>
2848
2849 * windows.texi (Dedicated Windows): Fix typo.
2850 (Resizing Windows): Replace @defun by @deffn.
2851
2852 2009-06-17 Glenn Morris <rgm@gnu.org>
2853
2854 * variables.texi (Directory Local Variables):
2855 Update for 2009-04-11 name-change of dir-locals-directory-alist.
2856
2857 2009-06-09 Kenichi Handa <handa@m17n.org>
2858
2859 * nonascii.texi (Character Sets): State clearly that FROM and TO
2860 are codepoints of CHARSET.
2861
2862 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
2863
2864 * minibuf.texi (Reading File Names): Fix introductory text.
2865 Suggested by stan@derbycityprints.com.
2866 (High-Level Completion): Fix typo.
2867
2868 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
2869
2870 * frames.texi (Text Terminal Colors): Multi-tty is already
2871 implemented, but tty-local colors are not.
2872
2873 2009-05-27 Chong Yidong <cyd@stupidchicken.com>
2874
2875 * hooks.texi (Standard Hooks): Remove mention of obsolete
2876 redisplay-end-trigger-functions.
2877
2878 * internals.texi (Window Internals): Remove mention of obsolete
2879 redisplay-end-trigger-functions.
2880
2881 2009-05-21 Martin Rudalics <rudalics@gmx.at>
2882
2883 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
2884
2885 * backups.texi (Making Backups): backup-directory-alist and
2886 make-backup-file-name-function are options.
2887 (Auto-Saving): auto-save-list-file-prefix is an option.
2888
2889 * buffers.texi (Killing Buffers): buffer-offer-save is an
2890 option.
2891
2892 * display.texi (Refresh Screen): no-redraw-on-reenter is an
2893 option.
2894 (Echo Area Customization): echo-keystrokes is an option.
2895 (Selective Display): selective-display-ellipses is an option.
2896 (Temporary Displays): temp-buffer-show-function is an option.
2897 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
2898 are options.
2899 (Font Selection): face-font-family-alternatives,
2900 face-font-selection-order, face-font-registry-alternatives, and
2901 scalable-fonts-allowed are options.
2902 (Fringe Indicators): indicate-buffer-boundaries is an option.
2903 (Fringe Cursors): overflow-newline-into-fringe is an option.
2904 (Scroll Bars): scroll-bar-mode is an option.
2905
2906 * eval.texi (Eval): max-lisp-eval-depth is an option.
2907
2908 * files.texi (Visiting Functions): find-file-hook is an option.
2909 (Directory Names): directory-abbrev-alist is an option.
2910 (Unique File Names): temporary-file-directory and
2911 small-temporary-file-directory are options.
2912
2913 * frames.texi (Initial Parameters): initial-frame-alist,
2914 minibuffer-frame-alist and default-frame-alist are options.
2915 (Cursor Parameters): blink-cursor-alist and
2916 cursor-in-non-selected-windows ar options.
2917 (Window System Selections): selection-coding-system is an
2918 option.
2919 (Display Feature Testing): display-mm-dimensions-alist is an
2920 option.
2921
2922 * help.texi (Help Functions): help-char and help-event-list are
2923 options.
2924
2925 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
2926 an option.
2927
2928 * minibuf.texi (Minibuffer History): history-length and
2929 history-delete-duplicates are options.
2930 (High-Level Completion): read-buffer-function and
2931 read-buffer-completion-ignore-case are options.
2932 (Reading File Names): read-file-name-completion-ignore-case is
2933 an option.
2934
2935 * modes.texi (Mode Line Top): mode-line-format is an option.
2936 (Mode Line Variables): mode-line-position and mode-line-modes
2937 are options.
2938
2939 * nonascii.texi (Text Representations):
2940 enable-multibyte-characters is an option.
2941 (Default Coding Systems): auto-coding-regexp-alist,
2942 file-coding-system-alist, auto-coding-alist and
2943 auto-coding-functions are options.
2944 (Specifying Coding Systems): inhibit-eol-conversion is an
2945 option.
2946
2947 * os.texi (Init File): site-run-file is an option.
2948 (System Environment): mail-host-address is an option.
2949 (User Identification): user-mail-address is an option.
2950 (Terminal Output): baud-rate is an option.
2951
2952 * positions.texi (Word Motion): words-include-escapes is an
2953 option.
2954
2955 * searching.texi (Standard Regexps): page-delimiter,
2956 paragraph-separate, paragraph-separate and sentence-end are
2957 options.
2958
2959 * text.texi (Margins): left-margin and fill-nobreak-predicate
2960 are options.
2961
2962 * variables.texi (Local Variables): max-specpdl-size is an
2963 option.
2964
2965 * windows.texi (Choosing Window):
2966 split-window-preferred-function, special-display-function and
2967 display-buffer-function are options.
2968
2969 2009-05-20 Chong Yidong <cyd@stupidchicken.com>
2970
2971 Fix errors spotted by Martin Rudalics.
2972
2973 * syntax.texi (Position Parse): Document rationale for ignored
2974 arguments to syntax-ppss-flush-cache.
2975
2976 * processes.texi (Input to Processes): Mark PROCESS arg to
2977 process-running-child-p as optional.
2978 (Network Options): Document NO-ERROR arg to
2979 set-network-process-option.
2980
2981 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
2982 command.
2983
2984 * searching.texi (POSIX Regexps): Mark posix-search-forward and
2985 posix-search-backward as commands.
2986
2987 * os.texi (Killing Emacs): Mark kill-emacs as a command.
2988 (Suspending Emacs): Mark suspend-emacs as a command.
2989 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
2990 commands.
2991 (Terminal Output): Remove obsolete function baud-rate.
2992 Document TERMINAL arg for send-string-to-terminal.
2993
2994 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
2995 terminal-coding-system and set-terminal-coding-system.
2996 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
2997 as optional.
2998 (Character Sets): Document RESTRICTION arg of char-charset.
2999 (Character Codes): Mark POS argument to get-byte as optional.
3000
3001 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
3002 minibuffer-message.
3003
3004 * files.texi (Create/Delete Dirs): Mark make-directory and
3005 delete-directory as commands.
3006
3007 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
3008
3009 * text.texi (Base 64): Mark base64-decode-string and
3010 base64-encode-string as commands.
3011 (Columns): Mark move-to-column as a command.
3012 (Mode-Specific Indent): Document RIGID arg to
3013 indent-for-tab-command.
3014 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
3015 Mark indent-code-rigidly as a command.
3016 (Substitution): Mark translate-region as a command.
3017
3018 * frames.texi (Size and Position): Remove obsolete functions
3019 screen-height and screen-width.
3020
3021 2009-05-19 Chong Yidong <cyd@stupidchicken.com>
3022
3023 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
3024 (Displaying Buffers, Resizing Windows): Correct mistakes;
3025 next-window, previous-window, and pop-to-buffer are not commands,
3026 and fit-window-to-buffer" is a command. (Pointed out by Martin
3027 Rudalics.)
3028
3029 2009-05-17 Richard M Stallman <rms@gnu.org>
3030
3031 * modes.texi (Precalculated Fontification): Clarify text.
3032
3033 2009-05-17 Martin Rudalics <rudalics@gmx.at>
3034
3035 * windows.texi (Selecting Windows): Clarify descriptions of
3036 with-selected-window and get-lru-window.
3037 (Cyclic Window Ordering): Refer to particular frame when talking
3038 about how splitting affects the ordering.
3039 (Displaying Buffers): Fix descriptions of switch-to-buffer and
3040 switch-to-buffer-other-window. Explain how setting of
3041 display-buffer-reuse-frames affects pop-to-buffer.
3042 (Choosing Window): Clarify some details in descriptions of
3043 display-buffer-reuse-frames, pop-up-frames, and
3044 pop-up-frame-function.
3045 (Dedicated Windows): Clarify some details.
3046 (Textual Scrolling): Replace term vscroll by term vertical
3047 scroll position.
3048 (Vertical Scrolling): Fix typo.
3049 (Window Hooks): Relate text on jit-lock-register to window
3050 scrolling and size changes.
3051
3052 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
3053
3054 * frames.texi (Initial Parameters): Clarify what the initial
3055 minibuffer frame is.
3056 (Buffer Parameters): Note that the minibuffer parameter can not be
3057 altered.
3058
3059 * anti.texi (Antinews): Copyedits. Rearrange some entries.
3060 Document display-buffer changes.
3061
3062 2009-05-13 Chong Yidong <cyd@stupidchicken.com>
3063
3064 * anti.texi (Antinews): Rewrite for Emacs 22.
3065
3066 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
3067 obarrays are first mentioned. Define "system abbrev" more
3068 prominently, and add it to the index.
3069 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
3070 Copyedits.
3071 (Abbrev Expansion): Document abbrev-insert.
3072
3073 2009-05-12 Chong Yidong <cyd@stupidchicken.com>
3074
3075 * frames.texi (Font and Color Parameters): Rename from Color
3076 Parameters. Document font-backend parameter.
3077
3078 * vol2.texi (Top): Update node listing.
3079 * vol1.texi (Top): Update node listing.
3080 * elisp.texi (Top): Update node listing.
3081
3082 2009-05-11 Martin Rudalics <rudalics@gmx.at>
3083
3084 * windows.texi (Choosing Window): Don't explicitly refer to
3085 split-window-sensibly's window argument in descriptions of
3086 split-height-threshold and split-width-threshold.
3087
3088 2009-05-10 Martin Rudalics <rudalics@gmx.at>
3089
3090 * windows.texi (Choosing Window): Fix rewrite of window
3091 splitting section.
3092
3093 2009-05-09 Eli Zaretskii <eliz@gnu.org>
3094
3095 * nonascii.texi (Default Coding Systems):
3096 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
3097 Add indexing.
3098 (Lisp and Coding Systems): Add index entries.
3099
3100 2009-05-09 Martin Rudalics <rudalics@gmx.at>
3101
3102 * windows.texi (Choosing Window): Describe split-window-sensibly
3103 and rewrite section on window splitting accordingly.
3104 (Textual Scrolling): Replace `...' by @code{...}.
3105
3106 2009-05-04 Chong Yidong <cyd@stupidchicken.com>
3107
3108 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
3109 Remove obsoleted pre-abbrev-expand-hook.
3110
3111 * locals.texi (Standard Buffer-Local Variables): Consolidate table
3112 entries.
3113
3114 * internals.texi (Object Internals): Don't assume 32-bit machines
3115 are the norm.
3116 (Buffer Internals): Consolidate table entries for readability.
3117 (Window Internals): Synch field names to window.h.
3118 (Process Internals): Synch field names to process.h.
3119
3120 2009-04-29 Chong Yidong <cyd@stupidchicken.com>
3121
3122 * variables.texi (File Local Variables): Note that read-circle is
3123 bound to nil when reading file-local variables.
3124
3125 * streams.texi (Input Functions): Document read-circle.
3126 (Output Variables): Add xref to Circular Objects.
3127
3128 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
3129
3130 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
3131 Features and Coding System Basics. Node that "p" stands for
3132 "predicate". Recommend utf-8-emacs instead of emacs-mule.
3133 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
3134 mouse-appearance-menu.
3135 (Programming Tips): Add xref to Progress.
3136
3137 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
3138
3139 * os.texi (Command-Line Arguments):
3140 Document command-line-args-left.
3141 (Suspending Emacs): Adapt text to multi-tty case. Document use of
3142 terminal objects for tty arguments.
3143 (Startup Summary): Add xref to Session Management.
3144 (Session Management): Mention emacs-session-restore. Copyedits.
3145
3146 2009-04-20 Chong Yidong <cyd@stupidchicken.com>
3147
3148 * os.texi (Startup Summary): Copyedits. The init file is not
3149 necessarily named .emacs now. Document initial-buffer-choice and
3150 initial-scratch-message. Note where Emacs exits in batch mode.
3151 Document inhibit-splash-screen as an alias.
3152 (Init File): Be neutral about which init file name to use.
3153
3154 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
3155
3156 * os.texi (System Interface): Fix Texinfo usage.
3157
3158 2009-04-15 Chong Yidong <cyd@stupidchicken.com>
3159
3160 * searching.texi (Regexp Backslash): Also refer to shy groups as
3161 non-capturing or unnumbered groups.
3162 (Regexp Functions): Add cross-reference to Regexp Backslash.
3163
3164 * display.texi (Truncation): Overlays can use line-prefix and
3165 wrap-prefix too.
3166 (Overlay Properties): Document wrap-prefix and line-prefix.
3167 (Face Attributes): Document underline-minimum-offset.
3168 (Face Remapping): Copyedits.
3169 (Low-Level Font): Copyedits.
3170 (Image Cache): Note that the image cache is shared between frames.
3171 (Line Height): Emphasize that line-spacing only takes effect on
3172 graphical terminals.
3173
3174 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
3175
3176 * display.texi (Refresh Screen): Note that a passage about screen
3177 refreshing is text terminal only.
3178 (Forcing Redisplay): Delete misleading comment---sit-for calls
3179 redisplay, not the other way around.
3180 (Truncation): Note new values of truncate-partial-width-windows.
3181 Copyedits.
3182 (Invisible Text): Document invisible-p.
3183
3184 2009-04-11 Eli Zaretskii <eliz@gnu.org>
3185
3186 * display.texi (Overlays): Overlays don't scale well. See
3187 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
3188
3189 2009-04-10 Chong Yidong <cyd@stupidchicken.com>
3190
3191 * syntax.texi (Syntax Table Functions): Document cons cell
3192 argument for modify-syntax-entry.
3193 (Categories): Document cons cell argument for
3194 modify-category-entry.
3195
3196 * searching.texi (String Search): Document word-search-forward-lax
3197 and word-search-backward-lax.
3198 (Searching and Case): Describe isearch behavior more precisely.
3199
3200 * keymaps.texi (Tool Bar): Mention that some platforms do not
3201 support multi-line toolbars. Suggested by Stephen Eglen.
3202
3203 * frames.texi (Layout Parameters): Mention that Nextstep also
3204 allows only one tool-bar line. Suggested by Stephen Eglen.
3205
3206 * nonascii.texi (Text Representations): Copyedits.
3207 (Coding System Basics): Also mention utf-8-emacs.
3208 (Converting Representations, Selecting a Representation)
3209 (Scanning Charsets, Translation of Characters, Encoding and I/O):
3210 Copyedits.
3211 (Character Codes): Mention role of codepoints 1114112 to 4194175.
3212
3213 2009-04-09 Chong Yidong <cyd@stupidchicken.com>
3214
3215 * text.texi (Yank Commands): Note that yank uses push-mark.
3216 (Filling): Clarify REGION argument of fill-paragraph.
3217 Document fill-forward-paragraph-function.
3218 (Special Properties): Remove "new in Emacs 22" declaration.
3219 (Clickable Text): Merge with Links and Mouse-1 node.
3220
3221 * display.texi (Button Properties, Button Buffer Commands):
3222 Change xref to Clickable Text.
3223
3224 * tips.texi (Key Binding Conventions): Change xref to Clickable
3225 Text.
3226
3227 * elisp.texi (Top): Update node listing.
3228
3229 2009-04-05 Chong Yidong <cyd@stupidchicken.com>
3230
3231 * markers.texi (The Mark): Copyedits. Improve description of
3232 handle-shift-selection.
3233 (The Region): Move use-region-p here from The Mark.
3234
3235 * positions.texi (Screen Lines): Document (cols . lines) argument
3236 for vertical-motion.
3237
3238 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
3239
3240 * frames.texi (Frames): Clean up introduction. Document `ns'
3241 return value for framep.
3242 (Creating Frames): Note how the terminal is chosen.
3243 (Multiple Terminals, Multiple Displays): Merge into a single node.
3244 (Color Parameters): Fix typo.
3245
3246 * variables.texi (Local Variables, Buffer-Local Variables)
3247 (Creating Buffer-Local): Change link to Multiple Terminals.
3248
3249 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
3250
3251 * keymaps.texi (Controlling Active Maps): Change link to Multiple
3252 Terminals.
3253
3254 * commands.texi (Command Loop Info, Keyboard Macros): Change link
3255 to Multiple Terminals.
3256
3257 * elisp.texi (Top): Update node listing.
3258 * vol2.texi (Top): Update node listing.
3259 * vol1.texi (Top): Update node listing.
3260
3261 * buffers.texi (Current Buffer): Note that the append-to-buffer
3262 example is no longer in synch with the latest code. Tie the two
3263 examples together.
3264
3265 * files.texi (File Attributes): Move note about MS-DOS from
3266 Changing Files to File Attributes.
3267 (Create/Delete Dirs): Note that mkdir is an alias for this.
3268
3269 2009-04-01 Markus Triska <triska@gmx.at>
3270
3271 * processes.texi (Filter Functions): Suggest how to handle output
3272 batches.
3273
3274 2009-03-30 Chong Yidong <cyd@stupidchicken.com>
3275
3276 * help.texi (Accessing Documentation): Update example to use
3277 help-setup-xref and with-help-window.
3278 (Help Functions): Remove print-help-return-message, which is
3279 semi-obsolete due to with-help-window. Document help-buffer and
3280 help-setup-xref.
3281
3282 2009-03-29 Chong Yidong <cyd@stupidchicken.com>
3283
3284 * help.texi (Accessing Documentation, Help Functions):
3285 Remove information about long-obsolete Emacs versions.
3286
3287 * modes.texi (Mode Line Variables): The default values of the mode
3288 line variables are now more complicated.
3289
3290 2009-03-28 Chong Yidong <cyd@stupidchicken.com>
3291
3292 * modes.texi (Major Mode Conventions): Note that specialness is
3293 inherited.
3294 (Derived Modes): Note that define-derive-mode sets the mode-class
3295 property.
3296
3297 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
3298 goto-map. Add search-map to the list.
3299
3300 2009-03-27 Eli Zaretskii <eliz@gnu.org>
3301
3302 * os.texi (System Environment): Update the list of system-type
3303 values.
3304
3305 * markers.texi (The Mark) <handle-shift-selection>: Update for
3306 removal of the optional argument DEACTIVATE.
3307
3308 2009-03-25 Chong Yidong <cyd@stupidchicken.com>
3309
3310 * commands.texi (Focus Events): Most X window managers don't use
3311 focus-follows-mouse nowadays.
3312
3313 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
3314
3315 * commands.texi (Defining Commands): Clarify introduction.
3316 (Using Interactive): Not that interactive can be put in a symbol
3317 property.
3318 (Interactive Call): Note that a symbol with a non-nil
3319 interactive-form property satisfies commandp.
3320
3321 2009-03-23 Juanma Barranquero <lekktu@gmail.com>
3322
3323 * minibuf.texi (Intro to Minibuffers): Fix typos.
3324
3325 2009-03-23 Chong Yidong <cyd@stupidchicken.com>
3326
3327 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
3328 about minibuffers in old Emacs versions. Copyedits.
3329 Emphasize that enable-recursive-minibuffers defaults to nil.
3330 (Text from Minibuffer): Simplify introduction.
3331
3332 2009-03-22 Alan Mackenzie <acm@muc.de>
3333
3334 * commands.texi (Using Interactive): Clarify string argument to
3335 `interactive' - even promptless elements need \n separators.
3336
3337 2009-03-18 Chong Yidong <cyd@stupidchicken.com>
3338
3339 * minibuf.texi (Completion Styles): New node.
3340
3341 * elisp.texi (Top): Update node listing.
3342
3343 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
3344
3345 * minibuf.texi (Basic Completion): Note that
3346 read-file-name-completion-ignore-case and
3347 read-buffer-completion-ignore-case can override
3348 completion-ignore-case.
3349 (Minibuffer Completion): Document completing-read changes.
3350 (Completion Commands): Avoid mentioning partial completion mode.
3351 Document minibuffer-completion-confirm changes, and
3352 minibuffer-confirm-exit-commands.
3353 (High-Level Completion): Document new require-match behavior for
3354 read-buffer. Document read-buffer-completion-ignore-case.
3355 (Reading File Names): Document new require-match behavior for
3356 read-file-name.
3357
3358 2009-03-14 Chong Yidong <cyd@stupidchicken.com>
3359
3360 * debugging.texi (Error Debugging): Don't mislead the reader into
3361 thinking that debug-on-error enters debugger for C-f at EOB.
3362 (Error Debugging): Setting debug-on-init within the init file
3363 works, and has for some time.
3364
3365 2009-03-13 Kenichi Handa <handa@m17n.org>
3366
3367 * display.texi (Fontsets): Update the description.
3368
3369 2009-03-13 Chong Yidong <cyd@stupidchicken.com>
3370
3371 * advice.texi (Advising Primitives): Link to What Is a Function.
3372
3373 2009-03-12 Chong Yidong <cyd@stupidchicken.com>
3374
3375 * compile.texi (Speed of Byte-Code): Update example.
3376 (Disassembly): Update examples.
3377
3378 * loading.texi (Repeated Loading): Simplify examples.
3379
3380 * customize.texi (Common Keywords): It's not necessary to use :tag
3381 to remove hyphens, as custom-unlispify-tag-name does it
3382 automatically.
3383 (Variable Definitions): Link to File Local Variables.
3384 Document customized-value symbol property.
3385 (Customization Types): Move menu to end of node.
3386
3387 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
3388
3389 * macros.texi (Compiling Macros): Omit misleading sentence, which
3390 implied that macros can only be used in the same file they are
3391 defined.
3392 (Backquote): Remove obsolete information about Emacs 19.
3393
3394 2009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
3395
3396 * display.texi (Display Margins): Fix paren typo.
3397
3398 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
3399
3400 * elisp.texi (Top): Update node listing.
3401
3402 * variables.texi (Variables): Clarify introduction.
3403 (Global Variables): Mention that setq is a special form.
3404 (Local Variables): Use active voice.
3405 (Tips for Defining): Mention marking variables as safe.
3406 (Buffer-Local Variables): Mention terminal-local and frame-local
3407 variables together.
3408 (File Local Variables): Copyedits.
3409 (Frame-Local Variables): Note that they are not really useful.
3410 (Future Local Variables): Node deleted.
3411
3412 * objects.texi (General Escape Syntax): Update explanation of
3413 Unicode escape syntax.
3414
3415 2009-02-23 Chong Yidong <cyd@stupidchicken.com>
3416
3417 * control.texi (Control Structures): Add cindex entry for "textual
3418 order".
3419
3420 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
3421 instead of "expression" throughout.
3422 (Function Indirection): Copyedits. Use active voice.
3423 (Eval): The default value of max-lisp-eval-depth is now 400.
3424
3425 2009-02-23 Miles Bader <miles@gnu.org>
3426
3427 * processes.texi (System Processes): Rename `system-process-attributes'
3428 to `process-attributes'.
3429
3430 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
3431
3432 * symbols.texi (Property Lists): Emphasize that property lists are
3433 not restricted to symbol cells.
3434 (Other Plists): Copyedit.
3435
3436 * sequences.texi (Sequences Arrays Vectors): Make introduction
3437 more concise.
3438 (Arrays): Mention char-tables and bool-vectors too.
3439 (Vectors): Don't repeat information given in Arrays node. Link to
3440 nodes that explain the vector usage examples.
3441 (Char-Tables): Note that char-table elements can have arbitrary
3442 type. Explain effect of omitted char-table-extra-slots property.
3443 Link to Property Lists node.
3444
3445 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
3446
3447 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
3448 `append'.
3449 (List Elements): Copyedits.
3450
3451 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
3452 of `vconcat'.
3453
3454 * strings.texi (Creating Strings): Copyedits. Remove obsolete
3455 Emacs 20 usage of `concat'.
3456 (Case Conversion): Copyedits.
3457
3458 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
3459
3460 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
3461 Minor edits.
3462 (Frame Configuration Type): Emphasize that it is not primitive.
3463 (Font Type): New node.
3464 (Type Predicates): Add fontp; type-of now recognizes font object
3465 types.
3466
3467 * intro.texi (Version Info): Update version numbers in examples.
3468 (Acknowledgements): List more contributors.
3469
3470 * elisp.texi: Bump version number to 3.0.
3471 (Top): Link to Font Type node.
3472
3473 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
3474
3475 * modes.texi (Major Mode Conventions): Remove duplicate words.
3476 (Customizing Keywords): Fix typo.
3477
3478 2009-02-14 Eli Zaretskii <eliz@gnu.org>
3479
3480 * nonascii.texi (User-Chosen Coding Systems): Document that
3481 select-safe-coding-system suggests raw-text if there are raw bytes
3482 in the region.
3483 (Explicit Encoding): Warn not to use `undecided' when encoding.
3484
3485 2009-02-11 Glenn Morris <rgm@gnu.org>
3486
3487 * frames.texi (Visibility of Frames): Mention the effect multiple
3488 workspaces/desktops can have on visibility.
3489
3490 2009-02-07 Eli Zaretskii <eliz@gnu.org>
3491
3492 * text.texi (Commands for Insertion):
3493 * commands.texi (Event Mod):
3494 * keymaps.texi (Searching Keymaps):
3495 * nonascii.texi (Translation of Characters):
3496 Reinstate documentation of translation-table-for-input.
3497 (Explicit Encoding): Document the `charset' text property produced
3498 by decode-coding-region and decode-coding-string.
3499
3500 2009-01-27 Alan Mackenzie <acm@muc.de>
3501
3502 * modes.texi (Search-based Fontification): Correct a typo.
3503
3504 2009-01-25 Juanma Barranquero <lekktu@gmail.com>
3505
3506 * abbrevs.texi (Abbrev Table Properties): Fix typo.
3507 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
3508
3509 2009-01-24 Eli Zaretskii <eliz@gnu.org>
3510
3511 * display.texi (Window Systems): Document the value of
3512 `initial-window-system' under --daemon.
3513
3514 * os.texi (System Environment): Remove description of the
3515 `environment' function which has been deleted.
3516
3517 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
3518
3519 * frames.texi (Multiple Displays): Remove documentation for
3520 removed function make-frame-on-tty.
3521
3522 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
3523
3524 * files.texi (Format Conversion Piecemeal): Clarify behavior of
3525 write-region-annotate-functions.
3526 Document write-region-post-annotation-function.
3527
3528 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
3529
3530 * display.texi (Font Lookup): Document WIDTH argument of
3531 x-list-fonts.
3532
3533 2009-01-17 Eli Zaretskii <eliz@gnu.org>
3534
3535 * maps.texi (Standard Keymaps): Rename function-key-map to
3536 local-function-key-map.
3537
3538 * keymaps.texi (Translation Keymaps): Rename function-key-map to
3539 local-function-key-map.
3540
3541 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
3542 and `set-keyboard-coding-system' now accept an optional terminal
3543 argument.
3544
3545 * commands.texi (Event Mod): `keyboard-translate-table' is now
3546 terminal-local.
3547 (Function Keys): Rename function-key-map to
3548 local-function-key-map.
3549
3550 * elisp.texi (Top): Make @detailmenu be consistent with changes in
3551 frames.texi.
3552
3553 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
3554 `delete-terminal-functions', `suspend-tty-functions' and
3555 `resume-tty-functions'.
3556
3557 * frames.texi (Frames): Document `frame-terminal' and
3558 `terminal-live-p'.
3559 (Multiple Displays): Document `make-frame-on-tty'.
3560 (Multiple Terminals): Document `terminal-list', `delete-terminal',
3561 `terminal-name', and `get-device-terminal'.
3562 (Terminal Parameters): Document `terminal-parameters',
3563 `terminal-parameter', and `set-terminal-parameter'.
3564
3565 * os.texi (System Environment): Document `environment' and
3566 `initial-environment'.
3567 (Suspending Emacs): Update for multi-tty; document
3568 `suspend-tty', `resume-tty', and `controlling-tty-p'.
3569
3570 * nonascii.texi (Coding System Basics): More accurate description
3571 of `raw-text'.
3572
3573 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
3574
3575 * display.texi (Low-Level Font): Fix typo.
3576
3577 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
3578
3579 * elisp.texi (Top): Update node listing.
3580
3581 * display.texi (PostScript Images): Node deleted.
3582
3583 2009-01-10 Eli Zaretskii <eliz@gnu.org>
3584
3585 * processes.texi (Decoding Output): Document that null bytes force
3586 no-conversion for reading process output.
3587
3588 * files.texi (Reading from Files): Document that null bytes force
3589 no-conversion when visiting files.
3590
3591 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
3592
3593 * nonascii.texi (Lisp and Coding Systems):
3594 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
3595 (Character Properties): Improve wording.
3596
3597 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
3598
3599 * display.texi (Font Lookup): Remove obsolete function
3600 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
3601 (Low-Level Font): Rename from Fonts, move to end of Faces section.
3602 (Font Selection): Reorder order of variable descriptions.
3603 Minor clarifications.
3604
3605 * elisp.texi (Top): Update node listing.
3606
3607 2009-01-09 Glenn Morris <rgm@gnu.org>
3608
3609 * commands.texi (Command Loop Info): Say that last-command-char and
3610 last-input-char are obsolete aliases.
3611
3612 * edebug.texi (Edebug Recursive Edit): Remove separate references to
3613 last-input-char and last-command-char, since they are just aliases for
3614 last-input-event and last-command-event.
3615
3616 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
3617 last-command-char.
3618
3619 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
3620
3621 * elisp.texi: Update node listing.
3622
3623 * display.texi (Faces): Put Font Selection node after Auto Faces.
3624 (Face Attributes): Don't link to Font Lookup.
3625 Document font-family-list.
3626 (Fonts): New node.
3627
3628 2009-01-08 Jason Rumney <jasonr@gnu.org>
3629
3630 * frames.texi (Pointer Shape): Clarify that only X supports
3631 changing the standard pointer shapes. (Bug#1485)
3632
3633 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
3634
3635 * display.texi (Attribute Functions): Note that a function value
3636 :height is relative, and that compatibility functions work by
3637 calling set-face-attribute.
3638 (Displaying Faces): Reorder list in order of increasing priority.
3639 (Face Remapping): New node. Content moved here from Displaying
3640 Faces.
3641 (Glyphs): Link to Face Functions.
3642
3643 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
3644
3645 * display.texi (Faces): Don't discuss face id here. facep does
3646 not return t.
3647 (Defining Faces): Minor clarification.
3648 (Face Attributes): Rearrange items to match docstring of
3649 set-face-attribute. Add :foundry attribute. Document new role of
3650 :font attribute. Texinfo usage fix.
3651 (Attribute Functions): Copyedits.
3652 (Face Functions): Note that face number is seldom used.
3653
3654 2009-01-05 Richard M Stallman <rms@gnu.org>
3655
3656 * strings.texi (Predicates for Strings): Minor clarification.
3657
3658 * functions.texi (Function Safety): Texinfo usage fix.
3659
3660 2009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
3661
3662 * objects.texi (General Escape Syntax): Fix typo.
3663
3664 2009-01-03 Martin Rudalics <rudalics@gmx.at>
3665
3666 * windows.texi (Choosing Window): Say that pop-up-frame-alist
3667 works via the default value of pop-up-frame-function.
3668
3669 2009-01-02 Eli Zaretskii <eliz@gnu.org>
3670
3671 * processes.texi (System Processes): Document the `time' and
3672 `ctime' attributes of `system-process-attributes'.
3673
3674 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
3675
3676 * display.texi (Face Attributes): Clarify :height attribute.
3677
3678 2008-12-31 Martin Rudalics <rudalics@gmx.at>
3679
3680 * buffers.texi (The Buffer List): Clarify what moves a buffer to
3681 the front of the buffer list. Add entries for `last-buffer' and
3682 `unbury-buffer'.
3683
3684 2008-12-27 Eli Zaretskii <eliz@gnu.org>
3685
3686 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
3687 and its subsections.
3688
3689 * frames.texi (Multiple Terminals, Low-level Terminal)
3690 (Terminal Parameters, Frames on Other TTY devices): New sections.
3691 (Frames): Add an xref to "Multiple Terminals".
3692
3693 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
3694
3695 * objects.texi (Terminal Type): New node.
3696 (Editing Types): Add it to the menu.
3697
3698 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
3699 Variables".
3700
3701 * variables.texi (Directory Local Variables): New node.
3702 (Variables): Add a menu item for it.
3703
3704 * loading.texi (Autoload): Document `generate-autoload-cookie' and
3705 `generated-autoload-file'.
3706
3707 2008-12-20 Eli Zaretskii <eliz@gnu.org>
3708
3709 * os.texi (Startup Summary): Add xref to documentation of
3710 `initial-window-system'.
3711
3712 * display.texi (Window Systems): Document `window-system' the
3713 function. The variable `window-system' is now frame-local.
3714 Document `initial-window-system'.
3715
3716 2008-12-19 Martin Rudalics <rudalics@gmx.at>
3717
3718 * windows.texi (Windows): Rewrite description of
3719 fit-window-to-buffer.
3720
3721 2008-12-13 Glenn Morris <rgm@gnu.org>
3722
3723 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
3724 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
3725
3726 2008-12-12 Glenn Morris <rgm@gnu.org>
3727
3728 * debugging.texi (Error Debugging): Refer forwards to
3729 eval-expression-debug-on-error.
3730
3731 2008-12-05 Eli Zaretskii <eliz@gnu.org>
3732
3733 * strings.texi (String Basics): Only unibyte strings that
3734 represent key sequences hold 8-bit raw bytes.
3735
3736 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
3737 paragraph to speak about `undecided'.
3738 (Character Properties): Don't explain the meaning of each
3739 property; instead, identify their Unicode Standard names.
3740 (Character Sets): Document `map-charset-chars'.
3741
3742 2008-12-02 Glenn Morris <rgm@gnu.org>
3743
3744 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
3745 section yet again.
3746
3747 2008-11-29 Eli Zaretskii <eliz@gnu.org>
3748
3749 * nonascii.texi (Character Properties): New Section.
3750 (Specifying Coding Systems): Document
3751 `coding-system-priority-list', `set-coding-system-priority', and
3752 `with-coding-priority'.
3753 (Lisp and Coding Systems): Document `check-coding-systems-region'
3754 and `coding-system-charset-list'.
3755 (Coding System Basics): Document `coding-system-aliases'.
3756
3757 * elisp.texi (Top): Add a @detailmenu entry for "Character
3758 Properties".
3759
3760 * objects.texi (Character Type): Correct the range of Emacs
3761 characters. Add an @xref to "Character Codes".
3762
3763 * strings.texi (String Basics): Add an @xref to "Character Codes".
3764
3765 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
3766
3767 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
3768 (Character Codes): Document `max-char'.
3769
3770 2008-11-28 Eli Zaretskii <eliz@gnu.org>
3771
3772 * nonascii.texi (Text Representations, Converting Representations)
3773 (Character Sets, Scanning Charsets, Translation of Characters):
3774 Make text more accurate.
3775
3776 2008-11-28 Glenn Morris <rgm@gnu.org>
3777
3778 * files.texi (Format Conversion Round-Trip): Improve previous change.
3779
3780 2008-11-26 Chong Yidong <cyd@stupidchicken.com>
3781
3782 * modes.texi (Auto Major Mode): Fix example.
3783
3784 2008-11-25 Glenn Morris <rgm@gnu.org>
3785
3786 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
3787
3788 * files.texi (Format Conversion Round-Trip):
3789 Use active voice for previous change.
3790
3791 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
3792
3793 * os.texi (Processor Run Time):
3794 * processes.texi (Transaction Queues):
3795 * markers.texi (The Mark):
3796 * windows.texi (Choosing Window, Selecting Windows):
3797 * files.texi (Changing Files, Magic File Names):
3798 * commands.texi (Key Sequence Input):
3799 * functions.texi (Declaring Functions):
3800 * strings.texi (Predicates for Strings):
3801 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
3802
3803 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
3804
3805 * help.texi (Accessing Documentation): Update example.
3806
3807 * variables.texi (Defining Variables): Note that `*' is not
3808 necessary if defcustom is used.
3809
3810 2008-11-22 Eli Zaretskii <eliz@gnu.org>
3811
3812 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
3813 Characters" from @detailmenu.
3814
3815 * nonascii.texi (Character Codes, Character Sets)
3816 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
3817 (Chars and Bytes, Splitting Characters): Sections removed.
3818
3819 2008-11-22 Lute Kamstra <lute@gnu.org>
3820
3821 * positions.texi (Text Lines): Update goto-line documentation.
3822
3823 2008-11-21 Martin Rudalics <rudalics@gmx.at>
3824
3825 * frames.texi (Frames): Fix typo, add cross references, reword.
3826 (Initial Parameters): Reword special-display-frame-alist text.
3827 (Frames and Windows): Reword. Describe argument norecord for
3828 set-frame-selected-window.
3829 (Input Focus): Describe argument norecord for select-frame.
3830 Remove comment on MS-Windows behavior for focus-follows-mouse.
3831 (Raising and Lowering): Mention windows-frames dichotomy in
3832 metaphor.
3833
3834 * windows.texi (Displaying Buffers, Vertical Scrolling)
3835 (Horizontal Scrolling): Fix indenting and rewording issues
3836 introduced with 2008-11-07 change.
3837
3838 2008-11-20 Glenn Morris <rgm@gnu.org>
3839
3840 * files.texi (Format Conversion Round-Trip): Mention `preserve'
3841 element of `format-alist'.
3842
3843 2008-11-19 Glenn Morris <rgm@gnu.org>
3844
3845 * doclicense.texi: Update to FDL 1.3.
3846 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
3847
3848 2008-11-18 Chong Yidong <cyd@stupidchicken.com>
3849
3850 * windows.texi (Window Hooks): Remove *-end-trigger-functions
3851 vars, which are obsolete. Mention jit-lock-register.
3852
3853 * modes.texi (Other Font Lock Variables):
3854 Document jit-lock-register and jit-lock-unregister.
3855
3856 * frames.texi (Color Parameters): Document alpha parameter.
3857
3858 2008-11-16 Martin Rudalics <rudalics@gmx.at>
3859
3860 * windows.texi (Splitting Windows, Deleting Windows)
3861 (Selecting Windows, Cyclic Window Ordering)
3862 (Buffers and Windows, Displaying Buffers, Choosing Window)
3863 (Dedicated Windows, Window Point, Window Start and End)
3864 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
3865 (Size of Window, Resizing Windows, Window Configurations)
3866 (Window Parameters): Avoid @var at beginning of sentences and
3867 reword accordingly.
3868
3869 2008-11-11 Lute Kamstra <lute@gnu.org>
3870
3871 * files.texi (File Name Components): Fix file-name-extension
3872 documentation.
3873
3874 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
3875
3876 * frames.texi (Basic Parameters): Remove display-environment-variable
3877 and term-environment-variable.
3878
3879 2008-11-08 Eli Zaretskii <eliz@gnu.org>
3880
3881 * windows.texi (Basic Windows, Splitting Windows)
3882 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
3883 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
3884 (Resizing Windows, Window Configurations, Window Parameters):
3885 Fix wording and markup.
3886
3887 2008-11-07 Martin Rudalics <rudalics@gmx.at>
3888
3889 * windows.texi (Windows): Update entries.
3890 (Basic Windows): Remove listing of attributes. Reword.
3891 (Splitting Windows, Deleting Windows): Reword.
3892 (Selecting Windows, Cyclic Window Ordering): Reword with special
3893 emphasis on order of recently selected windows and buffer list.
3894 (Buffers and Windows, Choosing Window): Reword with special
3895 emphasis on dedicated windows.
3896 (Displaying Buffers): Reword. For switch-to-buffer mention that
3897 it may fall back on pop-to-buffer. For other-window try to
3898 explain how it treats the cyclic ordering of windows.
3899 (Dedicated Windows): New node and section discussing dedicated
3900 windows and associated functions.
3901 (Window Point): Add entry for window-point-insertion-type. Reword.
3902 (Window Start and End): Rename node and section title. Reword.
3903 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
3904 Minor rewording.
3905 (Size of Window): Reword, in particular text on window-width.
3906 (Resizing Windows): Reword. Add text on balancing windows.
3907 (Window Configurations): Reword. Mention window parameters.
3908 (Window Parameters): New node and section on window parameters.
3909 (Window Hooks): Reword. Mention that
3910 window-configuration-change-hook is run "buffer-locally".
3911 * elisp.texi (Top): Update Windows entries in @detailmenu
3912 section.
3913
3914 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
3915
3916 * searching.texi (Regexp Search): Fix typo.
3917
3918 2008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3919
3920 * searching.texi (Regexp Search): Document GREEDY arg.
3921 (Simple Match Data): Fix return value.
3922
3923 2008-11-01 Eli Zaretskii <eliz@gnu.org>
3924
3925 * nonascii.texi (Text Representations): Rewrite to make consistent
3926 with Emacs 23 internal representation of characters.
3927 Document `unibyte-string'.
3928
3929 2008-10-28 Chong Yidong <cyd@stupidchicken.com>
3930
3931 * processes.texi (Process Information): Note that process-status
3932 does not accept buffer names.
3933
3934 2008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3935
3936 * positions.texi (Skipping Characters): Correct return value of
3937 skip-chars-forward.
3938
3939 2008-10-25 Martin Rudalics <rudalics@gmx.at>
3940
3941 * windows.texi (Deleting Windows): Update documentation of
3942 delete-windows-on.
3943 (Buffers and Windows): Update documentations of
3944 get-buffer-window and get-buffer-window-list.
3945 (Displaying Buffers): Update documentation of
3946 replace-buffer-in-windows.
3947
3948 * buffers.texi (Current Buffer): Reword set-buffer and
3949 with-current-buffer documentations.
3950 (Creating Buffers): Reword documentation of get-buffer-create.
3951
3952 2008-10-23 Martin Rudalics <rudalics@gmx.at>
3953
3954 * buffers.texi (Current Buffer): Reword documentation of
3955 set-buffer.
3956 (Buffer Names): Reword documentation of buffer-name.
3957 (The Buffer List): For bury-buffer explain what happens with the
3958 buffer's window.
3959 (Creating Buffers): Say that get-buffer-create's arg is called
3960 buffer-or-name.
3961
3962 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
3963
3964 * advice.texi (Computed Advice): Explain what DEFINITION is.
3965
3966 * nonascii.texi (Character Codes): Remove obsolete function
3967 char-valid-p, and document characterp instead.
3968
3969 2008-10-22 Martin Rudalics <rudalics@gmx.at>
3970
3971 * windows.texi (Displaying Buffers): Reword documentation of
3972 pop-to-buffer.
3973 (Choosing Window): Rewrite documentation of display-buffer and
3974 its options.
3975
3976 * buffers.texi (Killing Buffers): Update documentation of
3977 kill-buffer.
3978
3979 2008-10-21 Eli Zaretskii <eliz@gnu.org>
3980
3981 * processes.texi (Serial Ports): Fix wording and improve markup.
3982
3983 * searching.texi (Regexp Search): Document `string-match-p' and
3984 `looking-at-p'.
3985 (POSIX Regexps): Add an xref for "non-greedy".
3986 (Regexp Special): Add @cindex entry for "non-greedy".
3987
3988 * display.texi (Attribute Functions): Document `face-all-attributes'.
3989 (Image Cache) <image-refresh>: Minor wording fixes.
3990
3991 * frames.texi (Color Names): Add an xref to `read-color'.
3992
3993 * minibuf.texi (High-Level Completion): Document `read-color'.
3994
3995 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
3996
3997 * positions.texi (Narrowing): Add an xref to "Swapping Text".
3998
3999 * buffers.texi (Swapping Text): New section, documents
4000 `buffer-swap-text'.
4001
4002 2008-10-21 Martin Rudalics <rudalics@gmx.at>
4003
4004 * windows.texi (Resizing Windows): Minor wording fix.
4005
4006 2008-10-20 Eli Zaretskii <eliz@gnu.org>
4007
4008 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
4009 and `combine-and-quote-strings'.
4010
4011 * strings.texi (Creating Strings): Add xrefs for them.
4012
4013 2008-10-19 Eli Zaretskii <eliz@gnu.org>
4014
4015 * elisp.texi (Top): Make descriptive text for "Reading File Names"
4016 match the corresponding menu in minibuf.texi.
4017
4018 * minibuf.texi (Reading File Names): Document `read-shell-command'
4019 and `minibuffer-local-shell-command-map'.
4020
4021 2008-10-19 Martin Rudalics <rudalics@gmx.at>
4022
4023 * windows.texi (Resizing Windows): Remove var{} around "window" in
4024 documentation of enlarge-window.
4025 Rewrite documentation of window-min-height and window-min-width.
4026
4027 2008-10-19 Eli Zaretskii <eliz@gnu.org>
4028
4029 * functions.texi (Calling Functions): Document `apply-partially'.
4030
4031 * hooks.texi (Standard Hooks): Mention
4032 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
4033
4034 * variables.texi (File Local Variables): Document
4035 `file-local-variables-alist', `before-hack-local-variables-hook'
4036 and `hack-local-variables-hook'.
4037
4038 * processes.texi (Synchronous Processes): Document `process-lines'.
4039
4040 * customize.texi (Variable Definitions):
4041 Document `custom-reevaluate-setting'.
4042
4043 2008-10-18 Martin Rudalics <rudalics@gmx.at>
4044
4045 * windows.texi (Choosing Window, Deleting Windows)
4046 (Displaying Buffers): Expand documentation of dedicated windows.
4047
4048 2008-10-18 Eli Zaretskii <eliz@gnu.org>
4049
4050 * files.texi (Changing Files): Document symbolic input of file
4051 modes to `set-file-modes'. Document `read-file-modes' and
4052 `file-modes-symbolic-to-number'.
4053
4054 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
4055 and `search-map'.
4056
4057 * searching.texi (Search and Replace):
4058 Document `replace-search-function' and `replace-re-search-function'.
4059 Document `multi-query-replace-map'.
4060
4061 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
4062 (Completion Commands, Reading File Names):
4063 Rename `minibuffer-local-must-match-filename-map' to
4064 `minibuffer-local-filename-must-match-map'.
4065 (Minibuffer Completion): The `require-match' argument to
4066 `completing-read' can now have the value `confirm-only'.
4067
4068 * windows.texi (Displaying Buffers): Minor wording fix.
4069 (Choosing Window): `split-height-threshold' can now be nil.
4070 Document `split-width-threshold'. `pop-up-frames' can have the
4071 value `graphic-only'.
4072
4073 2008-10-17 Eli Zaretskii <eliz@gnu.org>
4074
4075 * os.texi (Startup Summary): Document `before-init-time' and
4076 `after-init-time'. Document `initial-window-system' and
4077 `window-system-initialization-alist'. Document reading the
4078 abbrevs file. Document the call to `server-start' under --daemon.
4079 Rearrange a bit to be consistent with the code flow.
4080 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
4081 (Time Parsing): Document `format-seconds'.
4082
4083 2008-10-17 Martin Rudalics <rudalics@gmx.at>
4084
4085 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
4086 and reword.
4087
4088 2008-10-16 Eli Zaretskii <eliz@gnu.org>
4089
4090 * markers.texi (The Mark): Document use-region-p.
4091
4092 2008-10-15 Eli Zaretskii <eliz@gnu.org>
4093
4094 * internals.texi (Writing Emacs Primitives): The interactive spec
4095 of a primitive can be a Lisp form.
4096
4097 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
4098 values of transient-mark-mode. Document handle-shift-selection.
4099
4100 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
4101 (Interactive Examples): Show an example of `^'.
4102 (Key Sequence Input): Document this-command-keys-shift-translated.
4103 (Defining Commands, Using Interactive): The interactive-form of a
4104 function can be added via its symbol's property.
4105
4106 * positions.texi (List Motion): beginning-of-defun-function can
4107 now accept an argument.
4108
4109 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
4110 now return a list of strings.
4111
4112 * control.texi (Handling Errors): Document ignore-errors.
4113
4114 * frames.texi (Creating Frames): Document frame-inherited-parameters.
4115 (Parameter Access): Document set-frame-parameter.
4116
4117 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
4118 Hooks" for the effect of kill-all-local-variables on local hook
4119 functions.
4120
4121 * modes.texi (Major Mode Conventions, Mode Line Variables):
4122 `mode-name' need not be a string. xref to "Mode Line Data" for
4123 details, and to "Emulating Mode Line" for computing a string
4124 value.
4125
4126 2008-10-14 Eli Zaretskii <eliz@gnu.org>
4127
4128 * processes.texi (System Processes): New section.
4129 (Processes, Signals to Processes): Add xrefs to it.
4130
4131 * objects.texi (Editing Types): A `process' is a subprocess of
4132 Emacs, not just any process running on the OS.
4133
4134 * elisp.texi (Top): Adjust the @detailmenu for the above two
4135 changes.
4136
4137 * sequences.texi (Char-Tables): Remove documentation of
4138 set-char-table-default, which has no effect since Emacs 23.
4139 <char-table-range, set-char-table-range>: Don't mention generic
4140 characters and charsets. Add a cons cell as a possible argument.
4141
4142 * nonascii.texi (Splitting Characters)
4143 (Translation of Characters): Don't mention generic characters.
4144
4145 * display.texi (Fontsets): Don't mention generic characters.
4146
4147 * sequences.texi (Char-Tables): `map-char-table' can now call its
4148 argument FUNCTION with a cons cell as KEY.
4149
4150 2008-10-13 Eli Zaretskii <eliz@gnu.org>
4151
4152 * objects.texi (Primitive Function Type): Move "@cindex special
4153 forms" from here...
4154
4155 * eval.texi (Special Forms): ...to here.
4156
4157 * functions.texi (What Is a Function): `functionp' returns nil for
4158 special forms. Add an xref.
4159
4160 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
4161 Variables".
4162
4163 * variables.texi (Frame-Local Variables): New section.
4164 (Buffer-Local Variables): Add an xref to it.
4165 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
4166 have both frame-local and buffer-local binding.
4167
4168 * frames.texi (Frames): Mention multiple tty frames.
4169 (Frame Parameters, Parameter Access): Mention frame-local variable
4170 bindings.
4171
4172 2008-09-20 Glenn Morris <rgm@gnu.org>
4173
4174 * display.texi (Defining Faces): Recommend against face variables.
4175
4176 2008-09-16 Juanma Barranquero <lekktu@gmail.com>
4177
4178 * display.texi (Echo Area Customization): Fix typo.
4179
4180 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
4181
4182 * loading.texi (Where Defined): Add `defface' item.
4183
4184 2008-09-06 Martin Rudalics <rudalics@gmx.at>
4185
4186 * loading.texi (Where Defined): Fix description of symbol-file.
4187
4188 2008-08-26 Jason Rumney <jasonr@gnu.org>
4189
4190 * display.texi (TIFF Images): New section describing :index property.
4191
4192 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
4193
4194 * display.texi (Temporary Displays): Remove unnecessary comment
4195 about usage of temp-buffer-show-hook.
4196
4197 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
4198
4199 * symbols.texi (Other Plists): Fix incorrect example.
4200 Suggested by Florian Beck.
4201
4202 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
4203
4204 * os.texi: Fix previous change.
4205
4206 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4207
4208 * os.texi:
4209 * intro.texi:
4210 * files.texi: Remove VMS support.
4211
4212 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4213
4214 * os.texi:
4215 * frames.texi:
4216 * display.texi: Remove mentions of Mac Carbon.
4217
4218 2008-07-01 Miles Bader <miles@gnu.org>
4219
4220 * text.texi (Special Properties):
4221 * display.texi (Truncation): Add wrap-prefix and line-prefix.
4222
4223 2008-06-28 Johan Bockgård <bojohan@gnu.org>
4224
4225 * display.texi (Other Image Types): Fix copy/paste error; say
4226 "PBM", not "XBM".
4227
4228 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
4229
4230 * os.texi: Remove references to obsolete systems.
4231
4232 2008-06-20 Eli Zaretskii <eliz@gnu.org>
4233
4234 * makefile.w32-in (distclean): Remove makefile.
4235
4236 2008-06-17 Glenn Morris <rgm@gnu.org>
4237
4238 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
4239 (elisp, dist): Remove rules and variables that are obsolete now
4240 the lisp manual is no longer distributed separately.
4241
4242 2008-06-16 Glenn Morris <rgm@gnu.org>
4243
4244 * configure, configure.in, mkinstalldirs: Remove unused files.
4245
4246 * book-spine.texinfo: Set version to 23.0.60.
4247 * vol1.texi (EMACSVER):
4248 * vol2.texi (EMACSVER): Set to 23.0.60.
4249
4250 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
4251 as per maintain.info.
4252
4253 2008-06-15 Glenn Morris <rgm@gnu.org>
4254
4255 * makefile.w32-in (manual): Use "23" rather than "21".
4256
4257 * Makefile.in (emacsver): New, set by configure.
4258 (manual): Use emacsver.
4259
4260 * intro.texi: Report bugs using M-x report-emacs-bug.
4261
4262 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
4263
4264 2008-06-13 Daniel Engeler <engeler@gmail.com>
4265
4266 * elisp.texi, internals.texi, processes.texi: Add documentation
4267 about serial port access.
4268
4269 2008-06-05 Miles Bader <miles@gnu.org>
4270
4271 * display.texi (Displaying Faces): Update to reflect function
4272 renamings in face-remap.el.
4273
4274 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
4275
4276 * display.texi (Fontsets): Fix typos.
4277
4278 2008-06-03 Miles Bader <miles@gnu.org>
4279
4280 * display.texi (Displaying Faces): Add add-relative-face-remapping,
4281 remove-relative-face-remapping, set-base-face-remapping,
4282 and set-default-base-face-remapping.
4283
4284 2008-06-01 Miles Bader <miles@gnu.org>
4285
4286 * display.texi (Displaying Faces): Add face-remapping-alist.
4287
4288 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4289
4290 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
4291 variable names.
4292
4293 2008-05-03 Eric S. Raymond <esr@golux>
4294
4295 * keymaps.texi: Clarify that (current-local-map) and
4296 (current-global-map) return references, not copies.
4297
4298 2008-05-02 Juri Linkov <juri@jurta.org>
4299
4300 * minibuf.texi (Text from Minibuffer): Document a list of
4301 default values for `read-from-minibuffer'.
4302
4303 2008-04-24 Juanma Barranquero <lekktu@gmail.com>
4304
4305 * nonascii.texi (Translation of Characters): Fix previous change.
4306
4307 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
4308
4309 * display.texi (Overlay Properties): Clarify role of underlying
4310 textprop and overlay keymaps for display strings.
4311
4312 * keymaps.texi (Active Keymaps): Ditto.
4313
4314 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4315
4316 * minibuf.texi (Programmed Completion):
4317 Replace dynamic-completion-table with the new completion-table-dynamic.
4318
4319 2008-04-07 Chong Yidong <cyd@stupidchicken.com>
4320
4321 * intro.texi (Some Terms): Change "fonts in this manual" index
4322 entry to "typographic conventions".
4323
4324 2008-04-05 Eli Zaretskii <eliz@gnu.org>
4325
4326 * objects.texi (Text Props and Strings): Add indexing for read
4327 syntax of text properties.
4328
4329 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4330
4331 * processes.texi (Decoding Output): Remove process-filter-multibyte
4332 functions.
4333
4334 2008-03-15 Martin Rudalics <rudalics@gmx.at>
4335
4336 * display.texi (Finding Overlays): Say that empty overlays at
4337 the end of the buffer are reported too.
4338
4339 2008-03-13 Glenn Morris <rgm@gnu.org>
4340
4341 * elisp.texi (EMACSVER): Set to 23.0.60.
4342
4343 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
4344
4345 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
4346
4347 2008-02-22 Glenn Morris <rgm@gnu.org>
4348
4349 * frames.texi (Position Parameters): Clarify the description of
4350 `left' and `top', using information from "Geometry".
4351 (Geometry): Give a pointer to "Position Parameters", rather than
4352 repeating information.
4353
4354 2008-02-11 Glenn Morris <rgm@gnu.org>
4355
4356 * objects.texi (Equality Predicates): No longer talk about "two"
4357 functions.
4358
4359 2008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
4360
4361 * objects.texi (Equality Predicates): Add defun for
4362 equal-including-properties.
4363
4364 2008-02-10 Glenn Morris <rgm@gnu.org>
4365
4366 * objects.texi (Equality Predicates):
4367 Mention equal-including-properties.
4368
4369 2008-02-07 Richard Stallman <rms@gnu.org>
4370
4371 * windows.texi (Window Start): Mention the feature of moving
4372 window-start to start of line.
4373
4374 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
4375
4376 * keymaps.texi (Tool Bar): Document rtl property.
4377
4378 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
4379
4380 * display.texi (Button Types):
4381 For define-button-type, clarify type of NAME.
4382
4383 2008-01-19 Martin Rudalics <rudalics@gmx.at>
4384
4385 * buffers.texi (Buffer Modification): Fix typo.
4386
4387 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
4388
4389 * os.texi (System Environment): Remove references to OSes that are
4390 not supported anymore.
4391
4392 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4393
4394 * os.texi (System Environment): Remove mention for Masscomp.
4395
4396 2008-01-04 Richard Stallman <rms@gnu.org>
4397
4398 * display.texi (Faces): Don't talk about internal face vector as arg
4399 to facep.
4400
4401 * customize.texi (Type Keywords): Fix previous change.
4402
4403 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
4404 * elisp.texi (Top): Fix menu for commands.texi change.
4405
4406 2007-12-30 Richard Stallman <rms@gnu.org>
4407
4408 * commands.texi (Accessing Mouse): Rename from Accessing Events.
4409 (Accessing Scroll): New node broken out of Accessing Mouse.
4410
4411 2007-12-28 Richard Stallman <rms@gnu.org>
4412
4413 * frames.texi (Size Parameters): Fix typo.
4414 (Basic Parameters): For `title', refer to title bar.
4415 (Size and Position): Explain meaning of frame pixel width and height.
4416
4417 2007-12-23 Richard Stallman <rms@gnu.org>
4418
4419 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
4420 Improve some of the commented-out keywords' text too.
4421
4422 2007-12-14 Martin Rudalics <rudalics@gmx.at>
4423
4424 * nonascii.texi (Encoding and I/O): Reword to avoid saying
4425 "visit the current buffer".
4426
4427 * os.texi (System Interface): Fix typo.
4428
4429 2007-12-04 Richard Stallman <rms@gnu.org>
4430
4431 * objects.texi (Symbol Type): Fix typo.
4432
4433 2007-12-03 Richard Stallman <rms@gnu.org>
4434
4435 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
4436
4437 2007-12-01 Glenn Morris <rgm@gnu.org>
4438
4439 * functions.texi (Declaring Functions): Improve previous change.
4440
4441 2007-11-30 Glenn Morris <rgm@gnu.org>
4442
4443 * functions.texi (Declaring Functions): Add optional fourth
4444 argument of declare-function, and setting third argument to `t'.
4445
4446 2007-11-29 Richard Stallman <rms@gnu.org>
4447
4448 * customize.texi (Composite Types): Document `group' type.
4449
4450 2007-11-29 Glenn Morris <rgm@gnu.org>
4451
4452 * functions.texi (Declaring Functions): Add findex.
4453 Mention `external' files.
4454
4455 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
4456
4457 * functions.texi (Declaring Functions): Fix directive.
4458
4459 2007-11-25 Richard Stallman <rms@gnu.org>
4460
4461 * help.texi (Help Functions): Clean up last change.
4462
4463 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
4464
4465 * loading.texi (Named Features): Minor cleanup.
4466
4467 * macros.texi (Eval During Expansion): Minor cleanup.
4468
4469 * variables.texi (Variable Aliases): Minor cleanup.
4470
4471 2007-11-24 Richard Stallman <rms@gnu.org>
4472
4473 * functions.texi (Declaring Functions): Clarify previous change.
4474
4475 * compile.texi (Compiler Errors): Clarify previous change.
4476
4477 2007-11-24 Richard Stallman <rms@gnu.org>
4478
4479 * display.texi (Refresh Screen, Forcing Redisplay):
4480 Clarify the text and move items around.
4481
4482 2007-11-24 Glenn Morris <rgm@gnu.org>
4483
4484 * functions.texi (Declaring Functions): New section.
4485 * compile.texi (Compiler Errors): Mention declaring functions,
4486 defvar with no initvalue, and byte-compile-warnings.
4487
4488 2007-11-15 Martin Rudalics <rudalics@gmx.at>
4489
4490 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
4491 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
4492
4493 2007-11-13 Martin Rudalics <rudalics@gmx.at>
4494
4495 * help.texi (Help Functions): Document new macro `with-help-window'.
4496
4497 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
4498
4499 * searching.texi (Replacing Match): Describe new
4500 `match-substitute-replacement'.
4501
4502 2007-10-31 Richard Stallman <rms@gnu.org>
4503
4504 * strings.texi (Creating Strings): Null strings from concat not unique.
4505
4506 2007-10-26 Richard Stallman <rms@gnu.org>
4507
4508 * objects.texi (Equality Predicates): Null strings are uniquified.
4509
4510 * minibuf.texi: Minor clarifications in previous change.
4511
4512 2007-10-25 Glenn Morris <rgm@gnu.org>
4513
4514 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
4515
4516 2007-10-24 Richard Stallman <rms@gnu.org>
4517
4518 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
4519
4520 * variables.texi (Frame-Local Variables): Node deleted.
4521 (Variables): Delete Frame-Local Variables from menu.
4522 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
4523 (Default Value): Don't mention frame-local vars.
4524
4525 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
4526
4527 * loading.texi (Unloading): Document FEATURE-unload-function
4528 instead of FEATURE-unload-hook.
4529
4530 * frames.texi (Multiple Displays): Don't mention frame-local vars.
4531
4532 2007-10-22 Juri Linkov <juri@jurta.org>
4533
4534 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
4535 (High-Level Completion): Document a list of default value strings
4536 in the DEFAULT argument, for which minibuffer functions return the
4537 first element.
4538
4539 2007-10-17 Juri Linkov <juri@jurta.org>
4540
4541 * text.texi (Filling): Update arguments of fill-paragraph.
4542 fill-paragraph operates on the active region in Transient Mark mode.
4543 Remove fill-paragraph-or-region.
4544
4545 2007-10-13 Karl Berry <karl@gnu.org>
4546
4547 * elisp.texi (@dircategory): Move to after @copying,
4548 since we want @copying as close as possible to the beginning of
4549 the output.
4550
4551 2007-10-12 Richard Stallman <rms@gnu.org>
4552
4553 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
4554
4555 * commands.texi (Distinguish Interactive): New node,
4556 broken out from Interactive Call and rewritten.
4557 (Command Loop): Put Distinguish Interactive in menu.
4558
4559 2007-10-09 Richard Stallman <rms@gnu.org>
4560
4561 * text.texi (Examining Properties): Mention overlay priority.
4562
4563 * display.texi (Display Margins): Correct the description
4564 of margin display specifications.
4565 (Replacing Specs): New subnode broken out of Display Property.
4566
4567 2007-10-06 Juri Linkov <juri@jurta.org>
4568
4569 * text.texi (Filling): Document fill-paragraph-or-region.
4570
4571 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
4572
4573 * display.texi (Auto Faces): Fix typo.
4574
4575 2007-10-02 Richard Stallman <rms@gnu.org>
4576
4577 * display.texi (Display Property): Explain some display specs
4578 don't let you move point in.
4579
4580 * frames.texi (Cursor Parameters):
4581 Describe cursor-in-non-selected-windows here. Explain more values.
4582
4583 * windows.texi (Basic Windows): Don't describe
4584 cursor-in-non-selected-windows here.
4585
4586 2007-10-01 Eli Zaretskii <eliz@gnu.org>
4587
4588 * processes.texi (Misc Network): Note that these functions are
4589 supported only on some systems.
4590
4591 2007-10-01 Richard Stallman <rms@gnu.org>
4592
4593 * display.texi (Overlay Properties): Explain nil as priority.
4594 Explain that conflicts are unpredictable if not resolved by
4595 priorities.
4596
4597 2007-09-23 Richard Stallman <rms@gnu.org>
4598
4599 * macros.texi (Backquote): Minor clarification.
4600
4601 2007-09-19 Richard Stallman <rms@gnu.org>
4602
4603 * display.texi (Display Property): Explain multiple display specs.
4604 Clarify when they work in parallel and when one overrides.
4605 Fix error in example.
4606
4607 2007-09-06 Glenn Morris <rgm@gnu.org>
4608
4609 Move from lispref/ to doc/lispref/. Change all setfilename
4610 commands to use ../../info.
4611 * Makefile.in (infodir): Go up one more level.
4612 (usermanualdir): Change from ../man to ../emacs.
4613 (miscmanualdir): New.
4614 (dist): Use new variable miscmanualdir.
4615 * makefile.w32-in (infodir, texinputdir): Go up one more level.
4616 (usermanualdir): Change from ../man to ../emacs.
4617
4618 2007-08-30 Martin Rudalics <rudalics@gmx.at>
4619
4620 * commands.texi (Command Loop Info): Advise against changing
4621 most variables described here. Explain new variable
4622 last-repeatable-command.
4623
4624 2007-08-29 Glenn Morris <rgm@gnu.org>
4625
4626 * elisp.texi (EMACSVER): Increase to 23.0.50.
4627
4628 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
4629
4630 * frames.texi (Basic Parameters): Add display-environment-variable
4631 and term-environment-variable.
4632
4633 2007-08-28 Juri Linkov <juri@jurta.org>
4634
4635 * display.texi (Image Formats, Other Image Types): Add SVG.
4636
4637 2007-08-28 Juri Linkov <juri@jurta.org>
4638
4639 * display.texi (Images): Move formats-related text to new node
4640 "Image Formats".
4641 (Image Formats): New node.
4642
4643 2007-08-27 Richard Stallman <rms@gnu.org>
4644
4645 * windows.texi (Window Configurations): Clarify what
4646 a window configuration saves.
4647
4648 2007-08-25 Richard Stallman <rms@gnu.org>
4649
4650 * display.texi (Images): Delete redundant @findex.
4651
4652 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
4653
4654 * text.texi (Change Hooks): (after|before)-change-functions are no
4655 longer bound to nil while running; rather inhibit-modification-hooks
4656 is t.
4657
4658 2007-08-16 Richard Stallman <rms@gnu.org>
4659
4660 * processes.texi (Asynchronous Processes):
4661 Clarify doc of start-file-process.
4662
4663 2007-08-08 Martin Rudalics <rudalics@gmx.at>
4664
4665 * modes.texi (Example Major Modes): Fix typo.
4666
4667 2007-08-08 Glenn Morris <rgm@gnu.org>
4668
4669 * intro.texi (nil and t): Do not use `iff' in documentation.
4670
4671 * tips.texi (Documentation Tips): Recommend against `iff'.
4672
4673 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
4674
4675 * display.texi (Image Cache): Document image-refresh.
4676
4677 2007-08-06 Martin Rudalics <rudalics@gmx.at>
4678
4679 * windows.texi (Size of Window): Document window-full-width-p.
4680
4681 2007-07-25 Glenn Morris <rgm@gnu.org>
4682
4683 * gpl.texi (GPL): Replace license with GPLv3.
4684
4685 * Relicense all FSF files to GPLv3 or later.
4686
4687 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
4688
4689 * processes.texi (Synchronous Processes):
4690 Add `process-file-shell-command'.
4691 (Asynchronous Processes): Mention restricted use of
4692 `process-filter' and `process-sentinel' in
4693 `start-file-process'. Add `start-file-process-shell-command'.
4694
4695 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
4696
4697 * files.texi (Magic File Names): Introduce optional parameter
4698 IDENTIFICATION for `file-remote-p'.
4699
4700 2007-07-16 Richard Stallman <rms@gnu.org>
4701
4702 * display.texi (Defining Faces): Fix previous change.
4703
4704 2007-07-14 Richard Stallman <rms@gnu.org>
4705
4706 * control.texi (Handling Errors): Document `debug' in handler list.
4707
4708 2007-07-10 Richard Stallman <rms@gnu.org>
4709
4710 * display.texi (Defining Faces): Explain C-M-x feature for defface.
4711
4712 2007-07-09 Richard Stallman <rms@gnu.org>
4713
4714 * files.texi (Magic File Names): Rewrite previous change.
4715
4716 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
4717
4718 * files.texi (Magic File Names): Introduce optional parameter
4719 CONNECTED for `file-remote-p'.
4720
4721 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
4722
4723 * processes.texi (Asynchronous Processes):
4724 * files.texi (Magic File Names): Add `start-file-process'.
4725
4726 2007-06-27 Richard Stallman <rms@gnu.org>
4727
4728 * files.texi (Format Conversion Piecemeal):
4729 Clarify `after-insert-file-functions' calling convention.
4730
4731 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
4732
4733 * files.texi (Magic File Names): Remove `dired-call-process'.
4734 Add `process-file'.
4735
4736 2007-06-27 Kenichi Handa <handa@m17n.org>
4737
4738 * text.texi (Special Properties): Fix description about
4739 `composition' property.
4740
4741 2007-06-26 Kenichi Handa <handa@m17n.org>
4742
4743 * nonascii.texi (Default Coding Systems): Document about the
4744 return value `undecided'.
4745
4746 2007-06-25 David Kastrup <dak@gnu.org>
4747
4748 * keymaps.texi (Active Keymaps): Document new POSITION argument of
4749 `current-active-maps'.
4750
4751 2007-06-24 Karl Berry <karl@gnu.org>
4752
4753 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
4754
4755 2007-06-15 Juanma Barranquero <lekktu@gmail.com>
4756
4757 * display.texi (Overlay Arrow): Doc fix.
4758
4759 2007-06-14 Karl Berry <karl@tug.org>
4760
4761 * anti.texi (Antinews): Typo.
4762
4763 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
4764
4765 * display.texi (Image Cache): Document image-refresh.
4766
4767 2007-06-12 Karl Berry <karl@gnu.org>
4768
4769 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
4770 * two-volume.make: New file.
4771 * .cvsignore: Ignore two-volume files.
4772
4773 2007-06-12 Tom Tromey <tromey@redhat.com>
4774
4775 * os.texi (Init File): Document user-emacs-directory.
4776
4777 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
4778
4779 * commands.texi (Click Events): Describe width and height when
4780 object is nil.
4781
4782 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
4783
4784 * commands.texi (Click Events): Layout more logically.
4785 Describe width and height.
4786 (Drag Events, Motion Events): Update to new format for position.
4787
4788 2007-06-02 Richard Stallman <rms@gnu.org>
4789
4790 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
4791
4792 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
4793
4794 * Version 22.1 released.
4795
4796 2007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4797
4798 * text.texi (Special Properties): Correct meaning of fontified face.
4799
4800 2007-05-30 Richard Stallman <rms@gnu.org>
4801
4802 * text.texi (Special Properties): Add link to Adjusting Point.
4803
4804 2007-05-12 Richard Stallman <rms@gnu.org>
4805
4806 * text.texi (Margins): indent-to-left-margin is not the default.
4807 (Mode-Specific Indent): For indent-line-function, the default
4808 is indent-relative.
4809
4810 * modes.texi (Example Major Modes): Explain last line of text-mode
4811 is redundant.
4812
4813 2007-05-10 Richard Stallman <rms@gnu.org>
4814
4815 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
4816
4817 * help.texi (Keys in Documentation): Add reference to
4818 Documentation Tips.
4819
4820 * files.texi (Format Conversion): TO-FN gets three arguments.
4821
4822 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
4823
4824 2007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
4825
4826 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
4827 * files.texi (Format Conversion): Expand intro; add menu.
4828 (Format Conversion Overview, Format Conversion Round-Trip)
4829 (Format Conversion Piecemeal): New nodes/subsections.
4830 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
4831 * text.texi (Text Properties): Remove "Saving Properties" from menu.
4832 (Saving Properties): Delete node/subsection.
4833
4834 2007-05-07 Karl Berry <karl@gnu.org>
4835
4836 * elisp.texi (EMACSVER): Back to 22.
4837
4838 2007-05-06 Richard Stallman <rms@gnu.org>
4839
4840 * processes.texi (Accepting Output): Revert most of previous change.
4841
4842 2007-05-05 Richard Stallman <rms@gnu.org>
4843
4844 * processes.texi (Accepting Output): accept-process-output
4845 uses microseconds, not milliseconds. But that arg is obsolete.
4846
4847 2007-05-04 Karl Berry <karl@tug.org>
4848
4849 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
4850
4851 2007-05-04 Eli Zaretskii <eliz@gnu.org>
4852
4853 * tips.texi (Documentation Tips): Rearrange items to place the
4854 more important ones first. Add an index entry for hyperlinks.
4855
4856 2007-05-03 Karl Berry <karl@gnu.org>
4857
4858 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
4859 (EMACSVER) [smallbook]: 22 for printed version.
4860
4861 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
4862 so restore anchor to normal position after defun. Found by Kevin Ryde.
4863
4864 2007-04-26 Glenn Morris <rgm@gnu.org>
4865
4866 * elisp.texi (EMACSVER): Increase to 22.1.50.
4867
4868 2007-04-28 Karl Berry <karl@gnu.org>
4869
4870 * elisp.texi: Improve line breaks on copyright page,
4871 similar layout to emacs manual, 8.5x11 by default.
4872
4873 2007-04-24 Richard Stallman <rms@gnu.org>
4874
4875 * text.texi (Special Properties): Add xref to Overlay Properties.
4876
4877 * display.texi (Overlay Properties): Add xref to Special Properties.
4878
4879 2007-04-22 Richard Stallman <rms@gnu.org>
4880
4881 * keymaps.texi (Extended Menu Items): Move the info about
4882 format with cached keyboard binding.
4883
4884 2007-04-21 Richard Stallman <rms@gnu.org>
4885
4886 * text.texi (Special Properties): Clarify previous change.
4887
4888 * files.texi (File Name Expansion): Clarify previous change.
4889
4890 * display.texi (Attribute Functions): Fix example for
4891 face-attribute-relative-p.
4892
4893 2007-04-19 Kenichi Handa <handa@m17n.org>
4894
4895 * text.texi (Special Properties): Document composition property.
4896
4897 2007-04-19 Glenn Morris <rgm@gnu.org>
4898
4899 * files.texi (File Name Expansion): Mention "superroot".
4900
4901 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
4902
4903 * frames.texi (Multiple Displays): Add note about "multi-monitor"
4904 setups.
4905 (Display Feature Testing): Note that display refers to all
4906 physical monitors for multi-monitor setups.
4907
4908 2007-04-14 Richard Stallman <rms@gnu.org>
4909
4910 * lists.texi (Sets And Lists): Clarify `delete' examples.
4911 Remove spurious xref to same node.
4912 Clarify xref for add-to-list.
4913
4914 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
4915
4916 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
4917 value of lisp-mode-map.
4918
4919 2007-04-11 Karl Berry <karl@gnu.org>
4920
4921 * anti.texi (Antinews):
4922 * display.texi (Overlay Properties, Defining Images):
4923 * processes.texi (Synchronous Processes, Sentinels):
4924 * syntax.texi (Syntax Table Internals):
4925 * searching.texi (Regexp Special):
4926 * nonascii.texi (Default Coding Systems):
4927 * text.texi (Special Properties):
4928 * minibuf.texi (Basic Completion): Wording to improve breaks in
4929 8.5x11 format.
4930 * elisp.texi (smallbook): New @set to more easily switch between
4931 smallbook and 8.5x11.
4932
4933 2007-04-11 Richard Stallman <rms@gnu.org>
4934
4935 * text.texi (Lazy Properties): Minor fix.
4936
4937 2007-04-08 Karl Berry <karl@gnu.org>
4938
4939 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
4940 * macros.texi (Backquote): Downcase Backquote in index entries for
4941 consistency.
4942
4943 2007-04-08 Richard Stallman <rms@gnu.org>
4944
4945 * text.texi (Adaptive Fill): Just describe default,
4946 don't show it (since it contains non-ASCII chars).
4947
4948 2007-04-07 Karl Berry <karl@gnu.org>
4949
4950 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
4951 adaptive-fill-regexp's value, since they are not in the standard
4952 TeX fonts.
4953
4954 2007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
4955
4956 * display.texi (Defining Faces): Fix example.
4957
4958 2007-04-07 Karl Berry <karl@gnu.org>
4959
4960 * display.texi (Button Buffer Commands): Improve page break.
4961
4962 2007-04-07 Richard Stallman <rms@gnu.org>
4963
4964 * advice.texi (Activation of Advice): Remove redundant index entry.
4965
4966 * backups.texi: Improve index entries. Remove redundant ones.
4967
4968 * compile.texi (Byte Compilation): Improve index entry.
4969
4970 * hash.texi (Creating Hash): Improve index entry.
4971
4972 * symbols.texi (Definitions): Improve index entry.
4973
4974 * edebug.texi: Improve index entries. Remove redundant/useless ones.
4975
4976 * maps.texi (Standard Keymaps): Remove useless index entry.
4977
4978 * help.texi (Documentation Basics): Remove redundant index entries.
4979
4980 * customize.texi: Improve index entries.
4981 Remove redundant/useless ones.
4982
4983 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
4984
4985 * streams.texi (Output Variables): Improve index entry.
4986
4987 * abbrevs.texi (Abbrevs): Remove useless index entry.
4988
4989 * macros.texi (Expansion): Remove useless index entry.
4990
4991 * text.texi: Improve index entries. Remove redundant/useless ones.
4992 (Text Properties, Examining Properties)
4993 (Special Properties): Use "property category" instead of "category"
4994 to refer to the `category' property.
4995
4996 * positions.texi: Improve index entries. Remove useless one.
4997
4998 * lists.texi: Improve index entries. Remove redundant/useless ones.
4999
5000 * os.texi: Improve index entries.
5001 (Timers): Fix previous change.
5002
5003 * buffers.texi: Improve index entries.
5004 (Modification Time): Get rid of term "obsolete buffer".
5005
5006 * debugging.texi: Improve index entries.
5007 (Test Coverage): Add xref to other test coverage ftr.
5008
5009 * eval.texi: Improve index entry. Remove redundant ones.
5010
5011 * numbers.texi: Improve index entries. Remove redundant/useless ones.
5012
5013 * files.texi: Improve index entries. Remove redundant/useless ones.
5014
5015 * objects.texi: Improve index entries.
5016
5017 * processes.texi: Improve index entries.
5018
5019 * modes.texi: Improve index entry. Remove redundant one.
5020
5021 * nonascii.texi: Improve index entries.
5022
5023 * internals.texi: Improve index entries.
5024
5025 * syntax.texi: Improve index entries.
5026
5027 * keymaps.texi (Active Keymaps): Improve index entries.
5028
5029 * commands.texi: Improve index entries. Remove redundant/useless ones.
5030
5031 * frames.texi: Improve index entries. Remove redundant/useless ones.
5032
5033 * markers.texi: Improve index entries. Remove redundant ones.
5034
5035 * tips.texi: Improve index entries.
5036
5037 * loading.texi (Unloading): Improve index entry.
5038
5039 * variables.texi: Improve index entries. Remove redundant one.
5040
5041 * sequences.texi: Improve index entry.
5042
5043 * display.texi: Improve index entries. Remove redundant ones.
5044
5045 * windows.texi: Improve index entries.
5046
5047 * searching.texi: Improve index entries. Remove redundant one.
5048
5049 * strings.texi (Case Tables): Improve last change.
5050
5051 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
5052
5053 * strings.texi (Case Tables): Document with-case-table and
5054 ascii-case-table.
5055
5056 2007-04-03 Karl Berry <karl@gnu.org>
5057
5058 * processes.texi (Network): Reword to improve page break.
5059
5060 2007-04-03 Eli Zaretskii <eliz@gnu.org>
5061
5062 * functions.texi (Inline Functions): Describe more disadvantages
5063 of defsubst, and make advice against it stronger.
5064
5065 2007-04-02 Karl Berry <karl@gnu.org>
5066
5067 * backups.texi (Backup Names): Avoid widow words.
5068 * modes.texi (Example Major Modes): Align last comment.
5069
5070 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
5071
5072 * keymaps.texi (Remapping Commands): Document new arg to
5073 command-remapping.
5074
5075 2007-04-01 Karl Berry <karl@gnu.org>
5076
5077 * processes.texi (Low-Level Network): Typo.
5078 * loading.texi (Hooks for Loading): Avoid double "the".
5079 * keymaps.texi (Key Sequences): No double "and".
5080 (Changing Key Bindings): Shorten to improve line break.
5081
5082 2007-03-31 Glenn Morris <rgm@gnu.org>
5083
5084 * os.texi (Timers): Fix description of run-at-time TIME formats.
5085
5086 2007-03-31 Richard Stallman <rms@gnu.org>
5087
5088 * display.texi (Invisible Text): Correct buffer-invisibility-spec
5089 regarding ellipsis.
5090
5091 2007-03-31 Eli Zaretskii <eliz@gnu.org>
5092
5093 * intro.texi (nil and t):
5094 * symbols.texi (Plists and Alists):
5095 * variables.texi (Variable Aliases, Constant Variables):
5096 * functions.texi (Defining Functions):
5097 * advice.texi (Advising Primitives):
5098 * debugging.texi (Syntax Errors, Compilation Errors):
5099 * minibuf.texi (Minibuffer Windows):
5100 * commands.texi (Adjusting Point):
5101 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
5102 (Auto Major Mode, Major Mode Conventions):
5103 * help.texi (Describing Characters):
5104 * files.texi (Create/Delete Dirs, Information about Files)
5105 (File Locks, Writing to Files, Reading from Files)
5106 (Saving Buffers):
5107 * windows.texi (Resizing Windows, Cyclic Window Ordering):
5108 * frames.texi (Finding All Frames):
5109 * positions.texi (Buffer End, Motion):
5110 * markers.texi (The Region):
5111 * text.texi (Deletion, Near Point):
5112 * display.texi (Displaying Messages, Truncation):
5113 * os.texi (Processor Run Time):
5114 * tips.texi (Key Binding Conventions, Programming Tips)
5115 (Warning Tips, Documentation Tips, Comment Tips):
5116 * internals.texi (Memory Usage): Improve indexing.
5117
5118 * variables.texi (Frame-Local Variables):
5119 * functions.texi (Argument List):
5120 * loading.texi (Library Search):
5121 * streams.texi (Output Variables):
5122 * keymaps.texi (Translation Keymaps, Searching Keymaps):
5123 * searching.texi (Replacing Match, Search and Replace):
5124 * processes.texi (Byte Packing, Decoding Output)
5125 (Accepting Output, Network Servers, Shell Arguments):
5126 * display.texi (Abstract Display, Image Cache, Scroll Bars):
5127 * windows.texi (Window Point, Window Start):
5128 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
5129 * commands.texi (Reading Input, Keyboard Events):
5130 * minibuf.texi (Reading File Names, Minibuffer Completion)
5131 (Recursive Mini):
5132 * positions.texi (List Motion):
5133 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
5134 * numbers.texi (Arithmetic Operations, Math Functions)
5135 (Predicates on Numbers, Comparison of Numbers):
5136 (Numeric Conversions):
5137 * locals.texi (Standard Buffer-Local Variables):
5138 * maps.texi (Standard Keymaps):
5139 * os.texi (User Identification, System Environment, Recording Input)
5140 (X11 Keysyms):
5141 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
5142 * backups.texi (Backups and Auto-Saving):
5143 * customize.texi (Customization, Group Definitions)
5144 (Variable Definitions):
5145 * compile.texi (Byte Compilation): Improve index entries.
5146
5147 2007-03-31 Karl Berry <karl@gnu.org>
5148
5149 * macros.texi (Defining Macros): Avoid widow syllable.
5150
5151 2007-03-31 Eli Zaretskii <eliz@gnu.org>
5152
5153 * elisp.texi (Top): Postscript -> PostScript.
5154
5155 * display.texi (Images, Postscript Images): Postscript -> PostScript.
5156
5157 2007-03-31 Markus Triska <markus.triska@gmx.at>
5158
5159 * internals.texi (Writing Emacs Primitives): Untabify `For'.
5160
5161 2007-03-30 Karl Berry <karl@gnu.org>
5162
5163 * lists.texi (List-related Predicates): Remove spurious @need.
5164 (Setcdr): Use @smallexample to improve page break.
5165 (Association Lists) <assoc>: Reword to improve page break.
5166
5167 * strings.texi (String Conversion): Insert blank line to improve
5168 page break.
5169
5170 * numbers.texi (Random Numbers): Use @minus{}.
5171 (Math Functions): Use @minus{}.
5172
5173 * intro.texi (Acknowledgements): Avoid line breaks before middle
5174 initials.
5175
5176 2007-03-24 Eli Zaretskii <eliz@gnu.org>
5177
5178 * errors.texi (Standard Errors): Add an index entry.
5179
5180 2007-03-19 Richard Stallman <rms@gnu.org>
5181
5182 * os.texi (Recording Input): recent-keys now gives 300 keys.
5183
5184 2007-03-12 Glenn Morris <rgm@gnu.org>
5185
5186 * os.texi: Replace "daylight savings" with "daylight saving"
5187 throughout.
5188
5189 2007-03-05 Richard Stallman <rms@gnu.org>
5190
5191 * variables.texi (File Local Variables):
5192 Update enable-local-variables values.
5193
5194 2007-03-04 Richard Stallman <rms@gnu.org>
5195
5196 * syntax.texi (Control Parsing): Minor clarification.
5197
5198 * strings.texi (Formatting Strings): Clarify width, precision, flags.
5199
5200 * sequences.texi (Sequence Functions): Move string-bytes away,
5201 add xref.
5202
5203 * nonascii.texi (Text Representations): Move string-bytes here.
5204
5205 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
5206
5207 * minibuf.texi (Basic Completion): Minor clarification.
5208
5209 * markers.texi (The Mark): Clarify existence vs activation of mark.
5210 Other cleanup.
5211
5212 * display.texi (Finding Overlays): Write better example.
5213
5214 * compile.texi (Eval During Compile): Clarify putting macros
5215 in eval-when-compile.
5216
5217 2007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
5218
5219 * loading.texi (How Programs Do Loading): Fix anchor position at
5220 load-read-function definition doc.
5221
5222 2007-02-21 Kim F. Storm <storm@cua.dk>
5223
5224 * strings.texi (Text Comparison): Mention that assoc-string
5225 converts symbols to strings before testing.
5226
5227 2007-02-17 Kim F. Storm <storm@cua.dk>
5228
5229 * processes.texi (Bindat Spec): Vector types can have optional
5230 element type.
5231 (Bindat Examples): Fix example. Add vector with element type.
5232
5233 2007-02-16 Andreas Schwab <schwab@suse.de>
5234
5235 * strings.texi (Formatting Strings): Document '+' flag.
5236
5237 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
5238
5239 * strings.texi (Modifying Strings): Clarify that `clear-string'
5240 always converts the string to unibyte.
5241
5242 2007-02-14 Kim F. Storm <storm@cua.dk>
5243
5244 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
5245 Rewrite glyph code description to refer to these functions.
5246 Remove details of encoding face number and char into integer code.
5247
5248 2007-02-03 Alan Mackenzie <acm@muc.de>
5249
5250 * loading.texi (Hooks for Loading): Make the description of
5251 `eval-after-load' more detailed, and amend the description of
5252 after-load-alist, in accordance with changes from 2006-05.
5253
5254 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
5255
5256 * modes.texi (Defining Minor Modes): Document that a :require
5257 keyword or similar may be required to make saved customization
5258 variables work.
5259
5260 2007-02-03 Eli Zaretskii <eliz@gnu.org>
5261
5262 * elisp.texi (Top): Make the detailed menu headers compliant with
5263 Texinfo guidelines and with what texnfo-upd.el expects.
5264 Add comments to prevent people from inadvertently modifying the key
5265 parts needed by `texinfo-multiple-files-update'.
5266
5267 2007-02-02 Eli Zaretskii <eliz@gnu.org>
5268
5269 * elisp.texi (Top): Update the top-level menus.
5270
5271 * syntax.texi (Categories): Add index entries.
5272
5273 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
5274
5275 * display.texi (Attribute Functions): Fix name and description of
5276 the UNDERLINE arg of `set-face-underline-p'.
5277
5278 2007-01-29 Eli Zaretskii <eliz@gnu.org>
5279
5280 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
5281 Variables", and "Standard Keymaps" to the detailed menu.
5282
5283 * variables.texi (Future Local Variables): Add index entry.
5284
5285 2007-01-28 Richard Stallman <rms@gnu.org>
5286
5287 * tips.texi (Coding Conventions): Clarify the tip about macros
5288 that define a function or a variable.
5289
5290 * files.texi (File Attributes): UID and GID can be floats.
5291 (Magic File Names): Explain why deferring all operations to
5292 the standard handler does not work.
5293
5294 2007-01-23 Martin Rudalics <rudalics@gmx.at>
5295
5296 * backups.texi (Reverting): Use "buffer" instead of "file"
5297 when talking about major and minor modes.
5298
5299 2007-01-21 Richard Stallman <rms@gnu.org>
5300
5301 * help.texi (Documentation): Add xref to Documentation Tips.
5302
5303 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
5304
5305 * tips.texi (Coding Conventions): Fix typos.
5306
5307 2007-01-05 Richard Stallman <rms@gnu.org>
5308
5309 * modes.texi (Defining Minor Modes): Fix previous change.
5310
5311 2007-01-03 Richard Stallman <rms@gnu.org>
5312
5313 * customize.texi (Variable Definitions, Customization Types):
5314 Don't use * in doc string for defcustom.
5315
5316 2007-01-02 Richard Stallman <rms@gnu.org>
5317
5318 * variables.texi (Variable Aliases): Clarify that aliases vars
5319 always have the same value.
5320
5321 * processes.texi (Bindat Spec): Fix Texinfo usage.
5322
5323 * modes.texi (Defining Minor Modes): Explain effect of command
5324 defined with define-global-minor-mode on new buffers.
5325
5326 2006-12-30 Kim F. Storm <storm@cua.dk>
5327
5328 * keymaps.texi (Tool Bar): Describe `grow-only' value of
5329 `auto-resize-tool-bars'.
5330
5331 2006-12-30 Richard Stallman <rms@gnu.org>
5332
5333 * keymaps.texi (Active Keymaps): Fix previous change.
5334
5335 2006-12-30 Nick Roberts <nickrob@snap.net.nz>
5336
5337 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
5338
5339 2006-12-30 Kim F. Storm <storm@cua.dk>
5340
5341 * processes.texi (Bindat Spec): Clarify using field names in
5342 length specifications.
5343
5344 2006-12-29 Kim F. Storm <storm@cua.dk>
5345
5346 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
5347 Add count and index variables for eval forms in repeat blocks.
5348
5349 2006-12-24 Richard Stallman <rms@gnu.org>
5350
5351 * customize.texi (Variable Definitions):
5352 Document new name custom-add-frequent-value.
5353
5354 2006-12-19 Kim F. Storm <storm@cua.dk>
5355
5356 * commands.texi (Misc Events): User signals now result in sigusr1
5357 and sigusr2 events which are handled through special-event-map.
5358 (Special Events): User signals and drag-n-drop are special.
5359
5360 2006-12-17 Richard Stallman <rms@gnu.org>
5361
5362 * loading.texi (Named Features): Explain subfeatures better.
5363
5364 * customize.texi: Use "option" only for user options.
5365 For the keyword values inside defcustom etc, say "keywords".
5366 For :options value's elements, say "elements".
5367 :group should not be omitted.
5368
5369 * syntax.texi (Parsing Expressions): Split up node.
5370 (Motion via Parsing, Position Parse, Parser State)
5371 (Low-Level Parsing, Control Parsing): New subnodes.
5372 (Parser State): Document syntax-ppss-toplevel-pos.
5373
5374 * positions.texi (List Motion): Punctuation fix.
5375
5376 * files.texi (File Name Completion): Document PREDICATE arg
5377 to file-name-completion.
5378
5379 2006-12-16 Eli Zaretskii <eliz@gnu.org>
5380
5381 * internals.texi (Building Emacs, Writing Emacs Primitives):
5382 Add index entries.
5383
5384 2006-12-11 Richard Stallman <rms@gnu.org>
5385
5386 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
5387 affects face menu. Explain how to make it non-nil without enabling
5388 any fontification.
5389
5390 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
5391
5392 * modes.texi (Font Lock Basics): Document nil value of
5393 font-lock-defaults.
5394
5395 2006-12-10 Glenn Morris <rgm@gnu.org>
5396
5397 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
5398 value for system-flag argument. Abbrev tables may not be empty
5399 when major modes are loaded.
5400
5401 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
5402
5403 * makefile.w32-in (maintainer-clean): Partially revert last
5404 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
5405 to protect elisp-covers.texi.
5406
5407 2006-12-07 Juanma Barranquero <lekktu@gmail.com>
5408
5409 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
5410 Don't remove elisp* info files; they are already deleted by the
5411 `clean' and `distclean' targets, and they are in the $(infodir)
5412 directory, not the current one.
5413
5414 2006-12-04 Kim F. Storm <storm@cua.dk>
5415
5416 * commands.texi (Misc Events): Update signal events.
5417 (Event Examples): Add signal example.
5418
5419 2006-11-29 Richard Stallman <rms@gnu.org>
5420
5421 * frames.texi (Visibility of Frames): Explain visible windows
5422 can be covered by others. Add xref for raise-frame.
5423
5424 2006-11-28 Richard Stallman <rms@gnu.org>
5425
5426 * searching.texi (Regexp Special): Update when ^ is special.
5427
5428 2006-11-27 Eli Zaretskii <eliz@gnu.org>
5429
5430 * customize.texi (Customization, Common Keywords)
5431 (Group Definitions, Variable Definitions, Composite Types)
5432 (Type Keywords, Customization Types): Add index entries for
5433 various customization keywords.
5434
5435 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5436
5437 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
5438
5439 2006-11-10 Jan Djärv <jan.h.d@swipnet.se>
5440
5441 * frames.texi (Window System Selections): Remove clipboard from
5442 description of selection-coding-system.
5443
5444 2006-11-06 Richard Stallman <rms@gnu.org>
5445
5446 * lists.texi (List Variables): Document COMPARE-FN.
5447
5448 * keymaps.texi: Avoid use of "binding" to mean a relation;
5449 use it only to refer to the meaning associated with a key.
5450 (Keymaps): Change menu node description.
5451
5452 * elisp.texi (Top): Change menu node description.
5453
5454 * display.texi (Managing Overlays): Document overlay-recenter.
5455
5456 2006-10-29 Chong Yidong <cyd@stupidchicken.com>
5457
5458 * Makefile.in: Use relative paths to avoid advertising filesystem
5459 contents during compilation.
5460
5461 2006-10-23 Kim F. Storm <storm@cua.dk>
5462
5463 * commands.texi (Event Input Misc): Update unread-command-events.
5464
5465 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
5466
5467 * lists.texi (Sets And Lists): Fix typos.
5468
5469 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
5470
5471 * control.texi (Processing of Errors): Use @var for an argument,
5472 not @code.
5473
5474 2006-10-16 Richard Stallman <rms@gnu.org>
5475
5476 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
5477
5478 * keymaps.texi (Format of Keymaps): Show all the keymap element
5479 patterns that result from menu items.
5480 (Key Lookup): Minor cleanups.
5481
5482 * modes.texi (Precalculated Fontification): Don't say that
5483 not setting font-lock-defaults avoids loading font-lock.
5484
5485 * help.texi (Documentation): Move xref to Emacs Manual here.
5486 (Documentation Basics): From here.
5487 Also doc emacs-lisp-docstring-fill-column.
5488
5489 * elisp.texi: Update version and ISBN.
5490
5491 * commands.texi (Interactive Call): Clarify KEYS arg to
5492 call-interactively is a vector.
5493 (Command Loop Info): Delete anchor in this-command-keys.
5494 Add anchor in this-command-keys-vector.
5495 (Recursive Editing): Document how recursive-edit
5496 handles the current buffer.
5497
5498 2006-10-13 Chong Yidong <cyd@stupidchicken.com>
5499
5500 * frames.texi (Frame Titles): %c and %l are ignored in
5501 frame-title-format.
5502
5503 2006-10-11 Richard Stallman <rms@gnu.org>
5504
5505 * keymaps.texi (Key Sequences): Clarify use of kbd.
5506
5507 2006-10-10 Kim F. Storm <storm@cua.dk>
5508
5509 * lists.texi (Sets And Lists): Add memql.
5510
5511 2006-10-03 Richard Stallman <rms@gnu.org>
5512
5513 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
5514 Clarify :ascii: and :nonascii:.
5515
5516 2006-09-29 Juri Linkov <juri@jurta.org>
5517
5518 * modes.texi (%-Constructs): Reorder coding systems in the
5519 documentation of %z to the real order displayed in the modeline.
5520
5521 2006-09-25 Richard Stallman <rms@gnu.org>
5522
5523 * os.texi (Timers): Describe timer-max-repeats.
5524
5525 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
5526
5527 * os.texi (Timers): Mention with-local-quit.
5528
5529 2006-09-24 Richard Stallman <rms@gnu.org>
5530
5531 * searching.texi (Searching and Matching): Mention property search.
5532
5533 * commands.texi (Command Loop Info): Explain how read-event affects
5534 this-command-keys.
5535
5536 2006-09-20 Richard Stallman <rms@gnu.org>
5537
5538 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
5539
5540 * windows.texi (Window Start): Minor cleanups.
5541
5542 2006-09-20 Kim F. Storm <storm@cua.dk>
5543
5544 * windows.texi (Window Start): pos-visible-in-window-p allows
5545 specifying t for position to mean "end of window".
5546 Add window-line-height.
5547
5548 * anti.texi (Antinews): Mention window-line-height.
5549
5550 2006-09-19 David Kastrup <dak@gnu.org>
5551
5552 * keymaps.texi (Searching Keymaps): Small clarification.
5553
5554 2006-09-18 Richard Stallman <rms@gnu.org>
5555
5556 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
5557 cause keyboard menus.
5558 (Menu Keymaps): Likewise.
5559 (Defining Menus, Keyboard Menus): Clarify.
5560
5561 * text.texi (Fields): Clarify explanation of constrain-to-field.
5562
5563 2006-09-16 Eli Zaretskii <eliz@gnu.org>
5564
5565 * variables.texi (Tips for Defining): Fix a typo.
5566
5567 2006-09-15 Richard Stallman <rms@gnu.org>
5568
5569 * keymaps.texi (Remapping Commands, Searching Keymaps)
5570 (Active Keymaps): Clean up previous change.
5571
5572 2006-09-15 Jay Belanger <belanger@truman.edu>
5573
5574 * gpl.texi: Replace "Library Public License" by "Lesser Public
5575 License" throughout.
5576
5577 2006-09-15 David Kastrup <dak@gnu.org>
5578
5579 * keymaps.texi (Active Keymaps): Adapt description to use
5580 `get-char-property' instead `get-text-property'. Explain how
5581 mouse events change this. Explain the new optional argument of
5582 `key-binding' and its mouse-dependent lookup.
5583 (Searching Keymaps): Adapt description similarly.
5584 (Remapping Commands): Explain the new optional argument of
5585 `command-remapping'.
5586
5587 2006-09-14 Richard Stallman <rms@gnu.org>
5588
5589 * keymaps.texi (Searching Keymaps): Clarification.
5590 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
5591
5592 2006-09-13 Richard Stallman <rms@gnu.org>
5593
5594 * objects.texi (Character Type): Node split.
5595 Add xref to Describing Characters.
5596 (Basic Char Syntax, General Escape Syntax)
5597 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
5598
5599 2006-09-11 Richard Stallman <rms@gnu.org>
5600
5601 * display.texi (Display Table Format): Wording clarification.
5602 (Glyphs): Clarifications.
5603
5604 2006-09-10 Chong Yidong <cyd@stupidchicken.com>
5605
5606 * keymaps.texi (Active Keymaps): Mention that key-binding checks
5607 local maps.
5608
5609 2006-09-10 Kim F. Storm <storm@cua.dk>
5610
5611 * display.texi (Forcing Redisplay): Document return value of
5612 function redisplay.
5613
5614 2006-09-09 Richard Stallman <rms@gnu.org>
5615
5616 * windows.texi (Window Hooks): Explain limits of
5617 window-scroll-functions.
5618
5619 * display.texi (Fringe Indicators): Update for last change in
5620 indicate-buffer-boundaries.
5621
5622 2006-09-08 Richard Stallman <rms@gnu.org>
5623
5624 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
5625
5626 2006-09-06 Kim F. Storm <storm@cua.dk>
5627
5628 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
5629
5630 * windows.texi (Window Start): Update pos-visible-in-window-p.
5631
5632 2006-09-04 Richard Stallman <rms@gnu.org>
5633
5634 * processes.texi (Accepting Output): Explain SECONDS=0 for
5635 accept-process-output.
5636
5637 * os.texi (Idle Timers): Explain why timer functions should not
5638 loop until (input-pending-p).
5639
5640 2006-09-02 Eli Zaretskii <eliz@gnu.org>
5641
5642 * makefile.w32-in (usermanualdir): New variable.
5643 (elisp.dvi): Use it.
5644
5645 2006-09-01 Eli Zaretskii <eliz@gnu.org>
5646
5647 * buffers.texi (Buffer Modification): Fix last change.
5648
5649 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
5650
5651 * buffers.texi (Buffer Modification):
5652 Document buffer-chars-modified-tick.
5653
5654 2006-08-31 Richard Stallman <rms@gnu.org>
5655
5656 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
5657
5658 2006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
5659
5660 * modes.texi (Syntactic Font Lock):
5661 Mention font-lock-syntactic-face-function
5662 instead of specific faces.
5663
5664 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
5665
5666 * display.texi (Images): Add xrref to display-images-p.
5667
5668 2006-08-28 Kenichi Handa <handa@m17n.org>
5669
5670 * nonascii.texi (Lisp and Coding Systems): Fix description of
5671 detect-coding-region.
5672
5673 2006-08-27 Michael Olson <mwolson@gnu.org>
5674
5675 * processes.texi (Transaction Queues): Remove stray quote
5676 character.
5677
5678 2006-08-25 Richard Stallman <rms@gnu.org>
5679
5680 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
5681 Add xref.
5682
5683 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
5684
5685 * os.texi (Timers): Avoid waiting inside timers.
5686
5687 2006-08-21 Lute Kamstra <lute@gnu.org>
5688
5689 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
5690
5691 2006-08-20 Richard Stallman <rms@gnu.org>
5692
5693 * os.texi (Idle Timers): New node, split out from Timers.
5694 Document current-idle-time.
5695 * commands.texi (Reading One Event): Update xref.
5696 * elisp.texi (Top): Update subnode menu.
5697
5698 2006-08-16 Richard Stallman <rms@gnu.org>
5699
5700 * keymaps.texi (Extended Menu Items): Show format of cached
5701 bindings in extended menu items.
5702
5703 * customize.texi (Variable Definitions): Explain when the
5704 standard value expression is evaluated.
5705
5706 2006-08-15 Chong Yidong <cyd@stupidchicken.com>
5707
5708 * commands.texi (Reading One Event): Explain idleness in
5709 `read-event'.
5710
5711 2006-08-12 Chong Yidong <cyd@stupidchicken.com>
5712
5713 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5714 (Commands for Insertion): Remove split-line since it's not
5715 relevant for Lisp programming.
5716 (Yank Commands): Rewrite introduction.
5717 (Undo): Clarify.
5718 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
5719 (Filling): Remove redundant comment. Clarify return value of
5720 current-justification.
5721 (Margins): Minor clarifications.
5722 (Adaptive Fill): Update default value of adaptive-fill-regexp.
5723 (Sorting): Update definition of sort-lines.
5724 (Columns): Clarify behavior of sort-columns.
5725 (Indent Tabs): Link to Tab Stops in Emacs manual.
5726 (Special Properties): Clarify.
5727 (Clickable Text): Mention Buttons package.
5728
5729 2006-08-12 Kevin Ryde <user42@zip.com.au>
5730
5731 * os.texi (Time Parsing): Add %z to description of
5732 format-time-string, as per docstring. Add cross reference to
5733 glibc manual for strftime.
5734
5735 2006-08-08 Richard Stallman <rms@gnu.org>
5736
5737 * modes.texi: Clean up wording in previous change.
5738
5739 2006-08-07 Chong Yidong <cyd@stupidchicken.com>
5740
5741 * modes.texi (Hooks): Clarify.
5742 (Major Mode Basics): Mention define-derived-mode explicitly.
5743 (Major Mode Conventions): Rebinding RET is OK for some modes.
5744 Mention change-major-mode-hook and after-change-major-mode-hook.
5745 (Example Major Modes): Move to end of Modes section.
5746 (Mode Line Basics): Clarify.
5747 (Mode Line Data): Mention help-echo and local-map in strings.
5748 Explain reason for treatment of non-risky variables.
5749 (Properties in Mode): Clarify.
5750 (Faces for Font Lock): Add font-lock-negation-char-face.
5751
5752 2006-08-04 Eli Zaretskii <eliz@gnu.org>
5753
5754 * strings.texi (Formatting Strings): Warn against arbitrary
5755 strings as first arg to `format'.
5756
5757 2006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
5758
5759 * text.texi (Clickable Text): Mention `help-echo' text property.
5760 Update intro, examples and associated explanations.
5761
5762 2006-07-31 Richard Stallman <rms@gnu.org>
5763
5764 * commands.texi: Update xrefs.
5765 (Event Mod): New node, cut out from old Translating Input.
5766
5767 * maps.texi: Update xrefs.
5768
5769 * keymaps.texi (Translation Keymaps): New node.
5770 Update xrefs from Translating Input to Translation Keymaps.
5771
5772 * elisp.texi (Top): Update subnode menu.
5773
5774 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
5775
5776 * os.texi (System Interface): Fix menu descriptions of some nodes.
5777 (Translating Input): Node deleted.
5778
5779 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
5780
5781 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
5782
5783 * lists.texi (Sets And Lists): Likewise.
5784
5785 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
5786
5787 * text.texi (Fields): Mention POS
5788 requirement when narrowing is in effect.
5789
5790 2006-07-28 Richard Stallman <rms@gnu.org>
5791
5792 * display.texi (Face Attributes): Simplify wording.
5793 (Attribute Functions): Clarify meaning of new-frame default
5794 attribute settings.
5795
5796 * customize.texi (Common Keywords): Document how to use
5797 :package-version in a package not in Emacs.
5798
5799 2006-07-28 Kim F. Storm <storm@cua.dk>
5800
5801 * commands.texi (Reading One Event): Fix last change.
5802
5803 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
5804
5805 * commands.texi (Reading One Event): Document SECONDS argument for
5806 read-event, read-char, and read-char-exclusive.
5807
5808 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5809
5810 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
5811 to ensure correct identification.
5812
5813 2006-07-24 Richard Stallman <rms@gnu.org>
5814
5815 * text.texi (Clickable Text): Clarify.
5816
5817 * sequences.texi (Vector Functions): Delete duplicate xref.
5818
5819 * objects.texi (Function Type): Clarify.
5820
5821 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
5822 modes.
5823
5824 * lists.texi (List Variables): New node.
5825 Material moved from other nodes.
5826
5827 * variables.texi (Setting Variables): add-to-list and
5828 add-to-ordered-list moved to List Variables node.
5829
5830 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
5831
5832 * text.texi (Links and Mouse-1):
5833 For mouse-on-link-p, expand on arg POS.
5834
5835 2006-07-21 Kim F. Storm <storm@cua.dk>
5836
5837 * display.texi (Forcing Redisplay): Don't mention systems which
5838 don't support sub-second timers for redisplay-preemption-period.
5839
5840 * os.texi (Terminal Output): Clarify text vs graphical terminal.
5841
5842 2006-07-21 Eli Zaretskii <eliz@gnu.org>
5843
5844 * frames.texi (Input Focus): Document that focus-follows-mouse has
5845 no effect on MS-Windows.
5846
5847 2006-07-18 Richard Stallman <rms@gnu.org>
5848
5849 * display.texi (Forcing Redisplay): Cleanups in previous change.
5850
5851 * processes.texi (Low-Level Network): Make menu more convenient.
5852
5853 2006-07-18 Kim F. Storm <storm@cua.dk>
5854
5855 * display.texi (Forcing Redisplay): redisplay-preemption-period
5856 only used on window systems. Add xref to Terminal Output.
5857
5858 * os.texi (Terminal Output): baud-rate only controls preemption on
5859 non-window systems. Add xref to Forcing Redisplay.
5860
5861 * processes.texi (Low-Level Network): Rename node "Make Network"
5862 to "Network Processes".
5863
5864 2006-07-18 Karl Berry <karl@gnu.org>
5865
5866 * variables.texi, functions.texi, customize.texi, loading.texi:
5867 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
5868
5869 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
5870
5871 * commands.texi (Waiting): Document batch-mode sit-for behavior.
5872
5873 2006-07-17 Richard Stallman <rms@gnu.org>
5874
5875 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
5876 Put period and comma inside quotes.
5877
5878 * loading.texi, markers.texi: Use real doublequote inside menus.
5879
5880 * windows.texi: Put point and comma inside quotes.
5881 (Textual Scrolling): Use @samp for error message.
5882
5883 * variables.texi, tips.texi, syntax.texi, symbols.texi:
5884 * strings.texi, streams.texi, processes.texi, os.texi:
5885 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
5886 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5887 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
5888 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
5889 Put point and comma inside quotes.
5890
5891 * control.texi (Processing of Errors): Add command-error-function.
5892
5893 * variables.texi (File Local Variables): Clarify that
5894 file local variables make buffer-local bindings.
5895
5896 * modes.texi (Syntactic Font Lock): Give default for
5897 font-lock-syntax-table.
5898
5899 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
5900
5901 * text.texi (Special Properties): Clean up previous change.
5902
5903 2006-07-16 Karl Berry <karl@gnu.org>
5904
5905 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
5906 * control.texi: Fix bad page breaks through chapter 10 (control).
5907
5908 * anti.texi (Antinews): Reorder face-attribute fns to avoid
5909 underfull hbox.
5910
5911 2006-07-15 Nick Roberts <nickrob@snap.net.nz>
5912
5913 * text.texi (Special Properties): Describe fontified text property
5914 in relation to a character (not text).
5915
5916 2006-07-15 Kim F. Storm <storm@cua.dk>
5917
5918 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
5919 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
5920 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
5921
5922 * anti.texi (Antinews): Mention redisplay function.
5923 The kbd macro existed, but was not documented, before 22.x.
5924 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
5925
5926 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
5927
5928 * display.texi (Displaying Messages): Add anchor.
5929
5930 * frames.texi (Dialog Boxes): Use it.
5931
5932 2006-07-12 Richard Stallman <rms@gnu.org>
5933
5934 * objects.texi (Frame Type): Explain nature of frames better.
5935
5936 * frames.texi (Frames): Explain nature of frames better.
5937
5938 2006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
5939
5940 * tips.texi (Coding Conventions): Explain why use cl at compile time.
5941
5942 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5943
5944 * frames.texi (Window System Selections): Mention scrap support for Mac.
5945 Default value of x-select-enable-clipboard is t on Mac.
5946
5947 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
5948
5949 2006-07-11 Kim F. Storm <storm@cua.dk>
5950
5951 * display.texi (Forcing Redisplay): Add `redisplay' function.
5952 Don't mention (sit-for -1) -- use (redisplay t) instead.
5953
5954 * commands.texi (Waiting): (sit-for -1) is no longer special.
5955 (sit-for 0) is equivalent to (redisplay).
5956 Iconifying/deiconifying no longer makes sit-for return.
5957
5958 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
5959
5960 * display.texi (Buttons): Fix typo.
5961
5962 * index.texi, elisp.texi (New Symbols): Comment node out.
5963
5964 2006-07-09 Richard Stallman <rms@gnu.org>
5965
5966 * display.texi (Truncation): Clean up previous change.
5967
5968 2006-07-08 Richard Stallman <rms@gnu.org>
5969
5970 * commands.texi (Interactive Call): Use 3 as prefix in example
5971 for execute-extended-command.
5972
5973 * display.texi (Attribute Functions): Move paragraph about
5974 compatibility with Emacs < 21.
5975
5976 2006-07-09 Kim F. Storm <storm@cua.dk>
5977
5978 * display.texi (Refresh Screen): Clarify force-window-update.
5979 (Truncation): "Normally" indicated by fringe arrows.
5980
5981 2006-07-08 Eli Zaretskii <eliz@gnu.org>
5982
5983 * windows.texi (Textual Scrolling, Resizing Windows):
5984 * variables.texi (Constant Variables):
5985 * text.texi (Buffer Contents, Deletion, Changing Properties)
5986 (Property Search, Special Properties, Sticky Properties)
5987 (Links and Mouse-1, Fields, Change Hooks):
5988 * syntax.texi (Syntax Table Functions, Parsing Expressions)
5989 (Categories):
5990 * symbols.texi (Other Plists):
5991 * streams.texi (Output Variables):
5992 * processes.texi (Input to Processes, Query Before Exit):
5993 * positions.texi (Word Motion, Text Lines, List Motion):
5994 * os.texi (Init File, System Environment, Sound Output)
5995 (Session Management):
5996 * nonascii.texi (Text Representations, Character Sets)
5997 (Chars and Bytes, Locales):
5998 * modes.texi (Defining Minor Modes, Header Lines):
5999 * minibuf.texi (Minibuffer Contents):
6000 * markers.texi (Information from Markers):
6001 * lists.texi (List Elements, Building Lists, Association Lists):
6002 * keymaps.texi (Tool Bar):
6003 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
6004 * functions.texi (What Is a Function, Mapping Functions):
6005 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
6006 (Color Names, Text Terminal Colors, Display Feature Testing):
6007 * files.texi (Visiting Functions, File Name Components)
6008 (Unique File Names, Contents of Directories):
6009 * display.texi (Forcing Redisplay, Displaying Messages)
6010 (Temporary Displays, Font Selection, Auto Faces)
6011 (Font Lookup, Fringe Indicators, Display Margins)
6012 (Image Descriptors, Showing Images, Image Cache, Button Types)
6013 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
6014 (Display Table Format, Glyphs):
6015 * control.texi (Iteration):
6016 * commands.texi (Command Loop Info, Adjusting Point):
6017 * backups.texi (Making Backups, Auto-Saving):
6018 Remove @tindex entries.
6019
6020 2006-07-07 Kim F. Storm <storm@cua.dk>
6021
6022 * display.texi (Fringe Cursors): Fix typo.
6023 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
6024 (Overlay Arrow): Default is overlay-arrow fringe indicator.
6025
6026 2006-07-05 Richard Stallman <rms@gnu.org>
6027
6028 * text.texi (Buffer Contents): Add example of text props
6029 in result of buffer-substring.
6030 (Text Properties): Explain better about use of specific property names.
6031 (Property Search): Some cleanups; reorder some functions.
6032
6033 * keymaps.texi (Changing Key Bindings): Cleanup.
6034 Add xref to Key Binding Conventions.
6035
6036 * display.texi (Attribute Functions): Add examples for
6037 face-attribute-relative-p.
6038
6039 * tips.texi (Coding Conventions): Cleanup last change.
6040
6041 2006-07-05 Karl Berry <karl@gnu.org>
6042
6043 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
6044 Remove @setchapternewpage odd.
6045 Result is 1013 pages, down from 1100.
6046
6047 * anti.texi, customize.texi, display.texi, internals.texi:
6048 * minibuf.texi, modes.texi, tips.texi:
6049 Fix overfull/underfull boxes.
6050
6051 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6052
6053 * edebug.texi (Instrumenting):
6054 Add Edebug-specific findex for eval-buffer.
6055 * loading.texi (Loading):
6056 Replace eval-current-buffer with eval-buffer.
6057
6058 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
6059
6060 * locals.texi (Standard Buffer-Local Variables): Update the list
6061 of variables.
6062
6063 2006-06-26 Nick Roberts <nickrob@snap.net.nz>
6064
6065 * files.texi (File Name Completion): Point user to the node
6066 "Reading File Names".
6067
6068 2006-06-24 Eli Zaretskii <eliz@gnu.org>
6069
6070 * files.texi (Contents of Directories): Document case-insensitive
6071 behavior on respective filesystems.
6072
6073 * objects.texi (Character Type): Document that Emacs signals an
6074 error for unsupported Unicode characters specified as \uNNNN.
6075
6076 2006-06-19 Richard Stallman <rms@gnu.org>
6077
6078 * processes.texi (Bindat Spec): Clarify previous change.
6079
6080 2006-06-16 Richard Stallman <rms@gnu.org>
6081
6082 * tips.texi (Coding Conventions): Better explain conventions
6083 for definition constructs.
6084
6085 * text.texi (Special Properties): String value of `read-only'
6086 serves as the error message.
6087
6088 * objects.texi (Character Type): Clarify prev. change.
6089 (Non-ASCII in Strings): Mention \u and \U.
6090
6091 * commands.texi (Using Interactive): Explain problem of
6092 markers, etc., in command-history.
6093
6094 2006-06-14 Kim F. Storm <storm@cua.dk>
6095
6096 * commands.texi (Waiting): Negative arg to sit-for forces
6097 redisplay even if input is pending.
6098
6099 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
6100 redisplay. Remove incorrect example of binding redisplay-dont-pause
6101 around (sit-for 0).
6102
6103 2006-06-13 Richard Stallman <rms@gnu.org>
6104
6105 * display.texi (Forcing Redisplay): Clarify previous change.
6106
6107 2006-06-13 Romain Francoise <romain@orebokech.com>
6108
6109 * display.texi (Forcing Redisplay): Fix typo.
6110
6111 2006-06-13 Kim F. Storm <storm@cua.dk>
6112
6113 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
6114
6115 2006-06-10 Luc Teirlinck <teirllm@auburn.edu>
6116
6117 * tips.texi (Coding Conventions): Add `@end itemize'.
6118
6119 2006-06-10 Richard Stallman <rms@gnu.org>
6120
6121 * tips.texi (Coding Conventions): Explain use of coding systems
6122 to ensure one decoding for strings.
6123
6124 2006-06-09 Aidan Kehoe <kehoea@parhasard.net>
6125
6126 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
6127 syntax.
6128
6129 2006-06-07 Eli Zaretskii <eliz@gnu.org>
6130
6131 * display.texi (Font Selection): Remove description of
6132 clear-face-cache.
6133
6134 * compile.texi (Eval During Compile): Fix a typo. Add index
6135 entries for possible uses of eval-when-compile.
6136
6137 2006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
6138
6139 * display.texi (Abstract Display): Fix typo.
6140
6141 2006-06-03 Eli Zaretskii <eliz@gnu.org>
6142
6143 * minibuf.texi (Minibuffer History) <history-add-new-input>:
6144 Reword variable's description.
6145
6146 2006-06-01 Richard Stallman <rms@gnu.org>
6147
6148 * windows.texi (Splitting Windows): Clarify splitting nonselected
6149 window.
6150
6151 2006-05-31 Juri Linkov <juri@jurta.org>
6152
6153 * minibuf.texi (Minibuffer History): Add history-add-new-input.
6154
6155 2006-05-30 Richard Stallman <rms@gnu.org>
6156
6157 * display.texi (Line Height): Fix errors in description of
6158 default line height and line-height property.
6159
6160 * nonascii.texi (Default Coding Systems): Further clarification.
6161
6162 2006-05-29 Luc Teirlinck <teirllm@auburn.edu>
6163
6164 * internals.texi (Pure Storage): Mention that an overflow in pure
6165 space causes a memory leak.
6166 (Garbage Collection): If there was an overflow in pure space,
6167 `garbage-collect' returns nil.
6168
6169 2006-05-30 Eli Zaretskii <eliz@gnu.org>
6170
6171 * nonascii.texi (Default Coding Systems): Fix it some more.
6172
6173 2006-05-29 Eli Zaretskii <eliz@gnu.org>
6174
6175 * nonascii.texi (Default Coding Systems): Fix last change.
6176
6177 2006-05-29 Kenichi Handa <handa@m17n.org>
6178
6179 * nonascii.texi (find-operation-coding-system): Describe the new
6180 argument format (FILENAME . BUFFER).
6181
6182 2006-05-28 Richard Stallman <rms@gnu.org>
6183
6184 * tips.texi (Coding Conventions): Better explain reasons not to
6185 advise other packages or use `eval-after-load'.
6186
6187 2006-05-29 Kim F. Storm <storm@cua.dk>
6188
6189 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
6190 `bindat-idx' and `bindat-raw' for clarity.
6191
6192 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6193
6194 * processes.texi (Bindat Spec): Expand on `repeat' handler.
6195
6196 * display.texi (Display): Add "Abstract Display" to menu.
6197 (Abstract Display, Abstract Display Functions)
6198 (Abstract Display Example): New nodes.
6199 * elisp.texi (Top): Add "Abstract Display" to menu.
6200
6201 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
6202
6203 * keymaps.texi (Key Sequences): Link to input events definition.
6204 (Format of Keymaps): Delete material duplicated in Keymap Basics.
6205
6206 * files.texi (Changing Files): Document updated argument list for
6207 copy-file.
6208
6209 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6210
6211 * processes.texi (Bindat Functions): Explain term "total length".
6212 Use it in bindat-length and bindat-pack descriptions.
6213
6214 2006-05-26 Eli Zaretskii <eliz@gnu.org>
6215
6216 * tips.texi (Coding Conventions): Advise against using
6217 eval-after-load in packages. Add an index entry.
6218
6219 2006-05-25 Juri Linkov <juri@jurta.org>
6220
6221 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
6222
6223 * modes.texi (%-Constructs): Add %e, %z, %Z.
6224
6225 2006-05-25 Richard Stallman <rms@gnu.org>
6226
6227 * elisp.texi (Top): Update subnode menu.
6228
6229 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
6230 (Keymaps): Update menu.
6231
6232 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
6233
6234 * keymaps.texi (Key Sequences): Some clarifications.
6235
6236 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
6237
6238 * processes.texi (Bindat Functions): Say "unibyte string"
6239 explicitly for bindat-unpack and bindat-pack descriptions.
6240 (Bindat Examples): Don't call `string-make-unibyte' in example.
6241
6242 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
6243
6244 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
6245 Explain string and vector representations of key sequences.
6246
6247 * keymaps.texi (Changing Key Bindings):
6248 * commands.texi (Interactive Codes):
6249 * help.texi (Describing Characters): Refer to it.
6250
6251 2006-05-23 Luc Teirlinck <teirllm@auburn.edu>
6252
6253 * frames.texi (Pointer Shape): @end table -> @end defvar.
6254
6255 2006-05-22 Richard Stallman <rms@gnu.org>
6256
6257 * elisp.texi (Top): Update subnode menus.
6258
6259 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
6260 Contents rewritten; material from old Pointer Shape node moved here.
6261
6262 * display.texi (Pointer Shape): Node deleted.
6263 (Image Descriptors): Minor cleanup.
6264
6265 2006-05-21 Richard Stallman <rms@gnu.org>
6266
6267 * syntax.texi (Parsing Expressions): Update info on which STATE
6268 elements are ignored.
6269
6270 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
6271
6272 * hooks.texi (Standard Hooks): Correct typo.
6273
6274 * gpl.texi (GPL): ifinfo -> ifnottex.
6275
6276 2006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
6277
6278 * searching.texi (Simple Match Data): Warn about match data being
6279 set anew by every search.
6280
6281 2006-05-17 Richard Stallman <rms@gnu.org>
6282
6283 * minibuf.texi (Minibuffer History): Clarify.
6284
6285 * searching.texi (Regexp Special): Clarify nested regexp warning.
6286
6287 2006-05-16 Kim F. Storm <storm@cua.dk>
6288
6289 * minibuf.texi (Minibuffer History): Update add-to-history.
6290
6291 2006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
6292
6293 * nonascii.texi (Explicit Encoding):
6294 Fix typo (encoding<->decoding).
6295
6296 2006-05-14 Richard Stallman <rms@gnu.org>
6297
6298 * buffers.texi (Creating Buffers): Cleanup.
6299
6300 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
6301
6302 2006-05-13 Eli Zaretskii <eliz@gnu.org>
6303
6304 * buffers.texi (Current Buffer): Document that with-temp-buffer
6305 disables undo.
6306
6307 * os.texi (Terminal-Specific): More accurate description of how
6308 Emacs searches for the terminal-specific libraries.
6309
6310 2006-05-12 Eli Zaretskii <eliz@gnu.org>
6311
6312 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
6313 emacs-xtra to @inforef's.
6314
6315 * text.texi (Undo): Document that undo is turned off in buffers
6316 whose names begin with a space.
6317
6318 * buffers.texi (Buffer Names): Add index entries for buffers whose
6319 names begin with a space.
6320 (Creating Buffers): Document that undo is turned off in buffers
6321 whose names begin with a space.
6322
6323 * files.texi (Visiting Functions, Reading from Files)
6324 (Saving Buffers): Mention code and EOL conversions by file I/O
6325 primitives and subroutines.
6326
6327 * nonascii.texi (Lisp and Coding Systems):
6328 Document coding-system-eol-type. Add index entries for eol conversion.
6329
6330 * display.texi (Defining Faces): Mention `mac', and add an xref to
6331 where window-system is described.
6332
6333 2006-05-10 Richard Stallman <rms@gnu.org>
6334
6335 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
6336
6337 2006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
6338
6339 * variables.texi (File Local Variables): Recommend to quote lambda
6340 expressions in safe-local-variable property.
6341
6342 2006-05-09 Richard Stallman <rms@gnu.org>
6343
6344 * variables.texi (File Local Variables):
6345 Document safe-local-eval-forms and safe-local-eval-function.
6346
6347 2006-05-07 Kim F. Storm <storm@cua.dk>
6348
6349 * minibuf.texi (Minibuffer History): Remove keep-dups arg
6350 from add-to-history.
6351
6352 2006-05-07 Romain Francoise <romain@orebokech.com>
6353
6354 * commands.texi (Event Input Misc):
6355 * compile.texi (Eval During Compile):
6356 * internals.texi (Buffer Internals):
6357 * minibuf.texi (Initial Input):
6358 * nonascii.texi (Scanning Charsets):
6359 * numbers.texi (Comparison of Numbers):
6360 * windows.texi (Textual Scrolling, Vertical Scrolling):
6361 Fix various typos.
6362
6363 2006-05-06 Eli Zaretskii <eliz@gnu.org>
6364
6365 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
6366 conditional xref's to either emacs or emacs-xtra, depending on
6367 @iftex/@ifnottex.
6368
6369 * minibuf.texi (Minibuffer History): Document add-to-history.
6370
6371 2006-05-05 Eli Zaretskii <eliz@gnu.org>
6372
6373 * internals.texi (Pure Storage): Mention the pure overflow message
6374 at startup.
6375
6376 2006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
6377
6378 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
6379 (Searching Keymaps): Fix pseudo-Lisp description of keymap
6380 search.
6381
6382 2006-05-01 Richard Stallman <rms@gnu.org>
6383
6384 * intro.texi (nil and t): Clarify.
6385
6386 * variables.texi (File Local Variables): Suggest using booleanp.
6387
6388 2006-05-01 Juanma Barranquero <lekktu@gmail.com>
6389
6390 * objects.texi (Type Predicates): Fix typos.
6391
6392 2006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6393
6394 * intro.texi (nil and t): Add booleanp.
6395
6396 * objects.texi (Type Predicates): Add links for booleanp and
6397 string-or-null-p.
6398
6399 2006-04-29 Richard Stallman <rms@gnu.org>
6400
6401 * modes.texi (Multiline Font Lock): Rename from
6402 Multi line Font Lock Elements. Much clarification.
6403 (Font Lock Multiline, Region to Fontify): Much clarification.
6404
6405 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6406
6407 * variables.texi (File Local Variables): Remove the special case t for
6408 safe-local-variable.
6409
6410 2006-04-26 Richard Stallman <rms@gnu.org>
6411
6412 * syntax.texi (Parsing Expressions): Minor cleanup.
6413
6414 2006-04-18 Richard Stallman <rms@gnu.org>
6415
6416 * tips.texi (Coding Conventions): Explain when the package's
6417 prefix should appear later on (not at the start of the name).
6418
6419 * searching.texi (String Search): Clarify effect of NOERROR.
6420
6421 * modes.texi (Imenu): Clarify what special items do.
6422
6423 * hooks.texi (Standard Hooks): Delete text about old hook names.
6424
6425 2006-04-17 Romain Francoise <romain@orebokech.com>
6426
6427 * variables.texi (Local Variables): Update the default value of
6428 `max-specpdl-size'.
6429
6430 2006-04-15 Michael Olson <mwolson@gnu.org>
6431
6432 * processes.texi (Transaction Queues): Mention the new optional
6433 `delay-question' argument for `tq-enqueue'.
6434
6435 2006-04-13 Bill Wohler <wohler@newt.com>
6436
6437 * customize.texi (Common Keywords): Use dotted notation for
6438 :package-version value. Specify its values. Improve documentation
6439 for customize-package-emacs-version-alist.
6440
6441 2006-04-12 Bill Wohler <wohler@newt.com>
6442
6443 * customize.texi (Common Keywords): Move description of
6444 customize-package-emacs-version-alist to @defvar.
6445
6446 2006-04-10 Bill Wohler <wohler@newt.com>
6447
6448 * customize.texi (Common Keywords): Add :package-version.
6449
6450 2006-04-10 Kim F. Storm <storm@cua.dk>
6451
6452 * text.texi (Buffer Contents): Add NOPROPS arg to
6453 filter-buffer-substring.
6454
6455 2006-04-08 Kevin Ryde <user42@zip.com.au>
6456
6457 * os.texi (Command-Line Arguments): Update xref to emacs manual
6458 "Command Arguments" -> "Emacs Invocation", per change there.
6459
6460 2006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
6461
6462 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
6463 be on one line to help makeinfo not render two spaces after the dot.
6464
6465 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
6466
6467 * strings.texi (Predicates for Strings): Add string-or-null-p.
6468
6469 2006-03-28 Kim F. Storm <storm@cua.dk>
6470
6471 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
6472 remarks about systems that don't support fractional seconds.
6473
6474 2006-03-25 Karl Berry <karl@gnu.org>
6475
6476 * elisp.texi: Use @copyright{} instead of (C), and do not indent
6477 the year list.
6478
6479 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
6480
6481 * display.texi (Fringe Indicators): Fix typos.
6482
6483 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
6484
6485 * tips.texi (Documentation Tips): One can now also write `program'
6486 in front of a quoted symbol in a docstring to prevent making a
6487 hyperlink.
6488
6489 2006-03-19 Alan Mackenzie <acm@muc.de>
6490
6491 * text.texi (Special Properties): Clarify `fontified' property.
6492
6493 2006-03-16 Richard Stallman <rms@gnu.org>
6494
6495 * display.texi (Defining Images): Minor cleanup.
6496
6497 2006-03-16 Bill Wohler <wohler@newt.com>
6498
6499 * display.texi (Defining Images): In image-load-path-for-library,
6500 prefer user's images.
6501
6502 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
6503
6504 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
6505
6506 2006-03-15 Bill Wohler <wohler@newt.com>
6507
6508 * display.texi (Defining Images): Fix example in
6509 image-load-path-for-library by not recommending that one binds
6510 image-load-path. Just defvar it to placate compiler and only use
6511 it if previously defined.
6512
6513 2006-03-14 Bill Wohler <wohler@newt.com>
6514
6515 * display.texi (Defining Images): In image-load-path-for-library,
6516 always return list of directories. Update example.
6517
6518 2006-03-14 Alan Mackenzie <acm@muc.de>
6519
6520 * modes.texi: New node, "Region to Fontify" (for Font Lock).
6521 This describes font-lock-extend-region-function.
6522 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
6523 the new node "Region to Fontify".
6524
6525 2006-03-13 Richard Stallman <rms@gnu.org>
6526
6527 * display.texi (Invisible Text): The impossible position is
6528 now before the invisible text, not after.
6529 (Defining Images): Clean up last change.
6530
6531 2006-03-11 Bill Wohler <wohler@newt.com>
6532
6533 * display.texi (Defining Images): Add image-load-path-for-library.
6534
6535 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
6536
6537 * text.texi (Adaptive Fill): Fix Texinfo usage.
6538
6539 * strings.texi (Creating Strings): Fix Texinfo usage.
6540
6541 * searching.texi (Regexp Special): Use @samp for regular
6542 expressions that are not in Lisp syntax.
6543
6544 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
6545
6546 * searching.texi (Regexp Special): Put remark between parentheses
6547 to avoid misreading.
6548
6549 2006-03-07 Luc Teirlinck <teirllm@auburn.edu>
6550
6551 * searching.texi (Syntax of Regexps): More accurately describe
6552 which characters are special in which situations.
6553 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
6554 are not special. Describe in detail when `[' and `]' are special.
6555 (Regexp Backslash): Plenty of regexps with unbalanced square
6556 brackets are valid, so reword that statement.
6557
6558 2006-03-02 Kim F. Storm <storm@cua.dk>
6559
6560 * keymaps.texi (Tool Bar): Add tool-bar-border.
6561
6562 2006-02-28 Luc Teirlinck <teirllm@auburn.edu>
6563
6564 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
6565
6566 2006-02-27 Luc Teirlinck <teirllm@auburn.edu>
6567
6568 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
6569
6570 * files.texi (Locating Files): Suggest additional values for the
6571 SUFFIXES arg of `locate-file'. Update pxref.
6572
6573 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
6574 (How Programs Do Loading): Discuss the effects of Auto Compression
6575 mode on `load'.
6576 (Load Suffixes): New node.
6577 (Library Search): Delete description of `load-suffixes'; it was
6578 moved to "Load Suffixes".
6579 (Autoload, Named Features): Mention `load-suffixes'.
6580
6581 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6582
6583 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
6584
6585 * windows.texi (Window Tree): Fix typo.
6586
6587 2006-02-20 Kim F. Storm <storm@cua.dk>
6588
6589 * display.texi (Fringe Indicators): New section.
6590 Move indicate-empty-lines, indicate-buffer-boundaries, and
6591 default-indicate-buffer-boundaries here.
6592 Add fringe-indicator-alist and default-fringes-indicator-alist.
6593 Add list of logical fringe indicator symbols.
6594 Update list of standard bitmap names.
6595 (Fringe Cursors): New section.
6596 Move overflow-newline-into-fringe here.
6597 Add fringe-cursor-alist and default-fringes-cursor-alist.
6598 Add list of fringe cursor symbols.
6599
6600 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
6601
6602 * commands.texi (Using Interactive): Fix reference to node
6603 "Minibuffers".
6604
6605 2006-02-19 Richard M. Stallman <rms@gnu.org>
6606
6607 * minibuf.texi (High-Level Completion):
6608 Add xref to read-input-method-name.
6609
6610 * files.texi (Relative File Names): Move file-relative-name here.
6611 (File Name Expansion): From here. Minor clarifications.
6612
6613 * commands.texi (Using Interactive): Add xrefs about reading input.
6614 Clarify remarks about that moving point and mark.
6615 Put string case before list case.
6616
6617 2006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
6618
6619 * display.texi (Other Display Specs, Image Descriptors):
6620 Revert erroneous changes. The previous description of
6621 image-descriptors as `(image . PROPS)' was correct.
6622
6623 2006-02-14 Richard M. Stallman <rms@gnu.org>
6624
6625 * variables.texi (File Local Variables): Clarifications.
6626
6627 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
6628
6629 * variables.texi (File Local Variables): Use @code for a cons
6630 cell, not @var.
6631
6632 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
6633
6634 * variables.texi (File Local Variables): Document new file local
6635 variable behavior.
6636
6637 2006-02-10 Kim F. Storm <storm@cua.dk>
6638
6639 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
6640
6641 2006-02-08 Juanma Barranquero <lekktu@gmail.com>
6642
6643 * modes.texi (%-Constructs): Remove obsolete info about
6644 `global-mode-string'.
6645
6646 2006-02-07 Richard M. Stallman <rms@gnu.org>
6647
6648 * commands.texi (Prefix Command Arguments): Minor cleanup.
6649
6650 * display.texi: "Graphical display", not window system.
6651
6652 * functions.texi (What Is a Function): Fix xref.
6653
6654 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
6655 (Changing Key Bindings): Clarify when remapping is better than
6656 substitute-key-definition.
6657
6658 2006-02-02 Richard M. Stallman <rms@gnu.org>
6659
6660 * minibuf.texi (Basic Completion): Completion alists are risky.
6661
6662 * keymaps.texi (Active Keymaps): Clarifications.
6663 (Searching Keymaps): New node.
6664 (Keymaps): Update menu.
6665
6666 * frames.texi (Layout Parameters): Minor clarification.
6667 (Drag and Drop): New node.
6668 (Frames): Update menu.
6669
6670 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
6671
6672 * display.texi (Other Display Specs, Image Descriptors):
6673 Image description is a list, not a cons cell.
6674
6675 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
6676
6677 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
6678 list is not necessarily a list).
6679
6680 2006-01-27 Eli Zaretskii <eliz@gnu.org>
6681
6682 * frames.texi (Layout Parameters): border-width and
6683 internal-border-width belong to the frame, not the window.
6684
6685 2006-01-19 Richard M. Stallman <rms@gnu.org>
6686
6687 * nonascii.texi (Translation of Characters): Search cmds use
6688 translation-table-for-input. Automatically made local.
6689
6690 * markers.texi (Overview of Markers): Count insertion type
6691 as one of a marker's attributes.
6692
6693 * keymaps.texi (Controlling Active Maps): New node, split out of
6694 Active Keymaps.
6695 (Keymaps): Menu updated.
6696 (Active Keymaps): Give pseudocode to explain how the active
6697 maps are searched. current-active-maps and key-binding moved here.
6698 (Functions for Key Lookup): current-active-maps and key-binding moved.
6699 Clarifications.
6700 (Searching the Keymaps): New subnode.
6701
6702 * elisp.texi (Top): Menu clarification.
6703
6704 * display.texi (Other Display Specs): Delete duplicate entry for
6705 just a string as display spec. Move text about recursive display
6706 specs on such a string.
6707
6708 * commands.texi (Key Sequence Input): Clarify.
6709 Move num-nonmacro-input-events out.
6710 (Reading One Event): num-nonmacro-input-events moved here.
6711
6712 2006-01-14 Nick Roberts <nickrob@snap.net.nz>
6713
6714 * advice.texi (Simple Advice): Update example to fit argument
6715 change in previous-line.
6716
6717 2006-01-05 Richard M. Stallman <rms@gnu.org>
6718
6719 * markers.texi (The Mark): Fix in `mark'.
6720
6721 2006-01-04 Richard M. Stallman <rms@gnu.org>
6722
6723 * processes.texi (Misc Network, Make Network): Minor cleanups.
6724
6725 2006-01-04 Kim F. Storm <storm@cua.dk>
6726
6727 * processes.texi (Make Network): Add IPv6 addresses and handling.
6728 (Network Feature Testing): Mention (:family ipv6).
6729 (Misc Network): Add IPv6 formats to format-network-address.
6730
6731 2005-12-30 Richard M. Stallman <rms@gnu.org>
6732
6733 * text.texi (Changing Properties):
6734 Don't use return value of set-text-properties.
6735
6736 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
6737
6738 * modes.texi (Mode Line Format): Correct typo in menu.
6739
6740 2005-12-29 Richard M. Stallman <rms@gnu.org>
6741
6742 * modes.texi (Mode Line Top): New node.
6743 (Mode Line Data): Some text moved to new node.
6744 Explain the data structure more concretely.
6745 (Mode Line Basics): Clarifications.
6746 (Mode Line Variables): Clarify intro paragraph.
6747 (%-Constructs): Clarify intro paragraph.
6748 (Mode Line Format): Update menu.
6749
6750 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6751
6752 * minibuf.texi (Basic Completion): Update lazy-completion-table
6753 examples for removal of ARGS argument.
6754
6755 2005-12-23 Richard M. Stallman <rms@gnu.org>
6756
6757 * text.texi (Undo): Restore some explanation from the version
6758 that was deleted.
6759
6760 2005-12-23 Eli Zaretskii <eliz@gnu.org>
6761
6762 * text.texi (Undo): Remove duplicate descriptions of `apply
6763 funname' and `apply delta' elements of the undo list.
6764
6765 2005-12-20 Richard M. Stallman <rms@gnu.org>
6766
6767 * help.texi (Help Functions): Update documentation of `apropos'.
6768
6769 2005-12-20 Luc Teirlinck <teirllm@auburn.edu>
6770
6771 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
6772 because it is confusing. If the :help-echo keyword is a function,
6773 it is not directly used as the :help-echo overlay property, as the
6774 xref seems to suggest (it does not take the appropriate args).
6775
6776 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6777
6778 * customize.texi (Common Keywords): Fix Texinfo usage.
6779 (Group Definitions, Variable Definitions): Update for new
6780 conventions for using `*' in docstrings.
6781
6782 * tips.texi (Documentation Tips): Update for new conventions for
6783 using `*' in docstrings.
6784
6785 2005-12-16 Richard M. Stallman <rms@gnu.org>
6786
6787 * minibuf.texi (Minibuffer Contents): Minor cleanup.
6788
6789 2005-12-16 Juri Linkov <juri@jurta.org>
6790
6791 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
6792
6793 2005-12-14 Romain Francoise <romain@orebokech.com>
6794
6795 * modes.texi (Customizing Keywords): Rename `append' to `how'.
6796 Fix typo.
6797
6798 2005-12-11 Juri Linkov <juri@jurta.org>
6799
6800 * minibuf.texi (Completion Commands): Add mention of read-file-name
6801 for filename completion keymaps.
6802 (Reading File Names): Add mention of filename completion keymaps
6803 for read-file-name and xref to `Completion Commands'.
6804
6805 2005-12-10 Richard M. Stallman <rms@gnu.org>
6806
6807 * customize.texi (Common Keywords): State caveats for use of :tag.
6808
6809 2005-12-08 Richard M. Stallman <rms@gnu.org>
6810
6811 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
6812 with xrefs and better explanation.
6813 (Completion Commands): Add the filename completion maps.
6814
6815 * objects.texi (Character Type): Clarify that \s is not space
6816 if a dash follows.
6817
6818 2005-12-05 Richard M. Stallman <rms@gnu.org>
6819
6820 * windows.texi (Resizing Windows): Delete preserve-before args.
6821
6822 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6823
6824 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
6825 in full keymaps, since the quirk has been fixed.
6826
6827 2005-12-03 Eli Zaretskii <eliz@gnu.org>
6828
6829 * hooks.texi (Standard Hooks): Add index entries.
6830 Mention `compilation-finish-functions'.
6831
6832 2005-11-27 Richard M. Stallman <rms@gnu.org>
6833
6834 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
6835
6836 2005-11-21 Juri Linkov <juri@jurta.org>
6837
6838 * customize.texi (Common Keywords): Update links types
6839 custom-manual and url-link. Add link types emacs-library-link,
6840 file-link, function-link, variable-link, custom-group-link.
6841
6842 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
6843
6844 * display.texi: Revert 2005-11-20 change.
6845
6846 2005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
6847
6848 * processes.texi (Bindat Functions):
6849 Say "third" to refer to zero-based index "2".
6850
6851 2005-11-18 Luc Teirlinck <teirllm@auburn.edu>
6852
6853 * loading.texi (Library Search): Update the default value of
6854 `load-suffixes'.
6855
6856 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
6857
6858 * display.texi (Attribute Functions): Mention :ignore-defface.
6859
6860 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6861
6862 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
6863 (Minor Mode Conventions): Mention the use of a hook.
6864
6865 2005-11-06 Richard M. Stallman <rms@gnu.org>
6866
6867 * files.texi (Magic File Names): find-file-name-handler checks the
6868 `operations' property of the handler.
6869
6870 2005-11-03 Richard M. Stallman <rms@gnu.org>
6871
6872 * variables.texi (Frame-Local Variables): Small clarification.
6873
6874 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
6875
6876 * os.texi (Init File): Document ~/.emacs.d/init.el.
6877
6878 2005-10-29 Richard M. Stallman <rms@gnu.org>
6879
6880 * internals.texi (Garbage Collection): Document memory-full.
6881
6882 2005-10-28 Bill Wohler <wohler@newt.com>
6883
6884 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
6885 for URLs.
6886
6887 2005-10-28 Richard M. Stallman <rms@gnu.org>
6888
6889 * minibuf.texi (Completion Commands): Clean up prev change.
6890
6891 2005-10-26 Kevin Ryde <user42@zip.com.au>
6892
6893 * compile.texi (Eval During Compile): Explain recommended uses
6894 of eval-when-compile and eval-and-compile.
6895
6896 2005-10-27 Masatake YAMATO <jet@gyve.org>
6897
6898 * minibuf.texi (Completion Commands):
6899 Write about new optional argument for `display-completion-list'.
6900
6901 2005-10-23 Richard M. Stallman <rms@gnu.org>
6902
6903 * display.texi (Overlay Arrow): Clarify about local bindings of
6904 overlay-arrow-position.
6905
6906 2005-10-22 Eli Zaretskii <eliz@gnu.org>
6907
6908 * internals.texi (Building Emacs): Fix last change.
6909
6910 2005-10-22 Richard M. Stallman <rms@gnu.org>
6911
6912 * internals.texi (Building Emacs): Document eval-at-startup.
6913
6914 2005-10-21 Richard M. Stallman <rms@gnu.org>
6915
6916 * loading.texi (Where Defined): load-history contains abs file names.
6917 symbol-file returns abs file names.
6918
6919 2005-10-19 Kim F. Storm <storm@cua.dk>
6920
6921 * display.texi (Showing Images): Add max-image-size integer value.
6922
6923 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
6924
6925 * display.texi (Showing Images): Document max-image-size.
6926
6927 2005-10-17 Richard M. Stallman <rms@gnu.org>
6928
6929 * commands.texi (Quitting): Minor clarification.
6930
6931 * processes.texi (Sentinels): Clarify about output and quitting.
6932 (Filter Functions): Mention with-local-quit.
6933
6934 2005-10-17 Juri Linkov <juri@jurta.org>
6935
6936 * buffers.texi (Current Buffer):
6937 * commands.texi (Event Input Misc):
6938 * compile.texi (Eval During Compile, Compiler Errors):
6939 * customize.texi (Group Definitions):
6940 * display.texi (Progress, Defining Faces):
6941 * files.texi (Writing to Files):
6942 * modes.texi (Mode Hooks, Defining Minor Modes):
6943 * streams.texi (Output Functions):
6944 * syntax.texi (Syntax Table Functions):
6945 * text.texi (Change Hooks):
6946 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
6947
6948 * commands.texi (Quitting): Replace arg `forms' with `body' in
6949 `with-local-quit'.
6950
6951 * positions.texi (Excursions): Replace arg `forms' with `body' in
6952 `save-excursion'.
6953
6954 2005-10-08 Kim F. Storm <storm@cua.dk>
6955
6956 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
6957 Rename manual section accordingly.
6958
6959 2005-10-04 Kim F. Storm <storm@cua.dk>
6960
6961 * windows.texi (Window Split Tree): New section describing
6962 new function window-split-tree function.
6963
6964 2005-10-03 Nick Roberts <nickrob@snap.net.nz>
6965
6966 * display.texi (Fringe Size/Pos): Simplify and add detail.
6967
6968 2005-09-30 Romain Francoise <romain@orebokech.com>
6969
6970 * minibuf.texi (High-Level Completion): Explain that the prompt
6971 given to `read-buffer' should end with a colon and a space.
6972 Update usage examples.
6973
6974 2005-09-29 Juri Linkov <juri@jurta.org>
6975
6976 * display.texi (Displaying Messages): Rename argument name
6977 `string' to `format-string' in functions `message', `message-box',
6978 `message-or-box'.
6979
6980 2005-09-26 Chong Yidong <cyd@stupidchicken.com>
6981
6982 * errors.texi (Standard Errors): Correct xrefs.
6983
6984 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
6985
6986 * display.texi (Defining Images): Update documentation for
6987 `image-load-path'.
6988
6989 2005-09-17 Richard M. Stallman <rms@gnu.org>
6990
6991 * display.texi (Defining Images): Clean up previous change.
6992
6993 2005-09-16 Romain Francoise <romain@orebokech.com>
6994
6995 * elisp.texi: Specify GFDL version 1.2.
6996
6997 * doclicense.texi (GNU Free Documentation License): Update to
6998 version 1.2.
6999
7000 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
7001
7002 * display.texi (Defining Images): Document `image-load-path'.
7003
7004 2005-09-15 Richard M. Stallman <rms@gnu.org>
7005
7006 * objects.texi (Printed Representation): Minor cleanup.
7007 (Box Diagrams): Minor fix.
7008 (Cons Cell Type): Move (...) index item here.
7009 (Box Diagrams): From here.
7010 (Array Type): Minor fix.
7011 (Type Predicates): Delete index "predicates".
7012 (Hash Table Type): Clarify xref.
7013 (Dotted Pair Notation): Minor fix.
7014
7015 2005-09-10 Chong Yidong <cyd@stupidchicken.com>
7016
7017 * files.texi (Saving Buffers): Fix typo.
7018
7019 2005-09-08 Richard M. Stallman <rms@gnu.org>
7020
7021 * tips.texi (Programming Tips): Correct the "default" prompt spec.
7022
7023 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
7024
7025 * locals.texi (Standard Buffer-Local Variables): Don't include
7026 mode variables for minor modes.
7027 Fix xrefs for buffer-display-count, buffer-display-table,
7028 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
7029 enable-multibyte-characters, fill-column, header-line-format,
7030 left-fringe-width, left-margin, and right-fringe-width.
7031
7032 * hooks.texi (Standard Hooks): All hooks should conform to the
7033 standard naming convention now.
7034 Fix xref for `echo-area-clear-hook'.
7035
7036 * display.texi (Usual Display): Note that indicate-empty-lines and
7037 tab-width are buffer-local.
7038
7039 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
7040
7041 * modes.texi (Mode Help): Note that major-mode is buffer-local.
7042
7043 * nonascii.texi (Encoding and I/O): Note that
7044 buffer-file-coding-system is buffer-local.
7045
7046 * positions.texi (List Motion): Note that defun-prompt-regexp is
7047 buffer-local.
7048
7049 * text.texi (Auto Filling): Note that auto-fill-function is
7050 buffer-local.
7051 (Undo): Note that buffer-undo-list is buffer-local.
7052
7053 * windows.texi (Buffers and Windows):
7054 Document buffer-display-count.
7055
7056 2005-09-06 Richard M. Stallman <rms@gnu.org>
7057
7058 * tips.texi (Coding Conventions): Sometimes it is ok to put the
7059 package prefix elsewhere than at the start of the name.
7060
7061 2005-09-03 Richard M. Stallman <rms@gnu.org>
7062
7063 * tips.texi (Programming Tips): Add conventions for minibuffer
7064 questions and prompts.
7065
7066 2005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
7067
7068 * intro.texi (nil and t): Minor cleanup.
7069 Delete spurious mention of keyword symbols.
7070 (Evaluation Notation): Add index entry.
7071 (A Sample Function Description): Minor cleanup.
7072 (A Sample Variable Description): Not all vars can be set.
7073
7074 2005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
7075
7076 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
7077
7078 (Insertion): Document precise type of `insert-char' arg COUNT.
7079
7080 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7081
7082 * modes.texi (Other Font Lock Variables): Sync the default of
7083 font-lock-lines-before.
7084
7085 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
7086
7087 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
7088
7089 2005-08-29 Richard M. Stallman <rms@gnu.org>
7090
7091 * elisp.texi (Top): Update subnode menu.
7092
7093 * searching.texi (Searching and Matching): Move node.
7094 Rearrange contents and add overall explanation.
7095 (Searching and Case): Move node.
7096 (Searching and Matching): Update menu.
7097
7098 2005-08-27 Eli Zaretskii <eliz@gnu.org>
7099
7100 * os.texi (Startup Summary): Fix the description of the initial
7101 startup message display.
7102
7103 2005-08-25 Richard M. Stallman <rms@gnu.org>
7104
7105 * searching.texi (Search and Replace): Add replace-regexp-in-string.
7106
7107 2005-08-25 Emilio C. Lopes <eclig@gmx.net>
7108
7109 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
7110 `next-overlay-change' example.
7111
7112 2005-08-22 Juri Linkov <juri@jurta.org>
7113
7114 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
7115 Fix invert-face. Fix args of face-background.
7116
7117 * display.texi (Standard Faces): Delete node.
7118 (Faces): Add xref to `(emacs)Standard Faces'.
7119 (Displaying Faces): Fix xref to `Standard Faces'.
7120
7121 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
7122
7123 2005-08-20 Alan Mackenzie <acm@muc.de>
7124
7125 * buffers.texi (The Buffer List): Clarify the manipulation of the
7126 buffer list.
7127
7128 2005-08-14 Richard M. Stallman <rms@gnu.org>
7129
7130 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
7131 a regexp.
7132
7133 2005-08-11 Richard M. Stallman <rms@gnu.org>
7134
7135 * elisp.texi (Top): Update subnode lists.
7136
7137 * display.texi (Inverse Video): Node deleted.
7138
7139 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
7140 New nodes split out of Coding Conventions.
7141
7142 * searching.texi (Regular Expressions): Document re-builder.
7143
7144 * os.texi (Time Parsing): New node split out of Time Conversion.
7145
7146 * processes.texi (Misc Network, Network Feature Testing)
7147 (Network Options, Make Network): New nodes split out of
7148 Low-Level Network.
7149
7150 2005-08-09 Richard M. Stallman <rms@gnu.org>
7151
7152 * frames.texi (Geometry): New node, split from Size and Position.
7153 (Frame Parameters): Refer to Geometry.
7154
7155 * buffers.texi (The Buffer List): Fix xrefs.
7156
7157 * windows.texi (Splitting Windows): Fix xref.
7158
7159 * frames.texi (Layout Parameters): Add xref.
7160
7161 * display.texi (Line Height, Scroll Bars): Fix xrefs.
7162
7163 * keymaps.texi (Menu Bar): Fix xref.
7164
7165 * locals.texi (Standard Buffer-Local Variables): Fix xref.
7166
7167 * modes.texi (%-Constructs): Fix xref.
7168
7169 * frames.texi (Window Frame Parameters): Node split up.
7170 (Basic Parameters, Position Parameters, Size Parameters)
7171 (Layout Parameters, Buffer Parameters, Management Parameters)
7172 (Cursor Parameters, Color Parameters): New subnodes.
7173
7174 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
7175
7176 * positions.texi (Screen Lines): Update xref for previous change
7177 in minibuf.texi.
7178
7179 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
7180 change in minibuf.texi.
7181
7182 2005-08-09 Richard M. Stallman <rms@gnu.org>
7183
7184 * tips.texi (Coding Conventions): Minor cleanup.
7185
7186 * modes.texi (Defining Minor Modes): Explain when init-value
7187 can be non-nil.
7188
7189 * elisp.texi (Top): Update submenu for Minibuffer.
7190
7191 * minibuf.texi (Minibuffer Misc): Node split up.
7192 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
7193 (Recursive Mini): New nodes split out from Minibuffer Misc.
7194 (Minibuffer Misc): Document max-mini-window-height.
7195
7196 * hash.texi (Defining Hash): Delete stray paren in example.
7197
7198 * display.texi (Echo Area Customization): Don't define
7199 max-mini-window-height here; xref instead.
7200
7201 * commands.texi (Event Input Misc): Update while-no-input.
7202
7203 * advice.texi (Advising Functions): Explain when to use advice
7204 and when to use a hook.
7205
7206 2005-07-30 Eli Zaretskii <eliz@gnu.org>
7207
7208 * makefile.w32-in (info): Don't run install-info.
7209 ($(infodir)/dir): New target, produced by running install-info.
7210
7211 2005-07-27 Luc Teirlinck <teirllm@auburn.edu>
7212
7213 * modes.texi (Defining Minor Modes): The keyword for the initial
7214 value is :init-value, not :initial-value.
7215
7216 2005-07-23 Eli Zaretskii <eliz@gnu.org>
7217
7218 * loading.texi (Autoload): Make the `doctor' example be consistent
7219 with what's in current loaddefs.el. Describe the "fn" magic in
7220 the usage portion of the doc string.
7221
7222 2005-07-22 Richard M. Stallman <rms@gnu.org>
7223
7224 * internals.texi (Garbage Collection): Clarify previous change.
7225
7226 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
7227
7228 * internals.texi (Garbage Collection): Add gc-cons-percentage.
7229
7230 2005-07-18 Juri Linkov <juri@jurta.org>
7231
7232 * commands.texi (Accessing Events):
7233 * frames.texi (Text Terminal Colors, Resources):
7234 * markers.texi (The Mark):
7235 * modes.texi (Defining Minor Modes):
7236 Delete duplicate duplicate words.
7237
7238 2005-07-16 Richard M. Stallman <rms@gnu.org>
7239
7240 * display.texi (Managing Overlays): Clarify make-overlay
7241 args for insertion types.
7242
7243 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
7244
7245 * customize.texi (Variable Definitions):
7246 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
7247 `standard-value' is a list too.
7248 (Defining New Types): Use @key{RET} instead of @key{ret}.
7249
7250 2005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
7251
7252 * os.texi (Translating Input): Fix typo.
7253
7254 2005-07-08 Richard M. Stallman <rms@gnu.org>
7255
7256 * README: Update edition number and size estimate.
7257
7258 * elisp.texi (VERSION): Set to 2.9.
7259
7260 2005-07-07 Richard M. Stallman <rms@gnu.org>
7261
7262 * book-spine.texinfo: Update Emacs version.
7263
7264 * display.texi (Inverse Video): Delete mode-line-inverse-video.
7265
7266 2005-07-06 Richard M. Stallman <rms@gnu.org>
7267
7268 * searching.texi (Regexp Search): Clarify what re-search-forward
7269 does when the search fails.
7270
7271 2005-07-05 Lute Kamstra <lute@gnu.org>
7272
7273 * Update FSF's address in GPL notices.
7274
7275 * doclicense.texi (GNU Free Documentation License):
7276 * gpl.texi (GPL):
7277 * tips.texi (Coding Conventions, Library Headers):
7278 * vol1.texi:
7279 * vol2.texi: Update FSF's address.
7280
7281 2005-07-04 Richard M. Stallman <rms@gnu.org>
7282
7283 * hooks.texi (Standard Hooks): Add occur-hook.
7284
7285 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
7286
7287 * display.texi (The Echo Area): Correct menu.
7288
7289 2005-07-03 Richard M. Stallman <rms@gnu.org>
7290
7291 * elisp.texi (Top): Update subnode menu for Display.
7292
7293 * display.texi (Displaying Messages): New node, with most
7294 of what was in The Echo Area.
7295 (Progress): Move under The Echo Area.
7296 (Logging Messages): New node with new text.
7297 (Echo Area Customization): New node, the rest of what was
7298 in The Echo Area. Document message-truncate-lines with @defvar.
7299 (Display): Update menu.
7300
7301 * windows.texi (Textual Scrolling): Doc 3 values for
7302 scroll-preserve-screen-position.
7303
7304 * text.texi (Special Properties): Change hook functions
7305 should bind inhibit-modification-hooks around altering buffer text.
7306
7307 * keymaps.texi (Key Binding Commands): Call binding BINDING
7308 rather than DEFINITION.
7309
7310 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
7311
7312 * variables.texi (Defining Variables): `user-variable-p' returns t
7313 for aliases of user options, nil for alias loops.
7314
7315 2005-06-28 Richard M. Stallman <rms@gnu.org>
7316
7317 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
7318 make-keymap.
7319
7320 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
7321
7322 * variables.texi (Setting Variables): Correct and clarify
7323 description of `add-to-ordered-list'.
7324
7325 2005-06-26 Richard M. Stallman <rms@gnu.org>
7326
7327 * display.texi (Faces): Minor cleanup.
7328
7329 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
7330
7331 * display.texi (Faces): `facep' returns t for strings that are
7332 face names.
7333
7334 2005-06-25 Richard M. Stallman <rms@gnu.org>
7335
7336 * objects.texi (Equality Predicates): Clarify meaning of equal.
7337
7338 * windows.texi (Selecting Windows): save-selected-window
7339 and with-selected-window save and restore the current buffer.
7340
7341 2005-06-24 Richard M. Stallman <rms@gnu.org>
7342
7343 * numbers.texi (Float Basics): Explain how to test for NaN,
7344 and printing the sign of NaNs.
7345
7346 2005-06-24 Eli Zaretskii <eliz@gnu.org>
7347
7348 * makefile.w32-in (MAKEINFO): Use --force.
7349
7350 2005-06-23 Richard M. Stallman <rms@gnu.org>
7351
7352 * display.texi (Face Functions): Correct Texinfo usage.
7353
7354 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
7355
7356 * lists.texi (Rings): `ring-elements' now returns the elements of
7357 RING in order.
7358
7359 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
7360
7361 * markers.texi (The Mark): Texinfo usage fix.
7362
7363 2005-06-23 Kim F. Storm <storm@cua.dk>
7364
7365 * searching.texi (Entire Match Data): Remove evaporate option for
7366 match-data. Do not mention evaporate option for set-match-data.
7367
7368 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
7369
7370 * display.texi (Face Functions): Mention face aliases.
7371
7372 2005-06-21 Richard M. Stallman <rms@gnu.org>
7373
7374 * anti.texi (Antinews): Texinfo usage fix.
7375
7376 2005-06-21 Karl Berry <karl@gnu.org>
7377
7378 * elisp.texi: Use @copying.
7379
7380 * elisp.texi: Put @summarycontents and @contents before the Top
7381 node, instead of the end of the file, so that the contents appear
7382 in the right place in the dvi/pdf output.
7383
7384 2005-06-21 Juri Linkov <juri@jurta.org>
7385
7386 * display.texi (Defining Faces): Add `customized-face'.
7387
7388 2005-06-20 Kim F. Storm <storm@cua.dk>
7389
7390 * variables.texi (Setting Variables): Any type of element can be
7391 given order in add-to-ordered-list. Compare elements with eq.
7392
7393 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
7394
7395 2005-06-20 Karl Berry <karl@gnu.org>
7396
7397 * syntax.texi (Syntax Flags): Make last column very slightly wider
7398 to avoid "generic comment" breaking on two lines and causing an
7399 underfull box.
7400
7401 2005-06-19 Luc Teirlinck <teirllm@auburn.edu>
7402
7403 * lists.texi (Rings): Various minor clarifications and corrections.
7404
7405 2005-06-18 Richard M. Stallman <rms@gnu.org>
7406
7407 * functions.texi (Obsolete Functions): Simplify.
7408
7409 * variables.texi (Variable Aliases): Simplify.
7410
7411 * anti.texi, backups.texi, compile.texi, customization.texi:
7412 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
7413 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
7414 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
7415 * variables.texi: Fix formatting ugliness.
7416
7417 * elisp.texi: Add links to Rings and Byte Packing.
7418 Update version and copyright years.
7419
7420 * minibuf.texi: Fix formatting ugliness.
7421 (Completion Commands): Move keymap vars to the end
7422 and vars completing-read binds to the top.
7423
7424 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
7425
7426 * processes.texi: Fix typos.
7427 (Bindat Spec): Correct Texinfo error.
7428 (Byte Packing): Fix ungrammatical sentence.
7429
7430 2005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
7431
7432 * lists.texi (Rings): New node.
7433 (Lists): Add it to menu.
7434
7435 * processes.texi (Byte Packing): New node.
7436 (Processes): Add it to menu.
7437
7438 2005-06-17 Richard M. Stallman <rms@gnu.org>
7439
7440 * syntax.texi (Parsing Expressions): Fix texinfo usage.
7441
7442 * help.texi (Documentation Basics): Explain the xref to
7443 Documentation Tips.
7444
7445 * debugging.texi (Debugger Commands): Minor fix.
7446
7447 2005-06-16 Luc Teirlinck <teirllm@auburn.edu>
7448
7449 * edebug.texi (Instrumenting): Eliminate duplicate link.
7450 (Specification List): Replace references to "below", referring to
7451 a later node, with one @ref to that node.
7452
7453 * os.texi (Timers): Timers should save and restore the match data
7454 if they change it.
7455
7456 * debugging.texi (Debugger Commands): Mention that the Lisp
7457 debugger can not step through primitive functions.
7458
7459 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
7460
7461 * functions.texi (Obsolete Functions): Update argument names of
7462 `make-obsolete' and `define-obsolete-function-alias'.
7463
7464 * variables.texi (Variable Aliases): Update argument names of
7465 `defvaralias', `make-obsolete-variable' and
7466 `define-obsolete-variable-alias'.
7467
7468 2005-06-15 Kim F. Storm <storm@cua.dk>
7469
7470 * searching.texi (Entire Match Data): Rephrase warnings about
7471 evaporate arg to match-data and set-match-data.
7472
7473 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
7474
7475 * elisp.texi (Top): Update detailed menu.
7476
7477 * edebug.texi (Edebug): Update menu.
7478 (Instrumenting): Update xrefs.
7479 (Edebug Execution Modes): Correct xref.
7480 (Jumping): Clarify description of `h' command.
7481 Eliminate redundant @ref.
7482 (Breaks): New node.
7483 (Breakpoints): Is now a subsubsection.
7484 (Global Break Condition): Mention `C-x X X'.
7485 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
7486 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
7487 (Edebug Display Update): Correct pxref.
7488 (Edebug and Macros): New node.
7489 (Instrumenting Macro Calls): Is now a subsubsection.
7490 Neither arg of `def-edebug-spec' is evaluated.
7491 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
7492 (Specification Examples): Fix typo.
7493
7494 2005-06-14 Lute Kamstra <lute@gnu.org>
7495
7496 * debugging.texi (Function Debugging): Primitives can break on
7497 entry too.
7498
7499 2005-06-14 Kim F. Storm <storm@cua.dk>
7500
7501 * variables.texi (Setting Variables): Add add-to-ordered-list.
7502
7503 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7504
7505 * syntax.texi (Parsing Expressions): Document aux functions and vars of
7506 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
7507
7508 2005-06-13 Lute Kamstra <lute@gnu.org>
7509
7510 * text.texi (Special Properties): Fix cross reference.
7511
7512 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
7513
7514 * debugging.texi (Function Debugging): Delete mention of empty
7515 string argument to `cancel-debug-on-entry'. Delete inaccurate
7516 description of the return value of that command.
7517
7518 2005-06-11 Alan Mackenzie <acm@muc.de>
7519
7520 * text.texi (Adaptive Fill): Amplify the description of
7521 fill-context-prefix.
7522
7523 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
7524
7525 * syntax.texi (Parsing Expressions): Fix Texinfo error.
7526
7527 2005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
7528
7529 * syntax.texi (Parsing Expressions): Document syntax-ppss.
7530
7531 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
7532
7533 * debugging.texi (Error Debugging): Minor rewording.
7534 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
7535 is optional.
7536
7537 2005-06-10 Lute Kamstra <lute@gnu.org>
7538
7539 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
7540 (Top): Give it a title. Correct version number. Give the
7541 detailed node listing a more prominent header.
7542 * intro.texi: Don't set VERSION here a second time.
7543 Mention Emacs's version too.
7544 * anti.texi (Antinews): Use EMACSVER to refer to the current
7545 version of Emacs.
7546
7547 2005-06-09 Kim F. Storm <storm@cua.dk>
7548
7549 * searching.texi (Entire Match Data): Explain new `reseat' argument to
7550 match-data and set-match-data.
7551
7552 2005-06-08 Richard M. Stallman <rms@gnu.org>
7553
7554 * searching.texi (Entire Match Data): Clarify when match-data
7555 returns markers and when integers.
7556
7557 * display.texi (Defining Faces): Explain that face name should not
7558 end in `-face'.
7559
7560 * modes.texi (Mode Line Data): Minor cleanup.
7561 (Customizing Keywords): Node split out of Search-based Fontification.
7562 Add example of using font-lock-add-keywords from a hook.
7563 Clarify when MODE should be non-nil, and when nil.
7564
7565 2005-06-06 Richard M. Stallman <rms@gnu.org>
7566
7567 * modes.texi (Mode Line Data): Explain what happens when the car
7568 of a list is a void symbol.
7569 (Search-based Fontification): Explain MODE arg to
7570 font-lock-add-keywords and warn about calls from major modes.
7571
7572 2005-06-08 Juri Linkov <juri@jurta.org>
7573
7574 * display.texi (Standard Faces): Add `shadow' face.
7575
7576 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
7577
7578 * modes.texi (Major Mode Conventions): A derived mode only needs
7579 to put the call to the parent mode inside `delay-mode-hooks'.
7580
7581 2005-05-29 Richard M. Stallman <rms@gnu.org>
7582
7583 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
7584 new, and what that implies. Clarify.
7585
7586 * files.texi (Locating Files): Clean up the text.
7587
7588 * frames.texi (Window Frame Parameters): Document user-size.
7589 Shorten entry for top by referring to left.
7590
7591 2005-05-26 Richard M. Stallman <rms@gnu.org>
7592
7593 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
7594 is new, and what the implications are. Other clarifications.
7595
7596 2005-05-24 Richard M. Stallman <rms@gnu.org>
7597
7598 * frames.texi (Dialog Boxes): Minor fixes.
7599
7600 2005-05-25 Masatake YAMATO <jet@gyve.org>
7601
7602 * display.texi (Standard Faces): Write about `mode-line-highlight'.
7603
7604 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
7605
7606 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
7607 is optional.
7608
7609 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
7610
7611 * frames.texi (Dialog Boxes): Describe new optional argument.
7612
7613 2005-05-23 Lute Kamstra <lute@gnu.org>
7614
7615 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
7616 syntax-begin-function over font-lock-beginning-of-syntax-function.
7617
7618 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7619
7620 * minibuf.texi (Reading File Names): Update description of
7621 `read-directory-name'.
7622
7623 * modes.texi (Derived Modes): Clarify :group keyword.
7624
7625 2005-05-21 Eli Zaretskii <eliz@gnu.org>
7626
7627 * files.texi (Locating Files): New subsection.
7628 Describe locate-file and executable-find.
7629
7630 2005-05-21 Kevin Ryde <user42@zip.com.au>
7631
7632 * frames.texi (Initial Parameters): Update cross reference to
7633 "Emacs Invocation".
7634
7635 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7636
7637 * keymaps.texi (Active Keymaps): Add anchor.
7638
7639 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
7640 (Major Mode Conventions): Refer to `Auto Major Mode' in more
7641 appropriate place.
7642 (Derived Modes): Small clarifications.
7643 (Minor Mode Conventions, Keymaps and Minor Modes):
7644 Replace references to nodes with references to anchors.
7645 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
7646 Clarify description of lists whose first element is an integer.
7647 (Mode Line Variables): Add anchor.
7648 (%-Constructs): Clarify description of integer after %.
7649 (Emulating Mode Line): Describe nil value for FACE.
7650
7651 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7652
7653 * modes.texi (Derived Modes): Correct references to non-existing
7654 variable standard-syntax-table.
7655
7656 2005-05-17 Lute Kamstra <lute@gnu.org>
7657
7658 * modes.texi (Defining Minor Modes): Mention the mode hook.
7659
7660 2005-05-15 Kim F. Storm <storm@cua.dk>
7661
7662 * processes.texi (Network): Remove open-network-stream-nowait.
7663 (Network Servers): Remove open-network-stream-server.
7664
7665 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
7666
7667 * elisp.texi (Top): Update detailed menu.
7668
7669 * variables.texi: Reorder nodes.
7670 (Variables): Update menu.
7671 (File Local Variables): Do not refer to the `-*-' line as
7672 a "local variables list". Add pxref.
7673
7674 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7675
7676 * elisp.texi (Top): Update detailed menu for node changes.
7677
7678 * modes.texi (Modes): Update Menu.
7679 (Hooks): Move to beginning of chapter.
7680 Most minor modes run mode hooks too.
7681 `add-hook' can handle void hooks or hooks whose value is a single
7682 function.
7683 (Major Modes): Update Menu.
7684 (Major Mode Basics): New node, split off from `Major Modes'.
7685 (Major Mode Conventions): Correct xref. Explain how to handle
7686 auto-mode-alist if the major mode command has an autoload cookie.
7687 (Auto Major Mode): Major update. Add magic-mode-alist.
7688 (Derived Modes): Major update.
7689 (Mode Line Format): Update Menu.
7690 (Mode Line Basics): New node, split off from `Mode Line Format'.
7691
7692 * loading.texi (Autoload): Mention `autoload cookie' as synonym
7693 for `magic autoload comment'. Add index entries and anchor.
7694
7695 2005-05-14 Richard M. Stallman <rms@gnu.org>
7696
7697 * tips.texi (Coding Conventions): Explain how important it is
7698 that just loading certain files not change Emacs behavior.
7699
7700 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
7701
7702 2005-05-12 Lute Kamstra <lute@gnu.org>
7703
7704 * modes.texi (Generic Modes): Update.
7705 (Major Modes): Refer to node "Generic Modes".
7706
7707 * elisp.texi (Top): Update to the current structure of the manual.
7708 * processes.texi (Processes): Add menu description.
7709 * customize.texi (Customization): Add menu descriptions.
7710
7711 2005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
7712
7713 * processes.texi (Signals to Processes)
7714 (Low-Level Network): Fix typos.
7715
7716 2005-05-11 Lute Kamstra <lute@gnu.org>
7717
7718 * elisp.texi (Top): Add some nodes from the chapter "Major and
7719 Minor Modes" to the detailed node listing.
7720
7721 2005-05-10 Richard M. Stallman <rms@gnu.org>
7722
7723 * keymaps.texi (Extended Menu Items): Menu item filter functions
7724 can be called at any time.
7725
7726 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
7727
7728 * variables.texi (File Local Variables): `(hack-local-variables t)'
7729 now also checks whether a mode is specified in the local variables
7730 list.
7731
7732 2005-05-05 Kevin Ryde <user42@zip.com.au>
7733
7734 * display.texi (The Echo Area): Correct format function cross
7735 reference.
7736
7737 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
7738
7739 * variables.texi (Variable Aliases): Change description of
7740 `define-obsolete-variable-alias'.
7741
7742 * functions.texi (Functions): Add "Obsolete Functions" to menu.
7743 (Defining Functions): Add xref.
7744 (Obsolete Functions): New node.
7745 (Function Safety): Standardize capitalization of section title.
7746
7747 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
7748 (Dialog Boxes): Complete description of `x-popup-dialog'.
7749
7750 2005-05-04 Richard M. Stallman <rms@gnu.org>
7751
7752 * commands.texi (Interactive Codes): Fix Texinfo usage.
7753 Document U more clearly.
7754
7755 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7756
7757 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
7758 function and not a macro.
7759
7760 * frames.texi (Pop-Up Menus): Correct and clarify description of
7761 `x-popup-menu'.
7762 (Dialog Boxes): Clarify description of `x-popup-dialog'.
7763
7764 2005-05-01 Richard M. Stallman <rms@gnu.org>
7765
7766 * edebug.texi (Checking Whether to Stop): Fix previous change.
7767
7768 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7769
7770 * display.texi: Fix typos and Texinfo usage.
7771
7772 * edebug.texi (Checking Whether to Stop): executing-macro ->
7773 executing-kbd-macro.
7774
7775 2005-05-01 Richard M. Stallman <rms@gnu.org>
7776
7777 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
7778
7779 2005-04-30 Richard M. Stallman <rms@gnu.org>
7780
7781 * files.texi (Magic File Names): Document `operations' property.
7782
7783 2005-04-29 Lute Kamstra <lute@gnu.org>
7784
7785 * modes.texi (Generic Modes): New node.
7786 (Major Modes): Add it to the menu.
7787 (Derived Modes): Add "derived mode" to concept index.
7788
7789 2005-04-28 Lute Kamstra <lute@gnu.org>
7790
7791 * modes.texi (Defining Minor Modes): Fix previous change.
7792 (Font Lock Mode): Simplify.
7793 (Font Lock Basics): Say that font-lock-defaults is buffer-local
7794 when set and that some parts are optional. Add cross references.
7795 (Search-based Fontification): Say how to specify font-lock-keywords.
7796 Add cross references. Add font-lock-multiline to index.
7797 Move font-lock-keywords-case-fold-search here from node "Other Font
7798 Lock Variables". Document font-lock-add-keywords and
7799 font-lock-remove-keywords.
7800 (Other Font Lock Variables): Move font-lock-keywords-only,
7801 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7802 and font-lock-syntactic-face-function to node "Syntactic Font
7803 Lock". Move font-lock-keywords-case-fold-search to node
7804 "Search-based Fontification". Document font-lock-inhibit-thing-lock
7805 and font-lock-{,un}fontify-{buffer,region}-function.
7806 (Precalculated Fontification): Remove reference to deleted variable
7807 font-lock-core-only.
7808 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
7809 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
7810 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7811 and font-lock-syntactic-face-function here from node "Other Font
7812 Lock Variables". Move font-lock-syntactic-keywords to "Setting
7813 Syntax Properties". Add cross references.
7814 (Setting Syntax Properties): New node.
7815 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
7816 * syntax.texi (Syntax Properties): Add cross reference.
7817 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
7818
7819 2005-04-26 Richard M. Stallman <rms@gnu.org>
7820
7821 * display.texi (Defining Faces):
7822 Document `default' elements of defface spec.
7823
7824 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
7825
7826 * variables.texi (Variable Aliases): Clarify text.
7827
7828 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
7829
7830 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
7831
7832 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
7833
7834 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
7835
7836 2005-04-24 Eli Zaretskii <eliz@gnu.org>
7837
7838 * syntax.texi (Syntax Table Internals): Elaborate documentation of
7839 syntax-after and syntax-class.
7840
7841 * files.texi (Changing Files): Fix last change's cross-reference.
7842 (Unique File Names): Don't mention "numbers" in the documentation
7843 of make-temp-file and make-temp-name.
7844
7845 2005-04-23 Richard M. Stallman <rms@gnu.org>
7846
7847 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
7848
7849 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
7850
7851 * windows.texi (Cyclic Window Ordering): Clarify window-list.
7852
7853 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
7854
7855 * variables.texi (Variable Aliases): Describe make-obsolete-variable
7856 and define-obsolete-variable-alias.
7857
7858 2005-04-22 Kim F. Storm <storm@cua.dk>
7859
7860 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
7861 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
7862
7863 2005-04-21 Lute Kamstra <lute@gnu.org>
7864
7865 * lists.texi (Association Lists): Document rassq-delete-all.
7866
7867 2005-04-19 Richard M. Stallman <rms@gnu.org>
7868
7869 * modes.texi (Search-based Fontification): Explain that
7870 facespec is an expression to be evaluated.
7871
7872 2005-04-19 Kevin Ryde <user42@zip.com.au>
7873
7874 * streams.texi (Output Functions): Fix xref.
7875 * strings.texi (String Conversion): Fix xref.
7876
7877 2005-04-19 Kim F. Storm <storm@cua.dk>
7878
7879 * symbols.texi (Symbol Plists): Add safe-get.
7880 Mention that `get' may signal an error.
7881
7882 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
7883
7884 * customize.texi (Variable Definitions): Replace tooltip-mode
7885 example with save-place.
7886
7887 2005-04-17 Richard M. Stallman <rms@gnu.org>
7888
7889 * buffers.texi (Indirect Buffers): Clarify.
7890
7891 * positions.texi (Positions): Clarify converting marker to integer.
7892
7893 * strings.texi (String Basics): Mention string-match; clarify.
7894
7895 2005-04-08 Lute Kamstra <lute@gnu.org>
7896
7897 * modes.texi (Search-based Fontification): Fix cross references.
7898 Use consistent terminology. Document anchored highlighting.
7899
7900 2005-04-05 Lute Kamstra <lute@gnu.org>
7901
7902 * modes.texi (Defining Minor Modes): Document :group keyword
7903 argument and its default value.
7904
7905 2005-04-03 Lute Kamstra <lute@gnu.org>
7906
7907 * hooks.texi (Standard Hooks): Add some hooks. Add cross
7908 references and/or descriptions. Delete major mode hooks; mention
7909 them as a category instead. Rename or delete obsolete hooks.
7910
7911 2005-04-02 Richard M. Stallman <rms@gnu.org>
7912
7913 * nonascii.texi (Coding System Basics): Another wording cleanup.
7914
7915 2005-04-01 Richard M. Stallman <rms@gnu.org>
7916
7917 * nonascii.texi (Coding System Basics): Clarify previous change.
7918
7919 2005-04-01 Kenichi Handa <handa@m17n.org>
7920
7921 * nonascii.texi (Coding System Basics): Describe about roundtrip
7922 identity of coding systems.
7923
7924 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
7925
7926 * text.texi (Buffer Contents): Add filter-buffer-substring and
7927 buffer-substring-filters.
7928
7929 2005-03-26 Chong Yidong <cyd@stupidchicken.com>
7930
7931 * anti.texi (Antinews): Mention `G' interactive code.
7932
7933 * tips.texi (Compilation Tips): Mention benchmark.el.
7934
7935 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7936
7937 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
7938 is now bound to M-o M-o.
7939
7940 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
7941
7942 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7943
7944 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
7945 in the Emacs Manual).
7946 * Makefile.in (srcs): Remove calendar.texi.
7947 * makefile.w32-in (srcs): Remove calendar.texi.
7948 * display.texi (Display): Change name of next node.
7949 * os.texi (System In): Change name of previous node.
7950 * elisp.texi (Top): Remove Calendar references.
7951 * vol1.texi (Top): Remove Calendar references.
7952 * vol2.texi (Top): Remove Calendar references.
7953
7954 2005-03-25 Richard M. Stallman <rms@gnu.org>
7955
7956 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
7957 Cleanup previous change.
7958
7959 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
7960
7961 * display.texi (Face Attributes): Faces earlier in an :inherit
7962 list take precedence.
7963 (Scroll Bars): Fix description of vertical-scroll-bars.
7964 Document frame-current-scroll-bars and window-current-scroll-bars.
7965
7966 * markers.texi (The Mark): Document temporary Transient Mark mode.
7967
7968 * minibuf.texi (Reading File Names):
7969 Document read-file-name-completion-ignore-case.
7970
7971 * positions.texi (Screen Lines): Document nil for width argument
7972 to compute-motion.
7973
7974 2005-03-23 Kim F. Storm <storm@cua.dk>
7975
7976 * display.texi (Standard Faces): Other faces used in the fringe
7977 implicitly inherits from the fringe face.
7978 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
7979 properties implicitly inherits from fringe face.
7980 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
7981
7982 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
7983
7984 * display.texi (Invisible Text): State default value of
7985 line-move-ignore-invisible.
7986 (Managing Overlays): Document remove-overlays.
7987 (Standard Faces): Document escape-glyph face.
7988
7989 * minibuf.texi (Reading File Names): Document read-file-name-function.
7990
7991 * modes.texi (Other Font Lock Variables):
7992 Document font-lock-lines-before.
7993
7994 * positions.texi (Skipping Characters): skip-chars-forward allows
7995 character classes.
7996
7997 2005-03-18 Lute Kamstra <lute@gnu.org>
7998
7999 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
8000
8001 2005-03-17 Richard M. Stallman <rms@gnu.org>
8002
8003 * text.texi (Undo): Document extensible undo entries.
8004
8005 * searching.texi (String Search, Regexp Search): Cleanups.
8006
8007 * nonascii.texi (Character Codes): Minor fix.
8008
8009 * display.texi (Display Property): Explain the significance
8010 of having text properties that are eq.
8011 (Other Display Specs): Explain string as display spec.
8012
8013 * commands.texi (Interactive Codes): Document G option.
8014
8015 2005-03-17 Chong Yidong <cyd@stupidchicken.com>
8016
8017 * text.texi (Filling): Add sentence-end-without-period and
8018 sentence-end-without-space.
8019 (Changing Properties): Minor fix.
8020
8021 * anti.texi: Total rewrite.
8022
8023 2005-03-15 Lute Kamstra <lute@gnu.org>
8024
8025 * edebug.texi (Instrumenting Macro Calls): Fix typos.
8026
8027 2005-03-08 Kim F. Storm <storm@cua.dk>
8028
8029 * display.texi (Specified Space): Property :width is support on
8030 non-graphic terminals, :height is not.
8031
8032 2005-03-07 Richard M. Stallman <rms@gnu.org>
8033
8034 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
8035 Now subnodes of Fringes.
8036 (Overlay Arrow): Document overlay-arrow-variable-list.
8037 (Fringe Size/Pos): New node, broken out of Fringes.
8038 (Display): Explain clearing vs redisplay better.
8039 (Truncation): Clarify use of bitmaps.
8040 (The Echo Area): Clarify the uses of the echo area.
8041 Add max-mini-window-height.
8042 (Progress): Clarify.
8043 (Invisible Text): Explain that main loop moves point out.
8044 (Selective Display): Say "hidden", not "invisible".
8045 (Managing Overlays): Move up. Describe relation to Undo here.
8046 (Overlay Properties): Clarify intro.
8047 (Finding Overlays): Explain return values when nothing found.
8048 (Width): truncate-string-to-width has added arg.
8049 (Displaying Faces): Clarify and update mode line face handling.
8050 (Face Functions): Minor cleanup.
8051 (Conditional Display): Merge into Other Display Specs.
8052 (Pixel Specification, Other Display Specs): Minor cleanups.
8053 (Images, Image Descriptors): Minor cleanups.
8054 (GIF Images): Patents have expired.
8055 (Showing Images): Explain default text for insert-image.
8056 (Manipulating Button Types): Merge into Manipulating Buttons.
8057 (Making Buttons): Explain return values.
8058 (Button Buffer Commands): Add xref.
8059 (Inverse Video): Update mode-line-inverse-video.
8060 (Display Table Format): Clarify.
8061 (Active Display Table): Give defaults for window-display-table.
8062
8063 * calendar.texi (Calendar Customizing): calendar-holiday-marker
8064 and calendar-today-marker are strings, not chars.
8065 (Holiday Customizing): Minor fix.
8066
8067 * internals.texi (Writing Emacs Primitives): Update `or' example.
8068 Update limit on # args of subr.
8069
8070 * edebug.texi (Using Edebug): Arrow is in fringe.
8071 (Instrumenting): Arg to eval-defun works without loading edebug.
8072 (Edebug Execution Modes): Add xref.
8073
8074 * customize.texi (Common Keywords): Clarify :require.
8075 Mention :version here.
8076 (Variable Definitions, Group Definitions): Not here.
8077 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
8078
8079 2005-03-07 Chong Yidong <cyd@stupidchicken.com>
8080 * nonascii.texi (Text Representations): Clarify position-bytes.
8081 (Character Sets): Add list-charset-chars.
8082 (Scanning Charsets): Add charset-after.
8083 (Encoding and I/O): Minor fix.
8084
8085 2005-03-06 Richard M. Stallman <rms@gnu.org>
8086
8087 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
8088 (Resizing Windows): Likewise.
8089
8090 * text.texi (Change Hooks): Get rid of "Emacs 21".
8091
8092 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
8093
8094 * streams.texi (Output Variables): Get rid of "Emacs 21".
8095
8096 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
8097
8098 * os.texi (Translating Input): Replace flow-control example
8099 with a less obsolete example that uses `keyboard-translate'.
8100
8101 * objects.texi (Hash Table Type, Circular Objects):
8102 Get rid of "Emacs 21".
8103
8104 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
8105 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
8106
8107 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
8108
8109 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
8110
8111 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
8112 (Menu Bar): Fix when menu-bar-update-hook is called.
8113
8114 * hash.texi (Hash Tables): Get rid of "Emacs 21".
8115
8116 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
8117 and make it read better.
8118
8119 * files.texi (Writing to Files): Get rid of "Emacs 21".
8120 (Unique File Names): Likewise.
8121
8122 * elisp.texi: Update Emacs version to 22.
8123
8124 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
8125 (Overlay Properties, Face Attributes): Likewise.
8126 (Managing Overlays): Fix punctuation.
8127 (Attribute Functions): Clarify set-face-font; get rid of
8128 info about old Emacs versions.
8129 (Auto Faces, Font Lookup, Display Property, Images):
8130 Get rid of "Emacs 21".
8131
8132 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
8133
8134 2005-03-05 Richard M. Stallman <rms@gnu.org>
8135
8136 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
8137
8138 2005-03-04 Lute Kamstra <lute@gnu.org>
8139
8140 * debugging.texi (Error Debugging): Document stack-trace-on-error.
8141
8142 2005-03-03 Lute Kamstra <lute@gnu.org>
8143
8144 * edebug.texi (Instrumenting Macro Calls): Fix typo.
8145
8146 2005-03-01 Lute Kamstra <lute@gnu.org>
8147
8148 * debugging.texi (Debugger Commands): Update `j'.
8149
8150 2005-02-28 Lute Kamstra <lute@gnu.org>
8151
8152 * debugging.texi (Debugging): Fix typo.
8153 (Error Debugging): Document eval-expression-debug-on-error.
8154 (Function Debugging): Update example.
8155 (Using Debugger): Mention starred stack frames.
8156 (Debugger Commands): Document `j' and `l'.
8157 (Invoking the Debugger): `d' and `j' exit recursive edit too.
8158 Update the messages that the debugger displays.
8159 (Internals of Debugger): Add cross reference. Update example.
8160 (Excess Open): Minor improvement.
8161 (Excess Close): Minor improvement.
8162
8163 2005-02-26 Richard M. Stallman <rms@gnu.org>
8164
8165 * tips.texi (Coding Conventions): Clarify.
8166 Put all the major mode key reservations together.
8167 Mention the Mouse-1 => Mouse-2 conventions.
8168
8169 * syntax.texi (Syntax Class Table): Clarify.
8170 (Syntax Table Functions): syntax-after moved from here.
8171 (Syntax Table Internals): syntax-after moved to here.
8172 (Parsing Expressions): Update info on number of values
8173 and what's meaningful in the STATE argument.
8174 (Categories): Fix typo.
8175
8176 * sequences.texi (Arrays): Cleanup.
8177 (Char-Tables): Clarify.
8178
8179 * processes.texi (Deleting Processes): Cleanups, add xref.
8180 (Subprocess Creation): Explain nil in exec-path. Cleanup.
8181 (Process Information): set-process-coding-system, some args optional.
8182 (Input to Processes): Explain various types for PROCESS args.
8183 Rename them from PROCESS-NAME to PROCESS.
8184 (Signals to Processes): Likewise.
8185 (Decoding Output): Cleanup.
8186 (Query Before Exit): Clarify.
8187
8188 * os.texi (Startup Summary): Correct the options; add missing ones.
8189 (Terminal Output, Batch Mode): Clarify.
8190 (Flow Control): Node deleted.
8191
8192 * markers.texi (The Mark): Clarify.
8193
8194 * macros.texi (Expansion): Cleanup.
8195 (Indenting Macros): indent-spec allows ints, not floats.
8196
8197 * keymaps.texi (Keymaps): Clarify.
8198 (Format of Keymaps): Update lisp-mode-map example.
8199 (Active Keymaps, Key Lookup): Clarify.
8200 (Changing Key Bindings): Add xref to `kbd'.
8201 (Key Binding Commands, Simple Menu Items): Clarify.
8202 (Mouse Menus, Menu Bar): Clarify.
8203 (Menu Example): Replace print example with menu-bar-replace-menu.
8204
8205 * help.texi (Documentation Basics): Add function-documentation prop.
8206
8207 * elisp.texi (Top): Don't refer to Flow Control node.
8208
8209 * commands.texi (Command Overview): Improve xrefs.
8210 (Adjusting Point): Adjusting point applies to intangible and invis.
8211 (Key Sequence Input): Doc extra read-key-sequence args.
8212 Likewise for read-key-sequence-vector.
8213
8214 * backups.texi (Rename or Copy): Minor fix.
8215 (Numbered Backups): For version-control, say the default.
8216 (Auto-Saving): make-auto-save-file-name example is simplified.
8217
8218 * advice.texi (Advising Functions): Don't imply one part of Emacs
8219 should advise another part. Markup changes.
8220 (Defining Advice): Move transitional para.
8221 (Activation of Advice): Cleanup.
8222 Explain if COMPILE is nil or negative.
8223
8224 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
8225
8226 2005-02-24 Lute Kamstra <lute@gnu.org>
8227
8228 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
8229 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
8230
8231 2005-02-23 Lute Kamstra <lute@gnu.org>
8232
8233 * modes.texi (Defining Minor Modes): define-minor-mode can be used
8234 to define global minor modes as well.
8235
8236 * display.texi (Managing Overlays): overlay-buffer returns nil for
8237 deleted overlays.
8238
8239 2005-02-22 Kim F. Storm <storm@cua.dk>
8240
8241 * minibuf.texi (Basic Completion): Allow symbols in addition to
8242 strings in try-completion and all-completions.
8243
8244 2005-02-14 Lute Kamstra <lute@gnu.org>
8245
8246 * elisp.texi (Top): Remove reference to deleted node.
8247
8248 * lists.texi (Lists): Remove reference to deleted node.
8249 (Cons Cells): Fix typo.
8250
8251 * loading.texi (Where Defined): Fix typo.
8252
8253 2005-02-14 Richard M. Stallman <rms@gnu.org>
8254
8255 * variables.texi (Creating Buffer-Local): change-major-mode-hook
8256 is useful for discarding some minor modes.
8257
8258 * symbols.texi (Symbol Components): Reorder examples.
8259
8260 * streams.texi (Input Functions): State standard-input default.
8261 (Output Variables): State standard-output default.
8262
8263 * objects.texi (Printed Representation): Clarify read syntax vs print.
8264 (Floating Point Type): Explain meaning better.
8265 (Symbol Type): Explain uniqueness better.
8266 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
8267 List examples sooner.
8268 (Box Diagrams): New subnode broken out.
8269 Some examples moved from old Lists as Boxes node.
8270 (Dotted Pair Notation): Clarify intro.
8271 (Array Type): Clarify.
8272 (Type Predicates): Add hash-table-p.
8273
8274 * numbers.texi (Integer Basics): Clarify radix explanation.
8275 (Predicates on Numbers): Minor clarification.
8276 (Comparison of Numbers): Minor clarification. Clarify eql.
8277 Typos in min, max.
8278 (Math Functions): Clarify overflow in expt.
8279
8280 * minibuf.texi (Text from Minibuffer): Minor clarification.
8281 Mention arrow keys.
8282
8283 * loading.texi (Autoload): defun's doc string overrides autoload's
8284 doc string.
8285 (Repeated Loading): Modernize "add to list" examples.
8286 (Where Defined): Finish updating table of load-history elts.
8287
8288 * lists.texi (List-related Predicates): Minor wording improvement.
8289 (Lists as Boxes): Node deleted.
8290 (Building Lists): Explain trivial cases of number-sequence.
8291
8292 * hash.texi (Hash Tables): Add desc to menu items.
8293 (Creating Hash): Explain "full" means "make larger".
8294 (Hash Access): Any object can be a key.
8295 State value of maphash.
8296
8297 * functions.texi (What Is a Function): Wording cleanup.
8298 (Function Documentation): Minor cleanup.
8299 Explain purpose of calling convention at end of doc string.
8300 (Function Names): Wording cleanup.
8301 (Calling Functions): Wording cleanup.
8302 Explain better how funcall calls the function.
8303 (Function Cells): Delete example of saving and redefining function.
8304
8305 * control.texi (Combining Conditions): Wording cleanup.
8306 (Iteration): dolist and dotimes bind VAR locally.
8307 (Cleanups): Xref to Atomic Changes.
8308
8309 * compile.texi (Byte Compilation): Delete 19.29 info.
8310 (Compilation Functions): Macros' difficulties don't affect defsubst.
8311 (Docs and Compilation): Delete 19.29 info.
8312
8313 2005-02-10 Richard M. Stallman <rms@gnu.org>
8314
8315 * objects.texi (Symbol Type): Minor correction.
8316
8317 2005-02-06 Lute Kamstra <lute@gnu.org>
8318
8319 * modes.texi (Example Major Modes): Fix typos.
8320
8321 2005-02-06 Richard M. Stallman <rms@gnu.org>
8322
8323 * text.texi (Margins): fill-nobreak-predicate can be one function.
8324
8325 * strings.texi (Modifying Strings): clear-string can make unibyte.
8326 (Formatting Strings): format gives error if values missing.
8327
8328 * positions.texi (Character Motion): Mention default arg
8329 for forward-char. backward-char refers to forward-char.
8330 (Word Motion): Mention default arg for forward-word.
8331 (Buffer End Motion): Mention default arg for beginning-of-buffer.
8332 Simplify end-of-buffer.
8333 (Text Lines): Mention default arg for forward-line.
8334 (List Motion): Mention default arg for beginning/end-of-defun.
8335 (Skipping Characters): Minor fixes in explaining character-set.
8336
8337 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
8338 Mode inheritance applies only when default-major-mode is nil.
8339 Clarifications.
8340 (Example Major Modes): Update Text mode and Lisp mode examples.
8341 (Minor Mode Conventions): Mention define-minor-mode at top.
8342 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
8343 (Mode Line Format): Update mode line face display info.
8344 (Properties in Mode): Mention effect of risky vars.
8345 (Imenu): Define imenu-add-to-menubar.
8346 (Font Lock Mode): Add descriptions to menu lines.
8347 (Faces for Font Lock): Add font-lock-doc-face.
8348
8349 2005-02-05 Lute Kamstra <lute@gnu.org>
8350
8351 * text.texi (Maintaining Undo): Remove obsolete function.
8352
8353 2005-02-05 Eli Zaretskii <eliz@gnu.org>
8354
8355 * frames.texi (Color Names): Add pointer to the X docs about RGB
8356 color specifications. Improve indexing.
8357 (Text Terminal Colors): Replace the description of RGB values by
8358 an xref to "Color Names".
8359
8360 2005-02-03 Richard M. Stallman <rms@gnu.org>
8361
8362 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
8363 Clarify.
8364 (Selecting Windows): Clarify save-selected-window.
8365 (Cyclic Window Ordering): Clarify walk-windows.
8366 (Window Point): Clarify.
8367 (Window Start): Add comment to example.
8368 (Resizing Windows): Add `interactive' specs in examples.
8369 Document fit-window-to-buffer.
8370
8371 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
8372 (Undo, Maintaining Undo): Clarify last change.
8373 (Sorting): In sort-numeric-fields, explain about octal and hex.
8374 Mention sort-numeric-base.
8375 (Format Properties): Add xref for hard newlines.
8376
8377 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
8378 (Pop-Up Menus): Fix typo.
8379 (Color Names): Explain all types of color names.
8380 Explain color-values on B&W terminal.
8381 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
8382
8383 * files.texi (File Locks): Not supported on MS systems.
8384 (Testing Accessibility): Clarify.
8385
8386 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
8387 (Coverage Testing): Fix typo.
8388
8389 * commands.texi (Misc Events): Remove stray space.
8390
8391 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
8392 (Modification Time): Clarify when visited-file-modtime returns 0.
8393 (The Buffer List): Clarify bury-buffer.
8394 (Killing Buffers): Clarify.
8395 (Indirect Buffers): Add clone-indirect-buffer.
8396
8397 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
8398
8399 * edebug.texi (Printing in Edebug): Fix default value of
8400 edebug-print-circle.
8401 (Coverage Testing): Fix displayed frequency count data.
8402
8403 2005-02-02 Luc Teirlinck <teirllm@auburn.edu>
8404
8405 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
8406
8407 2005-02-02 Kim F. Storm <storm@cua.dk>
8408
8409 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
8410
8411 2005-01-29 Eli Zaretskii <eliz@gnu.org>
8412
8413 * commands.texi (Misc Events): Describe the help-echo event.
8414
8415 * text.texi (Special Properties) <help-echo>: Use `pos'
8416 consistently in description of the help-echo property.
8417 Use @code{nil} instead of @var{nil}.
8418
8419 * display.texi (Overlay Properties): Fix the index entry for
8420 help-echo overlay property.
8421
8422 * customize.texi (Type Keywords): Uncomment the xref to the
8423 help-echo property documentation.
8424
8425 2005-01-23 Kim F. Storm <storm@cua.dk>
8426
8427 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
8428 return value. Third element FULLY replaced by PARTIAL which
8429 specifies number of invisible pixels if row is only partially visible.
8430 (Textual Scrolling): Mention auto-window-vscroll.
8431 (Vertical Scrolling): New defvar auto-window-vscroll.
8432
8433 2005-01-16 Luc Teirlinck <teirllm@auburn.edu>
8434
8435 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
8436 command remapping.
8437
8438 2005-01-15 Richard M. Stallman <rms@gnu.org>
8439
8440 * display.texi (Defining Images): Mention DATA-P arg of create-image.
8441
8442 2005-01-14 Kim F. Storm <storm@cua.dk>
8443
8444 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
8445
8446 * text.texi (Links and Mouse-1): Fix string and vector item.
8447
8448 2005-01-13 Richard M. Stallman <rms@gnu.org>
8449
8450 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
8451 descriptions of overriding-local-map and overriding-terminal-local-map.
8452
8453 * text.texi (Links and Mouse-1): Clarify text.
8454
8455 2005-01-13 Kim F. Storm <storm@cua.dk>
8456
8457 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
8458
8459 2005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
8460
8461 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
8462
8463 2005-01-12 Kim F. Storm <storm@cua.dk>
8464
8465 * text.texi (Links and Mouse-1): Rename section from Enabling
8466 Mouse-1 to Following Links. Change xrefs.
8467 Add examples for define-button-type and define-widget.
8468
8469 * display.texi (Button Properties, Button Buffer Commands):
8470 Clarify mouse-1 and follow-link functionality.
8471
8472 2005-01-12 Richard M. Stallman <rms@gnu.org>
8473
8474 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
8475
8476 * display.texi (Beeping): Fix Texinfo usage.
8477
8478 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
8479
8480 2005-01-11 Kim F. Storm <storm@cua.dk>
8481
8482 * display.texi (Button Properties, Button Buffer Commands):
8483 Mention mouse-1 binding. Add follow-link keyword.
8484
8485 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
8486 (Enabling Mouse-1 to Follow Links): New subsection.
8487
8488 2005-01-06 Richard M. Stallman <rms@gnu.org>
8489
8490 * text.texi (Special Properties): Minor change.
8491
8492 * os.texi (Timers): Clarify previous change.
8493
8494 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
8495
8496 2005-01-01 Luc Teirlinck <teirllm@auburn.edu>
8497
8498 * display.texi (Face Attributes): Correct xref to renamed node.
8499
8500 2005-01-01 Richard M. Stallman <rms@gnu.org>
8501
8502 * display.texi (Face Attributes): Describe hex color specs.
8503
8504 2004-12-31 Richard M. Stallman <rms@gnu.org>
8505
8506 * os.texi (Timers): Update previous change.
8507
8508 2004-12-30 Kim F. Storm <storm@cua.dk>
8509
8510 * display.texi (Line Height): Total line-height is now specified
8511 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
8512 in cons cells. (nil . RATIO) is relative to actual line height.
8513 Use line-height `t' instead of `0' to get minimum height.
8514
8515 2004-12-29 Richard M. Stallman <rms@gnu.org>
8516
8517 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
8518
8519 2004-12-28 Richard M. Stallman <rms@gnu.org>
8520
8521 * commands.texi (Quitting): Clarify value of with-local-quit.
8522
8523 * elisp.texi (Top): Fix previous change.
8524
8525 * loading.texi (Loading): Fix previous change.
8526
8527 2004-12-27 Richard M. Stallman <rms@gnu.org>
8528
8529 * Makefile.in (MAKEINFO): Specify --force.
8530
8531 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
8532
8533 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
8534
8535 * display.texi (Line Height): Further clarify.
8536
8537 * elisp.texi (Top): Update Loading submenu.
8538
8539 * loading.texi (Where Defined): New node.
8540 (Unloading): load-history moved to Where Defined.
8541
8542 2004-12-21 Richard M. Stallman <rms@gnu.org>
8543
8544 * commands.texi (Event Input Misc): Add while-no-input.
8545
8546 2004-12-11 Richard M. Stallman <rms@gnu.org>
8547
8548 * display.texi (Line Height): Rewrite text for clarity.
8549
8550 2004-12-11 Kim F. Storm <storm@cua.dk>
8551
8552 * display.texi (Display): Add node "Line Height" to menu.
8553 (Line Height): New node. Move full description of line-spacing
8554 and line-height text properties here from text.texi.
8555 (Scroll Bars): Add vertical-scroll-bar variable.
8556
8557 * frames.texi (Window Frame Parameters): Remove line-height defvar.
8558
8559 * locals.texi (Standard Buffer-Local Variables): Fix xref for
8560 line-spacing and vertical-scroll-bar.
8561
8562 * text.texi (Special Properties): Just mention line-spacing and
8563 line-height here, add xref to new "Line Height" node.
8564
8565 2004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
8566
8567 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
8568
8569 * locals.texi (Standard Buffer-Local Variables):
8570 Add @xref for `line-spacing'.
8571
8572 2004-12-05 Richard M. Stallman <rms@gnu.org>
8573
8574 * Makefile.in (maintainer-clean): Remove the info files
8575 in $(infodir) where they are created.
8576
8577 2004-12-03 Richard M. Stallman <rms@gnu.org>
8578
8579 * windows.texi (Selecting Windows): get-lru-window and
8580 get-largest-window don't consider dedicated windows.
8581
8582 * text.texi (Undo): Document undo-in-progress.
8583
8584 2004-11-26 Richard M. Stallman <rms@gnu.org>
8585
8586 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
8587 Remove a few vars that are not always buffer-local.
8588
8589 2004-11-24 Luc Teirlinck <teirllm@auburn.edu>
8590
8591 * locals.texi (Standard Buffer-Local Variables): Comment out
8592 xref's to non-existent node `Yet to be written'.
8593
8594 2004-11-24 Richard M. Stallman <rms@gnu.org>
8595
8596 * processes.texi (Synchronous Processes): Grammar fix.
8597
8598 * numbers.texi (Comparison of Numbers): Add eql.
8599
8600 * locals.texi (Standard Buffer-Local Variables): Add many vars.
8601
8602 * intro.texi (Printing Notation): Fix previous change.
8603
8604 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
8605 and default-indicate-buffer-boundaries from here.
8606 (Usual Display): To here.
8607 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
8608 (Usual Display): Move tab-width up.
8609
8610 * customize.texi (Variable Definitions):
8611 Replace show-paren-mode example with tooltip-mode.
8612 (Simple Types, Composite Types, Defining New Types):
8613 Minor cleanups.
8614
8615 2004-11-21 Jesper Harder <harder@ifa.au.dk>
8616
8617 * processes.texi (Synchronous Processes, Output from Processes):
8618 Markup fix.
8619
8620 2004-11-20 Richard M. Stallman <rms@gnu.org>
8621
8622 * positions.texi (Skipping Characters): skip-chars-forward
8623 now handles char classes.
8624
8625 * intro.texi (Printing Notation): Avoid confusion of `print'
8626 when explaining @print.
8627
8628 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
8629
8630 * display.texi (Display Table Format): Minor fix.
8631
8632 * streams.texi (Output Functions): Fix print example.
8633
8634 * Makefile.in (elisp): New target.
8635 (dist): Depend on $(infodir)/elisp, not elisp.
8636 Copy the info files from $(infodir).
8637
8638 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
8639 read-from-minibuffer.
8640
8641 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
8642
8643 2004-11-19 Richard M. Stallman <rms@gnu.org>
8644
8645 * searching.texi (Regexp Search): Add search-whitespace-regexp.
8646
8647 2004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
8648
8649 * tips.texi (Coding Conventions): Fix typo.
8650
8651 2004-11-16 Richard M. Stallman <rms@gnu.org>
8652
8653 * tips.texi (Coding Conventions): Separate defvar and require
8654 methods to avoid warnings. Use require only when there are many
8655 functions and variables from that package.
8656
8657 * minibuf.texi (Minibuffer Completion): When ignoring case,
8658 predicate must not be case-sensitive.
8659
8660 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
8661 (Test Coverage): Don't talk about "splotches". Clarified.
8662
8663 2004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
8664
8665 * frames.texi (Window Frame Parameters): Fix typo.
8666
8667 2004-11-15 Kim F. Storm <storm@cua.dk>
8668
8669 * symbols.texi (Other Plists): Note that plist-get may signal error.
8670 Add safe-plist-get.
8671
8672 2004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
8673
8674 * modes.texi (Font Lock Basics): Fix typo.
8675
8676 2004-11-08 Richard M. Stallman <rms@gnu.org>
8677
8678 * syntax.texi (Syntax Table Functions): Add syntax-after.
8679
8680 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
8681
8682 * os.texi (Processor Run Time): New section documenting
8683 get-internal-run-time.
8684
8685 2004-11-06 Eli Zaretskii <eliz@gnu.org>
8686
8687 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
8688 it nukes elisp-cover.texi.
8689 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
8690 elisp-0 etc.
8691
8692 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
8693
8694 * commands.texi (Keyboard Macros): Document `append' return value
8695 of `defining-kbd-macro'.
8696
8697 2004-11-01 Richard M. Stallman <rms@gnu.org>
8698
8699 * commands.texi (Interactive Call): Add called-interactively-p.
8700
8701 2004-10-29 Simon Josefsson <jas@extundo.com>
8702
8703 * minibuf.texi (Reading a Password): Revert.
8704
8705 2004-10-28 Richard M. Stallman <rms@gnu.org>
8706
8707 * frames.texi (Display Feature Testing): Explain about "vendor".
8708
8709 2004-10-27 Richard M. Stallman <rms@gnu.org>
8710
8711 * commands.texi (Interactive Codes): `N' uses numeric prefix,
8712 not raw. Clarify `n'.
8713 (Interactive Call): Rewrite interactive-p, focusing on when
8714 and how to use it.
8715 (Misc Events): Clarify previous change.
8716
8717 * advice.texi (Simple Advice): Clarify what job the example does.
8718 (Around-Advice): Clarify ad-do-it.
8719 (Activation of Advice): An option of ad-default-compilation-action
8720 is `never', not `nil'.
8721
8722 2004-10-26 Kim F. Storm <storm@cua.dk>
8723
8724 * commands.texi (Interactive Codes): Add U code letter.
8725
8726 2004-10-25 Simon Josefsson <jas@extundo.com>
8727
8728 * minibuf.texi (Reading a Password): Add.
8729
8730 2004-10-24 Jason Rumney <jasonr@gnu.org>
8731
8732 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
8733 and wheel-down.
8734
8735 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
8736
8737 * processes.texi (Synchronous Processes): Document process-file.
8738
8739 2004-10-22 Kenichi Handa <handa@m17n.org>
8740
8741 * text.texi (translate-region): Document that it accepts also a
8742 char-table.
8743
8744 2004-10-22 David Ponce <david@dponce.com>
8745
8746 * windows.texi (Resizing Windows): Document the `preserve-before'
8747 argument of the functions `enlarge-window' and `shrink-window'.
8748
8749 2004-10-19 Jason Rumney <jasonr@gnu.org>
8750
8751 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
8752
8753 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
8754
8755 * text.texi (Filling): Add anchor for definition of
8756 `sentence-end-double-space'.
8757
8758 * searching.texi (Regexp Example): Update description of how
8759 Emacs currently recognizes the end of a sentence.
8760 (Standard Regexps): Update definition of the variable
8761 `sentence-end'. Add definition of the function `sentence-end'.
8762
8763 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
8764
8765 * display.texi (Progress): New node.
8766
8767 2004-10-05 Kim F. Storm <storm@cua.dk>
8768
8769 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
8770
8771 2004-09-29 Kim F. Storm <storm@cua.dk>
8772
8773 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
8774 to identify bitmaps. Remove -fringe-bitmap suffix for standard
8775 fringe bitmap symbols, as they now have their own namespace.
8776 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
8777 vs. pixels. Signal error if no free bitmap slots.
8778 (Pixel Specification): Change IMAGE to @var{image}.
8779
8780 2004-09-28 Richard M. Stallman <rms@gnu.org>
8781
8782 * text.texi (Special Properties): Clarify line-spacing and line-height.
8783
8784 * searching.texi (Regexp Search): Add looking-back.
8785
8786 2004-09-25 Luc Teirlinck <teirllm@auburn.edu>
8787
8788 * display.texi: Correct typos.
8789 (Image Descriptors): Correct xref's.
8790
8791 2004-09-25 Richard M. Stallman <rms@gnu.org>
8792
8793 * text.texi (Special Properties): Cleanups in `cursor'.
8794 Rewrites in `line-height' and `line-spacing'; exchange them.
8795
8796 * display.texi (Fringes): Rewrite previous change.
8797 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
8798 (Display Fringe Bitmaps): Node deleted, text moved.
8799 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
8800 (Scroll Bars): Clarify set-window-scroll-bars.
8801 (Pointer Shape): Rewrite.
8802 (Specified Space): Clarify :align-to, etc.
8803 (Pixel Specification): Use @var. Clarify new text.
8804 (Other Display Specs): Clarify `slice'.
8805 (Image Descriptors): Cleanups.
8806 (Showing Images): Cleanups.
8807
8808 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
8809
8810 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
8811
8812 * modes.texi: Various minor changes in addition to:
8813 (Major Mode Conventions): Final call to `run-mode-hooks' should
8814 not be inside the `delay-mode-hooks' form.
8815 (Mode Hooks): New node.
8816 (Hooks): Delete obsolete example.
8817 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
8818 node "Mode Hooks".
8819
8820 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
8821
8822 * display.texi: Correct various typos.
8823 (Display): Rename node "Pointer Shapes" to "Pointer
8824 Shape". (There is already a node called "Pointer Shapes" in
8825 frames.texi.)
8826 (Images): Remove non-existent node "Image Slices" from menu.
8827
8828 2004-09-23 Kim F. Storm <storm@cua.dk>
8829
8830 * text.texi (Special Properties): Add `cursor', `pointer',
8831 `line-height', and `line-spacing' properties.
8832
8833 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
8834 Shapes' to menu.
8835 (Standard Faces): Doc fix for fringe face.
8836 (Fringes): Add `overflow-newline-into-fringe' and
8837 'indicate-buffer-boundaries'.
8838 (Fringe Bitmaps, Pointer Shapes): New nodes.
8839 (Display Property): Add 'Pixel Specification' and 'Display Fringe
8840 Bitmaps' to menu.
8841 (Specified Space): Describe pixel width and height.
8842 (Pixel Specification): New node.
8843 (Other Display Specs): Add `slice' property.
8844 (Display Fringe Bitmaps): New node.
8845 (Images): Add 'Image Slices' to menu.
8846 (Image Descriptors): Add `:pointer' and `:map' properties.
8847 (Showing Images): Add slice arg to `insert-image'.
8848 Add 'insert-sliced-image'.
8849
8850 2004-09-20 Richard M. Stallman <rms@gnu.org>
8851
8852 * commands.texi (Key Sequence Input):
8853 Clarify downcasing in read-key-sequence.
8854
8855 2004-09-08 Juri Linkov <juri@jurta.org>
8856
8857 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
8858
8859 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
8860
8861 * locals.texi (Standard Buffer-Local Variables):
8862 Add `buffer-auto-save-file-format'.
8863 * internals.texi (Buffer Internals): Describe new
8864 auto_save_file_format field of the buffer structure.
8865 * files.texi (Format Conversion): `auto-save-file-format' has been
8866 renamed `buffer-auto-save-file-format'.
8867
8868 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
8869
8870 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
8871 an integer or a marker.
8872 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
8873
8874 2004-08-22 Richard M. Stallman <rms@gnu.org>
8875
8876 * modes.texi (Major Mode Conventions): Discuss rebinding of
8877 standard key bindings.
8878
8879 2004-08-18 Kim F. Storm <storm@cua.dk>
8880
8881 * processes.texi (Accepting Output): Add `just-this-one' arg to
8882 `accept-process-output'.
8883 (Output from Processes): New var `process-adaptive-read-buffering'.
8884
8885 2004-08-10 Luc Teirlinck <teirllm@auburn.edu>
8886
8887 * keymaps.texi: Various changes in addition to:
8888 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
8889 Give more varied examples for `kbd'.
8890 (Creating Keymaps): Char tables have slots for all characters
8891 without modifiers.
8892 (Active Keymaps): `overriding-local-map' and
8893 `overriding-terminal-local-map' also override text property and
8894 overlay keymaps.
8895 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
8896 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
8897 to denote a prefix of no events.
8898 `map-keymap' includes parent's bindings _recursively_.
8899 Clarify and correct description of `where-is-internal'.
8900 Mention BUFFER-OR-NAME arg to `describe-bindings'.
8901 (Menu Example): For menus intended for use with the keyboard, the
8902 menu items should be bound to characters or real function keys.
8903
8904 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
8905
8906 * objects.texi (Character Type): Reposition `@anchor' to prevent
8907 double space inside sentence in Info.
8908
8909 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
8910 renamed to `disabled-command-function'.
8911 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
8912 (Command Loop Info): Replace reference to it.
8913 (Disabling Commands): `disabled-command-hook' has been renamed to
8914 `disabled-command-function'.
8915
8916 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
8917
8918 * os.texi (Translating Input): Only non-prefix bindings in
8919 `key-translation-map' override actual key bindings. Warn about
8920 possible indirect effect of actual key bindings on non-prefix
8921 bindings in `key-translation-map'.
8922
8923 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
8924
8925 * minibuf.texi (High-Level Completion): Add anchor for definition
8926 of `read-variable'.
8927
8928 * commands.texi: Various changes in addition to:
8929 (Using Interactive): Clarify description of `interactive-form'.
8930 (Interactive Call): Mention default for KEYS argument to
8931 `call-interactively'.
8932 (Command Loop Info): Clarify description of `this-command-keys'.
8933 Mention KEEP-RECORD argument to `clear-this-command-keys'.
8934 Value of `last-event-frame' can be `macro'.
8935 (Repeat Events): `double-click-fuzz' is also used to distinguish
8936 clicks and drags.
8937 (Classifying Events): Clarify descriptions of `event-modifiers'
8938 `event-basic-type' and `event-convert-list'.
8939 (Accessing Events): `posn-timestamp' takes POSITION argument.
8940 (Quoted Character Input): Clarify description of
8941 `read-quoted-char' and fix example.
8942 (Quitting): Add `with-local-quit'.
8943 (Disabling Commands): Correct and clarify descriptions of
8944 `enable-command' and `disable-command'.
8945 Mention what happens if `disabled-command-hook' is nil.
8946 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
8947 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
8948
8949 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
8950
8951 * frames.texi: Various changes in addition to:
8952 (Creating Frames): Expand and clarify description of `make-frame'.
8953 (Window Frame Parameters): Either none or both of the `icon-left'
8954 and `icon-top' parameters must be specified. Put descriptions of
8955 `menu-bar-lines' and `toolbar-lines' closer together and change
8956 them accordingly.
8957 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
8958 except while processing `frame-title-format' or `icon-title-format'.
8959 (Deleting Frames): Correct description of `delete-frame'.
8960 Non-nil return values of `frame-live-p' are like those of `framep'.
8961 (Frames and Windows): Mention return value of
8962 `set-frame-selected-window'.
8963 (Visibility of Frames): Mention `force' argument to
8964 `make-frame-invisible'. `frame-visible-p' returns t for all
8965 frames on text-only terminals.
8966 (Frame Configurations): Restoring a frame configuration does not
8967 restore deleted frames.
8968 (Window System Selections): `x-set-selection' returns DATA.
8969 (Resources): Add example.
8970 (Display Feature Testing): Clarify descriptions of
8971 `display-pixel-height', `display-pixel-width', `x-server-version'
8972 and `x-server-vendor'.
8973
8974 * windows.texi (Choosing Window): Add anchor.
8975 * minibuf.texi (Minibuffer Misc): Add anchor.
8976
8977 2004-07-23 John Paul Wallington <jpw@gnu.org>
8978
8979 * macros.texi (Defining Macros): Declaration keyword for setting
8980 Edebug spec is `debug' not `edebug'.
8981
8982 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
8983
8984 * windows.texi: Various small changes in addition to:
8985 (Window Point): Mention return value of `set-window-point'.
8986 (Window Start): `pos-visible-in-window-p' disregards horizontal
8987 scrolling. Explain return value if PARTIALLY is non-nil.
8988 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
8989 and `set-window-vscroll'.
8990 (Size of Window): The argument WINDOW to `window-inside-edges',
8991 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
8992 (Resizing Windows): Explain return value of
8993 `shrink-window-if-larger-than-buffer'.
8994 `window-size-fixed' automatically becomes buffer local when set.
8995 (Window Configurations): Explain return value of
8996 `set-window-configuration'.
8997
8998 * minibuf.texi (Minibuffer Misc): Add anchor for
8999 `minibuffer-scroll-window'.
9000
9001 * positions.texi (Text Lines): Add anchor for `count-lines'.
9002
9003 2004-07-17 Richard M. Stallman <rms@gnu.org>
9004
9005 * display.texi (Overlay Properties): Adding `evaporate' prop
9006 deletes empty overlay immediately.
9007
9008 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
9009 fix example.
9010
9011 2004-07-16 Jim Blandy <jimb@redhat.com>
9012
9013 * searching.texi (Regexp Backslash): Document new \_< and \_>
9014 operators.
9015
9016 2004-07-16 Juanma Barranquero <lektu@terra.es>
9017
9018 * display.texi (Images): Fix Texinfo usage.
9019
9020 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
9021
9022 * buffers.texi (Modification Time): `visited-file-modtime' now
9023 returns a list of two integers, instead of a cons.
9024
9025 2004-07-13 Luc Teirlinck <teirllm@auburn.edu>
9026
9027 * windows.texi: Various changes in addition to:
9028 (Splitting Windows): Add `split-window-keep-point'.
9029
9030 2004-07-09 Richard M. Stallman <rms@gnu.org>
9031
9032 * frames.texi (Input Focus): Minor fix.
9033
9034 2004-07-07 Luc Teirlinck <teirllm@auburn.edu>
9035
9036 * frames.texi (Input Focus): Clarify descriptions of
9037 `select-frame-set-input-focus' and `select-frame'.
9038
9039 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
9040
9041 * os.texi: Various small changes in addition to:
9042 (Killing Emacs): Expand and clarify description of
9043 `kill-emacs-query-functions' and `kill-emacs-hook'.
9044 (System Environment): Expand and clarify description of `getenv'
9045 and `setenv'.
9046 (Timers): Clarify description of `run-at-time'.
9047 (Translating Input): Correct description of
9048 `extra-keyboard-modifiers'.
9049 (Flow Control): Correct description of `enable-flow-control'.
9050
9051 2004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
9052
9053 * os.texi: Update copyright.
9054 (Session Management): Grammar fix.
9055 Clarify which Emacs does the restarting.
9056 Use @samp for *scratch* buffer.
9057
9058 2004-07-04 Alan Mackenzie <acm@muc.de>
9059
9060 * frames.texi (Input Focus): Add documentation for
9061 `select-frame-set-input-focus'. Replace refs to non-existent
9062 `switch-frame' with `select-frame'. Minor corrections and tidying
9063 up of text-only terminal stuff.
9064
9065 2004-07-02 Richard M. Stallman <rms@gnu.org>
9066
9067 * files.texi (Saving Buffers): Cleanup write-contents-function.
9068 (Magic File Names): Cleanup file-remote-p.
9069
9070 2004-07-02 Kai Großjohann <kai@emptydomain.de>
9071
9072 * files.texi (Magic File Names): `file-remote-p' returns an
9073 identifier of the remote system, not just t.
9074
9075 2004-07-02 David Kastrup <dak@gnu.org>
9076
9077 * searching.texi (Entire Match Data): Add explanation about new
9078 match-data behavior when @var{integers} is non-nil.
9079
9080 2004-06-24 Richard M. Stallman <rms@gnu.org>
9081
9082 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
9083
9084 * customize.texi (Variable Definitions): Note about doc strings
9085 and :set.
9086
9087 * keymaps.texi (Keymap Terminology): Document `kbd'.
9088 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
9089
9090 * display.texi (Invisible Text): Setting buffer-invisibility-spec
9091 makes it buffer-local.
9092
9093 * files.texi (Saving Buffers): Correct previous change.
9094
9095 * commands.texi (Accessing Events):
9096 Clarify posn-col-row and posn-actual-col-row.
9097
9098 2004-06-24 David Ponce <david.ponce@wanadoo.fr>
9099
9100 * commands.texi (Accessing Events): New functions
9101 posn-at-point and posn-at-x-y. Add example to posn-x-y.
9102
9103 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
9104
9105 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
9106 * frames.texi, buffers.texi, backups.texi, variables.texi:
9107 * loading.texi, eval.texi, functions.texi, control.texi:
9108 * symbols.texi, minibuf.texi: Reposition @anchor's.
9109
9110 * help.texi: Various small changes in addition to the following.
9111 (Describing Characters): Describe PREFIX argument to
9112 `key-description'. Correct and clarify definition of
9113 `text-char-description'. Describe NEED-VECTOR argument to
9114 `read-kbd-macro'.
9115 (Help Functions): Clarify definition of `apropos'.
9116
9117 2004-06-23 Lars Hansen <larsh@math.ku.dk>
9118
9119 * files.texi (Saving Buffers): Correct description of
9120 `write-contents-functions'.
9121
9122 2004-06-21 Juanma Barranquero <lektu@terra.es>
9123
9124 * display.texi (Images): Remove redundant @vindex directives.
9125 Rewrite `image-library-alist' doc in active voice.
9126
9127 2004-06-14 Juanma Barranquero <lektu@terra.es>
9128
9129 * display.texi (Images): Document new delayed library loading,
9130 variable `image-library-alist' and (existing but undocumented)
9131 function `image-type-available-p'.
9132
9133 2004-06-05 Richard M. Stallman <rms@gnu.org>
9134
9135 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
9136 refer the user to the Initial Input node.
9137 (Text from Minibuffer): Likewise.
9138 (Initial Input): New node. Document this feature
9139 and say it is mostly deprecated.
9140
9141 2004-05-30 Richard M. Stallman <rms@gnu.org>
9142
9143 * loading.texi (Named Features): Clarify return value
9144 and meaning of NOERROR.
9145
9146 * variables.texi (File Local Variables): Minor cleanup.
9147
9148 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
9149
9150 * files.texi (Magic File Names): Add `file-remote-p' as operation
9151 of file name handlers.
9152
9153 2004-05-29 Richard M. Stallman <rms@gnu.org>
9154
9155 * modes.texi (Minor Mode Conventions): (-) has no special meaning
9156 as arg to a minor mode command.
9157
9158 2004-05-22 Richard M. Stallman <rms@gnu.org>
9159
9160 * syntax.texi (Syntax Class Table): Word syntax not just for English.
9161
9162 * streams.texi (Output Variables): Doc float-output-format.
9163
9164 * searching.texi (Regexp Special): Nested repetition can be infloop.
9165
9166 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
9167 real stack overflow.
9168
9169 * compile.texi: Minor cleanups.
9170
9171 2004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
9172
9173 * lists.texi (Cons Cells): Explain dotted lists, true lists,
9174 circular lists.
9175 (List Elements): Explain handling of circular and dotted lists.
9176
9177 2004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
9178
9179 * modes.texi (Search-based Fontification): Fix typo.
9180
9181 2004-05-10 Juanma Barranquero <lektu@terra.es>
9182
9183 * modes.texi (Mode Line Variables): Fix description of
9184 global-mode-string, which is now after which-func-mode, not the
9185 buffer name.
9186
9187 2004-05-07 Lars Hansen <larsh@math.ku.dk>
9188
9189 * modes.texi (Desktop Save Mode): Add.
9190 (Modes): Add menu entry Desktop Save Mode.
9191
9192 * hooks.texi: Add desktop-after-read-hook,
9193 desktop-no-desktop-file-hook and desktop-save-hook.
9194
9195 * locals.texi: Add desktop-save-buffer.
9196
9197 2004-04-30 Jesper Harder <harder@ifa.au.dk>
9198
9199 * display.texi: emacs -> Emacs.
9200
9201 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
9202
9203 * files.texi (Changing Files): Document set-file-times.
9204
9205 2004-04-23 Juanma Barranquero <lektu@terra.es>
9206
9207 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9208
9209 2004-04-18 Jesper Harder <harder@ifa.au.dk>
9210
9211 * tips.texi (Coding Conventions): defopt -> defcustom.
9212
9213 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
9214
9215 * sequences.texi: Various clarifications.
9216
9217 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
9218
9219 * buffers.texi (Read Only Buffers): Mention optional ARG to
9220 `toggle-read-only'.
9221
9222 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
9223
9224 * windows.texi (Selecting Windows): Note that get-lru-window
9225 returns a full-width window if possible.
9226
9227 2004-04-13 Luc Teirlinck <teirllm@auburn.edu>
9228
9229 * buffers.texi: Various changes in addition to:
9230 (Buffer File Name): Add `find-buffer-visiting'.
9231 (Buffer Modification): Mention optional ARG to `not-modified'.
9232 (Indirect Buffers): Mention optional CLONE argument to
9233 `make-indirect-buffer'.
9234
9235 * files.texi: Various changes in addition to:
9236 (Visiting Functions): `find-file-hook' is now a normal hook.
9237 (File Name Expansion): Explain difference between the way that
9238 `expand-file-name' and `file-truename' treat `..'.
9239 (Contents of Directories): Mention optional ID-FORMAT argument to
9240 `directory-files-and-attributes'.
9241 (Format Conversion): Mention new optional CONFIRM argument to
9242 `format-write-file'.
9243
9244 2004-04-12 Miles Bader <miles@gnu.org>
9245
9246 * macros.texi (Expansion): Add description of `macroexpand-all'.
9247
9248 2004-04-05 Jesper Harder <harder@ifa.au.dk>
9249
9250 * variables.texi (Variable Aliases):
9251 Mention cyclic-variable-indirection.
9252
9253 * errors.texi (Standard Errors): Ditto.
9254
9255 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
9256
9257 * backups.texi: Various small changes in addition to:
9258 (Making Backups): Mention return value of `backup-buffer'.
9259 (Auto-Saving): Mention optional FORCE argument to
9260 `delete-auto-save-file-if-necessary'.
9261 (Reverting): Mention optional PRESERVE-MODES argument to
9262 `revert-buffer'. Correct description of `revert-buffer-function'.
9263
9264 2004-03-22 Juri Linkov <juri@jurta.org>
9265
9266 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
9267 with `Vector Functions'.
9268
9269 * text.texi (Sorting): Add missing quote.
9270
9271 2004-03-14 Luc Teirlinck <teirllm@auburn.edu>
9272
9273 * intro.texi (Lisp History): Replace xref to `cl' manual with
9274 inforef.
9275
9276 2004-03-12 Richard M. Stallman <rms@gnu.org>
9277
9278 * intro.texi (Version Info): Add arg to emacs-version.
9279 (Lisp History): Change xref to CL manual.
9280
9281 2004-03-09 Luc Teirlinck <teirllm@auburn.edu>
9282
9283 * minibuf.texi (Completion Commands): Add xref to Emacs manual
9284 for Partial Completion mode.
9285
9286 2004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
9287
9288 * customize.texi: Fix typo. Remove eol whitespace.
9289
9290 2004-03-04 Richard M. Stallman <rms@gnu.org>
9291
9292 * processes.texi: Fix typos.
9293
9294 * lists.texi (Building Lists): Minor clarification.
9295
9296 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
9297 in make-hash-table.
9298
9299 2004-02-29 Juanma Barranquero <lektu@terra.es>
9300
9301 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
9302 rm, and ignore exit code.
9303
9304 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
9305
9306 * display.texi (Defining Faces): Add description for min-colors.
9307 Update example.
9308
9309 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
9310
9311 * abbrevs.texi: Various corrections and clarifications in addition
9312 to the following:
9313 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
9314
9315 2004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
9316
9317 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
9318
9319 2004-02-21 Luc Teirlinck <teirllm@auburn.edu>
9320
9321 * text.texi: Various small changes in addition to the following:
9322 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
9323 to delete-horizontal-space.
9324 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
9325 description of yank-handler text property at various places.
9326
9327 * frames.texi (Window System Selections): Add anchor.
9328
9329 * syntax.texi (Syntax Table Functions): Clarify and correct
9330 descriptions of make-syntax-table and copy-syntax-table.
9331 (Motion and Syntax): Clarify SYNTAXES argument to
9332 skip-syntax-forward.
9333 (Parsing Expressions): Mention that the return value of
9334 parse-partial-sexp is currently a list of ten rather than nine
9335 elements.
9336 (Categories): Various corrections and clarifications.
9337
9338 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
9339
9340 * markers.texi (Marker Insertion Types): Minor change.
9341
9342 * locals.texi (Standard Buffer-Local Variables):
9343 * commands.texi (Interactive Codes, Using Interactive):
9344 * functions.texi (Related Topics): Fix xrefs.
9345
9346 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
9347
9348 * lists.texi (Sets And Lists): Update description of delete-dups.
9349
9350 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
9351
9352 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
9353
9354 2004-02-16 Jan Djärv <jan.h.d@swipnet.se>
9355
9356 * frames.texi (Parameter Access): frame-parameters arg is optional.
9357 modify-frame-parameters handles nil for FRAME.
9358 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
9359 are all-or-nothing for certain toolkits.
9360 Mention parameter wait-for-wm.
9361 (Frames and Windows): In frame-first-window and frame-selected-window
9362 the arg is optional.
9363 (Input Focus): In redirect-frame-focus the second arg is optional.
9364 (Window System Selections): Mention selection type CLIPBOARD.
9365 Mention data-type UTF8_STRING.
9366 Mention numbering of cut buffers.
9367 (Resources): Describe x-resource-name.
9368
9369 2004-02-16 Richard M. Stallman <rms@gnu.org>
9370
9371 * windows.texi (Buffers and Windows): Delete false table
9372 about all-frames.
9373
9374 * syntax.texi (Parsing Expressions): Delete old caveat
9375 about parse-sexp-ignore-comments.
9376
9377 * streams.texi (Output Variables): Add print-quoted.
9378
9379 * lists.texi (Building Lists): Minor cleanup.
9380
9381 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
9382
9383 * display.texi (Overlays): Explain overlays use markers.
9384 (Managing Overlays): Explain front-advance and rear-advance
9385 in more detail.
9386
9387 * loading.texi (Unloading): Document unload-feature-special-hooks.
9388 Get rid of fns-NNN.el file.
9389
9390 2004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
9391
9392 * help.texi (Describing Characters): Fix text-char-description
9393 example output.
9394
9395 * edebug.texi (Using Edebug): Fix example.
9396
9397 * debugging.texi (Internals of Debugger): Fix return value.
9398
9399 * files.texi (Changing Files): Fix argname.
9400
9401 * calendar.texi: Fix parens, and default values.
9402
9403 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
9404 * nonascii.texi, objects.texi, os.texi: Minor fixes.
9405 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
9406
9407 * positions.texi (Text Lines): Don't add -1 in current-line.
9408
9409 2004-02-16 Richard M. Stallman <rms@gnu.org>
9410
9411 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
9412
9413 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
9414
9415 * processes.texi (Low-Level Network): Fix a typo.
9416
9417 2004-02-12 Kim F. Storm <storm@cua.dk>
9418
9419 * display.texi (Fringes): Use consistent wording.
9420 Note that window-fringe's window arg is optional.
9421 (Scroll Bars): Use consistent wording.
9422
9423 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
9424
9425 * tips.texi (Comment Tips): Document the new conventions for
9426 commenting out code.
9427
9428 2004-02-07 Jan Djärv <jan.h.d@swipnet.se>
9429
9430 * positions.texi (Text Lines): Add missing end defun.
9431
9432 2004-02-07 Kim F. Storm <storm@cua.dk>
9433
9434 * positions.texi (Text Lines): Add line-number-at-pos.
9435
9436 2004-02-06 John Paul Wallington <jpw@gnu.org>
9437
9438 * display.texi (Button Properties, Button Buffer Commands):
9439 mouse-2 invokes button, not down-mouse-1.
9440
9441 2004-02-04 Jason Rumney <jasonr@gnu.org>
9442
9443 * makefile.w32-in: Sync with Makefile.in changes.
9444
9445 2004-02-03 Luc Teirlinck <teirllm@auburn.edu>
9446
9447 * minibuf.texi (Text from Minibuffer): Various corrections and
9448 clarifications.
9449 (Object from Minibuffer): Correct Lisp description of
9450 read-minibuffer.
9451 (Minibuffer History): Clarify description of cons values for
9452 HISTORY arguments.
9453 (Basic Completion): Various corrections and clarifications.
9454 Add completion-regexp-list.
9455 (Minibuffer Completion): Correct and clarify description of
9456 completing-read.
9457 (Completion Commands): Mention Partial Completion mode.
9458 Various other minor changes.
9459 (High-Level Completion): Various corrections and clarifications.
9460 (Reading File Names): Ditto.
9461 (Minibuffer Misc): Ditto.
9462
9463 2004-01-26 Luc Teirlinck <teirllm@auburn.edu>
9464
9465 * strings.texi (Text Comparison): assoc-string also matches
9466 elements of alists that are strings instead of conses.
9467 (Formatting Strings): Standardize Texinfo usage. Update index
9468 entries.
9469
9470 2004-01-20 Luc Teirlinck <teirllm@auburn.edu>
9471
9472 * lists.texi (Sets And Lists): Add delete-dups.
9473
9474 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
9475
9476 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
9477 special form.
9478 * macros.texi (Defining Macros): Update description of `declare',
9479 which now is a macro.
9480 (Wrong Time): Fix typos.
9481
9482 2004-01-14 Luc Teirlinck <teirllm@auburn.edu>
9483
9484 * compile.texi (Compilation Functions): Expand descriptions of
9485 `compile-defun', `byte-compile-file', `byte-recompile-directory'
9486 and `batch-byte-compile'. In particular, mention and describe
9487 all optional arguments.
9488 (Disassembly): Correct and clarify the description of `disassemble'.
9489
9490 2004-01-11 Luc Teirlinck <teirllm@auburn.edu>
9491
9492 * searching.texi: Various small changes in addition to the
9493 following.
9494 (Regexp Example): Adapt to new value of `sentence-end'.
9495 (Regexp Functions): The PAREN argument to `regexp-opt' can be
9496 `words'.
9497 (Search and Replace): Add usage note for `perform-replace'.
9498 (Entire Match Data): Mention INTEGERS and REUSE arguments to
9499 `match-data'.
9500 (Standard Regexps): Update for new values of `paragraph-start'
9501 and `sentence-end'.
9502
9503 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
9504
9505 * files.texi (Saving Buffers): Clarify descriptions of
9506 `write-contents-functions' and `before-save-hook'.
9507 Make the defvar's for `before-save-hook' and `after-save-hook'
9508 into defopt's.
9509
9510 2004-01-07 Kim F. Storm <storm@cua.dk>
9511
9512 * commands.texi (Click Events): Describe new image and
9513 width/height elements of click events.
9514 (Accessing Events): Add posn-string, posn-image, and
9515 posn-object-width-height. Change posn-object to return either
9516 image or string object.
9517
9518 2004-01-01 Simon Josefsson <jas@extundo.com>
9519
9520 * hooks.texi (Standard Hooks): Add before-save-hook.
9521 * files.texi (Saving Buffers): Likewise.
9522
9523 2004-01-03 Richard M. Stallman <rms@gnu.org>
9524
9525 * frames.texi (Frames and Windows): Delete frame-root-window.
9526
9527 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
9528
9529 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
9530
9531 * functions.texi: Various small changes in addition to the
9532 following.
9533 (What Is a Function): `functionp' returns nil for macros.
9534 Clarify behavior of this and following functions for symbol arguments.
9535 (Function Documentation): Add `\' in front of (fn @var{arglist})
9536 and explain why.
9537 (Defining Functions): Mention DOCSTRING argument to `defalias'.
9538 Add anchor.
9539 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
9540
9541 2004-01-01 Miles Bader <miles@gnu.org>
9542
9543 * display.texi (Buttons): New section.
9544
9545 2003-12-31 Andreas Schwab <schwab@suse.de>
9546
9547 * numbers.texi (Math Functions): sqrt reports a domain-error
9548 error.
9549 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
9550
9551 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
9552
9553 * tips.texi (Documentation Tips): Update item on hyperlinks in
9554 documentation strings.
9555
9556 * errors.texi (Standard Errors): Various small corrections and
9557 additions.
9558
9559 * control.texi: Various small changes in addition to the
9560 following.
9561 (Signaling Errors): Provide some more details on how `signal'
9562 constructs the error message. Add anchor to the definition of
9563 `signal'.
9564 (Error Symbols): Describe special treatment of `quit'.
9565 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
9566 to emphasize that it has to be a single form.
9567
9568 * buffers.texi: Add anchor.
9569
9570 2003-12-29 Richard M. Stallman <rms@gnu.org>
9571
9572 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
9573 (Window Configurations): Add window-configuration-frame.
9574
9575 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
9576
9577 * text.texi (Examining Properties): Add get-char-property-and-overlay.
9578 Change arg name in get-char-property.
9579 (Special Properties): Update handling of keymap property.
9580
9581 * strings.texi (Modifying Strings): Add clear-string.
9582 (Text Comparison): Add assoc-string and remove
9583 assoc-ignore-case, assoc-ignore-representation.
9584
9585 * os.texi (Time of Day): Add set-time-zone-rule.
9586
9587 * numbers.texi (Math Functions): asin, acos, log, log10
9588 report domain-error errors.
9589
9590 * nonascii.texi (Converting Representations):
9591 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
9592 (Encoding and I/O): Add file-name-coding-system.
9593
9594 * modes.texi (Search-based Fontification): Explain that
9595 face specs are symbols with face names as values.
9596
9597 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
9598
9599 * lists.texi (Building Lists): remq moved elsewhere.
9600 (Sets And Lists): remq moved here.
9601 (Association Lists): Refer to assoc-string.
9602
9603 * internals.texi (Garbage Collection): Add memory-use-counts.
9604
9605 * frames.texi (Frames and Windows): Add set-frame-selected-window
9606 and frame-root-window.
9607
9608 * files.texi (Contents of Directories):
9609 Add directory-files-and-attributes.
9610
9611 * display.texi (Refresh Screen): Add force-window-update.
9612 (Invisible Text): Explain about moving point out of invis text.
9613 (Overlay Properties): Add overlay-properties.
9614 (Managing Overlays): Add overlayp.
9615 (GIF Images): Invalid image number displays a hollow box.
9616
9617 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
9618 (Killing Buffers): Add buffer-live-p.
9619
9620 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
9621
9622 * display.texi (Fringes): Fix typo "set-buffer-window".
9623
9624 2003-12-24 Luc Teirlinck <teirllm@auburn.edu>
9625
9626 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
9627 * nonascii.texi, processes.texi, tips.texi, variables.texi:
9628 Add or change various xrefs and anchors.
9629
9630 * commands.texi: Replace all occurrences of @acronym{CAR} with
9631 @sc{car}, for consistency with the rest of the Elisp manual.
9632 `car' and `cdr' are historically acronyms, but are no longer
9633 widely thought of as such.
9634
9635 * internals.texi (Pure Storage): Mention that `purecopy' does not
9636 copy text properties.
9637 (Object Internals): Now 29 bits are used (in most implementations)
9638 to address Lisp objects.
9639
9640 * variables.texi (Variables with Restricted Values): New node.
9641
9642 * objects.texi (Lisp Data Types): Mention that certain variables
9643 can only take on a restricted set of values and add an xref to
9644 the new node "Variables with Restricted Values".
9645
9646 * eval.texi (Function Indirection): Describe the errors that
9647 `indirect-function' can signal.
9648 (Eval): Clarify the descriptions of `eval-region' and `values'.
9649 Describe `eval-buffer' instead of `eval-current-buffer' and
9650 mention `eval-current-buffer' as an alias for `current-buffer'.
9651 Correct the description and mention all optional arguments.
9652
9653 * nonascii.texi: Various small changes in addition to the
9654 following.
9655 (Converting Representations): Clarify behavior of
9656 `string-make-multibyte' and `string-to-multibyte' for unibyte all
9657 ASCII arguments.
9658 (Character Sets): Document the variable `charset-list' and adapt
9659 the definition of the function `charset-list' accordingly.
9660 (Translation of Characters): Clarify use of generic characters in
9661 `make-translation-table'. Clarify and correct the description of
9662 the use of translation tables in encoding and decoding.
9663 (User-Chosen Coding Systems): Correct and clarify the description
9664 of `select-safe-coding-system'.
9665 (Default Coding Systems): Clarify description of
9666 `file-coding-system-alist'.
9667
9668 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
9669
9670 * strings.texi (Text Comparison): Correctly describe when two
9671 strings are `equal'. Combine and clarify descriptions of
9672 `assoc-ignore-case' and `assoc-ignore-representation'.
9673
9674 * objects.texi (Non-ASCII in Strings): Clarify description of
9675 when a string is unibyte or multibyte.
9676 (Bool-Vector Type): Update examples.
9677 (Equality Predicates): Correctly describe when two strings are
9678 `equal'.
9679
9680 2003-11-29 Luc Teirlinck <teirllm@auburn.edu>
9681
9682 * lists.texi (Building Lists): `append' no longer accepts integer
9683 arguments. Update the description of `number-sequence' to reflect
9684 recent changes.
9685 (Sets And Lists): Describe `member-ignore-case' after `member'.
9686
9687 2003-11-27 Kim F. Storm <storm@cua.dk>
9688
9689 * commands.texi (Click Events): Click object may be an images.
9690 Describe (dx . dy) element of click positions.
9691 (Accessing Events): Remove duplicate posn-timestamp.
9692 New functions posn-object and posn-object-x-y.
9693
9694 2003-11-23 Kim F. Storm <storm@cua.dk>
9695
9696 * commands.texi (Click Events): Describe enhancements to event
9697 position lists, including new text-pos and (col . row) items.
9698 Mention left-fringe and right-fringe area events.
9699 (Accessing Events): New functions posn-area and
9700 posn-actual-col-row. Mention posn-timestamp. Mention that
9701 posn-point in non-text area still returns buffer position.
9702 Clarify posn-col-row.
9703
9704 2003-11-21 Lars Hansen <larsh@math.ku.dk>
9705
9706 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
9707 * anti.texi (File Attributes): Describe removed parameter
9708 ID-FORMAT.
9709
9710 2003-11-20 Luc Teirlinck <teirllm@auburn.edu>
9711
9712 * positions.texi (Positions): Mention that, if a marker is used as
9713 a position, its buffer is ignored.
9714
9715 * markers.texi (Overview of Markers): Mention it here too.
9716
9717 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
9718
9719 * numbers.texi (Numeric Conversions): Not just `floor', but also
9720 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
9721
9722 2003-11-10 Luc Teirlinck <teirllm@auburn.edu>
9723
9724 * markers.texi (Creating Markers): Specify insertion type of
9725 created markers. Add xref to `Marker Insertion Types'.
9726 Second argument to `copy-marker' is optional.
9727 (Marker Insertion Types): Mention that most markers are created
9728 with insertion type nil.
9729 (The Mark): Correctly describe when `mark' signals an error.
9730 (The Region): Correctly describe when `region-beginning' and
9731 `region-end' signal an error.
9732
9733 2003-11-08 Luc Teirlinck <teirllm@auburn.edu>
9734
9735 * hash.texi (Creating Hash): Clarify description of `eql'.
9736 `makehash' is obsolete.
9737 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
9738
9739 * positions.texi (Point): Change description of `buffer-end', so
9740 that it is also correct for floating point arguments.
9741 (List Motion): Correct argument lists of `beginning-of-defun' and
9742 `end-of-defun'.
9743 (Excursions): Add xref to `Marker Insertion Types'.
9744 (Narrowing): Argument to `narrow-to-page' is optional.
9745
9746 2003-11-06 Luc Teirlinck <teirllm@auburn.edu>
9747
9748 * streams.texi (Output Streams): Clarify behavior of point for
9749 marker output streams.
9750
9751 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
9752
9753 * variables.texi (Defining Variables): Second argument to
9754 `defconst' is not optional.
9755 (Setting Variables): Mention optional argument APPEND to
9756 `add-to-list'.
9757 (Creating Buffer-Local): Expand description of
9758 `make-variable-buffer-local'.
9759 (Frame-Local Variables): Expand description of
9760 `make-variable-frame-local'.
9761 (Variable Aliases): Correct description of optional argument
9762 DOCSTRING to `defvaralias'. Mention return value of
9763 `defvaralias'.
9764 (File Local Variables): Add xref to `File variables' in Emacs
9765 Manual. Correct description of `hack-local-variables'. Mention
9766 `safe-local-variable' property. Mention optional second argument
9767 to `risky-local-variable-p'.
9768
9769 2003-11-03 Luc Teirlinck <teirllm@auburn.edu>
9770
9771 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
9772
9773 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9774
9775 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
9776 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
9777 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
9778 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
9779 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
9780 lispref/processes.texi, lispref/searching.texi,
9781 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
9782 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
9783 @acronym{FOO}.
9784
9785 2003-10-27 Luc Teirlinck <teirllm@auburn.edu>
9786
9787 * strings.texi (Creating Strings): Argument START to `substring'
9788 can not be `nil'. Expand description of
9789 `substring-no-properties'. Correct description of `split-string',
9790 especially with respect to empty matches. Prevent very bad line
9791 break in definition of `split-string-default-separators'.
9792 (Text Comparison): `string=' and `string<' also accept symbols as
9793 arguments.
9794 (String Conversion): More completely describe argument BASE in
9795 `string-to-number'.
9796 (Formatting Strings): `%s' and `%S' in `format' do require
9797 corresponding object. Clarify behavior of numeric prefix after
9798 `%' in `format'.
9799 (Case Conversion): The argument to `upcase-initials' can be a
9800 character.
9801
9802 2003-10-27 Kenichi Handa <handa@m17n.org>
9803
9804 * display.texi (Fontsets): Fix texinfo usage.
9805
9806 2003-10-25 Kenichi Handa <handa@m17n.org>
9807
9808 * display.texi (Fontsets): Add description of the function
9809 set-fontset-font.
9810
9811 2003-10-23 Luc Teirlinck <teirllm@auburn.edu>
9812
9813 * display.texi (Temporary Displays): Add xref to `Documentation
9814 Tips'.
9815
9816 * functions.texi (Function Safety): Use inforef instead of pxref
9817 for SES.
9818
9819 2003-10-23 Andreas Schwab <schwab@suse.de>
9820
9821 * Makefile.in (TEX, texinputdir): Don't define.
9822 (TEXI2DVI): Define.
9823 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
9824 add $(srcdir)/index.texi.
9825 ($(infodir)/elisp): Remove index.texi dependency.
9826 (elisp.dvi): Likewise. Use $(TEXI2DVI).
9827 (index.texi): Remove target.
9828 (dist): Don't link $(srcdir)/permute-index.
9829 (clean): Don't remove index.texi.
9830
9831 * permute-index, index.perm: Remove.
9832 * index.texi: Rename from index.unperm.
9833
9834 2003-10-22 Luc Teirlinck <teirllm@auburn.edu>
9835
9836 * tips.texi (Documentation Tips): Document new behavior for face
9837 and variable hyperlinks in Help mode.
9838
9839 2003-10-21 Luc Teirlinck <teirllm@auburn.edu>
9840
9841 * objects.texi (Integer Type): Update for extra bit of integer range.
9842 (Character Type): Ditto.
9843
9844 2003-10-16 Eli Zaretskii <eliz@gnu.org>
9845
9846 * numbers.texi (Integer Basics): Add index entries for reading
9847 numbers in hex, octal, and binary.
9848
9849 2003-10-16 Lute Kamstra <lute@gnu.org>
9850
9851 * modes.texi (Mode Line Format): Mention force-mode-line-update's
9852 argument.
9853
9854 2003-10-13 Luc Teirlinck <teirllm@auburn.edu>
9855
9856 * windows.texi (Choosing Window): Fix typo.
9857 * edebug.texi (Edebug Execution Modes): Fix typo.
9858
9859 2003-10-13 Richard M. Stallman <rms@gnu.org>
9860
9861 * windows.texi (Basic Windows): A window has fringe settings,
9862 display margins and scroll-bar settings.
9863 (Splitting Windows): Doc split-window return value.
9864 Clean up one-window-p.
9865 (Selecting Windows): Fix typo.
9866 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
9867 (Buffers and Windows): In set-window-buffer, explain effect
9868 on fringe settings and scroll bar settings.
9869 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
9870 (Choosing Window): Use defopt for pop-up-frame-function.
9871 For special-display-buffer-names, explain same-window and same-frame.
9872 Clarify window-dedicated-p return value.
9873 (Textual Scrolling): scroll-up and scroll-down can get an error.
9874 (Horizontal Scrolling): Clarify auto-hscroll-mode.
9875 Clarify set-window-hscroll.
9876 (Size of Window): Don't mention tool bar in window-height.
9877 (Coordinates and Windows): Explain what coordinates-in-window-p
9878 returns for fringes and display margins.
9879 (Window Configurations): Explain saving fringes, etc.
9880
9881 * tips.texi (Library Headers): Clean up Documentation.
9882
9883 * syntax.texi (Parsing Expressions): Clean up forward-comment
9884 and parse-sexp-lookup-properties.
9885
9886 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
9887
9888 * os.texi (System Environment): Clean up text for load-average errors.
9889
9890 * modes.texi (Hooks): Don't explain local hook details at front.
9891 Clarify run-hooks and run-hook-with-args a little.
9892 Clean up add-hook and remove-hook.
9893
9894 * edebug.texi (Edebug Execution Modes): Clarify t.
9895 Document edebug-sit-for-seconds.
9896 (Coverage Testing): Document C-x X = and =.
9897 (Instrumenting Macro Calls): Fix typo.
9898 (Specification List): Don't index the specification keywords.
9899
9900 2003-10-10 Kim F. Storm <storm@cua.dk>
9901
9902 * processes.texi (Network): Introduce make-network-process.
9903
9904 2003-10-09 Luc Teirlinck <teirllm@auburn.edu>
9905
9906 * tips.texi (Library Headers): Fix typo.
9907
9908 2003-10-07 Juri Linkov <juri@jurta.org>
9909
9910 * modes.texi (Imenu): Mention imenu-create-index-function's
9911 default value. Explain submenus better.
9912
9913 2003-10-07 Lute Kamstra <lute@gnu.org>
9914
9915 * modes.texi (Faces for Font Lock): Fix typo.
9916 (Hooks): Explain how buffer-local hook variables can refer to
9917 global hook variables.
9918 Various minor clarifications.
9919
9920 2003-10-06 Lute Kamstra <lute@gnu.org>
9921
9922 * tips.texi (Coding Conventions): Mention naming conventions for
9923 hooks.
9924
9925 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
9926
9927 * loading.texi (Library Search): Correct default value of
9928 load-suffixes.
9929 (Named Features): Fix typo.
9930
9931 2003-10-05 Richard M. Stallman <rms@gnu.org>
9932
9933 * loading.texi (Named Features): In `provide',
9934 say how to test for subfeatures.
9935 (Unloading): In unload-feature, use new var name
9936 unload-feature-special-hooks.
9937
9938 2003-10-03 Lute Kamstra <lute@gnu.org>
9939
9940 * modes.texi (Major Mode Conventions): Mention third way to set up
9941 Imenu.
9942 (Imenu): A number of small fixes.
9943 Delete documentation of internal variable imenu--index-alist.
9944 Document the return value format of imenu-create-index-function
9945 functions.
9946
9947 2003-09-30 Richard M. Stallman <rms@gnu.org>
9948
9949 * processes.texi (Network): Say what stopped datagram connections do.
9950
9951 * lists.texi (Association Lists): Clarify `assq-delete-all'.
9952
9953 * display.texi (Overlay Properties): Clarify `evaporate' property.
9954
9955 2003-09-29 Lute Kamstra <lute@gnu.org>
9956
9957 * modes.texi (Mode Line Data): Explain when symbols in mode-line
9958 constructs should be marked as risky.
9959 Change cons cell into proper list.
9960 (Mode Line Variables): Change cons cell into proper list.
9961
9962 2003-09-26 Lute Kamstra <lute@gnu.org>
9963
9964 * modes.texi (Mode Line Data): Document the :propertize construct.
9965 (Mode Line Variables): Reorder the descriptions of the variables
9966 to match their order in the default mode-line-format.
9967 Describe the new variables mode-line-position and mode-line-modes.
9968 Update the default values of mode-line-frame-identification,
9969 minor-mode-alist, and default-mode-line-format.
9970 (Properties in Mode): Mention the :propertize construct.
9971
9972 2003-09-26 Richard M. Stallman <rms@gnu.org>
9973
9974 * buffers.texi, commands.texi, debugging.texi, eval.texi:
9975 * loading.texi, minibuf.texi, text.texi, variables.texi:
9976 Avoid @strong{Note:}.
9977
9978 2003-09-26 Richard M. Stallman <rms@gnu.org>
9979
9980 * keymaps.texi (Remapping Commands): Fix typo.
9981
9982 2003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
9983
9984 * processes.texi (Low-Level Network): Fix typo.
9985
9986 2003-09-23 Kim F. Storm <storm@cua.dk>
9987
9988 * processes.texi (Network, Network Servers): Fix typos.
9989 (Low-Level Network): Add timeout value for :server keyword.
9990 Add new option keywords to make-network-process.
9991 Add set-network-process-options.
9992 Explain how to test availability of network options.
9993
9994 2003-09-19 Richard M. Stallman <rms@gnu.org>
9995
9996 * text.texi (Motion by Indent): Arg to
9997 backward-to-indentation and forward-to-indentation is optional.
9998
9999 * strings.texi (Creating Strings): Add substring-no-properties.
10000
10001 * processes.texi
10002 (Process Information): Add list-processes arg QUERY-ONLY.
10003 Delete process-contact from here.
10004 Add new status values for process-status.
10005 Add process-get, process-put, process-plist, set-process-plist.
10006 (Synchronous Processes): Add call-process-shell-command.
10007 (Signals to Processes): signal-process allows process objects.
10008 (Network): Complete rewrite.
10009 (Network Servers, Datagrams, Low-Level Network): New nodes.
10010
10011 * positions.texi (Word Motion): forward-word, backward-word
10012 arg is optional. Reword.
10013
10014 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
10015
10016 * variables.texi (Creating Buffer-Local):
10017 Delete duplicate definition of buffer-local-value.
10018 (File Local Variables): Explain about discarding text props.
10019
10020 2003-09-11 Richard M. Stallman <rms@gnu.org>
10021
10022 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
10023 changes variables that record input events.
10024 (Minibuffer Misc): Add minibuffer-selected-window.
10025
10026 * lists.texi (Building Lists): Add copy-tree.
10027
10028 * display.texi (Fontsets): Add char-displayable-p.
10029 (Scroll Bars): New node.
10030
10031 2003-09-08 Lute Kamstra <lute@gnu.org>
10032
10033 * modes.texi (%-Constructs): Document new `%i' and `%I'
10034 constructs.
10035
10036 2003-09-03 Peter Runestig <peter@runestig.com>
10037
10038 * makefile.w32-in: New file.
10039
10040 2003-08-29 Richard M. Stallman <rms@gnu.org>
10041
10042 * display.texi (Overlay Properties): Clarify how priorities
10043 affect use of the properties.
10044
10045 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
10046
10047 * customize.texi (Type Keywords): Correct the description of
10048 `:help-echo' in the case where `motion-doc' is a function.
10049
10050 2003-08-14 John Paul Wallington <jpw@gnu.org>
10051
10052 * modes.texi (Emulating Mode Line): Subsection, not section.
10053
10054 2003-08-13 Richard M. Stallman <rms@gnu.org>
10055
10056 * elisp.texi (Top): Update subnode lists in menu.
10057
10058 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
10059 (Kill Functions): kill-region has new arg yank-handler.
10060 (Yanking): New node.
10061 (Yank Commands): Add yank-undo-function.
10062 (Low-Level Kill Ring):
10063 kill-new and kill-append have new arg yank-handler.
10064 (Changing Properties): Add remove-list-of-text-properties.
10065 (Atomic Changes): New node.
10066
10067 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
10068
10069 * streams.texi (Output Variables): Add eval-expression-print-length
10070 and eval-expression-print-level.
10071
10072 * os.texi (Time Conversion): For encode-time, explain limits on year.
10073
10074 * objects.texi (Character Type): Define anchor "modifier bits".
10075
10076 * modes.texi (Emulating Mode Line): New node.
10077 (Search-based Fontification): Font Lock uses font-lock-face property.
10078 (Other Font Lock Variables): Likewise.
10079
10080 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
10081 not vectors.
10082 (Active Keymaps): Add emulation-mode-map-alists.
10083 (Functions for Key Lookup): key-binding has new arg no-remap.
10084 (Remapping Commands): New node.
10085 (Scanning Keymaps): where-is-internal has new arg no-remap.
10086 (Tool Bar): Add tool-bar-local-item-from-menu.
10087 Clarify when to use tool-bar-add-item-from-menu.
10088
10089 * commands.texi (Interactive Call): commandp has new arg.
10090 (Command Loop Info): Add this-original-command.
10091
10092 2003-08-06 John Paul Wallington <jpw@gnu.org>
10093
10094 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
10095
10096 * display.texi (Warning Basics): Fix typo.
10097 (Fringes): Add closing curly bracket and fix typo.
10098
10099 * elisp.texi (Top): Fix typo.
10100
10101 2003-08-05 Richard M. Stallman <rms@gnu.org>
10102
10103 * elisp.texi: Update lists of subnodes.
10104
10105 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
10106
10107 * variables.texi (Local Variables): Use lc for example variable names.
10108
10109 * tips.texi (Library Headers): Explain where to put -*-.
10110
10111 * strings.texi (Creating Strings): Fix xref for vconcat.
10112
10113 * sequences.texi (Vector Functions):
10114 vconcat no longer allows integer args.
10115
10116 * minibuf.texi (Reading File Names): read-file-name has new
10117 arg PREDICATE. New function read-directory-name.
10118
10119 * macros.texi (Defining Macros): Give definition of `declare'.
10120 (Indenting Macros): New node.
10121
10122 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
10123 (Window Frame Parameters): Make separate table of parameters
10124 that are coupled with specific face attributes.
10125 (Deleting Frames): delete-frame-hooks renamed to
10126 delete-frame-functions.
10127
10128 * files.texi (Magic File Names): Add file-remote-p.
10129 Clarify file-local-copy.
10130
10131 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
10132 here; instead xref Defining Macros.
10133
10134 * display.texi (Warnings): New node, and subnodes.
10135 (Fringes): New node.
10136
10137 * debugging.texi (Test Coverage): New node.
10138
10139 * compile.texi (Compiler Errors): Explain with-no-warnings
10140 and other ways to suppress warnings.
10141
10142 * commands.texi (Interactive Call): Minor clarification.
10143
10144 * buffers.texi (Buffer File Name): set-visited-file-name
10145 renames the buffer too.
10146
10147 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
10148
10149 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
10150
10151 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
10152
10153 2003-07-22 Markus Rost <rost@math.ohio-state.edu>
10154
10155 * internals.texi (Garbage Collection): Fix previous change.
10156
10157 2003-07-22 Richard M. Stallman <rms@gnu.org>
10158
10159 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
10160
10161 * display.texi (Width): Use \s syntax in example.
10162 (Font Selection): Add face-font-rescale-alist.
10163
10164 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
10165 Remove spurious indent in example.
10166
10167 * lists.texi (Building Lists): Add number-sequence.
10168
10169 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
10170
10171 * functions.texi (Function Documentation): Explain how to
10172 show calling convention explicitly in the doc string.
10173
10174 * windows.texi (Selecting Windows): save-selected-window saves
10175 selected window of each frame.
10176 (Window Configurations): Minor change.
10177
10178 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
10179
10180 * streams.texi (Output Variables): Add print-continuous-numbering
10181 and print-number-table.
10182
10183 * processes.texi (Decoding Output): New node.
10184
10185 * os.texi (Time Conversion): decode-time arg is optional.
10186
10187 * objects.texi (Character Type): Don't use space as example for \.
10188 Make list of char names and \-sequences correspond.
10189 Explain that \s is not used in strings. `\ ' needs space after.
10190
10191 * nonascii.texi (Converting Representations): Add string-to-multibyte.
10192 (Translation of Characters): Add translation-table-for-input.
10193 (Default Coding Systems): Add auto-coding-functions.
10194 (Explicit Encoding): Add decode-coding-inserted-region.
10195 (Locales): Add locale-info.
10196
10197 * minibuf.texi (Basic Completion): Describe test-completion.
10198 Collections can be lists of strings.
10199 Clean up lazy-completion-table.
10200 (Programmed Completion): Mention test-completion.
10201 Clarify why lambda expressions are not accepted.
10202 (Minibuffer Misc): Describe minibufferp.
10203
10204 2003-07-14 Richard M. Stallman <rms@gnu.org>
10205
10206 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
10207
10208 * windows.texi (Selecting Windows): New arg to select-window.
10209 (Selecting Windows): Add with-selected-window.
10210 (Size of Window): Add window-inside-edges, etc.
10211
10212 * internals.texi (Garbage Collection): Add post-gc-hook.
10213
10214 * processes.texi (Subprocess Creation): Add exec-suffixes.
10215
10216 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
10217 (Scanning Keymaps): Add map-keymaps.
10218 (Defining Menus): Add keymap-prompt.
10219
10220 * numbers.texi (Integer Basics): Add most-positive-fixnum,
10221 most-negative-fixnum.
10222
10223 * compile.texi (Byte Compilation): Explain no-byte-compile.
10224 (Compiler Errors): New node.
10225
10226 * os.texi (User Identification): user-uid, user-real-uid
10227 can return float.
10228
10229 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
10230 and about derived modes.
10231 (Minor Modes): Add minor-mode-list.
10232 (Defining Minor Modes): Keyword args for define-minor-mode.
10233 (Search-based Fontification): Explain managing other properties.
10234 (Other Font Lock Variables): Add font-lock-extra-managed-props.
10235 (Faces for Font Lock): Add font-lock-preprocessor-face.
10236 (Hooks): Add run-mode-hooks and delay-mode-hooks.
10237
10238 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
10239 (Variable Aliases): Clarify defvaralias.
10240
10241 * loading.texi (Library Search): Add load-suffixes.
10242
10243 * minibuf.texi (Basic Completion): Add lazy-completion-table.
10244 (Programmed Completion): Add dynamic-completion-table.
10245
10246 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
10247 (Magic File Names): Specify precedence order of handlers.
10248
10249 * commands.texi (Command Overview): Emacs server runs pre-command-hook
10250 and post-command-hook.
10251 (Waiting): New calling convention for sit-for.
10252
10253 * text.texi (Special Properties): local-map and keymap properties
10254 apply based on their stickiness.
10255
10256 2003-07-07 Richard M. Stallman <rms@gnu.org>
10257
10258 * modes.texi (Minor Mode Conventions): Specify only some kinds
10259 of list values as args to minor modes.
10260
10261 * files.texi (File Name Expansion): Warn about iterative use
10262 of substitute-in-file-name.
10263
10264 * advice.texi (Activation of Advice): Clean up previous change.
10265
10266 2003-07-06 Markus Rost <rost@math.ohio-state.edu>
10267
10268 * advice.texi (Activation of Advice): Note that ad-start-advice is
10269 turned on by default.
10270
10271 2003-06-30 Richard M. Stallman <rms@gnu.org>
10272
10273 * text.texi (Buffer Contents): Document current-word.
10274 (Change Hooks): Not called for *Messages*.
10275
10276 * functions.texi (Defining Functions): Explain about redefining
10277 primitives.
10278 (Function Safety): Rename. Minor changes.
10279 Comment out the detailed criteria for what is safe.
10280
10281 2003-06-22 Andreas Schwab <schwab@suse.de>
10282
10283 * objects.texi (Symbol Type): Fix description of examples.
10284
10285 2003-06-16 Andreas Schwab <schwab@suse.de>
10286
10287 * hash.texi (Creating Hash): Fix description of :weakness.
10288
10289 2003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
10290
10291 * files.texi (Changing Files): copy-file copies file modes, too.
10292
10293 2003-05-28 Richard M. Stallman <rms@gnu.org>
10294
10295 * strings.texi (Creating Strings): Clarify split-string.
10296
10297 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
10298
10299 * strings.texi (Creating Strings): Update split-string specification
10300 and examples.
10301
10302 2003-05-19 Richard M. Stallman <rms@gnu.org>
10303
10304 * elisp.texi: Correct invariant section names.
10305
10306 2003-04-20 Richard M. Stallman <rms@gnu.org>
10307
10308 * os.texi (Timers): Explain about timers and quitting.
10309
10310 2003-04-19 Richard M. Stallman <rms@gnu.org>
10311
10312 * internals.texi (Writing Emacs Primitives): Strings are
10313 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
10314 Explain GCPRO convention for varargs function args.
10315
10316 2003-04-16 Richard M. Stallman <rms@gnu.org>
10317
10318 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
10319
10320 2003-04-08 Richard M. Stallman <rms@gnu.org>
10321
10322 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
10323
10324 2003-02-13 Kim F. Storm <storm@cua.dk>
10325
10326 * objects.texi (Character Type): New \s escape for space.
10327
10328 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
10329
10330 * os.texi (System Environment): Add cygwin system-type.
10331
10332 2003-01-25 Richard M. Stallman <rms@gnu.org>
10333
10334 * keymaps.texi: Document that a symbol can act as a keymap.
10335
10336 2003-01-13 Richard M. Stallman <rms@gnu.org>
10337
10338 * text.texi (Changing Properties): Say string indices are origin-0.
10339
10340 * positions.texi (Screen Lines) <compute-motion>:
10341 Correct order of elts in return value.
10342
10343 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
10344 how to define a default binding.
10345
10346 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
10347
10348 * loading.texi (Unloading): Fix recent change for load-history.
10349
10350 * customize.texi (Simple Types): Clarify description of custom
10351 type 'number. Describe new custom type 'float.
10352
10353 2002-12-04 Markus Rost <rost@math.ohio-state.edu>
10354
10355 * variables.texi (File Local Variables): Fix typo.
10356
10357 2002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
10358
10359 From Michael Albinus <Michael.Albinus@alcatel.de>.
10360
10361 * README: Target for Info file is `make info'.
10362
10363 * files.texi (File Name Components): Fix typos in
10364 `file-name-sans-extension'.
10365 (Magic File Names): Complete list of operations for magic file
10366 name handlers.
10367
10368 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
10369
10370 * variables.texi (File Local Variables): New function
10371 risky-local-variable-p.
10372
10373 2002-09-15 Jonathan Yavner <jyavner@engineer.com>
10374
10375 * functions.texi (Function safety): New node about unsafep.
10376
10377 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
10378
10379 * customize.texi (Splicing into Lists): Fix example.
10380 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
10381
10382 2002-06-17 Juanma Barranquero <lektu@terra.es>
10383
10384 * frames.texi (Display Feature Testing): Fix typo.
10385
10386 2002-06-12 Andreas Schwab <schwab@suse.de>
10387
10388 * frames.texi (Initial Parameters, Resources): Fix references to
10389 the Emacs manual.
10390
10391 2002-05-13 Kim F. Storm <storm@cua.dk>
10392
10393 * variables.texi (Intro to Buffer-Local): Updated warning and
10394 example relating to changing buffer inside let.
10395
10396 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
10397
10398 * os.texi (Session Management): New node about X Session management.
10399
10400 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
10401
10402 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
10403 to which the manual corresponds, and the copyright years.
10404
10405 * Makefile.in (VERSION): Set to 2.9.
10406
10407 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
10408
10409 * elisp.texi: Change the category in @dircategory to "Emacs", to
10410 make it consistent with info/dir.
10411
10412 2001-11-25 Miles Bader <miles@gnu.org>
10413
10414 * text.texi (Fields): Describe new `limit' arg in
10415 field-beginning/field-end.
10416
10417 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
10418
10419 * permute-index: Don't depend on csh-specific features.
10420 Replace the interpreter name with /bin/sh.
10421
10422 * two-volume-cross-refs.txt: New file.
10423 * two.el: New file.
10424 * spellfile: New file.
10425
10426 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
10427
10428 * permute-index: New file.
10429
10430 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
10431 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
10432 8+3 restricted namespace.
10433
10434 * Makefile.in (infodir): Define relative to $(srcdir).
10435 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
10436 include directories list via -I switch to makeinfo.
10437 (index.texi): Use cp if both hard and symbolic links fail.
10438
10439 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
10440
10441 * Makefile.in (distclean): Add.
10442
10443 The following changes make ELisp manual part of the Emacs
10444 distribution:
10445
10446 * Makefile.in: Add Copyright notice.
10447 (prefix): Remove.
10448 (infodir): Change value to "../info".
10449 (VPATH): New variable.
10450 (MAKE): Don't define.
10451 (texmacrodir): Don't define.
10452 (texinputdir): Append the existing value of TEXINPUTS.
10453 ($(infodir)/elisp): Instead of just "elisp". Reformat the
10454 command to be compatible with man/Makefile.in, and to put the
10455 output into ../info.
10456 (info): Add target.
10457 (installall): Target removed.
10458
10459 2001-10-31 Pavel Janík <Pavel@Janik.cz>
10460
10461 * tips.texi (Coding Conventions): Fix typo.
10462
10463 2001-10-23 Gerd Moellmann <gerd@gnu.org>
10464
10465 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
10466
10467 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
10468
10469 * files.texi (File Name Components): Update the description of
10470 file-name-sans-extension and file-name-extension, as they now
10471 ignore leading dots.
10472
10473 2001-10-20 Gerd Moellmann <gerd@gnu.org>
10474
10475 * (Version 21.1 released.)
10476
10477 2001-10-19 Miles Bader <miles@gnu.org>
10478
10479 * positions.texi (Text Lines): Describe behavior of
10480 `beginning-of-line'/`end-of-line' in the presence of field properties.
10481
10482 2001-10-17 Gerd Moellmann <gerd@gnu.org>
10483
10484 * Makefile.in (VERSION): Set to 2.8.
10485 (manual): Use `manual-21'.
10486
10487 * elisp.texi (VERSION): Add and use it where the version
10488 number was used. Set it to 2.8.
10489
10490 * intro.texi: Likewise.
10491
10492 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
10493
10494 * files.texi (File Name Completion): Document the significance of
10495 a trailing slash in elements of completion-ignored-extensions.
10496
10497 2001-10-06 Miles Bader <miles@gnu.org>
10498
10499 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
10500
10501 2001-10-04 Gerd Moellmann <gerd@gnu.org>
10502
10503 * variables.texi (Variable Aliases): New node.
10504
10505 2001-10-04 Gerd Moellmann <gerd@gnu.org>
10506
10507 * Branch for 21.1.
10508
10509 2001-10-02 Miles Bader <miles@gnu.org>
10510
10511 * minibuf.texi (Minibuffer Misc): Add entries for
10512 `minibuffer-contents', `minibuffer-contents-no-properties', and
10513 `delete-minibuffer-contents'.
10514 Correct description for `minibuffer-prompt-end'.
10515
10516 * text.texi (Property Search): Correct descriptions of
10517 `next-char-property-change' and `previous-char-property-change'.
10518 Add entries for `next-single-char-property-change' and
10519 `previous-single-char-property-change'.
10520 Make operand names a bit more consistent.
10521
10522 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
10523
10524 * frames.texi (Finding All Frames): Document that next-frame and
10525 previous-frame are local to current terminal.
10526
10527 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
10528
10529 * keymaps.texi (Creating Keymaps): Fix the description of the
10530 result of make-keymap.
10531
10532 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
10533
10534 * display.texi (Font Lookup, Attribute Functions)
10535 (Image Descriptors): Add cross-references to the definition of
10536 selected frame.
10537
10538 * buffers.texi (The Buffer List): Add cross-references to the
10539 definition of selected frame.
10540
10541 * frames.texi (Input Focus): Clarify which frame is _the_ selected
10542 frame at any given time.
10543 (Multiple Displays, Size and Position): Add a cross-reference to
10544 the definition of the selected frame.
10545
10546 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
10547
10548 * strings.texi (String Conversion) <string-to-number>: Document
10549 that a float is returned for integers that are too large.
10550
10551 * frames.texi (Mouse Position): Document mouse-position-function.
10552 (Display Feature Testing): Document display-images-p.
10553 (Window Frame Parameters): Document the cursor-type variable.
10554
10555 * numbers.texi (Integer Basics): Document CL style read syntax for
10556 integers in bases other than 10.
10557
10558 * positions.texi (List Motion):
10559 Document open-paren-in-column-0-is-defun-start.
10560
10561 * lists.texi (Sets And Lists): Document member-ignore-case.
10562
10563 * internals.texi (Garbage Collection): Document the used and free
10564 strings report.
10565 (Memory Usage): Document strings-consed.
10566
10567 * os.texi (Time of Day): Document float-time.
10568 (Recording Input): Document that clear-this-command-keys clears
10569 the vector to be returned by recent-keys.
10570
10571 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
10572 argument keymap can be a list.
10573
10574 * nonascii.texi (User-Chosen Coding Systems)
10575 <select-safe-coding-system>: Document the new argument
10576 accept-default-p and the variable
10577 select-safe-coding-system-accept-default-p. Tell what happens if
10578 buffer-file-coding-system is undecided.
10579 (Default Coding Systems): Document auto-coding-regexp-alist.
10580
10581 * display.texi (The Echo Area) <message>: Document
10582 message-truncate-lines.
10583 (Glyphs): Document that the glyph table is unused on windowed
10584 displays.
10585
10586 * help.texi (Describing Characters) <single-key-description>:
10587 Document the new argument no-angles.
10588 (Accessing Documentation) <documentation-property>: Document that
10589 a non-string property is evaluated.
10590 <documentation>: Document that the function-documentation property
10591 is looked for.
10592
10593 * windows.texi (Selecting Windows): Document some-window.
10594
10595 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
10596
10597 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
10598 apropos-mode-hook.
10599
10600 * commands.texi (Using Interactive): Document interactive-form.
10601 (Keyboard Macros): Document kbd-macro-termination-hook.
10602 (Command Loop Info): Document that clear-this-command-keys clears
10603 the vector to be returned by recent-keys.
10604
10605 2001-09-04 Werner LEMBERG <wl@gnu.org>
10606
10607 * Makefile.in (srcdir, texinputdir): New variables.
10608 (srcs, index.texi, install): Use $(srcdir).
10609 (.PHONY): Remove elisp.dvi.
10610 (elisp): Use -I switch for makeinfo.
10611 (elisp.dvi): Use $(srcdir) and $(texinputdir).
10612 (installall, dist): Use $(srcdir).
10613 Fix path to texinfo.tex.
10614 (maintainer-clean): Add elisp.dvi and elisp.oaux.
10615
10616 2001-08-30 Gerd Moellmann <gerd@gnu.org>
10617
10618 * display.texi (Conditional Display): Adjust to API change.
10619
10620 * configure: New file.
10621
10622 2001-07-30 Gerd Moellmann <gerd@gnu.org>
10623
10624 * commands.texi (Repeat Events): Add description of
10625 double-click-fuzz.
10626
10627 2001-05-08 Stefan Monnier <monnier@cs.yale.edu>
10628
10629 * syntax.texi (Syntax Class Table): Add the missing designator for
10630 comment and string fences.
10631 (Syntax Properties): Add a xref to syntax table internals.
10632 (Syntax Table Internals): Document string-to-syntax.
10633
10634 2001-05-07 Gerd Moellmann <gerd@gnu.org>
10635
10636 * Makefile.in (install): Use install-info command line options
10637 like in Emacs' Makefile.in.
10638
10639 2000-12-09 Miles Bader <miles@gnu.org>
10640
10641 * windows.texi (Window Start): Update documentation for
10642 `pos-visible-in-window-p'.
10643
10644 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10645
10646 * lists.texi (Building Lists): Add footnote to explain how to add
10647 to the end of a list.
10648
10649 2000-10-25 Gerd Moellmann <gerd@gnu.org>
10650
10651 * files.texi (Visiting Functions): Typos.
10652
10653 2000-10-25 Kenichi Handa <handa@etl.go.jp>
10654
10655 * files.texi (Visiting Functions): Return value of
10656 find-file-noselect may be a list of buffers if wildcards are used.
10657
10658 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
10659
10660 * display.texi (Defining Faces): Document `graphic' display type
10661 in face specs.
10662
10663 2000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10664
10665 * hooks.texi (Standard Hooks): Replace obsolete
10666 `after-make-frame-hook' with `after-make-frame-functions'.
10667
10668 * frames.texi (Creating Frames): Ditto.
10669
10670 * variables.texi (Future Local Variables): Ditto.
10671
10672 2000-10-16 Gerd Moellmann <gerd@gnu.org>
10673
10674 * display.texi (Other Image Types): Add description of :foreground
10675 and :background properties of mono PBM images.
10676
10677 2000-08-17 Werner LEMBERG <wl@gnu.org>
10678
10679 * .cvsignore: New file.
10680
10681 2000-01-05 Gerd Moellmann <gerd@gnu.org>
10682
10683 * tindex.pl: New script.
10684
10685 1999-12-03 Dave Love <fx@gnu.org>
10686
10687 * Makefile.in (MAKEINFO): New parameter.
10688
10689 1999-09-17 Richard Stallman <rms@gnu.org>
10690
10691 * Makefile.in (srcs): Add hash.texi.
10692 (VERSION): Update to 20.6.
10693
10694 1999-09-13 Richard Stallman <rms@gnu.org>
10695
10696 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
10697
10698 1998-08-29 Karl Heuer <kwzh@gnu.org>
10699
10700 * configure.in: New file.
10701 * Makefile.in: Renamed from Makefile.
10702 (prefix, infodir): Use value obtained from configure.
10703 (emacslibdir): Obsolete variable deleted.
10704 (dist): Distribute configure.in, configure, Makefile.in.
10705
10706 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
10707
10708 * Makefile (INSTALL_INFO): New variable.
10709 (install): Run install-info.
10710
10711 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
10712
10713 * Makefile (elisp.dvi): Add missing backslash.
10714
10715 1998-05-02 Richard Stallman <rms@psilocin.gnu.org>
10716
10717 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
10718 Run texindex without `./'. Always run texindex on elisp.tp.
10719 (elisp.tps): Target deleted.
10720
10721 1998-04-05 Richard Stallman <rms@psilocin.gnu.org>
10722
10723 * Makefile (srcs): Add nonascii.texi and customize.texi.
10724 (dist): Start by deleting `temp'.
10725
10726 1998-02-17 Richard Stallman <rms@psilocin.gnu.org>
10727
10728 * Makefile (makeinfo, texindex): Targets deleted.
10729 (makeinfo.o, texindex.o): Targets deleted.
10730 (clean, dist): Don't do anything with them or with getopt*.
10731
10732 1998-01-30 Richard Stallman <rms@psilocin.gnu.org>
10733
10734 * Makefile (SHELL): Defined.
10735
10736 1998-01-27 Richard Stallman <rms@psilocin.gnu.org>
10737
10738 * Makefile (elisp.tps): New target.
10739 (elisp.dvi): Depend on elisp.tps.
10740
10741 1996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
10742
10743 * README: Update phone number.
10744
10745 * Makefile (elisp): Make this be the default target.
10746 Depend on makeinfo.c instead of makeinfo.
10747 (install): Don't depend on elisp.dvi, since we don't install that.
10748 Use mkinstalldirs.
10749 (dist): Add mkinstalldirs.
10750
10751 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10752
10753 * Makefile (VERSION): Update version number.
10754 (maintainer-clean): Rename from realclean.
10755
10756 1995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10757
10758 * Makefile (realclean): New target.
10759 (elisp): Remove any old elisp-* files first.
10760
10761 1993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
10762
10763 * Makefile (VERSION): New variable.
10764 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
10765 Compressed file suffix should be `.gz', not `.z'.
10766
10767 1993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10768
10769 * Makefile (elisp): Depend on makeinfo.
10770
10771 1993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
10772
10773 * Makefile (srcs): Add anti.texi.
10774
10775 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10776
10777 * Makefile (infodir, prefix): New vars.
10778 (install): Use infodir.
10779 (emacsinfodir): Delete.
10780
10781 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10782
10783 * Makefile (srcs): Add calendar.texi.
10784
10785 * Makefile (dist): Copy texindex.c and makeinfo.c.
10786 Limit elisp-* files to those with one or two digits.
10787
10788 1993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10789
10790 * Makefile (dist): Change to use Gzip instead of compress.
10791
10792 1993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
10793
10794 * loading.texi (Unloading): define-function changed back to
10795 defalias. It may not stay this way, but at least it's
10796 consistent with the known-good version of the code patch.
10797
10798 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
10799
10800 * modes.texi (Hooks): Document new optional arg of add-hook.
10801
10802 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
10803
10804 * variables.texi: Document nil initial value of buffer-local variables.
10805
10806 * tips.texi: Add new section on standard library headers.
10807
10808 1993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10809
10810 * Makefile (srcs): Add frame.texi to the list of sources.
10811
10812 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10813
10814 * Makefile (dist): Don't bother excluding autosave files; they'll
10815 never make it into the temp directory anyway, and the hash marks
10816 in the name are problematic for make and the Bourne shell.
10817 (srcs):
10818
10819 1993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10820
10821 * Makefile (dist): Don't include backup files or autosave files in
10822 the distribution tar file.
10823
10824 1991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10825
10826 * Makefile (srcs): Add index.perm.
10827 (elisp.dvi): Remove erroneous shell comment.
10828 Expect output of permute-index in permuted.fns.
10829 Save old elisp.aux in elisp.oaux.
10830 (clean): Add index.texi to be deleted.
10831
10832 1990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10833
10834 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
10835
10836 1990-06-26 David Lawrence (tale@geech)
10837
10838 * files.texi: Noted that completion-ignored-extensions is ignored
10839 when making *Completions*.
10840
10841 1990-06-08 Jay Fenlason (hack@ai.mit.edu)
10842
10843 * Makefile make dist now depends on elisp.dvi, since it tries
10844 to include it in the dist file.
10845
10846 1990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
10847
10848 * functions.texinfo (Mapping Functions): Add missing quote.
10849
10850 1989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10851
10852 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
10853 (defunargs): Turn off \hyphenchar of \sl font temporarily.
10854
10855 1989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
10856
10857 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
10858 and @error{} are the terms now being used. The files in the
10859 directory have been changed to reflect this.
10860
10861 * All instances of @indentedresultt{} have been changed to
10862 ` @result{}', using 5 spaces at the beginning of the line.
10863
10864 1989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
10865
10866 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
10867 experimental @indentedresult{}, @indentedexpandsto{} are part of
10868 the texinfo.tex in this directory. These TeX macros are not
10869 stable yet.
10870
10871 1989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
10872
10873 * texinfo.tex: Temporarily added
10874 \let\result=\dblarrow
10875 \def\error{{\it ERROR} \longdblarrow}
10876 We need to do this better soon.
10877
10878 1989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
10879
10880 * Applied Karl Berry's patches to *.texinfo files, but not to
10881 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
10882 new title page format is also not applied, since it requires
10883 texinfo.tex changes.)
10884
10885 * Cleaned up `Makefile' and defined the `emacslibdir' directory
10886 for the Project GNU development environment.
10887
10888 ;; Local Variables:
10889 ;; coding: utf-8
10890 ;; End:
10891
10892 Copyright (C) 1998-2012 Free Software Foundation, Inc.
10893
10894 This file is part of GNU Emacs.
10895
10896 GNU Emacs is free software: you can redistribute it and/or modify
10897 it under the terms of the GNU General Public License as published by
10898 the Free Software Foundation, either version 3 of the License, or
10899 (at your option) any later version.
10900
10901 GNU Emacs is distributed in the hope that it will be useful,
10902 but WITHOUT ANY WARRANTY; without even the implied warranty of
10903 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10904 GNU General Public License for more details.
10905
10906 You should have received a copy of the GNU General Public License
10907 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.