Doc changes related to displaying buffers and quitting windows.
[bpt/emacs.git] / doc / lispref / ChangeLog
1 2012-11-03 Martin Rudalics <rudalics@gmx.at>
2
3 * windows.texi (Switching Buffers): Document option
4 switch-to-buffer-preserve-window-point.
5 (Display Action Functions): Document window-height and
6 window-width alist entries.
7 (Display Action Functions): Document
8 display-buffer-below-selected and
9 display-buffer-in-previous-window.
10 (Quitting Windows): Document quit-restore-window. Rewrite
11 section.
12 (Window Configurations): In window-state-get mention that
13 argument window must be valid.
14 (Window Parameters): Document quit-restore window parameter
15 (Bug#12158).
16
17 2012-10-31 Glenn Morris <rgm@gnu.org>
18
19 * control.texi (Catch and Throw): Add xref to cl.texi.
20
21 * lists.texi (Sets And Lists): Point xref to better location.
22
23 * errors.texi (Standard Errors):
24 * loading.texi (Autoload): Update for cl-lib namespace changes.
25
26 * modes.texi (Defining Minor Modes): "Generalized Variables"
27 section is now in this manual rather than cl.texi.
28
29 * eval.texi (Special Forms): No longer special forms: defmacro,
30 defun, save-window-excursion, with-output-to-temp-buffer.
31 * functions.texi (Defining Functions): Defun is now a macro.
32 Defalias is a function.
33
34 2012-10-30 Glenn Morris <rgm@gnu.org>
35
36 * variables.texi (Generalized Variables): Fix typo.
37
38 2012-10-30 Chong Yidong <cyd@gnu.org>
39
40 * symbols.texi (Symbol Plists): Document function-get.
41
42 * loading.texi (Autoload): Document autoloadp, autoload-do-load.
43
44 * frames.texi (Visibility of Frames): Document tty-top-frame.
45
46 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
47
48 * keymaps.texi (Format of Keymaps): Document the multiple
49 inheritance format.
50
51 2012-10-28 Martin Rudalics <rudalics@gmx.at>
52
53 * windows.texi (Basic Windows): Reformulate description of live,
54 internal and valid windows.
55 (Cyclic Window Ordering): Describe new argument of
56 get-lru-window and get-largest-window. Add description of
57 window-in-direction.
58
59 2012-10-27 Glenn Morris <rgm@gnu.org>
60
61 * variables.texi (Generalized Variables): New section,
62 adapted from misc/cl.texi.
63 * elisp.texi (Top): Add Generalized Variables to menu.
64 * lists.texi (List Elements, List Variables):
65 Mention generalized variables.
66
67 * lists.texi (List Elements): Typo fix.
68
69 2012-10-27 Chong Yidong <cyd@gnu.org>
70
71 * minibuf.texi (High-Level Completion): Don't mention removed
72 function iswitchb-read-buffer.
73
74 * commands.texi (Event Input Misc): Remove last-input-char.
75 (Command Loop Info): Remove last-command-char.
76
77 * frames.texi (Initial Parameters): Don't mention the obsolete
78 special-display feature.
79
80 * windows.texi (Choosing Window): Don't mention the obsolete
81 special display feature.
82 (Choosing Window Options): Remove obsolete special-display
83 variables, and the functions special-display-p and
84 special-display-popup-frame.
85
86 * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
87
88 * hooks.texi (Standard Hooks): Remove obsolete hooks.
89
90 * markers.texi (Information from Markers): Remove obsolete
91 function buffer-has-markers-at.
92
93 * text.texi (Yanking): Document yank-handled-properties.
94
95 2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
96
97 Update manual for new time stamp format (Bug#12706).
98 * buffers.texi (Modification Time):
99 * files.texi (Testing Accessibility, File Attributes):
100 * intro.texi (Version Info):
101 * os.texi (Time of Day):
102 Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
103 These instances were missed the first time around.
104 Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
105
106 2012-10-24 Chong Yidong <cyd@gnu.org>
107
108 * minibuf.texi (Text from Minibuffer): Document read-regexp
109 changes.
110
111 * nonascii.texi (Selecting a Representation): Document
112 set-buffer-multibyte changes.
113
114 * keymaps.texi (Toolkit Differences): Node deleted.
115 (Easy Menu): New node.
116
117 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
118
119 * hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.
120
121 2012-10-23 Paul Eggert <eggert@cs.ucla.edu>
122
123 Fix outdated timestamp documentation in Elisp manual (bug#12706).
124 * files.texi (File Attributes):
125 * text.texi (Undo):
126 Time stamp resolution is now 1 picosecond, not 1 second.
127
128 2012-10-23 Chong Yidong <cyd@gnu.org>
129
130 * display.texi (Font Lookup): Remove font-list-limit.
131
132 * keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode
133 (Bug#12529).
134
135 2012-10-22 Glenn Morris <rgm@gnu.org>
136
137 * os.texi (Recording Input): Tiny fix.
138
139 * intro.texi (Lisp History):
140 * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
141 * tips.texi (Coding Conventions): Recommend cl-lib over cl.
142
143 2012-10-15 Chong Yidong <cyd@gnu.org>
144
145 * macros.texi (Defining Macros): defmacro is now a macro.
146 Explicitly list the docstring and declare arguments.
147
148 * functions.texi (Anonymous Functions): Explicitly list the
149 docstring, declare, and interactive arguments to lambda.
150 (Defining Functions): Likewise for defun.
151 (Inline Functions): Likewise for defsubst.
152 (Declare Form): Tweak description.
153
154 2012-10-13 Chong Yidong <cyd@gnu.org>
155
156 * display.texi (ImageMagick Images): ImageMagick enabled by default.
157
158 2012-10-05 Chong Yidong <cyd@gnu.org>
159
160 * minibuf.texi (Basic Completion): Clarify list form of completion
161 table (Bug#12564).
162
163 2012-10-05 Bruno Félix Rezende Ribeiro <oitofelix@gmail.com> (tiny change)
164
165 * functions.texi (Function Safety): Copyedit. (Bug#12562)
166
167 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
168
169 Revert the FOLLOW-SYMLINKS change for file-attributes.
170 * files.texi (File Attributes, Magic File Names): Undo last change.
171
172 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
173
174 file-attributes has a new optional arg FOLLOW-SYMLINKS.
175 * files.texi (File Attributes): Describe it.
176 (Magic File Names): Use it.
177
178 2012-09-30 Chong Yidong <cyd@gnu.org>
179
180 * commands.texi (Click Events): Define "mouse position list".
181 Remove mention of unimplemented horizontal scroll bars.
182 (Drag Events, Motion Events): Refer to "mouse position list".
183 (Accessing Mouse): Document posnp.
184
185 * errors.texi (Standard Errors): Tweak arith-error description.
186 Tweak markup. Remove domain-error and friends, which seem to be
187 unused after the floating-point code revamp.
188
189 * functions.texi (Obsolete Functions): Obsolescence also affects
190 documentation commands. Various clarifications.
191 (Declare Form): New node.
192
193 * strings.texi (String Basics): Copyedits.
194
195 * os.texi (Idle Timers): Minor clarifications.
196 (User Identification): Add system-users and system-groups.
197
198 * macros.texi (Defining Macros): Move description of `declare' to
199 Declare Form node.
200
201 * loading.texi (Autoload):
202 * help.texi (Documentation Basics): The special sequences can
203 trigger autoloading.
204
205 * numbers.texi (Integer Basics): Copyedits.
206 (Float Basics): Consider IEEE floating point always available.
207 (Random Numbers): Document actual limits.
208 (Arithmetic Operations): Clarify division by zero. Don't mention
209 the machine-independence of negative division since it does not
210 happen in practice.
211
212 2012-09-28 Chong Yidong <cyd@gnu.org>
213
214 * os.texi (Startup Summary): Document leim-list.el change.
215
216 2012-09-25 Chong Yidong <cyd@gnu.org>
217
218 * functions.texi (Defining Functions): defun is now a macro.
219
220 2012-09-28 Leo Liu <sdl.web@gmail.com>
221
222 * files.texi (Files): Fix typo.
223
224 2012-09-23 Chong Yidong <cyd@gnu.org>
225
226 * buffers.texi (Read Only Buffers): Document read-only-mode.
227
228 * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
229 read-only-mode.
230
231 * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
232 calling conventions.
233
234 2012-09-22 Chong Yidong <cyd@gnu.org>
235
236 * searching.texi (Replacing Match): Minor clarification.
237
238 2012-09-22 Eli Zaretskii <eliz@gnu.org>
239
240 * edebug.texi (Instrumenting): Improve indexing.
241
242 * os.texi (Idle Timers): Warn against reinvoking an idle timer
243 from within its own timer action. (Bug#12447)
244
245 2012-09-22 Chong Yidong <cyd@gnu.org>
246
247 * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
248
249 2012-09-21 Glenn Morris <rgm@gnu.org>
250
251 * debugging.texi (Using Debugger): Fix typo.
252
253 2012-09-18 Chong Yidong <cyd@gnu.org>
254
255 * display.texi (Faces): Discuss anonymous faces.
256 (Face Attributes): Tweak intro.
257 (Defining Faces): Move after the Face Attributes node. Copyedits.
258 (Displaying Faces): Describe role of inheritance.
259
260 * customize.texi (Customization): Define customization more
261 carefully (Bug#11440).
262 (Common Keywords): Add xref to Constant Variables.
263
264 * variables.texi (Defining Variables): Link to defcustom's node
265 instead of the higher-level Customization chapter.
266
267 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
268
269 Simplify, document, and port floating-point (Bug#12381).
270 * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
271 Document that / and mod (with floating point arguments), along
272 with asin, acos, log, log10, expt and sqrt, return special values
273 instead of signaling exceptions.
274 (Float Basics): Document that logb operates on the absolute value
275 of its argument.
276 (Math Functions): Document that (log ARG BASE) also returns NaN if
277 BASE is negative. Document that (expt X Y) returns NaN if X is a
278 finite negative number and Y a finite non-integer.
279
280 2012-09-09 Chong Yidong <cyd@gnu.org>
281
282 * lists.texi (Sets And Lists): Explain that the return value for
283 delete should be used, like for delq.
284
285 * minibuf.texi (Yes-or-No Queries): Document recentering and
286 scrolling in y-or-n-p. Remove gratuitous example.
287
288 * searching.texi (Search and Replace): Document window scrolling
289 entries in query-replace-map.
290
291 2012-09-08 Chong Yidong <cyd@gnu.org>
292
293 * syntax.texi (Syntax Table Internals): Define "raw syntax
294 descriptor" terminology (Bug#12383).
295 (Syntax Descriptors): Mention raw syntax descriptors.
296
297 2012-09-07 Chong Yidong <cyd@gnu.org>
298
299 * variables.texi (Creating Buffer-Local): Fix description of
300 local-variable-if-set-p (Bug#10713).
301
302 * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
303
304 * windows.texi (Display Action Functions)
305 (Choosing Window Options): Remove obsolete variable
306 display-buffer-reuse-frames.
307 (Switching Buffers): Minor doc tweak for switch-to-buffer.
308
309 * positions.texi (Narrowing): Document buffer-narrowed-p.
310
311 * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
312
313 * syntax.texi (Low-Level Parsing): Add xref to Parser State
314 (Bug#12269).
315
316 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
317
318 * debugging.texi (Explicit Debug): Document `debug-on-message'.
319
320 2012-09-02 Chong Yidong <cyd@gnu.org>
321
322 * windows.texi (Window Configurations): Recommend against using
323 save-window-excursion (Bug#12075).
324
325 * control.texi (Catch and Throw):
326 * positions.texi (Excursions): Don't mention it.
327
328 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
329
330 Better seed support for (random).
331 * numbers.texi (Random Numbers): Document new behavior of
332 the calls (random) and (random STRING).
333
334 2012-08-21 Martin Rudalics <rudalics@gmx.at>
335
336 * windows.texi (Window Point): Document recent changes in
337 window-point and set-window-point.
338 (Selecting Windows): Document recent change in select-window.
339
340 2012-08-06 Eli Zaretskii <eliz@gnu.org>
341
342 * functions.texi (Closures): Put the main index entry for
343 "closures" here. (Bug#12138)
344
345 * variables.texi (Lexical Binding): Disambiguate the index entry
346 for "closures".
347
348 2012-08-05 Chong Yidong <cyd@gnu.org>
349
350 * display.texi (Defining Faces): Move documentation of
351 frame-background-mode to the Emacs manual (Bug#7774).
352
353 2012-08-04 Chong Yidong <cyd@gnu.org>
354
355 * syntax.texi (Syntax Basics): Rearrange the text for clarity.
356 Fix description of syntax table inheritance.
357 (Syntax Table Functions): Don't refer to internal contents of
358 syntax table, since that is not explained yet. Copyedits.
359 (Standard Syntax Tables): Node deleted.
360 (Syntax Table Internals): Misc clarifications. Improve table
361 formatting.
362
363 * keymaps.texi (Inheritance and Keymaps):
364 * text.texi (Sticky Properties): Tweak index entry.
365
366 2012-07-28 Eli Zaretskii <eliz@gnu.org>
367
368 * nonascii.texi (Character Sets): Fix a typo. (Bug#12062)
369
370 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
371
372 Prefer typical American spelling for "acknowledgment".
373 * intro.texi (Acknowledgments): Rename from Acknowledgements.
374
375 2012-07-21 Eli Zaretskii <eliz@gnu.org>
376
377 * commands.texi (Special Events): Mention language-change event.
378 (Input Events, Interactive Codes):
379 * keymaps.texi (Key Sequences): Mention events that are
380 non-keyboard but also non-mouse events.
381
382 2012-07-17 Chong Yidong <cyd@gnu.org>
383
384 * text.texi (Insertion): Document insert-char changes.
385
386 2012-07-15 Leo Liu <sdl.web@gmail.com>
387
388 * display.texi (Fringe Bitmaps): Add exclamation-mark.
389
390 2012-07-13 Chong Yidong <cyd@gnu.org>
391
392 * buffers.texi (Read Only Buffers): Document toggle-read-only
393 changes. Reword to account for the fact that read-only is
394 currently not supported in overlay properties.
395
396 2012-07-07 Chong Yidong <cyd@gnu.org>
397
398 * loading.texi (Library Search): Index site-lisp directories.
399
400 2012-07-06 Chong Yidong <cyd@gnu.org>
401
402 * intro.texi (A Sample Function Description): Fix incorrect
403 markup, undoing previous change.
404 (A Sample Variable Description): Minor clarifications and markup
405 improvements.
406
407 * elisp.texi (Top):
408 * text.texi (Text): Fix menu order.
409
410 2012-07-06 Richard Stallman <rms@gnu.org>
411
412 * intro.texi (Evaluation Notation, A Sample Function Description):
413 (A Sample Variable Description): Improve/undo previous changes.
414
415 2012-07-05 Glenn Morris <rgm@gnu.org>
416
417 * intro.texi (A Sample Function Description): Fix cross-refs.
418
419 2012-07-05 Michael Witten <mfwitten@gmail.com> (tiny change)
420
421 * intro.texi (Evaluation Notation, A Sample Function Description)
422 (A Sample Variable Description, Version Info): Copy edits (bug#11862).
423
424 2012-06-27 Chong Yidong <cyd@gnu.org>
425
426 * processes.texi (Asynchronous Processes, Input to Processes):
427 * internals.texi (Process Internals): Don't capitalize "pty".
428
429 2012-06-24 Thien-Thi Nguyen <ttn@gnuvola.org>
430
431 * processes.texi (Asynchronous Processes): Make the pty vs pipe
432 discussion more prominent.
433
434 2012-06-23 Eli Zaretskii <eliz@gnu.org>
435
436 * commands.texi (Misc Events): Document the language-change event.
437
438 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
439
440 Support higher-resolution time stamps (Bug#9000).
441 * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
442 * processes.texi (System Processes):
443 Time stamp resolution is now picosecond, not microsecond.
444
445 2012-06-21 Glenn Morris <rgm@gnu.org>
446
447 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
448
449 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
450
451 * functions.texi (Defining Functions):
452 * macros.texi (Defining Macros): Un-define the return value of `defun',
453 `defmacro' and `defalias'.
454
455 2012-06-17 Chong Yidong <cyd@gnu.org>
456
457 * elisp.texi: Remove urlcolor setting.
458
459 2012-06-17 Glenn Morris <rgm@gnu.org>
460
461 * display.texi (Face Attributes): Copyedits. Add a few cindex entries.
462 Overlining no longer behaves exactly like underlining.
463
464 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
465
466 * display.texi (Face Attributes):
467 Document wave-style underline face attribute.
468
469 2012-06-11 Chong Yidong <cyd@gnu.org>
470
471 * display.texi (ImageMagick Images): ImageMagick now supports the
472 :background property.
473
474 2012-06-10 Dmitry Antipov <dmantipov@yandex.ru>
475
476 * internals.texi (Garbage Collection): Typo fix.
477
478 2012-06-09 Chong Yidong <cyd@gnu.org>
479
480 * text.texi (Special Properties): Clarify the meaning of a list of
481 faces in the `face' property.
482
483 * display.texi (Face Remapping): Minor clarification.
484
485 2012-06-08 Chong Yidong <cyd@gnu.org>
486
487 * display.texi (Face Attributes): Font family does not accept
488 wildcards. De-document obsolete :bold and :italic attributes.
489 (Defining Faces): Use new-style face spec format.
490
491 2012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
492
493 * internals.texi (Garbage Collection): Document new
494 vector management code and vectorlike_header structure.
495
496 2012-06-03 Chong Yidong <cyd@gnu.org>
497
498 * modes.texi (Mode Line Data): Use "mode line construct"
499 terminology for consistency.
500
501 2012-05-27 Glenn Morris <rgm@gnu.org>
502
503 * abbrevs.texi, advice.texi, anti.texi, backups.texi:
504 * buffers.texi, commands.texi, compile.texi, control.texi:
505 * customize.texi, debugging.texi, display.texi, doclicense.texi:
506 * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
507 * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
508 * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
509 * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
510 * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
511 * objects.texi, os.texi, package.texi, positions.texi:
512 * processes.texi, searching.texi, sequences.texi, streams.texi:
513 * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
514 * variables.texi, windows.texi: Nuke hand-written node pointers.
515
516 2012-05-27 Chong Yidong <cyd@gnu.org>
517
518 * functions.texi (Obsolete Functions):
519 Fix doc for set-advertised-calling-convention.
520
521 * modes.texi (Mode Help): Fix describe-mode.
522
523 * display.texi (Face Functions): Fix define-obsolete-face-alias.
524
525 * variables.texi (Variable Aliases): Fix make-obsolete-variable.
526
527 2012-05-27 Martin Rudalics <rudalics@gmx.at>
528
529 * commands.texi (Recursive Editing): recursive-edit is a command.
530
531 * compile.texi (Docs and Compilation):
532 byte-compile-dynamic-docstrings is an option.
533
534 * debugging.texi (Invoking the Debugger): debug is a command.
535
536 * display.texi (Progress): progress-reporter-update and
537 progress-reporter-force-update have VALUE argument optional.
538 (Animated Images): Use non-@code{nil} instead of non-nil.
539
540 * files.texi (Format Conversion Round-Trip):
541 Use non-@code{nil} instead of non-nil.
542
543 * frames.texi (Creating Frames): make-frame is a command.
544 (Input Focus): select-frame is a command.
545 (Pointer Shape): void-text-area-pointer is an option.
546
547 * help.texi (Describing Characters): read-kbd-macro is a command.
548 (Help Functions): describe-prefix-bindings is a command.
549
550 * markers.texi (Creating Markers): Both arguments of copy-marker
551 are optional.
552
553 * minibuf.texi (Reading File Names): Use @kbd instead of @code.
554
555 * modes.texi (Mode Line Variables): mode-line-remote and
556 mode-line-client are not options.
557 (Imenu): imenu-add-to-menubar is a command.
558 (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
559
560 * os.texi (Sound Output): play-sound-file is a command.
561
562 * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
563
564 * processes.texi (Signals to Processes):
565 Use @key{RET} instead of @code{RET}.
566 (Signals to Processes): signal-process is a command.
567
568 * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
569 (Base 64): base64-encode-string is not a command while
570 base64-decode-region is.
571
572 * windows.texi (Switching Buffers): pop-to-buffer is a command.
573
574 2012-05-12 Glenn Morris <rgm@gnu.org>
575
576 * Makefile.in (MKDIR_P): New, set by configure.
577 (mkinfodir): Use $MKDIR_P.
578
579 2012-05-10 Glenn Morris <rgm@gnu.org>
580
581 * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
582 with "coding: raw-text".
583 Concept of multibyte sessions no longer exists.
584
585 * files.texi (File Locks): Mention create-lockfiles option.
586
587 2012-05-09 Glenn Morris <rgm@gnu.org>
588
589 * vol1.texi, vol2.texi: Remove files.
590 * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
591 * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
592
593 * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
594
595 * two-volume.make (emacsdir): New.
596 (tex): Add directory with emacsver.texi to TEXINPUTS.
597
598 * minibuf.texi (Minibuffer History, Basic Completion):
599 Tweak page breaks.
600
601 * internals.texi (Garbage Collection, Memory Usage)
602 (Writing Emacs Primitives): Tweak page breaks.
603
604 * streams.texi (Output Variables): Improve page break.
605
606 * edebug.texi (Edebug Display Update): Improve page break.
607
608 * compile.texi (Disassembly): Condense the examples.
609
610 * eval.texi, functions.texi, loading.texi, macros.texi:
611 Where possible, use example rather than smallexample.
612
613 * symbols.texi: Where possible, use example rather than smallexample.
614 (Symbol Components): Fix typo.
615 (Other Plists): Tweak page break.
616
617 * sequences.texi (Arrays): Tweak page breaks.
618
619 * customize.texi: Where possible, use example rather than smallexample.
620 (Common Keywords, Variable Definitions, Applying Customizations)
621 (Custom Themes): Tweak page breaks.
622
623 * control.texi: Where possible, use example rather than smallexample.
624 (Sequencing, Conditionals, Signaling Errors, Handling Errors):
625 Tweak page breaks.
626
627 2012-05-08 Glenn Morris <rgm@gnu.org>
628
629 * two.el: Remove; unused since creation of two-volume.make.
630
631 * vol1.texi, vol2.texi: No need to keep menus in these files.
632
633 2012-05-05 Glenn Morris <rgm@gnu.org>
634
635 * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
636
637 * intro.texi (Caveats): Copyedit.
638 (Lisp History): Convert inforef to xref.
639 (Lisp History, Printing Notation, Version Info): Improve page-breaks.
640
641 * text.texi (Auto Filling): Don't mention Emacs 19.
642
643 * commands.texi (Event Input Misc): Don't mention unread-command-char.
644 * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
645
646 * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
647
648 * lists.texi (List-related Predicates, List Variables):
649 Tweak page-breaks.
650 (Sets And Lists): Convert inforef to xref.
651
652 2012-05-04 Glenn Morris <rgm@gnu.org>
653
654 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
655 (info, infoclean): Use $INFO_EXT.
656 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
657 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
658 (info, maintainer-clean): Use $INFO_EXT.
659 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
660
661 2012-05-04 Chong Yidong <cyd@gnu.org>
662
663 * os.texi (Timers): Use defopt for timer-max-repeats.
664
665 2012-05-03 Paul Eggert <eggert@cs.ucla.edu>
666
667 * os.texi (Time of Day): Do not limit current-time-string
668 to years 1000..9999.
669
670 2012-05-02 Chong Yidong <cyd@gnu.org>
671
672 * display.texi (Font Lookup):
673 * frames.texi (Pointer Shape):
674 * processes.texi (Subprocess Creation): Use defopt for options.
675
676 2012-05-02 Glenn Morris <rgm@gnu.org>
677
678 * elisp.texi (@copying):
679 * intro.texi (Introduction): Only print VERSION in the TeX version.
680
681 2012-05-02 Chong Yidong <cyd@gnu.org>
682
683 * text.texi (Change Hooks): Minor fix for after-change-functions.
684
685 2012-05-02 Glenn Morris <rgm@gnu.org>
686
687 * package.texi (Packaging Basics):
688 * loading.texi (Autoload):
689 * files.texi (Magic File Names):
690 Reword to remove/reduce some overly long/short lines.
691
692 2012-04-27 Glenn Morris <rgm@gnu.org>
693
694 * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
695 * modes.texi (Major Modes, Auto-Indentation):
696 * buffers.texi (Buffers): Some fixes for menu descriptions.
697
698 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
699 * functions.texi (Simple Lambda, Argument List):
700 * eval.texi (Function Indirection): Avoid deprecated form.
701
702 2012-04-27 Glenn Morris <rgm@gnu.org>
703
704 * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
705 Add "et al." to authors.
706
707 * buffers.texi, commands.texi, compile.texi, control.texi:
708 * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
709 * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
710 * modes.texi, numbers.texi, objects.texi, streams.texi:
711 * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
712 Use Texinfo recommended convention for quotes+punctuation.
713
714 2012-04-27 Chong Yidong <cyd@gnu.org>
715
716 * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
717 to where-is-internal (Bug#10872).
718
719 2012-04-27 Glenn Morris <rgm@gnu.org>
720
721 * macros.texi (Indenting Macros): Fix typo.
722
723 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
724 (Resizing Windows, Deleting Windows, Selecting Windows)
725 (Choosing Window Options, Horizontal Scrolling)
726 (Cyclic Window Ordering, Window History, Dedicated Windows)
727 (Quitting Windows, Window Configurations, Textual Scrolling):
728 (Coordinates and Windows, Window Configurations)
729 (Window Parameters, Window Hooks): Copyedits.
730 (Splitting Windows, Deleting Windows):
731 Fix ignore-window-parameters logic.
732 (Selecting Windows, Choosing Window Options): Markup fixes.
733 (Window Start and End): Remove pointless example.
734 Remove cross-reference to deleted count-lines content.
735 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
736 and recenter-positions. Remove recenter example.
737
738 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
739
740 * minibuf.texi (Intro to Minibuffers):
741 Tweak discussion of resizing minibuffer window.
742
743 2012-04-26 Glenn Morris <rgm@gnu.org>
744
745 * elisp-covers.texi, front-cover-1.texi: Remove files.
746
747 * tindex.pl: Remove file.
748
749 * makefile.w32-in (srcs):
750 * Makefile.in (srcs): Remove back.texi (which is unused).
751
752 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
753
754 * os.texi (Notifications): Extend possible notification hints.
755 Add notifications-get-capabilities.
756
757 2012-04-20 Chong Yidong <cyd@gnu.org>
758
759 * processes.texi (Asynchronous Processes): Mention nil argument to
760 start-process.
761
762 2012-04-20 Glenn Morris <rgm@gnu.org>
763
764 * minibuf.texi (Basic Completion): No need to describe obarrays here.
765 Don't mention obsolete `nospace' argument of all-completions.
766 (Minibuffer Completion, Completion Commands, Reading File Names)
767 (Completion Variables): Copyedits.
768 (Completion Commands): Mention parent keymaps.
769 Remove obsolete minibuffer-local-filename-must-match-map.
770 (High-Level Completion): Remove read-variable's almost
771 word-for-word duplication of read-command.
772 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
773 Update "High-Level Completion" description.
774
775 * minibuf.texi (Minibuffers):
776 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
777
778 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
779 Use Texinfo-recommended form of quote+punctuation.
780 (Intro to Minibuffers): First minibuffer is #1, not #0.
781 Mention minibuffer-inactive-mode.
782 (Text from Minibuffer): Copyedits.
783 (Minibuffer History, Programmed Completion): Fix @var usage.
784 (Object from Minibuffer): Remove overly pedantic para.
785 (Minibuffer History): Copyedits. Add face-name-history.
786 (Initial Input, Yes-or-No Queries, Multiple Queries)
787 (Minibuffer Windows, Minibuffer Misc): Copyedits.
788 (Yes-or-No Queries): Tweak example.
789 (Minibuffer Commands): Add next-complete-history-element.
790 (Minibuffer Misc): Mention minibuffer-message-timeout, and
791 minibuffer-inactive-mode.
792
793 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
794 (Bindat Functions): Copyedits.
795
796 2012-04-20 Christopher Schmidt <christopher@ch.ristopher.com>
797
798 * files.texi (Saving Buffers): Document `visit and `visit-save'
799 values of require-final-newline.
800
801 2012-04-20 Glenn Morris <rgm@gnu.org>
802
803 * processes.texi (Output from Processes, Filter Functions):
804 Mention waiting-for-user-input-p.
805 (Sentinels, Query Before Exit, System Processes, Transaction Queues):
806 (Network Servers, Datagrams, Network Processes, Network Options)
807 (Network Feature Testing, Serial Ports): Copyedits.
808 (Network): Add encrypted network overview paragraph.
809 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
810
811 2012-04-20 Chong Yidong <cyd@gnu.org>
812
813 * help.texi (Keys in Documentation): Mention :advertised-binding.
814
815 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
816 description to help.texi.
817
818 2012-04-20 Glenn Morris <rgm@gnu.org>
819
820 * processes.texi (Process Information, Input to Processes)
821 (Signals to Processes, Output from Processes, Process Buffers)
822 (Filter Functions, Decoding Output): Copyedits.
823 (Accepting Output): Discourage use of `millisec' argument.
824
825 2012-04-15 Glenn Morris <rgm@gnu.org>
826
827 * processes.texi (Processes, Subprocess Creation, Shell Arguments):
828 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
829 Copyedits.
830 (Subprocess Creation): Discourage modifying exec-path directly.
831 (Synchronous Processes, Asynchronous Processes):
832 Update some example output.
833 (Process Information): Fix typo.
834 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
835
836 2012-04-15 Glenn Morris <rgm@gnu.org>
837
838 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
839 open-network-stream does exist in Emacs 23, but is simpler.
840
841 2012-04-15 Chong Yidong <cyd@gnu.org>
842
843 * customize.texi (Custom Themes): Also document load-theme etc.
844
845 2012-04-14 Chong Yidong <cyd@gnu.org>
846
847 * customize.texi (Applying Customizations):
848 (Custom Themes): New nodes.
849
850 * display.texi (Defining Faces): Reference custom-set-faces.
851
852 * modes.texi (Defining Minor Modes, Defining Minor Modes):
853 * os.texi (Startup Summary): Copyedits.
854
855 2012-04-14 Glenn Morris <rgm@gnu.org>
856
857 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
858
859 * strings.texi (Case Tables):
860 * objects.texi (General Escape Syntax):
861 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
862
863 * buffers.texi, compile.texi, customize.texi, debugging.texi:
864 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
865 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
866 * text.texi: Use @file for buffers, per the Texinfo manual.
867
868 * compile.texi (Compiler Errors): Add missing space in buffer name.
869
870 2012-04-14 Chong Yidong <cyd@gnu.org>
871
872 * processes.texi (Query Before Exit): Remove obsolete function
873 process-kill-without-query (Bug#11190).
874
875 2012-04-14 Glenn Morris <rgm@gnu.org>
876
877 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
878 Use @env for environment variables.
879
880 * Makefile.in: Replace non-portable use of $< in ordinary rules.
881
882 2012-04-12 Jari Aalto <jari.aalto@cante.net>
883
884 * processes.texi (Synchronous Processes): Mention
885 `default-directory' (bug#7515).
886
887 2012-04-09 Chong Yidong <cyd@gnu.org>
888
889 * customize.texi (Variable Definitions): Remove user-variable-p.
890
891 * commands.texi (Interactive Codes):
892 * help.texi (Accessing Documentation):
893 * minibuf.texi (High-Level Completion): Callers changed.
894
895 2012-04-06 Chong Yidong <cyd@gnu.org>
896
897 * minibuf.texi (Programmed Completion): Document metadata method.
898 (Completion Variables): Document completion-category-overrides.
899
900 2012-04-05 Chong Yidong <cyd@gnu.org>
901
902 * anti.texi (Antinews): Rewrite for Emacs 23.
903
904 2012-04-04 Chong Yidong <cyd@gnu.org>
905
906 * minibuf.texi (Programmed Completion): Remove obsolete variable
907 completion-annotate-function.
908 (Completion Variables): Rename from Completion Styles. Document
909 completion-extra-properties. Document completion-styles-alist
910 change.
911 (Reading File Names): minibuffer-local-filename-must-match-map is
912 not used anymore.
913 (Minibuffer Completion): Document completing-read-function.
914 (Completion in Buffers): completion-at-point-functions can return
915 properties recognized in completion-extra-properties.
916
917 * display.texi (Delayed Warnings): New node.
918
919 * os.texi (Notifications): Copyedits.
920
921 2012-04-04 Glenn Morris <rgm@gnu.org>
922
923 * os.texi (Notifications): Copyedits.
924
925 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
926
927 * os.texi (Terminal-Specific): Fix typo.
928 (Notifications): New section.
929
930 * elisp.texi (Top):
931 * vol1.texi (Top):
932 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
933 menu entries.
934
935 2012-04-01 Chong Yidong <cyd@gnu.org>
936
937 * files.texi (Kinds of Files): file-subdir-of-p renamed to
938 file-in-directory-p.
939
940 2012-03-31 Glenn Morris <rgm@gnu.org>
941
942 * edebug.texi (Instrumenting Macro Calls):
943 Mention defining macros at instrumentation time.
944 (Edebug Options): Mention edebug-unwrap-results.
945
946 2012-03-31 Eli Zaretskii <eliz@gnu.org>
947
948 * text.texi (Special Properties): Clarify the description of the
949 effect of integer values of the 'cursor' property on cursor
950 position. See the discussions in bug#11068 for more details and
951 context.
952
953 2012-03-31 Glenn Morris <rgm@gnu.org>
954
955 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
956 Copyedits.
957
958 2012-03-30 Chong Yidong <cyd@gnu.org>
959
960 * display.texi (Image Formats): Add imagemagick type.
961 (Image Descriptors): Mention how they are used.
962 (ImageMagick Images): Clarify role of imagemagick-register-types.
963 (Character Display): Don't mention glyph tables.
964 (Display Tables): Use make-glyph-code in example.
965 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
966 tables are semi-obsolete. De-document create-glyph.
967 (Glyphless Chars): Note that display tables override this.
968 (Bidirectional Display): Copyedits. Introduce "bidirectional
969 reordering" terminology, and use it.
970
971 2012-03-30 Glenn Morris <rgm@gnu.org>
972
973 * edebug.texi (Jumping): Give name of `i' binding.
974
975 2012-03-28 Glenn Morris <rgm@gnu.org>
976
977 * searching.texi (Regular Expressions, Regexp Special):
978 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search):
979 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
980 (Regexp Special): Mention collation.
981 Clarify char classes with an example.
982 (Regexp Functions): Mention regexp-opt is not guaranteed.
983 Mention regexp-opt-charset.
984 (Regexp Search): Recommend against looking-back.
985 (Search and Replace): Use Texinfo recommended quote convention.
986 Add more query-replace-map items. List multi-query-replace-map items.
987
988 2012-03-27 Martin Rudalics <rudalics@gmx.at>
989
990 * windows.texi (Window History): Describe new option
991 switch-to-visible-buffer.
992
993 2012-03-27 Glenn Morris <rgm@gnu.org>
994
995 * searching.texi (String Search): Add xref to Emacs manual.
996 Copyedits. Mention the function word-search-regexp.
997 (Searching and Case): Add xref to Emacs manual. Copyedits.
998
999 * processes.texi (Network Servers): Standardize apostrophe usage.
1000
1001 * os.texi (System Environment): Copyedits. Remove some examples
1002 that do not seem useful. Mention setenv third arg.
1003 tty-erase-char does not seem to be nil under a window-system.
1004 (User Identification): Copyedits.
1005 Remove some examples that do not seem useful.
1006
1007 2012-03-26 Glenn Morris <rgm@gnu.org>
1008
1009 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
1010 (Init File): Copyedits.
1011 (Command-Line Arguments): Copyedits. Do not mention argv alias.
1012 (Killing Emacs): Copyedits.
1013 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
1014 Shorten the example, use more standard shell prompts.
1015
1016 2012-03-25 Chong Yidong <cyd@gnu.org>
1017
1018 * display.texi (Fringes): Note that fringes are shown on graphical
1019 displays only.
1020 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
1021 (Replacing Specs): Clarify example.
1022 (Manipulating Buttons): Note that button-at can return a marker.
1023 (Buttons): Minor rewrite.
1024 (Character Display): New node. Consolidate all character display
1025 related nodes into its subsections.
1026 (Usual Display): Character 127 is also affected by ctl-arrow.
1027 (Display Tables): Improve example.
1028
1029 2012-03-22 Glenn Morris <rgm@gnu.org>
1030
1031 * strings.texi (Text Comparison): Mention string-prefix-p.
1032
1033 2012-03-21 Chong Yidong <cyd@gnu.org>
1034
1035 * display.texi (The Echo Area): Add xref to Output Streams.
1036 (Displaying Messages): Improve doc of message.
1037 (Echo Area Customization, Invisible Text): Copyedits.
1038 (Invisible Text): Mention that spec comparison is done with eq.
1039 (Width): Improve doc of char-width.
1040 (Faces): Recommend using symbol instead of string for face name.
1041 Minor clarifications.
1042 (Defining Faces): Copyedits. Update face example.
1043 (Attribute Functions): Mark set-face-foreground etc as commands.
1044 (Face Remapping): Mention text-scale-adjust. Clarify
1045 face-remapping-alist and related docs.
1046 (Face Functions): Don't document make-face or copy-face.
1047
1048 2012-03-20 Chong Yidong <cyd@gnu.org>
1049
1050 * display.texi (Forcing Redisplay): Various rewrites to reflect
1051 new value of redisplay-dont-pause.
1052 (Truncation): Copyedits.
1053
1054 2012-03-20 Glenn Morris <rgm@gnu.org>
1055
1056 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
1057 Add summary table of some relevant command-line options.
1058
1059 2012-03-18 Chong Yidong <cyd@gnu.org>
1060
1061 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
1062 (Writing Emacs Primitives): Re-organize discussion of functions
1063 with variable Lisp arguments are handled. Delete an obsolete
1064 remark, previously tagged as FIXME.
1065
1066 * os.texi (Idle Timers): Minor clarification.
1067 (Idle Timers): Link to Time of Day for description of time list.
1068
1069 2012-03-18 Glenn Morris <rgm@gnu.org>
1070
1071 * os.texi (System Interface): Flow control was removed.
1072 (Startup Summary): General update.
1073 (Init File): Don't mention compiling it.
1074
1075 2012-03-17 Chong Yidong <cyd@gnu.org>
1076
1077 * os.texi (Startup Summary): Mention package loading.
1078 (Init File): Don't refer to .emacs in section title. Copyedits.
1079 (Terminal-Specific): Give a realistic example.
1080 (Command-Line Arguments): Reference Entering Emacs instead of
1081 repeating the spiel about not restarting Emacs.
1082 (Time of Day): Discuss time representation at beginning of node.
1083 (Sound Output): Copyedits.
1084
1085 * package.texi (Packaging Basics): Document package-initialize.
1086
1087 2012-03-17 Eli Zaretskii <eliz@gnu.org>
1088
1089 * frames.texi (Initial Parameters): Add an index entry for
1090 minibuffer-only frame.
1091
1092 2012-03-16 Glenn Morris <rgm@gnu.org>
1093
1094 * modes.texi (Major Mode Conventions): Mention the strange
1095 relationship between View mode and special modes. (Bug#10650)
1096
1097 2012-03-11 Chong Yidong <cyd@gnu.org>
1098
1099 * windows.texi (Window Configurations): save-window-excursion is
1100 now a macro.
1101
1102 * display.texi (Temporary Displays): with-output-to-temp-buffer is
1103 now a macro.
1104
1105 * text.texi (Fields): Minor copyedit.
1106
1107 2012-03-10 Eli Zaretskii <eliz@gnu.org>
1108
1109 * strings.texi (String Basics):
1110 * sequences.texi (Sequence Functions): Mention that `length' is
1111 not appropriate for computing the string width on display; add a
1112 cross-reference to the description of `string-width'. (Bug#10978)
1113
1114 * eval.texi (Autoloading): Minor change of wording.
1115
1116 2012-03-10 Chong Yidong <cyd@gnu.org>
1117
1118 * loading.texi (Autoload): Explicitly state which forms are
1119 processed specially (Bug#7783).
1120
1121 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
1122 non-default situation. Describe one-submenu exception (Bug#7695).
1123
1124 * nonascii.texi (Character Properties): Copyedits.
1125
1126 2012-03-08 Chong Yidong <cyd@gnu.org>
1127
1128 * text.texi (Mode-Specific Indent): Document new behavior of
1129 indent-for-tab-command. Document tab-always-indent.
1130 (Special Properties): Copyedits.
1131 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
1132 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
1133 libxml-parse-html-region.
1134
1135 2012-03-07 Glenn Morris <rgm@gnu.org>
1136
1137 * markers.texi (The Region): Briefly mention use-empty-active-region
1138 and region-active-p.
1139 (Overview of Markers): Reword garbage collection, add cross-ref.
1140 (The Mark): Tiny clarification re command loop and activate-mark-hook.
1141
1142 2012-03-07 Chong Yidong <cyd@gnu.org>
1143
1144 * text.texi (Buffer Contents): Don't duplicate explanation of
1145 region arguments from Text node. Put doc of obsolete var
1146 buffer-substring-filters back, since it is referred to.
1147 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
1148 selection by default.
1149
1150 * markers.texi (The Mark): Fix typo.
1151 (The Region): Copyedits.
1152
1153 2012-03-07 Glenn Morris <rgm@gnu.org>
1154
1155 * markers.texi (Overview of Markers): Copyedits.
1156 (Creating Markers): Update approximate example buffer size.
1157 (The Mark): Don't mention uninteresting return values.
1158
1159 2012-03-05 Chong Yidong <cyd@gnu.org>
1160
1161 * positions.texi (Text Lines): Document count-words.
1162
1163 2012-03-04 Chong Yidong <cyd@gnu.org>
1164
1165 * frames.texi (Frames): Remove little-used "terminal frame" and
1166 "window frame" terminology.
1167 (Frame Parameters, Font and Color Parameters, Initial Parameters)
1168 (Size and Position, Visibility of Frames): Callers changed.
1169 (Frames): Clarify which terminals in framep are graphical.
1170 (Initial Parameters): --geometry is not the only option which adds
1171 to initial-frame-alist.
1172 (Position Parameters): Note that icon-left and icon-top are for
1173 old window managers only.
1174 (Size Parameters): Sizes are in characters even on graphical
1175 displays.
1176 (Management Parameters): Note that window-id and outer-window-id
1177 can't really be changed, and that auto-raise isn't always obeyed.
1178 (Cursor Parameters): Document cursor-type explicitly.
1179 (Size and Position): The aliases set-screen-height and
1180 set-screen-width have been deleted.
1181 (Visibility of Frames): Mention "minimization".
1182
1183 * os.texi (Startup Summary): Minor clarifications.
1184 (Startup Summary, Suspending Emacs): Standardize on "text
1185 terminal" terminology.
1186
1187 * windows.texi (Basic Windows, Coordinates and Windows)
1188 (Coordinates and Windows):
1189 * display.texi (Refresh Screen, Line Height, Face Attributes)
1190 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
1191
1192 2012-03-04 Glenn Morris <rgm@gnu.org>
1193
1194 * abbrevs.texi: Small copyedits throughout.
1195 (Abbrev Mode): Remove this section, folding it into the top-level.
1196 (Abbrev Tables): Don't mention irrelevant return values.
1197 (Abbrev Expansion): Add cross-ref for wrapper hooks.
1198 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
1199 (Abbrev Table Properties): Update nil :regexp description.
1200
1201 2012-03-03 Glenn Morris <rgm@gnu.org>
1202
1203 * internals.texi: Change @appendix section commands to @section.
1204 (Building Emacs): Say less about CANNOT_DUMP platforms.
1205 Replace deleted eval-at-startup with custom-initialize-delay.
1206 (Pure Storage): Small changes.
1207 (Memory Usage): Copyedit.
1208 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
1209 example definitions. Give examples of things with non-nil
1210 interactive args. Mention eval_sub. Remove old info about
1211 strings and GCPRO. Mention cus-start.el.
1212 (Buffer Internals, Window Internals, Process Internals):
1213 Misc small updates and fixes for fields.
1214
1215 * tips.texi: Copyedits.
1216 (Coding Conventions): Mention autoloads.
1217 Combine partially duplicated macro items. Fix xref.
1218 Refer to Library Headers for copyright notice.
1219 (Programming Tips): edit-options is long-obsolete.
1220 (Compilation Tips): Mention loading bytecomp for byte-compile props.
1221 (Warning Tips): Mention declare-function.
1222 (Documentation Tips): Remove old info.
1223 (Comment Tips): Mention comment-dwim, not indent-for-comment.
1224 (Library Headers): General update.
1225
1226 2012-03-02 Glenn Morris <rgm@gnu.org>
1227
1228 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
1229 and relocate entry. Mention buffer-stale-function.
1230
1231 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
1232
1233 * hooks.texi (Standard Hooks): General update.
1234 Put related hooks together. Add and remove items.
1235 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
1236 * modes.texi (Hooks): Tweak cross-ref description.
1237
1238 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
1239
1240 * files.texi (Kinds of Files): The return value of file-equal-p is
1241 unspecified, if FILE1 or FILE2 does not exist.
1242
1243 2012-03-01 Glenn Morris <rgm@gnu.org>
1244
1245 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
1246
1247 * maps.texi (Standard Keymaps): General update.
1248 Remove mode-specific maps, talk about the more general keymaps.
1249 * help.texi (Help Functions): Add vindex for Helper-help-map.
1250 * keymaps.texi (Active Keymaps): Minor rephrasing.
1251
1252 2012-02-29 Glenn Morris <rgm@gnu.org>
1253
1254 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
1255
1256 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1257
1258 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
1259 Update changed behavior of file-subdir-of-p.
1260
1261 2012-02-28 Glenn Morris <rgm@gnu.org>
1262
1263 * advice.texi, anti.texi, display.texi, elisp.texi:
1264 * processes.texi, variables.texi, vol1.texi, vol2.texi:
1265 Standardize possessive apostrophe usage.
1266
1267 * locals.texi: Remove file.
1268 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
1269 Remove menu entry.
1270 * errors.texi, maps.texi: Adjust node pointers.
1271 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
1272 * makefile.w32-in (srcs):
1273 * Makefile.in (srcs): Remove locals.texi.
1274
1275 * frames.texi (Mouse Position): Fix cross-ref.
1276
1277 2012-02-27 Chong Yidong <cyd@gnu.org>
1278
1279 * buffers.texi (Creating Buffers): Clarify that
1280 generate-new-buffer uses generate-new-buffer-names.
1281 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
1282
1283 * files.texi (Directory Names): Index entry for file name abbreviations.
1284 (Relative File Names, File Name Expansion): Refer to it.
1285 (Locating Files): Move locate-user-emacs-file documentation to
1286 Standard File Names.
1287 (Standard File Names): Add locate-user-emacs-file; update examples.
1288
1289 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
1290
1291 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
1292
1293 2012-02-26 Chong Yidong <cyd@gnu.org>
1294
1295 * files.texi (Kinds of Files): Improve documentation of
1296 files-equal-p and file-subdir-of-p.
1297
1298 2012-02-26 Glenn Morris <rgm@gnu.org>
1299
1300 * intro.texi (Acknowledgements): Small changes.
1301
1302 2012-02-25 Glenn Morris <rgm@gnu.org>
1303
1304 * errors.texi: Don't try to list _all_ the error symbols.
1305 Add circular-list, cl-assertion-failed, compression-error.
1306 * elisp.texi, vol1.texi, vol2.texi:
1307 * control.texi (Error Symbols): Tweak "Standard Errors" description.
1308
1309 2012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1310
1311 * files.texi (files-equal-p, file-subdir-of-p): New,
1312 add initial documentation.
1313
1314 2012-02-25 Chong Yidong <cyd@gnu.org>
1315
1316 * files.texi (File Attributes): Document file-selinux-context.
1317 (Changing Files): Link to it.
1318 (Changing Files): Document set-file-selinux-context.
1319
1320 * backups.texi (Making Backups): Return value of backup-buffer is
1321 changed. Mention default value of backup-directory-alist.
1322 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
1323 (Auto-Saving): New minor mode behavior for auto-save-mode.
1324 (Reverting): Add defvar for revert-buffer-in-progress-p.
1325
1326 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
1327
1328 2012-02-24 Glenn Morris <rgm@gnu.org>
1329
1330 * errors.texi (Standard Errors): Mention dbus-error.
1331 For arith-error sub-classes, just use one cross-ref.
1332
1333 2012-02-23 Alan Mackenzie <acm@muc.de>
1334
1335 * modes.texi (Defining Minor Modes): Document the new keyword
1336 :after-hook.
1337
1338 2012-02-21 Chong Yidong <cyd@gnu.org>
1339
1340 * files.texi (Files): Mention magic file names as arguments.
1341 (Reading from Files): Copyedits.
1342 (File Attributes): Mention how to change file modes.
1343 (Changing Files): Use standard "file permissions" terminology.
1344 Add xref to File Attributes node.
1345 (Locating Files): Document locate-user-emacs-file.
1346 (Unique File Names): Recommend against using make-temp-name.
1347
1348 2012-02-19 Chong Yidong <cyd@gnu.org>
1349
1350 * help.texi (Documentation, Documentation Basics, Help Functions):
1351 Minor clarifications.
1352 (Accessing Documentation): Clarify what documentation-property is
1353 for. Add xref to Keys in Documentation.
1354
1355 * tips.texi (Documentation Tips): Don't recommend using * in
1356 docstrings.
1357
1358 * macros.texi (Defining Macros):
1359 * modes.texi (Derived Modes): Say "documentation string" instead
1360 of docstring.
1361
1362 2012-02-18 Chong Yidong <cyd@gnu.org>
1363
1364 * modes.texi (Tabulated List Mode): New node.
1365 (Basic Major Modes): Add xref to it.
1366
1367 * processes.texi (Process Information): Mention Process Menu mode.
1368
1369 2012-02-17 Chong Yidong <cyd@gnu.org>
1370
1371 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
1372
1373 2012-02-17 Glenn Morris <rgm@gnu.org>
1374
1375 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
1376
1377 2012-02-16 Chong Yidong <cyd@gnu.org>
1378
1379 * syntax.texi (Syntax Tables, Syntax Descriptors)
1380 (Syntax Table Functions): Copyedits.
1381 (Syntax Basics): Don't repeat the material in the preceding node.
1382 (Syntax Class Table): Use a table.
1383 (Syntax Properties): Document syntax-propertize-function and
1384 syntax-propertize-extend-region-functions.
1385 (Motion via Parsing): Clarify scan-lists. Fix indentation.
1386 (Parser State): Update for the new "c" comment style. Fix
1387 description of item 7 (comment style).
1388
1389 * modes.texi (Minor Modes): Update how mode commands should treat
1390 arguments now.
1391 (Mode Line Basics): Clarify force-mode-line-update.
1392 (Mode Line Top): Note that the example is not realistic.
1393 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
1394 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
1395 "mode line construct" instead of "mode line specification".
1396 (Syntactic Font Lock): Remove mention of obsolete variable
1397 font-lock-syntactic-keywords.
1398 (Setting Syntax Properties): Node deleted.
1399 (Font Lock Mode): Note that Font Lock mode is a minor mode.
1400 (Font Lock Basics): Note that syntactic fontification falls back
1401 on `syntax-table'.
1402 (Search-based Fontification): Emphasize that font-lock-keywords
1403 should not be set directly.
1404 (Faces for Font Lock): Avoid some confusing terminology.
1405 (Syntactic Font Lock): Minor clarifications. Add xref to
1406 Syntactic Font Lock node.
1407
1408 2012-02-15 Chong Yidong <cyd@gnu.org>
1409
1410 * minibuf.texi (Basic Completion): Define "completion table".
1411 Move completion-in-region to Completion in Buffers node.
1412 (Completion Commands): Use "completion table" terminology.
1413 (Completion in Buffers): New node.
1414
1415 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
1416 (Setting Hooks): Update minor mode usage example.
1417 (Major Mode Conventions): Note that completion-at-point-functions
1418 should be altered locally. Add xref to Completion in Buffers.
1419 Remove duplicate tip about auto-mode-alist.
1420 (Minor Modes): Rewrite introduction.
1421 (Minor Mode Conventions): Copyedits. Don't recommend
1422 variable-only minor modes since few minor modes are like that.
1423
1424 2012-02-15 Glenn Morris <rgm@gnu.org>
1425
1426 * processes.texi (Network): Document open-network-stream :parameters.
1427
1428 2012-02-14 Chong Yidong <cyd@gnu.org>
1429
1430 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
1431 was removed on 2009-09-10. Update lisp-mode-map example.
1432 (Inheritance and Keymaps): Minor clarification.
1433 (Searching Keymaps): Remove out-of-place enumeration.
1434 (Key Lookup): Remove unnecessary example (one was already given in
1435 Format of Keymaps).
1436 (Changing Key Bindings): Update suppress-keymap example.
1437 (Menu Bar, Tool Bar): Copyedits.
1438 (Tool Bar): Update tool-bar-map example.
1439
1440 2012-02-12 Chong Yidong <cyd@gnu.org>
1441
1442 * debugging.texi (Debugger Commands): Continuing is now allowed
1443 for errors.
1444
1445 2012-02-11 Chong Yidong <cyd@gnu.org>
1446
1447 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
1448 Move the list of standard bitmaps there.
1449 (Fringe Cursors): Rewrite for clarity.
1450 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
1451
1452 * commands.texi (Command Overview): Mention read-key.
1453 (Using Interactive, Interactive Call): Minor clarifications.
1454 (Function Keys, Click Events): Avoid "input stream" terminology.
1455 (Click Events): Add xref to Window Sizes and Accessing Mouse.
1456 Clarify column and row components.
1457 (Accessing Mouse): Add xref to Click Events. Minor fixes.
1458 (Special Events): Copyedits.
1459
1460 * streams.texi (Input Streams): De-document get-file-char.
1461 (Output Variables): Don't refer to old backquote syntax.
1462
1463 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
1464 (Error Debugging): Note that debug-ignored-errors overrides list
1465 values of debug-on-error too. Add xref to Signaling Errors. Note
1466 that debug-on-signal is not customizable. Mention
1467 condition-case-unless-debug.
1468 (Compilation Errors): Node deleted.
1469
1470 * compile.texi (Compiler Errors): Move a paragraph here from
1471 deleted node Compilation Errors.
1472
1473 2012-02-10 Leo Liu <sdl.web@gmail.com>
1474
1475 * control.texi (Handling Errors): Change condition-case-no-debug
1476 to condition-case-unless-debug.
1477
1478 2012-02-10 Chong Yidong <cyd@gnu.org>
1479
1480 * advice.texi (Defining Advice): Clarify ad-unadvise.
1481 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
1482 is not abnormal.
1483 (Advising Primitives): Node deleted; ad-define-subr-args has been
1484 removed.
1485
1486 * compile.texi (Speed of Byte-Code): Use float-time in example.
1487 (Compilation Functions): Note that the log uses Compilation mode.
1488 Don't discuss the contents of byte-code function object here.
1489 (Compilation Functions): De-document internal function byte-code.
1490 (Docs and Compilation): Minor clarifications.
1491
1492 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
1493 Objects.
1494
1495 2012-02-10 Glenn Morris <rgm@gnu.org>
1496
1497 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
1498 Mention secure-hash.
1499 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
1500
1501 2012-02-10 Chong Yidong <cyd@gnu.org>
1502
1503 * loading.texi (Loading): Don't emphasize "library" terminology.
1504 (Library Search): load-path is not a user option. Mention role of
1505 -L option and packages. Improve examples.
1506 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
1507 obsolete.
1508 (Autoload): Minor clarifications.
1509
1510 2012-02-10 Glenn Morris <rgm@gnu.org>
1511
1512 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
1513
1514 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
1515
1516 2012-02-08 Glenn Morris <rgm@gnu.org>
1517
1518 * loading.texi (Named Features): Update the require example.
1519
1520 2012-02-07 Glenn Morris <rgm@gnu.org>
1521
1522 * modes.texi (Defining Minor Modes):
1523 Expand on args of defined minor modes.
1524
1525 2012-02-07 Chong Yidong <cyd@gnu.org>
1526
1527 * variables.texi (Creating Buffer-Local): Minor clarification
1528 to buffer-local-variables doc (Bug#10715).
1529
1530 2012-02-07 Glenn Morris <rgm@gnu.org>
1531
1532 * display.texi (ImageMagick Images): General update.
1533 Move most details of imagemagick-render-type to the variable's doc.
1534
1535 2012-02-06 Glenn Morris <rgm@gnu.org>
1536
1537 * keymaps.texi (Tool Bar): Mention separators.
1538 (Inheritance and Keymaps):
1539 Mention make-composed-keymap and multiple inheritance.
1540
1541 * modes.texi (Running Hooks): Mention run-hook-wrapped.
1542
1543 * control.texi (Handling Errors):
1544 Mention condition-case-no-debug and with-demoted-errors.
1545
1546 2012-02-05 Chong Yidong <cyd@gnu.org>
1547
1548 * customize.texi (Common Keywords): Minor clarifications.
1549 Document custom-unlispify-remove-prefixes.
1550 (Variable Definitions): Backquotes in defcustom seem to work fine
1551 now. Various other copyedits.
1552 (Simple Types): Copyedits. Document color selector.
1553 (Composite Types): Copyedits.
1554 (Splicing into Lists): Clarifications.
1555
1556 * eval.texi (Backquote): Move from macros.texi.
1557
1558 * macros.texi (Expansion): Minor clarification.
1559 (Backquote): Move node to eval.texi.
1560 (Defining Macros): Move an example from Backquote node.
1561 (Argument Evaluation): No need to mention Pascal.
1562 (Indenting Macros): Add xref to Defining Macros.
1563
1564 2012-02-05 Glenn Morris <rgm@gnu.org>
1565
1566 * debugging.texi (Error Debugging): Mention debug-on-event default.
1567
1568 2012-02-04 Glenn Morris <rgm@gnu.org>
1569
1570 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
1571
1572 * debugging.texi (Error Debugging): Mention debug-on-event.
1573 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
1574
1575 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
1576
1577 * text.texi (Buffer Contents):
1578 Update filter-buffer-substring description.
1579
1580 2012-02-04 Chong Yidong <cyd@gnu.org>
1581
1582 * functions.texi (What Is a Function): Add closures. Mention
1583 "return value" terminology. Add xref for command-execute. Remove
1584 unused "keystroke command" terminology.
1585 (Lambda Expressions): Give a different example than in the
1586 following subsection. Add xref to Anonymous Functions.
1587 (Function Documentation): Remove gratuitous markup.
1588 (Function Names): Move introductory text to `What Is a Function'.
1589 (Defining Functions): Fix defun argument spec.
1590 (Anonymous Functions): Document lambda macro explicitly. Mention
1591 effects on lexical binding.
1592 (Function Cells): Downplay direct usage of fset.
1593 (Closures): New node.
1594 (Inline Functions): Remove "open-code" terminology.
1595 (Declaring Functions): Minor tweak; .m is not C code.
1596
1597 * variables.texi (Variables): Don't refer to "global value".
1598 (Local Variables, Void Variables): Copyedits.
1599 (Lexical Binding): Minor clarification of example.
1600 (File Local Variables): Mention :safe and :risky defcustom args.
1601 (Lexical Binding): Add xref to Closures node.
1602
1603 2012-02-04 Glenn Morris <rgm@gnu.org>
1604
1605 * minibuf.texi (High-Level Completion): Updates for read-color.
1606
1607 2012-02-03 Glenn Morris <rgm@gnu.org>
1608
1609 * display.texi (GIF Images): Mention animation.
1610 Remove commented-out old example of animation.
1611 (Animated Images): New subsection.
1612 * elisp.texi (Top):
1613 * vol1.texi (Top):
1614 * vol2.texi (Top): Add Animated Images menu entry.
1615
1616 * display.texi (Image Formats): Remove oddly specific information
1617 on versions of image libraries.
1618 (GIF Images, TIFF Images): Minor rephrasing.
1619
1620 2012-02-02 Glenn Morris <rgm@gnu.org>
1621
1622 * processes.texi (Synchronous Processes):
1623 Mention call-process's :file gets overwritten.
1624
1625 * commands.texi (Reading One Event):
1626 * help.texi (Help Functions): Document read-char-choice.
1627
1628 * hooks.texi (Standard Hooks):
1629 * modes.texi (Keymaps and Minor Modes):
1630 * text.texi (Commands for Insertion): Document post-self-insert-hook.
1631
1632 * hooks.texi (Standard Hooks): Add prog-mode-hook.
1633
1634 * hooks.texi (Standard Hooks):
1635 * modes.texi (Major Mode Conventions, Mode Hooks):
1636 Document change-major-mode-after-body-hook.
1637
1638 2012-02-01 Glenn Morris <rgm@gnu.org>
1639
1640 * modes.texi (Defining Minor Modes):
1641 Mention disabling global minor modes on a per-major-mode basis.
1642
1643 2012-01-31 Chong Yidong <cyd@gnu.org>
1644
1645 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
1646 (Parser State): Remove unnecessary statement (Bug#10661).
1647
1648 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
1649
1650 2012-01-31 Glenn Morris <rgm@gnu.org>
1651
1652 * modes.texi (Defining Minor Modes):
1653 Document define-minor-mode's new :variable keyword.
1654
1655 2012-01-29 Chong Yidong <cyd@gnu.org>
1656
1657 * syntax.texi (Syntax Class Table): Tweak description of newline
1658 char syntax (Bug#9619).
1659
1660 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
1661 description (Bug#10189).
1662
1663 2012-01-29 Glenn Morris <rgm@gnu.org>
1664
1665 * files.texi (Changing Files): Document SELinux support.
1666
1667 * windows.texi (Window Sizes): Fix typo.
1668
1669 2012-01-28 Chong Yidong <cyd@gnu.org>
1670
1671 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
1672 doc (Bug#8568).
1673
1674 * frames.texi (Input Focus): Add NORECORD arg to
1675 select-frame-set-input-focus. Clarify its role in select-frame.
1676
1677 * text.texi (Transposition): We don't use transpose-region as an
1678 internal subroutine (Bug#3249).
1679
1680 * modes.texi (Example Major Modes): Update Lisp example code to
1681 current sources. Delete the old non-derived-major-mode example,
1682 which has diverged badly from current sources.
1683
1684 2012-01-27 Glenn Morris <rgm@gnu.org>
1685
1686 * makefile.w32-in (texinputdir): Fix (presumed) typo.
1687 (VERSION, manual): Remove, unused.
1688
1689 2012-01-27 Chong Yidong <cyd@gnu.org>
1690
1691 * commands.texi (Command Overview): Minor clarification (Bug#10384).
1692
1693 2012-01-26 Chong Yidong <cyd@gnu.org>
1694
1695 * searching.texi (String Search): Document negative repeat count
1696 (Bug#10507).
1697
1698 2012-01-26 Glenn Morris <rgm@gnu.org>
1699
1700 * variables.texi (Using Lexical Binding):
1701 Mention that lexical-binding should be set in the first line.
1702
1703 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1704
1705 * macros.texi (Defining Macros): Don't claim that `declare' only
1706 affects Edebug and indentation.
1707
1708 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1709
1710 * macros.texi (Defining Macros): Slight `declare' fixup.
1711
1712 2012-01-25 Glenn Morris <rgm@gnu.org>
1713
1714 * makefile.w32-in (texinputdir):
1715 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
1716
1717 2012-01-24 Chong Yidong <cyd@gnu.org>
1718
1719 * variables.texi (Variables, Local Variables, Void Variables):
1720 Edit to make the descriptions less specific to dynamic binding.
1721 (Local Variables): Default max-specpdl-size is now 1300.
1722 (Defining Variables): Edits for lexical scoping. Delete
1723 information about starting docstrings with *. De-document
1724 user-variable-p.
1725 (Tips for Defining): Remove an unimportant discussion of quitting
1726 in the middle of a load.
1727 (Accessing Variables, Setting Variables): Discuss lexical binding.
1728 (Variable Scoping): Rewrite.
1729 (Scope, Extent, Impl of Scope): Nodes deleted.
1730 (Dynamic Binding): New node, with material from Scope, Extent, and
1731 Impl of Scope nodes.
1732 (Dynamic Binding Tips): Rename from Using Scoping.
1733 (Lexical Binding): Rewrite.
1734 (Using Lexical Binding): Rename from Converting to Lexical
1735 Binding. Convert to subsection.
1736
1737 * customize.texi (Variable Definitions): Add custom-variable-p.
1738 Move user-variable-p documentation here.
1739
1740 2012-01-23 Chong Yidong <cyd@gnu.org>
1741
1742 * strings.texi (Text Comparison): Minor qualification.
1743
1744 * lists.texi (Cons Cells): Copyedits.
1745 (List Elements): Mention push.
1746 (List Variables): Mention pop.
1747 (Rings): Move to sequences.texi.
1748
1749 * sequences.texi (Sequence Functions): Don't repeat the
1750 introduction already given in the parent.
1751 (Vectors): Copyedits.
1752 (Rings): Move from lists.texi. Note that this is specific to the
1753 ring package.
1754
1755 * symbols.texi (Definitions, Symbol Components): Mention variable
1756 scoping issues.
1757 (Plists and Alists): Copyedits.
1758
1759 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
1760 correctness with lexical scoping.
1761 (Eval): Copyedits.
1762
1763 2012-01-21 Chong Yidong <cyd@gnu.org>
1764
1765 * intro.texi (A Sample Function Description): Special notation
1766 used for macros too.
1767
1768 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
1769 (Symbol Type): Add xref for keyword symbols.
1770 (Sequence Type): Clarify differences between sequence types.
1771 (Cons Cell Type): Add "linked list" index entry.
1772 (Non-ASCII in Strings): Copyedits.
1773 (Equality Predicates): Symbols with same name need not be eq.
1774
1775 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
1776 ldexp. Move float-e and float-pi to Math Functions node.
1777
1778 2012-01-21 Glenn Morris <rgm@gnu.org>
1779
1780 * modes.texi (Auto Major Mode):
1781 * variables.texi (File Local Variables):
1782 Mention inhibit-local-variables-regexps.
1783
1784 2012-01-19 Martin Rudalics <rudalics@gmx.at>
1785
1786 * windows.texi (Window Configurations): Rewrite references to
1787 persistent window parameters.
1788 (Window Parameters): Fix description of persistent window
1789 parameters.
1790
1791 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
1792
1793 * windows.texi (Window Parameters): Use @pxref.
1794
1795 2012-01-16 Martin Rudalics <rudalics@gmx.at>
1796
1797 * windows.texi (Window Configurations, Window Parameters):
1798 Describe persistent window parameters.
1799
1800 2011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
1801
1802 * variables.texi (Creating Buffer-Local): Warn against misuses of
1803 make-variable-buffer-local (bug#10258).
1804
1805 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1806
1807 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
1808
1809 2012-01-06 Chong Yidong <cyd@gnu.org>
1810
1811 * variables.texi (Directory Local Variables): Document
1812 hack-dir-local-variables-non-file-buffer.
1813
1814 2012-01-06 Glenn Morris <rgm@gnu.org>
1815
1816 * maps.texi (Standard Keymaps): Refer to Info-edit by name
1817 rather than by keybinding.
1818
1819 2011-12-29 Juanma Barranquero <lekktu@gmail.com>
1820
1821 * frames.texi (Font and Color Parameters): Add @pxref.
1822
1823 2011-12-29 Daniel Colascione <dan.colascione@gmail.com>
1824
1825 * frames.texi (Font and Color Parameters):
1826 Document w32 font backends (bug#10399).
1827
1828 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
1829
1830 * files.texi (File Attributes, Changing Files):
1831 Use a more-natural notation for octal numbers.
1832
1833 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
1834
1835 * variables.texi (Variables with Restricted Values):
1836 Change reference to variable (bug#10354).
1837
1838 2011-12-13 Martin Rudalics <rudalics@gmx.at>
1839
1840 * windows.texi (Splitting Windows): Use t instead of non-nil
1841 when describing window-combination-resize.
1842
1843 2011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1844
1845 * text.texi (Special Properties): Warn against `intangible' properties
1846 (bug#10222).
1847
1848 2011-11-26 Eli Zaretskii <eliz@gnu.org>
1849
1850 * display.texi (Truncation):
1851 * text.texi (Special Properties): Describe what a stretch-glyph is
1852 instead of using that term without explanation. Make the
1853 cross-references more accurate.
1854
1855 * display.texi (Usual Display): Update the description,
1856 cross-references, and indexing related to display of control
1857 characters and raw bytes.
1858
1859 2011-11-25 Martin Rudalics <rudalics@gmx.at>
1860
1861 * windows.texi (Splitting Windows): Fix description of
1862 window-combination-limit. Suggested by Eli Zaretskii.
1863
1864 2011-11-23 Chong Yidong <cyd@gnu.org>
1865
1866 * windows.texi (Window Sizes): Move window-top-line,
1867 window-left-column, and window-*-pixel-edges to Coordinates and
1868 Windows node.
1869 (Coordinates and Windows): Restore window-edges doc.
1870
1871 2011-11-21 Martin Rudalics <rudalics@gmx.at>
1872
1873 * windows.texi (Windows and Frames, Splitting Windows):
1874 Fix typos.
1875
1876 2011-11-21 Chong Yidong <cyd@gnu.org>
1877
1878 * windows.texi (Splitting Windows): Fix error in documentation of
1879 window-combination-limit.
1880 (Cyclic Window Ordering): Minor fixes to next-window,
1881 one-window-p, and get-lru-window docs. Don't document
1882 window-list-1.
1883 (Buffers and Windows): Copyedits.
1884 (Choosing Window): Document special handling of special-display-*.
1885 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
1886 Don't document even-window-heights, which is going away.
1887 Clarify which options are obeyed by which action functions.
1888
1889 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1890
1891 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
1892
1893 2011-11-20 Martin Rudalics <rudalics@gmx.at>
1894
1895 * windows.texi (Resizing Windows, Splitting Windows):
1896 Remove term "status" when talking about combination limits.
1897
1898 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
1899
1900 * compile.texi (Compiler Errors):
1901 * help.texi (Help Functions): Fix typos.
1902
1903 2011-11-19 Chong Yidong <cyd@gnu.org>
1904
1905 * windows.texi (Splitting Windows): Clarify role of window
1906 parameters in split-window. Shorten the example.
1907 (Deleting Windows): Rewrite intro to handle internal windows.
1908 Fix delete-windows-on doc.
1909 (Selecting Windows): Copyedits.
1910
1911 2011-11-17 Martin Rudalics <rudalics@gmx.at>
1912
1913 * windows.texi (Resizing Windows, Splitting Windows)
1914 (Deleting Windows): Use term window-combination-resize instead
1915 of window-splits.
1916
1917 2011-11-16 Martin Rudalics <rudalics@gmx.at>
1918
1919 * windows.texi (Resizing Windows, Splitting Windows):
1920 Rename occurrences of window-nest to window-combination-limit.
1921
1922 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
1923
1924 * intro.texi (Lisp History): Fix typo.
1925
1926 2011-11-12 Martin Rudalics <rudalics@gmx.at>
1927
1928 * windows.texi (Splitting Windows, Deleting Windows):
1929 Remove references to splits status of windows.
1930
1931 2011-11-10 Glenn Morris <rgm@gnu.org>
1932
1933 * buffers.texi (Read Only Buffers): Expand a bit on why
1934 toggle-read-only should only be used interactively. (Bug#7292)
1935
1936 2011-11-09 Chong Yidong <cyd@gnu.org>
1937
1938 * windows.texi (Window Sizes): Document window-pixel-edges,
1939 window-inside-pixel-edges, window-absolute-pixel-edges, and
1940 window-inside-absolute-pixel-edges.
1941 (Resizing Windows): shrink-window-if-larger-than-buffer works on
1942 non-full-width windows.
1943
1944 2011-11-09 Martin Rudalics <rudalics@gmx.at>
1945
1946 * windows.texi (Resizing Windows): Rewrite documentation of
1947 window-resizable.
1948
1949 2011-11-09 Chong Yidong <cyd@gnu.org>
1950
1951 * windows.texi (Splitting Windows): Simplify example.
1952
1953 2011-11-08 Chong Yidong <cyd@gnu.org>
1954
1955 * windows.texi (Window Sizes): Copyedits. Document
1956 window-text-height. Remove window-min-height and window-min-width
1957 discussion, referring instead to Emacs manual.
1958 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
1959 (Resizing Windows): Simplify introduction. Don't document
1960 enlarge-window, shrink-window, enlarge-window-horizontally, and
1961 shrink-window-horizontally; they are no longer preferred for
1962 calling from Lisp, and are already documented in the Emacs manual.
1963
1964 2011-11-07 Glenn Morris <rgm@gnu.org>
1965
1966 * windows.texi (Choosing Window): Fix keybinding typo.
1967
1968 2011-11-07 Martin Rudalics <rudalics@gmx.at>
1969
1970 * windows.texi (Resizing Windows, Splitting Windows)
1971 (Window Configurations): Use "child window" instead of
1972 "subwindow".
1973
1974 2011-11-06 Chong Yidong <cyd@gnu.org>
1975
1976 * windows.texi (Basic Windows): Clarify various definitions.
1977 Treat window-normalize-* as internal; don't document them.
1978 (Windows and Frames): Various clarifications, e.g. non-live
1979 windows also belong to frames. Fix window-list description.
1980 Simplify window nesting example.
1981 (Splitting Windows, Window Configurations):
1982 Use split-window-below.
1983
1984 2011-11-04 Eli Zaretskii <eliz@gnu.org>
1985
1986 * windows.texi (Window Sizes): Mention in the doc string that the
1987 return values of `window-body-height' and `window-body-width' are
1988 in frame's canonical units. (Bug#9949)
1989
1990 2011-10-30 Martin Rudalics <rudalics@gmx.at>
1991
1992 * windows.texi (Windows and Frames): Remove "iso-" infix from
1993 documentation of window-iso-combined-p.
1994
1995 2011-10-26 Chong Yidong <cyd@gnu.org>
1996
1997 * modes.texi (Running Hooks): Document with-wrapper-hook.
1998
1999 2011-10-18 Chong Yidong <cyd@gnu.org>
2000
2001 * display.texi (Glyphless Chars): New node.
2002
2003 2011-10-13 Chong Yidong <cyd@stupidchicken.com>
2004
2005 * text.texi (Yanking): Document yank-excluded-properties.
2006
2007 * package.texi (Packaging Basics): The commentary should say how
2008 to begin using the package.
2009
2010 2011-10-11 Martin Rudalics <rudalics@gmx.at>
2011
2012 * windows.texi (Deleting Windows): Mention which window gets
2013 selected when deleting the selected window.
2014
2015 2011-10-09 Martin Rudalics <rudalics@gmx.at>
2016
2017 * buffers.texi (The Buffer List): Describe how bury-buffer deals
2018 with the selected window.
2019 * windows.texi (Buffers and Windows): Reformulate text on how
2020 replace-buffer-in-windows deals with a window.
2021 (Quitting Windows): Describe how quit-window deals with a
2022 standalone frame. Describe new option frame-auto-hide-function.
2023
2024 2011-10-08 Glenn Morris <rgm@gnu.org>
2025
2026 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
2027
2028 * positions.texi (Excursions): Update warning message.
2029
2030 2011-10-05 Chong Yidong <cyd@stupidchicken.com>
2031
2032 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
2033 Fix Emacs manual xref (Bug#9675).
2034
2035 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
2036
2037 * windows.texi (Textual Scrolling): Document scroll-up-command,
2038 scroll-down-command, scroll-error-top-bottom, and the
2039 scroll-command symbol property.
2040 (Display Action Functions): Fix description of
2041 display-buffer-pop-up-window.
2042
2043 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
2044
2045 * windows.texi (Splitting Windows): Fix typos.
2046
2047 2011-09-25 Martin Rudalics <rudalics@gmx.at>
2048
2049 * windows.texi (Windows and Frames, Display Action Functions)
2050 (Switching Buffers): Fix some typos.
2051 (Buffers and Windows): Remove reference to window-auto-delete.
2052 Reword description of replace-buffer-in-windows.
2053 (Window History): Fix some typos and refer to frame local buffer
2054 list.
2055 (Quitting Windows): New node.
2056 (Window Configurations): Add descriptions of window-state-get
2057 and window-state-put.
2058 (Window Parameters): Describe variable ignore-window-parameters.
2059 Sketch some window parameters currently in use.
2060 * elisp.texi (Top): Update node listing.
2061
2062 2011-09-25 Chong Yidong <cyd@stupidchicken.com>
2063
2064 * windows.texi (Display Action Functions)
2065 (Choosing Window Options): New nodes.
2066
2067 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
2068
2069 * windows.texi (Window History): New node. Move text here from
2070 Buffers and Windows.
2071 (Switching Buffers): Rename from Displaying Buffers, since we
2072 don't document display-buffer here; callers changed.
2073 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
2074 switch-to-buffer-other-frame. Delete duplicate
2075 replace-buffer-in-windows doc.
2076 (Choosing Window): Document display actions.
2077
2078 2011-09-24 Eli Zaretskii <eliz@gnu.org>
2079
2080 * display.texi (Forcing Redisplay): Update the description of
2081 redisplay-dont-pause due to change in the default value.
2082
2083 2011-09-23 Martin Rudalics <rudalics@gmx.at>
2084
2085 * frames.texi (Frames and Windows): Move section and rename to
2086 Windows and Frames in windows.texi.
2087 * windows.texi (Windows): Restructure.
2088 (Basic Windows): Rewrite. Explain live and internal windows and
2089 normalization functions.
2090 (Windows and Frames): Move section here from frames.texi.
2091 Describe subwindows, window combinations, window tree, and
2092 corresponding functions including window-list here.
2093 (Window Sizes): Rename section from Size of Window and move it
2094 up in chapter. Describe total and body sizes and the
2095 corresponding functions. Explain new semantics of
2096 window-min-height/-width.
2097 (Resizing Windows): Move section up in chapter. Describe new
2098 resize functions.
2099 (Splitting Windows): Describe new behavior of split-window,
2100 split-window-above-each-other and split-window-side-by-side.
2101 Provide examples. Describe window-nest and window-splits
2102 options.
2103 (Deleting Windows): Minor rewrite.
2104 (Selecting Windows): Minor rewrite.
2105 Describe frame-selected-window and set-frame-selected-window here.
2106 (Cyclic Window Ordering): Minor rewrite.
2107 Describe window-list-1.
2108 (Buffers and Windows): Rewrite. Explain a window's previous and
2109 next buffers and the corresponding functions.
2110 (Window Tree): Merge into Windows and Frames section.
2111 * elisp.texi (Top): Update node listings for frames and windows
2112 sections.
2113
2114 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2115
2116 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
2117
2118 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2119
2120 * errors.texi (Standard Errors): Remove apparent placeholder text
2121 (bug#9491).
2122
2123 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
2124
2125 * frames.texi (Management Parameters): Fix description of
2126 icon-type parameter.
2127
2128 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
2129
2130 * tips.texi (Key Binding Conventions): Don't bind a key sequence
2131 ending in C-g. Suggested by Edward O'Connor.
2132
2133 2011-09-17 Eli Zaretskii <eliz@gnu.org>
2134
2135 * numbers.texi (Integer Basics): Add indexing for
2136 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
2137
2138 2011-09-14 Dani Moncayo <dmoncayo@gmail.com>
2139
2140 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
2141
2142 2011-09-11 Juanma Barranquero <lekktu@gmail.com>
2143
2144 * processes.texi (Network Servers): Clarify what the process
2145 buffer is used for (bug#9233).
2146
2147 2011-08-30 Dani Moncayo <dmoncayo@gmail.com>
2148
2149 * lists.texi (Building Lists): Fix typo.
2150
2151 2011-08-30 Chong Yidong <cyd@stupidchicken.com>
2152
2153 * display.texi (Basic Faces): New node. Document new faces.
2154
2155 * modes.texi (Major Mode Conventions): Move some text there.
2156 (Mode Help): Remove major-mode var, duplicated in Major Modes.
2157
2158 2011-08-29 Chong Yidong <cyd@stupidchicken.com>
2159
2160 * modes.texi (Basic Major Modes): New node. Callers updated.
2161 (Major Modes): Document fundamental-mode and major-mode.
2162 (Major Mode Basics): Node deleted; text moved to Major Modes.
2163 (Derived Modes): Document derived-mode-p.
2164
2165 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
2166
2167 * files.texi (Changing Files, Create/Delete Dirs): Document new
2168 arguments for delete-file, delete-directory, and copy-directory.
2169 (Visiting Functions): Remove view-file; it is documented in the
2170 Emacs manual.
2171
2172 * frames.texi (Layout Parameters): The defaults for the
2173 menu-bar-lines and tool-bar-lines parameters depend on the mode.
2174
2175 * display.texi (Progress): Document spinner functionality.
2176
2177 * os.texi (Killing Emacs): Note that kill-emacs can be called by
2178 operating system signals. Refer to save-buffers-kill-terminal
2179 instead of save-buffers-kill-emacs.
2180
2181 * objects.texi (Symbol Type): Document ## print representation.
2182
2183 2011-08-25 Eli Zaretskii <eliz@gnu.org>
2184
2185 * display.texi (Specified Space): Mention that `space' specs
2186 influence bidi reordering.
2187 (Bidirectional Display): Explain how to use `(space . PROPS)' for
2188 separating fields with bidirectional content.
2189
2190 2011-08-24 Eli Zaretskii <eliz@gnu.org>
2191
2192 * display.texi (Bidirectional Display): Document return value in
2193 buffers that are not bidi-reordered for display, and in unibyte
2194 buffers.
2195
2196 2011-08-23 Eli Zaretskii <eliz@gnu.org>
2197
2198 * nonascii.texi (Character Properties): Document the values for
2199 unassigned codepoints.
2200
2201 2011-08-18 Eli Zaretskii <eliz@gnu.org>
2202
2203 * nonascii.texi (Character Properties): Document use of
2204 `bidi-class' and `mirroring' properties as part of reordering.
2205 Provide cross-references to "Bidirectional Display".
2206
2207 * display.texi (Bidirectional Display): Document the pitfalls of
2208 concatenating strings with bidirectional content, with possible
2209 solutions. Document bidi-string-mark-left-to-right.
2210 Mention paragraph direction in modes that inherit from prog-mode.
2211 Document use of `bidi-class' and `mirroring' properties as part of
2212 reordering.
2213
2214 2011-08-16 Eli Zaretskii <eliz@gnu.org>
2215
2216 * modes.texi (Major Mode Conventions): Improve the documentation
2217 of `mode-class' `special' modes.
2218
2219 * nonascii.texi (Character Properties): Document the `mirroring'
2220 property. Add index entries.
2221
2222 * syntax.texi (Categories): Add an example of defining a new
2223 category and category table.
2224
2225 * searching.texi (Regexp Backslash): Document how to display
2226 existing categories. Mention the possibility of adding
2227 categories, and add an xref to where this is described. Add an
2228 index entry.
2229
2230 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
2231
2232 * text.texi (Special Properties):
2233 * display.texi (Overlay Properties): Note that mouse-face cannot
2234 change the text size (Bug#8530).
2235
2236 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
2237
2238 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
2239 using setenv instead.
2240
2241 2011-07-28 Eli Zaretskii <eliz@gnu.org>
2242
2243 * display.texi (Bidirectional Display): Document the fact that
2244 bidi-display-reordering is t by default.
2245
2246 2011-07-23 Eli Zaretskii <eliz@gnu.org>
2247
2248 * display.texi (Bidirectional Display): New section.
2249
2250 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2251 Tim Cross <theophilusx@gmail.com> (tiny change)
2252 Glenn Morris <rgm@gnu.org>
2253
2254 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
2255
2256 2011-07-15 Andreas Schwab <schwab@linux-m68k.org>
2257
2258 * help.texi (Keys in Documentation): Revert last change.
2259
2260 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2261
2262 * help.texi (Keys in Documentation): Clarify that \= only quotes
2263 the next character, and doesn't affect longer sequences in
2264 particular (bug#8935).
2265
2266 * debugging.texi (Using Debugger):
2267 Mention @code{eval-expression-debug-on-error} (bug#8549).
2268
2269 2011-07-14 Eli Zaretskii <eliz@gnu.org>
2270
2271 * display.texi (Other Display Specs): Document that `left-fringe'
2272 and `right-fringe' display specifications are of the "replacing"
2273 kind.
2274
2275 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2276
2277 * help.texi (Documentation Basics): Add a link to the Function
2278 Documentation node (bug#6580).
2279
2280 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2281
2282 * keymaps.texi (Menu Bar): Mention :visible and :enable
2283 (bug#6344). Text by Drew Adams.
2284
2285 * modes.texi (Running Hooks): Mention buffer-local hook variables
2286 (bug#6218).
2287
2288 * objects.texi (General Escape Syntax): "a with grave accent" is
2289 ?xe0, not ?x8e0 (bug#5259).
2290
2291 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
2292
2293 * display.texi (Face Attributes, Font Selection): Add references
2294 to the Fonts node in the Emacs manual (Bug#4178).
2295
2296 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
2297
2298 * display.texi (Window Systems): `window-system' is
2299 terminal-local.
2300
2301 * frames.texi (Frame Parameters, Parameter Access): Don't mention
2302 frame-local variables.
2303
2304 * variables.texi (Buffer-Local Variables): Don't mention obsolete
2305 frame-local variables.
2306 (Frame-Local Variables): Node deleted.
2307
2308 * elisp.texi (Top): Update node listing.
2309
2310 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2311
2312 * elisp.texi: Change "inferiors" to "subnodes" in three places
2313 (bug#3523).
2314
2315 2011-07-11 Chong Yidong <cyd@stupidchicken.com>
2316
2317 * frames.texi (Window System Selections): Discussion of
2318 x-select-enable-clipboard moved to Emacs manual.
2319
2320 2011-07-11 Deniz Dogan <deniz@dogan.se>
2321
2322 * commands.texi (Prefix Command Arguments): Remove excessive
2323 apostrophe.
2324
2325 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2326
2327 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
2328 description is a string (bug#3313).
2329
2330 * frames.texi (Display Feature Testing): Try to explain what all
2331 the visual classes mean (bug#3042).
2332
2333 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2334
2335 * modes.texi (Mode Line Variables): Document `mode-line-remote'
2336 and `mode-line-client' (bug#2974).
2337
2338 * text.texi (Insertion): Clarify marker movements (bug#1651).
2339 Text from Drew Adams.
2340
2341 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2342
2343 * text.texi (Special Properties): Clarify the format of `face'
2344 (bug#1375).
2345
2346 * commands.texi (Interactive Call): Add a `call-interactively'
2347 example (bug#1010).
2348
2349 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2350
2351 * functions.texi (Calling Functions): Link to the "Interactive
2352 Call" node (bug#1001).
2353
2354 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
2355
2356 * customize.texi (Composite Types): Move alist and plist to here
2357 from Simple Types (Bug#7545).
2358
2359 * elisp.texi (Top): Update menu description.
2360
2361 * display.texi (Face Attributes): Document negative line widths
2362 (Bug#6113).
2363
2364 2011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
2365
2366 * searching.texi (Match Data): Note that match data can be
2367 overwritten by most functions (bug#2499).
2368
2369 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2370
2371 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
2372 flags mean (bug#6659).
2373
2374 * functions.texi (What Is a Function): Document the autoload
2375 object (bug#6496).
2376
2377 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2378
2379 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
2380 is only used in the Customize user interface (bug#6089).
2381
2382 * display.texi (Showing Images): Mention the point of sliced
2383 images (bug#7836).
2384
2385 2011-07-02 Eli Zaretskii <eliz@gnu.org>
2386
2387 * variables.texi (Defining Variables, Void Variables)
2388 (Constant Variables): Fix incorrect usage of @kindex.
2389
2390 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2391
2392 * variables.texi (Defining Variables): Add an index entry for
2393 `set-variable' (bug#7262).
2394 (Defining Variables): Use @findex for functions.
2395
2396 * frames.texi (Basic Parameters): Document the `explicit-name'
2397 parameter (bug#6951).
2398
2399 * customize.texi (Type Keywords): Clarify that :value provides a
2400 default value for all types (bug#7386).
2401
2402 * streams.texi (Output Functions): Document `pp'.
2403
2404 2011-06-25 Chong Yidong <cyd@stupidchicken.com>
2405
2406 * keymaps.texi (Searching Keymaps):
2407 * display.texi (Overlay Properties): Fix errors in 2011-05-29
2408 change. Suggested by Johan Bockgård.
2409
2410 2011-06-15 Chong Yidong <cyd@stupidchicken.com>
2411
2412 * text.texi (Special Properties): Clarify role of font-lock-face.
2413
2414 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2415
2416 * processes.texi (Process Information): Rename `process-alive-p'
2417 to `process-live-p' for consistency with other `-live-p' functions.
2418
2419 2011-06-03 Paul Eggert <eggert@cs.ucla.edu>
2420
2421 Document wide integers better.
2422 * files.texi (File Attributes): Document ino_t values better.
2423 ino_t values no longer map to anything larger than a single cons.
2424 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
2425 (Bitwise Operations):
2426 * objects.texi (Integer Type): Use a binary notation that is a bit easier
2427 to read, and that will port better if 62-bits becomes the default.
2428 Fix or remove incorrect examples.
2429 * os.texi (Time Conversion): Document time_t values better.
2430
2431 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2432
2433 * processes.texi (Process Information):
2434 Document `process-alive-p'.
2435
2436 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
2437
2438 * help.texi (Accessing Documentation):
2439 * display.texi (Pixel Specification):
2440 * processes.texi (Serial Ports, Serial Ports):
2441 * nonascii.texi (Character Properties, Default Coding Systems):
2442 * text.texi (Changing Properties, Special Properties):
2443 * windows.texi (Window Start and End):
2444 * modes.texi (SMIE Indentation Example, SMIE Tricks):
2445 * keymaps.texi (Searching Keymaps, Tool Bar):
2446 * minibuf.texi (Basic Completion):
2447 * compile.texi (Eval During Compile):
2448 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
2449 7x9 paper in printed manual.
2450
2451 * lists.texi (Sets And Lists): Fix misplaced text.
2452
2453 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
2454
2455 * keymaps.texi (Remapping Commands): Emphasize that the keymap
2456 needs to be active (Bug#8350).
2457
2458 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
2459
2460 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
2461
2462 * tips.texi (Coding Conventions): Remove antediluvian filename
2463 limit recommendation (Bug#8538).
2464
2465 2011-05-27 Glenn Morris <rgm@gnu.org>
2466
2467 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
2468
2469 2011-05-26 Glenn Morris <rgm@gnu.org>
2470
2471 * variables.texi (File Local Variables):
2472 Update hack-local-variables `mode-only' return value.
2473 Add some more details on what this function does in the other case.
2474
2475 2011-05-19 Glenn Morris <rgm@gnu.org>
2476
2477 * lists.texi (Sets And Lists): Mention cl provides union etc.
2478
2479 2011-05-19 Nix <nix@esperi.org.uk>
2480
2481 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
2482
2483 * text.texi (Parsing HTML): Update for function name changes.
2484
2485 * syntax.texi (Syntax Flags): Small fix.
2486
2487 * keymaps.texi (Active Keymaps): Typo fix.
2488 (Changing Key Bindings): Grammar fix.
2489
2490 * frames.texi (Minibuffers and Frames): Grammar fix.
2491 (Window System Selections): x-select-enable-clipboard now defaults to t.
2492
2493 * customize.texi (Common Keywords):
2494 * display.texi (Abstract Display):
2495 * modes.texi (Auto-Indentation):
2496 * nonascii.texi (Converting Representations): Typo fixes.
2497
2498 * control.texi (Examples of Catch): Call it "goto" not "go to".
2499
2500 2011-05-14 Eli Zaretskii <eliz@gnu.org>
2501
2502 * nonascii.texi (Character Properties): Fix inconsistencies with
2503 implementation.
2504
2505 * text.texi (Special Properties): Move @defvar's out of the
2506 @table. (Bug#8652)
2507
2508 2011-05-12 Glenn Morris <rgm@gnu.org>
2509
2510 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
2511
2512 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2513
2514 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
2515 (Multiline Font Lock):
2516 * vol2.texi (Top):
2517 * vol1.texi (Top):
2518 * elisp.texi (Top): Update menu accordingly.
2519
2520 2011-05-12 Drew Adams <drew.adams@oracle.com>
2521
2522 * modes.texi (Region to Fontify): Fix typo.
2523
2524 2011-05-10 Jim Meyering <meyering@redhat.com>
2525
2526 * minibuf.texi: Fix typo "in in -> in".
2527
2528 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
2529
2530 * numbers.texi (Integer Basics): Large integers are treated as floats.
2531
2532 2011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2533
2534 * processes.texi (Synchronous Processes): Document the (:file
2535 "/file-name") syntax for `call-process'.
2536
2537 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
2538
2539 * windows.texi (Choosing Window): Fix typo.
2540
2541 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
2542
2543 * frames.texi (Layout Parameters): Note the difference between
2544 querying and setting parameters for left-fringe and right-fringe
2545 (Bug#6930).
2546
2547 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2548
2549 * minibuf.texi (Basic Completion): Be a bit more precise about the
2550 valid kinds of completion tables.
2551 (Programmed Completion): Remove obsolete text about lambda expressions
2552 not being valid completion tables.
2553
2554 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
2555
2556 * positions.texi (Excursions): Explain the "save-excursion
2557 defeated by set-buffer" warning.
2558
2559 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
2560 save-excursion. Suggested by Uday S Reddy.
2561
2562 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
2563
2564 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
2565 (Lexical Binding): New sub-section.
2566
2567 * eval.texi (Eval): Discourage the use of `eval'.
2568 Document its new `lexical' argument.
2569
2570 2011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2571
2572 * commands.texi (Command Overview): `post-command-hook' is not reset to
2573 nil any more.
2574
2575 2011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2576
2577 * strings.texi (String Conversion): Don't mention
2578 string-make-(uni|multi)byte (bug#8262).
2579 * nonascii.texi (Converting Representations): Fix up range.
2580 * keymaps.texi (Key Binding Commands): Update code point, avoid
2581 "unibyte character" and remove mention of unibyte bindings.
2582
2583 2011-03-10 Eli Zaretskii <eliz@gnu.org>
2584
2585 * modes.texi (Operator Precedence Grammars): Don't use characters
2586 outside ISO-8859-1.
2587
2588 2011-03-09 Eli Zaretskii <eliz@gnu.org>
2589
2590 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
2591
2592 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
2593
2594 2011-03-08 Glenn Morris <rgm@gnu.org>
2595
2596 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
2597 * intro.texi (Acknowledgements): Names to UTF-8.
2598 * elisp.texi: Set documentencoding.
2599
2600 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
2601
2602 * Version 23.3 released.
2603
2604 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
2605
2606 * package.texi: Update index keywords.
2607 (Package Archives): New node contents. Document package-x.el.
2608
2609 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
2610
2611 * makefile.w32-in (srcs): Add package.texi.
2612
2613 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
2614
2615 * package.texi (Packaging, Packaging Basics, Simple Packages)
2616 (Multi-file Packages): Expand and clarify.
2617 (Package Archives): Temporary placeholder node.
2618
2619 * elisp.texi (Top): Update node listing.
2620
2621 * Makefile.in (srcs): Add package.texi.
2622
2623 2011-03-05 Chong Yidong <cyd@stupidchicken.com>
2624
2625 * processes.texi (Synchronous Processes): Minor clarification
2626 (Bug#8149).
2627
2628 2011-03-03 Glenn Morris <rgm@gnu.org>
2629
2630 * files.texi (Truenames): Minor clarification. (Bug#2341)
2631
2632 2011-03-01 Glenn Morris <rgm@gnu.org>
2633
2634 * variables.texi (Directory Local Variables):
2635 Mention `(subdirs . nil)' alist element.
2636
2637 2011-02-28 Glenn Morris <rgm@gnu.org>
2638
2639 * variables.texi (Directory Local Variables): Mention the optional
2640 mtime argument of dir-locals-set-directory-class. (Bug#3577)
2641
2642 2011-02-27 Chong Yidong <cyd@stupidchicken.com>
2643
2644 * minibuf.texi (Minibuffer History): Clarify discussion of
2645 minibuffer history lists (Bug#8085).
2646
2647 2011-02-19 Eli Zaretskii <eliz@gnu.org>
2648
2649 * elisp.texi: Sync @dircategory with ../../info/dir.
2650
2651 * files.texi (Visiting Functions): Document find-file-literally,
2652 both the command and the variable.
2653
2654 * variables.texi (Creating Buffer-Local): Explain the meaning of
2655 permanent local variables.
2656
2657 * files.texi (Visiting Functions): Document find-file-literally,
2658 both the command and the variable.
2659
2660 * variables.texi (Creating Buffer-Local): Explain the meaning of
2661 permanent local variables.
2662
2663 2011-02-19 Glenn Morris <rgm@gnu.org>
2664
2665 * keymaps.texi (Remapping Commands): Mention how to undo it.
2666
2667 2011-02-09 Reuben Thomas <rrt@sc3d.org>
2668
2669 * loading.texi (Hooks for Loading): Remove unnecessary advice
2670 about eval-after-load (Bug#7986).
2671
2672 2011-02-05 Chong Yidong <cyd@stupidchicken.com>
2673
2674 * commands.texi (Accessing Mouse): Note that a header line is not
2675 included in the row of posn-col-row.
2676
2677 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
2678
2679 * modes.texi (Major Mode Conventions): Add face guidelines.
2680 (Faces for Font Lock): List faces in order of prominence.
2681
2682 2011-02-01 Paul Eggert <eggert@cs.ucla.edu>
2683
2684 format-time-string now supports subsecond time stamp resolution
2685 * os.texi (Time Parsing): Document %N.
2686
2687 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
2688
2689 * vol1.texi (Top):
2690 * vol2.texi (Top):
2691 * elisp.texi (Top):
2692 * display.texi (Display Property): Shorten the menu description of
2693 the "Other Display Specs" node (Bug#7816).
2694
2695 * keymaps.texi (Defining Menus): Add "menu item" and "extended
2696 menu item" concept index entries (Bug#7805).
2697
2698 2011-01-29 Eli Zaretskii <eliz@gnu.org>
2699
2700 * makefile.w32-in (texinfodir): New variable.
2701 (usermanualdir): Remove as redundant with $(emacsdir).
2702 (MAKEINFO): Remove options, leave only program name.
2703 (MAKEINFO_OPTS): New variable.
2704 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
2705
2706 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
2707 Richard Kim <emacs18@gmail.com>
2708
2709 * loading.texi (Library Search): Document list-load-path-shadows
2710 (Bug#7757).
2711
2712 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
2713
2714 * searching.texi (Regexp Special): Remove outdated discussion of
2715 character sets (Bug#7780).
2716
2717 * frames.texi (Pop-Up Menus): Document where menu title comes
2718 from (Bug#7684).
2719
2720 2011-01-25 Glenn Morris <rgm@gnu.org>
2721
2722 * display.texi (Making Buttons): Mention limitation of text buttons.
2723
2724 2011-01-23 Werner Lemberg <wl@gnu.org>
2725
2726 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2727 (MAKEINFO_OPTS): New variable. Use it where appropriate.
2728 (ENVADD): New variable to control texi2dvi and texi2pdf.
2729
2730 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
2731
2732 * files.texi (Directory Names): Move directory-abbrev-alist doc to
2733 Emacs manual.
2734
2735 2011-01-15 Eli Zaretskii <eliz@gnu.org>
2736
2737 * files.texi (Directory Names): Explain why FROM in
2738 directory-abbrev-alist should begin with \`. (Bug#7777)
2739
2740 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2741
2742 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
2743
2744 2011-01-02 Eli Zaretskii <eliz@gnu.org>
2745
2746 * modes.texi (Emulating Mode Line): Fix last change.
2747
2748 2011-01-02 Eli Zaretskii <eliz@gnu.org>
2749
2750 * modes.texi (Emulating Mode Line): Update documentation of
2751 format-mode-line according to changes that fixed bug #7587.
2752
2753 2010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
2754
2755 * modes.texi (Derived Modes): Mention prog-mode.
2756
2757 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
2758 of the key-binding-data cache since we don't use it any more.
2759
2760 2010-12-13 Eli Zaretskii <eliz@gnu.org>
2761
2762 * processes.texi (Shell Arguments):
2763 * strings.texi (Creating Strings): Don't mention "shell commands";
2764 make it explicit that `split-string-and-unquote' and
2765 `combine-and-quote-strings' are mainly for working with arguments
2766 to call-process and start-process.
2767
2768 * processes.texi (Shell Arguments): Fix documentation of
2769 `split-string-and-unquote'. Add indexing. (Bug#7563)
2770
2771 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2772
2773 * modes.texi (Auto-Indentation): New section to document SMIE.
2774 (Major Mode Conventions):
2775 * text.texi (Mode-Specific Indent): Refer to it.
2776
2777 2010-12-13 Eli Zaretskii <eliz@gnu.org>
2778
2779 * display.texi (Other Display Specs): Document left-fringe and
2780 right-fringe display specs.
2781
2782 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2783
2784 * backups.texi (Making Backups):
2785 * modes.texi (Example Major Modes): Use recommended coding style.
2786 (Major Mode Basics, Derived Modes): Encourge more strongly use of
2787 define-derived-mode. Mention completion-at-point-functions.
2788
2789 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
2790
2791 * nonascii.texi (Converting Representations):
2792 Document byte-to-string.
2793
2794 2010-12-08 Glenn Morris <rgm@gnu.org>
2795
2796 * buffers.texi (Modification Time):
2797 verify-visited-file-modtime now defaults to the current buffer.
2798
2799 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
2800
2801 * nonascii.texi (Converting Representations): Document byte-to-string.
2802
2803 * strings.texi (Creating Strings): Don't mention semi-obsolete
2804 function char-to-string.
2805 (String Conversion): Shorten discussion of semi-obsolete function
2806 string-to-char. Link to Converting Representations.
2807
2808 * objects.texi (Symbol Type):
2809 * text.texi (Near Point):
2810 * help.texi (Help Functions):
2811 * functions.texi (Mapping Functions): Use string instead of
2812 char-to-string in examples.
2813
2814 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
2815
2816 * text.texi (Kill Functions, Kill Functions)
2817 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
2818 YANK-HANDLER args.
2819
2820 * symbols.texi (Creating Symbols): Using unintern without an
2821 obarray arg is now obsolete.
2822
2823 * numbers.texi (Float Basics): Document float-e and float-pi.
2824
2825 * variables.texi (Defining Variables): Change "pi" example to
2826 "float-pi".
2827
2828 2010-11-26 Eli Zaretskii <eliz@gnu.org>
2829
2830 * commands.texi (Click Events): Document the values of X, Y and
2831 COL, ROW in the event's position, when the click is on the header
2832 or mode line, on the fringes, or in the margins.
2833
2834 2010-11-17 Eli Zaretskii <eliz@gnu.org>
2835
2836 * customize.texi (Composite Types): Lower-case index entry.
2837
2838 * loading.texi (How Programs Do Loading):
2839 Document load-file-name. (Bug#7346)
2840
2841 2010-11-17 Glenn Morris <rgm@gnu.org>
2842
2843 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
2844
2845 2010-11-13 Eli Zaretskii <eliz@gnu.org>
2846
2847 * display.texi (Usual Display): Characters with no fonts are not
2848 necessarily displayed as empty boxes.
2849
2850 2010-10-31 Glenn Morris <rgm@gnu.org>
2851
2852 * maps.texi (Standard Keymaps): Update File menu description.
2853
2854 2010-10-28 Glenn Morris <rgm@gnu.org>
2855
2856 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
2857
2858 2010-10-24 Eli Zaretskii <eliz@gnu.org>
2859
2860 * display.texi (Window Systems): Deprecate use of window-system as
2861 a predicate.
2862
2863 2010-10-23 Glenn Morris <rgm@gnu.org>
2864
2865 * help.texi (Documentation Basics): Remove mentions of digest-doc and
2866 sorted-doc.
2867
2868 2010-10-15 Eli Zaretskii <eliz@gnu.org>
2869
2870 * os.texi (Dynamic Libraries): New node, with slightly modified
2871 text deleted from "Image Formats".
2872 (System Interface): Add @menu entry for "Dynamic Libraries".
2873
2874 * display.texi (Image Formats): Remove description of
2875 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
2876
2877 2010-10-12 Glenn Morris <rgm@gnu.org>
2878
2879 * book-spine.texinfo: Rename to book-spine.texi.
2880
2881 2010-10-11 Glenn Morris <rgm@gnu.org>
2882
2883 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
2884
2885 * Makefile.in (DVIPS): New variable.
2886 (.PHONY): Add html, ps.
2887 (html, elisp.html, ps, elisp.ps): New targets.
2888 (clean): Delete html, ps files.
2889 ($(infodir)/elisp): Remove unnecessary includes.
2890
2891 2010-10-09 Eli Zaretskii <eliz@gnu.org>
2892
2893 * makefile.w32-in (emacsdir): New variable.
2894 (srcs): Add emacsver.texi.
2895 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
2896
2897 2010-10-09 Glenn Morris <rgm@gnu.org>
2898
2899 * Makefile.in (VPATH): Remove.
2900 (infodir): Make it absolute.
2901 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
2902
2903 * Makefile.in (dist): Anchor regexps.
2904
2905 * Makefile.in (srcs): Put elisp.texi first.
2906 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
2907
2908 * Makefile.in (infoclean): Remove harmless, long-standing error.
2909
2910 * Makefile.in ($(infodir)): Delete rule.
2911 (mkinfodir): New.
2912 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
2913
2914 * Makefile.in (dist): Remove reference to emacsver.texi.in.
2915 Also copy emacsver.texi, and edit $emacsdir.
2916
2917 2010-10-09 Glenn Morris <rgm@gnu.org>
2918
2919 * Makefile.in (emacsdir): New variable.
2920 (MAKEINFO): Add -I $emacsdir.
2921 (dist): Copy emacsver.texi.
2922 (srcs): Add emacsver.texi.
2923
2924 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
2925 Set EMACSVER by including emacsver.texi.
2926
2927 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
2928
2929 2010-10-07 Glenn Morris <rgm@gnu.org>
2930
2931 * Makefile.in (version): New, set by configure.
2932 (clean): Delete dist tar file.
2933 (dist): Use version in tar name.
2934
2935 2010-10-06 Glenn Morris <rgm@gnu.org>
2936
2937 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
2938 (INSTALL_INFO): Remove unused variable.
2939 (mostlyclean, infoclean, dist): New rules.
2940 (clean): Delete dvi and pdf files.
2941 (maintainer-clean): Remove elisp.oaux, use infoclean.
2942 ($(infodir)): Add parallel build workaround.
2943
2944 2010-10-04 Glenn Morris <rgm@gnu.org>
2945
2946 * Makefile.in (dvi, pdf, $(infodir)): New targets.
2947 ($(infodir)/elisp): Ensure target directory exists. Use $@.
2948 Fix -I typo.
2949 (clean): No 'make.out' or 'core' files.
2950 (.PHONY): Declare clean rules.
2951 (maintainer-clean): Delete pdf file. Guard against cd failures.
2952
2953 2010-10-03 Glenn Morris <rgm@gnu.org>
2954
2955 * files.texi (File Name Components): Remove ignored section about
2956 deleted variable directory-sep-char.
2957
2958 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
2959
2960 * files.texi (Magic File Names): New defopt
2961 remote-file-name-inhibit-cache.
2962
2963 2010-10-02 Glenn Morris <rgm@gnu.org>
2964
2965 * os.texi (Killing Emacs): Hook now runs in batch mode.
2966
2967 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
2968
2969 * text.texi (Special Properties): Clarify when modification-hooks run.
2970
2971 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2972
2973 * syntax.texi (Syntax Flags): Document new `c' flag.
2974
2975 2010-09-09 Glenn Morris <rgm@gnu.org>
2976
2977 * display.texi (ImageMagick Images): General cleanup.
2978
2979 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2980
2981 * files.texi (Directory Names): Use \` rather than ^.
2982
2983 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
2984
2985 * text.texi (Low-Level Kill Ring):
2986 * frames.texi (Window System Selections): Remove cut buffer
2987 documentation.
2988
2989 2010-08-28 Eli Zaretskii <eliz@gnu.org>
2990
2991 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
2992 Parameters", where the default fringe width is described.
2993
2994 * frames.texi (Window Frame Parameters, Basic Parameters)
2995 (Position Parameters, Layout Parameters, Management Parameters)
2996 (Cursor Parameters, Font and Color Parameters): Add indexing for
2997 frame parameters. (Bug#6929)
2998
2999 2010-08-25 Tom Tromey <tromey@redhat.com>
3000
3001 * vol2.texi (Top): Update.
3002 * vol1.texi (Top): Update.
3003 * tips.texi (Library Headers): Mention Package-Version and
3004 Package-Requires.
3005 * package.texi: New file.
3006 * os.texi (System Interface): Update pointers.
3007 * elisp.texi (Top): Link to new nodes. Include package.texi.
3008 * anti.texi (Antinews): Update pointers.
3009
3010 2010-08-25 Eli Zaretskii <eliz@gnu.org>
3011
3012 * processes.texi (Filter Functions): Fix last change.
3013
3014 2010-08-24 Markus Triska <triska@gmx.at>
3015
3016 * processes.texi (Filter Functions): Use `buffer-live-p' instead
3017 of `buffer-name' in the main text as well as in the example
3018 (Bug#3098).
3019
3020 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
3021
3022 * nonascii.texi (Text Representations):
3023 * loading.texi (Loading Non-ASCII):
3024 * compile.texi (Byte Compilation): Don't mention obsolete
3025 --unibyte command-line argument.
3026
3027 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
3028
3029 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
3030
3031 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
3032
3033 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
3034
3035 2010-08-20 Eli Zaretskii <eliz@gnu.org>
3036
3037 * commands.texi (Misc Events): Add cross-references to where
3038 POSITION of a mouse event is described in detail.
3039
3040 2010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
3041
3042 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
3043
3044 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
3045
3046 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
3047 Suggested by Štěpán Němec <stepnem@gmail.com>.
3048
3049 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
3050
3051 * minibuf.texi (High-Level Completion): Document args of
3052 `read-buffer-function' (bug#5625).
3053
3054 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
3055
3056 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
3057
3058 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
3059
3060 * processes.texi (Process Information): Explain process property
3061 `remote-tty'.
3062
3063 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
3064
3065 * modes.texi (Defining Minor Modes): Use C-delete in examples,
3066 instead of "\C-\^?" (bug#6334).
3067
3068 * text.texi (Special Properties): Fix typo.
3069
3070 2010-07-09 Eli Zaretskii <eliz@gnu.org>
3071
3072 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
3073 calling sequences, which are now the standard.
3074
3075 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
3076
3077 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
3078
3079 * commands.texi (Command Overview): Mention undo-boundary call.
3080
3081 2010-06-23 Glenn Morris <rgm@gnu.org>
3082
3083 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
3084 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
3085 * frames.texi, functions.texi, internals.texi, keymaps.texi:
3086 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
3087 * searching.texi, sequences.texi, strings.texi, syntax.texi:
3088 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
3089 Untabify Texinfo files.
3090
3091 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
3092
3093 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
3094
3095 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
3096
3097 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
3098
3099 2010-06-02 Chong Yidong <cyd@stupidchicken.com>
3100
3101 * searching.texi (Regexp Special): Remove obsolete information
3102 about matching non-ASCII characters, and suggest using char
3103 classes (Bug#6283).
3104
3105 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
3106
3107 * minibuf.texi (Basic Completion): Add missing "@end defun".
3108
3109 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3110
3111 * minibuf.texi (Basic Completion): Document completion-boundaries.
3112 (Programmed Completion): Document the new fourth method for boundaries.
3113
3114 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
3115
3116 * display.texi (Image Cache): Update documentation about image caching.
3117
3118 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
3119
3120 * windows.texi (Textual Scrolling):
3121 * tips.texi (Coding Conventions):
3122 * minibuf.texi (Minibuffer History):
3123 * maps.texi (Standard Keymaps):
3124 * loading.texi (Where Defined):
3125 * edebug.texi (Instrumenting): Fix typos.
3126
3127 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
3128
3129 * keymaps.texi (Menu Bar): Document :advertised-binding property.
3130
3131 * functions.texi (Obsolete Functions):
3132 Document set-advertised-calling-convention.
3133
3134 * minibuf.texi (Basic Completion): Document completion-in-region.
3135 (Programmed Completion): Document completion-annotate-function.
3136
3137 * commands.texi (Reading One Event): Document read-key.
3138 (Distinguish Interactive): Document KIND arg to
3139 called-interactively-p. Delete obsolete interactive-p.
3140
3141 * elisp.texi (Top): Update node description.
3142
3143 2010-05-08 Eli Zaretskii <eliz@gnu.org>
3144
3145 * nonascii.texi (Character Properties):
3146 Document unicode-category-table. Add an index entry for Unicode
3147 general category.
3148
3149 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
3150
3151 * Version 23.2 released.
3152
3153 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
3154
3155 * locals.texi (Standard Buffer-Local Variables):
3156 Remove @ignore'd reference to `direction-reversed'.
3157
3158 2010-04-14 Juri Linkov <juri@jurta.org>
3159
3160 Fix @deffn without category.
3161
3162 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
3163 for `abbrev-insert'.
3164
3165 * buffers.texi (Indirect Buffers): Add category `Command'
3166 to @deffn of `clone-indirect-buffer'.
3167
3168 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
3169 for `next-window' and `previous-window'. Add category `Command'
3170 to @deffn of `pop-to-buffer'.
3171
3172 2010-04-01 Chong Yidong <cyd@stupidchicken.com>
3173
3174 * nonascii.texi (Text Representations): Don't mark
3175 enable-multibyte-characters as a user option.
3176
3177 2010-03-31 Eli Zaretskii <eliz@gnu.org>
3178
3179 * control.texi (Handling Errors): How to re-throw a signal caught
3180 by condition-case.
3181
3182 2010-03-26 Chong Yidong <cyd@stupidchicken.com>
3183
3184 * loading.texi (Hooks for Loading): Document after-load-functions.
3185 Copyedits.
3186
3187 2010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
3188
3189 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
3190
3191 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
3192
3193 * processes.texi (Network Processes): Document seqpacket type.
3194
3195 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3196
3197 * os.texi (System Environment): Do not mention lynxos.
3198
3199 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
3200
3201 * Branch for 23.2.
3202
3203 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
3204
3205 * objects.texi (Integer Type): Take note of the read syntax
3206 exception for numbers that cannot fit in the integer type.
3207
3208 2010-03-03 Glenn Morris <rgm@gnu.org>
3209
3210 * numbers.texi (Integer Basics, Bitwise Operations):
3211 * objects.texi (Integer Type): Update for integers now being 30-bit.
3212
3213 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
3214
3215 * display.texi (Low-Level Font): Document :otf font-spec property.
3216
3217 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3218
3219 * display.texi (Line Height): Avoid obsolete special default variables
3220 like default-major-mode.
3221
3222 2010-01-28 Alan Mackenzie <acm@muc.de>
3223
3224 * display.texi (Auto Faces): Say fontification-functions is called
3225 whether or not Font Lock is enabled. Tidy up the wording a bit.
3226
3227 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
3228
3229 * elisp.texi: Remove duplicate edition information (Bug#5407).
3230
3231 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
3232
3233 * two.el (volume-header-toc-markup): Fix typos in docstring.
3234
3235 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3236
3237 Avoid dubious uses of save-excursions.
3238 * positions.texi (Excursions): Recommend the use of
3239 save-current-buffer if applicable.
3240 * text.texi (Clickable Text): Fix the example code which used
3241 save-excursion in a naive way which sometimes preserves point and
3242 sometimes not.
3243 * variables.texi (Creating Buffer-Local):
3244 * os.texi (Session Management):
3245 * display.texi (GIF Images):
3246 * control.texi (Cleanups): Use (save|with)-current-buffer.
3247
3248 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3249
3250 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
3251
3252 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
3253
3254 * nonascii.texi (Text Representations, Character Codes)
3255 (Converting Representations, Explicit Encoding)
3256 (Translation of Characters): Use hex notation consistently.
3257 (Character Sets): Fix map-charset-chars doc (Bug#5197).
3258
3259 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
3260
3261 * loading.texi (Where Defined): Make it clearer that these are
3262 loaded files (Bug#5068).
3263
3264 2009-12-29 Chong Yidong <cyd@stupidchicken.com>
3265
3266 * minibuf.texi (Completion Styles): Document `initials' style.
3267
3268 2009-12-25 Chong Yidong <cyd@stupidchicken.com>
3269
3270 * frames.texi (Resources): Describe inhibit-x-resources.
3271 (Size Parameters): Copyedit.
3272
3273 * hash.texi (Creating Hash):
3274 * objects.texi (Hash Table Type): Document the new hash table
3275 printed representation.
3276
3277 * minibuf.texi (Basic Completion): 4th arg to all-completions is
3278 obsolete.
3279
3280 * processes.texi (Process Buffers):
3281 Document process-kill-buffer-query-function.
3282
3283 2009-12-05 Glenn Morris <rgm@gnu.org>
3284
3285 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
3286 diary-display-function, and no longer recommended to be a hook.
3287 Update for changes in the names of calendar and diary hooks.
3288 diary-print-entries-hook has changed section.
3289
3290 2009-11-28 Eli Zaretskii <eliz@gnu.org>
3291
3292 * text.texi (Special Properties): More accurate description of
3293 what the `cursor' property does.
3294
3295 2009-11-26 Kevin Ryde <user42@zip.com.au>
3296
3297 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
3298 mouse-wheel-down-event, the closest thing to a definition for them.
3299 * os.texi (Startup Summary): vindex inhibit-startup-message and
3300 inhibit-splash-screen.
3301 (Command-Line Arguments): vindex argv.
3302 (Suspending Emacs): vindex suspend-tty-functions and
3303 resume-tty-functions. Don't want to index every hook, but having
3304 the programming ones is helpful.
3305
3306 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
3307
3308 * commands.texi (Motion Events): Fix typo (Bug#4907).
3309
3310 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
3311
3312 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
3313 are affected by case-fold-search (Bug#4483).
3314
3315 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
3316
3317 * minibuf.texi (Reading File Names): Note that read-file-name may
3318 use a graphical file dialog.
3319
3320 2009-10-31 Glenn Morris <rgm@gnu.org>
3321
3322 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
3323
3324 2009-10-16 Kevin Ryde <user42@zip.com.au>
3325
3326 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
3327 in particular so `info-lookup-symbol' can find its docs.
3328
3329 2009-10-16 Chong Yidong <cyd@stupidchicken.com>
3330
3331 * variables.texi (Constant Variables): Distinguish from defconst
3332 variables.
3333 (Defining Variables): Add cindex.
3334
3335 2009-10-15 Chong Yidong <cyd@stupidchicken.com>
3336
3337 * os.texi (Time of Day): Clarify that the microsecond part is
3338 ignored (Bug#4637).
3339
3340 2009-10-11 Glenn Morris <rgm@gnu.org>
3341
3342 * frames.texi (Size and Position): Clarify what is included in the frame
3343 height. (Bug#4535)
3344
3345 2009-10-10 Glenn Morris <rgm@gnu.org>
3346
3347 * windows.texi (Size of Window): The relationship between window and
3348 frame heights is not so simple. (Bug#4535)
3349 Mention window-full-height-p.
3350
3351 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3352
3353 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
3354 used from Lisp.
3355
3356 2009-10-07 Eli Zaretskii <eliz@gnu.org>
3357
3358 * files.texi (Directory Names) <abbreviate-file-name>:
3359 Document that root home directories are not replaced with "~".
3360
3361 2009-10-06 Eli Zaretskii <eliz@gnu.org>
3362
3363 * text.texi (Special Properties): Document the meaning of the
3364 `cursor' text property whose value is an integer.
3365
3366 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
3367
3368 * files.texi (Magic File Names): Add `copy-directory'.
3369
3370 2009-10-05 Eli Zaretskii <eliz@gnu.org>
3371
3372 * files.texi (File Attributes): Fix description of file
3373 attributes. (Bug#4638) Update attributes of files.texi example to
3374 be more representative.
3375
3376 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
3377
3378 * files.texi (Create/Delete Dirs): New command copy-directory.
3379
3380 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
3381
3382 * anti.texi (Antinews):
3383 * macros.texi (Indenting Macros):
3384 * strings.texi (Creating Strings, Case Conversion):
3385 Remove duplicate words.
3386
3387 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
3388
3389 * files.texi (Create/Delete Dirs): delete-directory has an
3390 optional parameter RECURSIVE.
3391
3392 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3393
3394 * buffers.texi (Swapping Text): Minor clarification.
3395
3396 2009-10-01 Glenn Morris <rgm@gnu.org>
3397
3398 * functions.texi (Declaring Functions): Mention that we also search for
3399 ".m" files in the src/ directory.
3400
3401 2009-09-25 David Engster <deng@randomsample.de>
3402
3403 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
3404
3405 2009-09-22 Glenn Morris <rgm@gnu.org>
3406
3407 * internals.texi (Building Emacs): Mention preloaded-file-list.
3408
3409 2009-09-14 Alan Mackenzie <acm@muc.de>
3410
3411 * os.texi (Terminal Output): Put "@code{}" around "stdout".
3412
3413 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
3414
3415 * functions.texi (Anonymous Functions): Rearrange discussion,
3416 giving usage of unquoted lambda forms first. Mention that
3417 `function' and `#'' are no longer required (Bug#4290).
3418
3419 2009-09-11 Alan Mackenzie <acm@muc.de>
3420
3421 * os.texi (Terminal Output): Document `send-string-to-terminal' in
3422 batch mode.
3423
3424 2009-09-01 Glenn Morris <rgm@gnu.org>
3425
3426 * display.texi (Face Functions): Mention define-obsolete-face-alias.
3427
3428 2009-08-26 Ulrich Mueller <ulm@gentoo.org>
3429
3430 * nonascii.texi (Character Codes): Fix typos.
3431
3432 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
3433
3434 * processes.texi (Synchronous Processes): New defvar
3435 process-file-side-effects.
3436
3437 2009-08-25 Glenn Morris <rgm@gnu.org>
3438
3439 * display.texi (Fontsets): Fix typo.
3440
3441 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
3442
3443 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
3444
3445 * processes.texi (Asynchronous Processes): Adjust arglist of
3446 start-process-shell-command and start-file-process-shell-command.
3447
3448 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
3449
3450 * advice.texi (Argument Access in Advice): Note that argument
3451 positions are zero-based (Bug#3932).
3452
3453 * commands.texi (Distinguish Interactive): Minor copyedit.
3454
3455 * display.texi (Face Attributes): Add xref to Displaying Faces for
3456 explanation of "underlying face".
3457
3458 * customize.texi (Common Keywords): Add xref to Loading.
3459
3460 * loading.texi (How Programs Do Loading): Add xref to Lisp
3461 Libraries node in the Emacs manual.
3462
3463 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
3464
3465 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
3466
3467 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
3468
3469 * processes.texi (Shell Arguments): Copyedits.
3470
3471 2009-07-18 Glenn Morris <rgm@gnu.org>
3472
3473 * loading.texi (Repeated Loading): Fix typo.
3474
3475 2009-07-16 Richard Stallman <rms@gnu.org>
3476
3477 * buffers.texi (Swapping Text): Recommend setting
3478 write-region-annotate-functions and buffer-saved-size.
3479
3480 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
3481
3482 2009-07-15 Glenn Morris <rgm@gnu.org>
3483
3484 * edebug.texi: Minor re-phrasings throughout.
3485 (Edebug Execution Modes): Sit-for affects continue mode too.
3486 (Jumping): Use `forward-sexp' rather than its keybinding.
3487 (Edebug Misc): Fix Q binding.
3488 (Edebug Eval): Remove cl version.
3489 (Printing in Edebug): Clarify print-length etc.
3490 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
3491 (Specification List): Remove edebug-unwrap findex entry.
3492 (Specification Examples): defmacro is actually not the same as defun.
3493 Escape "`" in example.
3494
3495 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
3496
3497 * markers.texi (The Mark): Document optional arg to
3498 deactivate-mark.
3499
3500 2009-07-11 Kevin Ryde <user42@zip.com.au>
3501
3502 * hooks.texi (Standard Hooks): Fix cross-references.
3503
3504 * loading.texi (Named Features): Refer to eval-after-load.
3505
3506 2009-07-11 Glenn Morris <rgm@gnu.org>
3507
3508 * Makefile.in (TEXI2PDF): New.
3509 (elisp.pdf): New target.
3510
3511 * searching.texi (Regexp Backslash): Fix typo.
3512
3513 * elisp.texi (Top): Display copyright notice at start of non-TeX.
3514
3515 2009-07-10 Glenn Morris <rgm@gnu.org>
3516
3517 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
3518
3519 * customize.texi (Customization Types):
3520 * display.texi (Abstract Display):
3521 * objects.texi (Character Type, String Type):
3522 Merge in some menu descriptions from elisp.texi.
3523
3524 * hash.texi (Hash Tables):
3525 * modes.texi (Multiline Font Lock):
3526 End menu description with period.
3527
3528 2009-07-09 Glenn Morris <rgm@gnu.org>
3529
3530 * back.texi: Don't hard-code texinfo location.
3531
3532 * two-volume.make (texinfodir): New, with location of texinfo.tex.
3533 (tex): Add texinfodir to TEXINPUTS.
3534 (elisp1med-init, elisp2med-init): Use texinfodir.
3535
3536 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
3537 (clean): Add two-volume.make intermediate files.
3538
3539 * elisp.texi, vol1.texi, vol2.texi:
3540 Use a DATE variable with the publication date, and update it.
3541 Fix antinews menu description.
3542
3543 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
3544 Update the detailed node listing to match elisp.texi.
3545
3546 * README: Update edition to match elisp.texi.
3547
3548 * objects.texi (General Escape Syntax):
3549 * nonascii.texi (Character Sets):
3550 Use consistent case for "Unicode Standard".
3551
3552 * anti.texi (Antinews):
3553 * customize.texi (Variable Definitions):
3554 * functions.texi (Declaring Functions):
3555 * nonascii.texi (Character Properties):
3556 * processes.texi (Serial Ports):
3557 * text.texi (Special Properties):
3558 * tips.texi (Coding Conventions):
3559 Minor rearrangements to improve TeX line-filling.
3560
3561 * commands.texi (Using Interactive): Fix cross-reference.
3562
3563 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
3564
3565 * frames.texi (Management Parameters): Mention sticky.
3566
3567 2009-07-01 Andreas Schwab <aschwab@redhat.com>
3568
3569 * help.texi (Help Functions): Fix description of help-buffer and
3570 help-setup-xref to use @defun instead of @deffn.
3571
3572 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
3573
3574 * frames.texi (Size Parameters): Mention maximized for fullscreen.
3575
3576 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
3577
3578 * display.texi (Window Systems): Add ns to the list.
3579
3580 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
3581
3582 * Branch for 23.1.
3583
3584 2009-06-17 Martin Rudalics <rudalics@gmx.at>
3585
3586 * windows.texi (Dedicated Windows): Fix typo.
3587 (Resizing Windows): Replace @defun by @deffn.
3588
3589 2009-06-17 Glenn Morris <rgm@gnu.org>
3590
3591 * variables.texi (Directory Local Variables):
3592 Update for 2009-04-11 name-change of dir-locals-directory-alist.
3593
3594 2009-06-09 Kenichi Handa <handa@m17n.org>
3595
3596 * nonascii.texi (Character Sets): State clearly that FROM and TO
3597 are codepoints of CHARSET.
3598
3599 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
3600
3601 * minibuf.texi (Reading File Names): Fix introductory text.
3602 Suggested by stan@derbycityprints.com.
3603 (High-Level Completion): Fix typo.
3604
3605 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
3606
3607 * frames.texi (Text Terminal Colors): Multi-tty is already
3608 implemented, but tty-local colors are not.
3609
3610 2009-05-27 Chong Yidong <cyd@stupidchicken.com>
3611
3612 * hooks.texi (Standard Hooks): Remove mention of obsolete
3613 redisplay-end-trigger-functions.
3614
3615 * internals.texi (Window Internals): Remove mention of obsolete
3616 redisplay-end-trigger-functions.
3617
3618 2009-05-21 Martin Rudalics <rudalics@gmx.at>
3619
3620 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
3621
3622 * backups.texi (Making Backups): backup-directory-alist and
3623 make-backup-file-name-function are options.
3624 (Auto-Saving): auto-save-list-file-prefix is an option.
3625
3626 * buffers.texi (Killing Buffers): buffer-offer-save is an
3627 option.
3628
3629 * display.texi (Refresh Screen): no-redraw-on-reenter is an
3630 option.
3631 (Echo Area Customization): echo-keystrokes is an option.
3632 (Selective Display): selective-display-ellipses is an option.
3633 (Temporary Displays): temp-buffer-show-function is an option.
3634 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
3635 are options.
3636 (Font Selection): face-font-family-alternatives,
3637 face-font-selection-order, face-font-registry-alternatives, and
3638 scalable-fonts-allowed are options.
3639 (Fringe Indicators): indicate-buffer-boundaries is an option.
3640 (Fringe Cursors): overflow-newline-into-fringe is an option.
3641 (Scroll Bars): scroll-bar-mode is an option.
3642
3643 * eval.texi (Eval): max-lisp-eval-depth is an option.
3644
3645 * files.texi (Visiting Functions): find-file-hook is an option.
3646 (Directory Names): directory-abbrev-alist is an option.
3647 (Unique File Names): temporary-file-directory and
3648 small-temporary-file-directory are options.
3649
3650 * frames.texi (Initial Parameters): initial-frame-alist,
3651 minibuffer-frame-alist and default-frame-alist are options.
3652 (Cursor Parameters): blink-cursor-alist and
3653 cursor-in-non-selected-windows ar options.
3654 (Window System Selections): selection-coding-system is an
3655 option.
3656 (Display Feature Testing): display-mm-dimensions-alist is an
3657 option.
3658
3659 * help.texi (Help Functions): help-char and help-event-list are
3660 options.
3661
3662 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
3663 an option.
3664
3665 * minibuf.texi (Minibuffer History): history-length and
3666 history-delete-duplicates are options.
3667 (High-Level Completion): read-buffer-function and
3668 read-buffer-completion-ignore-case are options.
3669 (Reading File Names): read-file-name-completion-ignore-case is
3670 an option.
3671
3672 * modes.texi (Mode Line Top): mode-line-format is an option.
3673 (Mode Line Variables): mode-line-position and mode-line-modes
3674 are options.
3675
3676 * nonascii.texi (Text Representations):
3677 enable-multibyte-characters is an option.
3678 (Default Coding Systems): auto-coding-regexp-alist,
3679 file-coding-system-alist, auto-coding-alist and
3680 auto-coding-functions are options.
3681 (Specifying Coding Systems): inhibit-eol-conversion is an
3682 option.
3683
3684 * os.texi (Init File): site-run-file is an option.
3685 (System Environment): mail-host-address is an option.
3686 (User Identification): user-mail-address is an option.
3687 (Terminal Output): baud-rate is an option.
3688
3689 * positions.texi (Word Motion): words-include-escapes is an
3690 option.
3691
3692 * searching.texi (Standard Regexps): page-delimiter,
3693 paragraph-separate, paragraph-separate and sentence-end are
3694 options.
3695
3696 * text.texi (Margins): left-margin and fill-nobreak-predicate
3697 are options.
3698
3699 * variables.texi (Local Variables): max-specpdl-size is an
3700 option.
3701
3702 * windows.texi (Choosing Window):
3703 split-window-preferred-function, special-display-function and
3704 display-buffer-function are options.
3705
3706 2009-05-20 Chong Yidong <cyd@stupidchicken.com>
3707
3708 Fix errors spotted by Martin Rudalics.
3709
3710 * syntax.texi (Position Parse): Document rationale for ignored
3711 arguments to syntax-ppss-flush-cache.
3712
3713 * processes.texi (Input to Processes): Mark PROCESS arg to
3714 process-running-child-p as optional.
3715 (Network Options): Document NO-ERROR arg to
3716 set-network-process-option.
3717
3718 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
3719 command.
3720
3721 * searching.texi (POSIX Regexps): Mark posix-search-forward and
3722 posix-search-backward as commands.
3723
3724 * os.texi (Killing Emacs): Mark kill-emacs as a command.
3725 (Suspending Emacs): Mark suspend-emacs as a command.
3726 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
3727 commands.
3728 (Terminal Output): Remove obsolete function baud-rate.
3729 Document TERMINAL arg for send-string-to-terminal.
3730
3731 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
3732 terminal-coding-system and set-terminal-coding-system.
3733 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
3734 as optional.
3735 (Character Sets): Document RESTRICTION arg of char-charset.
3736 (Character Codes): Mark POS argument to get-byte as optional.
3737
3738 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
3739 minibuffer-message.
3740
3741 * files.texi (Create/Delete Dirs): Mark make-directory and
3742 delete-directory as commands.
3743
3744 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
3745
3746 * text.texi (Base 64): Mark base64-decode-string and
3747 base64-encode-string as commands.
3748 (Columns): Mark move-to-column as a command.
3749 (Mode-Specific Indent): Document RIGID arg to
3750 indent-for-tab-command.
3751 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
3752 Mark indent-code-rigidly as a command.
3753 (Substitution): Mark translate-region as a command.
3754
3755 * frames.texi (Size and Position): Remove obsolete functions
3756 screen-height and screen-width.
3757
3758 2009-05-19 Chong Yidong <cyd@stupidchicken.com>
3759
3760 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
3761 (Displaying Buffers, Resizing Windows): Correct mistakes;
3762 next-window, previous-window, and pop-to-buffer are not commands,
3763 and fit-window-to-buffer" is a command. (Pointed out by Martin
3764 Rudalics.)
3765
3766 2009-05-17 Richard M Stallman <rms@gnu.org>
3767
3768 * modes.texi (Precalculated Fontification): Clarify text.
3769
3770 2009-05-17 Martin Rudalics <rudalics@gmx.at>
3771
3772 * windows.texi (Selecting Windows): Clarify descriptions of
3773 with-selected-window and get-lru-window.
3774 (Cyclic Window Ordering): Refer to particular frame when talking
3775 about how splitting affects the ordering.
3776 (Displaying Buffers): Fix descriptions of switch-to-buffer and
3777 switch-to-buffer-other-window. Explain how setting of
3778 display-buffer-reuse-frames affects pop-to-buffer.
3779 (Choosing Window): Clarify some details in descriptions of
3780 display-buffer-reuse-frames, pop-up-frames, and
3781 pop-up-frame-function.
3782 (Dedicated Windows): Clarify some details.
3783 (Textual Scrolling): Replace term vscroll by term vertical
3784 scroll position.
3785 (Vertical Scrolling): Fix typo.
3786 (Window Hooks): Relate text on jit-lock-register to window
3787 scrolling and size changes.
3788
3789 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
3790
3791 * frames.texi (Initial Parameters): Clarify what the initial
3792 minibuffer frame is.
3793 (Buffer Parameters): Note that the minibuffer parameter can not be
3794 altered.
3795
3796 * anti.texi (Antinews): Copyedits. Rearrange some entries.
3797 Document display-buffer changes.
3798
3799 2009-05-13 Chong Yidong <cyd@stupidchicken.com>
3800
3801 * anti.texi (Antinews): Rewrite for Emacs 22.
3802
3803 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
3804 obarrays are first mentioned. Define "system abbrev" more
3805 prominently, and add it to the index.
3806 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
3807 Copyedits.
3808 (Abbrev Expansion): Document abbrev-insert.
3809
3810 2009-05-12 Chong Yidong <cyd@stupidchicken.com>
3811
3812 * frames.texi (Font and Color Parameters): Rename from Color
3813 Parameters. Document font-backend parameter.
3814
3815 * vol2.texi (Top): Update node listing.
3816 * vol1.texi (Top): Update node listing.
3817 * elisp.texi (Top): Update node listing.
3818
3819 2009-05-11 Martin Rudalics <rudalics@gmx.at>
3820
3821 * windows.texi (Choosing Window): Don't explicitly refer to
3822 split-window-sensibly's window argument in descriptions of
3823 split-height-threshold and split-width-threshold.
3824
3825 2009-05-10 Martin Rudalics <rudalics@gmx.at>
3826
3827 * windows.texi (Choosing Window): Fix rewrite of window
3828 splitting section.
3829
3830 2009-05-09 Eli Zaretskii <eliz@gnu.org>
3831
3832 * nonascii.texi (Default Coding Systems):
3833 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
3834 Add indexing.
3835 (Lisp and Coding Systems): Add index entries.
3836
3837 2009-05-09 Martin Rudalics <rudalics@gmx.at>
3838
3839 * windows.texi (Choosing Window): Describe split-window-sensibly
3840 and rewrite section on window splitting accordingly.
3841 (Textual Scrolling): Replace `...' by @code{...}.
3842
3843 2009-05-04 Chong Yidong <cyd@stupidchicken.com>
3844
3845 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
3846 Remove obsoleted pre-abbrev-expand-hook.
3847
3848 * locals.texi (Standard Buffer-Local Variables): Consolidate table
3849 entries.
3850
3851 * internals.texi (Object Internals): Don't assume 32-bit machines
3852 are the norm.
3853 (Buffer Internals): Consolidate table entries for readability.
3854 (Window Internals): Synch field names to window.h.
3855 (Process Internals): Synch field names to process.h.
3856
3857 2009-04-29 Chong Yidong <cyd@stupidchicken.com>
3858
3859 * variables.texi (File Local Variables): Note that read-circle is
3860 bound to nil when reading file-local variables.
3861
3862 * streams.texi (Input Functions): Document read-circle.
3863 (Output Variables): Add xref to Circular Objects.
3864
3865 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
3866
3867 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
3868 Features and Coding System Basics. Node that "p" stands for
3869 "predicate". Recommend utf-8-emacs instead of emacs-mule.
3870 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
3871 mouse-appearance-menu.
3872 (Programming Tips): Add xref to Progress.
3873
3874 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
3875
3876 * os.texi (Command-Line Arguments):
3877 Document command-line-args-left.
3878 (Suspending Emacs): Adapt text to multi-tty case. Document use of
3879 terminal objects for tty arguments.
3880 (Startup Summary): Add xref to Session Management.
3881 (Session Management): Mention emacs-session-restore. Copyedits.
3882
3883 2009-04-20 Chong Yidong <cyd@stupidchicken.com>
3884
3885 * os.texi (Startup Summary): Copyedits. The init file is not
3886 necessarily named .emacs now. Document initial-buffer-choice and
3887 initial-scratch-message. Note where Emacs exits in batch mode.
3888 Document inhibit-splash-screen as an alias.
3889 (Init File): Be neutral about which init file name to use.
3890
3891 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
3892
3893 * os.texi (System Interface): Fix Texinfo usage.
3894
3895 2009-04-15 Chong Yidong <cyd@stupidchicken.com>
3896
3897 * searching.texi (Regexp Backslash): Also refer to shy groups as
3898 non-capturing or unnumbered groups.
3899 (Regexp Functions): Add cross-reference to Regexp Backslash.
3900
3901 * display.texi (Truncation): Overlays can use line-prefix and
3902 wrap-prefix too.
3903 (Overlay Properties): Document wrap-prefix and line-prefix.
3904 (Face Attributes): Document underline-minimum-offset.
3905 (Face Remapping): Copyedits.
3906 (Low-Level Font): Copyedits.
3907 (Image Cache): Note that the image cache is shared between frames.
3908 (Line Height): Emphasize that line-spacing only takes effect on
3909 graphical terminals.
3910
3911 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
3912
3913 * display.texi (Refresh Screen): Note that a passage about screen
3914 refreshing is text terminal only.
3915 (Forcing Redisplay): Delete misleading comment---sit-for calls
3916 redisplay, not the other way around.
3917 (Truncation): Note new values of truncate-partial-width-windows.
3918 Copyedits.
3919 (Invisible Text): Document invisible-p.
3920
3921 2009-04-11 Eli Zaretskii <eliz@gnu.org>
3922
3923 * display.texi (Overlays): Overlays don't scale well. See
3924 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
3925
3926 2009-04-10 Chong Yidong <cyd@stupidchicken.com>
3927
3928 * syntax.texi (Syntax Table Functions): Document cons cell
3929 argument for modify-syntax-entry.
3930 (Categories): Document cons cell argument for
3931 modify-category-entry.
3932
3933 * searching.texi (String Search): Document word-search-forward-lax
3934 and word-search-backward-lax.
3935 (Searching and Case): Describe isearch behavior more precisely.
3936
3937 * keymaps.texi (Tool Bar): Mention that some platforms do not
3938 support multi-line toolbars. Suggested by Stephen Eglen.
3939
3940 * frames.texi (Layout Parameters): Mention that Nextstep also
3941 allows only one tool-bar line. Suggested by Stephen Eglen.
3942
3943 * nonascii.texi (Text Representations): Copyedits.
3944 (Coding System Basics): Also mention utf-8-emacs.
3945 (Converting Representations, Selecting a Representation)
3946 (Scanning Charsets, Translation of Characters, Encoding and I/O):
3947 Copyedits.
3948 (Character Codes): Mention role of codepoints 1114112 to 4194175.
3949
3950 2009-04-09 Chong Yidong <cyd@stupidchicken.com>
3951
3952 * text.texi (Yank Commands): Note that yank uses push-mark.
3953 (Filling): Clarify REGION argument of fill-paragraph.
3954 Document fill-forward-paragraph-function.
3955 (Special Properties): Remove "new in Emacs 22" declaration.
3956 (Clickable Text): Merge with Links and Mouse-1 node.
3957
3958 * display.texi (Button Properties, Button Buffer Commands):
3959 Change xref to Clickable Text.
3960
3961 * tips.texi (Key Binding Conventions): Change xref to Clickable
3962 Text.
3963
3964 * elisp.texi (Top): Update node listing.
3965
3966 2009-04-05 Chong Yidong <cyd@stupidchicken.com>
3967
3968 * markers.texi (The Mark): Copyedits. Improve description of
3969 handle-shift-selection.
3970 (The Region): Move use-region-p here from The Mark.
3971
3972 * positions.texi (Screen Lines): Document (cols . lines) argument
3973 for vertical-motion.
3974
3975 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
3976
3977 * frames.texi (Frames): Clean up introduction. Document `ns'
3978 return value for framep.
3979 (Creating Frames): Note how the terminal is chosen.
3980 (Multiple Terminals, Multiple Displays): Merge into a single node.
3981 (Color Parameters): Fix typo.
3982
3983 * variables.texi (Local Variables, Buffer-Local Variables)
3984 (Creating Buffer-Local): Change link to Multiple Terminals.
3985
3986 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
3987
3988 * keymaps.texi (Controlling Active Maps): Change link to Multiple
3989 Terminals.
3990
3991 * commands.texi (Command Loop Info, Keyboard Macros): Change link
3992 to Multiple Terminals.
3993
3994 * elisp.texi (Top): Update node listing.
3995 * vol2.texi (Top): Update node listing.
3996 * vol1.texi (Top): Update node listing.
3997
3998 * buffers.texi (Current Buffer): Note that the append-to-buffer
3999 example is no longer in synch with the latest code. Tie the two
4000 examples together.
4001
4002 * files.texi (File Attributes): Move note about MS-DOS from
4003 Changing Files to File Attributes.
4004 (Create/Delete Dirs): Note that mkdir is an alias for this.
4005
4006 2009-04-01 Markus Triska <triska@gmx.at>
4007
4008 * processes.texi (Filter Functions): Suggest how to handle output
4009 batches.
4010
4011 2009-03-30 Chong Yidong <cyd@stupidchicken.com>
4012
4013 * help.texi (Accessing Documentation): Update example to use
4014 help-setup-xref and with-help-window.
4015 (Help Functions): Remove print-help-return-message, which is
4016 semi-obsolete due to with-help-window. Document help-buffer and
4017 help-setup-xref.
4018
4019 2009-03-29 Chong Yidong <cyd@stupidchicken.com>
4020
4021 * help.texi (Accessing Documentation, Help Functions):
4022 Remove information about long-obsolete Emacs versions.
4023
4024 * modes.texi (Mode Line Variables): The default values of the mode
4025 line variables are now more complicated.
4026
4027 2009-03-28 Chong Yidong <cyd@stupidchicken.com>
4028
4029 * modes.texi (Major Mode Conventions): Note that specialness is
4030 inherited.
4031 (Derived Modes): Note that define-derive-mode sets the mode-class
4032 property.
4033
4034 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
4035 goto-map. Add search-map to the list.
4036
4037 2009-03-27 Eli Zaretskii <eliz@gnu.org>
4038
4039 * os.texi (System Environment): Update the list of system-type
4040 values.
4041
4042 * markers.texi (The Mark) <handle-shift-selection>: Update for
4043 removal of the optional argument DEACTIVATE.
4044
4045 2009-03-25 Chong Yidong <cyd@stupidchicken.com>
4046
4047 * commands.texi (Focus Events): Most X window managers don't use
4048 focus-follows-mouse nowadays.
4049
4050 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
4051
4052 * commands.texi (Defining Commands): Clarify introduction.
4053 (Using Interactive): Not that interactive can be put in a symbol
4054 property.
4055 (Interactive Call): Note that a symbol with a non-nil
4056 interactive-form property satisfies commandp.
4057
4058 2009-03-23 Juanma Barranquero <lekktu@gmail.com>
4059
4060 * minibuf.texi (Intro to Minibuffers): Fix typos.
4061
4062 2009-03-23 Chong Yidong <cyd@stupidchicken.com>
4063
4064 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
4065 about minibuffers in old Emacs versions. Copyedits.
4066 Emphasize that enable-recursive-minibuffers defaults to nil.
4067 (Text from Minibuffer): Simplify introduction.
4068
4069 2009-03-22 Alan Mackenzie <acm@muc.de>
4070
4071 * commands.texi (Using Interactive): Clarify string argument to
4072 `interactive' - even promptless elements need \n separators.
4073
4074 2009-03-18 Chong Yidong <cyd@stupidchicken.com>
4075
4076 * minibuf.texi (Completion Styles): New node.
4077
4078 * elisp.texi (Top): Update node listing.
4079
4080 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
4081
4082 * minibuf.texi (Basic Completion): Note that
4083 read-file-name-completion-ignore-case and
4084 read-buffer-completion-ignore-case can override
4085 completion-ignore-case.
4086 (Minibuffer Completion): Document completing-read changes.
4087 (Completion Commands): Avoid mentioning partial completion mode.
4088 Document minibuffer-completion-confirm changes, and
4089 minibuffer-confirm-exit-commands.
4090 (High-Level Completion): Document new require-match behavior for
4091 read-buffer. Document read-buffer-completion-ignore-case.
4092 (Reading File Names): Document new require-match behavior for
4093 read-file-name.
4094
4095 2009-03-14 Chong Yidong <cyd@stupidchicken.com>
4096
4097 * debugging.texi (Error Debugging): Don't mislead the reader into
4098 thinking that debug-on-error enters debugger for C-f at EOB.
4099 (Error Debugging): Setting debug-on-init within the init file
4100 works, and has for some time.
4101
4102 2009-03-13 Kenichi Handa <handa@m17n.org>
4103
4104 * display.texi (Fontsets): Update the description.
4105
4106 2009-03-13 Chong Yidong <cyd@stupidchicken.com>
4107
4108 * advice.texi (Advising Primitives): Link to What Is a Function.
4109
4110 2009-03-12 Chong Yidong <cyd@stupidchicken.com>
4111
4112 * compile.texi (Speed of Byte-Code): Update example.
4113 (Disassembly): Update examples.
4114
4115 * loading.texi (Repeated Loading): Simplify examples.
4116
4117 * customize.texi (Common Keywords): It's not necessary to use :tag
4118 to remove hyphens, as custom-unlispify-tag-name does it
4119 automatically.
4120 (Variable Definitions): Link to File Local Variables.
4121 Document customized-value symbol property.
4122 (Customization Types): Move menu to end of node.
4123
4124 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
4125
4126 * macros.texi (Compiling Macros): Omit misleading sentence, which
4127 implied that macros can only be used in the same file they are
4128 defined.
4129 (Backquote): Remove obsolete information about Emacs 19.
4130
4131 2009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
4132
4133 * display.texi (Display Margins): Fix paren typo.
4134
4135 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
4136
4137 * elisp.texi (Top): Update node listing.
4138
4139 * variables.texi (Variables): Clarify introduction.
4140 (Global Variables): Mention that setq is a special form.
4141 (Local Variables): Use active voice.
4142 (Tips for Defining): Mention marking variables as safe.
4143 (Buffer-Local Variables): Mention terminal-local and frame-local
4144 variables together.
4145 (File Local Variables): Copyedits.
4146 (Frame-Local Variables): Note that they are not really useful.
4147 (Future Local Variables): Node deleted.
4148
4149 * objects.texi (General Escape Syntax): Update explanation of
4150 Unicode escape syntax.
4151
4152 2009-02-23 Chong Yidong <cyd@stupidchicken.com>
4153
4154 * control.texi (Control Structures): Add cindex entry for "textual
4155 order".
4156
4157 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
4158 instead of "expression" throughout.
4159 (Function Indirection): Copyedits. Use active voice.
4160 (Eval): The default value of max-lisp-eval-depth is now 400.
4161
4162 2009-02-23 Miles Bader <miles@gnu.org>
4163
4164 * processes.texi (System Processes): Rename `system-process-attributes'
4165 to `process-attributes'.
4166
4167 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
4168
4169 * symbols.texi (Property Lists): Emphasize that property lists are
4170 not restricted to symbol cells.
4171 (Other Plists): Copyedit.
4172
4173 * sequences.texi (Sequences Arrays Vectors): Make introduction
4174 more concise.
4175 (Arrays): Mention char-tables and bool-vectors too.
4176 (Vectors): Don't repeat information given in Arrays node. Link to
4177 nodes that explain the vector usage examples.
4178 (Char-Tables): Note that char-table elements can have arbitrary
4179 type. Explain effect of omitted char-table-extra-slots property.
4180 Link to Property Lists node.
4181
4182 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
4183
4184 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
4185 `append'.
4186 (List Elements): Copyedits.
4187
4188 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
4189 of `vconcat'.
4190
4191 * strings.texi (Creating Strings): Copyedits. Remove obsolete
4192 Emacs 20 usage of `concat'.
4193 (Case Conversion): Copyedits.
4194
4195 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
4196
4197 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
4198 Minor edits.
4199 (Frame Configuration Type): Emphasize that it is not primitive.
4200 (Font Type): New node.
4201 (Type Predicates): Add fontp; type-of now recognizes font object
4202 types.
4203
4204 * intro.texi (Version Info): Update version numbers in examples.
4205 (Acknowledgements): List more contributors.
4206
4207 * elisp.texi: Bump version number to 3.0.
4208 (Top): Link to Font Type node.
4209
4210 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
4211
4212 * modes.texi (Major Mode Conventions): Remove duplicate words.
4213 (Customizing Keywords): Fix typo.
4214
4215 2009-02-14 Eli Zaretskii <eliz@gnu.org>
4216
4217 * nonascii.texi (User-Chosen Coding Systems): Document that
4218 select-safe-coding-system suggests raw-text if there are raw bytes
4219 in the region.
4220 (Explicit Encoding): Warn not to use `undecided' when encoding.
4221
4222 2009-02-11 Glenn Morris <rgm@gnu.org>
4223
4224 * frames.texi (Visibility of Frames): Mention the effect multiple
4225 workspaces/desktops can have on visibility.
4226
4227 2009-02-07 Eli Zaretskii <eliz@gnu.org>
4228
4229 * text.texi (Commands for Insertion):
4230 * commands.texi (Event Mod):
4231 * keymaps.texi (Searching Keymaps):
4232 * nonascii.texi (Translation of Characters):
4233 Reinstate documentation of translation-table-for-input.
4234 (Explicit Encoding): Document the `charset' text property produced
4235 by decode-coding-region and decode-coding-string.
4236
4237 2009-01-27 Alan Mackenzie <acm@muc.de>
4238
4239 * modes.texi (Search-based Fontification): Correct a typo.
4240
4241 2009-01-25 Juanma Barranquero <lekktu@gmail.com>
4242
4243 * abbrevs.texi (Abbrev Table Properties): Fix typo.
4244 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
4245
4246 2009-01-24 Eli Zaretskii <eliz@gnu.org>
4247
4248 * display.texi (Window Systems): Document the value of
4249 `initial-window-system' under --daemon.
4250
4251 * os.texi (System Environment): Remove description of the
4252 `environment' function which has been deleted.
4253
4254 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
4255
4256 * frames.texi (Multiple Displays): Remove documentation for
4257 removed function make-frame-on-tty.
4258
4259 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
4260
4261 * files.texi (Format Conversion Piecemeal): Clarify behavior of
4262 write-region-annotate-functions.
4263 Document write-region-post-annotation-function.
4264
4265 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
4266
4267 * display.texi (Font Lookup): Document WIDTH argument of
4268 x-list-fonts.
4269
4270 2009-01-17 Eli Zaretskii <eliz@gnu.org>
4271
4272 * maps.texi (Standard Keymaps): Rename function-key-map to
4273 local-function-key-map.
4274
4275 * keymaps.texi (Translation Keymaps): Rename function-key-map to
4276 local-function-key-map.
4277
4278 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
4279 and `set-keyboard-coding-system' now accept an optional terminal
4280 argument.
4281
4282 * commands.texi (Event Mod): `keyboard-translate-table' is now
4283 terminal-local.
4284 (Function Keys): Rename function-key-map to
4285 local-function-key-map.
4286
4287 * elisp.texi (Top): Make @detailmenu be consistent with changes in
4288 frames.texi.
4289
4290 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
4291 `delete-terminal-functions', `suspend-tty-functions' and
4292 `resume-tty-functions'.
4293
4294 * frames.texi (Frames): Document `frame-terminal' and
4295 `terminal-live-p'.
4296 (Multiple Displays): Document `make-frame-on-tty'.
4297 (Multiple Terminals): Document `terminal-list', `delete-terminal',
4298 `terminal-name', and `get-device-terminal'.
4299 (Terminal Parameters): Document `terminal-parameters',
4300 `terminal-parameter', and `set-terminal-parameter'.
4301
4302 * os.texi (System Environment): Document `environment' and
4303 `initial-environment'.
4304 (Suspending Emacs): Update for multi-tty; document
4305 `suspend-tty', `resume-tty', and `controlling-tty-p'.
4306
4307 * nonascii.texi (Coding System Basics): More accurate description
4308 of `raw-text'.
4309
4310 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
4311
4312 * display.texi (Low-Level Font): Fix typo.
4313
4314 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
4315
4316 * elisp.texi (Top): Update node listing.
4317
4318 * display.texi (PostScript Images): Node deleted.
4319
4320 2009-01-10 Eli Zaretskii <eliz@gnu.org>
4321
4322 * processes.texi (Decoding Output): Document that null bytes force
4323 no-conversion for reading process output.
4324
4325 * files.texi (Reading from Files): Document that null bytes force
4326 no-conversion when visiting files.
4327
4328 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
4329
4330 * nonascii.texi (Lisp and Coding Systems):
4331 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
4332 (Character Properties): Improve wording.
4333
4334 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
4335
4336 * display.texi (Font Lookup): Remove obsolete function
4337 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
4338 (Low-Level Font): Rename from Fonts, move to end of Faces section.
4339 (Font Selection): Reorder order of variable descriptions.
4340 Minor clarifications.
4341
4342 * elisp.texi (Top): Update node listing.
4343
4344 2009-01-09 Glenn Morris <rgm@gnu.org>
4345
4346 * commands.texi (Command Loop Info): Say that last-command-char and
4347 last-input-char are obsolete aliases.
4348
4349 * edebug.texi (Edebug Recursive Edit): Remove separate references to
4350 last-input-char and last-command-char, since they are just aliases for
4351 last-input-event and last-command-event.
4352
4353 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
4354 last-command-char.
4355
4356 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
4357
4358 * elisp.texi: Update node listing.
4359
4360 * display.texi (Faces): Put Font Selection node after Auto Faces.
4361 (Face Attributes): Don't link to Font Lookup.
4362 Document font-family-list.
4363 (Fonts): New node.
4364
4365 2009-01-08 Jason Rumney <jasonr@gnu.org>
4366
4367 * frames.texi (Pointer Shape): Clarify that only X supports
4368 changing the standard pointer shapes. (Bug#1485)
4369
4370 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
4371
4372 * display.texi (Attribute Functions): Note that a function value
4373 :height is relative, and that compatibility functions work by
4374 calling set-face-attribute.
4375 (Displaying Faces): Reorder list in order of increasing priority.
4376 (Face Remapping): New node. Content moved here from Displaying
4377 Faces.
4378 (Glyphs): Link to Face Functions.
4379
4380 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
4381
4382 * display.texi (Faces): Don't discuss face id here. facep does
4383 not return t.
4384 (Defining Faces): Minor clarification.
4385 (Face Attributes): Rearrange items to match docstring of
4386 set-face-attribute. Add :foundry attribute. Document new role of
4387 :font attribute. Texinfo usage fix.
4388 (Attribute Functions): Copyedits.
4389 (Face Functions): Note that face number is seldom used.
4390
4391 2009-01-05 Richard M Stallman <rms@gnu.org>
4392
4393 * strings.texi (Predicates for Strings): Minor clarification.
4394
4395 * functions.texi (Function Safety): Texinfo usage fix.
4396
4397 2009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny change)
4398
4399 * objects.texi (General Escape Syntax): Fix typo.
4400
4401 2009-01-03 Martin Rudalics <rudalics@gmx.at>
4402
4403 * windows.texi (Choosing Window): Say that pop-up-frame-alist
4404 works via the default value of pop-up-frame-function.
4405
4406 2009-01-02 Eli Zaretskii <eliz@gnu.org>
4407
4408 * processes.texi (System Processes): Document the `time' and
4409 `ctime' attributes of `system-process-attributes'.
4410
4411 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
4412
4413 * display.texi (Face Attributes): Clarify :height attribute.
4414
4415 2008-12-31 Martin Rudalics <rudalics@gmx.at>
4416
4417 * buffers.texi (The Buffer List): Clarify what moves a buffer to
4418 the front of the buffer list. Add entries for `last-buffer' and
4419 `unbury-buffer'.
4420
4421 2008-12-27 Eli Zaretskii <eliz@gnu.org>
4422
4423 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
4424 and its subsections.
4425
4426 * frames.texi (Multiple Terminals, Low-level Terminal)
4427 (Terminal Parameters, Frames on Other TTY devices): New sections.
4428 (Frames): Add an xref to "Multiple Terminals".
4429
4430 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
4431
4432 * objects.texi (Terminal Type): New node.
4433 (Editing Types): Add it to the menu.
4434
4435 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
4436 Variables".
4437
4438 * variables.texi (Directory Local Variables): New node.
4439 (Variables): Add a menu item for it.
4440
4441 * loading.texi (Autoload): Document `generate-autoload-cookie' and
4442 `generated-autoload-file'.
4443
4444 2008-12-20 Eli Zaretskii <eliz@gnu.org>
4445
4446 * os.texi (Startup Summary): Add xref to documentation of
4447 `initial-window-system'.
4448
4449 * display.texi (Window Systems): Document `window-system' the
4450 function. The variable `window-system' is now frame-local.
4451 Document `initial-window-system'.
4452
4453 2008-12-19 Martin Rudalics <rudalics@gmx.at>
4454
4455 * windows.texi (Windows): Rewrite description of
4456 fit-window-to-buffer.
4457
4458 2008-12-13 Glenn Morris <rgm@gnu.org>
4459
4460 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
4461 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
4462
4463 2008-12-12 Glenn Morris <rgm@gnu.org>
4464
4465 * debugging.texi (Error Debugging): Refer forwards to
4466 eval-expression-debug-on-error.
4467
4468 2008-12-05 Eli Zaretskii <eliz@gnu.org>
4469
4470 * strings.texi (String Basics): Only unibyte strings that
4471 represent key sequences hold 8-bit raw bytes.
4472
4473 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
4474 paragraph to speak about `undecided'.
4475 (Character Properties): Don't explain the meaning of each
4476 property; instead, identify their Unicode Standard names.
4477 (Character Sets): Document `map-charset-chars'.
4478
4479 2008-12-02 Glenn Morris <rgm@gnu.org>
4480
4481 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
4482 section yet again.
4483
4484 2008-11-29 Eli Zaretskii <eliz@gnu.org>
4485
4486 * nonascii.texi (Character Properties): New Section.
4487 (Specifying Coding Systems): Document
4488 `coding-system-priority-list', `set-coding-system-priority', and
4489 `with-coding-priority'.
4490 (Lisp and Coding Systems): Document `check-coding-systems-region'
4491 and `coding-system-charset-list'.
4492 (Coding System Basics): Document `coding-system-aliases'.
4493
4494 * elisp.texi (Top): Add a @detailmenu entry for "Character
4495 Properties".
4496
4497 * objects.texi (Character Type): Correct the range of Emacs
4498 characters. Add an @xref to "Character Codes".
4499
4500 * strings.texi (String Basics): Add an @xref to "Character Codes".
4501
4502 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
4503
4504 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
4505 (Character Codes): Document `max-char'.
4506
4507 2008-11-28 Eli Zaretskii <eliz@gnu.org>
4508
4509 * nonascii.texi (Text Representations, Converting Representations)
4510 (Character Sets, Scanning Charsets, Translation of Characters):
4511 Make text more accurate.
4512
4513 2008-11-28 Glenn Morris <rgm@gnu.org>
4514
4515 * files.texi (Format Conversion Round-Trip): Improve previous change.
4516
4517 2008-11-26 Chong Yidong <cyd@stupidchicken.com>
4518
4519 * modes.texi (Auto Major Mode): Fix example.
4520
4521 2008-11-25 Glenn Morris <rgm@gnu.org>
4522
4523 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
4524
4525 * files.texi (Format Conversion Round-Trip):
4526 Use active voice for previous change.
4527
4528 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
4529
4530 * os.texi (Processor Run Time):
4531 * processes.texi (Transaction Queues):
4532 * markers.texi (The Mark):
4533 * windows.texi (Choosing Window, Selecting Windows):
4534 * files.texi (Changing Files, Magic File Names):
4535 * commands.texi (Key Sequence Input):
4536 * functions.texi (Declaring Functions):
4537 * strings.texi (Predicates for Strings):
4538 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
4539
4540 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
4541
4542 * help.texi (Accessing Documentation): Update example.
4543
4544 * variables.texi (Defining Variables): Note that `*' is not
4545 necessary if defcustom is used.
4546
4547 2008-11-22 Eli Zaretskii <eliz@gnu.org>
4548
4549 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
4550 Characters" from @detailmenu.
4551
4552 * nonascii.texi (Character Codes, Character Sets)
4553 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
4554 (Chars and Bytes, Splitting Characters): Sections removed.
4555
4556 2008-11-22 Lute Kamstra <lute@gnu.org>
4557
4558 * positions.texi (Text Lines): Update goto-line documentation.
4559
4560 2008-11-21 Martin Rudalics <rudalics@gmx.at>
4561
4562 * frames.texi (Frames): Fix typo, add cross references, reword.
4563 (Initial Parameters): Reword special-display-frame-alist text.
4564 (Frames and Windows): Reword. Describe argument norecord for
4565 set-frame-selected-window.
4566 (Input Focus): Describe argument norecord for select-frame.
4567 Remove comment on MS-Windows behavior for focus-follows-mouse.
4568 (Raising and Lowering): Mention windows-frames dichotomy in
4569 metaphor.
4570
4571 * windows.texi (Displaying Buffers, Vertical Scrolling)
4572 (Horizontal Scrolling): Fix indenting and rewording issues
4573 introduced with 2008-11-07 change.
4574
4575 2008-11-20 Glenn Morris <rgm@gnu.org>
4576
4577 * files.texi (Format Conversion Round-Trip): Mention `preserve'
4578 element of `format-alist'.
4579
4580 2008-11-19 Glenn Morris <rgm@gnu.org>
4581
4582 * doclicense.texi: Update to FDL 1.3.
4583 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
4584
4585 2008-11-18 Chong Yidong <cyd@stupidchicken.com>
4586
4587 * windows.texi (Window Hooks): Remove *-end-trigger-functions
4588 vars, which are obsolete. Mention jit-lock-register.
4589
4590 * modes.texi (Other Font Lock Variables):
4591 Document jit-lock-register and jit-lock-unregister.
4592
4593 * frames.texi (Color Parameters): Document alpha parameter.
4594
4595 2008-11-16 Martin Rudalics <rudalics@gmx.at>
4596
4597 * windows.texi (Splitting Windows, Deleting Windows)
4598 (Selecting Windows, Cyclic Window Ordering)
4599 (Buffers and Windows, Displaying Buffers, Choosing Window)
4600 (Dedicated Windows, Window Point, Window Start and End)
4601 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
4602 (Size of Window, Resizing Windows, Window Configurations)
4603 (Window Parameters): Avoid @var at beginning of sentences and
4604 reword accordingly.
4605
4606 2008-11-11 Lute Kamstra <lute@gnu.org>
4607
4608 * files.texi (File Name Components): Fix file-name-extension
4609 documentation.
4610
4611 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
4612
4613 * frames.texi (Basic Parameters): Remove display-environment-variable
4614 and term-environment-variable.
4615
4616 2008-11-08 Eli Zaretskii <eliz@gnu.org>
4617
4618 * windows.texi (Basic Windows, Splitting Windows)
4619 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
4620 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
4621 (Resizing Windows, Window Configurations, Window Parameters):
4622 Fix wording and markup.
4623
4624 2008-11-07 Martin Rudalics <rudalics@gmx.at>
4625
4626 * windows.texi (Windows): Update entries.
4627 (Basic Windows): Remove listing of attributes. Reword.
4628 (Splitting Windows, Deleting Windows): Reword.
4629 (Selecting Windows, Cyclic Window Ordering): Reword with special
4630 emphasis on order of recently selected windows and buffer list.
4631 (Buffers and Windows, Choosing Window): Reword with special
4632 emphasis on dedicated windows.
4633 (Displaying Buffers): Reword. For switch-to-buffer mention that
4634 it may fall back on pop-to-buffer. For other-window try to
4635 explain how it treats the cyclic ordering of windows.
4636 (Dedicated Windows): New node and section discussing dedicated
4637 windows and associated functions.
4638 (Window Point): Add entry for window-point-insertion-type. Reword.
4639 (Window Start and End): Rename node and section title. Reword.
4640 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
4641 Minor rewording.
4642 (Size of Window): Reword, in particular text on window-width.
4643 (Resizing Windows): Reword. Add text on balancing windows.
4644 (Window Configurations): Reword. Mention window parameters.
4645 (Window Parameters): New node and section on window parameters.
4646 (Window Hooks): Reword. Mention that
4647 window-configuration-change-hook is run "buffer-locally".
4648 * elisp.texi (Top): Update Windows entries in @detailmenu
4649 section.
4650
4651 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
4652
4653 * searching.texi (Regexp Search): Fix typo.
4654
4655 2008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
4656
4657 * searching.texi (Regexp Search): Document GREEDY arg.
4658 (Simple Match Data): Fix return value.
4659
4660 2008-11-01 Eli Zaretskii <eliz@gnu.org>
4661
4662 * nonascii.texi (Text Representations): Rewrite to make consistent
4663 with Emacs 23 internal representation of characters.
4664 Document `unibyte-string'.
4665
4666 2008-10-28 Chong Yidong <cyd@stupidchicken.com>
4667
4668 * processes.texi (Process Information): Note that process-status
4669 does not accept buffer names.
4670
4671 2008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
4672
4673 * positions.texi (Skipping Characters): Correct return value of
4674 skip-chars-forward.
4675
4676 2008-10-25 Martin Rudalics <rudalics@gmx.at>
4677
4678 * windows.texi (Deleting Windows): Update documentation of
4679 delete-windows-on.
4680 (Buffers and Windows): Update documentations of
4681 get-buffer-window and get-buffer-window-list.
4682 (Displaying Buffers): Update documentation of
4683 replace-buffer-in-windows.
4684
4685 * buffers.texi (Current Buffer): Reword set-buffer and
4686 with-current-buffer documentations.
4687 (Creating Buffers): Reword documentation of get-buffer-create.
4688
4689 2008-10-23 Martin Rudalics <rudalics@gmx.at>
4690
4691 * buffers.texi (Current Buffer): Reword documentation of
4692 set-buffer.
4693 (Buffer Names): Reword documentation of buffer-name.
4694 (The Buffer List): For bury-buffer explain what happens with the
4695 buffer's window.
4696 (Creating Buffers): Say that get-buffer-create's arg is called
4697 buffer-or-name.
4698
4699 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
4700
4701 * advice.texi (Computed Advice): Explain what DEFINITION is.
4702
4703 * nonascii.texi (Character Codes): Remove obsolete function
4704 char-valid-p, and document characterp instead.
4705
4706 2008-10-22 Martin Rudalics <rudalics@gmx.at>
4707
4708 * windows.texi (Displaying Buffers): Reword documentation of
4709 pop-to-buffer.
4710 (Choosing Window): Rewrite documentation of display-buffer and
4711 its options.
4712
4713 * buffers.texi (Killing Buffers): Update documentation of
4714 kill-buffer.
4715
4716 2008-10-21 Eli Zaretskii <eliz@gnu.org>
4717
4718 * processes.texi (Serial Ports): Fix wording and improve markup.
4719
4720 * searching.texi (Regexp Search): Document `string-match-p' and
4721 `looking-at-p'.
4722 (POSIX Regexps): Add an xref for "non-greedy".
4723 (Regexp Special): Add @cindex entry for "non-greedy".
4724
4725 * display.texi (Attribute Functions): Document `face-all-attributes'.
4726 (Image Cache) <image-refresh>: Minor wording fixes.
4727
4728 * frames.texi (Color Names): Add an xref to `read-color'.
4729
4730 * minibuf.texi (High-Level Completion): Document `read-color'.
4731
4732 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
4733
4734 * positions.texi (Narrowing): Add an xref to "Swapping Text".
4735
4736 * buffers.texi (Swapping Text): New section, documents
4737 `buffer-swap-text'.
4738
4739 2008-10-21 Martin Rudalics <rudalics@gmx.at>
4740
4741 * windows.texi (Resizing Windows): Minor wording fix.
4742
4743 2008-10-20 Eli Zaretskii <eliz@gnu.org>
4744
4745 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
4746 and `combine-and-quote-strings'.
4747
4748 * strings.texi (Creating Strings): Add xrefs for them.
4749
4750 2008-10-19 Eli Zaretskii <eliz@gnu.org>
4751
4752 * elisp.texi (Top): Make descriptive text for "Reading File Names"
4753 match the corresponding menu in minibuf.texi.
4754
4755 * minibuf.texi (Reading File Names): Document `read-shell-command'
4756 and `minibuffer-local-shell-command-map'.
4757
4758 2008-10-19 Martin Rudalics <rudalics@gmx.at>
4759
4760 * windows.texi (Resizing Windows): Remove var{} around "window" in
4761 documentation of enlarge-window.
4762 Rewrite documentation of window-min-height and window-min-width.
4763
4764 2008-10-19 Eli Zaretskii <eliz@gnu.org>
4765
4766 * functions.texi (Calling Functions): Document `apply-partially'.
4767
4768 * hooks.texi (Standard Hooks): Mention
4769 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
4770
4771 * variables.texi (File Local Variables): Document
4772 `file-local-variables-alist', `before-hack-local-variables-hook'
4773 and `hack-local-variables-hook'.
4774
4775 * processes.texi (Synchronous Processes): Document `process-lines'.
4776
4777 * customize.texi (Variable Definitions):
4778 Document `custom-reevaluate-setting'.
4779
4780 2008-10-18 Martin Rudalics <rudalics@gmx.at>
4781
4782 * windows.texi (Choosing Window, Deleting Windows)
4783 (Displaying Buffers): Expand documentation of dedicated windows.
4784
4785 2008-10-18 Eli Zaretskii <eliz@gnu.org>
4786
4787 * files.texi (Changing Files): Document symbolic input of file
4788 modes to `set-file-modes'. Document `read-file-modes' and
4789 `file-modes-symbolic-to-number'.
4790
4791 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
4792 and `search-map'.
4793
4794 * searching.texi (Search and Replace):
4795 Document `replace-search-function' and `replace-re-search-function'.
4796 Document `multi-query-replace-map'.
4797
4798 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
4799 (Completion Commands, Reading File Names):
4800 Rename `minibuffer-local-must-match-filename-map' to
4801 `minibuffer-local-filename-must-match-map'.
4802 (Minibuffer Completion): The `require-match' argument to
4803 `completing-read' can now have the value `confirm-only'.
4804
4805 * windows.texi (Displaying Buffers): Minor wording fix.
4806 (Choosing Window): `split-height-threshold' can now be nil.
4807 Document `split-width-threshold'. `pop-up-frames' can have the
4808 value `graphic-only'.
4809
4810 2008-10-17 Eli Zaretskii <eliz@gnu.org>
4811
4812 * os.texi (Startup Summary): Document `before-init-time' and
4813 `after-init-time'. Document `initial-window-system' and
4814 `window-system-initialization-alist'. Document reading the
4815 abbrevs file. Document the call to `server-start' under --daemon.
4816 Rearrange a bit to be consistent with the code flow.
4817 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
4818 (Time Parsing): Document `format-seconds'.
4819
4820 2008-10-17 Martin Rudalics <rudalics@gmx.at>
4821
4822 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
4823 and reword.
4824
4825 2008-10-16 Eli Zaretskii <eliz@gnu.org>
4826
4827 * markers.texi (The Mark): Document use-region-p.
4828
4829 2008-10-15 Eli Zaretskii <eliz@gnu.org>
4830
4831 * internals.texi (Writing Emacs Primitives): The interactive spec
4832 of a primitive can be a Lisp form.
4833
4834 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
4835 values of transient-mark-mode. Document handle-shift-selection.
4836
4837 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
4838 (Interactive Examples): Show an example of `^'.
4839 (Key Sequence Input): Document this-command-keys-shift-translated.
4840 (Defining Commands, Using Interactive): The interactive-form of a
4841 function can be added via its symbol's property.
4842
4843 * positions.texi (List Motion): beginning-of-defun-function can
4844 now accept an argument.
4845
4846 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
4847 now return a list of strings.
4848
4849 * control.texi (Handling Errors): Document ignore-errors.
4850
4851 * frames.texi (Creating Frames): Document frame-inherited-parameters.
4852 (Parameter Access): Document set-frame-parameter.
4853
4854 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
4855 Hooks" for the effect of kill-all-local-variables on local hook
4856 functions.
4857
4858 * modes.texi (Major Mode Conventions, Mode Line Variables):
4859 `mode-name' need not be a string. xref to "Mode Line Data" for
4860 details, and to "Emulating Mode Line" for computing a string
4861 value.
4862
4863 2008-10-14 Eli Zaretskii <eliz@gnu.org>
4864
4865 * processes.texi (System Processes): New section.
4866 (Processes, Signals to Processes): Add xrefs to it.
4867
4868 * objects.texi (Editing Types): A `process' is a subprocess of
4869 Emacs, not just any process running on the OS.
4870
4871 * elisp.texi (Top): Adjust the @detailmenu for the above two
4872 changes.
4873
4874 * sequences.texi (Char-Tables): Remove documentation of
4875 set-char-table-default, which has no effect since Emacs 23.
4876 <char-table-range, set-char-table-range>: Don't mention generic
4877 characters and charsets. Add a cons cell as a possible argument.
4878
4879 * nonascii.texi (Splitting Characters)
4880 (Translation of Characters): Don't mention generic characters.
4881
4882 * display.texi (Fontsets): Don't mention generic characters.
4883
4884 * sequences.texi (Char-Tables): `map-char-table' can now call its
4885 argument FUNCTION with a cons cell as KEY.
4886
4887 2008-10-13 Eli Zaretskii <eliz@gnu.org>
4888
4889 * objects.texi (Primitive Function Type): Move "@cindex special
4890 forms" from here...
4891
4892 * eval.texi (Special Forms): ...to here.
4893
4894 * functions.texi (What Is a Function): `functionp' returns nil for
4895 special forms. Add an xref.
4896
4897 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
4898 Variables".
4899
4900 * variables.texi (Frame-Local Variables): New section.
4901 (Buffer-Local Variables): Add an xref to it.
4902 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
4903 have both frame-local and buffer-local binding.
4904
4905 * frames.texi (Frames): Mention multiple tty frames.
4906 (Frame Parameters, Parameter Access): Mention frame-local variable
4907 bindings.
4908
4909 2008-09-20 Glenn Morris <rgm@gnu.org>
4910
4911 * display.texi (Defining Faces): Recommend against face variables.
4912
4913 2008-09-16 Juanma Barranquero <lekktu@gmail.com>
4914
4915 * display.texi (Echo Area Customization): Fix typo.
4916
4917 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
4918
4919 * loading.texi (Where Defined): Add `defface' item.
4920
4921 2008-09-06 Martin Rudalics <rudalics@gmx.at>
4922
4923 * loading.texi (Where Defined): Fix description of symbol-file.
4924
4925 2008-08-26 Jason Rumney <jasonr@gnu.org>
4926
4927 * display.texi (TIFF Images): New section describing :index property.
4928
4929 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
4930
4931 * display.texi (Temporary Displays): Remove unnecessary comment
4932 about usage of temp-buffer-show-hook.
4933
4934 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
4935
4936 * symbols.texi (Other Plists): Fix incorrect example.
4937 Suggested by Florian Beck.
4938
4939 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
4940
4941 * os.texi: Fix previous change.
4942
4943 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4944
4945 * os.texi:
4946 * intro.texi:
4947 * files.texi: Remove VMS support.
4948
4949 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4950
4951 * os.texi:
4952 * frames.texi:
4953 * display.texi: Remove mentions of Mac Carbon.
4954
4955 2008-07-01 Miles Bader <miles@gnu.org>
4956
4957 * text.texi (Special Properties):
4958 * display.texi (Truncation): Add wrap-prefix and line-prefix.
4959
4960 2008-06-28 Johan Bockgård <bojohan@gnu.org>
4961
4962 * display.texi (Other Image Types): Fix copy/paste error; say
4963 "PBM", not "XBM".
4964
4965 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
4966
4967 * os.texi: Remove references to obsolete systems.
4968
4969 2008-06-20 Eli Zaretskii <eliz@gnu.org>
4970
4971 * makefile.w32-in (distclean): Remove makefile.
4972
4973 2008-06-17 Glenn Morris <rgm@gnu.org>
4974
4975 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
4976 (elisp, dist): Remove rules and variables that are obsolete now
4977 the lisp manual is no longer distributed separately.
4978
4979 2008-06-16 Glenn Morris <rgm@gnu.org>
4980
4981 * configure, configure.in, mkinstalldirs: Remove unused files.
4982
4983 * book-spine.texinfo: Set version to 23.0.60.
4984 * vol1.texi (EMACSVER):
4985 * vol2.texi (EMACSVER): Set to 23.0.60.
4986
4987 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
4988 as per maintain.info.
4989
4990 2008-06-15 Glenn Morris <rgm@gnu.org>
4991
4992 * makefile.w32-in (manual): Use "23" rather than "21".
4993
4994 * Makefile.in (emacsver): New, set by configure.
4995 (manual): Use emacsver.
4996
4997 * intro.texi: Report bugs using M-x report-emacs-bug.
4998
4999 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
5000
5001 2008-06-13 Daniel Engeler <engeler@gmail.com>
5002
5003 * elisp.texi, internals.texi, processes.texi: Add documentation
5004 about serial port access.
5005
5006 2008-06-05 Miles Bader <miles@gnu.org>
5007
5008 * display.texi (Displaying Faces): Update to reflect function
5009 renamings in face-remap.el.
5010
5011 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
5012
5013 * display.texi (Fontsets): Fix typos.
5014
5015 2008-06-03 Miles Bader <miles@gnu.org>
5016
5017 * display.texi (Displaying Faces): Add add-relative-face-remapping,
5018 remove-relative-face-remapping, set-base-face-remapping,
5019 and set-default-base-face-remapping.
5020
5021 2008-06-01 Miles Bader <miles@gnu.org>
5022
5023 * display.texi (Displaying Faces): Add face-remapping-alist.
5024
5025 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5026
5027 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
5028 variable names.
5029
5030 2008-05-03 Eric S. Raymond <esr@golux>
5031
5032 * keymaps.texi: Clarify that (current-local-map) and
5033 (current-global-map) return references, not copies.
5034
5035 2008-05-02 Juri Linkov <juri@jurta.org>
5036
5037 * minibuf.texi (Text from Minibuffer): Document a list of
5038 default values for `read-from-minibuffer'.
5039
5040 2008-04-24 Juanma Barranquero <lekktu@gmail.com>
5041
5042 * nonascii.texi (Translation of Characters): Fix previous change.
5043
5044 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
5045
5046 * display.texi (Overlay Properties): Clarify role of underlying
5047 textprop and overlay keymaps for display strings.
5048
5049 * keymaps.texi (Active Keymaps): Ditto.
5050
5051 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5052
5053 * minibuf.texi (Programmed Completion):
5054 Replace dynamic-completion-table with the new completion-table-dynamic.
5055
5056 2008-04-07 Chong Yidong <cyd@stupidchicken.com>
5057
5058 * intro.texi (Some Terms): Change "fonts in this manual" index
5059 entry to "typographic conventions".
5060
5061 2008-04-05 Eli Zaretskii <eliz@gnu.org>
5062
5063 * objects.texi (Text Props and Strings): Add indexing for read
5064 syntax of text properties.
5065
5066 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
5067
5068 * processes.texi (Decoding Output): Remove process-filter-multibyte
5069 functions.
5070
5071 2008-03-15 Martin Rudalics <rudalics@gmx.at>
5072
5073 * display.texi (Finding Overlays): Say that empty overlays at
5074 the end of the buffer are reported too.
5075
5076 2008-03-13 Glenn Morris <rgm@gnu.org>
5077
5078 * elisp.texi (EMACSVER): Set to 23.0.60.
5079
5080 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
5081
5082 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
5083
5084 2008-02-22 Glenn Morris <rgm@gnu.org>
5085
5086 * frames.texi (Position Parameters): Clarify the description of
5087 `left' and `top', using information from "Geometry".
5088 (Geometry): Give a pointer to "Position Parameters", rather than
5089 repeating information.
5090
5091 2008-02-11 Glenn Morris <rgm@gnu.org>
5092
5093 * objects.texi (Equality Predicates): No longer talk about "two"
5094 functions.
5095
5096 2008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
5097
5098 * objects.texi (Equality Predicates): Add defun for
5099 equal-including-properties.
5100
5101 2008-02-10 Glenn Morris <rgm@gnu.org>
5102
5103 * objects.texi (Equality Predicates):
5104 Mention equal-including-properties.
5105
5106 2008-02-07 Richard Stallman <rms@gnu.org>
5107
5108 * windows.texi (Window Start): Mention the feature of moving
5109 window-start to start of line.
5110
5111 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
5112
5113 * keymaps.texi (Tool Bar): Document rtl property.
5114
5115 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
5116
5117 * display.texi (Button Types):
5118 For define-button-type, clarify type of NAME.
5119
5120 2008-01-19 Martin Rudalics <rudalics@gmx.at>
5121
5122 * buffers.texi (Buffer Modification): Fix typo.
5123
5124 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
5125
5126 * os.texi (System Environment): Remove references to OSes that are
5127 not supported anymore.
5128
5129 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5130
5131 * os.texi (System Environment): Remove mention for Masscomp.
5132
5133 2008-01-04 Richard Stallman <rms@gnu.org>
5134
5135 * display.texi (Faces): Don't talk about internal face vector as arg
5136 to facep.
5137
5138 * customize.texi (Type Keywords): Fix previous change.
5139
5140 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
5141 * elisp.texi (Top): Fix menu for commands.texi change.
5142
5143 2007-12-30 Richard Stallman <rms@gnu.org>
5144
5145 * commands.texi (Accessing Mouse): Rename from Accessing Events.
5146 (Accessing Scroll): New node broken out of Accessing Mouse.
5147
5148 2007-12-28 Richard Stallman <rms@gnu.org>
5149
5150 * frames.texi (Size Parameters): Fix typo.
5151 (Basic Parameters): For `title', refer to title bar.
5152 (Size and Position): Explain meaning of frame pixel width and height.
5153
5154 2007-12-23 Richard Stallman <rms@gnu.org>
5155
5156 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
5157 Improve some of the commented-out keywords' text too.
5158
5159 2007-12-14 Martin Rudalics <rudalics@gmx.at>
5160
5161 * nonascii.texi (Encoding and I/O): Reword to avoid saying
5162 "visit the current buffer".
5163
5164 * os.texi (System Interface): Fix typo.
5165
5166 2007-12-04 Richard Stallman <rms@gnu.org>
5167
5168 * objects.texi (Symbol Type): Fix typo.
5169
5170 2007-12-03 Richard Stallman <rms@gnu.org>
5171
5172 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
5173
5174 2007-12-01 Glenn Morris <rgm@gnu.org>
5175
5176 * functions.texi (Declaring Functions): Improve previous change.
5177
5178 2007-11-30 Glenn Morris <rgm@gnu.org>
5179
5180 * functions.texi (Declaring Functions): Add optional fourth
5181 argument of declare-function, and setting third argument to `t'.
5182
5183 2007-11-29 Richard Stallman <rms@gnu.org>
5184
5185 * customize.texi (Composite Types): Document `group' type.
5186
5187 2007-11-29 Glenn Morris <rgm@gnu.org>
5188
5189 * functions.texi (Declaring Functions): Add findex.
5190 Mention `external' files.
5191
5192 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
5193
5194 * functions.texi (Declaring Functions): Fix directive.
5195
5196 2007-11-25 Richard Stallman <rms@gnu.org>
5197
5198 * help.texi (Help Functions): Clean up last change.
5199
5200 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
5201
5202 * loading.texi (Named Features): Minor cleanup.
5203
5204 * macros.texi (Eval During Expansion): Minor cleanup.
5205
5206 * variables.texi (Variable Aliases): Minor cleanup.
5207
5208 2007-11-24 Richard Stallman <rms@gnu.org>
5209
5210 * functions.texi (Declaring Functions): Clarify previous change.
5211
5212 * compile.texi (Compiler Errors): Clarify previous change.
5213
5214 2007-11-24 Richard Stallman <rms@gnu.org>
5215
5216 * display.texi (Refresh Screen, Forcing Redisplay):
5217 Clarify the text and move items around.
5218
5219 2007-11-24 Glenn Morris <rgm@gnu.org>
5220
5221 * functions.texi (Declaring Functions): New section.
5222 * compile.texi (Compiler Errors): Mention declaring functions,
5223 defvar with no initvalue, and byte-compile-warnings.
5224
5225 2007-11-15 Martin Rudalics <rudalics@gmx.at>
5226
5227 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
5228 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
5229
5230 2007-11-13 Martin Rudalics <rudalics@gmx.at>
5231
5232 * help.texi (Help Functions): Document new macro `with-help-window'.
5233
5234 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
5235
5236 * searching.texi (Replacing Match): Describe new
5237 `match-substitute-replacement'.
5238
5239 2007-10-31 Richard Stallman <rms@gnu.org>
5240
5241 * strings.texi (Creating Strings): Null strings from concat not unique.
5242
5243 2007-10-26 Richard Stallman <rms@gnu.org>
5244
5245 * objects.texi (Equality Predicates): Null strings are uniquified.
5246
5247 * minibuf.texi: Minor clarifications in previous change.
5248
5249 2007-10-25 Glenn Morris <rgm@gnu.org>
5250
5251 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
5252
5253 2007-10-24 Richard Stallman <rms@gnu.org>
5254
5255 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
5256
5257 * variables.texi (Frame-Local Variables): Node deleted.
5258 (Variables): Delete Frame-Local Variables from menu.
5259 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
5260 (Default Value): Don't mention frame-local vars.
5261
5262 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
5263
5264 * loading.texi (Unloading): Document FEATURE-unload-function
5265 instead of FEATURE-unload-hook.
5266
5267 * frames.texi (Multiple Displays): Don't mention frame-local vars.
5268
5269 2007-10-22 Juri Linkov <juri@jurta.org>
5270
5271 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
5272 (High-Level Completion): Document a list of default value strings
5273 in the DEFAULT argument, for which minibuffer functions return the
5274 first element.
5275
5276 2007-10-17 Juri Linkov <juri@jurta.org>
5277
5278 * text.texi (Filling): Update arguments of fill-paragraph.
5279 fill-paragraph operates on the active region in Transient Mark mode.
5280 Remove fill-paragraph-or-region.
5281
5282 2007-10-13 Karl Berry <karl@gnu.org>
5283
5284 * elisp.texi (@dircategory): Move to after @copying,
5285 since we want @copying as close as possible to the beginning of
5286 the output.
5287
5288 2007-10-12 Richard Stallman <rms@gnu.org>
5289
5290 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
5291
5292 * commands.texi (Distinguish Interactive): New node,
5293 broken out from Interactive Call and rewritten.
5294 (Command Loop): Put Distinguish Interactive in menu.
5295
5296 2007-10-09 Richard Stallman <rms@gnu.org>
5297
5298 * text.texi (Examining Properties): Mention overlay priority.
5299
5300 * display.texi (Display Margins): Correct the description
5301 of margin display specifications.
5302 (Replacing Specs): New subnode broken out of Display Property.
5303
5304 2007-10-06 Juri Linkov <juri@jurta.org>
5305
5306 * text.texi (Filling): Document fill-paragraph-or-region.
5307
5308 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
5309
5310 * display.texi (Auto Faces): Fix typo.
5311
5312 2007-10-02 Richard Stallman <rms@gnu.org>
5313
5314 * display.texi (Display Property): Explain some display specs
5315 don't let you move point in.
5316
5317 * frames.texi (Cursor Parameters):
5318 Describe cursor-in-non-selected-windows here. Explain more values.
5319
5320 * windows.texi (Basic Windows): Don't describe
5321 cursor-in-non-selected-windows here.
5322
5323 2007-10-01 Eli Zaretskii <eliz@gnu.org>
5324
5325 * processes.texi (Misc Network): Note that these functions are
5326 supported only on some systems.
5327
5328 2007-10-01 Richard Stallman <rms@gnu.org>
5329
5330 * display.texi (Overlay Properties): Explain nil as priority.
5331 Explain that conflicts are unpredictable if not resolved by
5332 priorities.
5333
5334 2007-09-23 Richard Stallman <rms@gnu.org>
5335
5336 * macros.texi (Backquote): Minor clarification.
5337
5338 2007-09-19 Richard Stallman <rms@gnu.org>
5339
5340 * display.texi (Display Property): Explain multiple display specs.
5341 Clarify when they work in parallel and when one overrides.
5342 Fix error in example.
5343
5344 2007-09-06 Glenn Morris <rgm@gnu.org>
5345
5346 Move from lispref/ to doc/lispref/. Change all setfilename
5347 commands to use ../../info.
5348 * Makefile.in (infodir): Go up one more level.
5349 (usermanualdir): Change from ../man to ../emacs.
5350 (miscmanualdir): New.
5351 (dist): Use new variable miscmanualdir.
5352 * makefile.w32-in (infodir, texinputdir): Go up one more level.
5353 (usermanualdir): Change from ../man to ../emacs.
5354
5355 2007-08-30 Martin Rudalics <rudalics@gmx.at>
5356
5357 * commands.texi (Command Loop Info): Advise against changing
5358 most variables described here. Explain new variable
5359 last-repeatable-command.
5360
5361 2007-08-29 Glenn Morris <rgm@gnu.org>
5362
5363 * elisp.texi (EMACSVER): Increase to 23.0.50.
5364
5365 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
5366
5367 * frames.texi (Basic Parameters): Add display-environment-variable
5368 and term-environment-variable.
5369
5370 2007-08-28 Juri Linkov <juri@jurta.org>
5371
5372 * display.texi (Image Formats, Other Image Types): Add SVG.
5373
5374 2007-08-28 Juri Linkov <juri@jurta.org>
5375
5376 * display.texi (Images): Move formats-related text to new node
5377 "Image Formats".
5378 (Image Formats): New node.
5379
5380 2007-08-27 Richard Stallman <rms@gnu.org>
5381
5382 * windows.texi (Window Configurations): Clarify what
5383 a window configuration saves.
5384
5385 2007-08-25 Richard Stallman <rms@gnu.org>
5386
5387 * display.texi (Images): Delete redundant @findex.
5388
5389 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
5390
5391 * text.texi (Change Hooks): (after|before)-change-functions are no
5392 longer bound to nil while running; rather inhibit-modification-hooks
5393 is t.
5394
5395 2007-08-16 Richard Stallman <rms@gnu.org>
5396
5397 * processes.texi (Asynchronous Processes):
5398 Clarify doc of start-file-process.
5399
5400 2007-08-08 Martin Rudalics <rudalics@gmx.at>
5401
5402 * modes.texi (Example Major Modes): Fix typo.
5403
5404 2007-08-08 Glenn Morris <rgm@gnu.org>
5405
5406 * intro.texi (nil and t): Do not use `iff' in documentation.
5407
5408 * tips.texi (Documentation Tips): Recommend against `iff'.
5409
5410 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
5411
5412 * display.texi (Image Cache): Document image-refresh.
5413
5414 2007-08-06 Martin Rudalics <rudalics@gmx.at>
5415
5416 * windows.texi (Size of Window): Document window-full-width-p.
5417
5418 2007-07-25 Glenn Morris <rgm@gnu.org>
5419
5420 * gpl.texi (GPL): Replace license with GPLv3.
5421
5422 * Relicense all FSF files to GPLv3 or later.
5423
5424 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
5425
5426 * processes.texi (Synchronous Processes):
5427 Add `process-file-shell-command'.
5428 (Asynchronous Processes): Mention restricted use of
5429 `process-filter' and `process-sentinel' in
5430 `start-file-process'. Add `start-file-process-shell-command'.
5431
5432 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
5433
5434 * files.texi (Magic File Names): Introduce optional parameter
5435 IDENTIFICATION for `file-remote-p'.
5436
5437 2007-07-16 Richard Stallman <rms@gnu.org>
5438
5439 * display.texi (Defining Faces): Fix previous change.
5440
5441 2007-07-14 Richard Stallman <rms@gnu.org>
5442
5443 * control.texi (Handling Errors): Document `debug' in handler list.
5444
5445 2007-07-10 Richard Stallman <rms@gnu.org>
5446
5447 * display.texi (Defining Faces): Explain C-M-x feature for defface.
5448
5449 2007-07-09 Richard Stallman <rms@gnu.org>
5450
5451 * files.texi (Magic File Names): Rewrite previous change.
5452
5453 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
5454
5455 * files.texi (Magic File Names): Introduce optional parameter
5456 CONNECTED for `file-remote-p'.
5457
5458 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
5459
5460 * processes.texi (Asynchronous Processes):
5461 * files.texi (Magic File Names): Add `start-file-process'.
5462
5463 2007-06-27 Richard Stallman <rms@gnu.org>
5464
5465 * files.texi (Format Conversion Piecemeal):
5466 Clarify `after-insert-file-functions' calling convention.
5467
5468 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
5469
5470 * files.texi (Magic File Names): Remove `dired-call-process'.
5471 Add `process-file'.
5472
5473 2007-06-27 Kenichi Handa <handa@m17n.org>
5474
5475 * text.texi (Special Properties): Fix description about
5476 `composition' property.
5477
5478 2007-06-26 Kenichi Handa <handa@m17n.org>
5479
5480 * nonascii.texi (Default Coding Systems): Document about the
5481 return value `undecided'.
5482
5483 2007-06-25 David Kastrup <dak@gnu.org>
5484
5485 * keymaps.texi (Active Keymaps): Document new POSITION argument of
5486 `current-active-maps'.
5487
5488 2007-06-24 Karl Berry <karl@gnu.org>
5489
5490 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
5491
5492 2007-06-15 Juanma Barranquero <lekktu@gmail.com>
5493
5494 * display.texi (Overlay Arrow): Doc fix.
5495
5496 2007-06-14 Karl Berry <karl@tug.org>
5497
5498 * anti.texi (Antinews): Typo.
5499
5500 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
5501
5502 * display.texi (Image Cache): Document image-refresh.
5503
5504 2007-06-12 Karl Berry <karl@gnu.org>
5505
5506 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
5507 * two-volume.make: New file.
5508 * .cvsignore: Ignore two-volume files.
5509
5510 2007-06-12 Tom Tromey <tromey@redhat.com>
5511
5512 * os.texi (Init File): Document user-emacs-directory.
5513
5514 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
5515
5516 * commands.texi (Click Events): Describe width and height when
5517 object is nil.
5518
5519 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
5520
5521 * commands.texi (Click Events): Layout more logically.
5522 Describe width and height.
5523 (Drag Events, Motion Events): Update to new format for position.
5524
5525 2007-06-02 Richard Stallman <rms@gnu.org>
5526
5527 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
5528
5529 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
5530
5531 * Version 22.1 released.
5532
5533 2007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
5534
5535 * text.texi (Special Properties): Correct meaning of fontified face.
5536
5537 2007-05-30 Richard Stallman <rms@gnu.org>
5538
5539 * text.texi (Special Properties): Add link to Adjusting Point.
5540
5541 2007-05-12 Richard Stallman <rms@gnu.org>
5542
5543 * text.texi (Margins): indent-to-left-margin is not the default.
5544 (Mode-Specific Indent): For indent-line-function, the default
5545 is indent-relative.
5546
5547 * modes.texi (Example Major Modes): Explain last line of text-mode
5548 is redundant.
5549
5550 2007-05-10 Richard Stallman <rms@gnu.org>
5551
5552 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
5553
5554 * help.texi (Keys in Documentation): Add reference to
5555 Documentation Tips.
5556
5557 * files.texi (Format Conversion): TO-FN gets three arguments.
5558
5559 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
5560
5561 2007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
5562
5563 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
5564 * files.texi (Format Conversion): Expand intro; add menu.
5565 (Format Conversion Overview, Format Conversion Round-Trip)
5566 (Format Conversion Piecemeal): New nodes/subsections.
5567 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
5568 * text.texi (Text Properties): Remove "Saving Properties" from menu.
5569 (Saving Properties): Delete node/subsection.
5570
5571 2007-05-07 Karl Berry <karl@gnu.org>
5572
5573 * elisp.texi (EMACSVER): Back to 22.
5574
5575 2007-05-06 Richard Stallman <rms@gnu.org>
5576
5577 * processes.texi (Accepting Output): Revert most of previous change.
5578
5579 2007-05-05 Richard Stallman <rms@gnu.org>
5580
5581 * processes.texi (Accepting Output): accept-process-output
5582 uses microseconds, not milliseconds. But that arg is obsolete.
5583
5584 2007-05-04 Karl Berry <karl@tug.org>
5585
5586 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
5587
5588 2007-05-04 Eli Zaretskii <eliz@gnu.org>
5589
5590 * tips.texi (Documentation Tips): Rearrange items to place the
5591 more important ones first. Add an index entry for hyperlinks.
5592
5593 2007-05-03 Karl Berry <karl@gnu.org>
5594
5595 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
5596 (EMACSVER) [smallbook]: 22 for printed version.
5597
5598 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
5599 so restore anchor to normal position after defun. Found by Kevin Ryde.
5600
5601 2007-04-26 Glenn Morris <rgm@gnu.org>
5602
5603 * elisp.texi (EMACSVER): Increase to 22.1.50.
5604
5605 2007-04-28 Karl Berry <karl@gnu.org>
5606
5607 * elisp.texi: Improve line breaks on copyright page,
5608 similar layout to emacs manual, 8.5x11 by default.
5609
5610 2007-04-24 Richard Stallman <rms@gnu.org>
5611
5612 * text.texi (Special Properties): Add xref to Overlay Properties.
5613
5614 * display.texi (Overlay Properties): Add xref to Special Properties.
5615
5616 2007-04-22 Richard Stallman <rms@gnu.org>
5617
5618 * keymaps.texi (Extended Menu Items): Move the info about
5619 format with cached keyboard binding.
5620
5621 2007-04-21 Richard Stallman <rms@gnu.org>
5622
5623 * text.texi (Special Properties): Clarify previous change.
5624
5625 * files.texi (File Name Expansion): Clarify previous change.
5626
5627 * display.texi (Attribute Functions): Fix example for
5628 face-attribute-relative-p.
5629
5630 2007-04-19 Kenichi Handa <handa@m17n.org>
5631
5632 * text.texi (Special Properties): Document composition property.
5633
5634 2007-04-19 Glenn Morris <rgm@gnu.org>
5635
5636 * files.texi (File Name Expansion): Mention "superroot".
5637
5638 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
5639
5640 * frames.texi (Multiple Displays): Add note about "multi-monitor"
5641 setups.
5642 (Display Feature Testing): Note that display refers to all
5643 physical monitors for multi-monitor setups.
5644
5645 2007-04-14 Richard Stallman <rms@gnu.org>
5646
5647 * lists.texi (Sets And Lists): Clarify `delete' examples.
5648 Remove spurious xref to same node.
5649 Clarify xref for add-to-list.
5650
5651 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
5652
5653 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
5654 value of lisp-mode-map.
5655
5656 2007-04-11 Karl Berry <karl@gnu.org>
5657
5658 * anti.texi (Antinews):
5659 * display.texi (Overlay Properties, Defining Images):
5660 * processes.texi (Synchronous Processes, Sentinels):
5661 * syntax.texi (Syntax Table Internals):
5662 * searching.texi (Regexp Special):
5663 * nonascii.texi (Default Coding Systems):
5664 * text.texi (Special Properties):
5665 * minibuf.texi (Basic Completion): Wording to improve breaks in
5666 8.5x11 format.
5667 * elisp.texi (smallbook): New @set to more easily switch between
5668 smallbook and 8.5x11.
5669
5670 2007-04-11 Richard Stallman <rms@gnu.org>
5671
5672 * text.texi (Lazy Properties): Minor fix.
5673
5674 2007-04-08 Karl Berry <karl@gnu.org>
5675
5676 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
5677 * macros.texi (Backquote): Downcase Backquote in index entries for
5678 consistency.
5679
5680 2007-04-08 Richard Stallman <rms@gnu.org>
5681
5682 * text.texi (Adaptive Fill): Just describe default,
5683 don't show it (since it contains non-ASCII chars).
5684
5685 2007-04-07 Karl Berry <karl@gnu.org>
5686
5687 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
5688 adaptive-fill-regexp's value, since they are not in the standard
5689 TeX fonts.
5690
5691 2007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
5692
5693 * display.texi (Defining Faces): Fix example.
5694
5695 2007-04-07 Karl Berry <karl@gnu.org>
5696
5697 * display.texi (Button Buffer Commands): Improve page break.
5698
5699 2007-04-07 Richard Stallman <rms@gnu.org>
5700
5701 * advice.texi (Activation of Advice): Remove redundant index entry.
5702
5703 * backups.texi: Improve index entries. Remove redundant ones.
5704
5705 * compile.texi (Byte Compilation): Improve index entry.
5706
5707 * hash.texi (Creating Hash): Improve index entry.
5708
5709 * symbols.texi (Definitions): Improve index entry.
5710
5711 * edebug.texi: Improve index entries. Remove redundant/useless ones.
5712
5713 * maps.texi (Standard Keymaps): Remove useless index entry.
5714
5715 * help.texi (Documentation Basics): Remove redundant index entries.
5716
5717 * customize.texi: Improve index entries.
5718 Remove redundant/useless ones.
5719
5720 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
5721
5722 * streams.texi (Output Variables): Improve index entry.
5723
5724 * abbrevs.texi (Abbrevs): Remove useless index entry.
5725
5726 * macros.texi (Expansion): Remove useless index entry.
5727
5728 * text.texi: Improve index entries. Remove redundant/useless ones.
5729 (Text Properties, Examining Properties)
5730 (Special Properties): Use "property category" instead of "category"
5731 to refer to the `category' property.
5732
5733 * positions.texi: Improve index entries. Remove useless one.
5734
5735 * lists.texi: Improve index entries. Remove redundant/useless ones.
5736
5737 * os.texi: Improve index entries.
5738 (Timers): Fix previous change.
5739
5740 * buffers.texi: Improve index entries.
5741 (Modification Time): Get rid of term "obsolete buffer".
5742
5743 * debugging.texi: Improve index entries.
5744 (Test Coverage): Add xref to other test coverage ftr.
5745
5746 * eval.texi: Improve index entry. Remove redundant ones.
5747
5748 * numbers.texi: Improve index entries. Remove redundant/useless ones.
5749
5750 * files.texi: Improve index entries. Remove redundant/useless ones.
5751
5752 * objects.texi: Improve index entries.
5753
5754 * processes.texi: Improve index entries.
5755
5756 * modes.texi: Improve index entry. Remove redundant one.
5757
5758 * nonascii.texi: Improve index entries.
5759
5760 * internals.texi: Improve index entries.
5761
5762 * syntax.texi: Improve index entries.
5763
5764 * keymaps.texi (Active Keymaps): Improve index entries.
5765
5766 * commands.texi: Improve index entries. Remove redundant/useless ones.
5767
5768 * frames.texi: Improve index entries. Remove redundant/useless ones.
5769
5770 * markers.texi: Improve index entries. Remove redundant ones.
5771
5772 * tips.texi: Improve index entries.
5773
5774 * loading.texi (Unloading): Improve index entry.
5775
5776 * variables.texi: Improve index entries. Remove redundant one.
5777
5778 * sequences.texi: Improve index entry.
5779
5780 * display.texi: Improve index entries. Remove redundant ones.
5781
5782 * windows.texi: Improve index entries.
5783
5784 * searching.texi: Improve index entries. Remove redundant one.
5785
5786 * strings.texi (Case Tables): Improve last change.
5787
5788 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
5789
5790 * strings.texi (Case Tables): Document with-case-table and
5791 ascii-case-table.
5792
5793 2007-04-03 Karl Berry <karl@gnu.org>
5794
5795 * processes.texi (Network): Reword to improve page break.
5796
5797 2007-04-03 Eli Zaretskii <eliz@gnu.org>
5798
5799 * functions.texi (Inline Functions): Describe more disadvantages
5800 of defsubst, and make advice against it stronger.
5801
5802 2007-04-02 Karl Berry <karl@gnu.org>
5803
5804 * backups.texi (Backup Names): Avoid widow words.
5805 * modes.texi (Example Major Modes): Align last comment.
5806
5807 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
5808
5809 * keymaps.texi (Remapping Commands): Document new arg to
5810 command-remapping.
5811
5812 2007-04-01 Karl Berry <karl@gnu.org>
5813
5814 * processes.texi (Low-Level Network): Typo.
5815 * loading.texi (Hooks for Loading): Avoid double "the".
5816 * keymaps.texi (Key Sequences): No double "and".
5817 (Changing Key Bindings): Shorten to improve line break.
5818
5819 2007-03-31 Glenn Morris <rgm@gnu.org>
5820
5821 * os.texi (Timers): Fix description of run-at-time TIME formats.
5822
5823 2007-03-31 Richard Stallman <rms@gnu.org>
5824
5825 * display.texi (Invisible Text): Correct buffer-invisibility-spec
5826 regarding ellipsis.
5827
5828 2007-03-31 Eli Zaretskii <eliz@gnu.org>
5829
5830 * intro.texi (nil and t):
5831 * symbols.texi (Plists and Alists):
5832 * variables.texi (Variable Aliases, Constant Variables):
5833 * functions.texi (Defining Functions):
5834 * advice.texi (Advising Primitives):
5835 * debugging.texi (Syntax Errors, Compilation Errors):
5836 * minibuf.texi (Minibuffer Windows):
5837 * commands.texi (Adjusting Point):
5838 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
5839 (Auto Major Mode, Major Mode Conventions):
5840 * help.texi (Describing Characters):
5841 * files.texi (Create/Delete Dirs, Information about Files)
5842 (File Locks, Writing to Files, Reading from Files)
5843 (Saving Buffers):
5844 * windows.texi (Resizing Windows, Cyclic Window Ordering):
5845 * frames.texi (Finding All Frames):
5846 * positions.texi (Buffer End, Motion):
5847 * markers.texi (The Region):
5848 * text.texi (Deletion, Near Point):
5849 * display.texi (Displaying Messages, Truncation):
5850 * os.texi (Processor Run Time):
5851 * tips.texi (Key Binding Conventions, Programming Tips)
5852 (Warning Tips, Documentation Tips, Comment Tips):
5853 * internals.texi (Memory Usage): Improve indexing.
5854
5855 * variables.texi (Frame-Local Variables):
5856 * functions.texi (Argument List):
5857 * loading.texi (Library Search):
5858 * streams.texi (Output Variables):
5859 * keymaps.texi (Translation Keymaps, Searching Keymaps):
5860 * searching.texi (Replacing Match, Search and Replace):
5861 * processes.texi (Byte Packing, Decoding Output)
5862 (Accepting Output, Network Servers, Shell Arguments):
5863 * display.texi (Abstract Display, Image Cache, Scroll Bars):
5864 * windows.texi (Window Point, Window Start):
5865 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
5866 * commands.texi (Reading Input, Keyboard Events):
5867 * minibuf.texi (Reading File Names, Minibuffer Completion)
5868 (Recursive Mini):
5869 * positions.texi (List Motion):
5870 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
5871 * numbers.texi (Arithmetic Operations, Math Functions)
5872 (Predicates on Numbers, Comparison of Numbers):
5873 (Numeric Conversions):
5874 * locals.texi (Standard Buffer-Local Variables):
5875 * maps.texi (Standard Keymaps):
5876 * os.texi (User Identification, System Environment, Recording Input)
5877 (X11 Keysyms):
5878 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
5879 * backups.texi (Backups and Auto-Saving):
5880 * customize.texi (Customization, Group Definitions)
5881 (Variable Definitions):
5882 * compile.texi (Byte Compilation): Improve index entries.
5883
5884 2007-03-31 Karl Berry <karl@gnu.org>
5885
5886 * macros.texi (Defining Macros): Avoid widow syllable.
5887
5888 2007-03-31 Eli Zaretskii <eliz@gnu.org>
5889
5890 * elisp.texi (Top): Postscript -> PostScript.
5891
5892 * display.texi (Images, Postscript Images): Postscript -> PostScript.
5893
5894 2007-03-31 Markus Triska <markus.triska@gmx.at>
5895
5896 * internals.texi (Writing Emacs Primitives): Untabify `For'.
5897
5898 2007-03-30 Karl Berry <karl@gnu.org>
5899
5900 * lists.texi (List-related Predicates): Remove spurious @need.
5901 (Setcdr): Use @smallexample to improve page break.
5902 (Association Lists) <assoc>: Reword to improve page break.
5903
5904 * strings.texi (String Conversion): Insert blank line to improve
5905 page break.
5906
5907 * numbers.texi (Random Numbers): Use @minus{}.
5908 (Math Functions): Use @minus{}.
5909
5910 * intro.texi (Acknowledgements): Avoid line breaks before middle
5911 initials.
5912
5913 2007-03-24 Eli Zaretskii <eliz@gnu.org>
5914
5915 * errors.texi (Standard Errors): Add an index entry.
5916
5917 2007-03-19 Richard Stallman <rms@gnu.org>
5918
5919 * os.texi (Recording Input): recent-keys now gives 300 keys.
5920
5921 2007-03-12 Glenn Morris <rgm@gnu.org>
5922
5923 * os.texi: Replace "daylight savings" with "daylight saving"
5924 throughout.
5925
5926 2007-03-05 Richard Stallman <rms@gnu.org>
5927
5928 * variables.texi (File Local Variables):
5929 Update enable-local-variables values.
5930
5931 2007-03-04 Richard Stallman <rms@gnu.org>
5932
5933 * syntax.texi (Control Parsing): Minor clarification.
5934
5935 * strings.texi (Formatting Strings): Clarify width, precision, flags.
5936
5937 * sequences.texi (Sequence Functions): Move string-bytes away,
5938 add xref.
5939
5940 * nonascii.texi (Text Representations): Move string-bytes here.
5941
5942 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
5943
5944 * minibuf.texi (Basic Completion): Minor clarification.
5945
5946 * markers.texi (The Mark): Clarify existence vs activation of mark.
5947 Other cleanup.
5948
5949 * display.texi (Finding Overlays): Write better example.
5950
5951 * compile.texi (Eval During Compile): Clarify putting macros
5952 in eval-when-compile.
5953
5954 2007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
5955
5956 * loading.texi (How Programs Do Loading): Fix anchor position at
5957 load-read-function definition doc.
5958
5959 2007-02-21 Kim F. Storm <storm@cua.dk>
5960
5961 * strings.texi (Text Comparison): Mention that assoc-string
5962 converts symbols to strings before testing.
5963
5964 2007-02-17 Kim F. Storm <storm@cua.dk>
5965
5966 * processes.texi (Bindat Spec): Vector types can have optional
5967 element type.
5968 (Bindat Examples): Fix example. Add vector with element type.
5969
5970 2007-02-16 Andreas Schwab <schwab@suse.de>
5971
5972 * strings.texi (Formatting Strings): Document '+' flag.
5973
5974 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
5975
5976 * strings.texi (Modifying Strings): Clarify that `clear-string'
5977 always converts the string to unibyte.
5978
5979 2007-02-14 Kim F. Storm <storm@cua.dk>
5980
5981 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
5982 Rewrite glyph code description to refer to these functions.
5983 Remove details of encoding face number and char into integer code.
5984
5985 2007-02-03 Alan Mackenzie <acm@muc.de>
5986
5987 * loading.texi (Hooks for Loading): Make the description of
5988 `eval-after-load' more detailed, and amend the description of
5989 after-load-alist, in accordance with changes from 2006-05.
5990
5991 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
5992
5993 * modes.texi (Defining Minor Modes): Document that a :require
5994 keyword or similar may be required to make saved customization
5995 variables work.
5996
5997 2007-02-03 Eli Zaretskii <eliz@gnu.org>
5998
5999 * elisp.texi (Top): Make the detailed menu headers compliant with
6000 Texinfo guidelines and with what texnfo-upd.el expects.
6001 Add comments to prevent people from inadvertently modifying the key
6002 parts needed by `texinfo-multiple-files-update'.
6003
6004 2007-02-02 Eli Zaretskii <eliz@gnu.org>
6005
6006 * elisp.texi (Top): Update the top-level menus.
6007
6008 * syntax.texi (Categories): Add index entries.
6009
6010 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
6011
6012 * display.texi (Attribute Functions): Fix name and description of
6013 the UNDERLINE arg of `set-face-underline-p'.
6014
6015 2007-01-29 Eli Zaretskii <eliz@gnu.org>
6016
6017 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
6018 Variables", and "Standard Keymaps" to the detailed menu.
6019
6020 * variables.texi (Future Local Variables): Add index entry.
6021
6022 2007-01-28 Richard Stallman <rms@gnu.org>
6023
6024 * tips.texi (Coding Conventions): Clarify the tip about macros
6025 that define a function or a variable.
6026
6027 * files.texi (File Attributes): UID and GID can be floats.
6028 (Magic File Names): Explain why deferring all operations to
6029 the standard handler does not work.
6030
6031 2007-01-23 Martin Rudalics <rudalics@gmx.at>
6032
6033 * backups.texi (Reverting): Use "buffer" instead of "file"
6034 when talking about major and minor modes.
6035
6036 2007-01-21 Richard Stallman <rms@gnu.org>
6037
6038 * help.texi (Documentation): Add xref to Documentation Tips.
6039
6040 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
6041
6042 * tips.texi (Coding Conventions): Fix typos.
6043
6044 2007-01-05 Richard Stallman <rms@gnu.org>
6045
6046 * modes.texi (Defining Minor Modes): Fix previous change.
6047
6048 2007-01-03 Richard Stallman <rms@gnu.org>
6049
6050 * customize.texi (Variable Definitions, Customization Types):
6051 Don't use * in doc string for defcustom.
6052
6053 2007-01-02 Richard Stallman <rms@gnu.org>
6054
6055 * variables.texi (Variable Aliases): Clarify that aliases vars
6056 always have the same value.
6057
6058 * processes.texi (Bindat Spec): Fix Texinfo usage.
6059
6060 * modes.texi (Defining Minor Modes): Explain effect of command
6061 defined with define-global-minor-mode on new buffers.
6062
6063 2006-12-30 Kim F. Storm <storm@cua.dk>
6064
6065 * keymaps.texi (Tool Bar): Describe `grow-only' value of
6066 `auto-resize-tool-bars'.
6067
6068 2006-12-30 Richard Stallman <rms@gnu.org>
6069
6070 * keymaps.texi (Active Keymaps): Fix previous change.
6071
6072 2006-12-30 Nick Roberts <nickrob@snap.net.nz>
6073
6074 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
6075
6076 2006-12-30 Kim F. Storm <storm@cua.dk>
6077
6078 * processes.texi (Bindat Spec): Clarify using field names in
6079 length specifications.
6080
6081 2006-12-29 Kim F. Storm <storm@cua.dk>
6082
6083 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
6084 Add count and index variables for eval forms in repeat blocks.
6085
6086 2006-12-24 Richard Stallman <rms@gnu.org>
6087
6088 * customize.texi (Variable Definitions):
6089 Document new name custom-add-frequent-value.
6090
6091 2006-12-19 Kim F. Storm <storm@cua.dk>
6092
6093 * commands.texi (Misc Events): User signals now result in sigusr1
6094 and sigusr2 events which are handled through special-event-map.
6095 (Special Events): User signals and drag-n-drop are special.
6096
6097 2006-12-17 Richard Stallman <rms@gnu.org>
6098
6099 * loading.texi (Named Features): Explain subfeatures better.
6100
6101 * customize.texi: Use "option" only for user options.
6102 For the keyword values inside defcustom etc, say "keywords".
6103 For :options value's elements, say "elements".
6104 :group should not be omitted.
6105
6106 * syntax.texi (Parsing Expressions): Split up node.
6107 (Motion via Parsing, Position Parse, Parser State)
6108 (Low-Level Parsing, Control Parsing): New subnodes.
6109 (Parser State): Document syntax-ppss-toplevel-pos.
6110
6111 * positions.texi (List Motion): Punctuation fix.
6112
6113 * files.texi (File Name Completion): Document PREDICATE arg
6114 to file-name-completion.
6115
6116 2006-12-16 Eli Zaretskii <eliz@gnu.org>
6117
6118 * internals.texi (Building Emacs, Writing Emacs Primitives):
6119 Add index entries.
6120
6121 2006-12-11 Richard Stallman <rms@gnu.org>
6122
6123 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
6124 affects face menu. Explain how to make it non-nil without enabling
6125 any fontification.
6126
6127 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
6128
6129 * modes.texi (Font Lock Basics): Document nil value of
6130 font-lock-defaults.
6131
6132 2006-12-10 Glenn Morris <rgm@gnu.org>
6133
6134 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
6135 value for system-flag argument. Abbrev tables may not be empty
6136 when major modes are loaded.
6137
6138 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
6139
6140 * makefile.w32-in (maintainer-clean): Partially revert last
6141 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
6142 to protect elisp-covers.texi.
6143
6144 2006-12-07 Juanma Barranquero <lekktu@gmail.com>
6145
6146 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
6147 Don't remove elisp* info files; they are already deleted by the
6148 `clean' and `distclean' targets, and they are in the $(infodir)
6149 directory, not the current one.
6150
6151 2006-12-04 Kim F. Storm <storm@cua.dk>
6152
6153 * commands.texi (Misc Events): Update signal events.
6154 (Event Examples): Add signal example.
6155
6156 2006-11-29 Richard Stallman <rms@gnu.org>
6157
6158 * frames.texi (Visibility of Frames): Explain visible windows
6159 can be covered by others. Add xref for raise-frame.
6160
6161 2006-11-28 Richard Stallman <rms@gnu.org>
6162
6163 * searching.texi (Regexp Special): Update when ^ is special.
6164
6165 2006-11-27 Eli Zaretskii <eliz@gnu.org>
6166
6167 * customize.texi (Customization, Common Keywords)
6168 (Group Definitions, Variable Definitions, Composite Types)
6169 (Type Keywords, Customization Types): Add index entries for
6170 various customization keywords.
6171
6172 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6173
6174 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
6175
6176 2006-11-10 Jan Djärv <jan.h.d@swipnet.se>
6177
6178 * frames.texi (Window System Selections): Remove clipboard from
6179 description of selection-coding-system.
6180
6181 2006-11-06 Richard Stallman <rms@gnu.org>
6182
6183 * lists.texi (List Variables): Document COMPARE-FN.
6184
6185 * keymaps.texi: Avoid use of "binding" to mean a relation;
6186 use it only to refer to the meaning associated with a key.
6187 (Keymaps): Change menu node description.
6188
6189 * elisp.texi (Top): Change menu node description.
6190
6191 * display.texi (Managing Overlays): Document overlay-recenter.
6192
6193 2006-10-29 Chong Yidong <cyd@stupidchicken.com>
6194
6195 * Makefile.in: Use relative paths to avoid advertising filesystem
6196 contents during compilation.
6197
6198 2006-10-23 Kim F. Storm <storm@cua.dk>
6199
6200 * commands.texi (Event Input Misc): Update unread-command-events.
6201
6202 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
6203
6204 * lists.texi (Sets And Lists): Fix typos.
6205
6206 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
6207
6208 * control.texi (Processing of Errors): Use @var for an argument,
6209 not @code.
6210
6211 2006-10-16 Richard Stallman <rms@gnu.org>
6212
6213 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
6214
6215 * keymaps.texi (Format of Keymaps): Show all the keymap element
6216 patterns that result from menu items.
6217 (Key Lookup): Minor cleanups.
6218
6219 * modes.texi (Precalculated Fontification): Don't say that
6220 not setting font-lock-defaults avoids loading font-lock.
6221
6222 * help.texi (Documentation): Move xref to Emacs Manual here.
6223 (Documentation Basics): From here.
6224 Also doc emacs-lisp-docstring-fill-column.
6225
6226 * elisp.texi: Update version and ISBN.
6227
6228 * commands.texi (Interactive Call): Clarify KEYS arg to
6229 call-interactively is a vector.
6230 (Command Loop Info): Delete anchor in this-command-keys.
6231 Add anchor in this-command-keys-vector.
6232 (Recursive Editing): Document how recursive-edit
6233 handles the current buffer.
6234
6235 2006-10-13 Chong Yidong <cyd@stupidchicken.com>
6236
6237 * frames.texi (Frame Titles): %c and %l are ignored in
6238 frame-title-format.
6239
6240 2006-10-11 Richard Stallman <rms@gnu.org>
6241
6242 * keymaps.texi (Key Sequences): Clarify use of kbd.
6243
6244 2006-10-10 Kim F. Storm <storm@cua.dk>
6245
6246 * lists.texi (Sets And Lists): Add memql.
6247
6248 2006-10-03 Richard Stallman <rms@gnu.org>
6249
6250 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
6251 Clarify :ascii: and :nonascii:.
6252
6253 2006-09-29 Juri Linkov <juri@jurta.org>
6254
6255 * modes.texi (%-Constructs): Reorder coding systems in the
6256 documentation of %z to the real order displayed in the modeline.
6257
6258 2006-09-25 Richard Stallman <rms@gnu.org>
6259
6260 * os.texi (Timers): Describe timer-max-repeats.
6261
6262 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
6263
6264 * os.texi (Timers): Mention with-local-quit.
6265
6266 2006-09-24 Richard Stallman <rms@gnu.org>
6267
6268 * searching.texi (Searching and Matching): Mention property search.
6269
6270 * commands.texi (Command Loop Info): Explain how read-event affects
6271 this-command-keys.
6272
6273 2006-09-20 Richard Stallman <rms@gnu.org>
6274
6275 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
6276
6277 * windows.texi (Window Start): Minor cleanups.
6278
6279 2006-09-20 Kim F. Storm <storm@cua.dk>
6280
6281 * windows.texi (Window Start): pos-visible-in-window-p allows
6282 specifying t for position to mean "end of window".
6283 Add window-line-height.
6284
6285 * anti.texi (Antinews): Mention window-line-height.
6286
6287 2006-09-19 David Kastrup <dak@gnu.org>
6288
6289 * keymaps.texi (Searching Keymaps): Small clarification.
6290
6291 2006-09-18 Richard Stallman <rms@gnu.org>
6292
6293 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
6294 cause keyboard menus.
6295 (Menu Keymaps): Likewise.
6296 (Defining Menus, Keyboard Menus): Clarify.
6297
6298 * text.texi (Fields): Clarify explanation of constrain-to-field.
6299
6300 2006-09-16 Eli Zaretskii <eliz@gnu.org>
6301
6302 * variables.texi (Tips for Defining): Fix a typo.
6303
6304 2006-09-15 Richard Stallman <rms@gnu.org>
6305
6306 * keymaps.texi (Remapping Commands, Searching Keymaps)
6307 (Active Keymaps): Clean up previous change.
6308
6309 2006-09-15 Jay Belanger <belanger@truman.edu>
6310
6311 * gpl.texi: Replace "Library Public License" by "Lesser Public
6312 License" throughout.
6313
6314 2006-09-15 David Kastrup <dak@gnu.org>
6315
6316 * keymaps.texi (Active Keymaps): Adapt description to use
6317 `get-char-property' instead `get-text-property'. Explain how
6318 mouse events change this. Explain the new optional argument of
6319 `key-binding' and its mouse-dependent lookup.
6320 (Searching Keymaps): Adapt description similarly.
6321 (Remapping Commands): Explain the new optional argument of
6322 `command-remapping'.
6323
6324 2006-09-14 Richard Stallman <rms@gnu.org>
6325
6326 * keymaps.texi (Searching Keymaps): Clarification.
6327 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
6328
6329 2006-09-13 Richard Stallman <rms@gnu.org>
6330
6331 * objects.texi (Character Type): Node split.
6332 Add xref to Describing Characters.
6333 (Basic Char Syntax, General Escape Syntax)
6334 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
6335
6336 2006-09-11 Richard Stallman <rms@gnu.org>
6337
6338 * display.texi (Display Table Format): Wording clarification.
6339 (Glyphs): Clarifications.
6340
6341 2006-09-10 Chong Yidong <cyd@stupidchicken.com>
6342
6343 * keymaps.texi (Active Keymaps): Mention that key-binding checks
6344 local maps.
6345
6346 2006-09-10 Kim F. Storm <storm@cua.dk>
6347
6348 * display.texi (Forcing Redisplay): Document return value of
6349 function redisplay.
6350
6351 2006-09-09 Richard Stallman <rms@gnu.org>
6352
6353 * windows.texi (Window Hooks): Explain limits of
6354 window-scroll-functions.
6355
6356 * display.texi (Fringe Indicators): Update for last change in
6357 indicate-buffer-boundaries.
6358
6359 2006-09-08 Richard Stallman <rms@gnu.org>
6360
6361 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
6362
6363 2006-09-06 Kim F. Storm <storm@cua.dk>
6364
6365 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
6366
6367 * windows.texi (Window Start): Update pos-visible-in-window-p.
6368
6369 2006-09-04 Richard Stallman <rms@gnu.org>
6370
6371 * processes.texi (Accepting Output): Explain SECONDS=0 for
6372 accept-process-output.
6373
6374 * os.texi (Idle Timers): Explain why timer functions should not
6375 loop until (input-pending-p).
6376
6377 2006-09-02 Eli Zaretskii <eliz@gnu.org>
6378
6379 * makefile.w32-in (usermanualdir): New variable.
6380 (elisp.dvi): Use it.
6381
6382 2006-09-01 Eli Zaretskii <eliz@gnu.org>
6383
6384 * buffers.texi (Buffer Modification): Fix last change.
6385
6386 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
6387
6388 * buffers.texi (Buffer Modification):
6389 Document buffer-chars-modified-tick.
6390
6391 2006-08-31 Richard Stallman <rms@gnu.org>
6392
6393 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
6394
6395 2006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
6396
6397 * modes.texi (Syntactic Font Lock):
6398 Mention font-lock-syntactic-face-function
6399 instead of specific faces.
6400
6401 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
6402
6403 * display.texi (Images): Add xrref to display-images-p.
6404
6405 2006-08-28 Kenichi Handa <handa@m17n.org>
6406
6407 * nonascii.texi (Lisp and Coding Systems): Fix description of
6408 detect-coding-region.
6409
6410 2006-08-27 Michael Olson <mwolson@gnu.org>
6411
6412 * processes.texi (Transaction Queues): Remove stray quote
6413 character.
6414
6415 2006-08-25 Richard Stallman <rms@gnu.org>
6416
6417 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
6418 Add xref.
6419
6420 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
6421
6422 * os.texi (Timers): Avoid waiting inside timers.
6423
6424 2006-08-21 Lute Kamstra <lute@gnu.org>
6425
6426 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
6427
6428 2006-08-20 Richard Stallman <rms@gnu.org>
6429
6430 * os.texi (Idle Timers): New node, split out from Timers.
6431 Document current-idle-time.
6432 * commands.texi (Reading One Event): Update xref.
6433 * elisp.texi (Top): Update subnode menu.
6434
6435 2006-08-16 Richard Stallman <rms@gnu.org>
6436
6437 * keymaps.texi (Extended Menu Items): Show format of cached
6438 bindings in extended menu items.
6439
6440 * customize.texi (Variable Definitions): Explain when the
6441 standard value expression is evaluated.
6442
6443 2006-08-15 Chong Yidong <cyd@stupidchicken.com>
6444
6445 * commands.texi (Reading One Event): Explain idleness in
6446 `read-event'.
6447
6448 2006-08-12 Chong Yidong <cyd@stupidchicken.com>
6449
6450 * text.texi (Near Point): Say "cursor" not "terminal cursor".
6451 (Commands for Insertion): Remove split-line since it's not
6452 relevant for Lisp programming.
6453 (Yank Commands): Rewrite introduction.
6454 (Undo): Clarify.
6455 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
6456 (Filling): Remove redundant comment. Clarify return value of
6457 current-justification.
6458 (Margins): Minor clarifications.
6459 (Adaptive Fill): Update default value of adaptive-fill-regexp.
6460 (Sorting): Update definition of sort-lines.
6461 (Columns): Clarify behavior of sort-columns.
6462 (Indent Tabs): Link to Tab Stops in Emacs manual.
6463 (Special Properties): Clarify.
6464 (Clickable Text): Mention Buttons package.
6465
6466 2006-08-12 Kevin Ryde <user42@zip.com.au>
6467
6468 * os.texi (Time Parsing): Add %z to description of
6469 format-time-string, as per docstring. Add cross reference to
6470 glibc manual for strftime.
6471
6472 2006-08-08 Richard Stallman <rms@gnu.org>
6473
6474 * modes.texi: Clean up wording in previous change.
6475
6476 2006-08-07 Chong Yidong <cyd@stupidchicken.com>
6477
6478 * modes.texi (Hooks): Clarify.
6479 (Major Mode Basics): Mention define-derived-mode explicitly.
6480 (Major Mode Conventions): Rebinding RET is OK for some modes.
6481 Mention change-major-mode-hook and after-change-major-mode-hook.
6482 (Example Major Modes): Move to end of Modes section.
6483 (Mode Line Basics): Clarify.
6484 (Mode Line Data): Mention help-echo and local-map in strings.
6485 Explain reason for treatment of non-risky variables.
6486 (Properties in Mode): Clarify.
6487 (Faces for Font Lock): Add font-lock-negation-char-face.
6488
6489 2006-08-04 Eli Zaretskii <eliz@gnu.org>
6490
6491 * strings.texi (Formatting Strings): Warn against arbitrary
6492 strings as first arg to `format'.
6493
6494 2006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
6495
6496 * text.texi (Clickable Text): Mention `help-echo' text property.
6497 Update intro, examples and associated explanations.
6498
6499 2006-07-31 Richard Stallman <rms@gnu.org>
6500
6501 * commands.texi: Update xrefs.
6502 (Event Mod): New node, cut out from old Translating Input.
6503
6504 * maps.texi: Update xrefs.
6505
6506 * keymaps.texi (Translation Keymaps): New node.
6507 Update xrefs from Translating Input to Translation Keymaps.
6508
6509 * elisp.texi (Top): Update subnode menu.
6510
6511 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
6512
6513 * os.texi (System Interface): Fix menu descriptions of some nodes.
6514 (Translating Input): Node deleted.
6515
6516 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
6517
6518 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
6519
6520 * lists.texi (Sets And Lists): Likewise.
6521
6522 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
6523
6524 * text.texi (Fields): Mention POS
6525 requirement when narrowing is in effect.
6526
6527 2006-07-28 Richard Stallman <rms@gnu.org>
6528
6529 * display.texi (Face Attributes): Simplify wording.
6530 (Attribute Functions): Clarify meaning of new-frame default
6531 attribute settings.
6532
6533 * customize.texi (Common Keywords): Document how to use
6534 :package-version in a package not in Emacs.
6535
6536 2006-07-28 Kim F. Storm <storm@cua.dk>
6537
6538 * commands.texi (Reading One Event): Fix last change.
6539
6540 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
6541
6542 * commands.texi (Reading One Event): Document SECONDS argument for
6543 read-event, read-char, and read-char-exclusive.
6544
6545 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
6546
6547 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
6548 to ensure correct identification.
6549
6550 2006-07-24 Richard Stallman <rms@gnu.org>
6551
6552 * text.texi (Clickable Text): Clarify.
6553
6554 * sequences.texi (Vector Functions): Delete duplicate xref.
6555
6556 * objects.texi (Function Type): Clarify.
6557
6558 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
6559 modes.
6560
6561 * lists.texi (List Variables): New node.
6562 Material moved from other nodes.
6563
6564 * variables.texi (Setting Variables): add-to-list and
6565 add-to-ordered-list moved to List Variables node.
6566
6567 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
6568
6569 * text.texi (Links and Mouse-1):
6570 For mouse-on-link-p, expand on arg POS.
6571
6572 2006-07-21 Kim F. Storm <storm@cua.dk>
6573
6574 * display.texi (Forcing Redisplay): Don't mention systems which
6575 don't support sub-second timers for redisplay-preemption-period.
6576
6577 * os.texi (Terminal Output): Clarify text vs graphical terminal.
6578
6579 2006-07-21 Eli Zaretskii <eliz@gnu.org>
6580
6581 * frames.texi (Input Focus): Document that focus-follows-mouse has
6582 no effect on MS-Windows.
6583
6584 2006-07-18 Richard Stallman <rms@gnu.org>
6585
6586 * display.texi (Forcing Redisplay): Cleanups in previous change.
6587
6588 * processes.texi (Low-Level Network): Make menu more convenient.
6589
6590 2006-07-18 Kim F. Storm <storm@cua.dk>
6591
6592 * display.texi (Forcing Redisplay): redisplay-preemption-period
6593 only used on window systems. Add xref to Terminal Output.
6594
6595 * os.texi (Terminal Output): baud-rate only controls preemption on
6596 non-window systems. Add xref to Forcing Redisplay.
6597
6598 * processes.texi (Low-Level Network): Rename node "Make Network"
6599 to "Network Processes".
6600
6601 2006-07-18 Karl Berry <karl@gnu.org>
6602
6603 * variables.texi, functions.texi, customize.texi, loading.texi:
6604 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
6605
6606 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
6607
6608 * commands.texi (Waiting): Document batch-mode sit-for behavior.
6609
6610 2006-07-17 Richard Stallman <rms@gnu.org>
6611
6612 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
6613 Put period and comma inside quotes.
6614
6615 * loading.texi, markers.texi: Use real doublequote inside menus.
6616
6617 * windows.texi: Put point and comma inside quotes.
6618 (Textual Scrolling): Use @samp for error message.
6619
6620 * variables.texi, tips.texi, syntax.texi, symbols.texi:
6621 * strings.texi, streams.texi, processes.texi, os.texi:
6622 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
6623 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
6624 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
6625 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
6626 Put point and comma inside quotes.
6627
6628 * control.texi (Processing of Errors): Add command-error-function.
6629
6630 * variables.texi (File Local Variables): Clarify that
6631 file local variables make buffer-local bindings.
6632
6633 * modes.texi (Syntactic Font Lock): Give default for
6634 font-lock-syntax-table.
6635
6636 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
6637
6638 * text.texi (Special Properties): Clean up previous change.
6639
6640 2006-07-16 Karl Berry <karl@gnu.org>
6641
6642 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
6643 * control.texi: Fix bad page breaks through chapter 10 (control).
6644
6645 * anti.texi (Antinews): Reorder face-attribute fns to avoid
6646 underfull hbox.
6647
6648 2006-07-15 Nick Roberts <nickrob@snap.net.nz>
6649
6650 * text.texi (Special Properties): Describe fontified text property
6651 in relation to a character (not text).
6652
6653 2006-07-15 Kim F. Storm <storm@cua.dk>
6654
6655 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
6656 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
6657 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
6658
6659 * anti.texi (Antinews): Mention redisplay function.
6660 The kbd macro existed, but was not documented, before 22.x.
6661 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
6662
6663 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
6664
6665 * display.texi (Displaying Messages): Add anchor.
6666
6667 * frames.texi (Dialog Boxes): Use it.
6668
6669 2006-07-12 Richard Stallman <rms@gnu.org>
6670
6671 * objects.texi (Frame Type): Explain nature of frames better.
6672
6673 * frames.texi (Frames): Explain nature of frames better.
6674
6675 2006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
6676
6677 * tips.texi (Coding Conventions): Explain why use cl at compile time.
6678
6679 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6680
6681 * frames.texi (Window System Selections): Mention scrap support for Mac.
6682 Default value of x-select-enable-clipboard is t on Mac.
6683
6684 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
6685
6686 2006-07-11 Kim F. Storm <storm@cua.dk>
6687
6688 * display.texi (Forcing Redisplay): Add `redisplay' function.
6689 Don't mention (sit-for -1) -- use (redisplay t) instead.
6690
6691 * commands.texi (Waiting): (sit-for -1) is no longer special.
6692 (sit-for 0) is equivalent to (redisplay).
6693 Iconifying/deiconifying no longer makes sit-for return.
6694
6695 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
6696
6697 * display.texi (Buttons): Fix typo.
6698
6699 * index.texi, elisp.texi (New Symbols): Comment node out.
6700
6701 2006-07-09 Richard Stallman <rms@gnu.org>
6702
6703 * display.texi (Truncation): Clean up previous change.
6704
6705 2006-07-08 Richard Stallman <rms@gnu.org>
6706
6707 * commands.texi (Interactive Call): Use 3 as prefix in example
6708 for execute-extended-command.
6709
6710 * display.texi (Attribute Functions): Move paragraph about
6711 compatibility with Emacs < 21.
6712
6713 2006-07-09 Kim F. Storm <storm@cua.dk>
6714
6715 * display.texi (Refresh Screen): Clarify force-window-update.
6716 (Truncation): "Normally" indicated by fringe arrows.
6717
6718 2006-07-08 Eli Zaretskii <eliz@gnu.org>
6719
6720 * windows.texi (Textual Scrolling, Resizing Windows):
6721 * variables.texi (Constant Variables):
6722 * text.texi (Buffer Contents, Deletion, Changing Properties)
6723 (Property Search, Special Properties, Sticky Properties)
6724 (Links and Mouse-1, Fields, Change Hooks):
6725 * syntax.texi (Syntax Table Functions, Parsing Expressions)
6726 (Categories):
6727 * symbols.texi (Other Plists):
6728 * streams.texi (Output Variables):
6729 * processes.texi (Input to Processes, Query Before Exit):
6730 * positions.texi (Word Motion, Text Lines, List Motion):
6731 * os.texi (Init File, System Environment, Sound Output)
6732 (Session Management):
6733 * nonascii.texi (Text Representations, Character Sets)
6734 (Chars and Bytes, Locales):
6735 * modes.texi (Defining Minor Modes, Header Lines):
6736 * minibuf.texi (Minibuffer Contents):
6737 * markers.texi (Information from Markers):
6738 * lists.texi (List Elements, Building Lists, Association Lists):
6739 * keymaps.texi (Tool Bar):
6740 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
6741 * functions.texi (What Is a Function, Mapping Functions):
6742 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
6743 (Color Names, Text Terminal Colors, Display Feature Testing):
6744 * files.texi (Visiting Functions, File Name Components)
6745 (Unique File Names, Contents of Directories):
6746 * display.texi (Forcing Redisplay, Displaying Messages)
6747 (Temporary Displays, Font Selection, Auto Faces)
6748 (Font Lookup, Fringe Indicators, Display Margins)
6749 (Image Descriptors, Showing Images, Image Cache, Button Types)
6750 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
6751 (Display Table Format, Glyphs):
6752 * control.texi (Iteration):
6753 * commands.texi (Command Loop Info, Adjusting Point):
6754 * backups.texi (Making Backups, Auto-Saving):
6755 Remove @tindex entries.
6756
6757 2006-07-07 Kim F. Storm <storm@cua.dk>
6758
6759 * display.texi (Fringe Cursors): Fix typo.
6760 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
6761 (Overlay Arrow): Default is overlay-arrow fringe indicator.
6762
6763 2006-07-05 Richard Stallman <rms@gnu.org>
6764
6765 * text.texi (Buffer Contents): Add example of text props
6766 in result of buffer-substring.
6767 (Text Properties): Explain better about use of specific property names.
6768 (Property Search): Some cleanups; reorder some functions.
6769
6770 * keymaps.texi (Changing Key Bindings): Cleanup.
6771 Add xref to Key Binding Conventions.
6772
6773 * display.texi (Attribute Functions): Add examples for
6774 face-attribute-relative-p.
6775
6776 * tips.texi (Coding Conventions): Cleanup last change.
6777
6778 2006-07-05 Karl Berry <karl@gnu.org>
6779
6780 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
6781 Remove @setchapternewpage odd.
6782 Result is 1013 pages, down from 1100.
6783
6784 * anti.texi, customize.texi, display.texi, internals.texi:
6785 * minibuf.texi, modes.texi, tips.texi:
6786 Fix overfull/underfull boxes.
6787
6788 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6789
6790 * edebug.texi (Instrumenting):
6791 Add Edebug-specific findex for eval-buffer.
6792 * loading.texi (Loading):
6793 Replace eval-current-buffer with eval-buffer.
6794
6795 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
6796
6797 * locals.texi (Standard Buffer-Local Variables): Update the list
6798 of variables.
6799
6800 2006-06-26 Nick Roberts <nickrob@snap.net.nz>
6801
6802 * files.texi (File Name Completion): Point user to the node
6803 "Reading File Names".
6804
6805 2006-06-24 Eli Zaretskii <eliz@gnu.org>
6806
6807 * files.texi (Contents of Directories): Document case-insensitive
6808 behavior on respective filesystems.
6809
6810 * objects.texi (Character Type): Document that Emacs signals an
6811 error for unsupported Unicode characters specified as \uNNNN.
6812
6813 2006-06-19 Richard Stallman <rms@gnu.org>
6814
6815 * processes.texi (Bindat Spec): Clarify previous change.
6816
6817 2006-06-16 Richard Stallman <rms@gnu.org>
6818
6819 * tips.texi (Coding Conventions): Better explain conventions
6820 for definition constructs.
6821
6822 * text.texi (Special Properties): String value of `read-only'
6823 serves as the error message.
6824
6825 * objects.texi (Character Type): Clarify prev. change.
6826 (Non-ASCII in Strings): Mention \u and \U.
6827
6828 * commands.texi (Using Interactive): Explain problem of
6829 markers, etc., in command-history.
6830
6831 2006-06-14 Kim F. Storm <storm@cua.dk>
6832
6833 * commands.texi (Waiting): Negative arg to sit-for forces
6834 redisplay even if input is pending.
6835
6836 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
6837 redisplay. Remove incorrect example of binding redisplay-dont-pause
6838 around (sit-for 0).
6839
6840 2006-06-13 Richard Stallman <rms@gnu.org>
6841
6842 * display.texi (Forcing Redisplay): Clarify previous change.
6843
6844 2006-06-13 Romain Francoise <romain@orebokech.com>
6845
6846 * display.texi (Forcing Redisplay): Fix typo.
6847
6848 2006-06-13 Kim F. Storm <storm@cua.dk>
6849
6850 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
6851
6852 2006-06-10 Luc Teirlinck <teirllm@auburn.edu>
6853
6854 * tips.texi (Coding Conventions): Add `@end itemize'.
6855
6856 2006-06-10 Richard Stallman <rms@gnu.org>
6857
6858 * tips.texi (Coding Conventions): Explain use of coding systems
6859 to ensure one decoding for strings.
6860
6861 2006-06-09 Aidan Kehoe <kehoea@parhasard.net>
6862
6863 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
6864 syntax.
6865
6866 2006-06-07 Eli Zaretskii <eliz@gnu.org>
6867
6868 * display.texi (Font Selection): Remove description of
6869 clear-face-cache.
6870
6871 * compile.texi (Eval During Compile): Fix a typo. Add index
6872 entries for possible uses of eval-when-compile.
6873
6874 2006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
6875
6876 * display.texi (Abstract Display): Fix typo.
6877
6878 2006-06-03 Eli Zaretskii <eliz@gnu.org>
6879
6880 * minibuf.texi (Minibuffer History) <history-add-new-input>:
6881 Reword variable's description.
6882
6883 2006-06-01 Richard Stallman <rms@gnu.org>
6884
6885 * windows.texi (Splitting Windows): Clarify splitting nonselected
6886 window.
6887
6888 2006-05-31 Juri Linkov <juri@jurta.org>
6889
6890 * minibuf.texi (Minibuffer History): Add history-add-new-input.
6891
6892 2006-05-30 Richard Stallman <rms@gnu.org>
6893
6894 * display.texi (Line Height): Fix errors in description of
6895 default line height and line-height property.
6896
6897 * nonascii.texi (Default Coding Systems): Further clarification.
6898
6899 2006-05-29 Luc Teirlinck <teirllm@auburn.edu>
6900
6901 * internals.texi (Pure Storage): Mention that an overflow in pure
6902 space causes a memory leak.
6903 (Garbage Collection): If there was an overflow in pure space,
6904 `garbage-collect' returns nil.
6905
6906 2006-05-30 Eli Zaretskii <eliz@gnu.org>
6907
6908 * nonascii.texi (Default Coding Systems): Fix it some more.
6909
6910 2006-05-29 Eli Zaretskii <eliz@gnu.org>
6911
6912 * nonascii.texi (Default Coding Systems): Fix last change.
6913
6914 2006-05-29 Kenichi Handa <handa@m17n.org>
6915
6916 * nonascii.texi (find-operation-coding-system): Describe the new
6917 argument format (FILENAME . BUFFER).
6918
6919 2006-05-28 Richard Stallman <rms@gnu.org>
6920
6921 * tips.texi (Coding Conventions): Better explain reasons not to
6922 advise other packages or use `eval-after-load'.
6923
6924 2006-05-29 Kim F. Storm <storm@cua.dk>
6925
6926 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
6927 `bindat-idx' and `bindat-raw' for clarity.
6928
6929 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6930
6931 * processes.texi (Bindat Spec): Expand on `repeat' handler.
6932
6933 * display.texi (Display): Add "Abstract Display" to menu.
6934 (Abstract Display, Abstract Display Functions)
6935 (Abstract Display Example): New nodes.
6936 * elisp.texi (Top): Add "Abstract Display" to menu.
6937
6938 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
6939
6940 * keymaps.texi (Key Sequences): Link to input events definition.
6941 (Format of Keymaps): Delete material duplicated in Keymap Basics.
6942
6943 * files.texi (Changing Files): Document updated argument list for
6944 copy-file.
6945
6946 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6947
6948 * processes.texi (Bindat Functions): Explain term "total length".
6949 Use it in bindat-length and bindat-pack descriptions.
6950
6951 2006-05-26 Eli Zaretskii <eliz@gnu.org>
6952
6953 * tips.texi (Coding Conventions): Advise against using
6954 eval-after-load in packages. Add an index entry.
6955
6956 2006-05-25 Juri Linkov <juri@jurta.org>
6957
6958 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
6959
6960 * modes.texi (%-Constructs): Add %e, %z, %Z.
6961
6962 2006-05-25 Richard Stallman <rms@gnu.org>
6963
6964 * elisp.texi (Top): Update subnode menu.
6965
6966 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
6967 (Keymaps): Update menu.
6968
6969 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
6970
6971 * keymaps.texi (Key Sequences): Some clarifications.
6972
6973 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
6974
6975 * processes.texi (Bindat Functions): Say "unibyte string"
6976 explicitly for bindat-unpack and bindat-pack descriptions.
6977 (Bindat Examples): Don't call `string-make-unibyte' in example.
6978
6979 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
6980
6981 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
6982 Explain string and vector representations of key sequences.
6983
6984 * keymaps.texi (Changing Key Bindings):
6985 * commands.texi (Interactive Codes):
6986 * help.texi (Describing Characters): Refer to it.
6987
6988 2006-05-23 Luc Teirlinck <teirllm@auburn.edu>
6989
6990 * frames.texi (Pointer Shape): @end table -> @end defvar.
6991
6992 2006-05-22 Richard Stallman <rms@gnu.org>
6993
6994 * elisp.texi (Top): Update subnode menus.
6995
6996 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
6997 Contents rewritten; material from old Pointer Shape node moved here.
6998
6999 * display.texi (Pointer Shape): Node deleted.
7000 (Image Descriptors): Minor cleanup.
7001
7002 2006-05-21 Richard Stallman <rms@gnu.org>
7003
7004 * syntax.texi (Parsing Expressions): Update info on which STATE
7005 elements are ignored.
7006
7007 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
7008
7009 * hooks.texi (Standard Hooks): Correct typo.
7010
7011 * gpl.texi (GPL): ifinfo -> ifnottex.
7012
7013 2006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
7014
7015 * searching.texi (Simple Match Data): Warn about match data being
7016 set anew by every search.
7017
7018 2006-05-17 Richard Stallman <rms@gnu.org>
7019
7020 * minibuf.texi (Minibuffer History): Clarify.
7021
7022 * searching.texi (Regexp Special): Clarify nested regexp warning.
7023
7024 2006-05-16 Kim F. Storm <storm@cua.dk>
7025
7026 * minibuf.texi (Minibuffer History): Update add-to-history.
7027
7028 2006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
7029
7030 * nonascii.texi (Explicit Encoding):
7031 Fix typo (encoding<->decoding).
7032
7033 2006-05-14 Richard Stallman <rms@gnu.org>
7034
7035 * buffers.texi (Creating Buffers): Cleanup.
7036
7037 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
7038
7039 2006-05-13 Eli Zaretskii <eliz@gnu.org>
7040
7041 * buffers.texi (Current Buffer): Document that with-temp-buffer
7042 disables undo.
7043
7044 * os.texi (Terminal-Specific): More accurate description of how
7045 Emacs searches for the terminal-specific libraries.
7046
7047 2006-05-12 Eli Zaretskii <eliz@gnu.org>
7048
7049 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
7050 emacs-xtra to @inforef's.
7051
7052 * text.texi (Undo): Document that undo is turned off in buffers
7053 whose names begin with a space.
7054
7055 * buffers.texi (Buffer Names): Add index entries for buffers whose
7056 names begin with a space.
7057 (Creating Buffers): Document that undo is turned off in buffers
7058 whose names begin with a space.
7059
7060 * files.texi (Visiting Functions, Reading from Files)
7061 (Saving Buffers): Mention code and EOL conversions by file I/O
7062 primitives and subroutines.
7063
7064 * nonascii.texi (Lisp and Coding Systems):
7065 Document coding-system-eol-type. Add index entries for eol conversion.
7066
7067 * display.texi (Defining Faces): Mention `mac', and add an xref to
7068 where window-system is described.
7069
7070 2006-05-10 Richard Stallman <rms@gnu.org>
7071
7072 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
7073
7074 2006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
7075
7076 * variables.texi (File Local Variables): Recommend to quote lambda
7077 expressions in safe-local-variable property.
7078
7079 2006-05-09 Richard Stallman <rms@gnu.org>
7080
7081 * variables.texi (File Local Variables):
7082 Document safe-local-eval-forms and safe-local-eval-function.
7083
7084 2006-05-07 Kim F. Storm <storm@cua.dk>
7085
7086 * minibuf.texi (Minibuffer History): Remove keep-dups arg
7087 from add-to-history.
7088
7089 2006-05-07 Romain Francoise <romain@orebokech.com>
7090
7091 * commands.texi (Event Input Misc):
7092 * compile.texi (Eval During Compile):
7093 * internals.texi (Buffer Internals):
7094 * minibuf.texi (Initial Input):
7095 * nonascii.texi (Scanning Charsets):
7096 * numbers.texi (Comparison of Numbers):
7097 * windows.texi (Textual Scrolling, Vertical Scrolling):
7098 Fix various typos.
7099
7100 2006-05-06 Eli Zaretskii <eliz@gnu.org>
7101
7102 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
7103 conditional xref's to either emacs or emacs-xtra, depending on
7104 @iftex/@ifnottex.
7105
7106 * minibuf.texi (Minibuffer History): Document add-to-history.
7107
7108 2006-05-05 Eli Zaretskii <eliz@gnu.org>
7109
7110 * internals.texi (Pure Storage): Mention the pure overflow message
7111 at startup.
7112
7113 2006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
7114
7115 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
7116 (Searching Keymaps): Fix pseudo-Lisp description of keymap
7117 search.
7118
7119 2006-05-01 Richard Stallman <rms@gnu.org>
7120
7121 * intro.texi (nil and t): Clarify.
7122
7123 * variables.texi (File Local Variables): Suggest using booleanp.
7124
7125 2006-05-01 Juanma Barranquero <lekktu@gmail.com>
7126
7127 * objects.texi (Type Predicates): Fix typos.
7128
7129 2006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
7130
7131 * intro.texi (nil and t): Add booleanp.
7132
7133 * objects.texi (Type Predicates): Add links for booleanp and
7134 string-or-null-p.
7135
7136 2006-04-29 Richard Stallman <rms@gnu.org>
7137
7138 * modes.texi (Multiline Font Lock): Rename from
7139 Multi line Font Lock Elements. Much clarification.
7140 (Font Lock Multiline, Region to Fontify): Much clarification.
7141
7142 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
7143
7144 * variables.texi (File Local Variables): Remove the special case t for
7145 safe-local-variable.
7146
7147 2006-04-26 Richard Stallman <rms@gnu.org>
7148
7149 * syntax.texi (Parsing Expressions): Minor cleanup.
7150
7151 2006-04-18 Richard Stallman <rms@gnu.org>
7152
7153 * tips.texi (Coding Conventions): Explain when the package's
7154 prefix should appear later on (not at the start of the name).
7155
7156 * searching.texi (String Search): Clarify effect of NOERROR.
7157
7158 * modes.texi (Imenu): Clarify what special items do.
7159
7160 * hooks.texi (Standard Hooks): Delete text about old hook names.
7161
7162 2006-04-17 Romain Francoise <romain@orebokech.com>
7163
7164 * variables.texi (Local Variables): Update the default value of
7165 `max-specpdl-size'.
7166
7167 2006-04-15 Michael Olson <mwolson@gnu.org>
7168
7169 * processes.texi (Transaction Queues): Mention the new optional
7170 `delay-question' argument for `tq-enqueue'.
7171
7172 2006-04-13 Bill Wohler <wohler@newt.com>
7173
7174 * customize.texi (Common Keywords): Use dotted notation for
7175 :package-version value. Specify its values. Improve documentation
7176 for customize-package-emacs-version-alist.
7177
7178 2006-04-12 Bill Wohler <wohler@newt.com>
7179
7180 * customize.texi (Common Keywords): Move description of
7181 customize-package-emacs-version-alist to @defvar.
7182
7183 2006-04-10 Bill Wohler <wohler@newt.com>
7184
7185 * customize.texi (Common Keywords): Add :package-version.
7186
7187 2006-04-10 Kim F. Storm <storm@cua.dk>
7188
7189 * text.texi (Buffer Contents): Add NOPROPS arg to
7190 filter-buffer-substring.
7191
7192 2006-04-08 Kevin Ryde <user42@zip.com.au>
7193
7194 * os.texi (Command-Line Arguments): Update xref to emacs manual
7195 "Command Arguments" -> "Emacs Invocation", per change there.
7196
7197 2006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
7198
7199 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
7200 be on one line to help makeinfo not render two spaces after the dot.
7201
7202 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7203
7204 * strings.texi (Predicates for Strings): Add string-or-null-p.
7205
7206 2006-03-28 Kim F. Storm <storm@cua.dk>
7207
7208 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
7209 remarks about systems that don't support fractional seconds.
7210
7211 2006-03-25 Karl Berry <karl@gnu.org>
7212
7213 * elisp.texi: Use @copyright{} instead of (C), and do not indent
7214 the year list.
7215
7216 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
7217
7218 * display.texi (Fringe Indicators): Fix typos.
7219
7220 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
7221
7222 * tips.texi (Documentation Tips): One can now also write `program'
7223 in front of a quoted symbol in a docstring to prevent making a
7224 hyperlink.
7225
7226 2006-03-19 Alan Mackenzie <acm@muc.de>
7227
7228 * text.texi (Special Properties): Clarify `fontified' property.
7229
7230 2006-03-16 Richard Stallman <rms@gnu.org>
7231
7232 * display.texi (Defining Images): Minor cleanup.
7233
7234 2006-03-16 Bill Wohler <wohler@newt.com>
7235
7236 * display.texi (Defining Images): In image-load-path-for-library,
7237 prefer user's images.
7238
7239 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
7240
7241 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
7242
7243 2006-03-15 Bill Wohler <wohler@newt.com>
7244
7245 * display.texi (Defining Images): Fix example in
7246 image-load-path-for-library by not recommending that one binds
7247 image-load-path. Just defvar it to placate compiler and only use
7248 it if previously defined.
7249
7250 2006-03-14 Bill Wohler <wohler@newt.com>
7251
7252 * display.texi (Defining Images): In image-load-path-for-library,
7253 always return list of directories. Update example.
7254
7255 2006-03-14 Alan Mackenzie <acm@muc.de>
7256
7257 * modes.texi: New node, "Region to Fontify" (for Font Lock).
7258 This describes font-lock-extend-region-function.
7259 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
7260 the new node "Region to Fontify".
7261
7262 2006-03-13 Richard Stallman <rms@gnu.org>
7263
7264 * display.texi (Invisible Text): The impossible position is
7265 now before the invisible text, not after.
7266 (Defining Images): Clean up last change.
7267
7268 2006-03-11 Bill Wohler <wohler@newt.com>
7269
7270 * display.texi (Defining Images): Add image-load-path-for-library.
7271
7272 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
7273
7274 * text.texi (Adaptive Fill): Fix Texinfo usage.
7275
7276 * strings.texi (Creating Strings): Fix Texinfo usage.
7277
7278 * searching.texi (Regexp Special): Use @samp for regular
7279 expressions that are not in Lisp syntax.
7280
7281 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
7282
7283 * searching.texi (Regexp Special): Put remark between parentheses
7284 to avoid misreading.
7285
7286 2006-03-07 Luc Teirlinck <teirllm@auburn.edu>
7287
7288 * searching.texi (Syntax of Regexps): More accurately describe
7289 which characters are special in which situations.
7290 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
7291 are not special. Describe in detail when `[' and `]' are special.
7292 (Regexp Backslash): Plenty of regexps with unbalanced square
7293 brackets are valid, so reword that statement.
7294
7295 2006-03-02 Kim F. Storm <storm@cua.dk>
7296
7297 * keymaps.texi (Tool Bar): Add tool-bar-border.
7298
7299 2006-02-28 Luc Teirlinck <teirllm@auburn.edu>
7300
7301 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
7302
7303 2006-02-27 Luc Teirlinck <teirllm@auburn.edu>
7304
7305 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
7306
7307 * files.texi (Locating Files): Suggest additional values for the
7308 SUFFIXES arg of `locate-file'. Update pxref.
7309
7310 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
7311 (How Programs Do Loading): Discuss the effects of Auto Compression
7312 mode on `load'.
7313 (Load Suffixes): New node.
7314 (Library Search): Delete description of `load-suffixes'; it was
7315 moved to "Load Suffixes".
7316 (Autoload, Named Features): Mention `load-suffixes'.
7317
7318 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7319
7320 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
7321
7322 * windows.texi (Window Tree): Fix typo.
7323
7324 2006-02-20 Kim F. Storm <storm@cua.dk>
7325
7326 * display.texi (Fringe Indicators): New section.
7327 Move indicate-empty-lines, indicate-buffer-boundaries, and
7328 default-indicate-buffer-boundaries here.
7329 Add fringe-indicator-alist and default-fringes-indicator-alist.
7330 Add list of logical fringe indicator symbols.
7331 Update list of standard bitmap names.
7332 (Fringe Cursors): New section.
7333 Move overflow-newline-into-fringe here.
7334 Add fringe-cursor-alist and default-fringes-cursor-alist.
7335 Add list of fringe cursor symbols.
7336
7337 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
7338
7339 * commands.texi (Using Interactive): Fix reference to node
7340 "Minibuffers".
7341
7342 2006-02-19 Richard M. Stallman <rms@gnu.org>
7343
7344 * minibuf.texi (High-Level Completion):
7345 Add xref to read-input-method-name.
7346
7347 * files.texi (Relative File Names): Move file-relative-name here.
7348 (File Name Expansion): From here. Minor clarifications.
7349
7350 * commands.texi (Using Interactive): Add xrefs about reading input.
7351 Clarify remarks about that moving point and mark.
7352 Put string case before list case.
7353
7354 2006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
7355
7356 * display.texi (Other Display Specs, Image Descriptors):
7357 Revert erroneous changes. The previous description of
7358 image-descriptors as `(image . PROPS)' was correct.
7359
7360 2006-02-14 Richard M. Stallman <rms@gnu.org>
7361
7362 * variables.texi (File Local Variables): Clarifications.
7363
7364 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
7365
7366 * variables.texi (File Local Variables): Use @code for a cons
7367 cell, not @var.
7368
7369 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
7370
7371 * variables.texi (File Local Variables): Document new file local
7372 variable behavior.
7373
7374 2006-02-10 Kim F. Storm <storm@cua.dk>
7375
7376 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
7377
7378 2006-02-08 Juanma Barranquero <lekktu@gmail.com>
7379
7380 * modes.texi (%-Constructs): Remove obsolete info about
7381 `global-mode-string'.
7382
7383 2006-02-07 Richard M. Stallman <rms@gnu.org>
7384
7385 * commands.texi (Prefix Command Arguments): Minor cleanup.
7386
7387 * display.texi: "Graphical display", not window system.
7388
7389 * functions.texi (What Is a Function): Fix xref.
7390
7391 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
7392 (Changing Key Bindings): Clarify when remapping is better than
7393 substitute-key-definition.
7394
7395 2006-02-02 Richard M. Stallman <rms@gnu.org>
7396
7397 * minibuf.texi (Basic Completion): Completion alists are risky.
7398
7399 * keymaps.texi (Active Keymaps): Clarifications.
7400 (Searching Keymaps): New node.
7401 (Keymaps): Update menu.
7402
7403 * frames.texi (Layout Parameters): Minor clarification.
7404 (Drag and Drop): New node.
7405 (Frames): Update menu.
7406
7407 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
7408
7409 * display.texi (Other Display Specs, Image Descriptors):
7410 Image description is a list, not a cons cell.
7411
7412 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7413
7414 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
7415 list is not necessarily a list).
7416
7417 2006-01-27 Eli Zaretskii <eliz@gnu.org>
7418
7419 * frames.texi (Layout Parameters): border-width and
7420 internal-border-width belong to the frame, not the window.
7421
7422 2006-01-19 Richard M. Stallman <rms@gnu.org>
7423
7424 * nonascii.texi (Translation of Characters): Search cmds use
7425 translation-table-for-input. Automatically made local.
7426
7427 * markers.texi (Overview of Markers): Count insertion type
7428 as one of a marker's attributes.
7429
7430 * keymaps.texi (Controlling Active Maps): New node, split out of
7431 Active Keymaps.
7432 (Keymaps): Menu updated.
7433 (Active Keymaps): Give pseudocode to explain how the active
7434 maps are searched. current-active-maps and key-binding moved here.
7435 (Functions for Key Lookup): current-active-maps and key-binding moved.
7436 Clarifications.
7437 (Searching the Keymaps): New subnode.
7438
7439 * elisp.texi (Top): Menu clarification.
7440
7441 * display.texi (Other Display Specs): Delete duplicate entry for
7442 just a string as display spec. Move text about recursive display
7443 specs on such a string.
7444
7445 * commands.texi (Key Sequence Input): Clarify.
7446 Move num-nonmacro-input-events out.
7447 (Reading One Event): num-nonmacro-input-events moved here.
7448
7449 2006-01-14 Nick Roberts <nickrob@snap.net.nz>
7450
7451 * advice.texi (Simple Advice): Update example to fit argument
7452 change in previous-line.
7453
7454 2006-01-05 Richard M. Stallman <rms@gnu.org>
7455
7456 * markers.texi (The Mark): Fix in `mark'.
7457
7458 2006-01-04 Richard M. Stallman <rms@gnu.org>
7459
7460 * processes.texi (Misc Network, Make Network): Minor cleanups.
7461
7462 2006-01-04 Kim F. Storm <storm@cua.dk>
7463
7464 * processes.texi (Make Network): Add IPv6 addresses and handling.
7465 (Network Feature Testing): Mention (:family ipv6).
7466 (Misc Network): Add IPv6 formats to format-network-address.
7467
7468 2005-12-30 Richard M. Stallman <rms@gnu.org>
7469
7470 * text.texi (Changing Properties):
7471 Don't use return value of set-text-properties.
7472
7473 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
7474
7475 * modes.texi (Mode Line Format): Correct typo in menu.
7476
7477 2005-12-29 Richard M. Stallman <rms@gnu.org>
7478
7479 * modes.texi (Mode Line Top): New node.
7480 (Mode Line Data): Some text moved to new node.
7481 Explain the data structure more concretely.
7482 (Mode Line Basics): Clarifications.
7483 (Mode Line Variables): Clarify intro paragraph.
7484 (%-Constructs): Clarify intro paragraph.
7485 (Mode Line Format): Update menu.
7486
7487 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7488
7489 * minibuf.texi (Basic Completion): Update lazy-completion-table
7490 examples for removal of ARGS argument.
7491
7492 2005-12-23 Richard M. Stallman <rms@gnu.org>
7493
7494 * text.texi (Undo): Restore some explanation from the version
7495 that was deleted.
7496
7497 2005-12-23 Eli Zaretskii <eliz@gnu.org>
7498
7499 * text.texi (Undo): Remove duplicate descriptions of `apply
7500 funname' and `apply delta' elements of the undo list.
7501
7502 2005-12-20 Richard M. Stallman <rms@gnu.org>
7503
7504 * help.texi (Help Functions): Update documentation of `apropos'.
7505
7506 2005-12-20 Luc Teirlinck <teirllm@auburn.edu>
7507
7508 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
7509 because it is confusing. If the :help-echo keyword is a function,
7510 it is not directly used as the :help-echo overlay property, as the
7511 xref seems to suggest (it does not take the appropriate args).
7512
7513 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
7514
7515 * customize.texi (Common Keywords): Fix Texinfo usage.
7516 (Group Definitions, Variable Definitions): Update for new
7517 conventions for using `*' in docstrings.
7518
7519 * tips.texi (Documentation Tips): Update for new conventions for
7520 using `*' in docstrings.
7521
7522 2005-12-16 Richard M. Stallman <rms@gnu.org>
7523
7524 * minibuf.texi (Minibuffer Contents): Minor cleanup.
7525
7526 2005-12-16 Juri Linkov <juri@jurta.org>
7527
7528 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
7529
7530 2005-12-14 Romain Francoise <romain@orebokech.com>
7531
7532 * modes.texi (Customizing Keywords): Rename `append' to `how'.
7533 Fix typo.
7534
7535 2005-12-11 Juri Linkov <juri@jurta.org>
7536
7537 * minibuf.texi (Completion Commands): Add mention of read-file-name
7538 for filename completion keymaps.
7539 (Reading File Names): Add mention of filename completion keymaps
7540 for read-file-name and xref to `Completion Commands'.
7541
7542 2005-12-10 Richard M. Stallman <rms@gnu.org>
7543
7544 * customize.texi (Common Keywords): State caveats for use of :tag.
7545
7546 2005-12-08 Richard M. Stallman <rms@gnu.org>
7547
7548 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
7549 with xrefs and better explanation.
7550 (Completion Commands): Add the filename completion maps.
7551
7552 * objects.texi (Character Type): Clarify that \s is not space
7553 if a dash follows.
7554
7555 2005-12-05 Richard M. Stallman <rms@gnu.org>
7556
7557 * windows.texi (Resizing Windows): Delete preserve-before args.
7558
7559 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
7560
7561 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
7562 in full keymaps, since the quirk has been fixed.
7563
7564 2005-12-03 Eli Zaretskii <eliz@gnu.org>
7565
7566 * hooks.texi (Standard Hooks): Add index entries.
7567 Mention `compilation-finish-functions'.
7568
7569 2005-11-27 Richard M. Stallman <rms@gnu.org>
7570
7571 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
7572
7573 2005-11-21 Juri Linkov <juri@jurta.org>
7574
7575 * customize.texi (Common Keywords): Update links types
7576 custom-manual and url-link. Add link types emacs-library-link,
7577 file-link, function-link, variable-link, custom-group-link.
7578
7579 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
7580
7581 * display.texi: Revert 2005-11-20 change.
7582
7583 2005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
7584
7585 * processes.texi (Bindat Functions):
7586 Say "third" to refer to zero-based index "2".
7587
7588 2005-11-18 Luc Teirlinck <teirllm@auburn.edu>
7589
7590 * loading.texi (Library Search): Update the default value of
7591 `load-suffixes'.
7592
7593 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7594
7595 * display.texi (Attribute Functions): Mention :ignore-defface.
7596
7597 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7598
7599 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
7600 (Minor Mode Conventions): Mention the use of a hook.
7601
7602 2005-11-06 Richard M. Stallman <rms@gnu.org>
7603
7604 * files.texi (Magic File Names): find-file-name-handler checks the
7605 `operations' property of the handler.
7606
7607 2005-11-03 Richard M. Stallman <rms@gnu.org>
7608
7609 * variables.texi (Frame-Local Variables): Small clarification.
7610
7611 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
7612
7613 * os.texi (Init File): Document ~/.emacs.d/init.el.
7614
7615 2005-10-29 Richard M. Stallman <rms@gnu.org>
7616
7617 * internals.texi (Garbage Collection): Document memory-full.
7618
7619 2005-10-28 Bill Wohler <wohler@newt.com>
7620
7621 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
7622 for URLs.
7623
7624 2005-10-28 Richard M. Stallman <rms@gnu.org>
7625
7626 * minibuf.texi (Completion Commands): Clean up prev change.
7627
7628 2005-10-26 Kevin Ryde <user42@zip.com.au>
7629
7630 * compile.texi (Eval During Compile): Explain recommended uses
7631 of eval-when-compile and eval-and-compile.
7632
7633 2005-10-27 Masatake YAMATO <jet@gyve.org>
7634
7635 * minibuf.texi (Completion Commands):
7636 Write about new optional argument for `display-completion-list'.
7637
7638 2005-10-23 Richard M. Stallman <rms@gnu.org>
7639
7640 * display.texi (Overlay Arrow): Clarify about local bindings of
7641 overlay-arrow-position.
7642
7643 2005-10-22 Eli Zaretskii <eliz@gnu.org>
7644
7645 * internals.texi (Building Emacs): Fix last change.
7646
7647 2005-10-22 Richard M. Stallman <rms@gnu.org>
7648
7649 * internals.texi (Building Emacs): Document eval-at-startup.
7650
7651 2005-10-21 Richard M. Stallman <rms@gnu.org>
7652
7653 * loading.texi (Where Defined): load-history contains abs file names.
7654 symbol-file returns abs file names.
7655
7656 2005-10-19 Kim F. Storm <storm@cua.dk>
7657
7658 * display.texi (Showing Images): Add max-image-size integer value.
7659
7660 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
7661
7662 * display.texi (Showing Images): Document max-image-size.
7663
7664 2005-10-17 Richard M. Stallman <rms@gnu.org>
7665
7666 * commands.texi (Quitting): Minor clarification.
7667
7668 * processes.texi (Sentinels): Clarify about output and quitting.
7669 (Filter Functions): Mention with-local-quit.
7670
7671 2005-10-17 Juri Linkov <juri@jurta.org>
7672
7673 * buffers.texi (Current Buffer):
7674 * commands.texi (Event Input Misc):
7675 * compile.texi (Eval During Compile, Compiler Errors):
7676 * customize.texi (Group Definitions):
7677 * display.texi (Progress, Defining Faces):
7678 * files.texi (Writing to Files):
7679 * modes.texi (Mode Hooks, Defining Minor Modes):
7680 * streams.texi (Output Functions):
7681 * syntax.texi (Syntax Table Functions):
7682 * text.texi (Change Hooks):
7683 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
7684
7685 * commands.texi (Quitting): Replace arg `forms' with `body' in
7686 `with-local-quit'.
7687
7688 * positions.texi (Excursions): Replace arg `forms' with `body' in
7689 `save-excursion'.
7690
7691 2005-10-08 Kim F. Storm <storm@cua.dk>
7692
7693 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
7694 Rename manual section accordingly.
7695
7696 2005-10-04 Kim F. Storm <storm@cua.dk>
7697
7698 * windows.texi (Window Split Tree): New section describing
7699 new function window-split-tree function.
7700
7701 2005-10-03 Nick Roberts <nickrob@snap.net.nz>
7702
7703 * display.texi (Fringe Size/Pos): Simplify and add detail.
7704
7705 2005-09-30 Romain Francoise <romain@orebokech.com>
7706
7707 * minibuf.texi (High-Level Completion): Explain that the prompt
7708 given to `read-buffer' should end with a colon and a space.
7709 Update usage examples.
7710
7711 2005-09-29 Juri Linkov <juri@jurta.org>
7712
7713 * display.texi (Displaying Messages): Rename argument name
7714 `string' to `format-string' in functions `message', `message-box',
7715 `message-or-box'.
7716
7717 2005-09-26 Chong Yidong <cyd@stupidchicken.com>
7718
7719 * errors.texi (Standard Errors): Correct xrefs.
7720
7721 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
7722
7723 * display.texi (Defining Images): Update documentation for
7724 `image-load-path'.
7725
7726 2005-09-17 Richard M. Stallman <rms@gnu.org>
7727
7728 * display.texi (Defining Images): Clean up previous change.
7729
7730 2005-09-16 Romain Francoise <romain@orebokech.com>
7731
7732 * elisp.texi: Specify GFDL version 1.2.
7733
7734 * doclicense.texi (GNU Free Documentation License): Update to
7735 version 1.2.
7736
7737 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
7738
7739 * display.texi (Defining Images): Document `image-load-path'.
7740
7741 2005-09-15 Richard M. Stallman <rms@gnu.org>
7742
7743 * objects.texi (Printed Representation): Minor cleanup.
7744 (Box Diagrams): Minor fix.
7745 (Cons Cell Type): Move (...) index item here.
7746 (Box Diagrams): From here.
7747 (Array Type): Minor fix.
7748 (Type Predicates): Delete index "predicates".
7749 (Hash Table Type): Clarify xref.
7750 (Dotted Pair Notation): Minor fix.
7751
7752 2005-09-10 Chong Yidong <cyd@stupidchicken.com>
7753
7754 * files.texi (Saving Buffers): Fix typo.
7755
7756 2005-09-08 Richard M. Stallman <rms@gnu.org>
7757
7758 * tips.texi (Programming Tips): Correct the "default" prompt spec.
7759
7760 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
7761
7762 * locals.texi (Standard Buffer-Local Variables): Don't include
7763 mode variables for minor modes.
7764 Fix xrefs for buffer-display-count, buffer-display-table,
7765 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
7766 enable-multibyte-characters, fill-column, header-line-format,
7767 left-fringe-width, left-margin, and right-fringe-width.
7768
7769 * hooks.texi (Standard Hooks): All hooks should conform to the
7770 standard naming convention now.
7771 Fix xref for `echo-area-clear-hook'.
7772
7773 * display.texi (Usual Display): Note that indicate-empty-lines and
7774 tab-width are buffer-local.
7775
7776 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
7777
7778 * modes.texi (Mode Help): Note that major-mode is buffer-local.
7779
7780 * nonascii.texi (Encoding and I/O): Note that
7781 buffer-file-coding-system is buffer-local.
7782
7783 * positions.texi (List Motion): Note that defun-prompt-regexp is
7784 buffer-local.
7785
7786 * text.texi (Auto Filling): Note that auto-fill-function is
7787 buffer-local.
7788 (Undo): Note that buffer-undo-list is buffer-local.
7789
7790 * windows.texi (Buffers and Windows):
7791 Document buffer-display-count.
7792
7793 2005-09-06 Richard M. Stallman <rms@gnu.org>
7794
7795 * tips.texi (Coding Conventions): Sometimes it is ok to put the
7796 package prefix elsewhere than at the start of the name.
7797
7798 2005-09-03 Richard M. Stallman <rms@gnu.org>
7799
7800 * tips.texi (Programming Tips): Add conventions for minibuffer
7801 questions and prompts.
7802
7803 2005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
7804
7805 * intro.texi (nil and t): Minor cleanup.
7806 Delete spurious mention of keyword symbols.
7807 (Evaluation Notation): Add index entry.
7808 (A Sample Function Description): Minor cleanup.
7809 (A Sample Variable Description): Not all vars can be set.
7810
7811 2005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
7812
7813 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
7814
7815 (Insertion): Document precise type of `insert-char' arg COUNT.
7816
7817 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7818
7819 * modes.texi (Other Font Lock Variables): Sync the default of
7820 font-lock-lines-before.
7821
7822 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
7823
7824 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
7825
7826 2005-08-29 Richard M. Stallman <rms@gnu.org>
7827
7828 * elisp.texi (Top): Update subnode menu.
7829
7830 * searching.texi (Searching and Matching): Move node.
7831 Rearrange contents and add overall explanation.
7832 (Searching and Case): Move node.
7833 (Searching and Matching): Update menu.
7834
7835 2005-08-27 Eli Zaretskii <eliz@gnu.org>
7836
7837 * os.texi (Startup Summary): Fix the description of the initial
7838 startup message display.
7839
7840 2005-08-25 Richard M. Stallman <rms@gnu.org>
7841
7842 * searching.texi (Search and Replace): Add replace-regexp-in-string.
7843
7844 2005-08-25 Emilio C. Lopes <eclig@gmx.net>
7845
7846 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
7847 `next-overlay-change' example.
7848
7849 2005-08-22 Juri Linkov <juri@jurta.org>
7850
7851 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
7852 Fix invert-face. Fix args of face-background.
7853
7854 * display.texi (Standard Faces): Delete node.
7855 (Faces): Add xref to `(emacs)Standard Faces'.
7856 (Displaying Faces): Fix xref to `Standard Faces'.
7857
7858 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
7859
7860 2005-08-20 Alan Mackenzie <acm@muc.de>
7861
7862 * buffers.texi (The Buffer List): Clarify the manipulation of the
7863 buffer list.
7864
7865 2005-08-14 Richard M. Stallman <rms@gnu.org>
7866
7867 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
7868 a regexp.
7869
7870 2005-08-11 Richard M. Stallman <rms@gnu.org>
7871
7872 * elisp.texi (Top): Update subnode lists.
7873
7874 * display.texi (Inverse Video): Node deleted.
7875
7876 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
7877 New nodes split out of Coding Conventions.
7878
7879 * searching.texi (Regular Expressions): Document re-builder.
7880
7881 * os.texi (Time Parsing): New node split out of Time Conversion.
7882
7883 * processes.texi (Misc Network, Network Feature Testing)
7884 (Network Options, Make Network): New nodes split out of
7885 Low-Level Network.
7886
7887 2005-08-09 Richard M. Stallman <rms@gnu.org>
7888
7889 * frames.texi (Geometry): New node, split from Size and Position.
7890 (Frame Parameters): Refer to Geometry.
7891
7892 * buffers.texi (The Buffer List): Fix xrefs.
7893
7894 * windows.texi (Splitting Windows): Fix xref.
7895
7896 * frames.texi (Layout Parameters): Add xref.
7897
7898 * display.texi (Line Height, Scroll Bars): Fix xrefs.
7899
7900 * keymaps.texi (Menu Bar): Fix xref.
7901
7902 * locals.texi (Standard Buffer-Local Variables): Fix xref.
7903
7904 * modes.texi (%-Constructs): Fix xref.
7905
7906 * frames.texi (Window Frame Parameters): Node split up.
7907 (Basic Parameters, Position Parameters, Size Parameters)
7908 (Layout Parameters, Buffer Parameters, Management Parameters)
7909 (Cursor Parameters, Color Parameters): New subnodes.
7910
7911 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
7912
7913 * positions.texi (Screen Lines): Update xref for previous change
7914 in minibuf.texi.
7915
7916 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
7917 change in minibuf.texi.
7918
7919 2005-08-09 Richard M. Stallman <rms@gnu.org>
7920
7921 * tips.texi (Coding Conventions): Minor cleanup.
7922
7923 * modes.texi (Defining Minor Modes): Explain when init-value
7924 can be non-nil.
7925
7926 * elisp.texi (Top): Update submenu for Minibuffer.
7927
7928 * minibuf.texi (Minibuffer Misc): Node split up.
7929 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
7930 (Recursive Mini): New nodes split out from Minibuffer Misc.
7931 (Minibuffer Misc): Document max-mini-window-height.
7932
7933 * hash.texi (Defining Hash): Delete stray paren in example.
7934
7935 * display.texi (Echo Area Customization): Don't define
7936 max-mini-window-height here; xref instead.
7937
7938 * commands.texi (Event Input Misc): Update while-no-input.
7939
7940 * advice.texi (Advising Functions): Explain when to use advice
7941 and when to use a hook.
7942
7943 2005-07-30 Eli Zaretskii <eliz@gnu.org>
7944
7945 * makefile.w32-in (info): Don't run install-info.
7946 ($(infodir)/dir): New target, produced by running install-info.
7947
7948 2005-07-27 Luc Teirlinck <teirllm@auburn.edu>
7949
7950 * modes.texi (Defining Minor Modes): The keyword for the initial
7951 value is :init-value, not :initial-value.
7952
7953 2005-07-23 Eli Zaretskii <eliz@gnu.org>
7954
7955 * loading.texi (Autoload): Make the `doctor' example be consistent
7956 with what's in current loaddefs.el. Describe the "fn" magic in
7957 the usage portion of the doc string.
7958
7959 2005-07-22 Richard M. Stallman <rms@gnu.org>
7960
7961 * internals.texi (Garbage Collection): Clarify previous change.
7962
7963 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
7964
7965 * internals.texi (Garbage Collection): Add gc-cons-percentage.
7966
7967 2005-07-18 Juri Linkov <juri@jurta.org>
7968
7969 * commands.texi (Accessing Events):
7970 * frames.texi (Text Terminal Colors, Resources):
7971 * markers.texi (The Mark):
7972 * modes.texi (Defining Minor Modes):
7973 Delete duplicate duplicate words.
7974
7975 2005-07-16 Richard M. Stallman <rms@gnu.org>
7976
7977 * display.texi (Managing Overlays): Clarify make-overlay
7978 args for insertion types.
7979
7980 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
7981
7982 * customize.texi (Variable Definitions):
7983 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
7984 `standard-value' is a list too.
7985 (Defining New Types): Use @key{RET} instead of @key{ret}.
7986
7987 2005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
7988
7989 * os.texi (Translating Input): Fix typo.
7990
7991 2005-07-08 Richard M. Stallman <rms@gnu.org>
7992
7993 * README: Update edition number and size estimate.
7994
7995 * elisp.texi (VERSION): Set to 2.9.
7996
7997 2005-07-07 Richard M. Stallman <rms@gnu.org>
7998
7999 * book-spine.texinfo: Update Emacs version.
8000
8001 * display.texi (Inverse Video): Delete mode-line-inverse-video.
8002
8003 2005-07-06 Richard M. Stallman <rms@gnu.org>
8004
8005 * searching.texi (Regexp Search): Clarify what re-search-forward
8006 does when the search fails.
8007
8008 2005-07-05 Lute Kamstra <lute@gnu.org>
8009
8010 * Update FSF's address in GPL notices.
8011
8012 * doclicense.texi (GNU Free Documentation License):
8013 * gpl.texi (GPL):
8014 * tips.texi (Coding Conventions, Library Headers):
8015 * vol1.texi:
8016 * vol2.texi: Update FSF's address.
8017
8018 2005-07-04 Richard M. Stallman <rms@gnu.org>
8019
8020 * hooks.texi (Standard Hooks): Add occur-hook.
8021
8022 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
8023
8024 * display.texi (The Echo Area): Correct menu.
8025
8026 2005-07-03 Richard M. Stallman <rms@gnu.org>
8027
8028 * elisp.texi (Top): Update subnode menu for Display.
8029
8030 * display.texi (Displaying Messages): New node, with most
8031 of what was in The Echo Area.
8032 (Progress): Move under The Echo Area.
8033 (Logging Messages): New node with new text.
8034 (Echo Area Customization): New node, the rest of what was
8035 in The Echo Area. Document message-truncate-lines with @defvar.
8036 (Display): Update menu.
8037
8038 * windows.texi (Textual Scrolling): Doc 3 values for
8039 scroll-preserve-screen-position.
8040
8041 * text.texi (Special Properties): Change hook functions
8042 should bind inhibit-modification-hooks around altering buffer text.
8043
8044 * keymaps.texi (Key Binding Commands): Call binding BINDING
8045 rather than DEFINITION.
8046
8047 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
8048
8049 * variables.texi (Defining Variables): `user-variable-p' returns t
8050 for aliases of user options, nil for alias loops.
8051
8052 2005-06-28 Richard M. Stallman <rms@gnu.org>
8053
8054 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
8055 make-keymap.
8056
8057 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
8058
8059 * variables.texi (Setting Variables): Correct and clarify
8060 description of `add-to-ordered-list'.
8061
8062 2005-06-26 Richard M. Stallman <rms@gnu.org>
8063
8064 * display.texi (Faces): Minor cleanup.
8065
8066 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
8067
8068 * display.texi (Faces): `facep' returns t for strings that are
8069 face names.
8070
8071 2005-06-25 Richard M. Stallman <rms@gnu.org>
8072
8073 * objects.texi (Equality Predicates): Clarify meaning of equal.
8074
8075 * windows.texi (Selecting Windows): save-selected-window
8076 and with-selected-window save and restore the current buffer.
8077
8078 2005-06-24 Richard M. Stallman <rms@gnu.org>
8079
8080 * numbers.texi (Float Basics): Explain how to test for NaN,
8081 and printing the sign of NaNs.
8082
8083 2005-06-24 Eli Zaretskii <eliz@gnu.org>
8084
8085 * makefile.w32-in (MAKEINFO): Use --force.
8086
8087 2005-06-23 Richard M. Stallman <rms@gnu.org>
8088
8089 * display.texi (Face Functions): Correct Texinfo usage.
8090
8091 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
8092
8093 * lists.texi (Rings): `ring-elements' now returns the elements of
8094 RING in order.
8095
8096 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
8097
8098 * markers.texi (The Mark): Texinfo usage fix.
8099
8100 2005-06-23 Kim F. Storm <storm@cua.dk>
8101
8102 * searching.texi (Entire Match Data): Remove evaporate option for
8103 match-data. Do not mention evaporate option for set-match-data.
8104
8105 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
8106
8107 * display.texi (Face Functions): Mention face aliases.
8108
8109 2005-06-21 Richard M. Stallman <rms@gnu.org>
8110
8111 * anti.texi (Antinews): Texinfo usage fix.
8112
8113 2005-06-21 Karl Berry <karl@gnu.org>
8114
8115 * elisp.texi: Use @copying.
8116
8117 * elisp.texi: Put @summarycontents and @contents before the Top
8118 node, instead of the end of the file, so that the contents appear
8119 in the right place in the dvi/pdf output.
8120
8121 2005-06-21 Juri Linkov <juri@jurta.org>
8122
8123 * display.texi (Defining Faces): Add `customized-face'.
8124
8125 2005-06-20 Kim F. Storm <storm@cua.dk>
8126
8127 * variables.texi (Setting Variables): Any type of element can be
8128 given order in add-to-ordered-list. Compare elements with eq.
8129
8130 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
8131
8132 2005-06-20 Karl Berry <karl@gnu.org>
8133
8134 * syntax.texi (Syntax Flags): Make last column very slightly wider
8135 to avoid "generic comment" breaking on two lines and causing an
8136 underfull box.
8137
8138 2005-06-19 Luc Teirlinck <teirllm@auburn.edu>
8139
8140 * lists.texi (Rings): Various minor clarifications and corrections.
8141
8142 2005-06-18 Richard M. Stallman <rms@gnu.org>
8143
8144 * functions.texi (Obsolete Functions): Simplify.
8145
8146 * variables.texi (Variable Aliases): Simplify.
8147
8148 * anti.texi, backups.texi, compile.texi, customization.texi:
8149 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
8150 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
8151 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
8152 * variables.texi: Fix formatting ugliness.
8153
8154 * elisp.texi: Add links to Rings and Byte Packing.
8155 Update version and copyright years.
8156
8157 * minibuf.texi: Fix formatting ugliness.
8158 (Completion Commands): Move keymap vars to the end
8159 and vars completing-read binds to the top.
8160
8161 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
8162
8163 * processes.texi: Fix typos.
8164 (Bindat Spec): Correct Texinfo error.
8165 (Byte Packing): Fix ungrammatical sentence.
8166
8167 2005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
8168
8169 * lists.texi (Rings): New node.
8170 (Lists): Add it to menu.
8171
8172 * processes.texi (Byte Packing): New node.
8173 (Processes): Add it to menu.
8174
8175 2005-06-17 Richard M. Stallman <rms@gnu.org>
8176
8177 * syntax.texi (Parsing Expressions): Fix texinfo usage.
8178
8179 * help.texi (Documentation Basics): Explain the xref to
8180 Documentation Tips.
8181
8182 * debugging.texi (Debugger Commands): Minor fix.
8183
8184 2005-06-16 Luc Teirlinck <teirllm@auburn.edu>
8185
8186 * edebug.texi (Instrumenting): Eliminate duplicate link.
8187 (Specification List): Replace references to "below", referring to
8188 a later node, with one @ref to that node.
8189
8190 * os.texi (Timers): Timers should save and restore the match data
8191 if they change it.
8192
8193 * debugging.texi (Debugger Commands): Mention that the Lisp
8194 debugger can not step through primitive functions.
8195
8196 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
8197
8198 * functions.texi (Obsolete Functions): Update argument names of
8199 `make-obsolete' and `define-obsolete-function-alias'.
8200
8201 * variables.texi (Variable Aliases): Update argument names of
8202 `defvaralias', `make-obsolete-variable' and
8203 `define-obsolete-variable-alias'.
8204
8205 2005-06-15 Kim F. Storm <storm@cua.dk>
8206
8207 * searching.texi (Entire Match Data): Rephrase warnings about
8208 evaporate arg to match-data and set-match-data.
8209
8210 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
8211
8212 * elisp.texi (Top): Update detailed menu.
8213
8214 * edebug.texi (Edebug): Update menu.
8215 (Instrumenting): Update xrefs.
8216 (Edebug Execution Modes): Correct xref.
8217 (Jumping): Clarify description of `h' command.
8218 Eliminate redundant @ref.
8219 (Breaks): New node.
8220 (Breakpoints): Is now a subsubsection.
8221 (Global Break Condition): Mention `C-x X X'.
8222 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
8223 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
8224 (Edebug Display Update): Correct pxref.
8225 (Edebug and Macros): New node.
8226 (Instrumenting Macro Calls): Is now a subsubsection.
8227 Neither arg of `def-edebug-spec' is evaluated.
8228 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
8229 (Specification Examples): Fix typo.
8230
8231 2005-06-14 Lute Kamstra <lute@gnu.org>
8232
8233 * debugging.texi (Function Debugging): Primitives can break on
8234 entry too.
8235
8236 2005-06-14 Kim F. Storm <storm@cua.dk>
8237
8238 * variables.texi (Setting Variables): Add add-to-ordered-list.
8239
8240 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8241
8242 * syntax.texi (Parsing Expressions): Document aux functions and vars of
8243 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
8244
8245 2005-06-13 Lute Kamstra <lute@gnu.org>
8246
8247 * text.texi (Special Properties): Fix cross reference.
8248
8249 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
8250
8251 * debugging.texi (Function Debugging): Delete mention of empty
8252 string argument to `cancel-debug-on-entry'. Delete inaccurate
8253 description of the return value of that command.
8254
8255 2005-06-11 Alan Mackenzie <acm@muc.de>
8256
8257 * text.texi (Adaptive Fill): Amplify the description of
8258 fill-context-prefix.
8259
8260 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
8261
8262 * syntax.texi (Parsing Expressions): Fix Texinfo error.
8263
8264 2005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
8265
8266 * syntax.texi (Parsing Expressions): Document syntax-ppss.
8267
8268 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
8269
8270 * debugging.texi (Error Debugging): Minor rewording.
8271 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
8272 is optional.
8273
8274 2005-06-10 Lute Kamstra <lute@gnu.org>
8275
8276 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
8277 (Top): Give it a title. Correct version number. Give the
8278 detailed node listing a more prominent header.
8279 * intro.texi: Don't set VERSION here a second time.
8280 Mention Emacs's version too.
8281 * anti.texi (Antinews): Use EMACSVER to refer to the current
8282 version of Emacs.
8283
8284 2005-06-09 Kim F. Storm <storm@cua.dk>
8285
8286 * searching.texi (Entire Match Data): Explain new `reseat' argument to
8287 match-data and set-match-data.
8288
8289 2005-06-08 Richard M. Stallman <rms@gnu.org>
8290
8291 * searching.texi (Entire Match Data): Clarify when match-data
8292 returns markers and when integers.
8293
8294 * display.texi (Defining Faces): Explain that face name should not
8295 end in `-face'.
8296
8297 * modes.texi (Mode Line Data): Minor cleanup.
8298 (Customizing Keywords): Node split out of Search-based Fontification.
8299 Add example of using font-lock-add-keywords from a hook.
8300 Clarify when MODE should be non-nil, and when nil.
8301
8302 2005-06-06 Richard M. Stallman <rms@gnu.org>
8303
8304 * modes.texi (Mode Line Data): Explain what happens when the car
8305 of a list is a void symbol.
8306 (Search-based Fontification): Explain MODE arg to
8307 font-lock-add-keywords and warn about calls from major modes.
8308
8309 2005-06-08 Juri Linkov <juri@jurta.org>
8310
8311 * display.texi (Standard Faces): Add `shadow' face.
8312
8313 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
8314
8315 * modes.texi (Major Mode Conventions): A derived mode only needs
8316 to put the call to the parent mode inside `delay-mode-hooks'.
8317
8318 2005-05-29 Richard M. Stallman <rms@gnu.org>
8319
8320 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
8321 new, and what that implies. Clarify.
8322
8323 * files.texi (Locating Files): Clean up the text.
8324
8325 * frames.texi (Window Frame Parameters): Document user-size.
8326 Shorten entry for top by referring to left.
8327
8328 2005-05-26 Richard M. Stallman <rms@gnu.org>
8329
8330 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
8331 is new, and what the implications are. Other clarifications.
8332
8333 2005-05-24 Richard M. Stallman <rms@gnu.org>
8334
8335 * frames.texi (Dialog Boxes): Minor fixes.
8336
8337 2005-05-25 Masatake YAMATO <jet@gyve.org>
8338
8339 * display.texi (Standard Faces): Write about `mode-line-highlight'.
8340
8341 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
8342
8343 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
8344 is optional.
8345
8346 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
8347
8348 * frames.texi (Dialog Boxes): Describe new optional argument.
8349
8350 2005-05-23 Lute Kamstra <lute@gnu.org>
8351
8352 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
8353 syntax-begin-function over font-lock-beginning-of-syntax-function.
8354
8355 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
8356
8357 * minibuf.texi (Reading File Names): Update description of
8358 `read-directory-name'.
8359
8360 * modes.texi (Derived Modes): Clarify :group keyword.
8361
8362 2005-05-21 Eli Zaretskii <eliz@gnu.org>
8363
8364 * files.texi (Locating Files): New subsection.
8365 Describe locate-file and executable-find.
8366
8367 2005-05-21 Kevin Ryde <user42@zip.com.au>
8368
8369 * frames.texi (Initial Parameters): Update cross reference to
8370 "Emacs Invocation".
8371
8372 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
8373
8374 * keymaps.texi (Active Keymaps): Add anchor.
8375
8376 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
8377 (Major Mode Conventions): Refer to `Auto Major Mode' in more
8378 appropriate place.
8379 (Derived Modes): Small clarifications.
8380 (Minor Mode Conventions, Keymaps and Minor Modes):
8381 Replace references to nodes with references to anchors.
8382 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
8383 Clarify description of lists whose first element is an integer.
8384 (Mode Line Variables): Add anchor.
8385 (%-Constructs): Clarify description of integer after %.
8386 (Emulating Mode Line): Describe nil value for FACE.
8387
8388 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
8389
8390 * modes.texi (Derived Modes): Correct references to non-existing
8391 variable standard-syntax-table.
8392
8393 2005-05-17 Lute Kamstra <lute@gnu.org>
8394
8395 * modes.texi (Defining Minor Modes): Mention the mode hook.
8396
8397 2005-05-15 Kim F. Storm <storm@cua.dk>
8398
8399 * processes.texi (Network): Remove open-network-stream-nowait.
8400 (Network Servers): Remove open-network-stream-server.
8401
8402 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
8403
8404 * elisp.texi (Top): Update detailed menu.
8405
8406 * variables.texi: Reorder nodes.
8407 (Variables): Update menu.
8408 (File Local Variables): Do not refer to the `-*-' line as
8409 a "local variables list". Add pxref.
8410
8411 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
8412
8413 * elisp.texi (Top): Update detailed menu for node changes.
8414
8415 * modes.texi (Modes): Update Menu.
8416 (Hooks): Move to beginning of chapter.
8417 Most minor modes run mode hooks too.
8418 `add-hook' can handle void hooks or hooks whose value is a single
8419 function.
8420 (Major Modes): Update Menu.
8421 (Major Mode Basics): New node, split off from `Major Modes'.
8422 (Major Mode Conventions): Correct xref. Explain how to handle
8423 auto-mode-alist if the major mode command has an autoload cookie.
8424 (Auto Major Mode): Major update. Add magic-mode-alist.
8425 (Derived Modes): Major update.
8426 (Mode Line Format): Update Menu.
8427 (Mode Line Basics): New node, split off from `Mode Line Format'.
8428
8429 * loading.texi (Autoload): Mention `autoload cookie' as synonym
8430 for `magic autoload comment'. Add index entries and anchor.
8431
8432 2005-05-14 Richard M. Stallman <rms@gnu.org>
8433
8434 * tips.texi (Coding Conventions): Explain how important it is
8435 that just loading certain files not change Emacs behavior.
8436
8437 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
8438
8439 2005-05-12 Lute Kamstra <lute@gnu.org>
8440
8441 * modes.texi (Generic Modes): Update.
8442 (Major Modes): Refer to node "Generic Modes".
8443
8444 * elisp.texi (Top): Update to the current structure of the manual.
8445 * processes.texi (Processes): Add menu description.
8446 * customize.texi (Customization): Add menu descriptions.
8447
8448 2005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
8449
8450 * processes.texi (Signals to Processes)
8451 (Low-Level Network): Fix typos.
8452
8453 2005-05-11 Lute Kamstra <lute@gnu.org>
8454
8455 * elisp.texi (Top): Add some nodes from the chapter "Major and
8456 Minor Modes" to the detailed node listing.
8457
8458 2005-05-10 Richard M. Stallman <rms@gnu.org>
8459
8460 * keymaps.texi (Extended Menu Items): Menu item filter functions
8461 can be called at any time.
8462
8463 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
8464
8465 * variables.texi (File Local Variables): `(hack-local-variables t)'
8466 now also checks whether a mode is specified in the local variables
8467 list.
8468
8469 2005-05-05 Kevin Ryde <user42@zip.com.au>
8470
8471 * display.texi (The Echo Area): Correct format function cross
8472 reference.
8473
8474 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
8475
8476 * variables.texi (Variable Aliases): Change description of
8477 `define-obsolete-variable-alias'.
8478
8479 * functions.texi (Functions): Add "Obsolete Functions" to menu.
8480 (Defining Functions): Add xref.
8481 (Obsolete Functions): New node.
8482 (Function Safety): Standardize capitalization of section title.
8483
8484 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
8485 (Dialog Boxes): Complete description of `x-popup-dialog'.
8486
8487 2005-05-04 Richard M. Stallman <rms@gnu.org>
8488
8489 * commands.texi (Interactive Codes): Fix Texinfo usage.
8490 Document U more clearly.
8491
8492 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8493
8494 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
8495 function and not a macro.
8496
8497 * frames.texi (Pop-Up Menus): Correct and clarify description of
8498 `x-popup-menu'.
8499 (Dialog Boxes): Clarify description of `x-popup-dialog'.
8500
8501 2005-05-01 Richard M. Stallman <rms@gnu.org>
8502
8503 * edebug.texi (Checking Whether to Stop): Fix previous change.
8504
8505 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8506
8507 * display.texi: Fix typos and Texinfo usage.
8508
8509 * edebug.texi (Checking Whether to Stop): executing-macro ->
8510 executing-kbd-macro.
8511
8512 2005-05-01 Richard M. Stallman <rms@gnu.org>
8513
8514 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
8515
8516 2005-04-30 Richard M. Stallman <rms@gnu.org>
8517
8518 * files.texi (Magic File Names): Document `operations' property.
8519
8520 2005-04-29 Lute Kamstra <lute@gnu.org>
8521
8522 * modes.texi (Generic Modes): New node.
8523 (Major Modes): Add it to the menu.
8524 (Derived Modes): Add "derived mode" to concept index.
8525
8526 2005-04-28 Lute Kamstra <lute@gnu.org>
8527
8528 * modes.texi (Defining Minor Modes): Fix previous change.
8529 (Font Lock Mode): Simplify.
8530 (Font Lock Basics): Say that font-lock-defaults is buffer-local
8531 when set and that some parts are optional. Add cross references.
8532 (Search-based Fontification): Say how to specify font-lock-keywords.
8533 Add cross references. Add font-lock-multiline to index.
8534 Move font-lock-keywords-case-fold-search here from node "Other Font
8535 Lock Variables". Document font-lock-add-keywords and
8536 font-lock-remove-keywords.
8537 (Other Font Lock Variables): Move font-lock-keywords-only,
8538 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
8539 and font-lock-syntactic-face-function to node "Syntactic Font
8540 Lock". Move font-lock-keywords-case-fold-search to node
8541 "Search-based Fontification". Document font-lock-inhibit-thing-lock
8542 and font-lock-{,un}fontify-{buffer,region}-function.
8543 (Precalculated Fontification): Remove reference to deleted variable
8544 font-lock-core-only.
8545 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
8546 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
8547 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
8548 and font-lock-syntactic-face-function here from node "Other Font
8549 Lock Variables". Move font-lock-syntactic-keywords to "Setting
8550 Syntax Properties". Add cross references.
8551 (Setting Syntax Properties): New node.
8552 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
8553 * syntax.texi (Syntax Properties): Add cross reference.
8554 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
8555
8556 2005-04-26 Richard M. Stallman <rms@gnu.org>
8557
8558 * display.texi (Defining Faces):
8559 Document `default' elements of defface spec.
8560
8561 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
8562
8563 * variables.texi (Variable Aliases): Clarify text.
8564
8565 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
8566
8567 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
8568
8569 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
8570
8571 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
8572
8573 2005-04-24 Eli Zaretskii <eliz@gnu.org>
8574
8575 * syntax.texi (Syntax Table Internals): Elaborate documentation of
8576 syntax-after and syntax-class.
8577
8578 * files.texi (Changing Files): Fix last change's cross-reference.
8579 (Unique File Names): Don't mention "numbers" in the documentation
8580 of make-temp-file and make-temp-name.
8581
8582 2005-04-23 Richard M. Stallman <rms@gnu.org>
8583
8584 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
8585
8586 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
8587
8588 * windows.texi (Cyclic Window Ordering): Clarify window-list.
8589
8590 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
8591
8592 * variables.texi (Variable Aliases): Describe make-obsolete-variable
8593 and define-obsolete-variable-alias.
8594
8595 2005-04-22 Kim F. Storm <storm@cua.dk>
8596
8597 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
8598 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
8599
8600 2005-04-21 Lute Kamstra <lute@gnu.org>
8601
8602 * lists.texi (Association Lists): Document rassq-delete-all.
8603
8604 2005-04-19 Richard M. Stallman <rms@gnu.org>
8605
8606 * modes.texi (Search-based Fontification): Explain that
8607 facespec is an expression to be evaluated.
8608
8609 2005-04-19 Kevin Ryde <user42@zip.com.au>
8610
8611 * streams.texi (Output Functions): Fix xref.
8612 * strings.texi (String Conversion): Fix xref.
8613
8614 2005-04-19 Kim F. Storm <storm@cua.dk>
8615
8616 * symbols.texi (Symbol Plists): Add safe-get.
8617 Mention that `get' may signal an error.
8618
8619 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
8620
8621 * customize.texi (Variable Definitions): Replace tooltip-mode
8622 example with save-place.
8623
8624 2005-04-17 Richard M. Stallman <rms@gnu.org>
8625
8626 * buffers.texi (Indirect Buffers): Clarify.
8627
8628 * positions.texi (Positions): Clarify converting marker to integer.
8629
8630 * strings.texi (String Basics): Mention string-match; clarify.
8631
8632 2005-04-08 Lute Kamstra <lute@gnu.org>
8633
8634 * modes.texi (Search-based Fontification): Fix cross references.
8635 Use consistent terminology. Document anchored highlighting.
8636
8637 2005-04-05 Lute Kamstra <lute@gnu.org>
8638
8639 * modes.texi (Defining Minor Modes): Document :group keyword
8640 argument and its default value.
8641
8642 2005-04-03 Lute Kamstra <lute@gnu.org>
8643
8644 * hooks.texi (Standard Hooks): Add some hooks. Add cross
8645 references and/or descriptions. Delete major mode hooks; mention
8646 them as a category instead. Rename or delete obsolete hooks.
8647
8648 2005-04-02 Richard M. Stallman <rms@gnu.org>
8649
8650 * nonascii.texi (Coding System Basics): Another wording cleanup.
8651
8652 2005-04-01 Richard M. Stallman <rms@gnu.org>
8653
8654 * nonascii.texi (Coding System Basics): Clarify previous change.
8655
8656 2005-04-01 Kenichi Handa <handa@m17n.org>
8657
8658 * nonascii.texi (Coding System Basics): Describe about roundtrip
8659 identity of coding systems.
8660
8661 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
8662
8663 * text.texi (Buffer Contents): Add filter-buffer-substring and
8664 buffer-substring-filters.
8665
8666 2005-03-26 Chong Yidong <cyd@stupidchicken.com>
8667
8668 * anti.texi (Antinews): Mention `G' interactive code.
8669
8670 * tips.texi (Compilation Tips): Mention benchmark.el.
8671
8672 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
8673
8674 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
8675 is now bound to M-o M-o.
8676
8677 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
8678
8679 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
8680
8681 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
8682 in the Emacs Manual).
8683 * Makefile.in (srcs): Remove calendar.texi.
8684 * makefile.w32-in (srcs): Remove calendar.texi.
8685 * display.texi (Display): Change name of next node.
8686 * os.texi (System In): Change name of previous node.
8687 * elisp.texi (Top): Remove Calendar references.
8688 * vol1.texi (Top): Remove Calendar references.
8689 * vol2.texi (Top): Remove Calendar references.
8690
8691 2005-03-25 Richard M. Stallman <rms@gnu.org>
8692
8693 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
8694 Cleanup previous change.
8695
8696 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
8697
8698 * display.texi (Face Attributes): Faces earlier in an :inherit
8699 list take precedence.
8700 (Scroll Bars): Fix description of vertical-scroll-bars.
8701 Document frame-current-scroll-bars and window-current-scroll-bars.
8702
8703 * markers.texi (The Mark): Document temporary Transient Mark mode.
8704
8705 * minibuf.texi (Reading File Names):
8706 Document read-file-name-completion-ignore-case.
8707
8708 * positions.texi (Screen Lines): Document nil for width argument
8709 to compute-motion.
8710
8711 2005-03-23 Kim F. Storm <storm@cua.dk>
8712
8713 * display.texi (Standard Faces): Other faces used in the fringe
8714 implicitly inherits from the fringe face.
8715 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
8716 properties implicitly inherits from fringe face.
8717 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
8718
8719 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
8720
8721 * display.texi (Invisible Text): State default value of
8722 line-move-ignore-invisible.
8723 (Managing Overlays): Document remove-overlays.
8724 (Standard Faces): Document escape-glyph face.
8725
8726 * minibuf.texi (Reading File Names): Document read-file-name-function.
8727
8728 * modes.texi (Other Font Lock Variables):
8729 Document font-lock-lines-before.
8730
8731 * positions.texi (Skipping Characters): skip-chars-forward allows
8732 character classes.
8733
8734 2005-03-18 Lute Kamstra <lute@gnu.org>
8735
8736 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
8737
8738 2005-03-17 Richard M. Stallman <rms@gnu.org>
8739
8740 * text.texi (Undo): Document extensible undo entries.
8741
8742 * searching.texi (String Search, Regexp Search): Cleanups.
8743
8744 * nonascii.texi (Character Codes): Minor fix.
8745
8746 * display.texi (Display Property): Explain the significance
8747 of having text properties that are eq.
8748 (Other Display Specs): Explain string as display spec.
8749
8750 * commands.texi (Interactive Codes): Document G option.
8751
8752 2005-03-17 Chong Yidong <cyd@stupidchicken.com>
8753
8754 * text.texi (Filling): Add sentence-end-without-period and
8755 sentence-end-without-space.
8756 (Changing Properties): Minor fix.
8757
8758 * anti.texi: Total rewrite.
8759
8760 2005-03-15 Lute Kamstra <lute@gnu.org>
8761
8762 * edebug.texi (Instrumenting Macro Calls): Fix typos.
8763
8764 2005-03-08 Kim F. Storm <storm@cua.dk>
8765
8766 * display.texi (Specified Space): Property :width is support on
8767 non-graphic terminals, :height is not.
8768
8769 2005-03-07 Richard M. Stallman <rms@gnu.org>
8770
8771 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
8772 Now subnodes of Fringes.
8773 (Overlay Arrow): Document overlay-arrow-variable-list.
8774 (Fringe Size/Pos): New node, broken out of Fringes.
8775 (Display): Explain clearing vs redisplay better.
8776 (Truncation): Clarify use of bitmaps.
8777 (The Echo Area): Clarify the uses of the echo area.
8778 Add max-mini-window-height.
8779 (Progress): Clarify.
8780 (Invisible Text): Explain that main loop moves point out.
8781 (Selective Display): Say "hidden", not "invisible".
8782 (Managing Overlays): Move up. Describe relation to Undo here.
8783 (Overlay Properties): Clarify intro.
8784 (Finding Overlays): Explain return values when nothing found.
8785 (Width): truncate-string-to-width has added arg.
8786 (Displaying Faces): Clarify and update mode line face handling.
8787 (Face Functions): Minor cleanup.
8788 (Conditional Display): Merge into Other Display Specs.
8789 (Pixel Specification, Other Display Specs): Minor cleanups.
8790 (Images, Image Descriptors): Minor cleanups.
8791 (GIF Images): Patents have expired.
8792 (Showing Images): Explain default text for insert-image.
8793 (Manipulating Button Types): Merge into Manipulating Buttons.
8794 (Making Buttons): Explain return values.
8795 (Button Buffer Commands): Add xref.
8796 (Inverse Video): Update mode-line-inverse-video.
8797 (Display Table Format): Clarify.
8798 (Active Display Table): Give defaults for window-display-table.
8799
8800 * calendar.texi (Calendar Customizing): calendar-holiday-marker
8801 and calendar-today-marker are strings, not chars.
8802 (Holiday Customizing): Minor fix.
8803
8804 * internals.texi (Writing Emacs Primitives): Update `or' example.
8805 Update limit on # args of subr.
8806
8807 * edebug.texi (Using Edebug): Arrow is in fringe.
8808 (Instrumenting): Arg to eval-defun works without loading edebug.
8809 (Edebug Execution Modes): Add xref.
8810
8811 * customize.texi (Common Keywords): Clarify :require.
8812 Mention :version here.
8813 (Variable Definitions, Group Definitions): Not here.
8814 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
8815
8816 2005-03-07 Chong Yidong <cyd@stupidchicken.com>
8817 * nonascii.texi (Text Representations): Clarify position-bytes.
8818 (Character Sets): Add list-charset-chars.
8819 (Scanning Charsets): Add charset-after.
8820 (Encoding and I/O): Minor fix.
8821
8822 2005-03-06 Richard M. Stallman <rms@gnu.org>
8823
8824 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
8825 (Resizing Windows): Likewise.
8826
8827 * text.texi (Change Hooks): Get rid of "Emacs 21".
8828
8829 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
8830
8831 * streams.texi (Output Variables): Get rid of "Emacs 21".
8832
8833 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
8834
8835 * os.texi (Translating Input): Replace flow-control example
8836 with a less obsolete example that uses `keyboard-translate'.
8837
8838 * objects.texi (Hash Table Type, Circular Objects):
8839 Get rid of "Emacs 21".
8840
8841 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
8842 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
8843
8844 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
8845
8846 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
8847
8848 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
8849 (Menu Bar): Fix when menu-bar-update-hook is called.
8850
8851 * hash.texi (Hash Tables): Get rid of "Emacs 21".
8852
8853 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
8854 and make it read better.
8855
8856 * files.texi (Writing to Files): Get rid of "Emacs 21".
8857 (Unique File Names): Likewise.
8858
8859 * elisp.texi: Update Emacs version to 22.
8860
8861 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
8862 (Overlay Properties, Face Attributes): Likewise.
8863 (Managing Overlays): Fix punctuation.
8864 (Attribute Functions): Clarify set-face-font; get rid of
8865 info about old Emacs versions.
8866 (Auto Faces, Font Lookup, Display Property, Images):
8867 Get rid of "Emacs 21".
8868
8869 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
8870
8871 2005-03-05 Richard M. Stallman <rms@gnu.org>
8872
8873 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
8874
8875 2005-03-04 Lute Kamstra <lute@gnu.org>
8876
8877 * debugging.texi (Error Debugging): Document stack-trace-on-error.
8878
8879 2005-03-03 Lute Kamstra <lute@gnu.org>
8880
8881 * edebug.texi (Instrumenting Macro Calls): Fix typo.
8882
8883 2005-03-01 Lute Kamstra <lute@gnu.org>
8884
8885 * debugging.texi (Debugger Commands): Update `j'.
8886
8887 2005-02-28 Lute Kamstra <lute@gnu.org>
8888
8889 * debugging.texi (Debugging): Fix typo.
8890 (Error Debugging): Document eval-expression-debug-on-error.
8891 (Function Debugging): Update example.
8892 (Using Debugger): Mention starred stack frames.
8893 (Debugger Commands): Document `j' and `l'.
8894 (Invoking the Debugger): `d' and `j' exit recursive edit too.
8895 Update the messages that the debugger displays.
8896 (Internals of Debugger): Add cross reference. Update example.
8897 (Excess Open): Minor improvement.
8898 (Excess Close): Minor improvement.
8899
8900 2005-02-26 Richard M. Stallman <rms@gnu.org>
8901
8902 * tips.texi (Coding Conventions): Clarify.
8903 Put all the major mode key reservations together.
8904 Mention the Mouse-1 => Mouse-2 conventions.
8905
8906 * syntax.texi (Syntax Class Table): Clarify.
8907 (Syntax Table Functions): syntax-after moved from here.
8908 (Syntax Table Internals): syntax-after moved to here.
8909 (Parsing Expressions): Update info on number of values
8910 and what's meaningful in the STATE argument.
8911 (Categories): Fix typo.
8912
8913 * sequences.texi (Arrays): Cleanup.
8914 (Char-Tables): Clarify.
8915
8916 * processes.texi (Deleting Processes): Cleanups, add xref.
8917 (Subprocess Creation): Explain nil in exec-path. Cleanup.
8918 (Process Information): set-process-coding-system, some args optional.
8919 (Input to Processes): Explain various types for PROCESS args.
8920 Rename them from PROCESS-NAME to PROCESS.
8921 (Signals to Processes): Likewise.
8922 (Decoding Output): Cleanup.
8923 (Query Before Exit): Clarify.
8924
8925 * os.texi (Startup Summary): Correct the options; add missing ones.
8926 (Terminal Output, Batch Mode): Clarify.
8927 (Flow Control): Node deleted.
8928
8929 * markers.texi (The Mark): Clarify.
8930
8931 * macros.texi (Expansion): Cleanup.
8932 (Indenting Macros): indent-spec allows ints, not floats.
8933
8934 * keymaps.texi (Keymaps): Clarify.
8935 (Format of Keymaps): Update lisp-mode-map example.
8936 (Active Keymaps, Key Lookup): Clarify.
8937 (Changing Key Bindings): Add xref to `kbd'.
8938 (Key Binding Commands, Simple Menu Items): Clarify.
8939 (Mouse Menus, Menu Bar): Clarify.
8940 (Menu Example): Replace print example with menu-bar-replace-menu.
8941
8942 * help.texi (Documentation Basics): Add function-documentation prop.
8943
8944 * elisp.texi (Top): Don't refer to Flow Control node.
8945
8946 * commands.texi (Command Overview): Improve xrefs.
8947 (Adjusting Point): Adjusting point applies to intangible and invis.
8948 (Key Sequence Input): Doc extra read-key-sequence args.
8949 Likewise for read-key-sequence-vector.
8950
8951 * backups.texi (Rename or Copy): Minor fix.
8952 (Numbered Backups): For version-control, say the default.
8953 (Auto-Saving): make-auto-save-file-name example is simplified.
8954
8955 * advice.texi (Advising Functions): Don't imply one part of Emacs
8956 should advise another part. Markup changes.
8957 (Defining Advice): Move transitional para.
8958 (Activation of Advice): Cleanup.
8959 Explain if COMPILE is nil or negative.
8960
8961 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
8962
8963 2005-02-24 Lute Kamstra <lute@gnu.org>
8964
8965 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
8966 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
8967
8968 2005-02-23 Lute Kamstra <lute@gnu.org>
8969
8970 * modes.texi (Defining Minor Modes): define-minor-mode can be used
8971 to define global minor modes as well.
8972
8973 * display.texi (Managing Overlays): overlay-buffer returns nil for
8974 deleted overlays.
8975
8976 2005-02-22 Kim F. Storm <storm@cua.dk>
8977
8978 * minibuf.texi (Basic Completion): Allow symbols in addition to
8979 strings in try-completion and all-completions.
8980
8981 2005-02-14 Lute Kamstra <lute@gnu.org>
8982
8983 * elisp.texi (Top): Remove reference to deleted node.
8984
8985 * lists.texi (Lists): Remove reference to deleted node.
8986 (Cons Cells): Fix typo.
8987
8988 * loading.texi (Where Defined): Fix typo.
8989
8990 2005-02-14 Richard M. Stallman <rms@gnu.org>
8991
8992 * variables.texi (Creating Buffer-Local): change-major-mode-hook
8993 is useful for discarding some minor modes.
8994
8995 * symbols.texi (Symbol Components): Reorder examples.
8996
8997 * streams.texi (Input Functions): State standard-input default.
8998 (Output Variables): State standard-output default.
8999
9000 * objects.texi (Printed Representation): Clarify read syntax vs print.
9001 (Floating Point Type): Explain meaning better.
9002 (Symbol Type): Explain uniqueness better.
9003 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
9004 List examples sooner.
9005 (Box Diagrams): New subnode broken out.
9006 Some examples moved from old Lists as Boxes node.
9007 (Dotted Pair Notation): Clarify intro.
9008 (Array Type): Clarify.
9009 (Type Predicates): Add hash-table-p.
9010
9011 * numbers.texi (Integer Basics): Clarify radix explanation.
9012 (Predicates on Numbers): Minor clarification.
9013 (Comparison of Numbers): Minor clarification. Clarify eql.
9014 Typos in min, max.
9015 (Math Functions): Clarify overflow in expt.
9016
9017 * minibuf.texi (Text from Minibuffer): Minor clarification.
9018 Mention arrow keys.
9019
9020 * loading.texi (Autoload): defun's doc string overrides autoload's
9021 doc string.
9022 (Repeated Loading): Modernize "add to list" examples.
9023 (Where Defined): Finish updating table of load-history elts.
9024
9025 * lists.texi (List-related Predicates): Minor wording improvement.
9026 (Lists as Boxes): Node deleted.
9027 (Building Lists): Explain trivial cases of number-sequence.
9028
9029 * hash.texi (Hash Tables): Add desc to menu items.
9030 (Creating Hash): Explain "full" means "make larger".
9031 (Hash Access): Any object can be a key.
9032 State value of maphash.
9033
9034 * functions.texi (What Is a Function): Wording cleanup.
9035 (Function Documentation): Minor cleanup.
9036 Explain purpose of calling convention at end of doc string.
9037 (Function Names): Wording cleanup.
9038 (Calling Functions): Wording cleanup.
9039 Explain better how funcall calls the function.
9040 (Function Cells): Delete example of saving and redefining function.
9041
9042 * control.texi (Combining Conditions): Wording cleanup.
9043 (Iteration): dolist and dotimes bind VAR locally.
9044 (Cleanups): Xref to Atomic Changes.
9045
9046 * compile.texi (Byte Compilation): Delete 19.29 info.
9047 (Compilation Functions): Macros' difficulties don't affect defsubst.
9048 (Docs and Compilation): Delete 19.29 info.
9049
9050 2005-02-10 Richard M. Stallman <rms@gnu.org>
9051
9052 * objects.texi (Symbol Type): Minor correction.
9053
9054 2005-02-06 Lute Kamstra <lute@gnu.org>
9055
9056 * modes.texi (Example Major Modes): Fix typos.
9057
9058 2005-02-06 Richard M. Stallman <rms@gnu.org>
9059
9060 * text.texi (Margins): fill-nobreak-predicate can be one function.
9061
9062 * strings.texi (Modifying Strings): clear-string can make unibyte.
9063 (Formatting Strings): format gives error if values missing.
9064
9065 * positions.texi (Character Motion): Mention default arg
9066 for forward-char. backward-char refers to forward-char.
9067 (Word Motion): Mention default arg for forward-word.
9068 (Buffer End Motion): Mention default arg for beginning-of-buffer.
9069 Simplify end-of-buffer.
9070 (Text Lines): Mention default arg for forward-line.
9071 (List Motion): Mention default arg for beginning/end-of-defun.
9072 (Skipping Characters): Minor fixes in explaining character-set.
9073
9074 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
9075 Mode inheritance applies only when default-major-mode is nil.
9076 Clarifications.
9077 (Example Major Modes): Update Text mode and Lisp mode examples.
9078 (Minor Mode Conventions): Mention define-minor-mode at top.
9079 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
9080 (Mode Line Format): Update mode line face display info.
9081 (Properties in Mode): Mention effect of risky vars.
9082 (Imenu): Define imenu-add-to-menubar.
9083 (Font Lock Mode): Add descriptions to menu lines.
9084 (Faces for Font Lock): Add font-lock-doc-face.
9085
9086 2005-02-05 Lute Kamstra <lute@gnu.org>
9087
9088 * text.texi (Maintaining Undo): Remove obsolete function.
9089
9090 2005-02-05 Eli Zaretskii <eliz@gnu.org>
9091
9092 * frames.texi (Color Names): Add pointer to the X docs about RGB
9093 color specifications. Improve indexing.
9094 (Text Terminal Colors): Replace the description of RGB values by
9095 an xref to "Color Names".
9096
9097 2005-02-03 Richard M. Stallman <rms@gnu.org>
9098
9099 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
9100 Clarify.
9101 (Selecting Windows): Clarify save-selected-window.
9102 (Cyclic Window Ordering): Clarify walk-windows.
9103 (Window Point): Clarify.
9104 (Window Start): Add comment to example.
9105 (Resizing Windows): Add `interactive' specs in examples.
9106 Document fit-window-to-buffer.
9107
9108 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
9109 (Undo, Maintaining Undo): Clarify last change.
9110 (Sorting): In sort-numeric-fields, explain about octal and hex.
9111 Mention sort-numeric-base.
9112 (Format Properties): Add xref for hard newlines.
9113
9114 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
9115 (Pop-Up Menus): Fix typo.
9116 (Color Names): Explain all types of color names.
9117 Explain color-values on B&W terminal.
9118 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
9119
9120 * files.texi (File Locks): Not supported on MS systems.
9121 (Testing Accessibility): Clarify.
9122
9123 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
9124 (Coverage Testing): Fix typo.
9125
9126 * commands.texi (Misc Events): Remove stray space.
9127
9128 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
9129 (Modification Time): Clarify when visited-file-modtime returns 0.
9130 (The Buffer List): Clarify bury-buffer.
9131 (Killing Buffers): Clarify.
9132 (Indirect Buffers): Add clone-indirect-buffer.
9133
9134 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
9135
9136 * edebug.texi (Printing in Edebug): Fix default value of
9137 edebug-print-circle.
9138 (Coverage Testing): Fix displayed frequency count data.
9139
9140 2005-02-02 Luc Teirlinck <teirllm@auburn.edu>
9141
9142 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
9143
9144 2005-02-02 Kim F. Storm <storm@cua.dk>
9145
9146 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
9147
9148 2005-01-29 Eli Zaretskii <eliz@gnu.org>
9149
9150 * commands.texi (Misc Events): Describe the help-echo event.
9151
9152 * text.texi (Special Properties) <help-echo>: Use `pos'
9153 consistently in description of the help-echo property.
9154 Use @code{nil} instead of @var{nil}.
9155
9156 * display.texi (Overlay Properties): Fix the index entry for
9157 help-echo overlay property.
9158
9159 * customize.texi (Type Keywords): Uncomment the xref to the
9160 help-echo property documentation.
9161
9162 2005-01-23 Kim F. Storm <storm@cua.dk>
9163
9164 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
9165 return value. Third element FULLY replaced by PARTIAL which
9166 specifies number of invisible pixels if row is only partially visible.
9167 (Textual Scrolling): Mention auto-window-vscroll.
9168 (Vertical Scrolling): New defvar auto-window-vscroll.
9169
9170 2005-01-16 Luc Teirlinck <teirllm@auburn.edu>
9171
9172 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
9173 command remapping.
9174
9175 2005-01-15 Richard M. Stallman <rms@gnu.org>
9176
9177 * display.texi (Defining Images): Mention DATA-P arg of create-image.
9178
9179 2005-01-14 Kim F. Storm <storm@cua.dk>
9180
9181 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
9182
9183 * text.texi (Links and Mouse-1): Fix string and vector item.
9184
9185 2005-01-13 Richard M. Stallman <rms@gnu.org>
9186
9187 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
9188 descriptions of overriding-local-map and overriding-terminal-local-map.
9189
9190 * text.texi (Links and Mouse-1): Clarify text.
9191
9192 2005-01-13 Kim F. Storm <storm@cua.dk>
9193
9194 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
9195
9196 2005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
9197
9198 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
9199
9200 2005-01-12 Kim F. Storm <storm@cua.dk>
9201
9202 * text.texi (Links and Mouse-1): Rename section from Enabling
9203 Mouse-1 to Following Links. Change xrefs.
9204 Add examples for define-button-type and define-widget.
9205
9206 * display.texi (Button Properties, Button Buffer Commands):
9207 Clarify mouse-1 and follow-link functionality.
9208
9209 2005-01-12 Richard M. Stallman <rms@gnu.org>
9210
9211 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
9212
9213 * display.texi (Beeping): Fix Texinfo usage.
9214
9215 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
9216
9217 2005-01-11 Kim F. Storm <storm@cua.dk>
9218
9219 * display.texi (Button Properties, Button Buffer Commands):
9220 Mention mouse-1 binding. Add follow-link keyword.
9221
9222 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
9223 (Enabling Mouse-1 to Follow Links): New subsection.
9224
9225 2005-01-06 Richard M. Stallman <rms@gnu.org>
9226
9227 * text.texi (Special Properties): Minor change.
9228
9229 * os.texi (Timers): Clarify previous change.
9230
9231 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
9232
9233 2005-01-01 Luc Teirlinck <teirllm@auburn.edu>
9234
9235 * display.texi (Face Attributes): Correct xref to renamed node.
9236
9237 2005-01-01 Richard M. Stallman <rms@gnu.org>
9238
9239 * display.texi (Face Attributes): Describe hex color specs.
9240
9241 2004-12-31 Richard M. Stallman <rms@gnu.org>
9242
9243 * os.texi (Timers): Update previous change.
9244
9245 2004-12-30 Kim F. Storm <storm@cua.dk>
9246
9247 * display.texi (Line Height): Total line-height is now specified
9248 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
9249 in cons cells. (nil . RATIO) is relative to actual line height.
9250 Use line-height `t' instead of `0' to get minimum height.
9251
9252 2004-12-29 Richard M. Stallman <rms@gnu.org>
9253
9254 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
9255
9256 2004-12-28 Richard M. Stallman <rms@gnu.org>
9257
9258 * commands.texi (Quitting): Clarify value of with-local-quit.
9259
9260 * elisp.texi (Top): Fix previous change.
9261
9262 * loading.texi (Loading): Fix previous change.
9263
9264 2004-12-27 Richard M. Stallman <rms@gnu.org>
9265
9266 * Makefile.in (MAKEINFO): Specify --force.
9267
9268 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
9269
9270 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
9271
9272 * display.texi (Line Height): Further clarify.
9273
9274 * elisp.texi (Top): Update Loading submenu.
9275
9276 * loading.texi (Where Defined): New node.
9277 (Unloading): load-history moved to Where Defined.
9278
9279 2004-12-21 Richard M. Stallman <rms@gnu.org>
9280
9281 * commands.texi (Event Input Misc): Add while-no-input.
9282
9283 2004-12-11 Richard M. Stallman <rms@gnu.org>
9284
9285 * display.texi (Line Height): Rewrite text for clarity.
9286
9287 2004-12-11 Kim F. Storm <storm@cua.dk>
9288
9289 * display.texi (Display): Add node "Line Height" to menu.
9290 (Line Height): New node. Move full description of line-spacing
9291 and line-height text properties here from text.texi.
9292 (Scroll Bars): Add vertical-scroll-bar variable.
9293
9294 * frames.texi (Window Frame Parameters): Remove line-height defvar.
9295
9296 * locals.texi (Standard Buffer-Local Variables): Fix xref for
9297 line-spacing and vertical-scroll-bar.
9298
9299 * text.texi (Special Properties): Just mention line-spacing and
9300 line-height here, add xref to new "Line Height" node.
9301
9302 2004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
9303
9304 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
9305
9306 * locals.texi (Standard Buffer-Local Variables):
9307 Add @xref for `line-spacing'.
9308
9309 2004-12-05 Richard M. Stallman <rms@gnu.org>
9310
9311 * Makefile.in (maintainer-clean): Remove the info files
9312 in $(infodir) where they are created.
9313
9314 2004-12-03 Richard M. Stallman <rms@gnu.org>
9315
9316 * windows.texi (Selecting Windows): get-lru-window and
9317 get-largest-window don't consider dedicated windows.
9318
9319 * text.texi (Undo): Document undo-in-progress.
9320
9321 2004-11-26 Richard M. Stallman <rms@gnu.org>
9322
9323 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
9324 Remove a few vars that are not always buffer-local.
9325
9326 2004-11-24 Luc Teirlinck <teirllm@auburn.edu>
9327
9328 * locals.texi (Standard Buffer-Local Variables): Comment out
9329 xref's to non-existent node `Yet to be written'.
9330
9331 2004-11-24 Richard M. Stallman <rms@gnu.org>
9332
9333 * processes.texi (Synchronous Processes): Grammar fix.
9334
9335 * numbers.texi (Comparison of Numbers): Add eql.
9336
9337 * locals.texi (Standard Buffer-Local Variables): Add many vars.
9338
9339 * intro.texi (Printing Notation): Fix previous change.
9340
9341 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
9342 and default-indicate-buffer-boundaries from here.
9343 (Usual Display): To here.
9344 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
9345 (Usual Display): Move tab-width up.
9346
9347 * customize.texi (Variable Definitions):
9348 Replace show-paren-mode example with tooltip-mode.
9349 (Simple Types, Composite Types, Defining New Types):
9350 Minor cleanups.
9351
9352 2004-11-21 Jesper Harder <harder@ifa.au.dk>
9353
9354 * processes.texi (Synchronous Processes, Output from Processes):
9355 Markup fix.
9356
9357 2004-11-20 Richard M. Stallman <rms@gnu.org>
9358
9359 * positions.texi (Skipping Characters): skip-chars-forward
9360 now handles char classes.
9361
9362 * intro.texi (Printing Notation): Avoid confusion of `print'
9363 when explaining @print.
9364
9365 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
9366
9367 * display.texi (Display Table Format): Minor fix.
9368
9369 * streams.texi (Output Functions): Fix print example.
9370
9371 * Makefile.in (elisp): New target.
9372 (dist): Depend on $(infodir)/elisp, not elisp.
9373 Copy the info files from $(infodir).
9374
9375 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
9376 read-from-minibuffer.
9377
9378 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
9379
9380 2004-11-19 Richard M. Stallman <rms@gnu.org>
9381
9382 * searching.texi (Regexp Search): Add search-whitespace-regexp.
9383
9384 2004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
9385
9386 * tips.texi (Coding Conventions): Fix typo.
9387
9388 2004-11-16 Richard M. Stallman <rms@gnu.org>
9389
9390 * tips.texi (Coding Conventions): Separate defvar and require
9391 methods to avoid warnings. Use require only when there are many
9392 functions and variables from that package.
9393
9394 * minibuf.texi (Minibuffer Completion): When ignoring case,
9395 predicate must not be case-sensitive.
9396
9397 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
9398 (Test Coverage): Don't talk about "splotches". Clarified.
9399
9400 2004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
9401
9402 * frames.texi (Window Frame Parameters): Fix typo.
9403
9404 2004-11-15 Kim F. Storm <storm@cua.dk>
9405
9406 * symbols.texi (Other Plists): Note that plist-get may signal error.
9407 Add safe-plist-get.
9408
9409 2004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
9410
9411 * modes.texi (Font Lock Basics): Fix typo.
9412
9413 2004-11-08 Richard M. Stallman <rms@gnu.org>
9414
9415 * syntax.texi (Syntax Table Functions): Add syntax-after.
9416
9417 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
9418
9419 * os.texi (Processor Run Time): New section documenting
9420 get-internal-run-time.
9421
9422 2004-11-06 Eli Zaretskii <eliz@gnu.org>
9423
9424 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
9425 it nukes elisp-cover.texi.
9426 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
9427 elisp-0 etc.
9428
9429 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
9430
9431 * commands.texi (Keyboard Macros): Document `append' return value
9432 of `defining-kbd-macro'.
9433
9434 2004-11-01 Richard M. Stallman <rms@gnu.org>
9435
9436 * commands.texi (Interactive Call): Add called-interactively-p.
9437
9438 2004-10-29 Simon Josefsson <jas@extundo.com>
9439
9440 * minibuf.texi (Reading a Password): Revert.
9441
9442 2004-10-28 Richard M. Stallman <rms@gnu.org>
9443
9444 * frames.texi (Display Feature Testing): Explain about "vendor".
9445
9446 2004-10-27 Richard M. Stallman <rms@gnu.org>
9447
9448 * commands.texi (Interactive Codes): `N' uses numeric prefix,
9449 not raw. Clarify `n'.
9450 (Interactive Call): Rewrite interactive-p, focusing on when
9451 and how to use it.
9452 (Misc Events): Clarify previous change.
9453
9454 * advice.texi (Simple Advice): Clarify what job the example does.
9455 (Around-Advice): Clarify ad-do-it.
9456 (Activation of Advice): An option of ad-default-compilation-action
9457 is `never', not `nil'.
9458
9459 2004-10-26 Kim F. Storm <storm@cua.dk>
9460
9461 * commands.texi (Interactive Codes): Add U code letter.
9462
9463 2004-10-25 Simon Josefsson <jas@extundo.com>
9464
9465 * minibuf.texi (Reading a Password): Add.
9466
9467 2004-10-24 Jason Rumney <jasonr@gnu.org>
9468
9469 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
9470 and wheel-down.
9471
9472 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
9473
9474 * processes.texi (Synchronous Processes): Document process-file.
9475
9476 2004-10-22 Kenichi Handa <handa@m17n.org>
9477
9478 * text.texi (translate-region): Document that it accepts also a
9479 char-table.
9480
9481 2004-10-22 David Ponce <david@dponce.com>
9482
9483 * windows.texi (Resizing Windows): Document the `preserve-before'
9484 argument of the functions `enlarge-window' and `shrink-window'.
9485
9486 2004-10-19 Jason Rumney <jasonr@gnu.org>
9487
9488 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
9489
9490 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
9491
9492 * text.texi (Filling): Add anchor for definition of
9493 `sentence-end-double-space'.
9494
9495 * searching.texi (Regexp Example): Update description of how
9496 Emacs currently recognizes the end of a sentence.
9497 (Standard Regexps): Update definition of the variable
9498 `sentence-end'. Add definition of the function `sentence-end'.
9499
9500 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
9501
9502 * display.texi (Progress): New node.
9503
9504 2004-10-05 Kim F. Storm <storm@cua.dk>
9505
9506 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
9507
9508 2004-09-29 Kim F. Storm <storm@cua.dk>
9509
9510 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
9511 to identify bitmaps. Remove -fringe-bitmap suffix for standard
9512 fringe bitmap symbols, as they now have their own namespace.
9513 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
9514 vs. pixels. Signal error if no free bitmap slots.
9515 (Pixel Specification): Change IMAGE to @var{image}.
9516
9517 2004-09-28 Richard M. Stallman <rms@gnu.org>
9518
9519 * text.texi (Special Properties): Clarify line-spacing and line-height.
9520
9521 * searching.texi (Regexp Search): Add looking-back.
9522
9523 2004-09-25 Luc Teirlinck <teirllm@auburn.edu>
9524
9525 * display.texi: Correct typos.
9526 (Image Descriptors): Correct xref's.
9527
9528 2004-09-25 Richard M. Stallman <rms@gnu.org>
9529
9530 * text.texi (Special Properties): Cleanups in `cursor'.
9531 Rewrites in `line-height' and `line-spacing'; exchange them.
9532
9533 * display.texi (Fringes): Rewrite previous change.
9534 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
9535 (Display Fringe Bitmaps): Node deleted, text moved.
9536 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
9537 (Scroll Bars): Clarify set-window-scroll-bars.
9538 (Pointer Shape): Rewrite.
9539 (Specified Space): Clarify :align-to, etc.
9540 (Pixel Specification): Use @var. Clarify new text.
9541 (Other Display Specs): Clarify `slice'.
9542 (Image Descriptors): Cleanups.
9543 (Showing Images): Cleanups.
9544
9545 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
9546
9547 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
9548
9549 * modes.texi: Various minor changes in addition to:
9550 (Major Mode Conventions): Final call to `run-mode-hooks' should
9551 not be inside the `delay-mode-hooks' form.
9552 (Mode Hooks): New node.
9553 (Hooks): Delete obsolete example.
9554 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
9555 node "Mode Hooks".
9556
9557 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
9558
9559 * display.texi: Correct various typos.
9560 (Display): Rename node "Pointer Shapes" to "Pointer
9561 Shape". (There is already a node called "Pointer Shapes" in
9562 frames.texi.)
9563 (Images): Remove non-existent node "Image Slices" from menu.
9564
9565 2004-09-23 Kim F. Storm <storm@cua.dk>
9566
9567 * text.texi (Special Properties): Add `cursor', `pointer',
9568 `line-height', and `line-spacing' properties.
9569
9570 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
9571 Shapes' to menu.
9572 (Standard Faces): Doc fix for fringe face.
9573 (Fringes): Add `overflow-newline-into-fringe' and
9574 'indicate-buffer-boundaries'.
9575 (Fringe Bitmaps, Pointer Shapes): New nodes.
9576 (Display Property): Add 'Pixel Specification' and 'Display Fringe
9577 Bitmaps' to menu.
9578 (Specified Space): Describe pixel width and height.
9579 (Pixel Specification): New node.
9580 (Other Display Specs): Add `slice' property.
9581 (Display Fringe Bitmaps): New node.
9582 (Images): Add 'Image Slices' to menu.
9583 (Image Descriptors): Add `:pointer' and `:map' properties.
9584 (Showing Images): Add slice arg to `insert-image'.
9585 Add 'insert-sliced-image'.
9586
9587 2004-09-20 Richard M. Stallman <rms@gnu.org>
9588
9589 * commands.texi (Key Sequence Input):
9590 Clarify downcasing in read-key-sequence.
9591
9592 2004-09-08 Juri Linkov <juri@jurta.org>
9593
9594 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
9595
9596 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
9597
9598 * locals.texi (Standard Buffer-Local Variables):
9599 Add `buffer-auto-save-file-format'.
9600 * internals.texi (Buffer Internals): Describe new
9601 auto_save_file_format field of the buffer structure.
9602 * files.texi (Format Conversion): `auto-save-file-format' has been
9603 renamed `buffer-auto-save-file-format'.
9604
9605 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
9606
9607 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
9608 an integer or a marker.
9609 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
9610
9611 2004-08-22 Richard M. Stallman <rms@gnu.org>
9612
9613 * modes.texi (Major Mode Conventions): Discuss rebinding of
9614 standard key bindings.
9615
9616 2004-08-18 Kim F. Storm <storm@cua.dk>
9617
9618 * processes.texi (Accepting Output): Add `just-this-one' arg to
9619 `accept-process-output'.
9620 (Output from Processes): New var `process-adaptive-read-buffering'.
9621
9622 2004-08-10 Luc Teirlinck <teirllm@auburn.edu>
9623
9624 * keymaps.texi: Various changes in addition to:
9625 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
9626 Give more varied examples for `kbd'.
9627 (Creating Keymaps): Char tables have slots for all characters
9628 without modifiers.
9629 (Active Keymaps): `overriding-local-map' and
9630 `overriding-terminal-local-map' also override text property and
9631 overlay keymaps.
9632 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
9633 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
9634 to denote a prefix of no events.
9635 `map-keymap' includes parent's bindings _recursively_.
9636 Clarify and correct description of `where-is-internal'.
9637 Mention BUFFER-OR-NAME arg to `describe-bindings'.
9638 (Menu Example): For menus intended for use with the keyboard, the
9639 menu items should be bound to characters or real function keys.
9640
9641 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
9642
9643 * objects.texi (Character Type): Reposition `@anchor' to prevent
9644 double space inside sentence in Info.
9645
9646 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
9647 renamed to `disabled-command-function'.
9648 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
9649 (Command Loop Info): Replace reference to it.
9650 (Disabling Commands): `disabled-command-hook' has been renamed to
9651 `disabled-command-function'.
9652
9653 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
9654
9655 * os.texi (Translating Input): Only non-prefix bindings in
9656 `key-translation-map' override actual key bindings. Warn about
9657 possible indirect effect of actual key bindings on non-prefix
9658 bindings in `key-translation-map'.
9659
9660 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
9661
9662 * minibuf.texi (High-Level Completion): Add anchor for definition
9663 of `read-variable'.
9664
9665 * commands.texi: Various changes in addition to:
9666 (Using Interactive): Clarify description of `interactive-form'.
9667 (Interactive Call): Mention default for KEYS argument to
9668 `call-interactively'.
9669 (Command Loop Info): Clarify description of `this-command-keys'.
9670 Mention KEEP-RECORD argument to `clear-this-command-keys'.
9671 Value of `last-event-frame' can be `macro'.
9672 (Repeat Events): `double-click-fuzz' is also used to distinguish
9673 clicks and drags.
9674 (Classifying Events): Clarify descriptions of `event-modifiers'
9675 `event-basic-type' and `event-convert-list'.
9676 (Accessing Events): `posn-timestamp' takes POSITION argument.
9677 (Quoted Character Input): Clarify description of
9678 `read-quoted-char' and fix example.
9679 (Quitting): Add `with-local-quit'.
9680 (Disabling Commands): Correct and clarify descriptions of
9681 `enable-command' and `disable-command'.
9682 Mention what happens if `disabled-command-hook' is nil.
9683 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
9684 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
9685
9686 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
9687
9688 * frames.texi: Various changes in addition to:
9689 (Creating Frames): Expand and clarify description of `make-frame'.
9690 (Window Frame Parameters): Either none or both of the `icon-left'
9691 and `icon-top' parameters must be specified. Put descriptions of
9692 `menu-bar-lines' and `toolbar-lines' closer together and change
9693 them accordingly.
9694 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
9695 except while processing `frame-title-format' or `icon-title-format'.
9696 (Deleting Frames): Correct description of `delete-frame'.
9697 Non-nil return values of `frame-live-p' are like those of `framep'.
9698 (Frames and Windows): Mention return value of
9699 `set-frame-selected-window'.
9700 (Visibility of Frames): Mention `force' argument to
9701 `make-frame-invisible'. `frame-visible-p' returns t for all
9702 frames on text-only terminals.
9703 (Frame Configurations): Restoring a frame configuration does not
9704 restore deleted frames.
9705 (Window System Selections): `x-set-selection' returns DATA.
9706 (Resources): Add example.
9707 (Display Feature Testing): Clarify descriptions of
9708 `display-pixel-height', `display-pixel-width', `x-server-version'
9709 and `x-server-vendor'.
9710
9711 * windows.texi (Choosing Window): Add anchor.
9712 * minibuf.texi (Minibuffer Misc): Add anchor.
9713
9714 2004-07-23 John Paul Wallington <jpw@gnu.org>
9715
9716 * macros.texi (Defining Macros): Declaration keyword for setting
9717 Edebug spec is `debug' not `edebug'.
9718
9719 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
9720
9721 * windows.texi: Various small changes in addition to:
9722 (Window Point): Mention return value of `set-window-point'.
9723 (Window Start): `pos-visible-in-window-p' disregards horizontal
9724 scrolling. Explain return value if PARTIALLY is non-nil.
9725 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
9726 and `set-window-vscroll'.
9727 (Size of Window): The argument WINDOW to `window-inside-edges',
9728 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
9729 (Resizing Windows): Explain return value of
9730 `shrink-window-if-larger-than-buffer'.
9731 `window-size-fixed' automatically becomes buffer local when set.
9732 (Window Configurations): Explain return value of
9733 `set-window-configuration'.
9734
9735 * minibuf.texi (Minibuffer Misc): Add anchor for
9736 `minibuffer-scroll-window'.
9737
9738 * positions.texi (Text Lines): Add anchor for `count-lines'.
9739
9740 2004-07-17 Richard M. Stallman <rms@gnu.org>
9741
9742 * display.texi (Overlay Properties): Adding `evaporate' prop
9743 deletes empty overlay immediately.
9744
9745 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
9746 fix example.
9747
9748 2004-07-16 Jim Blandy <jimb@redhat.com>
9749
9750 * searching.texi (Regexp Backslash): Document new \_< and \_>
9751 operators.
9752
9753 2004-07-16 Juanma Barranquero <lektu@terra.es>
9754
9755 * display.texi (Images): Fix Texinfo usage.
9756
9757 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
9758
9759 * buffers.texi (Modification Time): `visited-file-modtime' now
9760 returns a list of two integers, instead of a cons.
9761
9762 2004-07-13 Luc Teirlinck <teirllm@auburn.edu>
9763
9764 * windows.texi: Various changes in addition to:
9765 (Splitting Windows): Add `split-window-keep-point'.
9766
9767 2004-07-09 Richard M. Stallman <rms@gnu.org>
9768
9769 * frames.texi (Input Focus): Minor fix.
9770
9771 2004-07-07 Luc Teirlinck <teirllm@auburn.edu>
9772
9773 * frames.texi (Input Focus): Clarify descriptions of
9774 `select-frame-set-input-focus' and `select-frame'.
9775
9776 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
9777
9778 * os.texi: Various small changes in addition to:
9779 (Killing Emacs): Expand and clarify description of
9780 `kill-emacs-query-functions' and `kill-emacs-hook'.
9781 (System Environment): Expand and clarify description of `getenv'
9782 and `setenv'.
9783 (Timers): Clarify description of `run-at-time'.
9784 (Translating Input): Correct description of
9785 `extra-keyboard-modifiers'.
9786 (Flow Control): Correct description of `enable-flow-control'.
9787
9788 2004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
9789
9790 * os.texi: Update copyright.
9791 (Session Management): Grammar fix.
9792 Clarify which Emacs does the restarting.
9793 Use @samp for *scratch* buffer.
9794
9795 2004-07-04 Alan Mackenzie <acm@muc.de>
9796
9797 * frames.texi (Input Focus): Add documentation for
9798 `select-frame-set-input-focus'. Replace refs to non-existent
9799 `switch-frame' with `select-frame'. Minor corrections and tidying
9800 up of text-only terminal stuff.
9801
9802 2004-07-02 Richard M. Stallman <rms@gnu.org>
9803
9804 * files.texi (Saving Buffers): Cleanup write-contents-function.
9805 (Magic File Names): Cleanup file-remote-p.
9806
9807 2004-07-02 Kai Großjohann <kai@emptydomain.de>
9808
9809 * files.texi (Magic File Names): `file-remote-p' returns an
9810 identifier of the remote system, not just t.
9811
9812 2004-07-02 David Kastrup <dak@gnu.org>
9813
9814 * searching.texi (Entire Match Data): Add explanation about new
9815 match-data behavior when @var{integers} is non-nil.
9816
9817 2004-06-24 Richard M. Stallman <rms@gnu.org>
9818
9819 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
9820
9821 * customize.texi (Variable Definitions): Note about doc strings
9822 and :set.
9823
9824 * keymaps.texi (Keymap Terminology): Document `kbd'.
9825 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
9826
9827 * display.texi (Invisible Text): Setting buffer-invisibility-spec
9828 makes it buffer-local.
9829
9830 * files.texi (Saving Buffers): Correct previous change.
9831
9832 * commands.texi (Accessing Events):
9833 Clarify posn-col-row and posn-actual-col-row.
9834
9835 2004-06-24 David Ponce <david.ponce@wanadoo.fr>
9836
9837 * commands.texi (Accessing Events): New functions
9838 posn-at-point and posn-at-x-y. Add example to posn-x-y.
9839
9840 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
9841
9842 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
9843 * frames.texi, buffers.texi, backups.texi, variables.texi:
9844 * loading.texi, eval.texi, functions.texi, control.texi:
9845 * symbols.texi, minibuf.texi: Reposition @anchor's.
9846
9847 * help.texi: Various small changes in addition to the following.
9848 (Describing Characters): Describe PREFIX argument to
9849 `key-description'. Correct and clarify definition of
9850 `text-char-description'. Describe NEED-VECTOR argument to
9851 `read-kbd-macro'.
9852 (Help Functions): Clarify definition of `apropos'.
9853
9854 2004-06-23 Lars Hansen <larsh@math.ku.dk>
9855
9856 * files.texi (Saving Buffers): Correct description of
9857 `write-contents-functions'.
9858
9859 2004-06-21 Juanma Barranquero <lektu@terra.es>
9860
9861 * display.texi (Images): Remove redundant @vindex directives.
9862 Rewrite `image-library-alist' doc in active voice.
9863
9864 2004-06-14 Juanma Barranquero <lektu@terra.es>
9865
9866 * display.texi (Images): Document new delayed library loading,
9867 variable `image-library-alist' and (existing but undocumented)
9868 function `image-type-available-p'.
9869
9870 2004-06-05 Richard M. Stallman <rms@gnu.org>
9871
9872 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
9873 refer the user to the Initial Input node.
9874 (Text from Minibuffer): Likewise.
9875 (Initial Input): New node. Document this feature
9876 and say it is mostly deprecated.
9877
9878 2004-05-30 Richard M. Stallman <rms@gnu.org>
9879
9880 * loading.texi (Named Features): Clarify return value
9881 and meaning of NOERROR.
9882
9883 * variables.texi (File Local Variables): Minor cleanup.
9884
9885 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
9886
9887 * files.texi (Magic File Names): Add `file-remote-p' as operation
9888 of file name handlers.
9889
9890 2004-05-29 Richard M. Stallman <rms@gnu.org>
9891
9892 * modes.texi (Minor Mode Conventions): (-) has no special meaning
9893 as arg to a minor mode command.
9894
9895 2004-05-22 Richard M. Stallman <rms@gnu.org>
9896
9897 * syntax.texi (Syntax Class Table): Word syntax not just for English.
9898
9899 * streams.texi (Output Variables): Doc float-output-format.
9900
9901 * searching.texi (Regexp Special): Nested repetition can be infloop.
9902
9903 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
9904 real stack overflow.
9905
9906 * compile.texi: Minor cleanups.
9907
9908 2004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
9909
9910 * lists.texi (Cons Cells): Explain dotted lists, true lists,
9911 circular lists.
9912 (List Elements): Explain handling of circular and dotted lists.
9913
9914 2004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
9915
9916 * modes.texi (Search-based Fontification): Fix typo.
9917
9918 2004-05-10 Juanma Barranquero <lektu@terra.es>
9919
9920 * modes.texi (Mode Line Variables): Fix description of
9921 global-mode-string, which is now after which-func-mode, not the
9922 buffer name.
9923
9924 2004-05-07 Lars Hansen <larsh@math.ku.dk>
9925
9926 * modes.texi (Desktop Save Mode): Add.
9927 (Modes): Add menu entry Desktop Save Mode.
9928
9929 * hooks.texi: Add desktop-after-read-hook,
9930 desktop-no-desktop-file-hook and desktop-save-hook.
9931
9932 * locals.texi: Add desktop-save-buffer.
9933
9934 2004-04-30 Jesper Harder <harder@ifa.au.dk>
9935
9936 * display.texi: emacs -> Emacs.
9937
9938 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
9939
9940 * files.texi (Changing Files): Document set-file-times.
9941
9942 2004-04-23 Juanma Barranquero <lektu@terra.es>
9943
9944 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9945
9946 2004-04-18 Jesper Harder <harder@ifa.au.dk>
9947
9948 * tips.texi (Coding Conventions): defopt -> defcustom.
9949
9950 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
9951
9952 * sequences.texi: Various clarifications.
9953
9954 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
9955
9956 * buffers.texi (Read Only Buffers): Mention optional ARG to
9957 `toggle-read-only'.
9958
9959 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
9960
9961 * windows.texi (Selecting Windows): Note that get-lru-window
9962 returns a full-width window if possible.
9963
9964 2004-04-13 Luc Teirlinck <teirllm@auburn.edu>
9965
9966 * buffers.texi: Various changes in addition to:
9967 (Buffer File Name): Add `find-buffer-visiting'.
9968 (Buffer Modification): Mention optional ARG to `not-modified'.
9969 (Indirect Buffers): Mention optional CLONE argument to
9970 `make-indirect-buffer'.
9971
9972 * files.texi: Various changes in addition to:
9973 (Visiting Functions): `find-file-hook' is now a normal hook.
9974 (File Name Expansion): Explain difference between the way that
9975 `expand-file-name' and `file-truename' treat `..'.
9976 (Contents of Directories): Mention optional ID-FORMAT argument to
9977 `directory-files-and-attributes'.
9978 (Format Conversion): Mention new optional CONFIRM argument to
9979 `format-write-file'.
9980
9981 2004-04-12 Miles Bader <miles@gnu.org>
9982
9983 * macros.texi (Expansion): Add description of `macroexpand-all'.
9984
9985 2004-04-05 Jesper Harder <harder@ifa.au.dk>
9986
9987 * variables.texi (Variable Aliases):
9988 Mention cyclic-variable-indirection.
9989
9990 * errors.texi (Standard Errors): Ditto.
9991
9992 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
9993
9994 * backups.texi: Various small changes in addition to:
9995 (Making Backups): Mention return value of `backup-buffer'.
9996 (Auto-Saving): Mention optional FORCE argument to
9997 `delete-auto-save-file-if-necessary'.
9998 (Reverting): Mention optional PRESERVE-MODES argument to
9999 `revert-buffer'. Correct description of `revert-buffer-function'.
10000
10001 2004-03-22 Juri Linkov <juri@jurta.org>
10002
10003 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
10004 with `Vector Functions'.
10005
10006 * text.texi (Sorting): Add missing quote.
10007
10008 2004-03-14 Luc Teirlinck <teirllm@auburn.edu>
10009
10010 * intro.texi (Lisp History): Replace xref to `cl' manual with
10011 inforef.
10012
10013 2004-03-12 Richard M. Stallman <rms@gnu.org>
10014
10015 * intro.texi (Version Info): Add arg to emacs-version.
10016 (Lisp History): Change xref to CL manual.
10017
10018 2004-03-09 Luc Teirlinck <teirllm@auburn.edu>
10019
10020 * minibuf.texi (Completion Commands): Add xref to Emacs manual
10021 for Partial Completion mode.
10022
10023 2004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
10024
10025 * customize.texi: Fix typo. Remove eol whitespace.
10026
10027 2004-03-04 Richard M. Stallman <rms@gnu.org>
10028
10029 * processes.texi: Fix typos.
10030
10031 * lists.texi (Building Lists): Minor clarification.
10032
10033 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
10034 in make-hash-table.
10035
10036 2004-02-29 Juanma Barranquero <lektu@terra.es>
10037
10038 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
10039 rm, and ignore exit code.
10040
10041 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
10042
10043 * display.texi (Defining Faces): Add description for min-colors.
10044 Update example.
10045
10046 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
10047
10048 * abbrevs.texi: Various corrections and clarifications in addition
10049 to the following:
10050 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
10051
10052 2004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
10053
10054 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
10055
10056 2004-02-21 Luc Teirlinck <teirllm@auburn.edu>
10057
10058 * text.texi: Various small changes in addition to the following:
10059 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
10060 to delete-horizontal-space.
10061 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
10062 description of yank-handler text property at various places.
10063
10064 * frames.texi (Window System Selections): Add anchor.
10065
10066 * syntax.texi (Syntax Table Functions): Clarify and correct
10067 descriptions of make-syntax-table and copy-syntax-table.
10068 (Motion and Syntax): Clarify SYNTAXES argument to
10069 skip-syntax-forward.
10070 (Parsing Expressions): Mention that the return value of
10071 parse-partial-sexp is currently a list of ten rather than nine
10072 elements.
10073 (Categories): Various corrections and clarifications.
10074
10075 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
10076
10077 * markers.texi (Marker Insertion Types): Minor change.
10078
10079 * locals.texi (Standard Buffer-Local Variables):
10080 * commands.texi (Interactive Codes, Using Interactive):
10081 * functions.texi (Related Topics): Fix xrefs.
10082
10083 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
10084
10085 * lists.texi (Sets And Lists): Update description of delete-dups.
10086
10087 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
10088
10089 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
10090
10091 2004-02-16 Jan Djärv <jan.h.d@swipnet.se>
10092
10093 * frames.texi (Parameter Access): frame-parameters arg is optional.
10094 modify-frame-parameters handles nil for FRAME.
10095 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
10096 are all-or-nothing for certain toolkits.
10097 Mention parameter wait-for-wm.
10098 (Frames and Windows): In frame-first-window and frame-selected-window
10099 the arg is optional.
10100 (Input Focus): In redirect-frame-focus the second arg is optional.
10101 (Window System Selections): Mention selection type CLIPBOARD.
10102 Mention data-type UTF8_STRING.
10103 Mention numbering of cut buffers.
10104 (Resources): Describe x-resource-name.
10105
10106 2004-02-16 Richard M. Stallman <rms@gnu.org>
10107
10108 * windows.texi (Buffers and Windows): Delete false table
10109 about all-frames.
10110
10111 * syntax.texi (Parsing Expressions): Delete old caveat
10112 about parse-sexp-ignore-comments.
10113
10114 * streams.texi (Output Variables): Add print-quoted.
10115
10116 * lists.texi (Building Lists): Minor cleanup.
10117
10118 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
10119
10120 * display.texi (Overlays): Explain overlays use markers.
10121 (Managing Overlays): Explain front-advance and rear-advance
10122 in more detail.
10123
10124 * loading.texi (Unloading): Document unload-feature-special-hooks.
10125 Get rid of fns-NNN.el file.
10126
10127 2004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
10128
10129 * help.texi (Describing Characters): Fix text-char-description
10130 example output.
10131
10132 * edebug.texi (Using Edebug): Fix example.
10133
10134 * debugging.texi (Internals of Debugger): Fix return value.
10135
10136 * files.texi (Changing Files): Fix argname.
10137
10138 * calendar.texi: Fix parens, and default values.
10139
10140 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
10141 * nonascii.texi, objects.texi, os.texi: Minor fixes.
10142 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
10143
10144 * positions.texi (Text Lines): Don't add -1 in current-line.
10145
10146 2004-02-16 Richard M. Stallman <rms@gnu.org>
10147
10148 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
10149
10150 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
10151
10152 * processes.texi (Low-Level Network): Fix a typo.
10153
10154 2004-02-12 Kim F. Storm <storm@cua.dk>
10155
10156 * display.texi (Fringes): Use consistent wording.
10157 Note that window-fringe's window arg is optional.
10158 (Scroll Bars): Use consistent wording.
10159
10160 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
10161
10162 * tips.texi (Comment Tips): Document the new conventions for
10163 commenting out code.
10164
10165 2004-02-07 Jan Djärv <jan.h.d@swipnet.se>
10166
10167 * positions.texi (Text Lines): Add missing end defun.
10168
10169 2004-02-07 Kim F. Storm <storm@cua.dk>
10170
10171 * positions.texi (Text Lines): Add line-number-at-pos.
10172
10173 2004-02-06 John Paul Wallington <jpw@gnu.org>
10174
10175 * display.texi (Button Properties, Button Buffer Commands):
10176 mouse-2 invokes button, not down-mouse-1.
10177
10178 2004-02-04 Jason Rumney <jasonr@gnu.org>
10179
10180 * makefile.w32-in: Sync with Makefile.in changes.
10181
10182 2004-02-03 Luc Teirlinck <teirllm@auburn.edu>
10183
10184 * minibuf.texi (Text from Minibuffer): Various corrections and
10185 clarifications.
10186 (Object from Minibuffer): Correct Lisp description of
10187 read-minibuffer.
10188 (Minibuffer History): Clarify description of cons values for
10189 HISTORY arguments.
10190 (Basic Completion): Various corrections and clarifications.
10191 Add completion-regexp-list.
10192 (Minibuffer Completion): Correct and clarify description of
10193 completing-read.
10194 (Completion Commands): Mention Partial Completion mode.
10195 Various other minor changes.
10196 (High-Level Completion): Various corrections and clarifications.
10197 (Reading File Names): Ditto.
10198 (Minibuffer Misc): Ditto.
10199
10200 2004-01-26 Luc Teirlinck <teirllm@auburn.edu>
10201
10202 * strings.texi (Text Comparison): assoc-string also matches
10203 elements of alists that are strings instead of conses.
10204 (Formatting Strings): Standardize Texinfo usage. Update index
10205 entries.
10206
10207 2004-01-20 Luc Teirlinck <teirllm@auburn.edu>
10208
10209 * lists.texi (Sets And Lists): Add delete-dups.
10210
10211 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
10212
10213 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
10214 special form.
10215 * macros.texi (Defining Macros): Update description of `declare',
10216 which now is a macro.
10217 (Wrong Time): Fix typos.
10218
10219 2004-01-14 Luc Teirlinck <teirllm@auburn.edu>
10220
10221 * compile.texi (Compilation Functions): Expand descriptions of
10222 `compile-defun', `byte-compile-file', `byte-recompile-directory'
10223 and `batch-byte-compile'. In particular, mention and describe
10224 all optional arguments.
10225 (Disassembly): Correct and clarify the description of `disassemble'.
10226
10227 2004-01-11 Luc Teirlinck <teirllm@auburn.edu>
10228
10229 * searching.texi: Various small changes in addition to the
10230 following.
10231 (Regexp Example): Adapt to new value of `sentence-end'.
10232 (Regexp Functions): The PAREN argument to `regexp-opt' can be
10233 `words'.
10234 (Search and Replace): Add usage note for `perform-replace'.
10235 (Entire Match Data): Mention INTEGERS and REUSE arguments to
10236 `match-data'.
10237 (Standard Regexps): Update for new values of `paragraph-start'
10238 and `sentence-end'.
10239
10240 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
10241
10242 * files.texi (Saving Buffers): Clarify descriptions of
10243 `write-contents-functions' and `before-save-hook'.
10244 Make the defvar's for `before-save-hook' and `after-save-hook'
10245 into defopt's.
10246
10247 2004-01-07 Kim F. Storm <storm@cua.dk>
10248
10249 * commands.texi (Click Events): Describe new image and
10250 width/height elements of click events.
10251 (Accessing Events): Add posn-string, posn-image, and
10252 posn-object-width-height. Change posn-object to return either
10253 image or string object.
10254
10255 2004-01-01 Simon Josefsson <jas@extundo.com>
10256
10257 * hooks.texi (Standard Hooks): Add before-save-hook.
10258 * files.texi (Saving Buffers): Likewise.
10259
10260 2004-01-03 Richard M. Stallman <rms@gnu.org>
10261
10262 * frames.texi (Frames and Windows): Delete frame-root-window.
10263
10264 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
10265
10266 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
10267
10268 * functions.texi: Various small changes in addition to the
10269 following.
10270 (What Is a Function): `functionp' returns nil for macros.
10271 Clarify behavior of this and following functions for symbol arguments.
10272 (Function Documentation): Add `\' in front of (fn @var{arglist})
10273 and explain why.
10274 (Defining Functions): Mention DOCSTRING argument to `defalias'.
10275 Add anchor.
10276 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
10277
10278 2004-01-01 Miles Bader <miles@gnu.org>
10279
10280 * display.texi (Buttons): New section.
10281
10282 2003-12-31 Andreas Schwab <schwab@suse.de>
10283
10284 * numbers.texi (Math Functions): sqrt reports a domain-error
10285 error.
10286 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
10287
10288 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
10289
10290 * tips.texi (Documentation Tips): Update item on hyperlinks in
10291 documentation strings.
10292
10293 * errors.texi (Standard Errors): Various small corrections and
10294 additions.
10295
10296 * control.texi: Various small changes in addition to the
10297 following.
10298 (Signaling Errors): Provide some more details on how `signal'
10299 constructs the error message. Add anchor to the definition of
10300 `signal'.
10301 (Error Symbols): Describe special treatment of `quit'.
10302 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
10303 to emphasize that it has to be a single form.
10304
10305 * buffers.texi: Add anchor.
10306
10307 2003-12-29 Richard M. Stallman <rms@gnu.org>
10308
10309 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
10310 (Window Configurations): Add window-configuration-frame.
10311
10312 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
10313
10314 * text.texi (Examining Properties): Add get-char-property-and-overlay.
10315 Change arg name in get-char-property.
10316 (Special Properties): Update handling of keymap property.
10317
10318 * strings.texi (Modifying Strings): Add clear-string.
10319 (Text Comparison): Add assoc-string and remove
10320 assoc-ignore-case, assoc-ignore-representation.
10321
10322 * os.texi (Time of Day): Add set-time-zone-rule.
10323
10324 * numbers.texi (Math Functions): asin, acos, log, log10
10325 report domain-error errors.
10326
10327 * nonascii.texi (Converting Representations):
10328 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
10329 (Encoding and I/O): Add file-name-coding-system.
10330
10331 * modes.texi (Search-based Fontification): Explain that
10332 face specs are symbols with face names as values.
10333
10334 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
10335
10336 * lists.texi (Building Lists): remq moved elsewhere.
10337 (Sets And Lists): remq moved here.
10338 (Association Lists): Refer to assoc-string.
10339
10340 * internals.texi (Garbage Collection): Add memory-use-counts.
10341
10342 * frames.texi (Frames and Windows): Add set-frame-selected-window
10343 and frame-root-window.
10344
10345 * files.texi (Contents of Directories):
10346 Add directory-files-and-attributes.
10347
10348 * display.texi (Refresh Screen): Add force-window-update.
10349 (Invisible Text): Explain about moving point out of invis text.
10350 (Overlay Properties): Add overlay-properties.
10351 (Managing Overlays): Add overlayp.
10352 (GIF Images): Invalid image number displays a hollow box.
10353
10354 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
10355 (Killing Buffers): Add buffer-live-p.
10356
10357 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
10358
10359 * display.texi (Fringes): Fix typo "set-buffer-window".
10360
10361 2003-12-24 Luc Teirlinck <teirllm@auburn.edu>
10362
10363 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
10364 * nonascii.texi, processes.texi, tips.texi, variables.texi:
10365 Add or change various xrefs and anchors.
10366
10367 * commands.texi: Replace all occurrences of @acronym{CAR} with
10368 @sc{car}, for consistency with the rest of the Elisp manual.
10369 `car' and `cdr' are historically acronyms, but are no longer
10370 widely thought of as such.
10371
10372 * internals.texi (Pure Storage): Mention that `purecopy' does not
10373 copy text properties.
10374 (Object Internals): Now 29 bits are used (in most implementations)
10375 to address Lisp objects.
10376
10377 * variables.texi (Variables with Restricted Values): New node.
10378
10379 * objects.texi (Lisp Data Types): Mention that certain variables
10380 can only take on a restricted set of values and add an xref to
10381 the new node "Variables with Restricted Values".
10382
10383 * eval.texi (Function Indirection): Describe the errors that
10384 `indirect-function' can signal.
10385 (Eval): Clarify the descriptions of `eval-region' and `values'.
10386 Describe `eval-buffer' instead of `eval-current-buffer' and
10387 mention `eval-current-buffer' as an alias for `current-buffer'.
10388 Correct the description and mention all optional arguments.
10389
10390 * nonascii.texi: Various small changes in addition to the
10391 following.
10392 (Converting Representations): Clarify behavior of
10393 `string-make-multibyte' and `string-to-multibyte' for unibyte all
10394 ASCII arguments.
10395 (Character Sets): Document the variable `charset-list' and adapt
10396 the definition of the function `charset-list' accordingly.
10397 (Translation of Characters): Clarify use of generic characters in
10398 `make-translation-table'. Clarify and correct the description of
10399 the use of translation tables in encoding and decoding.
10400 (User-Chosen Coding Systems): Correct and clarify the description
10401 of `select-safe-coding-system'.
10402 (Default Coding Systems): Clarify description of
10403 `file-coding-system-alist'.
10404
10405 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
10406
10407 * strings.texi (Text Comparison): Correctly describe when two
10408 strings are `equal'. Combine and clarify descriptions of
10409 `assoc-ignore-case' and `assoc-ignore-representation'.
10410
10411 * objects.texi (Non-ASCII in Strings): Clarify description of
10412 when a string is unibyte or multibyte.
10413 (Bool-Vector Type): Update examples.
10414 (Equality Predicates): Correctly describe when two strings are
10415 `equal'.
10416
10417 2003-11-29 Luc Teirlinck <teirllm@auburn.edu>
10418
10419 * lists.texi (Building Lists): `append' no longer accepts integer
10420 arguments. Update the description of `number-sequence' to reflect
10421 recent changes.
10422 (Sets And Lists): Describe `member-ignore-case' after `member'.
10423
10424 2003-11-27 Kim F. Storm <storm@cua.dk>
10425
10426 * commands.texi (Click Events): Click object may be an images.
10427 Describe (dx . dy) element of click positions.
10428 (Accessing Events): Remove duplicate posn-timestamp.
10429 New functions posn-object and posn-object-x-y.
10430
10431 2003-11-23 Kim F. Storm <storm@cua.dk>
10432
10433 * commands.texi (Click Events): Describe enhancements to event
10434 position lists, including new text-pos and (col . row) items.
10435 Mention left-fringe and right-fringe area events.
10436 (Accessing Events): New functions posn-area and
10437 posn-actual-col-row. Mention posn-timestamp. Mention that
10438 posn-point in non-text area still returns buffer position.
10439 Clarify posn-col-row.
10440
10441 2003-11-21 Lars Hansen <larsh@math.ku.dk>
10442
10443 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
10444 * anti.texi (File Attributes): Describe removed parameter
10445 ID-FORMAT.
10446
10447 2003-11-20 Luc Teirlinck <teirllm@auburn.edu>
10448
10449 * positions.texi (Positions): Mention that, if a marker is used as
10450 a position, its buffer is ignored.
10451
10452 * markers.texi (Overview of Markers): Mention it here too.
10453
10454 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
10455
10456 * numbers.texi (Numeric Conversions): Not just `floor', but also
10457 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
10458
10459 2003-11-10 Luc Teirlinck <teirllm@auburn.edu>
10460
10461 * markers.texi (Creating Markers): Specify insertion type of
10462 created markers. Add xref to `Marker Insertion Types'.
10463 Second argument to `copy-marker' is optional.
10464 (Marker Insertion Types): Mention that most markers are created
10465 with insertion type nil.
10466 (The Mark): Correctly describe when `mark' signals an error.
10467 (The Region): Correctly describe when `region-beginning' and
10468 `region-end' signal an error.
10469
10470 2003-11-08 Luc Teirlinck <teirllm@auburn.edu>
10471
10472 * hash.texi (Creating Hash): Clarify description of `eql'.
10473 `makehash' is obsolete.
10474 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
10475
10476 * positions.texi (Point): Change description of `buffer-end', so
10477 that it is also correct for floating point arguments.
10478 (List Motion): Correct argument lists of `beginning-of-defun' and
10479 `end-of-defun'.
10480 (Excursions): Add xref to `Marker Insertion Types'.
10481 (Narrowing): Argument to `narrow-to-page' is optional.
10482
10483 2003-11-06 Luc Teirlinck <teirllm@auburn.edu>
10484
10485 * streams.texi (Output Streams): Clarify behavior of point for
10486 marker output streams.
10487
10488 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
10489
10490 * variables.texi (Defining Variables): Second argument to
10491 `defconst' is not optional.
10492 (Setting Variables): Mention optional argument APPEND to
10493 `add-to-list'.
10494 (Creating Buffer-Local): Expand description of
10495 `make-variable-buffer-local'.
10496 (Frame-Local Variables): Expand description of
10497 `make-variable-frame-local'.
10498 (Variable Aliases): Correct description of optional argument
10499 DOCSTRING to `defvaralias'. Mention return value of
10500 `defvaralias'.
10501 (File Local Variables): Add xref to `File variables' in Emacs
10502 Manual. Correct description of `hack-local-variables'. Mention
10503 `safe-local-variable' property. Mention optional second argument
10504 to `risky-local-variable-p'.
10505
10506 2003-11-03 Luc Teirlinck <teirllm@auburn.edu>
10507
10508 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
10509
10510 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
10511
10512 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
10513 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
10514 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
10515 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
10516 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
10517 lispref/processes.texi, lispref/searching.texi,
10518 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
10519 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
10520 @acronym{FOO}.
10521
10522 2003-10-27 Luc Teirlinck <teirllm@auburn.edu>
10523
10524 * strings.texi (Creating Strings): Argument START to `substring'
10525 can not be `nil'. Expand description of
10526 `substring-no-properties'. Correct description of `split-string',
10527 especially with respect to empty matches. Prevent very bad line
10528 break in definition of `split-string-default-separators'.
10529 (Text Comparison): `string=' and `string<' also accept symbols as
10530 arguments.
10531 (String Conversion): More completely describe argument BASE in
10532 `string-to-number'.
10533 (Formatting Strings): `%s' and `%S' in `format' do require
10534 corresponding object. Clarify behavior of numeric prefix after
10535 `%' in `format'.
10536 (Case Conversion): The argument to `upcase-initials' can be a
10537 character.
10538
10539 2003-10-27 Kenichi Handa <handa@m17n.org>
10540
10541 * display.texi (Fontsets): Fix texinfo usage.
10542
10543 2003-10-25 Kenichi Handa <handa@m17n.org>
10544
10545 * display.texi (Fontsets): Add description of the function
10546 set-fontset-font.
10547
10548 2003-10-23 Luc Teirlinck <teirllm@auburn.edu>
10549
10550 * display.texi (Temporary Displays): Add xref to `Documentation
10551 Tips'.
10552
10553 * functions.texi (Function Safety): Use inforef instead of pxref
10554 for SES.
10555
10556 2003-10-23 Andreas Schwab <schwab@suse.de>
10557
10558 * Makefile.in (TEX, texinputdir): Don't define.
10559 (TEXI2DVI): Define.
10560 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
10561 add $(srcdir)/index.texi.
10562 ($(infodir)/elisp): Remove index.texi dependency.
10563 (elisp.dvi): Likewise. Use $(TEXI2DVI).
10564 (index.texi): Remove target.
10565 (dist): Don't link $(srcdir)/permute-index.
10566 (clean): Don't remove index.texi.
10567
10568 * permute-index, index.perm: Remove.
10569 * index.texi: Rename from index.unperm.
10570
10571 2003-10-22 Luc Teirlinck <teirllm@auburn.edu>
10572
10573 * tips.texi (Documentation Tips): Document new behavior for face
10574 and variable hyperlinks in Help mode.
10575
10576 2003-10-21 Luc Teirlinck <teirllm@auburn.edu>
10577
10578 * objects.texi (Integer Type): Update for extra bit of integer range.
10579 (Character Type): Ditto.
10580
10581 2003-10-16 Eli Zaretskii <eliz@gnu.org>
10582
10583 * numbers.texi (Integer Basics): Add index entries for reading
10584 numbers in hex, octal, and binary.
10585
10586 2003-10-16 Lute Kamstra <lute@gnu.org>
10587
10588 * modes.texi (Mode Line Format): Mention force-mode-line-update's
10589 argument.
10590
10591 2003-10-13 Luc Teirlinck <teirllm@auburn.edu>
10592
10593 * windows.texi (Choosing Window): Fix typo.
10594 * edebug.texi (Edebug Execution Modes): Fix typo.
10595
10596 2003-10-13 Richard M. Stallman <rms@gnu.org>
10597
10598 * windows.texi (Basic Windows): A window has fringe settings,
10599 display margins and scroll-bar settings.
10600 (Splitting Windows): Doc split-window return value.
10601 Clean up one-window-p.
10602 (Selecting Windows): Fix typo.
10603 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
10604 (Buffers and Windows): In set-window-buffer, explain effect
10605 on fringe settings and scroll bar settings.
10606 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
10607 (Choosing Window): Use defopt for pop-up-frame-function.
10608 For special-display-buffer-names, explain same-window and same-frame.
10609 Clarify window-dedicated-p return value.
10610 (Textual Scrolling): scroll-up and scroll-down can get an error.
10611 (Horizontal Scrolling): Clarify auto-hscroll-mode.
10612 Clarify set-window-hscroll.
10613 (Size of Window): Don't mention tool bar in window-height.
10614 (Coordinates and Windows): Explain what coordinates-in-window-p
10615 returns for fringes and display margins.
10616 (Window Configurations): Explain saving fringes, etc.
10617
10618 * tips.texi (Library Headers): Clean up Documentation.
10619
10620 * syntax.texi (Parsing Expressions): Clean up forward-comment
10621 and parse-sexp-lookup-properties.
10622
10623 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
10624
10625 * os.texi (System Environment): Clean up text for load-average errors.
10626
10627 * modes.texi (Hooks): Don't explain local hook details at front.
10628 Clarify run-hooks and run-hook-with-args a little.
10629 Clean up add-hook and remove-hook.
10630
10631 * edebug.texi (Edebug Execution Modes): Clarify t.
10632 Document edebug-sit-for-seconds.
10633 (Coverage Testing): Document C-x X = and =.
10634 (Instrumenting Macro Calls): Fix typo.
10635 (Specification List): Don't index the specification keywords.
10636
10637 2003-10-10 Kim F. Storm <storm@cua.dk>
10638
10639 * processes.texi (Network): Introduce make-network-process.
10640
10641 2003-10-09 Luc Teirlinck <teirllm@auburn.edu>
10642
10643 * tips.texi (Library Headers): Fix typo.
10644
10645 2003-10-07 Juri Linkov <juri@jurta.org>
10646
10647 * modes.texi (Imenu): Mention imenu-create-index-function's
10648 default value. Explain submenus better.
10649
10650 2003-10-07 Lute Kamstra <lute@gnu.org>
10651
10652 * modes.texi (Faces for Font Lock): Fix typo.
10653 (Hooks): Explain how buffer-local hook variables can refer to
10654 global hook variables.
10655 Various minor clarifications.
10656
10657 2003-10-06 Lute Kamstra <lute@gnu.org>
10658
10659 * tips.texi (Coding Conventions): Mention naming conventions for
10660 hooks.
10661
10662 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
10663
10664 * loading.texi (Library Search): Correct default value of
10665 load-suffixes.
10666 (Named Features): Fix typo.
10667
10668 2003-10-05 Richard M. Stallman <rms@gnu.org>
10669
10670 * loading.texi (Named Features): In `provide',
10671 say how to test for subfeatures.
10672 (Unloading): In unload-feature, use new var name
10673 unload-feature-special-hooks.
10674
10675 2003-10-03 Lute Kamstra <lute@gnu.org>
10676
10677 * modes.texi (Major Mode Conventions): Mention third way to set up
10678 Imenu.
10679 (Imenu): A number of small fixes.
10680 Delete documentation of internal variable imenu--index-alist.
10681 Document the return value format of imenu-create-index-function
10682 functions.
10683
10684 2003-09-30 Richard M. Stallman <rms@gnu.org>
10685
10686 * processes.texi (Network): Say what stopped datagram connections do.
10687
10688 * lists.texi (Association Lists): Clarify `assq-delete-all'.
10689
10690 * display.texi (Overlay Properties): Clarify `evaporate' property.
10691
10692 2003-09-29 Lute Kamstra <lute@gnu.org>
10693
10694 * modes.texi (Mode Line Data): Explain when symbols in mode-line
10695 constructs should be marked as risky.
10696 Change cons cell into proper list.
10697 (Mode Line Variables): Change cons cell into proper list.
10698
10699 2003-09-26 Lute Kamstra <lute@gnu.org>
10700
10701 * modes.texi (Mode Line Data): Document the :propertize construct.
10702 (Mode Line Variables): Reorder the descriptions of the variables
10703 to match their order in the default mode-line-format.
10704 Describe the new variables mode-line-position and mode-line-modes.
10705 Update the default values of mode-line-frame-identification,
10706 minor-mode-alist, and default-mode-line-format.
10707 (Properties in Mode): Mention the :propertize construct.
10708
10709 2003-09-26 Richard M. Stallman <rms@gnu.org>
10710
10711 * buffers.texi, commands.texi, debugging.texi, eval.texi:
10712 * loading.texi, minibuf.texi, text.texi, variables.texi:
10713 Avoid @strong{Note:}.
10714
10715 2003-09-26 Richard M. Stallman <rms@gnu.org>
10716
10717 * keymaps.texi (Remapping Commands): Fix typo.
10718
10719 2003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
10720
10721 * processes.texi (Low-Level Network): Fix typo.
10722
10723 2003-09-23 Kim F. Storm <storm@cua.dk>
10724
10725 * processes.texi (Network, Network Servers): Fix typos.
10726 (Low-Level Network): Add timeout value for :server keyword.
10727 Add new option keywords to make-network-process.
10728 Add set-network-process-options.
10729 Explain how to test availability of network options.
10730
10731 2003-09-19 Richard M. Stallman <rms@gnu.org>
10732
10733 * text.texi (Motion by Indent): Arg to
10734 backward-to-indentation and forward-to-indentation is optional.
10735
10736 * strings.texi (Creating Strings): Add substring-no-properties.
10737
10738 * processes.texi
10739 (Process Information): Add list-processes arg QUERY-ONLY.
10740 Delete process-contact from here.
10741 Add new status values for process-status.
10742 Add process-get, process-put, process-plist, set-process-plist.
10743 (Synchronous Processes): Add call-process-shell-command.
10744 (Signals to Processes): signal-process allows process objects.
10745 (Network): Complete rewrite.
10746 (Network Servers, Datagrams, Low-Level Network): New nodes.
10747
10748 * positions.texi (Word Motion): forward-word, backward-word
10749 arg is optional. Reword.
10750
10751 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
10752
10753 * variables.texi (Creating Buffer-Local):
10754 Delete duplicate definition of buffer-local-value.
10755 (File Local Variables): Explain about discarding text props.
10756
10757 2003-09-11 Richard M. Stallman <rms@gnu.org>
10758
10759 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
10760 changes variables that record input events.
10761 (Minibuffer Misc): Add minibuffer-selected-window.
10762
10763 * lists.texi (Building Lists): Add copy-tree.
10764
10765 * display.texi (Fontsets): Add char-displayable-p.
10766 (Scroll Bars): New node.
10767
10768 2003-09-08 Lute Kamstra <lute@gnu.org>
10769
10770 * modes.texi (%-Constructs): Document new `%i' and `%I'
10771 constructs.
10772
10773 2003-09-03 Peter Runestig <peter@runestig.com>
10774
10775 * makefile.w32-in: New file.
10776
10777 2003-08-29 Richard M. Stallman <rms@gnu.org>
10778
10779 * display.texi (Overlay Properties): Clarify how priorities
10780 affect use of the properties.
10781
10782 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
10783
10784 * customize.texi (Type Keywords): Correct the description of
10785 `:help-echo' in the case where `motion-doc' is a function.
10786
10787 2003-08-14 John Paul Wallington <jpw@gnu.org>
10788
10789 * modes.texi (Emulating Mode Line): Subsection, not section.
10790
10791 2003-08-13 Richard M. Stallman <rms@gnu.org>
10792
10793 * elisp.texi (Top): Update subnode lists in menu.
10794
10795 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
10796 (Kill Functions): kill-region has new arg yank-handler.
10797 (Yanking): New node.
10798 (Yank Commands): Add yank-undo-function.
10799 (Low-Level Kill Ring):
10800 kill-new and kill-append have new arg yank-handler.
10801 (Changing Properties): Add remove-list-of-text-properties.
10802 (Atomic Changes): New node.
10803
10804 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
10805
10806 * streams.texi (Output Variables): Add eval-expression-print-length
10807 and eval-expression-print-level.
10808
10809 * os.texi (Time Conversion): For encode-time, explain limits on year.
10810
10811 * objects.texi (Character Type): Define anchor "modifier bits".
10812
10813 * modes.texi (Emulating Mode Line): New node.
10814 (Search-based Fontification): Font Lock uses font-lock-face property.
10815 (Other Font Lock Variables): Likewise.
10816
10817 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
10818 not vectors.
10819 (Active Keymaps): Add emulation-mode-map-alists.
10820 (Functions for Key Lookup): key-binding has new arg no-remap.
10821 (Remapping Commands): New node.
10822 (Scanning Keymaps): where-is-internal has new arg no-remap.
10823 (Tool Bar): Add tool-bar-local-item-from-menu.
10824 Clarify when to use tool-bar-add-item-from-menu.
10825
10826 * commands.texi (Interactive Call): commandp has new arg.
10827 (Command Loop Info): Add this-original-command.
10828
10829 2003-08-06 John Paul Wallington <jpw@gnu.org>
10830
10831 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
10832
10833 * display.texi (Warning Basics): Fix typo.
10834 (Fringes): Add closing curly bracket and fix typo.
10835
10836 * elisp.texi (Top): Fix typo.
10837
10838 2003-08-05 Richard M. Stallman <rms@gnu.org>
10839
10840 * elisp.texi: Update lists of subnodes.
10841
10842 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
10843
10844 * variables.texi (Local Variables): Use lc for example variable names.
10845
10846 * tips.texi (Library Headers): Explain where to put -*-.
10847
10848 * strings.texi (Creating Strings): Fix xref for vconcat.
10849
10850 * sequences.texi (Vector Functions):
10851 vconcat no longer allows integer args.
10852
10853 * minibuf.texi (Reading File Names): read-file-name has new
10854 arg PREDICATE. New function read-directory-name.
10855
10856 * macros.texi (Defining Macros): Give definition of `declare'.
10857 (Indenting Macros): New node.
10858
10859 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
10860 (Window Frame Parameters): Make separate table of parameters
10861 that are coupled with specific face attributes.
10862 (Deleting Frames): delete-frame-hooks renamed to
10863 delete-frame-functions.
10864
10865 * files.texi (Magic File Names): Add file-remote-p.
10866 Clarify file-local-copy.
10867
10868 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
10869 here; instead xref Defining Macros.
10870
10871 * display.texi (Warnings): New node, and subnodes.
10872 (Fringes): New node.
10873
10874 * debugging.texi (Test Coverage): New node.
10875
10876 * compile.texi (Compiler Errors): Explain with-no-warnings
10877 and other ways to suppress warnings.
10878
10879 * commands.texi (Interactive Call): Minor clarification.
10880
10881 * buffers.texi (Buffer File Name): set-visited-file-name
10882 renames the buffer too.
10883
10884 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
10885
10886 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
10887
10888 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
10889
10890 2003-07-22 Markus Rost <rost@math.ohio-state.edu>
10891
10892 * internals.texi (Garbage Collection): Fix previous change.
10893
10894 2003-07-22 Richard M. Stallman <rms@gnu.org>
10895
10896 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
10897
10898 * display.texi (Width): Use \s syntax in example.
10899 (Font Selection): Add face-font-rescale-alist.
10900
10901 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
10902 Remove spurious indent in example.
10903
10904 * lists.texi (Building Lists): Add number-sequence.
10905
10906 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
10907
10908 * functions.texi (Function Documentation): Explain how to
10909 show calling convention explicitly in the doc string.
10910
10911 * windows.texi (Selecting Windows): save-selected-window saves
10912 selected window of each frame.
10913 (Window Configurations): Minor change.
10914
10915 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
10916
10917 * streams.texi (Output Variables): Add print-continuous-numbering
10918 and print-number-table.
10919
10920 * processes.texi (Decoding Output): New node.
10921
10922 * os.texi (Time Conversion): decode-time arg is optional.
10923
10924 * objects.texi (Character Type): Don't use space as example for \.
10925 Make list of char names and \-sequences correspond.
10926 Explain that \s is not used in strings. `\ ' needs space after.
10927
10928 * nonascii.texi (Converting Representations): Add string-to-multibyte.
10929 (Translation of Characters): Add translation-table-for-input.
10930 (Default Coding Systems): Add auto-coding-functions.
10931 (Explicit Encoding): Add decode-coding-inserted-region.
10932 (Locales): Add locale-info.
10933
10934 * minibuf.texi (Basic Completion): Describe test-completion.
10935 Collections can be lists of strings.
10936 Clean up lazy-completion-table.
10937 (Programmed Completion): Mention test-completion.
10938 Clarify why lambda expressions are not accepted.
10939 (Minibuffer Misc): Describe minibufferp.
10940
10941 2003-07-14 Richard M. Stallman <rms@gnu.org>
10942
10943 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
10944
10945 * windows.texi (Selecting Windows): New arg to select-window.
10946 (Selecting Windows): Add with-selected-window.
10947 (Size of Window): Add window-inside-edges, etc.
10948
10949 * internals.texi (Garbage Collection): Add post-gc-hook.
10950
10951 * processes.texi (Subprocess Creation): Add exec-suffixes.
10952
10953 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
10954 (Scanning Keymaps): Add map-keymaps.
10955 (Defining Menus): Add keymap-prompt.
10956
10957 * numbers.texi (Integer Basics): Add most-positive-fixnum,
10958 most-negative-fixnum.
10959
10960 * compile.texi (Byte Compilation): Explain no-byte-compile.
10961 (Compiler Errors): New node.
10962
10963 * os.texi (User Identification): user-uid, user-real-uid
10964 can return float.
10965
10966 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
10967 and about derived modes.
10968 (Minor Modes): Add minor-mode-list.
10969 (Defining Minor Modes): Keyword args for define-minor-mode.
10970 (Search-based Fontification): Explain managing other properties.
10971 (Other Font Lock Variables): Add font-lock-extra-managed-props.
10972 (Faces for Font Lock): Add font-lock-preprocessor-face.
10973 (Hooks): Add run-mode-hooks and delay-mode-hooks.
10974
10975 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
10976 (Variable Aliases): Clarify defvaralias.
10977
10978 * loading.texi (Library Search): Add load-suffixes.
10979
10980 * minibuf.texi (Basic Completion): Add lazy-completion-table.
10981 (Programmed Completion): Add dynamic-completion-table.
10982
10983 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
10984 (Magic File Names): Specify precedence order of handlers.
10985
10986 * commands.texi (Command Overview): Emacs server runs pre-command-hook
10987 and post-command-hook.
10988 (Waiting): New calling convention for sit-for.
10989
10990 * text.texi (Special Properties): local-map and keymap properties
10991 apply based on their stickiness.
10992
10993 2003-07-07 Richard M. Stallman <rms@gnu.org>
10994
10995 * modes.texi (Minor Mode Conventions): Specify only some kinds
10996 of list values as args to minor modes.
10997
10998 * files.texi (File Name Expansion): Warn about iterative use
10999 of substitute-in-file-name.
11000
11001 * advice.texi (Activation of Advice): Clean up previous change.
11002
11003 2003-07-06 Markus Rost <rost@math.ohio-state.edu>
11004
11005 * advice.texi (Activation of Advice): Note that ad-start-advice is
11006 turned on by default.
11007
11008 2003-06-30 Richard M. Stallman <rms@gnu.org>
11009
11010 * text.texi (Buffer Contents): Document current-word.
11011 (Change Hooks): Not called for *Messages*.
11012
11013 * functions.texi (Defining Functions): Explain about redefining
11014 primitives.
11015 (Function Safety): Rename. Minor changes.
11016 Comment out the detailed criteria for what is safe.
11017
11018 2003-06-22 Andreas Schwab <schwab@suse.de>
11019
11020 * objects.texi (Symbol Type): Fix description of examples.
11021
11022 2003-06-16 Andreas Schwab <schwab@suse.de>
11023
11024 * hash.texi (Creating Hash): Fix description of :weakness.
11025
11026 2003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
11027
11028 * files.texi (Changing Files): copy-file copies file modes, too.
11029
11030 2003-05-28 Richard M. Stallman <rms@gnu.org>
11031
11032 * strings.texi (Creating Strings): Clarify split-string.
11033
11034 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
11035
11036 * strings.texi (Creating Strings): Update split-string specification
11037 and examples.
11038
11039 2003-05-19 Richard M. Stallman <rms@gnu.org>
11040
11041 * elisp.texi: Correct invariant section names.
11042
11043 2003-04-20 Richard M. Stallman <rms@gnu.org>
11044
11045 * os.texi (Timers): Explain about timers and quitting.
11046
11047 2003-04-19 Richard M. Stallman <rms@gnu.org>
11048
11049 * internals.texi (Writing Emacs Primitives): Strings are
11050 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
11051 Explain GCPRO convention for varargs function args.
11052
11053 2003-04-16 Richard M. Stallman <rms@gnu.org>
11054
11055 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
11056
11057 2003-04-08 Richard M. Stallman <rms@gnu.org>
11058
11059 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
11060
11061 2003-02-13 Kim F. Storm <storm@cua.dk>
11062
11063 * objects.texi (Character Type): New \s escape for space.
11064
11065 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
11066
11067 * os.texi (System Environment): Add cygwin system-type.
11068
11069 2003-01-25 Richard M. Stallman <rms@gnu.org>
11070
11071 * keymaps.texi: Document that a symbol can act as a keymap.
11072
11073 2003-01-13 Richard M. Stallman <rms@gnu.org>
11074
11075 * text.texi (Changing Properties): Say string indices are origin-0.
11076
11077 * positions.texi (Screen Lines) <compute-motion>:
11078 Correct order of elts in return value.
11079
11080 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
11081 how to define a default binding.
11082
11083 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
11084
11085 * loading.texi (Unloading): Fix recent change for load-history.
11086
11087 * customize.texi (Simple Types): Clarify description of custom
11088 type 'number. Describe new custom type 'float.
11089
11090 2002-12-04 Markus Rost <rost@math.ohio-state.edu>
11091
11092 * variables.texi (File Local Variables): Fix typo.
11093
11094 2002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
11095
11096 From Michael Albinus <Michael.Albinus@alcatel.de>.
11097
11098 * README: Target for Info file is `make info'.
11099
11100 * files.texi (File Name Components): Fix typos in
11101 `file-name-sans-extension'.
11102 (Magic File Names): Complete list of operations for magic file
11103 name handlers.
11104
11105 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
11106
11107 * variables.texi (File Local Variables): New function
11108 risky-local-variable-p.
11109
11110 2002-09-15 Jonathan Yavner <jyavner@engineer.com>
11111
11112 * functions.texi (Function safety): New node about unsafep.
11113
11114 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
11115
11116 * customize.texi (Splicing into Lists): Fix example.
11117 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
11118
11119 2002-06-17 Juanma Barranquero <lektu@terra.es>
11120
11121 * frames.texi (Display Feature Testing): Fix typo.
11122
11123 2002-06-12 Andreas Schwab <schwab@suse.de>
11124
11125 * frames.texi (Initial Parameters, Resources): Fix references to
11126 the Emacs manual.
11127
11128 2002-05-13 Kim F. Storm <storm@cua.dk>
11129
11130 * variables.texi (Intro to Buffer-Local): Updated warning and
11131 example relating to changing buffer inside let.
11132
11133 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
11134
11135 * os.texi (Session Management): New node about X Session management.
11136
11137 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
11138
11139 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
11140 to which the manual corresponds, and the copyright years.
11141
11142 * Makefile.in (VERSION): Set to 2.9.
11143
11144 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
11145
11146 * elisp.texi: Change the category in @dircategory to "Emacs", to
11147 make it consistent with info/dir.
11148
11149 2001-11-25 Miles Bader <miles@gnu.org>
11150
11151 * text.texi (Fields): Describe new `limit' arg in
11152 field-beginning/field-end.
11153
11154 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
11155
11156 * permute-index: Don't depend on csh-specific features.
11157 Replace the interpreter name with /bin/sh.
11158
11159 * two-volume-cross-refs.txt: New file.
11160 * two.el: New file.
11161 * spellfile: New file.
11162
11163 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
11164
11165 * permute-index: New file.
11166
11167 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
11168 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
11169 8+3 restricted namespace.
11170
11171 * Makefile.in (infodir): Define relative to $(srcdir).
11172 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
11173 include directories list via -I switch to makeinfo.
11174 (index.texi): Use cp if both hard and symbolic links fail.
11175
11176 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
11177
11178 * Makefile.in (distclean): Add.
11179
11180 The following changes make ELisp manual part of the Emacs
11181 distribution:
11182
11183 * Makefile.in: Add Copyright notice.
11184 (prefix): Remove.
11185 (infodir): Change value to "../info".
11186 (VPATH): New variable.
11187 (MAKE): Don't define.
11188 (texmacrodir): Don't define.
11189 (texinputdir): Append the existing value of TEXINPUTS.
11190 ($(infodir)/elisp): Instead of just "elisp". Reformat the
11191 command to be compatible with man/Makefile.in, and to put the
11192 output into ../info.
11193 (info): Add target.
11194 (installall): Target removed.
11195
11196 2001-10-31 Pavel Janík <Pavel@Janik.cz>
11197
11198 * tips.texi (Coding Conventions): Fix typo.
11199
11200 2001-10-23 Gerd Moellmann <gerd@gnu.org>
11201
11202 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
11203
11204 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
11205
11206 * files.texi (File Name Components): Update the description of
11207 file-name-sans-extension and file-name-extension, as they now
11208 ignore leading dots.
11209
11210 2001-10-20 Gerd Moellmann <gerd@gnu.org>
11211
11212 * (Version 21.1 released.)
11213
11214 2001-10-19 Miles Bader <miles@gnu.org>
11215
11216 * positions.texi (Text Lines): Describe behavior of
11217 `beginning-of-line'/`end-of-line' in the presence of field properties.
11218
11219 2001-10-17 Gerd Moellmann <gerd@gnu.org>
11220
11221 * Makefile.in (VERSION): Set to 2.8.
11222 (manual): Use `manual-21'.
11223
11224 * elisp.texi (VERSION): Add and use it where the version
11225 number was used. Set it to 2.8.
11226
11227 * intro.texi: Likewise.
11228
11229 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
11230
11231 * files.texi (File Name Completion): Document the significance of
11232 a trailing slash in elements of completion-ignored-extensions.
11233
11234 2001-10-06 Miles Bader <miles@gnu.org>
11235
11236 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
11237
11238 2001-10-04 Gerd Moellmann <gerd@gnu.org>
11239
11240 * variables.texi (Variable Aliases): New node.
11241
11242 2001-10-04 Gerd Moellmann <gerd@gnu.org>
11243
11244 * Branch for 21.1.
11245
11246 2001-10-02 Miles Bader <miles@gnu.org>
11247
11248 * minibuf.texi (Minibuffer Misc): Add entries for
11249 `minibuffer-contents', `minibuffer-contents-no-properties', and
11250 `delete-minibuffer-contents'.
11251 Correct description for `minibuffer-prompt-end'.
11252
11253 * text.texi (Property Search): Correct descriptions of
11254 `next-char-property-change' and `previous-char-property-change'.
11255 Add entries for `next-single-char-property-change' and
11256 `previous-single-char-property-change'.
11257 Make operand names a bit more consistent.
11258
11259 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
11260
11261 * frames.texi (Finding All Frames): Document that next-frame and
11262 previous-frame are local to current terminal.
11263
11264 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
11265
11266 * keymaps.texi (Creating Keymaps): Fix the description of the
11267 result of make-keymap.
11268
11269 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
11270
11271 * display.texi (Font Lookup, Attribute Functions)
11272 (Image Descriptors): Add cross-references to the definition of
11273 selected frame.
11274
11275 * buffers.texi (The Buffer List): Add cross-references to the
11276 definition of selected frame.
11277
11278 * frames.texi (Input Focus): Clarify which frame is _the_ selected
11279 frame at any given time.
11280 (Multiple Displays, Size and Position): Add a cross-reference to
11281 the definition of the selected frame.
11282
11283 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
11284
11285 * strings.texi (String Conversion) <string-to-number>: Document
11286 that a float is returned for integers that are too large.
11287
11288 * frames.texi (Mouse Position): Document mouse-position-function.
11289 (Display Feature Testing): Document display-images-p.
11290 (Window Frame Parameters): Document the cursor-type variable.
11291
11292 * numbers.texi (Integer Basics): Document CL style read syntax for
11293 integers in bases other than 10.
11294
11295 * positions.texi (List Motion):
11296 Document open-paren-in-column-0-is-defun-start.
11297
11298 * lists.texi (Sets And Lists): Document member-ignore-case.
11299
11300 * internals.texi (Garbage Collection): Document the used and free
11301 strings report.
11302 (Memory Usage): Document strings-consed.
11303
11304 * os.texi (Time of Day): Document float-time.
11305 (Recording Input): Document that clear-this-command-keys clears
11306 the vector to be returned by recent-keys.
11307
11308 * keymaps.texi (Scanning Keymaps) <where-is-internal>:
11309 The argument keymap can be a list.
11310
11311 * nonascii.texi (User-Chosen Coding Systems)
11312 <select-safe-coding-system>: Document the new argument
11313 accept-default-p and the variable
11314 select-safe-coding-system-accept-default-p. Tell what happens if
11315 buffer-file-coding-system is undecided.
11316 (Default Coding Systems): Document auto-coding-regexp-alist.
11317
11318 * display.texi (The Echo Area) <message>: Document
11319 message-truncate-lines.
11320 (Glyphs): Document that the glyph table is unused on windowed
11321 displays.
11322
11323 * help.texi (Describing Characters) <single-key-description>:
11324 Document the new argument no-angles.
11325 (Accessing Documentation) <documentation-property>: Document that
11326 a non-string property is evaluated.
11327 <documentation>: Document that the function-documentation property
11328 is looked for.
11329
11330 * windows.texi (Selecting Windows): Document some-window.
11331
11332 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
11333
11334 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
11335 apropos-mode-hook.
11336
11337 * commands.texi (Using Interactive): Document interactive-form.
11338 (Keyboard Macros): Document kbd-macro-termination-hook.
11339 (Command Loop Info): Document that clear-this-command-keys clears
11340 the vector to be returned by recent-keys.
11341
11342 2001-09-04 Werner LEMBERG <wl@gnu.org>
11343
11344 * Makefile.in (srcdir, texinputdir): New variables.
11345 (srcs, index.texi, install): Use $(srcdir).
11346 (.PHONY): Remove elisp.dvi.
11347 (elisp): Use -I switch for makeinfo.
11348 (elisp.dvi): Use $(srcdir) and $(texinputdir).
11349 (installall, dist): Use $(srcdir).
11350 Fix path to texinfo.tex.
11351 (maintainer-clean): Add elisp.dvi and elisp.oaux.
11352
11353 2001-08-30 Gerd Moellmann <gerd@gnu.org>
11354
11355 * display.texi (Conditional Display): Adjust to API change.
11356
11357 * configure: New file.
11358
11359 2001-07-30 Gerd Moellmann <gerd@gnu.org>
11360
11361 * commands.texi (Repeat Events): Add description of
11362 double-click-fuzz.
11363
11364 2001-05-08 Stefan Monnier <monnier@cs.yale.edu>
11365
11366 * syntax.texi (Syntax Class Table): Add the missing designator for
11367 comment and string fences.
11368 (Syntax Properties): Add a xref to syntax table internals.
11369 (Syntax Table Internals): Document string-to-syntax.
11370
11371 2001-05-07 Gerd Moellmann <gerd@gnu.org>
11372
11373 * Makefile.in (install): Use install-info command line options
11374 like in Emacs' Makefile.in.
11375
11376 2000-12-09 Miles Bader <miles@gnu.org>
11377
11378 * windows.texi (Window Start): Update documentation for
11379 `pos-visible-in-window-p'.
11380
11381 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
11382
11383 * lists.texi (Building Lists): Add footnote to explain how to add
11384 to the end of a list.
11385
11386 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11387
11388 * files.texi (Visiting Functions): Typos.
11389
11390 2000-10-25 Kenichi Handa <handa@etl.go.jp>
11391
11392 * files.texi (Visiting Functions): Return value of
11393 find-file-noselect may be a list of buffers if wildcards are used.
11394
11395 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11396
11397 * display.texi (Defining Faces): Document `graphic' display type
11398 in face specs.
11399
11400 2000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11401
11402 * hooks.texi (Standard Hooks): Replace obsolete
11403 `after-make-frame-hook' with `after-make-frame-functions'.
11404
11405 * frames.texi (Creating Frames): Ditto.
11406
11407 * variables.texi (Future Local Variables): Ditto.
11408
11409 2000-10-16 Gerd Moellmann <gerd@gnu.org>
11410
11411 * display.texi (Other Image Types): Add description of :foreground
11412 and :background properties of mono PBM images.
11413
11414 2000-08-17 Werner LEMBERG <wl@gnu.org>
11415
11416 * .cvsignore: New file.
11417
11418 2000-01-05 Gerd Moellmann <gerd@gnu.org>
11419
11420 * tindex.pl: New script.
11421
11422 1999-12-03 Dave Love <fx@gnu.org>
11423
11424 * Makefile.in (MAKEINFO): New parameter.
11425
11426 1999-09-17 Richard Stallman <rms@gnu.org>
11427
11428 * Makefile.in (srcs): Add hash.texi.
11429 (VERSION): Update to 20.6.
11430
11431 1999-09-13 Richard Stallman <rms@gnu.org>
11432
11433 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
11434
11435 1998-08-29 Karl Heuer <kwzh@gnu.org>
11436
11437 * configure.in: New file.
11438 * Makefile.in: Renamed from Makefile.
11439 (prefix, infodir): Use value obtained from configure.
11440 (emacslibdir): Obsolete variable deleted.
11441 (dist): Distribute configure.in, configure, Makefile.in.
11442
11443 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
11444
11445 * Makefile (INSTALL_INFO): New variable.
11446 (install): Run install-info.
11447
11448 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
11449
11450 * Makefile (elisp.dvi): Add missing backslash.
11451
11452 1998-05-02 Richard Stallman <rms@psilocin.gnu.org>
11453
11454 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
11455 Run texindex without `./'. Always run texindex on elisp.tp.
11456 (elisp.tps): Target deleted.
11457
11458 1998-04-05 Richard Stallman <rms@psilocin.gnu.org>
11459
11460 * Makefile (srcs): Add nonascii.texi and customize.texi.
11461 (dist): Start by deleting `temp'.
11462
11463 1998-02-17 Richard Stallman <rms@psilocin.gnu.org>
11464
11465 * Makefile (makeinfo, texindex): Targets deleted.
11466 (makeinfo.o, texindex.o): Targets deleted.
11467 (clean, dist): Don't do anything with them or with getopt*.
11468
11469 1998-01-30 Richard Stallman <rms@psilocin.gnu.org>
11470
11471 * Makefile (SHELL): Defined.
11472
11473 1998-01-27 Richard Stallman <rms@psilocin.gnu.org>
11474
11475 * Makefile (elisp.tps): New target.
11476 (elisp.dvi): Depend on elisp.tps.
11477
11478 1996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
11479
11480 * README: Update phone number.
11481
11482 * Makefile (elisp): Make this be the default target.
11483 Depend on makeinfo.c instead of makeinfo.
11484 (install): Don't depend on elisp.dvi, since we don't install that.
11485 Use mkinstalldirs.
11486 (dist): Add mkinstalldirs.
11487
11488 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11489
11490 * Makefile (VERSION): Update version number.
11491 (maintainer-clean): Rename from realclean.
11492
11493 1995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11494
11495 * Makefile (realclean): New target.
11496 (elisp): Remove any old elisp-* files first.
11497
11498 1993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
11499
11500 * Makefile (VERSION): New variable.
11501 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
11502 Compressed file suffix should be `.gz', not `.z'.
11503
11504 1993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11505
11506 * Makefile (elisp): Depend on makeinfo.
11507
11508 1993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
11509
11510 * Makefile (srcs): Add anti.texi.
11511
11512 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11513
11514 * Makefile (infodir, prefix): New vars.
11515 (install): Use infodir.
11516 (emacsinfodir): Delete.
11517
11518 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11519
11520 * Makefile (srcs): Add calendar.texi.
11521
11522 * Makefile (dist): Copy texindex.c and makeinfo.c.
11523 Limit elisp-* files to those with one or two digits.
11524
11525 1993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11526
11527 * Makefile (dist): Change to use Gzip instead of compress.
11528
11529 1993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
11530
11531 * loading.texi (Unloading): define-function changed back to
11532 defalias. It may not stay this way, but at least it's
11533 consistent with the known-good version of the code patch.
11534
11535 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
11536
11537 * modes.texi (Hooks): Document new optional arg of add-hook.
11538
11539 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
11540
11541 * variables.texi: Document nil initial value of buffer-local variables.
11542
11543 * tips.texi: Add new section on standard library headers.
11544
11545 1993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11546
11547 * Makefile (srcs): Add frame.texi to the list of sources.
11548
11549 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11550
11551 * Makefile (dist): Don't bother excluding autosave files; they'll
11552 never make it into the temp directory anyway, and the hash marks
11553 in the name are problematic for make and the Bourne shell.
11554 (srcs): ???
11555
11556 1993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11557
11558 * Makefile (dist): Don't include backup files or autosave files in
11559 the distribution tar file.
11560
11561 1991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11562
11563 * Makefile (srcs): Add index.perm.
11564 (elisp.dvi): Remove erroneous shell comment.
11565 Expect output of permute-index in permuted.fns.
11566 Save old elisp.aux in elisp.oaux.
11567 (clean): Add index.texi to be deleted.
11568
11569 1990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11570
11571 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
11572
11573 1990-06-26 David Lawrence (tale@geech)
11574
11575 * files.texi: Noted that completion-ignored-extensions is ignored
11576 when making *Completions*.
11577
11578 1990-06-08 Jay Fenlason (hack@ai.mit.edu)
11579
11580 * Makefile make dist now depends on elisp.dvi, since it tries
11581 to include it in the dist file.
11582
11583 1990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
11584
11585 * functions.texinfo (Mapping Functions): Add missing quote.
11586
11587 1989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11588
11589 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
11590 (defunargs): Turn off \hyphenchar of \sl font temporarily.
11591
11592 1989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
11593
11594 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
11595 and @error{} are the terms now being used. The files in the
11596 directory have been changed to reflect this.
11597
11598 * All instances of @indentedresultt{} have been changed to
11599 ` @result{}', using 5 spaces at the beginning of the line.
11600
11601 1989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
11602
11603 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
11604 experimental @indentedresult{}, @indentedexpandsto{} are part of
11605 the texinfo.tex in this directory. These TeX macros are not
11606 stable yet.
11607
11608 1989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
11609
11610 * texinfo.tex: Temporarily added
11611 \let\result=\dblarrow
11612 \def\error{{\it ERROR} \longdblarrow}
11613 We need to do this better soon.
11614
11615 1989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
11616
11617 * Applied Karl Berry's patches to *.texinfo files, but not to
11618 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
11619 new title page format is also not applied, since it requires
11620 texinfo.tex changes.)
11621
11622 * Cleaned up `Makefile' and defined the `emacslibdir' directory
11623 for the Project GNU development environment.
11624
11625 ;; Local Variables:
11626 ;; coding: utf-8
11627 ;; End:
11628
11629 Copyright (C) 1998-2012 Free Software Foundation, Inc.
11630
11631 This file is part of GNU Emacs.
11632
11633 GNU Emacs is free software: you can redistribute it and/or modify
11634 it under the terms of the GNU General Public License as published by
11635 the Free Software Foundation, either version 3 of the License, or
11636 (at your option) any later version.
11637
11638 GNU Emacs is distributed in the hope that it will be useful,
11639 but WITHOUT ANY WARRANTY; without even the implied warranty of
11640 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11641 GNU General Public License for more details.
11642
11643 You should have received a copy of the GNU General Public License
11644 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.