Make a start on a Profiling section in the lispref
[bpt/emacs.git] / doc / lispref / ChangeLog
1 2012-11-20 Glenn Morris <rgm@gnu.org>
2
3 * debugging.texi (Profiling): New section, in progress.
4 * tips.texi (Compilation Tips): Move profiling to separate section.
5 * elisp.texi: Add Profiling to detailed menu.
6
7 2012-11-18 Martin Rudalics <rudalics@gmx.at>
8
9 * windows.texi (Display Action Functions): Fix recently added
10 example. Suggested by Michael Heerdegen.
11
12 2012-11-18 Paul Eggert <eggert@cs.ucla.edu>
13
14 Minor cleanup for times as lists of four integers.
15 * os.texi (Time Parsing): Time values can now be four integers.
16
17 2012-11-18 Glenn Morris <rgm@gnu.org>
18
19 * loading.texi (How Programs Do Loading): Add eager macro expansion.
20 * macros.texi (Expansion): Mention eager macro expansion.
21
22 2012-11-17 Glenn Morris <rgm@gnu.org>
23
24 * minibuf.texi (Basic Completion): Mention misc completion-table funcs.
25
26 2012-11-17 Leo Liu <sdl.web@gmail.com>
27
28 * minibuf.texi (Programmed Completion): Doc fix for metadata
29 request (Bug#12850).
30
31 2012-11-17 Glenn Morris <rgm@gnu.org>
32
33 * display.texi (Temporary Displays): Document with-temp-buffer-window.
34
35 * frames.texi (Size and Position): Add fit-frame-to-buffer command.
36 * windows.texi (Resizing Windows): Add fit-frame-to-buffer option.
37 (Window Sizes): Add vindex for window-min-height, window-min-width.
38 (Display Action Functions): Mention pop-up-frame-parameters.
39
40 2012-11-16 Martin Rudalics <rudalics@gmx.at>
41
42 * windows.texi (Choosing Window): Rewrite description of
43 display-buffer-alist (Bug#12167).
44 (Display Action Functions): Mention inhibit-switch-frame. Fix
45 description of display-buffer-below-selected. Reorder actions.
46 Add example (Bug#12848).
47
48 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
49
50 * keymaps.texi (Translation Keymaps): Add a subsection "Interaction
51 with normal keymaps" (bug#12868).
52
53 2012-11-15 Glenn Morris <rgm@gnu.org>
54
55 * display.texi (Face Attributes): Fix :underline COLOR description.
56 (Attribute Functions): Update for set-face-underline rename.
57 Tweak descriptions of face-underline-p, face-inverse-video-p.
58
59 2012-11-14 Glenn Morris <rgm@gnu.org>
60
61 * keymaps.texi (Searching Keymaps, Tool Bar): Untabify examples,
62 so they align better in info.
63 (Active Keymaps, Searching Keymaps, Controlling Active Maps):
64 Document set-temporary-overlay-map.
65
66 2012-11-12 Glenn Morris <rgm@gnu.org>
67
68 * variables.texi (Adding Generalized Variables):
69 At least mention gv-define-expander and gv-letplace.
70
71 2012-11-11 Glenn Morris <rgm@gnu.org>
72
73 * debugging.texi (Error Debugging): Mention debug-on-message.
74 (Using Debugger): Mention debugger-bury-or-kill.
75
76 * control.texi (Signaling Errors):
77 * debugging.texi (Error Debugging):
78 * errors.texi (Standard Errors): Add user-error.
79
80 * variables.texi (Adding Generalized Variables):
81 Use standard formatting for common lisp note about setf functions.
82
83 2012-11-07 Martin Rudalics <rudalics@gmx.at>
84
85 * elisp.texi (Top): Add Recombining Windows to menu.
86 * windows.texi (Recombining Windows): New subsection.
87 (Splitting Windows): Rewrite text on handling of window
88 combinations and move it to new subsection.
89
90 2012-11-07 Chong Yidong <cyd@gnu.org>
91
92 * searching.texi (Replacing Match): Document \? in replace-match.
93
94 * variables.texi (Creating Buffer-Local): Document setq-local and
95 defvar-local.
96 (Setting Generalized Variables): Arrange table alphabetically.
97
98 * lists.texi (List Elements, List Variables): Clarify descriptions
99 of push and pop for generalized variables.
100
101 * edebug.texi (Specification List): setf is no longer CL-only.
102
103 2012-11-07 Glenn Morris <rgm@gnu.org>
104
105 * variables.texi (Adding Generalized Variables):
106 Update description of FIX-RETURN expansion.
107
108 2012-11-06 Glenn Morris <rgm@gnu.org>
109
110 * variables.texi (Setting Generalized Variables):
111 Split most of previous contents into this subsection.
112 (Adding Generalized Variables): New subsection.
113 Move note on lack of setf functions here from misc/cl.texi.
114
115 * elisp.texi: Add Generalized Variables subsections to detailed menu.
116
117 2012-11-05 Chong Yidong <cyd@gnu.org>
118
119 * frames.texi (Initial Parameters): Doc fix (Bug#12144).
120
121 2012-11-03 Chong Yidong <cyd@gnu.org>
122
123 * objects.texi (General Escape Syntax): Clarify the explanation of
124 escape sequences.
125 (Non-ASCII in Strings): Clarify when a string is unibyte vs
126 multibyte. Hex escapes do not automatically make a string
127 multibyte.
128
129 2012-11-03 Martin Rudalics <rudalics@gmx.at>
130
131 * windows.texi (Switching Buffers): Document option
132 switch-to-buffer-preserve-window-point.
133 (Display Action Functions): Document window-height and
134 window-width alist entries.
135 (Display Action Functions): Document
136 display-buffer-below-selected and
137 display-buffer-in-previous-window.
138 (Quitting Windows): Document quit-restore-window. Rewrite
139 section.
140 (Window Configurations): In window-state-get mention that
141 argument window must be valid.
142 (Window Parameters): Document quit-restore window parameter
143 (Bug#12158).
144
145 2012-10-31 Glenn Morris <rgm@gnu.org>
146
147 * control.texi (Catch and Throw): Add xref to cl.texi.
148
149 * lists.texi (Sets And Lists): Point xref to better location.
150
151 * errors.texi (Standard Errors):
152 * loading.texi (Autoload): Update for cl-lib namespace changes.
153
154 * modes.texi (Defining Minor Modes): "Generalized Variables"
155 section is now in this manual rather than cl.texi.
156
157 * eval.texi (Special Forms): No longer special forms: defmacro,
158 defun, save-window-excursion, with-output-to-temp-buffer.
159 * functions.texi (Defining Functions): Defun is now a macro.
160 Defalias is a function.
161
162 2012-10-30 Glenn Morris <rgm@gnu.org>
163
164 * variables.texi (Generalized Variables): Fix typo.
165
166 2012-10-30 Chong Yidong <cyd@gnu.org>
167
168 * symbols.texi (Symbol Plists): Document function-get.
169
170 * loading.texi (Autoload): Document autoloadp, autoload-do-load.
171
172 * frames.texi (Visibility of Frames): Document tty-top-frame.
173
174 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
175
176 * keymaps.texi (Format of Keymaps): Document the multiple
177 inheritance format.
178
179 2012-10-28 Martin Rudalics <rudalics@gmx.at>
180
181 * windows.texi (Basic Windows): Reformulate description of live,
182 internal and valid windows.
183 (Cyclic Window Ordering): Describe new argument of
184 get-lru-window and get-largest-window. Add description of
185 window-in-direction.
186
187 2012-10-27 Glenn Morris <rgm@gnu.org>
188
189 * variables.texi (Generalized Variables): New section,
190 adapted from misc/cl.texi.
191 * elisp.texi (Top): Add Generalized Variables to menu.
192 * lists.texi (List Elements, List Variables):
193 Mention generalized variables.
194
195 * lists.texi (List Elements): Typo fix.
196
197 2012-10-27 Chong Yidong <cyd@gnu.org>
198
199 * minibuf.texi (High-Level Completion): Don't mention removed
200 function iswitchb-read-buffer.
201
202 * commands.texi (Event Input Misc): Remove last-input-char.
203 (Command Loop Info): Remove last-command-char.
204
205 * frames.texi (Initial Parameters): Don't mention the obsolete
206 special-display feature.
207
208 * windows.texi (Choosing Window): Don't mention the obsolete
209 special display feature.
210 (Choosing Window Options): Remove obsolete special-display
211 variables, and the functions special-display-p and
212 special-display-popup-frame.
213
214 * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
215
216 * hooks.texi (Standard Hooks): Remove obsolete hooks.
217
218 * markers.texi (Information from Markers): Remove obsolete
219 function buffer-has-markers-at.
220
221 * text.texi (Yanking): Document yank-handled-properties.
222
223 2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
224
225 Update manual for new time stamp format (Bug#12706).
226 * buffers.texi (Modification Time):
227 * files.texi (Testing Accessibility, File Attributes):
228 * intro.texi (Version Info):
229 * os.texi (Time of Day):
230 Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
231 These instances were missed the first time around.
232 Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
233
234 2012-10-24 Chong Yidong <cyd@gnu.org>
235
236 * minibuf.texi (Text from Minibuffer): Document read-regexp
237 changes.
238
239 * nonascii.texi (Selecting a Representation): Document
240 set-buffer-multibyte changes.
241
242 * keymaps.texi (Toolkit Differences): Node deleted.
243 (Easy Menu): New node.
244
245 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
246
247 * hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.
248
249 2012-10-23 Paul Eggert <eggert@cs.ucla.edu>
250
251 Fix outdated timestamp documentation in Elisp manual (bug#12706).
252 * files.texi (File Attributes):
253 * text.texi (Undo):
254 Time stamp resolution is now 1 picosecond, not 1 second.
255
256 2012-10-23 Chong Yidong <cyd@gnu.org>
257
258 * display.texi (Font Lookup): Remove font-list-limit.
259
260 * keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode
261 (Bug#12529).
262
263 2012-10-22 Glenn Morris <rgm@gnu.org>
264
265 * os.texi (Recording Input): Tiny fix.
266
267 * intro.texi (Lisp History):
268 * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
269 * tips.texi (Coding Conventions): Recommend cl-lib over cl.
270
271 2012-10-15 Chong Yidong <cyd@gnu.org>
272
273 * macros.texi (Defining Macros): defmacro is now a macro.
274 Explicitly list the docstring and declare arguments.
275
276 * functions.texi (Anonymous Functions): Explicitly list the
277 docstring, declare, and interactive arguments to lambda.
278 (Defining Functions): Likewise for defun.
279 (Inline Functions): Likewise for defsubst.
280 (Declare Form): Tweak description.
281
282 2012-10-13 Chong Yidong <cyd@gnu.org>
283
284 * display.texi (ImageMagick Images): ImageMagick enabled by default.
285
286 2012-10-05 Chong Yidong <cyd@gnu.org>
287
288 * minibuf.texi (Basic Completion): Clarify list form of completion
289 table (Bug#12564).
290
291 2012-10-05 Bruno Félix Rezende Ribeiro <oitofelix@gmail.com> (tiny change)
292
293 * functions.texi (Function Safety): Copyedit. (Bug#12562)
294
295 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
296
297 Revert the FOLLOW-SYMLINKS change for file-attributes.
298 * files.texi (File Attributes, Magic File Names): Undo last change.
299
300 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
301
302 file-attributes has a new optional arg FOLLOW-SYMLINKS.
303 * files.texi (File Attributes): Describe it.
304 (Magic File Names): Use it.
305
306 2012-09-30 Chong Yidong <cyd@gnu.org>
307
308 * commands.texi (Click Events): Define "mouse position list".
309 Remove mention of unimplemented horizontal scroll bars.
310 (Drag Events, Motion Events): Refer to "mouse position list".
311 (Accessing Mouse): Document posnp.
312
313 * errors.texi (Standard Errors): Tweak arith-error description.
314 Tweak markup. Remove domain-error and friends, which seem to be
315 unused after the floating-point code revamp.
316
317 * functions.texi (Obsolete Functions): Obsolescence also affects
318 documentation commands. Various clarifications.
319 (Declare Form): New node.
320
321 * strings.texi (String Basics): Copyedits.
322
323 * os.texi (Idle Timers): Minor clarifications.
324 (User Identification): Add system-users and system-groups.
325
326 * macros.texi (Defining Macros): Move description of `declare' to
327 Declare Form node.
328
329 * loading.texi (Autoload):
330 * help.texi (Documentation Basics): The special sequences can
331 trigger autoloading.
332
333 * numbers.texi (Integer Basics): Copyedits.
334 (Float Basics): Consider IEEE floating point always available.
335 (Random Numbers): Document actual limits.
336 (Arithmetic Operations): Clarify division by zero. Don't mention
337 the machine-independence of negative division since it does not
338 happen in practice.
339
340 2012-09-28 Chong Yidong <cyd@gnu.org>
341
342 * os.texi (Startup Summary): Document leim-list.el change.
343
344 2012-09-25 Chong Yidong <cyd@gnu.org>
345
346 * functions.texi (Defining Functions): defun is now a macro.
347
348 2012-09-28 Leo Liu <sdl.web@gmail.com>
349
350 * files.texi (Files): Fix typo.
351
352 2012-09-23 Chong Yidong <cyd@gnu.org>
353
354 * buffers.texi (Read Only Buffers): Document read-only-mode.
355
356 * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
357 read-only-mode.
358
359 * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
360 calling conventions.
361
362 2012-09-22 Chong Yidong <cyd@gnu.org>
363
364 * searching.texi (Replacing Match): Minor clarification.
365
366 2012-09-22 Eli Zaretskii <eliz@gnu.org>
367
368 * edebug.texi (Instrumenting): Improve indexing.
369
370 * os.texi (Idle Timers): Warn against reinvoking an idle timer
371 from within its own timer action. (Bug#12447)
372
373 2012-09-22 Chong Yidong <cyd@gnu.org>
374
375 * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
376
377 2012-09-21 Glenn Morris <rgm@gnu.org>
378
379 * debugging.texi (Using Debugger): Fix typo.
380
381 2012-09-18 Chong Yidong <cyd@gnu.org>
382
383 * display.texi (Faces): Discuss anonymous faces.
384 (Face Attributes): Tweak intro.
385 (Defining Faces): Move after the Face Attributes node. Copyedits.
386 (Displaying Faces): Describe role of inheritance.
387
388 * customize.texi (Customization): Define customization more
389 carefully (Bug#11440).
390 (Common Keywords): Add xref to Constant Variables.
391
392 * variables.texi (Defining Variables): Link to defcustom's node
393 instead of the higher-level Customization chapter.
394
395 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
396
397 Simplify, document, and port floating-point (Bug#12381).
398 * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
399 Document that / and mod (with floating point arguments), along
400 with asin, acos, log, log10, expt and sqrt, return special values
401 instead of signaling exceptions.
402 (Float Basics): Document that logb operates on the absolute value
403 of its argument.
404 (Math Functions): Document that (log ARG BASE) also returns NaN if
405 BASE is negative. Document that (expt X Y) returns NaN if X is a
406 finite negative number and Y a finite non-integer.
407
408 2012-09-09 Chong Yidong <cyd@gnu.org>
409
410 * lists.texi (Sets And Lists): Explain that the return value for
411 delete should be used, like for delq.
412
413 * minibuf.texi (Yes-or-No Queries): Document recentering and
414 scrolling in y-or-n-p. Remove gratuitous example.
415
416 * searching.texi (Search and Replace): Document window scrolling
417 entries in query-replace-map.
418
419 2012-09-08 Chong Yidong <cyd@gnu.org>
420
421 * syntax.texi (Syntax Table Internals): Define "raw syntax
422 descriptor" terminology (Bug#12383).
423 (Syntax Descriptors): Mention raw syntax descriptors.
424
425 2012-09-07 Chong Yidong <cyd@gnu.org>
426
427 * variables.texi (Creating Buffer-Local): Fix description of
428 local-variable-if-set-p (Bug#10713).
429
430 * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
431
432 * windows.texi (Display Action Functions)
433 (Choosing Window Options): Remove obsolete variable
434 display-buffer-reuse-frames.
435 (Switching Buffers): Minor doc tweak for switch-to-buffer.
436
437 * positions.texi (Narrowing): Document buffer-narrowed-p.
438
439 * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
440
441 * syntax.texi (Low-Level Parsing): Add xref to Parser State
442 (Bug#12269).
443
444 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
445
446 * debugging.texi (Explicit Debug): Document `debug-on-message'.
447
448 2012-09-02 Chong Yidong <cyd@gnu.org>
449
450 * windows.texi (Window Configurations): Recommend against using
451 save-window-excursion (Bug#12075).
452
453 * control.texi (Catch and Throw):
454 * positions.texi (Excursions): Don't mention it.
455
456 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
457
458 Better seed support for (random).
459 * numbers.texi (Random Numbers): Document new behavior of
460 the calls (random) and (random STRING).
461
462 2012-08-21 Martin Rudalics <rudalics@gmx.at>
463
464 * windows.texi (Window Point): Document recent changes in
465 window-point and set-window-point.
466 (Selecting Windows): Document recent change in select-window.
467
468 2012-08-06 Eli Zaretskii <eliz@gnu.org>
469
470 * functions.texi (Closures): Put the main index entry for
471 "closures" here. (Bug#12138)
472
473 * variables.texi (Lexical Binding): Disambiguate the index entry
474 for "closures".
475
476 2012-08-05 Chong Yidong <cyd@gnu.org>
477
478 * display.texi (Defining Faces): Move documentation of
479 frame-background-mode to the Emacs manual (Bug#7774).
480
481 2012-08-04 Chong Yidong <cyd@gnu.org>
482
483 * syntax.texi (Syntax Basics): Rearrange the text for clarity.
484 Fix description of syntax table inheritance.
485 (Syntax Table Functions): Don't refer to internal contents of
486 syntax table, since that is not explained yet. Copyedits.
487 (Standard Syntax Tables): Node deleted.
488 (Syntax Table Internals): Misc clarifications. Improve table
489 formatting.
490
491 * keymaps.texi (Inheritance and Keymaps):
492 * text.texi (Sticky Properties): Tweak index entry.
493
494 2012-07-28 Eli Zaretskii <eliz@gnu.org>
495
496 * nonascii.texi (Character Sets): Fix a typo. (Bug#12062)
497
498 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
499
500 Prefer typical American spelling for "acknowledgment".
501 * intro.texi (Acknowledgments): Rename from Acknowledgements.
502
503 2012-07-21 Eli Zaretskii <eliz@gnu.org>
504
505 * commands.texi (Special Events): Mention language-change event.
506 (Input Events, Interactive Codes):
507 * keymaps.texi (Key Sequences): Mention events that are
508 non-keyboard but also non-mouse events.
509
510 2012-07-17 Chong Yidong <cyd@gnu.org>
511
512 * text.texi (Insertion): Document insert-char changes.
513
514 2012-07-15 Leo Liu <sdl.web@gmail.com>
515
516 * display.texi (Fringe Bitmaps): Add exclamation-mark.
517
518 2012-07-13 Chong Yidong <cyd@gnu.org>
519
520 * buffers.texi (Read Only Buffers): Document toggle-read-only
521 changes. Reword to account for the fact that read-only is
522 currently not supported in overlay properties.
523
524 2012-07-07 Chong Yidong <cyd@gnu.org>
525
526 * loading.texi (Library Search): Index site-lisp directories.
527
528 2012-07-06 Chong Yidong <cyd@gnu.org>
529
530 * intro.texi (A Sample Function Description): Fix incorrect
531 markup, undoing previous change.
532 (A Sample Variable Description): Minor clarifications and markup
533 improvements.
534
535 * elisp.texi (Top):
536 * text.texi (Text): Fix menu order.
537
538 2012-07-06 Richard Stallman <rms@gnu.org>
539
540 * intro.texi (Evaluation Notation, A Sample Function Description):
541 (A Sample Variable Description): Improve/undo previous changes.
542
543 2012-07-05 Glenn Morris <rgm@gnu.org>
544
545 * intro.texi (A Sample Function Description): Fix cross-refs.
546
547 2012-07-05 Michael Witten <mfwitten@gmail.com> (tiny change)
548
549 * intro.texi (Evaluation Notation, A Sample Function Description)
550 (A Sample Variable Description, Version Info): Copy edits (bug#11862).
551
552 2012-06-27 Chong Yidong <cyd@gnu.org>
553
554 * processes.texi (Asynchronous Processes, Input to Processes):
555 * internals.texi (Process Internals): Don't capitalize "pty".
556
557 2012-06-24 Thien-Thi Nguyen <ttn@gnuvola.org>
558
559 * processes.texi (Asynchronous Processes): Make the pty vs pipe
560 discussion more prominent.
561
562 2012-06-23 Eli Zaretskii <eliz@gnu.org>
563
564 * commands.texi (Misc Events): Document the language-change event.
565
566 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
567
568 Support higher-resolution time stamps (Bug#9000).
569 * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
570 * processes.texi (System Processes):
571 Time stamp resolution is now picosecond, not microsecond.
572
573 2012-06-21 Glenn Morris <rgm@gnu.org>
574
575 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
576
577 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
578
579 * functions.texi (Defining Functions):
580 * macros.texi (Defining Macros): Un-define the return value of `defun',
581 `defmacro' and `defalias'.
582
583 2012-06-17 Chong Yidong <cyd@gnu.org>
584
585 * elisp.texi: Remove urlcolor setting.
586
587 2012-06-17 Glenn Morris <rgm@gnu.org>
588
589 * display.texi (Face Attributes): Copyedits. Add a few cindex entries.
590 Overlining no longer behaves exactly like underlining.
591
592 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
593
594 * display.texi (Face Attributes):
595 Document wave-style underline face attribute.
596
597 2012-06-11 Chong Yidong <cyd@gnu.org>
598
599 * display.texi (ImageMagick Images): ImageMagick now supports the
600 :background property.
601
602 2012-06-10 Dmitry Antipov <dmantipov@yandex.ru>
603
604 * internals.texi (Garbage Collection): Typo fix.
605
606 2012-06-09 Chong Yidong <cyd@gnu.org>
607
608 * text.texi (Special Properties): Clarify the meaning of a list of
609 faces in the `face' property.
610
611 * display.texi (Face Remapping): Minor clarification.
612
613 2012-06-08 Chong Yidong <cyd@gnu.org>
614
615 * display.texi (Face Attributes): Font family does not accept
616 wildcards. De-document obsolete :bold and :italic attributes.
617 (Defining Faces): Use new-style face spec format.
618
619 2012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
620
621 * internals.texi (Garbage Collection): Document new
622 vector management code and vectorlike_header structure.
623
624 2012-06-03 Chong Yidong <cyd@gnu.org>
625
626 * modes.texi (Mode Line Data): Use "mode line construct"
627 terminology for consistency.
628
629 2012-05-27 Glenn Morris <rgm@gnu.org>
630
631 * abbrevs.texi, advice.texi, anti.texi, backups.texi:
632 * buffers.texi, commands.texi, compile.texi, control.texi:
633 * customize.texi, debugging.texi, display.texi, doclicense.texi:
634 * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
635 * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
636 * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
637 * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
638 * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
639 * objects.texi, os.texi, package.texi, positions.texi:
640 * processes.texi, searching.texi, sequences.texi, streams.texi:
641 * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
642 * variables.texi, windows.texi: Nuke hand-written node pointers.
643
644 2012-05-27 Chong Yidong <cyd@gnu.org>
645
646 * functions.texi (Obsolete Functions):
647 Fix doc for set-advertised-calling-convention.
648
649 * modes.texi (Mode Help): Fix describe-mode.
650
651 * display.texi (Face Functions): Fix define-obsolete-face-alias.
652
653 * variables.texi (Variable Aliases): Fix make-obsolete-variable.
654
655 2012-05-27 Martin Rudalics <rudalics@gmx.at>
656
657 * commands.texi (Recursive Editing): recursive-edit is a command.
658
659 * compile.texi (Docs and Compilation):
660 byte-compile-dynamic-docstrings is an option.
661
662 * debugging.texi (Invoking the Debugger): debug is a command.
663
664 * display.texi (Progress): progress-reporter-update and
665 progress-reporter-force-update have VALUE argument optional.
666 (Animated Images): Use non-@code{nil} instead of non-nil.
667
668 * files.texi (Format Conversion Round-Trip):
669 Use non-@code{nil} instead of non-nil.
670
671 * frames.texi (Creating Frames): make-frame is a command.
672 (Input Focus): select-frame is a command.
673 (Pointer Shape): void-text-area-pointer is an option.
674
675 * help.texi (Describing Characters): read-kbd-macro is a command.
676 (Help Functions): describe-prefix-bindings is a command.
677
678 * markers.texi (Creating Markers): Both arguments of copy-marker
679 are optional.
680
681 * minibuf.texi (Reading File Names): Use @kbd instead of @code.
682
683 * modes.texi (Mode Line Variables): mode-line-remote and
684 mode-line-client are not options.
685 (Imenu): imenu-add-to-menubar is a command.
686 (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
687
688 * os.texi (Sound Output): play-sound-file is a command.
689
690 * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
691
692 * processes.texi (Signals to Processes):
693 Use @key{RET} instead of @code{RET}.
694 (Signals to Processes): signal-process is a command.
695
696 * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
697 (Base 64): base64-encode-string is not a command while
698 base64-decode-region is.
699
700 * windows.texi (Switching Buffers): pop-to-buffer is a command.
701
702 2012-05-12 Glenn Morris <rgm@gnu.org>
703
704 * Makefile.in (MKDIR_P): New, set by configure.
705 (mkinfodir): Use $MKDIR_P.
706
707 2012-05-10 Glenn Morris <rgm@gnu.org>
708
709 * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
710 with "coding: raw-text".
711 Concept of multibyte sessions no longer exists.
712
713 * files.texi (File Locks): Mention create-lockfiles option.
714
715 2012-05-09 Glenn Morris <rgm@gnu.org>
716
717 * vol1.texi, vol2.texi: Remove files.
718 * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
719 * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
720
721 * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
722
723 * two-volume.make (emacsdir): New.
724 (tex): Add directory with emacsver.texi to TEXINPUTS.
725
726 * minibuf.texi (Minibuffer History, Basic Completion):
727 Tweak page breaks.
728
729 * internals.texi (Garbage Collection, Memory Usage)
730 (Writing Emacs Primitives): Tweak page breaks.
731
732 * streams.texi (Output Variables): Improve page break.
733
734 * edebug.texi (Edebug Display Update): Improve page break.
735
736 * compile.texi (Disassembly): Condense the examples.
737
738 * eval.texi, functions.texi, loading.texi, macros.texi:
739 Where possible, use example rather than smallexample.
740
741 * symbols.texi: Where possible, use example rather than smallexample.
742 (Symbol Components): Fix typo.
743 (Other Plists): Tweak page break.
744
745 * sequences.texi (Arrays): Tweak page breaks.
746
747 * customize.texi: Where possible, use example rather than smallexample.
748 (Common Keywords, Variable Definitions, Applying Customizations)
749 (Custom Themes): Tweak page breaks.
750
751 * control.texi: Where possible, use example rather than smallexample.
752 (Sequencing, Conditionals, Signaling Errors, Handling Errors):
753 Tweak page breaks.
754
755 2012-05-08 Glenn Morris <rgm@gnu.org>
756
757 * two.el: Remove; unused since creation of two-volume.make.
758
759 * vol1.texi, vol2.texi: No need to keep menus in these files.
760
761 2012-05-05 Glenn Morris <rgm@gnu.org>
762
763 * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
764
765 * intro.texi (Caveats): Copyedit.
766 (Lisp History): Convert inforef to xref.
767 (Lisp History, Printing Notation, Version Info): Improve page-breaks.
768
769 * text.texi (Auto Filling): Don't mention Emacs 19.
770
771 * commands.texi (Event Input Misc): Don't mention unread-command-char.
772 * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
773
774 * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
775
776 * lists.texi (List-related Predicates, List Variables):
777 Tweak page-breaks.
778 (Sets And Lists): Convert inforef to xref.
779
780 2012-05-04 Glenn Morris <rgm@gnu.org>
781
782 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
783 (info, infoclean): Use $INFO_EXT.
784 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
785 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
786 (info, maintainer-clean): Use $INFO_EXT.
787 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
788
789 2012-05-04 Chong Yidong <cyd@gnu.org>
790
791 * os.texi (Timers): Use defopt for timer-max-repeats.
792
793 2012-05-03 Paul Eggert <eggert@cs.ucla.edu>
794
795 * os.texi (Time of Day): Do not limit current-time-string
796 to years 1000..9999.
797
798 2012-05-02 Chong Yidong <cyd@gnu.org>
799
800 * display.texi (Font Lookup):
801 * frames.texi (Pointer Shape):
802 * processes.texi (Subprocess Creation): Use defopt for options.
803
804 2012-05-02 Glenn Morris <rgm@gnu.org>
805
806 * elisp.texi (@copying):
807 * intro.texi (Introduction): Only print VERSION in the TeX version.
808
809 2012-05-02 Chong Yidong <cyd@gnu.org>
810
811 * text.texi (Change Hooks): Minor fix for after-change-functions.
812
813 2012-05-02 Glenn Morris <rgm@gnu.org>
814
815 * package.texi (Packaging Basics):
816 * loading.texi (Autoload):
817 * files.texi (Magic File Names):
818 Reword to remove/reduce some overly long/short lines.
819
820 2012-04-27 Glenn Morris <rgm@gnu.org>
821
822 * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
823 * modes.texi (Major Modes, Auto-Indentation):
824 * buffers.texi (Buffers): Some fixes for menu descriptions.
825
826 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
827 * functions.texi (Simple Lambda, Argument List):
828 * eval.texi (Function Indirection): Avoid deprecated form.
829
830 2012-04-27 Glenn Morris <rgm@gnu.org>
831
832 * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
833 Add "et al." to authors.
834
835 * buffers.texi, commands.texi, compile.texi, control.texi:
836 * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
837 * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
838 * modes.texi, numbers.texi, objects.texi, streams.texi:
839 * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
840 Use Texinfo recommended convention for quotes+punctuation.
841
842 2012-04-27 Chong Yidong <cyd@gnu.org>
843
844 * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
845 to where-is-internal (Bug#10872).
846
847 2012-04-27 Glenn Morris <rgm@gnu.org>
848
849 * macros.texi (Indenting Macros): Fix typo.
850
851 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
852 (Resizing Windows, Deleting Windows, Selecting Windows)
853 (Choosing Window Options, Horizontal Scrolling)
854 (Cyclic Window Ordering, Window History, Dedicated Windows)
855 (Quitting Windows, Window Configurations, Textual Scrolling):
856 (Coordinates and Windows, Window Configurations)
857 (Window Parameters, Window Hooks): Copyedits.
858 (Splitting Windows, Deleting Windows):
859 Fix ignore-window-parameters logic.
860 (Selecting Windows, Choosing Window Options): Markup fixes.
861 (Window Start and End): Remove pointless example.
862 Remove cross-reference to deleted count-lines content.
863 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
864 and recenter-positions. Remove recenter example.
865
866 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
867
868 * minibuf.texi (Intro to Minibuffers):
869 Tweak discussion of resizing minibuffer window.
870
871 2012-04-26 Glenn Morris <rgm@gnu.org>
872
873 * elisp-covers.texi, front-cover-1.texi: Remove files.
874
875 * tindex.pl: Remove file.
876
877 * makefile.w32-in (srcs):
878 * Makefile.in (srcs): Remove back.texi (which is unused).
879
880 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
881
882 * os.texi (Notifications): Extend possible notification hints.
883 Add notifications-get-capabilities.
884
885 2012-04-20 Chong Yidong <cyd@gnu.org>
886
887 * processes.texi (Asynchronous Processes): Mention nil argument to
888 start-process.
889
890 2012-04-20 Glenn Morris <rgm@gnu.org>
891
892 * minibuf.texi (Basic Completion): No need to describe obarrays here.
893 Don't mention obsolete `nospace' argument of all-completions.
894 (Minibuffer Completion, Completion Commands, Reading File Names)
895 (Completion Variables): Copyedits.
896 (Completion Commands): Mention parent keymaps.
897 Remove obsolete minibuffer-local-filename-must-match-map.
898 (High-Level Completion): Remove read-variable's almost
899 word-for-word duplication of read-command.
900 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
901 Update "High-Level Completion" description.
902
903 * minibuf.texi (Minibuffers):
904 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
905
906 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
907 Use Texinfo-recommended form of quote+punctuation.
908 (Intro to Minibuffers): First minibuffer is #1, not #0.
909 Mention minibuffer-inactive-mode.
910 (Text from Minibuffer): Copyedits.
911 (Minibuffer History, Programmed Completion): Fix @var usage.
912 (Object from Minibuffer): Remove overly pedantic para.
913 (Minibuffer History): Copyedits. Add face-name-history.
914 (Initial Input, Yes-or-No Queries, Multiple Queries)
915 (Minibuffer Windows, Minibuffer Misc): Copyedits.
916 (Yes-or-No Queries): Tweak example.
917 (Minibuffer Commands): Add next-complete-history-element.
918 (Minibuffer Misc): Mention minibuffer-message-timeout, and
919 minibuffer-inactive-mode.
920
921 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
922 (Bindat Functions): Copyedits.
923
924 2012-04-20 Christopher Schmidt <christopher@ch.ristopher.com>
925
926 * files.texi (Saving Buffers): Document `visit and `visit-save'
927 values of require-final-newline.
928
929 2012-04-20 Glenn Morris <rgm@gnu.org>
930
931 * processes.texi (Output from Processes, Filter Functions):
932 Mention waiting-for-user-input-p.
933 (Sentinels, Query Before Exit, System Processes, Transaction Queues):
934 (Network Servers, Datagrams, Network Processes, Network Options)
935 (Network Feature Testing, Serial Ports): Copyedits.
936 (Network): Add encrypted network overview paragraph.
937 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
938
939 2012-04-20 Chong Yidong <cyd@gnu.org>
940
941 * help.texi (Keys in Documentation): Mention :advertised-binding.
942
943 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
944 description to help.texi.
945
946 2012-04-20 Glenn Morris <rgm@gnu.org>
947
948 * processes.texi (Process Information, Input to Processes)
949 (Signals to Processes, Output from Processes, Process Buffers)
950 (Filter Functions, Decoding Output): Copyedits.
951 (Accepting Output): Discourage use of `millisec' argument.
952
953 2012-04-15 Glenn Morris <rgm@gnu.org>
954
955 * processes.texi (Processes, Subprocess Creation, Shell Arguments):
956 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
957 Copyedits.
958 (Subprocess Creation): Discourage modifying exec-path directly.
959 (Synchronous Processes, Asynchronous Processes):
960 Update some example output.
961 (Process Information): Fix typo.
962 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
963
964 2012-04-15 Glenn Morris <rgm@gnu.org>
965
966 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
967 open-network-stream does exist in Emacs 23, but is simpler.
968
969 2012-04-15 Chong Yidong <cyd@gnu.org>
970
971 * customize.texi (Custom Themes): Also document load-theme etc.
972
973 2012-04-14 Chong Yidong <cyd@gnu.org>
974
975 * customize.texi (Applying Customizations):
976 (Custom Themes): New nodes.
977
978 * display.texi (Defining Faces): Reference custom-set-faces.
979
980 * modes.texi (Defining Minor Modes, Defining Minor Modes):
981 * os.texi (Startup Summary): Copyedits.
982
983 2012-04-14 Glenn Morris <rgm@gnu.org>
984
985 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
986
987 * strings.texi (Case Tables):
988 * objects.texi (General Escape Syntax):
989 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
990
991 * buffers.texi, compile.texi, customize.texi, debugging.texi:
992 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
993 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
994 * text.texi: Use @file for buffers, per the Texinfo manual.
995
996 * compile.texi (Compiler Errors): Add missing space in buffer name.
997
998 2012-04-14 Chong Yidong <cyd@gnu.org>
999
1000 * processes.texi (Query Before Exit): Remove obsolete function
1001 process-kill-without-query (Bug#11190).
1002
1003 2012-04-14 Glenn Morris <rgm@gnu.org>
1004
1005 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
1006 Use @env for environment variables.
1007
1008 * Makefile.in: Replace non-portable use of $< in ordinary rules.
1009
1010 2012-04-12 Jari Aalto <jari.aalto@cante.net>
1011
1012 * processes.texi (Synchronous Processes): Mention
1013 `default-directory' (bug#7515).
1014
1015 2012-04-09 Chong Yidong <cyd@gnu.org>
1016
1017 * customize.texi (Variable Definitions): Remove user-variable-p.
1018
1019 * commands.texi (Interactive Codes):
1020 * help.texi (Accessing Documentation):
1021 * minibuf.texi (High-Level Completion): Callers changed.
1022
1023 2012-04-06 Chong Yidong <cyd@gnu.org>
1024
1025 * minibuf.texi (Programmed Completion): Document metadata method.
1026 (Completion Variables): Document completion-category-overrides.
1027
1028 2012-04-05 Chong Yidong <cyd@gnu.org>
1029
1030 * anti.texi (Antinews): Rewrite for Emacs 23.
1031
1032 2012-04-04 Chong Yidong <cyd@gnu.org>
1033
1034 * minibuf.texi (Programmed Completion): Remove obsolete variable
1035 completion-annotate-function.
1036 (Completion Variables): Rename from Completion Styles. Document
1037 completion-extra-properties. Document completion-styles-alist
1038 change.
1039 (Reading File Names): minibuffer-local-filename-must-match-map is
1040 not used anymore.
1041 (Minibuffer Completion): Document completing-read-function.
1042 (Completion in Buffers): completion-at-point-functions can return
1043 properties recognized in completion-extra-properties.
1044
1045 * display.texi (Delayed Warnings): New node.
1046
1047 * os.texi (Notifications): Copyedits.
1048
1049 2012-04-04 Glenn Morris <rgm@gnu.org>
1050
1051 * os.texi (Notifications): Copyedits.
1052
1053 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
1054
1055 * os.texi (Terminal-Specific): Fix typo.
1056 (Notifications): New section.
1057
1058 * elisp.texi (Top):
1059 * vol1.texi (Top):
1060 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
1061 menu entries.
1062
1063 2012-04-01 Chong Yidong <cyd@gnu.org>
1064
1065 * files.texi (Kinds of Files): file-subdir-of-p renamed to
1066 file-in-directory-p.
1067
1068 2012-03-31 Glenn Morris <rgm@gnu.org>
1069
1070 * edebug.texi (Instrumenting Macro Calls):
1071 Mention defining macros at instrumentation time.
1072 (Edebug Options): Mention edebug-unwrap-results.
1073
1074 2012-03-31 Eli Zaretskii <eliz@gnu.org>
1075
1076 * text.texi (Special Properties): Clarify the description of the
1077 effect of integer values of the 'cursor' property on cursor
1078 position. See the discussions in bug#11068 for more details and
1079 context.
1080
1081 2012-03-31 Glenn Morris <rgm@gnu.org>
1082
1083 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
1084 Copyedits.
1085
1086 2012-03-30 Chong Yidong <cyd@gnu.org>
1087
1088 * display.texi (Image Formats): Add imagemagick type.
1089 (Image Descriptors): Mention how they are used.
1090 (ImageMagick Images): Clarify role of imagemagick-register-types.
1091 (Character Display): Don't mention glyph tables.
1092 (Display Tables): Use make-glyph-code in example.
1093 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
1094 tables are semi-obsolete. De-document create-glyph.
1095 (Glyphless Chars): Note that display tables override this.
1096 (Bidirectional Display): Copyedits. Introduce "bidirectional
1097 reordering" terminology, and use it.
1098
1099 2012-03-30 Glenn Morris <rgm@gnu.org>
1100
1101 * edebug.texi (Jumping): Give name of `i' binding.
1102
1103 2012-03-28 Glenn Morris <rgm@gnu.org>
1104
1105 * searching.texi (Regular Expressions, Regexp Special):
1106 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search):
1107 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
1108 (Regexp Special): Mention collation.
1109 Clarify char classes with an example.
1110 (Regexp Functions): Mention regexp-opt is not guaranteed.
1111 Mention regexp-opt-charset.
1112 (Regexp Search): Recommend against looking-back.
1113 (Search and Replace): Use Texinfo recommended quote convention.
1114 Add more query-replace-map items. List multi-query-replace-map items.
1115
1116 2012-03-27 Martin Rudalics <rudalics@gmx.at>
1117
1118 * windows.texi (Window History): Describe new option
1119 switch-to-visible-buffer.
1120
1121 2012-03-27 Glenn Morris <rgm@gnu.org>
1122
1123 * searching.texi (String Search): Add xref to Emacs manual.
1124 Copyedits. Mention the function word-search-regexp.
1125 (Searching and Case): Add xref to Emacs manual. Copyedits.
1126
1127 * processes.texi (Network Servers): Standardize apostrophe usage.
1128
1129 * os.texi (System Environment): Copyedits. Remove some examples
1130 that do not seem useful. Mention setenv third arg.
1131 tty-erase-char does not seem to be nil under a window-system.
1132 (User Identification): Copyedits.
1133 Remove some examples that do not seem useful.
1134
1135 2012-03-26 Glenn Morris <rgm@gnu.org>
1136
1137 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
1138 (Init File): Copyedits.
1139 (Command-Line Arguments): Copyedits. Do not mention argv alias.
1140 (Killing Emacs): Copyedits.
1141 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
1142 Shorten the example, use more standard shell prompts.
1143
1144 2012-03-25 Chong Yidong <cyd@gnu.org>
1145
1146 * display.texi (Fringes): Note that fringes are shown on graphical
1147 displays only.
1148 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
1149 (Replacing Specs): Clarify example.
1150 (Manipulating Buttons): Note that button-at can return a marker.
1151 (Buttons): Minor rewrite.
1152 (Character Display): New node. Consolidate all character display
1153 related nodes into its subsections.
1154 (Usual Display): Character 127 is also affected by ctl-arrow.
1155 (Display Tables): Improve example.
1156
1157 2012-03-22 Glenn Morris <rgm@gnu.org>
1158
1159 * strings.texi (Text Comparison): Mention string-prefix-p.
1160
1161 2012-03-21 Chong Yidong <cyd@gnu.org>
1162
1163 * display.texi (The Echo Area): Add xref to Output Streams.
1164 (Displaying Messages): Improve doc of message.
1165 (Echo Area Customization, Invisible Text): Copyedits.
1166 (Invisible Text): Mention that spec comparison is done with eq.
1167 (Width): Improve doc of char-width.
1168 (Faces): Recommend using symbol instead of string for face name.
1169 Minor clarifications.
1170 (Defining Faces): Copyedits. Update face example.
1171 (Attribute Functions): Mark set-face-foreground etc as commands.
1172 (Face Remapping): Mention text-scale-adjust. Clarify
1173 face-remapping-alist and related docs.
1174 (Face Functions): Don't document make-face or copy-face.
1175
1176 2012-03-20 Chong Yidong <cyd@gnu.org>
1177
1178 * display.texi (Forcing Redisplay): Various rewrites to reflect
1179 new value of redisplay-dont-pause.
1180 (Truncation): Copyedits.
1181
1182 2012-03-20 Glenn Morris <rgm@gnu.org>
1183
1184 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
1185 Add summary table of some relevant command-line options.
1186
1187 2012-03-18 Chong Yidong <cyd@gnu.org>
1188
1189 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
1190 (Writing Emacs Primitives): Re-organize discussion of functions
1191 with variable Lisp arguments are handled. Delete an obsolete
1192 remark, previously tagged as FIXME.
1193
1194 * os.texi (Idle Timers): Minor clarification.
1195 (Idle Timers): Link to Time of Day for description of time list.
1196
1197 2012-03-18 Glenn Morris <rgm@gnu.org>
1198
1199 * os.texi (System Interface): Flow control was removed.
1200 (Startup Summary): General update.
1201 (Init File): Don't mention compiling it.
1202
1203 2012-03-17 Chong Yidong <cyd@gnu.org>
1204
1205 * os.texi (Startup Summary): Mention package loading.
1206 (Init File): Don't refer to .emacs in section title. Copyedits.
1207 (Terminal-Specific): Give a realistic example.
1208 (Command-Line Arguments): Reference Entering Emacs instead of
1209 repeating the spiel about not restarting Emacs.
1210 (Time of Day): Discuss time representation at beginning of node.
1211 (Sound Output): Copyedits.
1212
1213 * package.texi (Packaging Basics): Document package-initialize.
1214
1215 2012-03-17 Eli Zaretskii <eliz@gnu.org>
1216
1217 * frames.texi (Initial Parameters): Add an index entry for
1218 minibuffer-only frame.
1219
1220 2012-03-16 Glenn Morris <rgm@gnu.org>
1221
1222 * modes.texi (Major Mode Conventions): Mention the strange
1223 relationship between View mode and special modes. (Bug#10650)
1224
1225 2012-03-11 Chong Yidong <cyd@gnu.org>
1226
1227 * windows.texi (Window Configurations): save-window-excursion is
1228 now a macro.
1229
1230 * display.texi (Temporary Displays): with-output-to-temp-buffer is
1231 now a macro.
1232
1233 * text.texi (Fields): Minor copyedit.
1234
1235 2012-03-10 Eli Zaretskii <eliz@gnu.org>
1236
1237 * strings.texi (String Basics):
1238 * sequences.texi (Sequence Functions): Mention that `length' is
1239 not appropriate for computing the string width on display; add a
1240 cross-reference to the description of `string-width'. (Bug#10978)
1241
1242 * eval.texi (Autoloading): Minor change of wording.
1243
1244 2012-03-10 Chong Yidong <cyd@gnu.org>
1245
1246 * loading.texi (Autoload): Explicitly state which forms are
1247 processed specially (Bug#7783).
1248
1249 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
1250 non-default situation. Describe one-submenu exception (Bug#7695).
1251
1252 * nonascii.texi (Character Properties): Copyedits.
1253
1254 2012-03-08 Chong Yidong <cyd@gnu.org>
1255
1256 * text.texi (Mode-Specific Indent): Document new behavior of
1257 indent-for-tab-command. Document tab-always-indent.
1258 (Special Properties): Copyedits.
1259 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
1260 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
1261 libxml-parse-html-region.
1262
1263 2012-03-07 Glenn Morris <rgm@gnu.org>
1264
1265 * markers.texi (The Region): Briefly mention use-empty-active-region
1266 and region-active-p.
1267 (Overview of Markers): Reword garbage collection, add cross-ref.
1268 (The Mark): Tiny clarification re command loop and activate-mark-hook.
1269
1270 2012-03-07 Chong Yidong <cyd@gnu.org>
1271
1272 * text.texi (Buffer Contents): Don't duplicate explanation of
1273 region arguments from Text node. Put doc of obsolete var
1274 buffer-substring-filters back, since it is referred to.
1275 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
1276 selection by default.
1277
1278 * markers.texi (The Mark): Fix typo.
1279 (The Region): Copyedits.
1280
1281 2012-03-07 Glenn Morris <rgm@gnu.org>
1282
1283 * markers.texi (Overview of Markers): Copyedits.
1284 (Creating Markers): Update approximate example buffer size.
1285 (The Mark): Don't mention uninteresting return values.
1286
1287 2012-03-05 Chong Yidong <cyd@gnu.org>
1288
1289 * positions.texi (Text Lines): Document count-words.
1290
1291 2012-03-04 Chong Yidong <cyd@gnu.org>
1292
1293 * frames.texi (Frames): Remove little-used "terminal frame" and
1294 "window frame" terminology.
1295 (Frame Parameters, Font and Color Parameters, Initial Parameters)
1296 (Size and Position, Visibility of Frames): Callers changed.
1297 (Frames): Clarify which terminals in framep are graphical.
1298 (Initial Parameters): --geometry is not the only option which adds
1299 to initial-frame-alist.
1300 (Position Parameters): Note that icon-left and icon-top are for
1301 old window managers only.
1302 (Size Parameters): Sizes are in characters even on graphical
1303 displays.
1304 (Management Parameters): Note that window-id and outer-window-id
1305 can't really be changed, and that auto-raise isn't always obeyed.
1306 (Cursor Parameters): Document cursor-type explicitly.
1307 (Size and Position): The aliases set-screen-height and
1308 set-screen-width have been deleted.
1309 (Visibility of Frames): Mention "minimization".
1310
1311 * os.texi (Startup Summary): Minor clarifications.
1312 (Startup Summary, Suspending Emacs): Standardize on "text
1313 terminal" terminology.
1314
1315 * windows.texi (Basic Windows, Coordinates and Windows)
1316 (Coordinates and Windows):
1317 * display.texi (Refresh Screen, Line Height, Face Attributes)
1318 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
1319
1320 2012-03-04 Glenn Morris <rgm@gnu.org>
1321
1322 * abbrevs.texi: Small copyedits throughout.
1323 (Abbrev Mode): Remove this section, folding it into the top-level.
1324 (Abbrev Tables): Don't mention irrelevant return values.
1325 (Abbrev Expansion): Add cross-ref for wrapper hooks.
1326 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
1327 (Abbrev Table Properties): Update nil :regexp description.
1328
1329 2012-03-03 Glenn Morris <rgm@gnu.org>
1330
1331 * internals.texi: Change @appendix section commands to @section.
1332 (Building Emacs): Say less about CANNOT_DUMP platforms.
1333 Replace deleted eval-at-startup with custom-initialize-delay.
1334 (Pure Storage): Small changes.
1335 (Memory Usage): Copyedit.
1336 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
1337 example definitions. Give examples of things with non-nil
1338 interactive args. Mention eval_sub. Remove old info about
1339 strings and GCPRO. Mention cus-start.el.
1340 (Buffer Internals, Window Internals, Process Internals):
1341 Misc small updates and fixes for fields.
1342
1343 * tips.texi: Copyedits.
1344 (Coding Conventions): Mention autoloads.
1345 Combine partially duplicated macro items. Fix xref.
1346 Refer to Library Headers for copyright notice.
1347 (Programming Tips): edit-options is long-obsolete.
1348 (Compilation Tips): Mention loading bytecomp for byte-compile props.
1349 (Warning Tips): Mention declare-function.
1350 (Documentation Tips): Remove old info.
1351 (Comment Tips): Mention comment-dwim, not indent-for-comment.
1352 (Library Headers): General update.
1353
1354 2012-03-02 Glenn Morris <rgm@gnu.org>
1355
1356 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
1357 and relocate entry. Mention buffer-stale-function.
1358
1359 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
1360
1361 * hooks.texi (Standard Hooks): General update.
1362 Put related hooks together. Add and remove items.
1363 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
1364 * modes.texi (Hooks): Tweak cross-ref description.
1365
1366 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
1367
1368 * files.texi (Kinds of Files): The return value of file-equal-p is
1369 unspecified, if FILE1 or FILE2 does not exist.
1370
1371 2012-03-01 Glenn Morris <rgm@gnu.org>
1372
1373 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
1374
1375 * maps.texi (Standard Keymaps): General update.
1376 Remove mode-specific maps, talk about the more general keymaps.
1377 * help.texi (Help Functions): Add vindex for Helper-help-map.
1378 * keymaps.texi (Active Keymaps): Minor rephrasing.
1379
1380 2012-02-29 Glenn Morris <rgm@gnu.org>
1381
1382 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
1383
1384 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1385
1386 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
1387 Update changed behavior of file-subdir-of-p.
1388
1389 2012-02-28 Glenn Morris <rgm@gnu.org>
1390
1391 * advice.texi, anti.texi, display.texi, elisp.texi:
1392 * processes.texi, variables.texi, vol1.texi, vol2.texi:
1393 Standardize possessive apostrophe usage.
1394
1395 * locals.texi: Remove file.
1396 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
1397 Remove menu entry.
1398 * errors.texi, maps.texi: Adjust node pointers.
1399 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
1400 * makefile.w32-in (srcs):
1401 * Makefile.in (srcs): Remove locals.texi.
1402
1403 * frames.texi (Mouse Position): Fix cross-ref.
1404
1405 2012-02-27 Chong Yidong <cyd@gnu.org>
1406
1407 * buffers.texi (Creating Buffers): Clarify that
1408 generate-new-buffer uses generate-new-buffer-names.
1409 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
1410
1411 * files.texi (Directory Names): Index entry for file name abbreviations.
1412 (Relative File Names, File Name Expansion): Refer to it.
1413 (Locating Files): Move locate-user-emacs-file documentation to
1414 Standard File Names.
1415 (Standard File Names): Add locate-user-emacs-file; update examples.
1416
1417 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
1418
1419 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
1420
1421 2012-02-26 Chong Yidong <cyd@gnu.org>
1422
1423 * files.texi (Kinds of Files): Improve documentation of
1424 files-equal-p and file-subdir-of-p.
1425
1426 2012-02-26 Glenn Morris <rgm@gnu.org>
1427
1428 * intro.texi (Acknowledgements): Small changes.
1429
1430 2012-02-25 Glenn Morris <rgm@gnu.org>
1431
1432 * errors.texi: Don't try to list _all_ the error symbols.
1433 Add circular-list, cl-assertion-failed, compression-error.
1434 * elisp.texi, vol1.texi, vol2.texi:
1435 * control.texi (Error Symbols): Tweak "Standard Errors" description.
1436
1437 2012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1438
1439 * files.texi (files-equal-p, file-subdir-of-p): New,
1440 add initial documentation.
1441
1442 2012-02-25 Chong Yidong <cyd@gnu.org>
1443
1444 * files.texi (File Attributes): Document file-selinux-context.
1445 (Changing Files): Link to it.
1446 (Changing Files): Document set-file-selinux-context.
1447
1448 * backups.texi (Making Backups): Return value of backup-buffer is
1449 changed. Mention default value of backup-directory-alist.
1450 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
1451 (Auto-Saving): New minor mode behavior for auto-save-mode.
1452 (Reverting): Add defvar for revert-buffer-in-progress-p.
1453
1454 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
1455
1456 2012-02-24 Glenn Morris <rgm@gnu.org>
1457
1458 * errors.texi (Standard Errors): Mention dbus-error.
1459 For arith-error sub-classes, just use one cross-ref.
1460
1461 2012-02-23 Alan Mackenzie <acm@muc.de>
1462
1463 * modes.texi (Defining Minor Modes): Document the new keyword
1464 :after-hook.
1465
1466 2012-02-21 Chong Yidong <cyd@gnu.org>
1467
1468 * files.texi (Files): Mention magic file names as arguments.
1469 (Reading from Files): Copyedits.
1470 (File Attributes): Mention how to change file modes.
1471 (Changing Files): Use standard "file permissions" terminology.
1472 Add xref to File Attributes node.
1473 (Locating Files): Document locate-user-emacs-file.
1474 (Unique File Names): Recommend against using make-temp-name.
1475
1476 2012-02-19 Chong Yidong <cyd@gnu.org>
1477
1478 * help.texi (Documentation, Documentation Basics, Help Functions):
1479 Minor clarifications.
1480 (Accessing Documentation): Clarify what documentation-property is
1481 for. Add xref to Keys in Documentation.
1482
1483 * tips.texi (Documentation Tips): Don't recommend using * in
1484 docstrings.
1485
1486 * macros.texi (Defining Macros):
1487 * modes.texi (Derived Modes): Say "documentation string" instead
1488 of docstring.
1489
1490 2012-02-18 Chong Yidong <cyd@gnu.org>
1491
1492 * modes.texi (Tabulated List Mode): New node.
1493 (Basic Major Modes): Add xref to it.
1494
1495 * processes.texi (Process Information): Mention Process Menu mode.
1496
1497 2012-02-17 Chong Yidong <cyd@gnu.org>
1498
1499 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
1500
1501 2012-02-17 Glenn Morris <rgm@gnu.org>
1502
1503 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
1504
1505 2012-02-16 Chong Yidong <cyd@gnu.org>
1506
1507 * syntax.texi (Syntax Tables, Syntax Descriptors)
1508 (Syntax Table Functions): Copyedits.
1509 (Syntax Basics): Don't repeat the material in the preceding node.
1510 (Syntax Class Table): Use a table.
1511 (Syntax Properties): Document syntax-propertize-function and
1512 syntax-propertize-extend-region-functions.
1513 (Motion via Parsing): Clarify scan-lists. Fix indentation.
1514 (Parser State): Update for the new "c" comment style. Fix
1515 description of item 7 (comment style).
1516
1517 * modes.texi (Minor Modes): Update how mode commands should treat
1518 arguments now.
1519 (Mode Line Basics): Clarify force-mode-line-update.
1520 (Mode Line Top): Note that the example is not realistic.
1521 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
1522 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
1523 "mode line construct" instead of "mode line specification".
1524 (Syntactic Font Lock): Remove mention of obsolete variable
1525 font-lock-syntactic-keywords.
1526 (Setting Syntax Properties): Node deleted.
1527 (Font Lock Mode): Note that Font Lock mode is a minor mode.
1528 (Font Lock Basics): Note that syntactic fontification falls back
1529 on `syntax-table'.
1530 (Search-based Fontification): Emphasize that font-lock-keywords
1531 should not be set directly.
1532 (Faces for Font Lock): Avoid some confusing terminology.
1533 (Syntactic Font Lock): Minor clarifications. Add xref to
1534 Syntactic Font Lock node.
1535
1536 2012-02-15 Chong Yidong <cyd@gnu.org>
1537
1538 * minibuf.texi (Basic Completion): Define "completion table".
1539 Move completion-in-region to Completion in Buffers node.
1540 (Completion Commands): Use "completion table" terminology.
1541 (Completion in Buffers): New node.
1542
1543 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
1544 (Setting Hooks): Update minor mode usage example.
1545 (Major Mode Conventions): Note that completion-at-point-functions
1546 should be altered locally. Add xref to Completion in Buffers.
1547 Remove duplicate tip about auto-mode-alist.
1548 (Minor Modes): Rewrite introduction.
1549 (Minor Mode Conventions): Copyedits. Don't recommend
1550 variable-only minor modes since few minor modes are like that.
1551
1552 2012-02-15 Glenn Morris <rgm@gnu.org>
1553
1554 * processes.texi (Network): Document open-network-stream :parameters.
1555
1556 2012-02-14 Chong Yidong <cyd@gnu.org>
1557
1558 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
1559 was removed on 2009-09-10. Update lisp-mode-map example.
1560 (Inheritance and Keymaps): Minor clarification.
1561 (Searching Keymaps): Remove out-of-place enumeration.
1562 (Key Lookup): Remove unnecessary example (one was already given in
1563 Format of Keymaps).
1564 (Changing Key Bindings): Update suppress-keymap example.
1565 (Menu Bar, Tool Bar): Copyedits.
1566 (Tool Bar): Update tool-bar-map example.
1567
1568 2012-02-12 Chong Yidong <cyd@gnu.org>
1569
1570 * debugging.texi (Debugger Commands): Continuing is now allowed
1571 for errors.
1572
1573 2012-02-11 Chong Yidong <cyd@gnu.org>
1574
1575 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
1576 Move the list of standard bitmaps there.
1577 (Fringe Cursors): Rewrite for clarity.
1578 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
1579
1580 * commands.texi (Command Overview): Mention read-key.
1581 (Using Interactive, Interactive Call): Minor clarifications.
1582 (Function Keys, Click Events): Avoid "input stream" terminology.
1583 (Click Events): Add xref to Window Sizes and Accessing Mouse.
1584 Clarify column and row components.
1585 (Accessing Mouse): Add xref to Click Events. Minor fixes.
1586 (Special Events): Copyedits.
1587
1588 * streams.texi (Input Streams): De-document get-file-char.
1589 (Output Variables): Don't refer to old backquote syntax.
1590
1591 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
1592 (Error Debugging): Note that debug-ignored-errors overrides list
1593 values of debug-on-error too. Add xref to Signaling Errors. Note
1594 that debug-on-signal is not customizable. Mention
1595 condition-case-unless-debug.
1596 (Compilation Errors): Node deleted.
1597
1598 * compile.texi (Compiler Errors): Move a paragraph here from
1599 deleted node Compilation Errors.
1600
1601 2012-02-10 Leo Liu <sdl.web@gmail.com>
1602
1603 * control.texi (Handling Errors): Change condition-case-no-debug
1604 to condition-case-unless-debug.
1605
1606 2012-02-10 Chong Yidong <cyd@gnu.org>
1607
1608 * advice.texi (Defining Advice): Clarify ad-unadvise.
1609 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
1610 is not abnormal.
1611 (Advising Primitives): Node deleted; ad-define-subr-args has been
1612 removed.
1613
1614 * compile.texi (Speed of Byte-Code): Use float-time in example.
1615 (Compilation Functions): Note that the log uses Compilation mode.
1616 Don't discuss the contents of byte-code function object here.
1617 (Compilation Functions): De-document internal function byte-code.
1618 (Docs and Compilation): Minor clarifications.
1619
1620 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
1621 Objects.
1622
1623 2012-02-10 Glenn Morris <rgm@gnu.org>
1624
1625 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
1626 Mention secure-hash.
1627 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
1628
1629 2012-02-10 Chong Yidong <cyd@gnu.org>
1630
1631 * loading.texi (Loading): Don't emphasize "library" terminology.
1632 (Library Search): load-path is not a user option. Mention role of
1633 -L option and packages. Improve examples.
1634 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
1635 obsolete.
1636 (Autoload): Minor clarifications.
1637
1638 2012-02-10 Glenn Morris <rgm@gnu.org>
1639
1640 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
1641
1642 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
1643
1644 2012-02-08 Glenn Morris <rgm@gnu.org>
1645
1646 * loading.texi (Named Features): Update the require example.
1647
1648 2012-02-07 Glenn Morris <rgm@gnu.org>
1649
1650 * modes.texi (Defining Minor Modes):
1651 Expand on args of defined minor modes.
1652
1653 2012-02-07 Chong Yidong <cyd@gnu.org>
1654
1655 * variables.texi (Creating Buffer-Local): Minor clarification
1656 to buffer-local-variables doc (Bug#10715).
1657
1658 2012-02-07 Glenn Morris <rgm@gnu.org>
1659
1660 * display.texi (ImageMagick Images): General update.
1661 Move most details of imagemagick-render-type to the variable's doc.
1662
1663 2012-02-06 Glenn Morris <rgm@gnu.org>
1664
1665 * keymaps.texi (Tool Bar): Mention separators.
1666 (Inheritance and Keymaps):
1667 Mention make-composed-keymap and multiple inheritance.
1668
1669 * modes.texi (Running Hooks): Mention run-hook-wrapped.
1670
1671 * control.texi (Handling Errors):
1672 Mention condition-case-no-debug and with-demoted-errors.
1673
1674 2012-02-05 Chong Yidong <cyd@gnu.org>
1675
1676 * customize.texi (Common Keywords): Minor clarifications.
1677 Document custom-unlispify-remove-prefixes.
1678 (Variable Definitions): Backquotes in defcustom seem to work fine
1679 now. Various other copyedits.
1680 (Simple Types): Copyedits. Document color selector.
1681 (Composite Types): Copyedits.
1682 (Splicing into Lists): Clarifications.
1683
1684 * eval.texi (Backquote): Move from macros.texi.
1685
1686 * macros.texi (Expansion): Minor clarification.
1687 (Backquote): Move node to eval.texi.
1688 (Defining Macros): Move an example from Backquote node.
1689 (Argument Evaluation): No need to mention Pascal.
1690 (Indenting Macros): Add xref to Defining Macros.
1691
1692 2012-02-05 Glenn Morris <rgm@gnu.org>
1693
1694 * debugging.texi (Error Debugging): Mention debug-on-event default.
1695
1696 2012-02-04 Glenn Morris <rgm@gnu.org>
1697
1698 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
1699
1700 * debugging.texi (Error Debugging): Mention debug-on-event.
1701 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
1702
1703 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
1704
1705 * text.texi (Buffer Contents):
1706 Update filter-buffer-substring description.
1707
1708 2012-02-04 Chong Yidong <cyd@gnu.org>
1709
1710 * functions.texi (What Is a Function): Add closures. Mention
1711 "return value" terminology. Add xref for command-execute. Remove
1712 unused "keystroke command" terminology.
1713 (Lambda Expressions): Give a different example than in the
1714 following subsection. Add xref to Anonymous Functions.
1715 (Function Documentation): Remove gratuitous markup.
1716 (Function Names): Move introductory text to `What Is a Function'.
1717 (Defining Functions): Fix defun argument spec.
1718 (Anonymous Functions): Document lambda macro explicitly. Mention
1719 effects on lexical binding.
1720 (Function Cells): Downplay direct usage of fset.
1721 (Closures): New node.
1722 (Inline Functions): Remove "open-code" terminology.
1723 (Declaring Functions): Minor tweak; .m is not C code.
1724
1725 * variables.texi (Variables): Don't refer to "global value".
1726 (Local Variables, Void Variables): Copyedits.
1727 (Lexical Binding): Minor clarification of example.
1728 (File Local Variables): Mention :safe and :risky defcustom args.
1729 (Lexical Binding): Add xref to Closures node.
1730
1731 2012-02-04 Glenn Morris <rgm@gnu.org>
1732
1733 * minibuf.texi (High-Level Completion): Updates for read-color.
1734
1735 2012-02-03 Glenn Morris <rgm@gnu.org>
1736
1737 * display.texi (GIF Images): Mention animation.
1738 Remove commented-out old example of animation.
1739 (Animated Images): New subsection.
1740 * elisp.texi (Top):
1741 * vol1.texi (Top):
1742 * vol2.texi (Top): Add Animated Images menu entry.
1743
1744 * display.texi (Image Formats): Remove oddly specific information
1745 on versions of image libraries.
1746 (GIF Images, TIFF Images): Minor rephrasing.
1747
1748 2012-02-02 Glenn Morris <rgm@gnu.org>
1749
1750 * processes.texi (Synchronous Processes):
1751 Mention call-process's :file gets overwritten.
1752
1753 * commands.texi (Reading One Event):
1754 * help.texi (Help Functions): Document read-char-choice.
1755
1756 * hooks.texi (Standard Hooks):
1757 * modes.texi (Keymaps and Minor Modes):
1758 * text.texi (Commands for Insertion): Document post-self-insert-hook.
1759
1760 * hooks.texi (Standard Hooks): Add prog-mode-hook.
1761
1762 * hooks.texi (Standard Hooks):
1763 * modes.texi (Major Mode Conventions, Mode Hooks):
1764 Document change-major-mode-after-body-hook.
1765
1766 2012-02-01 Glenn Morris <rgm@gnu.org>
1767
1768 * modes.texi (Defining Minor Modes):
1769 Mention disabling global minor modes on a per-major-mode basis.
1770
1771 2012-01-31 Chong Yidong <cyd@gnu.org>
1772
1773 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
1774 (Parser State): Remove unnecessary statement (Bug#10661).
1775
1776 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
1777
1778 2012-01-31 Glenn Morris <rgm@gnu.org>
1779
1780 * modes.texi (Defining Minor Modes):
1781 Document define-minor-mode's new :variable keyword.
1782
1783 2012-01-29 Chong Yidong <cyd@gnu.org>
1784
1785 * syntax.texi (Syntax Class Table): Tweak description of newline
1786 char syntax (Bug#9619).
1787
1788 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
1789 description (Bug#10189).
1790
1791 2012-01-29 Glenn Morris <rgm@gnu.org>
1792
1793 * files.texi (Changing Files): Document SELinux support.
1794
1795 * windows.texi (Window Sizes): Fix typo.
1796
1797 2012-01-28 Chong Yidong <cyd@gnu.org>
1798
1799 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
1800 doc (Bug#8568).
1801
1802 * frames.texi (Input Focus): Add NORECORD arg to
1803 select-frame-set-input-focus. Clarify its role in select-frame.
1804
1805 * text.texi (Transposition): We don't use transpose-region as an
1806 internal subroutine (Bug#3249).
1807
1808 * modes.texi (Example Major Modes): Update Lisp example code to
1809 current sources. Delete the old non-derived-major-mode example,
1810 which has diverged badly from current sources.
1811
1812 2012-01-27 Glenn Morris <rgm@gnu.org>
1813
1814 * makefile.w32-in (texinputdir): Fix (presumed) typo.
1815 (VERSION, manual): Remove, unused.
1816
1817 2012-01-27 Chong Yidong <cyd@gnu.org>
1818
1819 * commands.texi (Command Overview): Minor clarification (Bug#10384).
1820
1821 2012-01-26 Chong Yidong <cyd@gnu.org>
1822
1823 * searching.texi (String Search): Document negative repeat count
1824 (Bug#10507).
1825
1826 2012-01-26 Glenn Morris <rgm@gnu.org>
1827
1828 * variables.texi (Using Lexical Binding):
1829 Mention that lexical-binding should be set in the first line.
1830
1831 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1832
1833 * macros.texi (Defining Macros): Don't claim that `declare' only
1834 affects Edebug and indentation.
1835
1836 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1837
1838 * macros.texi (Defining Macros): Slight `declare' fixup.
1839
1840 2012-01-25 Glenn Morris <rgm@gnu.org>
1841
1842 * makefile.w32-in (texinputdir):
1843 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
1844
1845 2012-01-24 Chong Yidong <cyd@gnu.org>
1846
1847 * variables.texi (Variables, Local Variables, Void Variables):
1848 Edit to make the descriptions less specific to dynamic binding.
1849 (Local Variables): Default max-specpdl-size is now 1300.
1850 (Defining Variables): Edits for lexical scoping. Delete
1851 information about starting docstrings with *. De-document
1852 user-variable-p.
1853 (Tips for Defining): Remove an unimportant discussion of quitting
1854 in the middle of a load.
1855 (Accessing Variables, Setting Variables): Discuss lexical binding.
1856 (Variable Scoping): Rewrite.
1857 (Scope, Extent, Impl of Scope): Nodes deleted.
1858 (Dynamic Binding): New node, with material from Scope, Extent, and
1859 Impl of Scope nodes.
1860 (Dynamic Binding Tips): Rename from Using Scoping.
1861 (Lexical Binding): Rewrite.
1862 (Using Lexical Binding): Rename from Converting to Lexical
1863 Binding. Convert to subsection.
1864
1865 * customize.texi (Variable Definitions): Add custom-variable-p.
1866 Move user-variable-p documentation here.
1867
1868 2012-01-23 Chong Yidong <cyd@gnu.org>
1869
1870 * strings.texi (Text Comparison): Minor qualification.
1871
1872 * lists.texi (Cons Cells): Copyedits.
1873 (List Elements): Mention push.
1874 (List Variables): Mention pop.
1875 (Rings): Move to sequences.texi.
1876
1877 * sequences.texi (Sequence Functions): Don't repeat the
1878 introduction already given in the parent.
1879 (Vectors): Copyedits.
1880 (Rings): Move from lists.texi. Note that this is specific to the
1881 ring package.
1882
1883 * symbols.texi (Definitions, Symbol Components): Mention variable
1884 scoping issues.
1885 (Plists and Alists): Copyedits.
1886
1887 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
1888 correctness with lexical scoping.
1889 (Eval): Copyedits.
1890
1891 2012-01-21 Chong Yidong <cyd@gnu.org>
1892
1893 * intro.texi (A Sample Function Description): Special notation
1894 used for macros too.
1895
1896 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
1897 (Symbol Type): Add xref for keyword symbols.
1898 (Sequence Type): Clarify differences between sequence types.
1899 (Cons Cell Type): Add "linked list" index entry.
1900 (Non-ASCII in Strings): Copyedits.
1901 (Equality Predicates): Symbols with same name need not be eq.
1902
1903 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
1904 ldexp. Move float-e and float-pi to Math Functions node.
1905
1906 2012-01-21 Glenn Morris <rgm@gnu.org>
1907
1908 * modes.texi (Auto Major Mode):
1909 * variables.texi (File Local Variables):
1910 Mention inhibit-local-variables-regexps.
1911
1912 2012-01-19 Martin Rudalics <rudalics@gmx.at>
1913
1914 * windows.texi (Window Configurations): Rewrite references to
1915 persistent window parameters.
1916 (Window Parameters): Fix description of persistent window
1917 parameters.
1918
1919 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
1920
1921 * windows.texi (Window Parameters): Use @pxref.
1922
1923 2012-01-16 Martin Rudalics <rudalics@gmx.at>
1924
1925 * windows.texi (Window Configurations, Window Parameters):
1926 Describe persistent window parameters.
1927
1928 2011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
1929
1930 * variables.texi (Creating Buffer-Local): Warn against misuses of
1931 make-variable-buffer-local (bug#10258).
1932
1933 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1934
1935 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
1936
1937 2012-01-06 Chong Yidong <cyd@gnu.org>
1938
1939 * variables.texi (Directory Local Variables): Document
1940 hack-dir-local-variables-non-file-buffer.
1941
1942 2012-01-06 Glenn Morris <rgm@gnu.org>
1943
1944 * maps.texi (Standard Keymaps): Refer to Info-edit by name
1945 rather than by keybinding.
1946
1947 2011-12-29 Juanma Barranquero <lekktu@gmail.com>
1948
1949 * frames.texi (Font and Color Parameters): Add @pxref.
1950
1951 2011-12-29 Daniel Colascione <dan.colascione@gmail.com>
1952
1953 * frames.texi (Font and Color Parameters):
1954 Document w32 font backends (bug#10399).
1955
1956 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
1957
1958 * files.texi (File Attributes, Changing Files):
1959 Use a more-natural notation for octal numbers.
1960
1961 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
1962
1963 * variables.texi (Variables with Restricted Values):
1964 Change reference to variable (bug#10354).
1965
1966 2011-12-13 Martin Rudalics <rudalics@gmx.at>
1967
1968 * windows.texi (Splitting Windows): Use t instead of non-nil
1969 when describing window-combination-resize.
1970
1971 2011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1972
1973 * text.texi (Special Properties): Warn against `intangible' properties
1974 (bug#10222).
1975
1976 2011-11-26 Eli Zaretskii <eliz@gnu.org>
1977
1978 * display.texi (Truncation):
1979 * text.texi (Special Properties): Describe what a stretch-glyph is
1980 instead of using that term without explanation. Make the
1981 cross-references more accurate.
1982
1983 * display.texi (Usual Display): Update the description,
1984 cross-references, and indexing related to display of control
1985 characters and raw bytes.
1986
1987 2011-11-25 Martin Rudalics <rudalics@gmx.at>
1988
1989 * windows.texi (Splitting Windows): Fix description of
1990 window-combination-limit. Suggested by Eli Zaretskii.
1991
1992 2011-11-23 Chong Yidong <cyd@gnu.org>
1993
1994 * windows.texi (Window Sizes): Move window-top-line,
1995 window-left-column, and window-*-pixel-edges to Coordinates and
1996 Windows node.
1997 (Coordinates and Windows): Restore window-edges doc.
1998
1999 2011-11-21 Martin Rudalics <rudalics@gmx.at>
2000
2001 * windows.texi (Windows and Frames, Splitting Windows):
2002 Fix typos.
2003
2004 2011-11-21 Chong Yidong <cyd@gnu.org>
2005
2006 * windows.texi (Splitting Windows): Fix error in documentation of
2007 window-combination-limit.
2008 (Cyclic Window Ordering): Minor fixes to next-window,
2009 one-window-p, and get-lru-window docs. Don't document
2010 window-list-1.
2011 (Buffers and Windows): Copyedits.
2012 (Choosing Window): Document special handling of special-display-*.
2013 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
2014 Don't document even-window-heights, which is going away.
2015 Clarify which options are obeyed by which action functions.
2016
2017 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2018
2019 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
2020
2021 2011-11-20 Martin Rudalics <rudalics@gmx.at>
2022
2023 * windows.texi (Resizing Windows, Splitting Windows):
2024 Remove term "status" when talking about combination limits.
2025
2026 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
2027
2028 * compile.texi (Compiler Errors):
2029 * help.texi (Help Functions): Fix typos.
2030
2031 2011-11-19 Chong Yidong <cyd@gnu.org>
2032
2033 * windows.texi (Splitting Windows): Clarify role of window
2034 parameters in split-window. Shorten the example.
2035 (Deleting Windows): Rewrite intro to handle internal windows.
2036 Fix delete-windows-on doc.
2037 (Selecting Windows): Copyedits.
2038
2039 2011-11-17 Martin Rudalics <rudalics@gmx.at>
2040
2041 * windows.texi (Resizing Windows, Splitting Windows)
2042 (Deleting Windows): Use term window-combination-resize instead
2043 of window-splits.
2044
2045 2011-11-16 Martin Rudalics <rudalics@gmx.at>
2046
2047 * windows.texi (Resizing Windows, Splitting Windows):
2048 Rename occurrences of window-nest to window-combination-limit.
2049
2050 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
2051
2052 * intro.texi (Lisp History): Fix typo.
2053
2054 2011-11-12 Martin Rudalics <rudalics@gmx.at>
2055
2056 * windows.texi (Splitting Windows, Deleting Windows):
2057 Remove references to splits status of windows.
2058
2059 2011-11-10 Glenn Morris <rgm@gnu.org>
2060
2061 * buffers.texi (Read Only Buffers): Expand a bit on why
2062 toggle-read-only should only be used interactively. (Bug#7292)
2063
2064 2011-11-09 Chong Yidong <cyd@gnu.org>
2065
2066 * windows.texi (Window Sizes): Document window-pixel-edges,
2067 window-inside-pixel-edges, window-absolute-pixel-edges, and
2068 window-inside-absolute-pixel-edges.
2069 (Resizing Windows): shrink-window-if-larger-than-buffer works on
2070 non-full-width windows.
2071
2072 2011-11-09 Martin Rudalics <rudalics@gmx.at>
2073
2074 * windows.texi (Resizing Windows): Rewrite documentation of
2075 window-resizable.
2076
2077 2011-11-09 Chong Yidong <cyd@gnu.org>
2078
2079 * windows.texi (Splitting Windows): Simplify example.
2080
2081 2011-11-08 Chong Yidong <cyd@gnu.org>
2082
2083 * windows.texi (Window Sizes): Copyedits. Document
2084 window-text-height. Remove window-min-height and window-min-width
2085 discussion, referring instead to Emacs manual.
2086 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
2087 (Resizing Windows): Simplify introduction. Don't document
2088 enlarge-window, shrink-window, enlarge-window-horizontally, and
2089 shrink-window-horizontally; they are no longer preferred for
2090 calling from Lisp, and are already documented in the Emacs manual.
2091
2092 2011-11-07 Glenn Morris <rgm@gnu.org>
2093
2094 * windows.texi (Choosing Window): Fix keybinding typo.
2095
2096 2011-11-07 Martin Rudalics <rudalics@gmx.at>
2097
2098 * windows.texi (Resizing Windows, Splitting Windows)
2099 (Window Configurations): Use "child window" instead of
2100 "subwindow".
2101
2102 2011-11-06 Chong Yidong <cyd@gnu.org>
2103
2104 * windows.texi (Basic Windows): Clarify various definitions.
2105 Treat window-normalize-* as internal; don't document them.
2106 (Windows and Frames): Various clarifications, e.g. non-live
2107 windows also belong to frames. Fix window-list description.
2108 Simplify window nesting example.
2109 (Splitting Windows, Window Configurations):
2110 Use split-window-below.
2111
2112 2011-11-04 Eli Zaretskii <eliz@gnu.org>
2113
2114 * windows.texi (Window Sizes): Mention in the doc string that the
2115 return values of `window-body-height' and `window-body-width' are
2116 in frame's canonical units. (Bug#9949)
2117
2118 2011-10-30 Martin Rudalics <rudalics@gmx.at>
2119
2120 * windows.texi (Windows and Frames): Remove "iso-" infix from
2121 documentation of window-iso-combined-p.
2122
2123 2011-10-26 Chong Yidong <cyd@gnu.org>
2124
2125 * modes.texi (Running Hooks): Document with-wrapper-hook.
2126
2127 2011-10-18 Chong Yidong <cyd@gnu.org>
2128
2129 * display.texi (Glyphless Chars): New node.
2130
2131 2011-10-13 Chong Yidong <cyd@stupidchicken.com>
2132
2133 * text.texi (Yanking): Document yank-excluded-properties.
2134
2135 * package.texi (Packaging Basics): The commentary should say how
2136 to begin using the package.
2137
2138 2011-10-11 Martin Rudalics <rudalics@gmx.at>
2139
2140 * windows.texi (Deleting Windows): Mention which window gets
2141 selected when deleting the selected window.
2142
2143 2011-10-09 Martin Rudalics <rudalics@gmx.at>
2144
2145 * buffers.texi (The Buffer List): Describe how bury-buffer deals
2146 with the selected window.
2147 * windows.texi (Buffers and Windows): Reformulate text on how
2148 replace-buffer-in-windows deals with a window.
2149 (Quitting Windows): Describe how quit-window deals with a
2150 standalone frame. Describe new option frame-auto-hide-function.
2151
2152 2011-10-08 Glenn Morris <rgm@gnu.org>
2153
2154 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
2155
2156 * positions.texi (Excursions): Update warning message.
2157
2158 2011-10-05 Chong Yidong <cyd@stupidchicken.com>
2159
2160 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
2161 Fix Emacs manual xref (Bug#9675).
2162
2163 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
2164
2165 * windows.texi (Textual Scrolling): Document scroll-up-command,
2166 scroll-down-command, scroll-error-top-bottom, and the
2167 scroll-command symbol property.
2168 (Display Action Functions): Fix description of
2169 display-buffer-pop-up-window.
2170
2171 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
2172
2173 * windows.texi (Splitting Windows): Fix typos.
2174
2175 2011-09-25 Martin Rudalics <rudalics@gmx.at>
2176
2177 * windows.texi (Windows and Frames, Display Action Functions)
2178 (Switching Buffers): Fix some typos.
2179 (Buffers and Windows): Remove reference to window-auto-delete.
2180 Reword description of replace-buffer-in-windows.
2181 (Window History): Fix some typos and refer to frame local buffer
2182 list.
2183 (Quitting Windows): New node.
2184 (Window Configurations): Add descriptions of window-state-get
2185 and window-state-put.
2186 (Window Parameters): Describe variable ignore-window-parameters.
2187 Sketch some window parameters currently in use.
2188 * elisp.texi (Top): Update node listing.
2189
2190 2011-09-25 Chong Yidong <cyd@stupidchicken.com>
2191
2192 * windows.texi (Display Action Functions)
2193 (Choosing Window Options): New nodes.
2194
2195 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
2196
2197 * windows.texi (Window History): New node. Move text here from
2198 Buffers and Windows.
2199 (Switching Buffers): Rename from Displaying Buffers, since we
2200 don't document display-buffer here; callers changed.
2201 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
2202 switch-to-buffer-other-frame. Delete duplicate
2203 replace-buffer-in-windows doc.
2204 (Choosing Window): Document display actions.
2205
2206 2011-09-24 Eli Zaretskii <eliz@gnu.org>
2207
2208 * display.texi (Forcing Redisplay): Update the description of
2209 redisplay-dont-pause due to change in the default value.
2210
2211 2011-09-23 Martin Rudalics <rudalics@gmx.at>
2212
2213 * frames.texi (Frames and Windows): Move section and rename to
2214 Windows and Frames in windows.texi.
2215 * windows.texi (Windows): Restructure.
2216 (Basic Windows): Rewrite. Explain live and internal windows and
2217 normalization functions.
2218 (Windows and Frames): Move section here from frames.texi.
2219 Describe subwindows, window combinations, window tree, and
2220 corresponding functions including window-list here.
2221 (Window Sizes): Rename section from Size of Window and move it
2222 up in chapter. Describe total and body sizes and the
2223 corresponding functions. Explain new semantics of
2224 window-min-height/-width.
2225 (Resizing Windows): Move section up in chapter. Describe new
2226 resize functions.
2227 (Splitting Windows): Describe new behavior of split-window,
2228 split-window-above-each-other and split-window-side-by-side.
2229 Provide examples. Describe window-nest and window-splits
2230 options.
2231 (Deleting Windows): Minor rewrite.
2232 (Selecting Windows): Minor rewrite.
2233 Describe frame-selected-window and set-frame-selected-window here.
2234 (Cyclic Window Ordering): Minor rewrite.
2235 Describe window-list-1.
2236 (Buffers and Windows): Rewrite. Explain a window's previous and
2237 next buffers and the corresponding functions.
2238 (Window Tree): Merge into Windows and Frames section.
2239 * elisp.texi (Top): Update node listings for frames and windows
2240 sections.
2241
2242 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2243
2244 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
2245
2246 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2247
2248 * errors.texi (Standard Errors): Remove apparent placeholder text
2249 (bug#9491).
2250
2251 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
2252
2253 * frames.texi (Management Parameters): Fix description of
2254 icon-type parameter.
2255
2256 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
2257
2258 * tips.texi (Key Binding Conventions): Don't bind a key sequence
2259 ending in C-g. Suggested by Edward O'Connor.
2260
2261 2011-09-17 Eli Zaretskii <eliz@gnu.org>
2262
2263 * numbers.texi (Integer Basics): Add indexing for
2264 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
2265
2266 2011-09-14 Dani Moncayo <dmoncayo@gmail.com>
2267
2268 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
2269
2270 2011-09-11 Juanma Barranquero <lekktu@gmail.com>
2271
2272 * processes.texi (Network Servers): Clarify what the process
2273 buffer is used for (bug#9233).
2274
2275 2011-08-30 Dani Moncayo <dmoncayo@gmail.com>
2276
2277 * lists.texi (Building Lists): Fix typo.
2278
2279 2011-08-30 Chong Yidong <cyd@stupidchicken.com>
2280
2281 * display.texi (Basic Faces): New node. Document new faces.
2282
2283 * modes.texi (Major Mode Conventions): Move some text there.
2284 (Mode Help): Remove major-mode var, duplicated in Major Modes.
2285
2286 2011-08-29 Chong Yidong <cyd@stupidchicken.com>
2287
2288 * modes.texi (Basic Major Modes): New node. Callers updated.
2289 (Major Modes): Document fundamental-mode and major-mode.
2290 (Major Mode Basics): Node deleted; text moved to Major Modes.
2291 (Derived Modes): Document derived-mode-p.
2292
2293 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
2294
2295 * files.texi (Changing Files, Create/Delete Dirs): Document new
2296 arguments for delete-file, delete-directory, and copy-directory.
2297 (Visiting Functions): Remove view-file; it is documented in the
2298 Emacs manual.
2299
2300 * frames.texi (Layout Parameters): The defaults for the
2301 menu-bar-lines and tool-bar-lines parameters depend on the mode.
2302
2303 * display.texi (Progress): Document spinner functionality.
2304
2305 * os.texi (Killing Emacs): Note that kill-emacs can be called by
2306 operating system signals. Refer to save-buffers-kill-terminal
2307 instead of save-buffers-kill-emacs.
2308
2309 * objects.texi (Symbol Type): Document ## print representation.
2310
2311 2011-08-25 Eli Zaretskii <eliz@gnu.org>
2312
2313 * display.texi (Specified Space): Mention that `space' specs
2314 influence bidi reordering.
2315 (Bidirectional Display): Explain how to use `(space . PROPS)' for
2316 separating fields with bidirectional content.
2317
2318 2011-08-24 Eli Zaretskii <eliz@gnu.org>
2319
2320 * display.texi (Bidirectional Display): Document return value in
2321 buffers that are not bidi-reordered for display, and in unibyte
2322 buffers.
2323
2324 2011-08-23 Eli Zaretskii <eliz@gnu.org>
2325
2326 * nonascii.texi (Character Properties): Document the values for
2327 unassigned codepoints.
2328
2329 2011-08-18 Eli Zaretskii <eliz@gnu.org>
2330
2331 * nonascii.texi (Character Properties): Document use of
2332 `bidi-class' and `mirroring' properties as part of reordering.
2333 Provide cross-references to "Bidirectional Display".
2334
2335 * display.texi (Bidirectional Display): Document the pitfalls of
2336 concatenating strings with bidirectional content, with possible
2337 solutions. Document bidi-string-mark-left-to-right.
2338 Mention paragraph direction in modes that inherit from prog-mode.
2339 Document use of `bidi-class' and `mirroring' properties as part of
2340 reordering.
2341
2342 2011-08-16 Eli Zaretskii <eliz@gnu.org>
2343
2344 * modes.texi (Major Mode Conventions): Improve the documentation
2345 of `mode-class' `special' modes.
2346
2347 * nonascii.texi (Character Properties): Document the `mirroring'
2348 property. Add index entries.
2349
2350 * syntax.texi (Categories): Add an example of defining a new
2351 category and category table.
2352
2353 * searching.texi (Regexp Backslash): Document how to display
2354 existing categories. Mention the possibility of adding
2355 categories, and add an xref to where this is described. Add an
2356 index entry.
2357
2358 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
2359
2360 * text.texi (Special Properties):
2361 * display.texi (Overlay Properties): Note that mouse-face cannot
2362 change the text size (Bug#8530).
2363
2364 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
2365
2366 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
2367 using setenv instead.
2368
2369 2011-07-28 Eli Zaretskii <eliz@gnu.org>
2370
2371 * display.texi (Bidirectional Display): Document the fact that
2372 bidi-display-reordering is t by default.
2373
2374 2011-07-23 Eli Zaretskii <eliz@gnu.org>
2375
2376 * display.texi (Bidirectional Display): New section.
2377
2378 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2379 Tim Cross <theophilusx@gmail.com> (tiny change)
2380 Glenn Morris <rgm@gnu.org>
2381
2382 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
2383
2384 2011-07-15 Andreas Schwab <schwab@linux-m68k.org>
2385
2386 * help.texi (Keys in Documentation): Revert last change.
2387
2388 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2389
2390 * help.texi (Keys in Documentation): Clarify that \= only quotes
2391 the next character, and doesn't affect longer sequences in
2392 particular (bug#8935).
2393
2394 * debugging.texi (Using Debugger):
2395 Mention @code{eval-expression-debug-on-error} (bug#8549).
2396
2397 2011-07-14 Eli Zaretskii <eliz@gnu.org>
2398
2399 * display.texi (Other Display Specs): Document that `left-fringe'
2400 and `right-fringe' display specifications are of the "replacing"
2401 kind.
2402
2403 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2404
2405 * help.texi (Documentation Basics): Add a link to the Function
2406 Documentation node (bug#6580).
2407
2408 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2409
2410 * keymaps.texi (Menu Bar): Mention :visible and :enable
2411 (bug#6344). Text by Drew Adams.
2412
2413 * modes.texi (Running Hooks): Mention buffer-local hook variables
2414 (bug#6218).
2415
2416 * objects.texi (General Escape Syntax): "a with grave accent" is
2417 ?xe0, not ?x8e0 (bug#5259).
2418
2419 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
2420
2421 * display.texi (Face Attributes, Font Selection): Add references
2422 to the Fonts node in the Emacs manual (Bug#4178).
2423
2424 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
2425
2426 * display.texi (Window Systems): `window-system' is
2427 terminal-local.
2428
2429 * frames.texi (Frame Parameters, Parameter Access): Don't mention
2430 frame-local variables.
2431
2432 * variables.texi (Buffer-Local Variables): Don't mention obsolete
2433 frame-local variables.
2434 (Frame-Local Variables): Node deleted.
2435
2436 * elisp.texi (Top): Update node listing.
2437
2438 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2439
2440 * elisp.texi: Change "inferiors" to "subnodes" in three places
2441 (bug#3523).
2442
2443 2011-07-11 Chong Yidong <cyd@stupidchicken.com>
2444
2445 * frames.texi (Window System Selections): Discussion of
2446 x-select-enable-clipboard moved to Emacs manual.
2447
2448 2011-07-11 Deniz Dogan <deniz@dogan.se>
2449
2450 * commands.texi (Prefix Command Arguments): Remove excessive
2451 apostrophe.
2452
2453 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2454
2455 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
2456 description is a string (bug#3313).
2457
2458 * frames.texi (Display Feature Testing): Try to explain what all
2459 the visual classes mean (bug#3042).
2460
2461 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2462
2463 * modes.texi (Mode Line Variables): Document `mode-line-remote'
2464 and `mode-line-client' (bug#2974).
2465
2466 * text.texi (Insertion): Clarify marker movements (bug#1651).
2467 Text from Drew Adams.
2468
2469 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2470
2471 * text.texi (Special Properties): Clarify the format of `face'
2472 (bug#1375).
2473
2474 * commands.texi (Interactive Call): Add a `call-interactively'
2475 example (bug#1010).
2476
2477 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2478
2479 * functions.texi (Calling Functions): Link to the "Interactive
2480 Call" node (bug#1001).
2481
2482 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
2483
2484 * customize.texi (Composite Types): Move alist and plist to here
2485 from Simple Types (Bug#7545).
2486
2487 * elisp.texi (Top): Update menu description.
2488
2489 * display.texi (Face Attributes): Document negative line widths
2490 (Bug#6113).
2491
2492 2011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
2493
2494 * searching.texi (Match Data): Note that match data can be
2495 overwritten by most functions (bug#2499).
2496
2497 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2498
2499 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
2500 flags mean (bug#6659).
2501
2502 * functions.texi (What Is a Function): Document the autoload
2503 object (bug#6496).
2504
2505 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2506
2507 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
2508 is only used in the Customize user interface (bug#6089).
2509
2510 * display.texi (Showing Images): Mention the point of sliced
2511 images (bug#7836).
2512
2513 2011-07-02 Eli Zaretskii <eliz@gnu.org>
2514
2515 * variables.texi (Defining Variables, Void Variables)
2516 (Constant Variables): Fix incorrect usage of @kindex.
2517
2518 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2519
2520 * variables.texi (Defining Variables): Add an index entry for
2521 `set-variable' (bug#7262).
2522 (Defining Variables): Use @findex for functions.
2523
2524 * frames.texi (Basic Parameters): Document the `explicit-name'
2525 parameter (bug#6951).
2526
2527 * customize.texi (Type Keywords): Clarify that :value provides a
2528 default value for all types (bug#7386).
2529
2530 * streams.texi (Output Functions): Document `pp'.
2531
2532 2011-06-25 Chong Yidong <cyd@stupidchicken.com>
2533
2534 * keymaps.texi (Searching Keymaps):
2535 * display.texi (Overlay Properties): Fix errors in 2011-05-29
2536 change. Suggested by Johan Bockgård.
2537
2538 2011-06-15 Chong Yidong <cyd@stupidchicken.com>
2539
2540 * text.texi (Special Properties): Clarify role of font-lock-face.
2541
2542 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2543
2544 * processes.texi (Process Information): Rename `process-alive-p'
2545 to `process-live-p' for consistency with other `-live-p' functions.
2546
2547 2011-06-03 Paul Eggert <eggert@cs.ucla.edu>
2548
2549 Document wide integers better.
2550 * files.texi (File Attributes): Document ino_t values better.
2551 ino_t values no longer map to anything larger than a single cons.
2552 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
2553 (Bitwise Operations):
2554 * objects.texi (Integer Type): Use a binary notation that is a bit easier
2555 to read, and that will port better if 62-bits becomes the default.
2556 Fix or remove incorrect examples.
2557 * os.texi (Time Conversion): Document time_t values better.
2558
2559 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2560
2561 * processes.texi (Process Information):
2562 Document `process-alive-p'.
2563
2564 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
2565
2566 * help.texi (Accessing Documentation):
2567 * display.texi (Pixel Specification):
2568 * processes.texi (Serial Ports, Serial Ports):
2569 * nonascii.texi (Character Properties, Default Coding Systems):
2570 * text.texi (Changing Properties, Special Properties):
2571 * windows.texi (Window Start and End):
2572 * modes.texi (SMIE Indentation Example, SMIE Tricks):
2573 * keymaps.texi (Searching Keymaps, Tool Bar):
2574 * minibuf.texi (Basic Completion):
2575 * compile.texi (Eval During Compile):
2576 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
2577 7x9 paper in printed manual.
2578
2579 * lists.texi (Sets And Lists): Fix misplaced text.
2580
2581 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
2582
2583 * keymaps.texi (Remapping Commands): Emphasize that the keymap
2584 needs to be active (Bug#8350).
2585
2586 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
2587
2588 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
2589
2590 * tips.texi (Coding Conventions): Remove antediluvian filename
2591 limit recommendation (Bug#8538).
2592
2593 2011-05-27 Glenn Morris <rgm@gnu.org>
2594
2595 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
2596
2597 2011-05-26 Glenn Morris <rgm@gnu.org>
2598
2599 * variables.texi (File Local Variables):
2600 Update hack-local-variables `mode-only' return value.
2601 Add some more details on what this function does in the other case.
2602
2603 2011-05-19 Glenn Morris <rgm@gnu.org>
2604
2605 * lists.texi (Sets And Lists): Mention cl provides union etc.
2606
2607 2011-05-19 Nix <nix@esperi.org.uk>
2608
2609 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
2610
2611 * text.texi (Parsing HTML): Update for function name changes.
2612
2613 * syntax.texi (Syntax Flags): Small fix.
2614
2615 * keymaps.texi (Active Keymaps): Typo fix.
2616 (Changing Key Bindings): Grammar fix.
2617
2618 * frames.texi (Minibuffers and Frames): Grammar fix.
2619 (Window System Selections): x-select-enable-clipboard now defaults to t.
2620
2621 * customize.texi (Common Keywords):
2622 * display.texi (Abstract Display):
2623 * modes.texi (Auto-Indentation):
2624 * nonascii.texi (Converting Representations): Typo fixes.
2625
2626 * control.texi (Examples of Catch): Call it "goto" not "go to".
2627
2628 2011-05-14 Eli Zaretskii <eliz@gnu.org>
2629
2630 * nonascii.texi (Character Properties): Fix inconsistencies with
2631 implementation.
2632
2633 * text.texi (Special Properties): Move @defvar's out of the
2634 @table. (Bug#8652)
2635
2636 2011-05-12 Glenn Morris <rgm@gnu.org>
2637
2638 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
2639
2640 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2641
2642 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
2643 (Multiline Font Lock):
2644 * vol2.texi (Top):
2645 * vol1.texi (Top):
2646 * elisp.texi (Top): Update menu accordingly.
2647
2648 2011-05-12 Drew Adams <drew.adams@oracle.com>
2649
2650 * modes.texi (Region to Fontify): Fix typo.
2651
2652 2011-05-10 Jim Meyering <meyering@redhat.com>
2653
2654 * minibuf.texi: Fix typo "in in -> in".
2655
2656 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
2657
2658 * numbers.texi (Integer Basics): Large integers are treated as floats.
2659
2660 2011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2661
2662 * processes.texi (Synchronous Processes): Document the (:file
2663 "/file-name") syntax for `call-process'.
2664
2665 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
2666
2667 * windows.texi (Choosing Window): Fix typo.
2668
2669 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
2670
2671 * frames.texi (Layout Parameters): Note the difference between
2672 querying and setting parameters for left-fringe and right-fringe
2673 (Bug#6930).
2674
2675 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2676
2677 * minibuf.texi (Basic Completion): Be a bit more precise about the
2678 valid kinds of completion tables.
2679 (Programmed Completion): Remove obsolete text about lambda expressions
2680 not being valid completion tables.
2681
2682 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
2683
2684 * positions.texi (Excursions): Explain the "save-excursion
2685 defeated by set-buffer" warning.
2686
2687 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
2688 save-excursion. Suggested by Uday S Reddy.
2689
2690 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
2691
2692 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
2693 (Lexical Binding): New sub-section.
2694
2695 * eval.texi (Eval): Discourage the use of `eval'.
2696 Document its new `lexical' argument.
2697
2698 2011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2699
2700 * commands.texi (Command Overview): `post-command-hook' is not reset to
2701 nil any more.
2702
2703 2011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2704
2705 * strings.texi (String Conversion): Don't mention
2706 string-make-(uni|multi)byte (bug#8262).
2707 * nonascii.texi (Converting Representations): Fix up range.
2708 * keymaps.texi (Key Binding Commands): Update code point, avoid
2709 "unibyte character" and remove mention of unibyte bindings.
2710
2711 2011-03-10 Eli Zaretskii <eliz@gnu.org>
2712
2713 * modes.texi (Operator Precedence Grammars): Don't use characters
2714 outside ISO-8859-1.
2715
2716 2011-03-09 Eli Zaretskii <eliz@gnu.org>
2717
2718 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
2719
2720 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
2721
2722 2011-03-08 Glenn Morris <rgm@gnu.org>
2723
2724 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
2725 * intro.texi (Acknowledgements): Names to UTF-8.
2726 * elisp.texi: Set documentencoding.
2727
2728 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
2729
2730 * Version 23.3 released.
2731
2732 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
2733
2734 * package.texi: Update index keywords.
2735 (Package Archives): New node contents. Document package-x.el.
2736
2737 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
2738
2739 * makefile.w32-in (srcs): Add package.texi.
2740
2741 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
2742
2743 * package.texi (Packaging, Packaging Basics, Simple Packages)
2744 (Multi-file Packages): Expand and clarify.
2745 (Package Archives): Temporary placeholder node.
2746
2747 * elisp.texi (Top): Update node listing.
2748
2749 * Makefile.in (srcs): Add package.texi.
2750
2751 2011-03-05 Chong Yidong <cyd@stupidchicken.com>
2752
2753 * processes.texi (Synchronous Processes): Minor clarification
2754 (Bug#8149).
2755
2756 2011-03-03 Glenn Morris <rgm@gnu.org>
2757
2758 * files.texi (Truenames): Minor clarification. (Bug#2341)
2759
2760 2011-03-01 Glenn Morris <rgm@gnu.org>
2761
2762 * variables.texi (Directory Local Variables):
2763 Mention `(subdirs . nil)' alist element.
2764
2765 2011-02-28 Glenn Morris <rgm@gnu.org>
2766
2767 * variables.texi (Directory Local Variables): Mention the optional
2768 mtime argument of dir-locals-set-directory-class. (Bug#3577)
2769
2770 2011-02-27 Chong Yidong <cyd@stupidchicken.com>
2771
2772 * minibuf.texi (Minibuffer History): Clarify discussion of
2773 minibuffer history lists (Bug#8085).
2774
2775 2011-02-19 Eli Zaretskii <eliz@gnu.org>
2776
2777 * elisp.texi: Sync @dircategory with ../../info/dir.
2778
2779 * files.texi (Visiting Functions): Document find-file-literally,
2780 both the command and the variable.
2781
2782 * variables.texi (Creating Buffer-Local): Explain the meaning of
2783 permanent local variables.
2784
2785 * files.texi (Visiting Functions): Document find-file-literally,
2786 both the command and the variable.
2787
2788 * variables.texi (Creating Buffer-Local): Explain the meaning of
2789 permanent local variables.
2790
2791 2011-02-19 Glenn Morris <rgm@gnu.org>
2792
2793 * keymaps.texi (Remapping Commands): Mention how to undo it.
2794
2795 2011-02-09 Reuben Thomas <rrt@sc3d.org>
2796
2797 * loading.texi (Hooks for Loading): Remove unnecessary advice
2798 about eval-after-load (Bug#7986).
2799
2800 2011-02-05 Chong Yidong <cyd@stupidchicken.com>
2801
2802 * commands.texi (Accessing Mouse): Note that a header line is not
2803 included in the row of posn-col-row.
2804
2805 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
2806
2807 * modes.texi (Major Mode Conventions): Add face guidelines.
2808 (Faces for Font Lock): List faces in order of prominence.
2809
2810 2011-02-01 Paul Eggert <eggert@cs.ucla.edu>
2811
2812 format-time-string now supports subsecond time stamp resolution
2813 * os.texi (Time Parsing): Document %N.
2814
2815 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
2816
2817 * vol1.texi (Top):
2818 * vol2.texi (Top):
2819 * elisp.texi (Top):
2820 * display.texi (Display Property): Shorten the menu description of
2821 the "Other Display Specs" node (Bug#7816).
2822
2823 * keymaps.texi (Defining Menus): Add "menu item" and "extended
2824 menu item" concept index entries (Bug#7805).
2825
2826 2011-01-29 Eli Zaretskii <eliz@gnu.org>
2827
2828 * makefile.w32-in (texinfodir): New variable.
2829 (usermanualdir): Remove as redundant with $(emacsdir).
2830 (MAKEINFO): Remove options, leave only program name.
2831 (MAKEINFO_OPTS): New variable.
2832 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
2833
2834 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
2835 Richard Kim <emacs18@gmail.com>
2836
2837 * loading.texi (Library Search): Document list-load-path-shadows
2838 (Bug#7757).
2839
2840 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
2841
2842 * searching.texi (Regexp Special): Remove outdated discussion of
2843 character sets (Bug#7780).
2844
2845 * frames.texi (Pop-Up Menus): Document where menu title comes
2846 from (Bug#7684).
2847
2848 2011-01-25 Glenn Morris <rgm@gnu.org>
2849
2850 * display.texi (Making Buttons): Mention limitation of text buttons.
2851
2852 2011-01-23 Werner Lemberg <wl@gnu.org>
2853
2854 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2855 (MAKEINFO_OPTS): New variable. Use it where appropriate.
2856 (ENVADD): New variable to control texi2dvi and texi2pdf.
2857
2858 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
2859
2860 * files.texi (Directory Names): Move directory-abbrev-alist doc to
2861 Emacs manual.
2862
2863 2011-01-15 Eli Zaretskii <eliz@gnu.org>
2864
2865 * files.texi (Directory Names): Explain why FROM in
2866 directory-abbrev-alist should begin with \`. (Bug#7777)
2867
2868 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2869
2870 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
2871
2872 2011-01-02 Eli Zaretskii <eliz@gnu.org>
2873
2874 * modes.texi (Emulating Mode Line): Fix last change.
2875
2876 2011-01-02 Eli Zaretskii <eliz@gnu.org>
2877
2878 * modes.texi (Emulating Mode Line): Update documentation of
2879 format-mode-line according to changes that fixed bug #7587.
2880
2881 2010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
2882
2883 * modes.texi (Derived Modes): Mention prog-mode.
2884
2885 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
2886 of the key-binding-data cache since we don't use it any more.
2887
2888 2010-12-13 Eli Zaretskii <eliz@gnu.org>
2889
2890 * processes.texi (Shell Arguments):
2891 * strings.texi (Creating Strings): Don't mention "shell commands";
2892 make it explicit that `split-string-and-unquote' and
2893 `combine-and-quote-strings' are mainly for working with arguments
2894 to call-process and start-process.
2895
2896 * processes.texi (Shell Arguments): Fix documentation of
2897 `split-string-and-unquote'. Add indexing. (Bug#7563)
2898
2899 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2900
2901 * modes.texi (Auto-Indentation): New section to document SMIE.
2902 (Major Mode Conventions):
2903 * text.texi (Mode-Specific Indent): Refer to it.
2904
2905 2010-12-13 Eli Zaretskii <eliz@gnu.org>
2906
2907 * display.texi (Other Display Specs): Document left-fringe and
2908 right-fringe display specs.
2909
2910 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2911
2912 * backups.texi (Making Backups):
2913 * modes.texi (Example Major Modes): Use recommended coding style.
2914 (Major Mode Basics, Derived Modes): Encourge more strongly use of
2915 define-derived-mode. Mention completion-at-point-functions.
2916
2917 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
2918
2919 * nonascii.texi (Converting Representations):
2920 Document byte-to-string.
2921
2922 2010-12-08 Glenn Morris <rgm@gnu.org>
2923
2924 * buffers.texi (Modification Time):
2925 verify-visited-file-modtime now defaults to the current buffer.
2926
2927 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
2928
2929 * nonascii.texi (Converting Representations): Document byte-to-string.
2930
2931 * strings.texi (Creating Strings): Don't mention semi-obsolete
2932 function char-to-string.
2933 (String Conversion): Shorten discussion of semi-obsolete function
2934 string-to-char. Link to Converting Representations.
2935
2936 * objects.texi (Symbol Type):
2937 * text.texi (Near Point):
2938 * help.texi (Help Functions):
2939 * functions.texi (Mapping Functions): Use string instead of
2940 char-to-string in examples.
2941
2942 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
2943
2944 * text.texi (Kill Functions, Kill Functions)
2945 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
2946 YANK-HANDLER args.
2947
2948 * symbols.texi (Creating Symbols): Using unintern without an
2949 obarray arg is now obsolete.
2950
2951 * numbers.texi (Float Basics): Document float-e and float-pi.
2952
2953 * variables.texi (Defining Variables): Change "pi" example to
2954 "float-pi".
2955
2956 2010-11-26 Eli Zaretskii <eliz@gnu.org>
2957
2958 * commands.texi (Click Events): Document the values of X, Y and
2959 COL, ROW in the event's position, when the click is on the header
2960 or mode line, on the fringes, or in the margins.
2961
2962 2010-11-17 Eli Zaretskii <eliz@gnu.org>
2963
2964 * customize.texi (Composite Types): Lower-case index entry.
2965
2966 * loading.texi (How Programs Do Loading):
2967 Document load-file-name. (Bug#7346)
2968
2969 2010-11-17 Glenn Morris <rgm@gnu.org>
2970
2971 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
2972
2973 2010-11-13 Eli Zaretskii <eliz@gnu.org>
2974
2975 * display.texi (Usual Display): Characters with no fonts are not
2976 necessarily displayed as empty boxes.
2977
2978 2010-10-31 Glenn Morris <rgm@gnu.org>
2979
2980 * maps.texi (Standard Keymaps): Update File menu description.
2981
2982 2010-10-28 Glenn Morris <rgm@gnu.org>
2983
2984 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
2985
2986 2010-10-24 Eli Zaretskii <eliz@gnu.org>
2987
2988 * display.texi (Window Systems): Deprecate use of window-system as
2989 a predicate.
2990
2991 2010-10-23 Glenn Morris <rgm@gnu.org>
2992
2993 * help.texi (Documentation Basics): Remove mentions of digest-doc and
2994 sorted-doc.
2995
2996 2010-10-15 Eli Zaretskii <eliz@gnu.org>
2997
2998 * os.texi (Dynamic Libraries): New node, with slightly modified
2999 text deleted from "Image Formats".
3000 (System Interface): Add @menu entry for "Dynamic Libraries".
3001
3002 * display.texi (Image Formats): Remove description of
3003 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
3004
3005 2010-10-12 Glenn Morris <rgm@gnu.org>
3006
3007 * book-spine.texinfo: Rename to book-spine.texi.
3008
3009 2010-10-11 Glenn Morris <rgm@gnu.org>
3010
3011 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
3012
3013 * Makefile.in (DVIPS): New variable.
3014 (.PHONY): Add html, ps.
3015 (html, elisp.html, ps, elisp.ps): New targets.
3016 (clean): Delete html, ps files.
3017 ($(infodir)/elisp): Remove unnecessary includes.
3018
3019 2010-10-09 Eli Zaretskii <eliz@gnu.org>
3020
3021 * makefile.w32-in (emacsdir): New variable.
3022 (srcs): Add emacsver.texi.
3023 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
3024
3025 2010-10-09 Glenn Morris <rgm@gnu.org>
3026
3027 * Makefile.in (VPATH): Remove.
3028 (infodir): Make it absolute.
3029 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
3030
3031 * Makefile.in (dist): Anchor regexps.
3032
3033 * Makefile.in (srcs): Put elisp.texi first.
3034 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
3035
3036 * Makefile.in (infoclean): Remove harmless, long-standing error.
3037
3038 * Makefile.in ($(infodir)): Delete rule.
3039 (mkinfodir): New.
3040 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
3041
3042 * Makefile.in (dist): Remove reference to emacsver.texi.in.
3043 Also copy emacsver.texi, and edit $emacsdir.
3044
3045 2010-10-09 Glenn Morris <rgm@gnu.org>
3046
3047 * Makefile.in (emacsdir): New variable.
3048 (MAKEINFO): Add -I $emacsdir.
3049 (dist): Copy emacsver.texi.
3050 (srcs): Add emacsver.texi.
3051
3052 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
3053 Set EMACSVER by including emacsver.texi.
3054
3055 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
3056
3057 2010-10-07 Glenn Morris <rgm@gnu.org>
3058
3059 * Makefile.in (version): New, set by configure.
3060 (clean): Delete dist tar file.
3061 (dist): Use version in tar name.
3062
3063 2010-10-06 Glenn Morris <rgm@gnu.org>
3064
3065 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
3066 (INSTALL_INFO): Remove unused variable.
3067 (mostlyclean, infoclean, dist): New rules.
3068 (clean): Delete dvi and pdf files.
3069 (maintainer-clean): Remove elisp.oaux, use infoclean.
3070 ($(infodir)): Add parallel build workaround.
3071
3072 2010-10-04 Glenn Morris <rgm@gnu.org>
3073
3074 * Makefile.in (dvi, pdf, $(infodir)): New targets.
3075 ($(infodir)/elisp): Ensure target directory exists. Use $@.
3076 Fix -I typo.
3077 (clean): No 'make.out' or 'core' files.
3078 (.PHONY): Declare clean rules.
3079 (maintainer-clean): Delete pdf file. Guard against cd failures.
3080
3081 2010-10-03 Glenn Morris <rgm@gnu.org>
3082
3083 * files.texi (File Name Components): Remove ignored section about
3084 deleted variable directory-sep-char.
3085
3086 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
3087
3088 * files.texi (Magic File Names): New defopt
3089 remote-file-name-inhibit-cache.
3090
3091 2010-10-02 Glenn Morris <rgm@gnu.org>
3092
3093 * os.texi (Killing Emacs): Hook now runs in batch mode.
3094
3095 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
3096
3097 * text.texi (Special Properties): Clarify when modification-hooks run.
3098
3099 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3100
3101 * syntax.texi (Syntax Flags): Document new `c' flag.
3102
3103 2010-09-09 Glenn Morris <rgm@gnu.org>
3104
3105 * display.texi (ImageMagick Images): General cleanup.
3106
3107 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3108
3109 * files.texi (Directory Names): Use \` rather than ^.
3110
3111 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
3112
3113 * text.texi (Low-Level Kill Ring):
3114 * frames.texi (Window System Selections): Remove cut buffer
3115 documentation.
3116
3117 2010-08-28 Eli Zaretskii <eliz@gnu.org>
3118
3119 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
3120 Parameters", where the default fringe width is described.
3121
3122 * frames.texi (Window Frame Parameters, Basic Parameters)
3123 (Position Parameters, Layout Parameters, Management Parameters)
3124 (Cursor Parameters, Font and Color Parameters): Add indexing for
3125 frame parameters. (Bug#6929)
3126
3127 2010-08-25 Tom Tromey <tromey@redhat.com>
3128
3129 * vol2.texi (Top): Update.
3130 * vol1.texi (Top): Update.
3131 * tips.texi (Library Headers): Mention Package-Version and
3132 Package-Requires.
3133 * package.texi: New file.
3134 * os.texi (System Interface): Update pointers.
3135 * elisp.texi (Top): Link to new nodes. Include package.texi.
3136 * anti.texi (Antinews): Update pointers.
3137
3138 2010-08-25 Eli Zaretskii <eliz@gnu.org>
3139
3140 * processes.texi (Filter Functions): Fix last change.
3141
3142 2010-08-24 Markus Triska <triska@gmx.at>
3143
3144 * processes.texi (Filter Functions): Use `buffer-live-p' instead
3145 of `buffer-name' in the main text as well as in the example
3146 (Bug#3098).
3147
3148 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
3149
3150 * nonascii.texi (Text Representations):
3151 * loading.texi (Loading Non-ASCII):
3152 * compile.texi (Byte Compilation): Don't mention obsolete
3153 --unibyte command-line argument.
3154
3155 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
3156
3157 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
3158
3159 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
3160
3161 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
3162
3163 2010-08-20 Eli Zaretskii <eliz@gnu.org>
3164
3165 * commands.texi (Misc Events): Add cross-references to where
3166 POSITION of a mouse event is described in detail.
3167
3168 2010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
3169
3170 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
3171
3172 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
3173
3174 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
3175 Suggested by Štěpán Němec <stepnem@gmail.com>.
3176
3177 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
3178
3179 * minibuf.texi (High-Level Completion): Document args of
3180 `read-buffer-function' (bug#5625).
3181
3182 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
3183
3184 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
3185
3186 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
3187
3188 * processes.texi (Process Information): Explain process property
3189 `remote-tty'.
3190
3191 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
3192
3193 * modes.texi (Defining Minor Modes): Use C-delete in examples,
3194 instead of "\C-\^?" (bug#6334).
3195
3196 * text.texi (Special Properties): Fix typo.
3197
3198 2010-07-09 Eli Zaretskii <eliz@gnu.org>
3199
3200 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
3201 calling sequences, which are now the standard.
3202
3203 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
3204
3205 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
3206
3207 * commands.texi (Command Overview): Mention undo-boundary call.
3208
3209 2010-06-23 Glenn Morris <rgm@gnu.org>
3210
3211 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
3212 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
3213 * frames.texi, functions.texi, internals.texi, keymaps.texi:
3214 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
3215 * searching.texi, sequences.texi, strings.texi, syntax.texi:
3216 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
3217 Untabify Texinfo files.
3218
3219 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
3220
3221 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
3222
3223 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
3224
3225 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
3226
3227 2010-06-02 Chong Yidong <cyd@stupidchicken.com>
3228
3229 * searching.texi (Regexp Special): Remove obsolete information
3230 about matching non-ASCII characters, and suggest using char
3231 classes (Bug#6283).
3232
3233 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
3234
3235 * minibuf.texi (Basic Completion): Add missing "@end defun".
3236
3237 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3238
3239 * minibuf.texi (Basic Completion): Document completion-boundaries.
3240 (Programmed Completion): Document the new fourth method for boundaries.
3241
3242 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
3243
3244 * display.texi (Image Cache): Update documentation about image caching.
3245
3246 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
3247
3248 * windows.texi (Textual Scrolling):
3249 * tips.texi (Coding Conventions):
3250 * minibuf.texi (Minibuffer History):
3251 * maps.texi (Standard Keymaps):
3252 * loading.texi (Where Defined):
3253 * edebug.texi (Instrumenting): Fix typos.
3254
3255 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
3256
3257 * keymaps.texi (Menu Bar): Document :advertised-binding property.
3258
3259 * functions.texi (Obsolete Functions):
3260 Document set-advertised-calling-convention.
3261
3262 * minibuf.texi (Basic Completion): Document completion-in-region.
3263 (Programmed Completion): Document completion-annotate-function.
3264
3265 * commands.texi (Reading One Event): Document read-key.
3266 (Distinguish Interactive): Document KIND arg to
3267 called-interactively-p. Delete obsolete interactive-p.
3268
3269 * elisp.texi (Top): Update node description.
3270
3271 2010-05-08 Eli Zaretskii <eliz@gnu.org>
3272
3273 * nonascii.texi (Character Properties):
3274 Document unicode-category-table. Add an index entry for Unicode
3275 general category.
3276
3277 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
3278
3279 * Version 23.2 released.
3280
3281 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
3282
3283 * locals.texi (Standard Buffer-Local Variables):
3284 Remove @ignore'd reference to `direction-reversed'.
3285
3286 2010-04-14 Juri Linkov <juri@jurta.org>
3287
3288 Fix @deffn without category.
3289
3290 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
3291 for `abbrev-insert'.
3292
3293 * buffers.texi (Indirect Buffers): Add category `Command'
3294 to @deffn of `clone-indirect-buffer'.
3295
3296 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
3297 for `next-window' and `previous-window'. Add category `Command'
3298 to @deffn of `pop-to-buffer'.
3299
3300 2010-04-01 Chong Yidong <cyd@stupidchicken.com>
3301
3302 * nonascii.texi (Text Representations): Don't mark
3303 enable-multibyte-characters as a user option.
3304
3305 2010-03-31 Eli Zaretskii <eliz@gnu.org>
3306
3307 * control.texi (Handling Errors): How to re-throw a signal caught
3308 by condition-case.
3309
3310 2010-03-26 Chong Yidong <cyd@stupidchicken.com>
3311
3312 * loading.texi (Hooks for Loading): Document after-load-functions.
3313 Copyedits.
3314
3315 2010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
3316
3317 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
3318
3319 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
3320
3321 * processes.texi (Network Processes): Document seqpacket type.
3322
3323 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3324
3325 * os.texi (System Environment): Do not mention lynxos.
3326
3327 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
3328
3329 * Branch for 23.2.
3330
3331 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
3332
3333 * objects.texi (Integer Type): Take note of the read syntax
3334 exception for numbers that cannot fit in the integer type.
3335
3336 2010-03-03 Glenn Morris <rgm@gnu.org>
3337
3338 * numbers.texi (Integer Basics, Bitwise Operations):
3339 * objects.texi (Integer Type): Update for integers now being 30-bit.
3340
3341 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
3342
3343 * display.texi (Low-Level Font): Document :otf font-spec property.
3344
3345 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3346
3347 * display.texi (Line Height): Avoid obsolete special default variables
3348 like default-major-mode.
3349
3350 2010-01-28 Alan Mackenzie <acm@muc.de>
3351
3352 * display.texi (Auto Faces): Say fontification-functions is called
3353 whether or not Font Lock is enabled. Tidy up the wording a bit.
3354
3355 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
3356
3357 * elisp.texi: Remove duplicate edition information (Bug#5407).
3358
3359 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
3360
3361 * two.el (volume-header-toc-markup): Fix typos in docstring.
3362
3363 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3364
3365 Avoid dubious uses of save-excursions.
3366 * positions.texi (Excursions): Recommend the use of
3367 save-current-buffer if applicable.
3368 * text.texi (Clickable Text): Fix the example code which used
3369 save-excursion in a naive way which sometimes preserves point and
3370 sometimes not.
3371 * variables.texi (Creating Buffer-Local):
3372 * os.texi (Session Management):
3373 * display.texi (GIF Images):
3374 * control.texi (Cleanups): Use (save|with)-current-buffer.
3375
3376 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3377
3378 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
3379
3380 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
3381
3382 * nonascii.texi (Text Representations, Character Codes)
3383 (Converting Representations, Explicit Encoding)
3384 (Translation of Characters): Use hex notation consistently.
3385 (Character Sets): Fix map-charset-chars doc (Bug#5197).
3386
3387 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
3388
3389 * loading.texi (Where Defined): Make it clearer that these are
3390 loaded files (Bug#5068).
3391
3392 2009-12-29 Chong Yidong <cyd@stupidchicken.com>
3393
3394 * minibuf.texi (Completion Styles): Document `initials' style.
3395
3396 2009-12-25 Chong Yidong <cyd@stupidchicken.com>
3397
3398 * frames.texi (Resources): Describe inhibit-x-resources.
3399 (Size Parameters): Copyedit.
3400
3401 * hash.texi (Creating Hash):
3402 * objects.texi (Hash Table Type): Document the new hash table
3403 printed representation.
3404
3405 * minibuf.texi (Basic Completion): 4th arg to all-completions is
3406 obsolete.
3407
3408 * processes.texi (Process Buffers):
3409 Document process-kill-buffer-query-function.
3410
3411 2009-12-05 Glenn Morris <rgm@gnu.org>
3412
3413 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
3414 diary-display-function, and no longer recommended to be a hook.
3415 Update for changes in the names of calendar and diary hooks.
3416 diary-print-entries-hook has changed section.
3417
3418 2009-11-28 Eli Zaretskii <eliz@gnu.org>
3419
3420 * text.texi (Special Properties): More accurate description of
3421 what the `cursor' property does.
3422
3423 2009-11-26 Kevin Ryde <user42@zip.com.au>
3424
3425 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
3426 mouse-wheel-down-event, the closest thing to a definition for them.
3427 * os.texi (Startup Summary): vindex inhibit-startup-message and
3428 inhibit-splash-screen.
3429 (Command-Line Arguments): vindex argv.
3430 (Suspending Emacs): vindex suspend-tty-functions and
3431 resume-tty-functions. Don't want to index every hook, but having
3432 the programming ones is helpful.
3433
3434 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
3435
3436 * commands.texi (Motion Events): Fix typo (Bug#4907).
3437
3438 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
3439
3440 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
3441 are affected by case-fold-search (Bug#4483).
3442
3443 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
3444
3445 * minibuf.texi (Reading File Names): Note that read-file-name may
3446 use a graphical file dialog.
3447
3448 2009-10-31 Glenn Morris <rgm@gnu.org>
3449
3450 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
3451
3452 2009-10-16 Kevin Ryde <user42@zip.com.au>
3453
3454 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
3455 in particular so `info-lookup-symbol' can find its docs.
3456
3457 2009-10-16 Chong Yidong <cyd@stupidchicken.com>
3458
3459 * variables.texi (Constant Variables): Distinguish from defconst
3460 variables.
3461 (Defining Variables): Add cindex.
3462
3463 2009-10-15 Chong Yidong <cyd@stupidchicken.com>
3464
3465 * os.texi (Time of Day): Clarify that the microsecond part is
3466 ignored (Bug#4637).
3467
3468 2009-10-11 Glenn Morris <rgm@gnu.org>
3469
3470 * frames.texi (Size and Position): Clarify what is included in the frame
3471 height. (Bug#4535)
3472
3473 2009-10-10 Glenn Morris <rgm@gnu.org>
3474
3475 * windows.texi (Size of Window): The relationship between window and
3476 frame heights is not so simple. (Bug#4535)
3477 Mention window-full-height-p.
3478
3479 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3480
3481 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
3482 used from Lisp.
3483
3484 2009-10-07 Eli Zaretskii <eliz@gnu.org>
3485
3486 * files.texi (Directory Names) <abbreviate-file-name>:
3487 Document that root home directories are not replaced with "~".
3488
3489 2009-10-06 Eli Zaretskii <eliz@gnu.org>
3490
3491 * text.texi (Special Properties): Document the meaning of the
3492 `cursor' text property whose value is an integer.
3493
3494 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
3495
3496 * files.texi (Magic File Names): Add `copy-directory'.
3497
3498 2009-10-05 Eli Zaretskii <eliz@gnu.org>
3499
3500 * files.texi (File Attributes): Fix description of file
3501 attributes. (Bug#4638) Update attributes of files.texi example to
3502 be more representative.
3503
3504 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
3505
3506 * files.texi (Create/Delete Dirs): New command copy-directory.
3507
3508 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
3509
3510 * anti.texi (Antinews):
3511 * macros.texi (Indenting Macros):
3512 * strings.texi (Creating Strings, Case Conversion):
3513 Remove duplicate words.
3514
3515 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
3516
3517 * files.texi (Create/Delete Dirs): delete-directory has an
3518 optional parameter RECURSIVE.
3519
3520 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3521
3522 * buffers.texi (Swapping Text): Minor clarification.
3523
3524 2009-10-01 Glenn Morris <rgm@gnu.org>
3525
3526 * functions.texi (Declaring Functions): Mention that we also search for
3527 ".m" files in the src/ directory.
3528
3529 2009-09-25 David Engster <deng@randomsample.de>
3530
3531 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
3532
3533 2009-09-22 Glenn Morris <rgm@gnu.org>
3534
3535 * internals.texi (Building Emacs): Mention preloaded-file-list.
3536
3537 2009-09-14 Alan Mackenzie <acm@muc.de>
3538
3539 * os.texi (Terminal Output): Put "@code{}" around "stdout".
3540
3541 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
3542
3543 * functions.texi (Anonymous Functions): Rearrange discussion,
3544 giving usage of unquoted lambda forms first. Mention that
3545 `function' and `#'' are no longer required (Bug#4290).
3546
3547 2009-09-11 Alan Mackenzie <acm@muc.de>
3548
3549 * os.texi (Terminal Output): Document `send-string-to-terminal' in
3550 batch mode.
3551
3552 2009-09-01 Glenn Morris <rgm@gnu.org>
3553
3554 * display.texi (Face Functions): Mention define-obsolete-face-alias.
3555
3556 2009-08-26 Ulrich Mueller <ulm@gentoo.org>
3557
3558 * nonascii.texi (Character Codes): Fix typos.
3559
3560 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
3561
3562 * processes.texi (Synchronous Processes): New defvar
3563 process-file-side-effects.
3564
3565 2009-08-25 Glenn Morris <rgm@gnu.org>
3566
3567 * display.texi (Fontsets): Fix typo.
3568
3569 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
3570
3571 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
3572
3573 * processes.texi (Asynchronous Processes): Adjust arglist of
3574 start-process-shell-command and start-file-process-shell-command.
3575
3576 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
3577
3578 * advice.texi (Argument Access in Advice): Note that argument
3579 positions are zero-based (Bug#3932).
3580
3581 * commands.texi (Distinguish Interactive): Minor copyedit.
3582
3583 * display.texi (Face Attributes): Add xref to Displaying Faces for
3584 explanation of "underlying face".
3585
3586 * customize.texi (Common Keywords): Add xref to Loading.
3587
3588 * loading.texi (How Programs Do Loading): Add xref to Lisp
3589 Libraries node in the Emacs manual.
3590
3591 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
3592
3593 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
3594
3595 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
3596
3597 * processes.texi (Shell Arguments): Copyedits.
3598
3599 2009-07-18 Glenn Morris <rgm@gnu.org>
3600
3601 * loading.texi (Repeated Loading): Fix typo.
3602
3603 2009-07-16 Richard Stallman <rms@gnu.org>
3604
3605 * buffers.texi (Swapping Text): Recommend setting
3606 write-region-annotate-functions and buffer-saved-size.
3607
3608 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
3609
3610 2009-07-15 Glenn Morris <rgm@gnu.org>
3611
3612 * edebug.texi: Minor re-phrasings throughout.
3613 (Edebug Execution Modes): Sit-for affects continue mode too.
3614 (Jumping): Use `forward-sexp' rather than its keybinding.
3615 (Edebug Misc): Fix Q binding.
3616 (Edebug Eval): Remove cl version.
3617 (Printing in Edebug): Clarify print-length etc.
3618 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
3619 (Specification List): Remove edebug-unwrap findex entry.
3620 (Specification Examples): defmacro is actually not the same as defun.
3621 Escape "`" in example.
3622
3623 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
3624
3625 * markers.texi (The Mark): Document optional arg to
3626 deactivate-mark.
3627
3628 2009-07-11 Kevin Ryde <user42@zip.com.au>
3629
3630 * hooks.texi (Standard Hooks): Fix cross-references.
3631
3632 * loading.texi (Named Features): Refer to eval-after-load.
3633
3634 2009-07-11 Glenn Morris <rgm@gnu.org>
3635
3636 * Makefile.in (TEXI2PDF): New.
3637 (elisp.pdf): New target.
3638
3639 * searching.texi (Regexp Backslash): Fix typo.
3640
3641 * elisp.texi (Top): Display copyright notice at start of non-TeX.
3642
3643 2009-07-10 Glenn Morris <rgm@gnu.org>
3644
3645 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
3646
3647 * customize.texi (Customization Types):
3648 * display.texi (Abstract Display):
3649 * objects.texi (Character Type, String Type):
3650 Merge in some menu descriptions from elisp.texi.
3651
3652 * hash.texi (Hash Tables):
3653 * modes.texi (Multiline Font Lock):
3654 End menu description with period.
3655
3656 2009-07-09 Glenn Morris <rgm@gnu.org>
3657
3658 * back.texi: Don't hard-code texinfo location.
3659
3660 * two-volume.make (texinfodir): New, with location of texinfo.tex.
3661 (tex): Add texinfodir to TEXINPUTS.
3662 (elisp1med-init, elisp2med-init): Use texinfodir.
3663
3664 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
3665 (clean): Add two-volume.make intermediate files.
3666
3667 * elisp.texi, vol1.texi, vol2.texi:
3668 Use a DATE variable with the publication date, and update it.
3669 Fix antinews menu description.
3670
3671 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
3672 Update the detailed node listing to match elisp.texi.
3673
3674 * README: Update edition to match elisp.texi.
3675
3676 * objects.texi (General Escape Syntax):
3677 * nonascii.texi (Character Sets):
3678 Use consistent case for "Unicode Standard".
3679
3680 * anti.texi (Antinews):
3681 * customize.texi (Variable Definitions):
3682 * functions.texi (Declaring Functions):
3683 * nonascii.texi (Character Properties):
3684 * processes.texi (Serial Ports):
3685 * text.texi (Special Properties):
3686 * tips.texi (Coding Conventions):
3687 Minor rearrangements to improve TeX line-filling.
3688
3689 * commands.texi (Using Interactive): Fix cross-reference.
3690
3691 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
3692
3693 * frames.texi (Management Parameters): Mention sticky.
3694
3695 2009-07-01 Andreas Schwab <aschwab@redhat.com>
3696
3697 * help.texi (Help Functions): Fix description of help-buffer and
3698 help-setup-xref to use @defun instead of @deffn.
3699
3700 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
3701
3702 * frames.texi (Size Parameters): Mention maximized for fullscreen.
3703
3704 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
3705
3706 * display.texi (Window Systems): Add ns to the list.
3707
3708 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
3709
3710 * Branch for 23.1.
3711
3712 2009-06-17 Martin Rudalics <rudalics@gmx.at>
3713
3714 * windows.texi (Dedicated Windows): Fix typo.
3715 (Resizing Windows): Replace @defun by @deffn.
3716
3717 2009-06-17 Glenn Morris <rgm@gnu.org>
3718
3719 * variables.texi (Directory Local Variables):
3720 Update for 2009-04-11 name-change of dir-locals-directory-alist.
3721
3722 2009-06-09 Kenichi Handa <handa@m17n.org>
3723
3724 * nonascii.texi (Character Sets): State clearly that FROM and TO
3725 are codepoints of CHARSET.
3726
3727 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
3728
3729 * minibuf.texi (Reading File Names): Fix introductory text.
3730 Suggested by stan@derbycityprints.com.
3731 (High-Level Completion): Fix typo.
3732
3733 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
3734
3735 * frames.texi (Text Terminal Colors): Multi-tty is already
3736 implemented, but tty-local colors are not.
3737
3738 2009-05-27 Chong Yidong <cyd@stupidchicken.com>
3739
3740 * hooks.texi (Standard Hooks): Remove mention of obsolete
3741 redisplay-end-trigger-functions.
3742
3743 * internals.texi (Window Internals): Remove mention of obsolete
3744 redisplay-end-trigger-functions.
3745
3746 2009-05-21 Martin Rudalics <rudalics@gmx.at>
3747
3748 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
3749
3750 * backups.texi (Making Backups): backup-directory-alist and
3751 make-backup-file-name-function are options.
3752 (Auto-Saving): auto-save-list-file-prefix is an option.
3753
3754 * buffers.texi (Killing Buffers): buffer-offer-save is an
3755 option.
3756
3757 * display.texi (Refresh Screen): no-redraw-on-reenter is an
3758 option.
3759 (Echo Area Customization): echo-keystrokes is an option.
3760 (Selective Display): selective-display-ellipses is an option.
3761 (Temporary Displays): temp-buffer-show-function is an option.
3762 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
3763 are options.
3764 (Font Selection): face-font-family-alternatives,
3765 face-font-selection-order, face-font-registry-alternatives, and
3766 scalable-fonts-allowed are options.
3767 (Fringe Indicators): indicate-buffer-boundaries is an option.
3768 (Fringe Cursors): overflow-newline-into-fringe is an option.
3769 (Scroll Bars): scroll-bar-mode is an option.
3770
3771 * eval.texi (Eval): max-lisp-eval-depth is an option.
3772
3773 * files.texi (Visiting Functions): find-file-hook is an option.
3774 (Directory Names): directory-abbrev-alist is an option.
3775 (Unique File Names): temporary-file-directory and
3776 small-temporary-file-directory are options.
3777
3778 * frames.texi (Initial Parameters): initial-frame-alist,
3779 minibuffer-frame-alist and default-frame-alist are options.
3780 (Cursor Parameters): blink-cursor-alist and
3781 cursor-in-non-selected-windows ar options.
3782 (Window System Selections): selection-coding-system is an
3783 option.
3784 (Display Feature Testing): display-mm-dimensions-alist is an
3785 option.
3786
3787 * help.texi (Help Functions): help-char and help-event-list are
3788 options.
3789
3790 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
3791 an option.
3792
3793 * minibuf.texi (Minibuffer History): history-length and
3794 history-delete-duplicates are options.
3795 (High-Level Completion): read-buffer-function and
3796 read-buffer-completion-ignore-case are options.
3797 (Reading File Names): read-file-name-completion-ignore-case is
3798 an option.
3799
3800 * modes.texi (Mode Line Top): mode-line-format is an option.
3801 (Mode Line Variables): mode-line-position and mode-line-modes
3802 are options.
3803
3804 * nonascii.texi (Text Representations):
3805 enable-multibyte-characters is an option.
3806 (Default Coding Systems): auto-coding-regexp-alist,
3807 file-coding-system-alist, auto-coding-alist and
3808 auto-coding-functions are options.
3809 (Specifying Coding Systems): inhibit-eol-conversion is an
3810 option.
3811
3812 * os.texi (Init File): site-run-file is an option.
3813 (System Environment): mail-host-address is an option.
3814 (User Identification): user-mail-address is an option.
3815 (Terminal Output): baud-rate is an option.
3816
3817 * positions.texi (Word Motion): words-include-escapes is an
3818 option.
3819
3820 * searching.texi (Standard Regexps): page-delimiter,
3821 paragraph-separate, paragraph-separate and sentence-end are
3822 options.
3823
3824 * text.texi (Margins): left-margin and fill-nobreak-predicate
3825 are options.
3826
3827 * variables.texi (Local Variables): max-specpdl-size is an
3828 option.
3829
3830 * windows.texi (Choosing Window):
3831 split-window-preferred-function, special-display-function and
3832 display-buffer-function are options.
3833
3834 2009-05-20 Chong Yidong <cyd@stupidchicken.com>
3835
3836 Fix errors spotted by Martin Rudalics.
3837
3838 * syntax.texi (Position Parse): Document rationale for ignored
3839 arguments to syntax-ppss-flush-cache.
3840
3841 * processes.texi (Input to Processes): Mark PROCESS arg to
3842 process-running-child-p as optional.
3843 (Network Options): Document NO-ERROR arg to
3844 set-network-process-option.
3845
3846 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
3847 command.
3848
3849 * searching.texi (POSIX Regexps): Mark posix-search-forward and
3850 posix-search-backward as commands.
3851
3852 * os.texi (Killing Emacs): Mark kill-emacs as a command.
3853 (Suspending Emacs): Mark suspend-emacs as a command.
3854 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
3855 commands.
3856 (Terminal Output): Remove obsolete function baud-rate.
3857 Document TERMINAL arg for send-string-to-terminal.
3858
3859 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
3860 terminal-coding-system and set-terminal-coding-system.
3861 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
3862 as optional.
3863 (Character Sets): Document RESTRICTION arg of char-charset.
3864 (Character Codes): Mark POS argument to get-byte as optional.
3865
3866 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
3867 minibuffer-message.
3868
3869 * files.texi (Create/Delete Dirs): Mark make-directory and
3870 delete-directory as commands.
3871
3872 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
3873
3874 * text.texi (Base 64): Mark base64-decode-string and
3875 base64-encode-string as commands.
3876 (Columns): Mark move-to-column as a command.
3877 (Mode-Specific Indent): Document RIGID arg to
3878 indent-for-tab-command.
3879 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
3880 Mark indent-code-rigidly as a command.
3881 (Substitution): Mark translate-region as a command.
3882
3883 * frames.texi (Size and Position): Remove obsolete functions
3884 screen-height and screen-width.
3885
3886 2009-05-19 Chong Yidong <cyd@stupidchicken.com>
3887
3888 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
3889 (Displaying Buffers, Resizing Windows): Correct mistakes;
3890 next-window, previous-window, and pop-to-buffer are not commands,
3891 and fit-window-to-buffer" is a command. (Pointed out by Martin
3892 Rudalics.)
3893
3894 2009-05-17 Richard M Stallman <rms@gnu.org>
3895
3896 * modes.texi (Precalculated Fontification): Clarify text.
3897
3898 2009-05-17 Martin Rudalics <rudalics@gmx.at>
3899
3900 * windows.texi (Selecting Windows): Clarify descriptions of
3901 with-selected-window and get-lru-window.
3902 (Cyclic Window Ordering): Refer to particular frame when talking
3903 about how splitting affects the ordering.
3904 (Displaying Buffers): Fix descriptions of switch-to-buffer and
3905 switch-to-buffer-other-window. Explain how setting of
3906 display-buffer-reuse-frames affects pop-to-buffer.
3907 (Choosing Window): Clarify some details in descriptions of
3908 display-buffer-reuse-frames, pop-up-frames, and
3909 pop-up-frame-function.
3910 (Dedicated Windows): Clarify some details.
3911 (Textual Scrolling): Replace term vscroll by term vertical
3912 scroll position.
3913 (Vertical Scrolling): Fix typo.
3914 (Window Hooks): Relate text on jit-lock-register to window
3915 scrolling and size changes.
3916
3917 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
3918
3919 * frames.texi (Initial Parameters): Clarify what the initial
3920 minibuffer frame is.
3921 (Buffer Parameters): Note that the minibuffer parameter can not be
3922 altered.
3923
3924 * anti.texi (Antinews): Copyedits. Rearrange some entries.
3925 Document display-buffer changes.
3926
3927 2009-05-13 Chong Yidong <cyd@stupidchicken.com>
3928
3929 * anti.texi (Antinews): Rewrite for Emacs 22.
3930
3931 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
3932 obarrays are first mentioned. Define "system abbrev" more
3933 prominently, and add it to the index.
3934 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
3935 Copyedits.
3936 (Abbrev Expansion): Document abbrev-insert.
3937
3938 2009-05-12 Chong Yidong <cyd@stupidchicken.com>
3939
3940 * frames.texi (Font and Color Parameters): Rename from Color
3941 Parameters. Document font-backend parameter.
3942
3943 * vol2.texi (Top): Update node listing.
3944 * vol1.texi (Top): Update node listing.
3945 * elisp.texi (Top): Update node listing.
3946
3947 2009-05-11 Martin Rudalics <rudalics@gmx.at>
3948
3949 * windows.texi (Choosing Window): Don't explicitly refer to
3950 split-window-sensibly's window argument in descriptions of
3951 split-height-threshold and split-width-threshold.
3952
3953 2009-05-10 Martin Rudalics <rudalics@gmx.at>
3954
3955 * windows.texi (Choosing Window): Fix rewrite of window
3956 splitting section.
3957
3958 2009-05-09 Eli Zaretskii <eliz@gnu.org>
3959
3960 * nonascii.texi (Default Coding Systems):
3961 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
3962 Add indexing.
3963 (Lisp and Coding Systems): Add index entries.
3964
3965 2009-05-09 Martin Rudalics <rudalics@gmx.at>
3966
3967 * windows.texi (Choosing Window): Describe split-window-sensibly
3968 and rewrite section on window splitting accordingly.
3969 (Textual Scrolling): Replace `...' by @code{...}.
3970
3971 2009-05-04 Chong Yidong <cyd@stupidchicken.com>
3972
3973 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
3974 Remove obsoleted pre-abbrev-expand-hook.
3975
3976 * locals.texi (Standard Buffer-Local Variables): Consolidate table
3977 entries.
3978
3979 * internals.texi (Object Internals): Don't assume 32-bit machines
3980 are the norm.
3981 (Buffer Internals): Consolidate table entries for readability.
3982 (Window Internals): Synch field names to window.h.
3983 (Process Internals): Synch field names to process.h.
3984
3985 2009-04-29 Chong Yidong <cyd@stupidchicken.com>
3986
3987 * variables.texi (File Local Variables): Note that read-circle is
3988 bound to nil when reading file-local variables.
3989
3990 * streams.texi (Input Functions): Document read-circle.
3991 (Output Variables): Add xref to Circular Objects.
3992
3993 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
3994
3995 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
3996 Features and Coding System Basics. Node that "p" stands for
3997 "predicate". Recommend utf-8-emacs instead of emacs-mule.
3998 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
3999 mouse-appearance-menu.
4000 (Programming Tips): Add xref to Progress.
4001
4002 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
4003
4004 * os.texi (Command-Line Arguments):
4005 Document command-line-args-left.
4006 (Suspending Emacs): Adapt text to multi-tty case. Document use of
4007 terminal objects for tty arguments.
4008 (Startup Summary): Add xref to Session Management.
4009 (Session Management): Mention emacs-session-restore. Copyedits.
4010
4011 2009-04-20 Chong Yidong <cyd@stupidchicken.com>
4012
4013 * os.texi (Startup Summary): Copyedits. The init file is not
4014 necessarily named .emacs now. Document initial-buffer-choice and
4015 initial-scratch-message. Note where Emacs exits in batch mode.
4016 Document inhibit-splash-screen as an alias.
4017 (Init File): Be neutral about which init file name to use.
4018
4019 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
4020
4021 * os.texi (System Interface): Fix Texinfo usage.
4022
4023 2009-04-15 Chong Yidong <cyd@stupidchicken.com>
4024
4025 * searching.texi (Regexp Backslash): Also refer to shy groups as
4026 non-capturing or unnumbered groups.
4027 (Regexp Functions): Add cross-reference to Regexp Backslash.
4028
4029 * display.texi (Truncation): Overlays can use line-prefix and
4030 wrap-prefix too.
4031 (Overlay Properties): Document wrap-prefix and line-prefix.
4032 (Face Attributes): Document underline-minimum-offset.
4033 (Face Remapping): Copyedits.
4034 (Low-Level Font): Copyedits.
4035 (Image Cache): Note that the image cache is shared between frames.
4036 (Line Height): Emphasize that line-spacing only takes effect on
4037 graphical terminals.
4038
4039 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
4040
4041 * display.texi (Refresh Screen): Note that a passage about screen
4042 refreshing is text terminal only.
4043 (Forcing Redisplay): Delete misleading comment---sit-for calls
4044 redisplay, not the other way around.
4045 (Truncation): Note new values of truncate-partial-width-windows.
4046 Copyedits.
4047 (Invisible Text): Document invisible-p.
4048
4049 2009-04-11 Eli Zaretskii <eliz@gnu.org>
4050
4051 * display.texi (Overlays): Overlays don't scale well. See
4052 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
4053
4054 2009-04-10 Chong Yidong <cyd@stupidchicken.com>
4055
4056 * syntax.texi (Syntax Table Functions): Document cons cell
4057 argument for modify-syntax-entry.
4058 (Categories): Document cons cell argument for
4059 modify-category-entry.
4060
4061 * searching.texi (String Search): Document word-search-forward-lax
4062 and word-search-backward-lax.
4063 (Searching and Case): Describe isearch behavior more precisely.
4064
4065 * keymaps.texi (Tool Bar): Mention that some platforms do not
4066 support multi-line toolbars. Suggested by Stephen Eglen.
4067
4068 * frames.texi (Layout Parameters): Mention that Nextstep also
4069 allows only one tool-bar line. Suggested by Stephen Eglen.
4070
4071 * nonascii.texi (Text Representations): Copyedits.
4072 (Coding System Basics): Also mention utf-8-emacs.
4073 (Converting Representations, Selecting a Representation)
4074 (Scanning Charsets, Translation of Characters, Encoding and I/O):
4075 Copyedits.
4076 (Character Codes): Mention role of codepoints 1114112 to 4194175.
4077
4078 2009-04-09 Chong Yidong <cyd@stupidchicken.com>
4079
4080 * text.texi (Yank Commands): Note that yank uses push-mark.
4081 (Filling): Clarify REGION argument of fill-paragraph.
4082 Document fill-forward-paragraph-function.
4083 (Special Properties): Remove "new in Emacs 22" declaration.
4084 (Clickable Text): Merge with Links and Mouse-1 node.
4085
4086 * display.texi (Button Properties, Button Buffer Commands):
4087 Change xref to Clickable Text.
4088
4089 * tips.texi (Key Binding Conventions): Change xref to Clickable
4090 Text.
4091
4092 * elisp.texi (Top): Update node listing.
4093
4094 2009-04-05 Chong Yidong <cyd@stupidchicken.com>
4095
4096 * markers.texi (The Mark): Copyedits. Improve description of
4097 handle-shift-selection.
4098 (The Region): Move use-region-p here from The Mark.
4099
4100 * positions.texi (Screen Lines): Document (cols . lines) argument
4101 for vertical-motion.
4102
4103 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
4104
4105 * frames.texi (Frames): Clean up introduction. Document `ns'
4106 return value for framep.
4107 (Creating Frames): Note how the terminal is chosen.
4108 (Multiple Terminals, Multiple Displays): Merge into a single node.
4109 (Color Parameters): Fix typo.
4110
4111 * variables.texi (Local Variables, Buffer-Local Variables)
4112 (Creating Buffer-Local): Change link to Multiple Terminals.
4113
4114 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
4115
4116 * keymaps.texi (Controlling Active Maps): Change link to Multiple
4117 Terminals.
4118
4119 * commands.texi (Command Loop Info, Keyboard Macros): Change link
4120 to Multiple Terminals.
4121
4122 * elisp.texi (Top): Update node listing.
4123 * vol2.texi (Top): Update node listing.
4124 * vol1.texi (Top): Update node listing.
4125
4126 * buffers.texi (Current Buffer): Note that the append-to-buffer
4127 example is no longer in synch with the latest code. Tie the two
4128 examples together.
4129
4130 * files.texi (File Attributes): Move note about MS-DOS from
4131 Changing Files to File Attributes.
4132 (Create/Delete Dirs): Note that mkdir is an alias for this.
4133
4134 2009-04-01 Markus Triska <triska@gmx.at>
4135
4136 * processes.texi (Filter Functions): Suggest how to handle output
4137 batches.
4138
4139 2009-03-30 Chong Yidong <cyd@stupidchicken.com>
4140
4141 * help.texi (Accessing Documentation): Update example to use
4142 help-setup-xref and with-help-window.
4143 (Help Functions): Remove print-help-return-message, which is
4144 semi-obsolete due to with-help-window. Document help-buffer and
4145 help-setup-xref.
4146
4147 2009-03-29 Chong Yidong <cyd@stupidchicken.com>
4148
4149 * help.texi (Accessing Documentation, Help Functions):
4150 Remove information about long-obsolete Emacs versions.
4151
4152 * modes.texi (Mode Line Variables): The default values of the mode
4153 line variables are now more complicated.
4154
4155 2009-03-28 Chong Yidong <cyd@stupidchicken.com>
4156
4157 * modes.texi (Major Mode Conventions): Note that specialness is
4158 inherited.
4159 (Derived Modes): Note that define-derive-mode sets the mode-class
4160 property.
4161
4162 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
4163 goto-map. Add search-map to the list.
4164
4165 2009-03-27 Eli Zaretskii <eliz@gnu.org>
4166
4167 * os.texi (System Environment): Update the list of system-type
4168 values.
4169
4170 * markers.texi (The Mark) <handle-shift-selection>: Update for
4171 removal of the optional argument DEACTIVATE.
4172
4173 2009-03-25 Chong Yidong <cyd@stupidchicken.com>
4174
4175 * commands.texi (Focus Events): Most X window managers don't use
4176 focus-follows-mouse nowadays.
4177
4178 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
4179
4180 * commands.texi (Defining Commands): Clarify introduction.
4181 (Using Interactive): Not that interactive can be put in a symbol
4182 property.
4183 (Interactive Call): Note that a symbol with a non-nil
4184 interactive-form property satisfies commandp.
4185
4186 2009-03-23 Juanma Barranquero <lekktu@gmail.com>
4187
4188 * minibuf.texi (Intro to Minibuffers): Fix typos.
4189
4190 2009-03-23 Chong Yidong <cyd@stupidchicken.com>
4191
4192 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
4193 about minibuffers in old Emacs versions. Copyedits.
4194 Emphasize that enable-recursive-minibuffers defaults to nil.
4195 (Text from Minibuffer): Simplify introduction.
4196
4197 2009-03-22 Alan Mackenzie <acm@muc.de>
4198
4199 * commands.texi (Using Interactive): Clarify string argument to
4200 `interactive' - even promptless elements need \n separators.
4201
4202 2009-03-18 Chong Yidong <cyd@stupidchicken.com>
4203
4204 * minibuf.texi (Completion Styles): New node.
4205
4206 * elisp.texi (Top): Update node listing.
4207
4208 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
4209
4210 * minibuf.texi (Basic Completion): Note that
4211 read-file-name-completion-ignore-case and
4212 read-buffer-completion-ignore-case can override
4213 completion-ignore-case.
4214 (Minibuffer Completion): Document completing-read changes.
4215 (Completion Commands): Avoid mentioning partial completion mode.
4216 Document minibuffer-completion-confirm changes, and
4217 minibuffer-confirm-exit-commands.
4218 (High-Level Completion): Document new require-match behavior for
4219 read-buffer. Document read-buffer-completion-ignore-case.
4220 (Reading File Names): Document new require-match behavior for
4221 read-file-name.
4222
4223 2009-03-14 Chong Yidong <cyd@stupidchicken.com>
4224
4225 * debugging.texi (Error Debugging): Don't mislead the reader into
4226 thinking that debug-on-error enters debugger for C-f at EOB.
4227 (Error Debugging): Setting debug-on-init within the init file
4228 works, and has for some time.
4229
4230 2009-03-13 Kenichi Handa <handa@m17n.org>
4231
4232 * display.texi (Fontsets): Update the description.
4233
4234 2009-03-13 Chong Yidong <cyd@stupidchicken.com>
4235
4236 * advice.texi (Advising Primitives): Link to What Is a Function.
4237
4238 2009-03-12 Chong Yidong <cyd@stupidchicken.com>
4239
4240 * compile.texi (Speed of Byte-Code): Update example.
4241 (Disassembly): Update examples.
4242
4243 * loading.texi (Repeated Loading): Simplify examples.
4244
4245 * customize.texi (Common Keywords): It's not necessary to use :tag
4246 to remove hyphens, as custom-unlispify-tag-name does it
4247 automatically.
4248 (Variable Definitions): Link to File Local Variables.
4249 Document customized-value symbol property.
4250 (Customization Types): Move menu to end of node.
4251
4252 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
4253
4254 * macros.texi (Compiling Macros): Omit misleading sentence, which
4255 implied that macros can only be used in the same file they are
4256 defined.
4257 (Backquote): Remove obsolete information about Emacs 19.
4258
4259 2009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
4260
4261 * display.texi (Display Margins): Fix paren typo.
4262
4263 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
4264
4265 * elisp.texi (Top): Update node listing.
4266
4267 * variables.texi (Variables): Clarify introduction.
4268 (Global Variables): Mention that setq is a special form.
4269 (Local Variables): Use active voice.
4270 (Tips for Defining): Mention marking variables as safe.
4271 (Buffer-Local Variables): Mention terminal-local and frame-local
4272 variables together.
4273 (File Local Variables): Copyedits.
4274 (Frame-Local Variables): Note that they are not really useful.
4275 (Future Local Variables): Node deleted.
4276
4277 * objects.texi (General Escape Syntax): Update explanation of
4278 Unicode escape syntax.
4279
4280 2009-02-23 Chong Yidong <cyd@stupidchicken.com>
4281
4282 * control.texi (Control Structures): Add cindex entry for "textual
4283 order".
4284
4285 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
4286 instead of "expression" throughout.
4287 (Function Indirection): Copyedits. Use active voice.
4288 (Eval): The default value of max-lisp-eval-depth is now 400.
4289
4290 2009-02-23 Miles Bader <miles@gnu.org>
4291
4292 * processes.texi (System Processes): Rename `system-process-attributes'
4293 to `process-attributes'.
4294
4295 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
4296
4297 * symbols.texi (Property Lists): Emphasize that property lists are
4298 not restricted to symbol cells.
4299 (Other Plists): Copyedit.
4300
4301 * sequences.texi (Sequences Arrays Vectors): Make introduction
4302 more concise.
4303 (Arrays): Mention char-tables and bool-vectors too.
4304 (Vectors): Don't repeat information given in Arrays node. Link to
4305 nodes that explain the vector usage examples.
4306 (Char-Tables): Note that char-table elements can have arbitrary
4307 type. Explain effect of omitted char-table-extra-slots property.
4308 Link to Property Lists node.
4309
4310 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
4311
4312 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
4313 `append'.
4314 (List Elements): Copyedits.
4315
4316 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
4317 of `vconcat'.
4318
4319 * strings.texi (Creating Strings): Copyedits. Remove obsolete
4320 Emacs 20 usage of `concat'.
4321 (Case Conversion): Copyedits.
4322
4323 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
4324
4325 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
4326 Minor edits.
4327 (Frame Configuration Type): Emphasize that it is not primitive.
4328 (Font Type): New node.
4329 (Type Predicates): Add fontp; type-of now recognizes font object
4330 types.
4331
4332 * intro.texi (Version Info): Update version numbers in examples.
4333 (Acknowledgements): List more contributors.
4334
4335 * elisp.texi: Bump version number to 3.0.
4336 (Top): Link to Font Type node.
4337
4338 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
4339
4340 * modes.texi (Major Mode Conventions): Remove duplicate words.
4341 (Customizing Keywords): Fix typo.
4342
4343 2009-02-14 Eli Zaretskii <eliz@gnu.org>
4344
4345 * nonascii.texi (User-Chosen Coding Systems): Document that
4346 select-safe-coding-system suggests raw-text if there are raw bytes
4347 in the region.
4348 (Explicit Encoding): Warn not to use `undecided' when encoding.
4349
4350 2009-02-11 Glenn Morris <rgm@gnu.org>
4351
4352 * frames.texi (Visibility of Frames): Mention the effect multiple
4353 workspaces/desktops can have on visibility.
4354
4355 2009-02-07 Eli Zaretskii <eliz@gnu.org>
4356
4357 * text.texi (Commands for Insertion):
4358 * commands.texi (Event Mod):
4359 * keymaps.texi (Searching Keymaps):
4360 * nonascii.texi (Translation of Characters):
4361 Reinstate documentation of translation-table-for-input.
4362 (Explicit Encoding): Document the `charset' text property produced
4363 by decode-coding-region and decode-coding-string.
4364
4365 2009-01-27 Alan Mackenzie <acm@muc.de>
4366
4367 * modes.texi (Search-based Fontification): Correct a typo.
4368
4369 2009-01-25 Juanma Barranquero <lekktu@gmail.com>
4370
4371 * abbrevs.texi (Abbrev Table Properties): Fix typo.
4372 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
4373
4374 2009-01-24 Eli Zaretskii <eliz@gnu.org>
4375
4376 * display.texi (Window Systems): Document the value of
4377 `initial-window-system' under --daemon.
4378
4379 * os.texi (System Environment): Remove description of the
4380 `environment' function which has been deleted.
4381
4382 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
4383
4384 * frames.texi (Multiple Displays): Remove documentation for
4385 removed function make-frame-on-tty.
4386
4387 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
4388
4389 * files.texi (Format Conversion Piecemeal): Clarify behavior of
4390 write-region-annotate-functions.
4391 Document write-region-post-annotation-function.
4392
4393 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
4394
4395 * display.texi (Font Lookup): Document WIDTH argument of
4396 x-list-fonts.
4397
4398 2009-01-17 Eli Zaretskii <eliz@gnu.org>
4399
4400 * maps.texi (Standard Keymaps): Rename function-key-map to
4401 local-function-key-map.
4402
4403 * keymaps.texi (Translation Keymaps): Rename function-key-map to
4404 local-function-key-map.
4405
4406 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
4407 and `set-keyboard-coding-system' now accept an optional terminal
4408 argument.
4409
4410 * commands.texi (Event Mod): `keyboard-translate-table' is now
4411 terminal-local.
4412 (Function Keys): Rename function-key-map to
4413 local-function-key-map.
4414
4415 * elisp.texi (Top): Make @detailmenu be consistent with changes in
4416 frames.texi.
4417
4418 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
4419 `delete-terminal-functions', `suspend-tty-functions' and
4420 `resume-tty-functions'.
4421
4422 * frames.texi (Frames): Document `frame-terminal' and
4423 `terminal-live-p'.
4424 (Multiple Displays): Document `make-frame-on-tty'.
4425 (Multiple Terminals): Document `terminal-list', `delete-terminal',
4426 `terminal-name', and `get-device-terminal'.
4427 (Terminal Parameters): Document `terminal-parameters',
4428 `terminal-parameter', and `set-terminal-parameter'.
4429
4430 * os.texi (System Environment): Document `environment' and
4431 `initial-environment'.
4432 (Suspending Emacs): Update for multi-tty; document
4433 `suspend-tty', `resume-tty', and `controlling-tty-p'.
4434
4435 * nonascii.texi (Coding System Basics): More accurate description
4436 of `raw-text'.
4437
4438 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
4439
4440 * display.texi (Low-Level Font): Fix typo.
4441
4442 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
4443
4444 * elisp.texi (Top): Update node listing.
4445
4446 * display.texi (PostScript Images): Node deleted.
4447
4448 2009-01-10 Eli Zaretskii <eliz@gnu.org>
4449
4450 * processes.texi (Decoding Output): Document that null bytes force
4451 no-conversion for reading process output.
4452
4453 * files.texi (Reading from Files): Document that null bytes force
4454 no-conversion when visiting files.
4455
4456 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
4457
4458 * nonascii.texi (Lisp and Coding Systems):
4459 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
4460 (Character Properties): Improve wording.
4461
4462 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
4463
4464 * display.texi (Font Lookup): Remove obsolete function
4465 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
4466 (Low-Level Font): Rename from Fonts, move to end of Faces section.
4467 (Font Selection): Reorder order of variable descriptions.
4468 Minor clarifications.
4469
4470 * elisp.texi (Top): Update node listing.
4471
4472 2009-01-09 Glenn Morris <rgm@gnu.org>
4473
4474 * commands.texi (Command Loop Info): Say that last-command-char and
4475 last-input-char are obsolete aliases.
4476
4477 * edebug.texi (Edebug Recursive Edit): Remove separate references to
4478 last-input-char and last-command-char, since they are just aliases for
4479 last-input-event and last-command-event.
4480
4481 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
4482 last-command-char.
4483
4484 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
4485
4486 * elisp.texi: Update node listing.
4487
4488 * display.texi (Faces): Put Font Selection node after Auto Faces.
4489 (Face Attributes): Don't link to Font Lookup.
4490 Document font-family-list.
4491 (Fonts): New node.
4492
4493 2009-01-08 Jason Rumney <jasonr@gnu.org>
4494
4495 * frames.texi (Pointer Shape): Clarify that only X supports
4496 changing the standard pointer shapes. (Bug#1485)
4497
4498 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
4499
4500 * display.texi (Attribute Functions): Note that a function value
4501 :height is relative, and that compatibility functions work by
4502 calling set-face-attribute.
4503 (Displaying Faces): Reorder list in order of increasing priority.
4504 (Face Remapping): New node. Content moved here from Displaying
4505 Faces.
4506 (Glyphs): Link to Face Functions.
4507
4508 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
4509
4510 * display.texi (Faces): Don't discuss face id here. facep does
4511 not return t.
4512 (Defining Faces): Minor clarification.
4513 (Face Attributes): Rearrange items to match docstring of
4514 set-face-attribute. Add :foundry attribute. Document new role of
4515 :font attribute. Texinfo usage fix.
4516 (Attribute Functions): Copyedits.
4517 (Face Functions): Note that face number is seldom used.
4518
4519 2009-01-05 Richard M Stallman <rms@gnu.org>
4520
4521 * strings.texi (Predicates for Strings): Minor clarification.
4522
4523 * functions.texi (Function Safety): Texinfo usage fix.
4524
4525 2009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny change)
4526
4527 * objects.texi (General Escape Syntax): Fix typo.
4528
4529 2009-01-03 Martin Rudalics <rudalics@gmx.at>
4530
4531 * windows.texi (Choosing Window): Say that pop-up-frame-alist
4532 works via the default value of pop-up-frame-function.
4533
4534 2009-01-02 Eli Zaretskii <eliz@gnu.org>
4535
4536 * processes.texi (System Processes): Document the `time' and
4537 `ctime' attributes of `system-process-attributes'.
4538
4539 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
4540
4541 * display.texi (Face Attributes): Clarify :height attribute.
4542
4543 2008-12-31 Martin Rudalics <rudalics@gmx.at>
4544
4545 * buffers.texi (The Buffer List): Clarify what moves a buffer to
4546 the front of the buffer list. Add entries for `last-buffer' and
4547 `unbury-buffer'.
4548
4549 2008-12-27 Eli Zaretskii <eliz@gnu.org>
4550
4551 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
4552 and its subsections.
4553
4554 * frames.texi (Multiple Terminals, Low-level Terminal)
4555 (Terminal Parameters, Frames on Other TTY devices): New sections.
4556 (Frames): Add an xref to "Multiple Terminals".
4557
4558 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
4559
4560 * objects.texi (Terminal Type): New node.
4561 (Editing Types): Add it to the menu.
4562
4563 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
4564 Variables".
4565
4566 * variables.texi (Directory Local Variables): New node.
4567 (Variables): Add a menu item for it.
4568
4569 * loading.texi (Autoload): Document `generate-autoload-cookie' and
4570 `generated-autoload-file'.
4571
4572 2008-12-20 Eli Zaretskii <eliz@gnu.org>
4573
4574 * os.texi (Startup Summary): Add xref to documentation of
4575 `initial-window-system'.
4576
4577 * display.texi (Window Systems): Document `window-system' the
4578 function. The variable `window-system' is now frame-local.
4579 Document `initial-window-system'.
4580
4581 2008-12-19 Martin Rudalics <rudalics@gmx.at>
4582
4583 * windows.texi (Windows): Rewrite description of
4584 fit-window-to-buffer.
4585
4586 2008-12-13 Glenn Morris <rgm@gnu.org>
4587
4588 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
4589 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
4590
4591 2008-12-12 Glenn Morris <rgm@gnu.org>
4592
4593 * debugging.texi (Error Debugging): Refer forwards to
4594 eval-expression-debug-on-error.
4595
4596 2008-12-05 Eli Zaretskii <eliz@gnu.org>
4597
4598 * strings.texi (String Basics): Only unibyte strings that
4599 represent key sequences hold 8-bit raw bytes.
4600
4601 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
4602 paragraph to speak about `undecided'.
4603 (Character Properties): Don't explain the meaning of each
4604 property; instead, identify their Unicode Standard names.
4605 (Character Sets): Document `map-charset-chars'.
4606
4607 2008-12-02 Glenn Morris <rgm@gnu.org>
4608
4609 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
4610 section yet again.
4611
4612 2008-11-29 Eli Zaretskii <eliz@gnu.org>
4613
4614 * nonascii.texi (Character Properties): New Section.
4615 (Specifying Coding Systems): Document
4616 `coding-system-priority-list', `set-coding-system-priority', and
4617 `with-coding-priority'.
4618 (Lisp and Coding Systems): Document `check-coding-systems-region'
4619 and `coding-system-charset-list'.
4620 (Coding System Basics): Document `coding-system-aliases'.
4621
4622 * elisp.texi (Top): Add a @detailmenu entry for "Character
4623 Properties".
4624
4625 * objects.texi (Character Type): Correct the range of Emacs
4626 characters. Add an @xref to "Character Codes".
4627
4628 * strings.texi (String Basics): Add an @xref to "Character Codes".
4629
4630 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
4631
4632 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
4633 (Character Codes): Document `max-char'.
4634
4635 2008-11-28 Eli Zaretskii <eliz@gnu.org>
4636
4637 * nonascii.texi (Text Representations, Converting Representations)
4638 (Character Sets, Scanning Charsets, Translation of Characters):
4639 Make text more accurate.
4640
4641 2008-11-28 Glenn Morris <rgm@gnu.org>
4642
4643 * files.texi (Format Conversion Round-Trip): Improve previous change.
4644
4645 2008-11-26 Chong Yidong <cyd@stupidchicken.com>
4646
4647 * modes.texi (Auto Major Mode): Fix example.
4648
4649 2008-11-25 Glenn Morris <rgm@gnu.org>
4650
4651 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
4652
4653 * files.texi (Format Conversion Round-Trip):
4654 Use active voice for previous change.
4655
4656 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
4657
4658 * os.texi (Processor Run Time):
4659 * processes.texi (Transaction Queues):
4660 * markers.texi (The Mark):
4661 * windows.texi (Choosing Window, Selecting Windows):
4662 * files.texi (Changing Files, Magic File Names):
4663 * commands.texi (Key Sequence Input):
4664 * functions.texi (Declaring Functions):
4665 * strings.texi (Predicates for Strings):
4666 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
4667
4668 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
4669
4670 * help.texi (Accessing Documentation): Update example.
4671
4672 * variables.texi (Defining Variables): Note that `*' is not
4673 necessary if defcustom is used.
4674
4675 2008-11-22 Eli Zaretskii <eliz@gnu.org>
4676
4677 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
4678 Characters" from @detailmenu.
4679
4680 * nonascii.texi (Character Codes, Character Sets)
4681 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
4682 (Chars and Bytes, Splitting Characters): Sections removed.
4683
4684 2008-11-22 Lute Kamstra <lute@gnu.org>
4685
4686 * positions.texi (Text Lines): Update goto-line documentation.
4687
4688 2008-11-21 Martin Rudalics <rudalics@gmx.at>
4689
4690 * frames.texi (Frames): Fix typo, add cross references, reword.
4691 (Initial Parameters): Reword special-display-frame-alist text.
4692 (Frames and Windows): Reword. Describe argument norecord for
4693 set-frame-selected-window.
4694 (Input Focus): Describe argument norecord for select-frame.
4695 Remove comment on MS-Windows behavior for focus-follows-mouse.
4696 (Raising and Lowering): Mention windows-frames dichotomy in
4697 metaphor.
4698
4699 * windows.texi (Displaying Buffers, Vertical Scrolling)
4700 (Horizontal Scrolling): Fix indenting and rewording issues
4701 introduced with 2008-11-07 change.
4702
4703 2008-11-20 Glenn Morris <rgm@gnu.org>
4704
4705 * files.texi (Format Conversion Round-Trip): Mention `preserve'
4706 element of `format-alist'.
4707
4708 2008-11-19 Glenn Morris <rgm@gnu.org>
4709
4710 * doclicense.texi: Update to FDL 1.3.
4711 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
4712
4713 2008-11-18 Chong Yidong <cyd@stupidchicken.com>
4714
4715 * windows.texi (Window Hooks): Remove *-end-trigger-functions
4716 vars, which are obsolete. Mention jit-lock-register.
4717
4718 * modes.texi (Other Font Lock Variables):
4719 Document jit-lock-register and jit-lock-unregister.
4720
4721 * frames.texi (Color Parameters): Document alpha parameter.
4722
4723 2008-11-16 Martin Rudalics <rudalics@gmx.at>
4724
4725 * windows.texi (Splitting Windows, Deleting Windows)
4726 (Selecting Windows, Cyclic Window Ordering)
4727 (Buffers and Windows, Displaying Buffers, Choosing Window)
4728 (Dedicated Windows, Window Point, Window Start and End)
4729 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
4730 (Size of Window, Resizing Windows, Window Configurations)
4731 (Window Parameters): Avoid @var at beginning of sentences and
4732 reword accordingly.
4733
4734 2008-11-11 Lute Kamstra <lute@gnu.org>
4735
4736 * files.texi (File Name Components): Fix file-name-extension
4737 documentation.
4738
4739 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
4740
4741 * frames.texi (Basic Parameters): Remove display-environment-variable
4742 and term-environment-variable.
4743
4744 2008-11-08 Eli Zaretskii <eliz@gnu.org>
4745
4746 * windows.texi (Basic Windows, Splitting Windows)
4747 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
4748 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
4749 (Resizing Windows, Window Configurations, Window Parameters):
4750 Fix wording and markup.
4751
4752 2008-11-07 Martin Rudalics <rudalics@gmx.at>
4753
4754 * windows.texi (Windows): Update entries.
4755 (Basic Windows): Remove listing of attributes. Reword.
4756 (Splitting Windows, Deleting Windows): Reword.
4757 (Selecting Windows, Cyclic Window Ordering): Reword with special
4758 emphasis on order of recently selected windows and buffer list.
4759 (Buffers and Windows, Choosing Window): Reword with special
4760 emphasis on dedicated windows.
4761 (Displaying Buffers): Reword. For switch-to-buffer mention that
4762 it may fall back on pop-to-buffer. For other-window try to
4763 explain how it treats the cyclic ordering of windows.
4764 (Dedicated Windows): New node and section discussing dedicated
4765 windows and associated functions.
4766 (Window Point): Add entry for window-point-insertion-type. Reword.
4767 (Window Start and End): Rename node and section title. Reword.
4768 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
4769 Minor rewording.
4770 (Size of Window): Reword, in particular text on window-width.
4771 (Resizing Windows): Reword. Add text on balancing windows.
4772 (Window Configurations): Reword. Mention window parameters.
4773 (Window Parameters): New node and section on window parameters.
4774 (Window Hooks): Reword. Mention that
4775 window-configuration-change-hook is run "buffer-locally".
4776 * elisp.texi (Top): Update Windows entries in @detailmenu
4777 section.
4778
4779 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
4780
4781 * searching.texi (Regexp Search): Fix typo.
4782
4783 2008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
4784
4785 * searching.texi (Regexp Search): Document GREEDY arg.
4786 (Simple Match Data): Fix return value.
4787
4788 2008-11-01 Eli Zaretskii <eliz@gnu.org>
4789
4790 * nonascii.texi (Text Representations): Rewrite to make consistent
4791 with Emacs 23 internal representation of characters.
4792 Document `unibyte-string'.
4793
4794 2008-10-28 Chong Yidong <cyd@stupidchicken.com>
4795
4796 * processes.texi (Process Information): Note that process-status
4797 does not accept buffer names.
4798
4799 2008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
4800
4801 * positions.texi (Skipping Characters): Correct return value of
4802 skip-chars-forward.
4803
4804 2008-10-25 Martin Rudalics <rudalics@gmx.at>
4805
4806 * windows.texi (Deleting Windows): Update documentation of
4807 delete-windows-on.
4808 (Buffers and Windows): Update documentations of
4809 get-buffer-window and get-buffer-window-list.
4810 (Displaying Buffers): Update documentation of
4811 replace-buffer-in-windows.
4812
4813 * buffers.texi (Current Buffer): Reword set-buffer and
4814 with-current-buffer documentations.
4815 (Creating Buffers): Reword documentation of get-buffer-create.
4816
4817 2008-10-23 Martin Rudalics <rudalics@gmx.at>
4818
4819 * buffers.texi (Current Buffer): Reword documentation of
4820 set-buffer.
4821 (Buffer Names): Reword documentation of buffer-name.
4822 (The Buffer List): For bury-buffer explain what happens with the
4823 buffer's window.
4824 (Creating Buffers): Say that get-buffer-create's arg is called
4825 buffer-or-name.
4826
4827 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
4828
4829 * advice.texi (Computed Advice): Explain what DEFINITION is.
4830
4831 * nonascii.texi (Character Codes): Remove obsolete function
4832 char-valid-p, and document characterp instead.
4833
4834 2008-10-22 Martin Rudalics <rudalics@gmx.at>
4835
4836 * windows.texi (Displaying Buffers): Reword documentation of
4837 pop-to-buffer.
4838 (Choosing Window): Rewrite documentation of display-buffer and
4839 its options.
4840
4841 * buffers.texi (Killing Buffers): Update documentation of
4842 kill-buffer.
4843
4844 2008-10-21 Eli Zaretskii <eliz@gnu.org>
4845
4846 * processes.texi (Serial Ports): Fix wording and improve markup.
4847
4848 * searching.texi (Regexp Search): Document `string-match-p' and
4849 `looking-at-p'.
4850 (POSIX Regexps): Add an xref for "non-greedy".
4851 (Regexp Special): Add @cindex entry for "non-greedy".
4852
4853 * display.texi (Attribute Functions): Document `face-all-attributes'.
4854 (Image Cache) <image-refresh>: Minor wording fixes.
4855
4856 * frames.texi (Color Names): Add an xref to `read-color'.
4857
4858 * minibuf.texi (High-Level Completion): Document `read-color'.
4859
4860 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
4861
4862 * positions.texi (Narrowing): Add an xref to "Swapping Text".
4863
4864 * buffers.texi (Swapping Text): New section, documents
4865 `buffer-swap-text'.
4866
4867 2008-10-21 Martin Rudalics <rudalics@gmx.at>
4868
4869 * windows.texi (Resizing Windows): Minor wording fix.
4870
4871 2008-10-20 Eli Zaretskii <eliz@gnu.org>
4872
4873 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
4874 and `combine-and-quote-strings'.
4875
4876 * strings.texi (Creating Strings): Add xrefs for them.
4877
4878 2008-10-19 Eli Zaretskii <eliz@gnu.org>
4879
4880 * elisp.texi (Top): Make descriptive text for "Reading File Names"
4881 match the corresponding menu in minibuf.texi.
4882
4883 * minibuf.texi (Reading File Names): Document `read-shell-command'
4884 and `minibuffer-local-shell-command-map'.
4885
4886 2008-10-19 Martin Rudalics <rudalics@gmx.at>
4887
4888 * windows.texi (Resizing Windows): Remove var{} around "window" in
4889 documentation of enlarge-window.
4890 Rewrite documentation of window-min-height and window-min-width.
4891
4892 2008-10-19 Eli Zaretskii <eliz@gnu.org>
4893
4894 * functions.texi (Calling Functions): Document `apply-partially'.
4895
4896 * hooks.texi (Standard Hooks): Mention
4897 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
4898
4899 * variables.texi (File Local Variables): Document
4900 `file-local-variables-alist', `before-hack-local-variables-hook'
4901 and `hack-local-variables-hook'.
4902
4903 * processes.texi (Synchronous Processes): Document `process-lines'.
4904
4905 * customize.texi (Variable Definitions):
4906 Document `custom-reevaluate-setting'.
4907
4908 2008-10-18 Martin Rudalics <rudalics@gmx.at>
4909
4910 * windows.texi (Choosing Window, Deleting Windows)
4911 (Displaying Buffers): Expand documentation of dedicated windows.
4912
4913 2008-10-18 Eli Zaretskii <eliz@gnu.org>
4914
4915 * files.texi (Changing Files): Document symbolic input of file
4916 modes to `set-file-modes'. Document `read-file-modes' and
4917 `file-modes-symbolic-to-number'.
4918
4919 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
4920 and `search-map'.
4921
4922 * searching.texi (Search and Replace):
4923 Document `replace-search-function' and `replace-re-search-function'.
4924 Document `multi-query-replace-map'.
4925
4926 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
4927 (Completion Commands, Reading File Names):
4928 Rename `minibuffer-local-must-match-filename-map' to
4929 `minibuffer-local-filename-must-match-map'.
4930 (Minibuffer Completion): The `require-match' argument to
4931 `completing-read' can now have the value `confirm-only'.
4932
4933 * windows.texi (Displaying Buffers): Minor wording fix.
4934 (Choosing Window): `split-height-threshold' can now be nil.
4935 Document `split-width-threshold'. `pop-up-frames' can have the
4936 value `graphic-only'.
4937
4938 2008-10-17 Eli Zaretskii <eliz@gnu.org>
4939
4940 * os.texi (Startup Summary): Document `before-init-time' and
4941 `after-init-time'. Document `initial-window-system' and
4942 `window-system-initialization-alist'. Document reading the
4943 abbrevs file. Document the call to `server-start' under --daemon.
4944 Rearrange a bit to be consistent with the code flow.
4945 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
4946 (Time Parsing): Document `format-seconds'.
4947
4948 2008-10-17 Martin Rudalics <rudalics@gmx.at>
4949
4950 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
4951 and reword.
4952
4953 2008-10-16 Eli Zaretskii <eliz@gnu.org>
4954
4955 * markers.texi (The Mark): Document use-region-p.
4956
4957 2008-10-15 Eli Zaretskii <eliz@gnu.org>
4958
4959 * internals.texi (Writing Emacs Primitives): The interactive spec
4960 of a primitive can be a Lisp form.
4961
4962 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
4963 values of transient-mark-mode. Document handle-shift-selection.
4964
4965 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
4966 (Interactive Examples): Show an example of `^'.
4967 (Key Sequence Input): Document this-command-keys-shift-translated.
4968 (Defining Commands, Using Interactive): The interactive-form of a
4969 function can be added via its symbol's property.
4970
4971 * positions.texi (List Motion): beginning-of-defun-function can
4972 now accept an argument.
4973
4974 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
4975 now return a list of strings.
4976
4977 * control.texi (Handling Errors): Document ignore-errors.
4978
4979 * frames.texi (Creating Frames): Document frame-inherited-parameters.
4980 (Parameter Access): Document set-frame-parameter.
4981
4982 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
4983 Hooks" for the effect of kill-all-local-variables on local hook
4984 functions.
4985
4986 * modes.texi (Major Mode Conventions, Mode Line Variables):
4987 `mode-name' need not be a string. xref to "Mode Line Data" for
4988 details, and to "Emulating Mode Line" for computing a string
4989 value.
4990
4991 2008-10-14 Eli Zaretskii <eliz@gnu.org>
4992
4993 * processes.texi (System Processes): New section.
4994 (Processes, Signals to Processes): Add xrefs to it.
4995
4996 * objects.texi (Editing Types): A `process' is a subprocess of
4997 Emacs, not just any process running on the OS.
4998
4999 * elisp.texi (Top): Adjust the @detailmenu for the above two
5000 changes.
5001
5002 * sequences.texi (Char-Tables): Remove documentation of
5003 set-char-table-default, which has no effect since Emacs 23.
5004 <char-table-range, set-char-table-range>: Don't mention generic
5005 characters and charsets. Add a cons cell as a possible argument.
5006
5007 * nonascii.texi (Splitting Characters)
5008 (Translation of Characters): Don't mention generic characters.
5009
5010 * display.texi (Fontsets): Don't mention generic characters.
5011
5012 * sequences.texi (Char-Tables): `map-char-table' can now call its
5013 argument FUNCTION with a cons cell as KEY.
5014
5015 2008-10-13 Eli Zaretskii <eliz@gnu.org>
5016
5017 * objects.texi (Primitive Function Type): Move "@cindex special
5018 forms" from here...
5019
5020 * eval.texi (Special Forms): ...to here.
5021
5022 * functions.texi (What Is a Function): `functionp' returns nil for
5023 special forms. Add an xref.
5024
5025 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
5026 Variables".
5027
5028 * variables.texi (Frame-Local Variables): New section.
5029 (Buffer-Local Variables): Add an xref to it.
5030 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
5031 have both frame-local and buffer-local binding.
5032
5033 * frames.texi (Frames): Mention multiple tty frames.
5034 (Frame Parameters, Parameter Access): Mention frame-local variable
5035 bindings.
5036
5037 2008-09-20 Glenn Morris <rgm@gnu.org>
5038
5039 * display.texi (Defining Faces): Recommend against face variables.
5040
5041 2008-09-16 Juanma Barranquero <lekktu@gmail.com>
5042
5043 * display.texi (Echo Area Customization): Fix typo.
5044
5045 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
5046
5047 * loading.texi (Where Defined): Add `defface' item.
5048
5049 2008-09-06 Martin Rudalics <rudalics@gmx.at>
5050
5051 * loading.texi (Where Defined): Fix description of symbol-file.
5052
5053 2008-08-26 Jason Rumney <jasonr@gnu.org>
5054
5055 * display.texi (TIFF Images): New section describing :index property.
5056
5057 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
5058
5059 * display.texi (Temporary Displays): Remove unnecessary comment
5060 about usage of temp-buffer-show-hook.
5061
5062 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
5063
5064 * symbols.texi (Other Plists): Fix incorrect example.
5065 Suggested by Florian Beck.
5066
5067 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
5068
5069 * os.texi: Fix previous change.
5070
5071 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5072
5073 * os.texi:
5074 * intro.texi:
5075 * files.texi: Remove VMS support.
5076
5077 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5078
5079 * os.texi:
5080 * frames.texi:
5081 * display.texi: Remove mentions of Mac Carbon.
5082
5083 2008-07-01 Miles Bader <miles@gnu.org>
5084
5085 * text.texi (Special Properties):
5086 * display.texi (Truncation): Add wrap-prefix and line-prefix.
5087
5088 2008-06-28 Johan Bockgård <bojohan@gnu.org>
5089
5090 * display.texi (Other Image Types): Fix copy/paste error; say
5091 "PBM", not "XBM".
5092
5093 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
5094
5095 * os.texi: Remove references to obsolete systems.
5096
5097 2008-06-20 Eli Zaretskii <eliz@gnu.org>
5098
5099 * makefile.w32-in (distclean): Remove makefile.
5100
5101 2008-06-17 Glenn Morris <rgm@gnu.org>
5102
5103 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
5104 (elisp, dist): Remove rules and variables that are obsolete now
5105 the lisp manual is no longer distributed separately.
5106
5107 2008-06-16 Glenn Morris <rgm@gnu.org>
5108
5109 * configure, configure.in, mkinstalldirs: Remove unused files.
5110
5111 * book-spine.texinfo: Set version to 23.0.60.
5112 * vol1.texi (EMACSVER):
5113 * vol2.texi (EMACSVER): Set to 23.0.60.
5114
5115 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
5116 as per maintain.info.
5117
5118 2008-06-15 Glenn Morris <rgm@gnu.org>
5119
5120 * makefile.w32-in (manual): Use "23" rather than "21".
5121
5122 * Makefile.in (emacsver): New, set by configure.
5123 (manual): Use emacsver.
5124
5125 * intro.texi: Report bugs using M-x report-emacs-bug.
5126
5127 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
5128
5129 2008-06-13 Daniel Engeler <engeler@gmail.com>
5130
5131 * elisp.texi, internals.texi, processes.texi: Add documentation
5132 about serial port access.
5133
5134 2008-06-05 Miles Bader <miles@gnu.org>
5135
5136 * display.texi (Displaying Faces): Update to reflect function
5137 renamings in face-remap.el.
5138
5139 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
5140
5141 * display.texi (Fontsets): Fix typos.
5142
5143 2008-06-03 Miles Bader <miles@gnu.org>
5144
5145 * display.texi (Displaying Faces): Add add-relative-face-remapping,
5146 remove-relative-face-remapping, set-base-face-remapping,
5147 and set-default-base-face-remapping.
5148
5149 2008-06-01 Miles Bader <miles@gnu.org>
5150
5151 * display.texi (Displaying Faces): Add face-remapping-alist.
5152
5153 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5154
5155 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
5156 variable names.
5157
5158 2008-05-03 Eric S. Raymond <esr@golux>
5159
5160 * keymaps.texi: Clarify that (current-local-map) and
5161 (current-global-map) return references, not copies.
5162
5163 2008-05-02 Juri Linkov <juri@jurta.org>
5164
5165 * minibuf.texi (Text from Minibuffer): Document a list of
5166 default values for `read-from-minibuffer'.
5167
5168 2008-04-24 Juanma Barranquero <lekktu@gmail.com>
5169
5170 * nonascii.texi (Translation of Characters): Fix previous change.
5171
5172 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
5173
5174 * display.texi (Overlay Properties): Clarify role of underlying
5175 textprop and overlay keymaps for display strings.
5176
5177 * keymaps.texi (Active Keymaps): Ditto.
5178
5179 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5180
5181 * minibuf.texi (Programmed Completion):
5182 Replace dynamic-completion-table with the new completion-table-dynamic.
5183
5184 2008-04-07 Chong Yidong <cyd@stupidchicken.com>
5185
5186 * intro.texi (Some Terms): Change "fonts in this manual" index
5187 entry to "typographic conventions".
5188
5189 2008-04-05 Eli Zaretskii <eliz@gnu.org>
5190
5191 * objects.texi (Text Props and Strings): Add indexing for read
5192 syntax of text properties.
5193
5194 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
5195
5196 * processes.texi (Decoding Output): Remove process-filter-multibyte
5197 functions.
5198
5199 2008-03-15 Martin Rudalics <rudalics@gmx.at>
5200
5201 * display.texi (Finding Overlays): Say that empty overlays at
5202 the end of the buffer are reported too.
5203
5204 2008-03-13 Glenn Morris <rgm@gnu.org>
5205
5206 * elisp.texi (EMACSVER): Set to 23.0.60.
5207
5208 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
5209
5210 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
5211
5212 2008-02-22 Glenn Morris <rgm@gnu.org>
5213
5214 * frames.texi (Position Parameters): Clarify the description of
5215 `left' and `top', using information from "Geometry".
5216 (Geometry): Give a pointer to "Position Parameters", rather than
5217 repeating information.
5218
5219 2008-02-11 Glenn Morris <rgm@gnu.org>
5220
5221 * objects.texi (Equality Predicates): No longer talk about "two"
5222 functions.
5223
5224 2008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
5225
5226 * objects.texi (Equality Predicates): Add defun for
5227 equal-including-properties.
5228
5229 2008-02-10 Glenn Morris <rgm@gnu.org>
5230
5231 * objects.texi (Equality Predicates):
5232 Mention equal-including-properties.
5233
5234 2008-02-07 Richard Stallman <rms@gnu.org>
5235
5236 * windows.texi (Window Start): Mention the feature of moving
5237 window-start to start of line.
5238
5239 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
5240
5241 * keymaps.texi (Tool Bar): Document rtl property.
5242
5243 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
5244
5245 * display.texi (Button Types):
5246 For define-button-type, clarify type of NAME.
5247
5248 2008-01-19 Martin Rudalics <rudalics@gmx.at>
5249
5250 * buffers.texi (Buffer Modification): Fix typo.
5251
5252 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
5253
5254 * os.texi (System Environment): Remove references to OSes that are
5255 not supported anymore.
5256
5257 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5258
5259 * os.texi (System Environment): Remove mention for Masscomp.
5260
5261 2008-01-04 Richard Stallman <rms@gnu.org>
5262
5263 * display.texi (Faces): Don't talk about internal face vector as arg
5264 to facep.
5265
5266 * customize.texi (Type Keywords): Fix previous change.
5267
5268 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
5269 * elisp.texi (Top): Fix menu for commands.texi change.
5270
5271 2007-12-30 Richard Stallman <rms@gnu.org>
5272
5273 * commands.texi (Accessing Mouse): Rename from Accessing Events.
5274 (Accessing Scroll): New node broken out of Accessing Mouse.
5275
5276 2007-12-28 Richard Stallman <rms@gnu.org>
5277
5278 * frames.texi (Size Parameters): Fix typo.
5279 (Basic Parameters): For `title', refer to title bar.
5280 (Size and Position): Explain meaning of frame pixel width and height.
5281
5282 2007-12-23 Richard Stallman <rms@gnu.org>
5283
5284 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
5285 Improve some of the commented-out keywords' text too.
5286
5287 2007-12-14 Martin Rudalics <rudalics@gmx.at>
5288
5289 * nonascii.texi (Encoding and I/O): Reword to avoid saying
5290 "visit the current buffer".
5291
5292 * os.texi (System Interface): Fix typo.
5293
5294 2007-12-04 Richard Stallman <rms@gnu.org>
5295
5296 * objects.texi (Symbol Type): Fix typo.
5297
5298 2007-12-03 Richard Stallman <rms@gnu.org>
5299
5300 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
5301
5302 2007-12-01 Glenn Morris <rgm@gnu.org>
5303
5304 * functions.texi (Declaring Functions): Improve previous change.
5305
5306 2007-11-30 Glenn Morris <rgm@gnu.org>
5307
5308 * functions.texi (Declaring Functions): Add optional fourth
5309 argument of declare-function, and setting third argument to `t'.
5310
5311 2007-11-29 Richard Stallman <rms@gnu.org>
5312
5313 * customize.texi (Composite Types): Document `group' type.
5314
5315 2007-11-29 Glenn Morris <rgm@gnu.org>
5316
5317 * functions.texi (Declaring Functions): Add findex.
5318 Mention `external' files.
5319
5320 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
5321
5322 * functions.texi (Declaring Functions): Fix directive.
5323
5324 2007-11-25 Richard Stallman <rms@gnu.org>
5325
5326 * help.texi (Help Functions): Clean up last change.
5327
5328 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
5329
5330 * loading.texi (Named Features): Minor cleanup.
5331
5332 * macros.texi (Eval During Expansion): Minor cleanup.
5333
5334 * variables.texi (Variable Aliases): Minor cleanup.
5335
5336 2007-11-24 Richard Stallman <rms@gnu.org>
5337
5338 * functions.texi (Declaring Functions): Clarify previous change.
5339
5340 * compile.texi (Compiler Errors): Clarify previous change.
5341
5342 2007-11-24 Richard Stallman <rms@gnu.org>
5343
5344 * display.texi (Refresh Screen, Forcing Redisplay):
5345 Clarify the text and move items around.
5346
5347 2007-11-24 Glenn Morris <rgm@gnu.org>
5348
5349 * functions.texi (Declaring Functions): New section.
5350 * compile.texi (Compiler Errors): Mention declaring functions,
5351 defvar with no initvalue, and byte-compile-warnings.
5352
5353 2007-11-15 Martin Rudalics <rudalics@gmx.at>
5354
5355 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
5356 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
5357
5358 2007-11-13 Martin Rudalics <rudalics@gmx.at>
5359
5360 * help.texi (Help Functions): Document new macro `with-help-window'.
5361
5362 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
5363
5364 * searching.texi (Replacing Match): Describe new
5365 `match-substitute-replacement'.
5366
5367 2007-10-31 Richard Stallman <rms@gnu.org>
5368
5369 * strings.texi (Creating Strings): Null strings from concat not unique.
5370
5371 2007-10-26 Richard Stallman <rms@gnu.org>
5372
5373 * objects.texi (Equality Predicates): Null strings are uniquified.
5374
5375 * minibuf.texi: Minor clarifications in previous change.
5376
5377 2007-10-25 Glenn Morris <rgm@gnu.org>
5378
5379 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
5380
5381 2007-10-24 Richard Stallman <rms@gnu.org>
5382
5383 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
5384
5385 * variables.texi (Frame-Local Variables): Node deleted.
5386 (Variables): Delete Frame-Local Variables from menu.
5387 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
5388 (Default Value): Don't mention frame-local vars.
5389
5390 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
5391
5392 * loading.texi (Unloading): Document FEATURE-unload-function
5393 instead of FEATURE-unload-hook.
5394
5395 * frames.texi (Multiple Displays): Don't mention frame-local vars.
5396
5397 2007-10-22 Juri Linkov <juri@jurta.org>
5398
5399 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
5400 (High-Level Completion): Document a list of default value strings
5401 in the DEFAULT argument, for which minibuffer functions return the
5402 first element.
5403
5404 2007-10-17 Juri Linkov <juri@jurta.org>
5405
5406 * text.texi (Filling): Update arguments of fill-paragraph.
5407 fill-paragraph operates on the active region in Transient Mark mode.
5408 Remove fill-paragraph-or-region.
5409
5410 2007-10-13 Karl Berry <karl@gnu.org>
5411
5412 * elisp.texi (@dircategory): Move to after @copying,
5413 since we want @copying as close as possible to the beginning of
5414 the output.
5415
5416 2007-10-12 Richard Stallman <rms@gnu.org>
5417
5418 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
5419
5420 * commands.texi (Distinguish Interactive): New node,
5421 broken out from Interactive Call and rewritten.
5422 (Command Loop): Put Distinguish Interactive in menu.
5423
5424 2007-10-09 Richard Stallman <rms@gnu.org>
5425
5426 * text.texi (Examining Properties): Mention overlay priority.
5427
5428 * display.texi (Display Margins): Correct the description
5429 of margin display specifications.
5430 (Replacing Specs): New subnode broken out of Display Property.
5431
5432 2007-10-06 Juri Linkov <juri@jurta.org>
5433
5434 * text.texi (Filling): Document fill-paragraph-or-region.
5435
5436 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
5437
5438 * display.texi (Auto Faces): Fix typo.
5439
5440 2007-10-02 Richard Stallman <rms@gnu.org>
5441
5442 * display.texi (Display Property): Explain some display specs
5443 don't let you move point in.
5444
5445 * frames.texi (Cursor Parameters):
5446 Describe cursor-in-non-selected-windows here. Explain more values.
5447
5448 * windows.texi (Basic Windows): Don't describe
5449 cursor-in-non-selected-windows here.
5450
5451 2007-10-01 Eli Zaretskii <eliz@gnu.org>
5452
5453 * processes.texi (Misc Network): Note that these functions are
5454 supported only on some systems.
5455
5456 2007-10-01 Richard Stallman <rms@gnu.org>
5457
5458 * display.texi (Overlay Properties): Explain nil as priority.
5459 Explain that conflicts are unpredictable if not resolved by
5460 priorities.
5461
5462 2007-09-23 Richard Stallman <rms@gnu.org>
5463
5464 * macros.texi (Backquote): Minor clarification.
5465
5466 2007-09-19 Richard Stallman <rms@gnu.org>
5467
5468 * display.texi (Display Property): Explain multiple display specs.
5469 Clarify when they work in parallel and when one overrides.
5470 Fix error in example.
5471
5472 2007-09-06 Glenn Morris <rgm@gnu.org>
5473
5474 Move from lispref/ to doc/lispref/. Change all setfilename
5475 commands to use ../../info.
5476 * Makefile.in (infodir): Go up one more level.
5477 (usermanualdir): Change from ../man to ../emacs.
5478 (miscmanualdir): New.
5479 (dist): Use new variable miscmanualdir.
5480 * makefile.w32-in (infodir, texinputdir): Go up one more level.
5481 (usermanualdir): Change from ../man to ../emacs.
5482
5483 2007-08-30 Martin Rudalics <rudalics@gmx.at>
5484
5485 * commands.texi (Command Loop Info): Advise against changing
5486 most variables described here. Explain new variable
5487 last-repeatable-command.
5488
5489 2007-08-29 Glenn Morris <rgm@gnu.org>
5490
5491 * elisp.texi (EMACSVER): Increase to 23.0.50.
5492
5493 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
5494
5495 * frames.texi (Basic Parameters): Add display-environment-variable
5496 and term-environment-variable.
5497
5498 2007-08-28 Juri Linkov <juri@jurta.org>
5499
5500 * display.texi (Image Formats, Other Image Types): Add SVG.
5501
5502 2007-08-28 Juri Linkov <juri@jurta.org>
5503
5504 * display.texi (Images): Move formats-related text to new node
5505 "Image Formats".
5506 (Image Formats): New node.
5507
5508 2007-08-27 Richard Stallman <rms@gnu.org>
5509
5510 * windows.texi (Window Configurations): Clarify what
5511 a window configuration saves.
5512
5513 2007-08-25 Richard Stallman <rms@gnu.org>
5514
5515 * display.texi (Images): Delete redundant @findex.
5516
5517 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
5518
5519 * text.texi (Change Hooks): (after|before)-change-functions are no
5520 longer bound to nil while running; rather inhibit-modification-hooks
5521 is t.
5522
5523 2007-08-16 Richard Stallman <rms@gnu.org>
5524
5525 * processes.texi (Asynchronous Processes):
5526 Clarify doc of start-file-process.
5527
5528 2007-08-08 Martin Rudalics <rudalics@gmx.at>
5529
5530 * modes.texi (Example Major Modes): Fix typo.
5531
5532 2007-08-08 Glenn Morris <rgm@gnu.org>
5533
5534 * intro.texi (nil and t): Do not use `iff' in documentation.
5535
5536 * tips.texi (Documentation Tips): Recommend against `iff'.
5537
5538 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
5539
5540 * display.texi (Image Cache): Document image-refresh.
5541
5542 2007-08-06 Martin Rudalics <rudalics@gmx.at>
5543
5544 * windows.texi (Size of Window): Document window-full-width-p.
5545
5546 2007-07-25 Glenn Morris <rgm@gnu.org>
5547
5548 * gpl.texi (GPL): Replace license with GPLv3.
5549
5550 * Relicense all FSF files to GPLv3 or later.
5551
5552 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
5553
5554 * processes.texi (Synchronous Processes):
5555 Add `process-file-shell-command'.
5556 (Asynchronous Processes): Mention restricted use of
5557 `process-filter' and `process-sentinel' in
5558 `start-file-process'. Add `start-file-process-shell-command'.
5559
5560 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
5561
5562 * files.texi (Magic File Names): Introduce optional parameter
5563 IDENTIFICATION for `file-remote-p'.
5564
5565 2007-07-16 Richard Stallman <rms@gnu.org>
5566
5567 * display.texi (Defining Faces): Fix previous change.
5568
5569 2007-07-14 Richard Stallman <rms@gnu.org>
5570
5571 * control.texi (Handling Errors): Document `debug' in handler list.
5572
5573 2007-07-10 Richard Stallman <rms@gnu.org>
5574
5575 * display.texi (Defining Faces): Explain C-M-x feature for defface.
5576
5577 2007-07-09 Richard Stallman <rms@gnu.org>
5578
5579 * files.texi (Magic File Names): Rewrite previous change.
5580
5581 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
5582
5583 * files.texi (Magic File Names): Introduce optional parameter
5584 CONNECTED for `file-remote-p'.
5585
5586 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
5587
5588 * processes.texi (Asynchronous Processes):
5589 * files.texi (Magic File Names): Add `start-file-process'.
5590
5591 2007-06-27 Richard Stallman <rms@gnu.org>
5592
5593 * files.texi (Format Conversion Piecemeal):
5594 Clarify `after-insert-file-functions' calling convention.
5595
5596 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
5597
5598 * files.texi (Magic File Names): Remove `dired-call-process'.
5599 Add `process-file'.
5600
5601 2007-06-27 Kenichi Handa <handa@m17n.org>
5602
5603 * text.texi (Special Properties): Fix description about
5604 `composition' property.
5605
5606 2007-06-26 Kenichi Handa <handa@m17n.org>
5607
5608 * nonascii.texi (Default Coding Systems): Document about the
5609 return value `undecided'.
5610
5611 2007-06-25 David Kastrup <dak@gnu.org>
5612
5613 * keymaps.texi (Active Keymaps): Document new POSITION argument of
5614 `current-active-maps'.
5615
5616 2007-06-24 Karl Berry <karl@gnu.org>
5617
5618 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
5619
5620 2007-06-15 Juanma Barranquero <lekktu@gmail.com>
5621
5622 * display.texi (Overlay Arrow): Doc fix.
5623
5624 2007-06-14 Karl Berry <karl@tug.org>
5625
5626 * anti.texi (Antinews): Typo.
5627
5628 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
5629
5630 * display.texi (Image Cache): Document image-refresh.
5631
5632 2007-06-12 Karl Berry <karl@gnu.org>
5633
5634 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
5635 * two-volume.make: New file.
5636 * .cvsignore: Ignore two-volume files.
5637
5638 2007-06-12 Tom Tromey <tromey@redhat.com>
5639
5640 * os.texi (Init File): Document user-emacs-directory.
5641
5642 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
5643
5644 * commands.texi (Click Events): Describe width and height when
5645 object is nil.
5646
5647 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
5648
5649 * commands.texi (Click Events): Layout more logically.
5650 Describe width and height.
5651 (Drag Events, Motion Events): Update to new format for position.
5652
5653 2007-06-02 Richard Stallman <rms@gnu.org>
5654
5655 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
5656
5657 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
5658
5659 * Version 22.1 released.
5660
5661 2007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
5662
5663 * text.texi (Special Properties): Correct meaning of fontified face.
5664
5665 2007-05-30 Richard Stallman <rms@gnu.org>
5666
5667 * text.texi (Special Properties): Add link to Adjusting Point.
5668
5669 2007-05-12 Richard Stallman <rms@gnu.org>
5670
5671 * text.texi (Margins): indent-to-left-margin is not the default.
5672 (Mode-Specific Indent): For indent-line-function, the default
5673 is indent-relative.
5674
5675 * modes.texi (Example Major Modes): Explain last line of text-mode
5676 is redundant.
5677
5678 2007-05-10 Richard Stallman <rms@gnu.org>
5679
5680 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
5681
5682 * help.texi (Keys in Documentation): Add reference to
5683 Documentation Tips.
5684
5685 * files.texi (Format Conversion): TO-FN gets three arguments.
5686
5687 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
5688
5689 2007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
5690
5691 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
5692 * files.texi (Format Conversion): Expand intro; add menu.
5693 (Format Conversion Overview, Format Conversion Round-Trip)
5694 (Format Conversion Piecemeal): New nodes/subsections.
5695 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
5696 * text.texi (Text Properties): Remove "Saving Properties" from menu.
5697 (Saving Properties): Delete node/subsection.
5698
5699 2007-05-07 Karl Berry <karl@gnu.org>
5700
5701 * elisp.texi (EMACSVER): Back to 22.
5702
5703 2007-05-06 Richard Stallman <rms@gnu.org>
5704
5705 * processes.texi (Accepting Output): Revert most of previous change.
5706
5707 2007-05-05 Richard Stallman <rms@gnu.org>
5708
5709 * processes.texi (Accepting Output): accept-process-output
5710 uses microseconds, not milliseconds. But that arg is obsolete.
5711
5712 2007-05-04 Karl Berry <karl@tug.org>
5713
5714 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
5715
5716 2007-05-04 Eli Zaretskii <eliz@gnu.org>
5717
5718 * tips.texi (Documentation Tips): Rearrange items to place the
5719 more important ones first. Add an index entry for hyperlinks.
5720
5721 2007-05-03 Karl Berry <karl@gnu.org>
5722
5723 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
5724 (EMACSVER) [smallbook]: 22 for printed version.
5725
5726 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
5727 so restore anchor to normal position after defun. Found by Kevin Ryde.
5728
5729 2007-04-26 Glenn Morris <rgm@gnu.org>
5730
5731 * elisp.texi (EMACSVER): Increase to 22.1.50.
5732
5733 2007-04-28 Karl Berry <karl@gnu.org>
5734
5735 * elisp.texi: Improve line breaks on copyright page,
5736 similar layout to emacs manual, 8.5x11 by default.
5737
5738 2007-04-24 Richard Stallman <rms@gnu.org>
5739
5740 * text.texi (Special Properties): Add xref to Overlay Properties.
5741
5742 * display.texi (Overlay Properties): Add xref to Special Properties.
5743
5744 2007-04-22 Richard Stallman <rms@gnu.org>
5745
5746 * keymaps.texi (Extended Menu Items): Move the info about
5747 format with cached keyboard binding.
5748
5749 2007-04-21 Richard Stallman <rms@gnu.org>
5750
5751 * text.texi (Special Properties): Clarify previous change.
5752
5753 * files.texi (File Name Expansion): Clarify previous change.
5754
5755 * display.texi (Attribute Functions): Fix example for
5756 face-attribute-relative-p.
5757
5758 2007-04-19 Kenichi Handa <handa@m17n.org>
5759
5760 * text.texi (Special Properties): Document composition property.
5761
5762 2007-04-19 Glenn Morris <rgm@gnu.org>
5763
5764 * files.texi (File Name Expansion): Mention "superroot".
5765
5766 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
5767
5768 * frames.texi (Multiple Displays): Add note about "multi-monitor"
5769 setups.
5770 (Display Feature Testing): Note that display refers to all
5771 physical monitors for multi-monitor setups.
5772
5773 2007-04-14 Richard Stallman <rms@gnu.org>
5774
5775 * lists.texi (Sets And Lists): Clarify `delete' examples.
5776 Remove spurious xref to same node.
5777 Clarify xref for add-to-list.
5778
5779 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
5780
5781 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
5782 value of lisp-mode-map.
5783
5784 2007-04-11 Karl Berry <karl@gnu.org>
5785
5786 * anti.texi (Antinews):
5787 * display.texi (Overlay Properties, Defining Images):
5788 * processes.texi (Synchronous Processes, Sentinels):
5789 * syntax.texi (Syntax Table Internals):
5790 * searching.texi (Regexp Special):
5791 * nonascii.texi (Default Coding Systems):
5792 * text.texi (Special Properties):
5793 * minibuf.texi (Basic Completion): Wording to improve breaks in
5794 8.5x11 format.
5795 * elisp.texi (smallbook): New @set to more easily switch between
5796 smallbook and 8.5x11.
5797
5798 2007-04-11 Richard Stallman <rms@gnu.org>
5799
5800 * text.texi (Lazy Properties): Minor fix.
5801
5802 2007-04-08 Karl Berry <karl@gnu.org>
5803
5804 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
5805 * macros.texi (Backquote): Downcase Backquote in index entries for
5806 consistency.
5807
5808 2007-04-08 Richard Stallman <rms@gnu.org>
5809
5810 * text.texi (Adaptive Fill): Just describe default,
5811 don't show it (since it contains non-ASCII chars).
5812
5813 2007-04-07 Karl Berry <karl@gnu.org>
5814
5815 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
5816 adaptive-fill-regexp's value, since they are not in the standard
5817 TeX fonts.
5818
5819 2007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
5820
5821 * display.texi (Defining Faces): Fix example.
5822
5823 2007-04-07 Karl Berry <karl@gnu.org>
5824
5825 * display.texi (Button Buffer Commands): Improve page break.
5826
5827 2007-04-07 Richard Stallman <rms@gnu.org>
5828
5829 * advice.texi (Activation of Advice): Remove redundant index entry.
5830
5831 * backups.texi: Improve index entries. Remove redundant ones.
5832
5833 * compile.texi (Byte Compilation): Improve index entry.
5834
5835 * hash.texi (Creating Hash): Improve index entry.
5836
5837 * symbols.texi (Definitions): Improve index entry.
5838
5839 * edebug.texi: Improve index entries. Remove redundant/useless ones.
5840
5841 * maps.texi (Standard Keymaps): Remove useless index entry.
5842
5843 * help.texi (Documentation Basics): Remove redundant index entries.
5844
5845 * customize.texi: Improve index entries.
5846 Remove redundant/useless ones.
5847
5848 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
5849
5850 * streams.texi (Output Variables): Improve index entry.
5851
5852 * abbrevs.texi (Abbrevs): Remove useless index entry.
5853
5854 * macros.texi (Expansion): Remove useless index entry.
5855
5856 * text.texi: Improve index entries. Remove redundant/useless ones.
5857 (Text Properties, Examining Properties)
5858 (Special Properties): Use "property category" instead of "category"
5859 to refer to the `category' property.
5860
5861 * positions.texi: Improve index entries. Remove useless one.
5862
5863 * lists.texi: Improve index entries. Remove redundant/useless ones.
5864
5865 * os.texi: Improve index entries.
5866 (Timers): Fix previous change.
5867
5868 * buffers.texi: Improve index entries.
5869 (Modification Time): Get rid of term "obsolete buffer".
5870
5871 * debugging.texi: Improve index entries.
5872 (Test Coverage): Add xref to other test coverage ftr.
5873
5874 * eval.texi: Improve index entry. Remove redundant ones.
5875
5876 * numbers.texi: Improve index entries. Remove redundant/useless ones.
5877
5878 * files.texi: Improve index entries. Remove redundant/useless ones.
5879
5880 * objects.texi: Improve index entries.
5881
5882 * processes.texi: Improve index entries.
5883
5884 * modes.texi: Improve index entry. Remove redundant one.
5885
5886 * nonascii.texi: Improve index entries.
5887
5888 * internals.texi: Improve index entries.
5889
5890 * syntax.texi: Improve index entries.
5891
5892 * keymaps.texi (Active Keymaps): Improve index entries.
5893
5894 * commands.texi: Improve index entries. Remove redundant/useless ones.
5895
5896 * frames.texi: Improve index entries. Remove redundant/useless ones.
5897
5898 * markers.texi: Improve index entries. Remove redundant ones.
5899
5900 * tips.texi: Improve index entries.
5901
5902 * loading.texi (Unloading): Improve index entry.
5903
5904 * variables.texi: Improve index entries. Remove redundant one.
5905
5906 * sequences.texi: Improve index entry.
5907
5908 * display.texi: Improve index entries. Remove redundant ones.
5909
5910 * windows.texi: Improve index entries.
5911
5912 * searching.texi: Improve index entries. Remove redundant one.
5913
5914 * strings.texi (Case Tables): Improve last change.
5915
5916 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
5917
5918 * strings.texi (Case Tables): Document with-case-table and
5919 ascii-case-table.
5920
5921 2007-04-03 Karl Berry <karl@gnu.org>
5922
5923 * processes.texi (Network): Reword to improve page break.
5924
5925 2007-04-03 Eli Zaretskii <eliz@gnu.org>
5926
5927 * functions.texi (Inline Functions): Describe more disadvantages
5928 of defsubst, and make advice against it stronger.
5929
5930 2007-04-02 Karl Berry <karl@gnu.org>
5931
5932 * backups.texi (Backup Names): Avoid widow words.
5933 * modes.texi (Example Major Modes): Align last comment.
5934
5935 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
5936
5937 * keymaps.texi (Remapping Commands): Document new arg to
5938 command-remapping.
5939
5940 2007-04-01 Karl Berry <karl@gnu.org>
5941
5942 * processes.texi (Low-Level Network): Typo.
5943 * loading.texi (Hooks for Loading): Avoid double "the".
5944 * keymaps.texi (Key Sequences): No double "and".
5945 (Changing Key Bindings): Shorten to improve line break.
5946
5947 2007-03-31 Glenn Morris <rgm@gnu.org>
5948
5949 * os.texi (Timers): Fix description of run-at-time TIME formats.
5950
5951 2007-03-31 Richard Stallman <rms@gnu.org>
5952
5953 * display.texi (Invisible Text): Correct buffer-invisibility-spec
5954 regarding ellipsis.
5955
5956 2007-03-31 Eli Zaretskii <eliz@gnu.org>
5957
5958 * intro.texi (nil and t):
5959 * symbols.texi (Plists and Alists):
5960 * variables.texi (Variable Aliases, Constant Variables):
5961 * functions.texi (Defining Functions):
5962 * advice.texi (Advising Primitives):
5963 * debugging.texi (Syntax Errors, Compilation Errors):
5964 * minibuf.texi (Minibuffer Windows):
5965 * commands.texi (Adjusting Point):
5966 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
5967 (Auto Major Mode, Major Mode Conventions):
5968 * help.texi (Describing Characters):
5969 * files.texi (Create/Delete Dirs, Information about Files)
5970 (File Locks, Writing to Files, Reading from Files)
5971 (Saving Buffers):
5972 * windows.texi (Resizing Windows, Cyclic Window Ordering):
5973 * frames.texi (Finding All Frames):
5974 * positions.texi (Buffer End, Motion):
5975 * markers.texi (The Region):
5976 * text.texi (Deletion, Near Point):
5977 * display.texi (Displaying Messages, Truncation):
5978 * os.texi (Processor Run Time):
5979 * tips.texi (Key Binding Conventions, Programming Tips)
5980 (Warning Tips, Documentation Tips, Comment Tips):
5981 * internals.texi (Memory Usage): Improve indexing.
5982
5983 * variables.texi (Frame-Local Variables):
5984 * functions.texi (Argument List):
5985 * loading.texi (Library Search):
5986 * streams.texi (Output Variables):
5987 * keymaps.texi (Translation Keymaps, Searching Keymaps):
5988 * searching.texi (Replacing Match, Search and Replace):
5989 * processes.texi (Byte Packing, Decoding Output)
5990 (Accepting Output, Network Servers, Shell Arguments):
5991 * display.texi (Abstract Display, Image Cache, Scroll Bars):
5992 * windows.texi (Window Point, Window Start):
5993 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
5994 * commands.texi (Reading Input, Keyboard Events):
5995 * minibuf.texi (Reading File Names, Minibuffer Completion)
5996 (Recursive Mini):
5997 * positions.texi (List Motion):
5998 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
5999 * numbers.texi (Arithmetic Operations, Math Functions)
6000 (Predicates on Numbers, Comparison of Numbers):
6001 (Numeric Conversions):
6002 * locals.texi (Standard Buffer-Local Variables):
6003 * maps.texi (Standard Keymaps):
6004 * os.texi (User Identification, System Environment, Recording Input)
6005 (X11 Keysyms):
6006 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
6007 * backups.texi (Backups and Auto-Saving):
6008 * customize.texi (Customization, Group Definitions)
6009 (Variable Definitions):
6010 * compile.texi (Byte Compilation): Improve index entries.
6011
6012 2007-03-31 Karl Berry <karl@gnu.org>
6013
6014 * macros.texi (Defining Macros): Avoid widow syllable.
6015
6016 2007-03-31 Eli Zaretskii <eliz@gnu.org>
6017
6018 * elisp.texi (Top): Postscript -> PostScript.
6019
6020 * display.texi (Images, Postscript Images): Postscript -> PostScript.
6021
6022 2007-03-31 Markus Triska <markus.triska@gmx.at>
6023
6024 * internals.texi (Writing Emacs Primitives): Untabify `For'.
6025
6026 2007-03-30 Karl Berry <karl@gnu.org>
6027
6028 * lists.texi (List-related Predicates): Remove spurious @need.
6029 (Setcdr): Use @smallexample to improve page break.
6030 (Association Lists) <assoc>: Reword to improve page break.
6031
6032 * strings.texi (String Conversion): Insert blank line to improve
6033 page break.
6034
6035 * numbers.texi (Random Numbers): Use @minus{}.
6036 (Math Functions): Use @minus{}.
6037
6038 * intro.texi (Acknowledgements): Avoid line breaks before middle
6039 initials.
6040
6041 2007-03-24 Eli Zaretskii <eliz@gnu.org>
6042
6043 * errors.texi (Standard Errors): Add an index entry.
6044
6045 2007-03-19 Richard Stallman <rms@gnu.org>
6046
6047 * os.texi (Recording Input): recent-keys now gives 300 keys.
6048
6049 2007-03-12 Glenn Morris <rgm@gnu.org>
6050
6051 * os.texi: Replace "daylight savings" with "daylight saving"
6052 throughout.
6053
6054 2007-03-05 Richard Stallman <rms@gnu.org>
6055
6056 * variables.texi (File Local Variables):
6057 Update enable-local-variables values.
6058
6059 2007-03-04 Richard Stallman <rms@gnu.org>
6060
6061 * syntax.texi (Control Parsing): Minor clarification.
6062
6063 * strings.texi (Formatting Strings): Clarify width, precision, flags.
6064
6065 * sequences.texi (Sequence Functions): Move string-bytes away,
6066 add xref.
6067
6068 * nonascii.texi (Text Representations): Move string-bytes here.
6069
6070 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
6071
6072 * minibuf.texi (Basic Completion): Minor clarification.
6073
6074 * markers.texi (The Mark): Clarify existence vs activation of mark.
6075 Other cleanup.
6076
6077 * display.texi (Finding Overlays): Write better example.
6078
6079 * compile.texi (Eval During Compile): Clarify putting macros
6080 in eval-when-compile.
6081
6082 2007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
6083
6084 * loading.texi (How Programs Do Loading): Fix anchor position at
6085 load-read-function definition doc.
6086
6087 2007-02-21 Kim F. Storm <storm@cua.dk>
6088
6089 * strings.texi (Text Comparison): Mention that assoc-string
6090 converts symbols to strings before testing.
6091
6092 2007-02-17 Kim F. Storm <storm@cua.dk>
6093
6094 * processes.texi (Bindat Spec): Vector types can have optional
6095 element type.
6096 (Bindat Examples): Fix example. Add vector with element type.
6097
6098 2007-02-16 Andreas Schwab <schwab@suse.de>
6099
6100 * strings.texi (Formatting Strings): Document '+' flag.
6101
6102 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
6103
6104 * strings.texi (Modifying Strings): Clarify that `clear-string'
6105 always converts the string to unibyte.
6106
6107 2007-02-14 Kim F. Storm <storm@cua.dk>
6108
6109 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
6110 Rewrite glyph code description to refer to these functions.
6111 Remove details of encoding face number and char into integer code.
6112
6113 2007-02-03 Alan Mackenzie <acm@muc.de>
6114
6115 * loading.texi (Hooks for Loading): Make the description of
6116 `eval-after-load' more detailed, and amend the description of
6117 after-load-alist, in accordance with changes from 2006-05.
6118
6119 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
6120
6121 * modes.texi (Defining Minor Modes): Document that a :require
6122 keyword or similar may be required to make saved customization
6123 variables work.
6124
6125 2007-02-03 Eli Zaretskii <eliz@gnu.org>
6126
6127 * elisp.texi (Top): Make the detailed menu headers compliant with
6128 Texinfo guidelines and with what texnfo-upd.el expects.
6129 Add comments to prevent people from inadvertently modifying the key
6130 parts needed by `texinfo-multiple-files-update'.
6131
6132 2007-02-02 Eli Zaretskii <eliz@gnu.org>
6133
6134 * elisp.texi (Top): Update the top-level menus.
6135
6136 * syntax.texi (Categories): Add index entries.
6137
6138 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
6139
6140 * display.texi (Attribute Functions): Fix name and description of
6141 the UNDERLINE arg of `set-face-underline-p'.
6142
6143 2007-01-29 Eli Zaretskii <eliz@gnu.org>
6144
6145 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
6146 Variables", and "Standard Keymaps" to the detailed menu.
6147
6148 * variables.texi (Future Local Variables): Add index entry.
6149
6150 2007-01-28 Richard Stallman <rms@gnu.org>
6151
6152 * tips.texi (Coding Conventions): Clarify the tip about macros
6153 that define a function or a variable.
6154
6155 * files.texi (File Attributes): UID and GID can be floats.
6156 (Magic File Names): Explain why deferring all operations to
6157 the standard handler does not work.
6158
6159 2007-01-23 Martin Rudalics <rudalics@gmx.at>
6160
6161 * backups.texi (Reverting): Use "buffer" instead of "file"
6162 when talking about major and minor modes.
6163
6164 2007-01-21 Richard Stallman <rms@gnu.org>
6165
6166 * help.texi (Documentation): Add xref to Documentation Tips.
6167
6168 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
6169
6170 * tips.texi (Coding Conventions): Fix typos.
6171
6172 2007-01-05 Richard Stallman <rms@gnu.org>
6173
6174 * modes.texi (Defining Minor Modes): Fix previous change.
6175
6176 2007-01-03 Richard Stallman <rms@gnu.org>
6177
6178 * customize.texi (Variable Definitions, Customization Types):
6179 Don't use * in doc string for defcustom.
6180
6181 2007-01-02 Richard Stallman <rms@gnu.org>
6182
6183 * variables.texi (Variable Aliases): Clarify that aliases vars
6184 always have the same value.
6185
6186 * processes.texi (Bindat Spec): Fix Texinfo usage.
6187
6188 * modes.texi (Defining Minor Modes): Explain effect of command
6189 defined with define-global-minor-mode on new buffers.
6190
6191 2006-12-30 Kim F. Storm <storm@cua.dk>
6192
6193 * keymaps.texi (Tool Bar): Describe `grow-only' value of
6194 `auto-resize-tool-bars'.
6195
6196 2006-12-30 Richard Stallman <rms@gnu.org>
6197
6198 * keymaps.texi (Active Keymaps): Fix previous change.
6199
6200 2006-12-30 Nick Roberts <nickrob@snap.net.nz>
6201
6202 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
6203
6204 2006-12-30 Kim F. Storm <storm@cua.dk>
6205
6206 * processes.texi (Bindat Spec): Clarify using field names in
6207 length specifications.
6208
6209 2006-12-29 Kim F. Storm <storm@cua.dk>
6210
6211 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
6212 Add count and index variables for eval forms in repeat blocks.
6213
6214 2006-12-24 Richard Stallman <rms@gnu.org>
6215
6216 * customize.texi (Variable Definitions):
6217 Document new name custom-add-frequent-value.
6218
6219 2006-12-19 Kim F. Storm <storm@cua.dk>
6220
6221 * commands.texi (Misc Events): User signals now result in sigusr1
6222 and sigusr2 events which are handled through special-event-map.
6223 (Special Events): User signals and drag-n-drop are special.
6224
6225 2006-12-17 Richard Stallman <rms@gnu.org>
6226
6227 * loading.texi (Named Features): Explain subfeatures better.
6228
6229 * customize.texi: Use "option" only for user options.
6230 For the keyword values inside defcustom etc, say "keywords".
6231 For :options value's elements, say "elements".
6232 :group should not be omitted.
6233
6234 * syntax.texi (Parsing Expressions): Split up node.
6235 (Motion via Parsing, Position Parse, Parser State)
6236 (Low-Level Parsing, Control Parsing): New subnodes.
6237 (Parser State): Document syntax-ppss-toplevel-pos.
6238
6239 * positions.texi (List Motion): Punctuation fix.
6240
6241 * files.texi (File Name Completion): Document PREDICATE arg
6242 to file-name-completion.
6243
6244 2006-12-16 Eli Zaretskii <eliz@gnu.org>
6245
6246 * internals.texi (Building Emacs, Writing Emacs Primitives):
6247 Add index entries.
6248
6249 2006-12-11 Richard Stallman <rms@gnu.org>
6250
6251 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
6252 affects face menu. Explain how to make it non-nil without enabling
6253 any fontification.
6254
6255 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
6256
6257 * modes.texi (Font Lock Basics): Document nil value of
6258 font-lock-defaults.
6259
6260 2006-12-10 Glenn Morris <rgm@gnu.org>
6261
6262 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
6263 value for system-flag argument. Abbrev tables may not be empty
6264 when major modes are loaded.
6265
6266 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
6267
6268 * makefile.w32-in (maintainer-clean): Partially revert last
6269 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
6270 to protect elisp-covers.texi.
6271
6272 2006-12-07 Juanma Barranquero <lekktu@gmail.com>
6273
6274 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
6275 Don't remove elisp* info files; they are already deleted by the
6276 `clean' and `distclean' targets, and they are in the $(infodir)
6277 directory, not the current one.
6278
6279 2006-12-04 Kim F. Storm <storm@cua.dk>
6280
6281 * commands.texi (Misc Events): Update signal events.
6282 (Event Examples): Add signal example.
6283
6284 2006-11-29 Richard Stallman <rms@gnu.org>
6285
6286 * frames.texi (Visibility of Frames): Explain visible windows
6287 can be covered by others. Add xref for raise-frame.
6288
6289 2006-11-28 Richard Stallman <rms@gnu.org>
6290
6291 * searching.texi (Regexp Special): Update when ^ is special.
6292
6293 2006-11-27 Eli Zaretskii <eliz@gnu.org>
6294
6295 * customize.texi (Customization, Common Keywords)
6296 (Group Definitions, Variable Definitions, Composite Types)
6297 (Type Keywords, Customization Types): Add index entries for
6298 various customization keywords.
6299
6300 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6301
6302 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
6303
6304 2006-11-10 Jan Djärv <jan.h.d@swipnet.se>
6305
6306 * frames.texi (Window System Selections): Remove clipboard from
6307 description of selection-coding-system.
6308
6309 2006-11-06 Richard Stallman <rms@gnu.org>
6310
6311 * lists.texi (List Variables): Document COMPARE-FN.
6312
6313 * keymaps.texi: Avoid use of "binding" to mean a relation;
6314 use it only to refer to the meaning associated with a key.
6315 (Keymaps): Change menu node description.
6316
6317 * elisp.texi (Top): Change menu node description.
6318
6319 * display.texi (Managing Overlays): Document overlay-recenter.
6320
6321 2006-10-29 Chong Yidong <cyd@stupidchicken.com>
6322
6323 * Makefile.in: Use relative paths to avoid advertising filesystem
6324 contents during compilation.
6325
6326 2006-10-23 Kim F. Storm <storm@cua.dk>
6327
6328 * commands.texi (Event Input Misc): Update unread-command-events.
6329
6330 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
6331
6332 * lists.texi (Sets And Lists): Fix typos.
6333
6334 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
6335
6336 * control.texi (Processing of Errors): Use @var for an argument,
6337 not @code.
6338
6339 2006-10-16 Richard Stallman <rms@gnu.org>
6340
6341 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
6342
6343 * keymaps.texi (Format of Keymaps): Show all the keymap element
6344 patterns that result from menu items.
6345 (Key Lookup): Minor cleanups.
6346
6347 * modes.texi (Precalculated Fontification): Don't say that
6348 not setting font-lock-defaults avoids loading font-lock.
6349
6350 * help.texi (Documentation): Move xref to Emacs Manual here.
6351 (Documentation Basics): From here.
6352 Also doc emacs-lisp-docstring-fill-column.
6353
6354 * elisp.texi: Update version and ISBN.
6355
6356 * commands.texi (Interactive Call): Clarify KEYS arg to
6357 call-interactively is a vector.
6358 (Command Loop Info): Delete anchor in this-command-keys.
6359 Add anchor in this-command-keys-vector.
6360 (Recursive Editing): Document how recursive-edit
6361 handles the current buffer.
6362
6363 2006-10-13 Chong Yidong <cyd@stupidchicken.com>
6364
6365 * frames.texi (Frame Titles): %c and %l are ignored in
6366 frame-title-format.
6367
6368 2006-10-11 Richard Stallman <rms@gnu.org>
6369
6370 * keymaps.texi (Key Sequences): Clarify use of kbd.
6371
6372 2006-10-10 Kim F. Storm <storm@cua.dk>
6373
6374 * lists.texi (Sets And Lists): Add memql.
6375
6376 2006-10-03 Richard Stallman <rms@gnu.org>
6377
6378 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
6379 Clarify :ascii: and :nonascii:.
6380
6381 2006-09-29 Juri Linkov <juri@jurta.org>
6382
6383 * modes.texi (%-Constructs): Reorder coding systems in the
6384 documentation of %z to the real order displayed in the modeline.
6385
6386 2006-09-25 Richard Stallman <rms@gnu.org>
6387
6388 * os.texi (Timers): Describe timer-max-repeats.
6389
6390 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
6391
6392 * os.texi (Timers): Mention with-local-quit.
6393
6394 2006-09-24 Richard Stallman <rms@gnu.org>
6395
6396 * searching.texi (Searching and Matching): Mention property search.
6397
6398 * commands.texi (Command Loop Info): Explain how read-event affects
6399 this-command-keys.
6400
6401 2006-09-20 Richard Stallman <rms@gnu.org>
6402
6403 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
6404
6405 * windows.texi (Window Start): Minor cleanups.
6406
6407 2006-09-20 Kim F. Storm <storm@cua.dk>
6408
6409 * windows.texi (Window Start): pos-visible-in-window-p allows
6410 specifying t for position to mean "end of window".
6411 Add window-line-height.
6412
6413 * anti.texi (Antinews): Mention window-line-height.
6414
6415 2006-09-19 David Kastrup <dak@gnu.org>
6416
6417 * keymaps.texi (Searching Keymaps): Small clarification.
6418
6419 2006-09-18 Richard Stallman <rms@gnu.org>
6420
6421 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
6422 cause keyboard menus.
6423 (Menu Keymaps): Likewise.
6424 (Defining Menus, Keyboard Menus): Clarify.
6425
6426 * text.texi (Fields): Clarify explanation of constrain-to-field.
6427
6428 2006-09-16 Eli Zaretskii <eliz@gnu.org>
6429
6430 * variables.texi (Tips for Defining): Fix a typo.
6431
6432 2006-09-15 Richard Stallman <rms@gnu.org>
6433
6434 * keymaps.texi (Remapping Commands, Searching Keymaps)
6435 (Active Keymaps): Clean up previous change.
6436
6437 2006-09-15 Jay Belanger <belanger@truman.edu>
6438
6439 * gpl.texi: Replace "Library Public License" by "Lesser Public
6440 License" throughout.
6441
6442 2006-09-15 David Kastrup <dak@gnu.org>
6443
6444 * keymaps.texi (Active Keymaps): Adapt description to use
6445 `get-char-property' instead `get-text-property'. Explain how
6446 mouse events change this. Explain the new optional argument of
6447 `key-binding' and its mouse-dependent lookup.
6448 (Searching Keymaps): Adapt description similarly.
6449 (Remapping Commands): Explain the new optional argument of
6450 `command-remapping'.
6451
6452 2006-09-14 Richard Stallman <rms@gnu.org>
6453
6454 * keymaps.texi (Searching Keymaps): Clarification.
6455 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
6456
6457 2006-09-13 Richard Stallman <rms@gnu.org>
6458
6459 * objects.texi (Character Type): Node split.
6460 Add xref to Describing Characters.
6461 (Basic Char Syntax, General Escape Syntax)
6462 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
6463
6464 2006-09-11 Richard Stallman <rms@gnu.org>
6465
6466 * display.texi (Display Table Format): Wording clarification.
6467 (Glyphs): Clarifications.
6468
6469 2006-09-10 Chong Yidong <cyd@stupidchicken.com>
6470
6471 * keymaps.texi (Active Keymaps): Mention that key-binding checks
6472 local maps.
6473
6474 2006-09-10 Kim F. Storm <storm@cua.dk>
6475
6476 * display.texi (Forcing Redisplay): Document return value of
6477 function redisplay.
6478
6479 2006-09-09 Richard Stallman <rms@gnu.org>
6480
6481 * windows.texi (Window Hooks): Explain limits of
6482 window-scroll-functions.
6483
6484 * display.texi (Fringe Indicators): Update for last change in
6485 indicate-buffer-boundaries.
6486
6487 2006-09-08 Richard Stallman <rms@gnu.org>
6488
6489 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
6490
6491 2006-09-06 Kim F. Storm <storm@cua.dk>
6492
6493 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
6494
6495 * windows.texi (Window Start): Update pos-visible-in-window-p.
6496
6497 2006-09-04 Richard Stallman <rms@gnu.org>
6498
6499 * processes.texi (Accepting Output): Explain SECONDS=0 for
6500 accept-process-output.
6501
6502 * os.texi (Idle Timers): Explain why timer functions should not
6503 loop until (input-pending-p).
6504
6505 2006-09-02 Eli Zaretskii <eliz@gnu.org>
6506
6507 * makefile.w32-in (usermanualdir): New variable.
6508 (elisp.dvi): Use it.
6509
6510 2006-09-01 Eli Zaretskii <eliz@gnu.org>
6511
6512 * buffers.texi (Buffer Modification): Fix last change.
6513
6514 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
6515
6516 * buffers.texi (Buffer Modification):
6517 Document buffer-chars-modified-tick.
6518
6519 2006-08-31 Richard Stallman <rms@gnu.org>
6520
6521 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
6522
6523 2006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
6524
6525 * modes.texi (Syntactic Font Lock):
6526 Mention font-lock-syntactic-face-function
6527 instead of specific faces.
6528
6529 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
6530
6531 * display.texi (Images): Add xrref to display-images-p.
6532
6533 2006-08-28 Kenichi Handa <handa@m17n.org>
6534
6535 * nonascii.texi (Lisp and Coding Systems): Fix description of
6536 detect-coding-region.
6537
6538 2006-08-27 Michael Olson <mwolson@gnu.org>
6539
6540 * processes.texi (Transaction Queues): Remove stray quote
6541 character.
6542
6543 2006-08-25 Richard Stallman <rms@gnu.org>
6544
6545 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
6546 Add xref.
6547
6548 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
6549
6550 * os.texi (Timers): Avoid waiting inside timers.
6551
6552 2006-08-21 Lute Kamstra <lute@gnu.org>
6553
6554 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
6555
6556 2006-08-20 Richard Stallman <rms@gnu.org>
6557
6558 * os.texi (Idle Timers): New node, split out from Timers.
6559 Document current-idle-time.
6560 * commands.texi (Reading One Event): Update xref.
6561 * elisp.texi (Top): Update subnode menu.
6562
6563 2006-08-16 Richard Stallman <rms@gnu.org>
6564
6565 * keymaps.texi (Extended Menu Items): Show format of cached
6566 bindings in extended menu items.
6567
6568 * customize.texi (Variable Definitions): Explain when the
6569 standard value expression is evaluated.
6570
6571 2006-08-15 Chong Yidong <cyd@stupidchicken.com>
6572
6573 * commands.texi (Reading One Event): Explain idleness in
6574 `read-event'.
6575
6576 2006-08-12 Chong Yidong <cyd@stupidchicken.com>
6577
6578 * text.texi (Near Point): Say "cursor" not "terminal cursor".
6579 (Commands for Insertion): Remove split-line since it's not
6580 relevant for Lisp programming.
6581 (Yank Commands): Rewrite introduction.
6582 (Undo): Clarify.
6583 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
6584 (Filling): Remove redundant comment. Clarify return value of
6585 current-justification.
6586 (Margins): Minor clarifications.
6587 (Adaptive Fill): Update default value of adaptive-fill-regexp.
6588 (Sorting): Update definition of sort-lines.
6589 (Columns): Clarify behavior of sort-columns.
6590 (Indent Tabs): Link to Tab Stops in Emacs manual.
6591 (Special Properties): Clarify.
6592 (Clickable Text): Mention Buttons package.
6593
6594 2006-08-12 Kevin Ryde <user42@zip.com.au>
6595
6596 * os.texi (Time Parsing): Add %z to description of
6597 format-time-string, as per docstring. Add cross reference to
6598 glibc manual for strftime.
6599
6600 2006-08-08 Richard Stallman <rms@gnu.org>
6601
6602 * modes.texi: Clean up wording in previous change.
6603
6604 2006-08-07 Chong Yidong <cyd@stupidchicken.com>
6605
6606 * modes.texi (Hooks): Clarify.
6607 (Major Mode Basics): Mention define-derived-mode explicitly.
6608 (Major Mode Conventions): Rebinding RET is OK for some modes.
6609 Mention change-major-mode-hook and after-change-major-mode-hook.
6610 (Example Major Modes): Move to end of Modes section.
6611 (Mode Line Basics): Clarify.
6612 (Mode Line Data): Mention help-echo and local-map in strings.
6613 Explain reason for treatment of non-risky variables.
6614 (Properties in Mode): Clarify.
6615 (Faces for Font Lock): Add font-lock-negation-char-face.
6616
6617 2006-08-04 Eli Zaretskii <eliz@gnu.org>
6618
6619 * strings.texi (Formatting Strings): Warn against arbitrary
6620 strings as first arg to `format'.
6621
6622 2006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
6623
6624 * text.texi (Clickable Text): Mention `help-echo' text property.
6625 Update intro, examples and associated explanations.
6626
6627 2006-07-31 Richard Stallman <rms@gnu.org>
6628
6629 * commands.texi: Update xrefs.
6630 (Event Mod): New node, cut out from old Translating Input.
6631
6632 * maps.texi: Update xrefs.
6633
6634 * keymaps.texi (Translation Keymaps): New node.
6635 Update xrefs from Translating Input to Translation Keymaps.
6636
6637 * elisp.texi (Top): Update subnode menu.
6638
6639 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
6640
6641 * os.texi (System Interface): Fix menu descriptions of some nodes.
6642 (Translating Input): Node deleted.
6643
6644 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
6645
6646 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
6647
6648 * lists.texi (Sets And Lists): Likewise.
6649
6650 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
6651
6652 * text.texi (Fields): Mention POS
6653 requirement when narrowing is in effect.
6654
6655 2006-07-28 Richard Stallman <rms@gnu.org>
6656
6657 * display.texi (Face Attributes): Simplify wording.
6658 (Attribute Functions): Clarify meaning of new-frame default
6659 attribute settings.
6660
6661 * customize.texi (Common Keywords): Document how to use
6662 :package-version in a package not in Emacs.
6663
6664 2006-07-28 Kim F. Storm <storm@cua.dk>
6665
6666 * commands.texi (Reading One Event): Fix last change.
6667
6668 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
6669
6670 * commands.texi (Reading One Event): Document SECONDS argument for
6671 read-event, read-char, and read-char-exclusive.
6672
6673 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
6674
6675 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
6676 to ensure correct identification.
6677
6678 2006-07-24 Richard Stallman <rms@gnu.org>
6679
6680 * text.texi (Clickable Text): Clarify.
6681
6682 * sequences.texi (Vector Functions): Delete duplicate xref.
6683
6684 * objects.texi (Function Type): Clarify.
6685
6686 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
6687 modes.
6688
6689 * lists.texi (List Variables): New node.
6690 Material moved from other nodes.
6691
6692 * variables.texi (Setting Variables): add-to-list and
6693 add-to-ordered-list moved to List Variables node.
6694
6695 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
6696
6697 * text.texi (Links and Mouse-1):
6698 For mouse-on-link-p, expand on arg POS.
6699
6700 2006-07-21 Kim F. Storm <storm@cua.dk>
6701
6702 * display.texi (Forcing Redisplay): Don't mention systems which
6703 don't support sub-second timers for redisplay-preemption-period.
6704
6705 * os.texi (Terminal Output): Clarify text vs graphical terminal.
6706
6707 2006-07-21 Eli Zaretskii <eliz@gnu.org>
6708
6709 * frames.texi (Input Focus): Document that focus-follows-mouse has
6710 no effect on MS-Windows.
6711
6712 2006-07-18 Richard Stallman <rms@gnu.org>
6713
6714 * display.texi (Forcing Redisplay): Cleanups in previous change.
6715
6716 * processes.texi (Low-Level Network): Make menu more convenient.
6717
6718 2006-07-18 Kim F. Storm <storm@cua.dk>
6719
6720 * display.texi (Forcing Redisplay): redisplay-preemption-period
6721 only used on window systems. Add xref to Terminal Output.
6722
6723 * os.texi (Terminal Output): baud-rate only controls preemption on
6724 non-window systems. Add xref to Forcing Redisplay.
6725
6726 * processes.texi (Low-Level Network): Rename node "Make Network"
6727 to "Network Processes".
6728
6729 2006-07-18 Karl Berry <karl@gnu.org>
6730
6731 * variables.texi, functions.texi, customize.texi, loading.texi:
6732 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
6733
6734 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
6735
6736 * commands.texi (Waiting): Document batch-mode sit-for behavior.
6737
6738 2006-07-17 Richard Stallman <rms@gnu.org>
6739
6740 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
6741 Put period and comma inside quotes.
6742
6743 * loading.texi, markers.texi: Use real doublequote inside menus.
6744
6745 * windows.texi: Put point and comma inside quotes.
6746 (Textual Scrolling): Use @samp for error message.
6747
6748 * variables.texi, tips.texi, syntax.texi, symbols.texi:
6749 * strings.texi, streams.texi, processes.texi, os.texi:
6750 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
6751 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
6752 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
6753 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
6754 Put point and comma inside quotes.
6755
6756 * control.texi (Processing of Errors): Add command-error-function.
6757
6758 * variables.texi (File Local Variables): Clarify that
6759 file local variables make buffer-local bindings.
6760
6761 * modes.texi (Syntactic Font Lock): Give default for
6762 font-lock-syntax-table.
6763
6764 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
6765
6766 * text.texi (Special Properties): Clean up previous change.
6767
6768 2006-07-16 Karl Berry <karl@gnu.org>
6769
6770 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
6771 * control.texi: Fix bad page breaks through chapter 10 (control).
6772
6773 * anti.texi (Antinews): Reorder face-attribute fns to avoid
6774 underfull hbox.
6775
6776 2006-07-15 Nick Roberts <nickrob@snap.net.nz>
6777
6778 * text.texi (Special Properties): Describe fontified text property
6779 in relation to a character (not text).
6780
6781 2006-07-15 Kim F. Storm <storm@cua.dk>
6782
6783 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
6784 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
6785 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
6786
6787 * anti.texi (Antinews): Mention redisplay function.
6788 The kbd macro existed, but was not documented, before 22.x.
6789 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
6790
6791 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
6792
6793 * display.texi (Displaying Messages): Add anchor.
6794
6795 * frames.texi (Dialog Boxes): Use it.
6796
6797 2006-07-12 Richard Stallman <rms@gnu.org>
6798
6799 * objects.texi (Frame Type): Explain nature of frames better.
6800
6801 * frames.texi (Frames): Explain nature of frames better.
6802
6803 2006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
6804
6805 * tips.texi (Coding Conventions): Explain why use cl at compile time.
6806
6807 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6808
6809 * frames.texi (Window System Selections): Mention scrap support for Mac.
6810 Default value of x-select-enable-clipboard is t on Mac.
6811
6812 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
6813
6814 2006-07-11 Kim F. Storm <storm@cua.dk>
6815
6816 * display.texi (Forcing Redisplay): Add `redisplay' function.
6817 Don't mention (sit-for -1) -- use (redisplay t) instead.
6818
6819 * commands.texi (Waiting): (sit-for -1) is no longer special.
6820 (sit-for 0) is equivalent to (redisplay).
6821 Iconifying/deiconifying no longer makes sit-for return.
6822
6823 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
6824
6825 * display.texi (Buttons): Fix typo.
6826
6827 * index.texi, elisp.texi (New Symbols): Comment node out.
6828
6829 2006-07-09 Richard Stallman <rms@gnu.org>
6830
6831 * display.texi (Truncation): Clean up previous change.
6832
6833 2006-07-08 Richard Stallman <rms@gnu.org>
6834
6835 * commands.texi (Interactive Call): Use 3 as prefix in example
6836 for execute-extended-command.
6837
6838 * display.texi (Attribute Functions): Move paragraph about
6839 compatibility with Emacs < 21.
6840
6841 2006-07-09 Kim F. Storm <storm@cua.dk>
6842
6843 * display.texi (Refresh Screen): Clarify force-window-update.
6844 (Truncation): "Normally" indicated by fringe arrows.
6845
6846 2006-07-08 Eli Zaretskii <eliz@gnu.org>
6847
6848 * windows.texi (Textual Scrolling, Resizing Windows):
6849 * variables.texi (Constant Variables):
6850 * text.texi (Buffer Contents, Deletion, Changing Properties)
6851 (Property Search, Special Properties, Sticky Properties)
6852 (Links and Mouse-1, Fields, Change Hooks):
6853 * syntax.texi (Syntax Table Functions, Parsing Expressions)
6854 (Categories):
6855 * symbols.texi (Other Plists):
6856 * streams.texi (Output Variables):
6857 * processes.texi (Input to Processes, Query Before Exit):
6858 * positions.texi (Word Motion, Text Lines, List Motion):
6859 * os.texi (Init File, System Environment, Sound Output)
6860 (Session Management):
6861 * nonascii.texi (Text Representations, Character Sets)
6862 (Chars and Bytes, Locales):
6863 * modes.texi (Defining Minor Modes, Header Lines):
6864 * minibuf.texi (Minibuffer Contents):
6865 * markers.texi (Information from Markers):
6866 * lists.texi (List Elements, Building Lists, Association Lists):
6867 * keymaps.texi (Tool Bar):
6868 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
6869 * functions.texi (What Is a Function, Mapping Functions):
6870 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
6871 (Color Names, Text Terminal Colors, Display Feature Testing):
6872 * files.texi (Visiting Functions, File Name Components)
6873 (Unique File Names, Contents of Directories):
6874 * display.texi (Forcing Redisplay, Displaying Messages)
6875 (Temporary Displays, Font Selection, Auto Faces)
6876 (Font Lookup, Fringe Indicators, Display Margins)
6877 (Image Descriptors, Showing Images, Image Cache, Button Types)
6878 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
6879 (Display Table Format, Glyphs):
6880 * control.texi (Iteration):
6881 * commands.texi (Command Loop Info, Adjusting Point):
6882 * backups.texi (Making Backups, Auto-Saving):
6883 Remove @tindex entries.
6884
6885 2006-07-07 Kim F. Storm <storm@cua.dk>
6886
6887 * display.texi (Fringe Cursors): Fix typo.
6888 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
6889 (Overlay Arrow): Default is overlay-arrow fringe indicator.
6890
6891 2006-07-05 Richard Stallman <rms@gnu.org>
6892
6893 * text.texi (Buffer Contents): Add example of text props
6894 in result of buffer-substring.
6895 (Text Properties): Explain better about use of specific property names.
6896 (Property Search): Some cleanups; reorder some functions.
6897
6898 * keymaps.texi (Changing Key Bindings): Cleanup.
6899 Add xref to Key Binding Conventions.
6900
6901 * display.texi (Attribute Functions): Add examples for
6902 face-attribute-relative-p.
6903
6904 * tips.texi (Coding Conventions): Cleanup last change.
6905
6906 2006-07-05 Karl Berry <karl@gnu.org>
6907
6908 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
6909 Remove @setchapternewpage odd.
6910 Result is 1013 pages, down from 1100.
6911
6912 * anti.texi, customize.texi, display.texi, internals.texi:
6913 * minibuf.texi, modes.texi, tips.texi:
6914 Fix overfull/underfull boxes.
6915
6916 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6917
6918 * edebug.texi (Instrumenting):
6919 Add Edebug-specific findex for eval-buffer.
6920 * loading.texi (Loading):
6921 Replace eval-current-buffer with eval-buffer.
6922
6923 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
6924
6925 * locals.texi (Standard Buffer-Local Variables): Update the list
6926 of variables.
6927
6928 2006-06-26 Nick Roberts <nickrob@snap.net.nz>
6929
6930 * files.texi (File Name Completion): Point user to the node
6931 "Reading File Names".
6932
6933 2006-06-24 Eli Zaretskii <eliz@gnu.org>
6934
6935 * files.texi (Contents of Directories): Document case-insensitive
6936 behavior on respective filesystems.
6937
6938 * objects.texi (Character Type): Document that Emacs signals an
6939 error for unsupported Unicode characters specified as \uNNNN.
6940
6941 2006-06-19 Richard Stallman <rms@gnu.org>
6942
6943 * processes.texi (Bindat Spec): Clarify previous change.
6944
6945 2006-06-16 Richard Stallman <rms@gnu.org>
6946
6947 * tips.texi (Coding Conventions): Better explain conventions
6948 for definition constructs.
6949
6950 * text.texi (Special Properties): String value of `read-only'
6951 serves as the error message.
6952
6953 * objects.texi (Character Type): Clarify prev. change.
6954 (Non-ASCII in Strings): Mention \u and \U.
6955
6956 * commands.texi (Using Interactive): Explain problem of
6957 markers, etc., in command-history.
6958
6959 2006-06-14 Kim F. Storm <storm@cua.dk>
6960
6961 * commands.texi (Waiting): Negative arg to sit-for forces
6962 redisplay even if input is pending.
6963
6964 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
6965 redisplay. Remove incorrect example of binding redisplay-dont-pause
6966 around (sit-for 0).
6967
6968 2006-06-13 Richard Stallman <rms@gnu.org>
6969
6970 * display.texi (Forcing Redisplay): Clarify previous change.
6971
6972 2006-06-13 Romain Francoise <romain@orebokech.com>
6973
6974 * display.texi (Forcing Redisplay): Fix typo.
6975
6976 2006-06-13 Kim F. Storm <storm@cua.dk>
6977
6978 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
6979
6980 2006-06-10 Luc Teirlinck <teirllm@auburn.edu>
6981
6982 * tips.texi (Coding Conventions): Add `@end itemize'.
6983
6984 2006-06-10 Richard Stallman <rms@gnu.org>
6985
6986 * tips.texi (Coding Conventions): Explain use of coding systems
6987 to ensure one decoding for strings.
6988
6989 2006-06-09 Aidan Kehoe <kehoea@parhasard.net>
6990
6991 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
6992 syntax.
6993
6994 2006-06-07 Eli Zaretskii <eliz@gnu.org>
6995
6996 * display.texi (Font Selection): Remove description of
6997 clear-face-cache.
6998
6999 * compile.texi (Eval During Compile): Fix a typo. Add index
7000 entries for possible uses of eval-when-compile.
7001
7002 2006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
7003
7004 * display.texi (Abstract Display): Fix typo.
7005
7006 2006-06-03 Eli Zaretskii <eliz@gnu.org>
7007
7008 * minibuf.texi (Minibuffer History) <history-add-new-input>:
7009 Reword variable's description.
7010
7011 2006-06-01 Richard Stallman <rms@gnu.org>
7012
7013 * windows.texi (Splitting Windows): Clarify splitting nonselected
7014 window.
7015
7016 2006-05-31 Juri Linkov <juri@jurta.org>
7017
7018 * minibuf.texi (Minibuffer History): Add history-add-new-input.
7019
7020 2006-05-30 Richard Stallman <rms@gnu.org>
7021
7022 * display.texi (Line Height): Fix errors in description of
7023 default line height and line-height property.
7024
7025 * nonascii.texi (Default Coding Systems): Further clarification.
7026
7027 2006-05-29 Luc Teirlinck <teirllm@auburn.edu>
7028
7029 * internals.texi (Pure Storage): Mention that an overflow in pure
7030 space causes a memory leak.
7031 (Garbage Collection): If there was an overflow in pure space,
7032 `garbage-collect' returns nil.
7033
7034 2006-05-30 Eli Zaretskii <eliz@gnu.org>
7035
7036 * nonascii.texi (Default Coding Systems): Fix it some more.
7037
7038 2006-05-29 Eli Zaretskii <eliz@gnu.org>
7039
7040 * nonascii.texi (Default Coding Systems): Fix last change.
7041
7042 2006-05-29 Kenichi Handa <handa@m17n.org>
7043
7044 * nonascii.texi (find-operation-coding-system): Describe the new
7045 argument format (FILENAME . BUFFER).
7046
7047 2006-05-28 Richard Stallman <rms@gnu.org>
7048
7049 * tips.texi (Coding Conventions): Better explain reasons not to
7050 advise other packages or use `eval-after-load'.
7051
7052 2006-05-29 Kim F. Storm <storm@cua.dk>
7053
7054 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
7055 `bindat-idx' and `bindat-raw' for clarity.
7056
7057 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
7058
7059 * processes.texi (Bindat Spec): Expand on `repeat' handler.
7060
7061 * display.texi (Display): Add "Abstract Display" to menu.
7062 (Abstract Display, Abstract Display Functions)
7063 (Abstract Display Example): New nodes.
7064 * elisp.texi (Top): Add "Abstract Display" to menu.
7065
7066 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
7067
7068 * keymaps.texi (Key Sequences): Link to input events definition.
7069 (Format of Keymaps): Delete material duplicated in Keymap Basics.
7070
7071 * files.texi (Changing Files): Document updated argument list for
7072 copy-file.
7073
7074 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
7075
7076 * processes.texi (Bindat Functions): Explain term "total length".
7077 Use it in bindat-length and bindat-pack descriptions.
7078
7079 2006-05-26 Eli Zaretskii <eliz@gnu.org>
7080
7081 * tips.texi (Coding Conventions): Advise against using
7082 eval-after-load in packages. Add an index entry.
7083
7084 2006-05-25 Juri Linkov <juri@jurta.org>
7085
7086 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
7087
7088 * modes.texi (%-Constructs): Add %e, %z, %Z.
7089
7090 2006-05-25 Richard Stallman <rms@gnu.org>
7091
7092 * elisp.texi (Top): Update subnode menu.
7093
7094 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
7095 (Keymaps): Update menu.
7096
7097 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
7098
7099 * keymaps.texi (Key Sequences): Some clarifications.
7100
7101 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
7102
7103 * processes.texi (Bindat Functions): Say "unibyte string"
7104 explicitly for bindat-unpack and bindat-pack descriptions.
7105 (Bindat Examples): Don't call `string-make-unibyte' in example.
7106
7107 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
7108
7109 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
7110 Explain string and vector representations of key sequences.
7111
7112 * keymaps.texi (Changing Key Bindings):
7113 * commands.texi (Interactive Codes):
7114 * help.texi (Describing Characters): Refer to it.
7115
7116 2006-05-23 Luc Teirlinck <teirllm@auburn.edu>
7117
7118 * frames.texi (Pointer Shape): @end table -> @end defvar.
7119
7120 2006-05-22 Richard Stallman <rms@gnu.org>
7121
7122 * elisp.texi (Top): Update subnode menus.
7123
7124 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
7125 Contents rewritten; material from old Pointer Shape node moved here.
7126
7127 * display.texi (Pointer Shape): Node deleted.
7128 (Image Descriptors): Minor cleanup.
7129
7130 2006-05-21 Richard Stallman <rms@gnu.org>
7131
7132 * syntax.texi (Parsing Expressions): Update info on which STATE
7133 elements are ignored.
7134
7135 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
7136
7137 * hooks.texi (Standard Hooks): Correct typo.
7138
7139 * gpl.texi (GPL): ifinfo -> ifnottex.
7140
7141 2006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
7142
7143 * searching.texi (Simple Match Data): Warn about match data being
7144 set anew by every search.
7145
7146 2006-05-17 Richard Stallman <rms@gnu.org>
7147
7148 * minibuf.texi (Minibuffer History): Clarify.
7149
7150 * searching.texi (Regexp Special): Clarify nested regexp warning.
7151
7152 2006-05-16 Kim F. Storm <storm@cua.dk>
7153
7154 * minibuf.texi (Minibuffer History): Update add-to-history.
7155
7156 2006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
7157
7158 * nonascii.texi (Explicit Encoding):
7159 Fix typo (encoding<->decoding).
7160
7161 2006-05-14 Richard Stallman <rms@gnu.org>
7162
7163 * buffers.texi (Creating Buffers): Cleanup.
7164
7165 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
7166
7167 2006-05-13 Eli Zaretskii <eliz@gnu.org>
7168
7169 * buffers.texi (Current Buffer): Document that with-temp-buffer
7170 disables undo.
7171
7172 * os.texi (Terminal-Specific): More accurate description of how
7173 Emacs searches for the terminal-specific libraries.
7174
7175 2006-05-12 Eli Zaretskii <eliz@gnu.org>
7176
7177 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
7178 emacs-xtra to @inforef's.
7179
7180 * text.texi (Undo): Document that undo is turned off in buffers
7181 whose names begin with a space.
7182
7183 * buffers.texi (Buffer Names): Add index entries for buffers whose
7184 names begin with a space.
7185 (Creating Buffers): Document that undo is turned off in buffers
7186 whose names begin with a space.
7187
7188 * files.texi (Visiting Functions, Reading from Files)
7189 (Saving Buffers): Mention code and EOL conversions by file I/O
7190 primitives and subroutines.
7191
7192 * nonascii.texi (Lisp and Coding Systems):
7193 Document coding-system-eol-type. Add index entries for eol conversion.
7194
7195 * display.texi (Defining Faces): Mention `mac', and add an xref to
7196 where window-system is described.
7197
7198 2006-05-10 Richard Stallman <rms@gnu.org>
7199
7200 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
7201
7202 2006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
7203
7204 * variables.texi (File Local Variables): Recommend to quote lambda
7205 expressions in safe-local-variable property.
7206
7207 2006-05-09 Richard Stallman <rms@gnu.org>
7208
7209 * variables.texi (File Local Variables):
7210 Document safe-local-eval-forms and safe-local-eval-function.
7211
7212 2006-05-07 Kim F. Storm <storm@cua.dk>
7213
7214 * minibuf.texi (Minibuffer History): Remove keep-dups arg
7215 from add-to-history.
7216
7217 2006-05-07 Romain Francoise <romain@orebokech.com>
7218
7219 * commands.texi (Event Input Misc):
7220 * compile.texi (Eval During Compile):
7221 * internals.texi (Buffer Internals):
7222 * minibuf.texi (Initial Input):
7223 * nonascii.texi (Scanning Charsets):
7224 * numbers.texi (Comparison of Numbers):
7225 * windows.texi (Textual Scrolling, Vertical Scrolling):
7226 Fix various typos.
7227
7228 2006-05-06 Eli Zaretskii <eliz@gnu.org>
7229
7230 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
7231 conditional xref's to either emacs or emacs-xtra, depending on
7232 @iftex/@ifnottex.
7233
7234 * minibuf.texi (Minibuffer History): Document add-to-history.
7235
7236 2006-05-05 Eli Zaretskii <eliz@gnu.org>
7237
7238 * internals.texi (Pure Storage): Mention the pure overflow message
7239 at startup.
7240
7241 2006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
7242
7243 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
7244 (Searching Keymaps): Fix pseudo-Lisp description of keymap
7245 search.
7246
7247 2006-05-01 Richard Stallman <rms@gnu.org>
7248
7249 * intro.texi (nil and t): Clarify.
7250
7251 * variables.texi (File Local Variables): Suggest using booleanp.
7252
7253 2006-05-01 Juanma Barranquero <lekktu@gmail.com>
7254
7255 * objects.texi (Type Predicates): Fix typos.
7256
7257 2006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
7258
7259 * intro.texi (nil and t): Add booleanp.
7260
7261 * objects.texi (Type Predicates): Add links for booleanp and
7262 string-or-null-p.
7263
7264 2006-04-29 Richard Stallman <rms@gnu.org>
7265
7266 * modes.texi (Multiline Font Lock): Rename from
7267 Multi line Font Lock Elements. Much clarification.
7268 (Font Lock Multiline, Region to Fontify): Much clarification.
7269
7270 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
7271
7272 * variables.texi (File Local Variables): Remove the special case t for
7273 safe-local-variable.
7274
7275 2006-04-26 Richard Stallman <rms@gnu.org>
7276
7277 * syntax.texi (Parsing Expressions): Minor cleanup.
7278
7279 2006-04-18 Richard Stallman <rms@gnu.org>
7280
7281 * tips.texi (Coding Conventions): Explain when the package's
7282 prefix should appear later on (not at the start of the name).
7283
7284 * searching.texi (String Search): Clarify effect of NOERROR.
7285
7286 * modes.texi (Imenu): Clarify what special items do.
7287
7288 * hooks.texi (Standard Hooks): Delete text about old hook names.
7289
7290 2006-04-17 Romain Francoise <romain@orebokech.com>
7291
7292 * variables.texi (Local Variables): Update the default value of
7293 `max-specpdl-size'.
7294
7295 2006-04-15 Michael Olson <mwolson@gnu.org>
7296
7297 * processes.texi (Transaction Queues): Mention the new optional
7298 `delay-question' argument for `tq-enqueue'.
7299
7300 2006-04-13 Bill Wohler <wohler@newt.com>
7301
7302 * customize.texi (Common Keywords): Use dotted notation for
7303 :package-version value. Specify its values. Improve documentation
7304 for customize-package-emacs-version-alist.
7305
7306 2006-04-12 Bill Wohler <wohler@newt.com>
7307
7308 * customize.texi (Common Keywords): Move description of
7309 customize-package-emacs-version-alist to @defvar.
7310
7311 2006-04-10 Bill Wohler <wohler@newt.com>
7312
7313 * customize.texi (Common Keywords): Add :package-version.
7314
7315 2006-04-10 Kim F. Storm <storm@cua.dk>
7316
7317 * text.texi (Buffer Contents): Add NOPROPS arg to
7318 filter-buffer-substring.
7319
7320 2006-04-08 Kevin Ryde <user42@zip.com.au>
7321
7322 * os.texi (Command-Line Arguments): Update xref to emacs manual
7323 "Command Arguments" -> "Emacs Invocation", per change there.
7324
7325 2006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
7326
7327 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
7328 be on one line to help makeinfo not render two spaces after the dot.
7329
7330 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7331
7332 * strings.texi (Predicates for Strings): Add string-or-null-p.
7333
7334 2006-03-28 Kim F. Storm <storm@cua.dk>
7335
7336 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
7337 remarks about systems that don't support fractional seconds.
7338
7339 2006-03-25 Karl Berry <karl@gnu.org>
7340
7341 * elisp.texi: Use @copyright{} instead of (C), and do not indent
7342 the year list.
7343
7344 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
7345
7346 * display.texi (Fringe Indicators): Fix typos.
7347
7348 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
7349
7350 * tips.texi (Documentation Tips): One can now also write `program'
7351 in front of a quoted symbol in a docstring to prevent making a
7352 hyperlink.
7353
7354 2006-03-19 Alan Mackenzie <acm@muc.de>
7355
7356 * text.texi (Special Properties): Clarify `fontified' property.
7357
7358 2006-03-16 Richard Stallman <rms@gnu.org>
7359
7360 * display.texi (Defining Images): Minor cleanup.
7361
7362 2006-03-16 Bill Wohler <wohler@newt.com>
7363
7364 * display.texi (Defining Images): In image-load-path-for-library,
7365 prefer user's images.
7366
7367 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
7368
7369 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
7370
7371 2006-03-15 Bill Wohler <wohler@newt.com>
7372
7373 * display.texi (Defining Images): Fix example in
7374 image-load-path-for-library by not recommending that one binds
7375 image-load-path. Just defvar it to placate compiler and only use
7376 it if previously defined.
7377
7378 2006-03-14 Bill Wohler <wohler@newt.com>
7379
7380 * display.texi (Defining Images): In image-load-path-for-library,
7381 always return list of directories. Update example.
7382
7383 2006-03-14 Alan Mackenzie <acm@muc.de>
7384
7385 * modes.texi: New node, "Region to Fontify" (for Font Lock).
7386 This describes font-lock-extend-region-function.
7387 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
7388 the new node "Region to Fontify".
7389
7390 2006-03-13 Richard Stallman <rms@gnu.org>
7391
7392 * display.texi (Invisible Text): The impossible position is
7393 now before the invisible text, not after.
7394 (Defining Images): Clean up last change.
7395
7396 2006-03-11 Bill Wohler <wohler@newt.com>
7397
7398 * display.texi (Defining Images): Add image-load-path-for-library.
7399
7400 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
7401
7402 * text.texi (Adaptive Fill): Fix Texinfo usage.
7403
7404 * strings.texi (Creating Strings): Fix Texinfo usage.
7405
7406 * searching.texi (Regexp Special): Use @samp for regular
7407 expressions that are not in Lisp syntax.
7408
7409 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
7410
7411 * searching.texi (Regexp Special): Put remark between parentheses
7412 to avoid misreading.
7413
7414 2006-03-07 Luc Teirlinck <teirllm@auburn.edu>
7415
7416 * searching.texi (Syntax of Regexps): More accurately describe
7417 which characters are special in which situations.
7418 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
7419 are not special. Describe in detail when `[' and `]' are special.
7420 (Regexp Backslash): Plenty of regexps with unbalanced square
7421 brackets are valid, so reword that statement.
7422
7423 2006-03-02 Kim F. Storm <storm@cua.dk>
7424
7425 * keymaps.texi (Tool Bar): Add tool-bar-border.
7426
7427 2006-02-28 Luc Teirlinck <teirllm@auburn.edu>
7428
7429 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
7430
7431 2006-02-27 Luc Teirlinck <teirllm@auburn.edu>
7432
7433 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
7434
7435 * files.texi (Locating Files): Suggest additional values for the
7436 SUFFIXES arg of `locate-file'. Update pxref.
7437
7438 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
7439 (How Programs Do Loading): Discuss the effects of Auto Compression
7440 mode on `load'.
7441 (Load Suffixes): New node.
7442 (Library Search): Delete description of `load-suffixes'; it was
7443 moved to "Load Suffixes".
7444 (Autoload, Named Features): Mention `load-suffixes'.
7445
7446 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7447
7448 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
7449
7450 * windows.texi (Window Tree): Fix typo.
7451
7452 2006-02-20 Kim F. Storm <storm@cua.dk>
7453
7454 * display.texi (Fringe Indicators): New section.
7455 Move indicate-empty-lines, indicate-buffer-boundaries, and
7456 default-indicate-buffer-boundaries here.
7457 Add fringe-indicator-alist and default-fringes-indicator-alist.
7458 Add list of logical fringe indicator symbols.
7459 Update list of standard bitmap names.
7460 (Fringe Cursors): New section.
7461 Move overflow-newline-into-fringe here.
7462 Add fringe-cursor-alist and default-fringes-cursor-alist.
7463 Add list of fringe cursor symbols.
7464
7465 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
7466
7467 * commands.texi (Using Interactive): Fix reference to node
7468 "Minibuffers".
7469
7470 2006-02-19 Richard M. Stallman <rms@gnu.org>
7471
7472 * minibuf.texi (High-Level Completion):
7473 Add xref to read-input-method-name.
7474
7475 * files.texi (Relative File Names): Move file-relative-name here.
7476 (File Name Expansion): From here. Minor clarifications.
7477
7478 * commands.texi (Using Interactive): Add xrefs about reading input.
7479 Clarify remarks about that moving point and mark.
7480 Put string case before list case.
7481
7482 2006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
7483
7484 * display.texi (Other Display Specs, Image Descriptors):
7485 Revert erroneous changes. The previous description of
7486 image-descriptors as `(image . PROPS)' was correct.
7487
7488 2006-02-14 Richard M. Stallman <rms@gnu.org>
7489
7490 * variables.texi (File Local Variables): Clarifications.
7491
7492 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
7493
7494 * variables.texi (File Local Variables): Use @code for a cons
7495 cell, not @var.
7496
7497 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
7498
7499 * variables.texi (File Local Variables): Document new file local
7500 variable behavior.
7501
7502 2006-02-10 Kim F. Storm <storm@cua.dk>
7503
7504 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
7505
7506 2006-02-08 Juanma Barranquero <lekktu@gmail.com>
7507
7508 * modes.texi (%-Constructs): Remove obsolete info about
7509 `global-mode-string'.
7510
7511 2006-02-07 Richard M. Stallman <rms@gnu.org>
7512
7513 * commands.texi (Prefix Command Arguments): Minor cleanup.
7514
7515 * display.texi: "Graphical display", not window system.
7516
7517 * functions.texi (What Is a Function): Fix xref.
7518
7519 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
7520 (Changing Key Bindings): Clarify when remapping is better than
7521 substitute-key-definition.
7522
7523 2006-02-02 Richard M. Stallman <rms@gnu.org>
7524
7525 * minibuf.texi (Basic Completion): Completion alists are risky.
7526
7527 * keymaps.texi (Active Keymaps): Clarifications.
7528 (Searching Keymaps): New node.
7529 (Keymaps): Update menu.
7530
7531 * frames.texi (Layout Parameters): Minor clarification.
7532 (Drag and Drop): New node.
7533 (Frames): Update menu.
7534
7535 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
7536
7537 * display.texi (Other Display Specs, Image Descriptors):
7538 Image description is a list, not a cons cell.
7539
7540 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7541
7542 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
7543 list is not necessarily a list).
7544
7545 2006-01-27 Eli Zaretskii <eliz@gnu.org>
7546
7547 * frames.texi (Layout Parameters): border-width and
7548 internal-border-width belong to the frame, not the window.
7549
7550 2006-01-19 Richard M. Stallman <rms@gnu.org>
7551
7552 * nonascii.texi (Translation of Characters): Search cmds use
7553 translation-table-for-input. Automatically made local.
7554
7555 * markers.texi (Overview of Markers): Count insertion type
7556 as one of a marker's attributes.
7557
7558 * keymaps.texi (Controlling Active Maps): New node, split out of
7559 Active Keymaps.
7560 (Keymaps): Menu updated.
7561 (Active Keymaps): Give pseudocode to explain how the active
7562 maps are searched. current-active-maps and key-binding moved here.
7563 (Functions for Key Lookup): current-active-maps and key-binding moved.
7564 Clarifications.
7565 (Searching the Keymaps): New subnode.
7566
7567 * elisp.texi (Top): Menu clarification.
7568
7569 * display.texi (Other Display Specs): Delete duplicate entry for
7570 just a string as display spec. Move text about recursive display
7571 specs on such a string.
7572
7573 * commands.texi (Key Sequence Input): Clarify.
7574 Move num-nonmacro-input-events out.
7575 (Reading One Event): num-nonmacro-input-events moved here.
7576
7577 2006-01-14 Nick Roberts <nickrob@snap.net.nz>
7578
7579 * advice.texi (Simple Advice): Update example to fit argument
7580 change in previous-line.
7581
7582 2006-01-05 Richard M. Stallman <rms@gnu.org>
7583
7584 * markers.texi (The Mark): Fix in `mark'.
7585
7586 2006-01-04 Richard M. Stallman <rms@gnu.org>
7587
7588 * processes.texi (Misc Network, Make Network): Minor cleanups.
7589
7590 2006-01-04 Kim F. Storm <storm@cua.dk>
7591
7592 * processes.texi (Make Network): Add IPv6 addresses and handling.
7593 (Network Feature Testing): Mention (:family ipv6).
7594 (Misc Network): Add IPv6 formats to format-network-address.
7595
7596 2005-12-30 Richard M. Stallman <rms@gnu.org>
7597
7598 * text.texi (Changing Properties):
7599 Don't use return value of set-text-properties.
7600
7601 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
7602
7603 * modes.texi (Mode Line Format): Correct typo in menu.
7604
7605 2005-12-29 Richard M. Stallman <rms@gnu.org>
7606
7607 * modes.texi (Mode Line Top): New node.
7608 (Mode Line Data): Some text moved to new node.
7609 Explain the data structure more concretely.
7610 (Mode Line Basics): Clarifications.
7611 (Mode Line Variables): Clarify intro paragraph.
7612 (%-Constructs): Clarify intro paragraph.
7613 (Mode Line Format): Update menu.
7614
7615 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7616
7617 * minibuf.texi (Basic Completion): Update lazy-completion-table
7618 examples for removal of ARGS argument.
7619
7620 2005-12-23 Richard M. Stallman <rms@gnu.org>
7621
7622 * text.texi (Undo): Restore some explanation from the version
7623 that was deleted.
7624
7625 2005-12-23 Eli Zaretskii <eliz@gnu.org>
7626
7627 * text.texi (Undo): Remove duplicate descriptions of `apply
7628 funname' and `apply delta' elements of the undo list.
7629
7630 2005-12-20 Richard M. Stallman <rms@gnu.org>
7631
7632 * help.texi (Help Functions): Update documentation of `apropos'.
7633
7634 2005-12-20 Luc Teirlinck <teirllm@auburn.edu>
7635
7636 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
7637 because it is confusing. If the :help-echo keyword is a function,
7638 it is not directly used as the :help-echo overlay property, as the
7639 xref seems to suggest (it does not take the appropriate args).
7640
7641 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
7642
7643 * customize.texi (Common Keywords): Fix Texinfo usage.
7644 (Group Definitions, Variable Definitions): Update for new
7645 conventions for using `*' in docstrings.
7646
7647 * tips.texi (Documentation Tips): Update for new conventions for
7648 using `*' in docstrings.
7649
7650 2005-12-16 Richard M. Stallman <rms@gnu.org>
7651
7652 * minibuf.texi (Minibuffer Contents): Minor cleanup.
7653
7654 2005-12-16 Juri Linkov <juri@jurta.org>
7655
7656 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
7657
7658 2005-12-14 Romain Francoise <romain@orebokech.com>
7659
7660 * modes.texi (Customizing Keywords): Rename `append' to `how'.
7661 Fix typo.
7662
7663 2005-12-11 Juri Linkov <juri@jurta.org>
7664
7665 * minibuf.texi (Completion Commands): Add mention of read-file-name
7666 for filename completion keymaps.
7667 (Reading File Names): Add mention of filename completion keymaps
7668 for read-file-name and xref to `Completion Commands'.
7669
7670 2005-12-10 Richard M. Stallman <rms@gnu.org>
7671
7672 * customize.texi (Common Keywords): State caveats for use of :tag.
7673
7674 2005-12-08 Richard M. Stallman <rms@gnu.org>
7675
7676 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
7677 with xrefs and better explanation.
7678 (Completion Commands): Add the filename completion maps.
7679
7680 * objects.texi (Character Type): Clarify that \s is not space
7681 if a dash follows.
7682
7683 2005-12-05 Richard M. Stallman <rms@gnu.org>
7684
7685 * windows.texi (Resizing Windows): Delete preserve-before args.
7686
7687 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
7688
7689 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
7690 in full keymaps, since the quirk has been fixed.
7691
7692 2005-12-03 Eli Zaretskii <eliz@gnu.org>
7693
7694 * hooks.texi (Standard Hooks): Add index entries.
7695 Mention `compilation-finish-functions'.
7696
7697 2005-11-27 Richard M. Stallman <rms@gnu.org>
7698
7699 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
7700
7701 2005-11-21 Juri Linkov <juri@jurta.org>
7702
7703 * customize.texi (Common Keywords): Update links types
7704 custom-manual and url-link. Add link types emacs-library-link,
7705 file-link, function-link, variable-link, custom-group-link.
7706
7707 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
7708
7709 * display.texi: Revert 2005-11-20 change.
7710
7711 2005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
7712
7713 * processes.texi (Bindat Functions):
7714 Say "third" to refer to zero-based index "2".
7715
7716 2005-11-18 Luc Teirlinck <teirllm@auburn.edu>
7717
7718 * loading.texi (Library Search): Update the default value of
7719 `load-suffixes'.
7720
7721 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7722
7723 * display.texi (Attribute Functions): Mention :ignore-defface.
7724
7725 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7726
7727 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
7728 (Minor Mode Conventions): Mention the use of a hook.
7729
7730 2005-11-06 Richard M. Stallman <rms@gnu.org>
7731
7732 * files.texi (Magic File Names): find-file-name-handler checks the
7733 `operations' property of the handler.
7734
7735 2005-11-03 Richard M. Stallman <rms@gnu.org>
7736
7737 * variables.texi (Frame-Local Variables): Small clarification.
7738
7739 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
7740
7741 * os.texi (Init File): Document ~/.emacs.d/init.el.
7742
7743 2005-10-29 Richard M. Stallman <rms@gnu.org>
7744
7745 * internals.texi (Garbage Collection): Document memory-full.
7746
7747 2005-10-28 Bill Wohler <wohler@newt.com>
7748
7749 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
7750 for URLs.
7751
7752 2005-10-28 Richard M. Stallman <rms@gnu.org>
7753
7754 * minibuf.texi (Completion Commands): Clean up prev change.
7755
7756 2005-10-26 Kevin Ryde <user42@zip.com.au>
7757
7758 * compile.texi (Eval During Compile): Explain recommended uses
7759 of eval-when-compile and eval-and-compile.
7760
7761 2005-10-27 Masatake YAMATO <jet@gyve.org>
7762
7763 * minibuf.texi (Completion Commands):
7764 Write about new optional argument for `display-completion-list'.
7765
7766 2005-10-23 Richard M. Stallman <rms@gnu.org>
7767
7768 * display.texi (Overlay Arrow): Clarify about local bindings of
7769 overlay-arrow-position.
7770
7771 2005-10-22 Eli Zaretskii <eliz@gnu.org>
7772
7773 * internals.texi (Building Emacs): Fix last change.
7774
7775 2005-10-22 Richard M. Stallman <rms@gnu.org>
7776
7777 * internals.texi (Building Emacs): Document eval-at-startup.
7778
7779 2005-10-21 Richard M. Stallman <rms@gnu.org>
7780
7781 * loading.texi (Where Defined): load-history contains abs file names.
7782 symbol-file returns abs file names.
7783
7784 2005-10-19 Kim F. Storm <storm@cua.dk>
7785
7786 * display.texi (Showing Images): Add max-image-size integer value.
7787
7788 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
7789
7790 * display.texi (Showing Images): Document max-image-size.
7791
7792 2005-10-17 Richard M. Stallman <rms@gnu.org>
7793
7794 * commands.texi (Quitting): Minor clarification.
7795
7796 * processes.texi (Sentinels): Clarify about output and quitting.
7797 (Filter Functions): Mention with-local-quit.
7798
7799 2005-10-17 Juri Linkov <juri@jurta.org>
7800
7801 * buffers.texi (Current Buffer):
7802 * commands.texi (Event Input Misc):
7803 * compile.texi (Eval During Compile, Compiler Errors):
7804 * customize.texi (Group Definitions):
7805 * display.texi (Progress, Defining Faces):
7806 * files.texi (Writing to Files):
7807 * modes.texi (Mode Hooks, Defining Minor Modes):
7808 * streams.texi (Output Functions):
7809 * syntax.texi (Syntax Table Functions):
7810 * text.texi (Change Hooks):
7811 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
7812
7813 * commands.texi (Quitting): Replace arg `forms' with `body' in
7814 `with-local-quit'.
7815
7816 * positions.texi (Excursions): Replace arg `forms' with `body' in
7817 `save-excursion'.
7818
7819 2005-10-08 Kim F. Storm <storm@cua.dk>
7820
7821 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
7822 Rename manual section accordingly.
7823
7824 2005-10-04 Kim F. Storm <storm@cua.dk>
7825
7826 * windows.texi (Window Split Tree): New section describing
7827 new function window-split-tree function.
7828
7829 2005-10-03 Nick Roberts <nickrob@snap.net.nz>
7830
7831 * display.texi (Fringe Size/Pos): Simplify and add detail.
7832
7833 2005-09-30 Romain Francoise <romain@orebokech.com>
7834
7835 * minibuf.texi (High-Level Completion): Explain that the prompt
7836 given to `read-buffer' should end with a colon and a space.
7837 Update usage examples.
7838
7839 2005-09-29 Juri Linkov <juri@jurta.org>
7840
7841 * display.texi (Displaying Messages): Rename argument name
7842 `string' to `format-string' in functions `message', `message-box',
7843 `message-or-box'.
7844
7845 2005-09-26 Chong Yidong <cyd@stupidchicken.com>
7846
7847 * errors.texi (Standard Errors): Correct xrefs.
7848
7849 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
7850
7851 * display.texi (Defining Images): Update documentation for
7852 `image-load-path'.
7853
7854 2005-09-17 Richard M. Stallman <rms@gnu.org>
7855
7856 * display.texi (Defining Images): Clean up previous change.
7857
7858 2005-09-16 Romain Francoise <romain@orebokech.com>
7859
7860 * elisp.texi: Specify GFDL version 1.2.
7861
7862 * doclicense.texi (GNU Free Documentation License): Update to
7863 version 1.2.
7864
7865 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
7866
7867 * display.texi (Defining Images): Document `image-load-path'.
7868
7869 2005-09-15 Richard M. Stallman <rms@gnu.org>
7870
7871 * objects.texi (Printed Representation): Minor cleanup.
7872 (Box Diagrams): Minor fix.
7873 (Cons Cell Type): Move (...) index item here.
7874 (Box Diagrams): From here.
7875 (Array Type): Minor fix.
7876 (Type Predicates): Delete index "predicates".
7877 (Hash Table Type): Clarify xref.
7878 (Dotted Pair Notation): Minor fix.
7879
7880 2005-09-10 Chong Yidong <cyd@stupidchicken.com>
7881
7882 * files.texi (Saving Buffers): Fix typo.
7883
7884 2005-09-08 Richard M. Stallman <rms@gnu.org>
7885
7886 * tips.texi (Programming Tips): Correct the "default" prompt spec.
7887
7888 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
7889
7890 * locals.texi (Standard Buffer-Local Variables): Don't include
7891 mode variables for minor modes.
7892 Fix xrefs for buffer-display-count, buffer-display-table,
7893 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
7894 enable-multibyte-characters, fill-column, header-line-format,
7895 left-fringe-width, left-margin, and right-fringe-width.
7896
7897 * hooks.texi (Standard Hooks): All hooks should conform to the
7898 standard naming convention now.
7899 Fix xref for `echo-area-clear-hook'.
7900
7901 * display.texi (Usual Display): Note that indicate-empty-lines and
7902 tab-width are buffer-local.
7903
7904 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
7905
7906 * modes.texi (Mode Help): Note that major-mode is buffer-local.
7907
7908 * nonascii.texi (Encoding and I/O): Note that
7909 buffer-file-coding-system is buffer-local.
7910
7911 * positions.texi (List Motion): Note that defun-prompt-regexp is
7912 buffer-local.
7913
7914 * text.texi (Auto Filling): Note that auto-fill-function is
7915 buffer-local.
7916 (Undo): Note that buffer-undo-list is buffer-local.
7917
7918 * windows.texi (Buffers and Windows):
7919 Document buffer-display-count.
7920
7921 2005-09-06 Richard M. Stallman <rms@gnu.org>
7922
7923 * tips.texi (Coding Conventions): Sometimes it is ok to put the
7924 package prefix elsewhere than at the start of the name.
7925
7926 2005-09-03 Richard M. Stallman <rms@gnu.org>
7927
7928 * tips.texi (Programming Tips): Add conventions for minibuffer
7929 questions and prompts.
7930
7931 2005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
7932
7933 * intro.texi (nil and t): Minor cleanup.
7934 Delete spurious mention of keyword symbols.
7935 (Evaluation Notation): Add index entry.
7936 (A Sample Function Description): Minor cleanup.
7937 (A Sample Variable Description): Not all vars can be set.
7938
7939 2005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
7940
7941 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
7942
7943 (Insertion): Document precise type of `insert-char' arg COUNT.
7944
7945 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7946
7947 * modes.texi (Other Font Lock Variables): Sync the default of
7948 font-lock-lines-before.
7949
7950 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
7951
7952 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
7953
7954 2005-08-29 Richard M. Stallman <rms@gnu.org>
7955
7956 * elisp.texi (Top): Update subnode menu.
7957
7958 * searching.texi (Searching and Matching): Move node.
7959 Rearrange contents and add overall explanation.
7960 (Searching and Case): Move node.
7961 (Searching and Matching): Update menu.
7962
7963 2005-08-27 Eli Zaretskii <eliz@gnu.org>
7964
7965 * os.texi (Startup Summary): Fix the description of the initial
7966 startup message display.
7967
7968 2005-08-25 Richard M. Stallman <rms@gnu.org>
7969
7970 * searching.texi (Search and Replace): Add replace-regexp-in-string.
7971
7972 2005-08-25 Emilio C. Lopes <eclig@gmx.net>
7973
7974 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
7975 `next-overlay-change' example.
7976
7977 2005-08-22 Juri Linkov <juri@jurta.org>
7978
7979 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
7980 Fix invert-face. Fix args of face-background.
7981
7982 * display.texi (Standard Faces): Delete node.
7983 (Faces): Add xref to `(emacs)Standard Faces'.
7984 (Displaying Faces): Fix xref to `Standard Faces'.
7985
7986 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
7987
7988 2005-08-20 Alan Mackenzie <acm@muc.de>
7989
7990 * buffers.texi (The Buffer List): Clarify the manipulation of the
7991 buffer list.
7992
7993 2005-08-14 Richard M. Stallman <rms@gnu.org>
7994
7995 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
7996 a regexp.
7997
7998 2005-08-11 Richard M. Stallman <rms@gnu.org>
7999
8000 * elisp.texi (Top): Update subnode lists.
8001
8002 * display.texi (Inverse Video): Node deleted.
8003
8004 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
8005 New nodes split out of Coding Conventions.
8006
8007 * searching.texi (Regular Expressions): Document re-builder.
8008
8009 * os.texi (Time Parsing): New node split out of Time Conversion.
8010
8011 * processes.texi (Misc Network, Network Feature Testing)
8012 (Network Options, Make Network): New nodes split out of
8013 Low-Level Network.
8014
8015 2005-08-09 Richard M. Stallman <rms@gnu.org>
8016
8017 * frames.texi (Geometry): New node, split from Size and Position.
8018 (Frame Parameters): Refer to Geometry.
8019
8020 * buffers.texi (The Buffer List): Fix xrefs.
8021
8022 * windows.texi (Splitting Windows): Fix xref.
8023
8024 * frames.texi (Layout Parameters): Add xref.
8025
8026 * display.texi (Line Height, Scroll Bars): Fix xrefs.
8027
8028 * keymaps.texi (Menu Bar): Fix xref.
8029
8030 * locals.texi (Standard Buffer-Local Variables): Fix xref.
8031
8032 * modes.texi (%-Constructs): Fix xref.
8033
8034 * frames.texi (Window Frame Parameters): Node split up.
8035 (Basic Parameters, Position Parameters, Size Parameters)
8036 (Layout Parameters, Buffer Parameters, Management Parameters)
8037 (Cursor Parameters, Color Parameters): New subnodes.
8038
8039 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
8040
8041 * positions.texi (Screen Lines): Update xref for previous change
8042 in minibuf.texi.
8043
8044 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
8045 change in minibuf.texi.
8046
8047 2005-08-09 Richard M. Stallman <rms@gnu.org>
8048
8049 * tips.texi (Coding Conventions): Minor cleanup.
8050
8051 * modes.texi (Defining Minor Modes): Explain when init-value
8052 can be non-nil.
8053
8054 * elisp.texi (Top): Update submenu for Minibuffer.
8055
8056 * minibuf.texi (Minibuffer Misc): Node split up.
8057 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
8058 (Recursive Mini): New nodes split out from Minibuffer Misc.
8059 (Minibuffer Misc): Document max-mini-window-height.
8060
8061 * hash.texi (Defining Hash): Delete stray paren in example.
8062
8063 * display.texi (Echo Area Customization): Don't define
8064 max-mini-window-height here; xref instead.
8065
8066 * commands.texi (Event Input Misc): Update while-no-input.
8067
8068 * advice.texi (Advising Functions): Explain when to use advice
8069 and when to use a hook.
8070
8071 2005-07-30 Eli Zaretskii <eliz@gnu.org>
8072
8073 * makefile.w32-in (info): Don't run install-info.
8074 ($(infodir)/dir): New target, produced by running install-info.
8075
8076 2005-07-27 Luc Teirlinck <teirllm@auburn.edu>
8077
8078 * modes.texi (Defining Minor Modes): The keyword for the initial
8079 value is :init-value, not :initial-value.
8080
8081 2005-07-23 Eli Zaretskii <eliz@gnu.org>
8082
8083 * loading.texi (Autoload): Make the `doctor' example be consistent
8084 with what's in current loaddefs.el. Describe the "fn" magic in
8085 the usage portion of the doc string.
8086
8087 2005-07-22 Richard M. Stallman <rms@gnu.org>
8088
8089 * internals.texi (Garbage Collection): Clarify previous change.
8090
8091 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
8092
8093 * internals.texi (Garbage Collection): Add gc-cons-percentage.
8094
8095 2005-07-18 Juri Linkov <juri@jurta.org>
8096
8097 * commands.texi (Accessing Events):
8098 * frames.texi (Text Terminal Colors, Resources):
8099 * markers.texi (The Mark):
8100 * modes.texi (Defining Minor Modes):
8101 Delete duplicate duplicate words.
8102
8103 2005-07-16 Richard M. Stallman <rms@gnu.org>
8104
8105 * display.texi (Managing Overlays): Clarify make-overlay
8106 args for insertion types.
8107
8108 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
8109
8110 * customize.texi (Variable Definitions):
8111 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
8112 `standard-value' is a list too.
8113 (Defining New Types): Use @key{RET} instead of @key{ret}.
8114
8115 2005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
8116
8117 * os.texi (Translating Input): Fix typo.
8118
8119 2005-07-08 Richard M. Stallman <rms@gnu.org>
8120
8121 * README: Update edition number and size estimate.
8122
8123 * elisp.texi (VERSION): Set to 2.9.
8124
8125 2005-07-07 Richard M. Stallman <rms@gnu.org>
8126
8127 * book-spine.texinfo: Update Emacs version.
8128
8129 * display.texi (Inverse Video): Delete mode-line-inverse-video.
8130
8131 2005-07-06 Richard M. Stallman <rms@gnu.org>
8132
8133 * searching.texi (Regexp Search): Clarify what re-search-forward
8134 does when the search fails.
8135
8136 2005-07-05 Lute Kamstra <lute@gnu.org>
8137
8138 * Update FSF's address in GPL notices.
8139
8140 * doclicense.texi (GNU Free Documentation License):
8141 * gpl.texi (GPL):
8142 * tips.texi (Coding Conventions, Library Headers):
8143 * vol1.texi:
8144 * vol2.texi: Update FSF's address.
8145
8146 2005-07-04 Richard M. Stallman <rms@gnu.org>
8147
8148 * hooks.texi (Standard Hooks): Add occur-hook.
8149
8150 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
8151
8152 * display.texi (The Echo Area): Correct menu.
8153
8154 2005-07-03 Richard M. Stallman <rms@gnu.org>
8155
8156 * elisp.texi (Top): Update subnode menu for Display.
8157
8158 * display.texi (Displaying Messages): New node, with most
8159 of what was in The Echo Area.
8160 (Progress): Move under The Echo Area.
8161 (Logging Messages): New node with new text.
8162 (Echo Area Customization): New node, the rest of what was
8163 in The Echo Area. Document message-truncate-lines with @defvar.
8164 (Display): Update menu.
8165
8166 * windows.texi (Textual Scrolling): Doc 3 values for
8167 scroll-preserve-screen-position.
8168
8169 * text.texi (Special Properties): Change hook functions
8170 should bind inhibit-modification-hooks around altering buffer text.
8171
8172 * keymaps.texi (Key Binding Commands): Call binding BINDING
8173 rather than DEFINITION.
8174
8175 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
8176
8177 * variables.texi (Defining Variables): `user-variable-p' returns t
8178 for aliases of user options, nil for alias loops.
8179
8180 2005-06-28 Richard M. Stallman <rms@gnu.org>
8181
8182 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
8183 make-keymap.
8184
8185 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
8186
8187 * variables.texi (Setting Variables): Correct and clarify
8188 description of `add-to-ordered-list'.
8189
8190 2005-06-26 Richard M. Stallman <rms@gnu.org>
8191
8192 * display.texi (Faces): Minor cleanup.
8193
8194 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
8195
8196 * display.texi (Faces): `facep' returns t for strings that are
8197 face names.
8198
8199 2005-06-25 Richard M. Stallman <rms@gnu.org>
8200
8201 * objects.texi (Equality Predicates): Clarify meaning of equal.
8202
8203 * windows.texi (Selecting Windows): save-selected-window
8204 and with-selected-window save and restore the current buffer.
8205
8206 2005-06-24 Richard M. Stallman <rms@gnu.org>
8207
8208 * numbers.texi (Float Basics): Explain how to test for NaN,
8209 and printing the sign of NaNs.
8210
8211 2005-06-24 Eli Zaretskii <eliz@gnu.org>
8212
8213 * makefile.w32-in (MAKEINFO): Use --force.
8214
8215 2005-06-23 Richard M. Stallman <rms@gnu.org>
8216
8217 * display.texi (Face Functions): Correct Texinfo usage.
8218
8219 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
8220
8221 * lists.texi (Rings): `ring-elements' now returns the elements of
8222 RING in order.
8223
8224 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
8225
8226 * markers.texi (The Mark): Texinfo usage fix.
8227
8228 2005-06-23 Kim F. Storm <storm@cua.dk>
8229
8230 * searching.texi (Entire Match Data): Remove evaporate option for
8231 match-data. Do not mention evaporate option for set-match-data.
8232
8233 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
8234
8235 * display.texi (Face Functions): Mention face aliases.
8236
8237 2005-06-21 Richard M. Stallman <rms@gnu.org>
8238
8239 * anti.texi (Antinews): Texinfo usage fix.
8240
8241 2005-06-21 Karl Berry <karl@gnu.org>
8242
8243 * elisp.texi: Use @copying.
8244
8245 * elisp.texi: Put @summarycontents and @contents before the Top
8246 node, instead of the end of the file, so that the contents appear
8247 in the right place in the dvi/pdf output.
8248
8249 2005-06-21 Juri Linkov <juri@jurta.org>
8250
8251 * display.texi (Defining Faces): Add `customized-face'.
8252
8253 2005-06-20 Kim F. Storm <storm@cua.dk>
8254
8255 * variables.texi (Setting Variables): Any type of element can be
8256 given order in add-to-ordered-list. Compare elements with eq.
8257
8258 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
8259
8260 2005-06-20 Karl Berry <karl@gnu.org>
8261
8262 * syntax.texi (Syntax Flags): Make last column very slightly wider
8263 to avoid "generic comment" breaking on two lines and causing an
8264 underfull box.
8265
8266 2005-06-19 Luc Teirlinck <teirllm@auburn.edu>
8267
8268 * lists.texi (Rings): Various minor clarifications and corrections.
8269
8270 2005-06-18 Richard M. Stallman <rms@gnu.org>
8271
8272 * functions.texi (Obsolete Functions): Simplify.
8273
8274 * variables.texi (Variable Aliases): Simplify.
8275
8276 * anti.texi, backups.texi, compile.texi, customization.texi:
8277 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
8278 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
8279 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
8280 * variables.texi: Fix formatting ugliness.
8281
8282 * elisp.texi: Add links to Rings and Byte Packing.
8283 Update version and copyright years.
8284
8285 * minibuf.texi: Fix formatting ugliness.
8286 (Completion Commands): Move keymap vars to the end
8287 and vars completing-read binds to the top.
8288
8289 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
8290
8291 * processes.texi: Fix typos.
8292 (Bindat Spec): Correct Texinfo error.
8293 (Byte Packing): Fix ungrammatical sentence.
8294
8295 2005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
8296
8297 * lists.texi (Rings): New node.
8298 (Lists): Add it to menu.
8299
8300 * processes.texi (Byte Packing): New node.
8301 (Processes): Add it to menu.
8302
8303 2005-06-17 Richard M. Stallman <rms@gnu.org>
8304
8305 * syntax.texi (Parsing Expressions): Fix texinfo usage.
8306
8307 * help.texi (Documentation Basics): Explain the xref to
8308 Documentation Tips.
8309
8310 * debugging.texi (Debugger Commands): Minor fix.
8311
8312 2005-06-16 Luc Teirlinck <teirllm@auburn.edu>
8313
8314 * edebug.texi (Instrumenting): Eliminate duplicate link.
8315 (Specification List): Replace references to "below", referring to
8316 a later node, with one @ref to that node.
8317
8318 * os.texi (Timers): Timers should save and restore the match data
8319 if they change it.
8320
8321 * debugging.texi (Debugger Commands): Mention that the Lisp
8322 debugger can not step through primitive functions.
8323
8324 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
8325
8326 * functions.texi (Obsolete Functions): Update argument names of
8327 `make-obsolete' and `define-obsolete-function-alias'.
8328
8329 * variables.texi (Variable Aliases): Update argument names of
8330 `defvaralias', `make-obsolete-variable' and
8331 `define-obsolete-variable-alias'.
8332
8333 2005-06-15 Kim F. Storm <storm@cua.dk>
8334
8335 * searching.texi (Entire Match Data): Rephrase warnings about
8336 evaporate arg to match-data and set-match-data.
8337
8338 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
8339
8340 * elisp.texi (Top): Update detailed menu.
8341
8342 * edebug.texi (Edebug): Update menu.
8343 (Instrumenting): Update xrefs.
8344 (Edebug Execution Modes): Correct xref.
8345 (Jumping): Clarify description of `h' command.
8346 Eliminate redundant @ref.
8347 (Breaks): New node.
8348 (Breakpoints): Is now a subsubsection.
8349 (Global Break Condition): Mention `C-x X X'.
8350 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
8351 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
8352 (Edebug Display Update): Correct pxref.
8353 (Edebug and Macros): New node.
8354 (Instrumenting Macro Calls): Is now a subsubsection.
8355 Neither arg of `def-edebug-spec' is evaluated.
8356 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
8357 (Specification Examples): Fix typo.
8358
8359 2005-06-14 Lute Kamstra <lute@gnu.org>
8360
8361 * debugging.texi (Function Debugging): Primitives can break on
8362 entry too.
8363
8364 2005-06-14 Kim F. Storm <storm@cua.dk>
8365
8366 * variables.texi (Setting Variables): Add add-to-ordered-list.
8367
8368 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8369
8370 * syntax.texi (Parsing Expressions): Document aux functions and vars of
8371 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
8372
8373 2005-06-13 Lute Kamstra <lute@gnu.org>
8374
8375 * text.texi (Special Properties): Fix cross reference.
8376
8377 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
8378
8379 * debugging.texi (Function Debugging): Delete mention of empty
8380 string argument to `cancel-debug-on-entry'. Delete inaccurate
8381 description of the return value of that command.
8382
8383 2005-06-11 Alan Mackenzie <acm@muc.de>
8384
8385 * text.texi (Adaptive Fill): Amplify the description of
8386 fill-context-prefix.
8387
8388 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
8389
8390 * syntax.texi (Parsing Expressions): Fix Texinfo error.
8391
8392 2005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
8393
8394 * syntax.texi (Parsing Expressions): Document syntax-ppss.
8395
8396 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
8397
8398 * debugging.texi (Error Debugging): Minor rewording.
8399 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
8400 is optional.
8401
8402 2005-06-10 Lute Kamstra <lute@gnu.org>
8403
8404 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
8405 (Top): Give it a title. Correct version number. Give the
8406 detailed node listing a more prominent header.
8407 * intro.texi: Don't set VERSION here a second time.
8408 Mention Emacs's version too.
8409 * anti.texi (Antinews): Use EMACSVER to refer to the current
8410 version of Emacs.
8411
8412 2005-06-09 Kim F. Storm <storm@cua.dk>
8413
8414 * searching.texi (Entire Match Data): Explain new `reseat' argument to
8415 match-data and set-match-data.
8416
8417 2005-06-08 Richard M. Stallman <rms@gnu.org>
8418
8419 * searching.texi (Entire Match Data): Clarify when match-data
8420 returns markers and when integers.
8421
8422 * display.texi (Defining Faces): Explain that face name should not
8423 end in `-face'.
8424
8425 * modes.texi (Mode Line Data): Minor cleanup.
8426 (Customizing Keywords): Node split out of Search-based Fontification.
8427 Add example of using font-lock-add-keywords from a hook.
8428 Clarify when MODE should be non-nil, and when nil.
8429
8430 2005-06-06 Richard M. Stallman <rms@gnu.org>
8431
8432 * modes.texi (Mode Line Data): Explain what happens when the car
8433 of a list is a void symbol.
8434 (Search-based Fontification): Explain MODE arg to
8435 font-lock-add-keywords and warn about calls from major modes.
8436
8437 2005-06-08 Juri Linkov <juri@jurta.org>
8438
8439 * display.texi (Standard Faces): Add `shadow' face.
8440
8441 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
8442
8443 * modes.texi (Major Mode Conventions): A derived mode only needs
8444 to put the call to the parent mode inside `delay-mode-hooks'.
8445
8446 2005-05-29 Richard M. Stallman <rms@gnu.org>
8447
8448 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
8449 new, and what that implies. Clarify.
8450
8451 * files.texi (Locating Files): Clean up the text.
8452
8453 * frames.texi (Window Frame Parameters): Document user-size.
8454 Shorten entry for top by referring to left.
8455
8456 2005-05-26 Richard M. Stallman <rms@gnu.org>
8457
8458 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
8459 is new, and what the implications are. Other clarifications.
8460
8461 2005-05-24 Richard M. Stallman <rms@gnu.org>
8462
8463 * frames.texi (Dialog Boxes): Minor fixes.
8464
8465 2005-05-25 Masatake YAMATO <jet@gyve.org>
8466
8467 * display.texi (Standard Faces): Write about `mode-line-highlight'.
8468
8469 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
8470
8471 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
8472 is optional.
8473
8474 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
8475
8476 * frames.texi (Dialog Boxes): Describe new optional argument.
8477
8478 2005-05-23 Lute Kamstra <lute@gnu.org>
8479
8480 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
8481 syntax-begin-function over font-lock-beginning-of-syntax-function.
8482
8483 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
8484
8485 * minibuf.texi (Reading File Names): Update description of
8486 `read-directory-name'.
8487
8488 * modes.texi (Derived Modes): Clarify :group keyword.
8489
8490 2005-05-21 Eli Zaretskii <eliz@gnu.org>
8491
8492 * files.texi (Locating Files): New subsection.
8493 Describe locate-file and executable-find.
8494
8495 2005-05-21 Kevin Ryde <user42@zip.com.au>
8496
8497 * frames.texi (Initial Parameters): Update cross reference to
8498 "Emacs Invocation".
8499
8500 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
8501
8502 * keymaps.texi (Active Keymaps): Add anchor.
8503
8504 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
8505 (Major Mode Conventions): Refer to `Auto Major Mode' in more
8506 appropriate place.
8507 (Derived Modes): Small clarifications.
8508 (Minor Mode Conventions, Keymaps and Minor Modes):
8509 Replace references to nodes with references to anchors.
8510 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
8511 Clarify description of lists whose first element is an integer.
8512 (Mode Line Variables): Add anchor.
8513 (%-Constructs): Clarify description of integer after %.
8514 (Emulating Mode Line): Describe nil value for FACE.
8515
8516 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
8517
8518 * modes.texi (Derived Modes): Correct references to non-existing
8519 variable standard-syntax-table.
8520
8521 2005-05-17 Lute Kamstra <lute@gnu.org>
8522
8523 * modes.texi (Defining Minor Modes): Mention the mode hook.
8524
8525 2005-05-15 Kim F. Storm <storm@cua.dk>
8526
8527 * processes.texi (Network): Remove open-network-stream-nowait.
8528 (Network Servers): Remove open-network-stream-server.
8529
8530 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
8531
8532 * elisp.texi (Top): Update detailed menu.
8533
8534 * variables.texi: Reorder nodes.
8535 (Variables): Update menu.
8536 (File Local Variables): Do not refer to the `-*-' line as
8537 a "local variables list". Add pxref.
8538
8539 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
8540
8541 * elisp.texi (Top): Update detailed menu for node changes.
8542
8543 * modes.texi (Modes): Update Menu.
8544 (Hooks): Move to beginning of chapter.
8545 Most minor modes run mode hooks too.
8546 `add-hook' can handle void hooks or hooks whose value is a single
8547 function.
8548 (Major Modes): Update Menu.
8549 (Major Mode Basics): New node, split off from `Major Modes'.
8550 (Major Mode Conventions): Correct xref. Explain how to handle
8551 auto-mode-alist if the major mode command has an autoload cookie.
8552 (Auto Major Mode): Major update. Add magic-mode-alist.
8553 (Derived Modes): Major update.
8554 (Mode Line Format): Update Menu.
8555 (Mode Line Basics): New node, split off from `Mode Line Format'.
8556
8557 * loading.texi (Autoload): Mention `autoload cookie' as synonym
8558 for `magic autoload comment'. Add index entries and anchor.
8559
8560 2005-05-14 Richard M. Stallman <rms@gnu.org>
8561
8562 * tips.texi (Coding Conventions): Explain how important it is
8563 that just loading certain files not change Emacs behavior.
8564
8565 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
8566
8567 2005-05-12 Lute Kamstra <lute@gnu.org>
8568
8569 * modes.texi (Generic Modes): Update.
8570 (Major Modes): Refer to node "Generic Modes".
8571
8572 * elisp.texi (Top): Update to the current structure of the manual.
8573 * processes.texi (Processes): Add menu description.
8574 * customize.texi (Customization): Add menu descriptions.
8575
8576 2005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
8577
8578 * processes.texi (Signals to Processes)
8579 (Low-Level Network): Fix typos.
8580
8581 2005-05-11 Lute Kamstra <lute@gnu.org>
8582
8583 * elisp.texi (Top): Add some nodes from the chapter "Major and
8584 Minor Modes" to the detailed node listing.
8585
8586 2005-05-10 Richard M. Stallman <rms@gnu.org>
8587
8588 * keymaps.texi (Extended Menu Items): Menu item filter functions
8589 can be called at any time.
8590
8591 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
8592
8593 * variables.texi (File Local Variables): `(hack-local-variables t)'
8594 now also checks whether a mode is specified in the local variables
8595 list.
8596
8597 2005-05-05 Kevin Ryde <user42@zip.com.au>
8598
8599 * display.texi (The Echo Area): Correct format function cross
8600 reference.
8601
8602 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
8603
8604 * variables.texi (Variable Aliases): Change description of
8605 `define-obsolete-variable-alias'.
8606
8607 * functions.texi (Functions): Add "Obsolete Functions" to menu.
8608 (Defining Functions): Add xref.
8609 (Obsolete Functions): New node.
8610 (Function Safety): Standardize capitalization of section title.
8611
8612 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
8613 (Dialog Boxes): Complete description of `x-popup-dialog'.
8614
8615 2005-05-04 Richard M. Stallman <rms@gnu.org>
8616
8617 * commands.texi (Interactive Codes): Fix Texinfo usage.
8618 Document U more clearly.
8619
8620 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8621
8622 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
8623 function and not a macro.
8624
8625 * frames.texi (Pop-Up Menus): Correct and clarify description of
8626 `x-popup-menu'.
8627 (Dialog Boxes): Clarify description of `x-popup-dialog'.
8628
8629 2005-05-01 Richard M. Stallman <rms@gnu.org>
8630
8631 * edebug.texi (Checking Whether to Stop): Fix previous change.
8632
8633 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8634
8635 * display.texi: Fix typos and Texinfo usage.
8636
8637 * edebug.texi (Checking Whether to Stop): executing-macro ->
8638 executing-kbd-macro.
8639
8640 2005-05-01 Richard M. Stallman <rms@gnu.org>
8641
8642 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
8643
8644 2005-04-30 Richard M. Stallman <rms@gnu.org>
8645
8646 * files.texi (Magic File Names): Document `operations' property.
8647
8648 2005-04-29 Lute Kamstra <lute@gnu.org>
8649
8650 * modes.texi (Generic Modes): New node.
8651 (Major Modes): Add it to the menu.
8652 (Derived Modes): Add "derived mode" to concept index.
8653
8654 2005-04-28 Lute Kamstra <lute@gnu.org>
8655
8656 * modes.texi (Defining Minor Modes): Fix previous change.
8657 (Font Lock Mode): Simplify.
8658 (Font Lock Basics): Say that font-lock-defaults is buffer-local
8659 when set and that some parts are optional. Add cross references.
8660 (Search-based Fontification): Say how to specify font-lock-keywords.
8661 Add cross references. Add font-lock-multiline to index.
8662 Move font-lock-keywords-case-fold-search here from node "Other Font
8663 Lock Variables". Document font-lock-add-keywords and
8664 font-lock-remove-keywords.
8665 (Other Font Lock Variables): Move font-lock-keywords-only,
8666 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
8667 and font-lock-syntactic-face-function to node "Syntactic Font
8668 Lock". Move font-lock-keywords-case-fold-search to node
8669 "Search-based Fontification". Document font-lock-inhibit-thing-lock
8670 and font-lock-{,un}fontify-{buffer,region}-function.
8671 (Precalculated Fontification): Remove reference to deleted variable
8672 font-lock-core-only.
8673 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
8674 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
8675 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
8676 and font-lock-syntactic-face-function here from node "Other Font
8677 Lock Variables". Move font-lock-syntactic-keywords to "Setting
8678 Syntax Properties". Add cross references.
8679 (Setting Syntax Properties): New node.
8680 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
8681 * syntax.texi (Syntax Properties): Add cross reference.
8682 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
8683
8684 2005-04-26 Richard M. Stallman <rms@gnu.org>
8685
8686 * display.texi (Defining Faces):
8687 Document `default' elements of defface spec.
8688
8689 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
8690
8691 * variables.texi (Variable Aliases): Clarify text.
8692
8693 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
8694
8695 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
8696
8697 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
8698
8699 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
8700
8701 2005-04-24 Eli Zaretskii <eliz@gnu.org>
8702
8703 * syntax.texi (Syntax Table Internals): Elaborate documentation of
8704 syntax-after and syntax-class.
8705
8706 * files.texi (Changing Files): Fix last change's cross-reference.
8707 (Unique File Names): Don't mention "numbers" in the documentation
8708 of make-temp-file and make-temp-name.
8709
8710 2005-04-23 Richard M. Stallman <rms@gnu.org>
8711
8712 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
8713
8714 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
8715
8716 * windows.texi (Cyclic Window Ordering): Clarify window-list.
8717
8718 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
8719
8720 * variables.texi (Variable Aliases): Describe make-obsolete-variable
8721 and define-obsolete-variable-alias.
8722
8723 2005-04-22 Kim F. Storm <storm@cua.dk>
8724
8725 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
8726 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
8727
8728 2005-04-21 Lute Kamstra <lute@gnu.org>
8729
8730 * lists.texi (Association Lists): Document rassq-delete-all.
8731
8732 2005-04-19 Richard M. Stallman <rms@gnu.org>
8733
8734 * modes.texi (Search-based Fontification): Explain that
8735 facespec is an expression to be evaluated.
8736
8737 2005-04-19 Kevin Ryde <user42@zip.com.au>
8738
8739 * streams.texi (Output Functions): Fix xref.
8740 * strings.texi (String Conversion): Fix xref.
8741
8742 2005-04-19 Kim F. Storm <storm@cua.dk>
8743
8744 * symbols.texi (Symbol Plists): Add safe-get.
8745 Mention that `get' may signal an error.
8746
8747 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
8748
8749 * customize.texi (Variable Definitions): Replace tooltip-mode
8750 example with save-place.
8751
8752 2005-04-17 Richard M. Stallman <rms@gnu.org>
8753
8754 * buffers.texi (Indirect Buffers): Clarify.
8755
8756 * positions.texi (Positions): Clarify converting marker to integer.
8757
8758 * strings.texi (String Basics): Mention string-match; clarify.
8759
8760 2005-04-08 Lute Kamstra <lute@gnu.org>
8761
8762 * modes.texi (Search-based Fontification): Fix cross references.
8763 Use consistent terminology. Document anchored highlighting.
8764
8765 2005-04-05 Lute Kamstra <lute@gnu.org>
8766
8767 * modes.texi (Defining Minor Modes): Document :group keyword
8768 argument and its default value.
8769
8770 2005-04-03 Lute Kamstra <lute@gnu.org>
8771
8772 * hooks.texi (Standard Hooks): Add some hooks. Add cross
8773 references and/or descriptions. Delete major mode hooks; mention
8774 them as a category instead. Rename or delete obsolete hooks.
8775
8776 2005-04-02 Richard M. Stallman <rms@gnu.org>
8777
8778 * nonascii.texi (Coding System Basics): Another wording cleanup.
8779
8780 2005-04-01 Richard M. Stallman <rms@gnu.org>
8781
8782 * nonascii.texi (Coding System Basics): Clarify previous change.
8783
8784 2005-04-01 Kenichi Handa <handa@m17n.org>
8785
8786 * nonascii.texi (Coding System Basics): Describe about roundtrip
8787 identity of coding systems.
8788
8789 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
8790
8791 * text.texi (Buffer Contents): Add filter-buffer-substring and
8792 buffer-substring-filters.
8793
8794 2005-03-26 Chong Yidong <cyd@stupidchicken.com>
8795
8796 * anti.texi (Antinews): Mention `G' interactive code.
8797
8798 * tips.texi (Compilation Tips): Mention benchmark.el.
8799
8800 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
8801
8802 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
8803 is now bound to M-o M-o.
8804
8805 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
8806
8807 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
8808
8809 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
8810 in the Emacs Manual).
8811 * Makefile.in (srcs): Remove calendar.texi.
8812 * makefile.w32-in (srcs): Remove calendar.texi.
8813 * display.texi (Display): Change name of next node.
8814 * os.texi (System In): Change name of previous node.
8815 * elisp.texi (Top): Remove Calendar references.
8816 * vol1.texi (Top): Remove Calendar references.
8817 * vol2.texi (Top): Remove Calendar references.
8818
8819 2005-03-25 Richard M. Stallman <rms@gnu.org>
8820
8821 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
8822 Cleanup previous change.
8823
8824 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
8825
8826 * display.texi (Face Attributes): Faces earlier in an :inherit
8827 list take precedence.
8828 (Scroll Bars): Fix description of vertical-scroll-bars.
8829 Document frame-current-scroll-bars and window-current-scroll-bars.
8830
8831 * markers.texi (The Mark): Document temporary Transient Mark mode.
8832
8833 * minibuf.texi (Reading File Names):
8834 Document read-file-name-completion-ignore-case.
8835
8836 * positions.texi (Screen Lines): Document nil for width argument
8837 to compute-motion.
8838
8839 2005-03-23 Kim F. Storm <storm@cua.dk>
8840
8841 * display.texi (Standard Faces): Other faces used in the fringe
8842 implicitly inherits from the fringe face.
8843 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
8844 properties implicitly inherits from fringe face.
8845 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
8846
8847 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
8848
8849 * display.texi (Invisible Text): State default value of
8850 line-move-ignore-invisible.
8851 (Managing Overlays): Document remove-overlays.
8852 (Standard Faces): Document escape-glyph face.
8853
8854 * minibuf.texi (Reading File Names): Document read-file-name-function.
8855
8856 * modes.texi (Other Font Lock Variables):
8857 Document font-lock-lines-before.
8858
8859 * positions.texi (Skipping Characters): skip-chars-forward allows
8860 character classes.
8861
8862 2005-03-18 Lute Kamstra <lute@gnu.org>
8863
8864 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
8865
8866 2005-03-17 Richard M. Stallman <rms@gnu.org>
8867
8868 * text.texi (Undo): Document extensible undo entries.
8869
8870 * searching.texi (String Search, Regexp Search): Cleanups.
8871
8872 * nonascii.texi (Character Codes): Minor fix.
8873
8874 * display.texi (Display Property): Explain the significance
8875 of having text properties that are eq.
8876 (Other Display Specs): Explain string as display spec.
8877
8878 * commands.texi (Interactive Codes): Document G option.
8879
8880 2005-03-17 Chong Yidong <cyd@stupidchicken.com>
8881
8882 * text.texi (Filling): Add sentence-end-without-period and
8883 sentence-end-without-space.
8884 (Changing Properties): Minor fix.
8885
8886 * anti.texi: Total rewrite.
8887
8888 2005-03-15 Lute Kamstra <lute@gnu.org>
8889
8890 * edebug.texi (Instrumenting Macro Calls): Fix typos.
8891
8892 2005-03-08 Kim F. Storm <storm@cua.dk>
8893
8894 * display.texi (Specified Space): Property :width is support on
8895 non-graphic terminals, :height is not.
8896
8897 2005-03-07 Richard M. Stallman <rms@gnu.org>
8898
8899 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
8900 Now subnodes of Fringes.
8901 (Overlay Arrow): Document overlay-arrow-variable-list.
8902 (Fringe Size/Pos): New node, broken out of Fringes.
8903 (Display): Explain clearing vs redisplay better.
8904 (Truncation): Clarify use of bitmaps.
8905 (The Echo Area): Clarify the uses of the echo area.
8906 Add max-mini-window-height.
8907 (Progress): Clarify.
8908 (Invisible Text): Explain that main loop moves point out.
8909 (Selective Display): Say "hidden", not "invisible".
8910 (Managing Overlays): Move up. Describe relation to Undo here.
8911 (Overlay Properties): Clarify intro.
8912 (Finding Overlays): Explain return values when nothing found.
8913 (Width): truncate-string-to-width has added arg.
8914 (Displaying Faces): Clarify and update mode line face handling.
8915 (Face Functions): Minor cleanup.
8916 (Conditional Display): Merge into Other Display Specs.
8917 (Pixel Specification, Other Display Specs): Minor cleanups.
8918 (Images, Image Descriptors): Minor cleanups.
8919 (GIF Images): Patents have expired.
8920 (Showing Images): Explain default text for insert-image.
8921 (Manipulating Button Types): Merge into Manipulating Buttons.
8922 (Making Buttons): Explain return values.
8923 (Button Buffer Commands): Add xref.
8924 (Inverse Video): Update mode-line-inverse-video.
8925 (Display Table Format): Clarify.
8926 (Active Display Table): Give defaults for window-display-table.
8927
8928 * calendar.texi (Calendar Customizing): calendar-holiday-marker
8929 and calendar-today-marker are strings, not chars.
8930 (Holiday Customizing): Minor fix.
8931
8932 * internals.texi (Writing Emacs Primitives): Update `or' example.
8933 Update limit on # args of subr.
8934
8935 * edebug.texi (Using Edebug): Arrow is in fringe.
8936 (Instrumenting): Arg to eval-defun works without loading edebug.
8937 (Edebug Execution Modes): Add xref.
8938
8939 * customize.texi (Common Keywords): Clarify :require.
8940 Mention :version here.
8941 (Variable Definitions, Group Definitions): Not here.
8942 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
8943
8944 2005-03-07 Chong Yidong <cyd@stupidchicken.com>
8945 * nonascii.texi (Text Representations): Clarify position-bytes.
8946 (Character Sets): Add list-charset-chars.
8947 (Scanning Charsets): Add charset-after.
8948 (Encoding and I/O): Minor fix.
8949
8950 2005-03-06 Richard M. Stallman <rms@gnu.org>
8951
8952 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
8953 (Resizing Windows): Likewise.
8954
8955 * text.texi (Change Hooks): Get rid of "Emacs 21".
8956
8957 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
8958
8959 * streams.texi (Output Variables): Get rid of "Emacs 21".
8960
8961 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
8962
8963 * os.texi (Translating Input): Replace flow-control example
8964 with a less obsolete example that uses `keyboard-translate'.
8965
8966 * objects.texi (Hash Table Type, Circular Objects):
8967 Get rid of "Emacs 21".
8968
8969 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
8970 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
8971
8972 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
8973
8974 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
8975
8976 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
8977 (Menu Bar): Fix when menu-bar-update-hook is called.
8978
8979 * hash.texi (Hash Tables): Get rid of "Emacs 21".
8980
8981 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
8982 and make it read better.
8983
8984 * files.texi (Writing to Files): Get rid of "Emacs 21".
8985 (Unique File Names): Likewise.
8986
8987 * elisp.texi: Update Emacs version to 22.
8988
8989 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
8990 (Overlay Properties, Face Attributes): Likewise.
8991 (Managing Overlays): Fix punctuation.
8992 (Attribute Functions): Clarify set-face-font; get rid of
8993 info about old Emacs versions.
8994 (Auto Faces, Font Lookup, Display Property, Images):
8995 Get rid of "Emacs 21".
8996
8997 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
8998
8999 2005-03-05 Richard M. Stallman <rms@gnu.org>
9000
9001 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
9002
9003 2005-03-04 Lute Kamstra <lute@gnu.org>
9004
9005 * debugging.texi (Error Debugging): Document stack-trace-on-error.
9006
9007 2005-03-03 Lute Kamstra <lute@gnu.org>
9008
9009 * edebug.texi (Instrumenting Macro Calls): Fix typo.
9010
9011 2005-03-01 Lute Kamstra <lute@gnu.org>
9012
9013 * debugging.texi (Debugger Commands): Update `j'.
9014
9015 2005-02-28 Lute Kamstra <lute@gnu.org>
9016
9017 * debugging.texi (Debugging): Fix typo.
9018 (Error Debugging): Document eval-expression-debug-on-error.
9019 (Function Debugging): Update example.
9020 (Using Debugger): Mention starred stack frames.
9021 (Debugger Commands): Document `j' and `l'.
9022 (Invoking the Debugger): `d' and `j' exit recursive edit too.
9023 Update the messages that the debugger displays.
9024 (Internals of Debugger): Add cross reference. Update example.
9025 (Excess Open): Minor improvement.
9026 (Excess Close): Minor improvement.
9027
9028 2005-02-26 Richard M. Stallman <rms@gnu.org>
9029
9030 * tips.texi (Coding Conventions): Clarify.
9031 Put all the major mode key reservations together.
9032 Mention the Mouse-1 => Mouse-2 conventions.
9033
9034 * syntax.texi (Syntax Class Table): Clarify.
9035 (Syntax Table Functions): syntax-after moved from here.
9036 (Syntax Table Internals): syntax-after moved to here.
9037 (Parsing Expressions): Update info on number of values
9038 and what's meaningful in the STATE argument.
9039 (Categories): Fix typo.
9040
9041 * sequences.texi (Arrays): Cleanup.
9042 (Char-Tables): Clarify.
9043
9044 * processes.texi (Deleting Processes): Cleanups, add xref.
9045 (Subprocess Creation): Explain nil in exec-path. Cleanup.
9046 (Process Information): set-process-coding-system, some args optional.
9047 (Input to Processes): Explain various types for PROCESS args.
9048 Rename them from PROCESS-NAME to PROCESS.
9049 (Signals to Processes): Likewise.
9050 (Decoding Output): Cleanup.
9051 (Query Before Exit): Clarify.
9052
9053 * os.texi (Startup Summary): Correct the options; add missing ones.
9054 (Terminal Output, Batch Mode): Clarify.
9055 (Flow Control): Node deleted.
9056
9057 * markers.texi (The Mark): Clarify.
9058
9059 * macros.texi (Expansion): Cleanup.
9060 (Indenting Macros): indent-spec allows ints, not floats.
9061
9062 * keymaps.texi (Keymaps): Clarify.
9063 (Format of Keymaps): Update lisp-mode-map example.
9064 (Active Keymaps, Key Lookup): Clarify.
9065 (Changing Key Bindings): Add xref to `kbd'.
9066 (Key Binding Commands, Simple Menu Items): Clarify.
9067 (Mouse Menus, Menu Bar): Clarify.
9068 (Menu Example): Replace print example with menu-bar-replace-menu.
9069
9070 * help.texi (Documentation Basics): Add function-documentation prop.
9071
9072 * elisp.texi (Top): Don't refer to Flow Control node.
9073
9074 * commands.texi (Command Overview): Improve xrefs.
9075 (Adjusting Point): Adjusting point applies to intangible and invis.
9076 (Key Sequence Input): Doc extra read-key-sequence args.
9077 Likewise for read-key-sequence-vector.
9078
9079 * backups.texi (Rename or Copy): Minor fix.
9080 (Numbered Backups): For version-control, say the default.
9081 (Auto-Saving): make-auto-save-file-name example is simplified.
9082
9083 * advice.texi (Advising Functions): Don't imply one part of Emacs
9084 should advise another part. Markup changes.
9085 (Defining Advice): Move transitional para.
9086 (Activation of Advice): Cleanup.
9087 Explain if COMPILE is nil or negative.
9088
9089 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
9090
9091 2005-02-24 Lute Kamstra <lute@gnu.org>
9092
9093 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
9094 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
9095
9096 2005-02-23 Lute Kamstra <lute@gnu.org>
9097
9098 * modes.texi (Defining Minor Modes): define-minor-mode can be used
9099 to define global minor modes as well.
9100
9101 * display.texi (Managing Overlays): overlay-buffer returns nil for
9102 deleted overlays.
9103
9104 2005-02-22 Kim F. Storm <storm@cua.dk>
9105
9106 * minibuf.texi (Basic Completion): Allow symbols in addition to
9107 strings in try-completion and all-completions.
9108
9109 2005-02-14 Lute Kamstra <lute@gnu.org>
9110
9111 * elisp.texi (Top): Remove reference to deleted node.
9112
9113 * lists.texi (Lists): Remove reference to deleted node.
9114 (Cons Cells): Fix typo.
9115
9116 * loading.texi (Where Defined): Fix typo.
9117
9118 2005-02-14 Richard M. Stallman <rms@gnu.org>
9119
9120 * variables.texi (Creating Buffer-Local): change-major-mode-hook
9121 is useful for discarding some minor modes.
9122
9123 * symbols.texi (Symbol Components): Reorder examples.
9124
9125 * streams.texi (Input Functions): State standard-input default.
9126 (Output Variables): State standard-output default.
9127
9128 * objects.texi (Printed Representation): Clarify read syntax vs print.
9129 (Floating Point Type): Explain meaning better.
9130 (Symbol Type): Explain uniqueness better.
9131 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
9132 List examples sooner.
9133 (Box Diagrams): New subnode broken out.
9134 Some examples moved from old Lists as Boxes node.
9135 (Dotted Pair Notation): Clarify intro.
9136 (Array Type): Clarify.
9137 (Type Predicates): Add hash-table-p.
9138
9139 * numbers.texi (Integer Basics): Clarify radix explanation.
9140 (Predicates on Numbers): Minor clarification.
9141 (Comparison of Numbers): Minor clarification. Clarify eql.
9142 Typos in min, max.
9143 (Math Functions): Clarify overflow in expt.
9144
9145 * minibuf.texi (Text from Minibuffer): Minor clarification.
9146 Mention arrow keys.
9147
9148 * loading.texi (Autoload): defun's doc string overrides autoload's
9149 doc string.
9150 (Repeated Loading): Modernize "add to list" examples.
9151 (Where Defined): Finish updating table of load-history elts.
9152
9153 * lists.texi (List-related Predicates): Minor wording improvement.
9154 (Lists as Boxes): Node deleted.
9155 (Building Lists): Explain trivial cases of number-sequence.
9156
9157 * hash.texi (Hash Tables): Add desc to menu items.
9158 (Creating Hash): Explain "full" means "make larger".
9159 (Hash Access): Any object can be a key.
9160 State value of maphash.
9161
9162 * functions.texi (What Is a Function): Wording cleanup.
9163 (Function Documentation): Minor cleanup.
9164 Explain purpose of calling convention at end of doc string.
9165 (Function Names): Wording cleanup.
9166 (Calling Functions): Wording cleanup.
9167 Explain better how funcall calls the function.
9168 (Function Cells): Delete example of saving and redefining function.
9169
9170 * control.texi (Combining Conditions): Wording cleanup.
9171 (Iteration): dolist and dotimes bind VAR locally.
9172 (Cleanups): Xref to Atomic Changes.
9173
9174 * compile.texi (Byte Compilation): Delete 19.29 info.
9175 (Compilation Functions): Macros' difficulties don't affect defsubst.
9176 (Docs and Compilation): Delete 19.29 info.
9177
9178 2005-02-10 Richard M. Stallman <rms@gnu.org>
9179
9180 * objects.texi (Symbol Type): Minor correction.
9181
9182 2005-02-06 Lute Kamstra <lute@gnu.org>
9183
9184 * modes.texi (Example Major Modes): Fix typos.
9185
9186 2005-02-06 Richard M. Stallman <rms@gnu.org>
9187
9188 * text.texi (Margins): fill-nobreak-predicate can be one function.
9189
9190 * strings.texi (Modifying Strings): clear-string can make unibyte.
9191 (Formatting Strings): format gives error if values missing.
9192
9193 * positions.texi (Character Motion): Mention default arg
9194 for forward-char. backward-char refers to forward-char.
9195 (Word Motion): Mention default arg for forward-word.
9196 (Buffer End Motion): Mention default arg for beginning-of-buffer.
9197 Simplify end-of-buffer.
9198 (Text Lines): Mention default arg for forward-line.
9199 (List Motion): Mention default arg for beginning/end-of-defun.
9200 (Skipping Characters): Minor fixes in explaining character-set.
9201
9202 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
9203 Mode inheritance applies only when default-major-mode is nil.
9204 Clarifications.
9205 (Example Major Modes): Update Text mode and Lisp mode examples.
9206 (Minor Mode Conventions): Mention define-minor-mode at top.
9207 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
9208 (Mode Line Format): Update mode line face display info.
9209 (Properties in Mode): Mention effect of risky vars.
9210 (Imenu): Define imenu-add-to-menubar.
9211 (Font Lock Mode): Add descriptions to menu lines.
9212 (Faces for Font Lock): Add font-lock-doc-face.
9213
9214 2005-02-05 Lute Kamstra <lute@gnu.org>
9215
9216 * text.texi (Maintaining Undo): Remove obsolete function.
9217
9218 2005-02-05 Eli Zaretskii <eliz@gnu.org>
9219
9220 * frames.texi (Color Names): Add pointer to the X docs about RGB
9221 color specifications. Improve indexing.
9222 (Text Terminal Colors): Replace the description of RGB values by
9223 an xref to "Color Names".
9224
9225 2005-02-03 Richard M. Stallman <rms@gnu.org>
9226
9227 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
9228 Clarify.
9229 (Selecting Windows): Clarify save-selected-window.
9230 (Cyclic Window Ordering): Clarify walk-windows.
9231 (Window Point): Clarify.
9232 (Window Start): Add comment to example.
9233 (Resizing Windows): Add `interactive' specs in examples.
9234 Document fit-window-to-buffer.
9235
9236 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
9237 (Undo, Maintaining Undo): Clarify last change.
9238 (Sorting): In sort-numeric-fields, explain about octal and hex.
9239 Mention sort-numeric-base.
9240 (Format Properties): Add xref for hard newlines.
9241
9242 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
9243 (Pop-Up Menus): Fix typo.
9244 (Color Names): Explain all types of color names.
9245 Explain color-values on B&W terminal.
9246 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
9247
9248 * files.texi (File Locks): Not supported on MS systems.
9249 (Testing Accessibility): Clarify.
9250
9251 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
9252 (Coverage Testing): Fix typo.
9253
9254 * commands.texi (Misc Events): Remove stray space.
9255
9256 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
9257 (Modification Time): Clarify when visited-file-modtime returns 0.
9258 (The Buffer List): Clarify bury-buffer.
9259 (Killing Buffers): Clarify.
9260 (Indirect Buffers): Add clone-indirect-buffer.
9261
9262 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
9263
9264 * edebug.texi (Printing in Edebug): Fix default value of
9265 edebug-print-circle.
9266 (Coverage Testing): Fix displayed frequency count data.
9267
9268 2005-02-02 Luc Teirlinck <teirllm@auburn.edu>
9269
9270 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
9271
9272 2005-02-02 Kim F. Storm <storm@cua.dk>
9273
9274 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
9275
9276 2005-01-29 Eli Zaretskii <eliz@gnu.org>
9277
9278 * commands.texi (Misc Events): Describe the help-echo event.
9279
9280 * text.texi (Special Properties) <help-echo>: Use `pos'
9281 consistently in description of the help-echo property.
9282 Use @code{nil} instead of @var{nil}.
9283
9284 * display.texi (Overlay Properties): Fix the index entry for
9285 help-echo overlay property.
9286
9287 * customize.texi (Type Keywords): Uncomment the xref to the
9288 help-echo property documentation.
9289
9290 2005-01-23 Kim F. Storm <storm@cua.dk>
9291
9292 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
9293 return value. Third element FULLY replaced by PARTIAL which
9294 specifies number of invisible pixels if row is only partially visible.
9295 (Textual Scrolling): Mention auto-window-vscroll.
9296 (Vertical Scrolling): New defvar auto-window-vscroll.
9297
9298 2005-01-16 Luc Teirlinck <teirllm@auburn.edu>
9299
9300 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
9301 command remapping.
9302
9303 2005-01-15 Richard M. Stallman <rms@gnu.org>
9304
9305 * display.texi (Defining Images): Mention DATA-P arg of create-image.
9306
9307 2005-01-14 Kim F. Storm <storm@cua.dk>
9308
9309 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
9310
9311 * text.texi (Links and Mouse-1): Fix string and vector item.
9312
9313 2005-01-13 Richard M. Stallman <rms@gnu.org>
9314
9315 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
9316 descriptions of overriding-local-map and overriding-terminal-local-map.
9317
9318 * text.texi (Links and Mouse-1): Clarify text.
9319
9320 2005-01-13 Kim F. Storm <storm@cua.dk>
9321
9322 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
9323
9324 2005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
9325
9326 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
9327
9328 2005-01-12 Kim F. Storm <storm@cua.dk>
9329
9330 * text.texi (Links and Mouse-1): Rename section from Enabling
9331 Mouse-1 to Following Links. Change xrefs.
9332 Add examples for define-button-type and define-widget.
9333
9334 * display.texi (Button Properties, Button Buffer Commands):
9335 Clarify mouse-1 and follow-link functionality.
9336
9337 2005-01-12 Richard M. Stallman <rms@gnu.org>
9338
9339 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
9340
9341 * display.texi (Beeping): Fix Texinfo usage.
9342
9343 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
9344
9345 2005-01-11 Kim F. Storm <storm@cua.dk>
9346
9347 * display.texi (Button Properties, Button Buffer Commands):
9348 Mention mouse-1 binding. Add follow-link keyword.
9349
9350 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
9351 (Enabling Mouse-1 to Follow Links): New subsection.
9352
9353 2005-01-06 Richard M. Stallman <rms@gnu.org>
9354
9355 * text.texi (Special Properties): Minor change.
9356
9357 * os.texi (Timers): Clarify previous change.
9358
9359 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
9360
9361 2005-01-01 Luc Teirlinck <teirllm@auburn.edu>
9362
9363 * display.texi (Face Attributes): Correct xref to renamed node.
9364
9365 2005-01-01 Richard M. Stallman <rms@gnu.org>
9366
9367 * display.texi (Face Attributes): Describe hex color specs.
9368
9369 2004-12-31 Richard M. Stallman <rms@gnu.org>
9370
9371 * os.texi (Timers): Update previous change.
9372
9373 2004-12-30 Kim F. Storm <storm@cua.dk>
9374
9375 * display.texi (Line Height): Total line-height is now specified
9376 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
9377 in cons cells. (nil . RATIO) is relative to actual line height.
9378 Use line-height `t' instead of `0' to get minimum height.
9379
9380 2004-12-29 Richard M. Stallman <rms@gnu.org>
9381
9382 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
9383
9384 2004-12-28 Richard M. Stallman <rms@gnu.org>
9385
9386 * commands.texi (Quitting): Clarify value of with-local-quit.
9387
9388 * elisp.texi (Top): Fix previous change.
9389
9390 * loading.texi (Loading): Fix previous change.
9391
9392 2004-12-27 Richard M. Stallman <rms@gnu.org>
9393
9394 * Makefile.in (MAKEINFO): Specify --force.
9395
9396 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
9397
9398 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
9399
9400 * display.texi (Line Height): Further clarify.
9401
9402 * elisp.texi (Top): Update Loading submenu.
9403
9404 * loading.texi (Where Defined): New node.
9405 (Unloading): load-history moved to Where Defined.
9406
9407 2004-12-21 Richard M. Stallman <rms@gnu.org>
9408
9409 * commands.texi (Event Input Misc): Add while-no-input.
9410
9411 2004-12-11 Richard M. Stallman <rms@gnu.org>
9412
9413 * display.texi (Line Height): Rewrite text for clarity.
9414
9415 2004-12-11 Kim F. Storm <storm@cua.dk>
9416
9417 * display.texi (Display): Add node "Line Height" to menu.
9418 (Line Height): New node. Move full description of line-spacing
9419 and line-height text properties here from text.texi.
9420 (Scroll Bars): Add vertical-scroll-bar variable.
9421
9422 * frames.texi (Window Frame Parameters): Remove line-height defvar.
9423
9424 * locals.texi (Standard Buffer-Local Variables): Fix xref for
9425 line-spacing and vertical-scroll-bar.
9426
9427 * text.texi (Special Properties): Just mention line-spacing and
9428 line-height here, add xref to new "Line Height" node.
9429
9430 2004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
9431
9432 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
9433
9434 * locals.texi (Standard Buffer-Local Variables):
9435 Add @xref for `line-spacing'.
9436
9437 2004-12-05 Richard M. Stallman <rms@gnu.org>
9438
9439 * Makefile.in (maintainer-clean): Remove the info files
9440 in $(infodir) where they are created.
9441
9442 2004-12-03 Richard M. Stallman <rms@gnu.org>
9443
9444 * windows.texi (Selecting Windows): get-lru-window and
9445 get-largest-window don't consider dedicated windows.
9446
9447 * text.texi (Undo): Document undo-in-progress.
9448
9449 2004-11-26 Richard M. Stallman <rms@gnu.org>
9450
9451 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
9452 Remove a few vars that are not always buffer-local.
9453
9454 2004-11-24 Luc Teirlinck <teirllm@auburn.edu>
9455
9456 * locals.texi (Standard Buffer-Local Variables): Comment out
9457 xref's to non-existent node `Yet to be written'.
9458
9459 2004-11-24 Richard M. Stallman <rms@gnu.org>
9460
9461 * processes.texi (Synchronous Processes): Grammar fix.
9462
9463 * numbers.texi (Comparison of Numbers): Add eql.
9464
9465 * locals.texi (Standard Buffer-Local Variables): Add many vars.
9466
9467 * intro.texi (Printing Notation): Fix previous change.
9468
9469 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
9470 and default-indicate-buffer-boundaries from here.
9471 (Usual Display): To here.
9472 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
9473 (Usual Display): Move tab-width up.
9474
9475 * customize.texi (Variable Definitions):
9476 Replace show-paren-mode example with tooltip-mode.
9477 (Simple Types, Composite Types, Defining New Types):
9478 Minor cleanups.
9479
9480 2004-11-21 Jesper Harder <harder@ifa.au.dk>
9481
9482 * processes.texi (Synchronous Processes, Output from Processes):
9483 Markup fix.
9484
9485 2004-11-20 Richard M. Stallman <rms@gnu.org>
9486
9487 * positions.texi (Skipping Characters): skip-chars-forward
9488 now handles char classes.
9489
9490 * intro.texi (Printing Notation): Avoid confusion of `print'
9491 when explaining @print.
9492
9493 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
9494
9495 * display.texi (Display Table Format): Minor fix.
9496
9497 * streams.texi (Output Functions): Fix print example.
9498
9499 * Makefile.in (elisp): New target.
9500 (dist): Depend on $(infodir)/elisp, not elisp.
9501 Copy the info files from $(infodir).
9502
9503 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
9504 read-from-minibuffer.
9505
9506 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
9507
9508 2004-11-19 Richard M. Stallman <rms@gnu.org>
9509
9510 * searching.texi (Regexp Search): Add search-whitespace-regexp.
9511
9512 2004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
9513
9514 * tips.texi (Coding Conventions): Fix typo.
9515
9516 2004-11-16 Richard M. Stallman <rms@gnu.org>
9517
9518 * tips.texi (Coding Conventions): Separate defvar and require
9519 methods to avoid warnings. Use require only when there are many
9520 functions and variables from that package.
9521
9522 * minibuf.texi (Minibuffer Completion): When ignoring case,
9523 predicate must not be case-sensitive.
9524
9525 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
9526 (Test Coverage): Don't talk about "splotches". Clarified.
9527
9528 2004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
9529
9530 * frames.texi (Window Frame Parameters): Fix typo.
9531
9532 2004-11-15 Kim F. Storm <storm@cua.dk>
9533
9534 * symbols.texi (Other Plists): Note that plist-get may signal error.
9535 Add safe-plist-get.
9536
9537 2004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
9538
9539 * modes.texi (Font Lock Basics): Fix typo.
9540
9541 2004-11-08 Richard M. Stallman <rms@gnu.org>
9542
9543 * syntax.texi (Syntax Table Functions): Add syntax-after.
9544
9545 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
9546
9547 * os.texi (Processor Run Time): New section documenting
9548 get-internal-run-time.
9549
9550 2004-11-06 Eli Zaretskii <eliz@gnu.org>
9551
9552 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
9553 it nukes elisp-cover.texi.
9554 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
9555 elisp-0 etc.
9556
9557 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
9558
9559 * commands.texi (Keyboard Macros): Document `append' return value
9560 of `defining-kbd-macro'.
9561
9562 2004-11-01 Richard M. Stallman <rms@gnu.org>
9563
9564 * commands.texi (Interactive Call): Add called-interactively-p.
9565
9566 2004-10-29 Simon Josefsson <jas@extundo.com>
9567
9568 * minibuf.texi (Reading a Password): Revert.
9569
9570 2004-10-28 Richard M. Stallman <rms@gnu.org>
9571
9572 * frames.texi (Display Feature Testing): Explain about "vendor".
9573
9574 2004-10-27 Richard M. Stallman <rms@gnu.org>
9575
9576 * commands.texi (Interactive Codes): `N' uses numeric prefix,
9577 not raw. Clarify `n'.
9578 (Interactive Call): Rewrite interactive-p, focusing on when
9579 and how to use it.
9580 (Misc Events): Clarify previous change.
9581
9582 * advice.texi (Simple Advice): Clarify what job the example does.
9583 (Around-Advice): Clarify ad-do-it.
9584 (Activation of Advice): An option of ad-default-compilation-action
9585 is `never', not `nil'.
9586
9587 2004-10-26 Kim F. Storm <storm@cua.dk>
9588
9589 * commands.texi (Interactive Codes): Add U code letter.
9590
9591 2004-10-25 Simon Josefsson <jas@extundo.com>
9592
9593 * minibuf.texi (Reading a Password): Add.
9594
9595 2004-10-24 Jason Rumney <jasonr@gnu.org>
9596
9597 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
9598 and wheel-down.
9599
9600 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
9601
9602 * processes.texi (Synchronous Processes): Document process-file.
9603
9604 2004-10-22 Kenichi Handa <handa@m17n.org>
9605
9606 * text.texi (translate-region): Document that it accepts also a
9607 char-table.
9608
9609 2004-10-22 David Ponce <david@dponce.com>
9610
9611 * windows.texi (Resizing Windows): Document the `preserve-before'
9612 argument of the functions `enlarge-window' and `shrink-window'.
9613
9614 2004-10-19 Jason Rumney <jasonr@gnu.org>
9615
9616 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
9617
9618 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
9619
9620 * text.texi (Filling): Add anchor for definition of
9621 `sentence-end-double-space'.
9622
9623 * searching.texi (Regexp Example): Update description of how
9624 Emacs currently recognizes the end of a sentence.
9625 (Standard Regexps): Update definition of the variable
9626 `sentence-end'. Add definition of the function `sentence-end'.
9627
9628 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
9629
9630 * display.texi (Progress): New node.
9631
9632 2004-10-05 Kim F. Storm <storm@cua.dk>
9633
9634 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
9635
9636 2004-09-29 Kim F. Storm <storm@cua.dk>
9637
9638 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
9639 to identify bitmaps. Remove -fringe-bitmap suffix for standard
9640 fringe bitmap symbols, as they now have their own namespace.
9641 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
9642 vs. pixels. Signal error if no free bitmap slots.
9643 (Pixel Specification): Change IMAGE to @var{image}.
9644
9645 2004-09-28 Richard M. Stallman <rms@gnu.org>
9646
9647 * text.texi (Special Properties): Clarify line-spacing and line-height.
9648
9649 * searching.texi (Regexp Search): Add looking-back.
9650
9651 2004-09-25 Luc Teirlinck <teirllm@auburn.edu>
9652
9653 * display.texi: Correct typos.
9654 (Image Descriptors): Correct xref's.
9655
9656 2004-09-25 Richard M. Stallman <rms@gnu.org>
9657
9658 * text.texi (Special Properties): Cleanups in `cursor'.
9659 Rewrites in `line-height' and `line-spacing'; exchange them.
9660
9661 * display.texi (Fringes): Rewrite previous change.
9662 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
9663 (Display Fringe Bitmaps): Node deleted, text moved.
9664 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
9665 (Scroll Bars): Clarify set-window-scroll-bars.
9666 (Pointer Shape): Rewrite.
9667 (Specified Space): Clarify :align-to, etc.
9668 (Pixel Specification): Use @var. Clarify new text.
9669 (Other Display Specs): Clarify `slice'.
9670 (Image Descriptors): Cleanups.
9671 (Showing Images): Cleanups.
9672
9673 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
9674
9675 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
9676
9677 * modes.texi: Various minor changes in addition to:
9678 (Major Mode Conventions): Final call to `run-mode-hooks' should
9679 not be inside the `delay-mode-hooks' form.
9680 (Mode Hooks): New node.
9681 (Hooks): Delete obsolete example.
9682 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
9683 node "Mode Hooks".
9684
9685 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
9686
9687 * display.texi: Correct various typos.
9688 (Display): Rename node "Pointer Shapes" to "Pointer
9689 Shape". (There is already a node called "Pointer Shapes" in
9690 frames.texi.)
9691 (Images): Remove non-existent node "Image Slices" from menu.
9692
9693 2004-09-23 Kim F. Storm <storm@cua.dk>
9694
9695 * text.texi (Special Properties): Add `cursor', `pointer',
9696 `line-height', and `line-spacing' properties.
9697
9698 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
9699 Shapes' to menu.
9700 (Standard Faces): Doc fix for fringe face.
9701 (Fringes): Add `overflow-newline-into-fringe' and
9702 'indicate-buffer-boundaries'.
9703 (Fringe Bitmaps, Pointer Shapes): New nodes.
9704 (Display Property): Add 'Pixel Specification' and 'Display Fringe
9705 Bitmaps' to menu.
9706 (Specified Space): Describe pixel width and height.
9707 (Pixel Specification): New node.
9708 (Other Display Specs): Add `slice' property.
9709 (Display Fringe Bitmaps): New node.
9710 (Images): Add 'Image Slices' to menu.
9711 (Image Descriptors): Add `:pointer' and `:map' properties.
9712 (Showing Images): Add slice arg to `insert-image'.
9713 Add 'insert-sliced-image'.
9714
9715 2004-09-20 Richard M. Stallman <rms@gnu.org>
9716
9717 * commands.texi (Key Sequence Input):
9718 Clarify downcasing in read-key-sequence.
9719
9720 2004-09-08 Juri Linkov <juri@jurta.org>
9721
9722 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
9723
9724 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
9725
9726 * locals.texi (Standard Buffer-Local Variables):
9727 Add `buffer-auto-save-file-format'.
9728 * internals.texi (Buffer Internals): Describe new
9729 auto_save_file_format field of the buffer structure.
9730 * files.texi (Format Conversion): `auto-save-file-format' has been
9731 renamed `buffer-auto-save-file-format'.
9732
9733 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
9734
9735 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
9736 an integer or a marker.
9737 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
9738
9739 2004-08-22 Richard M. Stallman <rms@gnu.org>
9740
9741 * modes.texi (Major Mode Conventions): Discuss rebinding of
9742 standard key bindings.
9743
9744 2004-08-18 Kim F. Storm <storm@cua.dk>
9745
9746 * processes.texi (Accepting Output): Add `just-this-one' arg to
9747 `accept-process-output'.
9748 (Output from Processes): New var `process-adaptive-read-buffering'.
9749
9750 2004-08-10 Luc Teirlinck <teirllm@auburn.edu>
9751
9752 * keymaps.texi: Various changes in addition to:
9753 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
9754 Give more varied examples for `kbd'.
9755 (Creating Keymaps): Char tables have slots for all characters
9756 without modifiers.
9757 (Active Keymaps): `overriding-local-map' and
9758 `overriding-terminal-local-map' also override text property and
9759 overlay keymaps.
9760 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
9761 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
9762 to denote a prefix of no events.
9763 `map-keymap' includes parent's bindings _recursively_.
9764 Clarify and correct description of `where-is-internal'.
9765 Mention BUFFER-OR-NAME arg to `describe-bindings'.
9766 (Menu Example): For menus intended for use with the keyboard, the
9767 menu items should be bound to characters or real function keys.
9768
9769 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
9770
9771 * objects.texi (Character Type): Reposition `@anchor' to prevent
9772 double space inside sentence in Info.
9773
9774 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
9775 renamed to `disabled-command-function'.
9776 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
9777 (Command Loop Info): Replace reference to it.
9778 (Disabling Commands): `disabled-command-hook' has been renamed to
9779 `disabled-command-function'.
9780
9781 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
9782
9783 * os.texi (Translating Input): Only non-prefix bindings in
9784 `key-translation-map' override actual key bindings. Warn about
9785 possible indirect effect of actual key bindings on non-prefix
9786 bindings in `key-translation-map'.
9787
9788 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
9789
9790 * minibuf.texi (High-Level Completion): Add anchor for definition
9791 of `read-variable'.
9792
9793 * commands.texi: Various changes in addition to:
9794 (Using Interactive): Clarify description of `interactive-form'.
9795 (Interactive Call): Mention default for KEYS argument to
9796 `call-interactively'.
9797 (Command Loop Info): Clarify description of `this-command-keys'.
9798 Mention KEEP-RECORD argument to `clear-this-command-keys'.
9799 Value of `last-event-frame' can be `macro'.
9800 (Repeat Events): `double-click-fuzz' is also used to distinguish
9801 clicks and drags.
9802 (Classifying Events): Clarify descriptions of `event-modifiers'
9803 `event-basic-type' and `event-convert-list'.
9804 (Accessing Events): `posn-timestamp' takes POSITION argument.
9805 (Quoted Character Input): Clarify description of
9806 `read-quoted-char' and fix example.
9807 (Quitting): Add `with-local-quit'.
9808 (Disabling Commands): Correct and clarify descriptions of
9809 `enable-command' and `disable-command'.
9810 Mention what happens if `disabled-command-hook' is nil.
9811 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
9812 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
9813
9814 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
9815
9816 * frames.texi: Various changes in addition to:
9817 (Creating Frames): Expand and clarify description of `make-frame'.
9818 (Window Frame Parameters): Either none or both of the `icon-left'
9819 and `icon-top' parameters must be specified. Put descriptions of
9820 `menu-bar-lines' and `toolbar-lines' closer together and change
9821 them accordingly.
9822 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
9823 except while processing `frame-title-format' or `icon-title-format'.
9824 (Deleting Frames): Correct description of `delete-frame'.
9825 Non-nil return values of `frame-live-p' are like those of `framep'.
9826 (Frames and Windows): Mention return value of
9827 `set-frame-selected-window'.
9828 (Visibility of Frames): Mention `force' argument to
9829 `make-frame-invisible'. `frame-visible-p' returns t for all
9830 frames on text-only terminals.
9831 (Frame Configurations): Restoring a frame configuration does not
9832 restore deleted frames.
9833 (Window System Selections): `x-set-selection' returns DATA.
9834 (Resources): Add example.
9835 (Display Feature Testing): Clarify descriptions of
9836 `display-pixel-height', `display-pixel-width', `x-server-version'
9837 and `x-server-vendor'.
9838
9839 * windows.texi (Choosing Window): Add anchor.
9840 * minibuf.texi (Minibuffer Misc): Add anchor.
9841
9842 2004-07-23 John Paul Wallington <jpw@gnu.org>
9843
9844 * macros.texi (Defining Macros): Declaration keyword for setting
9845 Edebug spec is `debug' not `edebug'.
9846
9847 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
9848
9849 * windows.texi: Various small changes in addition to:
9850 (Window Point): Mention return value of `set-window-point'.
9851 (Window Start): `pos-visible-in-window-p' disregards horizontal
9852 scrolling. Explain return value if PARTIALLY is non-nil.
9853 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
9854 and `set-window-vscroll'.
9855 (Size of Window): The argument WINDOW to `window-inside-edges',
9856 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
9857 (Resizing Windows): Explain return value of
9858 `shrink-window-if-larger-than-buffer'.
9859 `window-size-fixed' automatically becomes buffer local when set.
9860 (Window Configurations): Explain return value of
9861 `set-window-configuration'.
9862
9863 * minibuf.texi (Minibuffer Misc): Add anchor for
9864 `minibuffer-scroll-window'.
9865
9866 * positions.texi (Text Lines): Add anchor for `count-lines'.
9867
9868 2004-07-17 Richard M. Stallman <rms@gnu.org>
9869
9870 * display.texi (Overlay Properties): Adding `evaporate' prop
9871 deletes empty overlay immediately.
9872
9873 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
9874 fix example.
9875
9876 2004-07-16 Jim Blandy <jimb@redhat.com>
9877
9878 * searching.texi (Regexp Backslash): Document new \_< and \_>
9879 operators.
9880
9881 2004-07-16 Juanma Barranquero <lektu@terra.es>
9882
9883 * display.texi (Images): Fix Texinfo usage.
9884
9885 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
9886
9887 * buffers.texi (Modification Time): `visited-file-modtime' now
9888 returns a list of two integers, instead of a cons.
9889
9890 2004-07-13 Luc Teirlinck <teirllm@auburn.edu>
9891
9892 * windows.texi: Various changes in addition to:
9893 (Splitting Windows): Add `split-window-keep-point'.
9894
9895 2004-07-09 Richard M. Stallman <rms@gnu.org>
9896
9897 * frames.texi (Input Focus): Minor fix.
9898
9899 2004-07-07 Luc Teirlinck <teirllm@auburn.edu>
9900
9901 * frames.texi (Input Focus): Clarify descriptions of
9902 `select-frame-set-input-focus' and `select-frame'.
9903
9904 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
9905
9906 * os.texi: Various small changes in addition to:
9907 (Killing Emacs): Expand and clarify description of
9908 `kill-emacs-query-functions' and `kill-emacs-hook'.
9909 (System Environment): Expand and clarify description of `getenv'
9910 and `setenv'.
9911 (Timers): Clarify description of `run-at-time'.
9912 (Translating Input): Correct description of
9913 `extra-keyboard-modifiers'.
9914 (Flow Control): Correct description of `enable-flow-control'.
9915
9916 2004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
9917
9918 * os.texi: Update copyright.
9919 (Session Management): Grammar fix.
9920 Clarify which Emacs does the restarting.
9921 Use @samp for *scratch* buffer.
9922
9923 2004-07-04 Alan Mackenzie <acm@muc.de>
9924
9925 * frames.texi (Input Focus): Add documentation for
9926 `select-frame-set-input-focus'. Replace refs to non-existent
9927 `switch-frame' with `select-frame'. Minor corrections and tidying
9928 up of text-only terminal stuff.
9929
9930 2004-07-02 Richard M. Stallman <rms@gnu.org>
9931
9932 * files.texi (Saving Buffers): Cleanup write-contents-function.
9933 (Magic File Names): Cleanup file-remote-p.
9934
9935 2004-07-02 Kai Großjohann <kai@emptydomain.de>
9936
9937 * files.texi (Magic File Names): `file-remote-p' returns an
9938 identifier of the remote system, not just t.
9939
9940 2004-07-02 David Kastrup <dak@gnu.org>
9941
9942 * searching.texi (Entire Match Data): Add explanation about new
9943 match-data behavior when @var{integers} is non-nil.
9944
9945 2004-06-24 Richard M. Stallman <rms@gnu.org>
9946
9947 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
9948
9949 * customize.texi (Variable Definitions): Note about doc strings
9950 and :set.
9951
9952 * keymaps.texi (Keymap Terminology): Document `kbd'.
9953 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
9954
9955 * display.texi (Invisible Text): Setting buffer-invisibility-spec
9956 makes it buffer-local.
9957
9958 * files.texi (Saving Buffers): Correct previous change.
9959
9960 * commands.texi (Accessing Events):
9961 Clarify posn-col-row and posn-actual-col-row.
9962
9963 2004-06-24 David Ponce <david.ponce@wanadoo.fr>
9964
9965 * commands.texi (Accessing Events): New functions
9966 posn-at-point and posn-at-x-y. Add example to posn-x-y.
9967
9968 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
9969
9970 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
9971 * frames.texi, buffers.texi, backups.texi, variables.texi:
9972 * loading.texi, eval.texi, functions.texi, control.texi:
9973 * symbols.texi, minibuf.texi: Reposition @anchor's.
9974
9975 * help.texi: Various small changes in addition to the following.
9976 (Describing Characters): Describe PREFIX argument to
9977 `key-description'. Correct and clarify definition of
9978 `text-char-description'. Describe NEED-VECTOR argument to
9979 `read-kbd-macro'.
9980 (Help Functions): Clarify definition of `apropos'.
9981
9982 2004-06-23 Lars Hansen <larsh@math.ku.dk>
9983
9984 * files.texi (Saving Buffers): Correct description of
9985 `write-contents-functions'.
9986
9987 2004-06-21 Juanma Barranquero <lektu@terra.es>
9988
9989 * display.texi (Images): Remove redundant @vindex directives.
9990 Rewrite `image-library-alist' doc in active voice.
9991
9992 2004-06-14 Juanma Barranquero <lektu@terra.es>
9993
9994 * display.texi (Images): Document new delayed library loading,
9995 variable `image-library-alist' and (existing but undocumented)
9996 function `image-type-available-p'.
9997
9998 2004-06-05 Richard M. Stallman <rms@gnu.org>
9999
10000 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
10001 refer the user to the Initial Input node.
10002 (Text from Minibuffer): Likewise.
10003 (Initial Input): New node. Document this feature
10004 and say it is mostly deprecated.
10005
10006 2004-05-30 Richard M. Stallman <rms@gnu.org>
10007
10008 * loading.texi (Named Features): Clarify return value
10009 and meaning of NOERROR.
10010
10011 * variables.texi (File Local Variables): Minor cleanup.
10012
10013 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
10014
10015 * files.texi (Magic File Names): Add `file-remote-p' as operation
10016 of file name handlers.
10017
10018 2004-05-29 Richard M. Stallman <rms@gnu.org>
10019
10020 * modes.texi (Minor Mode Conventions): (-) has no special meaning
10021 as arg to a minor mode command.
10022
10023 2004-05-22 Richard M. Stallman <rms@gnu.org>
10024
10025 * syntax.texi (Syntax Class Table): Word syntax not just for English.
10026
10027 * streams.texi (Output Variables): Doc float-output-format.
10028
10029 * searching.texi (Regexp Special): Nested repetition can be infloop.
10030
10031 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
10032 real stack overflow.
10033
10034 * compile.texi: Minor cleanups.
10035
10036 2004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
10037
10038 * lists.texi (Cons Cells): Explain dotted lists, true lists,
10039 circular lists.
10040 (List Elements): Explain handling of circular and dotted lists.
10041
10042 2004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
10043
10044 * modes.texi (Search-based Fontification): Fix typo.
10045
10046 2004-05-10 Juanma Barranquero <lektu@terra.es>
10047
10048 * modes.texi (Mode Line Variables): Fix description of
10049 global-mode-string, which is now after which-func-mode, not the
10050 buffer name.
10051
10052 2004-05-07 Lars Hansen <larsh@math.ku.dk>
10053
10054 * modes.texi (Desktop Save Mode): Add.
10055 (Modes): Add menu entry Desktop Save Mode.
10056
10057 * hooks.texi: Add desktop-after-read-hook,
10058 desktop-no-desktop-file-hook and desktop-save-hook.
10059
10060 * locals.texi: Add desktop-save-buffer.
10061
10062 2004-04-30 Jesper Harder <harder@ifa.au.dk>
10063
10064 * display.texi: emacs -> Emacs.
10065
10066 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
10067
10068 * files.texi (Changing Files): Document set-file-times.
10069
10070 2004-04-23 Juanma Barranquero <lektu@terra.es>
10071
10072 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
10073
10074 2004-04-18 Jesper Harder <harder@ifa.au.dk>
10075
10076 * tips.texi (Coding Conventions): defopt -> defcustom.
10077
10078 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
10079
10080 * sequences.texi: Various clarifications.
10081
10082 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
10083
10084 * buffers.texi (Read Only Buffers): Mention optional ARG to
10085 `toggle-read-only'.
10086
10087 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
10088
10089 * windows.texi (Selecting Windows): Note that get-lru-window
10090 returns a full-width window if possible.
10091
10092 2004-04-13 Luc Teirlinck <teirllm@auburn.edu>
10093
10094 * buffers.texi: Various changes in addition to:
10095 (Buffer File Name): Add `find-buffer-visiting'.
10096 (Buffer Modification): Mention optional ARG to `not-modified'.
10097 (Indirect Buffers): Mention optional CLONE argument to
10098 `make-indirect-buffer'.
10099
10100 * files.texi: Various changes in addition to:
10101 (Visiting Functions): `find-file-hook' is now a normal hook.
10102 (File Name Expansion): Explain difference between the way that
10103 `expand-file-name' and `file-truename' treat `..'.
10104 (Contents of Directories): Mention optional ID-FORMAT argument to
10105 `directory-files-and-attributes'.
10106 (Format Conversion): Mention new optional CONFIRM argument to
10107 `format-write-file'.
10108
10109 2004-04-12 Miles Bader <miles@gnu.org>
10110
10111 * macros.texi (Expansion): Add description of `macroexpand-all'.
10112
10113 2004-04-05 Jesper Harder <harder@ifa.au.dk>
10114
10115 * variables.texi (Variable Aliases):
10116 Mention cyclic-variable-indirection.
10117
10118 * errors.texi (Standard Errors): Ditto.
10119
10120 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
10121
10122 * backups.texi: Various small changes in addition to:
10123 (Making Backups): Mention return value of `backup-buffer'.
10124 (Auto-Saving): Mention optional FORCE argument to
10125 `delete-auto-save-file-if-necessary'.
10126 (Reverting): Mention optional PRESERVE-MODES argument to
10127 `revert-buffer'. Correct description of `revert-buffer-function'.
10128
10129 2004-03-22 Juri Linkov <juri@jurta.org>
10130
10131 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
10132 with `Vector Functions'.
10133
10134 * text.texi (Sorting): Add missing quote.
10135
10136 2004-03-14 Luc Teirlinck <teirllm@auburn.edu>
10137
10138 * intro.texi (Lisp History): Replace xref to `cl' manual with
10139 inforef.
10140
10141 2004-03-12 Richard M. Stallman <rms@gnu.org>
10142
10143 * intro.texi (Version Info): Add arg to emacs-version.
10144 (Lisp History): Change xref to CL manual.
10145
10146 2004-03-09 Luc Teirlinck <teirllm@auburn.edu>
10147
10148 * minibuf.texi (Completion Commands): Add xref to Emacs manual
10149 for Partial Completion mode.
10150
10151 2004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
10152
10153 * customize.texi: Fix typo. Remove eol whitespace.
10154
10155 2004-03-04 Richard M. Stallman <rms@gnu.org>
10156
10157 * processes.texi: Fix typos.
10158
10159 * lists.texi (Building Lists): Minor clarification.
10160
10161 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
10162 in make-hash-table.
10163
10164 2004-02-29 Juanma Barranquero <lektu@terra.es>
10165
10166 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
10167 rm, and ignore exit code.
10168
10169 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
10170
10171 * display.texi (Defining Faces): Add description for min-colors.
10172 Update example.
10173
10174 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
10175
10176 * abbrevs.texi: Various corrections and clarifications in addition
10177 to the following:
10178 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
10179
10180 2004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
10181
10182 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
10183
10184 2004-02-21 Luc Teirlinck <teirllm@auburn.edu>
10185
10186 * text.texi: Various small changes in addition to the following:
10187 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
10188 to delete-horizontal-space.
10189 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
10190 description of yank-handler text property at various places.
10191
10192 * frames.texi (Window System Selections): Add anchor.
10193
10194 * syntax.texi (Syntax Table Functions): Clarify and correct
10195 descriptions of make-syntax-table and copy-syntax-table.
10196 (Motion and Syntax): Clarify SYNTAXES argument to
10197 skip-syntax-forward.
10198 (Parsing Expressions): Mention that the return value of
10199 parse-partial-sexp is currently a list of ten rather than nine
10200 elements.
10201 (Categories): Various corrections and clarifications.
10202
10203 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
10204
10205 * markers.texi (Marker Insertion Types): Minor change.
10206
10207 * locals.texi (Standard Buffer-Local Variables):
10208 * commands.texi (Interactive Codes, Using Interactive):
10209 * functions.texi (Related Topics): Fix xrefs.
10210
10211 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
10212
10213 * lists.texi (Sets And Lists): Update description of delete-dups.
10214
10215 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
10216
10217 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
10218
10219 2004-02-16 Jan Djärv <jan.h.d@swipnet.se>
10220
10221 * frames.texi (Parameter Access): frame-parameters arg is optional.
10222 modify-frame-parameters handles nil for FRAME.
10223 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
10224 are all-or-nothing for certain toolkits.
10225 Mention parameter wait-for-wm.
10226 (Frames and Windows): In frame-first-window and frame-selected-window
10227 the arg is optional.
10228 (Input Focus): In redirect-frame-focus the second arg is optional.
10229 (Window System Selections): Mention selection type CLIPBOARD.
10230 Mention data-type UTF8_STRING.
10231 Mention numbering of cut buffers.
10232 (Resources): Describe x-resource-name.
10233
10234 2004-02-16 Richard M. Stallman <rms@gnu.org>
10235
10236 * windows.texi (Buffers and Windows): Delete false table
10237 about all-frames.
10238
10239 * syntax.texi (Parsing Expressions): Delete old caveat
10240 about parse-sexp-ignore-comments.
10241
10242 * streams.texi (Output Variables): Add print-quoted.
10243
10244 * lists.texi (Building Lists): Minor cleanup.
10245
10246 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
10247
10248 * display.texi (Overlays): Explain overlays use markers.
10249 (Managing Overlays): Explain front-advance and rear-advance
10250 in more detail.
10251
10252 * loading.texi (Unloading): Document unload-feature-special-hooks.
10253 Get rid of fns-NNN.el file.
10254
10255 2004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
10256
10257 * help.texi (Describing Characters): Fix text-char-description
10258 example output.
10259
10260 * edebug.texi (Using Edebug): Fix example.
10261
10262 * debugging.texi (Internals of Debugger): Fix return value.
10263
10264 * files.texi (Changing Files): Fix argname.
10265
10266 * calendar.texi: Fix parens, and default values.
10267
10268 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
10269 * nonascii.texi, objects.texi, os.texi: Minor fixes.
10270 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
10271
10272 * positions.texi (Text Lines): Don't add -1 in current-line.
10273
10274 2004-02-16 Richard M. Stallman <rms@gnu.org>
10275
10276 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
10277
10278 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
10279
10280 * processes.texi (Low-Level Network): Fix a typo.
10281
10282 2004-02-12 Kim F. Storm <storm@cua.dk>
10283
10284 * display.texi (Fringes): Use consistent wording.
10285 Note that window-fringe's window arg is optional.
10286 (Scroll Bars): Use consistent wording.
10287
10288 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
10289
10290 * tips.texi (Comment Tips): Document the new conventions for
10291 commenting out code.
10292
10293 2004-02-07 Jan Djärv <jan.h.d@swipnet.se>
10294
10295 * positions.texi (Text Lines): Add missing end defun.
10296
10297 2004-02-07 Kim F. Storm <storm@cua.dk>
10298
10299 * positions.texi (Text Lines): Add line-number-at-pos.
10300
10301 2004-02-06 John Paul Wallington <jpw@gnu.org>
10302
10303 * display.texi (Button Properties, Button Buffer Commands):
10304 mouse-2 invokes button, not down-mouse-1.
10305
10306 2004-02-04 Jason Rumney <jasonr@gnu.org>
10307
10308 * makefile.w32-in: Sync with Makefile.in changes.
10309
10310 2004-02-03 Luc Teirlinck <teirllm@auburn.edu>
10311
10312 * minibuf.texi (Text from Minibuffer): Various corrections and
10313 clarifications.
10314 (Object from Minibuffer): Correct Lisp description of
10315 read-minibuffer.
10316 (Minibuffer History): Clarify description of cons values for
10317 HISTORY arguments.
10318 (Basic Completion): Various corrections and clarifications.
10319 Add completion-regexp-list.
10320 (Minibuffer Completion): Correct and clarify description of
10321 completing-read.
10322 (Completion Commands): Mention Partial Completion mode.
10323 Various other minor changes.
10324 (High-Level Completion): Various corrections and clarifications.
10325 (Reading File Names): Ditto.
10326 (Minibuffer Misc): Ditto.
10327
10328 2004-01-26 Luc Teirlinck <teirllm@auburn.edu>
10329
10330 * strings.texi (Text Comparison): assoc-string also matches
10331 elements of alists that are strings instead of conses.
10332 (Formatting Strings): Standardize Texinfo usage. Update index
10333 entries.
10334
10335 2004-01-20 Luc Teirlinck <teirllm@auburn.edu>
10336
10337 * lists.texi (Sets And Lists): Add delete-dups.
10338
10339 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
10340
10341 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
10342 special form.
10343 * macros.texi (Defining Macros): Update description of `declare',
10344 which now is a macro.
10345 (Wrong Time): Fix typos.
10346
10347 2004-01-14 Luc Teirlinck <teirllm@auburn.edu>
10348
10349 * compile.texi (Compilation Functions): Expand descriptions of
10350 `compile-defun', `byte-compile-file', `byte-recompile-directory'
10351 and `batch-byte-compile'. In particular, mention and describe
10352 all optional arguments.
10353 (Disassembly): Correct and clarify the description of `disassemble'.
10354
10355 2004-01-11 Luc Teirlinck <teirllm@auburn.edu>
10356
10357 * searching.texi: Various small changes in addition to the
10358 following.
10359 (Regexp Example): Adapt to new value of `sentence-end'.
10360 (Regexp Functions): The PAREN argument to `regexp-opt' can be
10361 `words'.
10362 (Search and Replace): Add usage note for `perform-replace'.
10363 (Entire Match Data): Mention INTEGERS and REUSE arguments to
10364 `match-data'.
10365 (Standard Regexps): Update for new values of `paragraph-start'
10366 and `sentence-end'.
10367
10368 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
10369
10370 * files.texi (Saving Buffers): Clarify descriptions of
10371 `write-contents-functions' and `before-save-hook'.
10372 Make the defvar's for `before-save-hook' and `after-save-hook'
10373 into defopt's.
10374
10375 2004-01-07 Kim F. Storm <storm@cua.dk>
10376
10377 * commands.texi (Click Events): Describe new image and
10378 width/height elements of click events.
10379 (Accessing Events): Add posn-string, posn-image, and
10380 posn-object-width-height. Change posn-object to return either
10381 image or string object.
10382
10383 2004-01-01 Simon Josefsson <jas@extundo.com>
10384
10385 * hooks.texi (Standard Hooks): Add before-save-hook.
10386 * files.texi (Saving Buffers): Likewise.
10387
10388 2004-01-03 Richard M. Stallman <rms@gnu.org>
10389
10390 * frames.texi (Frames and Windows): Delete frame-root-window.
10391
10392 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
10393
10394 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
10395
10396 * functions.texi: Various small changes in addition to the
10397 following.
10398 (What Is a Function): `functionp' returns nil for macros.
10399 Clarify behavior of this and following functions for symbol arguments.
10400 (Function Documentation): Add `\' in front of (fn @var{arglist})
10401 and explain why.
10402 (Defining Functions): Mention DOCSTRING argument to `defalias'.
10403 Add anchor.
10404 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
10405
10406 2004-01-01 Miles Bader <miles@gnu.org>
10407
10408 * display.texi (Buttons): New section.
10409
10410 2003-12-31 Andreas Schwab <schwab@suse.de>
10411
10412 * numbers.texi (Math Functions): sqrt reports a domain-error
10413 error.
10414 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
10415
10416 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
10417
10418 * tips.texi (Documentation Tips): Update item on hyperlinks in
10419 documentation strings.
10420
10421 * errors.texi (Standard Errors): Various small corrections and
10422 additions.
10423
10424 * control.texi: Various small changes in addition to the
10425 following.
10426 (Signaling Errors): Provide some more details on how `signal'
10427 constructs the error message. Add anchor to the definition of
10428 `signal'.
10429 (Error Symbols): Describe special treatment of `quit'.
10430 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
10431 to emphasize that it has to be a single form.
10432
10433 * buffers.texi: Add anchor.
10434
10435 2003-12-29 Richard M. Stallman <rms@gnu.org>
10436
10437 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
10438 (Window Configurations): Add window-configuration-frame.
10439
10440 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
10441
10442 * text.texi (Examining Properties): Add get-char-property-and-overlay.
10443 Change arg name in get-char-property.
10444 (Special Properties): Update handling of keymap property.
10445
10446 * strings.texi (Modifying Strings): Add clear-string.
10447 (Text Comparison): Add assoc-string and remove
10448 assoc-ignore-case, assoc-ignore-representation.
10449
10450 * os.texi (Time of Day): Add set-time-zone-rule.
10451
10452 * numbers.texi (Math Functions): asin, acos, log, log10
10453 report domain-error errors.
10454
10455 * nonascii.texi (Converting Representations):
10456 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
10457 (Encoding and I/O): Add file-name-coding-system.
10458
10459 * modes.texi (Search-based Fontification): Explain that
10460 face specs are symbols with face names as values.
10461
10462 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
10463
10464 * lists.texi (Building Lists): remq moved elsewhere.
10465 (Sets And Lists): remq moved here.
10466 (Association Lists): Refer to assoc-string.
10467
10468 * internals.texi (Garbage Collection): Add memory-use-counts.
10469
10470 * frames.texi (Frames and Windows): Add set-frame-selected-window
10471 and frame-root-window.
10472
10473 * files.texi (Contents of Directories):
10474 Add directory-files-and-attributes.
10475
10476 * display.texi (Refresh Screen): Add force-window-update.
10477 (Invisible Text): Explain about moving point out of invis text.
10478 (Overlay Properties): Add overlay-properties.
10479 (Managing Overlays): Add overlayp.
10480 (GIF Images): Invalid image number displays a hollow box.
10481
10482 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
10483 (Killing Buffers): Add buffer-live-p.
10484
10485 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
10486
10487 * display.texi (Fringes): Fix typo "set-buffer-window".
10488
10489 2003-12-24 Luc Teirlinck <teirllm@auburn.edu>
10490
10491 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
10492 * nonascii.texi, processes.texi, tips.texi, variables.texi:
10493 Add or change various xrefs and anchors.
10494
10495 * commands.texi: Replace all occurrences of @acronym{CAR} with
10496 @sc{car}, for consistency with the rest of the Elisp manual.
10497 `car' and `cdr' are historically acronyms, but are no longer
10498 widely thought of as such.
10499
10500 * internals.texi (Pure Storage): Mention that `purecopy' does not
10501 copy text properties.
10502 (Object Internals): Now 29 bits are used (in most implementations)
10503 to address Lisp objects.
10504
10505 * variables.texi (Variables with Restricted Values): New node.
10506
10507 * objects.texi (Lisp Data Types): Mention that certain variables
10508 can only take on a restricted set of values and add an xref to
10509 the new node "Variables with Restricted Values".
10510
10511 * eval.texi (Function Indirection): Describe the errors that
10512 `indirect-function' can signal.
10513 (Eval): Clarify the descriptions of `eval-region' and `values'.
10514 Describe `eval-buffer' instead of `eval-current-buffer' and
10515 mention `eval-current-buffer' as an alias for `current-buffer'.
10516 Correct the description and mention all optional arguments.
10517
10518 * nonascii.texi: Various small changes in addition to the
10519 following.
10520 (Converting Representations): Clarify behavior of
10521 `string-make-multibyte' and `string-to-multibyte' for unibyte all
10522 ASCII arguments.
10523 (Character Sets): Document the variable `charset-list' and adapt
10524 the definition of the function `charset-list' accordingly.
10525 (Translation of Characters): Clarify use of generic characters in
10526 `make-translation-table'. Clarify and correct the description of
10527 the use of translation tables in encoding and decoding.
10528 (User-Chosen Coding Systems): Correct and clarify the description
10529 of `select-safe-coding-system'.
10530 (Default Coding Systems): Clarify description of
10531 `file-coding-system-alist'.
10532
10533 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
10534
10535 * strings.texi (Text Comparison): Correctly describe when two
10536 strings are `equal'. Combine and clarify descriptions of
10537 `assoc-ignore-case' and `assoc-ignore-representation'.
10538
10539 * objects.texi (Non-ASCII in Strings): Clarify description of
10540 when a string is unibyte or multibyte.
10541 (Bool-Vector Type): Update examples.
10542 (Equality Predicates): Correctly describe when two strings are
10543 `equal'.
10544
10545 2003-11-29 Luc Teirlinck <teirllm@auburn.edu>
10546
10547 * lists.texi (Building Lists): `append' no longer accepts integer
10548 arguments. Update the description of `number-sequence' to reflect
10549 recent changes.
10550 (Sets And Lists): Describe `member-ignore-case' after `member'.
10551
10552 2003-11-27 Kim F. Storm <storm@cua.dk>
10553
10554 * commands.texi (Click Events): Click object may be an images.
10555 Describe (dx . dy) element of click positions.
10556 (Accessing Events): Remove duplicate posn-timestamp.
10557 New functions posn-object and posn-object-x-y.
10558
10559 2003-11-23 Kim F. Storm <storm@cua.dk>
10560
10561 * commands.texi (Click Events): Describe enhancements to event
10562 position lists, including new text-pos and (col . row) items.
10563 Mention left-fringe and right-fringe area events.
10564 (Accessing Events): New functions posn-area and
10565 posn-actual-col-row. Mention posn-timestamp. Mention that
10566 posn-point in non-text area still returns buffer position.
10567 Clarify posn-col-row.
10568
10569 2003-11-21 Lars Hansen <larsh@math.ku.dk>
10570
10571 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
10572 * anti.texi (File Attributes): Describe removed parameter
10573 ID-FORMAT.
10574
10575 2003-11-20 Luc Teirlinck <teirllm@auburn.edu>
10576
10577 * positions.texi (Positions): Mention that, if a marker is used as
10578 a position, its buffer is ignored.
10579
10580 * markers.texi (Overview of Markers): Mention it here too.
10581
10582 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
10583
10584 * numbers.texi (Numeric Conversions): Not just `floor', but also
10585 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
10586
10587 2003-11-10 Luc Teirlinck <teirllm@auburn.edu>
10588
10589 * markers.texi (Creating Markers): Specify insertion type of
10590 created markers. Add xref to `Marker Insertion Types'.
10591 Second argument to `copy-marker' is optional.
10592 (Marker Insertion Types): Mention that most markers are created
10593 with insertion type nil.
10594 (The Mark): Correctly describe when `mark' signals an error.
10595 (The Region): Correctly describe when `region-beginning' and
10596 `region-end' signal an error.
10597
10598 2003-11-08 Luc Teirlinck <teirllm@auburn.edu>
10599
10600 * hash.texi (Creating Hash): Clarify description of `eql'.
10601 `makehash' is obsolete.
10602 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
10603
10604 * positions.texi (Point): Change description of `buffer-end', so
10605 that it is also correct for floating point arguments.
10606 (List Motion): Correct argument lists of `beginning-of-defun' and
10607 `end-of-defun'.
10608 (Excursions): Add xref to `Marker Insertion Types'.
10609 (Narrowing): Argument to `narrow-to-page' is optional.
10610
10611 2003-11-06 Luc Teirlinck <teirllm@auburn.edu>
10612
10613 * streams.texi (Output Streams): Clarify behavior of point for
10614 marker output streams.
10615
10616 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
10617
10618 * variables.texi (Defining Variables): Second argument to
10619 `defconst' is not optional.
10620 (Setting Variables): Mention optional argument APPEND to
10621 `add-to-list'.
10622 (Creating Buffer-Local): Expand description of
10623 `make-variable-buffer-local'.
10624 (Frame-Local Variables): Expand description of
10625 `make-variable-frame-local'.
10626 (Variable Aliases): Correct description of optional argument
10627 DOCSTRING to `defvaralias'. Mention return value of
10628 `defvaralias'.
10629 (File Local Variables): Add xref to `File variables' in Emacs
10630 Manual. Correct description of `hack-local-variables'. Mention
10631 `safe-local-variable' property. Mention optional second argument
10632 to `risky-local-variable-p'.
10633
10634 2003-11-03 Luc Teirlinck <teirllm@auburn.edu>
10635
10636 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
10637
10638 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
10639
10640 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
10641 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
10642 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
10643 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
10644 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
10645 lispref/processes.texi, lispref/searching.texi,
10646 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
10647 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
10648 @acronym{FOO}.
10649
10650 2003-10-27 Luc Teirlinck <teirllm@auburn.edu>
10651
10652 * strings.texi (Creating Strings): Argument START to `substring'
10653 can not be `nil'. Expand description of
10654 `substring-no-properties'. Correct description of `split-string',
10655 especially with respect to empty matches. Prevent very bad line
10656 break in definition of `split-string-default-separators'.
10657 (Text Comparison): `string=' and `string<' also accept symbols as
10658 arguments.
10659 (String Conversion): More completely describe argument BASE in
10660 `string-to-number'.
10661 (Formatting Strings): `%s' and `%S' in `format' do require
10662 corresponding object. Clarify behavior of numeric prefix after
10663 `%' in `format'.
10664 (Case Conversion): The argument to `upcase-initials' can be a
10665 character.
10666
10667 2003-10-27 Kenichi Handa <handa@m17n.org>
10668
10669 * display.texi (Fontsets): Fix texinfo usage.
10670
10671 2003-10-25 Kenichi Handa <handa@m17n.org>
10672
10673 * display.texi (Fontsets): Add description of the function
10674 set-fontset-font.
10675
10676 2003-10-23 Luc Teirlinck <teirllm@auburn.edu>
10677
10678 * display.texi (Temporary Displays): Add xref to `Documentation
10679 Tips'.
10680
10681 * functions.texi (Function Safety): Use inforef instead of pxref
10682 for SES.
10683
10684 2003-10-23 Andreas Schwab <schwab@suse.de>
10685
10686 * Makefile.in (TEX, texinputdir): Don't define.
10687 (TEXI2DVI): Define.
10688 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
10689 add $(srcdir)/index.texi.
10690 ($(infodir)/elisp): Remove index.texi dependency.
10691 (elisp.dvi): Likewise. Use $(TEXI2DVI).
10692 (index.texi): Remove target.
10693 (dist): Don't link $(srcdir)/permute-index.
10694 (clean): Don't remove index.texi.
10695
10696 * permute-index, index.perm: Remove.
10697 * index.texi: Rename from index.unperm.
10698
10699 2003-10-22 Luc Teirlinck <teirllm@auburn.edu>
10700
10701 * tips.texi (Documentation Tips): Document new behavior for face
10702 and variable hyperlinks in Help mode.
10703
10704 2003-10-21 Luc Teirlinck <teirllm@auburn.edu>
10705
10706 * objects.texi (Integer Type): Update for extra bit of integer range.
10707 (Character Type): Ditto.
10708
10709 2003-10-16 Eli Zaretskii <eliz@gnu.org>
10710
10711 * numbers.texi (Integer Basics): Add index entries for reading
10712 numbers in hex, octal, and binary.
10713
10714 2003-10-16 Lute Kamstra <lute@gnu.org>
10715
10716 * modes.texi (Mode Line Format): Mention force-mode-line-update's
10717 argument.
10718
10719 2003-10-13 Luc Teirlinck <teirllm@auburn.edu>
10720
10721 * windows.texi (Choosing Window): Fix typo.
10722 * edebug.texi (Edebug Execution Modes): Fix typo.
10723
10724 2003-10-13 Richard M. Stallman <rms@gnu.org>
10725
10726 * windows.texi (Basic Windows): A window has fringe settings,
10727 display margins and scroll-bar settings.
10728 (Splitting Windows): Doc split-window return value.
10729 Clean up one-window-p.
10730 (Selecting Windows): Fix typo.
10731 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
10732 (Buffers and Windows): In set-window-buffer, explain effect
10733 on fringe settings and scroll bar settings.
10734 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
10735 (Choosing Window): Use defopt for pop-up-frame-function.
10736 For special-display-buffer-names, explain same-window and same-frame.
10737 Clarify window-dedicated-p return value.
10738 (Textual Scrolling): scroll-up and scroll-down can get an error.
10739 (Horizontal Scrolling): Clarify auto-hscroll-mode.
10740 Clarify set-window-hscroll.
10741 (Size of Window): Don't mention tool bar in window-height.
10742 (Coordinates and Windows): Explain what coordinates-in-window-p
10743 returns for fringes and display margins.
10744 (Window Configurations): Explain saving fringes, etc.
10745
10746 * tips.texi (Library Headers): Clean up Documentation.
10747
10748 * syntax.texi (Parsing Expressions): Clean up forward-comment
10749 and parse-sexp-lookup-properties.
10750
10751 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
10752
10753 * os.texi (System Environment): Clean up text for load-average errors.
10754
10755 * modes.texi (Hooks): Don't explain local hook details at front.
10756 Clarify run-hooks and run-hook-with-args a little.
10757 Clean up add-hook and remove-hook.
10758
10759 * edebug.texi (Edebug Execution Modes): Clarify t.
10760 Document edebug-sit-for-seconds.
10761 (Coverage Testing): Document C-x X = and =.
10762 (Instrumenting Macro Calls): Fix typo.
10763 (Specification List): Don't index the specification keywords.
10764
10765 2003-10-10 Kim F. Storm <storm@cua.dk>
10766
10767 * processes.texi (Network): Introduce make-network-process.
10768
10769 2003-10-09 Luc Teirlinck <teirllm@auburn.edu>
10770
10771 * tips.texi (Library Headers): Fix typo.
10772
10773 2003-10-07 Juri Linkov <juri@jurta.org>
10774
10775 * modes.texi (Imenu): Mention imenu-create-index-function's
10776 default value. Explain submenus better.
10777
10778 2003-10-07 Lute Kamstra <lute@gnu.org>
10779
10780 * modes.texi (Faces for Font Lock): Fix typo.
10781 (Hooks): Explain how buffer-local hook variables can refer to
10782 global hook variables.
10783 Various minor clarifications.
10784
10785 2003-10-06 Lute Kamstra <lute@gnu.org>
10786
10787 * tips.texi (Coding Conventions): Mention naming conventions for
10788 hooks.
10789
10790 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
10791
10792 * loading.texi (Library Search): Correct default value of
10793 load-suffixes.
10794 (Named Features): Fix typo.
10795
10796 2003-10-05 Richard M. Stallman <rms@gnu.org>
10797
10798 * loading.texi (Named Features): In `provide',
10799 say how to test for subfeatures.
10800 (Unloading): In unload-feature, use new var name
10801 unload-feature-special-hooks.
10802
10803 2003-10-03 Lute Kamstra <lute@gnu.org>
10804
10805 * modes.texi (Major Mode Conventions): Mention third way to set up
10806 Imenu.
10807 (Imenu): A number of small fixes.
10808 Delete documentation of internal variable imenu--index-alist.
10809 Document the return value format of imenu-create-index-function
10810 functions.
10811
10812 2003-09-30 Richard M. Stallman <rms@gnu.org>
10813
10814 * processes.texi (Network): Say what stopped datagram connections do.
10815
10816 * lists.texi (Association Lists): Clarify `assq-delete-all'.
10817
10818 * display.texi (Overlay Properties): Clarify `evaporate' property.
10819
10820 2003-09-29 Lute Kamstra <lute@gnu.org>
10821
10822 * modes.texi (Mode Line Data): Explain when symbols in mode-line
10823 constructs should be marked as risky.
10824 Change cons cell into proper list.
10825 (Mode Line Variables): Change cons cell into proper list.
10826
10827 2003-09-26 Lute Kamstra <lute@gnu.org>
10828
10829 * modes.texi (Mode Line Data): Document the :propertize construct.
10830 (Mode Line Variables): Reorder the descriptions of the variables
10831 to match their order in the default mode-line-format.
10832 Describe the new variables mode-line-position and mode-line-modes.
10833 Update the default values of mode-line-frame-identification,
10834 minor-mode-alist, and default-mode-line-format.
10835 (Properties in Mode): Mention the :propertize construct.
10836
10837 2003-09-26 Richard M. Stallman <rms@gnu.org>
10838
10839 * buffers.texi, commands.texi, debugging.texi, eval.texi:
10840 * loading.texi, minibuf.texi, text.texi, variables.texi:
10841 Avoid @strong{Note:}.
10842
10843 2003-09-26 Richard M. Stallman <rms@gnu.org>
10844
10845 * keymaps.texi (Remapping Commands): Fix typo.
10846
10847 2003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
10848
10849 * processes.texi (Low-Level Network): Fix typo.
10850
10851 2003-09-23 Kim F. Storm <storm@cua.dk>
10852
10853 * processes.texi (Network, Network Servers): Fix typos.
10854 (Low-Level Network): Add timeout value for :server keyword.
10855 Add new option keywords to make-network-process.
10856 Add set-network-process-options.
10857 Explain how to test availability of network options.
10858
10859 2003-09-19 Richard M. Stallman <rms@gnu.org>
10860
10861 * text.texi (Motion by Indent): Arg to
10862 backward-to-indentation and forward-to-indentation is optional.
10863
10864 * strings.texi (Creating Strings): Add substring-no-properties.
10865
10866 * processes.texi
10867 (Process Information): Add list-processes arg QUERY-ONLY.
10868 Delete process-contact from here.
10869 Add new status values for process-status.
10870 Add process-get, process-put, process-plist, set-process-plist.
10871 (Synchronous Processes): Add call-process-shell-command.
10872 (Signals to Processes): signal-process allows process objects.
10873 (Network): Complete rewrite.
10874 (Network Servers, Datagrams, Low-Level Network): New nodes.
10875
10876 * positions.texi (Word Motion): forward-word, backward-word
10877 arg is optional. Reword.
10878
10879 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
10880
10881 * variables.texi (Creating Buffer-Local):
10882 Delete duplicate definition of buffer-local-value.
10883 (File Local Variables): Explain about discarding text props.
10884
10885 2003-09-11 Richard M. Stallman <rms@gnu.org>
10886
10887 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
10888 changes variables that record input events.
10889 (Minibuffer Misc): Add minibuffer-selected-window.
10890
10891 * lists.texi (Building Lists): Add copy-tree.
10892
10893 * display.texi (Fontsets): Add char-displayable-p.
10894 (Scroll Bars): New node.
10895
10896 2003-09-08 Lute Kamstra <lute@gnu.org>
10897
10898 * modes.texi (%-Constructs): Document new `%i' and `%I'
10899 constructs.
10900
10901 2003-09-03 Peter Runestig <peter@runestig.com>
10902
10903 * makefile.w32-in: New file.
10904
10905 2003-08-29 Richard M. Stallman <rms@gnu.org>
10906
10907 * display.texi (Overlay Properties): Clarify how priorities
10908 affect use of the properties.
10909
10910 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
10911
10912 * customize.texi (Type Keywords): Correct the description of
10913 `:help-echo' in the case where `motion-doc' is a function.
10914
10915 2003-08-14 John Paul Wallington <jpw@gnu.org>
10916
10917 * modes.texi (Emulating Mode Line): Subsection, not section.
10918
10919 2003-08-13 Richard M. Stallman <rms@gnu.org>
10920
10921 * elisp.texi (Top): Update subnode lists in menu.
10922
10923 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
10924 (Kill Functions): kill-region has new arg yank-handler.
10925 (Yanking): New node.
10926 (Yank Commands): Add yank-undo-function.
10927 (Low-Level Kill Ring):
10928 kill-new and kill-append have new arg yank-handler.
10929 (Changing Properties): Add remove-list-of-text-properties.
10930 (Atomic Changes): New node.
10931
10932 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
10933
10934 * streams.texi (Output Variables): Add eval-expression-print-length
10935 and eval-expression-print-level.
10936
10937 * os.texi (Time Conversion): For encode-time, explain limits on year.
10938
10939 * objects.texi (Character Type): Define anchor "modifier bits".
10940
10941 * modes.texi (Emulating Mode Line): New node.
10942 (Search-based Fontification): Font Lock uses font-lock-face property.
10943 (Other Font Lock Variables): Likewise.
10944
10945 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
10946 not vectors.
10947 (Active Keymaps): Add emulation-mode-map-alists.
10948 (Functions for Key Lookup): key-binding has new arg no-remap.
10949 (Remapping Commands): New node.
10950 (Scanning Keymaps): where-is-internal has new arg no-remap.
10951 (Tool Bar): Add tool-bar-local-item-from-menu.
10952 Clarify when to use tool-bar-add-item-from-menu.
10953
10954 * commands.texi (Interactive Call): commandp has new arg.
10955 (Command Loop Info): Add this-original-command.
10956
10957 2003-08-06 John Paul Wallington <jpw@gnu.org>
10958
10959 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
10960
10961 * display.texi (Warning Basics): Fix typo.
10962 (Fringes): Add closing curly bracket and fix typo.
10963
10964 * elisp.texi (Top): Fix typo.
10965
10966 2003-08-05 Richard M. Stallman <rms@gnu.org>
10967
10968 * elisp.texi: Update lists of subnodes.
10969
10970 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
10971
10972 * variables.texi (Local Variables): Use lc for example variable names.
10973
10974 * tips.texi (Library Headers): Explain where to put -*-.
10975
10976 * strings.texi (Creating Strings): Fix xref for vconcat.
10977
10978 * sequences.texi (Vector Functions):
10979 vconcat no longer allows integer args.
10980
10981 * minibuf.texi (Reading File Names): read-file-name has new
10982 arg PREDICATE. New function read-directory-name.
10983
10984 * macros.texi (Defining Macros): Give definition of `declare'.
10985 (Indenting Macros): New node.
10986
10987 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
10988 (Window Frame Parameters): Make separate table of parameters
10989 that are coupled with specific face attributes.
10990 (Deleting Frames): delete-frame-hooks renamed to
10991 delete-frame-functions.
10992
10993 * files.texi (Magic File Names): Add file-remote-p.
10994 Clarify file-local-copy.
10995
10996 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
10997 here; instead xref Defining Macros.
10998
10999 * display.texi (Warnings): New node, and subnodes.
11000 (Fringes): New node.
11001
11002 * debugging.texi (Test Coverage): New node.
11003
11004 * compile.texi (Compiler Errors): Explain with-no-warnings
11005 and other ways to suppress warnings.
11006
11007 * commands.texi (Interactive Call): Minor clarification.
11008
11009 * buffers.texi (Buffer File Name): set-visited-file-name
11010 renames the buffer too.
11011
11012 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
11013
11014 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
11015
11016 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
11017
11018 2003-07-22 Markus Rost <rost@math.ohio-state.edu>
11019
11020 * internals.texi (Garbage Collection): Fix previous change.
11021
11022 2003-07-22 Richard M. Stallman <rms@gnu.org>
11023
11024 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
11025
11026 * display.texi (Width): Use \s syntax in example.
11027 (Font Selection): Add face-font-rescale-alist.
11028
11029 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
11030 Remove spurious indent in example.
11031
11032 * lists.texi (Building Lists): Add number-sequence.
11033
11034 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
11035
11036 * functions.texi (Function Documentation): Explain how to
11037 show calling convention explicitly in the doc string.
11038
11039 * windows.texi (Selecting Windows): save-selected-window saves
11040 selected window of each frame.
11041 (Window Configurations): Minor change.
11042
11043 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
11044
11045 * streams.texi (Output Variables): Add print-continuous-numbering
11046 and print-number-table.
11047
11048 * processes.texi (Decoding Output): New node.
11049
11050 * os.texi (Time Conversion): decode-time arg is optional.
11051
11052 * objects.texi (Character Type): Don't use space as example for \.
11053 Make list of char names and \-sequences correspond.
11054 Explain that \s is not used in strings. `\ ' needs space after.
11055
11056 * nonascii.texi (Converting Representations): Add string-to-multibyte.
11057 (Translation of Characters): Add translation-table-for-input.
11058 (Default Coding Systems): Add auto-coding-functions.
11059 (Explicit Encoding): Add decode-coding-inserted-region.
11060 (Locales): Add locale-info.
11061
11062 * minibuf.texi (Basic Completion): Describe test-completion.
11063 Collections can be lists of strings.
11064 Clean up lazy-completion-table.
11065 (Programmed Completion): Mention test-completion.
11066 Clarify why lambda expressions are not accepted.
11067 (Minibuffer Misc): Describe minibufferp.
11068
11069 2003-07-14 Richard M. Stallman <rms@gnu.org>
11070
11071 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
11072
11073 * windows.texi (Selecting Windows): New arg to select-window.
11074 (Selecting Windows): Add with-selected-window.
11075 (Size of Window): Add window-inside-edges, etc.
11076
11077 * internals.texi (Garbage Collection): Add post-gc-hook.
11078
11079 * processes.texi (Subprocess Creation): Add exec-suffixes.
11080
11081 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
11082 (Scanning Keymaps): Add map-keymaps.
11083 (Defining Menus): Add keymap-prompt.
11084
11085 * numbers.texi (Integer Basics): Add most-positive-fixnum,
11086 most-negative-fixnum.
11087
11088 * compile.texi (Byte Compilation): Explain no-byte-compile.
11089 (Compiler Errors): New node.
11090
11091 * os.texi (User Identification): user-uid, user-real-uid
11092 can return float.
11093
11094 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
11095 and about derived modes.
11096 (Minor Modes): Add minor-mode-list.
11097 (Defining Minor Modes): Keyword args for define-minor-mode.
11098 (Search-based Fontification): Explain managing other properties.
11099 (Other Font Lock Variables): Add font-lock-extra-managed-props.
11100 (Faces for Font Lock): Add font-lock-preprocessor-face.
11101 (Hooks): Add run-mode-hooks and delay-mode-hooks.
11102
11103 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
11104 (Variable Aliases): Clarify defvaralias.
11105
11106 * loading.texi (Library Search): Add load-suffixes.
11107
11108 * minibuf.texi (Basic Completion): Add lazy-completion-table.
11109 (Programmed Completion): Add dynamic-completion-table.
11110
11111 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
11112 (Magic File Names): Specify precedence order of handlers.
11113
11114 * commands.texi (Command Overview): Emacs server runs pre-command-hook
11115 and post-command-hook.
11116 (Waiting): New calling convention for sit-for.
11117
11118 * text.texi (Special Properties): local-map and keymap properties
11119 apply based on their stickiness.
11120
11121 2003-07-07 Richard M. Stallman <rms@gnu.org>
11122
11123 * modes.texi (Minor Mode Conventions): Specify only some kinds
11124 of list values as args to minor modes.
11125
11126 * files.texi (File Name Expansion): Warn about iterative use
11127 of substitute-in-file-name.
11128
11129 * advice.texi (Activation of Advice): Clean up previous change.
11130
11131 2003-07-06 Markus Rost <rost@math.ohio-state.edu>
11132
11133 * advice.texi (Activation of Advice): Note that ad-start-advice is
11134 turned on by default.
11135
11136 2003-06-30 Richard M. Stallman <rms@gnu.org>
11137
11138 * text.texi (Buffer Contents): Document current-word.
11139 (Change Hooks): Not called for *Messages*.
11140
11141 * functions.texi (Defining Functions): Explain about redefining
11142 primitives.
11143 (Function Safety): Rename. Minor changes.
11144 Comment out the detailed criteria for what is safe.
11145
11146 2003-06-22 Andreas Schwab <schwab@suse.de>
11147
11148 * objects.texi (Symbol Type): Fix description of examples.
11149
11150 2003-06-16 Andreas Schwab <schwab@suse.de>
11151
11152 * hash.texi (Creating Hash): Fix description of :weakness.
11153
11154 2003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
11155
11156 * files.texi (Changing Files): copy-file copies file modes, too.
11157
11158 2003-05-28 Richard M. Stallman <rms@gnu.org>
11159
11160 * strings.texi (Creating Strings): Clarify split-string.
11161
11162 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
11163
11164 * strings.texi (Creating Strings): Update split-string specification
11165 and examples.
11166
11167 2003-05-19 Richard M. Stallman <rms@gnu.org>
11168
11169 * elisp.texi: Correct invariant section names.
11170
11171 2003-04-20 Richard M. Stallman <rms@gnu.org>
11172
11173 * os.texi (Timers): Explain about timers and quitting.
11174
11175 2003-04-19 Richard M. Stallman <rms@gnu.org>
11176
11177 * internals.texi (Writing Emacs Primitives): Strings are
11178 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
11179 Explain GCPRO convention for varargs function args.
11180
11181 2003-04-16 Richard M. Stallman <rms@gnu.org>
11182
11183 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
11184
11185 2003-04-08 Richard M. Stallman <rms@gnu.org>
11186
11187 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
11188
11189 2003-02-13 Kim F. Storm <storm@cua.dk>
11190
11191 * objects.texi (Character Type): New \s escape for space.
11192
11193 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
11194
11195 * os.texi (System Environment): Add cygwin system-type.
11196
11197 2003-01-25 Richard M. Stallman <rms@gnu.org>
11198
11199 * keymaps.texi: Document that a symbol can act as a keymap.
11200
11201 2003-01-13 Richard M. Stallman <rms@gnu.org>
11202
11203 * text.texi (Changing Properties): Say string indices are origin-0.
11204
11205 * positions.texi (Screen Lines) <compute-motion>:
11206 Correct order of elts in return value.
11207
11208 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
11209 how to define a default binding.
11210
11211 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
11212
11213 * loading.texi (Unloading): Fix recent change for load-history.
11214
11215 * customize.texi (Simple Types): Clarify description of custom
11216 type 'number. Describe new custom type 'float.
11217
11218 2002-12-04 Markus Rost <rost@math.ohio-state.edu>
11219
11220 * variables.texi (File Local Variables): Fix typo.
11221
11222 2002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
11223
11224 From Michael Albinus <Michael.Albinus@alcatel.de>.
11225
11226 * README: Target for Info file is `make info'.
11227
11228 * files.texi (File Name Components): Fix typos in
11229 `file-name-sans-extension'.
11230 (Magic File Names): Complete list of operations for magic file
11231 name handlers.
11232
11233 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
11234
11235 * variables.texi (File Local Variables): New function
11236 risky-local-variable-p.
11237
11238 2002-09-15 Jonathan Yavner <jyavner@engineer.com>
11239
11240 * functions.texi (Function safety): New node about unsafep.
11241
11242 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
11243
11244 * customize.texi (Splicing into Lists): Fix example.
11245 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
11246
11247 2002-06-17 Juanma Barranquero <lektu@terra.es>
11248
11249 * frames.texi (Display Feature Testing): Fix typo.
11250
11251 2002-06-12 Andreas Schwab <schwab@suse.de>
11252
11253 * frames.texi (Initial Parameters, Resources): Fix references to
11254 the Emacs manual.
11255
11256 2002-05-13 Kim F. Storm <storm@cua.dk>
11257
11258 * variables.texi (Intro to Buffer-Local): Updated warning and
11259 example relating to changing buffer inside let.
11260
11261 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
11262
11263 * os.texi (Session Management): New node about X Session management.
11264
11265 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
11266
11267 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
11268 to which the manual corresponds, and the copyright years.
11269
11270 * Makefile.in (VERSION): Set to 2.9.
11271
11272 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
11273
11274 * elisp.texi: Change the category in @dircategory to "Emacs", to
11275 make it consistent with info/dir.
11276
11277 2001-11-25 Miles Bader <miles@gnu.org>
11278
11279 * text.texi (Fields): Describe new `limit' arg in
11280 field-beginning/field-end.
11281
11282 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
11283
11284 * permute-index: Don't depend on csh-specific features.
11285 Replace the interpreter name with /bin/sh.
11286
11287 * two-volume-cross-refs.txt: New file.
11288 * two.el: New file.
11289 * spellfile: New file.
11290
11291 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
11292
11293 * permute-index: New file.
11294
11295 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
11296 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
11297 8+3 restricted namespace.
11298
11299 * Makefile.in (infodir): Define relative to $(srcdir).
11300 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
11301 include directories list via -I switch to makeinfo.
11302 (index.texi): Use cp if both hard and symbolic links fail.
11303
11304 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
11305
11306 * Makefile.in (distclean): Add.
11307
11308 The following changes make ELisp manual part of the Emacs
11309 distribution:
11310
11311 * Makefile.in: Add Copyright notice.
11312 (prefix): Remove.
11313 (infodir): Change value to "../info".
11314 (VPATH): New variable.
11315 (MAKE): Don't define.
11316 (texmacrodir): Don't define.
11317 (texinputdir): Append the existing value of TEXINPUTS.
11318 ($(infodir)/elisp): Instead of just "elisp". Reformat the
11319 command to be compatible with man/Makefile.in, and to put the
11320 output into ../info.
11321 (info): Add target.
11322 (installall): Target removed.
11323
11324 2001-10-31 Pavel Janík <Pavel@Janik.cz>
11325
11326 * tips.texi (Coding Conventions): Fix typo.
11327
11328 2001-10-23 Gerd Moellmann <gerd@gnu.org>
11329
11330 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
11331
11332 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
11333
11334 * files.texi (File Name Components): Update the description of
11335 file-name-sans-extension and file-name-extension, as they now
11336 ignore leading dots.
11337
11338 2001-10-20 Gerd Moellmann <gerd@gnu.org>
11339
11340 * (Version 21.1 released.)
11341
11342 2001-10-19 Miles Bader <miles@gnu.org>
11343
11344 * positions.texi (Text Lines): Describe behavior of
11345 `beginning-of-line'/`end-of-line' in the presence of field properties.
11346
11347 2001-10-17 Gerd Moellmann <gerd@gnu.org>
11348
11349 * Makefile.in (VERSION): Set to 2.8.
11350 (manual): Use `manual-21'.
11351
11352 * elisp.texi (VERSION): Add and use it where the version
11353 number was used. Set it to 2.8.
11354
11355 * intro.texi: Likewise.
11356
11357 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
11358
11359 * files.texi (File Name Completion): Document the significance of
11360 a trailing slash in elements of completion-ignored-extensions.
11361
11362 2001-10-06 Miles Bader <miles@gnu.org>
11363
11364 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
11365
11366 2001-10-04 Gerd Moellmann <gerd@gnu.org>
11367
11368 * variables.texi (Variable Aliases): New node.
11369
11370 2001-10-04 Gerd Moellmann <gerd@gnu.org>
11371
11372 * Branch for 21.1.
11373
11374 2001-10-02 Miles Bader <miles@gnu.org>
11375
11376 * minibuf.texi (Minibuffer Misc): Add entries for
11377 `minibuffer-contents', `minibuffer-contents-no-properties', and
11378 `delete-minibuffer-contents'.
11379 Correct description for `minibuffer-prompt-end'.
11380
11381 * text.texi (Property Search): Correct descriptions of
11382 `next-char-property-change' and `previous-char-property-change'.
11383 Add entries for `next-single-char-property-change' and
11384 `previous-single-char-property-change'.
11385 Make operand names a bit more consistent.
11386
11387 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
11388
11389 * frames.texi (Finding All Frames): Document that next-frame and
11390 previous-frame are local to current terminal.
11391
11392 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
11393
11394 * keymaps.texi (Creating Keymaps): Fix the description of the
11395 result of make-keymap.
11396
11397 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
11398
11399 * display.texi (Font Lookup, Attribute Functions)
11400 (Image Descriptors): Add cross-references to the definition of
11401 selected frame.
11402
11403 * buffers.texi (The Buffer List): Add cross-references to the
11404 definition of selected frame.
11405
11406 * frames.texi (Input Focus): Clarify which frame is _the_ selected
11407 frame at any given time.
11408 (Multiple Displays, Size and Position): Add a cross-reference to
11409 the definition of the selected frame.
11410
11411 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
11412
11413 * strings.texi (String Conversion) <string-to-number>: Document
11414 that a float is returned for integers that are too large.
11415
11416 * frames.texi (Mouse Position): Document mouse-position-function.
11417 (Display Feature Testing): Document display-images-p.
11418 (Window Frame Parameters): Document the cursor-type variable.
11419
11420 * numbers.texi (Integer Basics): Document CL style read syntax for
11421 integers in bases other than 10.
11422
11423 * positions.texi (List Motion):
11424 Document open-paren-in-column-0-is-defun-start.
11425
11426 * lists.texi (Sets And Lists): Document member-ignore-case.
11427
11428 * internals.texi (Garbage Collection): Document the used and free
11429 strings report.
11430 (Memory Usage): Document strings-consed.
11431
11432 * os.texi (Time of Day): Document float-time.
11433 (Recording Input): Document that clear-this-command-keys clears
11434 the vector to be returned by recent-keys.
11435
11436 * keymaps.texi (Scanning Keymaps) <where-is-internal>:
11437 The argument keymap can be a list.
11438
11439 * nonascii.texi (User-Chosen Coding Systems)
11440 <select-safe-coding-system>: Document the new argument
11441 accept-default-p and the variable
11442 select-safe-coding-system-accept-default-p. Tell what happens if
11443 buffer-file-coding-system is undecided.
11444 (Default Coding Systems): Document auto-coding-regexp-alist.
11445
11446 * display.texi (The Echo Area) <message>: Document
11447 message-truncate-lines.
11448 (Glyphs): Document that the glyph table is unused on windowed
11449 displays.
11450
11451 * help.texi (Describing Characters) <single-key-description>:
11452 Document the new argument no-angles.
11453 (Accessing Documentation) <documentation-property>: Document that
11454 a non-string property is evaluated.
11455 <documentation>: Document that the function-documentation property
11456 is looked for.
11457
11458 * windows.texi (Selecting Windows): Document some-window.
11459
11460 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
11461
11462 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
11463 apropos-mode-hook.
11464
11465 * commands.texi (Using Interactive): Document interactive-form.
11466 (Keyboard Macros): Document kbd-macro-termination-hook.
11467 (Command Loop Info): Document that clear-this-command-keys clears
11468 the vector to be returned by recent-keys.
11469
11470 2001-09-04 Werner LEMBERG <wl@gnu.org>
11471
11472 * Makefile.in (srcdir, texinputdir): New variables.
11473 (srcs, index.texi, install): Use $(srcdir).
11474 (.PHONY): Remove elisp.dvi.
11475 (elisp): Use -I switch for makeinfo.
11476 (elisp.dvi): Use $(srcdir) and $(texinputdir).
11477 (installall, dist): Use $(srcdir).
11478 Fix path to texinfo.tex.
11479 (maintainer-clean): Add elisp.dvi and elisp.oaux.
11480
11481 2001-08-30 Gerd Moellmann <gerd@gnu.org>
11482
11483 * display.texi (Conditional Display): Adjust to API change.
11484
11485 * configure: New file.
11486
11487 2001-07-30 Gerd Moellmann <gerd@gnu.org>
11488
11489 * commands.texi (Repeat Events): Add description of
11490 double-click-fuzz.
11491
11492 2001-05-08 Stefan Monnier <monnier@cs.yale.edu>
11493
11494 * syntax.texi (Syntax Class Table): Add the missing designator for
11495 comment and string fences.
11496 (Syntax Properties): Add a xref to syntax table internals.
11497 (Syntax Table Internals): Document string-to-syntax.
11498
11499 2001-05-07 Gerd Moellmann <gerd@gnu.org>
11500
11501 * Makefile.in (install): Use install-info command line options
11502 like in Emacs' Makefile.in.
11503
11504 2000-12-09 Miles Bader <miles@gnu.org>
11505
11506 * windows.texi (Window Start): Update documentation for
11507 `pos-visible-in-window-p'.
11508
11509 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
11510
11511 * lists.texi (Building Lists): Add footnote to explain how to add
11512 to the end of a list.
11513
11514 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11515
11516 * files.texi (Visiting Functions): Typos.
11517
11518 2000-10-25 Kenichi Handa <handa@etl.go.jp>
11519
11520 * files.texi (Visiting Functions): Return value of
11521 find-file-noselect may be a list of buffers if wildcards are used.
11522
11523 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11524
11525 * display.texi (Defining Faces): Document `graphic' display type
11526 in face specs.
11527
11528 2000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11529
11530 * hooks.texi (Standard Hooks): Replace obsolete
11531 `after-make-frame-hook' with `after-make-frame-functions'.
11532
11533 * frames.texi (Creating Frames): Ditto.
11534
11535 * variables.texi (Future Local Variables): Ditto.
11536
11537 2000-10-16 Gerd Moellmann <gerd@gnu.org>
11538
11539 * display.texi (Other Image Types): Add description of :foreground
11540 and :background properties of mono PBM images.
11541
11542 2000-08-17 Werner LEMBERG <wl@gnu.org>
11543
11544 * .cvsignore: New file.
11545
11546 2000-01-05 Gerd Moellmann <gerd@gnu.org>
11547
11548 * tindex.pl: New script.
11549
11550 1999-12-03 Dave Love <fx@gnu.org>
11551
11552 * Makefile.in (MAKEINFO): New parameter.
11553
11554 1999-09-17 Richard Stallman <rms@gnu.org>
11555
11556 * Makefile.in (srcs): Add hash.texi.
11557 (VERSION): Update to 20.6.
11558
11559 1999-09-13 Richard Stallman <rms@gnu.org>
11560
11561 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
11562
11563 1998-08-29 Karl Heuer <kwzh@gnu.org>
11564
11565 * configure.in: New file.
11566 * Makefile.in: Renamed from Makefile.
11567 (prefix, infodir): Use value obtained from configure.
11568 (emacslibdir): Obsolete variable deleted.
11569 (dist): Distribute configure.in, configure, Makefile.in.
11570
11571 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
11572
11573 * Makefile (INSTALL_INFO): New variable.
11574 (install): Run install-info.
11575
11576 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
11577
11578 * Makefile (elisp.dvi): Add missing backslash.
11579
11580 1998-05-02 Richard Stallman <rms@psilocin.gnu.org>
11581
11582 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
11583 Run texindex without `./'. Always run texindex on elisp.tp.
11584 (elisp.tps): Target deleted.
11585
11586 1998-04-05 Richard Stallman <rms@psilocin.gnu.org>
11587
11588 * Makefile (srcs): Add nonascii.texi and customize.texi.
11589 (dist): Start by deleting `temp'.
11590
11591 1998-02-17 Richard Stallman <rms@psilocin.gnu.org>
11592
11593 * Makefile (makeinfo, texindex): Targets deleted.
11594 (makeinfo.o, texindex.o): Targets deleted.
11595 (clean, dist): Don't do anything with them or with getopt*.
11596
11597 1998-01-30 Richard Stallman <rms@psilocin.gnu.org>
11598
11599 * Makefile (SHELL): Defined.
11600
11601 1998-01-27 Richard Stallman <rms@psilocin.gnu.org>
11602
11603 * Makefile (elisp.tps): New target.
11604 (elisp.dvi): Depend on elisp.tps.
11605
11606 1996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
11607
11608 * README: Update phone number.
11609
11610 * Makefile (elisp): Make this be the default target.
11611 Depend on makeinfo.c instead of makeinfo.
11612 (install): Don't depend on elisp.dvi, since we don't install that.
11613 Use mkinstalldirs.
11614 (dist): Add mkinstalldirs.
11615
11616 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11617
11618 * Makefile (VERSION): Update version number.
11619 (maintainer-clean): Rename from realclean.
11620
11621 1995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11622
11623 * Makefile (realclean): New target.
11624 (elisp): Remove any old elisp-* files first.
11625
11626 1993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
11627
11628 * Makefile (VERSION): New variable.
11629 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
11630 Compressed file suffix should be `.gz', not `.z'.
11631
11632 1993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11633
11634 * Makefile (elisp): Depend on makeinfo.
11635
11636 1993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
11637
11638 * Makefile (srcs): Add anti.texi.
11639
11640 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11641
11642 * Makefile (infodir, prefix): New vars.
11643 (install): Use infodir.
11644 (emacsinfodir): Delete.
11645
11646 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11647
11648 * Makefile (srcs): Add calendar.texi.
11649
11650 * Makefile (dist): Copy texindex.c and makeinfo.c.
11651 Limit elisp-* files to those with one or two digits.
11652
11653 1993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11654
11655 * Makefile (dist): Change to use Gzip instead of compress.
11656
11657 1993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
11658
11659 * loading.texi (Unloading): define-function changed back to
11660 defalias. It may not stay this way, but at least it's
11661 consistent with the known-good version of the code patch.
11662
11663 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
11664
11665 * modes.texi (Hooks): Document new optional arg of add-hook.
11666
11667 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
11668
11669 * variables.texi: Document nil initial value of buffer-local variables.
11670
11671 * tips.texi: Add new section on standard library headers.
11672
11673 1993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11674
11675 * Makefile (srcs): Add frame.texi to the list of sources.
11676
11677 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11678
11679 * Makefile (dist): Don't bother excluding autosave files; they'll
11680 never make it into the temp directory anyway, and the hash marks
11681 in the name are problematic for make and the Bourne shell.
11682 (srcs): ???
11683
11684 1993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11685
11686 * Makefile (dist): Don't include backup files or autosave files in
11687 the distribution tar file.
11688
11689 1991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11690
11691 * Makefile (srcs): Add index.perm.
11692 (elisp.dvi): Remove erroneous shell comment.
11693 Expect output of permute-index in permuted.fns.
11694 Save old elisp.aux in elisp.oaux.
11695 (clean): Add index.texi to be deleted.
11696
11697 1990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11698
11699 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
11700
11701 1990-06-26 David Lawrence (tale@geech)
11702
11703 * files.texi: Noted that completion-ignored-extensions is ignored
11704 when making *Completions*.
11705
11706 1990-06-08 Jay Fenlason (hack@ai.mit.edu)
11707
11708 * Makefile make dist now depends on elisp.dvi, since it tries
11709 to include it in the dist file.
11710
11711 1990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
11712
11713 * functions.texinfo (Mapping Functions): Add missing quote.
11714
11715 1989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11716
11717 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
11718 (defunargs): Turn off \hyphenchar of \sl font temporarily.
11719
11720 1989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
11721
11722 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
11723 and @error{} are the terms now being used. The files in the
11724 directory have been changed to reflect this.
11725
11726 * All instances of @indentedresultt{} have been changed to
11727 ` @result{}', using 5 spaces at the beginning of the line.
11728
11729 1989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
11730
11731 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
11732 experimental @indentedresult{}, @indentedexpandsto{} are part of
11733 the texinfo.tex in this directory. These TeX macros are not
11734 stable yet.
11735
11736 1989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
11737
11738 * texinfo.tex: Temporarily added
11739 \let\result=\dblarrow
11740 \def\error{{\it ERROR} \longdblarrow}
11741 We need to do this better soon.
11742
11743 1989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
11744
11745 * Applied Karl Berry's patches to *.texinfo files, but not to
11746 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
11747 new title page format is also not applied, since it requires
11748 texinfo.tex changes.)
11749
11750 * Cleaned up `Makefile' and defined the `emacslibdir' directory
11751 for the Project GNU development environment.
11752
11753 ;; Local Variables:
11754 ;; coding: utf-8
11755 ;; End:
11756
11757 Copyright (C) 1998-2012 Free Software Foundation, Inc.
11758
11759 This file is part of GNU Emacs.
11760
11761 GNU Emacs is free software: you can redistribute it and/or modify
11762 it under the terms of the GNU General Public License as published by
11763 the Free Software Foundation, either version 3 of the License, or
11764 (at your option) any later version.
11765
11766 GNU Emacs is distributed in the hope that it will be useful,
11767 but WITHOUT ANY WARRANTY; without even the implied warranty of
11768 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11769 GNU General Public License for more details.
11770
11771 You should have received a copy of the GNU General Public License
11772 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.