merge trunk
[bpt/emacs.git] / doc / lispref / ChangeLog
1 2012-07-15 Leo Liu <sdl.web@gmail.com>
2
3 * display.texi (Fringe Bitmaps): Add exclamation-mark.
4
5 2012-07-13 Chong Yidong <cyd@gnu.org>
6
7 * buffers.texi (Read Only Buffers): Document toggle-read-only
8 changes. Reword to account for the fact that read-only is
9 currently not supported in overlay properties.
10
11 2012-07-07 Chong Yidong <cyd@gnu.org>
12
13 * loading.texi (Library Search): Index site-lisp directories.
14
15 2012-07-06 Chong Yidong <cyd@gnu.org>
16
17 * intro.texi (A Sample Function Description): Fix incorrect
18 markup, undoing previous change.
19 (A Sample Variable Description): Minor clarifications and markup
20 improvements.
21
22 * elisp.texi (Top):
23 * text.texi (Text): Fix menu order.
24
25 2012-07-06 Richard Stallman <rms@gnu.org>
26
27 * intro.texi (Evaluation Notation, A Sample Function Description):
28 (A Sample Variable Description): Improve/undo previous changes.
29
30 2012-07-05 Glenn Morris <rgm@gnu.org>
31
32 * intro.texi (A Sample Function Description): Fix cross-refs.
33
34 2012-07-05 Michael Witten <mfwitten@gmail.com> (tiny change)
35
36 * intro.texi (Evaluation Notation, A Sample Function Description)
37 (A Sample Variable Description, Version Info): Copy edits (bug#11862).
38
39 2012-06-27 Chong Yidong <cyd@gnu.org>
40
41 * processes.texi (Asynchronous Processes, Input to Processes):
42 * internals.texi (Process Internals): Don't capitalize "pty".
43
44 2012-06-24 Thien-Thi Nguyen <ttn@gnuvola.org>
45
46 * processes.texi (Asynchronous Processes): Make the pty vs pipe
47 discussion more prominent.
48
49 2012-06-23 Eli Zaretskii <eliz@gnu.org>
50
51 * commands.texi (Misc Events): Document the language-change event.
52
53 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
54
55 Support higher-resolution time stamps (Bug#9000).
56 * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
57 * processes.texi (System Processes):
58 Time stamp resolution is now picosecond, not microsecond.
59
60 2012-06-21 Glenn Morris <rgm@gnu.org>
61
62 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
63
64 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
65
66 * functions.texi (Defining Functions):
67 * macros.texi (Defining Macros): Un-define the return value of `defun',
68 `defmacro' and `defalias'.
69
70 2012-06-17 Chong Yidong <cyd@gnu.org>
71
72 * elisp.texi: Remove urlcolor setting.
73
74 2012-06-17 Glenn Morris <rgm@gnu.org>
75
76 * display.texi (Face Attributes): Copyedits. Add a few cindex entries.
77 Overlining no longer behaves exactly like underlining.
78
79 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
80
81 * display.texi (Face Attributes):
82 Document wave-style underline face attribute.
83
84 2012-06-11 Chong Yidong <cyd@gnu.org>
85
86 * display.texi (ImageMagick Images): ImageMagick now supports the
87 :background property.
88
89 2012-06-10 Dmitry Antipov <dmantipov@yandex.ru>
90
91 * internals.texi (Garbage Collection): Typo fix.
92
93 2012-06-09 Chong Yidong <cyd@gnu.org>
94
95 * text.texi (Special Properties): Clarify the meaning of a list of
96 faces in the `face' property.
97
98 * display.texi (Face Remapping): Minor clarification.
99
100 2012-06-08 Chong Yidong <cyd@gnu.org>
101
102 * display.texi (Face Attributes): Font family does not accept
103 wildcards. De-document obsolete :bold and :italic attributes.
104 (Defining Faces): Use new-style face spec format.
105
106 2012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
107
108 * internals.text (Garbage Collection): Document new
109 vector management code and vectorlike_header structure.
110
111 2012-06-03 Chong Yidong <cyd@gnu.org>
112
113 * modes.texi (Mode Line Data): Use "mode line construct"
114 terminology for consistency.
115
116 2012-05-27 Glenn Morris <rgm@gnu.org>
117
118 * abbrevs.texi, advice.texi, anti.texi, backups.texi:
119 * buffers.texi, commands.texi, compile.texi, control.texi:
120 * customize.texi, debugging.texi, display.texi, doclicense.texi:
121 * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
122 * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
123 * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
124 * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
125 * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
126 * objects.texi, os.texi, package.texi, positions.texi:
127 * processes.texi, searching.texi, sequences.texi, streams.texi:
128 * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
129 * variables.texi, windows.texi: Nuke hand-written node pointers.
130
131 2012-05-27 Chong Yidong <cyd@gnu.org>
132
133 * functions.texi (Obsolete Functions):
134 Fix doc for set-advertised-calling-convention.
135
136 * modes.texi (Mode Help): Fix describe-mode.
137
138 * display.texi (Face Functions): Fix define-obsolete-face-alias.
139
140 * variables.texi (Variable Aliases): Fix make-obsolete-variable.
141
142 2012-05-27 Martin Rudalics <rudalics@gmx.at>
143
144 * commands.texi (Recursive Editing): recursive-edit is a command.
145
146 * compile.texi (Docs and Compilation):
147 byte-compile-dynamic-docstrings is an option.
148
149 * debugging.texi (Invoking the Debugger): debug is a command.
150
151 * display.texi (Progress): progress-reporter-update and
152 progress-reporter-force-update have VALUE argument optional.
153 (Animated Images): Use non-@code{nil} instead of non-nil.
154
155 * files.texi (Format Conversion Round-Trip):
156 Use non-@code{nil} instead of non-nil.
157
158 * frames.texi (Creating Frames): make-frame is a command.
159 (Input Focus): select-frame is a command.
160 (Pointer Shape): void-text-area-pointer is an option.
161
162 * help.texi (Describing Characters): read-kbd-macro is a command.
163 (Help Functions): describe-prefix-bindings is a command.
164
165 * markers.texi (Creating Markers): Both arguments of copy-marker
166 are optional.
167
168 * minibuf.texi (Reading File Names): Use @kbd instead of @code.
169
170 * modes.texi (Mode Line Variables): mode-line-remote and
171 mode-line-client are not options.
172 (Imenu): imenu-add-to-menubar is a command.
173 (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
174
175 * os.texi (Sound Output): play-sound-file is a command.
176
177 * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
178
179 * processes.texi (Signals to Processes):
180 Use @key{RET} instead of @code{RET}.
181 (Signals to Processes): signal-process is a command.
182
183 * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
184 (Base 64): base64-encode-string is not a command while
185 base64-decode-region is.
186
187 * windows.texi (Switching Buffers): pop-to-buffer is a command.
188
189 2012-05-12 Glenn Morris <rgm@gnu.org>
190
191 * Makefile.in (MKDIR_P): New, set by configure.
192 (mkinfodir): Use $MKDIR_P.
193
194 2012-05-10 Glenn Morris <rgm@gnu.org>
195
196 * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
197 with "coding: raw-text".
198 Concept of multibyte sessions no longer exists.
199
200 * files.texi (File Locks): Mention create-lockfiles option.
201
202 2012-05-09 Glenn Morris <rgm@gnu.org>
203
204 * vol1.texi, vol2.texi: Remove files.
205 * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
206 * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
207
208 * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
209
210 * two-volume.make (emacsdir): New.
211 (tex): Add directory with emacsver.texi to TEXINPUTS.
212
213 * minibuf.texi (Minibuffer History, Basic Completion):
214 Tweak page breaks.
215
216 * internals.texi (Garbage Collection, Memory Usage)
217 (Writing Emacs Primitives): Tweak page breaks.
218
219 * streams.texi (Output Variables): Improve page break.
220
221 * edebug.texi (Edebug Display Update): Improve page break.
222
223 * compile.texi (Disassembly): Condense the examples.
224
225 * eval.texi, functions.texi, loading.texi, macros.texi:
226 Where possible, use example rather than smallexample.
227
228 * symbols.texi: Where possible, use example rather than smallexample.
229 (Symbol Components): Fix typo.
230 (Other Plists): Tweak page break.
231
232 * sequences.texi (Arrays): Tweak page breaks.
233
234 * customize.texi: Where possible, use example rather than smallexample.
235 (Common Keywords, Variable Definitions, Applying Customizations)
236 (Custom Themes): Tweak page breaks.
237
238 * control.texi: Where possible, use example rather than smallexample.
239 (Sequencing, Conditionals, Signaling Errors, Handling Errors):
240 Tweak page breaks.
241
242 2012-05-08 Glenn Morris <rgm@gnu.org>
243
244 * two.el: Remove; unused since creation of two-volume.make.
245
246 * vol1.texi, vol2.texi: No need to keep menus in these files.
247
248 2012-05-05 Glenn Morris <rgm@gnu.org>
249
250 * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
251
252 * intro.texi (Caveats): Copyedit.
253 (Lisp History): Convert inforef to xref.
254 (Lisp History, Printing Notation, Version Info): Improve page-breaks.
255
256 * text.texi (Auto Filling): Don't mention Emacs 19.
257
258 * commands.texi (Event Input Misc): Don't mention unread-command-char.
259 * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
260
261 * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
262
263 * lists.texi (List-related Predicates, List Variables):
264 Tweak page-breaks.
265 (Sets And Lists): Convert inforef to xref.
266
267 2012-05-04 Glenn Morris <rgm@gnu.org>
268
269 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
270 (info, infoclean): Use $INFO_EXT.
271 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
272 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
273 (info, maintainer-clean): Use $INFO_EXT.
274 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
275
276 2012-05-04 Chong Yidong <cyd@gnu.org>
277
278 * os.texi (Timers): Use defopt for timer-max-repeats.
279
280 2012-05-03 Paul Eggert <eggert@cs.ucla.edu>
281
282 * os.texi (Time of Day): Do not limit current-time-string
283 to years 1000..9999.
284
285 2012-05-02 Chong Yidong <cyd@gnu.org>
286
287 * display.texi (Font Lookup):
288 * frames.texi (Pointer Shape):
289 * processes.texi (Subprocess Creation): Use defopt for options.
290
291 2012-05-02 Glenn Morris <rgm@gnu.org>
292
293 * elisp.texi (@copying):
294 * intro.texi (Introduction): Only print VERSION in the TeX version.
295
296 2012-05-02 Chong Yidong <cyd@gnu.org>
297
298 * text.texi (Change Hooks): Minor fix for after-change-functions.
299
300 2012-05-02 Glenn Morris <rgm@gnu.org>
301
302 * package.texi (Packaging Basics):
303 * loading.texi (Autoload):
304 * files.texi (Magic File Names):
305 Reword to remove/reduce some overly long/short lines.
306
307 2012-04-27 Glenn Morris <rgm@gnu.org>
308
309 * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
310 * modes.texi (Major Modes, Auto-Indentation):
311 * buffers.texi (Buffers): Some fixes for menu descriptions.
312
313 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
314 * functions.texi (Simple Lambda, Argument List):
315 * eval.texi (Function Indirection): Avoid deprecated form.
316
317 2012-04-27 Glenn Morris <rgm@gnu.org>
318
319 * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
320 Add "et al." to authors.
321
322 * buffers.texi, commands.texi, compile.texi, control.texi:
323 * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
324 * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
325 * modes.texi, numbers.texi, objects.texi, streams.texi:
326 * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
327 Use Texinfo recommended convention for quotes+punctuation.
328
329 2012-04-27 Chong Yidong <cyd@gnu.org>
330
331 * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
332 to where-is-internal (Bug#10872).
333
334 2012-04-27 Glenn Morris <rgm@gnu.org>
335
336 * macros.texi (Indenting Macros): Fix typo.
337
338 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
339 (Resizing Windows, Deleting Windows, Selecting Windows)
340 (Choosing Window Options, Horizontal Scrolling)
341 (Cyclic Window Ordering, Window History, Dedicated Windows)
342 (Quitting Windows, Window Configurations, Textual Scrolling):
343 (Coordinates and Windows, Window Configurations)
344 (Window Parameters, Window Hooks): Copyedits.
345 (Splitting Windows, Deleting Windows):
346 Fix ignore-window-parameters logic.
347 (Selecting Windows, Choosing Window Options): Markup fixes.
348 (Window Start and End): Remove pointless example.
349 Remove cross-reference to deleted count-lines content.
350 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
351 and recenter-positions. Remove recenter example.
352
353 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
354
355 * minibuf.texi (Intro to Minibuffers):
356 Tweak discussion of resizing minibuffer window.
357
358 2012-04-26 Glenn Morris <rgm@gnu.org>
359
360 * elisp-covers.texi, front-cover-1.texi: Remove files.
361
362 * tindex.pl: Remove file.
363
364 * makefile.w32-in (srcs):
365 * Makefile.in (srcs): Remove back.texi (which is unused).
366
367 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
368
369 * os.texi (Notifications): Extend possible notification hints.
370 Add notifications-get-capabilities.
371
372 2012-04-20 Chong Yidong <cyd@gnu.org>
373
374 * processes.texi (Asynchronous Processes): Mention nil argument to
375 start-process.
376
377 2012-04-20 Glenn Morris <rgm@gnu.org>
378
379 * minibuf.texi (Basic Completion): No need to describe obarrays here.
380 Don't mention obsolete `nospace' argument of all-completions.
381 (Minibuffer Completion, Completion Commands, Reading File Names)
382 (Completion Variables): Copyedits.
383 (Completion Commands): Mention parent keymaps.
384 Remove obsolete minibuffer-local-filename-must-match-map.
385 (High-Level Completion): Remove read-variable's almost
386 word-for-word duplication of read-command.
387 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
388 Update "High-Level Completion" description.
389
390 * minibuf.texi (Minibuffers):
391 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
392
393 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
394 Use Texinfo-recommended form of quote+punctuation.
395 (Intro to Minibuffers): First minibuffer is #1, not #0.
396 Mention minibuffer-inactive-mode.
397 (Text from Minibuffer): Copyedits.
398 (Minibuffer History, Programmed Completion): Fix @var usage.
399 (Object from Minibuffer): Remove overly pedantic para.
400 (Minibuffer History): Copyedits. Add face-name-history.
401 (Initial Input, Yes-or-No Queries, Multiple Queries)
402 (Minibuffer Windows, Minibuffer Misc): Copyedits.
403 (Yes-or-No Queries): Tweak example.
404 (Minibuffer Commands): Add next-complete-history-element.
405 (Minibuffer Misc): Mention minibuffer-message-timeout, and
406 minibuffer-inactive-mode.
407
408 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
409 (Bindat Functions): Copyedits.
410
411 2012-04-20 Christopher Schmidt <christopher@ch.ristopher.com>
412
413 * files.texi (Saving Buffers): Document `visit and `visit-save'
414 values of require-final-newline.
415
416 2012-04-20 Glenn Morris <rgm@gnu.org>
417
418 * processes.texi (Output from Processes, Filter Functions):
419 Mention waiting-for-user-input-p.
420 (Sentinels, Query Before Exit, System Processes, Transaction Queues):
421 (Network Servers, Datagrams, Network Processes, Network Options)
422 (Network Feature Testing, Serial Ports): Copyedits.
423 (Network): Add encrypted network overview paragraph.
424 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
425
426 2012-04-20 Chong Yidong <cyd@gnu.org>
427
428 * help.texi (Keys in Documentation): Mention :advertised-binding.
429
430 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
431 description to help.texi.
432
433 2012-04-20 Glenn Morris <rgm@gnu.org>
434
435 * processes.texi (Process Information, Input to Processes)
436 (Signals to Processes, Output from Processes, Process Buffers)
437 (Filter Functions, Decoding Output): Copyedits.
438 (Accepting Output): Discourage use of `millisec' argument.
439
440 2012-04-15 Glenn Morris <rgm@gnu.org>
441
442 * processes.texi (Processes, Subprocess Creation, Shell Arguments):
443 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
444 Copyedits.
445 (Subprocess Creation): Discourage modifying exec-path directly.
446 (Synchronous Processes, Asynchronous Processes):
447 Update some example output.
448 (Process Information): Fix typo.
449 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
450
451 2012-04-15 Glenn Morris <rgm@gnu.org>
452
453 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
454 open-network-stream does exist in Emacs 23, but is simpler.
455
456 2012-04-15 Chong Yidong <cyd@gnu.org>
457
458 * customize.texi (Custom Themes): Also document load-theme etc.
459
460 2012-04-14 Chong Yidong <cyd@gnu.org>
461
462 * customize.texi (Applying Customizations):
463 (Custom Themes): New nodes.
464
465 * display.texi (Defining Faces): Reference custom-set-faces.
466
467 * modes.texi (Defining Minor Modes, Defining Minor Modes):
468 * os.texi (Startup Summary): Copyedits.
469
470 2012-04-14 Glenn Morris <rgm@gnu.org>
471
472 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
473
474 * strings.texi (Case Tables):
475 * objects.texi (General Escape Syntax):
476 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
477
478 * buffers.texi, compile.texi, customize.texi, debugging.texi:
479 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
480 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
481 * text.texi: Use @file for buffers, per the Texinfo manual.
482
483 * compile.texi (Compiler Errors): Add missing space in buffer name.
484
485 2012-04-14 Chong Yidong <cyd@gnu.org>
486
487 * processes.texi (Query Before Exit): Remove obsolete function
488 process-kill-without-query (Bug#11190).
489
490 2012-04-14 Glenn Morris <rgm@gnu.org>
491
492 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
493 Use @env for environment variables.
494
495 * Makefile.in: Replace non-portable use of $< in ordinary rules.
496
497 2012-04-12 Jari Aalto <jari.aalto@cante.net>
498
499 * processes.texi (Synchronous Processes): Mention
500 `default-directory' (bug#7515).
501
502 2012-04-09 Chong Yidong <cyd@gnu.org>
503
504 * customize.texi (Variable Definitions): Remove user-variable-p.
505
506 * commands.texi (Interactive Codes):
507 * help.texi (Accessing Documentation):
508 * minibuf.texi (High-Level Completion): Callers changed.
509
510 2012-04-06 Chong Yidong <cyd@gnu.org>
511
512 * minibuf.texi (Programmed Completion): Document metadata method.
513 (Completion Variables): Document completion-category-overrides.
514
515 2012-04-05 Chong Yidong <cyd@gnu.org>
516
517 * anti.texi (Antinews): Rewrite for Emacs 23.
518
519 2012-04-04 Chong Yidong <cyd@gnu.org>
520
521 * minibuf.texi (Programmed Completion): Remove obsolete variable
522 completion-annotate-function.
523 (Completion Variables): Rename from Completion Styles. Document
524 completion-extra-properties. Document completion-styles-alist
525 change.
526 (Reading File Names): minibuffer-local-filename-must-match-map is
527 not used anymore.
528 (Minibuffer Completion): Document completing-read-function.
529 (Completion in Buffers): completion-at-point-functions can return
530 properties recognized in completion-extra-properties.
531
532 * display.texi (Delayed Warnings): New node.
533
534 * os.texi (Notifications): Copyedits.
535
536 2012-04-04 Glenn Morris <rgm@gnu.org>
537
538 * os.texi (Notifications): Copyedits.
539
540 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
541
542 * os.texi (Terminal-Specific): Fix typo.
543 (Notifications): New section.
544
545 * elisp.texi (Top):
546 * vol1.texi (Top):
547 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
548 menu entries.
549
550 2012-04-01 Chong Yidong <cyd@gnu.org>
551
552 * files.texi (Kinds of Files): file-subdir-of-p renamed to
553 file-in-directory-p.
554
555 2012-03-31 Glenn Morris <rgm@gnu.org>
556
557 * edebug.texi (Instrumenting Macro Calls):
558 Mention defining macros at instrumentation time.
559 (Edebug Options): Mention edebug-unwrap-results.
560
561 2012-03-31 Eli Zaretskii <eliz@gnu.org>
562
563 * text.texi (Special Properties): Clarify the description of the
564 effect of integer values of the 'cursor' property on cursor
565 position. See the discussions in bug#11068 for more details and
566 context.
567
568 2012-03-31 Glenn Morris <rgm@gnu.org>
569
570 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
571 Copyedits.
572
573 2012-03-30 Chong Yidong <cyd@gnu.org>
574
575 * display.texi (Image Formats): Add imagemagick type.
576 (Image Descriptors): Mention how they are used.
577 (ImageMagick Images): Clarify role of imagemagick-register-types.
578 (Character Display): Don't mention glyph tables.
579 (Display Tables): Use make-glyph-code in example.
580 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
581 tables are semi-obsolete. De-document create-glyph.
582 (Glyphless Chars): Note that display tables override this.
583 (Bidirectional Display): Copyedits. Introduce "bidirectional
584 reordering" terminology, and use it.
585
586 2012-03-30 Glenn Morris <rgm@gnu.org>
587
588 * edebug.texi (Jumping): Give name of `i' binding.
589
590 2012-03-28 Glenn Morris <rgm@gnu.org>
591
592 * searching.texi (Regular Expressions, Regexp Special):
593 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search):
594 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
595 (Regexp Special): Mention collation.
596 Clarify char classes with an example.
597 (Regexp Functions): Mention regexp-opt is not guaranteed.
598 Mention regexp-opt-charset.
599 (Regexp Search): Recommend against looking-back.
600 (Search and Replace): Use Texinfo recommended quote convention.
601 Add more query-replace-map items. List multi-query-replace-map items.
602
603 2012-03-27 Martin Rudalics <rudalics@gmx.at>
604
605 * windows.texi (Window History): Describe new option
606 switch-to-visible-buffer.
607
608 2012-03-27 Glenn Morris <rgm@gnu.org>
609
610 * searching.texi (String Search): Add xref to Emacs manual.
611 Copyedits. Mention the function word-search-regexp.
612 (Searching and Case): Add xref to Emacs manual. Copyedits.
613
614 * processes.texi (Network Servers): Standardize apostrophe usage.
615
616 * os.texi (System Environment): Copyedits. Remove some examples
617 that do not seem useful. Mention setenv third arg.
618 tty-erase-char does not seem to be nil under a window-system.
619 (User Identification): Copyedits.
620 Remove some examples that do not seem useful.
621
622 2012-03-26 Glenn Morris <rgm@gnu.org>
623
624 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
625 (Init File): Copyedits.
626 (Command-Line Arguments): Copyedits. Do not mention argv alias.
627 (Killing Emacs): Copyedits.
628 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
629 Shorten the example, use more standard shell prompts.
630
631 2012-03-25 Chong Yidong <cyd@gnu.org>
632
633 * display.texi (Fringes): Note that fringes are shown on graphical
634 displays only.
635 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
636 (Replacing Specs): Clarify example.
637 (Manipulating Buttons): Note that button-at can return a marker.
638 (Buttons): Minor rewrite.
639 (Character Display): New node. Consolidate all character display
640 related nodes into its subsections.
641 (Usual Display): Character 127 is also affected by ctl-arrow.
642 (Display Tables): Improve example.
643
644 2012-03-22 Glenn Morris <rgm@gnu.org>
645
646 * strings.texi (Text Comparison): Mention string-prefix-p.
647
648 2012-03-21 Chong Yidong <cyd@gnu.org>
649
650 * display.texi (The Echo Area): Add xref to Output Streams.
651 (Displaying Messages): Improve doc of message.
652 (Echo Area Customization, Invisible Text): Copyedits.
653 (Invisible Text): Mention that spec comparison is done with eq.
654 (Width): Improve doc of char-width.
655 (Faces): Recommend using symbol instead of string for face name.
656 Minor clarifications.
657 (Defining Faces): Copyedits. Update face example.
658 (Attribute Functions): Mark set-face-foreground etc as commands.
659 (Face Remapping): Mention text-scale-adjust. Clarify
660 face-remapping-alist and related docs.
661 (Face Functions): Don't document make-face or copy-face.
662
663 2012-03-20 Chong Yidong <cyd@gnu.org>
664
665 * display.texi (Forcing Redisplay): Various rewrites to reflect
666 new value of redisplay-dont-pause.
667 (Truncation): Copyedits.
668
669 2012-03-20 Glenn Morris <rgm@gnu.org>
670
671 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
672 Add summary table of some relevant command-line options.
673
674 2012-03-18 Chong Yidong <cyd@gnu.org>
675
676 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
677 (Writing Emacs Primitives): Re-organize discussion of functions
678 with variable Lisp arguments are handled. Delete an obsolete
679 remark, previously tagged as FIXME.
680
681 * os.texi (Idle Timers): Minor clarification.
682 (Idle Timers): Link to Time of Day for description of time list.
683
684 2012-03-18 Glenn Morris <rgm@gnu.org>
685
686 * os.texi (System Interface): Flow control was removed.
687 (Startup Summary): General update.
688 (Init File): Don't mention compiling it.
689
690 2012-03-17 Chong Yidong <cyd@gnu.org>
691
692 * os.texi (Startup Summary): Mention package loading.
693 (Init File): Don't refer to .emacs in section title. Copyedits.
694 (Terminal-Specific): Give a realistic example.
695 (Command-Line Arguments): Reference Entering Emacs instead of
696 repeating the spiel about not restarting Emacs.
697 (Time of Day): Discuss time representation at beginning of node.
698 (Sound Output): Copyedits.
699
700 * package.texi (Packaging Basics): Document package-initialize.
701
702 2012-03-17 Eli Zaretskii <eliz@gnu.org>
703
704 * frames.texi (Initial Parameters): Add an index entry for
705 minibuffer-only frame.
706
707 2012-03-16 Glenn Morris <rgm@gnu.org>
708
709 * modes.texi (Major Mode Conventions): Mention the strange
710 relationship between View mode and special modes. (Bug#10650)
711
712 2012-03-11 Chong Yidong <cyd@gnu.org>
713
714 * windows.texi (Window Configurations): save-window-excursion is
715 now a macro.
716
717 * display.texi (Temporary Displays): with-output-to-temp-buffer is
718 now a macro.
719
720 * text.texi (Fields): Minor copyedit.
721
722 2012-03-10 Eli Zaretskii <eliz@gnu.org>
723
724 * strings.texi (String Basics):
725 * sequences.texi (Sequence Functions): Mention that `length' is
726 not appropriate for computing the string width on display; add a
727 cross-reference to the description of `string-width'. (Bug#10978)
728
729 * eval.texi (Autoloading): Minor change of wording.
730
731 2012-03-10 Chong Yidong <cyd@gnu.org>
732
733 * loading.texi (Autoload): Explicitly state which forms are
734 processed specially (Bug#7783).
735
736 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
737 non-default situation. Describe one-submenu exception (Bug#7695).
738
739 * nonascii.texi (Character Properties): Copyedits.
740
741 2012-03-08 Chong Yidong <cyd@gnu.org>
742
743 * text.texi (Mode-Specific Indent): Document new behavior of
744 indent-for-tab-command. Document tab-always-indent.
745 (Special Properties): Copyedits.
746 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
747 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
748 libxml-parse-html-region.
749
750 2012-03-07 Glenn Morris <rgm@gnu.org>
751
752 * markers.texi (The Region): Briefly mention use-empty-active-region
753 and region-active-p.
754 (Overview of Markers): Reword garbage collection, add cross-ref.
755 (The Mark): Tiny clarification re command loop and activate-mark-hook.
756
757 2012-03-07 Chong Yidong <cyd@gnu.org>
758
759 * text.texi (Buffer Contents): Don't duplicate explanation of
760 region arguments from Text node. Put doc of obsolete var
761 buffer-substring-filters back, since it is referred to.
762 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
763 selection by default.
764
765 * markers.texi (The Mark): Fix typo.
766 (The Region): Copyedits.
767
768 2012-03-07 Glenn Morris <rgm@gnu.org>
769
770 * markers.texi (Overview of Markers): Copyedits.
771 (Creating Markers): Update approximate example buffer size.
772 (The Mark): Don't mention uninteresting return values.
773
774 2012-03-05 Chong Yidong <cyd@gnu.org>
775
776 * positions.texi (Text Lines): Document count-words.
777
778 2012-03-04 Chong Yidong <cyd@gnu.org>
779
780 * frames.texi (Frames): Remove little-used "terminal frame" and
781 "window frame" terminology.
782 (Frame Parameters, Font and Color Parameters, Initial Parameters)
783 (Size and Position, Visibility of Frames): Callers changed.
784 (Frames): Clarify which terminals in framep are graphical.
785 (Initial Parameters): --geometry is not the only option which adds
786 to initial-frame-alist.
787 (Position Parameters): Note that icon-left and icon-top are for
788 old window managers only.
789 (Size Parameters): Sizes are in characters even on graphical
790 displays.
791 (Management Parameters): Note that window-id and outer-window-id
792 can't really be changed, and that auto-raise isn't always obeyed.
793 (Cursor Parameters): Document cursor-type explicitly.
794 (Size and Position): The aliases set-screen-height and
795 set-screen-width have been deleted.
796 (Visibility of Frames): Mention "minimization".
797
798 * os.texi (Startup Summary): Minor clarifications.
799 (Startup Summary, Suspending Emacs): Standardize on "text
800 terminal" terminology.
801
802 * windows.texi (Basic Windows, Coordinates and Windows)
803 (Coordinates and Windows):
804 * display.texi (Refresh Screen, Line Height, Face Attributes)
805 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
806
807 2012-03-04 Glenn Morris <rgm@gnu.org>
808
809 * abbrevs.texi: Small copyedits throughout.
810 (Abbrev Mode): Remove this section, folding it into the top-level.
811 (Abbrev Tables): Don't mention irrelevant return values.
812 (Abbrev Expansion): Add cross-ref for wrapper hooks.
813 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
814 (Abbrev Table Properties): Update nil :regexp description.
815
816 2012-03-03 Glenn Morris <rgm@gnu.org>
817
818 * internals.texi: Change @appendix section commands to @section.
819 (Building Emacs): Say less about CANNOT_DUMP platforms.
820 Replace deleted eval-at-startup with custom-initialize-delay.
821 (Pure Storage): Small changes.
822 (Memory Usage): Copyedit.
823 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
824 example definitions. Give examples of things with non-nil
825 interactive args. Mention eval_sub. Remove old info about
826 strings and GCPRO. Mention cus-start.el.
827 (Buffer Internals, Window Internals, Process Internals):
828 Misc small updates and fixes for fields.
829
830 * tips.texi: Copyedits.
831 (Coding Conventions): Mention autoloads.
832 Combine partially duplicated macro items. Fix xref.
833 Refer to Library Headers for copyright notice.
834 (Programming Tips): edit-options is long-obsolete.
835 (Compilation Tips): Mention loading bytecomp for byte-compile props.
836 (Warning Tips): Mention declare-function.
837 (Documentation Tips): Remove old info.
838 (Comment Tips): Mention comment-dwim, not indent-for-comment.
839 (Library Headers): General update.
840
841 2012-03-02 Glenn Morris <rgm@gnu.org>
842
843 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
844 and relocate entry. Mention buffer-stale-function.
845
846 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
847
848 * hooks.texi (Standard Hooks): General update.
849 Put related hooks together. Add and remove items.
850 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
851 * modes.texi (Hooks): Tweak cross-ref description.
852
853 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
854
855 * files.texi (Kinds of Files): The return value of file-equal-p is
856 unspecified, if FILE1 or FILE2 does not exist.
857
858 2012-03-01 Glenn Morris <rgm@gnu.org>
859
860 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
861
862 * maps.texi (Standard Keymaps): General update.
863 Remove mode-specific maps, talk about the more general keymaps.
864 * help.texi (Help Functions): Add vindex for Helper-help-map.
865 * keymaps.texi (Active Keymaps): Minor rephrasing.
866
867 2012-02-29 Glenn Morris <rgm@gnu.org>
868
869 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
870
871 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
872
873 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
874 Update changed behavior of file-subdir-of-p.
875
876 2012-02-28 Glenn Morris <rgm@gnu.org>
877
878 * advice.texi, anti.texi, display.texi, elisp.texi:
879 * processes.texi, variables.texi, vol1.texi, vol2.texi:
880 Standardize possessive apostrophe usage.
881
882 * locals.texi: Remove file.
883 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
884 Remove menu entry.
885 * errors.texi, maps.texi: Adjust node pointers.
886 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
887 * makefile.w32-in (srcs):
888 * Makefile.in (srcs): Remove locals.texi.
889
890 * frames.texi (Mouse Position): Fix cross-ref.
891
892 2012-02-27 Chong Yidong <cyd@gnu.org>
893
894 * buffers.texi (Creating Buffers): Clarify that
895 generate-new-buffer uses generate-new-buffer-names.
896 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
897
898 * files.texi (Directory Names): Index entry for file name abbreviations.
899 (Relative File Names, File Name Expansion): Refer to it.
900 (Locating Files): Move locate-user-emacs-file documentation to
901 Standard File Names.
902 (Standard File Names): Add locate-user-emacs-file; update examples.
903
904 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
905
906 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
907
908 2012-02-26 Chong Yidong <cyd@gnu.org>
909
910 * files.texi (Kinds of Files): Improve documentation of
911 files-equal-p and file-subdir-of-p.
912
913 2012-02-26 Glenn Morris <rgm@gnu.org>
914
915 * intro.texi (Acknowledgements): Small changes.
916
917 2012-02-25 Glenn Morris <rgm@gnu.org>
918
919 * errors.texi: Don't try to list _all_ the error symbols.
920 Add circular-list, cl-assertion-failed, compression-error.
921 * elisp.texi, vol1.texi, vol2.texi:
922 * control.texi (Error Symbols): Tweak "Standard Errors" description.
923
924 2012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
925
926 * files.texi (files-equal-p, file-subdir-of-p): New,
927 add initial documentation.
928
929 2012-02-25 Chong Yidong <cyd@gnu.org>
930
931 * files.texi (File Attributes): Document file-selinux-context.
932 (Changing Files): Link to it.
933 (Changing Files): Document set-file-selinux-context.
934
935 * backups.texi (Making Backups): Return value of backup-buffer is
936 changed. Mention default value of backup-directory-alist.
937 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
938 (Auto-Saving): New minor mode behavior for auto-save-mode.
939 (Reverting): Add defvar for revert-buffer-in-progress-p.
940
941 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
942
943 2012-02-24 Glenn Morris <rgm@gnu.org>
944
945 * errors.texi (Standard Errors): Mention dbus-error.
946 For arith-error sub-classes, just use one cross-ref.
947
948 2012-02-23 Alan Mackenzie <acm@muc.de>
949
950 * modes.texi (Defining Minor Modes): Document the new keyword
951 :after-hook.
952
953 2012-02-21 Chong Yidong <cyd@gnu.org>
954
955 * files.texi (Files): Mention magic file names as arguments.
956 (Reading from Files): Copyedits.
957 (File Attributes): Mention how to change file modes.
958 (Changing Files): Use standard "file permissions" terminology.
959 Add xref to File Attributes node.
960 (Locating Files): Document locate-user-emacs-file.
961 (Unique File Names): Recommend against using make-temp-name.
962
963 2012-02-19 Chong Yidong <cyd@gnu.org>
964
965 * help.texi (Documentation, Documentation Basics, Help Functions):
966 Minor clarifications.
967 (Accessing Documentation): Clarify what documentation-property is
968 for. Add xref to Keys in Documentation.
969
970 * tips.texi (Documentation Tips): Don't recommend using * in
971 docstrings.
972
973 * macros.texi (Defining Macros):
974 * modes.texi (Derived Modes): Say "documentation string" instead
975 of docstring.
976
977 2012-02-18 Chong Yidong <cyd@gnu.org>
978
979 * modes.texi (Tabulated List Mode): New node.
980 (Basic Major Modes): Add xref to it.
981
982 * processes.texi (Process Information): Mention Process Menu mode.
983
984 2012-02-17 Chong Yidong <cyd@gnu.org>
985
986 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
987
988 2012-02-17 Glenn Morris <rgm@gnu.org>
989
990 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
991
992 2012-02-16 Chong Yidong <cyd@gnu.org>
993
994 * syntax.texi (Syntax Tables, Syntax Descriptors)
995 (Syntax Table Functions): Copyedits.
996 (Syntax Basics): Don't repeat the material in the preceding node.
997 (Syntax Class Table): Use a table.
998 (Syntax Properties): Document syntax-propertize-function and
999 syntax-propertize-extend-region-functions.
1000 (Motion via Parsing): Clarify scan-lists. Fix indentation.
1001 (Parser State): Update for the new "c" comment style. Fix
1002 description of item 7 (comment style).
1003
1004 * modes.texi (Minor Modes): Update how mode commands should treat
1005 arguments now.
1006 (Mode Line Basics): Clarify force-mode-line-update.
1007 (Mode Line Top): Note that the example is not realistic.
1008 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
1009 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
1010 "mode line construct" instead of "mode line specification".
1011 (Syntactic Font Lock): Remove mention of obsolete variable
1012 font-lock-syntactic-keywords.
1013 (Setting Syntax Properties): Node deleted.
1014 (Font Lock Mode): Note that Font Lock mode is a minor mode.
1015 (Font Lock Basics): Note that syntactic fontification falls back
1016 on `syntax-table'.
1017 (Search-based Fontification): Emphasize that font-lock-keywords
1018 should not be set directly.
1019 (Faces for Font Lock): Avoid some confusing terminology.
1020 (Syntactic Font Lock): Minor clarifications. Add xref to
1021 Syntactic Font Lock node.
1022
1023 2012-02-15 Chong Yidong <cyd@gnu.org>
1024
1025 * minibuf.texi (Basic Completion): Define "completion table".
1026 Move completion-in-region to Completion in Buffers node.
1027 (Completion Commands): Use "completion table" terminology.
1028 (Completion in Buffers): New node.
1029
1030 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
1031 (Setting Hooks): Update minor mode usage example.
1032 (Major Mode Conventions): Note that completion-at-point-functions
1033 should be altered locally. Add xref to Completion in Buffers.
1034 Remove duplicate tip about auto-mode-alist.
1035 (Minor Modes): Rewrite introduction.
1036 (Minor Mode Conventions): Copyedits. Don't recommend
1037 variable-only minor modes since few minor modes are like that.
1038
1039 2012-02-15 Glenn Morris <rgm@gnu.org>
1040
1041 * processes.texi (Network): Document open-network-stream :parameters.
1042
1043 2012-02-14 Chong Yidong <cyd@gnu.org>
1044
1045 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
1046 was removed on 2009-09-10. Update lisp-mode-map example.
1047 (Inheritance and Keymaps): Minor clarification.
1048 (Searching Keymaps): Remove out-of-place enumeration.
1049 (Key Lookup): Remove unnecessary example (one was already given in
1050 Format of Keymaps).
1051 (Changing Key Bindings): Update suppress-keymap example.
1052 (Menu Bar, Tool Bar): Copyedits.
1053 (Tool Bar): Update tool-bar-map example.
1054
1055 2012-02-12 Chong Yidong <cyd@gnu.org>
1056
1057 * debugging.texi (Debugger Commands): Continuing is now allowed
1058 for errors.
1059
1060 2012-02-11 Chong Yidong <cyd@gnu.org>
1061
1062 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
1063 Move the list of standard bitmaps there.
1064 (Fringe Cursors): Rewrite for clarity.
1065 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
1066
1067 * commands.texi (Command Overview): Mention read-key.
1068 (Using Interactive, Interactive Call): Minor clarifications.
1069 (Function Keys, Click Events): Avoid "input stream" terminology.
1070 (Click Events): Add xref to Window Sizes and Accessing Mouse.
1071 Clarify column and row components.
1072 (Accessing Mouse): Add xref to Click Events. Minor fixes.
1073 (Special Events): Copyedits.
1074
1075 * streams.texi (Input Streams): De-document get-file-char.
1076 (Output Variables): Don't refer to old backquote syntax.
1077
1078 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
1079 (Error Debugging): Note that debug-ignored-errors overrides list
1080 values of debug-on-error too. Add xref to Signaling Errors. Note
1081 that debug-on-signal is not customizable. Mention
1082 condition-case-unless-debug.
1083 (Compilation Errors): Node deleted.
1084
1085 * compile.texi (Compiler Errors): Move a paragraph here from
1086 deleted node Compilation Errors.
1087
1088 2012-02-10 Leo Liu <sdl.web@gmail.com>
1089
1090 * control.texi (Handling Errors): Change condition-case-no-debug
1091 to condition-case-unless-debug.
1092
1093 2012-02-10 Chong Yidong <cyd@gnu.org>
1094
1095 * advice.texi (Defining Advice): Clarify ad-unadvise.
1096 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
1097 is not abnormal.
1098 (Advising Primitives): Node deleted; ad-define-subr-args has been
1099 removed.
1100
1101 * compile.texi (Speed of Byte-Code): Use float-time in example.
1102 (Compilation Functions): Note that the log uses Compilation mode.
1103 Don't discuss the contents of byte-code function object here.
1104 (Compilation Functions): De-document internal function byte-code.
1105 (Docs and Compilation): Minor clarifications.
1106
1107 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
1108 Objects.
1109
1110 2012-02-10 Glenn Morris <rgm@gnu.org>
1111
1112 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
1113 Mention secure-hash.
1114 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
1115
1116 2012-02-10 Chong Yidong <cyd@gnu.org>
1117
1118 * loading.texi (Loading): Don't emphasize "library" terminology.
1119 (Library Search): load-path is not a user option. Mention role of
1120 -L option and packages. Improve examples.
1121 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
1122 obsolete.
1123 (Autoload): Minor clarifications.
1124
1125 2012-02-10 Glenn Morris <rgm@gnu.org>
1126
1127 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
1128
1129 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
1130
1131 2012-02-08 Glenn Morris <rgm@gnu.org>
1132
1133 * loading.texi (Named Features): Update the require example.
1134
1135 2012-02-07 Glenn Morris <rgm@gnu.org>
1136
1137 * modes.texi (Defining Minor Modes):
1138 Expand on args of defined minor modes.
1139
1140 2012-02-07 Chong Yidong <cyd@gnu.org>
1141
1142 * variables.texi (Creating Buffer-Local): Minor clarification
1143 to buffer-local-variables doc (Bug#10715).
1144
1145 2012-02-07 Glenn Morris <rgm@gnu.org>
1146
1147 * display.texi (ImageMagick Images): General update.
1148 Move most details of imagemagick-render-type to the variable's doc.
1149
1150 2012-02-06 Glenn Morris <rgm@gnu.org>
1151
1152 * keymaps.texi (Tool Bar): Mention separators.
1153 (Inheritance and Keymaps):
1154 Mention make-composed-keymap and multiple inheritance.
1155
1156 * modes.texi (Running Hooks): Mention run-hook-wrapped.
1157
1158 * control.texi (Handling Errors):
1159 Mention condition-case-no-debug and with-demoted-errors.
1160
1161 2012-02-05 Chong Yidong <cyd@gnu.org>
1162
1163 * customize.texi (Common Keywords): Minor clarifications.
1164 Document custom-unlispify-remove-prefixes.
1165 (Variable Definitions): Backquotes in defcustom seem to work fine
1166 now. Various other copyedits.
1167 (Simple Types): Copyedits. Document color selector.
1168 (Composite Types): Copyedits.
1169 (Splicing into Lists): Clarifications.
1170
1171 * eval.texi (Backquote): Move from macros.texi.
1172
1173 * macros.texi (Expansion): Minor clarification.
1174 (Backquote): Move node to eval.texi.
1175 (Defining Macros): Move an example from Backquote node.
1176 (Argument Evaluation): No need to mention Pascal.
1177 (Indenting Macros): Add xref to Defining Macros.
1178
1179 2012-02-05 Glenn Morris <rgm@gnu.org>
1180
1181 * debugging.texi (Error Debugging): Mention debug-on-event default.
1182
1183 2012-02-04 Glenn Morris <rgm@gnu.org>
1184
1185 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
1186
1187 * debugging.texi (Error Debugging): Mention debug-on-event.
1188 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
1189
1190 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
1191
1192 * text.texi (Buffer Contents):
1193 Update filter-buffer-substring description.
1194
1195 2012-02-04 Chong Yidong <cyd@gnu.org>
1196
1197 * functions.texi (What Is a Function): Add closures. Mention
1198 "return value" terminology. Add xref for command-execute. Remove
1199 unused "keystroke command" terminology.
1200 (Lambda Expressions): Give a different example than in the
1201 following subsection. Add xref to Anonymous Functions.
1202 (Function Documentation): Remove gratuitous markup.
1203 (Function Names): Move introductory text to `What Is a Function'.
1204 (Defining Functions): Fix defun argument spec.
1205 (Anonymous Functions): Document lambda macro explicitly. Mention
1206 effects on lexical binding.
1207 (Function Cells): Downplay direct usage of fset.
1208 (Closures): New node.
1209 (Inline Functions): Remove "open-code" terminology.
1210 (Declaring Functions): Minor tweak; .m is not C code.
1211
1212 * variables.texi (Variables): Don't refer to "global value".
1213 (Local Variables, Void Variables): Copyedits.
1214 (Lexical Binding): Minor clarification of example.
1215 (File Local Variables): Mention :safe and :risky defcustom args.
1216 (Lexical Binding): Add xref to Closures node.
1217
1218 2012-02-04 Glenn Morris <rgm@gnu.org>
1219
1220 * minibuf.texi (High-Level Completion): Updates for read-color.
1221
1222 2012-02-03 Glenn Morris <rgm@gnu.org>
1223
1224 * display.texi (GIF Images): Mention animation.
1225 Remove commented-out old example of animation.
1226 (Animated Images): New subsection.
1227 * elisp.texi (Top):
1228 * vol1.texi (Top):
1229 * vol2.texi (Top): Add Animated Images menu entry.
1230
1231 * display.texi (Image Formats): Remove oddly specific information
1232 on versions of image libraries.
1233 (GIF Images, TIFF Images): Minor rephrasing.
1234
1235 2012-02-02 Glenn Morris <rgm@gnu.org>
1236
1237 * processes.texi (Synchronous Processes):
1238 Mention call-process's :file gets overwritten.
1239
1240 * commands.texi (Reading One Event):
1241 * help.texi (Help Functions): Document read-char-choice.
1242
1243 * hooks.texi (Standard Hooks):
1244 * modes.texi (Keymaps and Minor Modes):
1245 * text.texi (Commands for Insertion): Document post-self-insert-hook.
1246
1247 * hooks.texi (Standard Hooks): Add prog-mode-hook.
1248
1249 * hooks.texi (Standard Hooks):
1250 * modes.texi (Major Mode Conventions, Mode Hooks):
1251 Document change-major-mode-after-body-hook.
1252
1253 2012-02-01 Glenn Morris <rgm@gnu.org>
1254
1255 * modes.texi (Defining Minor Modes):
1256 Mention disabling global minor modes on a per-major-mode basis.
1257
1258 2012-01-31 Chong Yidong <cyd@gnu.org>
1259
1260 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
1261 (Parser State): Remove unnecessary statement (Bug#10661).
1262
1263 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
1264
1265 2012-01-31 Glenn Morris <rgm@gnu.org>
1266
1267 * modes.texi (Defining Minor Modes):
1268 Document define-minor-mode's new :variable keyword.
1269
1270 2012-01-29 Chong Yidong <cyd@gnu.org>
1271
1272 * syntax.texi (Syntax Class Table): Tweak description of newline
1273 char syntax (Bug#9619).
1274
1275 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
1276 description (Bug#10189).
1277
1278 2012-01-29 Glenn Morris <rgm@gnu.org>
1279
1280 * files.texi (Changing Files): Document SELinux support.
1281
1282 * windows.texi (Window Sizes): Fix typo.
1283
1284 2012-01-28 Chong Yidong <cyd@gnu.org>
1285
1286 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
1287 doc (Bug#8568).
1288
1289 * frames.texi (Input Focus): Add NORECORD arg to
1290 select-frame-set-input-focus. Clarify its role in select-frame.
1291
1292 * text.texi (Transposition): We don't use transpose-region as an
1293 internal subroutine (Bug#3249).
1294
1295 * modes.texi (Example Major Modes): Update Lisp example code to
1296 current sources. Delete the old non-derived-major-mode example,
1297 which has diverged badly from current sources.
1298
1299 2012-01-27 Glenn Morris <rgm@gnu.org>
1300
1301 * makefile.w32-in (texinputdir): Fix (presumed) typo.
1302 (VERSION, manual): Remove, unused.
1303
1304 2012-01-27 Chong Yidong <cyd@gnu.org>
1305
1306 * commands.texi (Command Overview): Minor clarification (Bug#10384).
1307
1308 2012-01-26 Chong Yidong <cyd@gnu.org>
1309
1310 * searching.texi (String Search): Document negative repeat count
1311 (Bug#10507).
1312
1313 2012-01-26 Glenn Morris <rgm@gnu.org>
1314
1315 * variables.texi (Using Lexical Binding):
1316 Mention that lexical-binding should be set in the first line.
1317
1318 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1319
1320 * macros.texi (Defining Macros): Don't claim that `declare' only
1321 affects Edebug and indentation.
1322
1323 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1324
1325 * macros.texi (Defining Macros): Slight `declare' fixup.
1326
1327 2012-01-25 Glenn Morris <rgm@gnu.org>
1328
1329 * makefile.w32-in (texinputdir):
1330 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
1331
1332 2012-01-24 Chong Yidong <cyd@gnu.org>
1333
1334 * variables.texi (Variables, Local Variables, Void Variables):
1335 Edit to make the descriptions less specific to dynamic binding.
1336 (Local Variables): Default max-specpdl-size is now 1300.
1337 (Defining Variables): Edits for lexical scoping. Delete
1338 information about starting docstrings with *. De-document
1339 user-variable-p.
1340 (Tips for Defining): Remove an unimportant discussion of quitting
1341 in the middle of a load.
1342 (Accessing Variables, Setting Variables): Discuss lexical binding.
1343 (Variable Scoping): Rewrite.
1344 (Scope, Extent, Impl of Scope): Nodes deleted.
1345 (Dynamic Binding): New node, with material from Scope, Extent, and
1346 Impl of Scope nodes.
1347 (Dynamic Binding Tips): Rename from Using Scoping.
1348 (Lexical Binding): Rewrite.
1349 (Using Lexical Binding): Rename from Converting to Lexical
1350 Binding. Convert to subsection.
1351
1352 * customize.texi (Variable Definitions): Add custom-variable-p.
1353 Move user-variable-p documentation here.
1354
1355 2012-01-23 Chong Yidong <cyd@gnu.org>
1356
1357 * strings.texi (Text Comparison): Minor qualification.
1358
1359 * lists.texi (Cons Cells): Copyedits.
1360 (List Elements): Mention push.
1361 (List Variables): Mention pop.
1362 (Rings): Move to sequences.texi.
1363
1364 * sequences.texi (Sequence Functions): Don't repeat the
1365 introduction already given in the parent.
1366 (Vectors): Copyedits.
1367 (Rings): Move from lists.texi. Note that this is specific to the
1368 ring package.
1369
1370 * symbols.texi (Definitions, Symbol Components): Mention variable
1371 scoping issues.
1372 (Plists and Alists): Copyedits.
1373
1374 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
1375 correctness with lexical scoping.
1376 (Eval): Copyedits.
1377
1378 2012-01-21 Chong Yidong <cyd@gnu.org>
1379
1380 * intro.texi (A Sample Function Description): Special notation
1381 used for macros too.
1382
1383 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
1384 (Symbol Type): Add xref for keyword symbols.
1385 (Sequence Type): Clarify differences between sequence types.
1386 (Cons Cell Type): Add "linked list" index entry.
1387 (Non-ASCII in Strings): Copyedits.
1388 (Equality Predicates): Symbols with same name need not be eq.
1389
1390 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
1391 ldexp. Move float-e and float-pi to Math Functions node.
1392
1393 2012-01-21 Glenn Morris <rgm@gnu.org>
1394
1395 * modes.texi (Auto Major Mode):
1396 * variables.texi (File Local Variables):
1397 Mention inhibit-local-variables-regexps.
1398
1399 2012-01-19 Martin Rudalics <rudalics@gmx.at>
1400
1401 * windows.texi (Window Configurations): Rewrite references to
1402 persistent window parameters.
1403 (Window Parameters): Fix description of persistent window
1404 parameters.
1405
1406 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
1407
1408 * windows.texi (Window Parameters): Use @pxref.
1409
1410 2012-01-16 Martin Rudalics <rudalics@gmx.at>
1411
1412 * windows.texi (Window Configurations, Window Parameters):
1413 Describe persistent window parameters.
1414
1415 2011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
1416
1417 * variables.texi (Creating Buffer-Local): Warn against misuses of
1418 make-variable-buffer-local (bug#10258).
1419
1420 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1421
1422 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
1423
1424 2012-01-06 Chong Yidong <cyd@gnu.org>
1425
1426 * variables.texi (Directory Local Variables): Document
1427 hack-dir-local-variables-non-file-buffer.
1428
1429 2012-01-06 Glenn Morris <rgm@gnu.org>
1430
1431 * maps.texi (Standard Keymaps): Refer to Info-edit by name
1432 rather than by keybinding.
1433
1434 2011-12-29 Juanma Barranquero <lekktu@gmail.com>
1435
1436 * frames.texi (Font and Color Parameters): Add @pxref.
1437
1438 2011-12-29 Daniel Colascione <dan.colascione@gmail.com>
1439
1440 * frames.texi (Font and Color Parameters):
1441 Document w32 font backends (bug#10399).
1442
1443 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
1444
1445 * files.texi (File Attributes, Changing Files):
1446 Use a more-natural notation for octal numbers.
1447
1448 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
1449
1450 * variables.texi (Variables with Restricted Values):
1451 Change reference to variable (bug#10354).
1452
1453 2011-12-13 Martin Rudalics <rudalics@gmx.at>
1454
1455 * windows.texi (Splitting Windows): Use t instead of non-nil
1456 when describing window-combination-resize.
1457
1458 2011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1459
1460 * text.texi (Special Properties): Warn against `intangible' properties
1461 (bug#10222).
1462
1463 2011-11-26 Eli Zaretskii <eliz@gnu.org>
1464
1465 * display.texi (Truncation):
1466 * text.texi (Special Properties): Describe what a stretch-glyph is
1467 instead of using that term without explanation. Make the
1468 cross-references more accurate.
1469
1470 * display.texi (Usual Display): Update the description,
1471 cross-references, and indexing related to display of control
1472 characters and raw bytes.
1473
1474 2011-11-25 Martin Rudalics <rudalics@gmx.at>
1475
1476 * windows.texi (Splitting Windows): Fix description of
1477 window-combination-limit. Suggested by Eli Zaretskii.
1478
1479 2011-11-23 Chong Yidong <cyd@gnu.org>
1480
1481 * windows.texi (Window Sizes): Move window-top-line,
1482 window-left-column, and window-*-pixel-edges to Coordinates and
1483 Windows node.
1484 (Coordinates and Windows): Restore window-edges doc.
1485
1486 2011-11-21 Martin Rudalics <rudalics@gmx.at>
1487
1488 * windows.texi (Windows and Frames, Splitting Windows):
1489 Fix typos.
1490
1491 2011-11-21 Chong Yidong <cyd@gnu.org>
1492
1493 * windows.texi (Splitting Windows): Fix error in documentation of
1494 window-combination-limit.
1495 (Cyclic Window Ordering): Minor fixes to next-window,
1496 one-window-p, and get-lru-window docs. Don't document
1497 window-list-1.
1498 (Buffers and Windows): Copyedits.
1499 (Choosing Window): Document special handling of special-display-*.
1500 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
1501 Don't document even-window-heights, which is going away.
1502 Clarify which options are obeyed by which action functions.
1503
1504 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1505
1506 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
1507
1508 2011-11-20 Martin Rudalics <rudalics@gmx.at>
1509
1510 * windows.texi (Resizing Windows, Splitting Windows):
1511 Remove term "status" when talking about combination limits.
1512
1513 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
1514
1515 * compile.texi (Compiler Errors):
1516 * help.texi (Help Functions): Fix typos.
1517
1518 2011-11-19 Chong Yidong <cyd@gnu.org>
1519
1520 * windows.texi (Splitting Windows): Clarify role of window
1521 parameters in split-window. Shorten the example.
1522 (Deleting Windows): Rewrite intro to handle internal windows.
1523 Fix delete-windows-on doc.
1524 (Selecting Windows): Copyedits.
1525
1526 2011-11-17 Martin Rudalics <rudalics@gmx.at>
1527
1528 * windows.texi (Resizing Windows, Splitting Windows)
1529 (Deleting Windows): Use term window-combination-resize instead
1530 of window-splits.
1531
1532 2011-11-16 Martin Rudalics <rudalics@gmx.at>
1533
1534 * windows.texi (Resizing Windows, Splitting Windows):
1535 Rename occurrences of window-nest to window-combination-limit.
1536
1537 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
1538
1539 * intro.texi (Lisp History): Fix typo.
1540
1541 2011-11-12 Martin Rudalics <rudalics@gmx.at>
1542
1543 * windows.texi (Splitting Windows, Deleting Windows):
1544 Remove references to splits status of windows.
1545
1546 2011-11-10 Glenn Morris <rgm@gnu.org>
1547
1548 * buffers.texi (Read Only Buffers): Expand a bit on why
1549 toggle-read-only should only be used interactively. (Bug#7292)
1550
1551 2011-11-09 Chong Yidong <cyd@gnu.org>
1552
1553 * windows.texi (Window Sizes): Document window-pixel-edges,
1554 window-inside-pixel-edges, window-absolute-pixel-edges, and
1555 window-inside-absolute-pixel-edges.
1556 (Resizing Windows): shrink-window-if-larger-than-buffer works on
1557 non-full-width windows.
1558
1559 2011-11-09 Martin Rudalics <rudalics@gmx.at>
1560
1561 * windows.texi (Resizing Windows): Rewrite documentation of
1562 window-resizable.
1563
1564 2011-11-09 Chong Yidong <cyd@gnu.org>
1565
1566 * windows.texi (Splitting Windows): Simplify example.
1567
1568 2011-11-08 Chong Yidong <cyd@gnu.org>
1569
1570 * windows.texi (Window Sizes): Copyedits. Document
1571 window-text-height. Remove window-min-height and window-min-width
1572 discussion, referring instead to Emacs manual.
1573 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
1574 (Resizing Windows): Simplify introduction. Don't document
1575 enlarge-window, shrink-window, enlarge-window-horizontally, and
1576 shrink-window-horizontally; they are no longer preferred for
1577 calling from Lisp, and are already documented in the Emacs manual.
1578
1579 2011-11-07 Glenn Morris <rgm@gnu.org>
1580
1581 * windows.texi (Choosing Window): Fix keybinding typo.
1582
1583 2011-11-07 Martin Rudalics <rudalics@gmx.at>
1584
1585 * windows.texi (Resizing Windows, Splitting Windows)
1586 (Window Configurations): Use "child window" instead of
1587 "subwindow".
1588
1589 2011-11-06 Chong Yidong <cyd@gnu.org>
1590
1591 * windows.texi (Basic Windows): Clarify various definitions.
1592 Treat window-normalize-* as internal; don't document them.
1593 (Windows and Frames): Various clarifications, e.g. non-live
1594 windows also belong to frames. Fix window-list description.
1595 Simplify window nesting example.
1596 (Splitting Windows, Window Configurations):
1597 Use split-window-below.
1598
1599 2011-11-04 Eli Zaretskii <eliz@gnu.org>
1600
1601 * windows.texi (Window Sizes): Mention in the doc string that the
1602 return values of `window-body-height' and `window-body-width' are
1603 in frame's canonical units. (Bug#9949)
1604
1605 2011-10-30 Martin Rudalics <rudalics@gmx.at>
1606
1607 * windows.texi (Windows and Frames): Remove "iso-" infix from
1608 documentation of window-iso-combined-p.
1609
1610 2011-10-26 Chong Yidong <cyd@gnu.org>
1611
1612 * modes.texi (Running Hooks): Document with-wrapper-hook.
1613
1614 2011-10-18 Chong Yidong <cyd@gnu.org>
1615
1616 * display.texi (Glyphless Chars): New node.
1617
1618 2011-10-13 Chong Yidong <cyd@stupidchicken.com>
1619
1620 * text.texi (Yanking): Document yank-excluded-properties.
1621
1622 * package.texi (Packaging Basics): The commentary should say how
1623 to begin using the package.
1624
1625 2011-10-11 Martin Rudalics <rudalics@gmx.at>
1626
1627 * windows.texi (Deleting Windows): Mention which window gets
1628 selected when deleting the selected window.
1629
1630 2011-10-09 Martin Rudalics <rudalics@gmx.at>
1631
1632 * buffers.texi (The Buffer List): Describe how bury-buffer deals
1633 with the selected window.
1634 * windows.texi (Buffers and Windows): Reformulate text on how
1635 replace-buffer-in-windows deals with a window.
1636 (Quitting Windows): Describe how quit-window deals with a
1637 standalone frame. Describe new option frame-auto-hide-function.
1638
1639 2011-10-08 Glenn Morris <rgm@gnu.org>
1640
1641 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
1642
1643 * positions.texi (Excursions): Update warning message.
1644
1645 2011-10-05 Chong Yidong <cyd@stupidchicken.com>
1646
1647 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
1648 Fix Emacs manual xref (Bug#9675).
1649
1650 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
1651
1652 * windows.texi (Textual Scrolling): Document scroll-up-command,
1653 scroll-down-command, scroll-error-top-bottom, and the
1654 scroll-command symbol property.
1655 (Display Action Functions): Fix description of
1656 display-buffer-pop-up-window.
1657
1658 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
1659
1660 * windows.texi (Splitting Windows): Fix typos.
1661
1662 2011-09-25 Martin Rudalics <rudalics@gmx.at>
1663
1664 * windows.texi (Windows and Frames, Display Action Functions)
1665 (Switching Buffers): Fix some typos.
1666 (Buffers and Windows): Remove reference to window-auto-delete.
1667 Reword description of replace-buffer-in-windows.
1668 (Window History): Fix some typos and refer to frame local buffer
1669 list.
1670 (Quitting Windows): New node.
1671 (Window Configurations): Add descriptions of window-state-get
1672 and window-state-put.
1673 (Window Parameters): Describe variable ignore-window-parameters.
1674 Sketch some window parameters currently in use.
1675 * elisp.texi (Top): Update node listing.
1676
1677 2011-09-25 Chong Yidong <cyd@stupidchicken.com>
1678
1679 * windows.texi (Display Action Functions)
1680 (Choosing Window Options): New nodes.
1681
1682 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
1683
1684 * windows.texi (Window History): New node. Move text here from
1685 Buffers and Windows.
1686 (Switching Buffers): Rename from Displaying Buffers, since we
1687 don't document display-buffer here; callers changed.
1688 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
1689 switch-to-buffer-other-frame. Delete duplicate
1690 replace-buffer-in-windows doc.
1691 (Choosing Window): Document display actions.
1692
1693 2011-09-24 Eli Zaretskii <eliz@gnu.org>
1694
1695 * display.texi (Forcing Redisplay): Update the description of
1696 redisplay-dont-pause due to change in the default value.
1697
1698 2011-09-23 Martin Rudalics <rudalics@gmx.at>
1699
1700 * frames.texi (Frames and Windows): Move section and rename to
1701 Windows and Frames in windows.texi.
1702 * windows.texi (Windows): Restructure.
1703 (Basic Windows): Rewrite. Explain live and internal windows and
1704 normalization functions.
1705 (Windows and Frames): Move section here from frames.texi.
1706 Describe subwindows, window combinations, window tree, and
1707 corresponding functions including window-list here.
1708 (Window Sizes): Rename section from Size of Window and move it
1709 up in chapter. Describe total and body sizes and the
1710 corresponding functions. Explain new semantics of
1711 window-min-height/-width.
1712 (Resizing Windows): Move section up in chapter. Describe new
1713 resize functions.
1714 (Splitting Windows): Describe new behavior of split-window,
1715 split-window-above-each-other and split-window-side-by-side.
1716 Provide examples. Describe window-nest and window-splits
1717 options.
1718 (Deleting Windows): Minor rewrite.
1719 (Selecting Windows): Minor rewrite.
1720 Describe frame-selected-window and set-frame-selected-window here.
1721 (Cyclic Window Ordering): Minor rewrite.
1722 Describe window-list-1.
1723 (Buffers and Windows): Rewrite. Explain a window's previous and
1724 next buffers and the corresponding functions.
1725 (Window Tree): Merge into Windows and Frames section.
1726 * elisp.texi (Top): Update node listings for frames and windows
1727 sections.
1728
1729 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1730
1731 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
1732
1733 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1734
1735 * errors.texi (Standard Errors): Remove apparent placeholder text
1736 (bug#9491).
1737
1738 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
1739
1740 * frames.texi (Management Parameters): Fix description of
1741 icon-type parameter.
1742
1743 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
1744
1745 * tips.texi (Key Binding Conventions): Don't bind a key sequence
1746 ending in C-g. Suggested by Edward O'Connor.
1747
1748 2011-09-17 Eli Zaretskii <eliz@gnu.org>
1749
1750 * numbers.texi (Integer Basics): Add indexing for
1751 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
1752
1753 2011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1754
1755 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
1756
1757 2011-09-11 Juanma Barranquero <lekktu@gmail.com>
1758
1759 * processes.texi (Network Servers): Clarify what the process
1760 buffer is used for (bug#9233).
1761
1762 2011-08-30 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1763
1764 * lists.texi (Building Lists): Fix typo.
1765
1766 2011-08-30 Chong Yidong <cyd@stupidchicken.com>
1767
1768 * display.texi (Basic Faces): New node. Document new faces.
1769
1770 * modes.texi (Major Mode Conventions): Move some text there.
1771 (Mode Help): Remove major-mode var, duplicated in Major Modes.
1772
1773 2011-08-29 Chong Yidong <cyd@stupidchicken.com>
1774
1775 * modes.texi (Basic Major Modes): New node. Callers updated.
1776 (Major Modes): Document fundamental-mode and major-mode.
1777 (Major Mode Basics): Node deleted; text moved to Major Modes.
1778 (Derived Modes): Document derived-mode-p.
1779
1780 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
1781
1782 * files.texi (Changing Files, Create/Delete Dirs): Document new
1783 arguments for delete-file, delete-directory, and copy-directory.
1784 (Visiting Functions): Remove view-file; it is documented in the
1785 Emacs manual.
1786
1787 * frames.texi (Layout Parameters): The defaults for the
1788 menu-bar-lines and tool-bar-lines parameters depend on the mode.
1789
1790 * display.texi (Progress): Document spinner functionality.
1791
1792 * os.texi (Killing Emacs): Note that kill-emacs can be called by
1793 operating system signals. Refer to save-buffers-kill-terminal
1794 instead of save-buffers-kill-emacs.
1795
1796 * objects.texi (Symbol Type): Document ## print representation.
1797
1798 2011-08-25 Eli Zaretskii <eliz@gnu.org>
1799
1800 * display.texi (Specified Space): Mention that `space' specs
1801 influence bidi reordering.
1802 (Bidirectional Display): Explain how to use `(space . PROPS)' for
1803 separating fields with bidirectional content.
1804
1805 2011-08-24 Eli Zaretskii <eliz@gnu.org>
1806
1807 * display.texi (Bidirectional Display): Document return value in
1808 buffers that are not bidi-reordered for display, and in unibyte
1809 buffers.
1810
1811 2011-08-23 Eli Zaretskii <eliz@gnu.org>
1812
1813 * nonascii.texi (Character Properties): Document the values for
1814 unassigned codepoints.
1815
1816 2011-08-18 Eli Zaretskii <eliz@gnu.org>
1817
1818 * nonascii.texi (Character Properties): Document use of
1819 `bidi-class' and `mirroring' properties as part of reordering.
1820 Provide cross-references to "Bidirectional Display".
1821
1822 * display.texi (Bidirectional Display): Document the pitfalls of
1823 concatenating strings with bidirectional content, with possible
1824 solutions. Document bidi-string-mark-left-to-right.
1825 Mention paragraph direction in modes that inherit from prog-mode.
1826 Document use of `bidi-class' and `mirroring' properties as part of
1827 reordering.
1828
1829 2011-08-16 Eli Zaretskii <eliz@gnu.org>
1830
1831 * modes.texi (Major Mode Conventions): Improve the documentation
1832 of `mode-class' `special' modes.
1833
1834 * nonascii.texi (Character Properties): Document the `mirroring'
1835 property. Add index entries.
1836
1837 * syntax.texi (Categories): Add an example of defining a new
1838 category and category table.
1839
1840 * searching.texi (Regexp Backslash): Document how to display
1841 existing categories. Mention the possibility of adding
1842 categories, and add an xref to where this is described. Add an
1843 index entry.
1844
1845 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
1846
1847 * text.texi (Special Properties):
1848 * display.texi (Overlay Properties): Note that mouse-face cannot
1849 change the text size (Bug#8530).
1850
1851 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
1852
1853 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
1854 using setenv instead.
1855
1856 2011-07-28 Eli Zaretskii <eliz@gnu.org>
1857
1858 * display.texi (Bidirectional Display): Document the fact that
1859 bidi-display-reordering is t by default.
1860
1861 2011-07-23 Eli Zaretskii <eliz@gnu.org>
1862
1863 * display.texi (Bidirectional Display): New section.
1864
1865 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1866 Tim Cross <theophilusx@gmail.com> (tiny change)
1867 Glenn Morris <rgm@gnu.org>
1868
1869 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
1870
1871 2011-07-15 Andreas Schwab <schwab@linux-m68k.org>
1872
1873 * help.texi (Keys in Documentation): Revert last change.
1874
1875 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1876
1877 * help.texi (Keys in Documentation): Clarify that \= only quotes
1878 the next character, and doesn't affect longer sequences in
1879 particular (bug#8935).
1880
1881 * debugging.texi (Using Debugger):
1882 Mention @code{eval-expression-debug-on-error} (bug#8549).
1883
1884 2011-07-14 Eli Zaretskii <eliz@gnu.org>
1885
1886 * display.texi (Other Display Specs): Document that `left-fringe'
1887 and `right-fringe' display specifications are of the "replacing"
1888 kind.
1889
1890 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1891
1892 * help.texi (Documentation Basics): Add a link to the Function
1893 Documentation node (bug#6580).
1894
1895 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1896
1897 * keymaps.texi (Menu Bar): Mention :visible and :enable
1898 (bug#6344). Text by Drew Adams.
1899
1900 * modes.texi (Running Hooks): Mention buffer-local hook variables
1901 (bug#6218).
1902
1903 * objects.texi (General Escape Syntax): "a with grave accent" is
1904 ?xe0, not ?x8e0 (bug#5259).
1905
1906 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
1907
1908 * display.texi (Face Attributes, Font Selection): Add references
1909 to the Fonts node in the Emacs manual (Bug#4178).
1910
1911 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
1912
1913 * display.texi (Window Systems): `window-system' is
1914 terminal-local.
1915
1916 * frames.texi (Frame Parameters, Parameter Access): Don't mention
1917 frame-local variables.
1918
1919 * variables.texi (Buffer-Local Variables): Don't mention obsolete
1920 frame-local variables.
1921 (Frame-Local Variables): Node deleted.
1922
1923 * elisp.texi (Top): Update node listing.
1924
1925 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1926
1927 * elisp.texi: Change "inferiors" to "subnodes" in three places
1928 (bug#3523).
1929
1930 2011-07-11 Chong Yidong <cyd@stupidchicken.com>
1931
1932 * frames.texi (Window System Selections): Discussion of
1933 x-select-enable-clipboard moved to Emacs manual.
1934
1935 2011-07-11 Deniz Dogan <deniz@dogan.se>
1936
1937 * commands.texi (Prefix Command Arguments): Remove excessive
1938 apostrophe.
1939
1940 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1941
1942 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
1943 description is a string (bug#3313).
1944
1945 * frames.texi (Display Feature Testing): Try to explain what all
1946 the visual classes mean (bug#3042).
1947
1948 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1949
1950 * modes.texi (Mode Line Variables): Document `mode-line-remote'
1951 and `mode-line-client' (bug#2974).
1952
1953 * text.texi (Insertion): Clarify marker movements (bug#1651).
1954 Text from Drew Adams.
1955
1956 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1957
1958 * text.texi (Special Properties): Clarify the format of `face'
1959 (bug#1375).
1960
1961 * commands.texi (Interactive Call): Add a `call-interactively'
1962 example (bug#1010).
1963
1964 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1965
1966 * functions.texi (Calling Functions): Link to the "Interactive
1967 Call" node (bug#1001).
1968
1969 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
1970
1971 * customize.texi (Composite Types): Move alist and plist to here
1972 from Simple Types (Bug#7545).
1973
1974 * elisp.texi (Top): Update menu description.
1975
1976 * display.texi (Face Attributes): Document negative line widths
1977 (Bug#6113).
1978
1979 2011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
1980
1981 * searching.texi (Match Data): Note that match data can be
1982 overwritten by most functions (bug#2499).
1983
1984 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1985
1986 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
1987 flags mean (bug#6659).
1988
1989 * functions.texi (What Is a Function): Document the autoload
1990 object (bug#6496).
1991
1992 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1993
1994 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
1995 is only used in the Customize user interface (bug#6089).
1996
1997 * display.texi (Showing Images): Mention the point of sliced
1998 images (bug#7836).
1999
2000 2011-07-02 Eli Zaretskii <eliz@gnu.org>
2001
2002 * variables.texi (Defining Variables, Void Variables)
2003 (Constant Variables): Fix incorrect usage of @kindex.
2004
2005 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2006
2007 * variables.texi (Defining Variables): Add an index entry for
2008 `set-variable' (bug#7262).
2009 (Defining Variables): Use @findex for functions.
2010
2011 * frames.texi (Basic Parameters): Document the `explicit-name'
2012 parameter (bug#6951).
2013
2014 * customize.texi (Type Keywords): Clarify that :value provides a
2015 default value for all types (bug#7386).
2016
2017 * streams.texi (Output Functions): Document `pp'.
2018
2019 2011-06-25 Chong Yidong <cyd@stupidchicken.com>
2020
2021 * keymaps.texi (Searching Keymaps):
2022 * display.texi (Overlay Properties): Fix errors in 2011-05-29
2023 change. Suggested by Johan Bockgård.
2024
2025 2011-06-15 Chong Yidong <cyd@stupidchicken.com>
2026
2027 * text.texi (Special Properties): Clarify role of font-lock-face.
2028
2029 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2030
2031 * processes.texi (Process Information): Rename `process-alive-p'
2032 to `process-live-p' for consistency with other `-live-p' functions.
2033
2034 2011-06-03 Paul Eggert <eggert@cs.ucla.edu>
2035
2036 Document wide integers better.
2037 * files.texi (File Attributes): Document ino_t values better.
2038 ino_t values no longer map to anything larger than a single cons.
2039 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
2040 (Bitwise Operations):
2041 * objects.texi (Integer Type): Use a binary notation that is a bit easier
2042 to read, and that will port better if 62-bits becomes the default.
2043 Fix or remove incorrect examples.
2044 * os.texi (Time Conversion): Document time_t values better.
2045
2046 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2047
2048 * processes.texi (Process Information):
2049 Document `process-alive-p'.
2050
2051 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
2052
2053 * help.texi (Accessing Documentation):
2054 * display.texi (Pixel Specification):
2055 * processes.texi (Serial Ports, Serial Ports):
2056 * nonascii.texi (Character Properties, Default Coding Systems):
2057 * text.texi (Changing Properties, Special Properties):
2058 * windows.texi (Window Start and End):
2059 * modes.texi (SMIE Indentation Example, SMIE Tricks):
2060 * keymaps.texi (Searching Keymaps, Tool Bar):
2061 * minibuf.texi (Basic Completion):
2062 * compile.texi (Eval During Compile):
2063 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
2064 7x9 paper in printed manual.
2065
2066 * lists.texi (Sets And Lists): Fix misplaced text.
2067
2068 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
2069
2070 * keymaps.texi (Remapping Commands): Emphasize that the keymap
2071 needs to be active (Bug#8350).
2072
2073 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
2074
2075 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
2076
2077 * tips.texi (Coding Conventions): Remove antediluvian filename
2078 limit recommendation (Bug#8538).
2079
2080 2011-05-27 Glenn Morris <rgm@gnu.org>
2081
2082 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
2083
2084 2011-05-26 Glenn Morris <rgm@gnu.org>
2085
2086 * variables.texi (File Local Variables):
2087 Update hack-local-variables `mode-only' return value.
2088 Add some more details on what this function does in the other case.
2089
2090 2011-05-19 Glenn Morris <rgm@gnu.org>
2091
2092 * lists.texi (Sets And Lists): Mention cl provides union etc.
2093
2094 2011-05-19 Nix <nix@esperi.org.uk>
2095
2096 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
2097
2098 * text.texi (Parsing HTML): Update for function name changes.
2099
2100 * syntax.texi (Syntax Flags): Small fix.
2101
2102 * keymaps.texi (Active Keymaps): Typo fix.
2103 (Changing Key Bindings): Grammar fix.
2104
2105 * frames.texi (Minibuffers and Frames): Grammar fix.
2106 (Window System Selections): x-select-enable-clipboard now defaults to t.
2107
2108 * customize.texi (Common Keywords):
2109 * display.texi (Abstract Display):
2110 * modes.texi (Auto-Indentation):
2111 * nonascii.texi (Converting Representations): Typo fixes.
2112
2113 * control.texi (Examples of Catch): Call it "goto" not "go to".
2114
2115 2011-05-14 Eli Zaretskii <eliz@gnu.org>
2116
2117 * nonascii.texi (Character Properties): Fix inconsistencies with
2118 implementation.
2119
2120 * text.texi (Special Properties): Move @defvar's out of the
2121 @table. (Bug#8652)
2122
2123 2011-05-12 Glenn Morris <rgm@gnu.org>
2124
2125 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
2126
2127 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2128
2129 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
2130 (Multiline Font Lock):
2131 * vol2.texi (Top):
2132 * vol1.texi (Top):
2133 * elisp.texi (Top): Update menu accordingly.
2134
2135 2011-05-12 Drew Adams <drew.adams@oracle.com>
2136
2137 * modes.texi (Region to Fontify): Fix typo.
2138
2139 2011-05-10 Jim Meyering <meyering@redhat.com>
2140
2141 * minibuf.texi: Fix typo "in in -> in".
2142
2143 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
2144
2145 * numbers.texi (Integer Basics): Large integers are treated as floats.
2146
2147 2011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2148
2149 * processes.texi (Synchronous Processes): Document the (:file
2150 "/file-name") syntax for `call-process'.
2151
2152 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
2153
2154 * windows.texi (Choosing Window): Fix typo.
2155
2156 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
2157
2158 * frames.texi (Layout Parameters): Note the difference between
2159 querying and setting parameters for left-fringe and right-fringe
2160 (Bug#6930).
2161
2162 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2163
2164 * minibuf.texi (Basic Completion): Be a bit more precise about the
2165 valid kinds of completion tables.
2166 (Programmed Completion): Remove obsolete text about lambda expressions
2167 not being valid completion tables.
2168
2169 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
2170
2171 * positions.texi (Excursions): Explain the "save-excursion
2172 defeated by set-buffer" warning.
2173
2174 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
2175 save-excursion. Suggested by Uday S Reddy.
2176
2177 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
2178
2179 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
2180 (Lexical Binding): New sub-section.
2181
2182 * eval.texi (Eval): Discourage the use of `eval'.
2183 Document its new `lexical' argument.
2184
2185 2011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2186
2187 * commands.texi (Command Overview): `post-command-hook' is not reset to
2188 nil any more.
2189
2190 2011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2191
2192 * strings.texi (String Conversion): Don't mention
2193 string-make-(uni|multi)byte (bug#8262).
2194 * nonascii.texi (Converting Representations): Fix up range.
2195 * keymaps.texi (Key Binding Commands): Update code point, avoid
2196 "unibyte character" and remove mention of unibyte bindings.
2197
2198 2011-03-10 Eli Zaretskii <eliz@gnu.org>
2199
2200 * modes.texi (Operator Precedence Grammars): Don't use characters
2201 outside ISO-8859-1.
2202
2203 2011-03-09 Eli Zaretskii <eliz@gnu.org>
2204
2205 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
2206
2207 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
2208
2209 2011-03-08 Glenn Morris <rgm@gnu.org>
2210
2211 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
2212 * intro.texi (Acknowledgements): Names to UTF-8.
2213 * elisp.texi: Set documentencoding.
2214
2215 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
2216
2217 * Version 23.3 released.
2218
2219 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
2220
2221 * package.texi: Update index keywords.
2222 (Package Archives): New node contents. Document package-x.el.
2223
2224 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
2225
2226 * makefile.w32-in (srcs): Add package.texi.
2227
2228 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
2229
2230 * package.texi (Packaging, Packaging Basics, Simple Packages)
2231 (Multi-file Packages): Expand and clarify.
2232 (Package Archives): Temporary placeholder node.
2233
2234 * elisp.texi (Top): Update node listing.
2235
2236 * Makefile.in (srcs): Add package.texi.
2237
2238 2011-03-05 Chong Yidong <cyd@stupidchicken.com>
2239
2240 * processes.texi (Synchronous Processes): Minor clarification
2241 (Bug#8149).
2242
2243 2011-03-03 Glenn Morris <rgm@gnu.org>
2244
2245 * files.texi (Truenames): Minor clarification. (Bug#2341)
2246
2247 2011-03-01 Glenn Morris <rgm@gnu.org>
2248
2249 * variables.texi (Directory Local Variables):
2250 Mention `(subdirs . nil)' alist element.
2251
2252 2011-02-28 Glenn Morris <rgm@gnu.org>
2253
2254 * variables.texi (Directory Local Variables): Mention the optional
2255 mtime argument of dir-locals-set-directory-class. (Bug#3577)
2256
2257 2011-02-27 Chong Yidong <cyd@stupidchicken.com>
2258
2259 * minibuf.texi (Minibuffer History): Clarify discussion of
2260 minibuffer history lists (Bug#8085).
2261
2262 2011-02-19 Eli Zaretskii <eliz@gnu.org>
2263
2264 * elisp.texi: Sync @dircategory with ../../info/dir.
2265
2266 * files.texi (Visiting Functions): Document find-file-literally,
2267 both the command and the variable.
2268
2269 * variables.texi (Creating Buffer-Local): Explain the meaning of
2270 permanent local variables.
2271
2272 * files.texi (Visiting Functions): Document find-file-literally,
2273 both the command and the variable.
2274
2275 * variables.texi (Creating Buffer-Local): Explain the meaning of
2276 permanent local variables.
2277
2278 2011-02-19 Glenn Morris <rgm@gnu.org>
2279
2280 * keymaps.texi (Remapping Commands): Mention how to undo it.
2281
2282 2011-02-09 Reuben Thomas <rrt@sc3d.org>
2283
2284 * loading.texi (Hooks for Loading): Remove unnecessary advice
2285 about eval-after-load (Bug#7986).
2286
2287 2011-02-05 Chong Yidong <cyd@stupidchicken.com>
2288
2289 * commands.texi (Accessing Mouse): Note that a header line is not
2290 included in the row of posn-col-row.
2291
2292 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
2293
2294 * modes.texi (Major Mode Conventions): Add face guidelines.
2295 (Faces for Font Lock): List faces in order of prominence.
2296
2297 2011-02-01 Paul Eggert <eggert@cs.ucla.edu>
2298
2299 format-time-string now supports subsecond time stamp resolution
2300 * os.texi (Time Parsing): Document %N.
2301
2302 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
2303
2304 * vol1.texi (Top):
2305 * vol2.texi (Top):
2306 * elisp.texi (Top):
2307 * display.texi (Display Property): Shorten the menu description of
2308 the "Other Display Specs" node (Bug#7816).
2309
2310 * keymaps.texi (Defining Menus): Add "menu item" and "extended
2311 menu item" concept index entries (Bug#7805).
2312
2313 2011-01-29 Eli Zaretskii <eliz@gnu.org>
2314
2315 * makefile.w32-in (texinfodir): New variable.
2316 (usermanualdir): Remove as redundant with $(emacsdir).
2317 (MAKEINFO): Remove options, leave only program name.
2318 (MAKEINFO_OPTS): New variable.
2319 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
2320
2321 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
2322 Richard Kim <emacs18@gmail.com>
2323
2324 * loading.texi (Library Search): Document list-load-path-shadows
2325 (Bug#7757).
2326
2327 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
2328
2329 * searching.texi (Regexp Special): Remove outdated discussion of
2330 character sets (Bug#7780).
2331
2332 * frames.texi (Pop-Up Menus): Document where menu title comes
2333 from (Bug#7684).
2334
2335 2011-01-25 Glenn Morris <rgm@gnu.org>
2336
2337 * display.texi (Making Buttons): Mention limitation of text buttons.
2338
2339 2011-01-23 Werner Lemberg <wl@gnu.org>
2340
2341 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2342 (MAKEINFO_OPTS): New variable. Use it where appropriate.
2343 (ENVADD): New variable to control texi2dvi and texi2pdf.
2344
2345 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
2346
2347 * files.texi (Directory Names): Move directory-abbrev-alist doc to
2348 Emacs manual.
2349
2350 2011-01-15 Eli Zaretskii <eliz@gnu.org>
2351
2352 * files.texi (Directory Names): Explain why FROM in
2353 directory-abbrev-alist should begin with \`. (Bug#7777)
2354
2355 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2356
2357 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
2358
2359 2011-01-02 Eli Zaretskii <eliz@gnu.org>
2360
2361 * modes.texi (Emulating Mode Line): Fix last change.
2362
2363 2011-01-02 Eli Zaretskii <eliz@gnu.org>
2364
2365 * modes.texi (Emulating Mode Line): Update documentation of
2366 format-mode-line according to changes that fixed bug #7587.
2367
2368 2010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
2369
2370 * modes.texi (Derived Modes): Mention prog-mode.
2371
2372 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
2373 of the key-binding-data cache since we don't use it any more.
2374
2375 2010-12-13 Eli Zaretskii <eliz@gnu.org>
2376
2377 * processes.texi (Shell Arguments):
2378 * strings.texi (Creating Strings): Don't mention "shell commands";
2379 make it explicit that `split-string-and-unquote' and
2380 `combine-and-quote-strings' are mainly for working with arguments
2381 to call-process and start-process.
2382
2383 * processes.texi (Shell Arguments): Fix documentation of
2384 `split-string-and-unquote'. Add indexing. (Bug#7563)
2385
2386 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2387
2388 * modes.texi (Auto-Indentation): New section to document SMIE.
2389 (Major Mode Conventions):
2390 * text.texi (Mode-Specific Indent): Refer to it.
2391
2392 2010-12-13 Eli Zaretskii <eliz@gnu.org>
2393
2394 * display.texi (Other Display Specs): Document left-fringe and
2395 right-fringe display specs.
2396
2397 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2398
2399 * backups.texi (Making Backups):
2400 * modes.texi (Example Major Modes): Use recommended coding style.
2401 (Major Mode Basics, Derived Modes): Encourge more strongly use of
2402 define-derived-mode. Mention completion-at-point-functions.
2403
2404 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
2405
2406 * nonascii.texi (Converting Representations):
2407 Document byte-to-string.
2408
2409 2010-12-08 Glenn Morris <rgm@gnu.org>
2410
2411 * buffers.texi (Modification Time):
2412 verify-visited-file-modtime now defaults to the current buffer.
2413
2414 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
2415
2416 * nonascii.texi (Converting Representations): Document byte-to-string.
2417
2418 * strings.texi (Creating Strings): Don't mention semi-obsolete
2419 function char-to-string.
2420 (String Conversion): Shorten discussion of semi-obsolete function
2421 string-to-char. Link to Converting Representations.
2422
2423 * objects.texi (Symbol Type):
2424 * text.texi (Near Point):
2425 * help.texi (Help Functions):
2426 * functions.texi (Mapping Functions): Use string instead of
2427 char-to-string in examples.
2428
2429 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
2430
2431 * text.texi (Kill Functions, Kill Functions)
2432 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
2433 YANK-HANDLER args.
2434
2435 * symbols.texi (Creating Symbols): Using unintern without an
2436 obarray arg is now obsolete.
2437
2438 * numbers.texi (Float Basics): Document float-e and float-pi.
2439
2440 * variables.texi (Defining Variables): Change "pi" example to
2441 "float-pi".
2442
2443 2010-11-26 Eli Zaretskii <eliz@gnu.org>
2444
2445 * commands.texi (Click Events): Document the values of X, Y and
2446 COL, ROW in the event's position, when the click is on the header
2447 or mode line, on the fringes, or in the margins.
2448
2449 2010-11-17 Eli Zaretskii <eliz@gnu.org>
2450
2451 * customize.texi (Composite Types): Lower-case index entry.
2452
2453 * loading.texi (How Programs Do Loading):
2454 Document load-file-name. (Bug#7346)
2455
2456 2010-11-17 Glenn Morris <rgm@gnu.org>
2457
2458 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
2459
2460 2010-11-13 Eli Zaretskii <eliz@gnu.org>
2461
2462 * display.texi (Usual Display): Characters with no fonts are not
2463 necessarily displayed as empty boxes.
2464
2465 2010-10-31 Glenn Morris <rgm@gnu.org>
2466
2467 * maps.texi (Standard Keymaps): Update File menu description.
2468
2469 2010-10-28 Glenn Morris <rgm@gnu.org>
2470
2471 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
2472
2473 2010-10-24 Eli Zaretskii <eliz@gnu.org>
2474
2475 * display.texi (Window Systems): Deprecate use of window-system as
2476 a predicate.
2477
2478 2010-10-23 Glenn Morris <rgm@gnu.org>
2479
2480 * help.texi (Documentation Basics): Remove mentions of digest-doc and
2481 sorted-doc.
2482
2483 2010-10-15 Eli Zaretskii <eliz@gnu.org>
2484
2485 * os.texi (Dynamic Libraries): New node, with slightly modified
2486 text deleted from "Image Formats".
2487 (System Interface): Add @menu entry for "Dynamic Libraries".
2488
2489 * display.texi (Image Formats): Remove description of
2490 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
2491
2492 2010-10-12 Glenn Morris <rgm@gnu.org>
2493
2494 * book-spine.texinfo: Rename to book-spine.texi.
2495
2496 2010-10-11 Glenn Morris <rgm@gnu.org>
2497
2498 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
2499
2500 * Makefile.in (DVIPS): New variable.
2501 (.PHONY): Add html, ps.
2502 (html, elisp.html, ps, elisp.ps): New targets.
2503 (clean): Delete html, ps files.
2504 ($(infodir)/elisp): Remove unnecessary includes.
2505
2506 2010-10-09 Eli Zaretskii <eliz@gnu.org>
2507
2508 * makefile.w32-in (emacsdir): New variable.
2509 (srcs): Add emacsver.texi.
2510 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
2511
2512 2010-10-09 Glenn Morris <rgm@gnu.org>
2513
2514 * Makefile.in (VPATH): Remove.
2515 (infodir): Make it absolute.
2516 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
2517
2518 * Makefile.in (dist): Anchor regexps.
2519
2520 * Makefile.in (srcs): Put elisp.texi first.
2521 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
2522
2523 * Makefile.in (infoclean): Remove harmless, long-standing error.
2524
2525 * Makefile.in ($(infodir)): Delete rule.
2526 (mkinfodir): New.
2527 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
2528
2529 * Makefile.in (dist): Remove reference to emacsver.texi.in.
2530 Also copy emacsver.texi, and edit $emacsdir.
2531
2532 2010-10-09 Glenn Morris <rgm@gnu.org>
2533
2534 * Makefile.in (emacsdir): New variable.
2535 (MAKEINFO): Add -I $emacsdir.
2536 (dist): Copy emacsver.texi.
2537 (srcs): Add emacsver.texi.
2538
2539 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
2540 Set EMACSVER by including emacsver.texi.
2541
2542 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
2543
2544 2010-10-07 Glenn Morris <rgm@gnu.org>
2545
2546 * Makefile.in (version): New, set by configure.
2547 (clean): Delete dist tar file.
2548 (dist): Use version in tar name.
2549
2550 2010-10-06 Glenn Morris <rgm@gnu.org>
2551
2552 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
2553 (INSTALL_INFO): Remove unused variable.
2554 (mostlyclean, infoclean, dist): New rules.
2555 (clean): Delete dvi and pdf files.
2556 (maintainer-clean): Remove elisp.oaux, use infoclean.
2557 ($(infodir)): Add parallel build workaround.
2558
2559 2010-10-04 Glenn Morris <rgm@gnu.org>
2560
2561 * Makefile.in (dvi, pdf, $(infodir)): New targets.
2562 ($(infodir)/elisp): Ensure target directory exists. Use $@.
2563 Fix -I typo.
2564 (clean): No 'make.out' or 'core' files.
2565 (.PHONY): Declare clean rules.
2566 (maintainer-clean): Delete pdf file. Guard against cd failures.
2567
2568 2010-10-03 Glenn Morris <rgm@gnu.org>
2569
2570 * files.texi (File Name Components): Remove ignored section about
2571 deleted variable directory-sep-char.
2572
2573 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
2574
2575 * files.texi (Magic File Names): New defopt
2576 remote-file-name-inhibit-cache.
2577
2578 2010-10-02 Glenn Morris <rgm@gnu.org>
2579
2580 * os.texi (Killing Emacs): Hook now runs in batch mode.
2581
2582 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
2583
2584 * text.texi (Special Properties): Clarify when modification-hooks run.
2585
2586 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2587
2588 * syntax.texi (Syntax Flags): Document new `c' flag.
2589
2590 2010-09-09 Glenn Morris <rgm@gnu.org>
2591
2592 * display.texi (ImageMagick Images): General cleanup.
2593
2594 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2595
2596 * files.texi (Directory Names): Use \` rather than ^.
2597
2598 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
2599
2600 * text.texi (Low-Level Kill Ring):
2601 * frames.texi (Window System Selections): Remove cut buffer
2602 documentation.
2603
2604 2010-08-28 Eli Zaretskii <eliz@gnu.org>
2605
2606 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
2607 Parameters", where the default fringe width is described.
2608
2609 * frames.texi (Window Frame Parameters, Basic Parameters)
2610 (Position Parameters, Layout Parameters, Management Parameters)
2611 (Cursor Parameters, Font and Color Parameters): Add indexing for
2612 frame parameters. (Bug#6929)
2613
2614 2010-08-25 Tom Tromey <tromey@redhat.com>
2615
2616 * vol2.texi (Top): Update.
2617 * vol1.texi (Top): Update.
2618 * tips.texi (Library Headers): Mention Package-Version and
2619 Package-Requires.
2620 * package.texi: New file.
2621 * os.texi (System Interface): Update pointers.
2622 * elisp.texi (Top): Link to new nodes. Include package.texi.
2623 * anti.texi (Antinews): Update pointers.
2624
2625 2010-08-25 Eli Zaretskii <eliz@gnu.org>
2626
2627 * processes.texi (Filter Functions): Fix last change.
2628
2629 2010-08-24 Markus Triska <triska@gmx.at>
2630
2631 * processes.texi (Filter Functions): Use `buffer-live-p' instead
2632 of `buffer-name' in the main text as well as in the example
2633 (Bug#3098).
2634
2635 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2636
2637 * nonascii.texi (Text Representations):
2638 * loading.texi (Loading Non-ASCII):
2639 * compile.texi (Byte Compilation): Don't mention obsolete
2640 --unibyte command-line argument.
2641
2642 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2643
2644 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
2645
2646 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2647
2648 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
2649
2650 2010-08-20 Eli Zaretskii <eliz@gnu.org>
2651
2652 * commands.texi (Misc Events): Add cross-references to where
2653 POSITION of a mouse event is described in detail.
2654
2655 2010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
2656
2657 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
2658
2659 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2660
2661 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
2662 Suggested by Štěpán Němec <stepnem@gmail.com>.
2663
2664 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2665
2666 * minibuf.texi (High-Level Completion): Document args of
2667 `read-buffer-function' (bug#5625).
2668
2669 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2670
2671 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
2672
2673 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
2674
2675 * processes.texi (Process Information): Explain process property
2676 `remote-tty'.
2677
2678 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
2679
2680 * modes.texi (Defining Minor Modes): Use C-delete in examples,
2681 instead of "\C-\^?" (bug#6334).
2682
2683 * text.texi (Special Properties): Fix typo.
2684
2685 2010-07-09 Eli Zaretskii <eliz@gnu.org>
2686
2687 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
2688 calling sequences, which are now the standard.
2689
2690 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
2691
2692 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
2693
2694 * commands.texi (Command Overview): Mention undo-boundary call.
2695
2696 2010-06-23 Glenn Morris <rgm@gnu.org>
2697
2698 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
2699 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
2700 * frames.texi, functions.texi, internals.texi, keymaps.texi:
2701 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
2702 * searching.texi, sequences.texi, strings.texi, syntax.texi:
2703 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
2704 Untabify Texinfo files.
2705
2706 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
2707
2708 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
2709
2710 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
2711
2712 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
2713
2714 2010-06-02 Chong Yidong <cyd@stupidchicken.com>
2715
2716 * searching.texi (Regexp Special): Remove obsolete information
2717 about matching non-ASCII characters, and suggest using char
2718 classes (Bug#6283).
2719
2720 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
2721
2722 * minibuf.texi (Basic Completion): Add missing "@end defun".
2723
2724 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2725
2726 * minibuf.texi (Basic Completion): Document completion-boundaries.
2727 (Programmed Completion): Document the new fourth method for boundaries.
2728
2729 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
2730
2731 * display.texi (Image Cache): Update documentation about image caching.
2732
2733 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
2734
2735 * windows.texi (Textual Scrolling):
2736 * tips.texi (Coding Conventions):
2737 * minibuf.texi (Minibuffer History):
2738 * maps.texi (Standard Keymaps):
2739 * loading.texi (Where Defined):
2740 * edebug.texi (Instrumenting): Fix typos.
2741
2742 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2743
2744 * keymaps.texi (Menu Bar): Document :advertised-binding property.
2745
2746 * functions.texi (Obsolete Functions):
2747 Document set-advertised-calling-convention.
2748
2749 * minibuf.texi (Basic Completion): Document completion-in-region.
2750 (Programmed Completion): Document completion-annotate-function.
2751
2752 * commands.texi (Reading One Event): Document read-key.
2753 (Distinguish Interactive): Document KIND arg to
2754 called-interactively-p. Delete obsolete interactive-p.
2755
2756 * elisp.texi (Top): Update node description.
2757
2758 2010-05-08 Eli Zaretskii <eliz@gnu.org>
2759
2760 * nonascii.texi (Character Properties):
2761 Document unicode-category-table. Add an index entry for Unicode
2762 general category.
2763
2764 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
2765
2766 * Version 23.2 released.
2767
2768 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
2769
2770 * locals.texi (Standard Buffer-Local Variables):
2771 Remove @ignore'd reference to `direction-reversed'.
2772
2773 2010-04-14 Juri Linkov <juri@jurta.org>
2774
2775 Fix @deffn without category.
2776
2777 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
2778 for `abbrev-insert'.
2779
2780 * buffers.texi (Indirect Buffers): Add category `Command'
2781 to @deffn of `clone-indirect-buffer'.
2782
2783 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
2784 for `next-window' and `previous-window'. Add category `Command'
2785 to @deffn of `pop-to-buffer'.
2786
2787 2010-04-01 Chong Yidong <cyd@stupidchicken.com>
2788
2789 * nonascii.texi (Text Representations): Don't mark
2790 enable-multibyte-characters as a user option.
2791
2792 2010-03-31 Eli Zaretskii <eliz@gnu.org>
2793
2794 * control.texi (Handling Errors): How to re-throw a signal caught
2795 by condition-case.
2796
2797 2010-03-26 Chong Yidong <cyd@stupidchicken.com>
2798
2799 * loading.texi (Hooks for Loading): Document after-load-functions.
2800 Copyedits.
2801
2802 2010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
2803
2804 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
2805
2806 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
2807
2808 * processes.texi (Network Processes): Document seqpacket type.
2809
2810 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2811
2812 * os.texi (System Environment): Do not mention lynxos.
2813
2814 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
2815
2816 * Branch for 23.2.
2817
2818 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
2819
2820 * objects.texi (Integer Type): Take note of the read syntax
2821 exception for numbers that cannot fit in the integer type.
2822
2823 2010-03-03 Glenn Morris <rgm@gnu.org>
2824
2825 * numbers.texi (Integer Basics, Bitwise Operations):
2826 * objects.texi (Integer Type): Update for integers now being 30-bit.
2827
2828 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
2829
2830 * display.texi (Low-Level Font): Document :otf font-spec property.
2831
2832 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2833
2834 * display.texi (Line Height): Avoid obsolete special default variables
2835 like default-major-mode.
2836
2837 2010-01-28 Alan Mackenzie <acm@muc.de>
2838
2839 * display.texi (Auto Faces): Say fontification-functions is called
2840 whether or not Font Lock is enabled. Tidy up the wording a bit.
2841
2842 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
2843
2844 * elisp.texi: Remove duplicate edition information (Bug#5407).
2845
2846 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
2847
2848 * two.el (volume-header-toc-markup): Fix typos in docstring.
2849
2850 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
2851
2852 Avoid dubious uses of save-excursions.
2853 * positions.texi (Excursions): Recommend the use of
2854 save-current-buffer if applicable.
2855 * text.texi (Clickable Text): Fix the example code which used
2856 save-excursion in a naive way which sometimes preserves point and
2857 sometimes not.
2858 * variables.texi (Creating Buffer-Local):
2859 * os.texi (Session Management):
2860 * display.texi (GIF Images):
2861 * control.texi (Cleanups): Use (save|with)-current-buffer.
2862
2863 2010-01-02 Eli Zaretskii <eliz@gnu.org>
2864
2865 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
2866
2867 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
2868
2869 * nonascii.texi (Text Representations, Character Codes)
2870 (Converting Representations, Explicit Encoding)
2871 (Translation of Characters): Use hex notation consistently.
2872 (Character Sets): Fix map-charset-chars doc (Bug#5197).
2873
2874 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
2875
2876 * loading.texi (Where Defined): Make it clearer that these are
2877 loaded files (Bug#5068).
2878
2879 2009-12-29 Chong Yidong <cyd@stupidchicken.com>
2880
2881 * minibuf.texi (Completion Styles): Document `initials' style.
2882
2883 2009-12-25 Chong Yidong <cyd@stupidchicken.com>
2884
2885 * frames.texi (Resources): Describe inhibit-x-resources.
2886 (Size Parameters): Copyedit.
2887
2888 * hash.texi (Creating Hash):
2889 * objects.texi (Hash Table Type): Document the new hash table
2890 printed representation.
2891
2892 * minibuf.texi (Basic Completion): 4th arg to all-completions is
2893 obsolete.
2894
2895 * processes.texi (Process Buffers):
2896 Document process-kill-buffer-query-function.
2897
2898 2009-12-05 Glenn Morris <rgm@gnu.org>
2899
2900 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
2901 diary-display-function, and no longer recommended to be a hook.
2902 Update for changes in the names of calendar and diary hooks.
2903 diary-print-entries-hook has changed section.
2904
2905 2009-11-28 Eli Zaretskii <eliz@gnu.org>
2906
2907 * text.texi (Special Properties): More accurate description of
2908 what the `cursor' property does.
2909
2910 2009-11-26 Kevin Ryde <user42@zip.com.au>
2911
2912 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
2913 mouse-wheel-down-event, the closest thing to a definition for them.
2914 * os.texi (Startup Summary): vindex inhibit-startup-message and
2915 inhibit-splash-screen.
2916 (Command-Line Arguments): vindex argv.
2917 (Suspending Emacs): vindex suspend-tty-functions and
2918 resume-tty-functions. Don't want to index every hook, but having
2919 the programming ones is helpful.
2920
2921 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
2922
2923 * commands.texi (Motion Events): Fix typo (Bug#4907).
2924
2925 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
2926
2927 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
2928 are affected by case-fold-search (Bug#4483).
2929
2930 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
2931
2932 * minibuf.texi (Reading File Names): Note that read-file-name may
2933 use a graphical file dialog.
2934
2935 2009-10-31 Glenn Morris <rgm@gnu.org>
2936
2937 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
2938
2939 2009-10-16 Kevin Ryde <user42@zip.com.au>
2940
2941 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
2942 in particular so `info-lookup-symbol' can find its docs.
2943
2944 2009-10-16 Chong Yidong <cyd@stupidchicken.com>
2945
2946 * variables.texi (Constant Variables): Distinguish from defconst
2947 variables.
2948 (Defining Variables): Add cindex.
2949
2950 2009-10-15 Chong Yidong <cyd@stupidchicken.com>
2951
2952 * os.texi (Time of Day): Clarify that the microsecond part is
2953 ignored (Bug#4637).
2954
2955 2009-10-11 Glenn Morris <rgm@gnu.org>
2956
2957 * frames.texi (Size and Position): Clarify what is included in the frame
2958 height. (Bug#4535)
2959
2960 2009-10-10 Glenn Morris <rgm@gnu.org>
2961
2962 * windows.texi (Size of Window): The relationship between window and
2963 frame heights is not so simple. (Bug#4535)
2964 Mention window-full-height-p.
2965
2966 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2967
2968 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
2969 used from Lisp.
2970
2971 2009-10-07 Eli Zaretskii <eliz@gnu.org>
2972
2973 * files.texi (Directory Names) <abbreviate-file-name>:
2974 Document that root home directories are not replaced with "~".
2975
2976 2009-10-06 Eli Zaretskii <eliz@gnu.org>
2977
2978 * text.texi (Special Properties): Document the meaning of the
2979 `cursor' text property whose value is an integer.
2980
2981 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
2982
2983 * files.texi (Magic File Names): Add `copy-directory'.
2984
2985 2009-10-05 Eli Zaretskii <eliz@gnu.org>
2986
2987 * files.texi (File Attributes): Fix description of file
2988 attributes. (Bug#4638) Update attributes of files.texi example to
2989 be more representative.
2990
2991 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
2992
2993 * files.texi (Create/Delete Dirs): New command copy-directory.
2994
2995 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
2996
2997 * anti.texi (Antinews):
2998 * macros.texi (Indenting Macros):
2999 * strings.texi (Creating Strings, Case Conversion):
3000 Remove duplicate words.
3001
3002 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
3003
3004 * files.texi (Create/Delete Dirs): delete-directory has an
3005 optional parameter RECURSIVE.
3006
3007 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3008
3009 * buffers.texi (Swapping Text): Minor clarification.
3010
3011 2009-10-01 Glenn Morris <rgm@gnu.org>
3012
3013 * functions.texi (Declaring Functions): Mention that we also search for
3014 ".m" files in the src/ directory.
3015
3016 2009-09-25 David Engster <deng@randomsample.de>
3017
3018 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
3019
3020 2009-09-22 Glenn Morris <rgm@gnu.org>
3021
3022 * internals.texi (Building Emacs): Mention preloaded-file-list.
3023
3024 2009-09-14 Alan Mackenzie <acm@muc.de>
3025
3026 * os.texi (Terminal Output): Put "@code{}" around "stdout".
3027
3028 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
3029
3030 * functions.texi (Anonymous Functions): Rearrange discussion,
3031 giving usage of unquoted lambda forms first. Mention that
3032 `function' and `#'' are no longer required (Bug#4290).
3033
3034 2009-09-11 Alan Mackenzie <acm@muc.de>
3035
3036 * os.texi (Terminal Output): Document `send-string-to-terminal' in
3037 batch mode.
3038
3039 2009-09-01 Glenn Morris <rgm@gnu.org>
3040
3041 * display.texi (Face Functions): Mention define-obsolete-face-alias.
3042
3043 2009-08-26 Ulrich Mueller <ulm@gentoo.org>
3044
3045 * nonascii.texi (Character Codes): Fix typos.
3046
3047 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
3048
3049 * processes.texi (Synchronous Processes): New defvar
3050 process-file-side-effects.
3051
3052 2009-08-25 Glenn Morris <rgm@gnu.org>
3053
3054 * display.texi (Fontsets): Fix typo.
3055
3056 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
3057
3058 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
3059
3060 * processes.texi (Asynchronous Processes): Adjust arglist of
3061 start-process-shell-command and start-file-process-shell-command.
3062
3063 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
3064
3065 * advice.texi (Argument Access in Advice): Note that argument
3066 positions are zero-based (Bug#3932).
3067
3068 * commands.texi (Distinguish Interactive): Minor copyedit.
3069
3070 * display.texi (Face Attributes): Add xref to Displaying Faces for
3071 explanation of "underlying face".
3072
3073 * customize.texi (Common Keywords): Add xref to Loading.
3074
3075 * loading.texi (How Programs Do Loading): Add xref to Lisp
3076 Libraries node in the Emacs manual.
3077
3078 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
3079
3080 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
3081
3082 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
3083
3084 * processes.texi (Shell Arguments): Copyedits.
3085
3086 2009-07-18 Glenn Morris <rgm@gnu.org>
3087
3088 * loading.texi (Repeated Loading): Fix typo.
3089
3090 2009-07-16 Richard Stallman <rms@gnu.org>
3091
3092 * buffers.texi (Swapping Text): Recommend setting
3093 write-region-annotate-functions and buffer-saved-size.
3094
3095 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
3096
3097 2009-07-15 Glenn Morris <rgm@gnu.org>
3098
3099 * edebug.texi: Minor re-phrasings throughout.
3100 (Edebug Execution Modes): Sit-for affects continue mode too.
3101 (Jumping): Use `forward-sexp' rather than its keybinding.
3102 (Edebug Misc): Fix Q binding.
3103 (Edebug Eval): Remove cl version.
3104 (Printing in Edebug): Clarify print-length etc.
3105 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
3106 (Specification List): Remove edebug-unwrap findex entry.
3107 (Specification Examples): defmacro is actually not the same as defun.
3108 Escape "`" in example.
3109
3110 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
3111
3112 * markers.texi (The Mark): Document optional arg to
3113 deactivate-mark.
3114
3115 2009-07-11 Kevin Ryde <user42@zip.com.au>
3116
3117 * hooks.texi (Standard Hooks): Fix cross-references.
3118
3119 * loading.texi (Named Features): Refer to eval-after-load.
3120
3121 2009-07-11 Glenn Morris <rgm@gnu.org>
3122
3123 * Makefile.in (TEXI2PDF): New.
3124 (elisp.pdf): New target.
3125
3126 * searching.texi (Regexp Backslash): Fix typo.
3127
3128 * elisp.texi (Top): Display copyright notice at start of non-TeX.
3129
3130 2009-07-10 Glenn Morris <rgm@gnu.org>
3131
3132 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
3133
3134 * customize.texi (Customization Types):
3135 * display.texi (Abstract Display):
3136 * objects.texi (Character Type, String Type):
3137 Merge in some menu descriptions from elisp.texi.
3138
3139 * hash.texi (Hash Tables):
3140 * modes.texi (Multiline Font Lock):
3141 End menu description with period.
3142
3143 2009-07-09 Glenn Morris <rgm@gnu.org>
3144
3145 * back.texi: Don't hard-code texinfo location.
3146
3147 * two-volume.make (texinfodir): New, with location of texinfo.tex.
3148 (tex): Add texinfodir to TEXINPUTS.
3149 (elisp1med-init, elisp2med-init): Use texinfodir.
3150
3151 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
3152 (clean): Add two-volume.make intermediate files.
3153
3154 * elisp.texi, vol1.texi, vol2.texi:
3155 Use a DATE variable with the publication date, and update it.
3156 Fix antinews menu description.
3157
3158 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
3159 Update the detailed node listing to match elisp.texi.
3160
3161 * README: Update edition to match elisp.texi.
3162
3163 * objects.texi (General Escape Syntax):
3164 * nonascii.texi (Character Sets):
3165 Use consistent case for "Unicode Standard".
3166
3167 * anti.texi (Antinews):
3168 * customize.texi (Variable Definitions):
3169 * functions.texi (Declaring Functions):
3170 * nonascii.texi (Character Properties):
3171 * processes.texi (Serial Ports):
3172 * text.texi (Special Properties):
3173 * tips.texi (Coding Conventions):
3174 Minor rearrangements to improve TeX line-filling.
3175
3176 * commands.texi (Using Interactive): Fix cross-reference.
3177
3178 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
3179
3180 * frames.texi (Management Parameters): Mention sticky.
3181
3182 2009-07-01 Andreas Schwab <aschwab@redhat.com>
3183
3184 * help.texi (Help Functions): Fix description of help-buffer and
3185 help-setup-xref to use @defun instead of @deffn.
3186
3187 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
3188
3189 * frames.texi (Size Parameters): Mention maximized for fullscreen.
3190
3191 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
3192
3193 * display.texi (Window Systems): Add ns to the list.
3194
3195 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
3196
3197 * Branch for 23.1.
3198
3199 2009-06-17 Martin Rudalics <rudalics@gmx.at>
3200
3201 * windows.texi (Dedicated Windows): Fix typo.
3202 (Resizing Windows): Replace @defun by @deffn.
3203
3204 2009-06-17 Glenn Morris <rgm@gnu.org>
3205
3206 * variables.texi (Directory Local Variables):
3207 Update for 2009-04-11 name-change of dir-locals-directory-alist.
3208
3209 2009-06-09 Kenichi Handa <handa@m17n.org>
3210
3211 * nonascii.texi (Character Sets): State clearly that FROM and TO
3212 are codepoints of CHARSET.
3213
3214 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
3215
3216 * minibuf.texi (Reading File Names): Fix introductory text.
3217 Suggested by stan@derbycityprints.com.
3218 (High-Level Completion): Fix typo.
3219
3220 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
3221
3222 * frames.texi (Text Terminal Colors): Multi-tty is already
3223 implemented, but tty-local colors are not.
3224
3225 2009-05-27 Chong Yidong <cyd@stupidchicken.com>
3226
3227 * hooks.texi (Standard Hooks): Remove mention of obsolete
3228 redisplay-end-trigger-functions.
3229
3230 * internals.texi (Window Internals): Remove mention of obsolete
3231 redisplay-end-trigger-functions.
3232
3233 2009-05-21 Martin Rudalics <rudalics@gmx.at>
3234
3235 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
3236
3237 * backups.texi (Making Backups): backup-directory-alist and
3238 make-backup-file-name-function are options.
3239 (Auto-Saving): auto-save-list-file-prefix is an option.
3240
3241 * buffers.texi (Killing Buffers): buffer-offer-save is an
3242 option.
3243
3244 * display.texi (Refresh Screen): no-redraw-on-reenter is an
3245 option.
3246 (Echo Area Customization): echo-keystrokes is an option.
3247 (Selective Display): selective-display-ellipses is an option.
3248 (Temporary Displays): temp-buffer-show-function is an option.
3249 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
3250 are options.
3251 (Font Selection): face-font-family-alternatives,
3252 face-font-selection-order, face-font-registry-alternatives, and
3253 scalable-fonts-allowed are options.
3254 (Fringe Indicators): indicate-buffer-boundaries is an option.
3255 (Fringe Cursors): overflow-newline-into-fringe is an option.
3256 (Scroll Bars): scroll-bar-mode is an option.
3257
3258 * eval.texi (Eval): max-lisp-eval-depth is an option.
3259
3260 * files.texi (Visiting Functions): find-file-hook is an option.
3261 (Directory Names): directory-abbrev-alist is an option.
3262 (Unique File Names): temporary-file-directory and
3263 small-temporary-file-directory are options.
3264
3265 * frames.texi (Initial Parameters): initial-frame-alist,
3266 minibuffer-frame-alist and default-frame-alist are options.
3267 (Cursor Parameters): blink-cursor-alist and
3268 cursor-in-non-selected-windows ar options.
3269 (Window System Selections): selection-coding-system is an
3270 option.
3271 (Display Feature Testing): display-mm-dimensions-alist is an
3272 option.
3273
3274 * help.texi (Help Functions): help-char and help-event-list are
3275 options.
3276
3277 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
3278 an option.
3279
3280 * minibuf.texi (Minibuffer History): history-length and
3281 history-delete-duplicates are options.
3282 (High-Level Completion): read-buffer-function and
3283 read-buffer-completion-ignore-case are options.
3284 (Reading File Names): read-file-name-completion-ignore-case is
3285 an option.
3286
3287 * modes.texi (Mode Line Top): mode-line-format is an option.
3288 (Mode Line Variables): mode-line-position and mode-line-modes
3289 are options.
3290
3291 * nonascii.texi (Text Representations):
3292 enable-multibyte-characters is an option.
3293 (Default Coding Systems): auto-coding-regexp-alist,
3294 file-coding-system-alist, auto-coding-alist and
3295 auto-coding-functions are options.
3296 (Specifying Coding Systems): inhibit-eol-conversion is an
3297 option.
3298
3299 * os.texi (Init File): site-run-file is an option.
3300 (System Environment): mail-host-address is an option.
3301 (User Identification): user-mail-address is an option.
3302 (Terminal Output): baud-rate is an option.
3303
3304 * positions.texi (Word Motion): words-include-escapes is an
3305 option.
3306
3307 * searching.texi (Standard Regexps): page-delimiter,
3308 paragraph-separate, paragraph-separate and sentence-end are
3309 options.
3310
3311 * text.texi (Margins): left-margin and fill-nobreak-predicate
3312 are options.
3313
3314 * variables.texi (Local Variables): max-specpdl-size is an
3315 option.
3316
3317 * windows.texi (Choosing Window):
3318 split-window-preferred-function, special-display-function and
3319 display-buffer-function are options.
3320
3321 2009-05-20 Chong Yidong <cyd@stupidchicken.com>
3322
3323 Fix errors spotted by Martin Rudalics.
3324
3325 * syntax.texi (Position Parse): Document rationale for ignored
3326 arguments to syntax-ppss-flush-cache.
3327
3328 * processes.texi (Input to Processes): Mark PROCESS arg to
3329 process-running-child-p as optional.
3330 (Network Options): Document NO-ERROR arg to
3331 set-network-process-option.
3332
3333 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
3334 command.
3335
3336 * searching.texi (POSIX Regexps): Mark posix-search-forward and
3337 posix-search-backward as commands.
3338
3339 * os.texi (Killing Emacs): Mark kill-emacs as a command.
3340 (Suspending Emacs): Mark suspend-emacs as a command.
3341 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
3342 commands.
3343 (Terminal Output): Remove obsolete function baud-rate.
3344 Document TERMINAL arg for send-string-to-terminal.
3345
3346 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
3347 terminal-coding-system and set-terminal-coding-system.
3348 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
3349 as optional.
3350 (Character Sets): Document RESTRICTION arg of char-charset.
3351 (Character Codes): Mark POS argument to get-byte as optional.
3352
3353 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
3354 minibuffer-message.
3355
3356 * files.texi (Create/Delete Dirs): Mark make-directory and
3357 delete-directory as commands.
3358
3359 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
3360
3361 * text.texi (Base 64): Mark base64-decode-string and
3362 base64-encode-string as commands.
3363 (Columns): Mark move-to-column as a command.
3364 (Mode-Specific Indent): Document RIGID arg to
3365 indent-for-tab-command.
3366 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
3367 Mark indent-code-rigidly as a command.
3368 (Substitution): Mark translate-region as a command.
3369
3370 * frames.texi (Size and Position): Remove obsolete functions
3371 screen-height and screen-width.
3372
3373 2009-05-19 Chong Yidong <cyd@stupidchicken.com>
3374
3375 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
3376 (Displaying Buffers, Resizing Windows): Correct mistakes;
3377 next-window, previous-window, and pop-to-buffer are not commands,
3378 and fit-window-to-buffer" is a command. (Pointed out by Martin
3379 Rudalics.)
3380
3381 2009-05-17 Richard M Stallman <rms@gnu.org>
3382
3383 * modes.texi (Precalculated Fontification): Clarify text.
3384
3385 2009-05-17 Martin Rudalics <rudalics@gmx.at>
3386
3387 * windows.texi (Selecting Windows): Clarify descriptions of
3388 with-selected-window and get-lru-window.
3389 (Cyclic Window Ordering): Refer to particular frame when talking
3390 about how splitting affects the ordering.
3391 (Displaying Buffers): Fix descriptions of switch-to-buffer and
3392 switch-to-buffer-other-window. Explain how setting of
3393 display-buffer-reuse-frames affects pop-to-buffer.
3394 (Choosing Window): Clarify some details in descriptions of
3395 display-buffer-reuse-frames, pop-up-frames, and
3396 pop-up-frame-function.
3397 (Dedicated Windows): Clarify some details.
3398 (Textual Scrolling): Replace term vscroll by term vertical
3399 scroll position.
3400 (Vertical Scrolling): Fix typo.
3401 (Window Hooks): Relate text on jit-lock-register to window
3402 scrolling and size changes.
3403
3404 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
3405
3406 * frames.texi (Initial Parameters): Clarify what the initial
3407 minibuffer frame is.
3408 (Buffer Parameters): Note that the minibuffer parameter can not be
3409 altered.
3410
3411 * anti.texi (Antinews): Copyedits. Rearrange some entries.
3412 Document display-buffer changes.
3413
3414 2009-05-13 Chong Yidong <cyd@stupidchicken.com>
3415
3416 * anti.texi (Antinews): Rewrite for Emacs 22.
3417
3418 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
3419 obarrays are first mentioned. Define "system abbrev" more
3420 prominently, and add it to the index.
3421 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
3422 Copyedits.
3423 (Abbrev Expansion): Document abbrev-insert.
3424
3425 2009-05-12 Chong Yidong <cyd@stupidchicken.com>
3426
3427 * frames.texi (Font and Color Parameters): Rename from Color
3428 Parameters. Document font-backend parameter.
3429
3430 * vol2.texi (Top): Update node listing.
3431 * vol1.texi (Top): Update node listing.
3432 * elisp.texi (Top): Update node listing.
3433
3434 2009-05-11 Martin Rudalics <rudalics@gmx.at>
3435
3436 * windows.texi (Choosing Window): Don't explicitly refer to
3437 split-window-sensibly's window argument in descriptions of
3438 split-height-threshold and split-width-threshold.
3439
3440 2009-05-10 Martin Rudalics <rudalics@gmx.at>
3441
3442 * windows.texi (Choosing Window): Fix rewrite of window
3443 splitting section.
3444
3445 2009-05-09 Eli Zaretskii <eliz@gnu.org>
3446
3447 * nonascii.texi (Default Coding Systems):
3448 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
3449 Add indexing.
3450 (Lisp and Coding Systems): Add index entries.
3451
3452 2009-05-09 Martin Rudalics <rudalics@gmx.at>
3453
3454 * windows.texi (Choosing Window): Describe split-window-sensibly
3455 and rewrite section on window splitting accordingly.
3456 (Textual Scrolling): Replace `...' by @code{...}.
3457
3458 2009-05-04 Chong Yidong <cyd@stupidchicken.com>
3459
3460 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
3461 Remove obsoleted pre-abbrev-expand-hook.
3462
3463 * locals.texi (Standard Buffer-Local Variables): Consolidate table
3464 entries.
3465
3466 * internals.texi (Object Internals): Don't assume 32-bit machines
3467 are the norm.
3468 (Buffer Internals): Consolidate table entries for readability.
3469 (Window Internals): Synch field names to window.h.
3470 (Process Internals): Synch field names to process.h.
3471
3472 2009-04-29 Chong Yidong <cyd@stupidchicken.com>
3473
3474 * variables.texi (File Local Variables): Note that read-circle is
3475 bound to nil when reading file-local variables.
3476
3477 * streams.texi (Input Functions): Document read-circle.
3478 (Output Variables): Add xref to Circular Objects.
3479
3480 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
3481
3482 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
3483 Features and Coding System Basics. Node that "p" stands for
3484 "predicate". Recommend utf-8-emacs instead of emacs-mule.
3485 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
3486 mouse-appearance-menu.
3487 (Programming Tips): Add xref to Progress.
3488
3489 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
3490
3491 * os.texi (Command-Line Arguments):
3492 Document command-line-args-left.
3493 (Suspending Emacs): Adapt text to multi-tty case. Document use of
3494 terminal objects for tty arguments.
3495 (Startup Summary): Add xref to Session Management.
3496 (Session Management): Mention emacs-session-restore. Copyedits.
3497
3498 2009-04-20 Chong Yidong <cyd@stupidchicken.com>
3499
3500 * os.texi (Startup Summary): Copyedits. The init file is not
3501 necessarily named .emacs now. Document initial-buffer-choice and
3502 initial-scratch-message. Note where Emacs exits in batch mode.
3503 Document inhibit-splash-screen as an alias.
3504 (Init File): Be neutral about which init file name to use.
3505
3506 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
3507
3508 * os.texi (System Interface): Fix Texinfo usage.
3509
3510 2009-04-15 Chong Yidong <cyd@stupidchicken.com>
3511
3512 * searching.texi (Regexp Backslash): Also refer to shy groups as
3513 non-capturing or unnumbered groups.
3514 (Regexp Functions): Add cross-reference to Regexp Backslash.
3515
3516 * display.texi (Truncation): Overlays can use line-prefix and
3517 wrap-prefix too.
3518 (Overlay Properties): Document wrap-prefix and line-prefix.
3519 (Face Attributes): Document underline-minimum-offset.
3520 (Face Remapping): Copyedits.
3521 (Low-Level Font): Copyedits.
3522 (Image Cache): Note that the image cache is shared between frames.
3523 (Line Height): Emphasize that line-spacing only takes effect on
3524 graphical terminals.
3525
3526 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
3527
3528 * display.texi (Refresh Screen): Note that a passage about screen
3529 refreshing is text terminal only.
3530 (Forcing Redisplay): Delete misleading comment---sit-for calls
3531 redisplay, not the other way around.
3532 (Truncation): Note new values of truncate-partial-width-windows.
3533 Copyedits.
3534 (Invisible Text): Document invisible-p.
3535
3536 2009-04-11 Eli Zaretskii <eliz@gnu.org>
3537
3538 * display.texi (Overlays): Overlays don't scale well. See
3539 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
3540
3541 2009-04-10 Chong Yidong <cyd@stupidchicken.com>
3542
3543 * syntax.texi (Syntax Table Functions): Document cons cell
3544 argument for modify-syntax-entry.
3545 (Categories): Document cons cell argument for
3546 modify-category-entry.
3547
3548 * searching.texi (String Search): Document word-search-forward-lax
3549 and word-search-backward-lax.
3550 (Searching and Case): Describe isearch behavior more precisely.
3551
3552 * keymaps.texi (Tool Bar): Mention that some platforms do not
3553 support multi-line toolbars. Suggested by Stephen Eglen.
3554
3555 * frames.texi (Layout Parameters): Mention that Nextstep also
3556 allows only one tool-bar line. Suggested by Stephen Eglen.
3557
3558 * nonascii.texi (Text Representations): Copyedits.
3559 (Coding System Basics): Also mention utf-8-emacs.
3560 (Converting Representations, Selecting a Representation)
3561 (Scanning Charsets, Translation of Characters, Encoding and I/O):
3562 Copyedits.
3563 (Character Codes): Mention role of codepoints 1114112 to 4194175.
3564
3565 2009-04-09 Chong Yidong <cyd@stupidchicken.com>
3566
3567 * text.texi (Yank Commands): Note that yank uses push-mark.
3568 (Filling): Clarify REGION argument of fill-paragraph.
3569 Document fill-forward-paragraph-function.
3570 (Special Properties): Remove "new in Emacs 22" declaration.
3571 (Clickable Text): Merge with Links and Mouse-1 node.
3572
3573 * display.texi (Button Properties, Button Buffer Commands):
3574 Change xref to Clickable Text.
3575
3576 * tips.texi (Key Binding Conventions): Change xref to Clickable
3577 Text.
3578
3579 * elisp.texi (Top): Update node listing.
3580
3581 2009-04-05 Chong Yidong <cyd@stupidchicken.com>
3582
3583 * markers.texi (The Mark): Copyedits. Improve description of
3584 handle-shift-selection.
3585 (The Region): Move use-region-p here from The Mark.
3586
3587 * positions.texi (Screen Lines): Document (cols . lines) argument
3588 for vertical-motion.
3589
3590 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
3591
3592 * frames.texi (Frames): Clean up introduction. Document `ns'
3593 return value for framep.
3594 (Creating Frames): Note how the terminal is chosen.
3595 (Multiple Terminals, Multiple Displays): Merge into a single node.
3596 (Color Parameters): Fix typo.
3597
3598 * variables.texi (Local Variables, Buffer-Local Variables)
3599 (Creating Buffer-Local): Change link to Multiple Terminals.
3600
3601 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
3602
3603 * keymaps.texi (Controlling Active Maps): Change link to Multiple
3604 Terminals.
3605
3606 * commands.texi (Command Loop Info, Keyboard Macros): Change link
3607 to Multiple Terminals.
3608
3609 * elisp.texi (Top): Update node listing.
3610 * vol2.texi (Top): Update node listing.
3611 * vol1.texi (Top): Update node listing.
3612
3613 * buffers.texi (Current Buffer): Note that the append-to-buffer
3614 example is no longer in synch with the latest code. Tie the two
3615 examples together.
3616
3617 * files.texi (File Attributes): Move note about MS-DOS from
3618 Changing Files to File Attributes.
3619 (Create/Delete Dirs): Note that mkdir is an alias for this.
3620
3621 2009-04-01 Markus Triska <triska@gmx.at>
3622
3623 * processes.texi (Filter Functions): Suggest how to handle output
3624 batches.
3625
3626 2009-03-30 Chong Yidong <cyd@stupidchicken.com>
3627
3628 * help.texi (Accessing Documentation): Update example to use
3629 help-setup-xref and with-help-window.
3630 (Help Functions): Remove print-help-return-message, which is
3631 semi-obsolete due to with-help-window. Document help-buffer and
3632 help-setup-xref.
3633
3634 2009-03-29 Chong Yidong <cyd@stupidchicken.com>
3635
3636 * help.texi (Accessing Documentation, Help Functions):
3637 Remove information about long-obsolete Emacs versions.
3638
3639 * modes.texi (Mode Line Variables): The default values of the mode
3640 line variables are now more complicated.
3641
3642 2009-03-28 Chong Yidong <cyd@stupidchicken.com>
3643
3644 * modes.texi (Major Mode Conventions): Note that specialness is
3645 inherited.
3646 (Derived Modes): Note that define-derive-mode sets the mode-class
3647 property.
3648
3649 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
3650 goto-map. Add search-map to the list.
3651
3652 2009-03-27 Eli Zaretskii <eliz@gnu.org>
3653
3654 * os.texi (System Environment): Update the list of system-type
3655 values.
3656
3657 * markers.texi (The Mark) <handle-shift-selection>: Update for
3658 removal of the optional argument DEACTIVATE.
3659
3660 2009-03-25 Chong Yidong <cyd@stupidchicken.com>
3661
3662 * commands.texi (Focus Events): Most X window managers don't use
3663 focus-follows-mouse nowadays.
3664
3665 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
3666
3667 * commands.texi (Defining Commands): Clarify introduction.
3668 (Using Interactive): Not that interactive can be put in a symbol
3669 property.
3670 (Interactive Call): Note that a symbol with a non-nil
3671 interactive-form property satisfies commandp.
3672
3673 2009-03-23 Juanma Barranquero <lekktu@gmail.com>
3674
3675 * minibuf.texi (Intro to Minibuffers): Fix typos.
3676
3677 2009-03-23 Chong Yidong <cyd@stupidchicken.com>
3678
3679 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
3680 about minibuffers in old Emacs versions. Copyedits.
3681 Emphasize that enable-recursive-minibuffers defaults to nil.
3682 (Text from Minibuffer): Simplify introduction.
3683
3684 2009-03-22 Alan Mackenzie <acm@muc.de>
3685
3686 * commands.texi (Using Interactive): Clarify string argument to
3687 `interactive' - even promptless elements need \n separators.
3688
3689 2009-03-18 Chong Yidong <cyd@stupidchicken.com>
3690
3691 * minibuf.texi (Completion Styles): New node.
3692
3693 * elisp.texi (Top): Update node listing.
3694
3695 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
3696
3697 * minibuf.texi (Basic Completion): Note that
3698 read-file-name-completion-ignore-case and
3699 read-buffer-completion-ignore-case can override
3700 completion-ignore-case.
3701 (Minibuffer Completion): Document completing-read changes.
3702 (Completion Commands): Avoid mentioning partial completion mode.
3703 Document minibuffer-completion-confirm changes, and
3704 minibuffer-confirm-exit-commands.
3705 (High-Level Completion): Document new require-match behavior for
3706 read-buffer. Document read-buffer-completion-ignore-case.
3707 (Reading File Names): Document new require-match behavior for
3708 read-file-name.
3709
3710 2009-03-14 Chong Yidong <cyd@stupidchicken.com>
3711
3712 * debugging.texi (Error Debugging): Don't mislead the reader into
3713 thinking that debug-on-error enters debugger for C-f at EOB.
3714 (Error Debugging): Setting debug-on-init within the init file
3715 works, and has for some time.
3716
3717 2009-03-13 Kenichi Handa <handa@m17n.org>
3718
3719 * display.texi (Fontsets): Update the description.
3720
3721 2009-03-13 Chong Yidong <cyd@stupidchicken.com>
3722
3723 * advice.texi (Advising Primitives): Link to What Is a Function.
3724
3725 2009-03-12 Chong Yidong <cyd@stupidchicken.com>
3726
3727 * compile.texi (Speed of Byte-Code): Update example.
3728 (Disassembly): Update examples.
3729
3730 * loading.texi (Repeated Loading): Simplify examples.
3731
3732 * customize.texi (Common Keywords): It's not necessary to use :tag
3733 to remove hyphens, as custom-unlispify-tag-name does it
3734 automatically.
3735 (Variable Definitions): Link to File Local Variables.
3736 Document customized-value symbol property.
3737 (Customization Types): Move menu to end of node.
3738
3739 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
3740
3741 * macros.texi (Compiling Macros): Omit misleading sentence, which
3742 implied that macros can only be used in the same file they are
3743 defined.
3744 (Backquote): Remove obsolete information about Emacs 19.
3745
3746 2009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
3747
3748 * display.texi (Display Margins): Fix paren typo.
3749
3750 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
3751
3752 * elisp.texi (Top): Update node listing.
3753
3754 * variables.texi (Variables): Clarify introduction.
3755 (Global Variables): Mention that setq is a special form.
3756 (Local Variables): Use active voice.
3757 (Tips for Defining): Mention marking variables as safe.
3758 (Buffer-Local Variables): Mention terminal-local and frame-local
3759 variables together.
3760 (File Local Variables): Copyedits.
3761 (Frame-Local Variables): Note that they are not really useful.
3762 (Future Local Variables): Node deleted.
3763
3764 * objects.texi (General Escape Syntax): Update explanation of
3765 Unicode escape syntax.
3766
3767 2009-02-23 Chong Yidong <cyd@stupidchicken.com>
3768
3769 * control.texi (Control Structures): Add cindex entry for "textual
3770 order".
3771
3772 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
3773 instead of "expression" throughout.
3774 (Function Indirection): Copyedits. Use active voice.
3775 (Eval): The default value of max-lisp-eval-depth is now 400.
3776
3777 2009-02-23 Miles Bader <miles@gnu.org>
3778
3779 * processes.texi (System Processes): Rename `system-process-attributes'
3780 to `process-attributes'.
3781
3782 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
3783
3784 * symbols.texi (Property Lists): Emphasize that property lists are
3785 not restricted to symbol cells.
3786 (Other Plists): Copyedit.
3787
3788 * sequences.texi (Sequences Arrays Vectors): Make introduction
3789 more concise.
3790 (Arrays): Mention char-tables and bool-vectors too.
3791 (Vectors): Don't repeat information given in Arrays node. Link to
3792 nodes that explain the vector usage examples.
3793 (Char-Tables): Note that char-table elements can have arbitrary
3794 type. Explain effect of omitted char-table-extra-slots property.
3795 Link to Property Lists node.
3796
3797 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
3798
3799 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
3800 `append'.
3801 (List Elements): Copyedits.
3802
3803 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
3804 of `vconcat'.
3805
3806 * strings.texi (Creating Strings): Copyedits. Remove obsolete
3807 Emacs 20 usage of `concat'.
3808 (Case Conversion): Copyedits.
3809
3810 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
3811
3812 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
3813 Minor edits.
3814 (Frame Configuration Type): Emphasize that it is not primitive.
3815 (Font Type): New node.
3816 (Type Predicates): Add fontp; type-of now recognizes font object
3817 types.
3818
3819 * intro.texi (Version Info): Update version numbers in examples.
3820 (Acknowledgements): List more contributors.
3821
3822 * elisp.texi: Bump version number to 3.0.
3823 (Top): Link to Font Type node.
3824
3825 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
3826
3827 * modes.texi (Major Mode Conventions): Remove duplicate words.
3828 (Customizing Keywords): Fix typo.
3829
3830 2009-02-14 Eli Zaretskii <eliz@gnu.org>
3831
3832 * nonascii.texi (User-Chosen Coding Systems): Document that
3833 select-safe-coding-system suggests raw-text if there are raw bytes
3834 in the region.
3835 (Explicit Encoding): Warn not to use `undecided' when encoding.
3836
3837 2009-02-11 Glenn Morris <rgm@gnu.org>
3838
3839 * frames.texi (Visibility of Frames): Mention the effect multiple
3840 workspaces/desktops can have on visibility.
3841
3842 2009-02-07 Eli Zaretskii <eliz@gnu.org>
3843
3844 * text.texi (Commands for Insertion):
3845 * commands.texi (Event Mod):
3846 * keymaps.texi (Searching Keymaps):
3847 * nonascii.texi (Translation of Characters):
3848 Reinstate documentation of translation-table-for-input.
3849 (Explicit Encoding): Document the `charset' text property produced
3850 by decode-coding-region and decode-coding-string.
3851
3852 2009-01-27 Alan Mackenzie <acm@muc.de>
3853
3854 * modes.texi (Search-based Fontification): Correct a typo.
3855
3856 2009-01-25 Juanma Barranquero <lekktu@gmail.com>
3857
3858 * abbrevs.texi (Abbrev Table Properties): Fix typo.
3859 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
3860
3861 2009-01-24 Eli Zaretskii <eliz@gnu.org>
3862
3863 * display.texi (Window Systems): Document the value of
3864 `initial-window-system' under --daemon.
3865
3866 * os.texi (System Environment): Remove description of the
3867 `environment' function which has been deleted.
3868
3869 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
3870
3871 * frames.texi (Multiple Displays): Remove documentation for
3872 removed function make-frame-on-tty.
3873
3874 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
3875
3876 * files.texi (Format Conversion Piecemeal): Clarify behavior of
3877 write-region-annotate-functions.
3878 Document write-region-post-annotation-function.
3879
3880 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
3881
3882 * display.texi (Font Lookup): Document WIDTH argument of
3883 x-list-fonts.
3884
3885 2009-01-17 Eli Zaretskii <eliz@gnu.org>
3886
3887 * maps.texi (Standard Keymaps): Rename function-key-map to
3888 local-function-key-map.
3889
3890 * keymaps.texi (Translation Keymaps): Rename function-key-map to
3891 local-function-key-map.
3892
3893 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
3894 and `set-keyboard-coding-system' now accept an optional terminal
3895 argument.
3896
3897 * commands.texi (Event Mod): `keyboard-translate-table' is now
3898 terminal-local.
3899 (Function Keys): Rename function-key-map to
3900 local-function-key-map.
3901
3902 * elisp.texi (Top): Make @detailmenu be consistent with changes in
3903 frames.texi.
3904
3905 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
3906 `delete-terminal-functions', `suspend-tty-functions' and
3907 `resume-tty-functions'.
3908
3909 * frames.texi (Frames): Document `frame-terminal' and
3910 `terminal-live-p'.
3911 (Multiple Displays): Document `make-frame-on-tty'.
3912 (Multiple Terminals): Document `terminal-list', `delete-terminal',
3913 `terminal-name', and `get-device-terminal'.
3914 (Terminal Parameters): Document `terminal-parameters',
3915 `terminal-parameter', and `set-terminal-parameter'.
3916
3917 * os.texi (System Environment): Document `environment' and
3918 `initial-environment'.
3919 (Suspending Emacs): Update for multi-tty; document
3920 `suspend-tty', `resume-tty', and `controlling-tty-p'.
3921
3922 * nonascii.texi (Coding System Basics): More accurate description
3923 of `raw-text'.
3924
3925 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
3926
3927 * display.texi (Low-Level Font): Fix typo.
3928
3929 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
3930
3931 * elisp.texi (Top): Update node listing.
3932
3933 * display.texi (PostScript Images): Node deleted.
3934
3935 2009-01-10 Eli Zaretskii <eliz@gnu.org>
3936
3937 * processes.texi (Decoding Output): Document that null bytes force
3938 no-conversion for reading process output.
3939
3940 * files.texi (Reading from Files): Document that null bytes force
3941 no-conversion when visiting files.
3942
3943 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
3944
3945 * nonascii.texi (Lisp and Coding Systems):
3946 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
3947 (Character Properties): Improve wording.
3948
3949 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
3950
3951 * display.texi (Font Lookup): Remove obsolete function
3952 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
3953 (Low-Level Font): Rename from Fonts, move to end of Faces section.
3954 (Font Selection): Reorder order of variable descriptions.
3955 Minor clarifications.
3956
3957 * elisp.texi (Top): Update node listing.
3958
3959 2009-01-09 Glenn Morris <rgm@gnu.org>
3960
3961 * commands.texi (Command Loop Info): Say that last-command-char and
3962 last-input-char are obsolete aliases.
3963
3964 * edebug.texi (Edebug Recursive Edit): Remove separate references to
3965 last-input-char and last-command-char, since they are just aliases for
3966 last-input-event and last-command-event.
3967
3968 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
3969 last-command-char.
3970
3971 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
3972
3973 * elisp.texi: Update node listing.
3974
3975 * display.texi (Faces): Put Font Selection node after Auto Faces.
3976 (Face Attributes): Don't link to Font Lookup.
3977 Document font-family-list.
3978 (Fonts): New node.
3979
3980 2009-01-08 Jason Rumney <jasonr@gnu.org>
3981
3982 * frames.texi (Pointer Shape): Clarify that only X supports
3983 changing the standard pointer shapes. (Bug#1485)
3984
3985 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
3986
3987 * display.texi (Attribute Functions): Note that a function value
3988 :height is relative, and that compatibility functions work by
3989 calling set-face-attribute.
3990 (Displaying Faces): Reorder list in order of increasing priority.
3991 (Face Remapping): New node. Content moved here from Displaying
3992 Faces.
3993 (Glyphs): Link to Face Functions.
3994
3995 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
3996
3997 * display.texi (Faces): Don't discuss face id here. facep does
3998 not return t.
3999 (Defining Faces): Minor clarification.
4000 (Face Attributes): Rearrange items to match docstring of
4001 set-face-attribute. Add :foundry attribute. Document new role of
4002 :font attribute. Texinfo usage fix.
4003 (Attribute Functions): Copyedits.
4004 (Face Functions): Note that face number is seldom used.
4005
4006 2009-01-05 Richard M Stallman <rms@gnu.org>
4007
4008 * strings.texi (Predicates for Strings): Minor clarification.
4009
4010 * functions.texi (Function Safety): Texinfo usage fix.
4011
4012 2009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
4013
4014 * objects.texi (General Escape Syntax): Fix typo.
4015
4016 2009-01-03 Martin Rudalics <rudalics@gmx.at>
4017
4018 * windows.texi (Choosing Window): Say that pop-up-frame-alist
4019 works via the default value of pop-up-frame-function.
4020
4021 2009-01-02 Eli Zaretskii <eliz@gnu.org>
4022
4023 * processes.texi (System Processes): Document the `time' and
4024 `ctime' attributes of `system-process-attributes'.
4025
4026 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
4027
4028 * display.texi (Face Attributes): Clarify :height attribute.
4029
4030 2008-12-31 Martin Rudalics <rudalics@gmx.at>
4031
4032 * buffers.texi (The Buffer List): Clarify what moves a buffer to
4033 the front of the buffer list. Add entries for `last-buffer' and
4034 `unbury-buffer'.
4035
4036 2008-12-27 Eli Zaretskii <eliz@gnu.org>
4037
4038 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
4039 and its subsections.
4040
4041 * frames.texi (Multiple Terminals, Low-level Terminal)
4042 (Terminal Parameters, Frames on Other TTY devices): New sections.
4043 (Frames): Add an xref to "Multiple Terminals".
4044
4045 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
4046
4047 * objects.texi (Terminal Type): New node.
4048 (Editing Types): Add it to the menu.
4049
4050 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
4051 Variables".
4052
4053 * variables.texi (Directory Local Variables): New node.
4054 (Variables): Add a menu item for it.
4055
4056 * loading.texi (Autoload): Document `generate-autoload-cookie' and
4057 `generated-autoload-file'.
4058
4059 2008-12-20 Eli Zaretskii <eliz@gnu.org>
4060
4061 * os.texi (Startup Summary): Add xref to documentation of
4062 `initial-window-system'.
4063
4064 * display.texi (Window Systems): Document `window-system' the
4065 function. The variable `window-system' is now frame-local.
4066 Document `initial-window-system'.
4067
4068 2008-12-19 Martin Rudalics <rudalics@gmx.at>
4069
4070 * windows.texi (Windows): Rewrite description of
4071 fit-window-to-buffer.
4072
4073 2008-12-13 Glenn Morris <rgm@gnu.org>
4074
4075 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
4076 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
4077
4078 2008-12-12 Glenn Morris <rgm@gnu.org>
4079
4080 * debugging.texi (Error Debugging): Refer forwards to
4081 eval-expression-debug-on-error.
4082
4083 2008-12-05 Eli Zaretskii <eliz@gnu.org>
4084
4085 * strings.texi (String Basics): Only unibyte strings that
4086 represent key sequences hold 8-bit raw bytes.
4087
4088 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
4089 paragraph to speak about `undecided'.
4090 (Character Properties): Don't explain the meaning of each
4091 property; instead, identify their Unicode Standard names.
4092 (Character Sets): Document `map-charset-chars'.
4093
4094 2008-12-02 Glenn Morris <rgm@gnu.org>
4095
4096 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
4097 section yet again.
4098
4099 2008-11-29 Eli Zaretskii <eliz@gnu.org>
4100
4101 * nonascii.texi (Character Properties): New Section.
4102 (Specifying Coding Systems): Document
4103 `coding-system-priority-list', `set-coding-system-priority', and
4104 `with-coding-priority'.
4105 (Lisp and Coding Systems): Document `check-coding-systems-region'
4106 and `coding-system-charset-list'.
4107 (Coding System Basics): Document `coding-system-aliases'.
4108
4109 * elisp.texi (Top): Add a @detailmenu entry for "Character
4110 Properties".
4111
4112 * objects.texi (Character Type): Correct the range of Emacs
4113 characters. Add an @xref to "Character Codes".
4114
4115 * strings.texi (String Basics): Add an @xref to "Character Codes".
4116
4117 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
4118
4119 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
4120 (Character Codes): Document `max-char'.
4121
4122 2008-11-28 Eli Zaretskii <eliz@gnu.org>
4123
4124 * nonascii.texi (Text Representations, Converting Representations)
4125 (Character Sets, Scanning Charsets, Translation of Characters):
4126 Make text more accurate.
4127
4128 2008-11-28 Glenn Morris <rgm@gnu.org>
4129
4130 * files.texi (Format Conversion Round-Trip): Improve previous change.
4131
4132 2008-11-26 Chong Yidong <cyd@stupidchicken.com>
4133
4134 * modes.texi (Auto Major Mode): Fix example.
4135
4136 2008-11-25 Glenn Morris <rgm@gnu.org>
4137
4138 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
4139
4140 * files.texi (Format Conversion Round-Trip):
4141 Use active voice for previous change.
4142
4143 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
4144
4145 * os.texi (Processor Run Time):
4146 * processes.texi (Transaction Queues):
4147 * markers.texi (The Mark):
4148 * windows.texi (Choosing Window, Selecting Windows):
4149 * files.texi (Changing Files, Magic File Names):
4150 * commands.texi (Key Sequence Input):
4151 * functions.texi (Declaring Functions):
4152 * strings.texi (Predicates for Strings):
4153 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
4154
4155 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
4156
4157 * help.texi (Accessing Documentation): Update example.
4158
4159 * variables.texi (Defining Variables): Note that `*' is not
4160 necessary if defcustom is used.
4161
4162 2008-11-22 Eli Zaretskii <eliz@gnu.org>
4163
4164 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
4165 Characters" from @detailmenu.
4166
4167 * nonascii.texi (Character Codes, Character Sets)
4168 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
4169 (Chars and Bytes, Splitting Characters): Sections removed.
4170
4171 2008-11-22 Lute Kamstra <lute@gnu.org>
4172
4173 * positions.texi (Text Lines): Update goto-line documentation.
4174
4175 2008-11-21 Martin Rudalics <rudalics@gmx.at>
4176
4177 * frames.texi (Frames): Fix typo, add cross references, reword.
4178 (Initial Parameters): Reword special-display-frame-alist text.
4179 (Frames and Windows): Reword. Describe argument norecord for
4180 set-frame-selected-window.
4181 (Input Focus): Describe argument norecord for select-frame.
4182 Remove comment on MS-Windows behavior for focus-follows-mouse.
4183 (Raising and Lowering): Mention windows-frames dichotomy in
4184 metaphor.
4185
4186 * windows.texi (Displaying Buffers, Vertical Scrolling)
4187 (Horizontal Scrolling): Fix indenting and rewording issues
4188 introduced with 2008-11-07 change.
4189
4190 2008-11-20 Glenn Morris <rgm@gnu.org>
4191
4192 * files.texi (Format Conversion Round-Trip): Mention `preserve'
4193 element of `format-alist'.
4194
4195 2008-11-19 Glenn Morris <rgm@gnu.org>
4196
4197 * doclicense.texi: Update to FDL 1.3.
4198 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
4199
4200 2008-11-18 Chong Yidong <cyd@stupidchicken.com>
4201
4202 * windows.texi (Window Hooks): Remove *-end-trigger-functions
4203 vars, which are obsolete. Mention jit-lock-register.
4204
4205 * modes.texi (Other Font Lock Variables):
4206 Document jit-lock-register and jit-lock-unregister.
4207
4208 * frames.texi (Color Parameters): Document alpha parameter.
4209
4210 2008-11-16 Martin Rudalics <rudalics@gmx.at>
4211
4212 * windows.texi (Splitting Windows, Deleting Windows)
4213 (Selecting Windows, Cyclic Window Ordering)
4214 (Buffers and Windows, Displaying Buffers, Choosing Window)
4215 (Dedicated Windows, Window Point, Window Start and End)
4216 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
4217 (Size of Window, Resizing Windows, Window Configurations)
4218 (Window Parameters): Avoid @var at beginning of sentences and
4219 reword accordingly.
4220
4221 2008-11-11 Lute Kamstra <lute@gnu.org>
4222
4223 * files.texi (File Name Components): Fix file-name-extension
4224 documentation.
4225
4226 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
4227
4228 * frames.texi (Basic Parameters): Remove display-environment-variable
4229 and term-environment-variable.
4230
4231 2008-11-08 Eli Zaretskii <eliz@gnu.org>
4232
4233 * windows.texi (Basic Windows, Splitting Windows)
4234 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
4235 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
4236 (Resizing Windows, Window Configurations, Window Parameters):
4237 Fix wording and markup.
4238
4239 2008-11-07 Martin Rudalics <rudalics@gmx.at>
4240
4241 * windows.texi (Windows): Update entries.
4242 (Basic Windows): Remove listing of attributes. Reword.
4243 (Splitting Windows, Deleting Windows): Reword.
4244 (Selecting Windows, Cyclic Window Ordering): Reword with special
4245 emphasis on order of recently selected windows and buffer list.
4246 (Buffers and Windows, Choosing Window): Reword with special
4247 emphasis on dedicated windows.
4248 (Displaying Buffers): Reword. For switch-to-buffer mention that
4249 it may fall back on pop-to-buffer. For other-window try to
4250 explain how it treats the cyclic ordering of windows.
4251 (Dedicated Windows): New node and section discussing dedicated
4252 windows and associated functions.
4253 (Window Point): Add entry for window-point-insertion-type. Reword.
4254 (Window Start and End): Rename node and section title. Reword.
4255 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
4256 Minor rewording.
4257 (Size of Window): Reword, in particular text on window-width.
4258 (Resizing Windows): Reword. Add text on balancing windows.
4259 (Window Configurations): Reword. Mention window parameters.
4260 (Window Parameters): New node and section on window parameters.
4261 (Window Hooks): Reword. Mention that
4262 window-configuration-change-hook is run "buffer-locally".
4263 * elisp.texi (Top): Update Windows entries in @detailmenu
4264 section.
4265
4266 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
4267
4268 * searching.texi (Regexp Search): Fix typo.
4269
4270 2008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
4271
4272 * searching.texi (Regexp Search): Document GREEDY arg.
4273 (Simple Match Data): Fix return value.
4274
4275 2008-11-01 Eli Zaretskii <eliz@gnu.org>
4276
4277 * nonascii.texi (Text Representations): Rewrite to make consistent
4278 with Emacs 23 internal representation of characters.
4279 Document `unibyte-string'.
4280
4281 2008-10-28 Chong Yidong <cyd@stupidchicken.com>
4282
4283 * processes.texi (Process Information): Note that process-status
4284 does not accept buffer names.
4285
4286 2008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
4287
4288 * positions.texi (Skipping Characters): Correct return value of
4289 skip-chars-forward.
4290
4291 2008-10-25 Martin Rudalics <rudalics@gmx.at>
4292
4293 * windows.texi (Deleting Windows): Update documentation of
4294 delete-windows-on.
4295 (Buffers and Windows): Update documentations of
4296 get-buffer-window and get-buffer-window-list.
4297 (Displaying Buffers): Update documentation of
4298 replace-buffer-in-windows.
4299
4300 * buffers.texi (Current Buffer): Reword set-buffer and
4301 with-current-buffer documentations.
4302 (Creating Buffers): Reword documentation of get-buffer-create.
4303
4304 2008-10-23 Martin Rudalics <rudalics@gmx.at>
4305
4306 * buffers.texi (Current Buffer): Reword documentation of
4307 set-buffer.
4308 (Buffer Names): Reword documentation of buffer-name.
4309 (The Buffer List): For bury-buffer explain what happens with the
4310 buffer's window.
4311 (Creating Buffers): Say that get-buffer-create's arg is called
4312 buffer-or-name.
4313
4314 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
4315
4316 * advice.texi (Computed Advice): Explain what DEFINITION is.
4317
4318 * nonascii.texi (Character Codes): Remove obsolete function
4319 char-valid-p, and document characterp instead.
4320
4321 2008-10-22 Martin Rudalics <rudalics@gmx.at>
4322
4323 * windows.texi (Displaying Buffers): Reword documentation of
4324 pop-to-buffer.
4325 (Choosing Window): Rewrite documentation of display-buffer and
4326 its options.
4327
4328 * buffers.texi (Killing Buffers): Update documentation of
4329 kill-buffer.
4330
4331 2008-10-21 Eli Zaretskii <eliz@gnu.org>
4332
4333 * processes.texi (Serial Ports): Fix wording and improve markup.
4334
4335 * searching.texi (Regexp Search): Document `string-match-p' and
4336 `looking-at-p'.
4337 (POSIX Regexps): Add an xref for "non-greedy".
4338 (Regexp Special): Add @cindex entry for "non-greedy".
4339
4340 * display.texi (Attribute Functions): Document `face-all-attributes'.
4341 (Image Cache) <image-refresh>: Minor wording fixes.
4342
4343 * frames.texi (Color Names): Add an xref to `read-color'.
4344
4345 * minibuf.texi (High-Level Completion): Document `read-color'.
4346
4347 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
4348
4349 * positions.texi (Narrowing): Add an xref to "Swapping Text".
4350
4351 * buffers.texi (Swapping Text): New section, documents
4352 `buffer-swap-text'.
4353
4354 2008-10-21 Martin Rudalics <rudalics@gmx.at>
4355
4356 * windows.texi (Resizing Windows): Minor wording fix.
4357
4358 2008-10-20 Eli Zaretskii <eliz@gnu.org>
4359
4360 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
4361 and `combine-and-quote-strings'.
4362
4363 * strings.texi (Creating Strings): Add xrefs for them.
4364
4365 2008-10-19 Eli Zaretskii <eliz@gnu.org>
4366
4367 * elisp.texi (Top): Make descriptive text for "Reading File Names"
4368 match the corresponding menu in minibuf.texi.
4369
4370 * minibuf.texi (Reading File Names): Document `read-shell-command'
4371 and `minibuffer-local-shell-command-map'.
4372
4373 2008-10-19 Martin Rudalics <rudalics@gmx.at>
4374
4375 * windows.texi (Resizing Windows): Remove var{} around "window" in
4376 documentation of enlarge-window.
4377 Rewrite documentation of window-min-height and window-min-width.
4378
4379 2008-10-19 Eli Zaretskii <eliz@gnu.org>
4380
4381 * functions.texi (Calling Functions): Document `apply-partially'.
4382
4383 * hooks.texi (Standard Hooks): Mention
4384 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
4385
4386 * variables.texi (File Local Variables): Document
4387 `file-local-variables-alist', `before-hack-local-variables-hook'
4388 and `hack-local-variables-hook'.
4389
4390 * processes.texi (Synchronous Processes): Document `process-lines'.
4391
4392 * customize.texi (Variable Definitions):
4393 Document `custom-reevaluate-setting'.
4394
4395 2008-10-18 Martin Rudalics <rudalics@gmx.at>
4396
4397 * windows.texi (Choosing Window, Deleting Windows)
4398 (Displaying Buffers): Expand documentation of dedicated windows.
4399
4400 2008-10-18 Eli Zaretskii <eliz@gnu.org>
4401
4402 * files.texi (Changing Files): Document symbolic input of file
4403 modes to `set-file-modes'. Document `read-file-modes' and
4404 `file-modes-symbolic-to-number'.
4405
4406 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
4407 and `search-map'.
4408
4409 * searching.texi (Search and Replace):
4410 Document `replace-search-function' and `replace-re-search-function'.
4411 Document `multi-query-replace-map'.
4412
4413 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
4414 (Completion Commands, Reading File Names):
4415 Rename `minibuffer-local-must-match-filename-map' to
4416 `minibuffer-local-filename-must-match-map'.
4417 (Minibuffer Completion): The `require-match' argument to
4418 `completing-read' can now have the value `confirm-only'.
4419
4420 * windows.texi (Displaying Buffers): Minor wording fix.
4421 (Choosing Window): `split-height-threshold' can now be nil.
4422 Document `split-width-threshold'. `pop-up-frames' can have the
4423 value `graphic-only'.
4424
4425 2008-10-17 Eli Zaretskii <eliz@gnu.org>
4426
4427 * os.texi (Startup Summary): Document `before-init-time' and
4428 `after-init-time'. Document `initial-window-system' and
4429 `window-system-initialization-alist'. Document reading the
4430 abbrevs file. Document the call to `server-start' under --daemon.
4431 Rearrange a bit to be consistent with the code flow.
4432 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
4433 (Time Parsing): Document `format-seconds'.
4434
4435 2008-10-17 Martin Rudalics <rudalics@gmx.at>
4436
4437 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
4438 and reword.
4439
4440 2008-10-16 Eli Zaretskii <eliz@gnu.org>
4441
4442 * markers.texi (The Mark): Document use-region-p.
4443
4444 2008-10-15 Eli Zaretskii <eliz@gnu.org>
4445
4446 * internals.texi (Writing Emacs Primitives): The interactive spec
4447 of a primitive can be a Lisp form.
4448
4449 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
4450 values of transient-mark-mode. Document handle-shift-selection.
4451
4452 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
4453 (Interactive Examples): Show an example of `^'.
4454 (Key Sequence Input): Document this-command-keys-shift-translated.
4455 (Defining Commands, Using Interactive): The interactive-form of a
4456 function can be added via its symbol's property.
4457
4458 * positions.texi (List Motion): beginning-of-defun-function can
4459 now accept an argument.
4460
4461 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
4462 now return a list of strings.
4463
4464 * control.texi (Handling Errors): Document ignore-errors.
4465
4466 * frames.texi (Creating Frames): Document frame-inherited-parameters.
4467 (Parameter Access): Document set-frame-parameter.
4468
4469 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
4470 Hooks" for the effect of kill-all-local-variables on local hook
4471 functions.
4472
4473 * modes.texi (Major Mode Conventions, Mode Line Variables):
4474 `mode-name' need not be a string. xref to "Mode Line Data" for
4475 details, and to "Emulating Mode Line" for computing a string
4476 value.
4477
4478 2008-10-14 Eli Zaretskii <eliz@gnu.org>
4479
4480 * processes.texi (System Processes): New section.
4481 (Processes, Signals to Processes): Add xrefs to it.
4482
4483 * objects.texi (Editing Types): A `process' is a subprocess of
4484 Emacs, not just any process running on the OS.
4485
4486 * elisp.texi (Top): Adjust the @detailmenu for the above two
4487 changes.
4488
4489 * sequences.texi (Char-Tables): Remove documentation of
4490 set-char-table-default, which has no effect since Emacs 23.
4491 <char-table-range, set-char-table-range>: Don't mention generic
4492 characters and charsets. Add a cons cell as a possible argument.
4493
4494 * nonascii.texi (Splitting Characters)
4495 (Translation of Characters): Don't mention generic characters.
4496
4497 * display.texi (Fontsets): Don't mention generic characters.
4498
4499 * sequences.texi (Char-Tables): `map-char-table' can now call its
4500 argument FUNCTION with a cons cell as KEY.
4501
4502 2008-10-13 Eli Zaretskii <eliz@gnu.org>
4503
4504 * objects.texi (Primitive Function Type): Move "@cindex special
4505 forms" from here...
4506
4507 * eval.texi (Special Forms): ...to here.
4508
4509 * functions.texi (What Is a Function): `functionp' returns nil for
4510 special forms. Add an xref.
4511
4512 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
4513 Variables".
4514
4515 * variables.texi (Frame-Local Variables): New section.
4516 (Buffer-Local Variables): Add an xref to it.
4517 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
4518 have both frame-local and buffer-local binding.
4519
4520 * frames.texi (Frames): Mention multiple tty frames.
4521 (Frame Parameters, Parameter Access): Mention frame-local variable
4522 bindings.
4523
4524 2008-09-20 Glenn Morris <rgm@gnu.org>
4525
4526 * display.texi (Defining Faces): Recommend against face variables.
4527
4528 2008-09-16 Juanma Barranquero <lekktu@gmail.com>
4529
4530 * display.texi (Echo Area Customization): Fix typo.
4531
4532 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
4533
4534 * loading.texi (Where Defined): Add `defface' item.
4535
4536 2008-09-06 Martin Rudalics <rudalics@gmx.at>
4537
4538 * loading.texi (Where Defined): Fix description of symbol-file.
4539
4540 2008-08-26 Jason Rumney <jasonr@gnu.org>
4541
4542 * display.texi (TIFF Images): New section describing :index property.
4543
4544 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
4545
4546 * display.texi (Temporary Displays): Remove unnecessary comment
4547 about usage of temp-buffer-show-hook.
4548
4549 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
4550
4551 * symbols.texi (Other Plists): Fix incorrect example.
4552 Suggested by Florian Beck.
4553
4554 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
4555
4556 * os.texi: Fix previous change.
4557
4558 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4559
4560 * os.texi:
4561 * intro.texi:
4562 * files.texi: Remove VMS support.
4563
4564 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4565
4566 * os.texi:
4567 * frames.texi:
4568 * display.texi: Remove mentions of Mac Carbon.
4569
4570 2008-07-01 Miles Bader <miles@gnu.org>
4571
4572 * text.texi (Special Properties):
4573 * display.texi (Truncation): Add wrap-prefix and line-prefix.
4574
4575 2008-06-28 Johan Bockgård <bojohan@gnu.org>
4576
4577 * display.texi (Other Image Types): Fix copy/paste error; say
4578 "PBM", not "XBM".
4579
4580 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
4581
4582 * os.texi: Remove references to obsolete systems.
4583
4584 2008-06-20 Eli Zaretskii <eliz@gnu.org>
4585
4586 * makefile.w32-in (distclean): Remove makefile.
4587
4588 2008-06-17 Glenn Morris <rgm@gnu.org>
4589
4590 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
4591 (elisp, dist): Remove rules and variables that are obsolete now
4592 the lisp manual is no longer distributed separately.
4593
4594 2008-06-16 Glenn Morris <rgm@gnu.org>
4595
4596 * configure, configure.in, mkinstalldirs: Remove unused files.
4597
4598 * book-spine.texinfo: Set version to 23.0.60.
4599 * vol1.texi (EMACSVER):
4600 * vol2.texi (EMACSVER): Set to 23.0.60.
4601
4602 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
4603 as per maintain.info.
4604
4605 2008-06-15 Glenn Morris <rgm@gnu.org>
4606
4607 * makefile.w32-in (manual): Use "23" rather than "21".
4608
4609 * Makefile.in (emacsver): New, set by configure.
4610 (manual): Use emacsver.
4611
4612 * intro.texi: Report bugs using M-x report-emacs-bug.
4613
4614 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
4615
4616 2008-06-13 Daniel Engeler <engeler@gmail.com>
4617
4618 * elisp.texi, internals.texi, processes.texi: Add documentation
4619 about serial port access.
4620
4621 2008-06-05 Miles Bader <miles@gnu.org>
4622
4623 * display.texi (Displaying Faces): Update to reflect function
4624 renamings in face-remap.el.
4625
4626 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
4627
4628 * display.texi (Fontsets): Fix typos.
4629
4630 2008-06-03 Miles Bader <miles@gnu.org>
4631
4632 * display.texi (Displaying Faces): Add add-relative-face-remapping,
4633 remove-relative-face-remapping, set-base-face-remapping,
4634 and set-default-base-face-remapping.
4635
4636 2008-06-01 Miles Bader <miles@gnu.org>
4637
4638 * display.texi (Displaying Faces): Add face-remapping-alist.
4639
4640 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4641
4642 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
4643 variable names.
4644
4645 2008-05-03 Eric S. Raymond <esr@golux>
4646
4647 * keymaps.texi: Clarify that (current-local-map) and
4648 (current-global-map) return references, not copies.
4649
4650 2008-05-02 Juri Linkov <juri@jurta.org>
4651
4652 * minibuf.texi (Text from Minibuffer): Document a list of
4653 default values for `read-from-minibuffer'.
4654
4655 2008-04-24 Juanma Barranquero <lekktu@gmail.com>
4656
4657 * nonascii.texi (Translation of Characters): Fix previous change.
4658
4659 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
4660
4661 * display.texi (Overlay Properties): Clarify role of underlying
4662 textprop and overlay keymaps for display strings.
4663
4664 * keymaps.texi (Active Keymaps): Ditto.
4665
4666 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4667
4668 * minibuf.texi (Programmed Completion):
4669 Replace dynamic-completion-table with the new completion-table-dynamic.
4670
4671 2008-04-07 Chong Yidong <cyd@stupidchicken.com>
4672
4673 * intro.texi (Some Terms): Change "fonts in this manual" index
4674 entry to "typographic conventions".
4675
4676 2008-04-05 Eli Zaretskii <eliz@gnu.org>
4677
4678 * objects.texi (Text Props and Strings): Add indexing for read
4679 syntax of text properties.
4680
4681 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4682
4683 * processes.texi (Decoding Output): Remove process-filter-multibyte
4684 functions.
4685
4686 2008-03-15 Martin Rudalics <rudalics@gmx.at>
4687
4688 * display.texi (Finding Overlays): Say that empty overlays at
4689 the end of the buffer are reported too.
4690
4691 2008-03-13 Glenn Morris <rgm@gnu.org>
4692
4693 * elisp.texi (EMACSVER): Set to 23.0.60.
4694
4695 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
4696
4697 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
4698
4699 2008-02-22 Glenn Morris <rgm@gnu.org>
4700
4701 * frames.texi (Position Parameters): Clarify the description of
4702 `left' and `top', using information from "Geometry".
4703 (Geometry): Give a pointer to "Position Parameters", rather than
4704 repeating information.
4705
4706 2008-02-11 Glenn Morris <rgm@gnu.org>
4707
4708 * objects.texi (Equality Predicates): No longer talk about "two"
4709 functions.
4710
4711 2008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
4712
4713 * objects.texi (Equality Predicates): Add defun for
4714 equal-including-properties.
4715
4716 2008-02-10 Glenn Morris <rgm@gnu.org>
4717
4718 * objects.texi (Equality Predicates):
4719 Mention equal-including-properties.
4720
4721 2008-02-07 Richard Stallman <rms@gnu.org>
4722
4723 * windows.texi (Window Start): Mention the feature of moving
4724 window-start to start of line.
4725
4726 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
4727
4728 * keymaps.texi (Tool Bar): Document rtl property.
4729
4730 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
4731
4732 * display.texi (Button Types):
4733 For define-button-type, clarify type of NAME.
4734
4735 2008-01-19 Martin Rudalics <rudalics@gmx.at>
4736
4737 * buffers.texi (Buffer Modification): Fix typo.
4738
4739 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
4740
4741 * os.texi (System Environment): Remove references to OSes that are
4742 not supported anymore.
4743
4744 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4745
4746 * os.texi (System Environment): Remove mention for Masscomp.
4747
4748 2008-01-04 Richard Stallman <rms@gnu.org>
4749
4750 * display.texi (Faces): Don't talk about internal face vector as arg
4751 to facep.
4752
4753 * customize.texi (Type Keywords): Fix previous change.
4754
4755 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
4756 * elisp.texi (Top): Fix menu for commands.texi change.
4757
4758 2007-12-30 Richard Stallman <rms@gnu.org>
4759
4760 * commands.texi (Accessing Mouse): Rename from Accessing Events.
4761 (Accessing Scroll): New node broken out of Accessing Mouse.
4762
4763 2007-12-28 Richard Stallman <rms@gnu.org>
4764
4765 * frames.texi (Size Parameters): Fix typo.
4766 (Basic Parameters): For `title', refer to title bar.
4767 (Size and Position): Explain meaning of frame pixel width and height.
4768
4769 2007-12-23 Richard Stallman <rms@gnu.org>
4770
4771 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
4772 Improve some of the commented-out keywords' text too.
4773
4774 2007-12-14 Martin Rudalics <rudalics@gmx.at>
4775
4776 * nonascii.texi (Encoding and I/O): Reword to avoid saying
4777 "visit the current buffer".
4778
4779 * os.texi (System Interface): Fix typo.
4780
4781 2007-12-04 Richard Stallman <rms@gnu.org>
4782
4783 * objects.texi (Symbol Type): Fix typo.
4784
4785 2007-12-03 Richard Stallman <rms@gnu.org>
4786
4787 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
4788
4789 2007-12-01 Glenn Morris <rgm@gnu.org>
4790
4791 * functions.texi (Declaring Functions): Improve previous change.
4792
4793 2007-11-30 Glenn Morris <rgm@gnu.org>
4794
4795 * functions.texi (Declaring Functions): Add optional fourth
4796 argument of declare-function, and setting third argument to `t'.
4797
4798 2007-11-29 Richard Stallman <rms@gnu.org>
4799
4800 * customize.texi (Composite Types): Document `group' type.
4801
4802 2007-11-29 Glenn Morris <rgm@gnu.org>
4803
4804 * functions.texi (Declaring Functions): Add findex.
4805 Mention `external' files.
4806
4807 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
4808
4809 * functions.texi (Declaring Functions): Fix directive.
4810
4811 2007-11-25 Richard Stallman <rms@gnu.org>
4812
4813 * help.texi (Help Functions): Clean up last change.
4814
4815 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
4816
4817 * loading.texi (Named Features): Minor cleanup.
4818
4819 * macros.texi (Eval During Expansion): Minor cleanup.
4820
4821 * variables.texi (Variable Aliases): Minor cleanup.
4822
4823 2007-11-24 Richard Stallman <rms@gnu.org>
4824
4825 * functions.texi (Declaring Functions): Clarify previous change.
4826
4827 * compile.texi (Compiler Errors): Clarify previous change.
4828
4829 2007-11-24 Richard Stallman <rms@gnu.org>
4830
4831 * display.texi (Refresh Screen, Forcing Redisplay):
4832 Clarify the text and move items around.
4833
4834 2007-11-24 Glenn Morris <rgm@gnu.org>
4835
4836 * functions.texi (Declaring Functions): New section.
4837 * compile.texi (Compiler Errors): Mention declaring functions,
4838 defvar with no initvalue, and byte-compile-warnings.
4839
4840 2007-11-15 Martin Rudalics <rudalics@gmx.at>
4841
4842 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
4843 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
4844
4845 2007-11-13 Martin Rudalics <rudalics@gmx.at>
4846
4847 * help.texi (Help Functions): Document new macro `with-help-window'.
4848
4849 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
4850
4851 * searching.texi (Replacing Match): Describe new
4852 `match-substitute-replacement'.
4853
4854 2007-10-31 Richard Stallman <rms@gnu.org>
4855
4856 * strings.texi (Creating Strings): Null strings from concat not unique.
4857
4858 2007-10-26 Richard Stallman <rms@gnu.org>
4859
4860 * objects.texi (Equality Predicates): Null strings are uniquified.
4861
4862 * minibuf.texi: Minor clarifications in previous change.
4863
4864 2007-10-25 Glenn Morris <rgm@gnu.org>
4865
4866 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
4867
4868 2007-10-24 Richard Stallman <rms@gnu.org>
4869
4870 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
4871
4872 * variables.texi (Frame-Local Variables): Node deleted.
4873 (Variables): Delete Frame-Local Variables from menu.
4874 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
4875 (Default Value): Don't mention frame-local vars.
4876
4877 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
4878
4879 * loading.texi (Unloading): Document FEATURE-unload-function
4880 instead of FEATURE-unload-hook.
4881
4882 * frames.texi (Multiple Displays): Don't mention frame-local vars.
4883
4884 2007-10-22 Juri Linkov <juri@jurta.org>
4885
4886 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
4887 (High-Level Completion): Document a list of default value strings
4888 in the DEFAULT argument, for which minibuffer functions return the
4889 first element.
4890
4891 2007-10-17 Juri Linkov <juri@jurta.org>
4892
4893 * text.texi (Filling): Update arguments of fill-paragraph.
4894 fill-paragraph operates on the active region in Transient Mark mode.
4895 Remove fill-paragraph-or-region.
4896
4897 2007-10-13 Karl Berry <karl@gnu.org>
4898
4899 * elisp.texi (@dircategory): Move to after @copying,
4900 since we want @copying as close as possible to the beginning of
4901 the output.
4902
4903 2007-10-12 Richard Stallman <rms@gnu.org>
4904
4905 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
4906
4907 * commands.texi (Distinguish Interactive): New node,
4908 broken out from Interactive Call and rewritten.
4909 (Command Loop): Put Distinguish Interactive in menu.
4910
4911 2007-10-09 Richard Stallman <rms@gnu.org>
4912
4913 * text.texi (Examining Properties): Mention overlay priority.
4914
4915 * display.texi (Display Margins): Correct the description
4916 of margin display specifications.
4917 (Replacing Specs): New subnode broken out of Display Property.
4918
4919 2007-10-06 Juri Linkov <juri@jurta.org>
4920
4921 * text.texi (Filling): Document fill-paragraph-or-region.
4922
4923 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
4924
4925 * display.texi (Auto Faces): Fix typo.
4926
4927 2007-10-02 Richard Stallman <rms@gnu.org>
4928
4929 * display.texi (Display Property): Explain some display specs
4930 don't let you move point in.
4931
4932 * frames.texi (Cursor Parameters):
4933 Describe cursor-in-non-selected-windows here. Explain more values.
4934
4935 * windows.texi (Basic Windows): Don't describe
4936 cursor-in-non-selected-windows here.
4937
4938 2007-10-01 Eli Zaretskii <eliz@gnu.org>
4939
4940 * processes.texi (Misc Network): Note that these functions are
4941 supported only on some systems.
4942
4943 2007-10-01 Richard Stallman <rms@gnu.org>
4944
4945 * display.texi (Overlay Properties): Explain nil as priority.
4946 Explain that conflicts are unpredictable if not resolved by
4947 priorities.
4948
4949 2007-09-23 Richard Stallman <rms@gnu.org>
4950
4951 * macros.texi (Backquote): Minor clarification.
4952
4953 2007-09-19 Richard Stallman <rms@gnu.org>
4954
4955 * display.texi (Display Property): Explain multiple display specs.
4956 Clarify when they work in parallel and when one overrides.
4957 Fix error in example.
4958
4959 2007-09-06 Glenn Morris <rgm@gnu.org>
4960
4961 Move from lispref/ to doc/lispref/. Change all setfilename
4962 commands to use ../../info.
4963 * Makefile.in (infodir): Go up one more level.
4964 (usermanualdir): Change from ../man to ../emacs.
4965 (miscmanualdir): New.
4966 (dist): Use new variable miscmanualdir.
4967 * makefile.w32-in (infodir, texinputdir): Go up one more level.
4968 (usermanualdir): Change from ../man to ../emacs.
4969
4970 2007-08-30 Martin Rudalics <rudalics@gmx.at>
4971
4972 * commands.texi (Command Loop Info): Advise against changing
4973 most variables described here. Explain new variable
4974 last-repeatable-command.
4975
4976 2007-08-29 Glenn Morris <rgm@gnu.org>
4977
4978 * elisp.texi (EMACSVER): Increase to 23.0.50.
4979
4980 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
4981
4982 * frames.texi (Basic Parameters): Add display-environment-variable
4983 and term-environment-variable.
4984
4985 2007-08-28 Juri Linkov <juri@jurta.org>
4986
4987 * display.texi (Image Formats, Other Image Types): Add SVG.
4988
4989 2007-08-28 Juri Linkov <juri@jurta.org>
4990
4991 * display.texi (Images): Move formats-related text to new node
4992 "Image Formats".
4993 (Image Formats): New node.
4994
4995 2007-08-27 Richard Stallman <rms@gnu.org>
4996
4997 * windows.texi (Window Configurations): Clarify what
4998 a window configuration saves.
4999
5000 2007-08-25 Richard Stallman <rms@gnu.org>
5001
5002 * display.texi (Images): Delete redundant @findex.
5003
5004 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
5005
5006 * text.texi (Change Hooks): (after|before)-change-functions are no
5007 longer bound to nil while running; rather inhibit-modification-hooks
5008 is t.
5009
5010 2007-08-16 Richard Stallman <rms@gnu.org>
5011
5012 * processes.texi (Asynchronous Processes):
5013 Clarify doc of start-file-process.
5014
5015 2007-08-08 Martin Rudalics <rudalics@gmx.at>
5016
5017 * modes.texi (Example Major Modes): Fix typo.
5018
5019 2007-08-08 Glenn Morris <rgm@gnu.org>
5020
5021 * intro.texi (nil and t): Do not use `iff' in documentation.
5022
5023 * tips.texi (Documentation Tips): Recommend against `iff'.
5024
5025 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
5026
5027 * display.texi (Image Cache): Document image-refresh.
5028
5029 2007-08-06 Martin Rudalics <rudalics@gmx.at>
5030
5031 * windows.texi (Size of Window): Document window-full-width-p.
5032
5033 2007-07-25 Glenn Morris <rgm@gnu.org>
5034
5035 * gpl.texi (GPL): Replace license with GPLv3.
5036
5037 * Relicense all FSF files to GPLv3 or later.
5038
5039 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
5040
5041 * processes.texi (Synchronous Processes):
5042 Add `process-file-shell-command'.
5043 (Asynchronous Processes): Mention restricted use of
5044 `process-filter' and `process-sentinel' in
5045 `start-file-process'. Add `start-file-process-shell-command'.
5046
5047 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
5048
5049 * files.texi (Magic File Names): Introduce optional parameter
5050 IDENTIFICATION for `file-remote-p'.
5051
5052 2007-07-16 Richard Stallman <rms@gnu.org>
5053
5054 * display.texi (Defining Faces): Fix previous change.
5055
5056 2007-07-14 Richard Stallman <rms@gnu.org>
5057
5058 * control.texi (Handling Errors): Document `debug' in handler list.
5059
5060 2007-07-10 Richard Stallman <rms@gnu.org>
5061
5062 * display.texi (Defining Faces): Explain C-M-x feature for defface.
5063
5064 2007-07-09 Richard Stallman <rms@gnu.org>
5065
5066 * files.texi (Magic File Names): Rewrite previous change.
5067
5068 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
5069
5070 * files.texi (Magic File Names): Introduce optional parameter
5071 CONNECTED for `file-remote-p'.
5072
5073 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
5074
5075 * processes.texi (Asynchronous Processes):
5076 * files.texi (Magic File Names): Add `start-file-process'.
5077
5078 2007-06-27 Richard Stallman <rms@gnu.org>
5079
5080 * files.texi (Format Conversion Piecemeal):
5081 Clarify `after-insert-file-functions' calling convention.
5082
5083 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
5084
5085 * files.texi (Magic File Names): Remove `dired-call-process'.
5086 Add `process-file'.
5087
5088 2007-06-27 Kenichi Handa <handa@m17n.org>
5089
5090 * text.texi (Special Properties): Fix description about
5091 `composition' property.
5092
5093 2007-06-26 Kenichi Handa <handa@m17n.org>
5094
5095 * nonascii.texi (Default Coding Systems): Document about the
5096 return value `undecided'.
5097
5098 2007-06-25 David Kastrup <dak@gnu.org>
5099
5100 * keymaps.texi (Active Keymaps): Document new POSITION argument of
5101 `current-active-maps'.
5102
5103 2007-06-24 Karl Berry <karl@gnu.org>
5104
5105 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
5106
5107 2007-06-15 Juanma Barranquero <lekktu@gmail.com>
5108
5109 * display.texi (Overlay Arrow): Doc fix.
5110
5111 2007-06-14 Karl Berry <karl@tug.org>
5112
5113 * anti.texi (Antinews): Typo.
5114
5115 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
5116
5117 * display.texi (Image Cache): Document image-refresh.
5118
5119 2007-06-12 Karl Berry <karl@gnu.org>
5120
5121 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
5122 * two-volume.make: New file.
5123 * .cvsignore: Ignore two-volume files.
5124
5125 2007-06-12 Tom Tromey <tromey@redhat.com>
5126
5127 * os.texi (Init File): Document user-emacs-directory.
5128
5129 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
5130
5131 * commands.texi (Click Events): Describe width and height when
5132 object is nil.
5133
5134 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
5135
5136 * commands.texi (Click Events): Layout more logically.
5137 Describe width and height.
5138 (Drag Events, Motion Events): Update to new format for position.
5139
5140 2007-06-02 Richard Stallman <rms@gnu.org>
5141
5142 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
5143
5144 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
5145
5146 * Version 22.1 released.
5147
5148 2007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
5149
5150 * text.texi (Special Properties): Correct meaning of fontified face.
5151
5152 2007-05-30 Richard Stallman <rms@gnu.org>
5153
5154 * text.texi (Special Properties): Add link to Adjusting Point.
5155
5156 2007-05-12 Richard Stallman <rms@gnu.org>
5157
5158 * text.texi (Margins): indent-to-left-margin is not the default.
5159 (Mode-Specific Indent): For indent-line-function, the default
5160 is indent-relative.
5161
5162 * modes.texi (Example Major Modes): Explain last line of text-mode
5163 is redundant.
5164
5165 2007-05-10 Richard Stallman <rms@gnu.org>
5166
5167 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
5168
5169 * help.texi (Keys in Documentation): Add reference to
5170 Documentation Tips.
5171
5172 * files.texi (Format Conversion): TO-FN gets three arguments.
5173
5174 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
5175
5176 2007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
5177
5178 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
5179 * files.texi (Format Conversion): Expand intro; add menu.
5180 (Format Conversion Overview, Format Conversion Round-Trip)
5181 (Format Conversion Piecemeal): New nodes/subsections.
5182 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
5183 * text.texi (Text Properties): Remove "Saving Properties" from menu.
5184 (Saving Properties): Delete node/subsection.
5185
5186 2007-05-07 Karl Berry <karl@gnu.org>
5187
5188 * elisp.texi (EMACSVER): Back to 22.
5189
5190 2007-05-06 Richard Stallman <rms@gnu.org>
5191
5192 * processes.texi (Accepting Output): Revert most of previous change.
5193
5194 2007-05-05 Richard Stallman <rms@gnu.org>
5195
5196 * processes.texi (Accepting Output): accept-process-output
5197 uses microseconds, not milliseconds. But that arg is obsolete.
5198
5199 2007-05-04 Karl Berry <karl@tug.org>
5200
5201 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
5202
5203 2007-05-04 Eli Zaretskii <eliz@gnu.org>
5204
5205 * tips.texi (Documentation Tips): Rearrange items to place the
5206 more important ones first. Add an index entry for hyperlinks.
5207
5208 2007-05-03 Karl Berry <karl@gnu.org>
5209
5210 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
5211 (EMACSVER) [smallbook]: 22 for printed version.
5212
5213 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
5214 so restore anchor to normal position after defun. Found by Kevin Ryde.
5215
5216 2007-04-26 Glenn Morris <rgm@gnu.org>
5217
5218 * elisp.texi (EMACSVER): Increase to 22.1.50.
5219
5220 2007-04-28 Karl Berry <karl@gnu.org>
5221
5222 * elisp.texi: Improve line breaks on copyright page,
5223 similar layout to emacs manual, 8.5x11 by default.
5224
5225 2007-04-24 Richard Stallman <rms@gnu.org>
5226
5227 * text.texi (Special Properties): Add xref to Overlay Properties.
5228
5229 * display.texi (Overlay Properties): Add xref to Special Properties.
5230
5231 2007-04-22 Richard Stallman <rms@gnu.org>
5232
5233 * keymaps.texi (Extended Menu Items): Move the info about
5234 format with cached keyboard binding.
5235
5236 2007-04-21 Richard Stallman <rms@gnu.org>
5237
5238 * text.texi (Special Properties): Clarify previous change.
5239
5240 * files.texi (File Name Expansion): Clarify previous change.
5241
5242 * display.texi (Attribute Functions): Fix example for
5243 face-attribute-relative-p.
5244
5245 2007-04-19 Kenichi Handa <handa@m17n.org>
5246
5247 * text.texi (Special Properties): Document composition property.
5248
5249 2007-04-19 Glenn Morris <rgm@gnu.org>
5250
5251 * files.texi (File Name Expansion): Mention "superroot".
5252
5253 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
5254
5255 * frames.texi (Multiple Displays): Add note about "multi-monitor"
5256 setups.
5257 (Display Feature Testing): Note that display refers to all
5258 physical monitors for multi-monitor setups.
5259
5260 2007-04-14 Richard Stallman <rms@gnu.org>
5261
5262 * lists.texi (Sets And Lists): Clarify `delete' examples.
5263 Remove spurious xref to same node.
5264 Clarify xref for add-to-list.
5265
5266 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
5267
5268 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
5269 value of lisp-mode-map.
5270
5271 2007-04-11 Karl Berry <karl@gnu.org>
5272
5273 * anti.texi (Antinews):
5274 * display.texi (Overlay Properties, Defining Images):
5275 * processes.texi (Synchronous Processes, Sentinels):
5276 * syntax.texi (Syntax Table Internals):
5277 * searching.texi (Regexp Special):
5278 * nonascii.texi (Default Coding Systems):
5279 * text.texi (Special Properties):
5280 * minibuf.texi (Basic Completion): Wording to improve breaks in
5281 8.5x11 format.
5282 * elisp.texi (smallbook): New @set to more easily switch between
5283 smallbook and 8.5x11.
5284
5285 2007-04-11 Richard Stallman <rms@gnu.org>
5286
5287 * text.texi (Lazy Properties): Minor fix.
5288
5289 2007-04-08 Karl Berry <karl@gnu.org>
5290
5291 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
5292 * macros.texi (Backquote): Downcase Backquote in index entries for
5293 consistency.
5294
5295 2007-04-08 Richard Stallman <rms@gnu.org>
5296
5297 * text.texi (Adaptive Fill): Just describe default,
5298 don't show it (since it contains non-ASCII chars).
5299
5300 2007-04-07 Karl Berry <karl@gnu.org>
5301
5302 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
5303 adaptive-fill-regexp's value, since they are not in the standard
5304 TeX fonts.
5305
5306 2007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
5307
5308 * display.texi (Defining Faces): Fix example.
5309
5310 2007-04-07 Karl Berry <karl@gnu.org>
5311
5312 * display.texi (Button Buffer Commands): Improve page break.
5313
5314 2007-04-07 Richard Stallman <rms@gnu.org>
5315
5316 * advice.texi (Activation of Advice): Remove redundant index entry.
5317
5318 * backups.texi: Improve index entries. Remove redundant ones.
5319
5320 * compile.texi (Byte Compilation): Improve index entry.
5321
5322 * hash.texi (Creating Hash): Improve index entry.
5323
5324 * symbols.texi (Definitions): Improve index entry.
5325
5326 * edebug.texi: Improve index entries. Remove redundant/useless ones.
5327
5328 * maps.texi (Standard Keymaps): Remove useless index entry.
5329
5330 * help.texi (Documentation Basics): Remove redundant index entries.
5331
5332 * customize.texi: Improve index entries.
5333 Remove redundant/useless ones.
5334
5335 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
5336
5337 * streams.texi (Output Variables): Improve index entry.
5338
5339 * abbrevs.texi (Abbrevs): Remove useless index entry.
5340
5341 * macros.texi (Expansion): Remove useless index entry.
5342
5343 * text.texi: Improve index entries. Remove redundant/useless ones.
5344 (Text Properties, Examining Properties)
5345 (Special Properties): Use "property category" instead of "category"
5346 to refer to the `category' property.
5347
5348 * positions.texi: Improve index entries. Remove useless one.
5349
5350 * lists.texi: Improve index entries. Remove redundant/useless ones.
5351
5352 * os.texi: Improve index entries.
5353 (Timers): Fix previous change.
5354
5355 * buffers.texi: Improve index entries.
5356 (Modification Time): Get rid of term "obsolete buffer".
5357
5358 * debugging.texi: Improve index entries.
5359 (Test Coverage): Add xref to other test coverage ftr.
5360
5361 * eval.texi: Improve index entry. Remove redundant ones.
5362
5363 * numbers.texi: Improve index entries. Remove redundant/useless ones.
5364
5365 * files.texi: Improve index entries. Remove redundant/useless ones.
5366
5367 * objects.texi: Improve index entries.
5368
5369 * processes.texi: Improve index entries.
5370
5371 * modes.texi: Improve index entry. Remove redundant one.
5372
5373 * nonascii.texi: Improve index entries.
5374
5375 * internals.texi: Improve index entries.
5376
5377 * syntax.texi: Improve index entries.
5378
5379 * keymaps.texi (Active Keymaps): Improve index entries.
5380
5381 * commands.texi: Improve index entries. Remove redundant/useless ones.
5382
5383 * frames.texi: Improve index entries. Remove redundant/useless ones.
5384
5385 * markers.texi: Improve index entries. Remove redundant ones.
5386
5387 * tips.texi: Improve index entries.
5388
5389 * loading.texi (Unloading): Improve index entry.
5390
5391 * variables.texi: Improve index entries. Remove redundant one.
5392
5393 * sequences.texi: Improve index entry.
5394
5395 * display.texi: Improve index entries. Remove redundant ones.
5396
5397 * windows.texi: Improve index entries.
5398
5399 * searching.texi: Improve index entries. Remove redundant one.
5400
5401 * strings.texi (Case Tables): Improve last change.
5402
5403 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
5404
5405 * strings.texi (Case Tables): Document with-case-table and
5406 ascii-case-table.
5407
5408 2007-04-03 Karl Berry <karl@gnu.org>
5409
5410 * processes.texi (Network): Reword to improve page break.
5411
5412 2007-04-03 Eli Zaretskii <eliz@gnu.org>
5413
5414 * functions.texi (Inline Functions): Describe more disadvantages
5415 of defsubst, and make advice against it stronger.
5416
5417 2007-04-02 Karl Berry <karl@gnu.org>
5418
5419 * backups.texi (Backup Names): Avoid widow words.
5420 * modes.texi (Example Major Modes): Align last comment.
5421
5422 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
5423
5424 * keymaps.texi (Remapping Commands): Document new arg to
5425 command-remapping.
5426
5427 2007-04-01 Karl Berry <karl@gnu.org>
5428
5429 * processes.texi (Low-Level Network): Typo.
5430 * loading.texi (Hooks for Loading): Avoid double "the".
5431 * keymaps.texi (Key Sequences): No double "and".
5432 (Changing Key Bindings): Shorten to improve line break.
5433
5434 2007-03-31 Glenn Morris <rgm@gnu.org>
5435
5436 * os.texi (Timers): Fix description of run-at-time TIME formats.
5437
5438 2007-03-31 Richard Stallman <rms@gnu.org>
5439
5440 * display.texi (Invisible Text): Correct buffer-invisibility-spec
5441 regarding ellipsis.
5442
5443 2007-03-31 Eli Zaretskii <eliz@gnu.org>
5444
5445 * intro.texi (nil and t):
5446 * symbols.texi (Plists and Alists):
5447 * variables.texi (Variable Aliases, Constant Variables):
5448 * functions.texi (Defining Functions):
5449 * advice.texi (Advising Primitives):
5450 * debugging.texi (Syntax Errors, Compilation Errors):
5451 * minibuf.texi (Minibuffer Windows):
5452 * commands.texi (Adjusting Point):
5453 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
5454 (Auto Major Mode, Major Mode Conventions):
5455 * help.texi (Describing Characters):
5456 * files.texi (Create/Delete Dirs, Information about Files)
5457 (File Locks, Writing to Files, Reading from Files)
5458 (Saving Buffers):
5459 * windows.texi (Resizing Windows, Cyclic Window Ordering):
5460 * frames.texi (Finding All Frames):
5461 * positions.texi (Buffer End, Motion):
5462 * markers.texi (The Region):
5463 * text.texi (Deletion, Near Point):
5464 * display.texi (Displaying Messages, Truncation):
5465 * os.texi (Processor Run Time):
5466 * tips.texi (Key Binding Conventions, Programming Tips)
5467 (Warning Tips, Documentation Tips, Comment Tips):
5468 * internals.texi (Memory Usage): Improve indexing.
5469
5470 * variables.texi (Frame-Local Variables):
5471 * functions.texi (Argument List):
5472 * loading.texi (Library Search):
5473 * streams.texi (Output Variables):
5474 * keymaps.texi (Translation Keymaps, Searching Keymaps):
5475 * searching.texi (Replacing Match, Search and Replace):
5476 * processes.texi (Byte Packing, Decoding Output)
5477 (Accepting Output, Network Servers, Shell Arguments):
5478 * display.texi (Abstract Display, Image Cache, Scroll Bars):
5479 * windows.texi (Window Point, Window Start):
5480 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
5481 * commands.texi (Reading Input, Keyboard Events):
5482 * minibuf.texi (Reading File Names, Minibuffer Completion)
5483 (Recursive Mini):
5484 * positions.texi (List Motion):
5485 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
5486 * numbers.texi (Arithmetic Operations, Math Functions)
5487 (Predicates on Numbers, Comparison of Numbers):
5488 (Numeric Conversions):
5489 * locals.texi (Standard Buffer-Local Variables):
5490 * maps.texi (Standard Keymaps):
5491 * os.texi (User Identification, System Environment, Recording Input)
5492 (X11 Keysyms):
5493 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
5494 * backups.texi (Backups and Auto-Saving):
5495 * customize.texi (Customization, Group Definitions)
5496 (Variable Definitions):
5497 * compile.texi (Byte Compilation): Improve index entries.
5498
5499 2007-03-31 Karl Berry <karl@gnu.org>
5500
5501 * macros.texi (Defining Macros): Avoid widow syllable.
5502
5503 2007-03-31 Eli Zaretskii <eliz@gnu.org>
5504
5505 * elisp.texi (Top): Postscript -> PostScript.
5506
5507 * display.texi (Images, Postscript Images): Postscript -> PostScript.
5508
5509 2007-03-31 Markus Triska <markus.triska@gmx.at>
5510
5511 * internals.texi (Writing Emacs Primitives): Untabify `For'.
5512
5513 2007-03-30 Karl Berry <karl@gnu.org>
5514
5515 * lists.texi (List-related Predicates): Remove spurious @need.
5516 (Setcdr): Use @smallexample to improve page break.
5517 (Association Lists) <assoc>: Reword to improve page break.
5518
5519 * strings.texi (String Conversion): Insert blank line to improve
5520 page break.
5521
5522 * numbers.texi (Random Numbers): Use @minus{}.
5523 (Math Functions): Use @minus{}.
5524
5525 * intro.texi (Acknowledgements): Avoid line breaks before middle
5526 initials.
5527
5528 2007-03-24 Eli Zaretskii <eliz@gnu.org>
5529
5530 * errors.texi (Standard Errors): Add an index entry.
5531
5532 2007-03-19 Richard Stallman <rms@gnu.org>
5533
5534 * os.texi (Recording Input): recent-keys now gives 300 keys.
5535
5536 2007-03-12 Glenn Morris <rgm@gnu.org>
5537
5538 * os.texi: Replace "daylight savings" with "daylight saving"
5539 throughout.
5540
5541 2007-03-05 Richard Stallman <rms@gnu.org>
5542
5543 * variables.texi (File Local Variables):
5544 Update enable-local-variables values.
5545
5546 2007-03-04 Richard Stallman <rms@gnu.org>
5547
5548 * syntax.texi (Control Parsing): Minor clarification.
5549
5550 * strings.texi (Formatting Strings): Clarify width, precision, flags.
5551
5552 * sequences.texi (Sequence Functions): Move string-bytes away,
5553 add xref.
5554
5555 * nonascii.texi (Text Representations): Move string-bytes here.
5556
5557 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
5558
5559 * minibuf.texi (Basic Completion): Minor clarification.
5560
5561 * markers.texi (The Mark): Clarify existence vs activation of mark.
5562 Other cleanup.
5563
5564 * display.texi (Finding Overlays): Write better example.
5565
5566 * compile.texi (Eval During Compile): Clarify putting macros
5567 in eval-when-compile.
5568
5569 2007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
5570
5571 * loading.texi (How Programs Do Loading): Fix anchor position at
5572 load-read-function definition doc.
5573
5574 2007-02-21 Kim F. Storm <storm@cua.dk>
5575
5576 * strings.texi (Text Comparison): Mention that assoc-string
5577 converts symbols to strings before testing.
5578
5579 2007-02-17 Kim F. Storm <storm@cua.dk>
5580
5581 * processes.texi (Bindat Spec): Vector types can have optional
5582 element type.
5583 (Bindat Examples): Fix example. Add vector with element type.
5584
5585 2007-02-16 Andreas Schwab <schwab@suse.de>
5586
5587 * strings.texi (Formatting Strings): Document '+' flag.
5588
5589 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
5590
5591 * strings.texi (Modifying Strings): Clarify that `clear-string'
5592 always converts the string to unibyte.
5593
5594 2007-02-14 Kim F. Storm <storm@cua.dk>
5595
5596 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
5597 Rewrite glyph code description to refer to these functions.
5598 Remove details of encoding face number and char into integer code.
5599
5600 2007-02-03 Alan Mackenzie <acm@muc.de>
5601
5602 * loading.texi (Hooks for Loading): Make the description of
5603 `eval-after-load' more detailed, and amend the description of
5604 after-load-alist, in accordance with changes from 2006-05.
5605
5606 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
5607
5608 * modes.texi (Defining Minor Modes): Document that a :require
5609 keyword or similar may be required to make saved customization
5610 variables work.
5611
5612 2007-02-03 Eli Zaretskii <eliz@gnu.org>
5613
5614 * elisp.texi (Top): Make the detailed menu headers compliant with
5615 Texinfo guidelines and with what texnfo-upd.el expects.
5616 Add comments to prevent people from inadvertently modifying the key
5617 parts needed by `texinfo-multiple-files-update'.
5618
5619 2007-02-02 Eli Zaretskii <eliz@gnu.org>
5620
5621 * elisp.texi (Top): Update the top-level menus.
5622
5623 * syntax.texi (Categories): Add index entries.
5624
5625 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
5626
5627 * display.texi (Attribute Functions): Fix name and description of
5628 the UNDERLINE arg of `set-face-underline-p'.
5629
5630 2007-01-29 Eli Zaretskii <eliz@gnu.org>
5631
5632 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
5633 Variables", and "Standard Keymaps" to the detailed menu.
5634
5635 * variables.texi (Future Local Variables): Add index entry.
5636
5637 2007-01-28 Richard Stallman <rms@gnu.org>
5638
5639 * tips.texi (Coding Conventions): Clarify the tip about macros
5640 that define a function or a variable.
5641
5642 * files.texi (File Attributes): UID and GID can be floats.
5643 (Magic File Names): Explain why deferring all operations to
5644 the standard handler does not work.
5645
5646 2007-01-23 Martin Rudalics <rudalics@gmx.at>
5647
5648 * backups.texi (Reverting): Use "buffer" instead of "file"
5649 when talking about major and minor modes.
5650
5651 2007-01-21 Richard Stallman <rms@gnu.org>
5652
5653 * help.texi (Documentation): Add xref to Documentation Tips.
5654
5655 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
5656
5657 * tips.texi (Coding Conventions): Fix typos.
5658
5659 2007-01-05 Richard Stallman <rms@gnu.org>
5660
5661 * modes.texi (Defining Minor Modes): Fix previous change.
5662
5663 2007-01-03 Richard Stallman <rms@gnu.org>
5664
5665 * customize.texi (Variable Definitions, Customization Types):
5666 Don't use * in doc string for defcustom.
5667
5668 2007-01-02 Richard Stallman <rms@gnu.org>
5669
5670 * variables.texi (Variable Aliases): Clarify that aliases vars
5671 always have the same value.
5672
5673 * processes.texi (Bindat Spec): Fix Texinfo usage.
5674
5675 * modes.texi (Defining Minor Modes): Explain effect of command
5676 defined with define-global-minor-mode on new buffers.
5677
5678 2006-12-30 Kim F. Storm <storm@cua.dk>
5679
5680 * keymaps.texi (Tool Bar): Describe `grow-only' value of
5681 `auto-resize-tool-bars'.
5682
5683 2006-12-30 Richard Stallman <rms@gnu.org>
5684
5685 * keymaps.texi (Active Keymaps): Fix previous change.
5686
5687 2006-12-30 Nick Roberts <nickrob@snap.net.nz>
5688
5689 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
5690
5691 2006-12-30 Kim F. Storm <storm@cua.dk>
5692
5693 * processes.texi (Bindat Spec): Clarify using field names in
5694 length specifications.
5695
5696 2006-12-29 Kim F. Storm <storm@cua.dk>
5697
5698 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
5699 Add count and index variables for eval forms in repeat blocks.
5700
5701 2006-12-24 Richard Stallman <rms@gnu.org>
5702
5703 * customize.texi (Variable Definitions):
5704 Document new name custom-add-frequent-value.
5705
5706 2006-12-19 Kim F. Storm <storm@cua.dk>
5707
5708 * commands.texi (Misc Events): User signals now result in sigusr1
5709 and sigusr2 events which are handled through special-event-map.
5710 (Special Events): User signals and drag-n-drop are special.
5711
5712 2006-12-17 Richard Stallman <rms@gnu.org>
5713
5714 * loading.texi (Named Features): Explain subfeatures better.
5715
5716 * customize.texi: Use "option" only for user options.
5717 For the keyword values inside defcustom etc, say "keywords".
5718 For :options value's elements, say "elements".
5719 :group should not be omitted.
5720
5721 * syntax.texi (Parsing Expressions): Split up node.
5722 (Motion via Parsing, Position Parse, Parser State)
5723 (Low-Level Parsing, Control Parsing): New subnodes.
5724 (Parser State): Document syntax-ppss-toplevel-pos.
5725
5726 * positions.texi (List Motion): Punctuation fix.
5727
5728 * files.texi (File Name Completion): Document PREDICATE arg
5729 to file-name-completion.
5730
5731 2006-12-16 Eli Zaretskii <eliz@gnu.org>
5732
5733 * internals.texi (Building Emacs, Writing Emacs Primitives):
5734 Add index entries.
5735
5736 2006-12-11 Richard Stallman <rms@gnu.org>
5737
5738 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
5739 affects face menu. Explain how to make it non-nil without enabling
5740 any fontification.
5741
5742 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
5743
5744 * modes.texi (Font Lock Basics): Document nil value of
5745 font-lock-defaults.
5746
5747 2006-12-10 Glenn Morris <rgm@gnu.org>
5748
5749 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
5750 value for system-flag argument. Abbrev tables may not be empty
5751 when major modes are loaded.
5752
5753 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
5754
5755 * makefile.w32-in (maintainer-clean): Partially revert last
5756 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
5757 to protect elisp-covers.texi.
5758
5759 2006-12-07 Juanma Barranquero <lekktu@gmail.com>
5760
5761 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
5762 Don't remove elisp* info files; they are already deleted by the
5763 `clean' and `distclean' targets, and they are in the $(infodir)
5764 directory, not the current one.
5765
5766 2006-12-04 Kim F. Storm <storm@cua.dk>
5767
5768 * commands.texi (Misc Events): Update signal events.
5769 (Event Examples): Add signal example.
5770
5771 2006-11-29 Richard Stallman <rms@gnu.org>
5772
5773 * frames.texi (Visibility of Frames): Explain visible windows
5774 can be covered by others. Add xref for raise-frame.
5775
5776 2006-11-28 Richard Stallman <rms@gnu.org>
5777
5778 * searching.texi (Regexp Special): Update when ^ is special.
5779
5780 2006-11-27 Eli Zaretskii <eliz@gnu.org>
5781
5782 * customize.texi (Customization, Common Keywords)
5783 (Group Definitions, Variable Definitions, Composite Types)
5784 (Type Keywords, Customization Types): Add index entries for
5785 various customization keywords.
5786
5787 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5788
5789 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
5790
5791 2006-11-10 Jan Djärv <jan.h.d@swipnet.se>
5792
5793 * frames.texi (Window System Selections): Remove clipboard from
5794 description of selection-coding-system.
5795
5796 2006-11-06 Richard Stallman <rms@gnu.org>
5797
5798 * lists.texi (List Variables): Document COMPARE-FN.
5799
5800 * keymaps.texi: Avoid use of "binding" to mean a relation;
5801 use it only to refer to the meaning associated with a key.
5802 (Keymaps): Change menu node description.
5803
5804 * elisp.texi (Top): Change menu node description.
5805
5806 * display.texi (Managing Overlays): Document overlay-recenter.
5807
5808 2006-10-29 Chong Yidong <cyd@stupidchicken.com>
5809
5810 * Makefile.in: Use relative paths to avoid advertising filesystem
5811 contents during compilation.
5812
5813 2006-10-23 Kim F. Storm <storm@cua.dk>
5814
5815 * commands.texi (Event Input Misc): Update unread-command-events.
5816
5817 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
5818
5819 * lists.texi (Sets And Lists): Fix typos.
5820
5821 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
5822
5823 * control.texi (Processing of Errors): Use @var for an argument,
5824 not @code.
5825
5826 2006-10-16 Richard Stallman <rms@gnu.org>
5827
5828 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
5829
5830 * keymaps.texi (Format of Keymaps): Show all the keymap element
5831 patterns that result from menu items.
5832 (Key Lookup): Minor cleanups.
5833
5834 * modes.texi (Precalculated Fontification): Don't say that
5835 not setting font-lock-defaults avoids loading font-lock.
5836
5837 * help.texi (Documentation): Move xref to Emacs Manual here.
5838 (Documentation Basics): From here.
5839 Also doc emacs-lisp-docstring-fill-column.
5840
5841 * elisp.texi: Update version and ISBN.
5842
5843 * commands.texi (Interactive Call): Clarify KEYS arg to
5844 call-interactively is a vector.
5845 (Command Loop Info): Delete anchor in this-command-keys.
5846 Add anchor in this-command-keys-vector.
5847 (Recursive Editing): Document how recursive-edit
5848 handles the current buffer.
5849
5850 2006-10-13 Chong Yidong <cyd@stupidchicken.com>
5851
5852 * frames.texi (Frame Titles): %c and %l are ignored in
5853 frame-title-format.
5854
5855 2006-10-11 Richard Stallman <rms@gnu.org>
5856
5857 * keymaps.texi (Key Sequences): Clarify use of kbd.
5858
5859 2006-10-10 Kim F. Storm <storm@cua.dk>
5860
5861 * lists.texi (Sets And Lists): Add memql.
5862
5863 2006-10-03 Richard Stallman <rms@gnu.org>
5864
5865 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
5866 Clarify :ascii: and :nonascii:.
5867
5868 2006-09-29 Juri Linkov <juri@jurta.org>
5869
5870 * modes.texi (%-Constructs): Reorder coding systems in the
5871 documentation of %z to the real order displayed in the modeline.
5872
5873 2006-09-25 Richard Stallman <rms@gnu.org>
5874
5875 * os.texi (Timers): Describe timer-max-repeats.
5876
5877 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
5878
5879 * os.texi (Timers): Mention with-local-quit.
5880
5881 2006-09-24 Richard Stallman <rms@gnu.org>
5882
5883 * searching.texi (Searching and Matching): Mention property search.
5884
5885 * commands.texi (Command Loop Info): Explain how read-event affects
5886 this-command-keys.
5887
5888 2006-09-20 Richard Stallman <rms@gnu.org>
5889
5890 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
5891
5892 * windows.texi (Window Start): Minor cleanups.
5893
5894 2006-09-20 Kim F. Storm <storm@cua.dk>
5895
5896 * windows.texi (Window Start): pos-visible-in-window-p allows
5897 specifying t for position to mean "end of window".
5898 Add window-line-height.
5899
5900 * anti.texi (Antinews): Mention window-line-height.
5901
5902 2006-09-19 David Kastrup <dak@gnu.org>
5903
5904 * keymaps.texi (Searching Keymaps): Small clarification.
5905
5906 2006-09-18 Richard Stallman <rms@gnu.org>
5907
5908 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
5909 cause keyboard menus.
5910 (Menu Keymaps): Likewise.
5911 (Defining Menus, Keyboard Menus): Clarify.
5912
5913 * text.texi (Fields): Clarify explanation of constrain-to-field.
5914
5915 2006-09-16 Eli Zaretskii <eliz@gnu.org>
5916
5917 * variables.texi (Tips for Defining): Fix a typo.
5918
5919 2006-09-15 Richard Stallman <rms@gnu.org>
5920
5921 * keymaps.texi (Remapping Commands, Searching Keymaps)
5922 (Active Keymaps): Clean up previous change.
5923
5924 2006-09-15 Jay Belanger <belanger@truman.edu>
5925
5926 * gpl.texi: Replace "Library Public License" by "Lesser Public
5927 License" throughout.
5928
5929 2006-09-15 David Kastrup <dak@gnu.org>
5930
5931 * keymaps.texi (Active Keymaps): Adapt description to use
5932 `get-char-property' instead `get-text-property'. Explain how
5933 mouse events change this. Explain the new optional argument of
5934 `key-binding' and its mouse-dependent lookup.
5935 (Searching Keymaps): Adapt description similarly.
5936 (Remapping Commands): Explain the new optional argument of
5937 `command-remapping'.
5938
5939 2006-09-14 Richard Stallman <rms@gnu.org>
5940
5941 * keymaps.texi (Searching Keymaps): Clarification.
5942 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
5943
5944 2006-09-13 Richard Stallman <rms@gnu.org>
5945
5946 * objects.texi (Character Type): Node split.
5947 Add xref to Describing Characters.
5948 (Basic Char Syntax, General Escape Syntax)
5949 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
5950
5951 2006-09-11 Richard Stallman <rms@gnu.org>
5952
5953 * display.texi (Display Table Format): Wording clarification.
5954 (Glyphs): Clarifications.
5955
5956 2006-09-10 Chong Yidong <cyd@stupidchicken.com>
5957
5958 * keymaps.texi (Active Keymaps): Mention that key-binding checks
5959 local maps.
5960
5961 2006-09-10 Kim F. Storm <storm@cua.dk>
5962
5963 * display.texi (Forcing Redisplay): Document return value of
5964 function redisplay.
5965
5966 2006-09-09 Richard Stallman <rms@gnu.org>
5967
5968 * windows.texi (Window Hooks): Explain limits of
5969 window-scroll-functions.
5970
5971 * display.texi (Fringe Indicators): Update for last change in
5972 indicate-buffer-boundaries.
5973
5974 2006-09-08 Richard Stallman <rms@gnu.org>
5975
5976 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
5977
5978 2006-09-06 Kim F. Storm <storm@cua.dk>
5979
5980 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
5981
5982 * windows.texi (Window Start): Update pos-visible-in-window-p.
5983
5984 2006-09-04 Richard Stallman <rms@gnu.org>
5985
5986 * processes.texi (Accepting Output): Explain SECONDS=0 for
5987 accept-process-output.
5988
5989 * os.texi (Idle Timers): Explain why timer functions should not
5990 loop until (input-pending-p).
5991
5992 2006-09-02 Eli Zaretskii <eliz@gnu.org>
5993
5994 * makefile.w32-in (usermanualdir): New variable.
5995 (elisp.dvi): Use it.
5996
5997 2006-09-01 Eli Zaretskii <eliz@gnu.org>
5998
5999 * buffers.texi (Buffer Modification): Fix last change.
6000
6001 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
6002
6003 * buffers.texi (Buffer Modification):
6004 Document buffer-chars-modified-tick.
6005
6006 2006-08-31 Richard Stallman <rms@gnu.org>
6007
6008 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
6009
6010 2006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
6011
6012 * modes.texi (Syntactic Font Lock):
6013 Mention font-lock-syntactic-face-function
6014 instead of specific faces.
6015
6016 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
6017
6018 * display.texi (Images): Add xrref to display-images-p.
6019
6020 2006-08-28 Kenichi Handa <handa@m17n.org>
6021
6022 * nonascii.texi (Lisp and Coding Systems): Fix description of
6023 detect-coding-region.
6024
6025 2006-08-27 Michael Olson <mwolson@gnu.org>
6026
6027 * processes.texi (Transaction Queues): Remove stray quote
6028 character.
6029
6030 2006-08-25 Richard Stallman <rms@gnu.org>
6031
6032 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
6033 Add xref.
6034
6035 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
6036
6037 * os.texi (Timers): Avoid waiting inside timers.
6038
6039 2006-08-21 Lute Kamstra <lute@gnu.org>
6040
6041 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
6042
6043 2006-08-20 Richard Stallman <rms@gnu.org>
6044
6045 * os.texi (Idle Timers): New node, split out from Timers.
6046 Document current-idle-time.
6047 * commands.texi (Reading One Event): Update xref.
6048 * elisp.texi (Top): Update subnode menu.
6049
6050 2006-08-16 Richard Stallman <rms@gnu.org>
6051
6052 * keymaps.texi (Extended Menu Items): Show format of cached
6053 bindings in extended menu items.
6054
6055 * customize.texi (Variable Definitions): Explain when the
6056 standard value expression is evaluated.
6057
6058 2006-08-15 Chong Yidong <cyd@stupidchicken.com>
6059
6060 * commands.texi (Reading One Event): Explain idleness in
6061 `read-event'.
6062
6063 2006-08-12 Chong Yidong <cyd@stupidchicken.com>
6064
6065 * text.texi (Near Point): Say "cursor" not "terminal cursor".
6066 (Commands for Insertion): Remove split-line since it's not
6067 relevant for Lisp programming.
6068 (Yank Commands): Rewrite introduction.
6069 (Undo): Clarify.
6070 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
6071 (Filling): Remove redundant comment. Clarify return value of
6072 current-justification.
6073 (Margins): Minor clarifications.
6074 (Adaptive Fill): Update default value of adaptive-fill-regexp.
6075 (Sorting): Update definition of sort-lines.
6076 (Columns): Clarify behavior of sort-columns.
6077 (Indent Tabs): Link to Tab Stops in Emacs manual.
6078 (Special Properties): Clarify.
6079 (Clickable Text): Mention Buttons package.
6080
6081 2006-08-12 Kevin Ryde <user42@zip.com.au>
6082
6083 * os.texi (Time Parsing): Add %z to description of
6084 format-time-string, as per docstring. Add cross reference to
6085 glibc manual for strftime.
6086
6087 2006-08-08 Richard Stallman <rms@gnu.org>
6088
6089 * modes.texi: Clean up wording in previous change.
6090
6091 2006-08-07 Chong Yidong <cyd@stupidchicken.com>
6092
6093 * modes.texi (Hooks): Clarify.
6094 (Major Mode Basics): Mention define-derived-mode explicitly.
6095 (Major Mode Conventions): Rebinding RET is OK for some modes.
6096 Mention change-major-mode-hook and after-change-major-mode-hook.
6097 (Example Major Modes): Move to end of Modes section.
6098 (Mode Line Basics): Clarify.
6099 (Mode Line Data): Mention help-echo and local-map in strings.
6100 Explain reason for treatment of non-risky variables.
6101 (Properties in Mode): Clarify.
6102 (Faces for Font Lock): Add font-lock-negation-char-face.
6103
6104 2006-08-04 Eli Zaretskii <eliz@gnu.org>
6105
6106 * strings.texi (Formatting Strings): Warn against arbitrary
6107 strings as first arg to `format'.
6108
6109 2006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
6110
6111 * text.texi (Clickable Text): Mention `help-echo' text property.
6112 Update intro, examples and associated explanations.
6113
6114 2006-07-31 Richard Stallman <rms@gnu.org>
6115
6116 * commands.texi: Update xrefs.
6117 (Event Mod): New node, cut out from old Translating Input.
6118
6119 * maps.texi: Update xrefs.
6120
6121 * keymaps.texi (Translation Keymaps): New node.
6122 Update xrefs from Translating Input to Translation Keymaps.
6123
6124 * elisp.texi (Top): Update subnode menu.
6125
6126 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
6127
6128 * os.texi (System Interface): Fix menu descriptions of some nodes.
6129 (Translating Input): Node deleted.
6130
6131 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
6132
6133 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
6134
6135 * lists.texi (Sets And Lists): Likewise.
6136
6137 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
6138
6139 * text.texi (Fields): Mention POS
6140 requirement when narrowing is in effect.
6141
6142 2006-07-28 Richard Stallman <rms@gnu.org>
6143
6144 * display.texi (Face Attributes): Simplify wording.
6145 (Attribute Functions): Clarify meaning of new-frame default
6146 attribute settings.
6147
6148 * customize.texi (Common Keywords): Document how to use
6149 :package-version in a package not in Emacs.
6150
6151 2006-07-28 Kim F. Storm <storm@cua.dk>
6152
6153 * commands.texi (Reading One Event): Fix last change.
6154
6155 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
6156
6157 * commands.texi (Reading One Event): Document SECONDS argument for
6158 read-event, read-char, and read-char-exclusive.
6159
6160 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
6161
6162 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
6163 to ensure correct identification.
6164
6165 2006-07-24 Richard Stallman <rms@gnu.org>
6166
6167 * text.texi (Clickable Text): Clarify.
6168
6169 * sequences.texi (Vector Functions): Delete duplicate xref.
6170
6171 * objects.texi (Function Type): Clarify.
6172
6173 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
6174 modes.
6175
6176 * lists.texi (List Variables): New node.
6177 Material moved from other nodes.
6178
6179 * variables.texi (Setting Variables): add-to-list and
6180 add-to-ordered-list moved to List Variables node.
6181
6182 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
6183
6184 * text.texi (Links and Mouse-1):
6185 For mouse-on-link-p, expand on arg POS.
6186
6187 2006-07-21 Kim F. Storm <storm@cua.dk>
6188
6189 * display.texi (Forcing Redisplay): Don't mention systems which
6190 don't support sub-second timers for redisplay-preemption-period.
6191
6192 * os.texi (Terminal Output): Clarify text vs graphical terminal.
6193
6194 2006-07-21 Eli Zaretskii <eliz@gnu.org>
6195
6196 * frames.texi (Input Focus): Document that focus-follows-mouse has
6197 no effect on MS-Windows.
6198
6199 2006-07-18 Richard Stallman <rms@gnu.org>
6200
6201 * display.texi (Forcing Redisplay): Cleanups in previous change.
6202
6203 * processes.texi (Low-Level Network): Make menu more convenient.
6204
6205 2006-07-18 Kim F. Storm <storm@cua.dk>
6206
6207 * display.texi (Forcing Redisplay): redisplay-preemption-period
6208 only used on window systems. Add xref to Terminal Output.
6209
6210 * os.texi (Terminal Output): baud-rate only controls preemption on
6211 non-window systems. Add xref to Forcing Redisplay.
6212
6213 * processes.texi (Low-Level Network): Rename node "Make Network"
6214 to "Network Processes".
6215
6216 2006-07-18 Karl Berry <karl@gnu.org>
6217
6218 * variables.texi, functions.texi, customize.texi, loading.texi:
6219 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
6220
6221 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
6222
6223 * commands.texi (Waiting): Document batch-mode sit-for behavior.
6224
6225 2006-07-17 Richard Stallman <rms@gnu.org>
6226
6227 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
6228 Put period and comma inside quotes.
6229
6230 * loading.texi, markers.texi: Use real doublequote inside menus.
6231
6232 * windows.texi: Put point and comma inside quotes.
6233 (Textual Scrolling): Use @samp for error message.
6234
6235 * variables.texi, tips.texi, syntax.texi, symbols.texi:
6236 * strings.texi, streams.texi, processes.texi, os.texi:
6237 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
6238 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
6239 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
6240 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
6241 Put point and comma inside quotes.
6242
6243 * control.texi (Processing of Errors): Add command-error-function.
6244
6245 * variables.texi (File Local Variables): Clarify that
6246 file local variables make buffer-local bindings.
6247
6248 * modes.texi (Syntactic Font Lock): Give default for
6249 font-lock-syntax-table.
6250
6251 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
6252
6253 * text.texi (Special Properties): Clean up previous change.
6254
6255 2006-07-16 Karl Berry <karl@gnu.org>
6256
6257 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
6258 * control.texi: Fix bad page breaks through chapter 10 (control).
6259
6260 * anti.texi (Antinews): Reorder face-attribute fns to avoid
6261 underfull hbox.
6262
6263 2006-07-15 Nick Roberts <nickrob@snap.net.nz>
6264
6265 * text.texi (Special Properties): Describe fontified text property
6266 in relation to a character (not text).
6267
6268 2006-07-15 Kim F. Storm <storm@cua.dk>
6269
6270 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
6271 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
6272 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
6273
6274 * anti.texi (Antinews): Mention redisplay function.
6275 The kbd macro existed, but was not documented, before 22.x.
6276 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
6277
6278 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
6279
6280 * display.texi (Displaying Messages): Add anchor.
6281
6282 * frames.texi (Dialog Boxes): Use it.
6283
6284 2006-07-12 Richard Stallman <rms@gnu.org>
6285
6286 * objects.texi (Frame Type): Explain nature of frames better.
6287
6288 * frames.texi (Frames): Explain nature of frames better.
6289
6290 2006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
6291
6292 * tips.texi (Coding Conventions): Explain why use cl at compile time.
6293
6294 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6295
6296 * frames.texi (Window System Selections): Mention scrap support for Mac.
6297 Default value of x-select-enable-clipboard is t on Mac.
6298
6299 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
6300
6301 2006-07-11 Kim F. Storm <storm@cua.dk>
6302
6303 * display.texi (Forcing Redisplay): Add `redisplay' function.
6304 Don't mention (sit-for -1) -- use (redisplay t) instead.
6305
6306 * commands.texi (Waiting): (sit-for -1) is no longer special.
6307 (sit-for 0) is equivalent to (redisplay).
6308 Iconifying/deiconifying no longer makes sit-for return.
6309
6310 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
6311
6312 * display.texi (Buttons): Fix typo.
6313
6314 * index.texi, elisp.texi (New Symbols): Comment node out.
6315
6316 2006-07-09 Richard Stallman <rms@gnu.org>
6317
6318 * display.texi (Truncation): Clean up previous change.
6319
6320 2006-07-08 Richard Stallman <rms@gnu.org>
6321
6322 * commands.texi (Interactive Call): Use 3 as prefix in example
6323 for execute-extended-command.
6324
6325 * display.texi (Attribute Functions): Move paragraph about
6326 compatibility with Emacs < 21.
6327
6328 2006-07-09 Kim F. Storm <storm@cua.dk>
6329
6330 * display.texi (Refresh Screen): Clarify force-window-update.
6331 (Truncation): "Normally" indicated by fringe arrows.
6332
6333 2006-07-08 Eli Zaretskii <eliz@gnu.org>
6334
6335 * windows.texi (Textual Scrolling, Resizing Windows):
6336 * variables.texi (Constant Variables):
6337 * text.texi (Buffer Contents, Deletion, Changing Properties)
6338 (Property Search, Special Properties, Sticky Properties)
6339 (Links and Mouse-1, Fields, Change Hooks):
6340 * syntax.texi (Syntax Table Functions, Parsing Expressions)
6341 (Categories):
6342 * symbols.texi (Other Plists):
6343 * streams.texi (Output Variables):
6344 * processes.texi (Input to Processes, Query Before Exit):
6345 * positions.texi (Word Motion, Text Lines, List Motion):
6346 * os.texi (Init File, System Environment, Sound Output)
6347 (Session Management):
6348 * nonascii.texi (Text Representations, Character Sets)
6349 (Chars and Bytes, Locales):
6350 * modes.texi (Defining Minor Modes, Header Lines):
6351 * minibuf.texi (Minibuffer Contents):
6352 * markers.texi (Information from Markers):
6353 * lists.texi (List Elements, Building Lists, Association Lists):
6354 * keymaps.texi (Tool Bar):
6355 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
6356 * functions.texi (What Is a Function, Mapping Functions):
6357 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
6358 (Color Names, Text Terminal Colors, Display Feature Testing):
6359 * files.texi (Visiting Functions, File Name Components)
6360 (Unique File Names, Contents of Directories):
6361 * display.texi (Forcing Redisplay, Displaying Messages)
6362 (Temporary Displays, Font Selection, Auto Faces)
6363 (Font Lookup, Fringe Indicators, Display Margins)
6364 (Image Descriptors, Showing Images, Image Cache, Button Types)
6365 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
6366 (Display Table Format, Glyphs):
6367 * control.texi (Iteration):
6368 * commands.texi (Command Loop Info, Adjusting Point):
6369 * backups.texi (Making Backups, Auto-Saving):
6370 Remove @tindex entries.
6371
6372 2006-07-07 Kim F. Storm <storm@cua.dk>
6373
6374 * display.texi (Fringe Cursors): Fix typo.
6375 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
6376 (Overlay Arrow): Default is overlay-arrow fringe indicator.
6377
6378 2006-07-05 Richard Stallman <rms@gnu.org>
6379
6380 * text.texi (Buffer Contents): Add example of text props
6381 in result of buffer-substring.
6382 (Text Properties): Explain better about use of specific property names.
6383 (Property Search): Some cleanups; reorder some functions.
6384
6385 * keymaps.texi (Changing Key Bindings): Cleanup.
6386 Add xref to Key Binding Conventions.
6387
6388 * display.texi (Attribute Functions): Add examples for
6389 face-attribute-relative-p.
6390
6391 * tips.texi (Coding Conventions): Cleanup last change.
6392
6393 2006-07-05 Karl Berry <karl@gnu.org>
6394
6395 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
6396 Remove @setchapternewpage odd.
6397 Result is 1013 pages, down from 1100.
6398
6399 * anti.texi, customize.texi, display.texi, internals.texi:
6400 * minibuf.texi, modes.texi, tips.texi:
6401 Fix overfull/underfull boxes.
6402
6403 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6404
6405 * edebug.texi (Instrumenting):
6406 Add Edebug-specific findex for eval-buffer.
6407 * loading.texi (Loading):
6408 Replace eval-current-buffer with eval-buffer.
6409
6410 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
6411
6412 * locals.texi (Standard Buffer-Local Variables): Update the list
6413 of variables.
6414
6415 2006-06-26 Nick Roberts <nickrob@snap.net.nz>
6416
6417 * files.texi (File Name Completion): Point user to the node
6418 "Reading File Names".
6419
6420 2006-06-24 Eli Zaretskii <eliz@gnu.org>
6421
6422 * files.texi (Contents of Directories): Document case-insensitive
6423 behavior on respective filesystems.
6424
6425 * objects.texi (Character Type): Document that Emacs signals an
6426 error for unsupported Unicode characters specified as \uNNNN.
6427
6428 2006-06-19 Richard Stallman <rms@gnu.org>
6429
6430 * processes.texi (Bindat Spec): Clarify previous change.
6431
6432 2006-06-16 Richard Stallman <rms@gnu.org>
6433
6434 * tips.texi (Coding Conventions): Better explain conventions
6435 for definition constructs.
6436
6437 * text.texi (Special Properties): String value of `read-only'
6438 serves as the error message.
6439
6440 * objects.texi (Character Type): Clarify prev. change.
6441 (Non-ASCII in Strings): Mention \u and \U.
6442
6443 * commands.texi (Using Interactive): Explain problem of
6444 markers, etc., in command-history.
6445
6446 2006-06-14 Kim F. Storm <storm@cua.dk>
6447
6448 * commands.texi (Waiting): Negative arg to sit-for forces
6449 redisplay even if input is pending.
6450
6451 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
6452 redisplay. Remove incorrect example of binding redisplay-dont-pause
6453 around (sit-for 0).
6454
6455 2006-06-13 Richard Stallman <rms@gnu.org>
6456
6457 * display.texi (Forcing Redisplay): Clarify previous change.
6458
6459 2006-06-13 Romain Francoise <romain@orebokech.com>
6460
6461 * display.texi (Forcing Redisplay): Fix typo.
6462
6463 2006-06-13 Kim F. Storm <storm@cua.dk>
6464
6465 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
6466
6467 2006-06-10 Luc Teirlinck <teirllm@auburn.edu>
6468
6469 * tips.texi (Coding Conventions): Add `@end itemize'.
6470
6471 2006-06-10 Richard Stallman <rms@gnu.org>
6472
6473 * tips.texi (Coding Conventions): Explain use of coding systems
6474 to ensure one decoding for strings.
6475
6476 2006-06-09 Aidan Kehoe <kehoea@parhasard.net>
6477
6478 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
6479 syntax.
6480
6481 2006-06-07 Eli Zaretskii <eliz@gnu.org>
6482
6483 * display.texi (Font Selection): Remove description of
6484 clear-face-cache.
6485
6486 * compile.texi (Eval During Compile): Fix a typo. Add index
6487 entries for possible uses of eval-when-compile.
6488
6489 2006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
6490
6491 * display.texi (Abstract Display): Fix typo.
6492
6493 2006-06-03 Eli Zaretskii <eliz@gnu.org>
6494
6495 * minibuf.texi (Minibuffer History) <history-add-new-input>:
6496 Reword variable's description.
6497
6498 2006-06-01 Richard Stallman <rms@gnu.org>
6499
6500 * windows.texi (Splitting Windows): Clarify splitting nonselected
6501 window.
6502
6503 2006-05-31 Juri Linkov <juri@jurta.org>
6504
6505 * minibuf.texi (Minibuffer History): Add history-add-new-input.
6506
6507 2006-05-30 Richard Stallman <rms@gnu.org>
6508
6509 * display.texi (Line Height): Fix errors in description of
6510 default line height and line-height property.
6511
6512 * nonascii.texi (Default Coding Systems): Further clarification.
6513
6514 2006-05-29 Luc Teirlinck <teirllm@auburn.edu>
6515
6516 * internals.texi (Pure Storage): Mention that an overflow in pure
6517 space causes a memory leak.
6518 (Garbage Collection): If there was an overflow in pure space,
6519 `garbage-collect' returns nil.
6520
6521 2006-05-30 Eli Zaretskii <eliz@gnu.org>
6522
6523 * nonascii.texi (Default Coding Systems): Fix it some more.
6524
6525 2006-05-29 Eli Zaretskii <eliz@gnu.org>
6526
6527 * nonascii.texi (Default Coding Systems): Fix last change.
6528
6529 2006-05-29 Kenichi Handa <handa@m17n.org>
6530
6531 * nonascii.texi (find-operation-coding-system): Describe the new
6532 argument format (FILENAME . BUFFER).
6533
6534 2006-05-28 Richard Stallman <rms@gnu.org>
6535
6536 * tips.texi (Coding Conventions): Better explain reasons not to
6537 advise other packages or use `eval-after-load'.
6538
6539 2006-05-29 Kim F. Storm <storm@cua.dk>
6540
6541 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
6542 `bindat-idx' and `bindat-raw' for clarity.
6543
6544 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6545
6546 * processes.texi (Bindat Spec): Expand on `repeat' handler.
6547
6548 * display.texi (Display): Add "Abstract Display" to menu.
6549 (Abstract Display, Abstract Display Functions)
6550 (Abstract Display Example): New nodes.
6551 * elisp.texi (Top): Add "Abstract Display" to menu.
6552
6553 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
6554
6555 * keymaps.texi (Key Sequences): Link to input events definition.
6556 (Format of Keymaps): Delete material duplicated in Keymap Basics.
6557
6558 * files.texi (Changing Files): Document updated argument list for
6559 copy-file.
6560
6561 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6562
6563 * processes.texi (Bindat Functions): Explain term "total length".
6564 Use it in bindat-length and bindat-pack descriptions.
6565
6566 2006-05-26 Eli Zaretskii <eliz@gnu.org>
6567
6568 * tips.texi (Coding Conventions): Advise against using
6569 eval-after-load in packages. Add an index entry.
6570
6571 2006-05-25 Juri Linkov <juri@jurta.org>
6572
6573 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
6574
6575 * modes.texi (%-Constructs): Add %e, %z, %Z.
6576
6577 2006-05-25 Richard Stallman <rms@gnu.org>
6578
6579 * elisp.texi (Top): Update subnode menu.
6580
6581 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
6582 (Keymaps): Update menu.
6583
6584 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
6585
6586 * keymaps.texi (Key Sequences): Some clarifications.
6587
6588 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
6589
6590 * processes.texi (Bindat Functions): Say "unibyte string"
6591 explicitly for bindat-unpack and bindat-pack descriptions.
6592 (Bindat Examples): Don't call `string-make-unibyte' in example.
6593
6594 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
6595
6596 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
6597 Explain string and vector representations of key sequences.
6598
6599 * keymaps.texi (Changing Key Bindings):
6600 * commands.texi (Interactive Codes):
6601 * help.texi (Describing Characters): Refer to it.
6602
6603 2006-05-23 Luc Teirlinck <teirllm@auburn.edu>
6604
6605 * frames.texi (Pointer Shape): @end table -> @end defvar.
6606
6607 2006-05-22 Richard Stallman <rms@gnu.org>
6608
6609 * elisp.texi (Top): Update subnode menus.
6610
6611 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
6612 Contents rewritten; material from old Pointer Shape node moved here.
6613
6614 * display.texi (Pointer Shape): Node deleted.
6615 (Image Descriptors): Minor cleanup.
6616
6617 2006-05-21 Richard Stallman <rms@gnu.org>
6618
6619 * syntax.texi (Parsing Expressions): Update info on which STATE
6620 elements are ignored.
6621
6622 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
6623
6624 * hooks.texi (Standard Hooks): Correct typo.
6625
6626 * gpl.texi (GPL): ifinfo -> ifnottex.
6627
6628 2006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
6629
6630 * searching.texi (Simple Match Data): Warn about match data being
6631 set anew by every search.
6632
6633 2006-05-17 Richard Stallman <rms@gnu.org>
6634
6635 * minibuf.texi (Minibuffer History): Clarify.
6636
6637 * searching.texi (Regexp Special): Clarify nested regexp warning.
6638
6639 2006-05-16 Kim F. Storm <storm@cua.dk>
6640
6641 * minibuf.texi (Minibuffer History): Update add-to-history.
6642
6643 2006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
6644
6645 * nonascii.texi (Explicit Encoding):
6646 Fix typo (encoding<->decoding).
6647
6648 2006-05-14 Richard Stallman <rms@gnu.org>
6649
6650 * buffers.texi (Creating Buffers): Cleanup.
6651
6652 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
6653
6654 2006-05-13 Eli Zaretskii <eliz@gnu.org>
6655
6656 * buffers.texi (Current Buffer): Document that with-temp-buffer
6657 disables undo.
6658
6659 * os.texi (Terminal-Specific): More accurate description of how
6660 Emacs searches for the terminal-specific libraries.
6661
6662 2006-05-12 Eli Zaretskii <eliz@gnu.org>
6663
6664 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
6665 emacs-xtra to @inforef's.
6666
6667 * text.texi (Undo): Document that undo is turned off in buffers
6668 whose names begin with a space.
6669
6670 * buffers.texi (Buffer Names): Add index entries for buffers whose
6671 names begin with a space.
6672 (Creating Buffers): Document that undo is turned off in buffers
6673 whose names begin with a space.
6674
6675 * files.texi (Visiting Functions, Reading from Files)
6676 (Saving Buffers): Mention code and EOL conversions by file I/O
6677 primitives and subroutines.
6678
6679 * nonascii.texi (Lisp and Coding Systems):
6680 Document coding-system-eol-type. Add index entries for eol conversion.
6681
6682 * display.texi (Defining Faces): Mention `mac', and add an xref to
6683 where window-system is described.
6684
6685 2006-05-10 Richard Stallman <rms@gnu.org>
6686
6687 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
6688
6689 2006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
6690
6691 * variables.texi (File Local Variables): Recommend to quote lambda
6692 expressions in safe-local-variable property.
6693
6694 2006-05-09 Richard Stallman <rms@gnu.org>
6695
6696 * variables.texi (File Local Variables):
6697 Document safe-local-eval-forms and safe-local-eval-function.
6698
6699 2006-05-07 Kim F. Storm <storm@cua.dk>
6700
6701 * minibuf.texi (Minibuffer History): Remove keep-dups arg
6702 from add-to-history.
6703
6704 2006-05-07 Romain Francoise <romain@orebokech.com>
6705
6706 * commands.texi (Event Input Misc):
6707 * compile.texi (Eval During Compile):
6708 * internals.texi (Buffer Internals):
6709 * minibuf.texi (Initial Input):
6710 * nonascii.texi (Scanning Charsets):
6711 * numbers.texi (Comparison of Numbers):
6712 * windows.texi (Textual Scrolling, Vertical Scrolling):
6713 Fix various typos.
6714
6715 2006-05-06 Eli Zaretskii <eliz@gnu.org>
6716
6717 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
6718 conditional xref's to either emacs or emacs-xtra, depending on
6719 @iftex/@ifnottex.
6720
6721 * minibuf.texi (Minibuffer History): Document add-to-history.
6722
6723 2006-05-05 Eli Zaretskii <eliz@gnu.org>
6724
6725 * internals.texi (Pure Storage): Mention the pure overflow message
6726 at startup.
6727
6728 2006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
6729
6730 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
6731 (Searching Keymaps): Fix pseudo-Lisp description of keymap
6732 search.
6733
6734 2006-05-01 Richard Stallman <rms@gnu.org>
6735
6736 * intro.texi (nil and t): Clarify.
6737
6738 * variables.texi (File Local Variables): Suggest using booleanp.
6739
6740 2006-05-01 Juanma Barranquero <lekktu@gmail.com>
6741
6742 * objects.texi (Type Predicates): Fix typos.
6743
6744 2006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6745
6746 * intro.texi (nil and t): Add booleanp.
6747
6748 * objects.texi (Type Predicates): Add links for booleanp and
6749 string-or-null-p.
6750
6751 2006-04-29 Richard Stallman <rms@gnu.org>
6752
6753 * modes.texi (Multiline Font Lock): Rename from
6754 Multi line Font Lock Elements. Much clarification.
6755 (Font Lock Multiline, Region to Fontify): Much clarification.
6756
6757 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6758
6759 * variables.texi (File Local Variables): Remove the special case t for
6760 safe-local-variable.
6761
6762 2006-04-26 Richard Stallman <rms@gnu.org>
6763
6764 * syntax.texi (Parsing Expressions): Minor cleanup.
6765
6766 2006-04-18 Richard Stallman <rms@gnu.org>
6767
6768 * tips.texi (Coding Conventions): Explain when the package's
6769 prefix should appear later on (not at the start of the name).
6770
6771 * searching.texi (String Search): Clarify effect of NOERROR.
6772
6773 * modes.texi (Imenu): Clarify what special items do.
6774
6775 * hooks.texi (Standard Hooks): Delete text about old hook names.
6776
6777 2006-04-17 Romain Francoise <romain@orebokech.com>
6778
6779 * variables.texi (Local Variables): Update the default value of
6780 `max-specpdl-size'.
6781
6782 2006-04-15 Michael Olson <mwolson@gnu.org>
6783
6784 * processes.texi (Transaction Queues): Mention the new optional
6785 `delay-question' argument for `tq-enqueue'.
6786
6787 2006-04-13 Bill Wohler <wohler@newt.com>
6788
6789 * customize.texi (Common Keywords): Use dotted notation for
6790 :package-version value. Specify its values. Improve documentation
6791 for customize-package-emacs-version-alist.
6792
6793 2006-04-12 Bill Wohler <wohler@newt.com>
6794
6795 * customize.texi (Common Keywords): Move description of
6796 customize-package-emacs-version-alist to @defvar.
6797
6798 2006-04-10 Bill Wohler <wohler@newt.com>
6799
6800 * customize.texi (Common Keywords): Add :package-version.
6801
6802 2006-04-10 Kim F. Storm <storm@cua.dk>
6803
6804 * text.texi (Buffer Contents): Add NOPROPS arg to
6805 filter-buffer-substring.
6806
6807 2006-04-08 Kevin Ryde <user42@zip.com.au>
6808
6809 * os.texi (Command-Line Arguments): Update xref to emacs manual
6810 "Command Arguments" -> "Emacs Invocation", per change there.
6811
6812 2006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
6813
6814 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
6815 be on one line to help makeinfo not render two spaces after the dot.
6816
6817 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
6818
6819 * strings.texi (Predicates for Strings): Add string-or-null-p.
6820
6821 2006-03-28 Kim F. Storm <storm@cua.dk>
6822
6823 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
6824 remarks about systems that don't support fractional seconds.
6825
6826 2006-03-25 Karl Berry <karl@gnu.org>
6827
6828 * elisp.texi: Use @copyright{} instead of (C), and do not indent
6829 the year list.
6830
6831 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
6832
6833 * display.texi (Fringe Indicators): Fix typos.
6834
6835 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
6836
6837 * tips.texi (Documentation Tips): One can now also write `program'
6838 in front of a quoted symbol in a docstring to prevent making a
6839 hyperlink.
6840
6841 2006-03-19 Alan Mackenzie <acm@muc.de>
6842
6843 * text.texi (Special Properties): Clarify `fontified' property.
6844
6845 2006-03-16 Richard Stallman <rms@gnu.org>
6846
6847 * display.texi (Defining Images): Minor cleanup.
6848
6849 2006-03-16 Bill Wohler <wohler@newt.com>
6850
6851 * display.texi (Defining Images): In image-load-path-for-library,
6852 prefer user's images.
6853
6854 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
6855
6856 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
6857
6858 2006-03-15 Bill Wohler <wohler@newt.com>
6859
6860 * display.texi (Defining Images): Fix example in
6861 image-load-path-for-library by not recommending that one binds
6862 image-load-path. Just defvar it to placate compiler and only use
6863 it if previously defined.
6864
6865 2006-03-14 Bill Wohler <wohler@newt.com>
6866
6867 * display.texi (Defining Images): In image-load-path-for-library,
6868 always return list of directories. Update example.
6869
6870 2006-03-14 Alan Mackenzie <acm@muc.de>
6871
6872 * modes.texi: New node, "Region to Fontify" (for Font Lock).
6873 This describes font-lock-extend-region-function.
6874 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
6875 the new node "Region to Fontify".
6876
6877 2006-03-13 Richard Stallman <rms@gnu.org>
6878
6879 * display.texi (Invisible Text): The impossible position is
6880 now before the invisible text, not after.
6881 (Defining Images): Clean up last change.
6882
6883 2006-03-11 Bill Wohler <wohler@newt.com>
6884
6885 * display.texi (Defining Images): Add image-load-path-for-library.
6886
6887 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
6888
6889 * text.texi (Adaptive Fill): Fix Texinfo usage.
6890
6891 * strings.texi (Creating Strings): Fix Texinfo usage.
6892
6893 * searching.texi (Regexp Special): Use @samp for regular
6894 expressions that are not in Lisp syntax.
6895
6896 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
6897
6898 * searching.texi (Regexp Special): Put remark between parentheses
6899 to avoid misreading.
6900
6901 2006-03-07 Luc Teirlinck <teirllm@auburn.edu>
6902
6903 * searching.texi (Syntax of Regexps): More accurately describe
6904 which characters are special in which situations.
6905 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
6906 are not special. Describe in detail when `[' and `]' are special.
6907 (Regexp Backslash): Plenty of regexps with unbalanced square
6908 brackets are valid, so reword that statement.
6909
6910 2006-03-02 Kim F. Storm <storm@cua.dk>
6911
6912 * keymaps.texi (Tool Bar): Add tool-bar-border.
6913
6914 2006-02-28 Luc Teirlinck <teirllm@auburn.edu>
6915
6916 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
6917
6918 2006-02-27 Luc Teirlinck <teirllm@auburn.edu>
6919
6920 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
6921
6922 * files.texi (Locating Files): Suggest additional values for the
6923 SUFFIXES arg of `locate-file'. Update pxref.
6924
6925 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
6926 (How Programs Do Loading): Discuss the effects of Auto Compression
6927 mode on `load'.
6928 (Load Suffixes): New node.
6929 (Library Search): Delete description of `load-suffixes'; it was
6930 moved to "Load Suffixes".
6931 (Autoload, Named Features): Mention `load-suffixes'.
6932
6933 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6934
6935 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
6936
6937 * windows.texi (Window Tree): Fix typo.
6938
6939 2006-02-20 Kim F. Storm <storm@cua.dk>
6940
6941 * display.texi (Fringe Indicators): New section.
6942 Move indicate-empty-lines, indicate-buffer-boundaries, and
6943 default-indicate-buffer-boundaries here.
6944 Add fringe-indicator-alist and default-fringes-indicator-alist.
6945 Add list of logical fringe indicator symbols.
6946 Update list of standard bitmap names.
6947 (Fringe Cursors): New section.
6948 Move overflow-newline-into-fringe here.
6949 Add fringe-cursor-alist and default-fringes-cursor-alist.
6950 Add list of fringe cursor symbols.
6951
6952 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
6953
6954 * commands.texi (Using Interactive): Fix reference to node
6955 "Minibuffers".
6956
6957 2006-02-19 Richard M. Stallman <rms@gnu.org>
6958
6959 * minibuf.texi (High-Level Completion):
6960 Add xref to read-input-method-name.
6961
6962 * files.texi (Relative File Names): Move file-relative-name here.
6963 (File Name Expansion): From here. Minor clarifications.
6964
6965 * commands.texi (Using Interactive): Add xrefs about reading input.
6966 Clarify remarks about that moving point and mark.
6967 Put string case before list case.
6968
6969 2006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
6970
6971 * display.texi (Other Display Specs, Image Descriptors):
6972 Revert erroneous changes. The previous description of
6973 image-descriptors as `(image . PROPS)' was correct.
6974
6975 2006-02-14 Richard M. Stallman <rms@gnu.org>
6976
6977 * variables.texi (File Local Variables): Clarifications.
6978
6979 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
6980
6981 * variables.texi (File Local Variables): Use @code for a cons
6982 cell, not @var.
6983
6984 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
6985
6986 * variables.texi (File Local Variables): Document new file local
6987 variable behavior.
6988
6989 2006-02-10 Kim F. Storm <storm@cua.dk>
6990
6991 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
6992
6993 2006-02-08 Juanma Barranquero <lekktu@gmail.com>
6994
6995 * modes.texi (%-Constructs): Remove obsolete info about
6996 `global-mode-string'.
6997
6998 2006-02-07 Richard M. Stallman <rms@gnu.org>
6999
7000 * commands.texi (Prefix Command Arguments): Minor cleanup.
7001
7002 * display.texi: "Graphical display", not window system.
7003
7004 * functions.texi (What Is a Function): Fix xref.
7005
7006 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
7007 (Changing Key Bindings): Clarify when remapping is better than
7008 substitute-key-definition.
7009
7010 2006-02-02 Richard M. Stallman <rms@gnu.org>
7011
7012 * minibuf.texi (Basic Completion): Completion alists are risky.
7013
7014 * keymaps.texi (Active Keymaps): Clarifications.
7015 (Searching Keymaps): New node.
7016 (Keymaps): Update menu.
7017
7018 * frames.texi (Layout Parameters): Minor clarification.
7019 (Drag and Drop): New node.
7020 (Frames): Update menu.
7021
7022 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
7023
7024 * display.texi (Other Display Specs, Image Descriptors):
7025 Image description is a list, not a cons cell.
7026
7027 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7028
7029 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
7030 list is not necessarily a list).
7031
7032 2006-01-27 Eli Zaretskii <eliz@gnu.org>
7033
7034 * frames.texi (Layout Parameters): border-width and
7035 internal-border-width belong to the frame, not the window.
7036
7037 2006-01-19 Richard M. Stallman <rms@gnu.org>
7038
7039 * nonascii.texi (Translation of Characters): Search cmds use
7040 translation-table-for-input. Automatically made local.
7041
7042 * markers.texi (Overview of Markers): Count insertion type
7043 as one of a marker's attributes.
7044
7045 * keymaps.texi (Controlling Active Maps): New node, split out of
7046 Active Keymaps.
7047 (Keymaps): Menu updated.
7048 (Active Keymaps): Give pseudocode to explain how the active
7049 maps are searched. current-active-maps and key-binding moved here.
7050 (Functions for Key Lookup): current-active-maps and key-binding moved.
7051 Clarifications.
7052 (Searching the Keymaps): New subnode.
7053
7054 * elisp.texi (Top): Menu clarification.
7055
7056 * display.texi (Other Display Specs): Delete duplicate entry for
7057 just a string as display spec. Move text about recursive display
7058 specs on such a string.
7059
7060 * commands.texi (Key Sequence Input): Clarify.
7061 Move num-nonmacro-input-events out.
7062 (Reading One Event): num-nonmacro-input-events moved here.
7063
7064 2006-01-14 Nick Roberts <nickrob@snap.net.nz>
7065
7066 * advice.texi (Simple Advice): Update example to fit argument
7067 change in previous-line.
7068
7069 2006-01-05 Richard M. Stallman <rms@gnu.org>
7070
7071 * markers.texi (The Mark): Fix in `mark'.
7072
7073 2006-01-04 Richard M. Stallman <rms@gnu.org>
7074
7075 * processes.texi (Misc Network, Make Network): Minor cleanups.
7076
7077 2006-01-04 Kim F. Storm <storm@cua.dk>
7078
7079 * processes.texi (Make Network): Add IPv6 addresses and handling.
7080 (Network Feature Testing): Mention (:family ipv6).
7081 (Misc Network): Add IPv6 formats to format-network-address.
7082
7083 2005-12-30 Richard M. Stallman <rms@gnu.org>
7084
7085 * text.texi (Changing Properties):
7086 Don't use return value of set-text-properties.
7087
7088 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
7089
7090 * modes.texi (Mode Line Format): Correct typo in menu.
7091
7092 2005-12-29 Richard M. Stallman <rms@gnu.org>
7093
7094 * modes.texi (Mode Line Top): New node.
7095 (Mode Line Data): Some text moved to new node.
7096 Explain the data structure more concretely.
7097 (Mode Line Basics): Clarifications.
7098 (Mode Line Variables): Clarify intro paragraph.
7099 (%-Constructs): Clarify intro paragraph.
7100 (Mode Line Format): Update menu.
7101
7102 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7103
7104 * minibuf.texi (Basic Completion): Update lazy-completion-table
7105 examples for removal of ARGS argument.
7106
7107 2005-12-23 Richard M. Stallman <rms@gnu.org>
7108
7109 * text.texi (Undo): Restore some explanation from the version
7110 that was deleted.
7111
7112 2005-12-23 Eli Zaretskii <eliz@gnu.org>
7113
7114 * text.texi (Undo): Remove duplicate descriptions of `apply
7115 funname' and `apply delta' elements of the undo list.
7116
7117 2005-12-20 Richard M. Stallman <rms@gnu.org>
7118
7119 * help.texi (Help Functions): Update documentation of `apropos'.
7120
7121 2005-12-20 Luc Teirlinck <teirllm@auburn.edu>
7122
7123 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
7124 because it is confusing. If the :help-echo keyword is a function,
7125 it is not directly used as the :help-echo overlay property, as the
7126 xref seems to suggest (it does not take the appropriate args).
7127
7128 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
7129
7130 * customize.texi (Common Keywords): Fix Texinfo usage.
7131 (Group Definitions, Variable Definitions): Update for new
7132 conventions for using `*' in docstrings.
7133
7134 * tips.texi (Documentation Tips): Update for new conventions for
7135 using `*' in docstrings.
7136
7137 2005-12-16 Richard M. Stallman <rms@gnu.org>
7138
7139 * minibuf.texi (Minibuffer Contents): Minor cleanup.
7140
7141 2005-12-16 Juri Linkov <juri@jurta.org>
7142
7143 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
7144
7145 2005-12-14 Romain Francoise <romain@orebokech.com>
7146
7147 * modes.texi (Customizing Keywords): Rename `append' to `how'.
7148 Fix typo.
7149
7150 2005-12-11 Juri Linkov <juri@jurta.org>
7151
7152 * minibuf.texi (Completion Commands): Add mention of read-file-name
7153 for filename completion keymaps.
7154 (Reading File Names): Add mention of filename completion keymaps
7155 for read-file-name and xref to `Completion Commands'.
7156
7157 2005-12-10 Richard M. Stallman <rms@gnu.org>
7158
7159 * customize.texi (Common Keywords): State caveats for use of :tag.
7160
7161 2005-12-08 Richard M. Stallman <rms@gnu.org>
7162
7163 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
7164 with xrefs and better explanation.
7165 (Completion Commands): Add the filename completion maps.
7166
7167 * objects.texi (Character Type): Clarify that \s is not space
7168 if a dash follows.
7169
7170 2005-12-05 Richard M. Stallman <rms@gnu.org>
7171
7172 * windows.texi (Resizing Windows): Delete preserve-before args.
7173
7174 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
7175
7176 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
7177 in full keymaps, since the quirk has been fixed.
7178
7179 2005-12-03 Eli Zaretskii <eliz@gnu.org>
7180
7181 * hooks.texi (Standard Hooks): Add index entries.
7182 Mention `compilation-finish-functions'.
7183
7184 2005-11-27 Richard M. Stallman <rms@gnu.org>
7185
7186 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
7187
7188 2005-11-21 Juri Linkov <juri@jurta.org>
7189
7190 * customize.texi (Common Keywords): Update links types
7191 custom-manual and url-link. Add link types emacs-library-link,
7192 file-link, function-link, variable-link, custom-group-link.
7193
7194 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
7195
7196 * display.texi: Revert 2005-11-20 change.
7197
7198 2005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
7199
7200 * processes.texi (Bindat Functions):
7201 Say "third" to refer to zero-based index "2".
7202
7203 2005-11-18 Luc Teirlinck <teirllm@auburn.edu>
7204
7205 * loading.texi (Library Search): Update the default value of
7206 `load-suffixes'.
7207
7208 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7209
7210 * display.texi (Attribute Functions): Mention :ignore-defface.
7211
7212 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7213
7214 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
7215 (Minor Mode Conventions): Mention the use of a hook.
7216
7217 2005-11-06 Richard M. Stallman <rms@gnu.org>
7218
7219 * files.texi (Magic File Names): find-file-name-handler checks the
7220 `operations' property of the handler.
7221
7222 2005-11-03 Richard M. Stallman <rms@gnu.org>
7223
7224 * variables.texi (Frame-Local Variables): Small clarification.
7225
7226 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
7227
7228 * os.texi (Init File): Document ~/.emacs.d/init.el.
7229
7230 2005-10-29 Richard M. Stallman <rms@gnu.org>
7231
7232 * internals.texi (Garbage Collection): Document memory-full.
7233
7234 2005-10-28 Bill Wohler <wohler@newt.com>
7235
7236 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
7237 for URLs.
7238
7239 2005-10-28 Richard M. Stallman <rms@gnu.org>
7240
7241 * minibuf.texi (Completion Commands): Clean up prev change.
7242
7243 2005-10-26 Kevin Ryde <user42@zip.com.au>
7244
7245 * compile.texi (Eval During Compile): Explain recommended uses
7246 of eval-when-compile and eval-and-compile.
7247
7248 2005-10-27 Masatake YAMATO <jet@gyve.org>
7249
7250 * minibuf.texi (Completion Commands):
7251 Write about new optional argument for `display-completion-list'.
7252
7253 2005-10-23 Richard M. Stallman <rms@gnu.org>
7254
7255 * display.texi (Overlay Arrow): Clarify about local bindings of
7256 overlay-arrow-position.
7257
7258 2005-10-22 Eli Zaretskii <eliz@gnu.org>
7259
7260 * internals.texi (Building Emacs): Fix last change.
7261
7262 2005-10-22 Richard M. Stallman <rms@gnu.org>
7263
7264 * internals.texi (Building Emacs): Document eval-at-startup.
7265
7266 2005-10-21 Richard M. Stallman <rms@gnu.org>
7267
7268 * loading.texi (Where Defined): load-history contains abs file names.
7269 symbol-file returns abs file names.
7270
7271 2005-10-19 Kim F. Storm <storm@cua.dk>
7272
7273 * display.texi (Showing Images): Add max-image-size integer value.
7274
7275 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
7276
7277 * display.texi (Showing Images): Document max-image-size.
7278
7279 2005-10-17 Richard M. Stallman <rms@gnu.org>
7280
7281 * commands.texi (Quitting): Minor clarification.
7282
7283 * processes.texi (Sentinels): Clarify about output and quitting.
7284 (Filter Functions): Mention with-local-quit.
7285
7286 2005-10-17 Juri Linkov <juri@jurta.org>
7287
7288 * buffers.texi (Current Buffer):
7289 * commands.texi (Event Input Misc):
7290 * compile.texi (Eval During Compile, Compiler Errors):
7291 * customize.texi (Group Definitions):
7292 * display.texi (Progress, Defining Faces):
7293 * files.texi (Writing to Files):
7294 * modes.texi (Mode Hooks, Defining Minor Modes):
7295 * streams.texi (Output Functions):
7296 * syntax.texi (Syntax Table Functions):
7297 * text.texi (Change Hooks):
7298 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
7299
7300 * commands.texi (Quitting): Replace arg `forms' with `body' in
7301 `with-local-quit'.
7302
7303 * positions.texi (Excursions): Replace arg `forms' with `body' in
7304 `save-excursion'.
7305
7306 2005-10-08 Kim F. Storm <storm@cua.dk>
7307
7308 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
7309 Rename manual section accordingly.
7310
7311 2005-10-04 Kim F. Storm <storm@cua.dk>
7312
7313 * windows.texi (Window Split Tree): New section describing
7314 new function window-split-tree function.
7315
7316 2005-10-03 Nick Roberts <nickrob@snap.net.nz>
7317
7318 * display.texi (Fringe Size/Pos): Simplify and add detail.
7319
7320 2005-09-30 Romain Francoise <romain@orebokech.com>
7321
7322 * minibuf.texi (High-Level Completion): Explain that the prompt
7323 given to `read-buffer' should end with a colon and a space.
7324 Update usage examples.
7325
7326 2005-09-29 Juri Linkov <juri@jurta.org>
7327
7328 * display.texi (Displaying Messages): Rename argument name
7329 `string' to `format-string' in functions `message', `message-box',
7330 `message-or-box'.
7331
7332 2005-09-26 Chong Yidong <cyd@stupidchicken.com>
7333
7334 * errors.texi (Standard Errors): Correct xrefs.
7335
7336 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
7337
7338 * display.texi (Defining Images): Update documentation for
7339 `image-load-path'.
7340
7341 2005-09-17 Richard M. Stallman <rms@gnu.org>
7342
7343 * display.texi (Defining Images): Clean up previous change.
7344
7345 2005-09-16 Romain Francoise <romain@orebokech.com>
7346
7347 * elisp.texi: Specify GFDL version 1.2.
7348
7349 * doclicense.texi (GNU Free Documentation License): Update to
7350 version 1.2.
7351
7352 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
7353
7354 * display.texi (Defining Images): Document `image-load-path'.
7355
7356 2005-09-15 Richard M. Stallman <rms@gnu.org>
7357
7358 * objects.texi (Printed Representation): Minor cleanup.
7359 (Box Diagrams): Minor fix.
7360 (Cons Cell Type): Move (...) index item here.
7361 (Box Diagrams): From here.
7362 (Array Type): Minor fix.
7363 (Type Predicates): Delete index "predicates".
7364 (Hash Table Type): Clarify xref.
7365 (Dotted Pair Notation): Minor fix.
7366
7367 2005-09-10 Chong Yidong <cyd@stupidchicken.com>
7368
7369 * files.texi (Saving Buffers): Fix typo.
7370
7371 2005-09-08 Richard M. Stallman <rms@gnu.org>
7372
7373 * tips.texi (Programming Tips): Correct the "default" prompt spec.
7374
7375 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
7376
7377 * locals.texi (Standard Buffer-Local Variables): Don't include
7378 mode variables for minor modes.
7379 Fix xrefs for buffer-display-count, buffer-display-table,
7380 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
7381 enable-multibyte-characters, fill-column, header-line-format,
7382 left-fringe-width, left-margin, and right-fringe-width.
7383
7384 * hooks.texi (Standard Hooks): All hooks should conform to the
7385 standard naming convention now.
7386 Fix xref for `echo-area-clear-hook'.
7387
7388 * display.texi (Usual Display): Note that indicate-empty-lines and
7389 tab-width are buffer-local.
7390
7391 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
7392
7393 * modes.texi (Mode Help): Note that major-mode is buffer-local.
7394
7395 * nonascii.texi (Encoding and I/O): Note that
7396 buffer-file-coding-system is buffer-local.
7397
7398 * positions.texi (List Motion): Note that defun-prompt-regexp is
7399 buffer-local.
7400
7401 * text.texi (Auto Filling): Note that auto-fill-function is
7402 buffer-local.
7403 (Undo): Note that buffer-undo-list is buffer-local.
7404
7405 * windows.texi (Buffers and Windows):
7406 Document buffer-display-count.
7407
7408 2005-09-06 Richard M. Stallman <rms@gnu.org>
7409
7410 * tips.texi (Coding Conventions): Sometimes it is ok to put the
7411 package prefix elsewhere than at the start of the name.
7412
7413 2005-09-03 Richard M. Stallman <rms@gnu.org>
7414
7415 * tips.texi (Programming Tips): Add conventions for minibuffer
7416 questions and prompts.
7417
7418 2005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
7419
7420 * intro.texi (nil and t): Minor cleanup.
7421 Delete spurious mention of keyword symbols.
7422 (Evaluation Notation): Add index entry.
7423 (A Sample Function Description): Minor cleanup.
7424 (A Sample Variable Description): Not all vars can be set.
7425
7426 2005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
7427
7428 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
7429
7430 (Insertion): Document precise type of `insert-char' arg COUNT.
7431
7432 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7433
7434 * modes.texi (Other Font Lock Variables): Sync the default of
7435 font-lock-lines-before.
7436
7437 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
7438
7439 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
7440
7441 2005-08-29 Richard M. Stallman <rms@gnu.org>
7442
7443 * elisp.texi (Top): Update subnode menu.
7444
7445 * searching.texi (Searching and Matching): Move node.
7446 Rearrange contents and add overall explanation.
7447 (Searching and Case): Move node.
7448 (Searching and Matching): Update menu.
7449
7450 2005-08-27 Eli Zaretskii <eliz@gnu.org>
7451
7452 * os.texi (Startup Summary): Fix the description of the initial
7453 startup message display.
7454
7455 2005-08-25 Richard M. Stallman <rms@gnu.org>
7456
7457 * searching.texi (Search and Replace): Add replace-regexp-in-string.
7458
7459 2005-08-25 Emilio C. Lopes <eclig@gmx.net>
7460
7461 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
7462 `next-overlay-change' example.
7463
7464 2005-08-22 Juri Linkov <juri@jurta.org>
7465
7466 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
7467 Fix invert-face. Fix args of face-background.
7468
7469 * display.texi (Standard Faces): Delete node.
7470 (Faces): Add xref to `(emacs)Standard Faces'.
7471 (Displaying Faces): Fix xref to `Standard Faces'.
7472
7473 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
7474
7475 2005-08-20 Alan Mackenzie <acm@muc.de>
7476
7477 * buffers.texi (The Buffer List): Clarify the manipulation of the
7478 buffer list.
7479
7480 2005-08-14 Richard M. Stallman <rms@gnu.org>
7481
7482 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
7483 a regexp.
7484
7485 2005-08-11 Richard M. Stallman <rms@gnu.org>
7486
7487 * elisp.texi (Top): Update subnode lists.
7488
7489 * display.texi (Inverse Video): Node deleted.
7490
7491 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
7492 New nodes split out of Coding Conventions.
7493
7494 * searching.texi (Regular Expressions): Document re-builder.
7495
7496 * os.texi (Time Parsing): New node split out of Time Conversion.
7497
7498 * processes.texi (Misc Network, Network Feature Testing)
7499 (Network Options, Make Network): New nodes split out of
7500 Low-Level Network.
7501
7502 2005-08-09 Richard M. Stallman <rms@gnu.org>
7503
7504 * frames.texi (Geometry): New node, split from Size and Position.
7505 (Frame Parameters): Refer to Geometry.
7506
7507 * buffers.texi (The Buffer List): Fix xrefs.
7508
7509 * windows.texi (Splitting Windows): Fix xref.
7510
7511 * frames.texi (Layout Parameters): Add xref.
7512
7513 * display.texi (Line Height, Scroll Bars): Fix xrefs.
7514
7515 * keymaps.texi (Menu Bar): Fix xref.
7516
7517 * locals.texi (Standard Buffer-Local Variables): Fix xref.
7518
7519 * modes.texi (%-Constructs): Fix xref.
7520
7521 * frames.texi (Window Frame Parameters): Node split up.
7522 (Basic Parameters, Position Parameters, Size Parameters)
7523 (Layout Parameters, Buffer Parameters, Management Parameters)
7524 (Cursor Parameters, Color Parameters): New subnodes.
7525
7526 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
7527
7528 * positions.texi (Screen Lines): Update xref for previous change
7529 in minibuf.texi.
7530
7531 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
7532 change in minibuf.texi.
7533
7534 2005-08-09 Richard M. Stallman <rms@gnu.org>
7535
7536 * tips.texi (Coding Conventions): Minor cleanup.
7537
7538 * modes.texi (Defining Minor Modes): Explain when init-value
7539 can be non-nil.
7540
7541 * elisp.texi (Top): Update submenu for Minibuffer.
7542
7543 * minibuf.texi (Minibuffer Misc): Node split up.
7544 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
7545 (Recursive Mini): New nodes split out from Minibuffer Misc.
7546 (Minibuffer Misc): Document max-mini-window-height.
7547
7548 * hash.texi (Defining Hash): Delete stray paren in example.
7549
7550 * display.texi (Echo Area Customization): Don't define
7551 max-mini-window-height here; xref instead.
7552
7553 * commands.texi (Event Input Misc): Update while-no-input.
7554
7555 * advice.texi (Advising Functions): Explain when to use advice
7556 and when to use a hook.
7557
7558 2005-07-30 Eli Zaretskii <eliz@gnu.org>
7559
7560 * makefile.w32-in (info): Don't run install-info.
7561 ($(infodir)/dir): New target, produced by running install-info.
7562
7563 2005-07-27 Luc Teirlinck <teirllm@auburn.edu>
7564
7565 * modes.texi (Defining Minor Modes): The keyword for the initial
7566 value is :init-value, not :initial-value.
7567
7568 2005-07-23 Eli Zaretskii <eliz@gnu.org>
7569
7570 * loading.texi (Autoload): Make the `doctor' example be consistent
7571 with what's in current loaddefs.el. Describe the "fn" magic in
7572 the usage portion of the doc string.
7573
7574 2005-07-22 Richard M. Stallman <rms@gnu.org>
7575
7576 * internals.texi (Garbage Collection): Clarify previous change.
7577
7578 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
7579
7580 * internals.texi (Garbage Collection): Add gc-cons-percentage.
7581
7582 2005-07-18 Juri Linkov <juri@jurta.org>
7583
7584 * commands.texi (Accessing Events):
7585 * frames.texi (Text Terminal Colors, Resources):
7586 * markers.texi (The Mark):
7587 * modes.texi (Defining Minor Modes):
7588 Delete duplicate duplicate words.
7589
7590 2005-07-16 Richard M. Stallman <rms@gnu.org>
7591
7592 * display.texi (Managing Overlays): Clarify make-overlay
7593 args for insertion types.
7594
7595 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
7596
7597 * customize.texi (Variable Definitions):
7598 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
7599 `standard-value' is a list too.
7600 (Defining New Types): Use @key{RET} instead of @key{ret}.
7601
7602 2005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
7603
7604 * os.texi (Translating Input): Fix typo.
7605
7606 2005-07-08 Richard M. Stallman <rms@gnu.org>
7607
7608 * README: Update edition number and size estimate.
7609
7610 * elisp.texi (VERSION): Set to 2.9.
7611
7612 2005-07-07 Richard M. Stallman <rms@gnu.org>
7613
7614 * book-spine.texinfo: Update Emacs version.
7615
7616 * display.texi (Inverse Video): Delete mode-line-inverse-video.
7617
7618 2005-07-06 Richard M. Stallman <rms@gnu.org>
7619
7620 * searching.texi (Regexp Search): Clarify what re-search-forward
7621 does when the search fails.
7622
7623 2005-07-05 Lute Kamstra <lute@gnu.org>
7624
7625 * Update FSF's address in GPL notices.
7626
7627 * doclicense.texi (GNU Free Documentation License):
7628 * gpl.texi (GPL):
7629 * tips.texi (Coding Conventions, Library Headers):
7630 * vol1.texi:
7631 * vol2.texi: Update FSF's address.
7632
7633 2005-07-04 Richard M. Stallman <rms@gnu.org>
7634
7635 * hooks.texi (Standard Hooks): Add occur-hook.
7636
7637 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
7638
7639 * display.texi (The Echo Area): Correct menu.
7640
7641 2005-07-03 Richard M. Stallman <rms@gnu.org>
7642
7643 * elisp.texi (Top): Update subnode menu for Display.
7644
7645 * display.texi (Displaying Messages): New node, with most
7646 of what was in The Echo Area.
7647 (Progress): Move under The Echo Area.
7648 (Logging Messages): New node with new text.
7649 (Echo Area Customization): New node, the rest of what was
7650 in The Echo Area. Document message-truncate-lines with @defvar.
7651 (Display): Update menu.
7652
7653 * windows.texi (Textual Scrolling): Doc 3 values for
7654 scroll-preserve-screen-position.
7655
7656 * text.texi (Special Properties): Change hook functions
7657 should bind inhibit-modification-hooks around altering buffer text.
7658
7659 * keymaps.texi (Key Binding Commands): Call binding BINDING
7660 rather than DEFINITION.
7661
7662 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
7663
7664 * variables.texi (Defining Variables): `user-variable-p' returns t
7665 for aliases of user options, nil for alias loops.
7666
7667 2005-06-28 Richard M. Stallman <rms@gnu.org>
7668
7669 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
7670 make-keymap.
7671
7672 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
7673
7674 * variables.texi (Setting Variables): Correct and clarify
7675 description of `add-to-ordered-list'.
7676
7677 2005-06-26 Richard M. Stallman <rms@gnu.org>
7678
7679 * display.texi (Faces): Minor cleanup.
7680
7681 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
7682
7683 * display.texi (Faces): `facep' returns t for strings that are
7684 face names.
7685
7686 2005-06-25 Richard M. Stallman <rms@gnu.org>
7687
7688 * objects.texi (Equality Predicates): Clarify meaning of equal.
7689
7690 * windows.texi (Selecting Windows): save-selected-window
7691 and with-selected-window save and restore the current buffer.
7692
7693 2005-06-24 Richard M. Stallman <rms@gnu.org>
7694
7695 * numbers.texi (Float Basics): Explain how to test for NaN,
7696 and printing the sign of NaNs.
7697
7698 2005-06-24 Eli Zaretskii <eliz@gnu.org>
7699
7700 * makefile.w32-in (MAKEINFO): Use --force.
7701
7702 2005-06-23 Richard M. Stallman <rms@gnu.org>
7703
7704 * display.texi (Face Functions): Correct Texinfo usage.
7705
7706 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
7707
7708 * lists.texi (Rings): `ring-elements' now returns the elements of
7709 RING in order.
7710
7711 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
7712
7713 * markers.texi (The Mark): Texinfo usage fix.
7714
7715 2005-06-23 Kim F. Storm <storm@cua.dk>
7716
7717 * searching.texi (Entire Match Data): Remove evaporate option for
7718 match-data. Do not mention evaporate option for set-match-data.
7719
7720 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
7721
7722 * display.texi (Face Functions): Mention face aliases.
7723
7724 2005-06-21 Richard M. Stallman <rms@gnu.org>
7725
7726 * anti.texi (Antinews): Texinfo usage fix.
7727
7728 2005-06-21 Karl Berry <karl@gnu.org>
7729
7730 * elisp.texi: Use @copying.
7731
7732 * elisp.texi: Put @summarycontents and @contents before the Top
7733 node, instead of the end of the file, so that the contents appear
7734 in the right place in the dvi/pdf output.
7735
7736 2005-06-21 Juri Linkov <juri@jurta.org>
7737
7738 * display.texi (Defining Faces): Add `customized-face'.
7739
7740 2005-06-20 Kim F. Storm <storm@cua.dk>
7741
7742 * variables.texi (Setting Variables): Any type of element can be
7743 given order in add-to-ordered-list. Compare elements with eq.
7744
7745 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
7746
7747 2005-06-20 Karl Berry <karl@gnu.org>
7748
7749 * syntax.texi (Syntax Flags): Make last column very slightly wider
7750 to avoid "generic comment" breaking on two lines and causing an
7751 underfull box.
7752
7753 2005-06-19 Luc Teirlinck <teirllm@auburn.edu>
7754
7755 * lists.texi (Rings): Various minor clarifications and corrections.
7756
7757 2005-06-18 Richard M. Stallman <rms@gnu.org>
7758
7759 * functions.texi (Obsolete Functions): Simplify.
7760
7761 * variables.texi (Variable Aliases): Simplify.
7762
7763 * anti.texi, backups.texi, compile.texi, customization.texi:
7764 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
7765 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
7766 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
7767 * variables.texi: Fix formatting ugliness.
7768
7769 * elisp.texi: Add links to Rings and Byte Packing.
7770 Update version and copyright years.
7771
7772 * minibuf.texi: Fix formatting ugliness.
7773 (Completion Commands): Move keymap vars to the end
7774 and vars completing-read binds to the top.
7775
7776 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
7777
7778 * processes.texi: Fix typos.
7779 (Bindat Spec): Correct Texinfo error.
7780 (Byte Packing): Fix ungrammatical sentence.
7781
7782 2005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
7783
7784 * lists.texi (Rings): New node.
7785 (Lists): Add it to menu.
7786
7787 * processes.texi (Byte Packing): New node.
7788 (Processes): Add it to menu.
7789
7790 2005-06-17 Richard M. Stallman <rms@gnu.org>
7791
7792 * syntax.texi (Parsing Expressions): Fix texinfo usage.
7793
7794 * help.texi (Documentation Basics): Explain the xref to
7795 Documentation Tips.
7796
7797 * debugging.texi (Debugger Commands): Minor fix.
7798
7799 2005-06-16 Luc Teirlinck <teirllm@auburn.edu>
7800
7801 * edebug.texi (Instrumenting): Eliminate duplicate link.
7802 (Specification List): Replace references to "below", referring to
7803 a later node, with one @ref to that node.
7804
7805 * os.texi (Timers): Timers should save and restore the match data
7806 if they change it.
7807
7808 * debugging.texi (Debugger Commands): Mention that the Lisp
7809 debugger can not step through primitive functions.
7810
7811 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
7812
7813 * functions.texi (Obsolete Functions): Update argument names of
7814 `make-obsolete' and `define-obsolete-function-alias'.
7815
7816 * variables.texi (Variable Aliases): Update argument names of
7817 `defvaralias', `make-obsolete-variable' and
7818 `define-obsolete-variable-alias'.
7819
7820 2005-06-15 Kim F. Storm <storm@cua.dk>
7821
7822 * searching.texi (Entire Match Data): Rephrase warnings about
7823 evaporate arg to match-data and set-match-data.
7824
7825 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
7826
7827 * elisp.texi (Top): Update detailed menu.
7828
7829 * edebug.texi (Edebug): Update menu.
7830 (Instrumenting): Update xrefs.
7831 (Edebug Execution Modes): Correct xref.
7832 (Jumping): Clarify description of `h' command.
7833 Eliminate redundant @ref.
7834 (Breaks): New node.
7835 (Breakpoints): Is now a subsubsection.
7836 (Global Break Condition): Mention `C-x X X'.
7837 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
7838 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
7839 (Edebug Display Update): Correct pxref.
7840 (Edebug and Macros): New node.
7841 (Instrumenting Macro Calls): Is now a subsubsection.
7842 Neither arg of `def-edebug-spec' is evaluated.
7843 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
7844 (Specification Examples): Fix typo.
7845
7846 2005-06-14 Lute Kamstra <lute@gnu.org>
7847
7848 * debugging.texi (Function Debugging): Primitives can break on
7849 entry too.
7850
7851 2005-06-14 Kim F. Storm <storm@cua.dk>
7852
7853 * variables.texi (Setting Variables): Add add-to-ordered-list.
7854
7855 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7856
7857 * syntax.texi (Parsing Expressions): Document aux functions and vars of
7858 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
7859
7860 2005-06-13 Lute Kamstra <lute@gnu.org>
7861
7862 * text.texi (Special Properties): Fix cross reference.
7863
7864 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
7865
7866 * debugging.texi (Function Debugging): Delete mention of empty
7867 string argument to `cancel-debug-on-entry'. Delete inaccurate
7868 description of the return value of that command.
7869
7870 2005-06-11 Alan Mackenzie <acm@muc.de>
7871
7872 * text.texi (Adaptive Fill): Amplify the description of
7873 fill-context-prefix.
7874
7875 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
7876
7877 * syntax.texi (Parsing Expressions): Fix Texinfo error.
7878
7879 2005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
7880
7881 * syntax.texi (Parsing Expressions): Document syntax-ppss.
7882
7883 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
7884
7885 * debugging.texi (Error Debugging): Minor rewording.
7886 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
7887 is optional.
7888
7889 2005-06-10 Lute Kamstra <lute@gnu.org>
7890
7891 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
7892 (Top): Give it a title. Correct version number. Give the
7893 detailed node listing a more prominent header.
7894 * intro.texi: Don't set VERSION here a second time.
7895 Mention Emacs's version too.
7896 * anti.texi (Antinews): Use EMACSVER to refer to the current
7897 version of Emacs.
7898
7899 2005-06-09 Kim F. Storm <storm@cua.dk>
7900
7901 * searching.texi (Entire Match Data): Explain new `reseat' argument to
7902 match-data and set-match-data.
7903
7904 2005-06-08 Richard M. Stallman <rms@gnu.org>
7905
7906 * searching.texi (Entire Match Data): Clarify when match-data
7907 returns markers and when integers.
7908
7909 * display.texi (Defining Faces): Explain that face name should not
7910 end in `-face'.
7911
7912 * modes.texi (Mode Line Data): Minor cleanup.
7913 (Customizing Keywords): Node split out of Search-based Fontification.
7914 Add example of using font-lock-add-keywords from a hook.
7915 Clarify when MODE should be non-nil, and when nil.
7916
7917 2005-06-06 Richard M. Stallman <rms@gnu.org>
7918
7919 * modes.texi (Mode Line Data): Explain what happens when the car
7920 of a list is a void symbol.
7921 (Search-based Fontification): Explain MODE arg to
7922 font-lock-add-keywords and warn about calls from major modes.
7923
7924 2005-06-08 Juri Linkov <juri@jurta.org>
7925
7926 * display.texi (Standard Faces): Add `shadow' face.
7927
7928 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
7929
7930 * modes.texi (Major Mode Conventions): A derived mode only needs
7931 to put the call to the parent mode inside `delay-mode-hooks'.
7932
7933 2005-05-29 Richard M. Stallman <rms@gnu.org>
7934
7935 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
7936 new, and what that implies. Clarify.
7937
7938 * files.texi (Locating Files): Clean up the text.
7939
7940 * frames.texi (Window Frame Parameters): Document user-size.
7941 Shorten entry for top by referring to left.
7942
7943 2005-05-26 Richard M. Stallman <rms@gnu.org>
7944
7945 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
7946 is new, and what the implications are. Other clarifications.
7947
7948 2005-05-24 Richard M. Stallman <rms@gnu.org>
7949
7950 * frames.texi (Dialog Boxes): Minor fixes.
7951
7952 2005-05-25 Masatake YAMATO <jet@gyve.org>
7953
7954 * display.texi (Standard Faces): Write about `mode-line-highlight'.
7955
7956 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
7957
7958 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
7959 is optional.
7960
7961 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
7962
7963 * frames.texi (Dialog Boxes): Describe new optional argument.
7964
7965 2005-05-23 Lute Kamstra <lute@gnu.org>
7966
7967 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
7968 syntax-begin-function over font-lock-beginning-of-syntax-function.
7969
7970 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7971
7972 * minibuf.texi (Reading File Names): Update description of
7973 `read-directory-name'.
7974
7975 * modes.texi (Derived Modes): Clarify :group keyword.
7976
7977 2005-05-21 Eli Zaretskii <eliz@gnu.org>
7978
7979 * files.texi (Locating Files): New subsection.
7980 Describe locate-file and executable-find.
7981
7982 2005-05-21 Kevin Ryde <user42@zip.com.au>
7983
7984 * frames.texi (Initial Parameters): Update cross reference to
7985 "Emacs Invocation".
7986
7987 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7988
7989 * keymaps.texi (Active Keymaps): Add anchor.
7990
7991 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
7992 (Major Mode Conventions): Refer to `Auto Major Mode' in more
7993 appropriate place.
7994 (Derived Modes): Small clarifications.
7995 (Minor Mode Conventions, Keymaps and Minor Modes):
7996 Replace references to nodes with references to anchors.
7997 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
7998 Clarify description of lists whose first element is an integer.
7999 (Mode Line Variables): Add anchor.
8000 (%-Constructs): Clarify description of integer after %.
8001 (Emulating Mode Line): Describe nil value for FACE.
8002
8003 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
8004
8005 * modes.texi (Derived Modes): Correct references to non-existing
8006 variable standard-syntax-table.
8007
8008 2005-05-17 Lute Kamstra <lute@gnu.org>
8009
8010 * modes.texi (Defining Minor Modes): Mention the mode hook.
8011
8012 2005-05-15 Kim F. Storm <storm@cua.dk>
8013
8014 * processes.texi (Network): Remove open-network-stream-nowait.
8015 (Network Servers): Remove open-network-stream-server.
8016
8017 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
8018
8019 * elisp.texi (Top): Update detailed menu.
8020
8021 * variables.texi: Reorder nodes.
8022 (Variables): Update menu.
8023 (File Local Variables): Do not refer to the `-*-' line as
8024 a "local variables list". Add pxref.
8025
8026 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
8027
8028 * elisp.texi (Top): Update detailed menu for node changes.
8029
8030 * modes.texi (Modes): Update Menu.
8031 (Hooks): Move to beginning of chapter.
8032 Most minor modes run mode hooks too.
8033 `add-hook' can handle void hooks or hooks whose value is a single
8034 function.
8035 (Major Modes): Update Menu.
8036 (Major Mode Basics): New node, split off from `Major Modes'.
8037 (Major Mode Conventions): Correct xref. Explain how to handle
8038 auto-mode-alist if the major mode command has an autoload cookie.
8039 (Auto Major Mode): Major update. Add magic-mode-alist.
8040 (Derived Modes): Major update.
8041 (Mode Line Format): Update Menu.
8042 (Mode Line Basics): New node, split off from `Mode Line Format'.
8043
8044 * loading.texi (Autoload): Mention `autoload cookie' as synonym
8045 for `magic autoload comment'. Add index entries and anchor.
8046
8047 2005-05-14 Richard M. Stallman <rms@gnu.org>
8048
8049 * tips.texi (Coding Conventions): Explain how important it is
8050 that just loading certain files not change Emacs behavior.
8051
8052 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
8053
8054 2005-05-12 Lute Kamstra <lute@gnu.org>
8055
8056 * modes.texi (Generic Modes): Update.
8057 (Major Modes): Refer to node "Generic Modes".
8058
8059 * elisp.texi (Top): Update to the current structure of the manual.
8060 * processes.texi (Processes): Add menu description.
8061 * customize.texi (Customization): Add menu descriptions.
8062
8063 2005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
8064
8065 * processes.texi (Signals to Processes)
8066 (Low-Level Network): Fix typos.
8067
8068 2005-05-11 Lute Kamstra <lute@gnu.org>
8069
8070 * elisp.texi (Top): Add some nodes from the chapter "Major and
8071 Minor Modes" to the detailed node listing.
8072
8073 2005-05-10 Richard M. Stallman <rms@gnu.org>
8074
8075 * keymaps.texi (Extended Menu Items): Menu item filter functions
8076 can be called at any time.
8077
8078 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
8079
8080 * variables.texi (File Local Variables): `(hack-local-variables t)'
8081 now also checks whether a mode is specified in the local variables
8082 list.
8083
8084 2005-05-05 Kevin Ryde <user42@zip.com.au>
8085
8086 * display.texi (The Echo Area): Correct format function cross
8087 reference.
8088
8089 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
8090
8091 * variables.texi (Variable Aliases): Change description of
8092 `define-obsolete-variable-alias'.
8093
8094 * functions.texi (Functions): Add "Obsolete Functions" to menu.
8095 (Defining Functions): Add xref.
8096 (Obsolete Functions): New node.
8097 (Function Safety): Standardize capitalization of section title.
8098
8099 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
8100 (Dialog Boxes): Complete description of `x-popup-dialog'.
8101
8102 2005-05-04 Richard M. Stallman <rms@gnu.org>
8103
8104 * commands.texi (Interactive Codes): Fix Texinfo usage.
8105 Document U more clearly.
8106
8107 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8108
8109 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
8110 function and not a macro.
8111
8112 * frames.texi (Pop-Up Menus): Correct and clarify description of
8113 `x-popup-menu'.
8114 (Dialog Boxes): Clarify description of `x-popup-dialog'.
8115
8116 2005-05-01 Richard M. Stallman <rms@gnu.org>
8117
8118 * edebug.texi (Checking Whether to Stop): Fix previous change.
8119
8120 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8121
8122 * display.texi: Fix typos and Texinfo usage.
8123
8124 * edebug.texi (Checking Whether to Stop): executing-macro ->
8125 executing-kbd-macro.
8126
8127 2005-05-01 Richard M. Stallman <rms@gnu.org>
8128
8129 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
8130
8131 2005-04-30 Richard M. Stallman <rms@gnu.org>
8132
8133 * files.texi (Magic File Names): Document `operations' property.
8134
8135 2005-04-29 Lute Kamstra <lute@gnu.org>
8136
8137 * modes.texi (Generic Modes): New node.
8138 (Major Modes): Add it to the menu.
8139 (Derived Modes): Add "derived mode" to concept index.
8140
8141 2005-04-28 Lute Kamstra <lute@gnu.org>
8142
8143 * modes.texi (Defining Minor Modes): Fix previous change.
8144 (Font Lock Mode): Simplify.
8145 (Font Lock Basics): Say that font-lock-defaults is buffer-local
8146 when set and that some parts are optional. Add cross references.
8147 (Search-based Fontification): Say how to specify font-lock-keywords.
8148 Add cross references. Add font-lock-multiline to index.
8149 Move font-lock-keywords-case-fold-search here from node "Other Font
8150 Lock Variables". Document font-lock-add-keywords and
8151 font-lock-remove-keywords.
8152 (Other Font Lock Variables): Move font-lock-keywords-only,
8153 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
8154 and font-lock-syntactic-face-function to node "Syntactic Font
8155 Lock". Move font-lock-keywords-case-fold-search to node
8156 "Search-based Fontification". Document font-lock-inhibit-thing-lock
8157 and font-lock-{,un}fontify-{buffer,region}-function.
8158 (Precalculated Fontification): Remove reference to deleted variable
8159 font-lock-core-only.
8160 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
8161 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
8162 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
8163 and font-lock-syntactic-face-function here from node "Other Font
8164 Lock Variables". Move font-lock-syntactic-keywords to "Setting
8165 Syntax Properties". Add cross references.
8166 (Setting Syntax Properties): New node.
8167 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
8168 * syntax.texi (Syntax Properties): Add cross reference.
8169 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
8170
8171 2005-04-26 Richard M. Stallman <rms@gnu.org>
8172
8173 * display.texi (Defining Faces):
8174 Document `default' elements of defface spec.
8175
8176 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
8177
8178 * variables.texi (Variable Aliases): Clarify text.
8179
8180 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
8181
8182 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
8183
8184 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
8185
8186 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
8187
8188 2005-04-24 Eli Zaretskii <eliz@gnu.org>
8189
8190 * syntax.texi (Syntax Table Internals): Elaborate documentation of
8191 syntax-after and syntax-class.
8192
8193 * files.texi (Changing Files): Fix last change's cross-reference.
8194 (Unique File Names): Don't mention "numbers" in the documentation
8195 of make-temp-file and make-temp-name.
8196
8197 2005-04-23 Richard M. Stallman <rms@gnu.org>
8198
8199 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
8200
8201 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
8202
8203 * windows.texi (Cyclic Window Ordering): Clarify window-list.
8204
8205 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
8206
8207 * variables.texi (Variable Aliases): Describe make-obsolete-variable
8208 and define-obsolete-variable-alias.
8209
8210 2005-04-22 Kim F. Storm <storm@cua.dk>
8211
8212 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
8213 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
8214
8215 2005-04-21 Lute Kamstra <lute@gnu.org>
8216
8217 * lists.texi (Association Lists): Document rassq-delete-all.
8218
8219 2005-04-19 Richard M. Stallman <rms@gnu.org>
8220
8221 * modes.texi (Search-based Fontification): Explain that
8222 facespec is an expression to be evaluated.
8223
8224 2005-04-19 Kevin Ryde <user42@zip.com.au>
8225
8226 * streams.texi (Output Functions): Fix xref.
8227 * strings.texi (String Conversion): Fix xref.
8228
8229 2005-04-19 Kim F. Storm <storm@cua.dk>
8230
8231 * symbols.texi (Symbol Plists): Add safe-get.
8232 Mention that `get' may signal an error.
8233
8234 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
8235
8236 * customize.texi (Variable Definitions): Replace tooltip-mode
8237 example with save-place.
8238
8239 2005-04-17 Richard M. Stallman <rms@gnu.org>
8240
8241 * buffers.texi (Indirect Buffers): Clarify.
8242
8243 * positions.texi (Positions): Clarify converting marker to integer.
8244
8245 * strings.texi (String Basics): Mention string-match; clarify.
8246
8247 2005-04-08 Lute Kamstra <lute@gnu.org>
8248
8249 * modes.texi (Search-based Fontification): Fix cross references.
8250 Use consistent terminology. Document anchored highlighting.
8251
8252 2005-04-05 Lute Kamstra <lute@gnu.org>
8253
8254 * modes.texi (Defining Minor Modes): Document :group keyword
8255 argument and its default value.
8256
8257 2005-04-03 Lute Kamstra <lute@gnu.org>
8258
8259 * hooks.texi (Standard Hooks): Add some hooks. Add cross
8260 references and/or descriptions. Delete major mode hooks; mention
8261 them as a category instead. Rename or delete obsolete hooks.
8262
8263 2005-04-02 Richard M. Stallman <rms@gnu.org>
8264
8265 * nonascii.texi (Coding System Basics): Another wording cleanup.
8266
8267 2005-04-01 Richard M. Stallman <rms@gnu.org>
8268
8269 * nonascii.texi (Coding System Basics): Clarify previous change.
8270
8271 2005-04-01 Kenichi Handa <handa@m17n.org>
8272
8273 * nonascii.texi (Coding System Basics): Describe about roundtrip
8274 identity of coding systems.
8275
8276 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
8277
8278 * text.texi (Buffer Contents): Add filter-buffer-substring and
8279 buffer-substring-filters.
8280
8281 2005-03-26 Chong Yidong <cyd@stupidchicken.com>
8282
8283 * anti.texi (Antinews): Mention `G' interactive code.
8284
8285 * tips.texi (Compilation Tips): Mention benchmark.el.
8286
8287 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
8288
8289 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
8290 is now bound to M-o M-o.
8291
8292 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
8293
8294 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
8295
8296 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
8297 in the Emacs Manual).
8298 * Makefile.in (srcs): Remove calendar.texi.
8299 * makefile.w32-in (srcs): Remove calendar.texi.
8300 * display.texi (Display): Change name of next node.
8301 * os.texi (System In): Change name of previous node.
8302 * elisp.texi (Top): Remove Calendar references.
8303 * vol1.texi (Top): Remove Calendar references.
8304 * vol2.texi (Top): Remove Calendar references.
8305
8306 2005-03-25 Richard M. Stallman <rms@gnu.org>
8307
8308 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
8309 Cleanup previous change.
8310
8311 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
8312
8313 * display.texi (Face Attributes): Faces earlier in an :inherit
8314 list take precedence.
8315 (Scroll Bars): Fix description of vertical-scroll-bars.
8316 Document frame-current-scroll-bars and window-current-scroll-bars.
8317
8318 * markers.texi (The Mark): Document temporary Transient Mark mode.
8319
8320 * minibuf.texi (Reading File Names):
8321 Document read-file-name-completion-ignore-case.
8322
8323 * positions.texi (Screen Lines): Document nil for width argument
8324 to compute-motion.
8325
8326 2005-03-23 Kim F. Storm <storm@cua.dk>
8327
8328 * display.texi (Standard Faces): Other faces used in the fringe
8329 implicitly inherits from the fringe face.
8330 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
8331 properties implicitly inherits from fringe face.
8332 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
8333
8334 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
8335
8336 * display.texi (Invisible Text): State default value of
8337 line-move-ignore-invisible.
8338 (Managing Overlays): Document remove-overlays.
8339 (Standard Faces): Document escape-glyph face.
8340
8341 * minibuf.texi (Reading File Names): Document read-file-name-function.
8342
8343 * modes.texi (Other Font Lock Variables):
8344 Document font-lock-lines-before.
8345
8346 * positions.texi (Skipping Characters): skip-chars-forward allows
8347 character classes.
8348
8349 2005-03-18 Lute Kamstra <lute@gnu.org>
8350
8351 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
8352
8353 2005-03-17 Richard M. Stallman <rms@gnu.org>
8354
8355 * text.texi (Undo): Document extensible undo entries.
8356
8357 * searching.texi (String Search, Regexp Search): Cleanups.
8358
8359 * nonascii.texi (Character Codes): Minor fix.
8360
8361 * display.texi (Display Property): Explain the significance
8362 of having text properties that are eq.
8363 (Other Display Specs): Explain string as display spec.
8364
8365 * commands.texi (Interactive Codes): Document G option.
8366
8367 2005-03-17 Chong Yidong <cyd@stupidchicken.com>
8368
8369 * text.texi (Filling): Add sentence-end-without-period and
8370 sentence-end-without-space.
8371 (Changing Properties): Minor fix.
8372
8373 * anti.texi: Total rewrite.
8374
8375 2005-03-15 Lute Kamstra <lute@gnu.org>
8376
8377 * edebug.texi (Instrumenting Macro Calls): Fix typos.
8378
8379 2005-03-08 Kim F. Storm <storm@cua.dk>
8380
8381 * display.texi (Specified Space): Property :width is support on
8382 non-graphic terminals, :height is not.
8383
8384 2005-03-07 Richard M. Stallman <rms@gnu.org>
8385
8386 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
8387 Now subnodes of Fringes.
8388 (Overlay Arrow): Document overlay-arrow-variable-list.
8389 (Fringe Size/Pos): New node, broken out of Fringes.
8390 (Display): Explain clearing vs redisplay better.
8391 (Truncation): Clarify use of bitmaps.
8392 (The Echo Area): Clarify the uses of the echo area.
8393 Add max-mini-window-height.
8394 (Progress): Clarify.
8395 (Invisible Text): Explain that main loop moves point out.
8396 (Selective Display): Say "hidden", not "invisible".
8397 (Managing Overlays): Move up. Describe relation to Undo here.
8398 (Overlay Properties): Clarify intro.
8399 (Finding Overlays): Explain return values when nothing found.
8400 (Width): truncate-string-to-width has added arg.
8401 (Displaying Faces): Clarify and update mode line face handling.
8402 (Face Functions): Minor cleanup.
8403 (Conditional Display): Merge into Other Display Specs.
8404 (Pixel Specification, Other Display Specs): Minor cleanups.
8405 (Images, Image Descriptors): Minor cleanups.
8406 (GIF Images): Patents have expired.
8407 (Showing Images): Explain default text for insert-image.
8408 (Manipulating Button Types): Merge into Manipulating Buttons.
8409 (Making Buttons): Explain return values.
8410 (Button Buffer Commands): Add xref.
8411 (Inverse Video): Update mode-line-inverse-video.
8412 (Display Table Format): Clarify.
8413 (Active Display Table): Give defaults for window-display-table.
8414
8415 * calendar.texi (Calendar Customizing): calendar-holiday-marker
8416 and calendar-today-marker are strings, not chars.
8417 (Holiday Customizing): Minor fix.
8418
8419 * internals.texi (Writing Emacs Primitives): Update `or' example.
8420 Update limit on # args of subr.
8421
8422 * edebug.texi (Using Edebug): Arrow is in fringe.
8423 (Instrumenting): Arg to eval-defun works without loading edebug.
8424 (Edebug Execution Modes): Add xref.
8425
8426 * customize.texi (Common Keywords): Clarify :require.
8427 Mention :version here.
8428 (Variable Definitions, Group Definitions): Not here.
8429 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
8430
8431 2005-03-07 Chong Yidong <cyd@stupidchicken.com>
8432 * nonascii.texi (Text Representations): Clarify position-bytes.
8433 (Character Sets): Add list-charset-chars.
8434 (Scanning Charsets): Add charset-after.
8435 (Encoding and I/O): Minor fix.
8436
8437 2005-03-06 Richard M. Stallman <rms@gnu.org>
8438
8439 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
8440 (Resizing Windows): Likewise.
8441
8442 * text.texi (Change Hooks): Get rid of "Emacs 21".
8443
8444 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
8445
8446 * streams.texi (Output Variables): Get rid of "Emacs 21".
8447
8448 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
8449
8450 * os.texi (Translating Input): Replace flow-control example
8451 with a less obsolete example that uses `keyboard-translate'.
8452
8453 * objects.texi (Hash Table Type, Circular Objects):
8454 Get rid of "Emacs 21".
8455
8456 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
8457 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
8458
8459 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
8460
8461 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
8462
8463 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
8464 (Menu Bar): Fix when menu-bar-update-hook is called.
8465
8466 * hash.texi (Hash Tables): Get rid of "Emacs 21".
8467
8468 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
8469 and make it read better.
8470
8471 * files.texi (Writing to Files): Get rid of "Emacs 21".
8472 (Unique File Names): Likewise.
8473
8474 * elisp.texi: Update Emacs version to 22.
8475
8476 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
8477 (Overlay Properties, Face Attributes): Likewise.
8478 (Managing Overlays): Fix punctuation.
8479 (Attribute Functions): Clarify set-face-font; get rid of
8480 info about old Emacs versions.
8481 (Auto Faces, Font Lookup, Display Property, Images):
8482 Get rid of "Emacs 21".
8483
8484 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
8485
8486 2005-03-05 Richard M. Stallman <rms@gnu.org>
8487
8488 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
8489
8490 2005-03-04 Lute Kamstra <lute@gnu.org>
8491
8492 * debugging.texi (Error Debugging): Document stack-trace-on-error.
8493
8494 2005-03-03 Lute Kamstra <lute@gnu.org>
8495
8496 * edebug.texi (Instrumenting Macro Calls): Fix typo.
8497
8498 2005-03-01 Lute Kamstra <lute@gnu.org>
8499
8500 * debugging.texi (Debugger Commands): Update `j'.
8501
8502 2005-02-28 Lute Kamstra <lute@gnu.org>
8503
8504 * debugging.texi (Debugging): Fix typo.
8505 (Error Debugging): Document eval-expression-debug-on-error.
8506 (Function Debugging): Update example.
8507 (Using Debugger): Mention starred stack frames.
8508 (Debugger Commands): Document `j' and `l'.
8509 (Invoking the Debugger): `d' and `j' exit recursive edit too.
8510 Update the messages that the debugger displays.
8511 (Internals of Debugger): Add cross reference. Update example.
8512 (Excess Open): Minor improvement.
8513 (Excess Close): Minor improvement.
8514
8515 2005-02-26 Richard M. Stallman <rms@gnu.org>
8516
8517 * tips.texi (Coding Conventions): Clarify.
8518 Put all the major mode key reservations together.
8519 Mention the Mouse-1 => Mouse-2 conventions.
8520
8521 * syntax.texi (Syntax Class Table): Clarify.
8522 (Syntax Table Functions): syntax-after moved from here.
8523 (Syntax Table Internals): syntax-after moved to here.
8524 (Parsing Expressions): Update info on number of values
8525 and what's meaningful in the STATE argument.
8526 (Categories): Fix typo.
8527
8528 * sequences.texi (Arrays): Cleanup.
8529 (Char-Tables): Clarify.
8530
8531 * processes.texi (Deleting Processes): Cleanups, add xref.
8532 (Subprocess Creation): Explain nil in exec-path. Cleanup.
8533 (Process Information): set-process-coding-system, some args optional.
8534 (Input to Processes): Explain various types for PROCESS args.
8535 Rename them from PROCESS-NAME to PROCESS.
8536 (Signals to Processes): Likewise.
8537 (Decoding Output): Cleanup.
8538 (Query Before Exit): Clarify.
8539
8540 * os.texi (Startup Summary): Correct the options; add missing ones.
8541 (Terminal Output, Batch Mode): Clarify.
8542 (Flow Control): Node deleted.
8543
8544 * markers.texi (The Mark): Clarify.
8545
8546 * macros.texi (Expansion): Cleanup.
8547 (Indenting Macros): indent-spec allows ints, not floats.
8548
8549 * keymaps.texi (Keymaps): Clarify.
8550 (Format of Keymaps): Update lisp-mode-map example.
8551 (Active Keymaps, Key Lookup): Clarify.
8552 (Changing Key Bindings): Add xref to `kbd'.
8553 (Key Binding Commands, Simple Menu Items): Clarify.
8554 (Mouse Menus, Menu Bar): Clarify.
8555 (Menu Example): Replace print example with menu-bar-replace-menu.
8556
8557 * help.texi (Documentation Basics): Add function-documentation prop.
8558
8559 * elisp.texi (Top): Don't refer to Flow Control node.
8560
8561 * commands.texi (Command Overview): Improve xrefs.
8562 (Adjusting Point): Adjusting point applies to intangible and invis.
8563 (Key Sequence Input): Doc extra read-key-sequence args.
8564 Likewise for read-key-sequence-vector.
8565
8566 * backups.texi (Rename or Copy): Minor fix.
8567 (Numbered Backups): For version-control, say the default.
8568 (Auto-Saving): make-auto-save-file-name example is simplified.
8569
8570 * advice.texi (Advising Functions): Don't imply one part of Emacs
8571 should advise another part. Markup changes.
8572 (Defining Advice): Move transitional para.
8573 (Activation of Advice): Cleanup.
8574 Explain if COMPILE is nil or negative.
8575
8576 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
8577
8578 2005-02-24 Lute Kamstra <lute@gnu.org>
8579
8580 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
8581 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
8582
8583 2005-02-23 Lute Kamstra <lute@gnu.org>
8584
8585 * modes.texi (Defining Minor Modes): define-minor-mode can be used
8586 to define global minor modes as well.
8587
8588 * display.texi (Managing Overlays): overlay-buffer returns nil for
8589 deleted overlays.
8590
8591 2005-02-22 Kim F. Storm <storm@cua.dk>
8592
8593 * minibuf.texi (Basic Completion): Allow symbols in addition to
8594 strings in try-completion and all-completions.
8595
8596 2005-02-14 Lute Kamstra <lute@gnu.org>
8597
8598 * elisp.texi (Top): Remove reference to deleted node.
8599
8600 * lists.texi (Lists): Remove reference to deleted node.
8601 (Cons Cells): Fix typo.
8602
8603 * loading.texi (Where Defined): Fix typo.
8604
8605 2005-02-14 Richard M. Stallman <rms@gnu.org>
8606
8607 * variables.texi (Creating Buffer-Local): change-major-mode-hook
8608 is useful for discarding some minor modes.
8609
8610 * symbols.texi (Symbol Components): Reorder examples.
8611
8612 * streams.texi (Input Functions): State standard-input default.
8613 (Output Variables): State standard-output default.
8614
8615 * objects.texi (Printed Representation): Clarify read syntax vs print.
8616 (Floating Point Type): Explain meaning better.
8617 (Symbol Type): Explain uniqueness better.
8618 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
8619 List examples sooner.
8620 (Box Diagrams): New subnode broken out.
8621 Some examples moved from old Lists as Boxes node.
8622 (Dotted Pair Notation): Clarify intro.
8623 (Array Type): Clarify.
8624 (Type Predicates): Add hash-table-p.
8625
8626 * numbers.texi (Integer Basics): Clarify radix explanation.
8627 (Predicates on Numbers): Minor clarification.
8628 (Comparison of Numbers): Minor clarification. Clarify eql.
8629 Typos in min, max.
8630 (Math Functions): Clarify overflow in expt.
8631
8632 * minibuf.texi (Text from Minibuffer): Minor clarification.
8633 Mention arrow keys.
8634
8635 * loading.texi (Autoload): defun's doc string overrides autoload's
8636 doc string.
8637 (Repeated Loading): Modernize "add to list" examples.
8638 (Where Defined): Finish updating table of load-history elts.
8639
8640 * lists.texi (List-related Predicates): Minor wording improvement.
8641 (Lists as Boxes): Node deleted.
8642 (Building Lists): Explain trivial cases of number-sequence.
8643
8644 * hash.texi (Hash Tables): Add desc to menu items.
8645 (Creating Hash): Explain "full" means "make larger".
8646 (Hash Access): Any object can be a key.
8647 State value of maphash.
8648
8649 * functions.texi (What Is a Function): Wording cleanup.
8650 (Function Documentation): Minor cleanup.
8651 Explain purpose of calling convention at end of doc string.
8652 (Function Names): Wording cleanup.
8653 (Calling Functions): Wording cleanup.
8654 Explain better how funcall calls the function.
8655 (Function Cells): Delete example of saving and redefining function.
8656
8657 * control.texi (Combining Conditions): Wording cleanup.
8658 (Iteration): dolist and dotimes bind VAR locally.
8659 (Cleanups): Xref to Atomic Changes.
8660
8661 * compile.texi (Byte Compilation): Delete 19.29 info.
8662 (Compilation Functions): Macros' difficulties don't affect defsubst.
8663 (Docs and Compilation): Delete 19.29 info.
8664
8665 2005-02-10 Richard M. Stallman <rms@gnu.org>
8666
8667 * objects.texi (Symbol Type): Minor correction.
8668
8669 2005-02-06 Lute Kamstra <lute@gnu.org>
8670
8671 * modes.texi (Example Major Modes): Fix typos.
8672
8673 2005-02-06 Richard M. Stallman <rms@gnu.org>
8674
8675 * text.texi (Margins): fill-nobreak-predicate can be one function.
8676
8677 * strings.texi (Modifying Strings): clear-string can make unibyte.
8678 (Formatting Strings): format gives error if values missing.
8679
8680 * positions.texi (Character Motion): Mention default arg
8681 for forward-char. backward-char refers to forward-char.
8682 (Word Motion): Mention default arg for forward-word.
8683 (Buffer End Motion): Mention default arg for beginning-of-buffer.
8684 Simplify end-of-buffer.
8685 (Text Lines): Mention default arg for forward-line.
8686 (List Motion): Mention default arg for beginning/end-of-defun.
8687 (Skipping Characters): Minor fixes in explaining character-set.
8688
8689 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
8690 Mode inheritance applies only when default-major-mode is nil.
8691 Clarifications.
8692 (Example Major Modes): Update Text mode and Lisp mode examples.
8693 (Minor Mode Conventions): Mention define-minor-mode at top.
8694 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
8695 (Mode Line Format): Update mode line face display info.
8696 (Properties in Mode): Mention effect of risky vars.
8697 (Imenu): Define imenu-add-to-menubar.
8698 (Font Lock Mode): Add descriptions to menu lines.
8699 (Faces for Font Lock): Add font-lock-doc-face.
8700
8701 2005-02-05 Lute Kamstra <lute@gnu.org>
8702
8703 * text.texi (Maintaining Undo): Remove obsolete function.
8704
8705 2005-02-05 Eli Zaretskii <eliz@gnu.org>
8706
8707 * frames.texi (Color Names): Add pointer to the X docs about RGB
8708 color specifications. Improve indexing.
8709 (Text Terminal Colors): Replace the description of RGB values by
8710 an xref to "Color Names".
8711
8712 2005-02-03 Richard M. Stallman <rms@gnu.org>
8713
8714 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
8715 Clarify.
8716 (Selecting Windows): Clarify save-selected-window.
8717 (Cyclic Window Ordering): Clarify walk-windows.
8718 (Window Point): Clarify.
8719 (Window Start): Add comment to example.
8720 (Resizing Windows): Add `interactive' specs in examples.
8721 Document fit-window-to-buffer.
8722
8723 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
8724 (Undo, Maintaining Undo): Clarify last change.
8725 (Sorting): In sort-numeric-fields, explain about octal and hex.
8726 Mention sort-numeric-base.
8727 (Format Properties): Add xref for hard newlines.
8728
8729 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
8730 (Pop-Up Menus): Fix typo.
8731 (Color Names): Explain all types of color names.
8732 Explain color-values on B&W terminal.
8733 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
8734
8735 * files.texi (File Locks): Not supported on MS systems.
8736 (Testing Accessibility): Clarify.
8737
8738 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
8739 (Coverage Testing): Fix typo.
8740
8741 * commands.texi (Misc Events): Remove stray space.
8742
8743 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
8744 (Modification Time): Clarify when visited-file-modtime returns 0.
8745 (The Buffer List): Clarify bury-buffer.
8746 (Killing Buffers): Clarify.
8747 (Indirect Buffers): Add clone-indirect-buffer.
8748
8749 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
8750
8751 * edebug.texi (Printing in Edebug): Fix default value of
8752 edebug-print-circle.
8753 (Coverage Testing): Fix displayed frequency count data.
8754
8755 2005-02-02 Luc Teirlinck <teirllm@auburn.edu>
8756
8757 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
8758
8759 2005-02-02 Kim F. Storm <storm@cua.dk>
8760
8761 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
8762
8763 2005-01-29 Eli Zaretskii <eliz@gnu.org>
8764
8765 * commands.texi (Misc Events): Describe the help-echo event.
8766
8767 * text.texi (Special Properties) <help-echo>: Use `pos'
8768 consistently in description of the help-echo property.
8769 Use @code{nil} instead of @var{nil}.
8770
8771 * display.texi (Overlay Properties): Fix the index entry for
8772 help-echo overlay property.
8773
8774 * customize.texi (Type Keywords): Uncomment the xref to the
8775 help-echo property documentation.
8776
8777 2005-01-23 Kim F. Storm <storm@cua.dk>
8778
8779 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
8780 return value. Third element FULLY replaced by PARTIAL which
8781 specifies number of invisible pixels if row is only partially visible.
8782 (Textual Scrolling): Mention auto-window-vscroll.
8783 (Vertical Scrolling): New defvar auto-window-vscroll.
8784
8785 2005-01-16 Luc Teirlinck <teirllm@auburn.edu>
8786
8787 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
8788 command remapping.
8789
8790 2005-01-15 Richard M. Stallman <rms@gnu.org>
8791
8792 * display.texi (Defining Images): Mention DATA-P arg of create-image.
8793
8794 2005-01-14 Kim F. Storm <storm@cua.dk>
8795
8796 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
8797
8798 * text.texi (Links and Mouse-1): Fix string and vector item.
8799
8800 2005-01-13 Richard M. Stallman <rms@gnu.org>
8801
8802 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
8803 descriptions of overriding-local-map and overriding-terminal-local-map.
8804
8805 * text.texi (Links and Mouse-1): Clarify text.
8806
8807 2005-01-13 Kim F. Storm <storm@cua.dk>
8808
8809 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
8810
8811 2005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
8812
8813 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
8814
8815 2005-01-12 Kim F. Storm <storm@cua.dk>
8816
8817 * text.texi (Links and Mouse-1): Rename section from Enabling
8818 Mouse-1 to Following Links. Change xrefs.
8819 Add examples for define-button-type and define-widget.
8820
8821 * display.texi (Button Properties, Button Buffer Commands):
8822 Clarify mouse-1 and follow-link functionality.
8823
8824 2005-01-12 Richard M. Stallman <rms@gnu.org>
8825
8826 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
8827
8828 * display.texi (Beeping): Fix Texinfo usage.
8829
8830 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
8831
8832 2005-01-11 Kim F. Storm <storm@cua.dk>
8833
8834 * display.texi (Button Properties, Button Buffer Commands):
8835 Mention mouse-1 binding. Add follow-link keyword.
8836
8837 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
8838 (Enabling Mouse-1 to Follow Links): New subsection.
8839
8840 2005-01-06 Richard M. Stallman <rms@gnu.org>
8841
8842 * text.texi (Special Properties): Minor change.
8843
8844 * os.texi (Timers): Clarify previous change.
8845
8846 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
8847
8848 2005-01-01 Luc Teirlinck <teirllm@auburn.edu>
8849
8850 * display.texi (Face Attributes): Correct xref to renamed node.
8851
8852 2005-01-01 Richard M. Stallman <rms@gnu.org>
8853
8854 * display.texi (Face Attributes): Describe hex color specs.
8855
8856 2004-12-31 Richard M. Stallman <rms@gnu.org>
8857
8858 * os.texi (Timers): Update previous change.
8859
8860 2004-12-30 Kim F. Storm <storm@cua.dk>
8861
8862 * display.texi (Line Height): Total line-height is now specified
8863 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
8864 in cons cells. (nil . RATIO) is relative to actual line height.
8865 Use line-height `t' instead of `0' to get minimum height.
8866
8867 2004-12-29 Richard M. Stallman <rms@gnu.org>
8868
8869 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
8870
8871 2004-12-28 Richard M. Stallman <rms@gnu.org>
8872
8873 * commands.texi (Quitting): Clarify value of with-local-quit.
8874
8875 * elisp.texi (Top): Fix previous change.
8876
8877 * loading.texi (Loading): Fix previous change.
8878
8879 2004-12-27 Richard M. Stallman <rms@gnu.org>
8880
8881 * Makefile.in (MAKEINFO): Specify --force.
8882
8883 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
8884
8885 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
8886
8887 * display.texi (Line Height): Further clarify.
8888
8889 * elisp.texi (Top): Update Loading submenu.
8890
8891 * loading.texi (Where Defined): New node.
8892 (Unloading): load-history moved to Where Defined.
8893
8894 2004-12-21 Richard M. Stallman <rms@gnu.org>
8895
8896 * commands.texi (Event Input Misc): Add while-no-input.
8897
8898 2004-12-11 Richard M. Stallman <rms@gnu.org>
8899
8900 * display.texi (Line Height): Rewrite text for clarity.
8901
8902 2004-12-11 Kim F. Storm <storm@cua.dk>
8903
8904 * display.texi (Display): Add node "Line Height" to menu.
8905 (Line Height): New node. Move full description of line-spacing
8906 and line-height text properties here from text.texi.
8907 (Scroll Bars): Add vertical-scroll-bar variable.
8908
8909 * frames.texi (Window Frame Parameters): Remove line-height defvar.
8910
8911 * locals.texi (Standard Buffer-Local Variables): Fix xref for
8912 line-spacing and vertical-scroll-bar.
8913
8914 * text.texi (Special Properties): Just mention line-spacing and
8915 line-height here, add xref to new "Line Height" node.
8916
8917 2004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
8918
8919 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
8920
8921 * locals.texi (Standard Buffer-Local Variables):
8922 Add @xref for `line-spacing'.
8923
8924 2004-12-05 Richard M. Stallman <rms@gnu.org>
8925
8926 * Makefile.in (maintainer-clean): Remove the info files
8927 in $(infodir) where they are created.
8928
8929 2004-12-03 Richard M. Stallman <rms@gnu.org>
8930
8931 * windows.texi (Selecting Windows): get-lru-window and
8932 get-largest-window don't consider dedicated windows.
8933
8934 * text.texi (Undo): Document undo-in-progress.
8935
8936 2004-11-26 Richard M. Stallman <rms@gnu.org>
8937
8938 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
8939 Remove a few vars that are not always buffer-local.
8940
8941 2004-11-24 Luc Teirlinck <teirllm@auburn.edu>
8942
8943 * locals.texi (Standard Buffer-Local Variables): Comment out
8944 xref's to non-existent node `Yet to be written'.
8945
8946 2004-11-24 Richard M. Stallman <rms@gnu.org>
8947
8948 * processes.texi (Synchronous Processes): Grammar fix.
8949
8950 * numbers.texi (Comparison of Numbers): Add eql.
8951
8952 * locals.texi (Standard Buffer-Local Variables): Add many vars.
8953
8954 * intro.texi (Printing Notation): Fix previous change.
8955
8956 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
8957 and default-indicate-buffer-boundaries from here.
8958 (Usual Display): To here.
8959 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
8960 (Usual Display): Move tab-width up.
8961
8962 * customize.texi (Variable Definitions):
8963 Replace show-paren-mode example with tooltip-mode.
8964 (Simple Types, Composite Types, Defining New Types):
8965 Minor cleanups.
8966
8967 2004-11-21 Jesper Harder <harder@ifa.au.dk>
8968
8969 * processes.texi (Synchronous Processes, Output from Processes):
8970 Markup fix.
8971
8972 2004-11-20 Richard M. Stallman <rms@gnu.org>
8973
8974 * positions.texi (Skipping Characters): skip-chars-forward
8975 now handles char classes.
8976
8977 * intro.texi (Printing Notation): Avoid confusion of `print'
8978 when explaining @print.
8979
8980 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
8981
8982 * display.texi (Display Table Format): Minor fix.
8983
8984 * streams.texi (Output Functions): Fix print example.
8985
8986 * Makefile.in (elisp): New target.
8987 (dist): Depend on $(infodir)/elisp, not elisp.
8988 Copy the info files from $(infodir).
8989
8990 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
8991 read-from-minibuffer.
8992
8993 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
8994
8995 2004-11-19 Richard M. Stallman <rms@gnu.org>
8996
8997 * searching.texi (Regexp Search): Add search-whitespace-regexp.
8998
8999 2004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
9000
9001 * tips.texi (Coding Conventions): Fix typo.
9002
9003 2004-11-16 Richard M. Stallman <rms@gnu.org>
9004
9005 * tips.texi (Coding Conventions): Separate defvar and require
9006 methods to avoid warnings. Use require only when there are many
9007 functions and variables from that package.
9008
9009 * minibuf.texi (Minibuffer Completion): When ignoring case,
9010 predicate must not be case-sensitive.
9011
9012 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
9013 (Test Coverage): Don't talk about "splotches". Clarified.
9014
9015 2004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
9016
9017 * frames.texi (Window Frame Parameters): Fix typo.
9018
9019 2004-11-15 Kim F. Storm <storm@cua.dk>
9020
9021 * symbols.texi (Other Plists): Note that plist-get may signal error.
9022 Add safe-plist-get.
9023
9024 2004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
9025
9026 * modes.texi (Font Lock Basics): Fix typo.
9027
9028 2004-11-08 Richard M. Stallman <rms@gnu.org>
9029
9030 * syntax.texi (Syntax Table Functions): Add syntax-after.
9031
9032 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
9033
9034 * os.texi (Processor Run Time): New section documenting
9035 get-internal-run-time.
9036
9037 2004-11-06 Eli Zaretskii <eliz@gnu.org>
9038
9039 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
9040 it nukes elisp-cover.texi.
9041 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
9042 elisp-0 etc.
9043
9044 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
9045
9046 * commands.texi (Keyboard Macros): Document `append' return value
9047 of `defining-kbd-macro'.
9048
9049 2004-11-01 Richard M. Stallman <rms@gnu.org>
9050
9051 * commands.texi (Interactive Call): Add called-interactively-p.
9052
9053 2004-10-29 Simon Josefsson <jas@extundo.com>
9054
9055 * minibuf.texi (Reading a Password): Revert.
9056
9057 2004-10-28 Richard M. Stallman <rms@gnu.org>
9058
9059 * frames.texi (Display Feature Testing): Explain about "vendor".
9060
9061 2004-10-27 Richard M. Stallman <rms@gnu.org>
9062
9063 * commands.texi (Interactive Codes): `N' uses numeric prefix,
9064 not raw. Clarify `n'.
9065 (Interactive Call): Rewrite interactive-p, focusing on when
9066 and how to use it.
9067 (Misc Events): Clarify previous change.
9068
9069 * advice.texi (Simple Advice): Clarify what job the example does.
9070 (Around-Advice): Clarify ad-do-it.
9071 (Activation of Advice): An option of ad-default-compilation-action
9072 is `never', not `nil'.
9073
9074 2004-10-26 Kim F. Storm <storm@cua.dk>
9075
9076 * commands.texi (Interactive Codes): Add U code letter.
9077
9078 2004-10-25 Simon Josefsson <jas@extundo.com>
9079
9080 * minibuf.texi (Reading a Password): Add.
9081
9082 2004-10-24 Jason Rumney <jasonr@gnu.org>
9083
9084 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
9085 and wheel-down.
9086
9087 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
9088
9089 * processes.texi (Synchronous Processes): Document process-file.
9090
9091 2004-10-22 Kenichi Handa <handa@m17n.org>
9092
9093 * text.texi (translate-region): Document that it accepts also a
9094 char-table.
9095
9096 2004-10-22 David Ponce <david@dponce.com>
9097
9098 * windows.texi (Resizing Windows): Document the `preserve-before'
9099 argument of the functions `enlarge-window' and `shrink-window'.
9100
9101 2004-10-19 Jason Rumney <jasonr@gnu.org>
9102
9103 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
9104
9105 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
9106
9107 * text.texi (Filling): Add anchor for definition of
9108 `sentence-end-double-space'.
9109
9110 * searching.texi (Regexp Example): Update description of how
9111 Emacs currently recognizes the end of a sentence.
9112 (Standard Regexps): Update definition of the variable
9113 `sentence-end'. Add definition of the function `sentence-end'.
9114
9115 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
9116
9117 * display.texi (Progress): New node.
9118
9119 2004-10-05 Kim F. Storm <storm@cua.dk>
9120
9121 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
9122
9123 2004-09-29 Kim F. Storm <storm@cua.dk>
9124
9125 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
9126 to identify bitmaps. Remove -fringe-bitmap suffix for standard
9127 fringe bitmap symbols, as they now have their own namespace.
9128 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
9129 vs. pixels. Signal error if no free bitmap slots.
9130 (Pixel Specification): Change IMAGE to @var{image}.
9131
9132 2004-09-28 Richard M. Stallman <rms@gnu.org>
9133
9134 * text.texi (Special Properties): Clarify line-spacing and line-height.
9135
9136 * searching.texi (Regexp Search): Add looking-back.
9137
9138 2004-09-25 Luc Teirlinck <teirllm@auburn.edu>
9139
9140 * display.texi: Correct typos.
9141 (Image Descriptors): Correct xref's.
9142
9143 2004-09-25 Richard M. Stallman <rms@gnu.org>
9144
9145 * text.texi (Special Properties): Cleanups in `cursor'.
9146 Rewrites in `line-height' and `line-spacing'; exchange them.
9147
9148 * display.texi (Fringes): Rewrite previous change.
9149 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
9150 (Display Fringe Bitmaps): Node deleted, text moved.
9151 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
9152 (Scroll Bars): Clarify set-window-scroll-bars.
9153 (Pointer Shape): Rewrite.
9154 (Specified Space): Clarify :align-to, etc.
9155 (Pixel Specification): Use @var. Clarify new text.
9156 (Other Display Specs): Clarify `slice'.
9157 (Image Descriptors): Cleanups.
9158 (Showing Images): Cleanups.
9159
9160 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
9161
9162 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
9163
9164 * modes.texi: Various minor changes in addition to:
9165 (Major Mode Conventions): Final call to `run-mode-hooks' should
9166 not be inside the `delay-mode-hooks' form.
9167 (Mode Hooks): New node.
9168 (Hooks): Delete obsolete example.
9169 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
9170 node "Mode Hooks".
9171
9172 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
9173
9174 * display.texi: Correct various typos.
9175 (Display): Rename node "Pointer Shapes" to "Pointer
9176 Shape". (There is already a node called "Pointer Shapes" in
9177 frames.texi.)
9178 (Images): Remove non-existent node "Image Slices" from menu.
9179
9180 2004-09-23 Kim F. Storm <storm@cua.dk>
9181
9182 * text.texi (Special Properties): Add `cursor', `pointer',
9183 `line-height', and `line-spacing' properties.
9184
9185 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
9186 Shapes' to menu.
9187 (Standard Faces): Doc fix for fringe face.
9188 (Fringes): Add `overflow-newline-into-fringe' and
9189 'indicate-buffer-boundaries'.
9190 (Fringe Bitmaps, Pointer Shapes): New nodes.
9191 (Display Property): Add 'Pixel Specification' and 'Display Fringe
9192 Bitmaps' to menu.
9193 (Specified Space): Describe pixel width and height.
9194 (Pixel Specification): New node.
9195 (Other Display Specs): Add `slice' property.
9196 (Display Fringe Bitmaps): New node.
9197 (Images): Add 'Image Slices' to menu.
9198 (Image Descriptors): Add `:pointer' and `:map' properties.
9199 (Showing Images): Add slice arg to `insert-image'.
9200 Add 'insert-sliced-image'.
9201
9202 2004-09-20 Richard M. Stallman <rms@gnu.org>
9203
9204 * commands.texi (Key Sequence Input):
9205 Clarify downcasing in read-key-sequence.
9206
9207 2004-09-08 Juri Linkov <juri@jurta.org>
9208
9209 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
9210
9211 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
9212
9213 * locals.texi (Standard Buffer-Local Variables):
9214 Add `buffer-auto-save-file-format'.
9215 * internals.texi (Buffer Internals): Describe new
9216 auto_save_file_format field of the buffer structure.
9217 * files.texi (Format Conversion): `auto-save-file-format' has been
9218 renamed `buffer-auto-save-file-format'.
9219
9220 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
9221
9222 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
9223 an integer or a marker.
9224 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
9225
9226 2004-08-22 Richard M. Stallman <rms@gnu.org>
9227
9228 * modes.texi (Major Mode Conventions): Discuss rebinding of
9229 standard key bindings.
9230
9231 2004-08-18 Kim F. Storm <storm@cua.dk>
9232
9233 * processes.texi (Accepting Output): Add `just-this-one' arg to
9234 `accept-process-output'.
9235 (Output from Processes): New var `process-adaptive-read-buffering'.
9236
9237 2004-08-10 Luc Teirlinck <teirllm@auburn.edu>
9238
9239 * keymaps.texi: Various changes in addition to:
9240 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
9241 Give more varied examples for `kbd'.
9242 (Creating Keymaps): Char tables have slots for all characters
9243 without modifiers.
9244 (Active Keymaps): `overriding-local-map' and
9245 `overriding-terminal-local-map' also override text property and
9246 overlay keymaps.
9247 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
9248 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
9249 to denote a prefix of no events.
9250 `map-keymap' includes parent's bindings _recursively_.
9251 Clarify and correct description of `where-is-internal'.
9252 Mention BUFFER-OR-NAME arg to `describe-bindings'.
9253 (Menu Example): For menus intended for use with the keyboard, the
9254 menu items should be bound to characters or real function keys.
9255
9256 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
9257
9258 * objects.texi (Character Type): Reposition `@anchor' to prevent
9259 double space inside sentence in Info.
9260
9261 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
9262 renamed to `disabled-command-function'.
9263 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
9264 (Command Loop Info): Replace reference to it.
9265 (Disabling Commands): `disabled-command-hook' has been renamed to
9266 `disabled-command-function'.
9267
9268 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
9269
9270 * os.texi (Translating Input): Only non-prefix bindings in
9271 `key-translation-map' override actual key bindings. Warn about
9272 possible indirect effect of actual key bindings on non-prefix
9273 bindings in `key-translation-map'.
9274
9275 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
9276
9277 * minibuf.texi (High-Level Completion): Add anchor for definition
9278 of `read-variable'.
9279
9280 * commands.texi: Various changes in addition to:
9281 (Using Interactive): Clarify description of `interactive-form'.
9282 (Interactive Call): Mention default for KEYS argument to
9283 `call-interactively'.
9284 (Command Loop Info): Clarify description of `this-command-keys'.
9285 Mention KEEP-RECORD argument to `clear-this-command-keys'.
9286 Value of `last-event-frame' can be `macro'.
9287 (Repeat Events): `double-click-fuzz' is also used to distinguish
9288 clicks and drags.
9289 (Classifying Events): Clarify descriptions of `event-modifiers'
9290 `event-basic-type' and `event-convert-list'.
9291 (Accessing Events): `posn-timestamp' takes POSITION argument.
9292 (Quoted Character Input): Clarify description of
9293 `read-quoted-char' and fix example.
9294 (Quitting): Add `with-local-quit'.
9295 (Disabling Commands): Correct and clarify descriptions of
9296 `enable-command' and `disable-command'.
9297 Mention what happens if `disabled-command-hook' is nil.
9298 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
9299 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
9300
9301 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
9302
9303 * frames.texi: Various changes in addition to:
9304 (Creating Frames): Expand and clarify description of `make-frame'.
9305 (Window Frame Parameters): Either none or both of the `icon-left'
9306 and `icon-top' parameters must be specified. Put descriptions of
9307 `menu-bar-lines' and `toolbar-lines' closer together and change
9308 them accordingly.
9309 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
9310 except while processing `frame-title-format' or `icon-title-format'.
9311 (Deleting Frames): Correct description of `delete-frame'.
9312 Non-nil return values of `frame-live-p' are like those of `framep'.
9313 (Frames and Windows): Mention return value of
9314 `set-frame-selected-window'.
9315 (Visibility of Frames): Mention `force' argument to
9316 `make-frame-invisible'. `frame-visible-p' returns t for all
9317 frames on text-only terminals.
9318 (Frame Configurations): Restoring a frame configuration does not
9319 restore deleted frames.
9320 (Window System Selections): `x-set-selection' returns DATA.
9321 (Resources): Add example.
9322 (Display Feature Testing): Clarify descriptions of
9323 `display-pixel-height', `display-pixel-width', `x-server-version'
9324 and `x-server-vendor'.
9325
9326 * windows.texi (Choosing Window): Add anchor.
9327 * minibuf.texi (Minibuffer Misc): Add anchor.
9328
9329 2004-07-23 John Paul Wallington <jpw@gnu.org>
9330
9331 * macros.texi (Defining Macros): Declaration keyword for setting
9332 Edebug spec is `debug' not `edebug'.
9333
9334 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
9335
9336 * windows.texi: Various small changes in addition to:
9337 (Window Point): Mention return value of `set-window-point'.
9338 (Window Start): `pos-visible-in-window-p' disregards horizontal
9339 scrolling. Explain return value if PARTIALLY is non-nil.
9340 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
9341 and `set-window-vscroll'.
9342 (Size of Window): The argument WINDOW to `window-inside-edges',
9343 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
9344 (Resizing Windows): Explain return value of
9345 `shrink-window-if-larger-than-buffer'.
9346 `window-size-fixed' automatically becomes buffer local when set.
9347 (Window Configurations): Explain return value of
9348 `set-window-configuration'.
9349
9350 * minibuf.texi (Minibuffer Misc): Add anchor for
9351 `minibuffer-scroll-window'.
9352
9353 * positions.texi (Text Lines): Add anchor for `count-lines'.
9354
9355 2004-07-17 Richard M. Stallman <rms@gnu.org>
9356
9357 * display.texi (Overlay Properties): Adding `evaporate' prop
9358 deletes empty overlay immediately.
9359
9360 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
9361 fix example.
9362
9363 2004-07-16 Jim Blandy <jimb@redhat.com>
9364
9365 * searching.texi (Regexp Backslash): Document new \_< and \_>
9366 operators.
9367
9368 2004-07-16 Juanma Barranquero <lektu@terra.es>
9369
9370 * display.texi (Images): Fix Texinfo usage.
9371
9372 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
9373
9374 * buffers.texi (Modification Time): `visited-file-modtime' now
9375 returns a list of two integers, instead of a cons.
9376
9377 2004-07-13 Luc Teirlinck <teirllm@auburn.edu>
9378
9379 * windows.texi: Various changes in addition to:
9380 (Splitting Windows): Add `split-window-keep-point'.
9381
9382 2004-07-09 Richard M. Stallman <rms@gnu.org>
9383
9384 * frames.texi (Input Focus): Minor fix.
9385
9386 2004-07-07 Luc Teirlinck <teirllm@auburn.edu>
9387
9388 * frames.texi (Input Focus): Clarify descriptions of
9389 `select-frame-set-input-focus' and `select-frame'.
9390
9391 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
9392
9393 * os.texi: Various small changes in addition to:
9394 (Killing Emacs): Expand and clarify description of
9395 `kill-emacs-query-functions' and `kill-emacs-hook'.
9396 (System Environment): Expand and clarify description of `getenv'
9397 and `setenv'.
9398 (Timers): Clarify description of `run-at-time'.
9399 (Translating Input): Correct description of
9400 `extra-keyboard-modifiers'.
9401 (Flow Control): Correct description of `enable-flow-control'.
9402
9403 2004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
9404
9405 * os.texi: Update copyright.
9406 (Session Management): Grammar fix.
9407 Clarify which Emacs does the restarting.
9408 Use @samp for *scratch* buffer.
9409
9410 2004-07-04 Alan Mackenzie <acm@muc.de>
9411
9412 * frames.texi (Input Focus): Add documentation for
9413 `select-frame-set-input-focus'. Replace refs to non-existent
9414 `switch-frame' with `select-frame'. Minor corrections and tidying
9415 up of text-only terminal stuff.
9416
9417 2004-07-02 Richard M. Stallman <rms@gnu.org>
9418
9419 * files.texi (Saving Buffers): Cleanup write-contents-function.
9420 (Magic File Names): Cleanup file-remote-p.
9421
9422 2004-07-02 Kai Großjohann <kai@emptydomain.de>
9423
9424 * files.texi (Magic File Names): `file-remote-p' returns an
9425 identifier of the remote system, not just t.
9426
9427 2004-07-02 David Kastrup <dak@gnu.org>
9428
9429 * searching.texi (Entire Match Data): Add explanation about new
9430 match-data behavior when @var{integers} is non-nil.
9431
9432 2004-06-24 Richard M. Stallman <rms@gnu.org>
9433
9434 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
9435
9436 * customize.texi (Variable Definitions): Note about doc strings
9437 and :set.
9438
9439 * keymaps.texi (Keymap Terminology): Document `kbd'.
9440 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
9441
9442 * display.texi (Invisible Text): Setting buffer-invisibility-spec
9443 makes it buffer-local.
9444
9445 * files.texi (Saving Buffers): Correct previous change.
9446
9447 * commands.texi (Accessing Events):
9448 Clarify posn-col-row and posn-actual-col-row.
9449
9450 2004-06-24 David Ponce <david.ponce@wanadoo.fr>
9451
9452 * commands.texi (Accessing Events): New functions
9453 posn-at-point and posn-at-x-y. Add example to posn-x-y.
9454
9455 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
9456
9457 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
9458 * frames.texi, buffers.texi, backups.texi, variables.texi:
9459 * loading.texi, eval.texi, functions.texi, control.texi:
9460 * symbols.texi, minibuf.texi: Reposition @anchor's.
9461
9462 * help.texi: Various small changes in addition to the following.
9463 (Describing Characters): Describe PREFIX argument to
9464 `key-description'. Correct and clarify definition of
9465 `text-char-description'. Describe NEED-VECTOR argument to
9466 `read-kbd-macro'.
9467 (Help Functions): Clarify definition of `apropos'.
9468
9469 2004-06-23 Lars Hansen <larsh@math.ku.dk>
9470
9471 * files.texi (Saving Buffers): Correct description of
9472 `write-contents-functions'.
9473
9474 2004-06-21 Juanma Barranquero <lektu@terra.es>
9475
9476 * display.texi (Images): Remove redundant @vindex directives.
9477 Rewrite `image-library-alist' doc in active voice.
9478
9479 2004-06-14 Juanma Barranquero <lektu@terra.es>
9480
9481 * display.texi (Images): Document new delayed library loading,
9482 variable `image-library-alist' and (existing but undocumented)
9483 function `image-type-available-p'.
9484
9485 2004-06-05 Richard M. Stallman <rms@gnu.org>
9486
9487 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
9488 refer the user to the Initial Input node.
9489 (Text from Minibuffer): Likewise.
9490 (Initial Input): New node. Document this feature
9491 and say it is mostly deprecated.
9492
9493 2004-05-30 Richard M. Stallman <rms@gnu.org>
9494
9495 * loading.texi (Named Features): Clarify return value
9496 and meaning of NOERROR.
9497
9498 * variables.texi (File Local Variables): Minor cleanup.
9499
9500 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
9501
9502 * files.texi (Magic File Names): Add `file-remote-p' as operation
9503 of file name handlers.
9504
9505 2004-05-29 Richard M. Stallman <rms@gnu.org>
9506
9507 * modes.texi (Minor Mode Conventions): (-) has no special meaning
9508 as arg to a minor mode command.
9509
9510 2004-05-22 Richard M. Stallman <rms@gnu.org>
9511
9512 * syntax.texi (Syntax Class Table): Word syntax not just for English.
9513
9514 * streams.texi (Output Variables): Doc float-output-format.
9515
9516 * searching.texi (Regexp Special): Nested repetition can be infloop.
9517
9518 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
9519 real stack overflow.
9520
9521 * compile.texi: Minor cleanups.
9522
9523 2004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
9524
9525 * lists.texi (Cons Cells): Explain dotted lists, true lists,
9526 circular lists.
9527 (List Elements): Explain handling of circular and dotted lists.
9528
9529 2004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
9530
9531 * modes.texi (Search-based Fontification): Fix typo.
9532
9533 2004-05-10 Juanma Barranquero <lektu@terra.es>
9534
9535 * modes.texi (Mode Line Variables): Fix description of
9536 global-mode-string, which is now after which-func-mode, not the
9537 buffer name.
9538
9539 2004-05-07 Lars Hansen <larsh@math.ku.dk>
9540
9541 * modes.texi (Desktop Save Mode): Add.
9542 (Modes): Add menu entry Desktop Save Mode.
9543
9544 * hooks.texi: Add desktop-after-read-hook,
9545 desktop-no-desktop-file-hook and desktop-save-hook.
9546
9547 * locals.texi: Add desktop-save-buffer.
9548
9549 2004-04-30 Jesper Harder <harder@ifa.au.dk>
9550
9551 * display.texi: emacs -> Emacs.
9552
9553 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
9554
9555 * files.texi (Changing Files): Document set-file-times.
9556
9557 2004-04-23 Juanma Barranquero <lektu@terra.es>
9558
9559 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9560
9561 2004-04-18 Jesper Harder <harder@ifa.au.dk>
9562
9563 * tips.texi (Coding Conventions): defopt -> defcustom.
9564
9565 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
9566
9567 * sequences.texi: Various clarifications.
9568
9569 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
9570
9571 * buffers.texi (Read Only Buffers): Mention optional ARG to
9572 `toggle-read-only'.
9573
9574 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
9575
9576 * windows.texi (Selecting Windows): Note that get-lru-window
9577 returns a full-width window if possible.
9578
9579 2004-04-13 Luc Teirlinck <teirllm@auburn.edu>
9580
9581 * buffers.texi: Various changes in addition to:
9582 (Buffer File Name): Add `find-buffer-visiting'.
9583 (Buffer Modification): Mention optional ARG to `not-modified'.
9584 (Indirect Buffers): Mention optional CLONE argument to
9585 `make-indirect-buffer'.
9586
9587 * files.texi: Various changes in addition to:
9588 (Visiting Functions): `find-file-hook' is now a normal hook.
9589 (File Name Expansion): Explain difference between the way that
9590 `expand-file-name' and `file-truename' treat `..'.
9591 (Contents of Directories): Mention optional ID-FORMAT argument to
9592 `directory-files-and-attributes'.
9593 (Format Conversion): Mention new optional CONFIRM argument to
9594 `format-write-file'.
9595
9596 2004-04-12 Miles Bader <miles@gnu.org>
9597
9598 * macros.texi (Expansion): Add description of `macroexpand-all'.
9599
9600 2004-04-05 Jesper Harder <harder@ifa.au.dk>
9601
9602 * variables.texi (Variable Aliases):
9603 Mention cyclic-variable-indirection.
9604
9605 * errors.texi (Standard Errors): Ditto.
9606
9607 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
9608
9609 * backups.texi: Various small changes in addition to:
9610 (Making Backups): Mention return value of `backup-buffer'.
9611 (Auto-Saving): Mention optional FORCE argument to
9612 `delete-auto-save-file-if-necessary'.
9613 (Reverting): Mention optional PRESERVE-MODES argument to
9614 `revert-buffer'. Correct description of `revert-buffer-function'.
9615
9616 2004-03-22 Juri Linkov <juri@jurta.org>
9617
9618 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
9619 with `Vector Functions'.
9620
9621 * text.texi (Sorting): Add missing quote.
9622
9623 2004-03-14 Luc Teirlinck <teirllm@auburn.edu>
9624
9625 * intro.texi (Lisp History): Replace xref to `cl' manual with
9626 inforef.
9627
9628 2004-03-12 Richard M. Stallman <rms@gnu.org>
9629
9630 * intro.texi (Version Info): Add arg to emacs-version.
9631 (Lisp History): Change xref to CL manual.
9632
9633 2004-03-09 Luc Teirlinck <teirllm@auburn.edu>
9634
9635 * minibuf.texi (Completion Commands): Add xref to Emacs manual
9636 for Partial Completion mode.
9637
9638 2004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
9639
9640 * customize.texi: Fix typo. Remove eol whitespace.
9641
9642 2004-03-04 Richard M. Stallman <rms@gnu.org>
9643
9644 * processes.texi: Fix typos.
9645
9646 * lists.texi (Building Lists): Minor clarification.
9647
9648 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
9649 in make-hash-table.
9650
9651 2004-02-29 Juanma Barranquero <lektu@terra.es>
9652
9653 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
9654 rm, and ignore exit code.
9655
9656 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
9657
9658 * display.texi (Defining Faces): Add description for min-colors.
9659 Update example.
9660
9661 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
9662
9663 * abbrevs.texi: Various corrections and clarifications in addition
9664 to the following:
9665 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
9666
9667 2004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
9668
9669 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
9670
9671 2004-02-21 Luc Teirlinck <teirllm@auburn.edu>
9672
9673 * text.texi: Various small changes in addition to the following:
9674 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
9675 to delete-horizontal-space.
9676 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
9677 description of yank-handler text property at various places.
9678
9679 * frames.texi (Window System Selections): Add anchor.
9680
9681 * syntax.texi (Syntax Table Functions): Clarify and correct
9682 descriptions of make-syntax-table and copy-syntax-table.
9683 (Motion and Syntax): Clarify SYNTAXES argument to
9684 skip-syntax-forward.
9685 (Parsing Expressions): Mention that the return value of
9686 parse-partial-sexp is currently a list of ten rather than nine
9687 elements.
9688 (Categories): Various corrections and clarifications.
9689
9690 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
9691
9692 * markers.texi (Marker Insertion Types): Minor change.
9693
9694 * locals.texi (Standard Buffer-Local Variables):
9695 * commands.texi (Interactive Codes, Using Interactive):
9696 * functions.texi (Related Topics): Fix xrefs.
9697
9698 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
9699
9700 * lists.texi (Sets And Lists): Update description of delete-dups.
9701
9702 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
9703
9704 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
9705
9706 2004-02-16 Jan Djärv <jan.h.d@swipnet.se>
9707
9708 * frames.texi (Parameter Access): frame-parameters arg is optional.
9709 modify-frame-parameters handles nil for FRAME.
9710 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
9711 are all-or-nothing for certain toolkits.
9712 Mention parameter wait-for-wm.
9713 (Frames and Windows): In frame-first-window and frame-selected-window
9714 the arg is optional.
9715 (Input Focus): In redirect-frame-focus the second arg is optional.
9716 (Window System Selections): Mention selection type CLIPBOARD.
9717 Mention data-type UTF8_STRING.
9718 Mention numbering of cut buffers.
9719 (Resources): Describe x-resource-name.
9720
9721 2004-02-16 Richard M. Stallman <rms@gnu.org>
9722
9723 * windows.texi (Buffers and Windows): Delete false table
9724 about all-frames.
9725
9726 * syntax.texi (Parsing Expressions): Delete old caveat
9727 about parse-sexp-ignore-comments.
9728
9729 * streams.texi (Output Variables): Add print-quoted.
9730
9731 * lists.texi (Building Lists): Minor cleanup.
9732
9733 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
9734
9735 * display.texi (Overlays): Explain overlays use markers.
9736 (Managing Overlays): Explain front-advance and rear-advance
9737 in more detail.
9738
9739 * loading.texi (Unloading): Document unload-feature-special-hooks.
9740 Get rid of fns-NNN.el file.
9741
9742 2004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
9743
9744 * help.texi (Describing Characters): Fix text-char-description
9745 example output.
9746
9747 * edebug.texi (Using Edebug): Fix example.
9748
9749 * debugging.texi (Internals of Debugger): Fix return value.
9750
9751 * files.texi (Changing Files): Fix argname.
9752
9753 * calendar.texi: Fix parens, and default values.
9754
9755 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
9756 * nonascii.texi, objects.texi, os.texi: Minor fixes.
9757 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
9758
9759 * positions.texi (Text Lines): Don't add -1 in current-line.
9760
9761 2004-02-16 Richard M. Stallman <rms@gnu.org>
9762
9763 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
9764
9765 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
9766
9767 * processes.texi (Low-Level Network): Fix a typo.
9768
9769 2004-02-12 Kim F. Storm <storm@cua.dk>
9770
9771 * display.texi (Fringes): Use consistent wording.
9772 Note that window-fringe's window arg is optional.
9773 (Scroll Bars): Use consistent wording.
9774
9775 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
9776
9777 * tips.texi (Comment Tips): Document the new conventions for
9778 commenting out code.
9779
9780 2004-02-07 Jan Djärv <jan.h.d@swipnet.se>
9781
9782 * positions.texi (Text Lines): Add missing end defun.
9783
9784 2004-02-07 Kim F. Storm <storm@cua.dk>
9785
9786 * positions.texi (Text Lines): Add line-number-at-pos.
9787
9788 2004-02-06 John Paul Wallington <jpw@gnu.org>
9789
9790 * display.texi (Button Properties, Button Buffer Commands):
9791 mouse-2 invokes button, not down-mouse-1.
9792
9793 2004-02-04 Jason Rumney <jasonr@gnu.org>
9794
9795 * makefile.w32-in: Sync with Makefile.in changes.
9796
9797 2004-02-03 Luc Teirlinck <teirllm@auburn.edu>
9798
9799 * minibuf.texi (Text from Minibuffer): Various corrections and
9800 clarifications.
9801 (Object from Minibuffer): Correct Lisp description of
9802 read-minibuffer.
9803 (Minibuffer History): Clarify description of cons values for
9804 HISTORY arguments.
9805 (Basic Completion): Various corrections and clarifications.
9806 Add completion-regexp-list.
9807 (Minibuffer Completion): Correct and clarify description of
9808 completing-read.
9809 (Completion Commands): Mention Partial Completion mode.
9810 Various other minor changes.
9811 (High-Level Completion): Various corrections and clarifications.
9812 (Reading File Names): Ditto.
9813 (Minibuffer Misc): Ditto.
9814
9815 2004-01-26 Luc Teirlinck <teirllm@auburn.edu>
9816
9817 * strings.texi (Text Comparison): assoc-string also matches
9818 elements of alists that are strings instead of conses.
9819 (Formatting Strings): Standardize Texinfo usage. Update index
9820 entries.
9821
9822 2004-01-20 Luc Teirlinck <teirllm@auburn.edu>
9823
9824 * lists.texi (Sets And Lists): Add delete-dups.
9825
9826 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
9827
9828 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
9829 special form.
9830 * macros.texi (Defining Macros): Update description of `declare',
9831 which now is a macro.
9832 (Wrong Time): Fix typos.
9833
9834 2004-01-14 Luc Teirlinck <teirllm@auburn.edu>
9835
9836 * compile.texi (Compilation Functions): Expand descriptions of
9837 `compile-defun', `byte-compile-file', `byte-recompile-directory'
9838 and `batch-byte-compile'. In particular, mention and describe
9839 all optional arguments.
9840 (Disassembly): Correct and clarify the description of `disassemble'.
9841
9842 2004-01-11 Luc Teirlinck <teirllm@auburn.edu>
9843
9844 * searching.texi: Various small changes in addition to the
9845 following.
9846 (Regexp Example): Adapt to new value of `sentence-end'.
9847 (Regexp Functions): The PAREN argument to `regexp-opt' can be
9848 `words'.
9849 (Search and Replace): Add usage note for `perform-replace'.
9850 (Entire Match Data): Mention INTEGERS and REUSE arguments to
9851 `match-data'.
9852 (Standard Regexps): Update for new values of `paragraph-start'
9853 and `sentence-end'.
9854
9855 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
9856
9857 * files.texi (Saving Buffers): Clarify descriptions of
9858 `write-contents-functions' and `before-save-hook'.
9859 Make the defvar's for `before-save-hook' and `after-save-hook'
9860 into defopt's.
9861
9862 2004-01-07 Kim F. Storm <storm@cua.dk>
9863
9864 * commands.texi (Click Events): Describe new image and
9865 width/height elements of click events.
9866 (Accessing Events): Add posn-string, posn-image, and
9867 posn-object-width-height. Change posn-object to return either
9868 image or string object.
9869
9870 2004-01-01 Simon Josefsson <jas@extundo.com>
9871
9872 * hooks.texi (Standard Hooks): Add before-save-hook.
9873 * files.texi (Saving Buffers): Likewise.
9874
9875 2004-01-03 Richard M. Stallman <rms@gnu.org>
9876
9877 * frames.texi (Frames and Windows): Delete frame-root-window.
9878
9879 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
9880
9881 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
9882
9883 * functions.texi: Various small changes in addition to the
9884 following.
9885 (What Is a Function): `functionp' returns nil for macros.
9886 Clarify behavior of this and following functions for symbol arguments.
9887 (Function Documentation): Add `\' in front of (fn @var{arglist})
9888 and explain why.
9889 (Defining Functions): Mention DOCSTRING argument to `defalias'.
9890 Add anchor.
9891 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
9892
9893 2004-01-01 Miles Bader <miles@gnu.org>
9894
9895 * display.texi (Buttons): New section.
9896
9897 2003-12-31 Andreas Schwab <schwab@suse.de>
9898
9899 * numbers.texi (Math Functions): sqrt reports a domain-error
9900 error.
9901 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
9902
9903 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
9904
9905 * tips.texi (Documentation Tips): Update item on hyperlinks in
9906 documentation strings.
9907
9908 * errors.texi (Standard Errors): Various small corrections and
9909 additions.
9910
9911 * control.texi: Various small changes in addition to the
9912 following.
9913 (Signaling Errors): Provide some more details on how `signal'
9914 constructs the error message. Add anchor to the definition of
9915 `signal'.
9916 (Error Symbols): Describe special treatment of `quit'.
9917 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
9918 to emphasize that it has to be a single form.
9919
9920 * buffers.texi: Add anchor.
9921
9922 2003-12-29 Richard M. Stallman <rms@gnu.org>
9923
9924 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
9925 (Window Configurations): Add window-configuration-frame.
9926
9927 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
9928
9929 * text.texi (Examining Properties): Add get-char-property-and-overlay.
9930 Change arg name in get-char-property.
9931 (Special Properties): Update handling of keymap property.
9932
9933 * strings.texi (Modifying Strings): Add clear-string.
9934 (Text Comparison): Add assoc-string and remove
9935 assoc-ignore-case, assoc-ignore-representation.
9936
9937 * os.texi (Time of Day): Add set-time-zone-rule.
9938
9939 * numbers.texi (Math Functions): asin, acos, log, log10
9940 report domain-error errors.
9941
9942 * nonascii.texi (Converting Representations):
9943 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
9944 (Encoding and I/O): Add file-name-coding-system.
9945
9946 * modes.texi (Search-based Fontification): Explain that
9947 face specs are symbols with face names as values.
9948
9949 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
9950
9951 * lists.texi (Building Lists): remq moved elsewhere.
9952 (Sets And Lists): remq moved here.
9953 (Association Lists): Refer to assoc-string.
9954
9955 * internals.texi (Garbage Collection): Add memory-use-counts.
9956
9957 * frames.texi (Frames and Windows): Add set-frame-selected-window
9958 and frame-root-window.
9959
9960 * files.texi (Contents of Directories):
9961 Add directory-files-and-attributes.
9962
9963 * display.texi (Refresh Screen): Add force-window-update.
9964 (Invisible Text): Explain about moving point out of invis text.
9965 (Overlay Properties): Add overlay-properties.
9966 (Managing Overlays): Add overlayp.
9967 (GIF Images): Invalid image number displays a hollow box.
9968
9969 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
9970 (Killing Buffers): Add buffer-live-p.
9971
9972 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
9973
9974 * display.texi (Fringes): Fix typo "set-buffer-window".
9975
9976 2003-12-24 Luc Teirlinck <teirllm@auburn.edu>
9977
9978 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
9979 * nonascii.texi, processes.texi, tips.texi, variables.texi:
9980 Add or change various xrefs and anchors.
9981
9982 * commands.texi: Replace all occurrences of @acronym{CAR} with
9983 @sc{car}, for consistency with the rest of the Elisp manual.
9984 `car' and `cdr' are historically acronyms, but are no longer
9985 widely thought of as such.
9986
9987 * internals.texi (Pure Storage): Mention that `purecopy' does not
9988 copy text properties.
9989 (Object Internals): Now 29 bits are used (in most implementations)
9990 to address Lisp objects.
9991
9992 * variables.texi (Variables with Restricted Values): New node.
9993
9994 * objects.texi (Lisp Data Types): Mention that certain variables
9995 can only take on a restricted set of values and add an xref to
9996 the new node "Variables with Restricted Values".
9997
9998 * eval.texi (Function Indirection): Describe the errors that
9999 `indirect-function' can signal.
10000 (Eval): Clarify the descriptions of `eval-region' and `values'.
10001 Describe `eval-buffer' instead of `eval-current-buffer' and
10002 mention `eval-current-buffer' as an alias for `current-buffer'.
10003 Correct the description and mention all optional arguments.
10004
10005 * nonascii.texi: Various small changes in addition to the
10006 following.
10007 (Converting Representations): Clarify behavior of
10008 `string-make-multibyte' and `string-to-multibyte' for unibyte all
10009 ASCII arguments.
10010 (Character Sets): Document the variable `charset-list' and adapt
10011 the definition of the function `charset-list' accordingly.
10012 (Translation of Characters): Clarify use of generic characters in
10013 `make-translation-table'. Clarify and correct the description of
10014 the use of translation tables in encoding and decoding.
10015 (User-Chosen Coding Systems): Correct and clarify the description
10016 of `select-safe-coding-system'.
10017 (Default Coding Systems): Clarify description of
10018 `file-coding-system-alist'.
10019
10020 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
10021
10022 * strings.texi (Text Comparison): Correctly describe when two
10023 strings are `equal'. Combine and clarify descriptions of
10024 `assoc-ignore-case' and `assoc-ignore-representation'.
10025
10026 * objects.texi (Non-ASCII in Strings): Clarify description of
10027 when a string is unibyte or multibyte.
10028 (Bool-Vector Type): Update examples.
10029 (Equality Predicates): Correctly describe when two strings are
10030 `equal'.
10031
10032 2003-11-29 Luc Teirlinck <teirllm@auburn.edu>
10033
10034 * lists.texi (Building Lists): `append' no longer accepts integer
10035 arguments. Update the description of `number-sequence' to reflect
10036 recent changes.
10037 (Sets And Lists): Describe `member-ignore-case' after `member'.
10038
10039 2003-11-27 Kim F. Storm <storm@cua.dk>
10040
10041 * commands.texi (Click Events): Click object may be an images.
10042 Describe (dx . dy) element of click positions.
10043 (Accessing Events): Remove duplicate posn-timestamp.
10044 New functions posn-object and posn-object-x-y.
10045
10046 2003-11-23 Kim F. Storm <storm@cua.dk>
10047
10048 * commands.texi (Click Events): Describe enhancements to event
10049 position lists, including new text-pos and (col . row) items.
10050 Mention left-fringe and right-fringe area events.
10051 (Accessing Events): New functions posn-area and
10052 posn-actual-col-row. Mention posn-timestamp. Mention that
10053 posn-point in non-text area still returns buffer position.
10054 Clarify posn-col-row.
10055
10056 2003-11-21 Lars Hansen <larsh@math.ku.dk>
10057
10058 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
10059 * anti.texi (File Attributes): Describe removed parameter
10060 ID-FORMAT.
10061
10062 2003-11-20 Luc Teirlinck <teirllm@auburn.edu>
10063
10064 * positions.texi (Positions): Mention that, if a marker is used as
10065 a position, its buffer is ignored.
10066
10067 * markers.texi (Overview of Markers): Mention it here too.
10068
10069 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
10070
10071 * numbers.texi (Numeric Conversions): Not just `floor', but also
10072 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
10073
10074 2003-11-10 Luc Teirlinck <teirllm@auburn.edu>
10075
10076 * markers.texi (Creating Markers): Specify insertion type of
10077 created markers. Add xref to `Marker Insertion Types'.
10078 Second argument to `copy-marker' is optional.
10079 (Marker Insertion Types): Mention that most markers are created
10080 with insertion type nil.
10081 (The Mark): Correctly describe when `mark' signals an error.
10082 (The Region): Correctly describe when `region-beginning' and
10083 `region-end' signal an error.
10084
10085 2003-11-08 Luc Teirlinck <teirllm@auburn.edu>
10086
10087 * hash.texi (Creating Hash): Clarify description of `eql'.
10088 `makehash' is obsolete.
10089 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
10090
10091 * positions.texi (Point): Change description of `buffer-end', so
10092 that it is also correct for floating point arguments.
10093 (List Motion): Correct argument lists of `beginning-of-defun' and
10094 `end-of-defun'.
10095 (Excursions): Add xref to `Marker Insertion Types'.
10096 (Narrowing): Argument to `narrow-to-page' is optional.
10097
10098 2003-11-06 Luc Teirlinck <teirllm@auburn.edu>
10099
10100 * streams.texi (Output Streams): Clarify behavior of point for
10101 marker output streams.
10102
10103 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
10104
10105 * variables.texi (Defining Variables): Second argument to
10106 `defconst' is not optional.
10107 (Setting Variables): Mention optional argument APPEND to
10108 `add-to-list'.
10109 (Creating Buffer-Local): Expand description of
10110 `make-variable-buffer-local'.
10111 (Frame-Local Variables): Expand description of
10112 `make-variable-frame-local'.
10113 (Variable Aliases): Correct description of optional argument
10114 DOCSTRING to `defvaralias'. Mention return value of
10115 `defvaralias'.
10116 (File Local Variables): Add xref to `File variables' in Emacs
10117 Manual. Correct description of `hack-local-variables'. Mention
10118 `safe-local-variable' property. Mention optional second argument
10119 to `risky-local-variable-p'.
10120
10121 2003-11-03 Luc Teirlinck <teirllm@auburn.edu>
10122
10123 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
10124
10125 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
10126
10127 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
10128 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
10129 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
10130 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
10131 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
10132 lispref/processes.texi, lispref/searching.texi,
10133 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
10134 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
10135 @acronym{FOO}.
10136
10137 2003-10-27 Luc Teirlinck <teirllm@auburn.edu>
10138
10139 * strings.texi (Creating Strings): Argument START to `substring'
10140 can not be `nil'. Expand description of
10141 `substring-no-properties'. Correct description of `split-string',
10142 especially with respect to empty matches. Prevent very bad line
10143 break in definition of `split-string-default-separators'.
10144 (Text Comparison): `string=' and `string<' also accept symbols as
10145 arguments.
10146 (String Conversion): More completely describe argument BASE in
10147 `string-to-number'.
10148 (Formatting Strings): `%s' and `%S' in `format' do require
10149 corresponding object. Clarify behavior of numeric prefix after
10150 `%' in `format'.
10151 (Case Conversion): The argument to `upcase-initials' can be a
10152 character.
10153
10154 2003-10-27 Kenichi Handa <handa@m17n.org>
10155
10156 * display.texi (Fontsets): Fix texinfo usage.
10157
10158 2003-10-25 Kenichi Handa <handa@m17n.org>
10159
10160 * display.texi (Fontsets): Add description of the function
10161 set-fontset-font.
10162
10163 2003-10-23 Luc Teirlinck <teirllm@auburn.edu>
10164
10165 * display.texi (Temporary Displays): Add xref to `Documentation
10166 Tips'.
10167
10168 * functions.texi (Function Safety): Use inforef instead of pxref
10169 for SES.
10170
10171 2003-10-23 Andreas Schwab <schwab@suse.de>
10172
10173 * Makefile.in (TEX, texinputdir): Don't define.
10174 (TEXI2DVI): Define.
10175 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
10176 add $(srcdir)/index.texi.
10177 ($(infodir)/elisp): Remove index.texi dependency.
10178 (elisp.dvi): Likewise. Use $(TEXI2DVI).
10179 (index.texi): Remove target.
10180 (dist): Don't link $(srcdir)/permute-index.
10181 (clean): Don't remove index.texi.
10182
10183 * permute-index, index.perm: Remove.
10184 * index.texi: Rename from index.unperm.
10185
10186 2003-10-22 Luc Teirlinck <teirllm@auburn.edu>
10187
10188 * tips.texi (Documentation Tips): Document new behavior for face
10189 and variable hyperlinks in Help mode.
10190
10191 2003-10-21 Luc Teirlinck <teirllm@auburn.edu>
10192
10193 * objects.texi (Integer Type): Update for extra bit of integer range.
10194 (Character Type): Ditto.
10195
10196 2003-10-16 Eli Zaretskii <eliz@gnu.org>
10197
10198 * numbers.texi (Integer Basics): Add index entries for reading
10199 numbers in hex, octal, and binary.
10200
10201 2003-10-16 Lute Kamstra <lute@gnu.org>
10202
10203 * modes.texi (Mode Line Format): Mention force-mode-line-update's
10204 argument.
10205
10206 2003-10-13 Luc Teirlinck <teirllm@auburn.edu>
10207
10208 * windows.texi (Choosing Window): Fix typo.
10209 * edebug.texi (Edebug Execution Modes): Fix typo.
10210
10211 2003-10-13 Richard M. Stallman <rms@gnu.org>
10212
10213 * windows.texi (Basic Windows): A window has fringe settings,
10214 display margins and scroll-bar settings.
10215 (Splitting Windows): Doc split-window return value.
10216 Clean up one-window-p.
10217 (Selecting Windows): Fix typo.
10218 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
10219 (Buffers and Windows): In set-window-buffer, explain effect
10220 on fringe settings and scroll bar settings.
10221 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
10222 (Choosing Window): Use defopt for pop-up-frame-function.
10223 For special-display-buffer-names, explain same-window and same-frame.
10224 Clarify window-dedicated-p return value.
10225 (Textual Scrolling): scroll-up and scroll-down can get an error.
10226 (Horizontal Scrolling): Clarify auto-hscroll-mode.
10227 Clarify set-window-hscroll.
10228 (Size of Window): Don't mention tool bar in window-height.
10229 (Coordinates and Windows): Explain what coordinates-in-window-p
10230 returns for fringes and display margins.
10231 (Window Configurations): Explain saving fringes, etc.
10232
10233 * tips.texi (Library Headers): Clean up Documentation.
10234
10235 * syntax.texi (Parsing Expressions): Clean up forward-comment
10236 and parse-sexp-lookup-properties.
10237
10238 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
10239
10240 * os.texi (System Environment): Clean up text for load-average errors.
10241
10242 * modes.texi (Hooks): Don't explain local hook details at front.
10243 Clarify run-hooks and run-hook-with-args a little.
10244 Clean up add-hook and remove-hook.
10245
10246 * edebug.texi (Edebug Execution Modes): Clarify t.
10247 Document edebug-sit-for-seconds.
10248 (Coverage Testing): Document C-x X = and =.
10249 (Instrumenting Macro Calls): Fix typo.
10250 (Specification List): Don't index the specification keywords.
10251
10252 2003-10-10 Kim F. Storm <storm@cua.dk>
10253
10254 * processes.texi (Network): Introduce make-network-process.
10255
10256 2003-10-09 Luc Teirlinck <teirllm@auburn.edu>
10257
10258 * tips.texi (Library Headers): Fix typo.
10259
10260 2003-10-07 Juri Linkov <juri@jurta.org>
10261
10262 * modes.texi (Imenu): Mention imenu-create-index-function's
10263 default value. Explain submenus better.
10264
10265 2003-10-07 Lute Kamstra <lute@gnu.org>
10266
10267 * modes.texi (Faces for Font Lock): Fix typo.
10268 (Hooks): Explain how buffer-local hook variables can refer to
10269 global hook variables.
10270 Various minor clarifications.
10271
10272 2003-10-06 Lute Kamstra <lute@gnu.org>
10273
10274 * tips.texi (Coding Conventions): Mention naming conventions for
10275 hooks.
10276
10277 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
10278
10279 * loading.texi (Library Search): Correct default value of
10280 load-suffixes.
10281 (Named Features): Fix typo.
10282
10283 2003-10-05 Richard M. Stallman <rms@gnu.org>
10284
10285 * loading.texi (Named Features): In `provide',
10286 say how to test for subfeatures.
10287 (Unloading): In unload-feature, use new var name
10288 unload-feature-special-hooks.
10289
10290 2003-10-03 Lute Kamstra <lute@gnu.org>
10291
10292 * modes.texi (Major Mode Conventions): Mention third way to set up
10293 Imenu.
10294 (Imenu): A number of small fixes.
10295 Delete documentation of internal variable imenu--index-alist.
10296 Document the return value format of imenu-create-index-function
10297 functions.
10298
10299 2003-09-30 Richard M. Stallman <rms@gnu.org>
10300
10301 * processes.texi (Network): Say what stopped datagram connections do.
10302
10303 * lists.texi (Association Lists): Clarify `assq-delete-all'.
10304
10305 * display.texi (Overlay Properties): Clarify `evaporate' property.
10306
10307 2003-09-29 Lute Kamstra <lute@gnu.org>
10308
10309 * modes.texi (Mode Line Data): Explain when symbols in mode-line
10310 constructs should be marked as risky.
10311 Change cons cell into proper list.
10312 (Mode Line Variables): Change cons cell into proper list.
10313
10314 2003-09-26 Lute Kamstra <lute@gnu.org>
10315
10316 * modes.texi (Mode Line Data): Document the :propertize construct.
10317 (Mode Line Variables): Reorder the descriptions of the variables
10318 to match their order in the default mode-line-format.
10319 Describe the new variables mode-line-position and mode-line-modes.
10320 Update the default values of mode-line-frame-identification,
10321 minor-mode-alist, and default-mode-line-format.
10322 (Properties in Mode): Mention the :propertize construct.
10323
10324 2003-09-26 Richard M. Stallman <rms@gnu.org>
10325
10326 * buffers.texi, commands.texi, debugging.texi, eval.texi:
10327 * loading.texi, minibuf.texi, text.texi, variables.texi:
10328 Avoid @strong{Note:}.
10329
10330 2003-09-26 Richard M. Stallman <rms@gnu.org>
10331
10332 * keymaps.texi (Remapping Commands): Fix typo.
10333
10334 2003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
10335
10336 * processes.texi (Low-Level Network): Fix typo.
10337
10338 2003-09-23 Kim F. Storm <storm@cua.dk>
10339
10340 * processes.texi (Network, Network Servers): Fix typos.
10341 (Low-Level Network): Add timeout value for :server keyword.
10342 Add new option keywords to make-network-process.
10343 Add set-network-process-options.
10344 Explain how to test availability of network options.
10345
10346 2003-09-19 Richard M. Stallman <rms@gnu.org>
10347
10348 * text.texi (Motion by Indent): Arg to
10349 backward-to-indentation and forward-to-indentation is optional.
10350
10351 * strings.texi (Creating Strings): Add substring-no-properties.
10352
10353 * processes.texi
10354 (Process Information): Add list-processes arg QUERY-ONLY.
10355 Delete process-contact from here.
10356 Add new status values for process-status.
10357 Add process-get, process-put, process-plist, set-process-plist.
10358 (Synchronous Processes): Add call-process-shell-command.
10359 (Signals to Processes): signal-process allows process objects.
10360 (Network): Complete rewrite.
10361 (Network Servers, Datagrams, Low-Level Network): New nodes.
10362
10363 * positions.texi (Word Motion): forward-word, backward-word
10364 arg is optional. Reword.
10365
10366 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
10367
10368 * variables.texi (Creating Buffer-Local):
10369 Delete duplicate definition of buffer-local-value.
10370 (File Local Variables): Explain about discarding text props.
10371
10372 2003-09-11 Richard M. Stallman <rms@gnu.org>
10373
10374 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
10375 changes variables that record input events.
10376 (Minibuffer Misc): Add minibuffer-selected-window.
10377
10378 * lists.texi (Building Lists): Add copy-tree.
10379
10380 * display.texi (Fontsets): Add char-displayable-p.
10381 (Scroll Bars): New node.
10382
10383 2003-09-08 Lute Kamstra <lute@gnu.org>
10384
10385 * modes.texi (%-Constructs): Document new `%i' and `%I'
10386 constructs.
10387
10388 2003-09-03 Peter Runestig <peter@runestig.com>
10389
10390 * makefile.w32-in: New file.
10391
10392 2003-08-29 Richard M. Stallman <rms@gnu.org>
10393
10394 * display.texi (Overlay Properties): Clarify how priorities
10395 affect use of the properties.
10396
10397 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
10398
10399 * customize.texi (Type Keywords): Correct the description of
10400 `:help-echo' in the case where `motion-doc' is a function.
10401
10402 2003-08-14 John Paul Wallington <jpw@gnu.org>
10403
10404 * modes.texi (Emulating Mode Line): Subsection, not section.
10405
10406 2003-08-13 Richard M. Stallman <rms@gnu.org>
10407
10408 * elisp.texi (Top): Update subnode lists in menu.
10409
10410 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
10411 (Kill Functions): kill-region has new arg yank-handler.
10412 (Yanking): New node.
10413 (Yank Commands): Add yank-undo-function.
10414 (Low-Level Kill Ring):
10415 kill-new and kill-append have new arg yank-handler.
10416 (Changing Properties): Add remove-list-of-text-properties.
10417 (Atomic Changes): New node.
10418
10419 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
10420
10421 * streams.texi (Output Variables): Add eval-expression-print-length
10422 and eval-expression-print-level.
10423
10424 * os.texi (Time Conversion): For encode-time, explain limits on year.
10425
10426 * objects.texi (Character Type): Define anchor "modifier bits".
10427
10428 * modes.texi (Emulating Mode Line): New node.
10429 (Search-based Fontification): Font Lock uses font-lock-face property.
10430 (Other Font Lock Variables): Likewise.
10431
10432 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
10433 not vectors.
10434 (Active Keymaps): Add emulation-mode-map-alists.
10435 (Functions for Key Lookup): key-binding has new arg no-remap.
10436 (Remapping Commands): New node.
10437 (Scanning Keymaps): where-is-internal has new arg no-remap.
10438 (Tool Bar): Add tool-bar-local-item-from-menu.
10439 Clarify when to use tool-bar-add-item-from-menu.
10440
10441 * commands.texi (Interactive Call): commandp has new arg.
10442 (Command Loop Info): Add this-original-command.
10443
10444 2003-08-06 John Paul Wallington <jpw@gnu.org>
10445
10446 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
10447
10448 * display.texi (Warning Basics): Fix typo.
10449 (Fringes): Add closing curly bracket and fix typo.
10450
10451 * elisp.texi (Top): Fix typo.
10452
10453 2003-08-05 Richard M. Stallman <rms@gnu.org>
10454
10455 * elisp.texi: Update lists of subnodes.
10456
10457 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
10458
10459 * variables.texi (Local Variables): Use lc for example variable names.
10460
10461 * tips.texi (Library Headers): Explain where to put -*-.
10462
10463 * strings.texi (Creating Strings): Fix xref for vconcat.
10464
10465 * sequences.texi (Vector Functions):
10466 vconcat no longer allows integer args.
10467
10468 * minibuf.texi (Reading File Names): read-file-name has new
10469 arg PREDICATE. New function read-directory-name.
10470
10471 * macros.texi (Defining Macros): Give definition of `declare'.
10472 (Indenting Macros): New node.
10473
10474 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
10475 (Window Frame Parameters): Make separate table of parameters
10476 that are coupled with specific face attributes.
10477 (Deleting Frames): delete-frame-hooks renamed to
10478 delete-frame-functions.
10479
10480 * files.texi (Magic File Names): Add file-remote-p.
10481 Clarify file-local-copy.
10482
10483 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
10484 here; instead xref Defining Macros.
10485
10486 * display.texi (Warnings): New node, and subnodes.
10487 (Fringes): New node.
10488
10489 * debugging.texi (Test Coverage): New node.
10490
10491 * compile.texi (Compiler Errors): Explain with-no-warnings
10492 and other ways to suppress warnings.
10493
10494 * commands.texi (Interactive Call): Minor clarification.
10495
10496 * buffers.texi (Buffer File Name): set-visited-file-name
10497 renames the buffer too.
10498
10499 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
10500
10501 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
10502
10503 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
10504
10505 2003-07-22 Markus Rost <rost@math.ohio-state.edu>
10506
10507 * internals.texi (Garbage Collection): Fix previous change.
10508
10509 2003-07-22 Richard M. Stallman <rms@gnu.org>
10510
10511 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
10512
10513 * display.texi (Width): Use \s syntax in example.
10514 (Font Selection): Add face-font-rescale-alist.
10515
10516 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
10517 Remove spurious indent in example.
10518
10519 * lists.texi (Building Lists): Add number-sequence.
10520
10521 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
10522
10523 * functions.texi (Function Documentation): Explain how to
10524 show calling convention explicitly in the doc string.
10525
10526 * windows.texi (Selecting Windows): save-selected-window saves
10527 selected window of each frame.
10528 (Window Configurations): Minor change.
10529
10530 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
10531
10532 * streams.texi (Output Variables): Add print-continuous-numbering
10533 and print-number-table.
10534
10535 * processes.texi (Decoding Output): New node.
10536
10537 * os.texi (Time Conversion): decode-time arg is optional.
10538
10539 * objects.texi (Character Type): Don't use space as example for \.
10540 Make list of char names and \-sequences correspond.
10541 Explain that \s is not used in strings. `\ ' needs space after.
10542
10543 * nonascii.texi (Converting Representations): Add string-to-multibyte.
10544 (Translation of Characters): Add translation-table-for-input.
10545 (Default Coding Systems): Add auto-coding-functions.
10546 (Explicit Encoding): Add decode-coding-inserted-region.
10547 (Locales): Add locale-info.
10548
10549 * minibuf.texi (Basic Completion): Describe test-completion.
10550 Collections can be lists of strings.
10551 Clean up lazy-completion-table.
10552 (Programmed Completion): Mention test-completion.
10553 Clarify why lambda expressions are not accepted.
10554 (Minibuffer Misc): Describe minibufferp.
10555
10556 2003-07-14 Richard M. Stallman <rms@gnu.org>
10557
10558 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
10559
10560 * windows.texi (Selecting Windows): New arg to select-window.
10561 (Selecting Windows): Add with-selected-window.
10562 (Size of Window): Add window-inside-edges, etc.
10563
10564 * internals.texi (Garbage Collection): Add post-gc-hook.
10565
10566 * processes.texi (Subprocess Creation): Add exec-suffixes.
10567
10568 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
10569 (Scanning Keymaps): Add map-keymaps.
10570 (Defining Menus): Add keymap-prompt.
10571
10572 * numbers.texi (Integer Basics): Add most-positive-fixnum,
10573 most-negative-fixnum.
10574
10575 * compile.texi (Byte Compilation): Explain no-byte-compile.
10576 (Compiler Errors): New node.
10577
10578 * os.texi (User Identification): user-uid, user-real-uid
10579 can return float.
10580
10581 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
10582 and about derived modes.
10583 (Minor Modes): Add minor-mode-list.
10584 (Defining Minor Modes): Keyword args for define-minor-mode.
10585 (Search-based Fontification): Explain managing other properties.
10586 (Other Font Lock Variables): Add font-lock-extra-managed-props.
10587 (Faces for Font Lock): Add font-lock-preprocessor-face.
10588 (Hooks): Add run-mode-hooks and delay-mode-hooks.
10589
10590 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
10591 (Variable Aliases): Clarify defvaralias.
10592
10593 * loading.texi (Library Search): Add load-suffixes.
10594
10595 * minibuf.texi (Basic Completion): Add lazy-completion-table.
10596 (Programmed Completion): Add dynamic-completion-table.
10597
10598 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
10599 (Magic File Names): Specify precedence order of handlers.
10600
10601 * commands.texi (Command Overview): Emacs server runs pre-command-hook
10602 and post-command-hook.
10603 (Waiting): New calling convention for sit-for.
10604
10605 * text.texi (Special Properties): local-map and keymap properties
10606 apply based on their stickiness.
10607
10608 2003-07-07 Richard M. Stallman <rms@gnu.org>
10609
10610 * modes.texi (Minor Mode Conventions): Specify only some kinds
10611 of list values as args to minor modes.
10612
10613 * files.texi (File Name Expansion): Warn about iterative use
10614 of substitute-in-file-name.
10615
10616 * advice.texi (Activation of Advice): Clean up previous change.
10617
10618 2003-07-06 Markus Rost <rost@math.ohio-state.edu>
10619
10620 * advice.texi (Activation of Advice): Note that ad-start-advice is
10621 turned on by default.
10622
10623 2003-06-30 Richard M. Stallman <rms@gnu.org>
10624
10625 * text.texi (Buffer Contents): Document current-word.
10626 (Change Hooks): Not called for *Messages*.
10627
10628 * functions.texi (Defining Functions): Explain about redefining
10629 primitives.
10630 (Function Safety): Rename. Minor changes.
10631 Comment out the detailed criteria for what is safe.
10632
10633 2003-06-22 Andreas Schwab <schwab@suse.de>
10634
10635 * objects.texi (Symbol Type): Fix description of examples.
10636
10637 2003-06-16 Andreas Schwab <schwab@suse.de>
10638
10639 * hash.texi (Creating Hash): Fix description of :weakness.
10640
10641 2003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
10642
10643 * files.texi (Changing Files): copy-file copies file modes, too.
10644
10645 2003-05-28 Richard M. Stallman <rms@gnu.org>
10646
10647 * strings.texi (Creating Strings): Clarify split-string.
10648
10649 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
10650
10651 * strings.texi (Creating Strings): Update split-string specification
10652 and examples.
10653
10654 2003-05-19 Richard M. Stallman <rms@gnu.org>
10655
10656 * elisp.texi: Correct invariant section names.
10657
10658 2003-04-20 Richard M. Stallman <rms@gnu.org>
10659
10660 * os.texi (Timers): Explain about timers and quitting.
10661
10662 2003-04-19 Richard M. Stallman <rms@gnu.org>
10663
10664 * internals.texi (Writing Emacs Primitives): Strings are
10665 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
10666 Explain GCPRO convention for varargs function args.
10667
10668 2003-04-16 Richard M. Stallman <rms@gnu.org>
10669
10670 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
10671
10672 2003-04-08 Richard M. Stallman <rms@gnu.org>
10673
10674 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
10675
10676 2003-02-13 Kim F. Storm <storm@cua.dk>
10677
10678 * objects.texi (Character Type): New \s escape for space.
10679
10680 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
10681
10682 * os.texi (System Environment): Add cygwin system-type.
10683
10684 2003-01-25 Richard M. Stallman <rms@gnu.org>
10685
10686 * keymaps.texi: Document that a symbol can act as a keymap.
10687
10688 2003-01-13 Richard M. Stallman <rms@gnu.org>
10689
10690 * text.texi (Changing Properties): Say string indices are origin-0.
10691
10692 * positions.texi (Screen Lines) <compute-motion>:
10693 Correct order of elts in return value.
10694
10695 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
10696 how to define a default binding.
10697
10698 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
10699
10700 * loading.texi (Unloading): Fix recent change for load-history.
10701
10702 * customize.texi (Simple Types): Clarify description of custom
10703 type 'number. Describe new custom type 'float.
10704
10705 2002-12-04 Markus Rost <rost@math.ohio-state.edu>
10706
10707 * variables.texi (File Local Variables): Fix typo.
10708
10709 2002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
10710
10711 From Michael Albinus <Michael.Albinus@alcatel.de>.
10712
10713 * README: Target for Info file is `make info'.
10714
10715 * files.texi (File Name Components): Fix typos in
10716 `file-name-sans-extension'.
10717 (Magic File Names): Complete list of operations for magic file
10718 name handlers.
10719
10720 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
10721
10722 * variables.texi (File Local Variables): New function
10723 risky-local-variable-p.
10724
10725 2002-09-15 Jonathan Yavner <jyavner@engineer.com>
10726
10727 * functions.texi (Function safety): New node about unsafep.
10728
10729 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
10730
10731 * customize.texi (Splicing into Lists): Fix example.
10732 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
10733
10734 2002-06-17 Juanma Barranquero <lektu@terra.es>
10735
10736 * frames.texi (Display Feature Testing): Fix typo.
10737
10738 2002-06-12 Andreas Schwab <schwab@suse.de>
10739
10740 * frames.texi (Initial Parameters, Resources): Fix references to
10741 the Emacs manual.
10742
10743 2002-05-13 Kim F. Storm <storm@cua.dk>
10744
10745 * variables.texi (Intro to Buffer-Local): Updated warning and
10746 example relating to changing buffer inside let.
10747
10748 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
10749
10750 * os.texi (Session Management): New node about X Session management.
10751
10752 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
10753
10754 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
10755 to which the manual corresponds, and the copyright years.
10756
10757 * Makefile.in (VERSION): Set to 2.9.
10758
10759 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
10760
10761 * elisp.texi: Change the category in @dircategory to "Emacs", to
10762 make it consistent with info/dir.
10763
10764 2001-11-25 Miles Bader <miles@gnu.org>
10765
10766 * text.texi (Fields): Describe new `limit' arg in
10767 field-beginning/field-end.
10768
10769 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
10770
10771 * permute-index: Don't depend on csh-specific features.
10772 Replace the interpreter name with /bin/sh.
10773
10774 * two-volume-cross-refs.txt: New file.
10775 * two.el: New file.
10776 * spellfile: New file.
10777
10778 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
10779
10780 * permute-index: New file.
10781
10782 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
10783 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
10784 8+3 restricted namespace.
10785
10786 * Makefile.in (infodir): Define relative to $(srcdir).
10787 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
10788 include directories list via -I switch to makeinfo.
10789 (index.texi): Use cp if both hard and symbolic links fail.
10790
10791 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
10792
10793 * Makefile.in (distclean): Add.
10794
10795 The following changes make ELisp manual part of the Emacs
10796 distribution:
10797
10798 * Makefile.in: Add Copyright notice.
10799 (prefix): Remove.
10800 (infodir): Change value to "../info".
10801 (VPATH): New variable.
10802 (MAKE): Don't define.
10803 (texmacrodir): Don't define.
10804 (texinputdir): Append the existing value of TEXINPUTS.
10805 ($(infodir)/elisp): Instead of just "elisp". Reformat the
10806 command to be compatible with man/Makefile.in, and to put the
10807 output into ../info.
10808 (info): Add target.
10809 (installall): Target removed.
10810
10811 2001-10-31 Pavel Janík <Pavel@Janik.cz>
10812
10813 * tips.texi (Coding Conventions): Fix typo.
10814
10815 2001-10-23 Gerd Moellmann <gerd@gnu.org>
10816
10817 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
10818
10819 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
10820
10821 * files.texi (File Name Components): Update the description of
10822 file-name-sans-extension and file-name-extension, as they now
10823 ignore leading dots.
10824
10825 2001-10-20 Gerd Moellmann <gerd@gnu.org>
10826
10827 * (Version 21.1 released.)
10828
10829 2001-10-19 Miles Bader <miles@gnu.org>
10830
10831 * positions.texi (Text Lines): Describe behavior of
10832 `beginning-of-line'/`end-of-line' in the presence of field properties.
10833
10834 2001-10-17 Gerd Moellmann <gerd@gnu.org>
10835
10836 * Makefile.in (VERSION): Set to 2.8.
10837 (manual): Use `manual-21'.
10838
10839 * elisp.texi (VERSION): Add and use it where the version
10840 number was used. Set it to 2.8.
10841
10842 * intro.texi: Likewise.
10843
10844 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
10845
10846 * files.texi (File Name Completion): Document the significance of
10847 a trailing slash in elements of completion-ignored-extensions.
10848
10849 2001-10-06 Miles Bader <miles@gnu.org>
10850
10851 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
10852
10853 2001-10-04 Gerd Moellmann <gerd@gnu.org>
10854
10855 * variables.texi (Variable Aliases): New node.
10856
10857 2001-10-04 Gerd Moellmann <gerd@gnu.org>
10858
10859 * Branch for 21.1.
10860
10861 2001-10-02 Miles Bader <miles@gnu.org>
10862
10863 * minibuf.texi (Minibuffer Misc): Add entries for
10864 `minibuffer-contents', `minibuffer-contents-no-properties', and
10865 `delete-minibuffer-contents'.
10866 Correct description for `minibuffer-prompt-end'.
10867
10868 * text.texi (Property Search): Correct descriptions of
10869 `next-char-property-change' and `previous-char-property-change'.
10870 Add entries for `next-single-char-property-change' and
10871 `previous-single-char-property-change'.
10872 Make operand names a bit more consistent.
10873
10874 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
10875
10876 * frames.texi (Finding All Frames): Document that next-frame and
10877 previous-frame are local to current terminal.
10878
10879 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
10880
10881 * keymaps.texi (Creating Keymaps): Fix the description of the
10882 result of make-keymap.
10883
10884 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
10885
10886 * display.texi (Font Lookup, Attribute Functions)
10887 (Image Descriptors): Add cross-references to the definition of
10888 selected frame.
10889
10890 * buffers.texi (The Buffer List): Add cross-references to the
10891 definition of selected frame.
10892
10893 * frames.texi (Input Focus): Clarify which frame is _the_ selected
10894 frame at any given time.
10895 (Multiple Displays, Size and Position): Add a cross-reference to
10896 the definition of the selected frame.
10897
10898 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
10899
10900 * strings.texi (String Conversion) <string-to-number>: Document
10901 that a float is returned for integers that are too large.
10902
10903 * frames.texi (Mouse Position): Document mouse-position-function.
10904 (Display Feature Testing): Document display-images-p.
10905 (Window Frame Parameters): Document the cursor-type variable.
10906
10907 * numbers.texi (Integer Basics): Document CL style read syntax for
10908 integers in bases other than 10.
10909
10910 * positions.texi (List Motion):
10911 Document open-paren-in-column-0-is-defun-start.
10912
10913 * lists.texi (Sets And Lists): Document member-ignore-case.
10914
10915 * internals.texi (Garbage Collection): Document the used and free
10916 strings report.
10917 (Memory Usage): Document strings-consed.
10918
10919 * os.texi (Time of Day): Document float-time.
10920 (Recording Input): Document that clear-this-command-keys clears
10921 the vector to be returned by recent-keys.
10922
10923 * keymaps.texi (Scanning Keymaps) <where-is-internal>:
10924 The argument keymap can be a list.
10925
10926 * nonascii.texi (User-Chosen Coding Systems)
10927 <select-safe-coding-system>: Document the new argument
10928 accept-default-p and the variable
10929 select-safe-coding-system-accept-default-p. Tell what happens if
10930 buffer-file-coding-system is undecided.
10931 (Default Coding Systems): Document auto-coding-regexp-alist.
10932
10933 * display.texi (The Echo Area) <message>: Document
10934 message-truncate-lines.
10935 (Glyphs): Document that the glyph table is unused on windowed
10936 displays.
10937
10938 * help.texi (Describing Characters) <single-key-description>:
10939 Document the new argument no-angles.
10940 (Accessing Documentation) <documentation-property>: Document that
10941 a non-string property is evaluated.
10942 <documentation>: Document that the function-documentation property
10943 is looked for.
10944
10945 * windows.texi (Selecting Windows): Document some-window.
10946
10947 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
10948
10949 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
10950 apropos-mode-hook.
10951
10952 * commands.texi (Using Interactive): Document interactive-form.
10953 (Keyboard Macros): Document kbd-macro-termination-hook.
10954 (Command Loop Info): Document that clear-this-command-keys clears
10955 the vector to be returned by recent-keys.
10956
10957 2001-09-04 Werner LEMBERG <wl@gnu.org>
10958
10959 * Makefile.in (srcdir, texinputdir): New variables.
10960 (srcs, index.texi, install): Use $(srcdir).
10961 (.PHONY): Remove elisp.dvi.
10962 (elisp): Use -I switch for makeinfo.
10963 (elisp.dvi): Use $(srcdir) and $(texinputdir).
10964 (installall, dist): Use $(srcdir).
10965 Fix path to texinfo.tex.
10966 (maintainer-clean): Add elisp.dvi and elisp.oaux.
10967
10968 2001-08-30 Gerd Moellmann <gerd@gnu.org>
10969
10970 * display.texi (Conditional Display): Adjust to API change.
10971
10972 * configure: New file.
10973
10974 2001-07-30 Gerd Moellmann <gerd@gnu.org>
10975
10976 * commands.texi (Repeat Events): Add description of
10977 double-click-fuzz.
10978
10979 2001-05-08 Stefan Monnier <monnier@cs.yale.edu>
10980
10981 * syntax.texi (Syntax Class Table): Add the missing designator for
10982 comment and string fences.
10983 (Syntax Properties): Add a xref to syntax table internals.
10984 (Syntax Table Internals): Document string-to-syntax.
10985
10986 2001-05-07 Gerd Moellmann <gerd@gnu.org>
10987
10988 * Makefile.in (install): Use install-info command line options
10989 like in Emacs' Makefile.in.
10990
10991 2000-12-09 Miles Bader <miles@gnu.org>
10992
10993 * windows.texi (Window Start): Update documentation for
10994 `pos-visible-in-window-p'.
10995
10996 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10997
10998 * lists.texi (Building Lists): Add footnote to explain how to add
10999 to the end of a list.
11000
11001 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11002
11003 * files.texi (Visiting Functions): Typos.
11004
11005 2000-10-25 Kenichi Handa <handa@etl.go.jp>
11006
11007 * files.texi (Visiting Functions): Return value of
11008 find-file-noselect may be a list of buffers if wildcards are used.
11009
11010 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11011
11012 * display.texi (Defining Faces): Document `graphic' display type
11013 in face specs.
11014
11015 2000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11016
11017 * hooks.texi (Standard Hooks): Replace obsolete
11018 `after-make-frame-hook' with `after-make-frame-functions'.
11019
11020 * frames.texi (Creating Frames): Ditto.
11021
11022 * variables.texi (Future Local Variables): Ditto.
11023
11024 2000-10-16 Gerd Moellmann <gerd@gnu.org>
11025
11026 * display.texi (Other Image Types): Add description of :foreground
11027 and :background properties of mono PBM images.
11028
11029 2000-08-17 Werner LEMBERG <wl@gnu.org>
11030
11031 * .cvsignore: New file.
11032
11033 2000-01-05 Gerd Moellmann <gerd@gnu.org>
11034
11035 * tindex.pl: New script.
11036
11037 1999-12-03 Dave Love <fx@gnu.org>
11038
11039 * Makefile.in (MAKEINFO): New parameter.
11040
11041 1999-09-17 Richard Stallman <rms@gnu.org>
11042
11043 * Makefile.in (srcs): Add hash.texi.
11044 (VERSION): Update to 20.6.
11045
11046 1999-09-13 Richard Stallman <rms@gnu.org>
11047
11048 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
11049
11050 1998-08-29 Karl Heuer <kwzh@gnu.org>
11051
11052 * configure.in: New file.
11053 * Makefile.in: Renamed from Makefile.
11054 (prefix, infodir): Use value obtained from configure.
11055 (emacslibdir): Obsolete variable deleted.
11056 (dist): Distribute configure.in, configure, Makefile.in.
11057
11058 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
11059
11060 * Makefile (INSTALL_INFO): New variable.
11061 (install): Run install-info.
11062
11063 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
11064
11065 * Makefile (elisp.dvi): Add missing backslash.
11066
11067 1998-05-02 Richard Stallman <rms@psilocin.gnu.org>
11068
11069 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
11070 Run texindex without `./'. Always run texindex on elisp.tp.
11071 (elisp.tps): Target deleted.
11072
11073 1998-04-05 Richard Stallman <rms@psilocin.gnu.org>
11074
11075 * Makefile (srcs): Add nonascii.texi and customize.texi.
11076 (dist): Start by deleting `temp'.
11077
11078 1998-02-17 Richard Stallman <rms@psilocin.gnu.org>
11079
11080 * Makefile (makeinfo, texindex): Targets deleted.
11081 (makeinfo.o, texindex.o): Targets deleted.
11082 (clean, dist): Don't do anything with them or with getopt*.
11083
11084 1998-01-30 Richard Stallman <rms@psilocin.gnu.org>
11085
11086 * Makefile (SHELL): Defined.
11087
11088 1998-01-27 Richard Stallman <rms@psilocin.gnu.org>
11089
11090 * Makefile (elisp.tps): New target.
11091 (elisp.dvi): Depend on elisp.tps.
11092
11093 1996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
11094
11095 * README: Update phone number.
11096
11097 * Makefile (elisp): Make this be the default target.
11098 Depend on makeinfo.c instead of makeinfo.
11099 (install): Don't depend on elisp.dvi, since we don't install that.
11100 Use mkinstalldirs.
11101 (dist): Add mkinstalldirs.
11102
11103 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11104
11105 * Makefile (VERSION): Update version number.
11106 (maintainer-clean): Rename from realclean.
11107
11108 1995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11109
11110 * Makefile (realclean): New target.
11111 (elisp): Remove any old elisp-* files first.
11112
11113 1993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
11114
11115 * Makefile (VERSION): New variable.
11116 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
11117 Compressed file suffix should be `.gz', not `.z'.
11118
11119 1993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11120
11121 * Makefile (elisp): Depend on makeinfo.
11122
11123 1993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
11124
11125 * Makefile (srcs): Add anti.texi.
11126
11127 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11128
11129 * Makefile (infodir, prefix): New vars.
11130 (install): Use infodir.
11131 (emacsinfodir): Delete.
11132
11133 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11134
11135 * Makefile (srcs): Add calendar.texi.
11136
11137 * Makefile (dist): Copy texindex.c and makeinfo.c.
11138 Limit elisp-* files to those with one or two digits.
11139
11140 1993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11141
11142 * Makefile (dist): Change to use Gzip instead of compress.
11143
11144 1993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
11145
11146 * loading.texi (Unloading): define-function changed back to
11147 defalias. It may not stay this way, but at least it's
11148 consistent with the known-good version of the code patch.
11149
11150 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
11151
11152 * modes.texi (Hooks): Document new optional arg of add-hook.
11153
11154 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
11155
11156 * variables.texi: Document nil initial value of buffer-local variables.
11157
11158 * tips.texi: Add new section on standard library headers.
11159
11160 1993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11161
11162 * Makefile (srcs): Add frame.texi to the list of sources.
11163
11164 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11165
11166 * Makefile (dist): Don't bother excluding autosave files; they'll
11167 never make it into the temp directory anyway, and the hash marks
11168 in the name are problematic for make and the Bourne shell.
11169 (srcs): ???
11170
11171 1993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11172
11173 * Makefile (dist): Don't include backup files or autosave files in
11174 the distribution tar file.
11175
11176 1991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11177
11178 * Makefile (srcs): Add index.perm.
11179 (elisp.dvi): Remove erroneous shell comment.
11180 Expect output of permute-index in permuted.fns.
11181 Save old elisp.aux in elisp.oaux.
11182 (clean): Add index.texi to be deleted.
11183
11184 1990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11185
11186 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
11187
11188 1990-06-26 David Lawrence (tale@geech)
11189
11190 * files.texi: Noted that completion-ignored-extensions is ignored
11191 when making *Completions*.
11192
11193 1990-06-08 Jay Fenlason (hack@ai.mit.edu)
11194
11195 * Makefile make dist now depends on elisp.dvi, since it tries
11196 to include it in the dist file.
11197
11198 1990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
11199
11200 * functions.texinfo (Mapping Functions): Add missing quote.
11201
11202 1989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11203
11204 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
11205 (defunargs): Turn off \hyphenchar of \sl font temporarily.
11206
11207 1989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
11208
11209 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
11210 and @error{} are the terms now being used. The files in the
11211 directory have been changed to reflect this.
11212
11213 * All instances of @indentedresultt{} have been changed to
11214 ` @result{}', using 5 spaces at the beginning of the line.
11215
11216 1989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
11217
11218 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
11219 experimental @indentedresult{}, @indentedexpandsto{} are part of
11220 the texinfo.tex in this directory. These TeX macros are not
11221 stable yet.
11222
11223 1989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
11224
11225 * texinfo.tex: Temporarily added
11226 \let\result=\dblarrow
11227 \def\error{{\it ERROR} \longdblarrow}
11228 We need to do this better soon.
11229
11230 1989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
11231
11232 * Applied Karl Berry's patches to *.texinfo files, but not to
11233 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
11234 new title page format is also not applied, since it requires
11235 texinfo.tex changes.)
11236
11237 * Cleaned up `Makefile' and defined the `emacslibdir' directory
11238 for the Project GNU development environment.
11239
11240 ;; Local Variables:
11241 ;; coding: utf-8
11242 ;; End:
11243
11244 Copyright (C) 1998-2012 Free Software Foundation, Inc.
11245
11246 This file is part of GNU Emacs.
11247
11248 GNU Emacs is free software: you can redistribute it and/or modify
11249 it under the terms of the GNU General Public License as published by
11250 the Free Software Foundation, either version 3 of the License, or
11251 (at your option) any later version.
11252
11253 GNU Emacs is distributed in the hope that it will be useful,
11254 but WITHOUT ANY WARRANTY; without even the implied warranty of
11255 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11256 GNU General Public License for more details.
11257
11258 You should have received a copy of the GNU General Public License
11259 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.