]> code.delx.au - gnu-emacs/blob - doc/lispref/ChangeLog
Merge from emacs-24; up to 2012-05-07T14:57:18Z!michael.albinus@gmx.de
[gnu-emacs] / doc / lispref / ChangeLog
1 2012-09-12 Glenn Morris <rgm@gnu.org>
2
3 * debugging.texi (Using Debugger): Fix typo.
4
5 2012-09-18 Chong Yidong <cyd@gnu.org>
6
7 * display.texi (Faces): Discuss anonymous faces.
8 (Face Attributes): Tweak intro.
9 (Defining Faces): Move after the Face Attributes node. Copyedits.
10 (Displaying Faces): Describe role of inheritance.
11
12 * customize.texi (Customization): Define customization more
13 carefully (Bug#11440).
14 (Common Keywords): Add xref to Constant Variables.
15
16 * variables.texi (Defining Variables): Link to defcustom's node
17 instead of the higher-level Customization chapter.
18
19 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
20
21 Simplify, document, and port floating-point (Bug#12381).
22 * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
23 Document that / and mod (with floating point arguments), along
24 with asin, acos, log, log10, expt and sqrt, return special values
25 instead of signaling exceptions.
26 (Float Basics): Document that logb operates on the absolute value
27 of its argument.
28 (Math Functions): Document that (log ARG BASE) also returns NaN if
29 BASE is negative. Document that (expt X Y) returns NaN if X is a
30 finite negative number and Y a finite non-integer.
31
32 2012-09-09 Chong Yidong <cyd@gnu.org>
33
34 * lists.texi (Sets And Lists): Explain that the return value for
35 delete should be used, like for delq.
36
37 * minibuf.texi (Yes-or-No Queries): Document recentering and
38 scrolling in y-or-n-p. Remove gratuitous example.
39
40 * searching.texi (Search and Replace): Document window scrolling
41 entries in query-replace-map.
42
43 2012-09-08 Chong Yidong <cyd@gnu.org>
44
45 * syntax.texi (Syntax Table Internals): Define "raw syntax
46 descriptor" terminology (Bug#12383).
47 (Syntax Descriptors): Mention raw syntax descriptors.
48
49 2012-09-07 Chong Yidong <cyd@gnu.org>
50
51 * variables.texi (Creating Buffer-Local): Fix description of
52 local-variable-if-set-p (Bug#10713).
53
54 * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
55
56 * windows.texi (Display Action Functions)
57 (Choosing Window Options): Remove obsolete variable
58 display-buffer-reuse-frames.
59 (Switching Buffers): Minor doc tweak for switch-to-buffer.
60
61 * positions.texi (Narrowing): Document buffer-narrowed-p.
62
63 * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
64
65 * syntax.texi (Low-Level Parsing): Add xref to Parser State
66 (Bug#12269).
67
68 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
69
70 * debugging.texi (Explicit Debug): Document `debug-on-message'.
71
72 2012-09-02 Chong Yidong <cyd@gnu.org>
73
74 * windows.texi (Window Configurations): Recommend against using
75 save-window-excursion (Bug#12075).
76
77 * control.texi (Catch and Throw):
78 * positions.texi (Excursions): Don't mention it.
79
80 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
81
82 Better seed support for (random).
83 * numbers.texi (Random Numbers): Document new behavior of
84 the calls (random) and (random STRING).
85
86 2012-08-21 Martin Rudalics <rudalics@gmx.at>
87
88 * windows.texi (Window Point): Document recent changes in
89 window-point and set-window-point.
90 (Selecting Windows): Document recent change in select-window.
91
92 2012-08-06 Eli Zaretskii <eliz@gnu.org>
93
94 * functions.texi (Closures): Put the main index entry for
95 "closures" here. (Bug#12138)
96
97 * variables.texi (Lexical Binding): Disambiguate the index entry
98 for "closures".
99
100 2012-08-05 Chong Yidong <cyd@gnu.org>
101
102 * display.texi (Defining Faces): Move documentation of
103 frame-background-mode to the Emacs manual (Bug#7774).
104
105 2012-08-04 Chong Yidong <cyd@gnu.org>
106
107 * syntax.texi (Syntax Basics): Rearrange the text for clarity.
108 Fix description of syntax table inheritance.
109 (Syntax Table Functions): Don't refer to internal contents of
110 syntax table, since that is not explained yet. Copyedits.
111 (Standard Syntax Tables): Node deleted.
112 (Syntax Table Internals): Misc clarifications. Improve table
113 formatting.
114
115 * keymaps.texi (Inheritance and Keymaps):
116 * text.texi (Sticky Properties): Tweak index entry.
117
118 2012-07-28 Eli Zaretskii <eliz@gnu.org>
119
120 * nonascii.texi (Character Sets): Fix a typo. (Bug#12062)
121
122 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
123
124 Prefer typical American spelling for "acknowledgment".
125 * intro.texi (Acknowledgments): Rename from Acknowledgements.
126
127 2012-07-21 Eli Zaretskii <eliz@gnu.org>
128
129 * commands.texi (Special Events): Mention language-change event.
130 (Input Events, Interactive Codes):
131 * keymaps.texi (Key Sequences): Mention events that are
132 non-keyboard but also non-mouse events.
133
134 2012-07-17 Chong Yidong <cyd@gnu.org>
135
136 * text.texi (Insertion): Document insert-char changes.
137
138 2012-07-15 Leo Liu <sdl.web@gmail.com>
139
140 * display.texi (Fringe Bitmaps): Add exclamation-mark.
141
142 2012-07-13 Chong Yidong <cyd@gnu.org>
143
144 * buffers.texi (Read Only Buffers): Document toggle-read-only
145 changes. Reword to account for the fact that read-only is
146 currently not supported in overlay properties.
147
148 2012-07-07 Chong Yidong <cyd@gnu.org>
149
150 * loading.texi (Library Search): Index site-lisp directories.
151
152 2012-07-06 Chong Yidong <cyd@gnu.org>
153
154 * intro.texi (A Sample Function Description): Fix incorrect
155 markup, undoing previous change.
156 (A Sample Variable Description): Minor clarifications and markup
157 improvements.
158
159 * elisp.texi (Top):
160 * text.texi (Text): Fix menu order.
161
162 2012-07-06 Richard Stallman <rms@gnu.org>
163
164 * intro.texi (Evaluation Notation, A Sample Function Description):
165 (A Sample Variable Description): Improve/undo previous changes.
166
167 2012-07-05 Glenn Morris <rgm@gnu.org>
168
169 * intro.texi (A Sample Function Description): Fix cross-refs.
170
171 2012-07-05 Michael Witten <mfwitten@gmail.com> (tiny change)
172
173 * intro.texi (Evaluation Notation, A Sample Function Description)
174 (A Sample Variable Description, Version Info): Copy edits (bug#11862).
175
176 2012-06-27 Chong Yidong <cyd@gnu.org>
177
178 * processes.texi (Asynchronous Processes, Input to Processes):
179 * internals.texi (Process Internals): Don't capitalize "pty".
180
181 2012-06-24 Thien-Thi Nguyen <ttn@gnuvola.org>
182
183 * processes.texi (Asynchronous Processes): Make the pty vs pipe
184 discussion more prominent.
185
186 2012-06-23 Eli Zaretskii <eliz@gnu.org>
187
188 * commands.texi (Misc Events): Document the language-change event.
189
190 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
191
192 Support higher-resolution time stamps (Bug#9000).
193 * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
194 * processes.texi (System Processes):
195 Time stamp resolution is now picosecond, not microsecond.
196
197 2012-06-21 Glenn Morris <rgm@gnu.org>
198
199 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
200
201 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
202
203 * functions.texi (Defining Functions):
204 * macros.texi (Defining Macros): Un-define the return value of `defun',
205 `defmacro' and `defalias'.
206
207 2012-06-17 Chong Yidong <cyd@gnu.org>
208
209 * elisp.texi: Remove urlcolor setting.
210
211 2012-06-17 Glenn Morris <rgm@gnu.org>
212
213 * display.texi (Face Attributes): Copyedits. Add a few cindex entries.
214 Overlining no longer behaves exactly like underlining.
215
216 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
217
218 * display.texi (Face Attributes):
219 Document wave-style underline face attribute.
220
221 2012-06-11 Chong Yidong <cyd@gnu.org>
222
223 * display.texi (ImageMagick Images): ImageMagick now supports the
224 :background property.
225
226 2012-06-10 Dmitry Antipov <dmantipov@yandex.ru>
227
228 * internals.texi (Garbage Collection): Typo fix.
229
230 2012-06-09 Chong Yidong <cyd@gnu.org>
231
232 * text.texi (Special Properties): Clarify the meaning of a list of
233 faces in the `face' property.
234
235 * display.texi (Face Remapping): Minor clarification.
236
237 2012-06-08 Chong Yidong <cyd@gnu.org>
238
239 * display.texi (Face Attributes): Font family does not accept
240 wildcards. De-document obsolete :bold and :italic attributes.
241 (Defining Faces): Use new-style face spec format.
242
243 2012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
244
245 * internals.texi (Garbage Collection): Document new
246 vector management code and vectorlike_header structure.
247
248 2012-06-03 Chong Yidong <cyd@gnu.org>
249
250 * modes.texi (Mode Line Data): Use "mode line construct"
251 terminology for consistency.
252
253 2012-05-27 Glenn Morris <rgm@gnu.org>
254
255 * abbrevs.texi, advice.texi, anti.texi, backups.texi:
256 * buffers.texi, commands.texi, compile.texi, control.texi:
257 * customize.texi, debugging.texi, display.texi, doclicense.texi:
258 * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
259 * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
260 * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
261 * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
262 * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
263 * objects.texi, os.texi, package.texi, positions.texi:
264 * processes.texi, searching.texi, sequences.texi, streams.texi:
265 * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
266 * variables.texi, windows.texi: Nuke hand-written node pointers.
267
268 2012-05-27 Chong Yidong <cyd@gnu.org>
269
270 * functions.texi (Obsolete Functions):
271 Fix doc for set-advertised-calling-convention.
272
273 * modes.texi (Mode Help): Fix describe-mode.
274
275 * display.texi (Face Functions): Fix define-obsolete-face-alias.
276
277 * variables.texi (Variable Aliases): Fix make-obsolete-variable.
278
279 2012-05-27 Martin Rudalics <rudalics@gmx.at>
280
281 * commands.texi (Recursive Editing): recursive-edit is a command.
282
283 * compile.texi (Docs and Compilation):
284 byte-compile-dynamic-docstrings is an option.
285
286 * debugging.texi (Invoking the Debugger): debug is a command.
287
288 * display.texi (Progress): progress-reporter-update and
289 progress-reporter-force-update have VALUE argument optional.
290 (Animated Images): Use non-@code{nil} instead of non-nil.
291
292 * files.texi (Format Conversion Round-Trip):
293 Use non-@code{nil} instead of non-nil.
294
295 * frames.texi (Creating Frames): make-frame is a command.
296 (Input Focus): select-frame is a command.
297 (Pointer Shape): void-text-area-pointer is an option.
298
299 * help.texi (Describing Characters): read-kbd-macro is a command.
300 (Help Functions): describe-prefix-bindings is a command.
301
302 * markers.texi (Creating Markers): Both arguments of copy-marker
303 are optional.
304
305 * minibuf.texi (Reading File Names): Use @kbd instead of @code.
306
307 * modes.texi (Mode Line Variables): mode-line-remote and
308 mode-line-client are not options.
309 (Imenu): imenu-add-to-menubar is a command.
310 (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
311
312 * os.texi (Sound Output): play-sound-file is a command.
313
314 * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
315
316 * processes.texi (Signals to Processes):
317 Use @key{RET} instead of @code{RET}.
318 (Signals to Processes): signal-process is a command.
319
320 * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
321 (Base 64): base64-encode-string is not a command while
322 base64-decode-region is.
323
324 * windows.texi (Switching Buffers): pop-to-buffer is a command.
325
326 2012-05-12 Glenn Morris <rgm@gnu.org>
327
328 * Makefile.in (MKDIR_P): New, set by configure.
329 (mkinfodir): Use $MKDIR_P.
330
331 2012-05-10 Glenn Morris <rgm@gnu.org>
332
333 * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
334 with "coding: raw-text".
335 Concept of multibyte sessions no longer exists.
336
337 * files.texi (File Locks): Mention create-lockfiles option.
338
339 2012-05-09 Glenn Morris <rgm@gnu.org>
340
341 * vol1.texi, vol2.texi: Remove files.
342 * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
343 * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
344
345 * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
346
347 * two-volume.make (emacsdir): New.
348 (tex): Add directory with emacsver.texi to TEXINPUTS.
349
350 * minibuf.texi (Minibuffer History, Basic Completion):
351 Tweak page breaks.
352
353 * internals.texi (Garbage Collection, Memory Usage)
354 (Writing Emacs Primitives): Tweak page breaks.
355
356 * streams.texi (Output Variables): Improve page break.
357
358 * edebug.texi (Edebug Display Update): Improve page break.
359
360 * compile.texi (Disassembly): Condense the examples.
361
362 * eval.texi, functions.texi, loading.texi, macros.texi:
363 Where possible, use example rather than smallexample.
364
365 * symbols.texi: Where possible, use example rather than smallexample.
366 (Symbol Components): Fix typo.
367 (Other Plists): Tweak page break.
368
369 * sequences.texi (Arrays): Tweak page breaks.
370
371 * customize.texi: Where possible, use example rather than smallexample.
372 (Common Keywords, Variable Definitions, Applying Customizations)
373 (Custom Themes): Tweak page breaks.
374
375 * control.texi: Where possible, use example rather than smallexample.
376 (Sequencing, Conditionals, Signaling Errors, Handling Errors):
377 Tweak page breaks.
378
379 2012-05-08 Glenn Morris <rgm@gnu.org>
380
381 * two.el: Remove; unused since creation of two-volume.make.
382
383 * vol1.texi, vol2.texi: No need to keep menus in these files.
384
385 2012-05-05 Glenn Morris <rgm@gnu.org>
386
387 * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
388
389 * intro.texi (Caveats): Copyedit.
390 (Lisp History): Convert inforef to xref.
391 (Lisp History, Printing Notation, Version Info): Improve page-breaks.
392
393 * text.texi (Auto Filling): Don't mention Emacs 19.
394
395 * commands.texi (Event Input Misc): Don't mention unread-command-char.
396 * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
397
398 * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
399
400 * lists.texi (List-related Predicates, List Variables):
401 Tweak page-breaks.
402 (Sets And Lists): Convert inforef to xref.
403
404 2012-05-04 Glenn Morris <rgm@gnu.org>
405
406 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
407 (info, infoclean): Use $INFO_EXT.
408 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
409 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
410 (info, maintainer-clean): Use $INFO_EXT.
411 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
412
413 2012-05-04 Chong Yidong <cyd@gnu.org>
414
415 * os.texi (Timers): Use defopt for timer-max-repeats.
416
417 2012-05-03 Paul Eggert <eggert@cs.ucla.edu>
418
419 * os.texi (Time of Day): Do not limit current-time-string
420 to years 1000..9999.
421
422 2012-05-02 Chong Yidong <cyd@gnu.org>
423
424 * display.texi (Font Lookup):
425 * frames.texi (Pointer Shape):
426 * processes.texi (Subprocess Creation): Use defopt for options.
427
428 2012-05-02 Glenn Morris <rgm@gnu.org>
429
430 * elisp.texi (@copying):
431 * intro.texi (Introduction): Only print VERSION in the TeX version.
432
433 2012-05-02 Chong Yidong <cyd@gnu.org>
434
435 * text.texi (Change Hooks): Minor fix for after-change-functions.
436
437 2012-05-02 Glenn Morris <rgm@gnu.org>
438
439 * package.texi (Packaging Basics):
440 * loading.texi (Autoload):
441 * files.texi (Magic File Names):
442 Reword to remove/reduce some overly long/short lines.
443
444 2012-04-27 Glenn Morris <rgm@gnu.org>
445
446 * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
447 * modes.texi (Major Modes, Auto-Indentation):
448 * buffers.texi (Buffers): Some fixes for menu descriptions.
449
450 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
451 * functions.texi (Simple Lambda, Argument List):
452 * eval.texi (Function Indirection): Avoid deprecated form.
453
454 2012-04-27 Glenn Morris <rgm@gnu.org>
455
456 * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
457 Add "et al." to authors.
458
459 * buffers.texi, commands.texi, compile.texi, control.texi:
460 * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
461 * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
462 * modes.texi, numbers.texi, objects.texi, streams.texi:
463 * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
464 Use Texinfo recommended convention for quotes+punctuation.
465
466 2012-04-27 Chong Yidong <cyd@gnu.org>
467
468 * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
469 to where-is-internal (Bug#10872).
470
471 2012-04-27 Glenn Morris <rgm@gnu.org>
472
473 * macros.texi (Indenting Macros): Fix typo.
474
475 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
476 (Resizing Windows, Deleting Windows, Selecting Windows)
477 (Choosing Window Options, Horizontal Scrolling)
478 (Cyclic Window Ordering, Window History, Dedicated Windows)
479 (Quitting Windows, Window Configurations, Textual Scrolling):
480 (Coordinates and Windows, Window Configurations)
481 (Window Parameters, Window Hooks): Copyedits.
482 (Splitting Windows, Deleting Windows):
483 Fix ignore-window-parameters logic.
484 (Selecting Windows, Choosing Window Options): Markup fixes.
485 (Window Start and End): Remove pointless example.
486 Remove cross-reference to deleted count-lines content.
487 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
488 and recenter-positions. Remove recenter example.
489
490 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
491
492 * minibuf.texi (Intro to Minibuffers):
493 Tweak discussion of resizing minibuffer window.
494
495 2012-04-26 Glenn Morris <rgm@gnu.org>
496
497 * elisp-covers.texi, front-cover-1.texi: Remove files.
498
499 * tindex.pl: Remove file.
500
501 * makefile.w32-in (srcs):
502 * Makefile.in (srcs): Remove back.texi (which is unused).
503
504 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
505
506 * os.texi (Notifications): Extend possible notification hints.
507 Add notifications-get-capabilities.
508
509 2012-04-20 Chong Yidong <cyd@gnu.org>
510
511 * processes.texi (Asynchronous Processes): Mention nil argument to
512 start-process.
513
514 2012-04-20 Glenn Morris <rgm@gnu.org>
515
516 * minibuf.texi (Basic Completion): No need to describe obarrays here.
517 Don't mention obsolete `nospace' argument of all-completions.
518 (Minibuffer Completion, Completion Commands, Reading File Names)
519 (Completion Variables): Copyedits.
520 (Completion Commands): Mention parent keymaps.
521 Remove obsolete minibuffer-local-filename-must-match-map.
522 (High-Level Completion): Remove read-variable's almost
523 word-for-word duplication of read-command.
524 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
525 Update "High-Level Completion" description.
526
527 * minibuf.texi (Minibuffers):
528 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
529
530 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
531 Use Texinfo-recommended form of quote+punctuation.
532 (Intro to Minibuffers): First minibuffer is #1, not #0.
533 Mention minibuffer-inactive-mode.
534 (Text from Minibuffer): Copyedits.
535 (Minibuffer History, Programmed Completion): Fix @var usage.
536 (Object from Minibuffer): Remove overly pedantic para.
537 (Minibuffer History): Copyedits. Add face-name-history.
538 (Initial Input, Yes-or-No Queries, Multiple Queries)
539 (Minibuffer Windows, Minibuffer Misc): Copyedits.
540 (Yes-or-No Queries): Tweak example.
541 (Minibuffer Commands): Add next-complete-history-element.
542 (Minibuffer Misc): Mention minibuffer-message-timeout, and
543 minibuffer-inactive-mode.
544
545 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
546 (Bindat Functions): Copyedits.
547
548 2012-04-20 Christopher Schmidt <christopher@ch.ristopher.com>
549
550 * files.texi (Saving Buffers): Document `visit and `visit-save'
551 values of require-final-newline.
552
553 2012-04-20 Glenn Morris <rgm@gnu.org>
554
555 * processes.texi (Output from Processes, Filter Functions):
556 Mention waiting-for-user-input-p.
557 (Sentinels, Query Before Exit, System Processes, Transaction Queues):
558 (Network Servers, Datagrams, Network Processes, Network Options)
559 (Network Feature Testing, Serial Ports): Copyedits.
560 (Network): Add encrypted network overview paragraph.
561 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
562
563 2012-04-20 Chong Yidong <cyd@gnu.org>
564
565 * help.texi (Keys in Documentation): Mention :advertised-binding.
566
567 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
568 description to help.texi.
569
570 2012-04-20 Glenn Morris <rgm@gnu.org>
571
572 * processes.texi (Process Information, Input to Processes)
573 (Signals to Processes, Output from Processes, Process Buffers)
574 (Filter Functions, Decoding Output): Copyedits.
575 (Accepting Output): Discourage use of `millisec' argument.
576
577 2012-04-15 Glenn Morris <rgm@gnu.org>
578
579 * processes.texi (Processes, Subprocess Creation, Shell Arguments):
580 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
581 Copyedits.
582 (Subprocess Creation): Discourage modifying exec-path directly.
583 (Synchronous Processes, Asynchronous Processes):
584 Update some example output.
585 (Process Information): Fix typo.
586 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
587
588 2012-04-15 Glenn Morris <rgm@gnu.org>
589
590 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
591 open-network-stream does exist in Emacs 23, but is simpler.
592
593 2012-04-15 Chong Yidong <cyd@gnu.org>
594
595 * customize.texi (Custom Themes): Also document load-theme etc.
596
597 2012-04-14 Chong Yidong <cyd@gnu.org>
598
599 * customize.texi (Applying Customizations):
600 (Custom Themes): New nodes.
601
602 * display.texi (Defining Faces): Reference custom-set-faces.
603
604 * modes.texi (Defining Minor Modes, Defining Minor Modes):
605 * os.texi (Startup Summary): Copyedits.
606
607 2012-04-14 Glenn Morris <rgm@gnu.org>
608
609 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
610
611 * strings.texi (Case Tables):
612 * objects.texi (General Escape Syntax):
613 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
614
615 * buffers.texi, compile.texi, customize.texi, debugging.texi:
616 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
617 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
618 * text.texi: Use @file for buffers, per the Texinfo manual.
619
620 * compile.texi (Compiler Errors): Add missing space in buffer name.
621
622 2012-04-14 Chong Yidong <cyd@gnu.org>
623
624 * processes.texi (Query Before Exit): Remove obsolete function
625 process-kill-without-query (Bug#11190).
626
627 2012-04-14 Glenn Morris <rgm@gnu.org>
628
629 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
630 Use @env for environment variables.
631
632 * Makefile.in: Replace non-portable use of $< in ordinary rules.
633
634 2012-04-12 Jari Aalto <jari.aalto@cante.net>
635
636 * processes.texi (Synchronous Processes): Mention
637 `default-directory' (bug#7515).
638
639 2012-04-09 Chong Yidong <cyd@gnu.org>
640
641 * customize.texi (Variable Definitions): Remove user-variable-p.
642
643 * commands.texi (Interactive Codes):
644 * help.texi (Accessing Documentation):
645 * minibuf.texi (High-Level Completion): Callers changed.
646
647 2012-04-06 Chong Yidong <cyd@gnu.org>
648
649 * minibuf.texi (Programmed Completion): Document metadata method.
650 (Completion Variables): Document completion-category-overrides.
651
652 2012-04-05 Chong Yidong <cyd@gnu.org>
653
654 * anti.texi (Antinews): Rewrite for Emacs 23.
655
656 2012-04-04 Chong Yidong <cyd@gnu.org>
657
658 * minibuf.texi (Programmed Completion): Remove obsolete variable
659 completion-annotate-function.
660 (Completion Variables): Rename from Completion Styles. Document
661 completion-extra-properties. Document completion-styles-alist
662 change.
663 (Reading File Names): minibuffer-local-filename-must-match-map is
664 not used anymore.
665 (Minibuffer Completion): Document completing-read-function.
666 (Completion in Buffers): completion-at-point-functions can return
667 properties recognized in completion-extra-properties.
668
669 * display.texi (Delayed Warnings): New node.
670
671 * os.texi (Notifications): Copyedits.
672
673 2012-04-04 Glenn Morris <rgm@gnu.org>
674
675 * os.texi (Notifications): Copyedits.
676
677 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
678
679 * os.texi (Terminal-Specific): Fix typo.
680 (Notifications): New section.
681
682 * elisp.texi (Top):
683 * vol1.texi (Top):
684 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
685 menu entries.
686
687 2012-04-01 Chong Yidong <cyd@gnu.org>
688
689 * files.texi (Kinds of Files): file-subdir-of-p renamed to
690 file-in-directory-p.
691
692 2012-03-31 Glenn Morris <rgm@gnu.org>
693
694 * edebug.texi (Instrumenting Macro Calls):
695 Mention defining macros at instrumentation time.
696 (Edebug Options): Mention edebug-unwrap-results.
697
698 2012-03-31 Eli Zaretskii <eliz@gnu.org>
699
700 * text.texi (Special Properties): Clarify the description of the
701 effect of integer values of the 'cursor' property on cursor
702 position. See the discussions in bug#11068 for more details and
703 context.
704
705 2012-03-31 Glenn Morris <rgm@gnu.org>
706
707 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
708 Copyedits.
709
710 2012-03-30 Chong Yidong <cyd@gnu.org>
711
712 * display.texi (Image Formats): Add imagemagick type.
713 (Image Descriptors): Mention how they are used.
714 (ImageMagick Images): Clarify role of imagemagick-register-types.
715 (Character Display): Don't mention glyph tables.
716 (Display Tables): Use make-glyph-code in example.
717 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
718 tables are semi-obsolete. De-document create-glyph.
719 (Glyphless Chars): Note that display tables override this.
720 (Bidirectional Display): Copyedits. Introduce "bidirectional
721 reordering" terminology, and use it.
722
723 2012-03-30 Glenn Morris <rgm@gnu.org>
724
725 * edebug.texi (Jumping): Give name of `i' binding.
726
727 2012-03-28 Glenn Morris <rgm@gnu.org>
728
729 * searching.texi (Regular Expressions, Regexp Special):
730 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search):
731 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
732 (Regexp Special): Mention collation.
733 Clarify char classes with an example.
734 (Regexp Functions): Mention regexp-opt is not guaranteed.
735 Mention regexp-opt-charset.
736 (Regexp Search): Recommend against looking-back.
737 (Search and Replace): Use Texinfo recommended quote convention.
738 Add more query-replace-map items. List multi-query-replace-map items.
739
740 2012-03-27 Martin Rudalics <rudalics@gmx.at>
741
742 * windows.texi (Window History): Describe new option
743 switch-to-visible-buffer.
744
745 2012-03-27 Glenn Morris <rgm@gnu.org>
746
747 * searching.texi (String Search): Add xref to Emacs manual.
748 Copyedits. Mention the function word-search-regexp.
749 (Searching and Case): Add xref to Emacs manual. Copyedits.
750
751 * processes.texi (Network Servers): Standardize apostrophe usage.
752
753 * os.texi (System Environment): Copyedits. Remove some examples
754 that do not seem useful. Mention setenv third arg.
755 tty-erase-char does not seem to be nil under a window-system.
756 (User Identification): Copyedits.
757 Remove some examples that do not seem useful.
758
759 2012-03-26 Glenn Morris <rgm@gnu.org>
760
761 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
762 (Init File): Copyedits.
763 (Command-Line Arguments): Copyedits. Do not mention argv alias.
764 (Killing Emacs): Copyedits.
765 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
766 Shorten the example, use more standard shell prompts.
767
768 2012-03-25 Chong Yidong <cyd@gnu.org>
769
770 * display.texi (Fringes): Note that fringes are shown on graphical
771 displays only.
772 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
773 (Replacing Specs): Clarify example.
774 (Manipulating Buttons): Note that button-at can return a marker.
775 (Buttons): Minor rewrite.
776 (Character Display): New node. Consolidate all character display
777 related nodes into its subsections.
778 (Usual Display): Character 127 is also affected by ctl-arrow.
779 (Display Tables): Improve example.
780
781 2012-03-22 Glenn Morris <rgm@gnu.org>
782
783 * strings.texi (Text Comparison): Mention string-prefix-p.
784
785 2012-03-21 Chong Yidong <cyd@gnu.org>
786
787 * display.texi (The Echo Area): Add xref to Output Streams.
788 (Displaying Messages): Improve doc of message.
789 (Echo Area Customization, Invisible Text): Copyedits.
790 (Invisible Text): Mention that spec comparison is done with eq.
791 (Width): Improve doc of char-width.
792 (Faces): Recommend using symbol instead of string for face name.
793 Minor clarifications.
794 (Defining Faces): Copyedits. Update face example.
795 (Attribute Functions): Mark set-face-foreground etc as commands.
796 (Face Remapping): Mention text-scale-adjust. Clarify
797 face-remapping-alist and related docs.
798 (Face Functions): Don't document make-face or copy-face.
799
800 2012-03-20 Chong Yidong <cyd@gnu.org>
801
802 * display.texi (Forcing Redisplay): Various rewrites to reflect
803 new value of redisplay-dont-pause.
804 (Truncation): Copyedits.
805
806 2012-03-20 Glenn Morris <rgm@gnu.org>
807
808 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
809 Add summary table of some relevant command-line options.
810
811 2012-03-18 Chong Yidong <cyd@gnu.org>
812
813 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
814 (Writing Emacs Primitives): Re-organize discussion of functions
815 with variable Lisp arguments are handled. Delete an obsolete
816 remark, previously tagged as FIXME.
817
818 * os.texi (Idle Timers): Minor clarification.
819 (Idle Timers): Link to Time of Day for description of time list.
820
821 2012-03-18 Glenn Morris <rgm@gnu.org>
822
823 * os.texi (System Interface): Flow control was removed.
824 (Startup Summary): General update.
825 (Init File): Don't mention compiling it.
826
827 2012-03-17 Chong Yidong <cyd@gnu.org>
828
829 * os.texi (Startup Summary): Mention package loading.
830 (Init File): Don't refer to .emacs in section title. Copyedits.
831 (Terminal-Specific): Give a realistic example.
832 (Command-Line Arguments): Reference Entering Emacs instead of
833 repeating the spiel about not restarting Emacs.
834 (Time of Day): Discuss time representation at beginning of node.
835 (Sound Output): Copyedits.
836
837 * package.texi (Packaging Basics): Document package-initialize.
838
839 2012-03-17 Eli Zaretskii <eliz@gnu.org>
840
841 * frames.texi (Initial Parameters): Add an index entry for
842 minibuffer-only frame.
843
844 2012-03-16 Glenn Morris <rgm@gnu.org>
845
846 * modes.texi (Major Mode Conventions): Mention the strange
847 relationship between View mode and special modes. (Bug#10650)
848
849 2012-03-11 Chong Yidong <cyd@gnu.org>
850
851 * windows.texi (Window Configurations): save-window-excursion is
852 now a macro.
853
854 * display.texi (Temporary Displays): with-output-to-temp-buffer is
855 now a macro.
856
857 * text.texi (Fields): Minor copyedit.
858
859 2012-03-10 Eli Zaretskii <eliz@gnu.org>
860
861 * strings.texi (String Basics):
862 * sequences.texi (Sequence Functions): Mention that `length' is
863 not appropriate for computing the string width on display; add a
864 cross-reference to the description of `string-width'. (Bug#10978)
865
866 * eval.texi (Autoloading): Minor change of wording.
867
868 2012-03-10 Chong Yidong <cyd@gnu.org>
869
870 * loading.texi (Autoload): Explicitly state which forms are
871 processed specially (Bug#7783).
872
873 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
874 non-default situation. Describe one-submenu exception (Bug#7695).
875
876 * nonascii.texi (Character Properties): Copyedits.
877
878 2012-03-08 Chong Yidong <cyd@gnu.org>
879
880 * text.texi (Mode-Specific Indent): Document new behavior of
881 indent-for-tab-command. Document tab-always-indent.
882 (Special Properties): Copyedits.
883 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
884 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
885 libxml-parse-html-region.
886
887 2012-03-07 Glenn Morris <rgm@gnu.org>
888
889 * markers.texi (The Region): Briefly mention use-empty-active-region
890 and region-active-p.
891 (Overview of Markers): Reword garbage collection, add cross-ref.
892 (The Mark): Tiny clarification re command loop and activate-mark-hook.
893
894 2012-03-07 Chong Yidong <cyd@gnu.org>
895
896 * text.texi (Buffer Contents): Don't duplicate explanation of
897 region arguments from Text node. Put doc of obsolete var
898 buffer-substring-filters back, since it is referred to.
899 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
900 selection by default.
901
902 * markers.texi (The Mark): Fix typo.
903 (The Region): Copyedits.
904
905 2012-03-07 Glenn Morris <rgm@gnu.org>
906
907 * markers.texi (Overview of Markers): Copyedits.
908 (Creating Markers): Update approximate example buffer size.
909 (The Mark): Don't mention uninteresting return values.
910
911 2012-03-05 Chong Yidong <cyd@gnu.org>
912
913 * positions.texi (Text Lines): Document count-words.
914
915 2012-03-04 Chong Yidong <cyd@gnu.org>
916
917 * frames.texi (Frames): Remove little-used "terminal frame" and
918 "window frame" terminology.
919 (Frame Parameters, Font and Color Parameters, Initial Parameters)
920 (Size and Position, Visibility of Frames): Callers changed.
921 (Frames): Clarify which terminals in framep are graphical.
922 (Initial Parameters): --geometry is not the only option which adds
923 to initial-frame-alist.
924 (Position Parameters): Note that icon-left and icon-top are for
925 old window managers only.
926 (Size Parameters): Sizes are in characters even on graphical
927 displays.
928 (Management Parameters): Note that window-id and outer-window-id
929 can't really be changed, and that auto-raise isn't always obeyed.
930 (Cursor Parameters): Document cursor-type explicitly.
931 (Size and Position): The aliases set-screen-height and
932 set-screen-width have been deleted.
933 (Visibility of Frames): Mention "minimization".
934
935 * os.texi (Startup Summary): Minor clarifications.
936 (Startup Summary, Suspending Emacs): Standardize on "text
937 terminal" terminology.
938
939 * windows.texi (Basic Windows, Coordinates and Windows)
940 (Coordinates and Windows):
941 * display.texi (Refresh Screen, Line Height, Face Attributes)
942 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
943
944 2012-03-04 Glenn Morris <rgm@gnu.org>
945
946 * abbrevs.texi: Small copyedits throughout.
947 (Abbrev Mode): Remove this section, folding it into the top-level.
948 (Abbrev Tables): Don't mention irrelevant return values.
949 (Abbrev Expansion): Add cross-ref for wrapper hooks.
950 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
951 (Abbrev Table Properties): Update nil :regexp description.
952
953 2012-03-03 Glenn Morris <rgm@gnu.org>
954
955 * internals.texi: Change @appendix section commands to @section.
956 (Building Emacs): Say less about CANNOT_DUMP platforms.
957 Replace deleted eval-at-startup with custom-initialize-delay.
958 (Pure Storage): Small changes.
959 (Memory Usage): Copyedit.
960 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
961 example definitions. Give examples of things with non-nil
962 interactive args. Mention eval_sub. Remove old info about
963 strings and GCPRO. Mention cus-start.el.
964 (Buffer Internals, Window Internals, Process Internals):
965 Misc small updates and fixes for fields.
966
967 * tips.texi: Copyedits.
968 (Coding Conventions): Mention autoloads.
969 Combine partially duplicated macro items. Fix xref.
970 Refer to Library Headers for copyright notice.
971 (Programming Tips): edit-options is long-obsolete.
972 (Compilation Tips): Mention loading bytecomp for byte-compile props.
973 (Warning Tips): Mention declare-function.
974 (Documentation Tips): Remove old info.
975 (Comment Tips): Mention comment-dwim, not indent-for-comment.
976 (Library Headers): General update.
977
978 2012-03-02 Glenn Morris <rgm@gnu.org>
979
980 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
981 and relocate entry. Mention buffer-stale-function.
982
983 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
984
985 * hooks.texi (Standard Hooks): General update.
986 Put related hooks together. Add and remove items.
987 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
988 * modes.texi (Hooks): Tweak cross-ref description.
989
990 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
991
992 * files.texi (Kinds of Files): The return value of file-equal-p is
993 unspecified, if FILE1 or FILE2 does not exist.
994
995 2012-03-01 Glenn Morris <rgm@gnu.org>
996
997 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
998
999 * maps.texi (Standard Keymaps): General update.
1000 Remove mode-specific maps, talk about the more general keymaps.
1001 * help.texi (Help Functions): Add vindex for Helper-help-map.
1002 * keymaps.texi (Active Keymaps): Minor rephrasing.
1003
1004 2012-02-29 Glenn Morris <rgm@gnu.org>
1005
1006 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
1007
1008 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1009
1010 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
1011 Update changed behavior of file-subdir-of-p.
1012
1013 2012-02-28 Glenn Morris <rgm@gnu.org>
1014
1015 * advice.texi, anti.texi, display.texi, elisp.texi:
1016 * processes.texi, variables.texi, vol1.texi, vol2.texi:
1017 Standardize possessive apostrophe usage.
1018
1019 * locals.texi: Remove file.
1020 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
1021 Remove menu entry.
1022 * errors.texi, maps.texi: Adjust node pointers.
1023 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
1024 * makefile.w32-in (srcs):
1025 * Makefile.in (srcs): Remove locals.texi.
1026
1027 * frames.texi (Mouse Position): Fix cross-ref.
1028
1029 2012-02-27 Chong Yidong <cyd@gnu.org>
1030
1031 * buffers.texi (Creating Buffers): Clarify that
1032 generate-new-buffer uses generate-new-buffer-names.
1033 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
1034
1035 * files.texi (Directory Names): Index entry for file name abbreviations.
1036 (Relative File Names, File Name Expansion): Refer to it.
1037 (Locating Files): Move locate-user-emacs-file documentation to
1038 Standard File Names.
1039 (Standard File Names): Add locate-user-emacs-file; update examples.
1040
1041 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
1042
1043 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
1044
1045 2012-02-26 Chong Yidong <cyd@gnu.org>
1046
1047 * files.texi (Kinds of Files): Improve documentation of
1048 files-equal-p and file-subdir-of-p.
1049
1050 2012-02-26 Glenn Morris <rgm@gnu.org>
1051
1052 * intro.texi (Acknowledgements): Small changes.
1053
1054 2012-02-25 Glenn Morris <rgm@gnu.org>
1055
1056 * errors.texi: Don't try to list _all_ the error symbols.
1057 Add circular-list, cl-assertion-failed, compression-error.
1058 * elisp.texi, vol1.texi, vol2.texi:
1059 * control.texi (Error Symbols): Tweak "Standard Errors" description.
1060
1061 2012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1062
1063 * files.texi (files-equal-p, file-subdir-of-p): New,
1064 add initial documentation.
1065
1066 2012-02-25 Chong Yidong <cyd@gnu.org>
1067
1068 * files.texi (File Attributes): Document file-selinux-context.
1069 (Changing Files): Link to it.
1070 (Changing Files): Document set-file-selinux-context.
1071
1072 * backups.texi (Making Backups): Return value of backup-buffer is
1073 changed. Mention default value of backup-directory-alist.
1074 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
1075 (Auto-Saving): New minor mode behavior for auto-save-mode.
1076 (Reverting): Add defvar for revert-buffer-in-progress-p.
1077
1078 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
1079
1080 2012-02-24 Glenn Morris <rgm@gnu.org>
1081
1082 * errors.texi (Standard Errors): Mention dbus-error.
1083 For arith-error sub-classes, just use one cross-ref.
1084
1085 2012-02-23 Alan Mackenzie <acm@muc.de>
1086
1087 * modes.texi (Defining Minor Modes): Document the new keyword
1088 :after-hook.
1089
1090 2012-02-21 Chong Yidong <cyd@gnu.org>
1091
1092 * files.texi (Files): Mention magic file names as arguments.
1093 (Reading from Files): Copyedits.
1094 (File Attributes): Mention how to change file modes.
1095 (Changing Files): Use standard "file permissions" terminology.
1096 Add xref to File Attributes node.
1097 (Locating Files): Document locate-user-emacs-file.
1098 (Unique File Names): Recommend against using make-temp-name.
1099
1100 2012-02-19 Chong Yidong <cyd@gnu.org>
1101
1102 * help.texi (Documentation, Documentation Basics, Help Functions):
1103 Minor clarifications.
1104 (Accessing Documentation): Clarify what documentation-property is
1105 for. Add xref to Keys in Documentation.
1106
1107 * tips.texi (Documentation Tips): Don't recommend using * in
1108 docstrings.
1109
1110 * macros.texi (Defining Macros):
1111 * modes.texi (Derived Modes): Say "documentation string" instead
1112 of docstring.
1113
1114 2012-02-18 Chong Yidong <cyd@gnu.org>
1115
1116 * modes.texi (Tabulated List Mode): New node.
1117 (Basic Major Modes): Add xref to it.
1118
1119 * processes.texi (Process Information): Mention Process Menu mode.
1120
1121 2012-02-17 Chong Yidong <cyd@gnu.org>
1122
1123 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
1124
1125 2012-02-17 Glenn Morris <rgm@gnu.org>
1126
1127 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
1128
1129 2012-02-16 Chong Yidong <cyd@gnu.org>
1130
1131 * syntax.texi (Syntax Tables, Syntax Descriptors)
1132 (Syntax Table Functions): Copyedits.
1133 (Syntax Basics): Don't repeat the material in the preceding node.
1134 (Syntax Class Table): Use a table.
1135 (Syntax Properties): Document syntax-propertize-function and
1136 syntax-propertize-extend-region-functions.
1137 (Motion via Parsing): Clarify scan-lists. Fix indentation.
1138 (Parser State): Update for the new "c" comment style. Fix
1139 description of item 7 (comment style).
1140
1141 * modes.texi (Minor Modes): Update how mode commands should treat
1142 arguments now.
1143 (Mode Line Basics): Clarify force-mode-line-update.
1144 (Mode Line Top): Note that the example is not realistic.
1145 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
1146 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
1147 "mode line construct" instead of "mode line specification".
1148 (Syntactic Font Lock): Remove mention of obsolete variable
1149 font-lock-syntactic-keywords.
1150 (Setting Syntax Properties): Node deleted.
1151 (Font Lock Mode): Note that Font Lock mode is a minor mode.
1152 (Font Lock Basics): Note that syntactic fontification falls back
1153 on `syntax-table'.
1154 (Search-based Fontification): Emphasize that font-lock-keywords
1155 should not be set directly.
1156 (Faces for Font Lock): Avoid some confusing terminology.
1157 (Syntactic Font Lock): Minor clarifications. Add xref to
1158 Syntactic Font Lock node.
1159
1160 2012-02-15 Chong Yidong <cyd@gnu.org>
1161
1162 * minibuf.texi (Basic Completion): Define "completion table".
1163 Move completion-in-region to Completion in Buffers node.
1164 (Completion Commands): Use "completion table" terminology.
1165 (Completion in Buffers): New node.
1166
1167 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
1168 (Setting Hooks): Update minor mode usage example.
1169 (Major Mode Conventions): Note that completion-at-point-functions
1170 should be altered locally. Add xref to Completion in Buffers.
1171 Remove duplicate tip about auto-mode-alist.
1172 (Minor Modes): Rewrite introduction.
1173 (Minor Mode Conventions): Copyedits. Don't recommend
1174 variable-only minor modes since few minor modes are like that.
1175
1176 2012-02-15 Glenn Morris <rgm@gnu.org>
1177
1178 * processes.texi (Network): Document open-network-stream :parameters.
1179
1180 2012-02-14 Chong Yidong <cyd@gnu.org>
1181
1182 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
1183 was removed on 2009-09-10. Update lisp-mode-map example.
1184 (Inheritance and Keymaps): Minor clarification.
1185 (Searching Keymaps): Remove out-of-place enumeration.
1186 (Key Lookup): Remove unnecessary example (one was already given in
1187 Format of Keymaps).
1188 (Changing Key Bindings): Update suppress-keymap example.
1189 (Menu Bar, Tool Bar): Copyedits.
1190 (Tool Bar): Update tool-bar-map example.
1191
1192 2012-02-12 Chong Yidong <cyd@gnu.org>
1193
1194 * debugging.texi (Debugger Commands): Continuing is now allowed
1195 for errors.
1196
1197 2012-02-11 Chong Yidong <cyd@gnu.org>
1198
1199 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
1200 Move the list of standard bitmaps there.
1201 (Fringe Cursors): Rewrite for clarity.
1202 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
1203
1204 * commands.texi (Command Overview): Mention read-key.
1205 (Using Interactive, Interactive Call): Minor clarifications.
1206 (Function Keys, Click Events): Avoid "input stream" terminology.
1207 (Click Events): Add xref to Window Sizes and Accessing Mouse.
1208 Clarify column and row components.
1209 (Accessing Mouse): Add xref to Click Events. Minor fixes.
1210 (Special Events): Copyedits.
1211
1212 * streams.texi (Input Streams): De-document get-file-char.
1213 (Output Variables): Don't refer to old backquote syntax.
1214
1215 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
1216 (Error Debugging): Note that debug-ignored-errors overrides list
1217 values of debug-on-error too. Add xref to Signaling Errors. Note
1218 that debug-on-signal is not customizable. Mention
1219 condition-case-unless-debug.
1220 (Compilation Errors): Node deleted.
1221
1222 * compile.texi (Compiler Errors): Move a paragraph here from
1223 deleted node Compilation Errors.
1224
1225 2012-02-10 Leo Liu <sdl.web@gmail.com>
1226
1227 * control.texi (Handling Errors): Change condition-case-no-debug
1228 to condition-case-unless-debug.
1229
1230 2012-02-10 Chong Yidong <cyd@gnu.org>
1231
1232 * advice.texi (Defining Advice): Clarify ad-unadvise.
1233 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
1234 is not abnormal.
1235 (Advising Primitives): Node deleted; ad-define-subr-args has been
1236 removed.
1237
1238 * compile.texi (Speed of Byte-Code): Use float-time in example.
1239 (Compilation Functions): Note that the log uses Compilation mode.
1240 Don't discuss the contents of byte-code function object here.
1241 (Compilation Functions): De-document internal function byte-code.
1242 (Docs and Compilation): Minor clarifications.
1243
1244 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
1245 Objects.
1246
1247 2012-02-10 Glenn Morris <rgm@gnu.org>
1248
1249 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
1250 Mention secure-hash.
1251 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
1252
1253 2012-02-10 Chong Yidong <cyd@gnu.org>
1254
1255 * loading.texi (Loading): Don't emphasize "library" terminology.
1256 (Library Search): load-path is not a user option. Mention role of
1257 -L option and packages. Improve examples.
1258 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
1259 obsolete.
1260 (Autoload): Minor clarifications.
1261
1262 2012-02-10 Glenn Morris <rgm@gnu.org>
1263
1264 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
1265
1266 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
1267
1268 2012-02-08 Glenn Morris <rgm@gnu.org>
1269
1270 * loading.texi (Named Features): Update the require example.
1271
1272 2012-02-07 Glenn Morris <rgm@gnu.org>
1273
1274 * modes.texi (Defining Minor Modes):
1275 Expand on args of defined minor modes.
1276
1277 2012-02-07 Chong Yidong <cyd@gnu.org>
1278
1279 * variables.texi (Creating Buffer-Local): Minor clarification
1280 to buffer-local-variables doc (Bug#10715).
1281
1282 2012-02-07 Glenn Morris <rgm@gnu.org>
1283
1284 * display.texi (ImageMagick Images): General update.
1285 Move most details of imagemagick-render-type to the variable's doc.
1286
1287 2012-02-06 Glenn Morris <rgm@gnu.org>
1288
1289 * keymaps.texi (Tool Bar): Mention separators.
1290 (Inheritance and Keymaps):
1291 Mention make-composed-keymap and multiple inheritance.
1292
1293 * modes.texi (Running Hooks): Mention run-hook-wrapped.
1294
1295 * control.texi (Handling Errors):
1296 Mention condition-case-no-debug and with-demoted-errors.
1297
1298 2012-02-05 Chong Yidong <cyd@gnu.org>
1299
1300 * customize.texi (Common Keywords): Minor clarifications.
1301 Document custom-unlispify-remove-prefixes.
1302 (Variable Definitions): Backquotes in defcustom seem to work fine
1303 now. Various other copyedits.
1304 (Simple Types): Copyedits. Document color selector.
1305 (Composite Types): Copyedits.
1306 (Splicing into Lists): Clarifications.
1307
1308 * eval.texi (Backquote): Move from macros.texi.
1309
1310 * macros.texi (Expansion): Minor clarification.
1311 (Backquote): Move node to eval.texi.
1312 (Defining Macros): Move an example from Backquote node.
1313 (Argument Evaluation): No need to mention Pascal.
1314 (Indenting Macros): Add xref to Defining Macros.
1315
1316 2012-02-05 Glenn Morris <rgm@gnu.org>
1317
1318 * debugging.texi (Error Debugging): Mention debug-on-event default.
1319
1320 2012-02-04 Glenn Morris <rgm@gnu.org>
1321
1322 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
1323
1324 * debugging.texi (Error Debugging): Mention debug-on-event.
1325 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
1326
1327 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
1328
1329 * text.texi (Buffer Contents):
1330 Update filter-buffer-substring description.
1331
1332 2012-02-04 Chong Yidong <cyd@gnu.org>
1333
1334 * functions.texi (What Is a Function): Add closures. Mention
1335 "return value" terminology. Add xref for command-execute. Remove
1336 unused "keystroke command" terminology.
1337 (Lambda Expressions): Give a different example than in the
1338 following subsection. Add xref to Anonymous Functions.
1339 (Function Documentation): Remove gratuitous markup.
1340 (Function Names): Move introductory text to `What Is a Function'.
1341 (Defining Functions): Fix defun argument spec.
1342 (Anonymous Functions): Document lambda macro explicitly. Mention
1343 effects on lexical binding.
1344 (Function Cells): Downplay direct usage of fset.
1345 (Closures): New node.
1346 (Inline Functions): Remove "open-code" terminology.
1347 (Declaring Functions): Minor tweak; .m is not C code.
1348
1349 * variables.texi (Variables): Don't refer to "global value".
1350 (Local Variables, Void Variables): Copyedits.
1351 (Lexical Binding): Minor clarification of example.
1352 (File Local Variables): Mention :safe and :risky defcustom args.
1353 (Lexical Binding): Add xref to Closures node.
1354
1355 2012-02-04 Glenn Morris <rgm@gnu.org>
1356
1357 * minibuf.texi (High-Level Completion): Updates for read-color.
1358
1359 2012-02-03 Glenn Morris <rgm@gnu.org>
1360
1361 * display.texi (GIF Images): Mention animation.
1362 Remove commented-out old example of animation.
1363 (Animated Images): New subsection.
1364 * elisp.texi (Top):
1365 * vol1.texi (Top):
1366 * vol2.texi (Top): Add Animated Images menu entry.
1367
1368 * display.texi (Image Formats): Remove oddly specific information
1369 on versions of image libraries.
1370 (GIF Images, TIFF Images): Minor rephrasing.
1371
1372 2012-02-02 Glenn Morris <rgm@gnu.org>
1373
1374 * processes.texi (Synchronous Processes):
1375 Mention call-process's :file gets overwritten.
1376
1377 * commands.texi (Reading One Event):
1378 * help.texi (Help Functions): Document read-char-choice.
1379
1380 * hooks.texi (Standard Hooks):
1381 * modes.texi (Keymaps and Minor Modes):
1382 * text.texi (Commands for Insertion): Document post-self-insert-hook.
1383
1384 * hooks.texi (Standard Hooks): Add prog-mode-hook.
1385
1386 * hooks.texi (Standard Hooks):
1387 * modes.texi (Major Mode Conventions, Mode Hooks):
1388 Document change-major-mode-after-body-hook.
1389
1390 2012-02-01 Glenn Morris <rgm@gnu.org>
1391
1392 * modes.texi (Defining Minor Modes):
1393 Mention disabling global minor modes on a per-major-mode basis.
1394
1395 2012-01-31 Chong Yidong <cyd@gnu.org>
1396
1397 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
1398 (Parser State): Remove unnecessary statement (Bug#10661).
1399
1400 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
1401
1402 2012-01-31 Glenn Morris <rgm@gnu.org>
1403
1404 * modes.texi (Defining Minor Modes):
1405 Document define-minor-mode's new :variable keyword.
1406
1407 2012-01-29 Chong Yidong <cyd@gnu.org>
1408
1409 * syntax.texi (Syntax Class Table): Tweak description of newline
1410 char syntax (Bug#9619).
1411
1412 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
1413 description (Bug#10189).
1414
1415 2012-01-29 Glenn Morris <rgm@gnu.org>
1416
1417 * files.texi (Changing Files): Document SELinux support.
1418
1419 * windows.texi (Window Sizes): Fix typo.
1420
1421 2012-01-28 Chong Yidong <cyd@gnu.org>
1422
1423 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
1424 doc (Bug#8568).
1425
1426 * frames.texi (Input Focus): Add NORECORD arg to
1427 select-frame-set-input-focus. Clarify its role in select-frame.
1428
1429 * text.texi (Transposition): We don't use transpose-region as an
1430 internal subroutine (Bug#3249).
1431
1432 * modes.texi (Example Major Modes): Update Lisp example code to
1433 current sources. Delete the old non-derived-major-mode example,
1434 which has diverged badly from current sources.
1435
1436 2012-01-27 Glenn Morris <rgm@gnu.org>
1437
1438 * makefile.w32-in (texinputdir): Fix (presumed) typo.
1439 (VERSION, manual): Remove, unused.
1440
1441 2012-01-27 Chong Yidong <cyd@gnu.org>
1442
1443 * commands.texi (Command Overview): Minor clarification (Bug#10384).
1444
1445 2012-01-26 Chong Yidong <cyd@gnu.org>
1446
1447 * searching.texi (String Search): Document negative repeat count
1448 (Bug#10507).
1449
1450 2012-01-26 Glenn Morris <rgm@gnu.org>
1451
1452 * variables.texi (Using Lexical Binding):
1453 Mention that lexical-binding should be set in the first line.
1454
1455 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1456
1457 * macros.texi (Defining Macros): Don't claim that `declare' only
1458 affects Edebug and indentation.
1459
1460 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1461
1462 * macros.texi (Defining Macros): Slight `declare' fixup.
1463
1464 2012-01-25 Glenn Morris <rgm@gnu.org>
1465
1466 * makefile.w32-in (texinputdir):
1467 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
1468
1469 2012-01-24 Chong Yidong <cyd@gnu.org>
1470
1471 * variables.texi (Variables, Local Variables, Void Variables):
1472 Edit to make the descriptions less specific to dynamic binding.
1473 (Local Variables): Default max-specpdl-size is now 1300.
1474 (Defining Variables): Edits for lexical scoping. Delete
1475 information about starting docstrings with *. De-document
1476 user-variable-p.
1477 (Tips for Defining): Remove an unimportant discussion of quitting
1478 in the middle of a load.
1479 (Accessing Variables, Setting Variables): Discuss lexical binding.
1480 (Variable Scoping): Rewrite.
1481 (Scope, Extent, Impl of Scope): Nodes deleted.
1482 (Dynamic Binding): New node, with material from Scope, Extent, and
1483 Impl of Scope nodes.
1484 (Dynamic Binding Tips): Rename from Using Scoping.
1485 (Lexical Binding): Rewrite.
1486 (Using Lexical Binding): Rename from Converting to Lexical
1487 Binding. Convert to subsection.
1488
1489 * customize.texi (Variable Definitions): Add custom-variable-p.
1490 Move user-variable-p documentation here.
1491
1492 2012-01-23 Chong Yidong <cyd@gnu.org>
1493
1494 * strings.texi (Text Comparison): Minor qualification.
1495
1496 * lists.texi (Cons Cells): Copyedits.
1497 (List Elements): Mention push.
1498 (List Variables): Mention pop.
1499 (Rings): Move to sequences.texi.
1500
1501 * sequences.texi (Sequence Functions): Don't repeat the
1502 introduction already given in the parent.
1503 (Vectors): Copyedits.
1504 (Rings): Move from lists.texi. Note that this is specific to the
1505 ring package.
1506
1507 * symbols.texi (Definitions, Symbol Components): Mention variable
1508 scoping issues.
1509 (Plists and Alists): Copyedits.
1510
1511 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
1512 correctness with lexical scoping.
1513 (Eval): Copyedits.
1514
1515 2012-01-21 Chong Yidong <cyd@gnu.org>
1516
1517 * intro.texi (A Sample Function Description): Special notation
1518 used for macros too.
1519
1520 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
1521 (Symbol Type): Add xref for keyword symbols.
1522 (Sequence Type): Clarify differences between sequence types.
1523 (Cons Cell Type): Add "linked list" index entry.
1524 (Non-ASCII in Strings): Copyedits.
1525 (Equality Predicates): Symbols with same name need not be eq.
1526
1527 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
1528 ldexp. Move float-e and float-pi to Math Functions node.
1529
1530 2012-01-21 Glenn Morris <rgm@gnu.org>
1531
1532 * modes.texi (Auto Major Mode):
1533 * variables.texi (File Local Variables):
1534 Mention inhibit-local-variables-regexps.
1535
1536 2012-01-19 Martin Rudalics <rudalics@gmx.at>
1537
1538 * windows.texi (Window Configurations): Rewrite references to
1539 persistent window parameters.
1540 (Window Parameters): Fix description of persistent window
1541 parameters.
1542
1543 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
1544
1545 * windows.texi (Window Parameters): Use @pxref.
1546
1547 2012-01-16 Martin Rudalics <rudalics@gmx.at>
1548
1549 * windows.texi (Window Configurations, Window Parameters):
1550 Describe persistent window parameters.
1551
1552 2011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
1553
1554 * variables.texi (Creating Buffer-Local): Warn against misuses of
1555 make-variable-buffer-local (bug#10258).
1556
1557 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1558
1559 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
1560
1561 2012-01-06 Chong Yidong <cyd@gnu.org>
1562
1563 * variables.texi (Directory Local Variables): Document
1564 hack-dir-local-variables-non-file-buffer.
1565
1566 2012-01-06 Glenn Morris <rgm@gnu.org>
1567
1568 * maps.texi (Standard Keymaps): Refer to Info-edit by name
1569 rather than by keybinding.
1570
1571 2011-12-29 Juanma Barranquero <lekktu@gmail.com>
1572
1573 * frames.texi (Font and Color Parameters): Add @pxref.
1574
1575 2011-12-29 Daniel Colascione <dan.colascione@gmail.com>
1576
1577 * frames.texi (Font and Color Parameters):
1578 Document w32 font backends (bug#10399).
1579
1580 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
1581
1582 * files.texi (File Attributes, Changing Files):
1583 Use a more-natural notation for octal numbers.
1584
1585 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
1586
1587 * variables.texi (Variables with Restricted Values):
1588 Change reference to variable (bug#10354).
1589
1590 2011-12-13 Martin Rudalics <rudalics@gmx.at>
1591
1592 * windows.texi (Splitting Windows): Use t instead of non-nil
1593 when describing window-combination-resize.
1594
1595 2011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1596
1597 * text.texi (Special Properties): Warn against `intangible' properties
1598 (bug#10222).
1599
1600 2011-11-26 Eli Zaretskii <eliz@gnu.org>
1601
1602 * display.texi (Truncation):
1603 * text.texi (Special Properties): Describe what a stretch-glyph is
1604 instead of using that term without explanation. Make the
1605 cross-references more accurate.
1606
1607 * display.texi (Usual Display): Update the description,
1608 cross-references, and indexing related to display of control
1609 characters and raw bytes.
1610
1611 2011-11-25 Martin Rudalics <rudalics@gmx.at>
1612
1613 * windows.texi (Splitting Windows): Fix description of
1614 window-combination-limit. Suggested by Eli Zaretskii.
1615
1616 2011-11-23 Chong Yidong <cyd@gnu.org>
1617
1618 * windows.texi (Window Sizes): Move window-top-line,
1619 window-left-column, and window-*-pixel-edges to Coordinates and
1620 Windows node.
1621 (Coordinates and Windows): Restore window-edges doc.
1622
1623 2011-11-21 Martin Rudalics <rudalics@gmx.at>
1624
1625 * windows.texi (Windows and Frames, Splitting Windows):
1626 Fix typos.
1627
1628 2011-11-21 Chong Yidong <cyd@gnu.org>
1629
1630 * windows.texi (Splitting Windows): Fix error in documentation of
1631 window-combination-limit.
1632 (Cyclic Window Ordering): Minor fixes to next-window,
1633 one-window-p, and get-lru-window docs. Don't document
1634 window-list-1.
1635 (Buffers and Windows): Copyedits.
1636 (Choosing Window): Document special handling of special-display-*.
1637 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
1638 Don't document even-window-heights, which is going away.
1639 Clarify which options are obeyed by which action functions.
1640
1641 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1642
1643 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
1644
1645 2011-11-20 Martin Rudalics <rudalics@gmx.at>
1646
1647 * windows.texi (Resizing Windows, Splitting Windows):
1648 Remove term "status" when talking about combination limits.
1649
1650 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
1651
1652 * compile.texi (Compiler Errors):
1653 * help.texi (Help Functions): Fix typos.
1654
1655 2011-11-19 Chong Yidong <cyd@gnu.org>
1656
1657 * windows.texi (Splitting Windows): Clarify role of window
1658 parameters in split-window. Shorten the example.
1659 (Deleting Windows): Rewrite intro to handle internal windows.
1660 Fix delete-windows-on doc.
1661 (Selecting Windows): Copyedits.
1662
1663 2011-11-17 Martin Rudalics <rudalics@gmx.at>
1664
1665 * windows.texi (Resizing Windows, Splitting Windows)
1666 (Deleting Windows): Use term window-combination-resize instead
1667 of window-splits.
1668
1669 2011-11-16 Martin Rudalics <rudalics@gmx.at>
1670
1671 * windows.texi (Resizing Windows, Splitting Windows):
1672 Rename occurrences of window-nest to window-combination-limit.
1673
1674 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
1675
1676 * intro.texi (Lisp History): Fix typo.
1677
1678 2011-11-12 Martin Rudalics <rudalics@gmx.at>
1679
1680 * windows.texi (Splitting Windows, Deleting Windows):
1681 Remove references to splits status of windows.
1682
1683 2011-11-10 Glenn Morris <rgm@gnu.org>
1684
1685 * buffers.texi (Read Only Buffers): Expand a bit on why
1686 toggle-read-only should only be used interactively. (Bug#7292)
1687
1688 2011-11-09 Chong Yidong <cyd@gnu.org>
1689
1690 * windows.texi (Window Sizes): Document window-pixel-edges,
1691 window-inside-pixel-edges, window-absolute-pixel-edges, and
1692 window-inside-absolute-pixel-edges.
1693 (Resizing Windows): shrink-window-if-larger-than-buffer works on
1694 non-full-width windows.
1695
1696 2011-11-09 Martin Rudalics <rudalics@gmx.at>
1697
1698 * windows.texi (Resizing Windows): Rewrite documentation of
1699 window-resizable.
1700
1701 2011-11-09 Chong Yidong <cyd@gnu.org>
1702
1703 * windows.texi (Splitting Windows): Simplify example.
1704
1705 2011-11-08 Chong Yidong <cyd@gnu.org>
1706
1707 * windows.texi (Window Sizes): Copyedits. Document
1708 window-text-height. Remove window-min-height and window-min-width
1709 discussion, referring instead to Emacs manual.
1710 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
1711 (Resizing Windows): Simplify introduction. Don't document
1712 enlarge-window, shrink-window, enlarge-window-horizontally, and
1713 shrink-window-horizontally; they are no longer preferred for
1714 calling from Lisp, and are already documented in the Emacs manual.
1715
1716 2011-11-07 Glenn Morris <rgm@gnu.org>
1717
1718 * windows.texi (Choosing Window): Fix keybinding typo.
1719
1720 2011-11-07 Martin Rudalics <rudalics@gmx.at>
1721
1722 * windows.texi (Resizing Windows, Splitting Windows)
1723 (Window Configurations): Use "child window" instead of
1724 "subwindow".
1725
1726 2011-11-06 Chong Yidong <cyd@gnu.org>
1727
1728 * windows.texi (Basic Windows): Clarify various definitions.
1729 Treat window-normalize-* as internal; don't document them.
1730 (Windows and Frames): Various clarifications, e.g. non-live
1731 windows also belong to frames. Fix window-list description.
1732 Simplify window nesting example.
1733 (Splitting Windows, Window Configurations):
1734 Use split-window-below.
1735
1736 2011-11-04 Eli Zaretskii <eliz@gnu.org>
1737
1738 * windows.texi (Window Sizes): Mention in the doc string that the
1739 return values of `window-body-height' and `window-body-width' are
1740 in frame's canonical units. (Bug#9949)
1741
1742 2011-10-30 Martin Rudalics <rudalics@gmx.at>
1743
1744 * windows.texi (Windows and Frames): Remove "iso-" infix from
1745 documentation of window-iso-combined-p.
1746
1747 2011-10-26 Chong Yidong <cyd@gnu.org>
1748
1749 * modes.texi (Running Hooks): Document with-wrapper-hook.
1750
1751 2011-10-18 Chong Yidong <cyd@gnu.org>
1752
1753 * display.texi (Glyphless Chars): New node.
1754
1755 2011-10-13 Chong Yidong <cyd@stupidchicken.com>
1756
1757 * text.texi (Yanking): Document yank-excluded-properties.
1758
1759 * package.texi (Packaging Basics): The commentary should say how
1760 to begin using the package.
1761
1762 2011-10-11 Martin Rudalics <rudalics@gmx.at>
1763
1764 * windows.texi (Deleting Windows): Mention which window gets
1765 selected when deleting the selected window.
1766
1767 2011-10-09 Martin Rudalics <rudalics@gmx.at>
1768
1769 * buffers.texi (The Buffer List): Describe how bury-buffer deals
1770 with the selected window.
1771 * windows.texi (Buffers and Windows): Reformulate text on how
1772 replace-buffer-in-windows deals with a window.
1773 (Quitting Windows): Describe how quit-window deals with a
1774 standalone frame. Describe new option frame-auto-hide-function.
1775
1776 2011-10-08 Glenn Morris <rgm@gnu.org>
1777
1778 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
1779
1780 * positions.texi (Excursions): Update warning message.
1781
1782 2011-10-05 Chong Yidong <cyd@stupidchicken.com>
1783
1784 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
1785 Fix Emacs manual xref (Bug#9675).
1786
1787 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
1788
1789 * windows.texi (Textual Scrolling): Document scroll-up-command,
1790 scroll-down-command, scroll-error-top-bottom, and the
1791 scroll-command symbol property.
1792 (Display Action Functions): Fix description of
1793 display-buffer-pop-up-window.
1794
1795 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
1796
1797 * windows.texi (Splitting Windows): Fix typos.
1798
1799 2011-09-25 Martin Rudalics <rudalics@gmx.at>
1800
1801 * windows.texi (Windows and Frames, Display Action Functions)
1802 (Switching Buffers): Fix some typos.
1803 (Buffers and Windows): Remove reference to window-auto-delete.
1804 Reword description of replace-buffer-in-windows.
1805 (Window History): Fix some typos and refer to frame local buffer
1806 list.
1807 (Quitting Windows): New node.
1808 (Window Configurations): Add descriptions of window-state-get
1809 and window-state-put.
1810 (Window Parameters): Describe variable ignore-window-parameters.
1811 Sketch some window parameters currently in use.
1812 * elisp.texi (Top): Update node listing.
1813
1814 2011-09-25 Chong Yidong <cyd@stupidchicken.com>
1815
1816 * windows.texi (Display Action Functions)
1817 (Choosing Window Options): New nodes.
1818
1819 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
1820
1821 * windows.texi (Window History): New node. Move text here from
1822 Buffers and Windows.
1823 (Switching Buffers): Rename from Displaying Buffers, since we
1824 don't document display-buffer here; callers changed.
1825 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
1826 switch-to-buffer-other-frame. Delete duplicate
1827 replace-buffer-in-windows doc.
1828 (Choosing Window): Document display actions.
1829
1830 2011-09-24 Eli Zaretskii <eliz@gnu.org>
1831
1832 * display.texi (Forcing Redisplay): Update the description of
1833 redisplay-dont-pause due to change in the default value.
1834
1835 2011-09-23 Martin Rudalics <rudalics@gmx.at>
1836
1837 * frames.texi (Frames and Windows): Move section and rename to
1838 Windows and Frames in windows.texi.
1839 * windows.texi (Windows): Restructure.
1840 (Basic Windows): Rewrite. Explain live and internal windows and
1841 normalization functions.
1842 (Windows and Frames): Move section here from frames.texi.
1843 Describe subwindows, window combinations, window tree, and
1844 corresponding functions including window-list here.
1845 (Window Sizes): Rename section from Size of Window and move it
1846 up in chapter. Describe total and body sizes and the
1847 corresponding functions. Explain new semantics of
1848 window-min-height/-width.
1849 (Resizing Windows): Move section up in chapter. Describe new
1850 resize functions.
1851 (Splitting Windows): Describe new behavior of split-window,
1852 split-window-above-each-other and split-window-side-by-side.
1853 Provide examples. Describe window-nest and window-splits
1854 options.
1855 (Deleting Windows): Minor rewrite.
1856 (Selecting Windows): Minor rewrite.
1857 Describe frame-selected-window and set-frame-selected-window here.
1858 (Cyclic Window Ordering): Minor rewrite.
1859 Describe window-list-1.
1860 (Buffers and Windows): Rewrite. Explain a window's previous and
1861 next buffers and the corresponding functions.
1862 (Window Tree): Merge into Windows and Frames section.
1863 * elisp.texi (Top): Update node listings for frames and windows
1864 sections.
1865
1866 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1867
1868 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
1869
1870 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1871
1872 * errors.texi (Standard Errors): Remove apparent placeholder text
1873 (bug#9491).
1874
1875 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
1876
1877 * frames.texi (Management Parameters): Fix description of
1878 icon-type parameter.
1879
1880 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
1881
1882 * tips.texi (Key Binding Conventions): Don't bind a key sequence
1883 ending in C-g. Suggested by Edward O'Connor.
1884
1885 2011-09-17 Eli Zaretskii <eliz@gnu.org>
1886
1887 * numbers.texi (Integer Basics): Add indexing for
1888 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
1889
1890 2011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1891
1892 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
1893
1894 2011-09-11 Juanma Barranquero <lekktu@gmail.com>
1895
1896 * processes.texi (Network Servers): Clarify what the process
1897 buffer is used for (bug#9233).
1898
1899 2011-08-30 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1900
1901 * lists.texi (Building Lists): Fix typo.
1902
1903 2011-08-30 Chong Yidong <cyd@stupidchicken.com>
1904
1905 * display.texi (Basic Faces): New node. Document new faces.
1906
1907 * modes.texi (Major Mode Conventions): Move some text there.
1908 (Mode Help): Remove major-mode var, duplicated in Major Modes.
1909
1910 2011-08-29 Chong Yidong <cyd@stupidchicken.com>
1911
1912 * modes.texi (Basic Major Modes): New node. Callers updated.
1913 (Major Modes): Document fundamental-mode and major-mode.
1914 (Major Mode Basics): Node deleted; text moved to Major Modes.
1915 (Derived Modes): Document derived-mode-p.
1916
1917 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
1918
1919 * files.texi (Changing Files, Create/Delete Dirs): Document new
1920 arguments for delete-file, delete-directory, and copy-directory.
1921 (Visiting Functions): Remove view-file; it is documented in the
1922 Emacs manual.
1923
1924 * frames.texi (Layout Parameters): The defaults for the
1925 menu-bar-lines and tool-bar-lines parameters depend on the mode.
1926
1927 * display.texi (Progress): Document spinner functionality.
1928
1929 * os.texi (Killing Emacs): Note that kill-emacs can be called by
1930 operating system signals. Refer to save-buffers-kill-terminal
1931 instead of save-buffers-kill-emacs.
1932
1933 * objects.texi (Symbol Type): Document ## print representation.
1934
1935 2011-08-25 Eli Zaretskii <eliz@gnu.org>
1936
1937 * display.texi (Specified Space): Mention that `space' specs
1938 influence bidi reordering.
1939 (Bidirectional Display): Explain how to use `(space . PROPS)' for
1940 separating fields with bidirectional content.
1941
1942 2011-08-24 Eli Zaretskii <eliz@gnu.org>
1943
1944 * display.texi (Bidirectional Display): Document return value in
1945 buffers that are not bidi-reordered for display, and in unibyte
1946 buffers.
1947
1948 2011-08-23 Eli Zaretskii <eliz@gnu.org>
1949
1950 * nonascii.texi (Character Properties): Document the values for
1951 unassigned codepoints.
1952
1953 2011-08-18 Eli Zaretskii <eliz@gnu.org>
1954
1955 * nonascii.texi (Character Properties): Document use of
1956 `bidi-class' and `mirroring' properties as part of reordering.
1957 Provide cross-references to "Bidirectional Display".
1958
1959 * display.texi (Bidirectional Display): Document the pitfalls of
1960 concatenating strings with bidirectional content, with possible
1961 solutions. Document bidi-string-mark-left-to-right.
1962 Mention paragraph direction in modes that inherit from prog-mode.
1963 Document use of `bidi-class' and `mirroring' properties as part of
1964 reordering.
1965
1966 2011-08-16 Eli Zaretskii <eliz@gnu.org>
1967
1968 * modes.texi (Major Mode Conventions): Improve the documentation
1969 of `mode-class' `special' modes.
1970
1971 * nonascii.texi (Character Properties): Document the `mirroring'
1972 property. Add index entries.
1973
1974 * syntax.texi (Categories): Add an example of defining a new
1975 category and category table.
1976
1977 * searching.texi (Regexp Backslash): Document how to display
1978 existing categories. Mention the possibility of adding
1979 categories, and add an xref to where this is described. Add an
1980 index entry.
1981
1982 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
1983
1984 * text.texi (Special Properties):
1985 * display.texi (Overlay Properties): Note that mouse-face cannot
1986 change the text size (Bug#8530).
1987
1988 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
1989
1990 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
1991 using setenv instead.
1992
1993 2011-07-28 Eli Zaretskii <eliz@gnu.org>
1994
1995 * display.texi (Bidirectional Display): Document the fact that
1996 bidi-display-reordering is t by default.
1997
1998 2011-07-23 Eli Zaretskii <eliz@gnu.org>
1999
2000 * display.texi (Bidirectional Display): New section.
2001
2002 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2003 Tim Cross <theophilusx@gmail.com> (tiny change)
2004 Glenn Morris <rgm@gnu.org>
2005
2006 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
2007
2008 2011-07-15 Andreas Schwab <schwab@linux-m68k.org>
2009
2010 * help.texi (Keys in Documentation): Revert last change.
2011
2012 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2013
2014 * help.texi (Keys in Documentation): Clarify that \= only quotes
2015 the next character, and doesn't affect longer sequences in
2016 particular (bug#8935).
2017
2018 * debugging.texi (Using Debugger):
2019 Mention @code{eval-expression-debug-on-error} (bug#8549).
2020
2021 2011-07-14 Eli Zaretskii <eliz@gnu.org>
2022
2023 * display.texi (Other Display Specs): Document that `left-fringe'
2024 and `right-fringe' display specifications are of the "replacing"
2025 kind.
2026
2027 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2028
2029 * help.texi (Documentation Basics): Add a link to the Function
2030 Documentation node (bug#6580).
2031
2032 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2033
2034 * keymaps.texi (Menu Bar): Mention :visible and :enable
2035 (bug#6344). Text by Drew Adams.
2036
2037 * modes.texi (Running Hooks): Mention buffer-local hook variables
2038 (bug#6218).
2039
2040 * objects.texi (General Escape Syntax): "a with grave accent" is
2041 ?xe0, not ?x8e0 (bug#5259).
2042
2043 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
2044
2045 * display.texi (Face Attributes, Font Selection): Add references
2046 to the Fonts node in the Emacs manual (Bug#4178).
2047
2048 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
2049
2050 * display.texi (Window Systems): `window-system' is
2051 terminal-local.
2052
2053 * frames.texi (Frame Parameters, Parameter Access): Don't mention
2054 frame-local variables.
2055
2056 * variables.texi (Buffer-Local Variables): Don't mention obsolete
2057 frame-local variables.
2058 (Frame-Local Variables): Node deleted.
2059
2060 * elisp.texi (Top): Update node listing.
2061
2062 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2063
2064 * elisp.texi: Change "inferiors" to "subnodes" in three places
2065 (bug#3523).
2066
2067 2011-07-11 Chong Yidong <cyd@stupidchicken.com>
2068
2069 * frames.texi (Window System Selections): Discussion of
2070 x-select-enable-clipboard moved to Emacs manual.
2071
2072 2011-07-11 Deniz Dogan <deniz@dogan.se>
2073
2074 * commands.texi (Prefix Command Arguments): Remove excessive
2075 apostrophe.
2076
2077 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2078
2079 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
2080 description is a string (bug#3313).
2081
2082 * frames.texi (Display Feature Testing): Try to explain what all
2083 the visual classes mean (bug#3042).
2084
2085 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2086
2087 * modes.texi (Mode Line Variables): Document `mode-line-remote'
2088 and `mode-line-client' (bug#2974).
2089
2090 * text.texi (Insertion): Clarify marker movements (bug#1651).
2091 Text from Drew Adams.
2092
2093 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2094
2095 * text.texi (Special Properties): Clarify the format of `face'
2096 (bug#1375).
2097
2098 * commands.texi (Interactive Call): Add a `call-interactively'
2099 example (bug#1010).
2100
2101 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2102
2103 * functions.texi (Calling Functions): Link to the "Interactive
2104 Call" node (bug#1001).
2105
2106 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
2107
2108 * customize.texi (Composite Types): Move alist and plist to here
2109 from Simple Types (Bug#7545).
2110
2111 * elisp.texi (Top): Update menu description.
2112
2113 * display.texi (Face Attributes): Document negative line widths
2114 (Bug#6113).
2115
2116 2011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
2117
2118 * searching.texi (Match Data): Note that match data can be
2119 overwritten by most functions (bug#2499).
2120
2121 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2122
2123 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
2124 flags mean (bug#6659).
2125
2126 * functions.texi (What Is a Function): Document the autoload
2127 object (bug#6496).
2128
2129 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2130
2131 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
2132 is only used in the Customize user interface (bug#6089).
2133
2134 * display.texi (Showing Images): Mention the point of sliced
2135 images (bug#7836).
2136
2137 2011-07-02 Eli Zaretskii <eliz@gnu.org>
2138
2139 * variables.texi (Defining Variables, Void Variables)
2140 (Constant Variables): Fix incorrect usage of @kindex.
2141
2142 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2143
2144 * variables.texi (Defining Variables): Add an index entry for
2145 `set-variable' (bug#7262).
2146 (Defining Variables): Use @findex for functions.
2147
2148 * frames.texi (Basic Parameters): Document the `explicit-name'
2149 parameter (bug#6951).
2150
2151 * customize.texi (Type Keywords): Clarify that :value provides a
2152 default value for all types (bug#7386).
2153
2154 * streams.texi (Output Functions): Document `pp'.
2155
2156 2011-06-25 Chong Yidong <cyd@stupidchicken.com>
2157
2158 * keymaps.texi (Searching Keymaps):
2159 * display.texi (Overlay Properties): Fix errors in 2011-05-29
2160 change. Suggested by Johan Bockgård.
2161
2162 2011-06-15 Chong Yidong <cyd@stupidchicken.com>
2163
2164 * text.texi (Special Properties): Clarify role of font-lock-face.
2165
2166 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2167
2168 * processes.texi (Process Information): Rename `process-alive-p'
2169 to `process-live-p' for consistency with other `-live-p' functions.
2170
2171 2011-06-03 Paul Eggert <eggert@cs.ucla.edu>
2172
2173 Document wide integers better.
2174 * files.texi (File Attributes): Document ino_t values better.
2175 ino_t values no longer map to anything larger than a single cons.
2176 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
2177 (Bitwise Operations):
2178 * objects.texi (Integer Type): Use a binary notation that is a bit easier
2179 to read, and that will port better if 62-bits becomes the default.
2180 Fix or remove incorrect examples.
2181 * os.texi (Time Conversion): Document time_t values better.
2182
2183 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2184
2185 * processes.texi (Process Information):
2186 Document `process-alive-p'.
2187
2188 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
2189
2190 * help.texi (Accessing Documentation):
2191 * display.texi (Pixel Specification):
2192 * processes.texi (Serial Ports, Serial Ports):
2193 * nonascii.texi (Character Properties, Default Coding Systems):
2194 * text.texi (Changing Properties, Special Properties):
2195 * windows.texi (Window Start and End):
2196 * modes.texi (SMIE Indentation Example, SMIE Tricks):
2197 * keymaps.texi (Searching Keymaps, Tool Bar):
2198 * minibuf.texi (Basic Completion):
2199 * compile.texi (Eval During Compile):
2200 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
2201 7x9 paper in printed manual.
2202
2203 * lists.texi (Sets And Lists): Fix misplaced text.
2204
2205 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
2206
2207 * keymaps.texi (Remapping Commands): Emphasize that the keymap
2208 needs to be active (Bug#8350).
2209
2210 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
2211
2212 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
2213
2214 * tips.texi (Coding Conventions): Remove antediluvian filename
2215 limit recommendation (Bug#8538).
2216
2217 2011-05-27 Glenn Morris <rgm@gnu.org>
2218
2219 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
2220
2221 2011-05-26 Glenn Morris <rgm@gnu.org>
2222
2223 * variables.texi (File Local Variables):
2224 Update hack-local-variables `mode-only' return value.
2225 Add some more details on what this function does in the other case.
2226
2227 2011-05-19 Glenn Morris <rgm@gnu.org>
2228
2229 * lists.texi (Sets And Lists): Mention cl provides union etc.
2230
2231 2011-05-19 Nix <nix@esperi.org.uk>
2232
2233 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
2234
2235 * text.texi (Parsing HTML): Update for function name changes.
2236
2237 * syntax.texi (Syntax Flags): Small fix.
2238
2239 * keymaps.texi (Active Keymaps): Typo fix.
2240 (Changing Key Bindings): Grammar fix.
2241
2242 * frames.texi (Minibuffers and Frames): Grammar fix.
2243 (Window System Selections): x-select-enable-clipboard now defaults to t.
2244
2245 * customize.texi (Common Keywords):
2246 * display.texi (Abstract Display):
2247 * modes.texi (Auto-Indentation):
2248 * nonascii.texi (Converting Representations): Typo fixes.
2249
2250 * control.texi (Examples of Catch): Call it "goto" not "go to".
2251
2252 2011-05-14 Eli Zaretskii <eliz@gnu.org>
2253
2254 * nonascii.texi (Character Properties): Fix inconsistencies with
2255 implementation.
2256
2257 * text.texi (Special Properties): Move @defvar's out of the
2258 @table. (Bug#8652)
2259
2260 2011-05-12 Glenn Morris <rgm@gnu.org>
2261
2262 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
2263
2264 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2265
2266 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
2267 (Multiline Font Lock):
2268 * vol2.texi (Top):
2269 * vol1.texi (Top):
2270 * elisp.texi (Top): Update menu accordingly.
2271
2272 2011-05-12 Drew Adams <drew.adams@oracle.com>
2273
2274 * modes.texi (Region to Fontify): Fix typo.
2275
2276 2011-05-10 Jim Meyering <meyering@redhat.com>
2277
2278 * minibuf.texi: Fix typo "in in -> in".
2279
2280 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
2281
2282 * numbers.texi (Integer Basics): Large integers are treated as floats.
2283
2284 2011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2285
2286 * processes.texi (Synchronous Processes): Document the (:file
2287 "/file-name") syntax for `call-process'.
2288
2289 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
2290
2291 * windows.texi (Choosing Window): Fix typo.
2292
2293 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
2294
2295 * frames.texi (Layout Parameters): Note the difference between
2296 querying and setting parameters for left-fringe and right-fringe
2297 (Bug#6930).
2298
2299 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2300
2301 * minibuf.texi (Basic Completion): Be a bit more precise about the
2302 valid kinds of completion tables.
2303 (Programmed Completion): Remove obsolete text about lambda expressions
2304 not being valid completion tables.
2305
2306 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
2307
2308 * positions.texi (Excursions): Explain the "save-excursion
2309 defeated by set-buffer" warning.
2310
2311 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
2312 save-excursion. Suggested by Uday S Reddy.
2313
2314 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
2315
2316 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
2317 (Lexical Binding): New sub-section.
2318
2319 * eval.texi (Eval): Discourage the use of `eval'.
2320 Document its new `lexical' argument.
2321
2322 2011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2323
2324 * commands.texi (Command Overview): `post-command-hook' is not reset to
2325 nil any more.
2326
2327 2011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2328
2329 * strings.texi (String Conversion): Don't mention
2330 string-make-(uni|multi)byte (bug#8262).
2331 * nonascii.texi (Converting Representations): Fix up range.
2332 * keymaps.texi (Key Binding Commands): Update code point, avoid
2333 "unibyte character" and remove mention of unibyte bindings.
2334
2335 2011-03-10 Eli Zaretskii <eliz@gnu.org>
2336
2337 * modes.texi (Operator Precedence Grammars): Don't use characters
2338 outside ISO-8859-1.
2339
2340 2011-03-09 Eli Zaretskii <eliz@gnu.org>
2341
2342 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
2343
2344 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
2345
2346 2011-03-08 Glenn Morris <rgm@gnu.org>
2347
2348 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
2349 * intro.texi (Acknowledgements): Names to UTF-8.
2350 * elisp.texi: Set documentencoding.
2351
2352 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
2353
2354 * Version 23.3 released.
2355
2356 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
2357
2358 * package.texi: Update index keywords.
2359 (Package Archives): New node contents. Document package-x.el.
2360
2361 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
2362
2363 * makefile.w32-in (srcs): Add package.texi.
2364
2365 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
2366
2367 * package.texi (Packaging, Packaging Basics, Simple Packages)
2368 (Multi-file Packages): Expand and clarify.
2369 (Package Archives): Temporary placeholder node.
2370
2371 * elisp.texi (Top): Update node listing.
2372
2373 * Makefile.in (srcs): Add package.texi.
2374
2375 2011-03-05 Chong Yidong <cyd@stupidchicken.com>
2376
2377 * processes.texi (Synchronous Processes): Minor clarification
2378 (Bug#8149).
2379
2380 2011-03-03 Glenn Morris <rgm@gnu.org>
2381
2382 * files.texi (Truenames): Minor clarification. (Bug#2341)
2383
2384 2011-03-01 Glenn Morris <rgm@gnu.org>
2385
2386 * variables.texi (Directory Local Variables):
2387 Mention `(subdirs . nil)' alist element.
2388
2389 2011-02-28 Glenn Morris <rgm@gnu.org>
2390
2391 * variables.texi (Directory Local Variables): Mention the optional
2392 mtime argument of dir-locals-set-directory-class. (Bug#3577)
2393
2394 2011-02-27 Chong Yidong <cyd@stupidchicken.com>
2395
2396 * minibuf.texi (Minibuffer History): Clarify discussion of
2397 minibuffer history lists (Bug#8085).
2398
2399 2011-02-19 Eli Zaretskii <eliz@gnu.org>
2400
2401 * elisp.texi: Sync @dircategory with ../../info/dir.
2402
2403 * files.texi (Visiting Functions): Document find-file-literally,
2404 both the command and the variable.
2405
2406 * variables.texi (Creating Buffer-Local): Explain the meaning of
2407 permanent local variables.
2408
2409 * files.texi (Visiting Functions): Document find-file-literally,
2410 both the command and the variable.
2411
2412 * variables.texi (Creating Buffer-Local): Explain the meaning of
2413 permanent local variables.
2414
2415 2011-02-19 Glenn Morris <rgm@gnu.org>
2416
2417 * keymaps.texi (Remapping Commands): Mention how to undo it.
2418
2419 2011-02-09 Reuben Thomas <rrt@sc3d.org>
2420
2421 * loading.texi (Hooks for Loading): Remove unnecessary advice
2422 about eval-after-load (Bug#7986).
2423
2424 2011-02-05 Chong Yidong <cyd@stupidchicken.com>
2425
2426 * commands.texi (Accessing Mouse): Note that a header line is not
2427 included in the row of posn-col-row.
2428
2429 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
2430
2431 * modes.texi (Major Mode Conventions): Add face guidelines.
2432 (Faces for Font Lock): List faces in order of prominence.
2433
2434 2011-02-01 Paul Eggert <eggert@cs.ucla.edu>
2435
2436 format-time-string now supports subsecond time stamp resolution
2437 * os.texi (Time Parsing): Document %N.
2438
2439 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
2440
2441 * vol1.texi (Top):
2442 * vol2.texi (Top):
2443 * elisp.texi (Top):
2444 * display.texi (Display Property): Shorten the menu description of
2445 the "Other Display Specs" node (Bug#7816).
2446
2447 * keymaps.texi (Defining Menus): Add "menu item" and "extended
2448 menu item" concept index entries (Bug#7805).
2449
2450 2011-01-29 Eli Zaretskii <eliz@gnu.org>
2451
2452 * makefile.w32-in (texinfodir): New variable.
2453 (usermanualdir): Remove as redundant with $(emacsdir).
2454 (MAKEINFO): Remove options, leave only program name.
2455 (MAKEINFO_OPTS): New variable.
2456 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
2457
2458 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
2459 Richard Kim <emacs18@gmail.com>
2460
2461 * loading.texi (Library Search): Document list-load-path-shadows
2462 (Bug#7757).
2463
2464 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
2465
2466 * searching.texi (Regexp Special): Remove outdated discussion of
2467 character sets (Bug#7780).
2468
2469 * frames.texi (Pop-Up Menus): Document where menu title comes
2470 from (Bug#7684).
2471
2472 2011-01-25 Glenn Morris <rgm@gnu.org>
2473
2474 * display.texi (Making Buttons): Mention limitation of text buttons.
2475
2476 2011-01-23 Werner Lemberg <wl@gnu.org>
2477
2478 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2479 (MAKEINFO_OPTS): New variable. Use it where appropriate.
2480 (ENVADD): New variable to control texi2dvi and texi2pdf.
2481
2482 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
2483
2484 * files.texi (Directory Names): Move directory-abbrev-alist doc to
2485 Emacs manual.
2486
2487 2011-01-15 Eli Zaretskii <eliz@gnu.org>
2488
2489 * files.texi (Directory Names): Explain why FROM in
2490 directory-abbrev-alist should begin with \`. (Bug#7777)
2491
2492 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2493
2494 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
2495
2496 2011-01-02 Eli Zaretskii <eliz@gnu.org>
2497
2498 * modes.texi (Emulating Mode Line): Fix last change.
2499
2500 2011-01-02 Eli Zaretskii <eliz@gnu.org>
2501
2502 * modes.texi (Emulating Mode Line): Update documentation of
2503 format-mode-line according to changes that fixed bug #7587.
2504
2505 2010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
2506
2507 * modes.texi (Derived Modes): Mention prog-mode.
2508
2509 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
2510 of the key-binding-data cache since we don't use it any more.
2511
2512 2010-12-13 Eli Zaretskii <eliz@gnu.org>
2513
2514 * processes.texi (Shell Arguments):
2515 * strings.texi (Creating Strings): Don't mention "shell commands";
2516 make it explicit that `split-string-and-unquote' and
2517 `combine-and-quote-strings' are mainly for working with arguments
2518 to call-process and start-process.
2519
2520 * processes.texi (Shell Arguments): Fix documentation of
2521 `split-string-and-unquote'. Add indexing. (Bug#7563)
2522
2523 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2524
2525 * modes.texi (Auto-Indentation): New section to document SMIE.
2526 (Major Mode Conventions):
2527 * text.texi (Mode-Specific Indent): Refer to it.
2528
2529 2010-12-13 Eli Zaretskii <eliz@gnu.org>
2530
2531 * display.texi (Other Display Specs): Document left-fringe and
2532 right-fringe display specs.
2533
2534 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2535
2536 * backups.texi (Making Backups):
2537 * modes.texi (Example Major Modes): Use recommended coding style.
2538 (Major Mode Basics, Derived Modes): Encourge more strongly use of
2539 define-derived-mode. Mention completion-at-point-functions.
2540
2541 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
2542
2543 * nonascii.texi (Converting Representations):
2544 Document byte-to-string.
2545
2546 2010-12-08 Glenn Morris <rgm@gnu.org>
2547
2548 * buffers.texi (Modification Time):
2549 verify-visited-file-modtime now defaults to the current buffer.
2550
2551 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
2552
2553 * nonascii.texi (Converting Representations): Document byte-to-string.
2554
2555 * strings.texi (Creating Strings): Don't mention semi-obsolete
2556 function char-to-string.
2557 (String Conversion): Shorten discussion of semi-obsolete function
2558 string-to-char. Link to Converting Representations.
2559
2560 * objects.texi (Symbol Type):
2561 * text.texi (Near Point):
2562 * help.texi (Help Functions):
2563 * functions.texi (Mapping Functions): Use string instead of
2564 char-to-string in examples.
2565
2566 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
2567
2568 * text.texi (Kill Functions, Kill Functions)
2569 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
2570 YANK-HANDLER args.
2571
2572 * symbols.texi (Creating Symbols): Using unintern without an
2573 obarray arg is now obsolete.
2574
2575 * numbers.texi (Float Basics): Document float-e and float-pi.
2576
2577 * variables.texi (Defining Variables): Change "pi" example to
2578 "float-pi".
2579
2580 2010-11-26 Eli Zaretskii <eliz@gnu.org>
2581
2582 * commands.texi (Click Events): Document the values of X, Y and
2583 COL, ROW in the event's position, when the click is on the header
2584 or mode line, on the fringes, or in the margins.
2585
2586 2010-11-17 Eli Zaretskii <eliz@gnu.org>
2587
2588 * customize.texi (Composite Types): Lower-case index entry.
2589
2590 * loading.texi (How Programs Do Loading):
2591 Document load-file-name. (Bug#7346)
2592
2593 2010-11-17 Glenn Morris <rgm@gnu.org>
2594
2595 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
2596
2597 2010-11-13 Eli Zaretskii <eliz@gnu.org>
2598
2599 * display.texi (Usual Display): Characters with no fonts are not
2600 necessarily displayed as empty boxes.
2601
2602 2010-10-31 Glenn Morris <rgm@gnu.org>
2603
2604 * maps.texi (Standard Keymaps): Update File menu description.
2605
2606 2010-10-28 Glenn Morris <rgm@gnu.org>
2607
2608 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
2609
2610 2010-10-24 Eli Zaretskii <eliz@gnu.org>
2611
2612 * display.texi (Window Systems): Deprecate use of window-system as
2613 a predicate.
2614
2615 2010-10-23 Glenn Morris <rgm@gnu.org>
2616
2617 * help.texi (Documentation Basics): Remove mentions of digest-doc and
2618 sorted-doc.
2619
2620 2010-10-15 Eli Zaretskii <eliz@gnu.org>
2621
2622 * os.texi (Dynamic Libraries): New node, with slightly modified
2623 text deleted from "Image Formats".
2624 (System Interface): Add @menu entry for "Dynamic Libraries".
2625
2626 * display.texi (Image Formats): Remove description of
2627 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
2628
2629 2010-10-12 Glenn Morris <rgm@gnu.org>
2630
2631 * book-spine.texinfo: Rename to book-spine.texi.
2632
2633 2010-10-11 Glenn Morris <rgm@gnu.org>
2634
2635 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
2636
2637 * Makefile.in (DVIPS): New variable.
2638 (.PHONY): Add html, ps.
2639 (html, elisp.html, ps, elisp.ps): New targets.
2640 (clean): Delete html, ps files.
2641 ($(infodir)/elisp): Remove unnecessary includes.
2642
2643 2010-10-09 Eli Zaretskii <eliz@gnu.org>
2644
2645 * makefile.w32-in (emacsdir): New variable.
2646 (srcs): Add emacsver.texi.
2647 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
2648
2649 2010-10-09 Glenn Morris <rgm@gnu.org>
2650
2651 * Makefile.in (VPATH): Remove.
2652 (infodir): Make it absolute.
2653 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
2654
2655 * Makefile.in (dist): Anchor regexps.
2656
2657 * Makefile.in (srcs): Put elisp.texi first.
2658 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
2659
2660 * Makefile.in (infoclean): Remove harmless, long-standing error.
2661
2662 * Makefile.in ($(infodir)): Delete rule.
2663 (mkinfodir): New.
2664 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
2665
2666 * Makefile.in (dist): Remove reference to emacsver.texi.in.
2667 Also copy emacsver.texi, and edit $emacsdir.
2668
2669 2010-10-09 Glenn Morris <rgm@gnu.org>
2670
2671 * Makefile.in (emacsdir): New variable.
2672 (MAKEINFO): Add -I $emacsdir.
2673 (dist): Copy emacsver.texi.
2674 (srcs): Add emacsver.texi.
2675
2676 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
2677 Set EMACSVER by including emacsver.texi.
2678
2679 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
2680
2681 2010-10-07 Glenn Morris <rgm@gnu.org>
2682
2683 * Makefile.in (version): New, set by configure.
2684 (clean): Delete dist tar file.
2685 (dist): Use version in tar name.
2686
2687 2010-10-06 Glenn Morris <rgm@gnu.org>
2688
2689 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
2690 (INSTALL_INFO): Remove unused variable.
2691 (mostlyclean, infoclean, dist): New rules.
2692 (clean): Delete dvi and pdf files.
2693 (maintainer-clean): Remove elisp.oaux, use infoclean.
2694 ($(infodir)): Add parallel build workaround.
2695
2696 2010-10-04 Glenn Morris <rgm@gnu.org>
2697
2698 * Makefile.in (dvi, pdf, $(infodir)): New targets.
2699 ($(infodir)/elisp): Ensure target directory exists. Use $@.
2700 Fix -I typo.
2701 (clean): No 'make.out' or 'core' files.
2702 (.PHONY): Declare clean rules.
2703 (maintainer-clean): Delete pdf file. Guard against cd failures.
2704
2705 2010-10-03 Glenn Morris <rgm@gnu.org>
2706
2707 * files.texi (File Name Components): Remove ignored section about
2708 deleted variable directory-sep-char.
2709
2710 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
2711
2712 * files.texi (Magic File Names): New defopt
2713 remote-file-name-inhibit-cache.
2714
2715 2010-10-02 Glenn Morris <rgm@gnu.org>
2716
2717 * os.texi (Killing Emacs): Hook now runs in batch mode.
2718
2719 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
2720
2721 * text.texi (Special Properties): Clarify when modification-hooks run.
2722
2723 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2724
2725 * syntax.texi (Syntax Flags): Document new `c' flag.
2726
2727 2010-09-09 Glenn Morris <rgm@gnu.org>
2728
2729 * display.texi (ImageMagick Images): General cleanup.
2730
2731 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2732
2733 * files.texi (Directory Names): Use \` rather than ^.
2734
2735 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
2736
2737 * text.texi (Low-Level Kill Ring):
2738 * frames.texi (Window System Selections): Remove cut buffer
2739 documentation.
2740
2741 2010-08-28 Eli Zaretskii <eliz@gnu.org>
2742
2743 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
2744 Parameters", where the default fringe width is described.
2745
2746 * frames.texi (Window Frame Parameters, Basic Parameters)
2747 (Position Parameters, Layout Parameters, Management Parameters)
2748 (Cursor Parameters, Font and Color Parameters): Add indexing for
2749 frame parameters. (Bug#6929)
2750
2751 2010-08-25 Tom Tromey <tromey@redhat.com>
2752
2753 * vol2.texi (Top): Update.
2754 * vol1.texi (Top): Update.
2755 * tips.texi (Library Headers): Mention Package-Version and
2756 Package-Requires.
2757 * package.texi: New file.
2758 * os.texi (System Interface): Update pointers.
2759 * elisp.texi (Top): Link to new nodes. Include package.texi.
2760 * anti.texi (Antinews): Update pointers.
2761
2762 2010-08-25 Eli Zaretskii <eliz@gnu.org>
2763
2764 * processes.texi (Filter Functions): Fix last change.
2765
2766 2010-08-24 Markus Triska <triska@gmx.at>
2767
2768 * processes.texi (Filter Functions): Use `buffer-live-p' instead
2769 of `buffer-name' in the main text as well as in the example
2770 (Bug#3098).
2771
2772 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2773
2774 * nonascii.texi (Text Representations):
2775 * loading.texi (Loading Non-ASCII):
2776 * compile.texi (Byte Compilation): Don't mention obsolete
2777 --unibyte command-line argument.
2778
2779 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2780
2781 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
2782
2783 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2784
2785 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
2786
2787 2010-08-20 Eli Zaretskii <eliz@gnu.org>
2788
2789 * commands.texi (Misc Events): Add cross-references to where
2790 POSITION of a mouse event is described in detail.
2791
2792 2010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
2793
2794 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
2795
2796 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2797
2798 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
2799 Suggested by Štěpán Němec <stepnem@gmail.com>.
2800
2801 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2802
2803 * minibuf.texi (High-Level Completion): Document args of
2804 `read-buffer-function' (bug#5625).
2805
2806 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2807
2808 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
2809
2810 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
2811
2812 * processes.texi (Process Information): Explain process property
2813 `remote-tty'.
2814
2815 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
2816
2817 * modes.texi (Defining Minor Modes): Use C-delete in examples,
2818 instead of "\C-\^?" (bug#6334).
2819
2820 * text.texi (Special Properties): Fix typo.
2821
2822 2010-07-09 Eli Zaretskii <eliz@gnu.org>
2823
2824 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
2825 calling sequences, which are now the standard.
2826
2827 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
2828
2829 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
2830
2831 * commands.texi (Command Overview): Mention undo-boundary call.
2832
2833 2010-06-23 Glenn Morris <rgm@gnu.org>
2834
2835 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
2836 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
2837 * frames.texi, functions.texi, internals.texi, keymaps.texi:
2838 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
2839 * searching.texi, sequences.texi, strings.texi, syntax.texi:
2840 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
2841 Untabify Texinfo files.
2842
2843 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
2844
2845 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
2846
2847 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
2848
2849 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
2850
2851 2010-06-02 Chong Yidong <cyd@stupidchicken.com>
2852
2853 * searching.texi (Regexp Special): Remove obsolete information
2854 about matching non-ASCII characters, and suggest using char
2855 classes (Bug#6283).
2856
2857 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
2858
2859 * minibuf.texi (Basic Completion): Add missing "@end defun".
2860
2861 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2862
2863 * minibuf.texi (Basic Completion): Document completion-boundaries.
2864 (Programmed Completion): Document the new fourth method for boundaries.
2865
2866 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
2867
2868 * display.texi (Image Cache): Update documentation about image caching.
2869
2870 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
2871
2872 * windows.texi (Textual Scrolling):
2873 * tips.texi (Coding Conventions):
2874 * minibuf.texi (Minibuffer History):
2875 * maps.texi (Standard Keymaps):
2876 * loading.texi (Where Defined):
2877 * edebug.texi (Instrumenting): Fix typos.
2878
2879 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2880
2881 * keymaps.texi (Menu Bar): Document :advertised-binding property.
2882
2883 * functions.texi (Obsolete Functions):
2884 Document set-advertised-calling-convention.
2885
2886 * minibuf.texi (Basic Completion): Document completion-in-region.
2887 (Programmed Completion): Document completion-annotate-function.
2888
2889 * commands.texi (Reading One Event): Document read-key.
2890 (Distinguish Interactive): Document KIND arg to
2891 called-interactively-p. Delete obsolete interactive-p.
2892
2893 * elisp.texi (Top): Update node description.
2894
2895 2010-05-08 Eli Zaretskii <eliz@gnu.org>
2896
2897 * nonascii.texi (Character Properties):
2898 Document unicode-category-table. Add an index entry for Unicode
2899 general category.
2900
2901 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
2902
2903 * Version 23.2 released.
2904
2905 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
2906
2907 * locals.texi (Standard Buffer-Local Variables):
2908 Remove @ignore'd reference to `direction-reversed'.
2909
2910 2010-04-14 Juri Linkov <juri@jurta.org>
2911
2912 Fix @deffn without category.
2913
2914 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
2915 for `abbrev-insert'.
2916
2917 * buffers.texi (Indirect Buffers): Add category `Command'
2918 to @deffn of `clone-indirect-buffer'.
2919
2920 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
2921 for `next-window' and `previous-window'. Add category `Command'
2922 to @deffn of `pop-to-buffer'.
2923
2924 2010-04-01 Chong Yidong <cyd@stupidchicken.com>
2925
2926 * nonascii.texi (Text Representations): Don't mark
2927 enable-multibyte-characters as a user option.
2928
2929 2010-03-31 Eli Zaretskii <eliz@gnu.org>
2930
2931 * control.texi (Handling Errors): How to re-throw a signal caught
2932 by condition-case.
2933
2934 2010-03-26 Chong Yidong <cyd@stupidchicken.com>
2935
2936 * loading.texi (Hooks for Loading): Document after-load-functions.
2937 Copyedits.
2938
2939 2010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
2940
2941 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
2942
2943 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
2944
2945 * processes.texi (Network Processes): Document seqpacket type.
2946
2947 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2948
2949 * os.texi (System Environment): Do not mention lynxos.
2950
2951 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
2952
2953 * Branch for 23.2.
2954
2955 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
2956
2957 * objects.texi (Integer Type): Take note of the read syntax
2958 exception for numbers that cannot fit in the integer type.
2959
2960 2010-03-03 Glenn Morris <rgm@gnu.org>
2961
2962 * numbers.texi (Integer Basics, Bitwise Operations):
2963 * objects.texi (Integer Type): Update for integers now being 30-bit.
2964
2965 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
2966
2967 * display.texi (Low-Level Font): Document :otf font-spec property.
2968
2969 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2970
2971 * display.texi (Line Height): Avoid obsolete special default variables
2972 like default-major-mode.
2973
2974 2010-01-28 Alan Mackenzie <acm@muc.de>
2975
2976 * display.texi (Auto Faces): Say fontification-functions is called
2977 whether or not Font Lock is enabled. Tidy up the wording a bit.
2978
2979 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
2980
2981 * elisp.texi: Remove duplicate edition information (Bug#5407).
2982
2983 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
2984
2985 * two.el (volume-header-toc-markup): Fix typos in docstring.
2986
2987 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
2988
2989 Avoid dubious uses of save-excursions.
2990 * positions.texi (Excursions): Recommend the use of
2991 save-current-buffer if applicable.
2992 * text.texi (Clickable Text): Fix the example code which used
2993 save-excursion in a naive way which sometimes preserves point and
2994 sometimes not.
2995 * variables.texi (Creating Buffer-Local):
2996 * os.texi (Session Management):
2997 * display.texi (GIF Images):
2998 * control.texi (Cleanups): Use (save|with)-current-buffer.
2999
3000 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3001
3002 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
3003
3004 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
3005
3006 * nonascii.texi (Text Representations, Character Codes)
3007 (Converting Representations, Explicit Encoding)
3008 (Translation of Characters): Use hex notation consistently.
3009 (Character Sets): Fix map-charset-chars doc (Bug#5197).
3010
3011 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
3012
3013 * loading.texi (Where Defined): Make it clearer that these are
3014 loaded files (Bug#5068).
3015
3016 2009-12-29 Chong Yidong <cyd@stupidchicken.com>
3017
3018 * minibuf.texi (Completion Styles): Document `initials' style.
3019
3020 2009-12-25 Chong Yidong <cyd@stupidchicken.com>
3021
3022 * frames.texi (Resources): Describe inhibit-x-resources.
3023 (Size Parameters): Copyedit.
3024
3025 * hash.texi (Creating Hash):
3026 * objects.texi (Hash Table Type): Document the new hash table
3027 printed representation.
3028
3029 * minibuf.texi (Basic Completion): 4th arg to all-completions is
3030 obsolete.
3031
3032 * processes.texi (Process Buffers):
3033 Document process-kill-buffer-query-function.
3034
3035 2009-12-05 Glenn Morris <rgm@gnu.org>
3036
3037 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
3038 diary-display-function, and no longer recommended to be a hook.
3039 Update for changes in the names of calendar and diary hooks.
3040 diary-print-entries-hook has changed section.
3041
3042 2009-11-28 Eli Zaretskii <eliz@gnu.org>
3043
3044 * text.texi (Special Properties): More accurate description of
3045 what the `cursor' property does.
3046
3047 2009-11-26 Kevin Ryde <user42@zip.com.au>
3048
3049 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
3050 mouse-wheel-down-event, the closest thing to a definition for them.
3051 * os.texi (Startup Summary): vindex inhibit-startup-message and
3052 inhibit-splash-screen.
3053 (Command-Line Arguments): vindex argv.
3054 (Suspending Emacs): vindex suspend-tty-functions and
3055 resume-tty-functions. Don't want to index every hook, but having
3056 the programming ones is helpful.
3057
3058 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
3059
3060 * commands.texi (Motion Events): Fix typo (Bug#4907).
3061
3062 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
3063
3064 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
3065 are affected by case-fold-search (Bug#4483).
3066
3067 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
3068
3069 * minibuf.texi (Reading File Names): Note that read-file-name may
3070 use a graphical file dialog.
3071
3072 2009-10-31 Glenn Morris <rgm@gnu.org>
3073
3074 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
3075
3076 2009-10-16 Kevin Ryde <user42@zip.com.au>
3077
3078 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
3079 in particular so `info-lookup-symbol' can find its docs.
3080
3081 2009-10-16 Chong Yidong <cyd@stupidchicken.com>
3082
3083 * variables.texi (Constant Variables): Distinguish from defconst
3084 variables.
3085 (Defining Variables): Add cindex.
3086
3087 2009-10-15 Chong Yidong <cyd@stupidchicken.com>
3088
3089 * os.texi (Time of Day): Clarify that the microsecond part is
3090 ignored (Bug#4637).
3091
3092 2009-10-11 Glenn Morris <rgm@gnu.org>
3093
3094 * frames.texi (Size and Position): Clarify what is included in the frame
3095 height. (Bug#4535)
3096
3097 2009-10-10 Glenn Morris <rgm@gnu.org>
3098
3099 * windows.texi (Size of Window): The relationship between window and
3100 frame heights is not so simple. (Bug#4535)
3101 Mention window-full-height-p.
3102
3103 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3104
3105 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
3106 used from Lisp.
3107
3108 2009-10-07 Eli Zaretskii <eliz@gnu.org>
3109
3110 * files.texi (Directory Names) <abbreviate-file-name>:
3111 Document that root home directories are not replaced with "~".
3112
3113 2009-10-06 Eli Zaretskii <eliz@gnu.org>
3114
3115 * text.texi (Special Properties): Document the meaning of the
3116 `cursor' text property whose value is an integer.
3117
3118 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
3119
3120 * files.texi (Magic File Names): Add `copy-directory'.
3121
3122 2009-10-05 Eli Zaretskii <eliz@gnu.org>
3123
3124 * files.texi (File Attributes): Fix description of file
3125 attributes. (Bug#4638) Update attributes of files.texi example to
3126 be more representative.
3127
3128 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
3129
3130 * files.texi (Create/Delete Dirs): New command copy-directory.
3131
3132 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
3133
3134 * anti.texi (Antinews):
3135 * macros.texi (Indenting Macros):
3136 * strings.texi (Creating Strings, Case Conversion):
3137 Remove duplicate words.
3138
3139 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
3140
3141 * files.texi (Create/Delete Dirs): delete-directory has an
3142 optional parameter RECURSIVE.
3143
3144 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3145
3146 * buffers.texi (Swapping Text): Minor clarification.
3147
3148 2009-10-01 Glenn Morris <rgm@gnu.org>
3149
3150 * functions.texi (Declaring Functions): Mention that we also search for
3151 ".m" files in the src/ directory.
3152
3153 2009-09-25 David Engster <deng@randomsample.de>
3154
3155 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
3156
3157 2009-09-22 Glenn Morris <rgm@gnu.org>
3158
3159 * internals.texi (Building Emacs): Mention preloaded-file-list.
3160
3161 2009-09-14 Alan Mackenzie <acm@muc.de>
3162
3163 * os.texi (Terminal Output): Put "@code{}" around "stdout".
3164
3165 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
3166
3167 * functions.texi (Anonymous Functions): Rearrange discussion,
3168 giving usage of unquoted lambda forms first. Mention that
3169 `function' and `#'' are no longer required (Bug#4290).
3170
3171 2009-09-11 Alan Mackenzie <acm@muc.de>
3172
3173 * os.texi (Terminal Output): Document `send-string-to-terminal' in
3174 batch mode.
3175
3176 2009-09-01 Glenn Morris <rgm@gnu.org>
3177
3178 * display.texi (Face Functions): Mention define-obsolete-face-alias.
3179
3180 2009-08-26 Ulrich Mueller <ulm@gentoo.org>
3181
3182 * nonascii.texi (Character Codes): Fix typos.
3183
3184 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
3185
3186 * processes.texi (Synchronous Processes): New defvar
3187 process-file-side-effects.
3188
3189 2009-08-25 Glenn Morris <rgm@gnu.org>
3190
3191 * display.texi (Fontsets): Fix typo.
3192
3193 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
3194
3195 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
3196
3197 * processes.texi (Asynchronous Processes): Adjust arglist of
3198 start-process-shell-command and start-file-process-shell-command.
3199
3200 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
3201
3202 * advice.texi (Argument Access in Advice): Note that argument
3203 positions are zero-based (Bug#3932).
3204
3205 * commands.texi (Distinguish Interactive): Minor copyedit.
3206
3207 * display.texi (Face Attributes): Add xref to Displaying Faces for
3208 explanation of "underlying face".
3209
3210 * customize.texi (Common Keywords): Add xref to Loading.
3211
3212 * loading.texi (How Programs Do Loading): Add xref to Lisp
3213 Libraries node in the Emacs manual.
3214
3215 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
3216
3217 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
3218
3219 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
3220
3221 * processes.texi (Shell Arguments): Copyedits.
3222
3223 2009-07-18 Glenn Morris <rgm@gnu.org>
3224
3225 * loading.texi (Repeated Loading): Fix typo.
3226
3227 2009-07-16 Richard Stallman <rms@gnu.org>
3228
3229 * buffers.texi (Swapping Text): Recommend setting
3230 write-region-annotate-functions and buffer-saved-size.
3231
3232 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
3233
3234 2009-07-15 Glenn Morris <rgm@gnu.org>
3235
3236 * edebug.texi: Minor re-phrasings throughout.
3237 (Edebug Execution Modes): Sit-for affects continue mode too.
3238 (Jumping): Use `forward-sexp' rather than its keybinding.
3239 (Edebug Misc): Fix Q binding.
3240 (Edebug Eval): Remove cl version.
3241 (Printing in Edebug): Clarify print-length etc.
3242 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
3243 (Specification List): Remove edebug-unwrap findex entry.
3244 (Specification Examples): defmacro is actually not the same as defun.
3245 Escape "`" in example.
3246
3247 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
3248
3249 * markers.texi (The Mark): Document optional arg to
3250 deactivate-mark.
3251
3252 2009-07-11 Kevin Ryde <user42@zip.com.au>
3253
3254 * hooks.texi (Standard Hooks): Fix cross-references.
3255
3256 * loading.texi (Named Features): Refer to eval-after-load.
3257
3258 2009-07-11 Glenn Morris <rgm@gnu.org>
3259
3260 * Makefile.in (TEXI2PDF): New.
3261 (elisp.pdf): New target.
3262
3263 * searching.texi (Regexp Backslash): Fix typo.
3264
3265 * elisp.texi (Top): Display copyright notice at start of non-TeX.
3266
3267 2009-07-10 Glenn Morris <rgm@gnu.org>
3268
3269 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
3270
3271 * customize.texi (Customization Types):
3272 * display.texi (Abstract Display):
3273 * objects.texi (Character Type, String Type):
3274 Merge in some menu descriptions from elisp.texi.
3275
3276 * hash.texi (Hash Tables):
3277 * modes.texi (Multiline Font Lock):
3278 End menu description with period.
3279
3280 2009-07-09 Glenn Morris <rgm@gnu.org>
3281
3282 * back.texi: Don't hard-code texinfo location.
3283
3284 * two-volume.make (texinfodir): New, with location of texinfo.tex.
3285 (tex): Add texinfodir to TEXINPUTS.
3286 (elisp1med-init, elisp2med-init): Use texinfodir.
3287
3288 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
3289 (clean): Add two-volume.make intermediate files.
3290
3291 * elisp.texi, vol1.texi, vol2.texi:
3292 Use a DATE variable with the publication date, and update it.
3293 Fix antinews menu description.
3294
3295 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
3296 Update the detailed node listing to match elisp.texi.
3297
3298 * README: Update edition to match elisp.texi.
3299
3300 * objects.texi (General Escape Syntax):
3301 * nonascii.texi (Character Sets):
3302 Use consistent case for "Unicode Standard".
3303
3304 * anti.texi (Antinews):
3305 * customize.texi (Variable Definitions):
3306 * functions.texi (Declaring Functions):
3307 * nonascii.texi (Character Properties):
3308 * processes.texi (Serial Ports):
3309 * text.texi (Special Properties):
3310 * tips.texi (Coding Conventions):
3311 Minor rearrangements to improve TeX line-filling.
3312
3313 * commands.texi (Using Interactive): Fix cross-reference.
3314
3315 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
3316
3317 * frames.texi (Management Parameters): Mention sticky.
3318
3319 2009-07-01 Andreas Schwab <aschwab@redhat.com>
3320
3321 * help.texi (Help Functions): Fix description of help-buffer and
3322 help-setup-xref to use @defun instead of @deffn.
3323
3324 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
3325
3326 * frames.texi (Size Parameters): Mention maximized for fullscreen.
3327
3328 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
3329
3330 * display.texi (Window Systems): Add ns to the list.
3331
3332 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
3333
3334 * Branch for 23.1.
3335
3336 2009-06-17 Martin Rudalics <rudalics@gmx.at>
3337
3338 * windows.texi (Dedicated Windows): Fix typo.
3339 (Resizing Windows): Replace @defun by @deffn.
3340
3341 2009-06-17 Glenn Morris <rgm@gnu.org>
3342
3343 * variables.texi (Directory Local Variables):
3344 Update for 2009-04-11 name-change of dir-locals-directory-alist.
3345
3346 2009-06-09 Kenichi Handa <handa@m17n.org>
3347
3348 * nonascii.texi (Character Sets): State clearly that FROM and TO
3349 are codepoints of CHARSET.
3350
3351 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
3352
3353 * minibuf.texi (Reading File Names): Fix introductory text.
3354 Suggested by stan@derbycityprints.com.
3355 (High-Level Completion): Fix typo.
3356
3357 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
3358
3359 * frames.texi (Text Terminal Colors): Multi-tty is already
3360 implemented, but tty-local colors are not.
3361
3362 2009-05-27 Chong Yidong <cyd@stupidchicken.com>
3363
3364 * hooks.texi (Standard Hooks): Remove mention of obsolete
3365 redisplay-end-trigger-functions.
3366
3367 * internals.texi (Window Internals): Remove mention of obsolete
3368 redisplay-end-trigger-functions.
3369
3370 2009-05-21 Martin Rudalics <rudalics@gmx.at>
3371
3372 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
3373
3374 * backups.texi (Making Backups): backup-directory-alist and
3375 make-backup-file-name-function are options.
3376 (Auto-Saving): auto-save-list-file-prefix is an option.
3377
3378 * buffers.texi (Killing Buffers): buffer-offer-save is an
3379 option.
3380
3381 * display.texi (Refresh Screen): no-redraw-on-reenter is an
3382 option.
3383 (Echo Area Customization): echo-keystrokes is an option.
3384 (Selective Display): selective-display-ellipses is an option.
3385 (Temporary Displays): temp-buffer-show-function is an option.
3386 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
3387 are options.
3388 (Font Selection): face-font-family-alternatives,
3389 face-font-selection-order, face-font-registry-alternatives, and
3390 scalable-fonts-allowed are options.
3391 (Fringe Indicators): indicate-buffer-boundaries is an option.
3392 (Fringe Cursors): overflow-newline-into-fringe is an option.
3393 (Scroll Bars): scroll-bar-mode is an option.
3394
3395 * eval.texi (Eval): max-lisp-eval-depth is an option.
3396
3397 * files.texi (Visiting Functions): find-file-hook is an option.
3398 (Directory Names): directory-abbrev-alist is an option.
3399 (Unique File Names): temporary-file-directory and
3400 small-temporary-file-directory are options.
3401
3402 * frames.texi (Initial Parameters): initial-frame-alist,
3403 minibuffer-frame-alist and default-frame-alist are options.
3404 (Cursor Parameters): blink-cursor-alist and
3405 cursor-in-non-selected-windows ar options.
3406 (Window System Selections): selection-coding-system is an
3407 option.
3408 (Display Feature Testing): display-mm-dimensions-alist is an
3409 option.
3410
3411 * help.texi (Help Functions): help-char and help-event-list are
3412 options.
3413
3414 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
3415 an option.
3416
3417 * minibuf.texi (Minibuffer History): history-length and
3418 history-delete-duplicates are options.
3419 (High-Level Completion): read-buffer-function and
3420 read-buffer-completion-ignore-case are options.
3421 (Reading File Names): read-file-name-completion-ignore-case is
3422 an option.
3423
3424 * modes.texi (Mode Line Top): mode-line-format is an option.
3425 (Mode Line Variables): mode-line-position and mode-line-modes
3426 are options.
3427
3428 * nonascii.texi (Text Representations):
3429 enable-multibyte-characters is an option.
3430 (Default Coding Systems): auto-coding-regexp-alist,
3431 file-coding-system-alist, auto-coding-alist and
3432 auto-coding-functions are options.
3433 (Specifying Coding Systems): inhibit-eol-conversion is an
3434 option.
3435
3436 * os.texi (Init File): site-run-file is an option.
3437 (System Environment): mail-host-address is an option.
3438 (User Identification): user-mail-address is an option.
3439 (Terminal Output): baud-rate is an option.
3440
3441 * positions.texi (Word Motion): words-include-escapes is an
3442 option.
3443
3444 * searching.texi (Standard Regexps): page-delimiter,
3445 paragraph-separate, paragraph-separate and sentence-end are
3446 options.
3447
3448 * text.texi (Margins): left-margin and fill-nobreak-predicate
3449 are options.
3450
3451 * variables.texi (Local Variables): max-specpdl-size is an
3452 option.
3453
3454 * windows.texi (Choosing Window):
3455 split-window-preferred-function, special-display-function and
3456 display-buffer-function are options.
3457
3458 2009-05-20 Chong Yidong <cyd@stupidchicken.com>
3459
3460 Fix errors spotted by Martin Rudalics.
3461
3462 * syntax.texi (Position Parse): Document rationale for ignored
3463 arguments to syntax-ppss-flush-cache.
3464
3465 * processes.texi (Input to Processes): Mark PROCESS arg to
3466 process-running-child-p as optional.
3467 (Network Options): Document NO-ERROR arg to
3468 set-network-process-option.
3469
3470 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
3471 command.
3472
3473 * searching.texi (POSIX Regexps): Mark posix-search-forward and
3474 posix-search-backward as commands.
3475
3476 * os.texi (Killing Emacs): Mark kill-emacs as a command.
3477 (Suspending Emacs): Mark suspend-emacs as a command.
3478 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
3479 commands.
3480 (Terminal Output): Remove obsolete function baud-rate.
3481 Document TERMINAL arg for send-string-to-terminal.
3482
3483 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
3484 terminal-coding-system and set-terminal-coding-system.
3485 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
3486 as optional.
3487 (Character Sets): Document RESTRICTION arg of char-charset.
3488 (Character Codes): Mark POS argument to get-byte as optional.
3489
3490 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
3491 minibuffer-message.
3492
3493 * files.texi (Create/Delete Dirs): Mark make-directory and
3494 delete-directory as commands.
3495
3496 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
3497
3498 * text.texi (Base 64): Mark base64-decode-string and
3499 base64-encode-string as commands.
3500 (Columns): Mark move-to-column as a command.
3501 (Mode-Specific Indent): Document RIGID arg to
3502 indent-for-tab-command.
3503 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
3504 Mark indent-code-rigidly as a command.
3505 (Substitution): Mark translate-region as a command.
3506
3507 * frames.texi (Size and Position): Remove obsolete functions
3508 screen-height and screen-width.
3509
3510 2009-05-19 Chong Yidong <cyd@stupidchicken.com>
3511
3512 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
3513 (Displaying Buffers, Resizing Windows): Correct mistakes;
3514 next-window, previous-window, and pop-to-buffer are not commands,
3515 and fit-window-to-buffer" is a command. (Pointed out by Martin
3516 Rudalics.)
3517
3518 2009-05-17 Richard M Stallman <rms@gnu.org>
3519
3520 * modes.texi (Precalculated Fontification): Clarify text.
3521
3522 2009-05-17 Martin Rudalics <rudalics@gmx.at>
3523
3524 * windows.texi (Selecting Windows): Clarify descriptions of
3525 with-selected-window and get-lru-window.
3526 (Cyclic Window Ordering): Refer to particular frame when talking
3527 about how splitting affects the ordering.
3528 (Displaying Buffers): Fix descriptions of switch-to-buffer and
3529 switch-to-buffer-other-window. Explain how setting of
3530 display-buffer-reuse-frames affects pop-to-buffer.
3531 (Choosing Window): Clarify some details in descriptions of
3532 display-buffer-reuse-frames, pop-up-frames, and
3533 pop-up-frame-function.
3534 (Dedicated Windows): Clarify some details.
3535 (Textual Scrolling): Replace term vscroll by term vertical
3536 scroll position.
3537 (Vertical Scrolling): Fix typo.
3538 (Window Hooks): Relate text on jit-lock-register to window
3539 scrolling and size changes.
3540
3541 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
3542
3543 * frames.texi (Initial Parameters): Clarify what the initial
3544 minibuffer frame is.
3545 (Buffer Parameters): Note that the minibuffer parameter can not be
3546 altered.
3547
3548 * anti.texi (Antinews): Copyedits. Rearrange some entries.
3549 Document display-buffer changes.
3550
3551 2009-05-13 Chong Yidong <cyd@stupidchicken.com>
3552
3553 * anti.texi (Antinews): Rewrite for Emacs 22.
3554
3555 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
3556 obarrays are first mentioned. Define "system abbrev" more
3557 prominently, and add it to the index.
3558 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
3559 Copyedits.
3560 (Abbrev Expansion): Document abbrev-insert.
3561
3562 2009-05-12 Chong Yidong <cyd@stupidchicken.com>
3563
3564 * frames.texi (Font and Color Parameters): Rename from Color
3565 Parameters. Document font-backend parameter.
3566
3567 * vol2.texi (Top): Update node listing.
3568 * vol1.texi (Top): Update node listing.
3569 * elisp.texi (Top): Update node listing.
3570
3571 2009-05-11 Martin Rudalics <rudalics@gmx.at>
3572
3573 * windows.texi (Choosing Window): Don't explicitly refer to
3574 split-window-sensibly's window argument in descriptions of
3575 split-height-threshold and split-width-threshold.
3576
3577 2009-05-10 Martin Rudalics <rudalics@gmx.at>
3578
3579 * windows.texi (Choosing Window): Fix rewrite of window
3580 splitting section.
3581
3582 2009-05-09 Eli Zaretskii <eliz@gnu.org>
3583
3584 * nonascii.texi (Default Coding Systems):
3585 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
3586 Add indexing.
3587 (Lisp and Coding Systems): Add index entries.
3588
3589 2009-05-09 Martin Rudalics <rudalics@gmx.at>
3590
3591 * windows.texi (Choosing Window): Describe split-window-sensibly
3592 and rewrite section on window splitting accordingly.
3593 (Textual Scrolling): Replace `...' by @code{...}.
3594
3595 2009-05-04 Chong Yidong <cyd@stupidchicken.com>
3596
3597 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
3598 Remove obsoleted pre-abbrev-expand-hook.
3599
3600 * locals.texi (Standard Buffer-Local Variables): Consolidate table
3601 entries.
3602
3603 * internals.texi (Object Internals): Don't assume 32-bit machines
3604 are the norm.
3605 (Buffer Internals): Consolidate table entries for readability.
3606 (Window Internals): Synch field names to window.h.
3607 (Process Internals): Synch field names to process.h.
3608
3609 2009-04-29 Chong Yidong <cyd@stupidchicken.com>
3610
3611 * variables.texi (File Local Variables): Note that read-circle is
3612 bound to nil when reading file-local variables.
3613
3614 * streams.texi (Input Functions): Document read-circle.
3615 (Output Variables): Add xref to Circular Objects.
3616
3617 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
3618
3619 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
3620 Features and Coding System Basics. Node that "p" stands for
3621 "predicate". Recommend utf-8-emacs instead of emacs-mule.
3622 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
3623 mouse-appearance-menu.
3624 (Programming Tips): Add xref to Progress.
3625
3626 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
3627
3628 * os.texi (Command-Line Arguments):
3629 Document command-line-args-left.
3630 (Suspending Emacs): Adapt text to multi-tty case. Document use of
3631 terminal objects for tty arguments.
3632 (Startup Summary): Add xref to Session Management.
3633 (Session Management): Mention emacs-session-restore. Copyedits.
3634
3635 2009-04-20 Chong Yidong <cyd@stupidchicken.com>
3636
3637 * os.texi (Startup Summary): Copyedits. The init file is not
3638 necessarily named .emacs now. Document initial-buffer-choice and
3639 initial-scratch-message. Note where Emacs exits in batch mode.
3640 Document inhibit-splash-screen as an alias.
3641 (Init File): Be neutral about which init file name to use.
3642
3643 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
3644
3645 * os.texi (System Interface): Fix Texinfo usage.
3646
3647 2009-04-15 Chong Yidong <cyd@stupidchicken.com>
3648
3649 * searching.texi (Regexp Backslash): Also refer to shy groups as
3650 non-capturing or unnumbered groups.
3651 (Regexp Functions): Add cross-reference to Regexp Backslash.
3652
3653 * display.texi (Truncation): Overlays can use line-prefix and
3654 wrap-prefix too.
3655 (Overlay Properties): Document wrap-prefix and line-prefix.
3656 (Face Attributes): Document underline-minimum-offset.
3657 (Face Remapping): Copyedits.
3658 (Low-Level Font): Copyedits.
3659 (Image Cache): Note that the image cache is shared between frames.
3660 (Line Height): Emphasize that line-spacing only takes effect on
3661 graphical terminals.
3662
3663 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
3664
3665 * display.texi (Refresh Screen): Note that a passage about screen
3666 refreshing is text terminal only.
3667 (Forcing Redisplay): Delete misleading comment---sit-for calls
3668 redisplay, not the other way around.
3669 (Truncation): Note new values of truncate-partial-width-windows.
3670 Copyedits.
3671 (Invisible Text): Document invisible-p.
3672
3673 2009-04-11 Eli Zaretskii <eliz@gnu.org>
3674
3675 * display.texi (Overlays): Overlays don't scale well. See
3676 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
3677
3678 2009-04-10 Chong Yidong <cyd@stupidchicken.com>
3679
3680 * syntax.texi (Syntax Table Functions): Document cons cell
3681 argument for modify-syntax-entry.
3682 (Categories): Document cons cell argument for
3683 modify-category-entry.
3684
3685 * searching.texi (String Search): Document word-search-forward-lax
3686 and word-search-backward-lax.
3687 (Searching and Case): Describe isearch behavior more precisely.
3688
3689 * keymaps.texi (Tool Bar): Mention that some platforms do not
3690 support multi-line toolbars. Suggested by Stephen Eglen.
3691
3692 * frames.texi (Layout Parameters): Mention that Nextstep also
3693 allows only one tool-bar line. Suggested by Stephen Eglen.
3694
3695 * nonascii.texi (Text Representations): Copyedits.
3696 (Coding System Basics): Also mention utf-8-emacs.
3697 (Converting Representations, Selecting a Representation)
3698 (Scanning Charsets, Translation of Characters, Encoding and I/O):
3699 Copyedits.
3700 (Character Codes): Mention role of codepoints 1114112 to 4194175.
3701
3702 2009-04-09 Chong Yidong <cyd@stupidchicken.com>
3703
3704 * text.texi (Yank Commands): Note that yank uses push-mark.
3705 (Filling): Clarify REGION argument of fill-paragraph.
3706 Document fill-forward-paragraph-function.
3707 (Special Properties): Remove "new in Emacs 22" declaration.
3708 (Clickable Text): Merge with Links and Mouse-1 node.
3709
3710 * display.texi (Button Properties, Button Buffer Commands):
3711 Change xref to Clickable Text.
3712
3713 * tips.texi (Key Binding Conventions): Change xref to Clickable
3714 Text.
3715
3716 * elisp.texi (Top): Update node listing.
3717
3718 2009-04-05 Chong Yidong <cyd@stupidchicken.com>
3719
3720 * markers.texi (The Mark): Copyedits. Improve description of
3721 handle-shift-selection.
3722 (The Region): Move use-region-p here from The Mark.
3723
3724 * positions.texi (Screen Lines): Document (cols . lines) argument
3725 for vertical-motion.
3726
3727 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
3728
3729 * frames.texi (Frames): Clean up introduction. Document `ns'
3730 return value for framep.
3731 (Creating Frames): Note how the terminal is chosen.
3732 (Multiple Terminals, Multiple Displays): Merge into a single node.
3733 (Color Parameters): Fix typo.
3734
3735 * variables.texi (Local Variables, Buffer-Local Variables)
3736 (Creating Buffer-Local): Change link to Multiple Terminals.
3737
3738 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
3739
3740 * keymaps.texi (Controlling Active Maps): Change link to Multiple
3741 Terminals.
3742
3743 * commands.texi (Command Loop Info, Keyboard Macros): Change link
3744 to Multiple Terminals.
3745
3746 * elisp.texi (Top): Update node listing.
3747 * vol2.texi (Top): Update node listing.
3748 * vol1.texi (Top): Update node listing.
3749
3750 * buffers.texi (Current Buffer): Note that the append-to-buffer
3751 example is no longer in synch with the latest code. Tie the two
3752 examples together.
3753
3754 * files.texi (File Attributes): Move note about MS-DOS from
3755 Changing Files to File Attributes.
3756 (Create/Delete Dirs): Note that mkdir is an alias for this.
3757
3758 2009-04-01 Markus Triska <triska@gmx.at>
3759
3760 * processes.texi (Filter Functions): Suggest how to handle output
3761 batches.
3762
3763 2009-03-30 Chong Yidong <cyd@stupidchicken.com>
3764
3765 * help.texi (Accessing Documentation): Update example to use
3766 help-setup-xref and with-help-window.
3767 (Help Functions): Remove print-help-return-message, which is
3768 semi-obsolete due to with-help-window. Document help-buffer and
3769 help-setup-xref.
3770
3771 2009-03-29 Chong Yidong <cyd@stupidchicken.com>
3772
3773 * help.texi (Accessing Documentation, Help Functions):
3774 Remove information about long-obsolete Emacs versions.
3775
3776 * modes.texi (Mode Line Variables): The default values of the mode
3777 line variables are now more complicated.
3778
3779 2009-03-28 Chong Yidong <cyd@stupidchicken.com>
3780
3781 * modes.texi (Major Mode Conventions): Note that specialness is
3782 inherited.
3783 (Derived Modes): Note that define-derive-mode sets the mode-class
3784 property.
3785
3786 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
3787 goto-map. Add search-map to the list.
3788
3789 2009-03-27 Eli Zaretskii <eliz@gnu.org>
3790
3791 * os.texi (System Environment): Update the list of system-type
3792 values.
3793
3794 * markers.texi (The Mark) <handle-shift-selection>: Update for
3795 removal of the optional argument DEACTIVATE.
3796
3797 2009-03-25 Chong Yidong <cyd@stupidchicken.com>
3798
3799 * commands.texi (Focus Events): Most X window managers don't use
3800 focus-follows-mouse nowadays.
3801
3802 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
3803
3804 * commands.texi (Defining Commands): Clarify introduction.
3805 (Using Interactive): Not that interactive can be put in a symbol
3806 property.
3807 (Interactive Call): Note that a symbol with a non-nil
3808 interactive-form property satisfies commandp.
3809
3810 2009-03-23 Juanma Barranquero <lekktu@gmail.com>
3811
3812 * minibuf.texi (Intro to Minibuffers): Fix typos.
3813
3814 2009-03-23 Chong Yidong <cyd@stupidchicken.com>
3815
3816 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
3817 about minibuffers in old Emacs versions. Copyedits.
3818 Emphasize that enable-recursive-minibuffers defaults to nil.
3819 (Text from Minibuffer): Simplify introduction.
3820
3821 2009-03-22 Alan Mackenzie <acm@muc.de>
3822
3823 * commands.texi (Using Interactive): Clarify string argument to
3824 `interactive' - even promptless elements need \n separators.
3825
3826 2009-03-18 Chong Yidong <cyd@stupidchicken.com>
3827
3828 * minibuf.texi (Completion Styles): New node.
3829
3830 * elisp.texi (Top): Update node listing.
3831
3832 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
3833
3834 * minibuf.texi (Basic Completion): Note that
3835 read-file-name-completion-ignore-case and
3836 read-buffer-completion-ignore-case can override
3837 completion-ignore-case.
3838 (Minibuffer Completion): Document completing-read changes.
3839 (Completion Commands): Avoid mentioning partial completion mode.
3840 Document minibuffer-completion-confirm changes, and
3841 minibuffer-confirm-exit-commands.
3842 (High-Level Completion): Document new require-match behavior for
3843 read-buffer. Document read-buffer-completion-ignore-case.
3844 (Reading File Names): Document new require-match behavior for
3845 read-file-name.
3846
3847 2009-03-14 Chong Yidong <cyd@stupidchicken.com>
3848
3849 * debugging.texi (Error Debugging): Don't mislead the reader into
3850 thinking that debug-on-error enters debugger for C-f at EOB.
3851 (Error Debugging): Setting debug-on-init within the init file
3852 works, and has for some time.
3853
3854 2009-03-13 Kenichi Handa <handa@m17n.org>
3855
3856 * display.texi (Fontsets): Update the description.
3857
3858 2009-03-13 Chong Yidong <cyd@stupidchicken.com>
3859
3860 * advice.texi (Advising Primitives): Link to What Is a Function.
3861
3862 2009-03-12 Chong Yidong <cyd@stupidchicken.com>
3863
3864 * compile.texi (Speed of Byte-Code): Update example.
3865 (Disassembly): Update examples.
3866
3867 * loading.texi (Repeated Loading): Simplify examples.
3868
3869 * customize.texi (Common Keywords): It's not necessary to use :tag
3870 to remove hyphens, as custom-unlispify-tag-name does it
3871 automatically.
3872 (Variable Definitions): Link to File Local Variables.
3873 Document customized-value symbol property.
3874 (Customization Types): Move menu to end of node.
3875
3876 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
3877
3878 * macros.texi (Compiling Macros): Omit misleading sentence, which
3879 implied that macros can only be used in the same file they are
3880 defined.
3881 (Backquote): Remove obsolete information about Emacs 19.
3882
3883 2009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
3884
3885 * display.texi (Display Margins): Fix paren typo.
3886
3887 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
3888
3889 * elisp.texi (Top): Update node listing.
3890
3891 * variables.texi (Variables): Clarify introduction.
3892 (Global Variables): Mention that setq is a special form.
3893 (Local Variables): Use active voice.
3894 (Tips for Defining): Mention marking variables as safe.
3895 (Buffer-Local Variables): Mention terminal-local and frame-local
3896 variables together.
3897 (File Local Variables): Copyedits.
3898 (Frame-Local Variables): Note that they are not really useful.
3899 (Future Local Variables): Node deleted.
3900
3901 * objects.texi (General Escape Syntax): Update explanation of
3902 Unicode escape syntax.
3903
3904 2009-02-23 Chong Yidong <cyd@stupidchicken.com>
3905
3906 * control.texi (Control Structures): Add cindex entry for "textual
3907 order".
3908
3909 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
3910 instead of "expression" throughout.
3911 (Function Indirection): Copyedits. Use active voice.
3912 (Eval): The default value of max-lisp-eval-depth is now 400.
3913
3914 2009-02-23 Miles Bader <miles@gnu.org>
3915
3916 * processes.texi (System Processes): Rename `system-process-attributes'
3917 to `process-attributes'.
3918
3919 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
3920
3921 * symbols.texi (Property Lists): Emphasize that property lists are
3922 not restricted to symbol cells.
3923 (Other Plists): Copyedit.
3924
3925 * sequences.texi (Sequences Arrays Vectors): Make introduction
3926 more concise.
3927 (Arrays): Mention char-tables and bool-vectors too.
3928 (Vectors): Don't repeat information given in Arrays node. Link to
3929 nodes that explain the vector usage examples.
3930 (Char-Tables): Note that char-table elements can have arbitrary
3931 type. Explain effect of omitted char-table-extra-slots property.
3932 Link to Property Lists node.
3933
3934 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
3935
3936 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
3937 `append'.
3938 (List Elements): Copyedits.
3939
3940 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
3941 of `vconcat'.
3942
3943 * strings.texi (Creating Strings): Copyedits. Remove obsolete
3944 Emacs 20 usage of `concat'.
3945 (Case Conversion): Copyedits.
3946
3947 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
3948
3949 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
3950 Minor edits.
3951 (Frame Configuration Type): Emphasize that it is not primitive.
3952 (Font Type): New node.
3953 (Type Predicates): Add fontp; type-of now recognizes font object
3954 types.
3955
3956 * intro.texi (Version Info): Update version numbers in examples.
3957 (Acknowledgements): List more contributors.
3958
3959 * elisp.texi: Bump version number to 3.0.
3960 (Top): Link to Font Type node.
3961
3962 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
3963
3964 * modes.texi (Major Mode Conventions): Remove duplicate words.
3965 (Customizing Keywords): Fix typo.
3966
3967 2009-02-14 Eli Zaretskii <eliz@gnu.org>
3968
3969 * nonascii.texi (User-Chosen Coding Systems): Document that
3970 select-safe-coding-system suggests raw-text if there are raw bytes
3971 in the region.
3972 (Explicit Encoding): Warn not to use `undecided' when encoding.
3973
3974 2009-02-11 Glenn Morris <rgm@gnu.org>
3975
3976 * frames.texi (Visibility of Frames): Mention the effect multiple
3977 workspaces/desktops can have on visibility.
3978
3979 2009-02-07 Eli Zaretskii <eliz@gnu.org>
3980
3981 * text.texi (Commands for Insertion):
3982 * commands.texi (Event Mod):
3983 * keymaps.texi (Searching Keymaps):
3984 * nonascii.texi (Translation of Characters):
3985 Reinstate documentation of translation-table-for-input.
3986 (Explicit Encoding): Document the `charset' text property produced
3987 by decode-coding-region and decode-coding-string.
3988
3989 2009-01-27 Alan Mackenzie <acm@muc.de>
3990
3991 * modes.texi (Search-based Fontification): Correct a typo.
3992
3993 2009-01-25 Juanma Barranquero <lekktu@gmail.com>
3994
3995 * abbrevs.texi (Abbrev Table Properties): Fix typo.
3996 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
3997
3998 2009-01-24 Eli Zaretskii <eliz@gnu.org>
3999
4000 * display.texi (Window Systems): Document the value of
4001 `initial-window-system' under --daemon.
4002
4003 * os.texi (System Environment): Remove description of the
4004 `environment' function which has been deleted.
4005
4006 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
4007
4008 * frames.texi (Multiple Displays): Remove documentation for
4009 removed function make-frame-on-tty.
4010
4011 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
4012
4013 * files.texi (Format Conversion Piecemeal): Clarify behavior of
4014 write-region-annotate-functions.
4015 Document write-region-post-annotation-function.
4016
4017 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
4018
4019 * display.texi (Font Lookup): Document WIDTH argument of
4020 x-list-fonts.
4021
4022 2009-01-17 Eli Zaretskii <eliz@gnu.org>
4023
4024 * maps.texi (Standard Keymaps): Rename function-key-map to
4025 local-function-key-map.
4026
4027 * keymaps.texi (Translation Keymaps): Rename function-key-map to
4028 local-function-key-map.
4029
4030 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
4031 and `set-keyboard-coding-system' now accept an optional terminal
4032 argument.
4033
4034 * commands.texi (Event Mod): `keyboard-translate-table' is now
4035 terminal-local.
4036 (Function Keys): Rename function-key-map to
4037 local-function-key-map.
4038
4039 * elisp.texi (Top): Make @detailmenu be consistent with changes in
4040 frames.texi.
4041
4042 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
4043 `delete-terminal-functions', `suspend-tty-functions' and
4044 `resume-tty-functions'.
4045
4046 * frames.texi (Frames): Document `frame-terminal' and
4047 `terminal-live-p'.
4048 (Multiple Displays): Document `make-frame-on-tty'.
4049 (Multiple Terminals): Document `terminal-list', `delete-terminal',
4050 `terminal-name', and `get-device-terminal'.
4051 (Terminal Parameters): Document `terminal-parameters',
4052 `terminal-parameter', and `set-terminal-parameter'.
4053
4054 * os.texi (System Environment): Document `environment' and
4055 `initial-environment'.
4056 (Suspending Emacs): Update for multi-tty; document
4057 `suspend-tty', `resume-tty', and `controlling-tty-p'.
4058
4059 * nonascii.texi (Coding System Basics): More accurate description
4060 of `raw-text'.
4061
4062 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
4063
4064 * display.texi (Low-Level Font): Fix typo.
4065
4066 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
4067
4068 * elisp.texi (Top): Update node listing.
4069
4070 * display.texi (PostScript Images): Node deleted.
4071
4072 2009-01-10 Eli Zaretskii <eliz@gnu.org>
4073
4074 * processes.texi (Decoding Output): Document that null bytes force
4075 no-conversion for reading process output.
4076
4077 * files.texi (Reading from Files): Document that null bytes force
4078 no-conversion when visiting files.
4079
4080 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
4081
4082 * nonascii.texi (Lisp and Coding Systems):
4083 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
4084 (Character Properties): Improve wording.
4085
4086 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
4087
4088 * display.texi (Font Lookup): Remove obsolete function
4089 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
4090 (Low-Level Font): Rename from Fonts, move to end of Faces section.
4091 (Font Selection): Reorder order of variable descriptions.
4092 Minor clarifications.
4093
4094 * elisp.texi (Top): Update node listing.
4095
4096 2009-01-09 Glenn Morris <rgm@gnu.org>
4097
4098 * commands.texi (Command Loop Info): Say that last-command-char and
4099 last-input-char are obsolete aliases.
4100
4101 * edebug.texi (Edebug Recursive Edit): Remove separate references to
4102 last-input-char and last-command-char, since they are just aliases for
4103 last-input-event and last-command-event.
4104
4105 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
4106 last-command-char.
4107
4108 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
4109
4110 * elisp.texi: Update node listing.
4111
4112 * display.texi (Faces): Put Font Selection node after Auto Faces.
4113 (Face Attributes): Don't link to Font Lookup.
4114 Document font-family-list.
4115 (Fonts): New node.
4116
4117 2009-01-08 Jason Rumney <jasonr@gnu.org>
4118
4119 * frames.texi (Pointer Shape): Clarify that only X supports
4120 changing the standard pointer shapes. (Bug#1485)
4121
4122 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
4123
4124 * display.texi (Attribute Functions): Note that a function value
4125 :height is relative, and that compatibility functions work by
4126 calling set-face-attribute.
4127 (Displaying Faces): Reorder list in order of increasing priority.
4128 (Face Remapping): New node. Content moved here from Displaying
4129 Faces.
4130 (Glyphs): Link to Face Functions.
4131
4132 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
4133
4134 * display.texi (Faces): Don't discuss face id here. facep does
4135 not return t.
4136 (Defining Faces): Minor clarification.
4137 (Face Attributes): Rearrange items to match docstring of
4138 set-face-attribute. Add :foundry attribute. Document new role of
4139 :font attribute. Texinfo usage fix.
4140 (Attribute Functions): Copyedits.
4141 (Face Functions): Note that face number is seldom used.
4142
4143 2009-01-05 Richard M Stallman <rms@gnu.org>
4144
4145 * strings.texi (Predicates for Strings): Minor clarification.
4146
4147 * functions.texi (Function Safety): Texinfo usage fix.
4148
4149 2009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny change)
4150
4151 * objects.texi (General Escape Syntax): Fix typo.
4152
4153 2009-01-03 Martin Rudalics <rudalics@gmx.at>
4154
4155 * windows.texi (Choosing Window): Say that pop-up-frame-alist
4156 works via the default value of pop-up-frame-function.
4157
4158 2009-01-02 Eli Zaretskii <eliz@gnu.org>
4159
4160 * processes.texi (System Processes): Document the `time' and
4161 `ctime' attributes of `system-process-attributes'.
4162
4163 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
4164
4165 * display.texi (Face Attributes): Clarify :height attribute.
4166
4167 2008-12-31 Martin Rudalics <rudalics@gmx.at>
4168
4169 * buffers.texi (The Buffer List): Clarify what moves a buffer to
4170 the front of the buffer list. Add entries for `last-buffer' and
4171 `unbury-buffer'.
4172
4173 2008-12-27 Eli Zaretskii <eliz@gnu.org>
4174
4175 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
4176 and its subsections.
4177
4178 * frames.texi (Multiple Terminals, Low-level Terminal)
4179 (Terminal Parameters, Frames on Other TTY devices): New sections.
4180 (Frames): Add an xref to "Multiple Terminals".
4181
4182 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
4183
4184 * objects.texi (Terminal Type): New node.
4185 (Editing Types): Add it to the menu.
4186
4187 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
4188 Variables".
4189
4190 * variables.texi (Directory Local Variables): New node.
4191 (Variables): Add a menu item for it.
4192
4193 * loading.texi (Autoload): Document `generate-autoload-cookie' and
4194 `generated-autoload-file'.
4195
4196 2008-12-20 Eli Zaretskii <eliz@gnu.org>
4197
4198 * os.texi (Startup Summary): Add xref to documentation of
4199 `initial-window-system'.
4200
4201 * display.texi (Window Systems): Document `window-system' the
4202 function. The variable `window-system' is now frame-local.
4203 Document `initial-window-system'.
4204
4205 2008-12-19 Martin Rudalics <rudalics@gmx.at>
4206
4207 * windows.texi (Windows): Rewrite description of
4208 fit-window-to-buffer.
4209
4210 2008-12-13 Glenn Morris <rgm@gnu.org>
4211
4212 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
4213 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
4214
4215 2008-12-12 Glenn Morris <rgm@gnu.org>
4216
4217 * debugging.texi (Error Debugging): Refer forwards to
4218 eval-expression-debug-on-error.
4219
4220 2008-12-05 Eli Zaretskii <eliz@gnu.org>
4221
4222 * strings.texi (String Basics): Only unibyte strings that
4223 represent key sequences hold 8-bit raw bytes.
4224
4225 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
4226 paragraph to speak about `undecided'.
4227 (Character Properties): Don't explain the meaning of each
4228 property; instead, identify their Unicode Standard names.
4229 (Character Sets): Document `map-charset-chars'.
4230
4231 2008-12-02 Glenn Morris <rgm@gnu.org>
4232
4233 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
4234 section yet again.
4235
4236 2008-11-29 Eli Zaretskii <eliz@gnu.org>
4237
4238 * nonascii.texi (Character Properties): New Section.
4239 (Specifying Coding Systems): Document
4240 `coding-system-priority-list', `set-coding-system-priority', and
4241 `with-coding-priority'.
4242 (Lisp and Coding Systems): Document `check-coding-systems-region'
4243 and `coding-system-charset-list'.
4244 (Coding System Basics): Document `coding-system-aliases'.
4245
4246 * elisp.texi (Top): Add a @detailmenu entry for "Character
4247 Properties".
4248
4249 * objects.texi (Character Type): Correct the range of Emacs
4250 characters. Add an @xref to "Character Codes".
4251
4252 * strings.texi (String Basics): Add an @xref to "Character Codes".
4253
4254 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
4255
4256 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
4257 (Character Codes): Document `max-char'.
4258
4259 2008-11-28 Eli Zaretskii <eliz@gnu.org>
4260
4261 * nonascii.texi (Text Representations, Converting Representations)
4262 (Character Sets, Scanning Charsets, Translation of Characters):
4263 Make text more accurate.
4264
4265 2008-11-28 Glenn Morris <rgm@gnu.org>
4266
4267 * files.texi (Format Conversion Round-Trip): Improve previous change.
4268
4269 2008-11-26 Chong Yidong <cyd@stupidchicken.com>
4270
4271 * modes.texi (Auto Major Mode): Fix example.
4272
4273 2008-11-25 Glenn Morris <rgm@gnu.org>
4274
4275 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
4276
4277 * files.texi (Format Conversion Round-Trip):
4278 Use active voice for previous change.
4279
4280 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
4281
4282 * os.texi (Processor Run Time):
4283 * processes.texi (Transaction Queues):
4284 * markers.texi (The Mark):
4285 * windows.texi (Choosing Window, Selecting Windows):
4286 * files.texi (Changing Files, Magic File Names):
4287 * commands.texi (Key Sequence Input):
4288 * functions.texi (Declaring Functions):
4289 * strings.texi (Predicates for Strings):
4290 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
4291
4292 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
4293
4294 * help.texi (Accessing Documentation): Update example.
4295
4296 * variables.texi (Defining Variables): Note that `*' is not
4297 necessary if defcustom is used.
4298
4299 2008-11-22 Eli Zaretskii <eliz@gnu.org>
4300
4301 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
4302 Characters" from @detailmenu.
4303
4304 * nonascii.texi (Character Codes, Character Sets)
4305 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
4306 (Chars and Bytes, Splitting Characters): Sections removed.
4307
4308 2008-11-22 Lute Kamstra <lute@gnu.org>
4309
4310 * positions.texi (Text Lines): Update goto-line documentation.
4311
4312 2008-11-21 Martin Rudalics <rudalics@gmx.at>
4313
4314 * frames.texi (Frames): Fix typo, add cross references, reword.
4315 (Initial Parameters): Reword special-display-frame-alist text.
4316 (Frames and Windows): Reword. Describe argument norecord for
4317 set-frame-selected-window.
4318 (Input Focus): Describe argument norecord for select-frame.
4319 Remove comment on MS-Windows behavior for focus-follows-mouse.
4320 (Raising and Lowering): Mention windows-frames dichotomy in
4321 metaphor.
4322
4323 * windows.texi (Displaying Buffers, Vertical Scrolling)
4324 (Horizontal Scrolling): Fix indenting and rewording issues
4325 introduced with 2008-11-07 change.
4326
4327 2008-11-20 Glenn Morris <rgm@gnu.org>
4328
4329 * files.texi (Format Conversion Round-Trip): Mention `preserve'
4330 element of `format-alist'.
4331
4332 2008-11-19 Glenn Morris <rgm@gnu.org>
4333
4334 * doclicense.texi: Update to FDL 1.3.
4335 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
4336
4337 2008-11-18 Chong Yidong <cyd@stupidchicken.com>
4338
4339 * windows.texi (Window Hooks): Remove *-end-trigger-functions
4340 vars, which are obsolete. Mention jit-lock-register.
4341
4342 * modes.texi (Other Font Lock Variables):
4343 Document jit-lock-register and jit-lock-unregister.
4344
4345 * frames.texi (Color Parameters): Document alpha parameter.
4346
4347 2008-11-16 Martin Rudalics <rudalics@gmx.at>
4348
4349 * windows.texi (Splitting Windows, Deleting Windows)
4350 (Selecting Windows, Cyclic Window Ordering)
4351 (Buffers and Windows, Displaying Buffers, Choosing Window)
4352 (Dedicated Windows, Window Point, Window Start and End)
4353 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
4354 (Size of Window, Resizing Windows, Window Configurations)
4355 (Window Parameters): Avoid @var at beginning of sentences and
4356 reword accordingly.
4357
4358 2008-11-11 Lute Kamstra <lute@gnu.org>
4359
4360 * files.texi (File Name Components): Fix file-name-extension
4361 documentation.
4362
4363 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
4364
4365 * frames.texi (Basic Parameters): Remove display-environment-variable
4366 and term-environment-variable.
4367
4368 2008-11-08 Eli Zaretskii <eliz@gnu.org>
4369
4370 * windows.texi (Basic Windows, Splitting Windows)
4371 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
4372 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
4373 (Resizing Windows, Window Configurations, Window Parameters):
4374 Fix wording and markup.
4375
4376 2008-11-07 Martin Rudalics <rudalics@gmx.at>
4377
4378 * windows.texi (Windows): Update entries.
4379 (Basic Windows): Remove listing of attributes. Reword.
4380 (Splitting Windows, Deleting Windows): Reword.
4381 (Selecting Windows, Cyclic Window Ordering): Reword with special
4382 emphasis on order of recently selected windows and buffer list.
4383 (Buffers and Windows, Choosing Window): Reword with special
4384 emphasis on dedicated windows.
4385 (Displaying Buffers): Reword. For switch-to-buffer mention that
4386 it may fall back on pop-to-buffer. For other-window try to
4387 explain how it treats the cyclic ordering of windows.
4388 (Dedicated Windows): New node and section discussing dedicated
4389 windows and associated functions.
4390 (Window Point): Add entry for window-point-insertion-type. Reword.
4391 (Window Start and End): Rename node and section title. Reword.
4392 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
4393 Minor rewording.
4394 (Size of Window): Reword, in particular text on window-width.
4395 (Resizing Windows): Reword. Add text on balancing windows.
4396 (Window Configurations): Reword. Mention window parameters.
4397 (Window Parameters): New node and section on window parameters.
4398 (Window Hooks): Reword. Mention that
4399 window-configuration-change-hook is run "buffer-locally".
4400 * elisp.texi (Top): Update Windows entries in @detailmenu
4401 section.
4402
4403 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
4404
4405 * searching.texi (Regexp Search): Fix typo.
4406
4407 2008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
4408
4409 * searching.texi (Regexp Search): Document GREEDY arg.
4410 (Simple Match Data): Fix return value.
4411
4412 2008-11-01 Eli Zaretskii <eliz@gnu.org>
4413
4414 * nonascii.texi (Text Representations): Rewrite to make consistent
4415 with Emacs 23 internal representation of characters.
4416 Document `unibyte-string'.
4417
4418 2008-10-28 Chong Yidong <cyd@stupidchicken.com>
4419
4420 * processes.texi (Process Information): Note that process-status
4421 does not accept buffer names.
4422
4423 2008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
4424
4425 * positions.texi (Skipping Characters): Correct return value of
4426 skip-chars-forward.
4427
4428 2008-10-25 Martin Rudalics <rudalics@gmx.at>
4429
4430 * windows.texi (Deleting Windows): Update documentation of
4431 delete-windows-on.
4432 (Buffers and Windows): Update documentations of
4433 get-buffer-window and get-buffer-window-list.
4434 (Displaying Buffers): Update documentation of
4435 replace-buffer-in-windows.
4436
4437 * buffers.texi (Current Buffer): Reword set-buffer and
4438 with-current-buffer documentations.
4439 (Creating Buffers): Reword documentation of get-buffer-create.
4440
4441 2008-10-23 Martin Rudalics <rudalics@gmx.at>
4442
4443 * buffers.texi (Current Buffer): Reword documentation of
4444 set-buffer.
4445 (Buffer Names): Reword documentation of buffer-name.
4446 (The Buffer List): For bury-buffer explain what happens with the
4447 buffer's window.
4448 (Creating Buffers): Say that get-buffer-create's arg is called
4449 buffer-or-name.
4450
4451 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
4452
4453 * advice.texi (Computed Advice): Explain what DEFINITION is.
4454
4455 * nonascii.texi (Character Codes): Remove obsolete function
4456 char-valid-p, and document characterp instead.
4457
4458 2008-10-22 Martin Rudalics <rudalics@gmx.at>
4459
4460 * windows.texi (Displaying Buffers): Reword documentation of
4461 pop-to-buffer.
4462 (Choosing Window): Rewrite documentation of display-buffer and
4463 its options.
4464
4465 * buffers.texi (Killing Buffers): Update documentation of
4466 kill-buffer.
4467
4468 2008-10-21 Eli Zaretskii <eliz@gnu.org>
4469
4470 * processes.texi (Serial Ports): Fix wording and improve markup.
4471
4472 * searching.texi (Regexp Search): Document `string-match-p' and
4473 `looking-at-p'.
4474 (POSIX Regexps): Add an xref for "non-greedy".
4475 (Regexp Special): Add @cindex entry for "non-greedy".
4476
4477 * display.texi (Attribute Functions): Document `face-all-attributes'.
4478 (Image Cache) <image-refresh>: Minor wording fixes.
4479
4480 * frames.texi (Color Names): Add an xref to `read-color'.
4481
4482 * minibuf.texi (High-Level Completion): Document `read-color'.
4483
4484 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
4485
4486 * positions.texi (Narrowing): Add an xref to "Swapping Text".
4487
4488 * buffers.texi (Swapping Text): New section, documents
4489 `buffer-swap-text'.
4490
4491 2008-10-21 Martin Rudalics <rudalics@gmx.at>
4492
4493 * windows.texi (Resizing Windows): Minor wording fix.
4494
4495 2008-10-20 Eli Zaretskii <eliz@gnu.org>
4496
4497 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
4498 and `combine-and-quote-strings'.
4499
4500 * strings.texi (Creating Strings): Add xrefs for them.
4501
4502 2008-10-19 Eli Zaretskii <eliz@gnu.org>
4503
4504 * elisp.texi (Top): Make descriptive text for "Reading File Names"
4505 match the corresponding menu in minibuf.texi.
4506
4507 * minibuf.texi (Reading File Names): Document `read-shell-command'
4508 and `minibuffer-local-shell-command-map'.
4509
4510 2008-10-19 Martin Rudalics <rudalics@gmx.at>
4511
4512 * windows.texi (Resizing Windows): Remove var{} around "window" in
4513 documentation of enlarge-window.
4514 Rewrite documentation of window-min-height and window-min-width.
4515
4516 2008-10-19 Eli Zaretskii <eliz@gnu.org>
4517
4518 * functions.texi (Calling Functions): Document `apply-partially'.
4519
4520 * hooks.texi (Standard Hooks): Mention
4521 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
4522
4523 * variables.texi (File Local Variables): Document
4524 `file-local-variables-alist', `before-hack-local-variables-hook'
4525 and `hack-local-variables-hook'.
4526
4527 * processes.texi (Synchronous Processes): Document `process-lines'.
4528
4529 * customize.texi (Variable Definitions):
4530 Document `custom-reevaluate-setting'.
4531
4532 2008-10-18 Martin Rudalics <rudalics@gmx.at>
4533
4534 * windows.texi (Choosing Window, Deleting Windows)
4535 (Displaying Buffers): Expand documentation of dedicated windows.
4536
4537 2008-10-18 Eli Zaretskii <eliz@gnu.org>
4538
4539 * files.texi (Changing Files): Document symbolic input of file
4540 modes to `set-file-modes'. Document `read-file-modes' and
4541 `file-modes-symbolic-to-number'.
4542
4543 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
4544 and `search-map'.
4545
4546 * searching.texi (Search and Replace):
4547 Document `replace-search-function' and `replace-re-search-function'.
4548 Document `multi-query-replace-map'.
4549
4550 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
4551 (Completion Commands, Reading File Names):
4552 Rename `minibuffer-local-must-match-filename-map' to
4553 `minibuffer-local-filename-must-match-map'.
4554 (Minibuffer Completion): The `require-match' argument to
4555 `completing-read' can now have the value `confirm-only'.
4556
4557 * windows.texi (Displaying Buffers): Minor wording fix.
4558 (Choosing Window): `split-height-threshold' can now be nil.
4559 Document `split-width-threshold'. `pop-up-frames' can have the
4560 value `graphic-only'.
4561
4562 2008-10-17 Eli Zaretskii <eliz@gnu.org>
4563
4564 * os.texi (Startup Summary): Document `before-init-time' and
4565 `after-init-time'. Document `initial-window-system' and
4566 `window-system-initialization-alist'. Document reading the
4567 abbrevs file. Document the call to `server-start' under --daemon.
4568 Rearrange a bit to be consistent with the code flow.
4569 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
4570 (Time Parsing): Document `format-seconds'.
4571
4572 2008-10-17 Martin Rudalics <rudalics@gmx.at>
4573
4574 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
4575 and reword.
4576
4577 2008-10-16 Eli Zaretskii <eliz@gnu.org>
4578
4579 * markers.texi (The Mark): Document use-region-p.
4580
4581 2008-10-15 Eli Zaretskii <eliz@gnu.org>
4582
4583 * internals.texi (Writing Emacs Primitives): The interactive spec
4584 of a primitive can be a Lisp form.
4585
4586 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
4587 values of transient-mark-mode. Document handle-shift-selection.
4588
4589 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
4590 (Interactive Examples): Show an example of `^'.
4591 (Key Sequence Input): Document this-command-keys-shift-translated.
4592 (Defining Commands, Using Interactive): The interactive-form of a
4593 function can be added via its symbol's property.
4594
4595 * positions.texi (List Motion): beginning-of-defun-function can
4596 now accept an argument.
4597
4598 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
4599 now return a list of strings.
4600
4601 * control.texi (Handling Errors): Document ignore-errors.
4602
4603 * frames.texi (Creating Frames): Document frame-inherited-parameters.
4604 (Parameter Access): Document set-frame-parameter.
4605
4606 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
4607 Hooks" for the effect of kill-all-local-variables on local hook
4608 functions.
4609
4610 * modes.texi (Major Mode Conventions, Mode Line Variables):
4611 `mode-name' need not be a string. xref to "Mode Line Data" for
4612 details, and to "Emulating Mode Line" for computing a string
4613 value.
4614
4615 2008-10-14 Eli Zaretskii <eliz@gnu.org>
4616
4617 * processes.texi (System Processes): New section.
4618 (Processes, Signals to Processes): Add xrefs to it.
4619
4620 * objects.texi (Editing Types): A `process' is a subprocess of
4621 Emacs, not just any process running on the OS.
4622
4623 * elisp.texi (Top): Adjust the @detailmenu for the above two
4624 changes.
4625
4626 * sequences.texi (Char-Tables): Remove documentation of
4627 set-char-table-default, which has no effect since Emacs 23.
4628 <char-table-range, set-char-table-range>: Don't mention generic
4629 characters and charsets. Add a cons cell as a possible argument.
4630
4631 * nonascii.texi (Splitting Characters)
4632 (Translation of Characters): Don't mention generic characters.
4633
4634 * display.texi (Fontsets): Don't mention generic characters.
4635
4636 * sequences.texi (Char-Tables): `map-char-table' can now call its
4637 argument FUNCTION with a cons cell as KEY.
4638
4639 2008-10-13 Eli Zaretskii <eliz@gnu.org>
4640
4641 * objects.texi (Primitive Function Type): Move "@cindex special
4642 forms" from here...
4643
4644 * eval.texi (Special Forms): ...to here.
4645
4646 * functions.texi (What Is a Function): `functionp' returns nil for
4647 special forms. Add an xref.
4648
4649 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
4650 Variables".
4651
4652 * variables.texi (Frame-Local Variables): New section.
4653 (Buffer-Local Variables): Add an xref to it.
4654 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
4655 have both frame-local and buffer-local binding.
4656
4657 * frames.texi (Frames): Mention multiple tty frames.
4658 (Frame Parameters, Parameter Access): Mention frame-local variable
4659 bindings.
4660
4661 2008-09-20 Glenn Morris <rgm@gnu.org>
4662
4663 * display.texi (Defining Faces): Recommend against face variables.
4664
4665 2008-09-16 Juanma Barranquero <lekktu@gmail.com>
4666
4667 * display.texi (Echo Area Customization): Fix typo.
4668
4669 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
4670
4671 * loading.texi (Where Defined): Add `defface' item.
4672
4673 2008-09-06 Martin Rudalics <rudalics@gmx.at>
4674
4675 * loading.texi (Where Defined): Fix description of symbol-file.
4676
4677 2008-08-26 Jason Rumney <jasonr@gnu.org>
4678
4679 * display.texi (TIFF Images): New section describing :index property.
4680
4681 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
4682
4683 * display.texi (Temporary Displays): Remove unnecessary comment
4684 about usage of temp-buffer-show-hook.
4685
4686 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
4687
4688 * symbols.texi (Other Plists): Fix incorrect example.
4689 Suggested by Florian Beck.
4690
4691 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
4692
4693 * os.texi: Fix previous change.
4694
4695 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4696
4697 * os.texi:
4698 * intro.texi:
4699 * files.texi: Remove VMS support.
4700
4701 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4702
4703 * os.texi:
4704 * frames.texi:
4705 * display.texi: Remove mentions of Mac Carbon.
4706
4707 2008-07-01 Miles Bader <miles@gnu.org>
4708
4709 * text.texi (Special Properties):
4710 * display.texi (Truncation): Add wrap-prefix and line-prefix.
4711
4712 2008-06-28 Johan Bockgård <bojohan@gnu.org>
4713
4714 * display.texi (Other Image Types): Fix copy/paste error; say
4715 "PBM", not "XBM".
4716
4717 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
4718
4719 * os.texi: Remove references to obsolete systems.
4720
4721 2008-06-20 Eli Zaretskii <eliz@gnu.org>
4722
4723 * makefile.w32-in (distclean): Remove makefile.
4724
4725 2008-06-17 Glenn Morris <rgm@gnu.org>
4726
4727 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
4728 (elisp, dist): Remove rules and variables that are obsolete now
4729 the lisp manual is no longer distributed separately.
4730
4731 2008-06-16 Glenn Morris <rgm@gnu.org>
4732
4733 * configure, configure.in, mkinstalldirs: Remove unused files.
4734
4735 * book-spine.texinfo: Set version to 23.0.60.
4736 * vol1.texi (EMACSVER):
4737 * vol2.texi (EMACSVER): Set to 23.0.60.
4738
4739 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
4740 as per maintain.info.
4741
4742 2008-06-15 Glenn Morris <rgm@gnu.org>
4743
4744 * makefile.w32-in (manual): Use "23" rather than "21".
4745
4746 * Makefile.in (emacsver): New, set by configure.
4747 (manual): Use emacsver.
4748
4749 * intro.texi: Report bugs using M-x report-emacs-bug.
4750
4751 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
4752
4753 2008-06-13 Daniel Engeler <engeler@gmail.com>
4754
4755 * elisp.texi, internals.texi, processes.texi: Add documentation
4756 about serial port access.
4757
4758 2008-06-05 Miles Bader <miles@gnu.org>
4759
4760 * display.texi (Displaying Faces): Update to reflect function
4761 renamings in face-remap.el.
4762
4763 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
4764
4765 * display.texi (Fontsets): Fix typos.
4766
4767 2008-06-03 Miles Bader <miles@gnu.org>
4768
4769 * display.texi (Displaying Faces): Add add-relative-face-remapping,
4770 remove-relative-face-remapping, set-base-face-remapping,
4771 and set-default-base-face-remapping.
4772
4773 2008-06-01 Miles Bader <miles@gnu.org>
4774
4775 * display.texi (Displaying Faces): Add face-remapping-alist.
4776
4777 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4778
4779 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
4780 variable names.
4781
4782 2008-05-03 Eric S. Raymond <esr@golux>
4783
4784 * keymaps.texi: Clarify that (current-local-map) and
4785 (current-global-map) return references, not copies.
4786
4787 2008-05-02 Juri Linkov <juri@jurta.org>
4788
4789 * minibuf.texi (Text from Minibuffer): Document a list of
4790 default values for `read-from-minibuffer'.
4791
4792 2008-04-24 Juanma Barranquero <lekktu@gmail.com>
4793
4794 * nonascii.texi (Translation of Characters): Fix previous change.
4795
4796 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
4797
4798 * display.texi (Overlay Properties): Clarify role of underlying
4799 textprop and overlay keymaps for display strings.
4800
4801 * keymaps.texi (Active Keymaps): Ditto.
4802
4803 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4804
4805 * minibuf.texi (Programmed Completion):
4806 Replace dynamic-completion-table with the new completion-table-dynamic.
4807
4808 2008-04-07 Chong Yidong <cyd@stupidchicken.com>
4809
4810 * intro.texi (Some Terms): Change "fonts in this manual" index
4811 entry to "typographic conventions".
4812
4813 2008-04-05 Eli Zaretskii <eliz@gnu.org>
4814
4815 * objects.texi (Text Props and Strings): Add indexing for read
4816 syntax of text properties.
4817
4818 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4819
4820 * processes.texi (Decoding Output): Remove process-filter-multibyte
4821 functions.
4822
4823 2008-03-15 Martin Rudalics <rudalics@gmx.at>
4824
4825 * display.texi (Finding Overlays): Say that empty overlays at
4826 the end of the buffer are reported too.
4827
4828 2008-03-13 Glenn Morris <rgm@gnu.org>
4829
4830 * elisp.texi (EMACSVER): Set to 23.0.60.
4831
4832 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
4833
4834 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
4835
4836 2008-02-22 Glenn Morris <rgm@gnu.org>
4837
4838 * frames.texi (Position Parameters): Clarify the description of
4839 `left' and `top', using information from "Geometry".
4840 (Geometry): Give a pointer to "Position Parameters", rather than
4841 repeating information.
4842
4843 2008-02-11 Glenn Morris <rgm@gnu.org>
4844
4845 * objects.texi (Equality Predicates): No longer talk about "two"
4846 functions.
4847
4848 2008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
4849
4850 * objects.texi (Equality Predicates): Add defun for
4851 equal-including-properties.
4852
4853 2008-02-10 Glenn Morris <rgm@gnu.org>
4854
4855 * objects.texi (Equality Predicates):
4856 Mention equal-including-properties.
4857
4858 2008-02-07 Richard Stallman <rms@gnu.org>
4859
4860 * windows.texi (Window Start): Mention the feature of moving
4861 window-start to start of line.
4862
4863 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
4864
4865 * keymaps.texi (Tool Bar): Document rtl property.
4866
4867 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
4868
4869 * display.texi (Button Types):
4870 For define-button-type, clarify type of NAME.
4871
4872 2008-01-19 Martin Rudalics <rudalics@gmx.at>
4873
4874 * buffers.texi (Buffer Modification): Fix typo.
4875
4876 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
4877
4878 * os.texi (System Environment): Remove references to OSes that are
4879 not supported anymore.
4880
4881 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4882
4883 * os.texi (System Environment): Remove mention for Masscomp.
4884
4885 2008-01-04 Richard Stallman <rms@gnu.org>
4886
4887 * display.texi (Faces): Don't talk about internal face vector as arg
4888 to facep.
4889
4890 * customize.texi (Type Keywords): Fix previous change.
4891
4892 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
4893 * elisp.texi (Top): Fix menu for commands.texi change.
4894
4895 2007-12-30 Richard Stallman <rms@gnu.org>
4896
4897 * commands.texi (Accessing Mouse): Rename from Accessing Events.
4898 (Accessing Scroll): New node broken out of Accessing Mouse.
4899
4900 2007-12-28 Richard Stallman <rms@gnu.org>
4901
4902 * frames.texi (Size Parameters): Fix typo.
4903 (Basic Parameters): For `title', refer to title bar.
4904 (Size and Position): Explain meaning of frame pixel width and height.
4905
4906 2007-12-23 Richard Stallman <rms@gnu.org>
4907
4908 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
4909 Improve some of the commented-out keywords' text too.
4910
4911 2007-12-14 Martin Rudalics <rudalics@gmx.at>
4912
4913 * nonascii.texi (Encoding and I/O): Reword to avoid saying
4914 "visit the current buffer".
4915
4916 * os.texi (System Interface): Fix typo.
4917
4918 2007-12-04 Richard Stallman <rms@gnu.org>
4919
4920 * objects.texi (Symbol Type): Fix typo.
4921
4922 2007-12-03 Richard Stallman <rms@gnu.org>
4923
4924 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
4925
4926 2007-12-01 Glenn Morris <rgm@gnu.org>
4927
4928 * functions.texi (Declaring Functions): Improve previous change.
4929
4930 2007-11-30 Glenn Morris <rgm@gnu.org>
4931
4932 * functions.texi (Declaring Functions): Add optional fourth
4933 argument of declare-function, and setting third argument to `t'.
4934
4935 2007-11-29 Richard Stallman <rms@gnu.org>
4936
4937 * customize.texi (Composite Types): Document `group' type.
4938
4939 2007-11-29 Glenn Morris <rgm@gnu.org>
4940
4941 * functions.texi (Declaring Functions): Add findex.
4942 Mention `external' files.
4943
4944 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
4945
4946 * functions.texi (Declaring Functions): Fix directive.
4947
4948 2007-11-25 Richard Stallman <rms@gnu.org>
4949
4950 * help.texi (Help Functions): Clean up last change.
4951
4952 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
4953
4954 * loading.texi (Named Features): Minor cleanup.
4955
4956 * macros.texi (Eval During Expansion): Minor cleanup.
4957
4958 * variables.texi (Variable Aliases): Minor cleanup.
4959
4960 2007-11-24 Richard Stallman <rms@gnu.org>
4961
4962 * functions.texi (Declaring Functions): Clarify previous change.
4963
4964 * compile.texi (Compiler Errors): Clarify previous change.
4965
4966 2007-11-24 Richard Stallman <rms@gnu.org>
4967
4968 * display.texi (Refresh Screen, Forcing Redisplay):
4969 Clarify the text and move items around.
4970
4971 2007-11-24 Glenn Morris <rgm@gnu.org>
4972
4973 * functions.texi (Declaring Functions): New section.
4974 * compile.texi (Compiler Errors): Mention declaring functions,
4975 defvar with no initvalue, and byte-compile-warnings.
4976
4977 2007-11-15 Martin Rudalics <rudalics@gmx.at>
4978
4979 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
4980 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
4981
4982 2007-11-13 Martin Rudalics <rudalics@gmx.at>
4983
4984 * help.texi (Help Functions): Document new macro `with-help-window'.
4985
4986 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
4987
4988 * searching.texi (Replacing Match): Describe new
4989 `match-substitute-replacement'.
4990
4991 2007-10-31 Richard Stallman <rms@gnu.org>
4992
4993 * strings.texi (Creating Strings): Null strings from concat not unique.
4994
4995 2007-10-26 Richard Stallman <rms@gnu.org>
4996
4997 * objects.texi (Equality Predicates): Null strings are uniquified.
4998
4999 * minibuf.texi: Minor clarifications in previous change.
5000
5001 2007-10-25 Glenn Morris <rgm@gnu.org>
5002
5003 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
5004
5005 2007-10-24 Richard Stallman <rms@gnu.org>
5006
5007 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
5008
5009 * variables.texi (Frame-Local Variables): Node deleted.
5010 (Variables): Delete Frame-Local Variables from menu.
5011 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
5012 (Default Value): Don't mention frame-local vars.
5013
5014 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
5015
5016 * loading.texi (Unloading): Document FEATURE-unload-function
5017 instead of FEATURE-unload-hook.
5018
5019 * frames.texi (Multiple Displays): Don't mention frame-local vars.
5020
5021 2007-10-22 Juri Linkov <juri@jurta.org>
5022
5023 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
5024 (High-Level Completion): Document a list of default value strings
5025 in the DEFAULT argument, for which minibuffer functions return the
5026 first element.
5027
5028 2007-10-17 Juri Linkov <juri@jurta.org>
5029
5030 * text.texi (Filling): Update arguments of fill-paragraph.
5031 fill-paragraph operates on the active region in Transient Mark mode.
5032 Remove fill-paragraph-or-region.
5033
5034 2007-10-13 Karl Berry <karl@gnu.org>
5035
5036 * elisp.texi (@dircategory): Move to after @copying,
5037 since we want @copying as close as possible to the beginning of
5038 the output.
5039
5040 2007-10-12 Richard Stallman <rms@gnu.org>
5041
5042 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
5043
5044 * commands.texi (Distinguish Interactive): New node,
5045 broken out from Interactive Call and rewritten.
5046 (Command Loop): Put Distinguish Interactive in menu.
5047
5048 2007-10-09 Richard Stallman <rms@gnu.org>
5049
5050 * text.texi (Examining Properties): Mention overlay priority.
5051
5052 * display.texi (Display Margins): Correct the description
5053 of margin display specifications.
5054 (Replacing Specs): New subnode broken out of Display Property.
5055
5056 2007-10-06 Juri Linkov <juri@jurta.org>
5057
5058 * text.texi (Filling): Document fill-paragraph-or-region.
5059
5060 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
5061
5062 * display.texi (Auto Faces): Fix typo.
5063
5064 2007-10-02 Richard Stallman <rms@gnu.org>
5065
5066 * display.texi (Display Property): Explain some display specs
5067 don't let you move point in.
5068
5069 * frames.texi (Cursor Parameters):
5070 Describe cursor-in-non-selected-windows here. Explain more values.
5071
5072 * windows.texi (Basic Windows): Don't describe
5073 cursor-in-non-selected-windows here.
5074
5075 2007-10-01 Eli Zaretskii <eliz@gnu.org>
5076
5077 * processes.texi (Misc Network): Note that these functions are
5078 supported only on some systems.
5079
5080 2007-10-01 Richard Stallman <rms@gnu.org>
5081
5082 * display.texi (Overlay Properties): Explain nil as priority.
5083 Explain that conflicts are unpredictable if not resolved by
5084 priorities.
5085
5086 2007-09-23 Richard Stallman <rms@gnu.org>
5087
5088 * macros.texi (Backquote): Minor clarification.
5089
5090 2007-09-19 Richard Stallman <rms@gnu.org>
5091
5092 * display.texi (Display Property): Explain multiple display specs.
5093 Clarify when they work in parallel and when one overrides.
5094 Fix error in example.
5095
5096 2007-09-06 Glenn Morris <rgm@gnu.org>
5097
5098 Move from lispref/ to doc/lispref/. Change all setfilename
5099 commands to use ../../info.
5100 * Makefile.in (infodir): Go up one more level.
5101 (usermanualdir): Change from ../man to ../emacs.
5102 (miscmanualdir): New.
5103 (dist): Use new variable miscmanualdir.
5104 * makefile.w32-in (infodir, texinputdir): Go up one more level.
5105 (usermanualdir): Change from ../man to ../emacs.
5106
5107 2007-08-30 Martin Rudalics <rudalics@gmx.at>
5108
5109 * commands.texi (Command Loop Info): Advise against changing
5110 most variables described here. Explain new variable
5111 last-repeatable-command.
5112
5113 2007-08-29 Glenn Morris <rgm@gnu.org>
5114
5115 * elisp.texi (EMACSVER): Increase to 23.0.50.
5116
5117 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
5118
5119 * frames.texi (Basic Parameters): Add display-environment-variable
5120 and term-environment-variable.
5121
5122 2007-08-28 Juri Linkov <juri@jurta.org>
5123
5124 * display.texi (Image Formats, Other Image Types): Add SVG.
5125
5126 2007-08-28 Juri Linkov <juri@jurta.org>
5127
5128 * display.texi (Images): Move formats-related text to new node
5129 "Image Formats".
5130 (Image Formats): New node.
5131
5132 2007-08-27 Richard Stallman <rms@gnu.org>
5133
5134 * windows.texi (Window Configurations): Clarify what
5135 a window configuration saves.
5136
5137 2007-08-25 Richard Stallman <rms@gnu.org>
5138
5139 * display.texi (Images): Delete redundant @findex.
5140
5141 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
5142
5143 * text.texi (Change Hooks): (after|before)-change-functions are no
5144 longer bound to nil while running; rather inhibit-modification-hooks
5145 is t.
5146
5147 2007-08-16 Richard Stallman <rms@gnu.org>
5148
5149 * processes.texi (Asynchronous Processes):
5150 Clarify doc of start-file-process.
5151
5152 2007-08-08 Martin Rudalics <rudalics@gmx.at>
5153
5154 * modes.texi (Example Major Modes): Fix typo.
5155
5156 2007-08-08 Glenn Morris <rgm@gnu.org>
5157
5158 * intro.texi (nil and t): Do not use `iff' in documentation.
5159
5160 * tips.texi (Documentation Tips): Recommend against `iff'.
5161
5162 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
5163
5164 * display.texi (Image Cache): Document image-refresh.
5165
5166 2007-08-06 Martin Rudalics <rudalics@gmx.at>
5167
5168 * windows.texi (Size of Window): Document window-full-width-p.
5169
5170 2007-07-25 Glenn Morris <rgm@gnu.org>
5171
5172 * gpl.texi (GPL): Replace license with GPLv3.
5173
5174 * Relicense all FSF files to GPLv3 or later.
5175
5176 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
5177
5178 * processes.texi (Synchronous Processes):
5179 Add `process-file-shell-command'.
5180 (Asynchronous Processes): Mention restricted use of
5181 `process-filter' and `process-sentinel' in
5182 `start-file-process'. Add `start-file-process-shell-command'.
5183
5184 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
5185
5186 * files.texi (Magic File Names): Introduce optional parameter
5187 IDENTIFICATION for `file-remote-p'.
5188
5189 2007-07-16 Richard Stallman <rms@gnu.org>
5190
5191 * display.texi (Defining Faces): Fix previous change.
5192
5193 2007-07-14 Richard Stallman <rms@gnu.org>
5194
5195 * control.texi (Handling Errors): Document `debug' in handler list.
5196
5197 2007-07-10 Richard Stallman <rms@gnu.org>
5198
5199 * display.texi (Defining Faces): Explain C-M-x feature for defface.
5200
5201 2007-07-09 Richard Stallman <rms@gnu.org>
5202
5203 * files.texi (Magic File Names): Rewrite previous change.
5204
5205 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
5206
5207 * files.texi (Magic File Names): Introduce optional parameter
5208 CONNECTED for `file-remote-p'.
5209
5210 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
5211
5212 * processes.texi (Asynchronous Processes):
5213 * files.texi (Magic File Names): Add `start-file-process'.
5214
5215 2007-06-27 Richard Stallman <rms@gnu.org>
5216
5217 * files.texi (Format Conversion Piecemeal):
5218 Clarify `after-insert-file-functions' calling convention.
5219
5220 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
5221
5222 * files.texi (Magic File Names): Remove `dired-call-process'.
5223 Add `process-file'.
5224
5225 2007-06-27 Kenichi Handa <handa@m17n.org>
5226
5227 * text.texi (Special Properties): Fix description about
5228 `composition' property.
5229
5230 2007-06-26 Kenichi Handa <handa@m17n.org>
5231
5232 * nonascii.texi (Default Coding Systems): Document about the
5233 return value `undecided'.
5234
5235 2007-06-25 David Kastrup <dak@gnu.org>
5236
5237 * keymaps.texi (Active Keymaps): Document new POSITION argument of
5238 `current-active-maps'.
5239
5240 2007-06-24 Karl Berry <karl@gnu.org>
5241
5242 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
5243
5244 2007-06-15 Juanma Barranquero <lekktu@gmail.com>
5245
5246 * display.texi (Overlay Arrow): Doc fix.
5247
5248 2007-06-14 Karl Berry <karl@tug.org>
5249
5250 * anti.texi (Antinews): Typo.
5251
5252 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
5253
5254 * display.texi (Image Cache): Document image-refresh.
5255
5256 2007-06-12 Karl Berry <karl@gnu.org>
5257
5258 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
5259 * two-volume.make: New file.
5260 * .cvsignore: Ignore two-volume files.
5261
5262 2007-06-12 Tom Tromey <tromey@redhat.com>
5263
5264 * os.texi (Init File): Document user-emacs-directory.
5265
5266 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
5267
5268 * commands.texi (Click Events): Describe width and height when
5269 object is nil.
5270
5271 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
5272
5273 * commands.texi (Click Events): Layout more logically.
5274 Describe width and height.
5275 (Drag Events, Motion Events): Update to new format for position.
5276
5277 2007-06-02 Richard Stallman <rms@gnu.org>
5278
5279 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
5280
5281 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
5282
5283 * Version 22.1 released.
5284
5285 2007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
5286
5287 * text.texi (Special Properties): Correct meaning of fontified face.
5288
5289 2007-05-30 Richard Stallman <rms@gnu.org>
5290
5291 * text.texi (Special Properties): Add link to Adjusting Point.
5292
5293 2007-05-12 Richard Stallman <rms@gnu.org>
5294
5295 * text.texi (Margins): indent-to-left-margin is not the default.
5296 (Mode-Specific Indent): For indent-line-function, the default
5297 is indent-relative.
5298
5299 * modes.texi (Example Major Modes): Explain last line of text-mode
5300 is redundant.
5301
5302 2007-05-10 Richard Stallman <rms@gnu.org>
5303
5304 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
5305
5306 * help.texi (Keys in Documentation): Add reference to
5307 Documentation Tips.
5308
5309 * files.texi (Format Conversion): TO-FN gets three arguments.
5310
5311 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
5312
5313 2007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
5314
5315 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
5316 * files.texi (Format Conversion): Expand intro; add menu.
5317 (Format Conversion Overview, Format Conversion Round-Trip)
5318 (Format Conversion Piecemeal): New nodes/subsections.
5319 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
5320 * text.texi (Text Properties): Remove "Saving Properties" from menu.
5321 (Saving Properties): Delete node/subsection.
5322
5323 2007-05-07 Karl Berry <karl@gnu.org>
5324
5325 * elisp.texi (EMACSVER): Back to 22.
5326
5327 2007-05-06 Richard Stallman <rms@gnu.org>
5328
5329 * processes.texi (Accepting Output): Revert most of previous change.
5330
5331 2007-05-05 Richard Stallman <rms@gnu.org>
5332
5333 * processes.texi (Accepting Output): accept-process-output
5334 uses microseconds, not milliseconds. But that arg is obsolete.
5335
5336 2007-05-04 Karl Berry <karl@tug.org>
5337
5338 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
5339
5340 2007-05-04 Eli Zaretskii <eliz@gnu.org>
5341
5342 * tips.texi (Documentation Tips): Rearrange items to place the
5343 more important ones first. Add an index entry for hyperlinks.
5344
5345 2007-05-03 Karl Berry <karl@gnu.org>
5346
5347 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
5348 (EMACSVER) [smallbook]: 22 for printed version.
5349
5350 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
5351 so restore anchor to normal position after defun. Found by Kevin Ryde.
5352
5353 2007-04-26 Glenn Morris <rgm@gnu.org>
5354
5355 * elisp.texi (EMACSVER): Increase to 22.1.50.
5356
5357 2007-04-28 Karl Berry <karl@gnu.org>
5358
5359 * elisp.texi: Improve line breaks on copyright page,
5360 similar layout to emacs manual, 8.5x11 by default.
5361
5362 2007-04-24 Richard Stallman <rms@gnu.org>
5363
5364 * text.texi (Special Properties): Add xref to Overlay Properties.
5365
5366 * display.texi (Overlay Properties): Add xref to Special Properties.
5367
5368 2007-04-22 Richard Stallman <rms@gnu.org>
5369
5370 * keymaps.texi (Extended Menu Items): Move the info about
5371 format with cached keyboard binding.
5372
5373 2007-04-21 Richard Stallman <rms@gnu.org>
5374
5375 * text.texi (Special Properties): Clarify previous change.
5376
5377 * files.texi (File Name Expansion): Clarify previous change.
5378
5379 * display.texi (Attribute Functions): Fix example for
5380 face-attribute-relative-p.
5381
5382 2007-04-19 Kenichi Handa <handa@m17n.org>
5383
5384 * text.texi (Special Properties): Document composition property.
5385
5386 2007-04-19 Glenn Morris <rgm@gnu.org>
5387
5388 * files.texi (File Name Expansion): Mention "superroot".
5389
5390 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
5391
5392 * frames.texi (Multiple Displays): Add note about "multi-monitor"
5393 setups.
5394 (Display Feature Testing): Note that display refers to all
5395 physical monitors for multi-monitor setups.
5396
5397 2007-04-14 Richard Stallman <rms@gnu.org>
5398
5399 * lists.texi (Sets And Lists): Clarify `delete' examples.
5400 Remove spurious xref to same node.
5401 Clarify xref for add-to-list.
5402
5403 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
5404
5405 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
5406 value of lisp-mode-map.
5407
5408 2007-04-11 Karl Berry <karl@gnu.org>
5409
5410 * anti.texi (Antinews):
5411 * display.texi (Overlay Properties, Defining Images):
5412 * processes.texi (Synchronous Processes, Sentinels):
5413 * syntax.texi (Syntax Table Internals):
5414 * searching.texi (Regexp Special):
5415 * nonascii.texi (Default Coding Systems):
5416 * text.texi (Special Properties):
5417 * minibuf.texi (Basic Completion): Wording to improve breaks in
5418 8.5x11 format.
5419 * elisp.texi (smallbook): New @set to more easily switch between
5420 smallbook and 8.5x11.
5421
5422 2007-04-11 Richard Stallman <rms@gnu.org>
5423
5424 * text.texi (Lazy Properties): Minor fix.
5425
5426 2007-04-08 Karl Berry <karl@gnu.org>
5427
5428 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
5429 * macros.texi (Backquote): Downcase Backquote in index entries for
5430 consistency.
5431
5432 2007-04-08 Richard Stallman <rms@gnu.org>
5433
5434 * text.texi (Adaptive Fill): Just describe default,
5435 don't show it (since it contains non-ASCII chars).
5436
5437 2007-04-07 Karl Berry <karl@gnu.org>
5438
5439 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
5440 adaptive-fill-regexp's value, since they are not in the standard
5441 TeX fonts.
5442
5443 2007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
5444
5445 * display.texi (Defining Faces): Fix example.
5446
5447 2007-04-07 Karl Berry <karl@gnu.org>
5448
5449 * display.texi (Button Buffer Commands): Improve page break.
5450
5451 2007-04-07 Richard Stallman <rms@gnu.org>
5452
5453 * advice.texi (Activation of Advice): Remove redundant index entry.
5454
5455 * backups.texi: Improve index entries. Remove redundant ones.
5456
5457 * compile.texi (Byte Compilation): Improve index entry.
5458
5459 * hash.texi (Creating Hash): Improve index entry.
5460
5461 * symbols.texi (Definitions): Improve index entry.
5462
5463 * edebug.texi: Improve index entries. Remove redundant/useless ones.
5464
5465 * maps.texi (Standard Keymaps): Remove useless index entry.
5466
5467 * help.texi (Documentation Basics): Remove redundant index entries.
5468
5469 * customize.texi: Improve index entries.
5470 Remove redundant/useless ones.
5471
5472 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
5473
5474 * streams.texi (Output Variables): Improve index entry.
5475
5476 * abbrevs.texi (Abbrevs): Remove useless index entry.
5477
5478 * macros.texi (Expansion): Remove useless index entry.
5479
5480 * text.texi: Improve index entries. Remove redundant/useless ones.
5481 (Text Properties, Examining Properties)
5482 (Special Properties): Use "property category" instead of "category"
5483 to refer to the `category' property.
5484
5485 * positions.texi: Improve index entries. Remove useless one.
5486
5487 * lists.texi: Improve index entries. Remove redundant/useless ones.
5488
5489 * os.texi: Improve index entries.
5490 (Timers): Fix previous change.
5491
5492 * buffers.texi: Improve index entries.
5493 (Modification Time): Get rid of term "obsolete buffer".
5494
5495 * debugging.texi: Improve index entries.
5496 (Test Coverage): Add xref to other test coverage ftr.
5497
5498 * eval.texi: Improve index entry. Remove redundant ones.
5499
5500 * numbers.texi: Improve index entries. Remove redundant/useless ones.
5501
5502 * files.texi: Improve index entries. Remove redundant/useless ones.
5503
5504 * objects.texi: Improve index entries.
5505
5506 * processes.texi: Improve index entries.
5507
5508 * modes.texi: Improve index entry. Remove redundant one.
5509
5510 * nonascii.texi: Improve index entries.
5511
5512 * internals.texi: Improve index entries.
5513
5514 * syntax.texi: Improve index entries.
5515
5516 * keymaps.texi (Active Keymaps): Improve index entries.
5517
5518 * commands.texi: Improve index entries. Remove redundant/useless ones.
5519
5520 * frames.texi: Improve index entries. Remove redundant/useless ones.
5521
5522 * markers.texi: Improve index entries. Remove redundant ones.
5523
5524 * tips.texi: Improve index entries.
5525
5526 * loading.texi (Unloading): Improve index entry.
5527
5528 * variables.texi: Improve index entries. Remove redundant one.
5529
5530 * sequences.texi: Improve index entry.
5531
5532 * display.texi: Improve index entries. Remove redundant ones.
5533
5534 * windows.texi: Improve index entries.
5535
5536 * searching.texi: Improve index entries. Remove redundant one.
5537
5538 * strings.texi (Case Tables): Improve last change.
5539
5540 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
5541
5542 * strings.texi (Case Tables): Document with-case-table and
5543 ascii-case-table.
5544
5545 2007-04-03 Karl Berry <karl@gnu.org>
5546
5547 * processes.texi (Network): Reword to improve page break.
5548
5549 2007-04-03 Eli Zaretskii <eliz@gnu.org>
5550
5551 * functions.texi (Inline Functions): Describe more disadvantages
5552 of defsubst, and make advice against it stronger.
5553
5554 2007-04-02 Karl Berry <karl@gnu.org>
5555
5556 * backups.texi (Backup Names): Avoid widow words.
5557 * modes.texi (Example Major Modes): Align last comment.
5558
5559 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
5560
5561 * keymaps.texi (Remapping Commands): Document new arg to
5562 command-remapping.
5563
5564 2007-04-01 Karl Berry <karl@gnu.org>
5565
5566 * processes.texi (Low-Level Network): Typo.
5567 * loading.texi (Hooks for Loading): Avoid double "the".
5568 * keymaps.texi (Key Sequences): No double "and".
5569 (Changing Key Bindings): Shorten to improve line break.
5570
5571 2007-03-31 Glenn Morris <rgm@gnu.org>
5572
5573 * os.texi (Timers): Fix description of run-at-time TIME formats.
5574
5575 2007-03-31 Richard Stallman <rms@gnu.org>
5576
5577 * display.texi (Invisible Text): Correct buffer-invisibility-spec
5578 regarding ellipsis.
5579
5580 2007-03-31 Eli Zaretskii <eliz@gnu.org>
5581
5582 * intro.texi (nil and t):
5583 * symbols.texi (Plists and Alists):
5584 * variables.texi (Variable Aliases, Constant Variables):
5585 * functions.texi (Defining Functions):
5586 * advice.texi (Advising Primitives):
5587 * debugging.texi (Syntax Errors, Compilation Errors):
5588 * minibuf.texi (Minibuffer Windows):
5589 * commands.texi (Adjusting Point):
5590 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
5591 (Auto Major Mode, Major Mode Conventions):
5592 * help.texi (Describing Characters):
5593 * files.texi (Create/Delete Dirs, Information about Files)
5594 (File Locks, Writing to Files, Reading from Files)
5595 (Saving Buffers):
5596 * windows.texi (Resizing Windows, Cyclic Window Ordering):
5597 * frames.texi (Finding All Frames):
5598 * positions.texi (Buffer End, Motion):
5599 * markers.texi (The Region):
5600 * text.texi (Deletion, Near Point):
5601 * display.texi (Displaying Messages, Truncation):
5602 * os.texi (Processor Run Time):
5603 * tips.texi (Key Binding Conventions, Programming Tips)
5604 (Warning Tips, Documentation Tips, Comment Tips):
5605 * internals.texi (Memory Usage): Improve indexing.
5606
5607 * variables.texi (Frame-Local Variables):
5608 * functions.texi (Argument List):
5609 * loading.texi (Library Search):
5610 * streams.texi (Output Variables):
5611 * keymaps.texi (Translation Keymaps, Searching Keymaps):
5612 * searching.texi (Replacing Match, Search and Replace):
5613 * processes.texi (Byte Packing, Decoding Output)
5614 (Accepting Output, Network Servers, Shell Arguments):
5615 * display.texi (Abstract Display, Image Cache, Scroll Bars):
5616 * windows.texi (Window Point, Window Start):
5617 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
5618 * commands.texi (Reading Input, Keyboard Events):
5619 * minibuf.texi (Reading File Names, Minibuffer Completion)
5620 (Recursive Mini):
5621 * positions.texi (List Motion):
5622 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
5623 * numbers.texi (Arithmetic Operations, Math Functions)
5624 (Predicates on Numbers, Comparison of Numbers):
5625 (Numeric Conversions):
5626 * locals.texi (Standard Buffer-Local Variables):
5627 * maps.texi (Standard Keymaps):
5628 * os.texi (User Identification, System Environment, Recording Input)
5629 (X11 Keysyms):
5630 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
5631 * backups.texi (Backups and Auto-Saving):
5632 * customize.texi (Customization, Group Definitions)
5633 (Variable Definitions):
5634 * compile.texi (Byte Compilation): Improve index entries.
5635
5636 2007-03-31 Karl Berry <karl@gnu.org>
5637
5638 * macros.texi (Defining Macros): Avoid widow syllable.
5639
5640 2007-03-31 Eli Zaretskii <eliz@gnu.org>
5641
5642 * elisp.texi (Top): Postscript -> PostScript.
5643
5644 * display.texi (Images, Postscript Images): Postscript -> PostScript.
5645
5646 2007-03-31 Markus Triska <markus.triska@gmx.at>
5647
5648 * internals.texi (Writing Emacs Primitives): Untabify `For'.
5649
5650 2007-03-30 Karl Berry <karl@gnu.org>
5651
5652 * lists.texi (List-related Predicates): Remove spurious @need.
5653 (Setcdr): Use @smallexample to improve page break.
5654 (Association Lists) <assoc>: Reword to improve page break.
5655
5656 * strings.texi (String Conversion): Insert blank line to improve
5657 page break.
5658
5659 * numbers.texi (Random Numbers): Use @minus{}.
5660 (Math Functions): Use @minus{}.
5661
5662 * intro.texi (Acknowledgements): Avoid line breaks before middle
5663 initials.
5664
5665 2007-03-24 Eli Zaretskii <eliz@gnu.org>
5666
5667 * errors.texi (Standard Errors): Add an index entry.
5668
5669 2007-03-19 Richard Stallman <rms@gnu.org>
5670
5671 * os.texi (Recording Input): recent-keys now gives 300 keys.
5672
5673 2007-03-12 Glenn Morris <rgm@gnu.org>
5674
5675 * os.texi: Replace "daylight savings" with "daylight saving"
5676 throughout.
5677
5678 2007-03-05 Richard Stallman <rms@gnu.org>
5679
5680 * variables.texi (File Local Variables):
5681 Update enable-local-variables values.
5682
5683 2007-03-04 Richard Stallman <rms@gnu.org>
5684
5685 * syntax.texi (Control Parsing): Minor clarification.
5686
5687 * strings.texi (Formatting Strings): Clarify width, precision, flags.
5688
5689 * sequences.texi (Sequence Functions): Move string-bytes away,
5690 add xref.
5691
5692 * nonascii.texi (Text Representations): Move string-bytes here.
5693
5694 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
5695
5696 * minibuf.texi (Basic Completion): Minor clarification.
5697
5698 * markers.texi (The Mark): Clarify existence vs activation of mark.
5699 Other cleanup.
5700
5701 * display.texi (Finding Overlays): Write better example.
5702
5703 * compile.texi (Eval During Compile): Clarify putting macros
5704 in eval-when-compile.
5705
5706 2007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
5707
5708 * loading.texi (How Programs Do Loading): Fix anchor position at
5709 load-read-function definition doc.
5710
5711 2007-02-21 Kim F. Storm <storm@cua.dk>
5712
5713 * strings.texi (Text Comparison): Mention that assoc-string
5714 converts symbols to strings before testing.
5715
5716 2007-02-17 Kim F. Storm <storm@cua.dk>
5717
5718 * processes.texi (Bindat Spec): Vector types can have optional
5719 element type.
5720 (Bindat Examples): Fix example. Add vector with element type.
5721
5722 2007-02-16 Andreas Schwab <schwab@suse.de>
5723
5724 * strings.texi (Formatting Strings): Document '+' flag.
5725
5726 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
5727
5728 * strings.texi (Modifying Strings): Clarify that `clear-string'
5729 always converts the string to unibyte.
5730
5731 2007-02-14 Kim F. Storm <storm@cua.dk>
5732
5733 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
5734 Rewrite glyph code description to refer to these functions.
5735 Remove details of encoding face number and char into integer code.
5736
5737 2007-02-03 Alan Mackenzie <acm@muc.de>
5738
5739 * loading.texi (Hooks for Loading): Make the description of
5740 `eval-after-load' more detailed, and amend the description of
5741 after-load-alist, in accordance with changes from 2006-05.
5742
5743 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
5744
5745 * modes.texi (Defining Minor Modes): Document that a :require
5746 keyword or similar may be required to make saved customization
5747 variables work.
5748
5749 2007-02-03 Eli Zaretskii <eliz@gnu.org>
5750
5751 * elisp.texi (Top): Make the detailed menu headers compliant with
5752 Texinfo guidelines and with what texnfo-upd.el expects.
5753 Add comments to prevent people from inadvertently modifying the key
5754 parts needed by `texinfo-multiple-files-update'.
5755
5756 2007-02-02 Eli Zaretskii <eliz@gnu.org>
5757
5758 * elisp.texi (Top): Update the top-level menus.
5759
5760 * syntax.texi (Categories): Add index entries.
5761
5762 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
5763
5764 * display.texi (Attribute Functions): Fix name and description of
5765 the UNDERLINE arg of `set-face-underline-p'.
5766
5767 2007-01-29 Eli Zaretskii <eliz@gnu.org>
5768
5769 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
5770 Variables", and "Standard Keymaps" to the detailed menu.
5771
5772 * variables.texi (Future Local Variables): Add index entry.
5773
5774 2007-01-28 Richard Stallman <rms@gnu.org>
5775
5776 * tips.texi (Coding Conventions): Clarify the tip about macros
5777 that define a function or a variable.
5778
5779 * files.texi (File Attributes): UID and GID can be floats.
5780 (Magic File Names): Explain why deferring all operations to
5781 the standard handler does not work.
5782
5783 2007-01-23 Martin Rudalics <rudalics@gmx.at>
5784
5785 * backups.texi (Reverting): Use "buffer" instead of "file"
5786 when talking about major and minor modes.
5787
5788 2007-01-21 Richard Stallman <rms@gnu.org>
5789
5790 * help.texi (Documentation): Add xref to Documentation Tips.
5791
5792 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
5793
5794 * tips.texi (Coding Conventions): Fix typos.
5795
5796 2007-01-05 Richard Stallman <rms@gnu.org>
5797
5798 * modes.texi (Defining Minor Modes): Fix previous change.
5799
5800 2007-01-03 Richard Stallman <rms@gnu.org>
5801
5802 * customize.texi (Variable Definitions, Customization Types):
5803 Don't use * in doc string for defcustom.
5804
5805 2007-01-02 Richard Stallman <rms@gnu.org>
5806
5807 * variables.texi (Variable Aliases): Clarify that aliases vars
5808 always have the same value.
5809
5810 * processes.texi (Bindat Spec): Fix Texinfo usage.
5811
5812 * modes.texi (Defining Minor Modes): Explain effect of command
5813 defined with define-global-minor-mode on new buffers.
5814
5815 2006-12-30 Kim F. Storm <storm@cua.dk>
5816
5817 * keymaps.texi (Tool Bar): Describe `grow-only' value of
5818 `auto-resize-tool-bars'.
5819
5820 2006-12-30 Richard Stallman <rms@gnu.org>
5821
5822 * keymaps.texi (Active Keymaps): Fix previous change.
5823
5824 2006-12-30 Nick Roberts <nickrob@snap.net.nz>
5825
5826 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
5827
5828 2006-12-30 Kim F. Storm <storm@cua.dk>
5829
5830 * processes.texi (Bindat Spec): Clarify using field names in
5831 length specifications.
5832
5833 2006-12-29 Kim F. Storm <storm@cua.dk>
5834
5835 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
5836 Add count and index variables for eval forms in repeat blocks.
5837
5838 2006-12-24 Richard Stallman <rms@gnu.org>
5839
5840 * customize.texi (Variable Definitions):
5841 Document new name custom-add-frequent-value.
5842
5843 2006-12-19 Kim F. Storm <storm@cua.dk>
5844
5845 * commands.texi (Misc Events): User signals now result in sigusr1
5846 and sigusr2 events which are handled through special-event-map.
5847 (Special Events): User signals and drag-n-drop are special.
5848
5849 2006-12-17 Richard Stallman <rms@gnu.org>
5850
5851 * loading.texi (Named Features): Explain subfeatures better.
5852
5853 * customize.texi: Use "option" only for user options.
5854 For the keyword values inside defcustom etc, say "keywords".
5855 For :options value's elements, say "elements".
5856 :group should not be omitted.
5857
5858 * syntax.texi (Parsing Expressions): Split up node.
5859 (Motion via Parsing, Position Parse, Parser State)
5860 (Low-Level Parsing, Control Parsing): New subnodes.
5861 (Parser State): Document syntax-ppss-toplevel-pos.
5862
5863 * positions.texi (List Motion): Punctuation fix.
5864
5865 * files.texi (File Name Completion): Document PREDICATE arg
5866 to file-name-completion.
5867
5868 2006-12-16 Eli Zaretskii <eliz@gnu.org>
5869
5870 * internals.texi (Building Emacs, Writing Emacs Primitives):
5871 Add index entries.
5872
5873 2006-12-11 Richard Stallman <rms@gnu.org>
5874
5875 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
5876 affects face menu. Explain how to make it non-nil without enabling
5877 any fontification.
5878
5879 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
5880
5881 * modes.texi (Font Lock Basics): Document nil value of
5882 font-lock-defaults.
5883
5884 2006-12-10 Glenn Morris <rgm@gnu.org>
5885
5886 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
5887 value for system-flag argument. Abbrev tables may not be empty
5888 when major modes are loaded.
5889
5890 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
5891
5892 * makefile.w32-in (maintainer-clean): Partially revert last
5893 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
5894 to protect elisp-covers.texi.
5895
5896 2006-12-07 Juanma Barranquero <lekktu@gmail.com>
5897
5898 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
5899 Don't remove elisp* info files; they are already deleted by the
5900 `clean' and `distclean' targets, and they are in the $(infodir)
5901 directory, not the current one.
5902
5903 2006-12-04 Kim F. Storm <storm@cua.dk>
5904
5905 * commands.texi (Misc Events): Update signal events.
5906 (Event Examples): Add signal example.
5907
5908 2006-11-29 Richard Stallman <rms@gnu.org>
5909
5910 * frames.texi (Visibility of Frames): Explain visible windows
5911 can be covered by others. Add xref for raise-frame.
5912
5913 2006-11-28 Richard Stallman <rms@gnu.org>
5914
5915 * searching.texi (Regexp Special): Update when ^ is special.
5916
5917 2006-11-27 Eli Zaretskii <eliz@gnu.org>
5918
5919 * customize.texi (Customization, Common Keywords)
5920 (Group Definitions, Variable Definitions, Composite Types)
5921 (Type Keywords, Customization Types): Add index entries for
5922 various customization keywords.
5923
5924 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5925
5926 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
5927
5928 2006-11-10 Jan Djärv <jan.h.d@swipnet.se>
5929
5930 * frames.texi (Window System Selections): Remove clipboard from
5931 description of selection-coding-system.
5932
5933 2006-11-06 Richard Stallman <rms@gnu.org>
5934
5935 * lists.texi (List Variables): Document COMPARE-FN.
5936
5937 * keymaps.texi: Avoid use of "binding" to mean a relation;
5938 use it only to refer to the meaning associated with a key.
5939 (Keymaps): Change menu node description.
5940
5941 * elisp.texi (Top): Change menu node description.
5942
5943 * display.texi (Managing Overlays): Document overlay-recenter.
5944
5945 2006-10-29 Chong Yidong <cyd@stupidchicken.com>
5946
5947 * Makefile.in: Use relative paths to avoid advertising filesystem
5948 contents during compilation.
5949
5950 2006-10-23 Kim F. Storm <storm@cua.dk>
5951
5952 * commands.texi (Event Input Misc): Update unread-command-events.
5953
5954 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
5955
5956 * lists.texi (Sets And Lists): Fix typos.
5957
5958 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
5959
5960 * control.texi (Processing of Errors): Use @var for an argument,
5961 not @code.
5962
5963 2006-10-16 Richard Stallman <rms@gnu.org>
5964
5965 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
5966
5967 * keymaps.texi (Format of Keymaps): Show all the keymap element
5968 patterns that result from menu items.
5969 (Key Lookup): Minor cleanups.
5970
5971 * modes.texi (Precalculated Fontification): Don't say that
5972 not setting font-lock-defaults avoids loading font-lock.
5973
5974 * help.texi (Documentation): Move xref to Emacs Manual here.
5975 (Documentation Basics): From here.
5976 Also doc emacs-lisp-docstring-fill-column.
5977
5978 * elisp.texi: Update version and ISBN.
5979
5980 * commands.texi (Interactive Call): Clarify KEYS arg to
5981 call-interactively is a vector.
5982 (Command Loop Info): Delete anchor in this-command-keys.
5983 Add anchor in this-command-keys-vector.
5984 (Recursive Editing): Document how recursive-edit
5985 handles the current buffer.
5986
5987 2006-10-13 Chong Yidong <cyd@stupidchicken.com>
5988
5989 * frames.texi (Frame Titles): %c and %l are ignored in
5990 frame-title-format.
5991
5992 2006-10-11 Richard Stallman <rms@gnu.org>
5993
5994 * keymaps.texi (Key Sequences): Clarify use of kbd.
5995
5996 2006-10-10 Kim F. Storm <storm@cua.dk>
5997
5998 * lists.texi (Sets And Lists): Add memql.
5999
6000 2006-10-03 Richard Stallman <rms@gnu.org>
6001
6002 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
6003 Clarify :ascii: and :nonascii:.
6004
6005 2006-09-29 Juri Linkov <juri@jurta.org>
6006
6007 * modes.texi (%-Constructs): Reorder coding systems in the
6008 documentation of %z to the real order displayed in the modeline.
6009
6010 2006-09-25 Richard Stallman <rms@gnu.org>
6011
6012 * os.texi (Timers): Describe timer-max-repeats.
6013
6014 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
6015
6016 * os.texi (Timers): Mention with-local-quit.
6017
6018 2006-09-24 Richard Stallman <rms@gnu.org>
6019
6020 * searching.texi (Searching and Matching): Mention property search.
6021
6022 * commands.texi (Command Loop Info): Explain how read-event affects
6023 this-command-keys.
6024
6025 2006-09-20 Richard Stallman <rms@gnu.org>
6026
6027 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
6028
6029 * windows.texi (Window Start): Minor cleanups.
6030
6031 2006-09-20 Kim F. Storm <storm@cua.dk>
6032
6033 * windows.texi (Window Start): pos-visible-in-window-p allows
6034 specifying t for position to mean "end of window".
6035 Add window-line-height.
6036
6037 * anti.texi (Antinews): Mention window-line-height.
6038
6039 2006-09-19 David Kastrup <dak@gnu.org>
6040
6041 * keymaps.texi (Searching Keymaps): Small clarification.
6042
6043 2006-09-18 Richard Stallman <rms@gnu.org>
6044
6045 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
6046 cause keyboard menus.
6047 (Menu Keymaps): Likewise.
6048 (Defining Menus, Keyboard Menus): Clarify.
6049
6050 * text.texi (Fields): Clarify explanation of constrain-to-field.
6051
6052 2006-09-16 Eli Zaretskii <eliz@gnu.org>
6053
6054 * variables.texi (Tips for Defining): Fix a typo.
6055
6056 2006-09-15 Richard Stallman <rms@gnu.org>
6057
6058 * keymaps.texi (Remapping Commands, Searching Keymaps)
6059 (Active Keymaps): Clean up previous change.
6060
6061 2006-09-15 Jay Belanger <belanger@truman.edu>
6062
6063 * gpl.texi: Replace "Library Public License" by "Lesser Public
6064 License" throughout.
6065
6066 2006-09-15 David Kastrup <dak@gnu.org>
6067
6068 * keymaps.texi (Active Keymaps): Adapt description to use
6069 `get-char-property' instead `get-text-property'. Explain how
6070 mouse events change this. Explain the new optional argument of
6071 `key-binding' and its mouse-dependent lookup.
6072 (Searching Keymaps): Adapt description similarly.
6073 (Remapping Commands): Explain the new optional argument of
6074 `command-remapping'.
6075
6076 2006-09-14 Richard Stallman <rms@gnu.org>
6077
6078 * keymaps.texi (Searching Keymaps): Clarification.
6079 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
6080
6081 2006-09-13 Richard Stallman <rms@gnu.org>
6082
6083 * objects.texi (Character Type): Node split.
6084 Add xref to Describing Characters.
6085 (Basic Char Syntax, General Escape Syntax)
6086 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
6087
6088 2006-09-11 Richard Stallman <rms@gnu.org>
6089
6090 * display.texi (Display Table Format): Wording clarification.
6091 (Glyphs): Clarifications.
6092
6093 2006-09-10 Chong Yidong <cyd@stupidchicken.com>
6094
6095 * keymaps.texi (Active Keymaps): Mention that key-binding checks
6096 local maps.
6097
6098 2006-09-10 Kim F. Storm <storm@cua.dk>
6099
6100 * display.texi (Forcing Redisplay): Document return value of
6101 function redisplay.
6102
6103 2006-09-09 Richard Stallman <rms@gnu.org>
6104
6105 * windows.texi (Window Hooks): Explain limits of
6106 window-scroll-functions.
6107
6108 * display.texi (Fringe Indicators): Update for last change in
6109 indicate-buffer-boundaries.
6110
6111 2006-09-08 Richard Stallman <rms@gnu.org>
6112
6113 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
6114
6115 2006-09-06 Kim F. Storm <storm@cua.dk>
6116
6117 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
6118
6119 * windows.texi (Window Start): Update pos-visible-in-window-p.
6120
6121 2006-09-04 Richard Stallman <rms@gnu.org>
6122
6123 * processes.texi (Accepting Output): Explain SECONDS=0 for
6124 accept-process-output.
6125
6126 * os.texi (Idle Timers): Explain why timer functions should not
6127 loop until (input-pending-p).
6128
6129 2006-09-02 Eli Zaretskii <eliz@gnu.org>
6130
6131 * makefile.w32-in (usermanualdir): New variable.
6132 (elisp.dvi): Use it.
6133
6134 2006-09-01 Eli Zaretskii <eliz@gnu.org>
6135
6136 * buffers.texi (Buffer Modification): Fix last change.
6137
6138 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
6139
6140 * buffers.texi (Buffer Modification):
6141 Document buffer-chars-modified-tick.
6142
6143 2006-08-31 Richard Stallman <rms@gnu.org>
6144
6145 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
6146
6147 2006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
6148
6149 * modes.texi (Syntactic Font Lock):
6150 Mention font-lock-syntactic-face-function
6151 instead of specific faces.
6152
6153 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
6154
6155 * display.texi (Images): Add xrref to display-images-p.
6156
6157 2006-08-28 Kenichi Handa <handa@m17n.org>
6158
6159 * nonascii.texi (Lisp and Coding Systems): Fix description of
6160 detect-coding-region.
6161
6162 2006-08-27 Michael Olson <mwolson@gnu.org>
6163
6164 * processes.texi (Transaction Queues): Remove stray quote
6165 character.
6166
6167 2006-08-25 Richard Stallman <rms@gnu.org>
6168
6169 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
6170 Add xref.
6171
6172 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
6173
6174 * os.texi (Timers): Avoid waiting inside timers.
6175
6176 2006-08-21 Lute Kamstra <lute@gnu.org>
6177
6178 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
6179
6180 2006-08-20 Richard Stallman <rms@gnu.org>
6181
6182 * os.texi (Idle Timers): New node, split out from Timers.
6183 Document current-idle-time.
6184 * commands.texi (Reading One Event): Update xref.
6185 * elisp.texi (Top): Update subnode menu.
6186
6187 2006-08-16 Richard Stallman <rms@gnu.org>
6188
6189 * keymaps.texi (Extended Menu Items): Show format of cached
6190 bindings in extended menu items.
6191
6192 * customize.texi (Variable Definitions): Explain when the
6193 standard value expression is evaluated.
6194
6195 2006-08-15 Chong Yidong <cyd@stupidchicken.com>
6196
6197 * commands.texi (Reading One Event): Explain idleness in
6198 `read-event'.
6199
6200 2006-08-12 Chong Yidong <cyd@stupidchicken.com>
6201
6202 * text.texi (Near Point): Say "cursor" not "terminal cursor".
6203 (Commands for Insertion): Remove split-line since it's not
6204 relevant for Lisp programming.
6205 (Yank Commands): Rewrite introduction.
6206 (Undo): Clarify.
6207 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
6208 (Filling): Remove redundant comment. Clarify return value of
6209 current-justification.
6210 (Margins): Minor clarifications.
6211 (Adaptive Fill): Update default value of adaptive-fill-regexp.
6212 (Sorting): Update definition of sort-lines.
6213 (Columns): Clarify behavior of sort-columns.
6214 (Indent Tabs): Link to Tab Stops in Emacs manual.
6215 (Special Properties): Clarify.
6216 (Clickable Text): Mention Buttons package.
6217
6218 2006-08-12 Kevin Ryde <user42@zip.com.au>
6219
6220 * os.texi (Time Parsing): Add %z to description of
6221 format-time-string, as per docstring. Add cross reference to
6222 glibc manual for strftime.
6223
6224 2006-08-08 Richard Stallman <rms@gnu.org>
6225
6226 * modes.texi: Clean up wording in previous change.
6227
6228 2006-08-07 Chong Yidong <cyd@stupidchicken.com>
6229
6230 * modes.texi (Hooks): Clarify.
6231 (Major Mode Basics): Mention define-derived-mode explicitly.
6232 (Major Mode Conventions): Rebinding RET is OK for some modes.
6233 Mention change-major-mode-hook and after-change-major-mode-hook.
6234 (Example Major Modes): Move to end of Modes section.
6235 (Mode Line Basics): Clarify.
6236 (Mode Line Data): Mention help-echo and local-map in strings.
6237 Explain reason for treatment of non-risky variables.
6238 (Properties in Mode): Clarify.
6239 (Faces for Font Lock): Add font-lock-negation-char-face.
6240
6241 2006-08-04 Eli Zaretskii <eliz@gnu.org>
6242
6243 * strings.texi (Formatting Strings): Warn against arbitrary
6244 strings as first arg to `format'.
6245
6246 2006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
6247
6248 * text.texi (Clickable Text): Mention `help-echo' text property.
6249 Update intro, examples and associated explanations.
6250
6251 2006-07-31 Richard Stallman <rms@gnu.org>
6252
6253 * commands.texi: Update xrefs.
6254 (Event Mod): New node, cut out from old Translating Input.
6255
6256 * maps.texi: Update xrefs.
6257
6258 * keymaps.texi (Translation Keymaps): New node.
6259 Update xrefs from Translating Input to Translation Keymaps.
6260
6261 * elisp.texi (Top): Update subnode menu.
6262
6263 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
6264
6265 * os.texi (System Interface): Fix menu descriptions of some nodes.
6266 (Translating Input): Node deleted.
6267
6268 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
6269
6270 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
6271
6272 * lists.texi (Sets And Lists): Likewise.
6273
6274 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
6275
6276 * text.texi (Fields): Mention POS
6277 requirement when narrowing is in effect.
6278
6279 2006-07-28 Richard Stallman <rms@gnu.org>
6280
6281 * display.texi (Face Attributes): Simplify wording.
6282 (Attribute Functions): Clarify meaning of new-frame default
6283 attribute settings.
6284
6285 * customize.texi (Common Keywords): Document how to use
6286 :package-version in a package not in Emacs.
6287
6288 2006-07-28 Kim F. Storm <storm@cua.dk>
6289
6290 * commands.texi (Reading One Event): Fix last change.
6291
6292 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
6293
6294 * commands.texi (Reading One Event): Document SECONDS argument for
6295 read-event, read-char, and read-char-exclusive.
6296
6297 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
6298
6299 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
6300 to ensure correct identification.
6301
6302 2006-07-24 Richard Stallman <rms@gnu.org>
6303
6304 * text.texi (Clickable Text): Clarify.
6305
6306 * sequences.texi (Vector Functions): Delete duplicate xref.
6307
6308 * objects.texi (Function Type): Clarify.
6309
6310 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
6311 modes.
6312
6313 * lists.texi (List Variables): New node.
6314 Material moved from other nodes.
6315
6316 * variables.texi (Setting Variables): add-to-list and
6317 add-to-ordered-list moved to List Variables node.
6318
6319 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
6320
6321 * text.texi (Links and Mouse-1):
6322 For mouse-on-link-p, expand on arg POS.
6323
6324 2006-07-21 Kim F. Storm <storm@cua.dk>
6325
6326 * display.texi (Forcing Redisplay): Don't mention systems which
6327 don't support sub-second timers for redisplay-preemption-period.
6328
6329 * os.texi (Terminal Output): Clarify text vs graphical terminal.
6330
6331 2006-07-21 Eli Zaretskii <eliz@gnu.org>
6332
6333 * frames.texi (Input Focus): Document that focus-follows-mouse has
6334 no effect on MS-Windows.
6335
6336 2006-07-18 Richard Stallman <rms@gnu.org>
6337
6338 * display.texi (Forcing Redisplay): Cleanups in previous change.
6339
6340 * processes.texi (Low-Level Network): Make menu more convenient.
6341
6342 2006-07-18 Kim F. Storm <storm@cua.dk>
6343
6344 * display.texi (Forcing Redisplay): redisplay-preemption-period
6345 only used on window systems. Add xref to Terminal Output.
6346
6347 * os.texi (Terminal Output): baud-rate only controls preemption on
6348 non-window systems. Add xref to Forcing Redisplay.
6349
6350 * processes.texi (Low-Level Network): Rename node "Make Network"
6351 to "Network Processes".
6352
6353 2006-07-18 Karl Berry <karl@gnu.org>
6354
6355 * variables.texi, functions.texi, customize.texi, loading.texi:
6356 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
6357
6358 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
6359
6360 * commands.texi (Waiting): Document batch-mode sit-for behavior.
6361
6362 2006-07-17 Richard Stallman <rms@gnu.org>
6363
6364 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
6365 Put period and comma inside quotes.
6366
6367 * loading.texi, markers.texi: Use real doublequote inside menus.
6368
6369 * windows.texi: Put point and comma inside quotes.
6370 (Textual Scrolling): Use @samp for error message.
6371
6372 * variables.texi, tips.texi, syntax.texi, symbols.texi:
6373 * strings.texi, streams.texi, processes.texi, os.texi:
6374 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
6375 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
6376 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
6377 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
6378 Put point and comma inside quotes.
6379
6380 * control.texi (Processing of Errors): Add command-error-function.
6381
6382 * variables.texi (File Local Variables): Clarify that
6383 file local variables make buffer-local bindings.
6384
6385 * modes.texi (Syntactic Font Lock): Give default for
6386 font-lock-syntax-table.
6387
6388 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
6389
6390 * text.texi (Special Properties): Clean up previous change.
6391
6392 2006-07-16 Karl Berry <karl@gnu.org>
6393
6394 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
6395 * control.texi: Fix bad page breaks through chapter 10 (control).
6396
6397 * anti.texi (Antinews): Reorder face-attribute fns to avoid
6398 underfull hbox.
6399
6400 2006-07-15 Nick Roberts <nickrob@snap.net.nz>
6401
6402 * text.texi (Special Properties): Describe fontified text property
6403 in relation to a character (not text).
6404
6405 2006-07-15 Kim F. Storm <storm@cua.dk>
6406
6407 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
6408 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
6409 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
6410
6411 * anti.texi (Antinews): Mention redisplay function.
6412 The kbd macro existed, but was not documented, before 22.x.
6413 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
6414
6415 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
6416
6417 * display.texi (Displaying Messages): Add anchor.
6418
6419 * frames.texi (Dialog Boxes): Use it.
6420
6421 2006-07-12 Richard Stallman <rms@gnu.org>
6422
6423 * objects.texi (Frame Type): Explain nature of frames better.
6424
6425 * frames.texi (Frames): Explain nature of frames better.
6426
6427 2006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
6428
6429 * tips.texi (Coding Conventions): Explain why use cl at compile time.
6430
6431 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6432
6433 * frames.texi (Window System Selections): Mention scrap support for Mac.
6434 Default value of x-select-enable-clipboard is t on Mac.
6435
6436 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
6437
6438 2006-07-11 Kim F. Storm <storm@cua.dk>
6439
6440 * display.texi (Forcing Redisplay): Add `redisplay' function.
6441 Don't mention (sit-for -1) -- use (redisplay t) instead.
6442
6443 * commands.texi (Waiting): (sit-for -1) is no longer special.
6444 (sit-for 0) is equivalent to (redisplay).
6445 Iconifying/deiconifying no longer makes sit-for return.
6446
6447 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
6448
6449 * display.texi (Buttons): Fix typo.
6450
6451 * index.texi, elisp.texi (New Symbols): Comment node out.
6452
6453 2006-07-09 Richard Stallman <rms@gnu.org>
6454
6455 * display.texi (Truncation): Clean up previous change.
6456
6457 2006-07-08 Richard Stallman <rms@gnu.org>
6458
6459 * commands.texi (Interactive Call): Use 3 as prefix in example
6460 for execute-extended-command.
6461
6462 * display.texi (Attribute Functions): Move paragraph about
6463 compatibility with Emacs < 21.
6464
6465 2006-07-09 Kim F. Storm <storm@cua.dk>
6466
6467 * display.texi (Refresh Screen): Clarify force-window-update.
6468 (Truncation): "Normally" indicated by fringe arrows.
6469
6470 2006-07-08 Eli Zaretskii <eliz@gnu.org>
6471
6472 * windows.texi (Textual Scrolling, Resizing Windows):
6473 * variables.texi (Constant Variables):
6474 * text.texi (Buffer Contents, Deletion, Changing Properties)
6475 (Property Search, Special Properties, Sticky Properties)
6476 (Links and Mouse-1, Fields, Change Hooks):
6477 * syntax.texi (Syntax Table Functions, Parsing Expressions)
6478 (Categories):
6479 * symbols.texi (Other Plists):
6480 * streams.texi (Output Variables):
6481 * processes.texi (Input to Processes, Query Before Exit):
6482 * positions.texi (Word Motion, Text Lines, List Motion):
6483 * os.texi (Init File, System Environment, Sound Output)
6484 (Session Management):
6485 * nonascii.texi (Text Representations, Character Sets)
6486 (Chars and Bytes, Locales):
6487 * modes.texi (Defining Minor Modes, Header Lines):
6488 * minibuf.texi (Minibuffer Contents):
6489 * markers.texi (Information from Markers):
6490 * lists.texi (List Elements, Building Lists, Association Lists):
6491 * keymaps.texi (Tool Bar):
6492 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
6493 * functions.texi (What Is a Function, Mapping Functions):
6494 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
6495 (Color Names, Text Terminal Colors, Display Feature Testing):
6496 * files.texi (Visiting Functions, File Name Components)
6497 (Unique File Names, Contents of Directories):
6498 * display.texi (Forcing Redisplay, Displaying Messages)
6499 (Temporary Displays, Font Selection, Auto Faces)
6500 (Font Lookup, Fringe Indicators, Display Margins)
6501 (Image Descriptors, Showing Images, Image Cache, Button Types)
6502 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
6503 (Display Table Format, Glyphs):
6504 * control.texi (Iteration):
6505 * commands.texi (Command Loop Info, Adjusting Point):
6506 * backups.texi (Making Backups, Auto-Saving):
6507 Remove @tindex entries.
6508
6509 2006-07-07 Kim F. Storm <storm@cua.dk>
6510
6511 * display.texi (Fringe Cursors): Fix typo.
6512 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
6513 (Overlay Arrow): Default is overlay-arrow fringe indicator.
6514
6515 2006-07-05 Richard Stallman <rms@gnu.org>
6516
6517 * text.texi (Buffer Contents): Add example of text props
6518 in result of buffer-substring.
6519 (Text Properties): Explain better about use of specific property names.
6520 (Property Search): Some cleanups; reorder some functions.
6521
6522 * keymaps.texi (Changing Key Bindings): Cleanup.
6523 Add xref to Key Binding Conventions.
6524
6525 * display.texi (Attribute Functions): Add examples for
6526 face-attribute-relative-p.
6527
6528 * tips.texi (Coding Conventions): Cleanup last change.
6529
6530 2006-07-05 Karl Berry <karl@gnu.org>
6531
6532 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
6533 Remove @setchapternewpage odd.
6534 Result is 1013 pages, down from 1100.
6535
6536 * anti.texi, customize.texi, display.texi, internals.texi:
6537 * minibuf.texi, modes.texi, tips.texi:
6538 Fix overfull/underfull boxes.
6539
6540 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6541
6542 * edebug.texi (Instrumenting):
6543 Add Edebug-specific findex for eval-buffer.
6544 * loading.texi (Loading):
6545 Replace eval-current-buffer with eval-buffer.
6546
6547 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
6548
6549 * locals.texi (Standard Buffer-Local Variables): Update the list
6550 of variables.
6551
6552 2006-06-26 Nick Roberts <nickrob@snap.net.nz>
6553
6554 * files.texi (File Name Completion): Point user to the node
6555 "Reading File Names".
6556
6557 2006-06-24 Eli Zaretskii <eliz@gnu.org>
6558
6559 * files.texi (Contents of Directories): Document case-insensitive
6560 behavior on respective filesystems.
6561
6562 * objects.texi (Character Type): Document that Emacs signals an
6563 error for unsupported Unicode characters specified as \uNNNN.
6564
6565 2006-06-19 Richard Stallman <rms@gnu.org>
6566
6567 * processes.texi (Bindat Spec): Clarify previous change.
6568
6569 2006-06-16 Richard Stallman <rms@gnu.org>
6570
6571 * tips.texi (Coding Conventions): Better explain conventions
6572 for definition constructs.
6573
6574 * text.texi (Special Properties): String value of `read-only'
6575 serves as the error message.
6576
6577 * objects.texi (Character Type): Clarify prev. change.
6578 (Non-ASCII in Strings): Mention \u and \U.
6579
6580 * commands.texi (Using Interactive): Explain problem of
6581 markers, etc., in command-history.
6582
6583 2006-06-14 Kim F. Storm <storm@cua.dk>
6584
6585 * commands.texi (Waiting): Negative arg to sit-for forces
6586 redisplay even if input is pending.
6587
6588 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
6589 redisplay. Remove incorrect example of binding redisplay-dont-pause
6590 around (sit-for 0).
6591
6592 2006-06-13 Richard Stallman <rms@gnu.org>
6593
6594 * display.texi (Forcing Redisplay): Clarify previous change.
6595
6596 2006-06-13 Romain Francoise <romain@orebokech.com>
6597
6598 * display.texi (Forcing Redisplay): Fix typo.
6599
6600 2006-06-13 Kim F. Storm <storm@cua.dk>
6601
6602 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
6603
6604 2006-06-10 Luc Teirlinck <teirllm@auburn.edu>
6605
6606 * tips.texi (Coding Conventions): Add `@end itemize'.
6607
6608 2006-06-10 Richard Stallman <rms@gnu.org>
6609
6610 * tips.texi (Coding Conventions): Explain use of coding systems
6611 to ensure one decoding for strings.
6612
6613 2006-06-09 Aidan Kehoe <kehoea@parhasard.net>
6614
6615 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
6616 syntax.
6617
6618 2006-06-07 Eli Zaretskii <eliz@gnu.org>
6619
6620 * display.texi (Font Selection): Remove description of
6621 clear-face-cache.
6622
6623 * compile.texi (Eval During Compile): Fix a typo. Add index
6624 entries for possible uses of eval-when-compile.
6625
6626 2006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
6627
6628 * display.texi (Abstract Display): Fix typo.
6629
6630 2006-06-03 Eli Zaretskii <eliz@gnu.org>
6631
6632 * minibuf.texi (Minibuffer History) <history-add-new-input>:
6633 Reword variable's description.
6634
6635 2006-06-01 Richard Stallman <rms@gnu.org>
6636
6637 * windows.texi (Splitting Windows): Clarify splitting nonselected
6638 window.
6639
6640 2006-05-31 Juri Linkov <juri@jurta.org>
6641
6642 * minibuf.texi (Minibuffer History): Add history-add-new-input.
6643
6644 2006-05-30 Richard Stallman <rms@gnu.org>
6645
6646 * display.texi (Line Height): Fix errors in description of
6647 default line height and line-height property.
6648
6649 * nonascii.texi (Default Coding Systems): Further clarification.
6650
6651 2006-05-29 Luc Teirlinck <teirllm@auburn.edu>
6652
6653 * internals.texi (Pure Storage): Mention that an overflow in pure
6654 space causes a memory leak.
6655 (Garbage Collection): If there was an overflow in pure space,
6656 `garbage-collect' returns nil.
6657
6658 2006-05-30 Eli Zaretskii <eliz@gnu.org>
6659
6660 * nonascii.texi (Default Coding Systems): Fix it some more.
6661
6662 2006-05-29 Eli Zaretskii <eliz@gnu.org>
6663
6664 * nonascii.texi (Default Coding Systems): Fix last change.
6665
6666 2006-05-29 Kenichi Handa <handa@m17n.org>
6667
6668 * nonascii.texi (find-operation-coding-system): Describe the new
6669 argument format (FILENAME . BUFFER).
6670
6671 2006-05-28 Richard Stallman <rms@gnu.org>
6672
6673 * tips.texi (Coding Conventions): Better explain reasons not to
6674 advise other packages or use `eval-after-load'.
6675
6676 2006-05-29 Kim F. Storm <storm@cua.dk>
6677
6678 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
6679 `bindat-idx' and `bindat-raw' for clarity.
6680
6681 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6682
6683 * processes.texi (Bindat Spec): Expand on `repeat' handler.
6684
6685 * display.texi (Display): Add "Abstract Display" to menu.
6686 (Abstract Display, Abstract Display Functions)
6687 (Abstract Display Example): New nodes.
6688 * elisp.texi (Top): Add "Abstract Display" to menu.
6689
6690 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
6691
6692 * keymaps.texi (Key Sequences): Link to input events definition.
6693 (Format of Keymaps): Delete material duplicated in Keymap Basics.
6694
6695 * files.texi (Changing Files): Document updated argument list for
6696 copy-file.
6697
6698 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6699
6700 * processes.texi (Bindat Functions): Explain term "total length".
6701 Use it in bindat-length and bindat-pack descriptions.
6702
6703 2006-05-26 Eli Zaretskii <eliz@gnu.org>
6704
6705 * tips.texi (Coding Conventions): Advise against using
6706 eval-after-load in packages. Add an index entry.
6707
6708 2006-05-25 Juri Linkov <juri@jurta.org>
6709
6710 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
6711
6712 * modes.texi (%-Constructs): Add %e, %z, %Z.
6713
6714 2006-05-25 Richard Stallman <rms@gnu.org>
6715
6716 * elisp.texi (Top): Update subnode menu.
6717
6718 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
6719 (Keymaps): Update menu.
6720
6721 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
6722
6723 * keymaps.texi (Key Sequences): Some clarifications.
6724
6725 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
6726
6727 * processes.texi (Bindat Functions): Say "unibyte string"
6728 explicitly for bindat-unpack and bindat-pack descriptions.
6729 (Bindat Examples): Don't call `string-make-unibyte' in example.
6730
6731 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
6732
6733 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
6734 Explain string and vector representations of key sequences.
6735
6736 * keymaps.texi (Changing Key Bindings):
6737 * commands.texi (Interactive Codes):
6738 * help.texi (Describing Characters): Refer to it.
6739
6740 2006-05-23 Luc Teirlinck <teirllm@auburn.edu>
6741
6742 * frames.texi (Pointer Shape): @end table -> @end defvar.
6743
6744 2006-05-22 Richard Stallman <rms@gnu.org>
6745
6746 * elisp.texi (Top): Update subnode menus.
6747
6748 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
6749 Contents rewritten; material from old Pointer Shape node moved here.
6750
6751 * display.texi (Pointer Shape): Node deleted.
6752 (Image Descriptors): Minor cleanup.
6753
6754 2006-05-21 Richard Stallman <rms@gnu.org>
6755
6756 * syntax.texi (Parsing Expressions): Update info on which STATE
6757 elements are ignored.
6758
6759 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
6760
6761 * hooks.texi (Standard Hooks): Correct typo.
6762
6763 * gpl.texi (GPL): ifinfo -> ifnottex.
6764
6765 2006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
6766
6767 * searching.texi (Simple Match Data): Warn about match data being
6768 set anew by every search.
6769
6770 2006-05-17 Richard Stallman <rms@gnu.org>
6771
6772 * minibuf.texi (Minibuffer History): Clarify.
6773
6774 * searching.texi (Regexp Special): Clarify nested regexp warning.
6775
6776 2006-05-16 Kim F. Storm <storm@cua.dk>
6777
6778 * minibuf.texi (Minibuffer History): Update add-to-history.
6779
6780 2006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
6781
6782 * nonascii.texi (Explicit Encoding):
6783 Fix typo (encoding<->decoding).
6784
6785 2006-05-14 Richard Stallman <rms@gnu.org>
6786
6787 * buffers.texi (Creating Buffers): Cleanup.
6788
6789 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
6790
6791 2006-05-13 Eli Zaretskii <eliz@gnu.org>
6792
6793 * buffers.texi (Current Buffer): Document that with-temp-buffer
6794 disables undo.
6795
6796 * os.texi (Terminal-Specific): More accurate description of how
6797 Emacs searches for the terminal-specific libraries.
6798
6799 2006-05-12 Eli Zaretskii <eliz@gnu.org>
6800
6801 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
6802 emacs-xtra to @inforef's.
6803
6804 * text.texi (Undo): Document that undo is turned off in buffers
6805 whose names begin with a space.
6806
6807 * buffers.texi (Buffer Names): Add index entries for buffers whose
6808 names begin with a space.
6809 (Creating Buffers): Document that undo is turned off in buffers
6810 whose names begin with a space.
6811
6812 * files.texi (Visiting Functions, Reading from Files)
6813 (Saving Buffers): Mention code and EOL conversions by file I/O
6814 primitives and subroutines.
6815
6816 * nonascii.texi (Lisp and Coding Systems):
6817 Document coding-system-eol-type. Add index entries for eol conversion.
6818
6819 * display.texi (Defining Faces): Mention `mac', and add an xref to
6820 where window-system is described.
6821
6822 2006-05-10 Richard Stallman <rms@gnu.org>
6823
6824 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
6825
6826 2006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
6827
6828 * variables.texi (File Local Variables): Recommend to quote lambda
6829 expressions in safe-local-variable property.
6830
6831 2006-05-09 Richard Stallman <rms@gnu.org>
6832
6833 * variables.texi (File Local Variables):
6834 Document safe-local-eval-forms and safe-local-eval-function.
6835
6836 2006-05-07 Kim F. Storm <storm@cua.dk>
6837
6838 * minibuf.texi (Minibuffer History): Remove keep-dups arg
6839 from add-to-history.
6840
6841 2006-05-07 Romain Francoise <romain@orebokech.com>
6842
6843 * commands.texi (Event Input Misc):
6844 * compile.texi (Eval During Compile):
6845 * internals.texi (Buffer Internals):
6846 * minibuf.texi (Initial Input):
6847 * nonascii.texi (Scanning Charsets):
6848 * numbers.texi (Comparison of Numbers):
6849 * windows.texi (Textual Scrolling, Vertical Scrolling):
6850 Fix various typos.
6851
6852 2006-05-06 Eli Zaretskii <eliz@gnu.org>
6853
6854 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
6855 conditional xref's to either emacs or emacs-xtra, depending on
6856 @iftex/@ifnottex.
6857
6858 * minibuf.texi (Minibuffer History): Document add-to-history.
6859
6860 2006-05-05 Eli Zaretskii <eliz@gnu.org>
6861
6862 * internals.texi (Pure Storage): Mention the pure overflow message
6863 at startup.
6864
6865 2006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
6866
6867 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
6868 (Searching Keymaps): Fix pseudo-Lisp description of keymap
6869 search.
6870
6871 2006-05-01 Richard Stallman <rms@gnu.org>
6872
6873 * intro.texi (nil and t): Clarify.
6874
6875 * variables.texi (File Local Variables): Suggest using booleanp.
6876
6877 2006-05-01 Juanma Barranquero <lekktu@gmail.com>
6878
6879 * objects.texi (Type Predicates): Fix typos.
6880
6881 2006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6882
6883 * intro.texi (nil and t): Add booleanp.
6884
6885 * objects.texi (Type Predicates): Add links for booleanp and
6886 string-or-null-p.
6887
6888 2006-04-29 Richard Stallman <rms@gnu.org>
6889
6890 * modes.texi (Multiline Font Lock): Rename from
6891 Multi line Font Lock Elements. Much clarification.
6892 (Font Lock Multiline, Region to Fontify): Much clarification.
6893
6894 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6895
6896 * variables.texi (File Local Variables): Remove the special case t for
6897 safe-local-variable.
6898
6899 2006-04-26 Richard Stallman <rms@gnu.org>
6900
6901 * syntax.texi (Parsing Expressions): Minor cleanup.
6902
6903 2006-04-18 Richard Stallman <rms@gnu.org>
6904
6905 * tips.texi (Coding Conventions): Explain when the package's
6906 prefix should appear later on (not at the start of the name).
6907
6908 * searching.texi (String Search): Clarify effect of NOERROR.
6909
6910 * modes.texi (Imenu): Clarify what special items do.
6911
6912 * hooks.texi (Standard Hooks): Delete text about old hook names.
6913
6914 2006-04-17 Romain Francoise <romain@orebokech.com>
6915
6916 * variables.texi (Local Variables): Update the default value of
6917 `max-specpdl-size'.
6918
6919 2006-04-15 Michael Olson <mwolson@gnu.org>
6920
6921 * processes.texi (Transaction Queues): Mention the new optional
6922 `delay-question' argument for `tq-enqueue'.
6923
6924 2006-04-13 Bill Wohler <wohler@newt.com>
6925
6926 * customize.texi (Common Keywords): Use dotted notation for
6927 :package-version value. Specify its values. Improve documentation
6928 for customize-package-emacs-version-alist.
6929
6930 2006-04-12 Bill Wohler <wohler@newt.com>
6931
6932 * customize.texi (Common Keywords): Move description of
6933 customize-package-emacs-version-alist to @defvar.
6934
6935 2006-04-10 Bill Wohler <wohler@newt.com>
6936
6937 * customize.texi (Common Keywords): Add :package-version.
6938
6939 2006-04-10 Kim F. Storm <storm@cua.dk>
6940
6941 * text.texi (Buffer Contents): Add NOPROPS arg to
6942 filter-buffer-substring.
6943
6944 2006-04-08 Kevin Ryde <user42@zip.com.au>
6945
6946 * os.texi (Command-Line Arguments): Update xref to emacs manual
6947 "Command Arguments" -> "Emacs Invocation", per change there.
6948
6949 2006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
6950
6951 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
6952 be on one line to help makeinfo not render two spaces after the dot.
6953
6954 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
6955
6956 * strings.texi (Predicates for Strings): Add string-or-null-p.
6957
6958 2006-03-28 Kim F. Storm <storm@cua.dk>
6959
6960 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
6961 remarks about systems that don't support fractional seconds.
6962
6963 2006-03-25 Karl Berry <karl@gnu.org>
6964
6965 * elisp.texi: Use @copyright{} instead of (C), and do not indent
6966 the year list.
6967
6968 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
6969
6970 * display.texi (Fringe Indicators): Fix typos.
6971
6972 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
6973
6974 * tips.texi (Documentation Tips): One can now also write `program'
6975 in front of a quoted symbol in a docstring to prevent making a
6976 hyperlink.
6977
6978 2006-03-19 Alan Mackenzie <acm@muc.de>
6979
6980 * text.texi (Special Properties): Clarify `fontified' property.
6981
6982 2006-03-16 Richard Stallman <rms@gnu.org>
6983
6984 * display.texi (Defining Images): Minor cleanup.
6985
6986 2006-03-16 Bill Wohler <wohler@newt.com>
6987
6988 * display.texi (Defining Images): In image-load-path-for-library,
6989 prefer user's images.
6990
6991 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
6992
6993 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
6994
6995 2006-03-15 Bill Wohler <wohler@newt.com>
6996
6997 * display.texi (Defining Images): Fix example in
6998 image-load-path-for-library by not recommending that one binds
6999 image-load-path. Just defvar it to placate compiler and only use
7000 it if previously defined.
7001
7002 2006-03-14 Bill Wohler <wohler@newt.com>
7003
7004 * display.texi (Defining Images): In image-load-path-for-library,
7005 always return list of directories. Update example.
7006
7007 2006-03-14 Alan Mackenzie <acm@muc.de>
7008
7009 * modes.texi: New node, "Region to Fontify" (for Font Lock).
7010 This describes font-lock-extend-region-function.
7011 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
7012 the new node "Region to Fontify".
7013
7014 2006-03-13 Richard Stallman <rms@gnu.org>
7015
7016 * display.texi (Invisible Text): The impossible position is
7017 now before the invisible text, not after.
7018 (Defining Images): Clean up last change.
7019
7020 2006-03-11 Bill Wohler <wohler@newt.com>
7021
7022 * display.texi (Defining Images): Add image-load-path-for-library.
7023
7024 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
7025
7026 * text.texi (Adaptive Fill): Fix Texinfo usage.
7027
7028 * strings.texi (Creating Strings): Fix Texinfo usage.
7029
7030 * searching.texi (Regexp Special): Use @samp for regular
7031 expressions that are not in Lisp syntax.
7032
7033 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
7034
7035 * searching.texi (Regexp Special): Put remark between parentheses
7036 to avoid misreading.
7037
7038 2006-03-07 Luc Teirlinck <teirllm@auburn.edu>
7039
7040 * searching.texi (Syntax of Regexps): More accurately describe
7041 which characters are special in which situations.
7042 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
7043 are not special. Describe in detail when `[' and `]' are special.
7044 (Regexp Backslash): Plenty of regexps with unbalanced square
7045 brackets are valid, so reword that statement.
7046
7047 2006-03-02 Kim F. Storm <storm@cua.dk>
7048
7049 * keymaps.texi (Tool Bar): Add tool-bar-border.
7050
7051 2006-02-28 Luc Teirlinck <teirllm@auburn.edu>
7052
7053 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
7054
7055 2006-02-27 Luc Teirlinck <teirllm@auburn.edu>
7056
7057 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
7058
7059 * files.texi (Locating Files): Suggest additional values for the
7060 SUFFIXES arg of `locate-file'. Update pxref.
7061
7062 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
7063 (How Programs Do Loading): Discuss the effects of Auto Compression
7064 mode on `load'.
7065 (Load Suffixes): New node.
7066 (Library Search): Delete description of `load-suffixes'; it was
7067 moved to "Load Suffixes".
7068 (Autoload, Named Features): Mention `load-suffixes'.
7069
7070 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7071
7072 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
7073
7074 * windows.texi (Window Tree): Fix typo.
7075
7076 2006-02-20 Kim F. Storm <storm@cua.dk>
7077
7078 * display.texi (Fringe Indicators): New section.
7079 Move indicate-empty-lines, indicate-buffer-boundaries, and
7080 default-indicate-buffer-boundaries here.
7081 Add fringe-indicator-alist and default-fringes-indicator-alist.
7082 Add list of logical fringe indicator symbols.
7083 Update list of standard bitmap names.
7084 (Fringe Cursors): New section.
7085 Move overflow-newline-into-fringe here.
7086 Add fringe-cursor-alist and default-fringes-cursor-alist.
7087 Add list of fringe cursor symbols.
7088
7089 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
7090
7091 * commands.texi (Using Interactive): Fix reference to node
7092 "Minibuffers".
7093
7094 2006-02-19 Richard M. Stallman <rms@gnu.org>
7095
7096 * minibuf.texi (High-Level Completion):
7097 Add xref to read-input-method-name.
7098
7099 * files.texi (Relative File Names): Move file-relative-name here.
7100 (File Name Expansion): From here. Minor clarifications.
7101
7102 * commands.texi (Using Interactive): Add xrefs about reading input.
7103 Clarify remarks about that moving point and mark.
7104 Put string case before list case.
7105
7106 2006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
7107
7108 * display.texi (Other Display Specs, Image Descriptors):
7109 Revert erroneous changes. The previous description of
7110 image-descriptors as `(image . PROPS)' was correct.
7111
7112 2006-02-14 Richard M. Stallman <rms@gnu.org>
7113
7114 * variables.texi (File Local Variables): Clarifications.
7115
7116 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
7117
7118 * variables.texi (File Local Variables): Use @code for a cons
7119 cell, not @var.
7120
7121 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
7122
7123 * variables.texi (File Local Variables): Document new file local
7124 variable behavior.
7125
7126 2006-02-10 Kim F. Storm <storm@cua.dk>
7127
7128 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
7129
7130 2006-02-08 Juanma Barranquero <lekktu@gmail.com>
7131
7132 * modes.texi (%-Constructs): Remove obsolete info about
7133 `global-mode-string'.
7134
7135 2006-02-07 Richard M. Stallman <rms@gnu.org>
7136
7137 * commands.texi (Prefix Command Arguments): Minor cleanup.
7138
7139 * display.texi: "Graphical display", not window system.
7140
7141 * functions.texi (What Is a Function): Fix xref.
7142
7143 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
7144 (Changing Key Bindings): Clarify when remapping is better than
7145 substitute-key-definition.
7146
7147 2006-02-02 Richard M. Stallman <rms@gnu.org>
7148
7149 * minibuf.texi (Basic Completion): Completion alists are risky.
7150
7151 * keymaps.texi (Active Keymaps): Clarifications.
7152 (Searching Keymaps): New node.
7153 (Keymaps): Update menu.
7154
7155 * frames.texi (Layout Parameters): Minor clarification.
7156 (Drag and Drop): New node.
7157 (Frames): Update menu.
7158
7159 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
7160
7161 * display.texi (Other Display Specs, Image Descriptors):
7162 Image description is a list, not a cons cell.
7163
7164 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7165
7166 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
7167 list is not necessarily a list).
7168
7169 2006-01-27 Eli Zaretskii <eliz@gnu.org>
7170
7171 * frames.texi (Layout Parameters): border-width and
7172 internal-border-width belong to the frame, not the window.
7173
7174 2006-01-19 Richard M. Stallman <rms@gnu.org>
7175
7176 * nonascii.texi (Translation of Characters): Search cmds use
7177 translation-table-for-input. Automatically made local.
7178
7179 * markers.texi (Overview of Markers): Count insertion type
7180 as one of a marker's attributes.
7181
7182 * keymaps.texi (Controlling Active Maps): New node, split out of
7183 Active Keymaps.
7184 (Keymaps): Menu updated.
7185 (Active Keymaps): Give pseudocode to explain how the active
7186 maps are searched. current-active-maps and key-binding moved here.
7187 (Functions for Key Lookup): current-active-maps and key-binding moved.
7188 Clarifications.
7189 (Searching the Keymaps): New subnode.
7190
7191 * elisp.texi (Top): Menu clarification.
7192
7193 * display.texi (Other Display Specs): Delete duplicate entry for
7194 just a string as display spec. Move text about recursive display
7195 specs on such a string.
7196
7197 * commands.texi (Key Sequence Input): Clarify.
7198 Move num-nonmacro-input-events out.
7199 (Reading One Event): num-nonmacro-input-events moved here.
7200
7201 2006-01-14 Nick Roberts <nickrob@snap.net.nz>
7202
7203 * advice.texi (Simple Advice): Update example to fit argument
7204 change in previous-line.
7205
7206 2006-01-05 Richard M. Stallman <rms@gnu.org>
7207
7208 * markers.texi (The Mark): Fix in `mark'.
7209
7210 2006-01-04 Richard M. Stallman <rms@gnu.org>
7211
7212 * processes.texi (Misc Network, Make Network): Minor cleanups.
7213
7214 2006-01-04 Kim F. Storm <storm@cua.dk>
7215
7216 * processes.texi (Make Network): Add IPv6 addresses and handling.
7217 (Network Feature Testing): Mention (:family ipv6).
7218 (Misc Network): Add IPv6 formats to format-network-address.
7219
7220 2005-12-30 Richard M. Stallman <rms@gnu.org>
7221
7222 * text.texi (Changing Properties):
7223 Don't use return value of set-text-properties.
7224
7225 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
7226
7227 * modes.texi (Mode Line Format): Correct typo in menu.
7228
7229 2005-12-29 Richard M. Stallman <rms@gnu.org>
7230
7231 * modes.texi (Mode Line Top): New node.
7232 (Mode Line Data): Some text moved to new node.
7233 Explain the data structure more concretely.
7234 (Mode Line Basics): Clarifications.
7235 (Mode Line Variables): Clarify intro paragraph.
7236 (%-Constructs): Clarify intro paragraph.
7237 (Mode Line Format): Update menu.
7238
7239 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7240
7241 * minibuf.texi (Basic Completion): Update lazy-completion-table
7242 examples for removal of ARGS argument.
7243
7244 2005-12-23 Richard M. Stallman <rms@gnu.org>
7245
7246 * text.texi (Undo): Restore some explanation from the version
7247 that was deleted.
7248
7249 2005-12-23 Eli Zaretskii <eliz@gnu.org>
7250
7251 * text.texi (Undo): Remove duplicate descriptions of `apply
7252 funname' and `apply delta' elements of the undo list.
7253
7254 2005-12-20 Richard M. Stallman <rms@gnu.org>
7255
7256 * help.texi (Help Functions): Update documentation of `apropos'.
7257
7258 2005-12-20 Luc Teirlinck <teirllm@auburn.edu>
7259
7260 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
7261 because it is confusing. If the :help-echo keyword is a function,
7262 it is not directly used as the :help-echo overlay property, as the
7263 xref seems to suggest (it does not take the appropriate args).
7264
7265 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
7266
7267 * customize.texi (Common Keywords): Fix Texinfo usage.
7268 (Group Definitions, Variable Definitions): Update for new
7269 conventions for using `*' in docstrings.
7270
7271 * tips.texi (Documentation Tips): Update for new conventions for
7272 using `*' in docstrings.
7273
7274 2005-12-16 Richard M. Stallman <rms@gnu.org>
7275
7276 * minibuf.texi (Minibuffer Contents): Minor cleanup.
7277
7278 2005-12-16 Juri Linkov <juri@jurta.org>
7279
7280 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
7281
7282 2005-12-14 Romain Francoise <romain@orebokech.com>
7283
7284 * modes.texi (Customizing Keywords): Rename `append' to `how'.
7285 Fix typo.
7286
7287 2005-12-11 Juri Linkov <juri@jurta.org>
7288
7289 * minibuf.texi (Completion Commands): Add mention of read-file-name
7290 for filename completion keymaps.
7291 (Reading File Names): Add mention of filename completion keymaps
7292 for read-file-name and xref to `Completion Commands'.
7293
7294 2005-12-10 Richard M. Stallman <rms@gnu.org>
7295
7296 * customize.texi (Common Keywords): State caveats for use of :tag.
7297
7298 2005-12-08 Richard M. Stallman <rms@gnu.org>
7299
7300 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
7301 with xrefs and better explanation.
7302 (Completion Commands): Add the filename completion maps.
7303
7304 * objects.texi (Character Type): Clarify that \s is not space
7305 if a dash follows.
7306
7307 2005-12-05 Richard M. Stallman <rms@gnu.org>
7308
7309 * windows.texi (Resizing Windows): Delete preserve-before args.
7310
7311 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
7312
7313 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
7314 in full keymaps, since the quirk has been fixed.
7315
7316 2005-12-03 Eli Zaretskii <eliz@gnu.org>
7317
7318 * hooks.texi (Standard Hooks): Add index entries.
7319 Mention `compilation-finish-functions'.
7320
7321 2005-11-27 Richard M. Stallman <rms@gnu.org>
7322
7323 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
7324
7325 2005-11-21 Juri Linkov <juri@jurta.org>
7326
7327 * customize.texi (Common Keywords): Update links types
7328 custom-manual and url-link. Add link types emacs-library-link,
7329 file-link, function-link, variable-link, custom-group-link.
7330
7331 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
7332
7333 * display.texi: Revert 2005-11-20 change.
7334
7335 2005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
7336
7337 * processes.texi (Bindat Functions):
7338 Say "third" to refer to zero-based index "2".
7339
7340 2005-11-18 Luc Teirlinck <teirllm@auburn.edu>
7341
7342 * loading.texi (Library Search): Update the default value of
7343 `load-suffixes'.
7344
7345 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7346
7347 * display.texi (Attribute Functions): Mention :ignore-defface.
7348
7349 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7350
7351 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
7352 (Minor Mode Conventions): Mention the use of a hook.
7353
7354 2005-11-06 Richard M. Stallman <rms@gnu.org>
7355
7356 * files.texi (Magic File Names): find-file-name-handler checks the
7357 `operations' property of the handler.
7358
7359 2005-11-03 Richard M. Stallman <rms@gnu.org>
7360
7361 * variables.texi (Frame-Local Variables): Small clarification.
7362
7363 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
7364
7365 * os.texi (Init File): Document ~/.emacs.d/init.el.
7366
7367 2005-10-29 Richard M. Stallman <rms@gnu.org>
7368
7369 * internals.texi (Garbage Collection): Document memory-full.
7370
7371 2005-10-28 Bill Wohler <wohler@newt.com>
7372
7373 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
7374 for URLs.
7375
7376 2005-10-28 Richard M. Stallman <rms@gnu.org>
7377
7378 * minibuf.texi (Completion Commands): Clean up prev change.
7379
7380 2005-10-26 Kevin Ryde <user42@zip.com.au>
7381
7382 * compile.texi (Eval During Compile): Explain recommended uses
7383 of eval-when-compile and eval-and-compile.
7384
7385 2005-10-27 Masatake YAMATO <jet@gyve.org>
7386
7387 * minibuf.texi (Completion Commands):
7388 Write about new optional argument for `display-completion-list'.
7389
7390 2005-10-23 Richard M. Stallman <rms@gnu.org>
7391
7392 * display.texi (Overlay Arrow): Clarify about local bindings of
7393 overlay-arrow-position.
7394
7395 2005-10-22 Eli Zaretskii <eliz@gnu.org>
7396
7397 * internals.texi (Building Emacs): Fix last change.
7398
7399 2005-10-22 Richard M. Stallman <rms@gnu.org>
7400
7401 * internals.texi (Building Emacs): Document eval-at-startup.
7402
7403 2005-10-21 Richard M. Stallman <rms@gnu.org>
7404
7405 * loading.texi (Where Defined): load-history contains abs file names.
7406 symbol-file returns abs file names.
7407
7408 2005-10-19 Kim F. Storm <storm@cua.dk>
7409
7410 * display.texi (Showing Images): Add max-image-size integer value.
7411
7412 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
7413
7414 * display.texi (Showing Images): Document max-image-size.
7415
7416 2005-10-17 Richard M. Stallman <rms@gnu.org>
7417
7418 * commands.texi (Quitting): Minor clarification.
7419
7420 * processes.texi (Sentinels): Clarify about output and quitting.
7421 (Filter Functions): Mention with-local-quit.
7422
7423 2005-10-17 Juri Linkov <juri@jurta.org>
7424
7425 * buffers.texi (Current Buffer):
7426 * commands.texi (Event Input Misc):
7427 * compile.texi (Eval During Compile, Compiler Errors):
7428 * customize.texi (Group Definitions):
7429 * display.texi (Progress, Defining Faces):
7430 * files.texi (Writing to Files):
7431 * modes.texi (Mode Hooks, Defining Minor Modes):
7432 * streams.texi (Output Functions):
7433 * syntax.texi (Syntax Table Functions):
7434 * text.texi (Change Hooks):
7435 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
7436
7437 * commands.texi (Quitting): Replace arg `forms' with `body' in
7438 `with-local-quit'.
7439
7440 * positions.texi (Excursions): Replace arg `forms' with `body' in
7441 `save-excursion'.
7442
7443 2005-10-08 Kim F. Storm <storm@cua.dk>
7444
7445 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
7446 Rename manual section accordingly.
7447
7448 2005-10-04 Kim F. Storm <storm@cua.dk>
7449
7450 * windows.texi (Window Split Tree): New section describing
7451 new function window-split-tree function.
7452
7453 2005-10-03 Nick Roberts <nickrob@snap.net.nz>
7454
7455 * display.texi (Fringe Size/Pos): Simplify and add detail.
7456
7457 2005-09-30 Romain Francoise <romain@orebokech.com>
7458
7459 * minibuf.texi (High-Level Completion): Explain that the prompt
7460 given to `read-buffer' should end with a colon and a space.
7461 Update usage examples.
7462
7463 2005-09-29 Juri Linkov <juri@jurta.org>
7464
7465 * display.texi (Displaying Messages): Rename argument name
7466 `string' to `format-string' in functions `message', `message-box',
7467 `message-or-box'.
7468
7469 2005-09-26 Chong Yidong <cyd@stupidchicken.com>
7470
7471 * errors.texi (Standard Errors): Correct xrefs.
7472
7473 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
7474
7475 * display.texi (Defining Images): Update documentation for
7476 `image-load-path'.
7477
7478 2005-09-17 Richard M. Stallman <rms@gnu.org>
7479
7480 * display.texi (Defining Images): Clean up previous change.
7481
7482 2005-09-16 Romain Francoise <romain@orebokech.com>
7483
7484 * elisp.texi: Specify GFDL version 1.2.
7485
7486 * doclicense.texi (GNU Free Documentation License): Update to
7487 version 1.2.
7488
7489 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
7490
7491 * display.texi (Defining Images): Document `image-load-path'.
7492
7493 2005-09-15 Richard M. Stallman <rms@gnu.org>
7494
7495 * objects.texi (Printed Representation): Minor cleanup.
7496 (Box Diagrams): Minor fix.
7497 (Cons Cell Type): Move (...) index item here.
7498 (Box Diagrams): From here.
7499 (Array Type): Minor fix.
7500 (Type Predicates): Delete index "predicates".
7501 (Hash Table Type): Clarify xref.
7502 (Dotted Pair Notation): Minor fix.
7503
7504 2005-09-10 Chong Yidong <cyd@stupidchicken.com>
7505
7506 * files.texi (Saving Buffers): Fix typo.
7507
7508 2005-09-08 Richard M. Stallman <rms@gnu.org>
7509
7510 * tips.texi (Programming Tips): Correct the "default" prompt spec.
7511
7512 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
7513
7514 * locals.texi (Standard Buffer-Local Variables): Don't include
7515 mode variables for minor modes.
7516 Fix xrefs for buffer-display-count, buffer-display-table,
7517 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
7518 enable-multibyte-characters, fill-column, header-line-format,
7519 left-fringe-width, left-margin, and right-fringe-width.
7520
7521 * hooks.texi (Standard Hooks): All hooks should conform to the
7522 standard naming convention now.
7523 Fix xref for `echo-area-clear-hook'.
7524
7525 * display.texi (Usual Display): Note that indicate-empty-lines and
7526 tab-width are buffer-local.
7527
7528 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
7529
7530 * modes.texi (Mode Help): Note that major-mode is buffer-local.
7531
7532 * nonascii.texi (Encoding and I/O): Note that
7533 buffer-file-coding-system is buffer-local.
7534
7535 * positions.texi (List Motion): Note that defun-prompt-regexp is
7536 buffer-local.
7537
7538 * text.texi (Auto Filling): Note that auto-fill-function is
7539 buffer-local.
7540 (Undo): Note that buffer-undo-list is buffer-local.
7541
7542 * windows.texi (Buffers and Windows):
7543 Document buffer-display-count.
7544
7545 2005-09-06 Richard M. Stallman <rms@gnu.org>
7546
7547 * tips.texi (Coding Conventions): Sometimes it is ok to put the
7548 package prefix elsewhere than at the start of the name.
7549
7550 2005-09-03 Richard M. Stallman <rms@gnu.org>
7551
7552 * tips.texi (Programming Tips): Add conventions for minibuffer
7553 questions and prompts.
7554
7555 2005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
7556
7557 * intro.texi (nil and t): Minor cleanup.
7558 Delete spurious mention of keyword symbols.
7559 (Evaluation Notation): Add index entry.
7560 (A Sample Function Description): Minor cleanup.
7561 (A Sample Variable Description): Not all vars can be set.
7562
7563 2005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
7564
7565 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
7566
7567 (Insertion): Document precise type of `insert-char' arg COUNT.
7568
7569 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7570
7571 * modes.texi (Other Font Lock Variables): Sync the default of
7572 font-lock-lines-before.
7573
7574 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
7575
7576 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
7577
7578 2005-08-29 Richard M. Stallman <rms@gnu.org>
7579
7580 * elisp.texi (Top): Update subnode menu.
7581
7582 * searching.texi (Searching and Matching): Move node.
7583 Rearrange contents and add overall explanation.
7584 (Searching and Case): Move node.
7585 (Searching and Matching): Update menu.
7586
7587 2005-08-27 Eli Zaretskii <eliz@gnu.org>
7588
7589 * os.texi (Startup Summary): Fix the description of the initial
7590 startup message display.
7591
7592 2005-08-25 Richard M. Stallman <rms@gnu.org>
7593
7594 * searching.texi (Search and Replace): Add replace-regexp-in-string.
7595
7596 2005-08-25 Emilio C. Lopes <eclig@gmx.net>
7597
7598 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
7599 `next-overlay-change' example.
7600
7601 2005-08-22 Juri Linkov <juri@jurta.org>
7602
7603 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
7604 Fix invert-face. Fix args of face-background.
7605
7606 * display.texi (Standard Faces): Delete node.
7607 (Faces): Add xref to `(emacs)Standard Faces'.
7608 (Displaying Faces): Fix xref to `Standard Faces'.
7609
7610 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
7611
7612 2005-08-20 Alan Mackenzie <acm@muc.de>
7613
7614 * buffers.texi (The Buffer List): Clarify the manipulation of the
7615 buffer list.
7616
7617 2005-08-14 Richard M. Stallman <rms@gnu.org>
7618
7619 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
7620 a regexp.
7621
7622 2005-08-11 Richard M. Stallman <rms@gnu.org>
7623
7624 * elisp.texi (Top): Update subnode lists.
7625
7626 * display.texi (Inverse Video): Node deleted.
7627
7628 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
7629 New nodes split out of Coding Conventions.
7630
7631 * searching.texi (Regular Expressions): Document re-builder.
7632
7633 * os.texi (Time Parsing): New node split out of Time Conversion.
7634
7635 * processes.texi (Misc Network, Network Feature Testing)
7636 (Network Options, Make Network): New nodes split out of
7637 Low-Level Network.
7638
7639 2005-08-09 Richard M. Stallman <rms@gnu.org>
7640
7641 * frames.texi (Geometry): New node, split from Size and Position.
7642 (Frame Parameters): Refer to Geometry.
7643
7644 * buffers.texi (The Buffer List): Fix xrefs.
7645
7646 * windows.texi (Splitting Windows): Fix xref.
7647
7648 * frames.texi (Layout Parameters): Add xref.
7649
7650 * display.texi (Line Height, Scroll Bars): Fix xrefs.
7651
7652 * keymaps.texi (Menu Bar): Fix xref.
7653
7654 * locals.texi (Standard Buffer-Local Variables): Fix xref.
7655
7656 * modes.texi (%-Constructs): Fix xref.
7657
7658 * frames.texi (Window Frame Parameters): Node split up.
7659 (Basic Parameters, Position Parameters, Size Parameters)
7660 (Layout Parameters, Buffer Parameters, Management Parameters)
7661 (Cursor Parameters, Color Parameters): New subnodes.
7662
7663 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
7664
7665 * positions.texi (Screen Lines): Update xref for previous change
7666 in minibuf.texi.
7667
7668 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
7669 change in minibuf.texi.
7670
7671 2005-08-09 Richard M. Stallman <rms@gnu.org>
7672
7673 * tips.texi (Coding Conventions): Minor cleanup.
7674
7675 * modes.texi (Defining Minor Modes): Explain when init-value
7676 can be non-nil.
7677
7678 * elisp.texi (Top): Update submenu for Minibuffer.
7679
7680 * minibuf.texi (Minibuffer Misc): Node split up.
7681 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
7682 (Recursive Mini): New nodes split out from Minibuffer Misc.
7683 (Minibuffer Misc): Document max-mini-window-height.
7684
7685 * hash.texi (Defining Hash): Delete stray paren in example.
7686
7687 * display.texi (Echo Area Customization): Don't define
7688 max-mini-window-height here; xref instead.
7689
7690 * commands.texi (Event Input Misc): Update while-no-input.
7691
7692 * advice.texi (Advising Functions): Explain when to use advice
7693 and when to use a hook.
7694
7695 2005-07-30 Eli Zaretskii <eliz@gnu.org>
7696
7697 * makefile.w32-in (info): Don't run install-info.
7698 ($(infodir)/dir): New target, produced by running install-info.
7699
7700 2005-07-27 Luc Teirlinck <teirllm@auburn.edu>
7701
7702 * modes.texi (Defining Minor Modes): The keyword for the initial
7703 value is :init-value, not :initial-value.
7704
7705 2005-07-23 Eli Zaretskii <eliz@gnu.org>
7706
7707 * loading.texi (Autoload): Make the `doctor' example be consistent
7708 with what's in current loaddefs.el. Describe the "fn" magic in
7709 the usage portion of the doc string.
7710
7711 2005-07-22 Richard M. Stallman <rms@gnu.org>
7712
7713 * internals.texi (Garbage Collection): Clarify previous change.
7714
7715 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
7716
7717 * internals.texi (Garbage Collection): Add gc-cons-percentage.
7718
7719 2005-07-18 Juri Linkov <juri@jurta.org>
7720
7721 * commands.texi (Accessing Events):
7722 * frames.texi (Text Terminal Colors, Resources):
7723 * markers.texi (The Mark):
7724 * modes.texi (Defining Minor Modes):
7725 Delete duplicate duplicate words.
7726
7727 2005-07-16 Richard M. Stallman <rms@gnu.org>
7728
7729 * display.texi (Managing Overlays): Clarify make-overlay
7730 args for insertion types.
7731
7732 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
7733
7734 * customize.texi (Variable Definitions):
7735 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
7736 `standard-value' is a list too.
7737 (Defining New Types): Use @key{RET} instead of @key{ret}.
7738
7739 2005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
7740
7741 * os.texi (Translating Input): Fix typo.
7742
7743 2005-07-08 Richard M. Stallman <rms@gnu.org>
7744
7745 * README: Update edition number and size estimate.
7746
7747 * elisp.texi (VERSION): Set to 2.9.
7748
7749 2005-07-07 Richard M. Stallman <rms@gnu.org>
7750
7751 * book-spine.texinfo: Update Emacs version.
7752
7753 * display.texi (Inverse Video): Delete mode-line-inverse-video.
7754
7755 2005-07-06 Richard M. Stallman <rms@gnu.org>
7756
7757 * searching.texi (Regexp Search): Clarify what re-search-forward
7758 does when the search fails.
7759
7760 2005-07-05 Lute Kamstra <lute@gnu.org>
7761
7762 * Update FSF's address in GPL notices.
7763
7764 * doclicense.texi (GNU Free Documentation License):
7765 * gpl.texi (GPL):
7766 * tips.texi (Coding Conventions, Library Headers):
7767 * vol1.texi:
7768 * vol2.texi: Update FSF's address.
7769
7770 2005-07-04 Richard M. Stallman <rms@gnu.org>
7771
7772 * hooks.texi (Standard Hooks): Add occur-hook.
7773
7774 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
7775
7776 * display.texi (The Echo Area): Correct menu.
7777
7778 2005-07-03 Richard M. Stallman <rms@gnu.org>
7779
7780 * elisp.texi (Top): Update subnode menu for Display.
7781
7782 * display.texi (Displaying Messages): New node, with most
7783 of what was in The Echo Area.
7784 (Progress): Move under The Echo Area.
7785 (Logging Messages): New node with new text.
7786 (Echo Area Customization): New node, the rest of what was
7787 in The Echo Area. Document message-truncate-lines with @defvar.
7788 (Display): Update menu.
7789
7790 * windows.texi (Textual Scrolling): Doc 3 values for
7791 scroll-preserve-screen-position.
7792
7793 * text.texi (Special Properties): Change hook functions
7794 should bind inhibit-modification-hooks around altering buffer text.
7795
7796 * keymaps.texi (Key Binding Commands): Call binding BINDING
7797 rather than DEFINITION.
7798
7799 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
7800
7801 * variables.texi (Defining Variables): `user-variable-p' returns t
7802 for aliases of user options, nil for alias loops.
7803
7804 2005-06-28 Richard M. Stallman <rms@gnu.org>
7805
7806 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
7807 make-keymap.
7808
7809 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
7810
7811 * variables.texi (Setting Variables): Correct and clarify
7812 description of `add-to-ordered-list'.
7813
7814 2005-06-26 Richard M. Stallman <rms@gnu.org>
7815
7816 * display.texi (Faces): Minor cleanup.
7817
7818 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
7819
7820 * display.texi (Faces): `facep' returns t for strings that are
7821 face names.
7822
7823 2005-06-25 Richard M. Stallman <rms@gnu.org>
7824
7825 * objects.texi (Equality Predicates): Clarify meaning of equal.
7826
7827 * windows.texi (Selecting Windows): save-selected-window
7828 and with-selected-window save and restore the current buffer.
7829
7830 2005-06-24 Richard M. Stallman <rms@gnu.org>
7831
7832 * numbers.texi (Float Basics): Explain how to test for NaN,
7833 and printing the sign of NaNs.
7834
7835 2005-06-24 Eli Zaretskii <eliz@gnu.org>
7836
7837 * makefile.w32-in (MAKEINFO): Use --force.
7838
7839 2005-06-23 Richard M. Stallman <rms@gnu.org>
7840
7841 * display.texi (Face Functions): Correct Texinfo usage.
7842
7843 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
7844
7845 * lists.texi (Rings): `ring-elements' now returns the elements of
7846 RING in order.
7847
7848 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
7849
7850 * markers.texi (The Mark): Texinfo usage fix.
7851
7852 2005-06-23 Kim F. Storm <storm@cua.dk>
7853
7854 * searching.texi (Entire Match Data): Remove evaporate option for
7855 match-data. Do not mention evaporate option for set-match-data.
7856
7857 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
7858
7859 * display.texi (Face Functions): Mention face aliases.
7860
7861 2005-06-21 Richard M. Stallman <rms@gnu.org>
7862
7863 * anti.texi (Antinews): Texinfo usage fix.
7864
7865 2005-06-21 Karl Berry <karl@gnu.org>
7866
7867 * elisp.texi: Use @copying.
7868
7869 * elisp.texi: Put @summarycontents and @contents before the Top
7870 node, instead of the end of the file, so that the contents appear
7871 in the right place in the dvi/pdf output.
7872
7873 2005-06-21 Juri Linkov <juri@jurta.org>
7874
7875 * display.texi (Defining Faces): Add `customized-face'.
7876
7877 2005-06-20 Kim F. Storm <storm@cua.dk>
7878
7879 * variables.texi (Setting Variables): Any type of element can be
7880 given order in add-to-ordered-list. Compare elements with eq.
7881
7882 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
7883
7884 2005-06-20 Karl Berry <karl@gnu.org>
7885
7886 * syntax.texi (Syntax Flags): Make last column very slightly wider
7887 to avoid "generic comment" breaking on two lines and causing an
7888 underfull box.
7889
7890 2005-06-19 Luc Teirlinck <teirllm@auburn.edu>
7891
7892 * lists.texi (Rings): Various minor clarifications and corrections.
7893
7894 2005-06-18 Richard M. Stallman <rms@gnu.org>
7895
7896 * functions.texi (Obsolete Functions): Simplify.
7897
7898 * variables.texi (Variable Aliases): Simplify.
7899
7900 * anti.texi, backups.texi, compile.texi, customization.texi:
7901 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
7902 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
7903 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
7904 * variables.texi: Fix formatting ugliness.
7905
7906 * elisp.texi: Add links to Rings and Byte Packing.
7907 Update version and copyright years.
7908
7909 * minibuf.texi: Fix formatting ugliness.
7910 (Completion Commands): Move keymap vars to the end
7911 and vars completing-read binds to the top.
7912
7913 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
7914
7915 * processes.texi: Fix typos.
7916 (Bindat Spec): Correct Texinfo error.
7917 (Byte Packing): Fix ungrammatical sentence.
7918
7919 2005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
7920
7921 * lists.texi (Rings): New node.
7922 (Lists): Add it to menu.
7923
7924 * processes.texi (Byte Packing): New node.
7925 (Processes): Add it to menu.
7926
7927 2005-06-17 Richard M. Stallman <rms@gnu.org>
7928
7929 * syntax.texi (Parsing Expressions): Fix texinfo usage.
7930
7931 * help.texi (Documentation Basics): Explain the xref to
7932 Documentation Tips.
7933
7934 * debugging.texi (Debugger Commands): Minor fix.
7935
7936 2005-06-16 Luc Teirlinck <teirllm@auburn.edu>
7937
7938 * edebug.texi (Instrumenting): Eliminate duplicate link.
7939 (Specification List): Replace references to "below", referring to
7940 a later node, with one @ref to that node.
7941
7942 * os.texi (Timers): Timers should save and restore the match data
7943 if they change it.
7944
7945 * debugging.texi (Debugger Commands): Mention that the Lisp
7946 debugger can not step through primitive functions.
7947
7948 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
7949
7950 * functions.texi (Obsolete Functions): Update argument names of
7951 `make-obsolete' and `define-obsolete-function-alias'.
7952
7953 * variables.texi (Variable Aliases): Update argument names of
7954 `defvaralias', `make-obsolete-variable' and
7955 `define-obsolete-variable-alias'.
7956
7957 2005-06-15 Kim F. Storm <storm@cua.dk>
7958
7959 * searching.texi (Entire Match Data): Rephrase warnings about
7960 evaporate arg to match-data and set-match-data.
7961
7962 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
7963
7964 * elisp.texi (Top): Update detailed menu.
7965
7966 * edebug.texi (Edebug): Update menu.
7967 (Instrumenting): Update xrefs.
7968 (Edebug Execution Modes): Correct xref.
7969 (Jumping): Clarify description of `h' command.
7970 Eliminate redundant @ref.
7971 (Breaks): New node.
7972 (Breakpoints): Is now a subsubsection.
7973 (Global Break Condition): Mention `C-x X X'.
7974 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
7975 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
7976 (Edebug Display Update): Correct pxref.
7977 (Edebug and Macros): New node.
7978 (Instrumenting Macro Calls): Is now a subsubsection.
7979 Neither arg of `def-edebug-spec' is evaluated.
7980 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
7981 (Specification Examples): Fix typo.
7982
7983 2005-06-14 Lute Kamstra <lute@gnu.org>
7984
7985 * debugging.texi (Function Debugging): Primitives can break on
7986 entry too.
7987
7988 2005-06-14 Kim F. Storm <storm@cua.dk>
7989
7990 * variables.texi (Setting Variables): Add add-to-ordered-list.
7991
7992 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7993
7994 * syntax.texi (Parsing Expressions): Document aux functions and vars of
7995 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
7996
7997 2005-06-13 Lute Kamstra <lute@gnu.org>
7998
7999 * text.texi (Special Properties): Fix cross reference.
8000
8001 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
8002
8003 * debugging.texi (Function Debugging): Delete mention of empty
8004 string argument to `cancel-debug-on-entry'. Delete inaccurate
8005 description of the return value of that command.
8006
8007 2005-06-11 Alan Mackenzie <acm@muc.de>
8008
8009 * text.texi (Adaptive Fill): Amplify the description of
8010 fill-context-prefix.
8011
8012 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
8013
8014 * syntax.texi (Parsing Expressions): Fix Texinfo error.
8015
8016 2005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
8017
8018 * syntax.texi (Parsing Expressions): Document syntax-ppss.
8019
8020 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
8021
8022 * debugging.texi (Error Debugging): Minor rewording.
8023 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
8024 is optional.
8025
8026 2005-06-10 Lute Kamstra <lute@gnu.org>
8027
8028 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
8029 (Top): Give it a title. Correct version number. Give the
8030 detailed node listing a more prominent header.
8031 * intro.texi: Don't set VERSION here a second time.
8032 Mention Emacs's version too.
8033 * anti.texi (Antinews): Use EMACSVER to refer to the current
8034 version of Emacs.
8035
8036 2005-06-09 Kim F. Storm <storm@cua.dk>
8037
8038 * searching.texi (Entire Match Data): Explain new `reseat' argument to
8039 match-data and set-match-data.
8040
8041 2005-06-08 Richard M. Stallman <rms@gnu.org>
8042
8043 * searching.texi (Entire Match Data): Clarify when match-data
8044 returns markers and when integers.
8045
8046 * display.texi (Defining Faces): Explain that face name should not
8047 end in `-face'.
8048
8049 * modes.texi (Mode Line Data): Minor cleanup.
8050 (Customizing Keywords): Node split out of Search-based Fontification.
8051 Add example of using font-lock-add-keywords from a hook.
8052 Clarify when MODE should be non-nil, and when nil.
8053
8054 2005-06-06 Richard M. Stallman <rms@gnu.org>
8055
8056 * modes.texi (Mode Line Data): Explain what happens when the car
8057 of a list is a void symbol.
8058 (Search-based Fontification): Explain MODE arg to
8059 font-lock-add-keywords and warn about calls from major modes.
8060
8061 2005-06-08 Juri Linkov <juri@jurta.org>
8062
8063 * display.texi (Standard Faces): Add `shadow' face.
8064
8065 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
8066
8067 * modes.texi (Major Mode Conventions): A derived mode only needs
8068 to put the call to the parent mode inside `delay-mode-hooks'.
8069
8070 2005-05-29 Richard M. Stallman <rms@gnu.org>
8071
8072 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
8073 new, and what that implies. Clarify.
8074
8075 * files.texi (Locating Files): Clean up the text.
8076
8077 * frames.texi (Window Frame Parameters): Document user-size.
8078 Shorten entry for top by referring to left.
8079
8080 2005-05-26 Richard M. Stallman <rms@gnu.org>
8081
8082 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
8083 is new, and what the implications are. Other clarifications.
8084
8085 2005-05-24 Richard M. Stallman <rms@gnu.org>
8086
8087 * frames.texi (Dialog Boxes): Minor fixes.
8088
8089 2005-05-25 Masatake YAMATO <jet@gyve.org>
8090
8091 * display.texi (Standard Faces): Write about `mode-line-highlight'.
8092
8093 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
8094
8095 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
8096 is optional.
8097
8098 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
8099
8100 * frames.texi (Dialog Boxes): Describe new optional argument.
8101
8102 2005-05-23 Lute Kamstra <lute@gnu.org>
8103
8104 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
8105 syntax-begin-function over font-lock-beginning-of-syntax-function.
8106
8107 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
8108
8109 * minibuf.texi (Reading File Names): Update description of
8110 `read-directory-name'.
8111
8112 * modes.texi (Derived Modes): Clarify :group keyword.
8113
8114 2005-05-21 Eli Zaretskii <eliz@gnu.org>
8115
8116 * files.texi (Locating Files): New subsection.
8117 Describe locate-file and executable-find.
8118
8119 2005-05-21 Kevin Ryde <user42@zip.com.au>
8120
8121 * frames.texi (Initial Parameters): Update cross reference to
8122 "Emacs Invocation".
8123
8124 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
8125
8126 * keymaps.texi (Active Keymaps): Add anchor.
8127
8128 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
8129 (Major Mode Conventions): Refer to `Auto Major Mode' in more
8130 appropriate place.
8131 (Derived Modes): Small clarifications.
8132 (Minor Mode Conventions, Keymaps and Minor Modes):
8133 Replace references to nodes with references to anchors.
8134 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
8135 Clarify description of lists whose first element is an integer.
8136 (Mode Line Variables): Add anchor.
8137 (%-Constructs): Clarify description of integer after %.
8138 (Emulating Mode Line): Describe nil value for FACE.
8139
8140 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
8141
8142 * modes.texi (Derived Modes): Correct references to non-existing
8143 variable standard-syntax-table.
8144
8145 2005-05-17 Lute Kamstra <lute@gnu.org>
8146
8147 * modes.texi (Defining Minor Modes): Mention the mode hook.
8148
8149 2005-05-15 Kim F. Storm <storm@cua.dk>
8150
8151 * processes.texi (Network): Remove open-network-stream-nowait.
8152 (Network Servers): Remove open-network-stream-server.
8153
8154 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
8155
8156 * elisp.texi (Top): Update detailed menu.
8157
8158 * variables.texi: Reorder nodes.
8159 (Variables): Update menu.
8160 (File Local Variables): Do not refer to the `-*-' line as
8161 a "local variables list". Add pxref.
8162
8163 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
8164
8165 * elisp.texi (Top): Update detailed menu for node changes.
8166
8167 * modes.texi (Modes): Update Menu.
8168 (Hooks): Move to beginning of chapter.
8169 Most minor modes run mode hooks too.
8170 `add-hook' can handle void hooks or hooks whose value is a single
8171 function.
8172 (Major Modes): Update Menu.
8173 (Major Mode Basics): New node, split off from `Major Modes'.
8174 (Major Mode Conventions): Correct xref. Explain how to handle
8175 auto-mode-alist if the major mode command has an autoload cookie.
8176 (Auto Major Mode): Major update. Add magic-mode-alist.
8177 (Derived Modes): Major update.
8178 (Mode Line Format): Update Menu.
8179 (Mode Line Basics): New node, split off from `Mode Line Format'.
8180
8181 * loading.texi (Autoload): Mention `autoload cookie' as synonym
8182 for `magic autoload comment'. Add index entries and anchor.
8183
8184 2005-05-14 Richard M. Stallman <rms@gnu.org>
8185
8186 * tips.texi (Coding Conventions): Explain how important it is
8187 that just loading certain files not change Emacs behavior.
8188
8189 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
8190
8191 2005-05-12 Lute Kamstra <lute@gnu.org>
8192
8193 * modes.texi (Generic Modes): Update.
8194 (Major Modes): Refer to node "Generic Modes".
8195
8196 * elisp.texi (Top): Update to the current structure of the manual.
8197 * processes.texi (Processes): Add menu description.
8198 * customize.texi (Customization): Add menu descriptions.
8199
8200 2005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
8201
8202 * processes.texi (Signals to Processes)
8203 (Low-Level Network): Fix typos.
8204
8205 2005-05-11 Lute Kamstra <lute@gnu.org>
8206
8207 * elisp.texi (Top): Add some nodes from the chapter "Major and
8208 Minor Modes" to the detailed node listing.
8209
8210 2005-05-10 Richard M. Stallman <rms@gnu.org>
8211
8212 * keymaps.texi (Extended Menu Items): Menu item filter functions
8213 can be called at any time.
8214
8215 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
8216
8217 * variables.texi (File Local Variables): `(hack-local-variables t)'
8218 now also checks whether a mode is specified in the local variables
8219 list.
8220
8221 2005-05-05 Kevin Ryde <user42@zip.com.au>
8222
8223 * display.texi (The Echo Area): Correct format function cross
8224 reference.
8225
8226 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
8227
8228 * variables.texi (Variable Aliases): Change description of
8229 `define-obsolete-variable-alias'.
8230
8231 * functions.texi (Functions): Add "Obsolete Functions" to menu.
8232 (Defining Functions): Add xref.
8233 (Obsolete Functions): New node.
8234 (Function Safety): Standardize capitalization of section title.
8235
8236 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
8237 (Dialog Boxes): Complete description of `x-popup-dialog'.
8238
8239 2005-05-04 Richard M. Stallman <rms@gnu.org>
8240
8241 * commands.texi (Interactive Codes): Fix Texinfo usage.
8242 Document U more clearly.
8243
8244 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8245
8246 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
8247 function and not a macro.
8248
8249 * frames.texi (Pop-Up Menus): Correct and clarify description of
8250 `x-popup-menu'.
8251 (Dialog Boxes): Clarify description of `x-popup-dialog'.
8252
8253 2005-05-01 Richard M. Stallman <rms@gnu.org>
8254
8255 * edebug.texi (Checking Whether to Stop): Fix previous change.
8256
8257 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8258
8259 * display.texi: Fix typos and Texinfo usage.
8260
8261 * edebug.texi (Checking Whether to Stop): executing-macro ->
8262 executing-kbd-macro.
8263
8264 2005-05-01 Richard M. Stallman <rms@gnu.org>
8265
8266 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
8267
8268 2005-04-30 Richard M. Stallman <rms@gnu.org>
8269
8270 * files.texi (Magic File Names): Document `operations' property.
8271
8272 2005-04-29 Lute Kamstra <lute@gnu.org>
8273
8274 * modes.texi (Generic Modes): New node.
8275 (Major Modes): Add it to the menu.
8276 (Derived Modes): Add "derived mode" to concept index.
8277
8278 2005-04-28 Lute Kamstra <lute@gnu.org>
8279
8280 * modes.texi (Defining Minor Modes): Fix previous change.
8281 (Font Lock Mode): Simplify.
8282 (Font Lock Basics): Say that font-lock-defaults is buffer-local
8283 when set and that some parts are optional. Add cross references.
8284 (Search-based Fontification): Say how to specify font-lock-keywords.
8285 Add cross references. Add font-lock-multiline to index.
8286 Move font-lock-keywords-case-fold-search here from node "Other Font
8287 Lock Variables". Document font-lock-add-keywords and
8288 font-lock-remove-keywords.
8289 (Other Font Lock Variables): Move font-lock-keywords-only,
8290 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
8291 and font-lock-syntactic-face-function to node "Syntactic Font
8292 Lock". Move font-lock-keywords-case-fold-search to node
8293 "Search-based Fontification". Document font-lock-inhibit-thing-lock
8294 and font-lock-{,un}fontify-{buffer,region}-function.
8295 (Precalculated Fontification): Remove reference to deleted variable
8296 font-lock-core-only.
8297 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
8298 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
8299 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
8300 and font-lock-syntactic-face-function here from node "Other Font
8301 Lock Variables". Move font-lock-syntactic-keywords to "Setting
8302 Syntax Properties". Add cross references.
8303 (Setting Syntax Properties): New node.
8304 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
8305 * syntax.texi (Syntax Properties): Add cross reference.
8306 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
8307
8308 2005-04-26 Richard M. Stallman <rms@gnu.org>
8309
8310 * display.texi (Defining Faces):
8311 Document `default' elements of defface spec.
8312
8313 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
8314
8315 * variables.texi (Variable Aliases): Clarify text.
8316
8317 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
8318
8319 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
8320
8321 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
8322
8323 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
8324
8325 2005-04-24 Eli Zaretskii <eliz@gnu.org>
8326
8327 * syntax.texi (Syntax Table Internals): Elaborate documentation of
8328 syntax-after and syntax-class.
8329
8330 * files.texi (Changing Files): Fix last change's cross-reference.
8331 (Unique File Names): Don't mention "numbers" in the documentation
8332 of make-temp-file and make-temp-name.
8333
8334 2005-04-23 Richard M. Stallman <rms@gnu.org>
8335
8336 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
8337
8338 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
8339
8340 * windows.texi (Cyclic Window Ordering): Clarify window-list.
8341
8342 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
8343
8344 * variables.texi (Variable Aliases): Describe make-obsolete-variable
8345 and define-obsolete-variable-alias.
8346
8347 2005-04-22 Kim F. Storm <storm@cua.dk>
8348
8349 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
8350 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
8351
8352 2005-04-21 Lute Kamstra <lute@gnu.org>
8353
8354 * lists.texi (Association Lists): Document rassq-delete-all.
8355
8356 2005-04-19 Richard M. Stallman <rms@gnu.org>
8357
8358 * modes.texi (Search-based Fontification): Explain that
8359 facespec is an expression to be evaluated.
8360
8361 2005-04-19 Kevin Ryde <user42@zip.com.au>
8362
8363 * streams.texi (Output Functions): Fix xref.
8364 * strings.texi (String Conversion): Fix xref.
8365
8366 2005-04-19 Kim F. Storm <storm@cua.dk>
8367
8368 * symbols.texi (Symbol Plists): Add safe-get.
8369 Mention that `get' may signal an error.
8370
8371 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
8372
8373 * customize.texi (Variable Definitions): Replace tooltip-mode
8374 example with save-place.
8375
8376 2005-04-17 Richard M. Stallman <rms@gnu.org>
8377
8378 * buffers.texi (Indirect Buffers): Clarify.
8379
8380 * positions.texi (Positions): Clarify converting marker to integer.
8381
8382 * strings.texi (String Basics): Mention string-match; clarify.
8383
8384 2005-04-08 Lute Kamstra <lute@gnu.org>
8385
8386 * modes.texi (Search-based Fontification): Fix cross references.
8387 Use consistent terminology. Document anchored highlighting.
8388
8389 2005-04-05 Lute Kamstra <lute@gnu.org>
8390
8391 * modes.texi (Defining Minor Modes): Document :group keyword
8392 argument and its default value.
8393
8394 2005-04-03 Lute Kamstra <lute@gnu.org>
8395
8396 * hooks.texi (Standard Hooks): Add some hooks. Add cross
8397 references and/or descriptions. Delete major mode hooks; mention
8398 them as a category instead. Rename or delete obsolete hooks.
8399
8400 2005-04-02 Richard M. Stallman <rms@gnu.org>
8401
8402 * nonascii.texi (Coding System Basics): Another wording cleanup.
8403
8404 2005-04-01 Richard M. Stallman <rms@gnu.org>
8405
8406 * nonascii.texi (Coding System Basics): Clarify previous change.
8407
8408 2005-04-01 Kenichi Handa <handa@m17n.org>
8409
8410 * nonascii.texi (Coding System Basics): Describe about roundtrip
8411 identity of coding systems.
8412
8413 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
8414
8415 * text.texi (Buffer Contents): Add filter-buffer-substring and
8416 buffer-substring-filters.
8417
8418 2005-03-26 Chong Yidong <cyd@stupidchicken.com>
8419
8420 * anti.texi (Antinews): Mention `G' interactive code.
8421
8422 * tips.texi (Compilation Tips): Mention benchmark.el.
8423
8424 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
8425
8426 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
8427 is now bound to M-o M-o.
8428
8429 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
8430
8431 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
8432
8433 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
8434 in the Emacs Manual).
8435 * Makefile.in (srcs): Remove calendar.texi.
8436 * makefile.w32-in (srcs): Remove calendar.texi.
8437 * display.texi (Display): Change name of next node.
8438 * os.texi (System In): Change name of previous node.
8439 * elisp.texi (Top): Remove Calendar references.
8440 * vol1.texi (Top): Remove Calendar references.
8441 * vol2.texi (Top): Remove Calendar references.
8442
8443 2005-03-25 Richard M. Stallman <rms@gnu.org>
8444
8445 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
8446 Cleanup previous change.
8447
8448 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
8449
8450 * display.texi (Face Attributes): Faces earlier in an :inherit
8451 list take precedence.
8452 (Scroll Bars): Fix description of vertical-scroll-bars.
8453 Document frame-current-scroll-bars and window-current-scroll-bars.
8454
8455 * markers.texi (The Mark): Document temporary Transient Mark mode.
8456
8457 * minibuf.texi (Reading File Names):
8458 Document read-file-name-completion-ignore-case.
8459
8460 * positions.texi (Screen Lines): Document nil for width argument
8461 to compute-motion.
8462
8463 2005-03-23 Kim F. Storm <storm@cua.dk>
8464
8465 * display.texi (Standard Faces): Other faces used in the fringe
8466 implicitly inherits from the fringe face.
8467 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
8468 properties implicitly inherits from fringe face.
8469 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
8470
8471 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
8472
8473 * display.texi (Invisible Text): State default value of
8474 line-move-ignore-invisible.
8475 (Managing Overlays): Document remove-overlays.
8476 (Standard Faces): Document escape-glyph face.
8477
8478 * minibuf.texi (Reading File Names): Document read-file-name-function.
8479
8480 * modes.texi (Other Font Lock Variables):
8481 Document font-lock-lines-before.
8482
8483 * positions.texi (Skipping Characters): skip-chars-forward allows
8484 character classes.
8485
8486 2005-03-18 Lute Kamstra <lute@gnu.org>
8487
8488 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
8489
8490 2005-03-17 Richard M. Stallman <rms@gnu.org>
8491
8492 * text.texi (Undo): Document extensible undo entries.
8493
8494 * searching.texi (String Search, Regexp Search): Cleanups.
8495
8496 * nonascii.texi (Character Codes): Minor fix.
8497
8498 * display.texi (Display Property): Explain the significance
8499 of having text properties that are eq.
8500 (Other Display Specs): Explain string as display spec.
8501
8502 * commands.texi (Interactive Codes): Document G option.
8503
8504 2005-03-17 Chong Yidong <cyd@stupidchicken.com>
8505
8506 * text.texi (Filling): Add sentence-end-without-period and
8507 sentence-end-without-space.
8508 (Changing Properties): Minor fix.
8509
8510 * anti.texi: Total rewrite.
8511
8512 2005-03-15 Lute Kamstra <lute@gnu.org>
8513
8514 * edebug.texi (Instrumenting Macro Calls): Fix typos.
8515
8516 2005-03-08 Kim F. Storm <storm@cua.dk>
8517
8518 * display.texi (Specified Space): Property :width is support on
8519 non-graphic terminals, :height is not.
8520
8521 2005-03-07 Richard M. Stallman <rms@gnu.org>
8522
8523 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
8524 Now subnodes of Fringes.
8525 (Overlay Arrow): Document overlay-arrow-variable-list.
8526 (Fringe Size/Pos): New node, broken out of Fringes.
8527 (Display): Explain clearing vs redisplay better.
8528 (Truncation): Clarify use of bitmaps.
8529 (The Echo Area): Clarify the uses of the echo area.
8530 Add max-mini-window-height.
8531 (Progress): Clarify.
8532 (Invisible Text): Explain that main loop moves point out.
8533 (Selective Display): Say "hidden", not "invisible".
8534 (Managing Overlays): Move up. Describe relation to Undo here.
8535 (Overlay Properties): Clarify intro.
8536 (Finding Overlays): Explain return values when nothing found.
8537 (Width): truncate-string-to-width has added arg.
8538 (Displaying Faces): Clarify and update mode line face handling.
8539 (Face Functions): Minor cleanup.
8540 (Conditional Display): Merge into Other Display Specs.
8541 (Pixel Specification, Other Display Specs): Minor cleanups.
8542 (Images, Image Descriptors): Minor cleanups.
8543 (GIF Images): Patents have expired.
8544 (Showing Images): Explain default text for insert-image.
8545 (Manipulating Button Types): Merge into Manipulating Buttons.
8546 (Making Buttons): Explain return values.
8547 (Button Buffer Commands): Add xref.
8548 (Inverse Video): Update mode-line-inverse-video.
8549 (Display Table Format): Clarify.
8550 (Active Display Table): Give defaults for window-display-table.
8551
8552 * calendar.texi (Calendar Customizing): calendar-holiday-marker
8553 and calendar-today-marker are strings, not chars.
8554 (Holiday Customizing): Minor fix.
8555
8556 * internals.texi (Writing Emacs Primitives): Update `or' example.
8557 Update limit on # args of subr.
8558
8559 * edebug.texi (Using Edebug): Arrow is in fringe.
8560 (Instrumenting): Arg to eval-defun works without loading edebug.
8561 (Edebug Execution Modes): Add xref.
8562
8563 * customize.texi (Common Keywords): Clarify :require.
8564 Mention :version here.
8565 (Variable Definitions, Group Definitions): Not here.
8566 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
8567
8568 2005-03-07 Chong Yidong <cyd@stupidchicken.com>
8569 * nonascii.texi (Text Representations): Clarify position-bytes.
8570 (Character Sets): Add list-charset-chars.
8571 (Scanning Charsets): Add charset-after.
8572 (Encoding and I/O): Minor fix.
8573
8574 2005-03-06 Richard M. Stallman <rms@gnu.org>
8575
8576 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
8577 (Resizing Windows): Likewise.
8578
8579 * text.texi (Change Hooks): Get rid of "Emacs 21".
8580
8581 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
8582
8583 * streams.texi (Output Variables): Get rid of "Emacs 21".
8584
8585 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
8586
8587 * os.texi (Translating Input): Replace flow-control example
8588 with a less obsolete example that uses `keyboard-translate'.
8589
8590 * objects.texi (Hash Table Type, Circular Objects):
8591 Get rid of "Emacs 21".
8592
8593 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
8594 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
8595
8596 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
8597
8598 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
8599
8600 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
8601 (Menu Bar): Fix when menu-bar-update-hook is called.
8602
8603 * hash.texi (Hash Tables): Get rid of "Emacs 21".
8604
8605 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
8606 and make it read better.
8607
8608 * files.texi (Writing to Files): Get rid of "Emacs 21".
8609 (Unique File Names): Likewise.
8610
8611 * elisp.texi: Update Emacs version to 22.
8612
8613 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
8614 (Overlay Properties, Face Attributes): Likewise.
8615 (Managing Overlays): Fix punctuation.
8616 (Attribute Functions): Clarify set-face-font; get rid of
8617 info about old Emacs versions.
8618 (Auto Faces, Font Lookup, Display Property, Images):
8619 Get rid of "Emacs 21".
8620
8621 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
8622
8623 2005-03-05 Richard M. Stallman <rms@gnu.org>
8624
8625 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
8626
8627 2005-03-04 Lute Kamstra <lute@gnu.org>
8628
8629 * debugging.texi (Error Debugging): Document stack-trace-on-error.
8630
8631 2005-03-03 Lute Kamstra <lute@gnu.org>
8632
8633 * edebug.texi (Instrumenting Macro Calls): Fix typo.
8634
8635 2005-03-01 Lute Kamstra <lute@gnu.org>
8636
8637 * debugging.texi (Debugger Commands): Update `j'.
8638
8639 2005-02-28 Lute Kamstra <lute@gnu.org>
8640
8641 * debugging.texi (Debugging): Fix typo.
8642 (Error Debugging): Document eval-expression-debug-on-error.
8643 (Function Debugging): Update example.
8644 (Using Debugger): Mention starred stack frames.
8645 (Debugger Commands): Document `j' and `l'.
8646 (Invoking the Debugger): `d' and `j' exit recursive edit too.
8647 Update the messages that the debugger displays.
8648 (Internals of Debugger): Add cross reference. Update example.
8649 (Excess Open): Minor improvement.
8650 (Excess Close): Minor improvement.
8651
8652 2005-02-26 Richard M. Stallman <rms@gnu.org>
8653
8654 * tips.texi (Coding Conventions): Clarify.
8655 Put all the major mode key reservations together.
8656 Mention the Mouse-1 => Mouse-2 conventions.
8657
8658 * syntax.texi (Syntax Class Table): Clarify.
8659 (Syntax Table Functions): syntax-after moved from here.
8660 (Syntax Table Internals): syntax-after moved to here.
8661 (Parsing Expressions): Update info on number of values
8662 and what's meaningful in the STATE argument.
8663 (Categories): Fix typo.
8664
8665 * sequences.texi (Arrays): Cleanup.
8666 (Char-Tables): Clarify.
8667
8668 * processes.texi (Deleting Processes): Cleanups, add xref.
8669 (Subprocess Creation): Explain nil in exec-path. Cleanup.
8670 (Process Information): set-process-coding-system, some args optional.
8671 (Input to Processes): Explain various types for PROCESS args.
8672 Rename them from PROCESS-NAME to PROCESS.
8673 (Signals to Processes): Likewise.
8674 (Decoding Output): Cleanup.
8675 (Query Before Exit): Clarify.
8676
8677 * os.texi (Startup Summary): Correct the options; add missing ones.
8678 (Terminal Output, Batch Mode): Clarify.
8679 (Flow Control): Node deleted.
8680
8681 * markers.texi (The Mark): Clarify.
8682
8683 * macros.texi (Expansion): Cleanup.
8684 (Indenting Macros): indent-spec allows ints, not floats.
8685
8686 * keymaps.texi (Keymaps): Clarify.
8687 (Format of Keymaps): Update lisp-mode-map example.
8688 (Active Keymaps, Key Lookup): Clarify.
8689 (Changing Key Bindings): Add xref to `kbd'.
8690 (Key Binding Commands, Simple Menu Items): Clarify.
8691 (Mouse Menus, Menu Bar): Clarify.
8692 (Menu Example): Replace print example with menu-bar-replace-menu.
8693
8694 * help.texi (Documentation Basics): Add function-documentation prop.
8695
8696 * elisp.texi (Top): Don't refer to Flow Control node.
8697
8698 * commands.texi (Command Overview): Improve xrefs.
8699 (Adjusting Point): Adjusting point applies to intangible and invis.
8700 (Key Sequence Input): Doc extra read-key-sequence args.
8701 Likewise for read-key-sequence-vector.
8702
8703 * backups.texi (Rename or Copy): Minor fix.
8704 (Numbered Backups): For version-control, say the default.
8705 (Auto-Saving): make-auto-save-file-name example is simplified.
8706
8707 * advice.texi (Advising Functions): Don't imply one part of Emacs
8708 should advise another part. Markup changes.
8709 (Defining Advice): Move transitional para.
8710 (Activation of Advice): Cleanup.
8711 Explain if COMPILE is nil or negative.
8712
8713 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
8714
8715 2005-02-24 Lute Kamstra <lute@gnu.org>
8716
8717 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
8718 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
8719
8720 2005-02-23 Lute Kamstra <lute@gnu.org>
8721
8722 * modes.texi (Defining Minor Modes): define-minor-mode can be used
8723 to define global minor modes as well.
8724
8725 * display.texi (Managing Overlays): overlay-buffer returns nil for
8726 deleted overlays.
8727
8728 2005-02-22 Kim F. Storm <storm@cua.dk>
8729
8730 * minibuf.texi (Basic Completion): Allow symbols in addition to
8731 strings in try-completion and all-completions.
8732
8733 2005-02-14 Lute Kamstra <lute@gnu.org>
8734
8735 * elisp.texi (Top): Remove reference to deleted node.
8736
8737 * lists.texi (Lists): Remove reference to deleted node.
8738 (Cons Cells): Fix typo.
8739
8740 * loading.texi (Where Defined): Fix typo.
8741
8742 2005-02-14 Richard M. Stallman <rms@gnu.org>
8743
8744 * variables.texi (Creating Buffer-Local): change-major-mode-hook
8745 is useful for discarding some minor modes.
8746
8747 * symbols.texi (Symbol Components): Reorder examples.
8748
8749 * streams.texi (Input Functions): State standard-input default.
8750 (Output Variables): State standard-output default.
8751
8752 * objects.texi (Printed Representation): Clarify read syntax vs print.
8753 (Floating Point Type): Explain meaning better.
8754 (Symbol Type): Explain uniqueness better.
8755 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
8756 List examples sooner.
8757 (Box Diagrams): New subnode broken out.
8758 Some examples moved from old Lists as Boxes node.
8759 (Dotted Pair Notation): Clarify intro.
8760 (Array Type): Clarify.
8761 (Type Predicates): Add hash-table-p.
8762
8763 * numbers.texi (Integer Basics): Clarify radix explanation.
8764 (Predicates on Numbers): Minor clarification.
8765 (Comparison of Numbers): Minor clarification. Clarify eql.
8766 Typos in min, max.
8767 (Math Functions): Clarify overflow in expt.
8768
8769 * minibuf.texi (Text from Minibuffer): Minor clarification.
8770 Mention arrow keys.
8771
8772 * loading.texi (Autoload): defun's doc string overrides autoload's
8773 doc string.
8774 (Repeated Loading): Modernize "add to list" examples.
8775 (Where Defined): Finish updating table of load-history elts.
8776
8777 * lists.texi (List-related Predicates): Minor wording improvement.
8778 (Lists as Boxes): Node deleted.
8779 (Building Lists): Explain trivial cases of number-sequence.
8780
8781 * hash.texi (Hash Tables): Add desc to menu items.
8782 (Creating Hash): Explain "full" means "make larger".
8783 (Hash Access): Any object can be a key.
8784 State value of maphash.
8785
8786 * functions.texi (What Is a Function): Wording cleanup.
8787 (Function Documentation): Minor cleanup.
8788 Explain purpose of calling convention at end of doc string.
8789 (Function Names): Wording cleanup.
8790 (Calling Functions): Wording cleanup.
8791 Explain better how funcall calls the function.
8792 (Function Cells): Delete example of saving and redefining function.
8793
8794 * control.texi (Combining Conditions): Wording cleanup.
8795 (Iteration): dolist and dotimes bind VAR locally.
8796 (Cleanups): Xref to Atomic Changes.
8797
8798 * compile.texi (Byte Compilation): Delete 19.29 info.
8799 (Compilation Functions): Macros' difficulties don't affect defsubst.
8800 (Docs and Compilation): Delete 19.29 info.
8801
8802 2005-02-10 Richard M. Stallman <rms@gnu.org>
8803
8804 * objects.texi (Symbol Type): Minor correction.
8805
8806 2005-02-06 Lute Kamstra <lute@gnu.org>
8807
8808 * modes.texi (Example Major Modes): Fix typos.
8809
8810 2005-02-06 Richard M. Stallman <rms@gnu.org>
8811
8812 * text.texi (Margins): fill-nobreak-predicate can be one function.
8813
8814 * strings.texi (Modifying Strings): clear-string can make unibyte.
8815 (Formatting Strings): format gives error if values missing.
8816
8817 * positions.texi (Character Motion): Mention default arg
8818 for forward-char. backward-char refers to forward-char.
8819 (Word Motion): Mention default arg for forward-word.
8820 (Buffer End Motion): Mention default arg for beginning-of-buffer.
8821 Simplify end-of-buffer.
8822 (Text Lines): Mention default arg for forward-line.
8823 (List Motion): Mention default arg for beginning/end-of-defun.
8824 (Skipping Characters): Minor fixes in explaining character-set.
8825
8826 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
8827 Mode inheritance applies only when default-major-mode is nil.
8828 Clarifications.
8829 (Example Major Modes): Update Text mode and Lisp mode examples.
8830 (Minor Mode Conventions): Mention define-minor-mode at top.
8831 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
8832 (Mode Line Format): Update mode line face display info.
8833 (Properties in Mode): Mention effect of risky vars.
8834 (Imenu): Define imenu-add-to-menubar.
8835 (Font Lock Mode): Add descriptions to menu lines.
8836 (Faces for Font Lock): Add font-lock-doc-face.
8837
8838 2005-02-05 Lute Kamstra <lute@gnu.org>
8839
8840 * text.texi (Maintaining Undo): Remove obsolete function.
8841
8842 2005-02-05 Eli Zaretskii <eliz@gnu.org>
8843
8844 * frames.texi (Color Names): Add pointer to the X docs about RGB
8845 color specifications. Improve indexing.
8846 (Text Terminal Colors): Replace the description of RGB values by
8847 an xref to "Color Names".
8848
8849 2005-02-03 Richard M. Stallman <rms@gnu.org>
8850
8851 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
8852 Clarify.
8853 (Selecting Windows): Clarify save-selected-window.
8854 (Cyclic Window Ordering): Clarify walk-windows.
8855 (Window Point): Clarify.
8856 (Window Start): Add comment to example.
8857 (Resizing Windows): Add `interactive' specs in examples.
8858 Document fit-window-to-buffer.
8859
8860 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
8861 (Undo, Maintaining Undo): Clarify last change.
8862 (Sorting): In sort-numeric-fields, explain about octal and hex.
8863 Mention sort-numeric-base.
8864 (Format Properties): Add xref for hard newlines.
8865
8866 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
8867 (Pop-Up Menus): Fix typo.
8868 (Color Names): Explain all types of color names.
8869 Explain color-values on B&W terminal.
8870 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
8871
8872 * files.texi (File Locks): Not supported on MS systems.
8873 (Testing Accessibility): Clarify.
8874
8875 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
8876 (Coverage Testing): Fix typo.
8877
8878 * commands.texi (Misc Events): Remove stray space.
8879
8880 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
8881 (Modification Time): Clarify when visited-file-modtime returns 0.
8882 (The Buffer List): Clarify bury-buffer.
8883 (Killing Buffers): Clarify.
8884 (Indirect Buffers): Add clone-indirect-buffer.
8885
8886 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
8887
8888 * edebug.texi (Printing in Edebug): Fix default value of
8889 edebug-print-circle.
8890 (Coverage Testing): Fix displayed frequency count data.
8891
8892 2005-02-02 Luc Teirlinck <teirllm@auburn.edu>
8893
8894 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
8895
8896 2005-02-02 Kim F. Storm <storm@cua.dk>
8897
8898 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
8899
8900 2005-01-29 Eli Zaretskii <eliz@gnu.org>
8901
8902 * commands.texi (Misc Events): Describe the help-echo event.
8903
8904 * text.texi (Special Properties) <help-echo>: Use `pos'
8905 consistently in description of the help-echo property.
8906 Use @code{nil} instead of @var{nil}.
8907
8908 * display.texi (Overlay Properties): Fix the index entry for
8909 help-echo overlay property.
8910
8911 * customize.texi (Type Keywords): Uncomment the xref to the
8912 help-echo property documentation.
8913
8914 2005-01-23 Kim F. Storm <storm@cua.dk>
8915
8916 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
8917 return value. Third element FULLY replaced by PARTIAL which
8918 specifies number of invisible pixels if row is only partially visible.
8919 (Textual Scrolling): Mention auto-window-vscroll.
8920 (Vertical Scrolling): New defvar auto-window-vscroll.
8921
8922 2005-01-16 Luc Teirlinck <teirllm@auburn.edu>
8923
8924 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
8925 command remapping.
8926
8927 2005-01-15 Richard M. Stallman <rms@gnu.org>
8928
8929 * display.texi (Defining Images): Mention DATA-P arg of create-image.
8930
8931 2005-01-14 Kim F. Storm <storm@cua.dk>
8932
8933 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
8934
8935 * text.texi (Links and Mouse-1): Fix string and vector item.
8936
8937 2005-01-13 Richard M. Stallman <rms@gnu.org>
8938
8939 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
8940 descriptions of overriding-local-map and overriding-terminal-local-map.
8941
8942 * text.texi (Links and Mouse-1): Clarify text.
8943
8944 2005-01-13 Kim F. Storm <storm@cua.dk>
8945
8946 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
8947
8948 2005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
8949
8950 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
8951
8952 2005-01-12 Kim F. Storm <storm@cua.dk>
8953
8954 * text.texi (Links and Mouse-1): Rename section from Enabling
8955 Mouse-1 to Following Links. Change xrefs.
8956 Add examples for define-button-type and define-widget.
8957
8958 * display.texi (Button Properties, Button Buffer Commands):
8959 Clarify mouse-1 and follow-link functionality.
8960
8961 2005-01-12 Richard M. Stallman <rms@gnu.org>
8962
8963 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
8964
8965 * display.texi (Beeping): Fix Texinfo usage.
8966
8967 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
8968
8969 2005-01-11 Kim F. Storm <storm@cua.dk>
8970
8971 * display.texi (Button Properties, Button Buffer Commands):
8972 Mention mouse-1 binding. Add follow-link keyword.
8973
8974 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
8975 (Enabling Mouse-1 to Follow Links): New subsection.
8976
8977 2005-01-06 Richard M. Stallman <rms@gnu.org>
8978
8979 * text.texi (Special Properties): Minor change.
8980
8981 * os.texi (Timers): Clarify previous change.
8982
8983 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
8984
8985 2005-01-01 Luc Teirlinck <teirllm@auburn.edu>
8986
8987 * display.texi (Face Attributes): Correct xref to renamed node.
8988
8989 2005-01-01 Richard M. Stallman <rms@gnu.org>
8990
8991 * display.texi (Face Attributes): Describe hex color specs.
8992
8993 2004-12-31 Richard M. Stallman <rms@gnu.org>
8994
8995 * os.texi (Timers): Update previous change.
8996
8997 2004-12-30 Kim F. Storm <storm@cua.dk>
8998
8999 * display.texi (Line Height): Total line-height is now specified
9000 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
9001 in cons cells. (nil . RATIO) is relative to actual line height.
9002 Use line-height `t' instead of `0' to get minimum height.
9003
9004 2004-12-29 Richard M. Stallman <rms@gnu.org>
9005
9006 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
9007
9008 2004-12-28 Richard M. Stallman <rms@gnu.org>
9009
9010 * commands.texi (Quitting): Clarify value of with-local-quit.
9011
9012 * elisp.texi (Top): Fix previous change.
9013
9014 * loading.texi (Loading): Fix previous change.
9015
9016 2004-12-27 Richard M. Stallman <rms@gnu.org>
9017
9018 * Makefile.in (MAKEINFO): Specify --force.
9019
9020 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
9021
9022 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
9023
9024 * display.texi (Line Height): Further clarify.
9025
9026 * elisp.texi (Top): Update Loading submenu.
9027
9028 * loading.texi (Where Defined): New node.
9029 (Unloading): load-history moved to Where Defined.
9030
9031 2004-12-21 Richard M. Stallman <rms@gnu.org>
9032
9033 * commands.texi (Event Input Misc): Add while-no-input.
9034
9035 2004-12-11 Richard M. Stallman <rms@gnu.org>
9036
9037 * display.texi (Line Height): Rewrite text for clarity.
9038
9039 2004-12-11 Kim F. Storm <storm@cua.dk>
9040
9041 * display.texi (Display): Add node "Line Height" to menu.
9042 (Line Height): New node. Move full description of line-spacing
9043 and line-height text properties here from text.texi.
9044 (Scroll Bars): Add vertical-scroll-bar variable.
9045
9046 * frames.texi (Window Frame Parameters): Remove line-height defvar.
9047
9048 * locals.texi (Standard Buffer-Local Variables): Fix xref for
9049 line-spacing and vertical-scroll-bar.
9050
9051 * text.texi (Special Properties): Just mention line-spacing and
9052 line-height here, add xref to new "Line Height" node.
9053
9054 2004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
9055
9056 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
9057
9058 * locals.texi (Standard Buffer-Local Variables):
9059 Add @xref for `line-spacing'.
9060
9061 2004-12-05 Richard M. Stallman <rms@gnu.org>
9062
9063 * Makefile.in (maintainer-clean): Remove the info files
9064 in $(infodir) where they are created.
9065
9066 2004-12-03 Richard M. Stallman <rms@gnu.org>
9067
9068 * windows.texi (Selecting Windows): get-lru-window and
9069 get-largest-window don't consider dedicated windows.
9070
9071 * text.texi (Undo): Document undo-in-progress.
9072
9073 2004-11-26 Richard M. Stallman <rms@gnu.org>
9074
9075 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
9076 Remove a few vars that are not always buffer-local.
9077
9078 2004-11-24 Luc Teirlinck <teirllm@auburn.edu>
9079
9080 * locals.texi (Standard Buffer-Local Variables): Comment out
9081 xref's to non-existent node `Yet to be written'.
9082
9083 2004-11-24 Richard M. Stallman <rms@gnu.org>
9084
9085 * processes.texi (Synchronous Processes): Grammar fix.
9086
9087 * numbers.texi (Comparison of Numbers): Add eql.
9088
9089 * locals.texi (Standard Buffer-Local Variables): Add many vars.
9090
9091 * intro.texi (Printing Notation): Fix previous change.
9092
9093 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
9094 and default-indicate-buffer-boundaries from here.
9095 (Usual Display): To here.
9096 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
9097 (Usual Display): Move tab-width up.
9098
9099 * customize.texi (Variable Definitions):
9100 Replace show-paren-mode example with tooltip-mode.
9101 (Simple Types, Composite Types, Defining New Types):
9102 Minor cleanups.
9103
9104 2004-11-21 Jesper Harder <harder@ifa.au.dk>
9105
9106 * processes.texi (Synchronous Processes, Output from Processes):
9107 Markup fix.
9108
9109 2004-11-20 Richard M. Stallman <rms@gnu.org>
9110
9111 * positions.texi (Skipping Characters): skip-chars-forward
9112 now handles char classes.
9113
9114 * intro.texi (Printing Notation): Avoid confusion of `print'
9115 when explaining @print.
9116
9117 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
9118
9119 * display.texi (Display Table Format): Minor fix.
9120
9121 * streams.texi (Output Functions): Fix print example.
9122
9123 * Makefile.in (elisp): New target.
9124 (dist): Depend on $(infodir)/elisp, not elisp.
9125 Copy the info files from $(infodir).
9126
9127 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
9128 read-from-minibuffer.
9129
9130 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
9131
9132 2004-11-19 Richard M. Stallman <rms@gnu.org>
9133
9134 * searching.texi (Regexp Search): Add search-whitespace-regexp.
9135
9136 2004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
9137
9138 * tips.texi (Coding Conventions): Fix typo.
9139
9140 2004-11-16 Richard M. Stallman <rms@gnu.org>
9141
9142 * tips.texi (Coding Conventions): Separate defvar and require
9143 methods to avoid warnings. Use require only when there are many
9144 functions and variables from that package.
9145
9146 * minibuf.texi (Minibuffer Completion): When ignoring case,
9147 predicate must not be case-sensitive.
9148
9149 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
9150 (Test Coverage): Don't talk about "splotches". Clarified.
9151
9152 2004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
9153
9154 * frames.texi (Window Frame Parameters): Fix typo.
9155
9156 2004-11-15 Kim F. Storm <storm@cua.dk>
9157
9158 * symbols.texi (Other Plists): Note that plist-get may signal error.
9159 Add safe-plist-get.
9160
9161 2004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
9162
9163 * modes.texi (Font Lock Basics): Fix typo.
9164
9165 2004-11-08 Richard M. Stallman <rms@gnu.org>
9166
9167 * syntax.texi (Syntax Table Functions): Add syntax-after.
9168
9169 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
9170
9171 * os.texi (Processor Run Time): New section documenting
9172 get-internal-run-time.
9173
9174 2004-11-06 Eli Zaretskii <eliz@gnu.org>
9175
9176 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
9177 it nukes elisp-cover.texi.
9178 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
9179 elisp-0 etc.
9180
9181 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
9182
9183 * commands.texi (Keyboard Macros): Document `append' return value
9184 of `defining-kbd-macro'.
9185
9186 2004-11-01 Richard M. Stallman <rms@gnu.org>
9187
9188 * commands.texi (Interactive Call): Add called-interactively-p.
9189
9190 2004-10-29 Simon Josefsson <jas@extundo.com>
9191
9192 * minibuf.texi (Reading a Password): Revert.
9193
9194 2004-10-28 Richard M. Stallman <rms@gnu.org>
9195
9196 * frames.texi (Display Feature Testing): Explain about "vendor".
9197
9198 2004-10-27 Richard M. Stallman <rms@gnu.org>
9199
9200 * commands.texi (Interactive Codes): `N' uses numeric prefix,
9201 not raw. Clarify `n'.
9202 (Interactive Call): Rewrite interactive-p, focusing on when
9203 and how to use it.
9204 (Misc Events): Clarify previous change.
9205
9206 * advice.texi (Simple Advice): Clarify what job the example does.
9207 (Around-Advice): Clarify ad-do-it.
9208 (Activation of Advice): An option of ad-default-compilation-action
9209 is `never', not `nil'.
9210
9211 2004-10-26 Kim F. Storm <storm@cua.dk>
9212
9213 * commands.texi (Interactive Codes): Add U code letter.
9214
9215 2004-10-25 Simon Josefsson <jas@extundo.com>
9216
9217 * minibuf.texi (Reading a Password): Add.
9218
9219 2004-10-24 Jason Rumney <jasonr@gnu.org>
9220
9221 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
9222 and wheel-down.
9223
9224 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
9225
9226 * processes.texi (Synchronous Processes): Document process-file.
9227
9228 2004-10-22 Kenichi Handa <handa@m17n.org>
9229
9230 * text.texi (translate-region): Document that it accepts also a
9231 char-table.
9232
9233 2004-10-22 David Ponce <david@dponce.com>
9234
9235 * windows.texi (Resizing Windows): Document the `preserve-before'
9236 argument of the functions `enlarge-window' and `shrink-window'.
9237
9238 2004-10-19 Jason Rumney <jasonr@gnu.org>
9239
9240 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
9241
9242 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
9243
9244 * text.texi (Filling): Add anchor for definition of
9245 `sentence-end-double-space'.
9246
9247 * searching.texi (Regexp Example): Update description of how
9248 Emacs currently recognizes the end of a sentence.
9249 (Standard Regexps): Update definition of the variable
9250 `sentence-end'. Add definition of the function `sentence-end'.
9251
9252 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
9253
9254 * display.texi (Progress): New node.
9255
9256 2004-10-05 Kim F. Storm <storm@cua.dk>
9257
9258 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
9259
9260 2004-09-29 Kim F. Storm <storm@cua.dk>
9261
9262 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
9263 to identify bitmaps. Remove -fringe-bitmap suffix for standard
9264 fringe bitmap symbols, as they now have their own namespace.
9265 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
9266 vs. pixels. Signal error if no free bitmap slots.
9267 (Pixel Specification): Change IMAGE to @var{image}.
9268
9269 2004-09-28 Richard M. Stallman <rms@gnu.org>
9270
9271 * text.texi (Special Properties): Clarify line-spacing and line-height.
9272
9273 * searching.texi (Regexp Search): Add looking-back.
9274
9275 2004-09-25 Luc Teirlinck <teirllm@auburn.edu>
9276
9277 * display.texi: Correct typos.
9278 (Image Descriptors): Correct xref's.
9279
9280 2004-09-25 Richard M. Stallman <rms@gnu.org>
9281
9282 * text.texi (Special Properties): Cleanups in `cursor'.
9283 Rewrites in `line-height' and `line-spacing'; exchange them.
9284
9285 * display.texi (Fringes): Rewrite previous change.
9286 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
9287 (Display Fringe Bitmaps): Node deleted, text moved.
9288 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
9289 (Scroll Bars): Clarify set-window-scroll-bars.
9290 (Pointer Shape): Rewrite.
9291 (Specified Space): Clarify :align-to, etc.
9292 (Pixel Specification): Use @var. Clarify new text.
9293 (Other Display Specs): Clarify `slice'.
9294 (Image Descriptors): Cleanups.
9295 (Showing Images): Cleanups.
9296
9297 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
9298
9299 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
9300
9301 * modes.texi: Various minor changes in addition to:
9302 (Major Mode Conventions): Final call to `run-mode-hooks' should
9303 not be inside the `delay-mode-hooks' form.
9304 (Mode Hooks): New node.
9305 (Hooks): Delete obsolete example.
9306 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
9307 node "Mode Hooks".
9308
9309 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
9310
9311 * display.texi: Correct various typos.
9312 (Display): Rename node "Pointer Shapes" to "Pointer
9313 Shape". (There is already a node called "Pointer Shapes" in
9314 frames.texi.)
9315 (Images): Remove non-existent node "Image Slices" from menu.
9316
9317 2004-09-23 Kim F. Storm <storm@cua.dk>
9318
9319 * text.texi (Special Properties): Add `cursor', `pointer',
9320 `line-height', and `line-spacing' properties.
9321
9322 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
9323 Shapes' to menu.
9324 (Standard Faces): Doc fix for fringe face.
9325 (Fringes): Add `overflow-newline-into-fringe' and
9326 'indicate-buffer-boundaries'.
9327 (Fringe Bitmaps, Pointer Shapes): New nodes.
9328 (Display Property): Add 'Pixel Specification' and 'Display Fringe
9329 Bitmaps' to menu.
9330 (Specified Space): Describe pixel width and height.
9331 (Pixel Specification): New node.
9332 (Other Display Specs): Add `slice' property.
9333 (Display Fringe Bitmaps): New node.
9334 (Images): Add 'Image Slices' to menu.
9335 (Image Descriptors): Add `:pointer' and `:map' properties.
9336 (Showing Images): Add slice arg to `insert-image'.
9337 Add 'insert-sliced-image'.
9338
9339 2004-09-20 Richard M. Stallman <rms@gnu.org>
9340
9341 * commands.texi (Key Sequence Input):
9342 Clarify downcasing in read-key-sequence.
9343
9344 2004-09-08 Juri Linkov <juri@jurta.org>
9345
9346 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
9347
9348 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
9349
9350 * locals.texi (Standard Buffer-Local Variables):
9351 Add `buffer-auto-save-file-format'.
9352 * internals.texi (Buffer Internals): Describe new
9353 auto_save_file_format field of the buffer structure.
9354 * files.texi (Format Conversion): `auto-save-file-format' has been
9355 renamed `buffer-auto-save-file-format'.
9356
9357 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
9358
9359 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
9360 an integer or a marker.
9361 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
9362
9363 2004-08-22 Richard M. Stallman <rms@gnu.org>
9364
9365 * modes.texi (Major Mode Conventions): Discuss rebinding of
9366 standard key bindings.
9367
9368 2004-08-18 Kim F. Storm <storm@cua.dk>
9369
9370 * processes.texi (Accepting Output): Add `just-this-one' arg to
9371 `accept-process-output'.
9372 (Output from Processes): New var `process-adaptive-read-buffering'.
9373
9374 2004-08-10 Luc Teirlinck <teirllm@auburn.edu>
9375
9376 * keymaps.texi: Various changes in addition to:
9377 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
9378 Give more varied examples for `kbd'.
9379 (Creating Keymaps): Char tables have slots for all characters
9380 without modifiers.
9381 (Active Keymaps): `overriding-local-map' and
9382 `overriding-terminal-local-map' also override text property and
9383 overlay keymaps.
9384 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
9385 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
9386 to denote a prefix of no events.
9387 `map-keymap' includes parent's bindings _recursively_.
9388 Clarify and correct description of `where-is-internal'.
9389 Mention BUFFER-OR-NAME arg to `describe-bindings'.
9390 (Menu Example): For menus intended for use with the keyboard, the
9391 menu items should be bound to characters or real function keys.
9392
9393 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
9394
9395 * objects.texi (Character Type): Reposition `@anchor' to prevent
9396 double space inside sentence in Info.
9397
9398 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
9399 renamed to `disabled-command-function'.
9400 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
9401 (Command Loop Info): Replace reference to it.
9402 (Disabling Commands): `disabled-command-hook' has been renamed to
9403 `disabled-command-function'.
9404
9405 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
9406
9407 * os.texi (Translating Input): Only non-prefix bindings in
9408 `key-translation-map' override actual key bindings. Warn about
9409 possible indirect effect of actual key bindings on non-prefix
9410 bindings in `key-translation-map'.
9411
9412 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
9413
9414 * minibuf.texi (High-Level Completion): Add anchor for definition
9415 of `read-variable'.
9416
9417 * commands.texi: Various changes in addition to:
9418 (Using Interactive): Clarify description of `interactive-form'.
9419 (Interactive Call): Mention default for KEYS argument to
9420 `call-interactively'.
9421 (Command Loop Info): Clarify description of `this-command-keys'.
9422 Mention KEEP-RECORD argument to `clear-this-command-keys'.
9423 Value of `last-event-frame' can be `macro'.
9424 (Repeat Events): `double-click-fuzz' is also used to distinguish
9425 clicks and drags.
9426 (Classifying Events): Clarify descriptions of `event-modifiers'
9427 `event-basic-type' and `event-convert-list'.
9428 (Accessing Events): `posn-timestamp' takes POSITION argument.
9429 (Quoted Character Input): Clarify description of
9430 `read-quoted-char' and fix example.
9431 (Quitting): Add `with-local-quit'.
9432 (Disabling Commands): Correct and clarify descriptions of
9433 `enable-command' and `disable-command'.
9434 Mention what happens if `disabled-command-hook' is nil.
9435 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
9436 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
9437
9438 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
9439
9440 * frames.texi: Various changes in addition to:
9441 (Creating Frames): Expand and clarify description of `make-frame'.
9442 (Window Frame Parameters): Either none or both of the `icon-left'
9443 and `icon-top' parameters must be specified. Put descriptions of
9444 `menu-bar-lines' and `toolbar-lines' closer together and change
9445 them accordingly.
9446 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
9447 except while processing `frame-title-format' or `icon-title-format'.
9448 (Deleting Frames): Correct description of `delete-frame'.
9449 Non-nil return values of `frame-live-p' are like those of `framep'.
9450 (Frames and Windows): Mention return value of
9451 `set-frame-selected-window'.
9452 (Visibility of Frames): Mention `force' argument to
9453 `make-frame-invisible'. `frame-visible-p' returns t for all
9454 frames on text-only terminals.
9455 (Frame Configurations): Restoring a frame configuration does not
9456 restore deleted frames.
9457 (Window System Selections): `x-set-selection' returns DATA.
9458 (Resources): Add example.
9459 (Display Feature Testing): Clarify descriptions of
9460 `display-pixel-height', `display-pixel-width', `x-server-version'
9461 and `x-server-vendor'.
9462
9463 * windows.texi (Choosing Window): Add anchor.
9464 * minibuf.texi (Minibuffer Misc): Add anchor.
9465
9466 2004-07-23 John Paul Wallington <jpw@gnu.org>
9467
9468 * macros.texi (Defining Macros): Declaration keyword for setting
9469 Edebug spec is `debug' not `edebug'.
9470
9471 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
9472
9473 * windows.texi: Various small changes in addition to:
9474 (Window Point): Mention return value of `set-window-point'.
9475 (Window Start): `pos-visible-in-window-p' disregards horizontal
9476 scrolling. Explain return value if PARTIALLY is non-nil.
9477 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
9478 and `set-window-vscroll'.
9479 (Size of Window): The argument WINDOW to `window-inside-edges',
9480 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
9481 (Resizing Windows): Explain return value of
9482 `shrink-window-if-larger-than-buffer'.
9483 `window-size-fixed' automatically becomes buffer local when set.
9484 (Window Configurations): Explain return value of
9485 `set-window-configuration'.
9486
9487 * minibuf.texi (Minibuffer Misc): Add anchor for
9488 `minibuffer-scroll-window'.
9489
9490 * positions.texi (Text Lines): Add anchor for `count-lines'.
9491
9492 2004-07-17 Richard M. Stallman <rms@gnu.org>
9493
9494 * display.texi (Overlay Properties): Adding `evaporate' prop
9495 deletes empty overlay immediately.
9496
9497 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
9498 fix example.
9499
9500 2004-07-16 Jim Blandy <jimb@redhat.com>
9501
9502 * searching.texi (Regexp Backslash): Document new \_< and \_>
9503 operators.
9504
9505 2004-07-16 Juanma Barranquero <lektu@terra.es>
9506
9507 * display.texi (Images): Fix Texinfo usage.
9508
9509 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
9510
9511 * buffers.texi (Modification Time): `visited-file-modtime' now
9512 returns a list of two integers, instead of a cons.
9513
9514 2004-07-13 Luc Teirlinck <teirllm@auburn.edu>
9515
9516 * windows.texi: Various changes in addition to:
9517 (Splitting Windows): Add `split-window-keep-point'.
9518
9519 2004-07-09 Richard M. Stallman <rms@gnu.org>
9520
9521 * frames.texi (Input Focus): Minor fix.
9522
9523 2004-07-07 Luc Teirlinck <teirllm@auburn.edu>
9524
9525 * frames.texi (Input Focus): Clarify descriptions of
9526 `select-frame-set-input-focus' and `select-frame'.
9527
9528 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
9529
9530 * os.texi: Various small changes in addition to:
9531 (Killing Emacs): Expand and clarify description of
9532 `kill-emacs-query-functions' and `kill-emacs-hook'.
9533 (System Environment): Expand and clarify description of `getenv'
9534 and `setenv'.
9535 (Timers): Clarify description of `run-at-time'.
9536 (Translating Input): Correct description of
9537 `extra-keyboard-modifiers'.
9538 (Flow Control): Correct description of `enable-flow-control'.
9539
9540 2004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
9541
9542 * os.texi: Update copyright.
9543 (Session Management): Grammar fix.
9544 Clarify which Emacs does the restarting.
9545 Use @samp for *scratch* buffer.
9546
9547 2004-07-04 Alan Mackenzie <acm@muc.de>
9548
9549 * frames.texi (Input Focus): Add documentation for
9550 `select-frame-set-input-focus'. Replace refs to non-existent
9551 `switch-frame' with `select-frame'. Minor corrections and tidying
9552 up of text-only terminal stuff.
9553
9554 2004-07-02 Richard M. Stallman <rms@gnu.org>
9555
9556 * files.texi (Saving Buffers): Cleanup write-contents-function.
9557 (Magic File Names): Cleanup file-remote-p.
9558
9559 2004-07-02 Kai Großjohann <kai@emptydomain.de>
9560
9561 * files.texi (Magic File Names): `file-remote-p' returns an
9562 identifier of the remote system, not just t.
9563
9564 2004-07-02 David Kastrup <dak@gnu.org>
9565
9566 * searching.texi (Entire Match Data): Add explanation about new
9567 match-data behavior when @var{integers} is non-nil.
9568
9569 2004-06-24 Richard M. Stallman <rms@gnu.org>
9570
9571 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
9572
9573 * customize.texi (Variable Definitions): Note about doc strings
9574 and :set.
9575
9576 * keymaps.texi (Keymap Terminology): Document `kbd'.
9577 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
9578
9579 * display.texi (Invisible Text): Setting buffer-invisibility-spec
9580 makes it buffer-local.
9581
9582 * files.texi (Saving Buffers): Correct previous change.
9583
9584 * commands.texi (Accessing Events):
9585 Clarify posn-col-row and posn-actual-col-row.
9586
9587 2004-06-24 David Ponce <david.ponce@wanadoo.fr>
9588
9589 * commands.texi (Accessing Events): New functions
9590 posn-at-point and posn-at-x-y. Add example to posn-x-y.
9591
9592 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
9593
9594 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
9595 * frames.texi, buffers.texi, backups.texi, variables.texi:
9596 * loading.texi, eval.texi, functions.texi, control.texi:
9597 * symbols.texi, minibuf.texi: Reposition @anchor's.
9598
9599 * help.texi: Various small changes in addition to the following.
9600 (Describing Characters): Describe PREFIX argument to
9601 `key-description'. Correct and clarify definition of
9602 `text-char-description'. Describe NEED-VECTOR argument to
9603 `read-kbd-macro'.
9604 (Help Functions): Clarify definition of `apropos'.
9605
9606 2004-06-23 Lars Hansen <larsh@math.ku.dk>
9607
9608 * files.texi (Saving Buffers): Correct description of
9609 `write-contents-functions'.
9610
9611 2004-06-21 Juanma Barranquero <lektu@terra.es>
9612
9613 * display.texi (Images): Remove redundant @vindex directives.
9614 Rewrite `image-library-alist' doc in active voice.
9615
9616 2004-06-14 Juanma Barranquero <lektu@terra.es>
9617
9618 * display.texi (Images): Document new delayed library loading,
9619 variable `image-library-alist' and (existing but undocumented)
9620 function `image-type-available-p'.
9621
9622 2004-06-05 Richard M. Stallman <rms@gnu.org>
9623
9624 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
9625 refer the user to the Initial Input node.
9626 (Text from Minibuffer): Likewise.
9627 (Initial Input): New node. Document this feature
9628 and say it is mostly deprecated.
9629
9630 2004-05-30 Richard M. Stallman <rms@gnu.org>
9631
9632 * loading.texi (Named Features): Clarify return value
9633 and meaning of NOERROR.
9634
9635 * variables.texi (File Local Variables): Minor cleanup.
9636
9637 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
9638
9639 * files.texi (Magic File Names): Add `file-remote-p' as operation
9640 of file name handlers.
9641
9642 2004-05-29 Richard M. Stallman <rms@gnu.org>
9643
9644 * modes.texi (Minor Mode Conventions): (-) has no special meaning
9645 as arg to a minor mode command.
9646
9647 2004-05-22 Richard M. Stallman <rms@gnu.org>
9648
9649 * syntax.texi (Syntax Class Table): Word syntax not just for English.
9650
9651 * streams.texi (Output Variables): Doc float-output-format.
9652
9653 * searching.texi (Regexp Special): Nested repetition can be infloop.
9654
9655 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
9656 real stack overflow.
9657
9658 * compile.texi: Minor cleanups.
9659
9660 2004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
9661
9662 * lists.texi (Cons Cells): Explain dotted lists, true lists,
9663 circular lists.
9664 (List Elements): Explain handling of circular and dotted lists.
9665
9666 2004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
9667
9668 * modes.texi (Search-based Fontification): Fix typo.
9669
9670 2004-05-10 Juanma Barranquero <lektu@terra.es>
9671
9672 * modes.texi (Mode Line Variables): Fix description of
9673 global-mode-string, which is now after which-func-mode, not the
9674 buffer name.
9675
9676 2004-05-07 Lars Hansen <larsh@math.ku.dk>
9677
9678 * modes.texi (Desktop Save Mode): Add.
9679 (Modes): Add menu entry Desktop Save Mode.
9680
9681 * hooks.texi: Add desktop-after-read-hook,
9682 desktop-no-desktop-file-hook and desktop-save-hook.
9683
9684 * locals.texi: Add desktop-save-buffer.
9685
9686 2004-04-30 Jesper Harder <harder@ifa.au.dk>
9687
9688 * display.texi: emacs -> Emacs.
9689
9690 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
9691
9692 * files.texi (Changing Files): Document set-file-times.
9693
9694 2004-04-23 Juanma Barranquero <lektu@terra.es>
9695
9696 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9697
9698 2004-04-18 Jesper Harder <harder@ifa.au.dk>
9699
9700 * tips.texi (Coding Conventions): defopt -> defcustom.
9701
9702 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
9703
9704 * sequences.texi: Various clarifications.
9705
9706 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
9707
9708 * buffers.texi (Read Only Buffers): Mention optional ARG to
9709 `toggle-read-only'.
9710
9711 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
9712
9713 * windows.texi (Selecting Windows): Note that get-lru-window
9714 returns a full-width window if possible.
9715
9716 2004-04-13 Luc Teirlinck <teirllm@auburn.edu>
9717
9718 * buffers.texi: Various changes in addition to:
9719 (Buffer File Name): Add `find-buffer-visiting'.
9720 (Buffer Modification): Mention optional ARG to `not-modified'.
9721 (Indirect Buffers): Mention optional CLONE argument to
9722 `make-indirect-buffer'.
9723
9724 * files.texi: Various changes in addition to:
9725 (Visiting Functions): `find-file-hook' is now a normal hook.
9726 (File Name Expansion): Explain difference between the way that
9727 `expand-file-name' and `file-truename' treat `..'.
9728 (Contents of Directories): Mention optional ID-FORMAT argument to
9729 `directory-files-and-attributes'.
9730 (Format Conversion): Mention new optional CONFIRM argument to
9731 `format-write-file'.
9732
9733 2004-04-12 Miles Bader <miles@gnu.org>
9734
9735 * macros.texi (Expansion): Add description of `macroexpand-all'.
9736
9737 2004-04-05 Jesper Harder <harder@ifa.au.dk>
9738
9739 * variables.texi (Variable Aliases):
9740 Mention cyclic-variable-indirection.
9741
9742 * errors.texi (Standard Errors): Ditto.
9743
9744 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
9745
9746 * backups.texi: Various small changes in addition to:
9747 (Making Backups): Mention return value of `backup-buffer'.
9748 (Auto-Saving): Mention optional FORCE argument to
9749 `delete-auto-save-file-if-necessary'.
9750 (Reverting): Mention optional PRESERVE-MODES argument to
9751 `revert-buffer'. Correct description of `revert-buffer-function'.
9752
9753 2004-03-22 Juri Linkov <juri@jurta.org>
9754
9755 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
9756 with `Vector Functions'.
9757
9758 * text.texi (Sorting): Add missing quote.
9759
9760 2004-03-14 Luc Teirlinck <teirllm@auburn.edu>
9761
9762 * intro.texi (Lisp History): Replace xref to `cl' manual with
9763 inforef.
9764
9765 2004-03-12 Richard M. Stallman <rms@gnu.org>
9766
9767 * intro.texi (Version Info): Add arg to emacs-version.
9768 (Lisp History): Change xref to CL manual.
9769
9770 2004-03-09 Luc Teirlinck <teirllm@auburn.edu>
9771
9772 * minibuf.texi (Completion Commands): Add xref to Emacs manual
9773 for Partial Completion mode.
9774
9775 2004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
9776
9777 * customize.texi: Fix typo. Remove eol whitespace.
9778
9779 2004-03-04 Richard M. Stallman <rms@gnu.org>
9780
9781 * processes.texi: Fix typos.
9782
9783 * lists.texi (Building Lists): Minor clarification.
9784
9785 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
9786 in make-hash-table.
9787
9788 2004-02-29 Juanma Barranquero <lektu@terra.es>
9789
9790 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
9791 rm, and ignore exit code.
9792
9793 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
9794
9795 * display.texi (Defining Faces): Add description for min-colors.
9796 Update example.
9797
9798 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
9799
9800 * abbrevs.texi: Various corrections and clarifications in addition
9801 to the following:
9802 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
9803
9804 2004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
9805
9806 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
9807
9808 2004-02-21 Luc Teirlinck <teirllm@auburn.edu>
9809
9810 * text.texi: Various small changes in addition to the following:
9811 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
9812 to delete-horizontal-space.
9813 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
9814 description of yank-handler text property at various places.
9815
9816 * frames.texi (Window System Selections): Add anchor.
9817
9818 * syntax.texi (Syntax Table Functions): Clarify and correct
9819 descriptions of make-syntax-table and copy-syntax-table.
9820 (Motion and Syntax): Clarify SYNTAXES argument to
9821 skip-syntax-forward.
9822 (Parsing Expressions): Mention that the return value of
9823 parse-partial-sexp is currently a list of ten rather than nine
9824 elements.
9825 (Categories): Various corrections and clarifications.
9826
9827 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
9828
9829 * markers.texi (Marker Insertion Types): Minor change.
9830
9831 * locals.texi (Standard Buffer-Local Variables):
9832 * commands.texi (Interactive Codes, Using Interactive):
9833 * functions.texi (Related Topics): Fix xrefs.
9834
9835 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
9836
9837 * lists.texi (Sets And Lists): Update description of delete-dups.
9838
9839 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
9840
9841 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
9842
9843 2004-02-16 Jan Djärv <jan.h.d@swipnet.se>
9844
9845 * frames.texi (Parameter Access): frame-parameters arg is optional.
9846 modify-frame-parameters handles nil for FRAME.
9847 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
9848 are all-or-nothing for certain toolkits.
9849 Mention parameter wait-for-wm.
9850 (Frames and Windows): In frame-first-window and frame-selected-window
9851 the arg is optional.
9852 (Input Focus): In redirect-frame-focus the second arg is optional.
9853 (Window System Selections): Mention selection type CLIPBOARD.
9854 Mention data-type UTF8_STRING.
9855 Mention numbering of cut buffers.
9856 (Resources): Describe x-resource-name.
9857
9858 2004-02-16 Richard M. Stallman <rms@gnu.org>
9859
9860 * windows.texi (Buffers and Windows): Delete false table
9861 about all-frames.
9862
9863 * syntax.texi (Parsing Expressions): Delete old caveat
9864 about parse-sexp-ignore-comments.
9865
9866 * streams.texi (Output Variables): Add print-quoted.
9867
9868 * lists.texi (Building Lists): Minor cleanup.
9869
9870 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
9871
9872 * display.texi (Overlays): Explain overlays use markers.
9873 (Managing Overlays): Explain front-advance and rear-advance
9874 in more detail.
9875
9876 * loading.texi (Unloading): Document unload-feature-special-hooks.
9877 Get rid of fns-NNN.el file.
9878
9879 2004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
9880
9881 * help.texi (Describing Characters): Fix text-char-description
9882 example output.
9883
9884 * edebug.texi (Using Edebug): Fix example.
9885
9886 * debugging.texi (Internals of Debugger): Fix return value.
9887
9888 * files.texi (Changing Files): Fix argname.
9889
9890 * calendar.texi: Fix parens, and default values.
9891
9892 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
9893 * nonascii.texi, objects.texi, os.texi: Minor fixes.
9894 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
9895
9896 * positions.texi (Text Lines): Don't add -1 in current-line.
9897
9898 2004-02-16 Richard M. Stallman <rms@gnu.org>
9899
9900 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
9901
9902 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
9903
9904 * processes.texi (Low-Level Network): Fix a typo.
9905
9906 2004-02-12 Kim F. Storm <storm@cua.dk>
9907
9908 * display.texi (Fringes): Use consistent wording.
9909 Note that window-fringe's window arg is optional.
9910 (Scroll Bars): Use consistent wording.
9911
9912 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
9913
9914 * tips.texi (Comment Tips): Document the new conventions for
9915 commenting out code.
9916
9917 2004-02-07 Jan Djärv <jan.h.d@swipnet.se>
9918
9919 * positions.texi (Text Lines): Add missing end defun.
9920
9921 2004-02-07 Kim F. Storm <storm@cua.dk>
9922
9923 * positions.texi (Text Lines): Add line-number-at-pos.
9924
9925 2004-02-06 John Paul Wallington <jpw@gnu.org>
9926
9927 * display.texi (Button Properties, Button Buffer Commands):
9928 mouse-2 invokes button, not down-mouse-1.
9929
9930 2004-02-04 Jason Rumney <jasonr@gnu.org>
9931
9932 * makefile.w32-in: Sync with Makefile.in changes.
9933
9934 2004-02-03 Luc Teirlinck <teirllm@auburn.edu>
9935
9936 * minibuf.texi (Text from Minibuffer): Various corrections and
9937 clarifications.
9938 (Object from Minibuffer): Correct Lisp description of
9939 read-minibuffer.
9940 (Minibuffer History): Clarify description of cons values for
9941 HISTORY arguments.
9942 (Basic Completion): Various corrections and clarifications.
9943 Add completion-regexp-list.
9944 (Minibuffer Completion): Correct and clarify description of
9945 completing-read.
9946 (Completion Commands): Mention Partial Completion mode.
9947 Various other minor changes.
9948 (High-Level Completion): Various corrections and clarifications.
9949 (Reading File Names): Ditto.
9950 (Minibuffer Misc): Ditto.
9951
9952 2004-01-26 Luc Teirlinck <teirllm@auburn.edu>
9953
9954 * strings.texi (Text Comparison): assoc-string also matches
9955 elements of alists that are strings instead of conses.
9956 (Formatting Strings): Standardize Texinfo usage. Update index
9957 entries.
9958
9959 2004-01-20 Luc Teirlinck <teirllm@auburn.edu>
9960
9961 * lists.texi (Sets And Lists): Add delete-dups.
9962
9963 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
9964
9965 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
9966 special form.
9967 * macros.texi (Defining Macros): Update description of `declare',
9968 which now is a macro.
9969 (Wrong Time): Fix typos.
9970
9971 2004-01-14 Luc Teirlinck <teirllm@auburn.edu>
9972
9973 * compile.texi (Compilation Functions): Expand descriptions of
9974 `compile-defun', `byte-compile-file', `byte-recompile-directory'
9975 and `batch-byte-compile'. In particular, mention and describe
9976 all optional arguments.
9977 (Disassembly): Correct and clarify the description of `disassemble'.
9978
9979 2004-01-11 Luc Teirlinck <teirllm@auburn.edu>
9980
9981 * searching.texi: Various small changes in addition to the
9982 following.
9983 (Regexp Example): Adapt to new value of `sentence-end'.
9984 (Regexp Functions): The PAREN argument to `regexp-opt' can be
9985 `words'.
9986 (Search and Replace): Add usage note for `perform-replace'.
9987 (Entire Match Data): Mention INTEGERS and REUSE arguments to
9988 `match-data'.
9989 (Standard Regexps): Update for new values of `paragraph-start'
9990 and `sentence-end'.
9991
9992 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
9993
9994 * files.texi (Saving Buffers): Clarify descriptions of
9995 `write-contents-functions' and `before-save-hook'.
9996 Make the defvar's for `before-save-hook' and `after-save-hook'
9997 into defopt's.
9998
9999 2004-01-07 Kim F. Storm <storm@cua.dk>
10000
10001 * commands.texi (Click Events): Describe new image and
10002 width/height elements of click events.
10003 (Accessing Events): Add posn-string, posn-image, and
10004 posn-object-width-height. Change posn-object to return either
10005 image or string object.
10006
10007 2004-01-01 Simon Josefsson <jas@extundo.com>
10008
10009 * hooks.texi (Standard Hooks): Add before-save-hook.
10010 * files.texi (Saving Buffers): Likewise.
10011
10012 2004-01-03 Richard M. Stallman <rms@gnu.org>
10013
10014 * frames.texi (Frames and Windows): Delete frame-root-window.
10015
10016 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
10017
10018 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
10019
10020 * functions.texi: Various small changes in addition to the
10021 following.
10022 (What Is a Function): `functionp' returns nil for macros.
10023 Clarify behavior of this and following functions for symbol arguments.
10024 (Function Documentation): Add `\' in front of (fn @var{arglist})
10025 and explain why.
10026 (Defining Functions): Mention DOCSTRING argument to `defalias'.
10027 Add anchor.
10028 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
10029
10030 2004-01-01 Miles Bader <miles@gnu.org>
10031
10032 * display.texi (Buttons): New section.
10033
10034 2003-12-31 Andreas Schwab <schwab@suse.de>
10035
10036 * numbers.texi (Math Functions): sqrt reports a domain-error
10037 error.
10038 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
10039
10040 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
10041
10042 * tips.texi (Documentation Tips): Update item on hyperlinks in
10043 documentation strings.
10044
10045 * errors.texi (Standard Errors): Various small corrections and
10046 additions.
10047
10048 * control.texi: Various small changes in addition to the
10049 following.
10050 (Signaling Errors): Provide some more details on how `signal'
10051 constructs the error message. Add anchor to the definition of
10052 `signal'.
10053 (Error Symbols): Describe special treatment of `quit'.
10054 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
10055 to emphasize that it has to be a single form.
10056
10057 * buffers.texi: Add anchor.
10058
10059 2003-12-29 Richard M. Stallman <rms@gnu.org>
10060
10061 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
10062 (Window Configurations): Add window-configuration-frame.
10063
10064 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
10065
10066 * text.texi (Examining Properties): Add get-char-property-and-overlay.
10067 Change arg name in get-char-property.
10068 (Special Properties): Update handling of keymap property.
10069
10070 * strings.texi (Modifying Strings): Add clear-string.
10071 (Text Comparison): Add assoc-string and remove
10072 assoc-ignore-case, assoc-ignore-representation.
10073
10074 * os.texi (Time of Day): Add set-time-zone-rule.
10075
10076 * numbers.texi (Math Functions): asin, acos, log, log10
10077 report domain-error errors.
10078
10079 * nonascii.texi (Converting Representations):
10080 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
10081 (Encoding and I/O): Add file-name-coding-system.
10082
10083 * modes.texi (Search-based Fontification): Explain that
10084 face specs are symbols with face names as values.
10085
10086 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
10087
10088 * lists.texi (Building Lists): remq moved elsewhere.
10089 (Sets And Lists): remq moved here.
10090 (Association Lists): Refer to assoc-string.
10091
10092 * internals.texi (Garbage Collection): Add memory-use-counts.
10093
10094 * frames.texi (Frames and Windows): Add set-frame-selected-window
10095 and frame-root-window.
10096
10097 * files.texi (Contents of Directories):
10098 Add directory-files-and-attributes.
10099
10100 * display.texi (Refresh Screen): Add force-window-update.
10101 (Invisible Text): Explain about moving point out of invis text.
10102 (Overlay Properties): Add overlay-properties.
10103 (Managing Overlays): Add overlayp.
10104 (GIF Images): Invalid image number displays a hollow box.
10105
10106 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
10107 (Killing Buffers): Add buffer-live-p.
10108
10109 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
10110
10111 * display.texi (Fringes): Fix typo "set-buffer-window".
10112
10113 2003-12-24 Luc Teirlinck <teirllm@auburn.edu>
10114
10115 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
10116 * nonascii.texi, processes.texi, tips.texi, variables.texi:
10117 Add or change various xrefs and anchors.
10118
10119 * commands.texi: Replace all occurrences of @acronym{CAR} with
10120 @sc{car}, for consistency with the rest of the Elisp manual.
10121 `car' and `cdr' are historically acronyms, but are no longer
10122 widely thought of as such.
10123
10124 * internals.texi (Pure Storage): Mention that `purecopy' does not
10125 copy text properties.
10126 (Object Internals): Now 29 bits are used (in most implementations)
10127 to address Lisp objects.
10128
10129 * variables.texi (Variables with Restricted Values): New node.
10130
10131 * objects.texi (Lisp Data Types): Mention that certain variables
10132 can only take on a restricted set of values and add an xref to
10133 the new node "Variables with Restricted Values".
10134
10135 * eval.texi (Function Indirection): Describe the errors that
10136 `indirect-function' can signal.
10137 (Eval): Clarify the descriptions of `eval-region' and `values'.
10138 Describe `eval-buffer' instead of `eval-current-buffer' and
10139 mention `eval-current-buffer' as an alias for `current-buffer'.
10140 Correct the description and mention all optional arguments.
10141
10142 * nonascii.texi: Various small changes in addition to the
10143 following.
10144 (Converting Representations): Clarify behavior of
10145 `string-make-multibyte' and `string-to-multibyte' for unibyte all
10146 ASCII arguments.
10147 (Character Sets): Document the variable `charset-list' and adapt
10148 the definition of the function `charset-list' accordingly.
10149 (Translation of Characters): Clarify use of generic characters in
10150 `make-translation-table'. Clarify and correct the description of
10151 the use of translation tables in encoding and decoding.
10152 (User-Chosen Coding Systems): Correct and clarify the description
10153 of `select-safe-coding-system'.
10154 (Default Coding Systems): Clarify description of
10155 `file-coding-system-alist'.
10156
10157 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
10158
10159 * strings.texi (Text Comparison): Correctly describe when two
10160 strings are `equal'. Combine and clarify descriptions of
10161 `assoc-ignore-case' and `assoc-ignore-representation'.
10162
10163 * objects.texi (Non-ASCII in Strings): Clarify description of
10164 when a string is unibyte or multibyte.
10165 (Bool-Vector Type): Update examples.
10166 (Equality Predicates): Correctly describe when two strings are
10167 `equal'.
10168
10169 2003-11-29 Luc Teirlinck <teirllm@auburn.edu>
10170
10171 * lists.texi (Building Lists): `append' no longer accepts integer
10172 arguments. Update the description of `number-sequence' to reflect
10173 recent changes.
10174 (Sets And Lists): Describe `member-ignore-case' after `member'.
10175
10176 2003-11-27 Kim F. Storm <storm@cua.dk>
10177
10178 * commands.texi (Click Events): Click object may be an images.
10179 Describe (dx . dy) element of click positions.
10180 (Accessing Events): Remove duplicate posn-timestamp.
10181 New functions posn-object and posn-object-x-y.
10182
10183 2003-11-23 Kim F. Storm <storm@cua.dk>
10184
10185 * commands.texi (Click Events): Describe enhancements to event
10186 position lists, including new text-pos and (col . row) items.
10187 Mention left-fringe and right-fringe area events.
10188 (Accessing Events): New functions posn-area and
10189 posn-actual-col-row. Mention posn-timestamp. Mention that
10190 posn-point in non-text area still returns buffer position.
10191 Clarify posn-col-row.
10192
10193 2003-11-21 Lars Hansen <larsh@math.ku.dk>
10194
10195 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
10196 * anti.texi (File Attributes): Describe removed parameter
10197 ID-FORMAT.
10198
10199 2003-11-20 Luc Teirlinck <teirllm@auburn.edu>
10200
10201 * positions.texi (Positions): Mention that, if a marker is used as
10202 a position, its buffer is ignored.
10203
10204 * markers.texi (Overview of Markers): Mention it here too.
10205
10206 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
10207
10208 * numbers.texi (Numeric Conversions): Not just `floor', but also
10209 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
10210
10211 2003-11-10 Luc Teirlinck <teirllm@auburn.edu>
10212
10213 * markers.texi (Creating Markers): Specify insertion type of
10214 created markers. Add xref to `Marker Insertion Types'.
10215 Second argument to `copy-marker' is optional.
10216 (Marker Insertion Types): Mention that most markers are created
10217 with insertion type nil.
10218 (The Mark): Correctly describe when `mark' signals an error.
10219 (The Region): Correctly describe when `region-beginning' and
10220 `region-end' signal an error.
10221
10222 2003-11-08 Luc Teirlinck <teirllm@auburn.edu>
10223
10224 * hash.texi (Creating Hash): Clarify description of `eql'.
10225 `makehash' is obsolete.
10226 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
10227
10228 * positions.texi (Point): Change description of `buffer-end', so
10229 that it is also correct for floating point arguments.
10230 (List Motion): Correct argument lists of `beginning-of-defun' and
10231 `end-of-defun'.
10232 (Excursions): Add xref to `Marker Insertion Types'.
10233 (Narrowing): Argument to `narrow-to-page' is optional.
10234
10235 2003-11-06 Luc Teirlinck <teirllm@auburn.edu>
10236
10237 * streams.texi (Output Streams): Clarify behavior of point for
10238 marker output streams.
10239
10240 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
10241
10242 * variables.texi (Defining Variables): Second argument to
10243 `defconst' is not optional.
10244 (Setting Variables): Mention optional argument APPEND to
10245 `add-to-list'.
10246 (Creating Buffer-Local): Expand description of
10247 `make-variable-buffer-local'.
10248 (Frame-Local Variables): Expand description of
10249 `make-variable-frame-local'.
10250 (Variable Aliases): Correct description of optional argument
10251 DOCSTRING to `defvaralias'. Mention return value of
10252 `defvaralias'.
10253 (File Local Variables): Add xref to `File variables' in Emacs
10254 Manual. Correct description of `hack-local-variables'. Mention
10255 `safe-local-variable' property. Mention optional second argument
10256 to `risky-local-variable-p'.
10257
10258 2003-11-03 Luc Teirlinck <teirllm@auburn.edu>
10259
10260 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
10261
10262 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
10263
10264 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
10265 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
10266 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
10267 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
10268 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
10269 lispref/processes.texi, lispref/searching.texi,
10270 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
10271 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
10272 @acronym{FOO}.
10273
10274 2003-10-27 Luc Teirlinck <teirllm@auburn.edu>
10275
10276 * strings.texi (Creating Strings): Argument START to `substring'
10277 can not be `nil'. Expand description of
10278 `substring-no-properties'. Correct description of `split-string',
10279 especially with respect to empty matches. Prevent very bad line
10280 break in definition of `split-string-default-separators'.
10281 (Text Comparison): `string=' and `string<' also accept symbols as
10282 arguments.
10283 (String Conversion): More completely describe argument BASE in
10284 `string-to-number'.
10285 (Formatting Strings): `%s' and `%S' in `format' do require
10286 corresponding object. Clarify behavior of numeric prefix after
10287 `%' in `format'.
10288 (Case Conversion): The argument to `upcase-initials' can be a
10289 character.
10290
10291 2003-10-27 Kenichi Handa <handa@m17n.org>
10292
10293 * display.texi (Fontsets): Fix texinfo usage.
10294
10295 2003-10-25 Kenichi Handa <handa@m17n.org>
10296
10297 * display.texi (Fontsets): Add description of the function
10298 set-fontset-font.
10299
10300 2003-10-23 Luc Teirlinck <teirllm@auburn.edu>
10301
10302 * display.texi (Temporary Displays): Add xref to `Documentation
10303 Tips'.
10304
10305 * functions.texi (Function Safety): Use inforef instead of pxref
10306 for SES.
10307
10308 2003-10-23 Andreas Schwab <schwab@suse.de>
10309
10310 * Makefile.in (TEX, texinputdir): Don't define.
10311 (TEXI2DVI): Define.
10312 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
10313 add $(srcdir)/index.texi.
10314 ($(infodir)/elisp): Remove index.texi dependency.
10315 (elisp.dvi): Likewise. Use $(TEXI2DVI).
10316 (index.texi): Remove target.
10317 (dist): Don't link $(srcdir)/permute-index.
10318 (clean): Don't remove index.texi.
10319
10320 * permute-index, index.perm: Remove.
10321 * index.texi: Rename from index.unperm.
10322
10323 2003-10-22 Luc Teirlinck <teirllm@auburn.edu>
10324
10325 * tips.texi (Documentation Tips): Document new behavior for face
10326 and variable hyperlinks in Help mode.
10327
10328 2003-10-21 Luc Teirlinck <teirllm@auburn.edu>
10329
10330 * objects.texi (Integer Type): Update for extra bit of integer range.
10331 (Character Type): Ditto.
10332
10333 2003-10-16 Eli Zaretskii <eliz@gnu.org>
10334
10335 * numbers.texi (Integer Basics): Add index entries for reading
10336 numbers in hex, octal, and binary.
10337
10338 2003-10-16 Lute Kamstra <lute@gnu.org>
10339
10340 * modes.texi (Mode Line Format): Mention force-mode-line-update's
10341 argument.
10342
10343 2003-10-13 Luc Teirlinck <teirllm@auburn.edu>
10344
10345 * windows.texi (Choosing Window): Fix typo.
10346 * edebug.texi (Edebug Execution Modes): Fix typo.
10347
10348 2003-10-13 Richard M. Stallman <rms@gnu.org>
10349
10350 * windows.texi (Basic Windows): A window has fringe settings,
10351 display margins and scroll-bar settings.
10352 (Splitting Windows): Doc split-window return value.
10353 Clean up one-window-p.
10354 (Selecting Windows): Fix typo.
10355 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
10356 (Buffers and Windows): In set-window-buffer, explain effect
10357 on fringe settings and scroll bar settings.
10358 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
10359 (Choosing Window): Use defopt for pop-up-frame-function.
10360 For special-display-buffer-names, explain same-window and same-frame.
10361 Clarify window-dedicated-p return value.
10362 (Textual Scrolling): scroll-up and scroll-down can get an error.
10363 (Horizontal Scrolling): Clarify auto-hscroll-mode.
10364 Clarify set-window-hscroll.
10365 (Size of Window): Don't mention tool bar in window-height.
10366 (Coordinates and Windows): Explain what coordinates-in-window-p
10367 returns for fringes and display margins.
10368 (Window Configurations): Explain saving fringes, etc.
10369
10370 * tips.texi (Library Headers): Clean up Documentation.
10371
10372 * syntax.texi (Parsing Expressions): Clean up forward-comment
10373 and parse-sexp-lookup-properties.
10374
10375 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
10376
10377 * os.texi (System Environment): Clean up text for load-average errors.
10378
10379 * modes.texi (Hooks): Don't explain local hook details at front.
10380 Clarify run-hooks and run-hook-with-args a little.
10381 Clean up add-hook and remove-hook.
10382
10383 * edebug.texi (Edebug Execution Modes): Clarify t.
10384 Document edebug-sit-for-seconds.
10385 (Coverage Testing): Document C-x X = and =.
10386 (Instrumenting Macro Calls): Fix typo.
10387 (Specification List): Don't index the specification keywords.
10388
10389 2003-10-10 Kim F. Storm <storm@cua.dk>
10390
10391 * processes.texi (Network): Introduce make-network-process.
10392
10393 2003-10-09 Luc Teirlinck <teirllm@auburn.edu>
10394
10395 * tips.texi (Library Headers): Fix typo.
10396
10397 2003-10-07 Juri Linkov <juri@jurta.org>
10398
10399 * modes.texi (Imenu): Mention imenu-create-index-function's
10400 default value. Explain submenus better.
10401
10402 2003-10-07 Lute Kamstra <lute@gnu.org>
10403
10404 * modes.texi (Faces for Font Lock): Fix typo.
10405 (Hooks): Explain how buffer-local hook variables can refer to
10406 global hook variables.
10407 Various minor clarifications.
10408
10409 2003-10-06 Lute Kamstra <lute@gnu.org>
10410
10411 * tips.texi (Coding Conventions): Mention naming conventions for
10412 hooks.
10413
10414 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
10415
10416 * loading.texi (Library Search): Correct default value of
10417 load-suffixes.
10418 (Named Features): Fix typo.
10419
10420 2003-10-05 Richard M. Stallman <rms@gnu.org>
10421
10422 * loading.texi (Named Features): In `provide',
10423 say how to test for subfeatures.
10424 (Unloading): In unload-feature, use new var name
10425 unload-feature-special-hooks.
10426
10427 2003-10-03 Lute Kamstra <lute@gnu.org>
10428
10429 * modes.texi (Major Mode Conventions): Mention third way to set up
10430 Imenu.
10431 (Imenu): A number of small fixes.
10432 Delete documentation of internal variable imenu--index-alist.
10433 Document the return value format of imenu-create-index-function
10434 functions.
10435
10436 2003-09-30 Richard M. Stallman <rms@gnu.org>
10437
10438 * processes.texi (Network): Say what stopped datagram connections do.
10439
10440 * lists.texi (Association Lists): Clarify `assq-delete-all'.
10441
10442 * display.texi (Overlay Properties): Clarify `evaporate' property.
10443
10444 2003-09-29 Lute Kamstra <lute@gnu.org>
10445
10446 * modes.texi (Mode Line Data): Explain when symbols in mode-line
10447 constructs should be marked as risky.
10448 Change cons cell into proper list.
10449 (Mode Line Variables): Change cons cell into proper list.
10450
10451 2003-09-26 Lute Kamstra <lute@gnu.org>
10452
10453 * modes.texi (Mode Line Data): Document the :propertize construct.
10454 (Mode Line Variables): Reorder the descriptions of the variables
10455 to match their order in the default mode-line-format.
10456 Describe the new variables mode-line-position and mode-line-modes.
10457 Update the default values of mode-line-frame-identification,
10458 minor-mode-alist, and default-mode-line-format.
10459 (Properties in Mode): Mention the :propertize construct.
10460
10461 2003-09-26 Richard M. Stallman <rms@gnu.org>
10462
10463 * buffers.texi, commands.texi, debugging.texi, eval.texi:
10464 * loading.texi, minibuf.texi, text.texi, variables.texi:
10465 Avoid @strong{Note:}.
10466
10467 2003-09-26 Richard M. Stallman <rms@gnu.org>
10468
10469 * keymaps.texi (Remapping Commands): Fix typo.
10470
10471 2003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
10472
10473 * processes.texi (Low-Level Network): Fix typo.
10474
10475 2003-09-23 Kim F. Storm <storm@cua.dk>
10476
10477 * processes.texi (Network, Network Servers): Fix typos.
10478 (Low-Level Network): Add timeout value for :server keyword.
10479 Add new option keywords to make-network-process.
10480 Add set-network-process-options.
10481 Explain how to test availability of network options.
10482
10483 2003-09-19 Richard M. Stallman <rms@gnu.org>
10484
10485 * text.texi (Motion by Indent): Arg to
10486 backward-to-indentation and forward-to-indentation is optional.
10487
10488 * strings.texi (Creating Strings): Add substring-no-properties.
10489
10490 * processes.texi
10491 (Process Information): Add list-processes arg QUERY-ONLY.
10492 Delete process-contact from here.
10493 Add new status values for process-status.
10494 Add process-get, process-put, process-plist, set-process-plist.
10495 (Synchronous Processes): Add call-process-shell-command.
10496 (Signals to Processes): signal-process allows process objects.
10497 (Network): Complete rewrite.
10498 (Network Servers, Datagrams, Low-Level Network): New nodes.
10499
10500 * positions.texi (Word Motion): forward-word, backward-word
10501 arg is optional. Reword.
10502
10503 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
10504
10505 * variables.texi (Creating Buffer-Local):
10506 Delete duplicate definition of buffer-local-value.
10507 (File Local Variables): Explain about discarding text props.
10508
10509 2003-09-11 Richard M. Stallman <rms@gnu.org>
10510
10511 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
10512 changes variables that record input events.
10513 (Minibuffer Misc): Add minibuffer-selected-window.
10514
10515 * lists.texi (Building Lists): Add copy-tree.
10516
10517 * display.texi (Fontsets): Add char-displayable-p.
10518 (Scroll Bars): New node.
10519
10520 2003-09-08 Lute Kamstra <lute@gnu.org>
10521
10522 * modes.texi (%-Constructs): Document new `%i' and `%I'
10523 constructs.
10524
10525 2003-09-03 Peter Runestig <peter@runestig.com>
10526
10527 * makefile.w32-in: New file.
10528
10529 2003-08-29 Richard M. Stallman <rms@gnu.org>
10530
10531 * display.texi (Overlay Properties): Clarify how priorities
10532 affect use of the properties.
10533
10534 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
10535
10536 * customize.texi (Type Keywords): Correct the description of
10537 `:help-echo' in the case where `motion-doc' is a function.
10538
10539 2003-08-14 John Paul Wallington <jpw@gnu.org>
10540
10541 * modes.texi (Emulating Mode Line): Subsection, not section.
10542
10543 2003-08-13 Richard M. Stallman <rms@gnu.org>
10544
10545 * elisp.texi (Top): Update subnode lists in menu.
10546
10547 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
10548 (Kill Functions): kill-region has new arg yank-handler.
10549 (Yanking): New node.
10550 (Yank Commands): Add yank-undo-function.
10551 (Low-Level Kill Ring):
10552 kill-new and kill-append have new arg yank-handler.
10553 (Changing Properties): Add remove-list-of-text-properties.
10554 (Atomic Changes): New node.
10555
10556 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
10557
10558 * streams.texi (Output Variables): Add eval-expression-print-length
10559 and eval-expression-print-level.
10560
10561 * os.texi (Time Conversion): For encode-time, explain limits on year.
10562
10563 * objects.texi (Character Type): Define anchor "modifier bits".
10564
10565 * modes.texi (Emulating Mode Line): New node.
10566 (Search-based Fontification): Font Lock uses font-lock-face property.
10567 (Other Font Lock Variables): Likewise.
10568
10569 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
10570 not vectors.
10571 (Active Keymaps): Add emulation-mode-map-alists.
10572 (Functions for Key Lookup): key-binding has new arg no-remap.
10573 (Remapping Commands): New node.
10574 (Scanning Keymaps): where-is-internal has new arg no-remap.
10575 (Tool Bar): Add tool-bar-local-item-from-menu.
10576 Clarify when to use tool-bar-add-item-from-menu.
10577
10578 * commands.texi (Interactive Call): commandp has new arg.
10579 (Command Loop Info): Add this-original-command.
10580
10581 2003-08-06 John Paul Wallington <jpw@gnu.org>
10582
10583 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
10584
10585 * display.texi (Warning Basics): Fix typo.
10586 (Fringes): Add closing curly bracket and fix typo.
10587
10588 * elisp.texi (Top): Fix typo.
10589
10590 2003-08-05 Richard M. Stallman <rms@gnu.org>
10591
10592 * elisp.texi: Update lists of subnodes.
10593
10594 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
10595
10596 * variables.texi (Local Variables): Use lc for example variable names.
10597
10598 * tips.texi (Library Headers): Explain where to put -*-.
10599
10600 * strings.texi (Creating Strings): Fix xref for vconcat.
10601
10602 * sequences.texi (Vector Functions):
10603 vconcat no longer allows integer args.
10604
10605 * minibuf.texi (Reading File Names): read-file-name has new
10606 arg PREDICATE. New function read-directory-name.
10607
10608 * macros.texi (Defining Macros): Give definition of `declare'.
10609 (Indenting Macros): New node.
10610
10611 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
10612 (Window Frame Parameters): Make separate table of parameters
10613 that are coupled with specific face attributes.
10614 (Deleting Frames): delete-frame-hooks renamed to
10615 delete-frame-functions.
10616
10617 * files.texi (Magic File Names): Add file-remote-p.
10618 Clarify file-local-copy.
10619
10620 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
10621 here; instead xref Defining Macros.
10622
10623 * display.texi (Warnings): New node, and subnodes.
10624 (Fringes): New node.
10625
10626 * debugging.texi (Test Coverage): New node.
10627
10628 * compile.texi (Compiler Errors): Explain with-no-warnings
10629 and other ways to suppress warnings.
10630
10631 * commands.texi (Interactive Call): Minor clarification.
10632
10633 * buffers.texi (Buffer File Name): set-visited-file-name
10634 renames the buffer too.
10635
10636 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
10637
10638 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
10639
10640 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
10641
10642 2003-07-22 Markus Rost <rost@math.ohio-state.edu>
10643
10644 * internals.texi (Garbage Collection): Fix previous change.
10645
10646 2003-07-22 Richard M. Stallman <rms@gnu.org>
10647
10648 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
10649
10650 * display.texi (Width): Use \s syntax in example.
10651 (Font Selection): Add face-font-rescale-alist.
10652
10653 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
10654 Remove spurious indent in example.
10655
10656 * lists.texi (Building Lists): Add number-sequence.
10657
10658 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
10659
10660 * functions.texi (Function Documentation): Explain how to
10661 show calling convention explicitly in the doc string.
10662
10663 * windows.texi (Selecting Windows): save-selected-window saves
10664 selected window of each frame.
10665 (Window Configurations): Minor change.
10666
10667 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
10668
10669 * streams.texi (Output Variables): Add print-continuous-numbering
10670 and print-number-table.
10671
10672 * processes.texi (Decoding Output): New node.
10673
10674 * os.texi (Time Conversion): decode-time arg is optional.
10675
10676 * objects.texi (Character Type): Don't use space as example for \.
10677 Make list of char names and \-sequences correspond.
10678 Explain that \s is not used in strings. `\ ' needs space after.
10679
10680 * nonascii.texi (Converting Representations): Add string-to-multibyte.
10681 (Translation of Characters): Add translation-table-for-input.
10682 (Default Coding Systems): Add auto-coding-functions.
10683 (Explicit Encoding): Add decode-coding-inserted-region.
10684 (Locales): Add locale-info.
10685
10686 * minibuf.texi (Basic Completion): Describe test-completion.
10687 Collections can be lists of strings.
10688 Clean up lazy-completion-table.
10689 (Programmed Completion): Mention test-completion.
10690 Clarify why lambda expressions are not accepted.
10691 (Minibuffer Misc): Describe minibufferp.
10692
10693 2003-07-14 Richard M. Stallman <rms@gnu.org>
10694
10695 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
10696
10697 * windows.texi (Selecting Windows): New arg to select-window.
10698 (Selecting Windows): Add with-selected-window.
10699 (Size of Window): Add window-inside-edges, etc.
10700
10701 * internals.texi (Garbage Collection): Add post-gc-hook.
10702
10703 * processes.texi (Subprocess Creation): Add exec-suffixes.
10704
10705 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
10706 (Scanning Keymaps): Add map-keymaps.
10707 (Defining Menus): Add keymap-prompt.
10708
10709 * numbers.texi (Integer Basics): Add most-positive-fixnum,
10710 most-negative-fixnum.
10711
10712 * compile.texi (Byte Compilation): Explain no-byte-compile.
10713 (Compiler Errors): New node.
10714
10715 * os.texi (User Identification): user-uid, user-real-uid
10716 can return float.
10717
10718 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
10719 and about derived modes.
10720 (Minor Modes): Add minor-mode-list.
10721 (Defining Minor Modes): Keyword args for define-minor-mode.
10722 (Search-based Fontification): Explain managing other properties.
10723 (Other Font Lock Variables): Add font-lock-extra-managed-props.
10724 (Faces for Font Lock): Add font-lock-preprocessor-face.
10725 (Hooks): Add run-mode-hooks and delay-mode-hooks.
10726
10727 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
10728 (Variable Aliases): Clarify defvaralias.
10729
10730 * loading.texi (Library Search): Add load-suffixes.
10731
10732 * minibuf.texi (Basic Completion): Add lazy-completion-table.
10733 (Programmed Completion): Add dynamic-completion-table.
10734
10735 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
10736 (Magic File Names): Specify precedence order of handlers.
10737
10738 * commands.texi (Command Overview): Emacs server runs pre-command-hook
10739 and post-command-hook.
10740 (Waiting): New calling convention for sit-for.
10741
10742 * text.texi (Special Properties): local-map and keymap properties
10743 apply based on their stickiness.
10744
10745 2003-07-07 Richard M. Stallman <rms@gnu.org>
10746
10747 * modes.texi (Minor Mode Conventions): Specify only some kinds
10748 of list values as args to minor modes.
10749
10750 * files.texi (File Name Expansion): Warn about iterative use
10751 of substitute-in-file-name.
10752
10753 * advice.texi (Activation of Advice): Clean up previous change.
10754
10755 2003-07-06 Markus Rost <rost@math.ohio-state.edu>
10756
10757 * advice.texi (Activation of Advice): Note that ad-start-advice is
10758 turned on by default.
10759
10760 2003-06-30 Richard M. Stallman <rms@gnu.org>
10761
10762 * text.texi (Buffer Contents): Document current-word.
10763 (Change Hooks): Not called for *Messages*.
10764
10765 * functions.texi (Defining Functions): Explain about redefining
10766 primitives.
10767 (Function Safety): Rename. Minor changes.
10768 Comment out the detailed criteria for what is safe.
10769
10770 2003-06-22 Andreas Schwab <schwab@suse.de>
10771
10772 * objects.texi (Symbol Type): Fix description of examples.
10773
10774 2003-06-16 Andreas Schwab <schwab@suse.de>
10775
10776 * hash.texi (Creating Hash): Fix description of :weakness.
10777
10778 2003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
10779
10780 * files.texi (Changing Files): copy-file copies file modes, too.
10781
10782 2003-05-28 Richard M. Stallman <rms@gnu.org>
10783
10784 * strings.texi (Creating Strings): Clarify split-string.
10785
10786 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
10787
10788 * strings.texi (Creating Strings): Update split-string specification
10789 and examples.
10790
10791 2003-05-19 Richard M. Stallman <rms@gnu.org>
10792
10793 * elisp.texi: Correct invariant section names.
10794
10795 2003-04-20 Richard M. Stallman <rms@gnu.org>
10796
10797 * os.texi (Timers): Explain about timers and quitting.
10798
10799 2003-04-19 Richard M. Stallman <rms@gnu.org>
10800
10801 * internals.texi (Writing Emacs Primitives): Strings are
10802 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
10803 Explain GCPRO convention for varargs function args.
10804
10805 2003-04-16 Richard M. Stallman <rms@gnu.org>
10806
10807 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
10808
10809 2003-04-08 Richard M. Stallman <rms@gnu.org>
10810
10811 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
10812
10813 2003-02-13 Kim F. Storm <storm@cua.dk>
10814
10815 * objects.texi (Character Type): New \s escape for space.
10816
10817 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
10818
10819 * os.texi (System Environment): Add cygwin system-type.
10820
10821 2003-01-25 Richard M. Stallman <rms@gnu.org>
10822
10823 * keymaps.texi: Document that a symbol can act as a keymap.
10824
10825 2003-01-13 Richard M. Stallman <rms@gnu.org>
10826
10827 * text.texi (Changing Properties): Say string indices are origin-0.
10828
10829 * positions.texi (Screen Lines) <compute-motion>:
10830 Correct order of elts in return value.
10831
10832 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
10833 how to define a default binding.
10834
10835 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
10836
10837 * loading.texi (Unloading): Fix recent change for load-history.
10838
10839 * customize.texi (Simple Types): Clarify description of custom
10840 type 'number. Describe new custom type 'float.
10841
10842 2002-12-04 Markus Rost <rost@math.ohio-state.edu>
10843
10844 * variables.texi (File Local Variables): Fix typo.
10845
10846 2002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
10847
10848 From Michael Albinus <Michael.Albinus@alcatel.de>.
10849
10850 * README: Target for Info file is `make info'.
10851
10852 * files.texi (File Name Components): Fix typos in
10853 `file-name-sans-extension'.
10854 (Magic File Names): Complete list of operations for magic file
10855 name handlers.
10856
10857 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
10858
10859 * variables.texi (File Local Variables): New function
10860 risky-local-variable-p.
10861
10862 2002-09-15 Jonathan Yavner <jyavner@engineer.com>
10863
10864 * functions.texi (Function safety): New node about unsafep.
10865
10866 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
10867
10868 * customize.texi (Splicing into Lists): Fix example.
10869 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
10870
10871 2002-06-17 Juanma Barranquero <lektu@terra.es>
10872
10873 * frames.texi (Display Feature Testing): Fix typo.
10874
10875 2002-06-12 Andreas Schwab <schwab@suse.de>
10876
10877 * frames.texi (Initial Parameters, Resources): Fix references to
10878 the Emacs manual.
10879
10880 2002-05-13 Kim F. Storm <storm@cua.dk>
10881
10882 * variables.texi (Intro to Buffer-Local): Updated warning and
10883 example relating to changing buffer inside let.
10884
10885 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
10886
10887 * os.texi (Session Management): New node about X Session management.
10888
10889 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
10890
10891 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
10892 to which the manual corresponds, and the copyright years.
10893
10894 * Makefile.in (VERSION): Set to 2.9.
10895
10896 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
10897
10898 * elisp.texi: Change the category in @dircategory to "Emacs", to
10899 make it consistent with info/dir.
10900
10901 2001-11-25 Miles Bader <miles@gnu.org>
10902
10903 * text.texi (Fields): Describe new `limit' arg in
10904 field-beginning/field-end.
10905
10906 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
10907
10908 * permute-index: Don't depend on csh-specific features.
10909 Replace the interpreter name with /bin/sh.
10910
10911 * two-volume-cross-refs.txt: New file.
10912 * two.el: New file.
10913 * spellfile: New file.
10914
10915 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
10916
10917 * permute-index: New file.
10918
10919 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
10920 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
10921 8+3 restricted namespace.
10922
10923 * Makefile.in (infodir): Define relative to $(srcdir).
10924 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
10925 include directories list via -I switch to makeinfo.
10926 (index.texi): Use cp if both hard and symbolic links fail.
10927
10928 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
10929
10930 * Makefile.in (distclean): Add.
10931
10932 The following changes make ELisp manual part of the Emacs
10933 distribution:
10934
10935 * Makefile.in: Add Copyright notice.
10936 (prefix): Remove.
10937 (infodir): Change value to "../info".
10938 (VPATH): New variable.
10939 (MAKE): Don't define.
10940 (texmacrodir): Don't define.
10941 (texinputdir): Append the existing value of TEXINPUTS.
10942 ($(infodir)/elisp): Instead of just "elisp". Reformat the
10943 command to be compatible with man/Makefile.in, and to put the
10944 output into ../info.
10945 (info): Add target.
10946 (installall): Target removed.
10947
10948 2001-10-31 Pavel Janík <Pavel@Janik.cz>
10949
10950 * tips.texi (Coding Conventions): Fix typo.
10951
10952 2001-10-23 Gerd Moellmann <gerd@gnu.org>
10953
10954 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
10955
10956 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
10957
10958 * files.texi (File Name Components): Update the description of
10959 file-name-sans-extension and file-name-extension, as they now
10960 ignore leading dots.
10961
10962 2001-10-20 Gerd Moellmann <gerd@gnu.org>
10963
10964 * (Version 21.1 released.)
10965
10966 2001-10-19 Miles Bader <miles@gnu.org>
10967
10968 * positions.texi (Text Lines): Describe behavior of
10969 `beginning-of-line'/`end-of-line' in the presence of field properties.
10970
10971 2001-10-17 Gerd Moellmann <gerd@gnu.org>
10972
10973 * Makefile.in (VERSION): Set to 2.8.
10974 (manual): Use `manual-21'.
10975
10976 * elisp.texi (VERSION): Add and use it where the version
10977 number was used. Set it to 2.8.
10978
10979 * intro.texi: Likewise.
10980
10981 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
10982
10983 * files.texi (File Name Completion): Document the significance of
10984 a trailing slash in elements of completion-ignored-extensions.
10985
10986 2001-10-06 Miles Bader <miles@gnu.org>
10987
10988 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
10989
10990 2001-10-04 Gerd Moellmann <gerd@gnu.org>
10991
10992 * variables.texi (Variable Aliases): New node.
10993
10994 2001-10-04 Gerd Moellmann <gerd@gnu.org>
10995
10996 * Branch for 21.1.
10997
10998 2001-10-02 Miles Bader <miles@gnu.org>
10999
11000 * minibuf.texi (Minibuffer Misc): Add entries for
11001 `minibuffer-contents', `minibuffer-contents-no-properties', and
11002 `delete-minibuffer-contents'.
11003 Correct description for `minibuffer-prompt-end'.
11004
11005 * text.texi (Property Search): Correct descriptions of
11006 `next-char-property-change' and `previous-char-property-change'.
11007 Add entries for `next-single-char-property-change' and
11008 `previous-single-char-property-change'.
11009 Make operand names a bit more consistent.
11010
11011 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
11012
11013 * frames.texi (Finding All Frames): Document that next-frame and
11014 previous-frame are local to current terminal.
11015
11016 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
11017
11018 * keymaps.texi (Creating Keymaps): Fix the description of the
11019 result of make-keymap.
11020
11021 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
11022
11023 * display.texi (Font Lookup, Attribute Functions)
11024 (Image Descriptors): Add cross-references to the definition of
11025 selected frame.
11026
11027 * buffers.texi (The Buffer List): Add cross-references to the
11028 definition of selected frame.
11029
11030 * frames.texi (Input Focus): Clarify which frame is _the_ selected
11031 frame at any given time.
11032 (Multiple Displays, Size and Position): Add a cross-reference to
11033 the definition of the selected frame.
11034
11035 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
11036
11037 * strings.texi (String Conversion) <string-to-number>: Document
11038 that a float is returned for integers that are too large.
11039
11040 * frames.texi (Mouse Position): Document mouse-position-function.
11041 (Display Feature Testing): Document display-images-p.
11042 (Window Frame Parameters): Document the cursor-type variable.
11043
11044 * numbers.texi (Integer Basics): Document CL style read syntax for
11045 integers in bases other than 10.
11046
11047 * positions.texi (List Motion):
11048 Document open-paren-in-column-0-is-defun-start.
11049
11050 * lists.texi (Sets And Lists): Document member-ignore-case.
11051
11052 * internals.texi (Garbage Collection): Document the used and free
11053 strings report.
11054 (Memory Usage): Document strings-consed.
11055
11056 * os.texi (Time of Day): Document float-time.
11057 (Recording Input): Document that clear-this-command-keys clears
11058 the vector to be returned by recent-keys.
11059
11060 * keymaps.texi (Scanning Keymaps) <where-is-internal>:
11061 The argument keymap can be a list.
11062
11063 * nonascii.texi (User-Chosen Coding Systems)
11064 <select-safe-coding-system>: Document the new argument
11065 accept-default-p and the variable
11066 select-safe-coding-system-accept-default-p. Tell what happens if
11067 buffer-file-coding-system is undecided.
11068 (Default Coding Systems): Document auto-coding-regexp-alist.
11069
11070 * display.texi (The Echo Area) <message>: Document
11071 message-truncate-lines.
11072 (Glyphs): Document that the glyph table is unused on windowed
11073 displays.
11074
11075 * help.texi (Describing Characters) <single-key-description>:
11076 Document the new argument no-angles.
11077 (Accessing Documentation) <documentation-property>: Document that
11078 a non-string property is evaluated.
11079 <documentation>: Document that the function-documentation property
11080 is looked for.
11081
11082 * windows.texi (Selecting Windows): Document some-window.
11083
11084 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
11085
11086 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
11087 apropos-mode-hook.
11088
11089 * commands.texi (Using Interactive): Document interactive-form.
11090 (Keyboard Macros): Document kbd-macro-termination-hook.
11091 (Command Loop Info): Document that clear-this-command-keys clears
11092 the vector to be returned by recent-keys.
11093
11094 2001-09-04 Werner LEMBERG <wl@gnu.org>
11095
11096 * Makefile.in (srcdir, texinputdir): New variables.
11097 (srcs, index.texi, install): Use $(srcdir).
11098 (.PHONY): Remove elisp.dvi.
11099 (elisp): Use -I switch for makeinfo.
11100 (elisp.dvi): Use $(srcdir) and $(texinputdir).
11101 (installall, dist): Use $(srcdir).
11102 Fix path to texinfo.tex.
11103 (maintainer-clean): Add elisp.dvi and elisp.oaux.
11104
11105 2001-08-30 Gerd Moellmann <gerd@gnu.org>
11106
11107 * display.texi (Conditional Display): Adjust to API change.
11108
11109 * configure: New file.
11110
11111 2001-07-30 Gerd Moellmann <gerd@gnu.org>
11112
11113 * commands.texi (Repeat Events): Add description of
11114 double-click-fuzz.
11115
11116 2001-05-08 Stefan Monnier <monnier@cs.yale.edu>
11117
11118 * syntax.texi (Syntax Class Table): Add the missing designator for
11119 comment and string fences.
11120 (Syntax Properties): Add a xref to syntax table internals.
11121 (Syntax Table Internals): Document string-to-syntax.
11122
11123 2001-05-07 Gerd Moellmann <gerd@gnu.org>
11124
11125 * Makefile.in (install): Use install-info command line options
11126 like in Emacs' Makefile.in.
11127
11128 2000-12-09 Miles Bader <miles@gnu.org>
11129
11130 * windows.texi (Window Start): Update documentation for
11131 `pos-visible-in-window-p'.
11132
11133 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
11134
11135 * lists.texi (Building Lists): Add footnote to explain how to add
11136 to the end of a list.
11137
11138 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11139
11140 * files.texi (Visiting Functions): Typos.
11141
11142 2000-10-25 Kenichi Handa <handa@etl.go.jp>
11143
11144 * files.texi (Visiting Functions): Return value of
11145 find-file-noselect may be a list of buffers if wildcards are used.
11146
11147 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11148
11149 * display.texi (Defining Faces): Document `graphic' display type
11150 in face specs.
11151
11152 2000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11153
11154 * hooks.texi (Standard Hooks): Replace obsolete
11155 `after-make-frame-hook' with `after-make-frame-functions'.
11156
11157 * frames.texi (Creating Frames): Ditto.
11158
11159 * variables.texi (Future Local Variables): Ditto.
11160
11161 2000-10-16 Gerd Moellmann <gerd@gnu.org>
11162
11163 * display.texi (Other Image Types): Add description of :foreground
11164 and :background properties of mono PBM images.
11165
11166 2000-08-17 Werner LEMBERG <wl@gnu.org>
11167
11168 * .cvsignore: New file.
11169
11170 2000-01-05 Gerd Moellmann <gerd@gnu.org>
11171
11172 * tindex.pl: New script.
11173
11174 1999-12-03 Dave Love <fx@gnu.org>
11175
11176 * Makefile.in (MAKEINFO): New parameter.
11177
11178 1999-09-17 Richard Stallman <rms@gnu.org>
11179
11180 * Makefile.in (srcs): Add hash.texi.
11181 (VERSION): Update to 20.6.
11182
11183 1999-09-13 Richard Stallman <rms@gnu.org>
11184
11185 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
11186
11187 1998-08-29 Karl Heuer <kwzh@gnu.org>
11188
11189 * configure.in: New file.
11190 * Makefile.in: Renamed from Makefile.
11191 (prefix, infodir): Use value obtained from configure.
11192 (emacslibdir): Obsolete variable deleted.
11193 (dist): Distribute configure.in, configure, Makefile.in.
11194
11195 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
11196
11197 * Makefile (INSTALL_INFO): New variable.
11198 (install): Run install-info.
11199
11200 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
11201
11202 * Makefile (elisp.dvi): Add missing backslash.
11203
11204 1998-05-02 Richard Stallman <rms@psilocin.gnu.org>
11205
11206 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
11207 Run texindex without `./'. Always run texindex on elisp.tp.
11208 (elisp.tps): Target deleted.
11209
11210 1998-04-05 Richard Stallman <rms@psilocin.gnu.org>
11211
11212 * Makefile (srcs): Add nonascii.texi and customize.texi.
11213 (dist): Start by deleting `temp'.
11214
11215 1998-02-17 Richard Stallman <rms@psilocin.gnu.org>
11216
11217 * Makefile (makeinfo, texindex): Targets deleted.
11218 (makeinfo.o, texindex.o): Targets deleted.
11219 (clean, dist): Don't do anything with them or with getopt*.
11220
11221 1998-01-30 Richard Stallman <rms@psilocin.gnu.org>
11222
11223 * Makefile (SHELL): Defined.
11224
11225 1998-01-27 Richard Stallman <rms@psilocin.gnu.org>
11226
11227 * Makefile (elisp.tps): New target.
11228 (elisp.dvi): Depend on elisp.tps.
11229
11230 1996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
11231
11232 * README: Update phone number.
11233
11234 * Makefile (elisp): Make this be the default target.
11235 Depend on makeinfo.c instead of makeinfo.
11236 (install): Don't depend on elisp.dvi, since we don't install that.
11237 Use mkinstalldirs.
11238 (dist): Add mkinstalldirs.
11239
11240 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11241
11242 * Makefile (VERSION): Update version number.
11243 (maintainer-clean): Rename from realclean.
11244
11245 1995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11246
11247 * Makefile (realclean): New target.
11248 (elisp): Remove any old elisp-* files first.
11249
11250 1993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
11251
11252 * Makefile (VERSION): New variable.
11253 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
11254 Compressed file suffix should be `.gz', not `.z'.
11255
11256 1993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11257
11258 * Makefile (elisp): Depend on makeinfo.
11259
11260 1993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
11261
11262 * Makefile (srcs): Add anti.texi.
11263
11264 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11265
11266 * Makefile (infodir, prefix): New vars.
11267 (install): Use infodir.
11268 (emacsinfodir): Delete.
11269
11270 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11271
11272 * Makefile (srcs): Add calendar.texi.
11273
11274 * Makefile (dist): Copy texindex.c and makeinfo.c.
11275 Limit elisp-* files to those with one or two digits.
11276
11277 1993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11278
11279 * Makefile (dist): Change to use Gzip instead of compress.
11280
11281 1993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
11282
11283 * loading.texi (Unloading): define-function changed back to
11284 defalias. It may not stay this way, but at least it's
11285 consistent with the known-good version of the code patch.
11286
11287 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
11288
11289 * modes.texi (Hooks): Document new optional arg of add-hook.
11290
11291 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
11292
11293 * variables.texi: Document nil initial value of buffer-local variables.
11294
11295 * tips.texi: Add new section on standard library headers.
11296
11297 1993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11298
11299 * Makefile (srcs): Add frame.texi to the list of sources.
11300
11301 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11302
11303 * Makefile (dist): Don't bother excluding autosave files; they'll
11304 never make it into the temp directory anyway, and the hash marks
11305 in the name are problematic for make and the Bourne shell.
11306 (srcs): ???
11307
11308 1993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11309
11310 * Makefile (dist): Don't include backup files or autosave files in
11311 the distribution tar file.
11312
11313 1991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11314
11315 * Makefile (srcs): Add index.perm.
11316 (elisp.dvi): Remove erroneous shell comment.
11317 Expect output of permute-index in permuted.fns.
11318 Save old elisp.aux in elisp.oaux.
11319 (clean): Add index.texi to be deleted.
11320
11321 1990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11322
11323 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
11324
11325 1990-06-26 David Lawrence (tale@geech)
11326
11327 * files.texi: Noted that completion-ignored-extensions is ignored
11328 when making *Completions*.
11329
11330 1990-06-08 Jay Fenlason (hack@ai.mit.edu)
11331
11332 * Makefile make dist now depends on elisp.dvi, since it tries
11333 to include it in the dist file.
11334
11335 1990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
11336
11337 * functions.texinfo (Mapping Functions): Add missing quote.
11338
11339 1989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11340
11341 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
11342 (defunargs): Turn off \hyphenchar of \sl font temporarily.
11343
11344 1989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
11345
11346 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
11347 and @error{} are the terms now being used. The files in the
11348 directory have been changed to reflect this.
11349
11350 * All instances of @indentedresultt{} have been changed to
11351 ` @result{}', using 5 spaces at the beginning of the line.
11352
11353 1989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
11354
11355 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
11356 experimental @indentedresult{}, @indentedexpandsto{} are part of
11357 the texinfo.tex in this directory. These TeX macros are not
11358 stable yet.
11359
11360 1989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
11361
11362 * texinfo.tex: Temporarily added
11363 \let\result=\dblarrow
11364 \def\error{{\it ERROR} \longdblarrow}
11365 We need to do this better soon.
11366
11367 1989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
11368
11369 * Applied Karl Berry's patches to *.texinfo files, but not to
11370 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
11371 new title page format is also not applied, since it requires
11372 texinfo.tex changes.)
11373
11374 * Cleaned up `Makefile' and defined the `emacslibdir' directory
11375 for the Project GNU development environment.
11376
11377 ;; Local Variables:
11378 ;; coding: utf-8
11379 ;; End:
11380
11381 Copyright (C) 1998-2012 Free Software Foundation, Inc.
11382
11383 This file is part of GNU Emacs.
11384
11385 GNU Emacs is free software: you can redistribute it and/or modify
11386 it under the terms of the GNU General Public License as published by
11387 the Free Software Foundation, either version 3 of the License, or
11388 (at your option) any later version.
11389
11390 GNU Emacs is distributed in the hope that it will be useful,
11391 but WITHOUT ANY WARRANTY; without even the implied warranty of
11392 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11393 GNU General Public License for more details.
11394
11395 You should have received a copy of the GNU General Public License
11396 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.